Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from be28a41d6891c049751c2691a0cffa4ea8b2cf08 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-ssh16715242656563822341.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-ssh1118305454535058682.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-ssh18180203310221398561.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-ssh1952268115033829009.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-ssh3556179125549700700.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 ‘prd-ubuntu20.04-docker-8c-8g-4936’ Running on prd-ubuntu20.04-docker-8c-8g-4941 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/871 [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/871 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision be28a41d6891c049751c2691a0cffa4ea8b2cf08 (main) Commit message: "build(deps): Bump golang.org/x/crypto from 0.39.0 to 0.40.0 (#5207)" > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f be28a41d6891c049751c2691a0cffa4ea8b2cf08 # timeout=10 > git rev-list --no-walk 32a36fca4005ab1da585d9d124dd4ff80240483c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:02:00 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:02:00 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:02:00 ========================================================= 01:02:00 EdgeX Global Pipelines Version Info 01:02:00 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:02:01 ------------------- 01:02:01 stable info: 01:02:01 ------------------- 01:02:01 Commited By: Ginny Guan ginny@iotechsys.com 01:02:01 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 01:02:01 Message: update stable to v1.0.274 01:02:01 ------------------- 01:02:01 experimental info: 01:02:01 ------------------- 01:02:01 Commited By: Ginny Guan ginny@iotechsys.com 01:02:01 Commit SHA: 274fe4ad960081a284537894dddd28d0c782a18e 01:02:01 Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:02:01 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 01:02:01 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 01:02:02 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:02:02 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:02:02 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:02:02 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 01:02:02 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 01:02:02 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 01:02:02 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 01:02:02 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 01:02:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:02:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:02:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 01:02:02 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:02:02 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:02:02 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:02:02 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:02:02 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:02:02 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 01:02:02 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 01:02:02 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:02:02 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:02:02 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 01:02:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 01:02:02 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 01:02:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 01:02:02 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = be28a41d6891c049751c2691a0cffa4ea8b2cf08 [Pipeline] echo 01:02:02 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = be28a41 [Pipeline] echo 01:02:02 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:02:02 provisioning config files... 01:02:02 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/871@tmp/config400915282511199190tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:02:02 ---> ****-login.sh 01:02:02 nexus3.edgexfoundry.org:10001 01:02:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:02:03 01:02:03 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:02:03 Configure a credential helper to remove this warning. See 01:02:03 https://docs.****.com/go/credential-store/ 01:02:03 01:02:03 Login Succeeded 01:02:03 nexus3.edgexfoundry.org:10002 01:02:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:02:03 01:02:03 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:02:03 Configure a credential helper to remove this warning. See 01:02:03 https://docs.****.com/go/credential-store/ 01:02:03 01:02:03 Login Succeeded 01:02:03 nexus3.edgexfoundry.org:10003 01:02:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:02:03 01:02:03 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:02:03 Configure a credential helper to remove this warning. See 01:02:03 https://docs.****.com/go/credential-store/ 01:02:03 01:02:03 Login Succeeded 01:02:03 nexus3.edgexfoundry.org:10004 01:02:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:02:03 01:02:03 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:02:03 Configure a credential helper to remove this warning. See 01:02:03 https://docs.****.com/go/credential-store/ 01:02:03 01:02:03 Login Succeeded 01:02:03 ****.io 01:02:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:02:03 01:02:03 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:02:03 Configure a credential helper to remove this warning. See 01:02:03 https://docs.****.com/go/credential-store/ 01:02:03 01:02:03 Login Succeeded 01:02:03 ---> ****-login.sh ends [Pipeline] } 01:02:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:02:04 + 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:02:04 + dirname cmd/core-command/Dockerfile 01:02:04 + cut -d/ -f2 01:02:04 + echo core-command,cmd/core-command/Dockerfile 01:02:04 + dirname cmd/core-common-config-bootstrapper/Dockerfile 01:02:04 + cut -d/ -f2 01:02:04 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 01:02:04 + dirname cmd/core-data/Dockerfile 01:02:04 + cut -d/ -f2 01:02:04 + echo core-data,cmd/core-data/Dockerfile 01:02:04 + + cut -d/ -f2 01:02:04 dirname cmd/core-keeper/Dockerfile 01:02:04 + echo core-keeper,cmd/core-keeper/Dockerfile 01:02:04 + dirname cmd/core-metadata/Dockerfile 01:02:04 + cut -d/ -f2 01:02:04 + echo core-metadata,cmd/core-metadata/Dockerfile 01:02:04 + dirname cmd/security-bootstrapper/Dockerfile 01:02:04 + cut -d/ -f2 01:02:04 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 01:02:04 + dirname cmd/security-proxy-auth/Dockerfile 01:02:04 + cut -d/ -f2 01:02:04 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 01:02:04 + dirname cmd/security-proxy-setup/Dockerfile 01:02:04 + cut -d/ -f2 01:02:04 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 01:02:04 + dirname cmd/security-secretstore-setup/Dockerfile 01:02:04 + cut -d/ -f2 01:02:04 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 01:02:04 + dirname cmd/security-spiffe-token-provider/Dockerfile 01:02:04 + cut -d/ -f2 01:02:04 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 01:02:04 + + cut -d/ -f2 01:02:04 dirname cmd/security-spire-agent/Dockerfile 01:02:04 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 01:02:04 + + dirnamecut cmd/security-spire-config/Dockerfile -d/ 01:02:04 -f2 01:02:04 + echo security-spire-config,cmd/security-spire-config/Dockerfile 01:02:04 + dirname cmd/security-spire-server/Dockerfile 01:02:04 + cut -d/ -f2 01:02:04 + echo security-spire-server,cmd/security-spire-server/Dockerfile 01:02:04 + dirname cmd/support-notifications/Dockerfile 01:02:04 + cut -d/ -f2 01:02:04 + echo support-notifications,cmd/support-notifications/Dockerfile 01:02:04 + + dirname cmd/support-scheduler/Dockerfile 01:02:04 cut -d/ -f2 01:02:04 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 01:02:04 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:02:04 + git rev-list -1 --merges be28a41d6891c049751c2691a0cffa4ea8b2cf08~1..be28a41d6891c049751c2691a0cffa4ea8b2cf08 [Pipeline] echo 01:02:04 -----------> git rev-list -1 --merges be28a41d6891c049751c2691a0cffa4ea8b2cf08~1..be28a41d6891c049751c2691a0cffa4ea8b2cf08 be28a41d6891c049751c2691a0cffa4ea8b2cf08 [false] [Pipeline] sh 01:02:04 + git log --format=format:%s -1 be28a41d6891c049751c2691a0cffa4ea8b2cf08 [Pipeline] echo 01:02:04 ========================================================= 01:02:04 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 01:02:04 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 01:02:05 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:02:05 + grep -v github /etc/ssh/ssh_known_hosts 01:02:05 + [ -e /tmp/ssh_known_hosts ] 01:02:05 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 01:02:05 + + echosudo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= tee 01:02:05 -a /etc/ssh/ssh_known_hosts 01:02:05 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:02:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:02:05 01:02:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:02:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:02:06 0.1.4: Pulling from edgex-devops/py-git-semver 01:02:06 3dae71ba6b94: Pulling fs layer 01:02:06 6bf1a483ea7c: Pulling fs layer 01:02:06 f5dfc541a4d3: Pulling fs layer 01:02:06 461d9e800cba: Pulling fs layer 01:02:06 80192f66455f: Pulling fs layer 01:02:06 2e8e34ca0e6c: Pulling fs layer 01:02:06 a29436f7fd5d: Pulling fs layer 01:02:06 923cac83aea3: Pulling fs layer 01:02:06 25ad8b0a4227: Pulling fs layer 01:02:06 db01528c6b51: Pulling fs layer 01:02:06 28988de357af: Pulling fs layer 01:02:06 461d9e800cba: Waiting 01:02:06 25ad8b0a4227: Waiting 01:02:06 80192f66455f: Waiting 01:02:06 2e8e34ca0e6c: Waiting 01:02:06 a29436f7fd5d: Waiting 01:02:06 db01528c6b51: Waiting 01:02:06 923cac83aea3: Waiting 01:02:06 6bf1a483ea7c: Verifying Checksum 01:02:06 6bf1a483ea7c: Download complete 01:02:06 461d9e800cba: Verifying Checksum 01:02:06 461d9e800cba: Download complete 01:02:06 80192f66455f: Verifying Checksum 01:02:06 80192f66455f: Download complete 01:02:06 f5dfc541a4d3: Download complete 01:02:06 3dae71ba6b94: Verifying Checksum 01:02:06 3dae71ba6b94: Download complete 01:02:06 923cac83aea3: Verifying Checksum 01:02:06 923cac83aea3: Download complete 01:02:06 25ad8b0a4227: Verifying Checksum 01:02:06 25ad8b0a4227: Download complete 01:02:06 db01528c6b51: Download complete 01:02:06 28988de357af: Download complete 01:02:06 a29436f7fd5d: Verifying Checksum 01:02:06 a29436f7fd5d: Download complete 01:02:07 2e8e34ca0e6c: Verifying Checksum 01:02:07 2e8e34ca0e6c: Download complete 01:02:07 3dae71ba6b94: Pull complete 01:02:07 6bf1a483ea7c: Pull complete 01:02:08 f5dfc541a4d3: Pull complete 01:02:08 461d9e800cba: Pull complete 01:02:08 80192f66455f: Pull complete 01:02:12 2e8e34ca0e6c: Pull complete 01:02:13 a29436f7fd5d: Pull complete 01:02:13 923cac83aea3: Pull complete 01:02:13 25ad8b0a4227: Pull complete 01:02:13 db01528c6b51: Pull complete 01:02:13 28988de357af: Pull complete 01:02:13 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 01:02:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:02:13 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:02:13 prd-ubuntu20.04-docker-8c-8g-4941 does not seem to be running inside a container 01:02:13 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/871 -v /w/workspace/edgex-go/871:/w/workspace/edgex-go/871:rw,z -v /w/workspace/edgex-go/871@tmp:/w/workspace/edgex-go/871@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 01:02:16 $ docker top ba4593ae009ed9a508b3cc215b92c796fb927a3b4bef15001dc0cef84742fc4c -eo pid,comm 01:02:16 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 01:02:16 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:02:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:02:16 [ssh-agent] Looking for ssh-agent implementation... 01:02:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:02:16 $ docker exec ba4593ae009ed9a508b3cc215b92c796fb927a3b4bef15001dc0cef84742fc4c ssh-agent 01:02:16 SSH_AUTH_SOCK=/tmp/ssh-rcudz20EGIYz/agent.32 01:02:16 SSH_AGENT_PID=38 01:02:16 Running ssh-add (command line suppressed) 01:02:17 Identity added: /w/workspace/edgex-go/871@tmp/private_key_5748190247971326385.key (/w/workspace/edgex-go/871@tmp/private_key_5748190247971326385.key) 01:02:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:02:17 + git tag --points-at HEAD [Pipeline] } 01:02:17 $ docker exec --env ******** --env ******** ba4593ae009ed9a508b3cc215b92c796fb927a3b4bef15001dc0cef84742fc4c ssh-agent -k 01:02:17 unset SSH_AUTH_SOCK; 01:02:17 unset SSH_AGENT_PID; 01:02:17 echo Agent pid 38 killed; 01:02:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:02:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:02:17 [ssh-agent] Looking for ssh-agent implementation... 01:02:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:02:17 $ docker exec ba4593ae009ed9a508b3cc215b92c796fb927a3b4bef15001dc0cef84742fc4c ssh-agent 01:02:17 SSH_AUTH_SOCK=/tmp/ssh-dcdVkKFUr2JJ/agent.71 01:02:17 SSH_AGENT_PID=77 01:02:17 Running ssh-add (command line suppressed) 01:02:17 Identity added: /w/workspace/edgex-go/871@tmp/private_key_3316771857837414167.key (/w/workspace/edgex-go/871@tmp/private_key_3316771857837414167.key) 01:02:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:02:18 + git semver init 01:02:18 2025-07-11 01:02:18,308 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 01:02:18 2025-07-11 01:02:18,311 [run_init] DEBUG init version:0.0.0 force:False 01:02:18 2025-07-11 01:02:18,312 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/871/.semver 01:02:18 2025-07-11 01:02:18,312 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/871/.semver 01:02:18 2025-07-11 01:02:18,312 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/871/.semver'], cwd=/w/workspace/edgex-go/871, stdin=None, shell=False, universal_newlines=False) 01:02:23 2025-07-11 01:02:23,486 [append_file] DEBUG append to file:/w/workspace/edgex-go/871/.git/info/exclude 01:02:23 2025-07-11 01:02:23,487 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/871/.semver/main with force:False 01:02:23 2025-07-11 01:02:23,487 [read_version] DEBUG read version from /w/workspace/edgex-go/871/.semver/main 01:02:23 2025-07-11 01:02:23,487 [read_version] DEBUG read version from /w/workspace/edgex-go/871/.semver/main 01:02:23 4.1.0-dev.39 [Pipeline] } 01:02:23 $ docker exec --env ******** --env ******** ba4593ae009ed9a508b3cc215b92c796fb927a3b4bef15001dc0cef84742fc4c ssh-agent -k 01:02:23 unset SSH_AUTH_SOCK; 01:02:23 unset SSH_AGENT_PID; 01:02:23 echo Agent pid 77 killed; 01:02:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:02:24 + git semver [Pipeline] } 01:02:24 $ docker stop --time=1 ba4593ae009ed9a508b3cc215b92c796fb927a3b4bef15001dc0cef84742fc4c 01:02:25 $ docker rm -f --volumes ba4593ae009ed9a508b3cc215b92c796fb927a3b4bef15001dc0cef84742fc4c [Pipeline] // withDockerContainer [Pipeline] sh 01:02:25 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:02:26 Stashed 1 file(s) [Pipeline] echo 01:02:26 [edgeXSemver]: initialized semver on version 4.1.0-dev.39 [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:02:26 + git config --global --add safe.directory /w/workspace/edgex-go/871 [Pipeline] echo 01:02:26 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:02:26 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:02:26 ========================================================= 01:02:26 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 01:02:26 ========================================================= [Pipeline] fileExists [Pipeline] sh 01:02:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:02:27 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 01:02:27 0a9a5dfd008f: Pulling fs layer 01:02:27 36466aa92d05: Pulling fs layer 01:02:27 e10405b45d13: Pulling fs layer 01:02:27 096b7ceb2af7: Pulling fs layer 01:02:27 4f4fb700ef54: Pulling fs layer 01:02:27 8213a616a21b: Pulling fs layer 01:02:27 985586143405: Pulling fs layer 01:02:27 0eae2285b678: Pulling fs layer 01:02:27 d3ac315be8c5: Pulling fs layer 01:02:27 096b7ceb2af7: Waiting 01:02:27 4f4fb700ef54: Waiting 01:02:27 0eae2285b678: Waiting 01:02:27 d3ac315be8c5: Waiting 01:02:27 985586143405: Waiting 01:02:27 8213a616a21b: Waiting 01:02:27 36466aa92d05: Verifying Checksum 01:02:27 36466aa92d05: Download complete 01:02:27 096b7ceb2af7: Verifying Checksum 01:02:27 096b7ceb2af7: Download complete 01:02:27 4f4fb700ef54: Verifying Checksum 01:02:27 4f4fb700ef54: Download complete 01:02:27 8213a616a21b: Download complete 01:02:27 0a9a5dfd008f: Download complete 01:02:27 985586143405: Verifying Checksum 01:02:27 985586143405: Download complete 01:02:27 0a9a5dfd008f: Pull complete 01:02:27 36466aa92d05: Pull complete 01:02:27 d3ac315be8c5: Verifying Checksum 01:02:27 d3ac315be8c5: Download complete 01:02:27 e10405b45d13: Download complete 01:02:28 0eae2285b678: Verifying Checksum 01:02:28 0eae2285b678: Download complete 01:02:32 e10405b45d13: Pull complete 01:02:32 096b7ceb2af7: Pull complete 01:02:32 4f4fb700ef54: Pull complete 01:02:32 8213a616a21b: Pull complete 01:02:32 985586143405: Pull complete 01:02:35 0eae2285b678: Pull complete 01:02:36 d3ac315be8c5: Pull complete 01:02:36 Digest: sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 01:02:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:02:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh 01:02:36 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:02:36 WORKDIR /edgex 01:02:36 COPY go.mod . 01:02:36 RUN go mod download 01:02:36 + docker build -t ci-base-image-x86_64 -f - . 01:02:36 #0 building with "default" instance using docker driver 01:02:36 01:02:36 #1 [internal] load build definition from Dockerfile 01:02:36 #1 transferring dockerfile: 164B done 01:02:36 #1 DONE 0.0s 01:02:36 01:02:36 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:02:36 #2 DONE 0.0s 01:02:36 01:02:36 #3 [internal] load .dockerignore 01:02:36 #3 transferring context: 01:02:37 #3 transferring context: 50B done 01:02:37 #3 DONE 0.1s 01:02:37 01:02:37 #4 [internal] load build context 01:02:37 #4 transferring context: 6.51kB done 01:02:37 #4 DONE 0.0s 01:02:37 01:02:37 #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:02:37 #5 DONE 0.1s 01:02:37 01:02:37 #6 [2/4] WORKDIR /edgex 01:02:39 #6 DONE 2.3s 01:02:39 01:02:39 #7 [3/4] COPY go.mod . 01:02:39 #7 DONE 0.0s 01:02:39 01:02:39 #8 [4/4] RUN go mod download 01:02:41 Still waiting to schedule task 01:02:41 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-4940’ 01:03:06 #8 DONE 22.7s 01:03:06 01:03:06 #9 exporting to image 01:03:06 #9 exporting layers 01:03:06 #9 exporting layers 3.3s done 01:03:06 #9 writing image sha256:cfa39a3326629fbc5dbc72c7425a72ffc303424b1b8188b91a330cd869c172ba done 01:03:06 #9 naming to docker.io/library/ci-base-image-x86_64 done 01:03:06 #9 DONE 3.4s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:03:06 + docker inspect -f . ci-base-image-x86_64 01:03:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:03:06 prd-ubuntu20.04-docker-8c-8g-4941 does not seem to be running inside a container 01:03:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/871 -v /w/workspace/edgex-go/871:/w/workspace/edgex-go/871:rw,z -v /w/workspace/edgex-go/871@tmp:/w/workspace/edgex-go/871@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:03:07 $ docker top 49e33e3820653a0d8966608c1ec42e87a08ef9fb3f0674b8cbeb67bc32057503 -eo pid,comm [Pipeline] { [Pipeline] sh 01:03:07 + go version 01:03:07 go version go1.23.9 linux/amd64 [Pipeline] } 01:03:07 $ docker stop --time=1 49e33e3820653a0d8966608c1ec42e87a08ef9fb3f0674b8cbeb67bc32057503 01:03:08 $ docker rm -f --volumes 49e33e3820653a0d8966608c1ec42e87a08ef9fb3f0674b8cbeb67bc32057503 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:03:09 + docker inspect -f . ci-base-image-x86_64 01:03:09 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:03:09 prd-ubuntu20.04-docker-8c-8g-4941 does not seem to be running inside a container 01:03:09 $ 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/871 -v /w/workspace/edgex-go/871:/w/workspace/edgex-go/871:rw,z -v /w/workspace/edgex-go/871@tmp:/w/workspace/edgex-go/871@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:03:09 $ docker top 4862f844c4760a05b9989d230ffad4de1add0cefde96e70073a3f99765351b8c -eo pid,comm [Pipeline] { [Pipeline] echo 01:03:09 ========================================================= 01:03:09 [edgeXBuildGoParallel] Running Tests and Build... 01:03:09 ========================================================= [Pipeline] sh 01:03:09 + git config --global --add safe.directory /w/workspace/edgex-go/871 [Pipeline] fileExists [Pipeline] sh 01:03:10 + make test 01:03:10 go test -race -coverprofile=coverage.out ./... 01:03:18 ? github.com/edgexfoundry/edgex-go [no test files] 01:03:40 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 01:03:40 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 01:03:40 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 01:03:40 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 01:03:40 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 01:03:40 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 01:03:40 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 01:03:40 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 01:03:40 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 01:03:40 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 01:03:40 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:03:40 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 01:03:40 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 01:03:40 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 01:03:40 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 01:03:40 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 01:03:40 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 01:03:41 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.037s coverage: 42.3% of statements 01:03:41 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 01:03:41 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 01:03:42 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 01:03:42 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 01:03:42 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.041s coverage: 97.0% of statements 01:03:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 01:03:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 01:03:42 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 01:03:42 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 01:03:42 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 01:03:42 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:03:42 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 01:03:42 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 01:03:42 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 01:03:42 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 01:03:43 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 01:03:43 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 01:03:43 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:03:43 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 01:03:43 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 01:03:43 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 01:03:45 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 01:03:45 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 01:03:45 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.050s coverage: 69.4% of statements 01:03:45 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.021s coverage: 3.5% of statements 01:03:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.058s coverage: 46.3% of statements 01:03:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.695s coverage: 93.4% of statements 01:03:45 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.043s coverage: 92.4% of statements 01:03:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.043s coverage: 8.4% of statements 01:03:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 01:03:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 01:03:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:03:47 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:03:47 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 01:03:47 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 01:03:47 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 01:03:47 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 01:03:47 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 01:03:47 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 01:03:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:03:47 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 01:03:47 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 01:03:47 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 01:03:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.362s coverage: 95.8% of statements 01:03:49 ok github.com/edgexfoundry/edgex-go/internal/io 1.024s coverage: 72.2% of statements 01:03:49 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 01:03:49 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements 01:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 01:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 01:03:49 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 01:03:49 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 01:03:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.039s coverage: 0.0% of statements [no tests to run] 01:03:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.036s coverage: 1.0% of statements 01:03:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.029s coverage: 38.1% of statements 01:03:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.018s coverage: 81.1% of statements 01:03:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.036s coverage: 40.0% of statements 01:03:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.042s coverage: 87.1% of statements 01:03:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.036s coverage: 94.1% of statements 01:03:51 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 01:03:51 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 01:03:51 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 01:03:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:03:51 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 01:03:51 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 01:03:51 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 01:03:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.583s coverage: 96.3% of statements 01:03:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.016s coverage: 87.5% of statements 01:03:52 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 01:03:52 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 01:03:52 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 01:03:52 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 01:03:52 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 01:03:52 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 01:03:52 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 01:03:53 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 01:03:53 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 01:03:53 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 01:03:55 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 01:03:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:03:56 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 01:03:57 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 01:03:57 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 01:03:57 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 01:04:01 github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements 01:04:01 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 01:04:01 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 01:04:02 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 01:04:02 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 01:04:02 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:04:04 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 01:04:04 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 01:04:04 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 01:04:04 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 01:04:04 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 01:04:04 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 01:04:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.030s coverage: 94.4% of statements 01:04:04 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 01:04:04 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 01:04:04 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 01:04:04 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 01:04:04 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 01:04:04 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 01:04:06 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 01:04:06 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 01:04:06 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 01:04:06 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 01:04:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 01:04:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 01:04:07 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 01:04:07 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:04:07 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 01:04:07 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 01:04:07 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 01:04:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 01:04:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 01:04:08 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:04:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.060s coverage: 92.9% of statements 01:04:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.019s coverage: 68.8% of statements 01:04:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.025s coverage: 62.3% of statements 01:04:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.026s coverage: 47.4% of statements 01:04:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 13.024s coverage: 87.2% of statements 01:04:15 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.016s coverage: 15.5% of statements 01:04:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.019s coverage: 100.0% of statements 01:04:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.070s coverage: 81.8% of statements 01:04:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.076s coverage: 82.1% of statements 01:04:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.030s coverage: 86.0% of statements 01:04:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.041s coverage: 6.8% of statements 01:04:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.044s coverage: 33.3% of statements 01:04:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.042s coverage: 100.0% of statements 01:04:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.177s coverage: 54.5% of statements 01:04:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.023s coverage: 89.4% of statements 01:04:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.018s coverage: 100.0% of statements 01:04:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.020s coverage: 73.7% of statements 01:04:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.015s coverage: 100.0% of statements 01:04:15 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.024s coverage: 88.6% of statements 01:04:15 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.027s coverage: 96.8% of statements 01:04:15 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.017s coverage: 100.0% of statements 01:04:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.145s coverage: 29.2% of statements 01:04:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.022s coverage: 93.8% of statements 01:04:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.019s coverage: 3.1% of statements 01:04:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.018s coverage: 76.2% of statements 01:04:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.021s coverage: 54.0% of statements 01:04:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.057s coverage: 17.0% of statements 01:04:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.117s coverage: 94.9% of statements 01:04:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.037s coverage: 9.0% of statements 01:04:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.050s coverage: 97.7% of statements 01:04:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.026s coverage: 43.6% of statements 01:04:15 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:04:15 running golangci-lint 01:04:15 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 01:04:15 go version go1.23.9 linux/amd64 01:04:15 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 01:04:15 level=info msg="[config_reader] Used config file .golangci.yml" 01:04:15 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 01:04:37 level=info msg="[loader] Go packages loading at mode 575 (types_sizes|compiled_files|deps|name|exports_file|files|imports) took 21.542489832s" 01:04:37 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 44.887529ms" 01:04:50 level=info msg="[linters_context/goanalysis] analyzers took 1m30.061058853s with top 10 stages: buildir: 52.955780071s, gosec: 3.801375121s, inspect: 3.347667357s, fact_deprecated: 3.309972459s, printf: 1.661978027s, ctrlflow: 1.653373022s, fact_purity: 1.409269433s, nilness: 1.209366375s, directives: 990.989741ms, S1038: 820.719196ms" 01:04:50 level=info msg="[runner] Issues before processing: 202, after processing: 0" 01:04:50 level=info msg="[runner] Processors filtering stat (in/out): skip_files: 202/202, skip_dirs: 202/202, exclude-rules: 202/20, nolint: 20/0, cgo: 202/202, invalid_issue: 202/202, filename_unadjuster: 202/202, exclude: 202/202, path_prettifier: 202/202, autogenerated_exclude: 202/202, identifier_marker: 202/202" 01:04:50 level=info msg="[runner] processing took 17.231128ms with stages: nolint: 7.34142ms, identifier_marker: 5.287261ms, exclude-rules: 1.296874ms, path_prettifier: 1.272854ms, autogenerated_exclude: 1.118281ms, skip_dirs: 817.786µs, invalid_issue: 52.411µs, cgo: 28.041µs, filename_unadjuster: 12.23µs, max_same_issues: 810ns, skip_files: 590ns, uniq_by_line: 430ns, exclude: 410ns, fixer: 410ns, diff: 320ns, sort_results: 230ns, max_from_linter: 160ns, source_code: 150ns, path_prefixer: 130ns, max_per_file_from_linter: 120ns, path_shortener: 110ns, severity-rules: 100ns" 01:04:50 level=info msg="[runner] linters took 11.228729317s with stages: goanalysis_metalinter: 11.211420038s" 01:04:50 level=info msg="File cache stats: 0 entries of total size 0B" 01:04:50 level=info msg="Memory: 330 samples, avg is 291.0MB, max is 1494.0MB" 01:04:50 level=info msg="Execution took 32.824215303s" 01:04:50 go vet ./... 01:04:55 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:04:57 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:04:57 ./bin/test-attribution-txt.sh 01:04:57 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 01:04:57 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add 01:04:57 An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add 01:04:57 An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add 01:04:57 An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo 01:04:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 01:04:57 + ls -al . 01:04:57 total 1996 01:04:57 drwxrwxr-x 11 1001 1001 4096 Jul 11 01:03 . 01:04:57 drwxr-xr-x 4 root root 4096 Jul 11 01:03 .. 01:04:57 drwxrwxr-x 2 1001 1001 4096 Jul 11 01:01 .blubracket 01:04:57 -rw-rw-r-- 1 1001 1001 10 Jul 11 01:01 .dockerignore 01:04:57 drwxrwxr-x 8 1001 1001 4096 Jul 11 01:04 .git 01:04:57 drwxrwxr-x 3 1001 1001 4096 Jul 11 01:01 .github 01:04:57 -rw-rw-r-- 1 1001 1001 909 Jul 11 01:01 .gitignore 01:04:57 -rw-rw-r-- 1 1001 1001 218 Jul 11 01:01 .golangci.yml 01:04:57 -rw-rw-r-- 1 1001 1001 100 Jul 11 01:01 .hadolint.yml 01:04:57 drwxr-xr-x 3 1001 1001 4096 Jul 11 01:02 .semver 01:04:57 -rw-rw-r-- 1 1001 1001 155 Jul 11 01:01 .sonarcloud.properties 01:04:57 -rw-rw-r-- 1 1001 1001 1171 Jul 11 01:01 ADOPTERS.md 01:04:57 -rw-rw-r-- 1 1001 1001 17374 Jul 11 01:01 Attribution.txt 01:04:57 -rw-rw-r-- 1 1001 1001 108018 Jul 11 01:01 CHANGELOG.md 01:04:57 -rw-rw-r-- 1 1001 1001 3804 Jul 11 01:01 CONTRIBUTING.md 01:04:57 -rw-rw-r-- 1 1001 1001 677 Jul 11 01:01 GOVERNANCE.md 01:04:57 -rw-rw-r-- 1 1001 1001 858 Jul 11 01:01 Jenkinsfile 01:04:57 -rw-rw-r-- 1 1001 1001 10775 Jul 11 01:01 LICENSE 01:04:57 -rw-rw-r-- 1 1001 1001 16740 Jul 11 01:01 Makefile 01:04:57 -rw-rw-r-- 1 1001 1001 582 Jul 11 01:01 OWNERS.md 01:04:57 -rw-rw-r-- 1 1001 1001 9932 Jul 11 01:01 README.md 01:04:57 -rw-rw-r-- 1 1001 1001 789 Jul 11 01:01 SECURITY.md 01:04:57 -rw-rw-r-- 1 1001 1001 12 Jul 11 01:02 VERSION 01:04:57 drwxrwxr-x 2 1001 1001 4096 Jul 11 01:01 bin 01:04:57 drwxrwxr-x 19 1001 1001 4096 Jul 11 01:01 cmd 01:04:57 -rw-r--r-- 1 root root 1666030 Jul 11 01:04 coverage.out 01:04:57 drwxrwxr-x 2 1001 1001 4096 Jul 11 01:01 fuzz_test 01:04:57 -rw-rw-r-- 1 1001 1001 6474 Jul 11 01:01 go.mod 01:04:57 -rw-rw-r-- 1 1001 1001 88358 Jul 11 01:01 go.sum 01:04:57 drwxrwxr-x 7 1001 1001 4096 Jul 11 01:01 internal 01:04:57 drwxrwxr-x 2 1001 1001 4096 Jul 11 01:01 openapi 01:04:57 -rw-rw-r-- 1 1001 1001 584 Jul 11 01:01 security.txt 01:04:57 -rw-rw-r-- 1 1001 1001 204 Jul 11 01:01 version.go [Pipeline] sh 01:04:58 + '[' -e coverage.out ] 01:04:58 + chown 1001:1001 coverage.out [Pipeline] stash 01:04:58 Stashed 1 file(s) [Pipeline] sh 01:04:58 + make build 01:04:58 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.39 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 01:05:20 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.39 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:05:20 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.39 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 01:05:21 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.39 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 01:05:21 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.39 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 01:05:23 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.39 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:05:28 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.39 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:05:29 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.39 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 01:05:32 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.39 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:05:34 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.39 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:05:35 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.39 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 01:05:36 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.39 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:05:36 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.39 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 01:05:38 $ docker stop --time=1 4862f844c4760a05b9989d230ffad4de1add0cefde96e70073a3f99765351b8c 01:05:42 $ docker rm -f --volumes 4862f844c4760a05b9989d230ffad4de1add0cefde96e70073a3f99765351b8c [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:05:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:05:43 01:05:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:05:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:05:43 latest: Pulling from edgex-devops/edgex-compose 01:05:43 91d30c5bc195: Pulling fs layer 01:05:43 2e9b0aa3be6d: Pulling fs layer 01:05:43 9c61dcf015f6: Pulling fs layer 01:05:43 4698f68db338: Pulling fs layer 01:05:43 2a2f49069b9e: Pulling fs layer 01:05:43 e0025b399a48: Pulling fs layer 01:05:43 4698f68db338: Waiting 01:05:43 2a2f49069b9e: Waiting 01:05:43 e0025b399a48: Waiting 01:05:43 91d30c5bc195: Verifying Checksum 01:05:43 91d30c5bc195: Download complete 01:05:43 4698f68db338: Verifying Checksum 01:05:43 4698f68db338: Download complete 01:05:43 91d30c5bc195: Pull complete 01:05:43 2e9b0aa3be6d: Verifying Checksum 01:05:43 2e9b0aa3be6d: Download complete 01:05:43 e0025b399a48: Verifying Checksum 01:05:43 e0025b399a48: Download complete 01:05:43 2a2f49069b9e: Verifying Checksum 01:05:43 2a2f49069b9e: Download complete 01:05:44 2e9b0aa3be6d: Pull complete 01:05:44 9c61dcf015f6: Verifying Checksum 01:05:44 9c61dcf015f6: Download complete 01:05:48 9c61dcf015f6: Pull complete 01:05:48 4698f68db338: Pull complete 01:05:48 2a2f49069b9e: Pull complete 01:05:48 e0025b399a48: Pull complete 01:05:48 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 01:05:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:05:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:05:48 prd-ubuntu20.04-docker-8c-8g-4941 does not seem to be running inside a container 01:05:48 $ 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/871 -v /w/workspace/edgex-go/871:/w/workspace/edgex-go/871:rw,z -v /w/workspace/edgex-go/871@tmp:/w/workspace/edgex-go/871@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 01:05:49 $ docker top dad986eaa4c533d81301eae3b264503c461782821b5aa9eeaec97056ee26f40f -eo pid,comm [Pipeline] { [Pipeline] sh 01:05:50 + docker compose -f ./docker-compose-build.yml build --parallel 01:05:50 #1 [core-metadata internal] load build definition from Dockerfile 01:05:50 #1 transferring dockerfile: 2.10kB done 01:05:50 #1 DONE 0.1s 01:05:50 01:05:50 #2 [security-proxy-auth internal] load build definition from Dockerfile 01:05:50 #2 transferring dockerfile: 2.14kB done 01:05:50 #2 DONE 0.1s 01:05:50 01:05:50 #3 [security-spire-agent internal] load build definition from Dockerfile 01:05:50 #3 transferring dockerfile: 1.81kB done 01:05:50 #3 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 01:05:50 #3 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 23) 01:05:50 #3 DONE 0.0s 01:05:50 01:05:50 #4 [security-secretstore-setup internal] load build definition from Dockerfile 01:05:50 #4 transferring dockerfile: 2.49kB done 01:05:50 #4 DONE 0.0s 01:05:50 01:05:50 #5 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:05:50 #5 DONE 0.0s 01:05:50 01:05:50 #6 [security-spire-config internal] load build definition from Dockerfile 01:05:50 #6 transferring dockerfile: 1.69kB done 01:05:50 #6 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 01:05:50 #6 DONE 0.1s 01:05:50 01:05:50 #7 [support-scheduler internal] load build definition from Dockerfile 01:05:50 #7 transferring dockerfile: 1.83kB done 01:05:50 #7 DONE 0.1s 01:05:50 01:05:50 #8 [core-data internal] load build definition from Dockerfile 01:05:50 #8 transferring dockerfile: 2.04kB done 01:05:50 #8 DONE 0.1s 01:05:50 01:05:50 #9 [core-common-config-bootstrapper internal] load build definition from Dockerfile 01:05:50 #9 transferring dockerfile: 2.23kB done 01:05:50 #9 DONE 0.1s 01:05:50 01:05:50 #10 [core-keeper internal] load build definition from Dockerfile 01:05:50 #10 transferring dockerfile: 2.01kB done 01:05:50 #10 DONE 0.1s 01:05:50 01:05:50 #11 [security-bootstrapper internal] load build definition from Dockerfile 01:05:50 #11 transferring dockerfile: 3.02kB done 01:05:50 #11 DONE 0.1s 01:05:50 01:05:50 #12 [security-spire-server internal] load build definition from Dockerfile 01:05:50 #12 transferring dockerfile: 1.70kB done 01:05:50 #12 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 01:05:50 #12 DONE 0.1s 01:05:50 01:05:50 #13 [security-spiffe-token-provider internal] load build definition from Dockerfile 01:05:50 #13 transferring dockerfile: 1.89kB done 01:05:50 #13 DONE 0.1s 01:05:50 01:05:50 #14 [core-command internal] load build definition from Dockerfile 01:05:50 #14 transferring dockerfile: 1.94kB done 01:05:50 #14 DONE 0.2s 01:05:50 01:05:50 #15 [security-proxy-setup internal] load build definition from Dockerfile 01:05:50 #15 transferring dockerfile: 2.50kB done 01:05:50 #15 DONE 0.2s 01:05:50 01:05:50 #16 [support-notifications internal] load build definition from Dockerfile 01:05:50 #16 transferring dockerfile: 2.00kB done 01:05:50 #16 DONE 0.2s 01:05:50 01:05:50 #5 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:05:50 #5 DONE 0.0s 01:05:50 01:05:50 #17 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 01:05:51 #17 ... 01:05:51 01:05:51 #18 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 01:05:51 #18 DONE 0.5s 01:05:51 01:05:51 #19 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 01:05:51 #19 DONE 0.6s 01:05:51 01:05:51 #17 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 01:05:51 #17 DONE 0.7s 01:05:51 01:05:51 #20 [core-keeper internal] load .dockerignore 01:05:51 #20 transferring context: 50B done 01:05:51 #20 DONE 0.0s 01:05:51 01:05:51 #21 [security-proxy-auth internal] load .dockerignore 01:05:51 #21 transferring context: 50B done 01:05:51 #21 DONE 0.0s 01:05:51 01:05:51 #22 [security-secretstore-setup internal] load .dockerignore 01:05:51 #22 transferring context: 50B done 01:05:51 #22 DONE 0.0s 01:05:51 01:05:51 #23 [core-keeper internal] load build context 01:05:51 #23 DONE 0.0s 01:05:51 01:05:51 #24 [core-keeper stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:05:51 #24 ... 01:05:51 01:05:51 #25 [security-spiffe-token-provider internal] load .dockerignore 01:05:51 #25 transferring context: 50B done 01:05:51 #25 DONE 0.1s 01:05:51 01:05:51 #26 [core-common-config-bootstrapper internal] load .dockerignore 01:05:51 #26 transferring context: 50B done 01:05:51 #26 DONE 0.1s 01:05:51 01:05:51 #27 [core-data internal] load .dockerignore 01:05:51 #27 transferring context: 50B done 01:05:51 #27 DONE 0.1s 01:05:51 01:05:51 #28 [security-spire-agent internal] load .dockerignore 01:05:51 #28 transferring context: 50B done 01:05:51 #28 DONE 0.1s 01:05:51 01:05:51 #29 [security-proxy-setup internal] load .dockerignore 01:05:51 #29 transferring context: 50B done 01:05:51 #29 DONE 0.2s 01:05:51 01:05:51 #24 [core-data stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:05:51 #24 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 01:05:51 #24 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:05:51 #24 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 01:05:51 #24 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 01:05:51 #24 ... 01:05:51 01:05:51 #30 [support-scheduler internal] load .dockerignore 01:05:51 #30 transferring context: 50B done 01:05:51 #30 DONE 0.2s 01:05:51 01:05:51 #31 [security-bootstrapper internal] load .dockerignore 01:05:51 #31 transferring context: 50B done 01:05:51 #31 DONE 0.2s 01:05:51 01:05:51 #32 [security-spire-server internal] load .dockerignore 01:05:51 #32 transferring context: 50B done 01:05:51 #32 DONE 0.2s 01:05:51 01:05:51 #33 [security-spire-config internal] load .dockerignore 01:05:51 #33 transferring context: 50B done 01:05:51 #33 DONE 0.2s 01:05:51 01:05:51 #34 [core-command internal] load .dockerignore 01:05:51 #34 transferring context: 50B done 01:05:51 #34 DONE 0.2s 01:05:51 01:05:51 #35 [core-metadata internal] load .dockerignore 01:05:51 #35 transferring context: 50B done 01:05:51 #35 DONE 0.2s 01:05:51 01:05:51 #36 [support-notifications internal] load .dockerignore 01:05:51 #36 transferring context: 50B done 01:05:51 #36 DONE 0.2s 01:05:51 01:05:51 #24 [support-notifications stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:05:51 #24 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 01:05:51 #24 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:05:51 #24 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 01:05:51 #24 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 01:05:51 #24 DONE 0.3s 01:05:51 01:05:51 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:05:51 #37 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done 01:05:51 #37 ... 01:05:51 01:05:51 #38 [security-spire-agent internal] load build context 01:05:51 #38 transferring context: 23.33kB 0.0s done 01:05:51 #38 DONE 0.3s 01:05:51 01:05:51 #39 [security-spire-config internal] load build context 01:05:51 #39 transferring context: 22.05kB 0.0s done 01:05:51 #39 DONE 0.2s 01:05:51 01:05:51 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:05:51 #37 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done 01:05:51 #37 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 01:05:51 #37 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done 01:05:51 #37 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.0s 01:05:51 #37 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.0s done 01:05:51 #37 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done 01:05:51 #37 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.1s done 01:05:51 #37 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.1s 01:05:51 #37 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0B / 36.47MB 0.1s 01:05:51 #37 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 01:05:51 #37 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.1s done 01:05:51 #37 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 01:05:52 #37 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 9.50MB / 36.47MB 0.3s 01:05:52 #37 ... 01:05:52 01:05:52 #40 [security-spire-server internal] load build context 01:05:52 #40 transferring context: 23.80kB 0.0s done 01:05:52 #40 DONE 0.8s 01:05:52 01:05:52 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:05:52 #37 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 15.73MB / 36.47MB 0.4s 01:05:52 #37 ... 01:05:52 01:05:52 #41 [core-data builder 1/8] FROM docker.io/library/ci-base-image-x86_64:latest 01:05:52 #41 DONE 1.1s 01:05:52 01:05:52 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:05:52 #37 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 0.6s 01:05:52 #37 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 0.7s done 01:05:56 #37 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 01:05:57 #37 ... 01:05:57 01:05:57 #42 [security-spiffe-token-provider internal] load build context 01:05:57 #42 transferring context: 364.20MB 6.3s 01:05:57 #42 ... 01:05:57 01:05:57 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:05:59 #37 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 3.1s done 01:06:00 Running on prd-ubuntu20.04-docker-arm64-4c-16g-4943 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 01:06:00 Running in /w/workspace/edgex-go/871 [Pipeline] { [Pipeline] checkout 01:06:01 #37 ... 01:06:01 01:06:01 #43 [security-proxy-auth internal] load build context 01:06:01 #43 transferring context: 508.29MB 10.0s done 01:06:01 #43 ... 01:06:01 01:06:01 #23 [core-keeper internal] load build context 01:06:01 #23 ... 01:06:01 01:06:01 #44 [support-notifications internal] load build context 01:06:01 #44 ... 01:06:01 01:06:01 #45 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:06:02 #45 ... 01:06:02 01:06:02 #46 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:06:02 #46 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.1s done 01:06:02 #46 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 01:06:02 #46 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done 01:06:02 #46 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done 01:06:02 #46 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.3s done 01:06:02 #46 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.3s done 01:06:02 #46 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done 01:06:02 #46 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.4s done 01:06:02 #46 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 0.7s done 01:06:02 #46 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 01:06:02 #46 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.0s done 01:06:02 #46 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 1.2s done 01:06:02 #46 ... 01:06:02 01:06:02 #47 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 01:06:02 #0 4.872 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:06:02 #0 4.969 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:06:02 #0 5.241 (1/1) Installing dumb-init (1.2.5-r3) 01:06:02 #0 5.252 Executing busybox-1.36.1-r29.trigger 01:06:02 #0 5.254 OK: 8 MiB in 15 packages 01:06:02 #47 ... 01:06:02 01:06:02 #48 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:06:02 #48 ... 01:06:02 01:06:02 #49 [core-command internal] load build context 01:06:02 #49 transferring context: 508.29MB 9.5s done 01:06:02 #49 ... 01:06:02 01:06:02 #50 [core-metadata builder 2/8] WORKDIR /edgex-go 01:06:02 #50 ... 01:06:02 01:06:02 #51 [security-proxy-setup internal] load build context 01:06:02 #51 transferring context: 508.29MB 9.8s done 01:06:02 #51 ... 01:06:02 01:06:02 #52 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:06:03 #52 ... 01:06:03 01:06:03 #53 [security-bootstrapper internal] load build context 01:06:03 #53 transferring context: 508.29MB 9.8s done 01:06:03 #53 ... 01:06:03 01:06:03 #54 [security-secretstore-setup internal] load build context 01:06:03 #54 transferring context: 508.29MB 10.0s done 01:06:03 #54 ... 01:06:03 01:06:03 #55 [core-common-config-bootstrapper internal] load build context 01:06:03 #55 transferring context: 508.29MB 9.4s done 01:06:03 #55 ... 01:06:03 01:06:03 #56 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:06:03 #0 3.803 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:06:03 #0 3.857 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:06:03 #0 4.113 (1/1) Installing dumb-init (1.2.5-r3) 01:06:03 #0 4.121 Executing busybox-1.36.1-r29.trigger 01:06:03 #0 4.126 OK: 8 MiB in 15 packages 01:06:03 The recommended git tool is: git 01:06:03 #56 ... 01:06:03 01:06:03 #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:06:03 #57 ... 01:06:03 01:06:03 #58 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:06:04 #58 ... 01:06:04 01:06:04 #59 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:06:04 #0 1.357 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:06:04 #0 1.428 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:06:04 #0 1.678 (1/7) Installing ca-certificates (20241121-r1) 01:06:04 #0 1.692 (2/7) Installing dumb-init (1.2.5-r3) 01:06:04 #0 1.698 (3/7) Installing libgcc (13.2.1_git20240309-r1) 01:06:04 #0 1.700 (4/7) Installing libsodium (1.0.19-r0) 01:06:04 #0 1.725 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 01:06:04 #0 1.759 (6/7) Installing libzmq (4.3.5-r2) 01:06:04 #0 1.770 (7/7) Installing zeromq (4.3.5-r2) 01:06:04 #0 1.784 Executing busybox-1.36.1-r29.trigger 01:06:04 #0 1.794 Executing ca-certificates-20241121-r1.trigger 01:06:04 #0 1.841 OK: 12 MiB in 21 packages 01:06:04 #59 ... 01:06:04 01:06:04 #60 [support-scheduler internal] load build context 01:06:04 #60 transferring context: 508.29MB 9.8s done 01:06:04 #60 ... 01:06:04 01:06:04 #61 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:06:04 #0 1.025 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:06:04 #0 1.203 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:06:04 #0 1.605 v3.20.6-230-g677600e991f [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:06:04 #0 1.605 v3.20.6-225-gd17e57e3ea8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:06:04 #0 1.605 OK: 24173 distinct packages available 01:06:04 #0 1.652 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:06:04 #0 1.749 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:06:04 #0 2.021 (1/7) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) 01:06:04 #0 2.059 (2/7) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) 01:06:04 #0 2.068 (3/7) Installing dumb-init (1.2.5-r3) 01:06:04 #0 2.072 (4/7) Installing musl-obstack (1.2.3-r2) 01:06:04 #0 2.076 (5/7) Installing libucontext (1.2-r3) 01:06:04 #0 2.079 (6/7) Installing gcompat (1.1.0-r4) 01:06:04 #0 2.084 (7/7) Installing openssl (3.3.4-r0) 01:06:04 #0 2.141 Executing busybox-1.36.1-r29.trigger 01:06:04 #0 2.145 OK: 9 MiB in 19 packages 01:06:04 #61 ... 01:06:04 01:06:04 #62 [core-data internal] load build context 01:06:04 #62 transferring context: 508.29MB 9.0s done 01:06:04 #62 ... 01:06:04 01:06:04 #63 [core-metadata internal] load build context 01:06:04 #63 transferring context: 508.29MB 9.4s done 01:06:04 #63 ... 01:06:04 01:06:04 #64 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:06:04 #64 ... 01:06:04 01:06:04 #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:06:05 #65 ... 01:06:05 01:06:05 #42 [security-spiffe-token-provider internal] load build context 01:06:05 #42 transferring context: 508.29MB 9.2s done 01:06:09 using credential edgex-jenkins-ssh 01:06:09 Cloning the remote Git repository 01:06:09 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:06:09 > git init /w/workspace/edgex-go/871 # timeout=10 01:06:09 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:06:09 > git --version # timeout=10 01:06:09 > git --version # 'git version 2.25.1' 01:06:09 using GIT_SSH to set credentials SSH Credentials for GitHub 01:06:09 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:06:11 #42 ... 01:06:11 01:06:11 #23 [core-keeper internal] load build context 01:06:11 #23 transferring context: 508.29MB 10.4s done 01:06:11 #23 ... 01:06:11 01:06:11 #44 [support-notifications internal] load build context 01:06:11 #44 transferring context: 508.29MB 9.5s done 01:06:15 #44 ... 01:06:15 01:06:15 #62 [core-data internal] load build context 01:06:15 #62 DONE 23.2s 01:06:15 01:06:15 #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:06:15 #57 DONE 23.1s 01:06:15 01:06:15 #47 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 01:06:15 #47 DONE 23.1s 01:06:15 01:06:15 #61 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:06:15 #61 DONE 23.1s 01:06:15 01:06:15 #56 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:06:15 #56 DONE 23.1s 01:06:15 01:06:15 #50 [security-bootstrapper builder 2/8] WORKDIR /edgex-go 01:06:15 #50 DONE 22.3s 01:06:15 01:06:15 #42 [security-spiffe-token-provider internal] load build context 01:06:15 #42 DONE 23.3s 01:06:15 01:06:15 #59 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:06:15 #59 DONE 23.1s 01:06:15 01:06:15 #55 [core-common-config-bootstrapper internal] load build context 01:06:15 #55 DONE 23.3s 01:06:15 01:06:15 #63 [core-metadata internal] load build context 01:06:15 #63 DONE 23.2s 01:06:15 01:06:15 #54 [security-secretstore-setup internal] load build context 01:06:15 #54 DONE 23.4s 01:06:15 01:06:15 #53 [security-bootstrapper internal] load build context 01:06:15 #53 DONE 23.2s 01:06:15 01:06:15 #43 [security-proxy-auth internal] load build context 01:06:15 #43 DONE 23.4s 01:06:15 01:06:15 #51 [security-proxy-setup internal] load build context 01:06:15 #51 DONE 23.3s 01:06:15 01:06:15 #60 [support-scheduler internal] load build context 01:06:15 #60 DONE 23.3s 01:06:15 01:06:15 #49 [core-command internal] load build context 01:06:15 #49 DONE 23.2s 01:06:15 01:06:15 #23 [core-keeper internal] load build context 01:06:15 #23 DONE 23.4s 01:06:15 01:06:15 #44 [support-notifications internal] load build context 01:06:15 #44 DONE 23.2s 01:06:15 01:06:15 #66 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 01:06:15 #66 ... 01:06:15 01:06:15 #46 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:06:15 #46 DONE 23.4s 01:06:15 01:06:15 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:06:15 #37 DONE 23.5s 01:06:15 01:06:15 #67 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 01:06:15 #67 0.883 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:06:15 #67 0.960 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:06:15 #67 1.239 (1/2) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) 01:06:15 #67 1.390 (2/2) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) 01:06:15 #67 1.402 OK: 8 MiB in 15 packages 01:06:16 #67 ... 01:06:16 01:06:16 #64 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:06:16 #64 23.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:06:16 #64 23.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:06:16 #64 24.19 (1/2) Installing dumb-init (1.2.5-r3) 01:06:16 #64 24.20 (2/2) Installing su-exec (0.2-r3) 01:06:16 #64 24.20 Executing busybox-1.36.1-r29.trigger 01:06:16 #64 24.21 OK: 8 MiB in 16 packages 01:06:16 #64 DONE 24.6s 01:06:16 01:06:16 #58 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:06:16 #58 23.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:06:16 #58 23.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:06:16 #58 24.13 (1/3) Installing ca-certificates (20241121-r1) 01:06:16 #58 24.14 (2/3) Installing dumb-init (1.2.5-r3) 01:06:16 #58 24.15 (3/3) Installing tzdata (2025b-r0) 01:06:16 #58 24.19 Executing busybox-1.36.1-r29.trigger 01:06:16 #58 24.19 Executing ca-certificates-20241121-r1.trigger 01:06:16 #58 24.25 OK: 10 MiB in 17 packages 01:06:16 #58 DONE 24.6s 01:06:16 01:06:16 #52 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:06:16 #52 23.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:06:16 #52 23.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:06:16 #52 24.06 (1/6) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) 01:06:16 #52 24.09 (2/6) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) 01:06:16 #52 24.10 (3/6) Installing dumb-init (1.2.5-r3) 01:06:16 #52 24.10 (4/6) Installing openssl (3.3.4-r0) 01:06:16 #52 24.11 (5/6) Installing su-exec (0.2-r3) 01:06:16 #52 24.11 (6/6) Installing yq-go (4.44.1-r2) 01:06:16 #52 24.42 Executing busybox-1.36.1-r29.trigger 01:06:16 #52 24.48 OK: 19 MiB in 18 packages 01:06:16 #52 DONE 24.7s 01:06:16 01:06:16 #67 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 01:06:16 #67 DONE 1.6s 01:06:16 01:06:16 #48 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:06:16 #48 23.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:06:16 #48 23.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:06:16 #48 24.09 (1/4) Installing ca-certificates (20241121-r1) 01:06:16 #48 24.10 (2/4) Installing dumb-init (1.2.5-r3) 01:06:16 #48 24.10 (3/4) Installing su-exec (0.2-r3) 01:06:16 #48 24.10 (4/4) Installing yq-go (4.44.1-r2) 01:06:16 #48 24.42 Executing busybox-1.36.1-r29.trigger 01:06:16 #48 24.49 Executing ca-certificates-20241121-r1.trigger 01:06:16 #48 24.52 OK: 19 MiB in 18 packages 01:06:16 #48 DONE 24.8s 01:06:16 01:06:16 #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:06:16 #65 23.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:06:16 #65 23.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:06:16 #65 24.10 v3.20.6-230-g677600e991f [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:06:16 #65 24.10 v3.20.6-225-gd17e57e3ea8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:06:16 #65 24.10 OK: 24173 distinct packages available 01:06:16 #65 24.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:06:16 #65 24.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:06:16 #65 24.51 (1/4) Installing dumb-init (1.2.5-r3) 01:06:16 #65 24.52 (2/4) Installing musl-obstack (1.2.3-r2) 01:06:16 #65 24.52 (3/4) Installing libucontext (1.2-r3) 01:06:16 #65 24.52 (4/4) Installing gcompat (1.1.0-r4) 01:06:16 #65 24.53 Executing busybox-1.36.1-r29.trigger 01:06:16 #65 24.55 OK: 8 MiB in 18 packages 01:06:16 #65 DONE 24.8s 01:06:16 01:06:16 #68 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:06:16 #68 ... 01:06:16 01:06:16 #69 [core-data stage-1 3/7] RUN apk --no-cache upgrade 01:06:16 #0 1.098 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:06:16 #0 1.172 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:06:16 #0 1.499 (1/2) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) 01:06:16 #0 1.553 (2/2) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) 01:06:16 #0 1.566 OK: 8 MiB in 15 packages 01:06:16 #69 DONE 1.7s 01:06:16 01:06:16 #45 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:06:16 #45 23.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:06:16 #45 23.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:06:16 #45 24.11 v3.20.6-230-g677600e991f [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:06:16 #45 24.11 v3.20.6-225-gd17e57e3ea8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:06:16 #45 24.11 OK: 24173 distinct packages available 01:06:16 #45 24.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:06:16 #45 24.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:06:16 #45 24.53 (1/14) Installing ca-certificates (20241121-r1) 01:06:16 #45 24.55 (2/14) Installing brotli-libs (1.1.0-r2) 01:06:16 #45 24.56 (3/14) Installing c-ares (1.33.1-r0) 01:06:16 #45 24.57 (4/14) Installing libunistring (1.2-r0) 01:06:16 #45 24.59 (5/14) Installing libidn2 (2.3.7-r0) 01:06:16 #45 24.59 (6/14) Installing nghttp2-libs (1.62.1-r0) 01:06:16 #45 24.59 (7/14) Installing libpsl (0.21.5-r1) 01:06:16 #45 24.60 (8/14) Installing zstd-libs (1.5.6-r0) 01:06:16 #45 24.62 (9/14) Installing libcurl (8.12.1-r0) 01:06:16 #45 24.63 (10/14) Installing curl (8.12.1-r0) 01:06:16 #45 24.64 (11/14) Installing dumb-init (1.2.5-r3) 01:06:16 #45 24.65 (12/14) Installing musl-obstack (1.2.3-r2) 01:06:16 #45 24.65 (13/14) Installing libucontext (1.2-r3) 01:06:16 #45 24.66 (14/14) Installing gcompat (1.1.0-r4) 01:06:16 #45 24.67 Executing busybox-1.36.1-r29.trigger 01:06:16 #45 24.71 Executing ca-certificates-20241121-r1.trigger 01:06:16 #45 24.75 OK: 13 MiB in 28 packages 01:06:16 #45 DONE 24.9s 01:06:16 01:06:16 #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:06:16 #0 1.454 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:06:16 #0 1.561 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:06:16 #0 1.826 OK: 248 MiB in 58 packages 01:06:16 #70 DONE 1.9s 01:06:16 01:06:16 #66 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 01:06:16 #66 1.455 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:06:16 #66 1.555 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:06:16 #66 1.844 OK: 248 MiB in 58 packages 01:06:16 #66 DONE 2.0s 01:06:16 01:06:16 #71 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 01:06:16 #0 1.510 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:06:16 #0 1.596 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:06:16 #0 1.890 OK: 248 MiB in 58 packages 01:06:16 #71 DONE 2.0s 01:06:16 01:06:16 #72 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 01:06:16 #0 1.432 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:06:16 #0 1.544 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:06:16 #0 1.856 OK: 9 MiB in 19 packages 01:06:16 #72 DONE 2.0s 01:06:16 01:06:16 #73 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 01:06:16 #73 DONE 0.1s 01:06:16 01:06:16 #74 [core-command builder 4/7] COPY go.mod vendor* ./ 01:06:16 #74 DONE 0.1s 01:06:16 01:06:16 #75 [support-notifications builder 4/7] COPY go.mod vendor* ./ 01:06:16 #75 DONE 0.1s 01:06:16 01:06:16 #76 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:06:17 #76 ... 01:06:17 01:06:17 #77 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:06:17 #0 1.378 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:06:17 #0 1.915 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:06:17 #0 2.631 (1/1) Installing dumb-init (1.2.5-r3) 01:06:17 #0 2.918 Executing busybox-1.36.1-r29.trigger 01:06:17 #0 2.924 OK: 8 MiB in 15 packages 01:06:17 #77 DONE 3.1s 01:06:17 01:06:17 #78 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:06:17 #0 1.477 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:06:17 #0 1.602 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:06:17 #0 1.899 v3.20.6-230-g677600e991f [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:06:17 #0 1.899 v3.20.6-225-gd17e57e3ea8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:06:17 #0 1.899 OK: 24175 distinct packages available 01:06:17 #0 1.957 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:06:17 #0 2.043 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:06:17 #0 2.343 OK: 248 MiB in 58 packages 01:06:17 #78 DONE 3.1s 01:06:17 01:06:17 #79 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 01:06:17 #0 1.568 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:06:17 #0 1.661 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:06:17 #0 1.938 (1/2) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) 01:06:17 #0 1.993 (2/2) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) 01:06:17 #0 2.001 Executing ca-certificates-20241121-r1.trigger 01:06:17 #0 2.053 OK: 12 MiB in 21 packages 01:06:17 #79 DONE 3.1s 01:06:17 01:06:17 #80 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 01:06:17 #80 DONE 1.1s 01:06:17 01:06:17 #81 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:06:17 #81 DONE 1.1s 01:06:17 01:06:17 #82 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 01:06:17 #82 DONE 0.1s 01:06:17 01:06:17 #83 [security-spire-server stage-2 5/9] COPY Attribution.txt / 01:06:17 #83 DONE 0.1s 01:06:17 01:06:17 #84 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:06:17 #84 DONE 3.2s 01:06:17 01:06:17 #85 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:06:18 #85 ... 01:06:18 01:06:18 #86 [security-spire-server stage-2 6/9] COPY security.txt / 01:06:18 #86 DONE 0.6s 01:06:18 01:06:18 #87 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 01:06:18 #0 3.141 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:06:18 #0 3.219 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:06:18 #0 3.453 OK: 248 MiB in 58 packages 01:06:18 #87 DONE 3.8s 01:06:18 01:06:18 #88 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:06:18 #88 DONE 0.7s 01:06:18 01:06:18 #89 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 01:06:18 #89 DONE 0.1s 01:06:18 01:06:18 #90 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 01:06:18 #90 DONE 0.1s 01:06:18 01:06:18 #91 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 01:06:18 #91 DONE 0.0s 01:06:18 01:06:18 #92 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 01:06:18 #92 DONE 0.0s 01:06:18 01:06:18 #93 [security-spire-agent stage-3 7/10] COPY security.txt / 01:06:18 #93 DONE 0.1s 01:06:18 01:06:18 #94 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 01:06:18 #94 DONE 0.0s 01:06:18 01:06:18 #95 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 01:06:18 #95 DONE 0.0s 01:06:18 01:06:18 #96 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 01:06:18 #96 DONE 0.0s 01:06:18 01:06:18 #97 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 01:06:18 #97 DONE 0.0s 01:06:18 01:06:18 #98 [security-spire-agent] exporting to image 01:06:18 #98 exporting layers 01:06:18 #98 ... 01:06:18 01:06:18 #99 [security-spire-server] exporting to image 01:06:18 #99 exporting layers 0.4s done 01:06:18 #99 writing image sha256:46f935186ef900756950813b08d908dbdb134e0621545d2bc65e8b1e14242696 done 01:06:18 #99 naming to docker.io/library/security-spire-server done 01:06:18 #99 DONE 0.5s 01:06:19 01:06:19 #98 [security-spire-agent] exporting to image 01:06:19 #98 exporting layers 0.5s done 01:06:19 #98 writing image sha256:dd930d2743fe0b2f3952c1cee44bc3f7d6784eb1f11d48bac581f7c28bf3a52c done 01:06:19 #98 naming to docker.io/library/security-spire-agent 0.0s done 01:06:19 #98 DONE 0.5s 01:06:19 01:06:19 #100 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:06:19 #100 ... 01:06:19 01:06:19 #101 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 01:06:19 #0 2.770 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:06:19 #0 2.852 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:06:19 #0 3.171 (1/2) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) 01:06:19 #0 3.202 (2/2) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) 01:06:19 #0 3.212 OK: 8 MiB in 16 packages 01:06:19 #101 DONE 3.4s 01:06:19 01:06:19 #102 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 01:06:19 #102 ... 01:06:19 01:06:19 #103 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:06:19 #0 3.119 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:06:19 #0 3.186 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:06:19 #0 3.509 (1/2) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) 01:06:19 #0 3.552 (2/2) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) 01:06:19 #0 3.563 Executing ca-certificates-20241121-r1.trigger 01:06:19 #0 3.593 OK: 10 MiB in 17 packages 01:06:19 #103 DONE 3.8s 01:06:19 01:06:19 #104 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 01:06:19 #0 2.970 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:06:19 #0 3.078 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:06:19 #0 3.365 (1/2) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) 01:06:19 #0 3.404 (2/2) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) 01:06:19 #0 3.415 Executing ca-certificates-20241121-r1.trigger 01:06:19 #0 3.451 OK: 13 MiB in 28 packages 01:06:19 #104 DONE 3.6s 01:06:19 01:06:19 #105 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 01:06:19 #0 3.291 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:06:19 #0 3.366 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:06:19 #0 3.658 OK: 19 MiB in 18 packages 01:06:19 #105 DONE 3.8s 01:06:19 01:06:19 #106 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 01:06:19 #106 DONE 0.0s 01:06:19 01:06:19 #68 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:06:19 #68 3.541 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:06:19 #68 3.626 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:06:20 #68 ... 01:06:20 01:06:20 #107 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:06:20 #0 3.230 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:06:20 #0 3.320 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:06:20 #0 3.666 (1/2) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) 01:06:20 #0 3.706 (2/2) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) 01:06:20 #0 3.717 OK: 8 MiB in 18 packages 01:06:20 #107 DONE 3.8s 01:06:20 01:06:20 #68 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:06:20 #68 3.898 (1/2) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) 01:06:20 #68 3.933 (2/2) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) 01:06:20 #68 3.940 Executing ca-certificates-20241121-r1.trigger 01:06:20 #68 3.983 OK: 19 MiB in 18 packages 01:06:20 #68 DONE 4.5s 01:06:20 01:06:20 #108 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:06:20 #108 DONE 0.7s 01:06:20 01:06:20 #109 [security-spire-config stage-2 5/10] COPY Attribution.txt / 01:06:20 #109 DONE 0.0s 01:06:20 01:06:20 #102 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 01:06:20 #102 DONE 1.4s 01:06:20 01:06:20 #110 [security-spire-config stage-2 6/10] COPY security.txt / 01:06:20 #110 DONE 0.0s 01:06:20 01:06:20 #111 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 01:06:20 #111 DONE 0.0s 01:06:20 01:06:20 #112 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 01:06:20 #112 DONE 0.0s 01:06:20 01:06:20 #113 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 01:06:20 #113 DONE 0.0s 01:06:20 01:06:20 #114 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 01:06:20 #114 DONE 0.0s 01:06:20 01:06:20 #85 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:06:20 #85 1.901 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:06:20 #85 2.333 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:06:20 #85 3.066 OK: 248 MiB in 58 packages 01:06:20 #85 DONE 3.2s 01:06:20 01:06:20 #115 [security-spire-config] exporting to image 01:06:21 #115 ... 01:06:21 01:06:21 #116 [core-keeper builder 5/8] COPY go.mod vendor* ./ 01:06:21 #116 DONE 0.0s 01:06:21 01:06:21 #117 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:06:21 #117 ... 01:06:21 01:06:21 #115 [security-spire-config] exporting to image 01:06:21 #115 exporting layers 0.5s done 01:06:21 #115 writing image sha256:35a165fda77cea46fac2643602ea5ffe74b24c36b81c9d6044c72c5e5274ad98 done 01:06:21 #115 naming to docker.io/library/security-spire-config done 01:06:21 #115 DONE 0.5s 01:06:21 01:06:21 #118 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:06:26 #118 ... 01:06:26 01:06:26 #119 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:06:26 #119 ... 01:06:26 01:06:26 #120 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:06:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:06:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:06:28 Avoid second fetch 01:06:28 Checking out Revision be28a41d6891c049751c2691a0cffa4ea8b2cf08 (main) 01:06:29 Commit message: "build(deps): Bump golang.org/x/crypto from 0.39.0 to 0.40.0 (#5207)" 01:06:28 > git config core.sparsecheckout # timeout=10 01:06:28 > git checkout -f be28a41d6891c049751c2691a0cffa4ea8b2cf08 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:06:34 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 01:06:34 % Total % Received % Xferd Average Speed Time Time Time Current 01:06:34 Dload Upload Total Spent Left Speed 01:06:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 25266 0 --:--:-- --:--:-- --:--:-- 25315 [Pipeline] sh 01:06:35 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 01:06:35 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 01:06:35 + sudo tee /etc/docker/daemon.new 01:06:35 { 01:06:35 "registry-mirrors": [ 01:06:35 "https://nexus3.edgexfoundry.org:10001" 01:06:35 ], 01:06:35 "bip": "10.250.0.254/24", 01:06:35 "hosts": [ 01:06:35 "tcp://0.0.0.0:5555", 01:06:35 "unix:///var/run/docker.sock" 01:06:35 ], 01:06:35 "mtu": 1458, 01:06:35 "selinux-enabled": true, 01:06:35 "seccomp-profile": "/etc/docker/seccomp.json" 01:06:35 } [Pipeline] sh 01:06:35 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 01:06:36 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:06:55 provisioning config files... 01:06:55 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/871@tmp/config4667823990952366015tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:06:55 ---> ****-login.sh 01:06:55 nexus3.edgexfoundry.org:10001 01:06:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:06:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:06:56 Configure a credential helper to remove this warning. See 01:06:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:06:56 01:06:56 Login Succeeded 01:06:56 nexus3.edgexfoundry.org:10002 01:06:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:06:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:06:56 Configure a credential helper to remove this warning. See 01:06:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:06:56 01:06:56 Login Succeeded 01:06:56 nexus3.edgexfoundry.org:10003 01:06:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:06:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:06:56 Configure a credential helper to remove this warning. See 01:06:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:06:56 01:06:56 Login Succeeded 01:06:56 nexus3.edgexfoundry.org:10004 01:06:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:06:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:06:57 Configure a credential helper to remove this warning. See 01:06:57 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:06:57 01:06:57 Login Succeeded 01:06:57 ****.io 01:06:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:06:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:06:57 Configure a credential helper to remove this warning. See 01:06:57 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:06:57 01:06:57 Login Succeeded 01:06:57 ---> ****-login.sh ends [Pipeline] } 01:06:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 01:06:58 + git config --global --add safe.directory /w/workspace/edgex-go/871 [Pipeline] echo 01:06:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:06:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:06:58 ========================================================= 01:06:58 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 01:06:58 ========================================================= [Pipeline] fileExists [Pipeline] sh 01:06:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:06:58 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:06:58 94e9d8af2201: Pulling fs layer 01:06:58 a6c56e8762df: Pulling fs layer 01:06:58 f0f3c8884826: Pulling fs layer 01:06:58 c7e7622c144d: Pulling fs layer 01:06:58 4f4fb700ef54: Pulling fs layer 01:06:58 e8859aadc426: Pulling fs layer 01:06:58 b4813487a9f6: Pulling fs layer 01:06:58 502a3d64fb4b: Pulling fs layer 01:06:58 c7e7622c144d: Waiting 01:06:58 4f4fb700ef54: Waiting 01:06:58 e8859aadc426: Waiting 01:06:58 b4813487a9f6: Waiting 01:06:58 502a3d64fb4b: Waiting 01:06:58 a6c56e8762df: Download complete 01:06:58 c7e7622c144d: Verifying Checksum 01:06:58 c7e7622c144d: Download complete 01:06:58 4f4fb700ef54: Download complete 01:06:58 e8859aadc426: Verifying Checksum 01:06:58 e8859aadc426: Download complete 01:06:58 94e9d8af2201: Verifying Checksum 01:06:58 94e9d8af2201: Download complete 01:06:59 502a3d64fb4b: Verifying Checksum 01:06:59 502a3d64fb4b: Download complete 01:06:59 94e9d8af2201: Pull complete 01:07:00 a6c56e8762df: Pull complete 01:07:00 f0f3c8884826: Verifying Checksum 01:07:00 f0f3c8884826: Download complete 01:07:01 b4813487a9f6: Download complete 01:07:05 #120 DONE 45.6s 01:07:05 01:07:05 #119 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:07:05 #119 DONE 45.7s 01:07:05 01:07:05 #76 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:07:05 #76 DONE 45.6s 01:07:05 01:07:05 #118 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:07:05 #118 DONE 44.5s 01:07:05 01:07:05 #100 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:07:05 #100 DONE 43.8s 01:07:05 01:07:05 #117 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:07:05 #117 DONE 41.3s 01:07:05 01:07:05 #121 [security-proxy-auth builder 6/7] COPY . . 01:07:10 #121 DONE 8.4s 01:07:10 01:07:10 #122 [security-secretstore-setup builder 6/7] COPY . . 01:07:10 #122 DONE 8.4s 01:07:10 01:07:10 #123 [support-scheduler builder 6/7] COPY . . 01:07:10 #123 DONE 8.4s 01:07:10 01:07:10 #124 [core-metadata builder 6/7] COPY . . 01:07:10 #124 CACHED 01:07:10 01:07:10 #125 [core-metadata builder 4/7] COPY go.mod vendor* ./ 01:07:10 #125 CACHED 01:07:10 01:07:10 #126 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:07:10 #126 CACHED 01:07:10 01:07:10 #127 [security-bootstrapper builder 6/7] COPY . . 01:07:10 #127 CACHED 01:07:10 01:07:10 #128 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:07:10 #128 CACHED 01:07:10 01:07:10 #129 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:07:10 #129 CACHED 01:07:10 01:07:10 #130 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:07:10 #130 CACHED 01:07:10 01:07:10 #131 [security-proxy-setup builder 6/7] COPY . . 01:07:10 #131 CACHED 01:07:10 01:07:10 #132 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 01:07:10 #132 CACHED 01:07:10 01:07:10 #133 [core-keeper builder 7/8] COPY . . 01:07:10 #133 DONE 8.4s 01:07:10 01:07:10 #134 [core-command builder 6/7] COPY . . 01:07:10 #134 CACHED 01:07:10 01:07:10 #135 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:07:10 #135 CACHED 01:07:10 01:07:10 #136 [core-command builder 4/7] COPY go.mod vendor* ./ 01:07:10 #136 CACHED 01:07:10 01:07:10 #137 [core-common-config-bootstrapper builder 6/7] COPY . . 01:07:10 #137 CACHED 01:07:10 01:07:10 #138 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:07:10 #138 CACHED 01:07:10 01:07:10 #139 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:07:10 #139 CACHED 01:07:10 01:07:10 #140 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:07:10 #140 CACHED 01:07:10 01:07:10 #141 [core-data builder 4/7] COPY go.mod vendor* ./ 01:07:10 #141 CACHED 01:07:10 01:07:10 #142 [core-data builder 6/7] COPY . . 01:07:10 #142 CACHED 01:07:10 01:07:10 #143 [security-spiffe-token-provider builder 6/7] COPY . . 01:07:10 #143 DONE 8.4s 01:07:10 01:07:10 #144 [support-notifications builder 6/7] COPY . . 01:07:10 #144 DONE 8.4s 01:07:10 01:07:10 #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:07:11 #145 1.031 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.39 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:07:16 f0f3c8884826: Pull complete 01:07:16 c7e7622c144d: Pull complete 01:07:16 4f4fb700ef54: Pull complete 01:07:16 e8859aadc426: Pull complete 01:07:21 #145 ... 01:07:21 01:07:21 #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 01:07:21 #0 0.634 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.39 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 01:07:21 #146 ... 01:07:21 01:07:21 #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:07:21 #0 1.002 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.39 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:07:21 #147 ... 01:07:21 01:07:21 #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:07:21 #0 0.559 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.39 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:07:21 #148 ... 01:07:21 01:07:21 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:07:21 #0 1.029 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.39 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 01:07:21 #149 ... 01:07:21 01:07:21 #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:07:21 #0 0.876 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.39 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 01:07:21 #150 ... 01:07:21 01:07:21 #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:07:21 #0 1.034 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.39 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 01:07:21 #151 ... 01:07:21 01:07:21 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:07:21 #0 1.039 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.39 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 01:07:21 #152 ... 01:07:21 01:07:21 #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:07:21 #0 0.644 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.39 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:07:22 #153 ... 01:07:22 01:07:22 #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:07:22 #0 1.042 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.39 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 01:07:22 #154 ... 01:07:22 01:07:22 #155 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:07:22 #0 0.632 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.39 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 01:07:22 #155 ... 01:07:22 01:07:22 #156 [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:07:22 #0 0.642 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.39 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:07:23 b4813487a9f6: Pull complete 01:07:26 502a3d64fb4b: Pull complete 01:07:26 Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde 01:07:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:07:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh 01:07:27 + docker build -t+ ci-base-image-arm64 -f -echo . FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:07:27 WORKDIR /edgex 01:07:27 COPY go.mod . 01:07:27 RUN go mod download 01:07:27 01:07:27 Sending build context to Docker daemon 3.708MB 01:07:28 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:07:28 ---> 3bb21d53e231 01:07:28 Step 2/4 : WORKDIR /edgex 01:07:29 ---> Running in 754fd41c7040 01:07:29 Removing intermediate container 754fd41c7040 01:07:29 ---> 2fccd3c180a4 01:07:29 Step 3/4 : COPY go.mod . 01:07:29 ---> 6234788749b1 01:07:29 Step 4/4 : RUN go mod download 01:07:29 ---> Running in ab1a5ac4c1f0 01:08:51 Removing intermediate container ab1a5ac4c1f0 01:08:51 ---> 5b5a883e4325 01:08:51 Successfully built 5b5a883e4325 01:08:51 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:08:51 + docker inspect -f . ci-base-image-arm64 01:08:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:08:52 prd-ubuntu20.04-docker-arm64-4c-16g-4943 does not seem to be running inside a container 01:08:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/871 -v /w/workspace/edgex-go/871:/w/workspace/edgex-go/871:rw,z -v /w/workspace/edgex-go/871@tmp:/w/workspace/edgex-go/871@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:08:53 $ docker top b4cc6e81cd7bb9b6224cc58f6821193707f6a27367ff22daf527e03c17c330fd -eo pid,comm [Pipeline] { [Pipeline] sh 01:08:54 + go version 01:08:54 go version go1.23.9 linux/arm64 [Pipeline] } 01:08:54 $ docker stop --time=1 b4cc6e81cd7bb9b6224cc58f6821193707f6a27367ff22daf527e03c17c330fd 01:08:55 $ docker rm -f --volumes b4cc6e81cd7bb9b6224cc58f6821193707f6a27367ff22daf527e03c17c330fd [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:08:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:08:56 01:08:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:08:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:08:56 latest: Pulling from edgex-devops/edgex-compose-arm64 01:08:56 547446be3368: Pulling fs layer 01:08:56 d125d8839a47: Pulling fs layer 01:08:56 3e85d5ac6304: Pulling fs layer 01:08:56 c3105a71a48b: Pulling fs layer 01:08:56 0f093f025ec4: Pulling fs layer 01:08:56 c3106fc0e877: Pulling fs layer 01:08:56 c3105a71a48b: Waiting 01:08:56 0f093f025ec4: Waiting 01:08:56 c3106fc0e877: Waiting 01:08:56 547446be3368: Verifying Checksum 01:08:56 547446be3368: Download complete 01:08:56 c3105a71a48b: Download complete 01:08:57 d125d8839a47: Verifying Checksum 01:08:57 d125d8839a47: Download complete 01:08:57 c3106fc0e877: Verifying Checksum 01:08:57 c3106fc0e877: Download complete 01:08:57 0f093f025ec4: Verifying Checksum 01:08:57 0f093f025ec4: Download complete 01:08:57 547446be3368: Pull complete 01:08:58 #156 ... 01:08:58 01:08:58 #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:08:58 #148 DONE 99.2s 01:08:58 01:08:58 #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:08:58 #150 DONE 99.2s 01:08:58 01:08:58 #155 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:08:58 #155 ... 01:08:58 01:08:58 #157 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 01:08:58 #157 DONE 0.5s 01:08:58 01:08:58 #158 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:08:58 #158 DONE 0.4s 01:08:58 01:08:58 #159 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 01:08:58 #159 ... 01:08:58 01:08:58 #160 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:08:58 #160 DONE 1.2s 01:08:58 01:08:58 #161 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 01:08:58 #161 DONE 0.8s 01:08:58 01:08:58 #162 [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:08:58 #162 DONE 0.3s 01:08:58 01:08:58 #159 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 01:08:58 #159 DONE 2.4s 01:08:58 01:08:58 #163 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 01:08:58 #163 ... 01:08:58 01:08:58 #164 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 01:08:58 #164 DONE 0.6s 01:08:58 01:08:58 #163 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 01:08:58 #163 DONE 0.6s 01:08:58 01:08:58 #165 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:08:58 #165 ... 01:08:58 01:08:58 #166 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 01:08:58 #166 DONE 0.2s 01:08:58 01:08:58 #167 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:08:58 #167 DONE 0.6s 01:08:58 01:08:58 #156 [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:08:58 #156 ... 01:08:58 01:08:58 #168 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 01:08:58 #168 DONE 0.3s 01:08:58 01:08:58 #156 [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:08:58 #156 ... 01:08:58 01:08:58 #169 [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:08:58 #169 DONE 0.2s 01:08:58 01:08:58 #165 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:08:58 #165 DONE 1.2s 01:08:58 01:08:58 #170 [core-common-config-bootstrapper] exporting to image 01:08:58 #170 exporting layers 01:08:58 #170 ... 01:08:58 01:08:58 #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:08:58 #171 DONE 1.2s 01:08:58 01:08:58 #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:08:58 #172 DONE 2.5s 01:08:58 01:08:58 #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:08:59 #151 ... 01:08:59 01:08:59 #170 [core-common-config-bootstrapper] exporting to image 01:08:59 #170 exporting layers 3.7s done 01:08:59 #170 writing image sha256:2e4e81b0c41a8b5df5ef06226c5f34bbbc1c5c371f3b14b16a8196152505326d 0.0s done 01:08:59 #170 naming to docker.io/library/core-common-config-bootstrapper 0.0s done 01:08:59 3e85d5ac6304: Verifying Checksum 01:08:59 3e85d5ac6304: Download complete 01:08:59 d125d8839a47: Pull complete 01:09:00 #170 DONE 4.6s 01:09:00 01:09:00 #173 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:09:01 #173 DONE 2.0s 01:09:01 01:09:01 #174 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 01:09:05 #174 DONE 3.6s 01:09:05 01:09:05 #175 [security-bootstrapper] exporting to image 01:09:05 #175 exporting layers 01:09:05 #175 exporting layers 0.6s done 01:09:05 #175 writing image sha256:458ac520c99e76c70eb8739102c1c863ce42e04e0bfaa7595d126435d7c110bd done 01:09:05 #175 naming to docker.io/library/security-bootstrapper done 01:09:05 #175 DONE 0.6s 01:09:05 01:09:05 #155 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:09:09 3e85d5ac6304: Pull complete 01:09:09 c3105a71a48b: Pull complete 01:09:11 0f093f025ec4: Pull complete 01:09:11 c3106fc0e877: Pull complete 01:09:11 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 01:09:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:09:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:09:11 prd-ubuntu20.04-docker-arm64-4c-16g-4943 does not seem to be running inside a container 01:09:11 $ 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/871 -v /w/workspace/edgex-go/871:/w/workspace/edgex-go/871:rw,z -v /w/workspace/edgex-go/871@tmp:/w/workspace/edgex-go/871@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:09:13 $ docker top 63314ecf5d5ba7c1a37d78cad7abc3df76af6d9e837fefed4b1659015f18551c -eo pid,comm [Pipeline] { [Pipeline] sh 01:09:13 + docker compose -f ./docker-compose-build.yml build --parallel 01:09:24 #1 [security-proxy-auth internal] load build definition from Dockerfile 01:09:24 #1 transferring dockerfile: 30B 01:09:24 #1 transferring dockerfile: 2.14kB done 01:09:24 #1 DONE 0.1s 01:09:24 01:09:24 #2 [core-metadata internal] load build definition from Dockerfile 01:09:24 #2 transferring dockerfile: 2.10kB done 01:09:24 #2 DONE 0.1s 01:09:24 01:09:24 #3 [core-common-config-bootstrapper internal] load build definition from Dockerfile 01:09:24 #3 transferring dockerfile: 2.23kB done 01:09:24 #3 DONE 0.1s 01:09:24 01:09:24 #4 [support-scheduler internal] load build definition from Dockerfile 01:09:24 #4 transferring dockerfile: 1.83kB done 01:09:24 #4 DONE 0.1s 01:09:24 01:09:24 #5 [security-secretstore-setup internal] load build definition from Dockerfile 01:09:24 #5 transferring dockerfile: 2.49kB done 01:09:24 #5 DONE 0.1s 01:09:24 01:09:24 #6 [core-command internal] load build definition from Dockerfile 01:09:24 #6 transferring dockerfile: 1.94kB done 01:09:24 #6 DONE 0.1s 01:09:24 01:09:24 #7 [security-bootstrapper internal] load build definition from Dockerfile 01:09:24 #7 transferring dockerfile: 3.02kB 0.0s done 01:09:24 #7 DONE 0.1s 01:09:24 01:09:24 #8 [security-spiffe-token-provider internal] load build definition from Dockerfile 01:09:24 #8 transferring dockerfile: 1.89kB done 01:09:24 #8 DONE 0.1s 01:09:24 01:09:24 #9 [support-notifications internal] load build definition from Dockerfile 01:09:24 #9 transferring dockerfile: 2.00kB done 01:09:24 #9 DONE 0.0s 01:09:24 01:09:24 #10 [core-keeper internal] load build definition from Dockerfile 01:09:24 #10 transferring dockerfile: 2.01kB done 01:09:24 #10 DONE 0.1s 01:09:24 01:09:24 #11 [security-spire-server internal] load build definition from Dockerfile 01:09:24 #11 transferring dockerfile: 1.70kB done 01:09:24 #11 DONE 0.1s 01:09:24 01:09:24 #12 [security-spire-config internal] load build definition from Dockerfile 01:09:24 #12 transferring dockerfile: 1.69kB done 01:09:24 #12 DONE 0.1s 01:09:24 01:09:24 #13 [security-proxy-setup internal] load build definition from Dockerfile 01:09:24 #13 transferring dockerfile: 2.50kB done 01:09:24 #13 DONE 0.1s 01:09:24 01:09:24 #14 [core-data internal] load build definition from Dockerfile 01:09:24 #14 transferring dockerfile: 2.04kB 0.0s done 01:09:24 #14 DONE 0.1s 01:09:24 01:09:24 #15 [security-spire-agent internal] load build definition from Dockerfile 01:09:24 #15 transferring dockerfile: 1.81kB 0.0s done 01:09:24 #15 DONE 0.1s 01:09:24 01:09:24 #16 [security-proxy-auth internal] load .dockerignore 01:09:24 #16 transferring context: 50B 0.0s done 01:09:24 #16 DONE 0.1s 01:09:25 01:09:25 #17 [core-metadata internal] load .dockerignore 01:09:25 #17 transferring context: 50B done 01:09:25 #17 DONE 0.0s 01:09:25 01:09:25 #18 [core-common-config-bootstrapper internal] load .dockerignore 01:09:25 #18 transferring context: 50B done 01:09:25 #18 DONE 0.0s 01:09:25 01:09:25 #19 [support-scheduler internal] load .dockerignore 01:09:25 #19 transferring context: 50B done 01:09:25 #19 DONE 0.1s 01:09:25 01:09:25 #20 [security-secretstore-setup internal] load .dockerignore 01:09:25 #20 transferring context: 50B done 01:09:25 #20 DONE 0.1s 01:09:25 01:09:25 #21 [core-command internal] load .dockerignore 01:09:25 #21 transferring context: 50B done 01:09:25 #21 DONE 0.1s 01:09:25 01:09:25 #22 [security-bootstrapper internal] load .dockerignore 01:09:25 #22 transferring context: 50B done 01:09:25 #22 DONE 0.0s 01:09:25 01:09:25 #23 [security-spiffe-token-provider internal] load .dockerignore 01:09:25 #23 transferring context: 50B 0.0s done 01:09:25 #23 DONE 0.1s 01:09:25 01:09:25 #24 [support-notifications internal] load .dockerignore 01:09:25 #24 transferring context: 50B 0.0s done 01:09:25 #24 DONE 0.1s 01:09:25 01:09:25 #25 [core-keeper internal] load .dockerignore 01:09:25 #25 transferring context: 50B done 01:09:25 #25 DONE 0.1s 01:09:25 01:09:25 #26 [security-spire-config internal] load .dockerignore 01:09:25 #26 transferring context: 50B done 01:09:25 #26 DONE 0.1s 01:09:25 01:09:25 #27 [security-spire-server internal] load .dockerignore 01:09:25 #27 transferring context: 50B 0.0s done 01:09:25 #27 DONE 0.1s 01:09:25 01:09:25 #28 [security-proxy-setup internal] load .dockerignore 01:09:25 #28 transferring context: 50B done 01:09:25 #28 DONE 0.1s 01:09:25 01:09:25 #29 [core-data internal] load .dockerignore 01:09:25 #29 transferring context: 50B 0.0s done 01:09:25 #29 DONE 0.1s 01:09:25 01:09:25 #30 [security-spire-agent internal] load .dockerignore 01:09:25 #30 transferring context: 50B done 01:09:25 #30 DONE 0.1s 01:09:25 01:09:25 #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:09:26 #31 DONE 0.0s 01:09:26 01:09:26 #32 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 01:09:26 #32 DONE 0.6s 01:09:26 01:09:26 #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:09:26 #31 DONE 0.0s 01:09:26 01:09:26 #33 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:09:26 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 01:09:26 #33 ... 01:09:26 01:09:26 #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:09:26 #31 DONE 0.0s 01:09:26 01:09:26 #33 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:09:26 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:09:26 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 01:09:26 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 01:09:27 #33 ... 01:09:27 01:09:27 #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:09:27 #31 DONE 0.0s 01:09:27 01:09:27 #33 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:09:27 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 01:09:27 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:09:27 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 01:09:27 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 01:09:27 #33 DONE 0.8s 01:09:27 01:09:27 #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:09:27 #31 DONE 0.0s 01:09:27 01:09:27 #34 [core-metadata internal] load build context 01:09:27 #34 ... 01:09:27 01:09:27 #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:09:27 #31 DONE 0.0s 01:09:27 01:09:27 #32 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 01:09:27 #32 DONE 0.6s 01:09:27 01:09:27 #33 [core-command stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:09:27 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 01:09:27 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:09:27 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 01:09:27 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 01:09:27 #33 DONE 0.9s 01:09:27 01:09:27 #34 [core-metadata internal] load build context 01:09:27 #34 ... 01:09:27 01:09:27 #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:09:27 #31 DONE 0.0s 01:09:27 01:09:27 #33 [support-scheduler stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:09:27 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 01:09:27 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:09:27 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 01:09:27 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 01:09:27 #33 DONE 0.9s 01:09:27 01:09:27 #34 [core-metadata internal] load build context 01:09:27 #34 ... 01:09:27 01:09:27 #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:09:27 #31 DONE 0.0s 01:09:27 01:09:27 #34 [core-metadata internal] load build context 01:09:27 #34 ... 01:09:27 01:09:27 #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:09:27 #31 DONE 0.0s 01:09:27 01:09:27 #34 [core-metadata internal] load build context 01:09:27 #34 ... 01:09:27 01:09:27 #32 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 01:09:27 #32 DONE 0.9s 01:09:27 01:09:27 #34 [core-metadata internal] load build context 01:09:27 #34 ... 01:09:27 01:09:27 #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:09:27 #31 DONE 0.0s 01:09:27 01:09:27 #33 [support-notifications stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:09:27 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 01:09:27 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:09:27 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 01:09:27 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 01:09:27 #33 DONE 0.9s 01:09:27 01:09:27 #34 [core-metadata internal] load build context 01:09:28 #34 transferring context: 3.23MB 1.3s done 01:09:28 #34 ... 01:09:28 01:09:28 #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:09:28 #31 DONE 0.0s 01:09:28 01:09:28 #33 [security-proxy-setup stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:09:28 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 01:09:28 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:09:28 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 01:09:28 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 01:09:28 #33 DONE 1.0s 01:09:28 01:09:28 #32 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 01:09:28 #32 DONE 1.8s 01:09:28 01:09:28 #34 [core-metadata internal] load build context 01:09:28 #34 DONE 2.1s 01:09:28 01:09:28 #35 [security-proxy-setup internal] load build context 01:09:28 #35 ... 01:09:28 01:09:28 #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:09:28 #31 DONE 0.0s 01:09:28 01:09:28 #36 [security-proxy-auth internal] load build context 01:09:28 #36 transferring context: 3.23MB 1.2s done 01:09:28 #36 DONE 2.2s 01:09:28 01:09:28 #37 [core-common-config-bootstrapper internal] load build context 01:09:28 #37 transferring context: 3.23MB 1.6s done 01:09:30 #37 DONE 3.2s 01:09:30 01:09:30 #38 [core-command internal] load build context 01:09:30 #38 transferring context: 3.23MB 2.4s done 01:09:30 #38 ... 01:09:30 01:09:30 #32 [core-data internal] load metadata for docker.io/library/alpine:3.20 01:09:30 #32 DONE 3.4s 01:09:30 01:09:30 #33 [core-data stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:09:30 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 01:09:30 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:09:30 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 01:09:30 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 01:09:30 #33 DONE 1.0s 01:09:30 01:09:30 #39 [support-scheduler internal] load build context 01:09:30 #39 ... 01:09:30 01:09:30 #33 [core-data stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:09:30 #33 DONE 1.0s 01:09:30 01:09:30 #39 [support-scheduler internal] load build context 01:09:30 #39 transferring context: 3.23MB 2.9s done 01:09:31 #39 ... 01:09:31 01:09:31 #38 [core-command internal] load build context 01:09:31 #38 DONE 4.2s 01:09:31 01:09:31 #40 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 01:09:31 #40 DONE 3.3s 01:09:31 01:09:31 #41 [security-bootstrapper internal] load build context 01:09:31 #41 ... 01:09:31 01:09:31 #33 [security-spire-server stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:09:31 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 01:09:31 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:09:31 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 01:09:31 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 01:09:31 #33 DONE 1.0s 01:09:31 01:09:31 #41 [security-bootstrapper internal] load build context 01:09:31 #41 transferring context: 3.23MB 2.8s done 01:09:31 #41 ... 01:09:31 01:09:31 #33 [security-spire-config stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:09:31 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 01:09:31 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:09:31 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 01:09:31 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 01:09:31 #33 DONE 1.0s 01:09:31 01:09:31 #42 [security-spire-server internal] load build context 01:09:31 #42 DONE 0.0s 01:09:31 01:09:31 #43 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 01:09:31 #43 DONE 2.6s 01:09:31 01:09:31 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:09:31 #44 DONE 0.0s 01:09:31 01:09:31 #45 [security-secretstore-setup internal] load build context 01:09:31 #45 transferring context: 3.23MB 2.7s done 01:09:31 #45 DONE 4.4s 01:09:31 01:09:31 #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:09:31 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 01:09:31 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:09:31 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 01:09:31 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 01:09:31 #33 DONE 1.0s 01:09:31 01:09:31 #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:09:31 #44 DONE 0.0s 01:09:31 01:09:31 #46 [support-notifications internal] load build context 01:09:32 #46 ... 01:09:32 01:09:32 #39 [support-scheduler internal] load build context 01:09:32 #39 DONE 4.8s 01:09:32 01:09:32 #46 [support-notifications internal] load build context 01:09:32 #46 ... 01:09:32 01:09:32 #41 [security-bootstrapper internal] load build context 01:09:32 #41 DONE 4.7s 01:09:32 01:09:32 #46 [support-notifications internal] load build context 01:09:32 #46 transferring context: 3.23MB 3.8s done 01:09:32 #46 ... 01:09:32 01:09:32 #47 [security-spiffe-token-provider internal] load build context 01:09:32 #47 transferring context: 3.23MB 3.7s done 01:09:32 #47 DONE 5.1s 01:09:33 01:09:33 #46 [support-notifications internal] load build context 01:09:33 #46 DONE 5.3s 01:09:33 01:09:33 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:09:33 #44 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.0s done 01:09:33 #44 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 01:09:33 #44 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 01:09:33 #44 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 01:09:33 #44 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.4s 01:09:33 #44 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.4s 01:09:33 #44 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.4s 01:09:33 #44 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 01:09:33 #44 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.4s done 01:09:33 #44 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.5s done 01:09:33 #44 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.6s 01:09:33 #44 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.5s done 01:09:33 #44 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.7s done 01:09:33 #44 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.3s done 01:09:33 #44 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.7s done 01:09:34 #44 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 1.3s 01:09:34 #44 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 2.10MB / 33.17MB 2.2s 01:09:35 #44 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 4.19MB / 33.17MB 2.8s 01:09:36 #44 ... 01:09:36 01:09:36 #42 [security-spire-server internal] load build context 01:09:36 #42 transferring context: 23.80kB 0.4s done 01:09:36 #42 DONE 4.1s 01:09:36 01:09:36 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:09:36 #44 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 01:09:36 #44 ... 01:09:36 01:09:36 #48 [security-spire-agent internal] load build context 01:09:36 #48 transferring context: 23.33kB 0.3s done 01:09:36 #48 DONE 4.4s 01:09:36 01:09:36 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:09:36 #44 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 6.29MB / 33.17MB 3.5s 01:09:36 #44 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.2s done 01:09:36 #44 ... 01:09:36 01:09:36 #49 [security-spire-config internal] load build context 01:09:36 #49 transferring context: 22.05kB 0.4s done 01:09:36 #49 DONE 4.7s 01:09:36 01:09:36 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:09:36 #44 ... 01:09:36 01:09:36 #50 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:09:36 #50 ... 01:09:36 01:09:36 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:09:37 #44 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 8.39MB / 33.17MB 4.3s 01:09:37 #44 ... 01:09:37 01:09:37 #51 [core-keeper internal] load build context 01:09:37 #51 transferring context: 3.23MB 4.9s done 01:09:37 #51 DONE 8.4s 01:09:37 01:09:37 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:09:37 #44 ... 01:09:37 01:09:37 #52 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 01:09:37 #0 6.982 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:09:37 #0 7.697 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:09:37 #52 ... 01:09:37 01:09:37 #35 [security-proxy-setup internal] load build context 01:09:37 #35 transferring context: 3.23MB 5.0s done 01:09:37 #35 DONE 8.4s 01:09:37 01:09:37 #53 [support-notifications builder 2/7] WORKDIR /edgex-go 01:09:37 #53 ... 01:09:37 01:09:37 #54 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:09:37 #0 6.643 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:09:37 #0 7.277 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:09:37 #54 ... 01:09:37 01:09:37 #55 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:09:37 #0 9.558 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:09:37 #55 ... 01:09:37 01:09:37 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:09:37 #44 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.49MB / 33.17MB 5.2s 01:09:38 #44 ... 01:09:38 01:09:38 #56 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:09:38 #0 8.080 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:09:38 #0 9.534 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:09:38 #56 ... 01:09:38 01:09:38 #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:09:38 #0 8.099 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:09:38 #0 9.178 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:09:38 #57 ... 01:09:38 01:09:38 #53 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go 01:09:38 #53 DONE 2.2s 01:09:38 01:09:38 #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:09:38 #0 7.441 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:09:38 #0 8.642 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:09:38 #58 ... 01:09:38 01:09:38 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:09:38 #44 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 13.12MB / 33.17MB 5.8s 01:09:38 #44 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.0s done 01:09:39 #44 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 14.92MB / 33.17MB 6.6s 01:09:39 #44 ... 01:09:39 01:09:39 #59 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:09:39 #0 9.705 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:09:39 #59 ... 01:09:39 01:09:39 #60 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:09:39 #60 ... 01:09:39 01:09:39 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:09:39 #44 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 16.78MB / 33.17MB 7.2s 01:09:40 #44 ... 01:09:40 01:09:40 #60 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:09:40 #60 DONE 10.7s 01:09:40 01:09:40 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:09:40 #44 ... 01:09:40 01:09:40 #61 [core-data internal] load build context 01:09:40 #61 transferring context: 3.23MB 5.3s done 01:09:40 #61 DONE 9.4s 01:09:40 01:09:40 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:09:40 #44 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 18.87MB / 33.17MB 7.7s 01:09:40 #44 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 20.62MB / 33.17MB 8.2s 01:09:41 #44 ... 01:09:41 01:09:41 #52 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 01:09:41 #52 11.85 (1/1) Installing dumb-init (1.2.5-r3) 01:09:41 #52 11.92 Executing busybox-1.36.1-r29.trigger 01:09:41 #52 12.08 OK: 9 MiB in 15 packages 01:09:41 #52 DONE 14.6s 01:09:41 01:09:41 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:09:41 #44 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 22.88MB / 33.17MB 8.6s 01:09:41 #44 ... 01:09:41 01:09:41 #62 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:09:41 #0 8.389 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:09:41 #62 10.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:09:41 #62 ... 01:09:41 01:09:41 #63 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 01:09:42 #63 ... 01:09:42 01:09:42 #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:09:42 #64 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.7s done 01:09:42 #64 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 01:09:42 #64 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done 01:09:42 #64 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done 01:09:42 #64 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.0s done 01:09:42 #64 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.1s done 01:09:42 #64 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.3s done 01:09:42 #64 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 1.3s done 01:09:42 #64 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 5.3s done 01:09:42 #64 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.2s done 01:09:42 #64 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 01:09:42 #64 ... 01:09:42 01:09:42 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:09:42 #44 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 25.17MB / 33.17MB 9.7s 01:09:42 #44 ... 01:09:42 01:09:42 #65 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:09:42 #0 9.408 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:09:42 #65 ... 01:09:42 01:09:42 #66 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:09:42 #66 ... 01:09:42 01:09:42 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:09:42 #44 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 27.26MB / 33.17MB 10.4s 01:09:44 #155 ... 01:09:44 01:09:44 #156 [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:09:44 #156 147.8 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.39 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:09:44 #44 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 29.36MB / 33.17MB 11.4s 01:09:44 #44 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 31.46MB / 33.17MB 11.9s 01:09:44 #44 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 12.3s 01:09:45 #44 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 12.4s done 01:09:45 #44 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 12.4s done 01:09:45 #44 ... 01:09:45 01:09:45 #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:09:45 #57 14.87 (1/2) Installing dumb-init (1.2.5-r3) 01:09:45 #57 14.94 (2/2) Installing su-exec (0.2-r3) 01:09:45 #57 14.96 Executing busybox-1.36.1-r29.trigger 01:09:45 #57 15.14 OK: 9 MiB in 16 packages 01:09:45 #57 DONE 17.3s 01:09:45 01:09:45 #56 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:09:45 #56 16.38 (1/7) Installing ca-certificates (20241121-r1) 01:09:45 #56 16.70 (2/7) Installing dumb-init (1.2.5-r3) 01:09:45 #56 16.72 (3/7) Installing libgcc (13.2.1_git20240309-r1) 01:09:45 #56 16.75 (4/7) Installing libsodium (1.0.19-r0) 01:09:45 #56 16.79 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 01:09:45 #56 17.11 (6/7) Installing libzmq (4.3.5-r2) 01:09:45 #56 17.25 (7/7) Installing zeromq (4.3.5-r2) 01:09:45 #56 17.30 Executing busybox-1.36.1-r29.trigger 01:09:45 #56 17.44 Executing ca-certificates-20241121-r1.trigger 01:09:46 #56 ... 01:09:46 01:09:46 #54 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:09:46 #54 12.47 (1/3) Installing ca-certificates (20241121-r1) 01:09:46 #54 13.04 (2/3) Installing dumb-init (1.2.5-r3) 01:09:46 #54 13.04 (3/3) Installing tzdata (2025b-r0) 01:09:46 #54 15.05 Executing busybox-1.36.1-r29.trigger 01:09:46 #54 15.28 Executing ca-certificates-20241121-r1.trigger 01:09:46 #54 16.90 OK: 11 MiB in 17 packages 01:09:46 #54 DONE 18.9s 01:09:46 01:09:46 #67 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:09:47 #67 ... 01:09:47 01:09:47 #68 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:09:47 #68 DONE 8.8s 01:09:47 01:09:47 #69 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:09:48 #69 ... 01:09:48 01:09:48 #55 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:09:48 #55 10.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:09:48 #55 18.37 (1/4) Installing ca-certificates (20241121-r1) 01:09:48 #55 18.81 (2/4) Installing dumb-init (1.2.5-r3) 01:09:48 #55 18.82 (3/4) Installing su-exec (0.2-r3) 01:09:48 #55 18.82 (4/4) Installing yq-go (4.44.1-r2) 01:09:48 #55 19.59 Executing busybox-1.36.1-r29.trigger 01:09:48 #55 19.67 Executing ca-certificates-20241121-r1.trigger 01:09:48 #55 20.79 OK: 20 MiB in 18 packages 01:09:48 #55 ... 01:09:48 01:09:48 #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:09:48 #70 ... 01:09:48 01:09:48 #56 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:09:48 #56 18.74 OK: 14 MiB in 21 packages 01:09:48 #56 DONE 20.4s 01:09:48 01:09:48 #71 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 01:09:48 #71 ... 01:09:48 01:09:48 #72 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 01:09:48 #72 ... 01:09:48 01:09:48 #73 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:09:49 #73 ... 01:09:49 01:09:49 #74 [core-data builder 3/7] RUN apk add --update --no-cache make git 01:09:49 #74 ... 01:09:49 01:09:49 #62 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:09:49 #62 17.67 (1/1) Installing dumb-init (1.2.5-r3) 01:09:49 #62 17.67 Executing busybox-1.36.1-r29.trigger 01:09:49 #62 17.85 OK: 9 MiB in 15 packages 01:09:49 #62 ... 01:09:49 01:09:49 #55 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:09:49 #55 DONE 22.0s 01:09:49 01:09:49 #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:09:49 #64 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 6.8s 01:09:49 #64 ... 01:09:49 01:09:49 #75 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:09:50 #75 ... 01:09:50 01:09:50 #76 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:09:50 #76 ... 01:09:50 01:09:50 #74 [core-data builder 3/7] RUN apk add --update --no-cache make git 01:09:50 #74 11.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:09:50 #74 ... 01:09:50 01:09:50 #59 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:09:50 #59 11.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:09:50 #59 18.44 (1/6) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) 01:09:50 #59 19.12 (2/6) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) 01:09:50 #59 19.25 (3/6) Installing dumb-init (1.2.5-r3) 01:09:50 #59 19.31 (4/6) Installing openssl (3.3.4-r0) 01:09:50 #59 19.51 (5/6) Installing su-exec (0.2-r3) 01:09:50 #59 19.51 (6/6) Installing yq-go (4.44.1-r2) 01:09:50 #59 20.34 Executing busybox-1.36.1-r29.trigger 01:09:50 #59 20.48 OK: 20 MiB in 18 packages 01:09:50 #59 ... 01:09:50 01:09:50 #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:09:51 #64 ... 01:09:51 01:09:51 #62 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:09:51 #62 DONE 19.9s 01:09:51 01:09:51 #59 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:09:51 #59 DONE 21.9s 01:09:51 01:09:51 #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:09:52 #156 ... 01:09:52 01:09:52 #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:09:52 #151 DONE 161.2s 01:09:52 01:09:52 #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:09:52 #147 DONE 161.2s 01:09:52 01:09:52 #155 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:09:52 #155 DONE 161.2s 01:09:52 01:09:52 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:09:52 #152 DONE 161.2s 01:09:52 01:09:52 #156 [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:09:52 #156 DONE 161.2s 01:09:52 01:09:52 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:09:52 #149 DONE 161.2s 01:09:52 01:09:52 #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:09:52 #145 DONE 161.2s 01:09:52 01:09:52 #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 01:09:52 #146 DONE 161.2s 01:09:52 01:09:52 #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:09:52 #153 DONE 161.3s 01:09:52 01:09:52 #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:09:52 #154 DONE 161.3s 01:09:52 01:09:52 #176 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:09:52 #176 DONE 0.2s 01:09:52 01:09:52 #177 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 01:09:52 #177 DONE 0.2s 01:09:52 01:09:52 #178 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 01:09:52 #178 DONE 0.2s 01:09:52 01:09:52 #179 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 01:09:52 #179 DONE 0.2s 01:09:52 01:09:52 #180 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:09:52 #180 DONE 0.2s 01:09:52 01:09:52 #181 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 01:09:52 #181 DONE 0.2s 01:09:52 01:09:52 #182 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:09:52 #182 DONE 0.1s 01:09:52 01:09:52 #183 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 01:09:52 #183 ... 01:09:52 01:09:52 #184 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:09:52 #184 DONE 0.1s 01:09:52 01:09:52 #185 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:09:52 #185 CACHED 01:09:52 01:09:52 #186 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:09:52 #186 CACHED 01:09:52 01:09:52 #187 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:09:52 #187 CACHED 01:09:52 01:09:52 #188 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:09:52 #188 CACHED 01:09:52 01:09:52 #189 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 01:09:52 #189 DONE 0.1s 01:09:52 01:09:52 #190 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 01:09:52 #190 DONE 0.3s 01:09:52 01:09:52 #191 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:09:52 #191 DONE 0.3s 01:09:52 01:09:52 #192 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 01:09:52 #192 DONE 0.2s 01:09:52 01:09:52 #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:09:52 #193 DONE 0.2s 01:09:52 01:09:52 #194 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:09:52 #194 DONE 0.2s 01:09:52 01:09:52 #195 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 01:09:52 #195 ... 01:09:52 01:09:52 #183 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 01:09:52 #183 DONE 0.3s 01:09:52 01:09:52 #196 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:09:52 #196 DONE 0.5s 01:09:52 01:09:52 #197 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 01:09:53 #197 ... 01:09:53 01:09:53 #198 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:09:53 #198 DONE 0.8s 01:09:53 01:09:53 #199 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 01:09:53 #199 DONE 0.8s 01:09:53 01:09:53 #200 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:09:53 #200 DONE 0.8s 01:09:53 01:09:53 #201 [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:09:53 #201 DONE 0.7s 01:09:53 01:09:53 #202 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 01:09:53 #202 ... 01:09:53 01:09:53 #195 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 01:09:53 #195 DONE 0.8s 01:09:53 01:09:53 #203 [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:09:53 #203 DONE 0.8s 01:09:53 01:09:53 #204 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:09:53 #204 DONE 0.8s 01:09:53 01:09:53 #197 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 01:09:53 #197 DONE 0.9s 01:09:53 01:09:53 #205 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 01:09:53 #205 DONE 0.4s 01:09:53 01:09:53 #206 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:09:53 #206 DONE 1.0s 01:09:53 01:09:53 #207 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:09:53 #207 DONE 0.7s 01:09:53 01:09:53 #208 [core-keeper] exporting to image 01:09:53 #208 exporting layers 01:09:53 #208 ... 01:09:53 01:09:53 #209 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 01:09:53 #209 DONE 0.5s 01:09:53 01:09:53 #202 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 01:09:53 #202 DONE 0.5s 01:09:53 01:09:53 #210 [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:09:53 #210 DONE 0.3s 01:09:53 01:09:53 #211 [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:09:53 #211 DONE 0.3s 01:09:53 01:09:53 #212 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 01:09:53 #212 DONE 0.4s 01:09:53 01:09:53 #213 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 01:09:53 #213 DONE 0.4s 01:09:53 01:09:53 #208 [core-keeper] exporting to image 01:09:53 #208 exporting layers 0.1s done 01:09:53 #208 ... 01:09:53 01:09:53 #214 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 01:09:53 #214 DONE 0.2s 01:09:53 01:09:53 #215 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 01:09:53 #215 DONE 0.2s 01:09:53 01:09:53 #216 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 01:09:53 #216 DONE 0.2s 01:09:53 01:09:53 #217 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 01:09:53 #217 DONE 0.2s 01:09:53 01:09:53 #218 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 01:09:53 #218 DONE 0.2s 01:09:53 01:09:53 #208 [core-keeper] exporting to image 01:09:53 #208 writing image sha256:60aaafb5f4585ceeba341ea5f1d3ad9e0d1298a5e57f5e3039a176095b860020 0.1s done 01:09:53 #208 naming to docker.io/library/core-keeper 01:09:53 #208 naming to docker.io/library/core-keeper done 01:09:53 #208 DONE 0.4s 01:09:53 01:09:53 #219 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:09:53 #219 DONE 0.3s 01:09:53 01:09:53 #220 [core-command] exporting to image 01:09:53 #220 exporting layers 0.1s done 01:09:53 #220 writing image sha256:d24bcfaf152df9e3583b2f3faf9ab59fbd595aa840f15acf7cedb48caea7379f 0.1s done 01:09:53 #220 naming to docker.io/library/core-command done 01:09:53 #220 DONE 0.4s 01:09:53 01:09:53 #221 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:09:53 #221 DONE 0.2s 01:09:53 01:09:53 #222 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 01:09:54 #64 ... 01:09:54 01:09:54 #65 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:09:54 #65 11.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:09:54 #65 18.26 v3.20.6-228-gdbc3f736ffd [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:09:54 #65 18.26 v3.20.6-225-gd17e57e3ea8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:09:54 #65 18.26 OK: 24051 distinct packages available 01:09:54 #65 18.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:09:54 #65 19.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:09:54 #65 ... 01:09:54 01:09:54 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:09:54 #44 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 1.3s 01:09:54 #222 DONE 0.2s 01:09:54 01:09:54 #223 [core-data] exporting to image 01:09:54 #223 exporting layers 0.4s done 01:09:54 #223 writing image sha256:06133c84d07f7d108d62038bbc1d203cf0d8c3fe270c4dbb265e031691a48cd8 0.0s done 01:09:54 #223 naming to docker.io/library/core-data done 01:09:54 #223 DONE 0.5s 01:09:54 01:09:54 #224 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:09:54 #224 ... 01:09:54 01:09:54 #225 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:09:54 #225 DONE 0.3s 01:09:54 01:09:54 #226 [security-spiffe-token-provider] exporting to image 01:09:54 #226 exporting layers 0.7s done 01:09:54 #226 writing image sha256:8a3bd61e4120669d2b59f5bfeb2d5f6bc6b42f09c41aad2de57aab535395cbb5 0.0s done 01:09:54 #226 naming to docker.io/library/security-spiffe-token-provider 0.0s done 01:09:54 #226 DONE 0.7s 01:09:54 01:09:54 #227 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:09:54 #227 DONE 0.6s 01:09:54 01:09:54 #228 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:09:54 #228 DONE 0.1s 01:09:54 01:09:54 #229 [security-proxy-auth] exporting to image 01:09:54 #229 ... 01:09:54 01:09:54 #230 [support-scheduler] exporting to image 01:09:54 #230 exporting layers 0.6s done 01:09:54 #230 writing image sha256:ef81adc50efd9e41f0d4c861321848e9faa76d6cb7604fa0deb5b3b0ea1b276e done 01:09:54 #230 naming to docker.io/library/support-scheduler done 01:09:54 #230 DONE 0.7s 01:09:54 01:09:54 #231 [support-notifications] exporting to image 01:09:54 #231 exporting layers 0.7s done 01:09:54 #231 writing image sha256:c41a342c599445fef7c339ca89abcf78d7ccdaa9f913ca90eb6601e00ba54812 0.0s done 01:09:54 #231 naming to docker.io/library/support-notifications done 01:09:54 #231 DONE 0.8s 01:09:54 01:09:54 #232 [core-metadata] exporting to image 01:09:54 #232 exporting layers 0.7s done 01:09:54 #232 writing image sha256:f89e7ad2e15a1083ef5ce148c226765f99f7e13bdf4833f53f6a86fcbe74fd70 done 01:09:54 #232 naming to docker.io/library/core-metadata 0.0s done 01:09:54 #232 DONE 0.8s 01:09:54 #44 ... 01:09:54 01:09:54 #66 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:09:54 #66 12.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:09:54 #66 14.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:09:54 #66 19.17 v3.20.6-228-gdbc3f736ffd [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:09:54 #66 19.17 v3.20.6-225-gd17e57e3ea8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:09:54 #66 19.17 OK: 24051 distinct packages available 01:09:54 #66 19.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:09:54 #66 20.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:09:54 01:09:54 #224 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:09:54 #224 DONE 0.5s 01:09:54 01:09:54 #233 [security-proxy-setup] exporting to image 01:09:54 #233 exporting layers 0.2s done 01:09:54 #233 writing image sha256:d02ce9675ee9a77e313eaa4159b0c93dea5b6f92f34b6ee83e8264a3c7752846 done 01:09:54 #233 naming to docker.io/library/security-proxy-setup done 01:09:54 #233 DONE 0.2s 01:09:54 01:09:54 #234 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:09:54 #234 DONE 0.5s 01:09:54 01:09:54 #235 [security-secretstore-setup] exporting to image 01:09:54 #235 exporting layers 0.2s done 01:09:54 #66 ... 01:09:54 01:09:54 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:09:55 #235 writing image sha256:fbab705afe6cac1abbff172a669d0fb71b848cdbd2107e3cf5731a137bea7326 done 01:09:55 #235 naming to docker.io/library/security-secretstore-setup done 01:09:55 #235 DONE 0.2s 01:09:55 01:09:55 #229 [security-proxy-auth] exporting to image 01:09:55 #229 exporting layers 1.0s done 01:09:55 #229 writing image sha256:668efbcf7ed706f88650a36342e54603ccc03a5ac9bb34a721aed7691850bcb8 done 01:09:55 #229 naming to docker.io/library/security-proxy-auth done 01:09:55 #229 DONE 1.0s 01:09:55 time="2025-07-11T01:05:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:09:55 time="2025-07-11T01:05:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:09:55 time="2025-07-11T01:05:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:09:55 time="2025-07-11T01:05:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:09:55 time="2025-07-11T01:05:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:09:55 time="2025-07-11T01:05:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:09:55 time="2025-07-11T01:05:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:09:55 time="2025-07-11T01:05:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:09:55 time="2025-07-11T01:05:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:09:55 time="2025-07-11T01:05:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:09:55 time="2025-07-11T01:05:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:09:55 time="2025-07-11T01:05:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:09:55 time="2025-07-11T01:05:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:09:55 time="2025-07-11T01:05:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:09:55 time="2025-07-11T01:05:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 01:09:55 $ docker stop --time=1 dad986eaa4c533d81301eae3b264503c461782821b5aa9eeaec97056ee26f40f 01:09:55 #44 ... 01:09:55 01:09:55 #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:09:55 #58 16.96 v3.20.6-228-gdbc3f736ffd [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:09:55 #58 16.96 v3.20.6-225-gd17e57e3ea8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:09:55 #58 16.96 OK: 24051 distinct packages available 01:09:55 #58 18.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:09:55 #58 19.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:09:55 #58 25.15 (1/14) Installing ca-certificates (20241121-r1) 01:09:55 #58 25.49 (2/14) Installing brotli-libs (1.1.0-r2) 01:09:55 #58 25.54 (3/14) Installing c-ares (1.33.1-r0) 01:09:55 #58 25.58 (4/14) Installing libunistring (1.2-r0) 01:09:55 #58 25.70 (5/14) Installing libidn2 (2.3.7-r0) 01:09:55 #58 25.74 (6/14) Installing nghttp2-libs (1.62.1-r0) 01:09:55 #58 25.76 (7/14) Installing libpsl (0.21.5-r1) 01:09:55 #58 25.78 (8/14) Installing zstd-libs (1.5.6-r0) 01:09:55 #58 25.86 (9/14) Installing libcurl (8.12.1-r0) 01:09:55 #58 25.93 (10/14) Installing curl (8.12.1-r0) 01:09:55 #58 25.97 (11/14) Installing dumb-init (1.2.5-r3) 01:09:55 #58 26.00 (12/14) Installing musl-obstack (1.2.3-r2) 01:09:55 #58 26.02 (13/14) Installing libucontext (1.2-r3) 01:09:55 #58 26.04 (14/14) Installing gcompat (1.1.0-r4) 01:09:55 #58 26.10 Executing busybox-1.36.1-r29.trigger 01:09:55 #58 26.33 Executing ca-certificates-20241121-r1.trigger 01:09:55 #58 ... 01:09:55 01:09:55 #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:09:55 #64 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 12.8s 01:09:55 #64 ... 01:09:55 01:09:55 #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 01:09:55 #77 ... 01:09:55 01:09:55 #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:09:56 $ docker rm -f --volumes dad986eaa4c533d81301eae3b264503c461782821b5aa9eeaec97056ee26f40f [Pipeline] // withDockerContainer [Pipeline] sh 01:09:56 + docker images 01:09:56 REPOSITORY TAG IMAGE ID CREATED SIZE 01:09:56 security-proxy-auth latest 668efbcf7ed7 2 seconds ago 37.4MB 01:09:56 security-secretstore-setup latest fbab705afe6c 2 seconds ago 74.6MB 01:09:56 security-proxy-setup latest d02ce9675ee9 2 seconds ago 44.1MB 01:09:56 security-spiffe-token-provider latest 8a3bd61e4120 3 seconds ago 53.2MB 01:09:56 core-keeper latest 60aaafb5f458 3 seconds ago 32.6MB 01:09:56 support-scheduler latest ef81adc50efd 3 seconds ago 54.4MB 01:09:56 core-data latest 06133c84d07f 3 seconds ago 38.5MB 01:09:56 support-notifications latest c41a342c5994 3 seconds ago 58MB 01:09:56 core-metadata latest f89e7ad2e15a 3 seconds ago 38.7MB 01:09:56 core-command latest d24bcfaf152d 3 seconds ago 34MB 01:09:56 security-bootstrapper latest 458ac520c99e 52 seconds ago 25.9MB 01:09:56 core-common-config-bootstrapper latest 2e4e81b0c41a About a minute ago 22.7MB 01:09:56 security-spire-config latest 35a165fda77c 3 minutes ago 154MB 01:09:56 security-spire-agent latest dd930d2743fe 3 minutes ago 200MB 01:09:56 security-spire-server latest 46f935186ef9 3 minutes ago 155MB 01:09:56 ci-base-image-x86_64 latest cfa39a332662 6 minutes ago 924MB 01:09:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine ea6120ae94a0 3 weeks ago 574MB 01:09:56 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 6 weeks ago 573MB 01:09:56 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:09:56 provisioning config files... 01:09:56 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/871@tmp/config10388724668590736995tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:09:57 ---> ****-login.sh 01:09:57 nexus3.edgexfoundry.org:10001 01:09:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:09:57 Login Succeeded 01:09:57 nexus3.edgexfoundry.org:10002 01:09:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:09:57 Login Succeeded 01:09:57 nexus3.edgexfoundry.org:10003 01:09:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:09:57 Login Succeeded 01:09:57 nexus3.edgexfoundry.org:10004 01:09:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:09:57 Login Succeeded 01:09:57 ****.io 01:09:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:09:58 Login Succeeded 01:09:58 ---> ****-login.sh ends [Pipeline] } 01:09:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:09:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:09:58 [edgeXDocker.push] Tagging docker image core-command with the following tags: 01:09:58 be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:09:58 latest 01:09:58 4.1.0-dev.39 01:09:58 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:09:58 main 01:09:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:09:58 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:be28a41d6891c049751c2691a0cffa4ea8b2cf08 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:09:58 + docker push nexus3.edgexfoundry.org:10004/core-command:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:09:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:09:58 c6ee6f2b2cd8: Preparing 01:09:58 edd0ac01b841: Preparing 01:09:58 2ca6f6ef2a4a: Preparing 01:09:58 210d591666dc: Preparing 01:09:58 d11b3e27eb88: Preparing 01:09:58 88246e464a56: Preparing 01:09:58 994456c4fd7b: Preparing 01:09:58 88246e464a56: Waiting 01:09:58 994456c4fd7b: Waiting 01:09:58 210d591666dc: Pushed 01:09:58 c6ee6f2b2cd8: Pushed 01:09:58 2ca6f6ef2a4a: Pushed 01:09:58 994456c4fd7b: Layer already exists 01:09:58 88246e464a56: Pushed 01:09:59 #64 ... 01:09:59 01:09:59 #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:09:59 #58 27.71 OK: 15 MiB in 28 packages 01:09:59 #58 DONE 30.2s 01:09:59 01:09:59 #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 01:09:59 #77 12.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:09:59 #77 ... 01:09:59 01:09:59 #78 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 01:09:59 #78 ... 01:09:59 01:09:59 #67 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:09:59 #67 12.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:09:59 d11b3e27eb88: Pushed 01:10:00 #67 ... 01:10:00 01:10:00 #74 [core-command builder 3/7] RUN apk add --update --no-cache make git 01:10:00 #74 12.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:10:00 #74 20.04 OK: 239 MiB in 58 packages 01:10:00 #74 DONE 23.0s 01:10:00 01:10:00 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:10:00 #44 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 8.3s 01:10:01 #44 ... 01:10:01 01:10:01 #67 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:10:01 #67 14.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:10:01 edd0ac01b841: Pushed 01:10:01 be28a41d6891c049751c2691a0cffa4ea8b2cf08: digest: sha256:a0ea3bd0cfe9ba402d45552ad51525ef28b39e8f374c4c51110eac002707ad66 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:01 #67 ... 01:10:01 01:10:01 #79 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 01:10:01 #0 8.122 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:10:01 #79 ... 01:10:01 01:10:01 #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade 01:10:01 #0 7.545 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:10:01 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv 01:10:01 #80 ... 01:10:01 01:10:01 #81 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 01:10:01 #81 DONE 1.0s 01:10:01 01:10:01 #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade 01:10:01 #80 10.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:10:01 #80 ... 01:10:01 [Pipeline] isUnix 01:10:01 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:10:01 #44 ... 01:10:01 01:10:01 #72 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 01:10:01 #72 13.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:10:01 #72 14.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:01 #72 ... 01:10:01 01:10:01 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:10:01 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 01:10:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:10:01 c6ee6f2b2cd8: Preparing 01:10:01 edd0ac01b841: Preparing 01:10:01 2ca6f6ef2a4a: Preparing 01:10:01 210d591666dc: Preparing 01:10:01 d11b3e27eb88: Preparing 01:10:01 88246e464a56: Preparing 01:10:01 994456c4fd7b: Preparing 01:10:01 88246e464a56: Waiting 01:10:01 994456c4fd7b: Waiting 01:10:01 edd0ac01b841: Layer already exists 01:10:01 2ca6f6ef2a4a: Layer already exists 01:10:01 c6ee6f2b2cd8: Layer already exists 01:10:01 210d591666dc: Layer already exists 01:10:01 d11b3e27eb88: Layer already exists 01:10:01 88246e464a56: Layer already exists 01:10:01 994456c4fd7b: Layer already exists 01:10:01 latest: digest: sha256:a0ea3bd0cfe9ba402d45552ad51525ef28b39e8f374c4c51110eac002707ad66 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:02 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:02 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.39 01:10:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:10:02 c6ee6f2b2cd8: Preparing 01:10:02 edd0ac01b841: Preparing 01:10:02 2ca6f6ef2a4a: Preparing 01:10:02 210d591666dc: Preparing 01:10:02 d11b3e27eb88: Preparing 01:10:02 88246e464a56: Preparing 01:10:02 994456c4fd7b: Preparing 01:10:02 88246e464a56: Waiting 01:10:02 994456c4fd7b: Waiting 01:10:02 210d591666dc: Layer already exists 01:10:02 d11b3e27eb88: Layer already exists 01:10:02 c6ee6f2b2cd8: Layer already exists 01:10:02 edd0ac01b841: Layer already exists 01:10:02 2ca6f6ef2a4a: Layer already exists 01:10:02 88246e464a56: Layer already exists 01:10:02 994456c4fd7b: Layer already exists 01:10:02 4.1.0-dev.39: digest: sha256:a0ea3bd0cfe9ba402d45552ad51525ef28b39e8f374c4c51110eac002707ad66 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:02 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:03 + docker push nexus3.edgexfoundry.org:10004/core-command:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:10:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:10:03 c6ee6f2b2cd8: Preparing 01:10:03 edd0ac01b841: Preparing 01:10:03 2ca6f6ef2a4a: Preparing 01:10:03 210d591666dc: Preparing 01:10:03 d11b3e27eb88: Preparing 01:10:03 88246e464a56: Preparing 01:10:03 994456c4fd7b: Preparing 01:10:03 994456c4fd7b: Waiting 01:10:03 88246e464a56: Waiting 01:10:03 edd0ac01b841: Layer already exists 01:10:03 210d591666dc: Layer already exists 01:10:03 c6ee6f2b2cd8: Layer already exists 01:10:03 d11b3e27eb88: Layer already exists 01:10:03 2ca6f6ef2a4a: Layer already exists 01:10:03 88246e464a56: Layer already exists 01:10:03 994456c4fd7b: Layer already exists 01:10:03 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39: digest: sha256:a0ea3bd0cfe9ba402d45552ad51525ef28b39e8f374c4c51110eac002707ad66 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:03 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:03 #44 ... 01:10:03 01:10:03 #65 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:10:03 #65 26.51 (1/7) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) 01:10:03 #65 27.60 (2/7) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) 01:10:03 #65 27.79 (3/7) Installing dumb-init (1.2.5-r3) 01:10:03 #65 27.87 (4/7) Installing musl-obstack (1.2.3-r2) 01:10:03 #65 27.92 (5/7) Installing libucontext (1.2-r3) 01:10:03 #65 27.94 (6/7) Installing gcompat (1.1.0-r4) 01:10:03 #65 28.10 (7/7) Installing openssl (3.3.4-r0) 01:10:03 #65 28.30 Executing busybox-1.36.1-r29.trigger 01:10:03 #65 28.65 OK: 10 MiB in 19 packages 01:10:03 #65 DONE 31.4s 01:10:03 01:10:03 #71 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 01:10:03 #71 15.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:10:03 #71 17.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:10:03 #71 ... 01:10:03 01:10:03 #82 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 01:10:03 + docker push nexus3.edgexfoundry.org:10004/core-command:main 01:10:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:10:03 c6ee6f2b2cd8: Preparing 01:10:03 edd0ac01b841: Preparing 01:10:03 2ca6f6ef2a4a: Preparing 01:10:03 210d591666dc: Preparing 01:10:03 d11b3e27eb88: Preparing 01:10:03 88246e464a56: Preparing 01:10:03 994456c4fd7b: Preparing 01:10:03 88246e464a56: Waiting 01:10:03 994456c4fd7b: Waiting 01:10:03 d11b3e27eb88: Layer already exists 01:10:03 edd0ac01b841: Layer already exists 01:10:03 2ca6f6ef2a4a: Layer already exists 01:10:03 210d591666dc: Layer already exists 01:10:03 c6ee6f2b2cd8: Layer already exists 01:10:03 994456c4fd7b: Layer already exists 01:10:03 88246e464a56: Layer already exists 01:10:03 main: digest: sha256:a0ea3bd0cfe9ba402d45552ad51525ef28b39e8f374c4c51110eac002707ad66 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:10:04 ===================================================== [Pipeline] echo 01:10:04 taggedImages: 01:10:04 - nexus3.edgexfoundry.org:10004/core-command:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:10:04 - nexus3.edgexfoundry.org:10004/core-command:latest 01:10:04 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.39 01:10:04 - nexus3.edgexfoundry.org:10004/core-command:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:10:04 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 01:10:04 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 01:10:04 be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:10:04 latest 01:10:04 4.1.0-dev.39 01:10:04 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:10:04 main 01:10:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:04 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:04 #82 ... 01:10:04 01:10:04 #72 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 01:10:04 #72 23.95 OK: 239 MiB in 58 packages 01:10:04 #72 DONE 26.2s 01:10:04 01:10:04 #76 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:10:04 #76 14.37 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:10:04 #76 15.85 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:10:04 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:10:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:10:04 944a31153318: Preparing 01:10:04 89760076f4e5: Preparing 01:10:04 97c030c86338: Preparing 01:10:04 66a7c490b52b: Preparing 01:10:04 2ca6f6ef2a4a: Preparing 01:10:04 210d591666dc: Preparing 01:10:04 d11b3e27eb88: Preparing 01:10:04 88246e464a56: Preparing 01:10:04 994456c4fd7b: Preparing 01:10:04 88246e464a56: Waiting 01:10:04 210d591666dc: Waiting 01:10:04 d11b3e27eb88: Waiting 01:10:04 2ca6f6ef2a4a: Layer already exists 01:10:04 210d591666dc: Layer already exists 01:10:04 d11b3e27eb88: Layer already exists 01:10:04 88246e464a56: Layer already exists 01:10:04 994456c4fd7b: Layer already exists 01:10:04 97c030c86338: Pushed 01:10:04 89760076f4e5: Pushed 01:10:04 944a31153318: Pushed 01:10:04 #76 ... 01:10:04 01:10:04 #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:10:04 #70 16.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:10:04 #70 17.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:10:05 #70 ... 01:10:05 01:10:05 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:10:05 #44 ... 01:10:05 01:10:05 #63 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 01:10:05 #63 13.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:10:05 #63 15.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:10:05 #63 ... 01:10:05 01:10:05 #73 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:10:05 #73 16.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:10:05 #73 18.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:10:05 #73 ... 01:10:05 01:10:05 #83 [support-notifications builder 4/7] COPY go.mod vendor* ./ 01:10:05 #83 DONE 0.8s 01:10:05 01:10:05 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:10:05 66a7c490b52b: Pushed 01:10:05 be28a41d6891c049751c2691a0cffa4ea8b2cf08: digest: sha256:121b3f3c7576ea35b0eb74952beec1a604b00df0d74ca6ea7d84e143e17321a7 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:06 #44 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 13.5s 01:10:06 #44 ... 01:10:06 01:10:06 #66 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:10:06 #66 30.30 (1/4) Installing dumb-init (1.2.5-r3) 01:10:06 #66 30.39 (2/4) Installing musl-obstack (1.2.3-r2) 01:10:06 #66 30.45 (3/4) Installing libucontext (1.2-r3) 01:10:06 #66 30.46 (4/4) Installing gcompat (1.1.0-r4) 01:10:06 #66 30.58 Executing busybox-1.36.1-r29.trigger 01:10:06 #66 30.73 OK: 9 MiB in 18 packages 01:10:06 #66 DONE 33.7s 01:10:06 01:10:06 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:10:06 + 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:10:06 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:10:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:10:06 944a31153318: Preparing 01:10:06 89760076f4e5: Preparing 01:10:06 97c030c86338: Preparing 01:10:06 66a7c490b52b: Preparing 01:10:06 2ca6f6ef2a4a: Preparing 01:10:06 210d591666dc: Preparing 01:10:06 d11b3e27eb88: Preparing 01:10:06 88246e464a56: Preparing 01:10:06 994456c4fd7b: Preparing 01:10:06 210d591666dc: Waiting 01:10:06 d11b3e27eb88: Waiting 01:10:06 88246e464a56: Waiting 01:10:06 994456c4fd7b: Waiting 01:10:06 89760076f4e5: Layer already exists 01:10:06 66a7c490b52b: Layer already exists 01:10:06 97c030c86338: Layer already exists 01:10:06 944a31153318: Layer already exists 01:10:06 2ca6f6ef2a4a: Layer already exists 01:10:06 d11b3e27eb88: Layer already exists 01:10:06 210d591666dc: Layer already exists 01:10:06 994456c4fd7b: Layer already exists 01:10:06 88246e464a56: Layer already exists 01:10:06 latest: digest: sha256:121b3f3c7576ea35b0eb74952beec1a604b00df0d74ca6ea7d84e143e17321a7 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:06 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:07 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.39 01:10:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:10:07 944a31153318: Preparing 01:10:07 89760076f4e5: Preparing 01:10:07 97c030c86338: Preparing 01:10:07 66a7c490b52b: Preparing 01:10:07 2ca6f6ef2a4a: Preparing 01:10:07 210d591666dc: Preparing 01:10:07 d11b3e27eb88: Preparing 01:10:07 88246e464a56: Preparing 01:10:07 994456c4fd7b: Preparing 01:10:07 d11b3e27eb88: Waiting 01:10:07 994456c4fd7b: Waiting 01:10:07 88246e464a56: Waiting 01:10:07 210d591666dc: Waiting 01:10:07 89760076f4e5: Layer already exists 01:10:07 66a7c490b52b: Layer already exists 01:10:07 2ca6f6ef2a4a: Layer already exists 01:10:07 944a31153318: Layer already exists 01:10:07 97c030c86338: Layer already exists 01:10:07 210d591666dc: Layer already exists 01:10:07 d11b3e27eb88: Layer already exists 01:10:07 994456c4fd7b: Layer already exists 01:10:07 88246e464a56: Layer already exists 01:10:07 4.1.0-dev.39: digest: sha256:121b3f3c7576ea35b0eb74952beec1a604b00df0d74ca6ea7d84e143e17321a7 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:07 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:07 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:10:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:10:07 944a31153318: Preparing 01:10:07 89760076f4e5: Preparing 01:10:07 97c030c86338: Preparing 01:10:07 66a7c490b52b: Preparing 01:10:07 2ca6f6ef2a4a: Preparing 01:10:07 210d591666dc: Preparing 01:10:07 d11b3e27eb88: Preparing 01:10:07 88246e464a56: Preparing 01:10:07 994456c4fd7b: Preparing 01:10:07 210d591666dc: Waiting 01:10:07 88246e464a56: Waiting 01:10:07 d11b3e27eb88: Waiting 01:10:07 994456c4fd7b: Waiting 01:10:07 66a7c490b52b: Layer already exists 01:10:07 89760076f4e5: Layer already exists 01:10:07 944a31153318: Layer already exists 01:10:07 97c030c86338: Layer already exists 01:10:07 2ca6f6ef2a4a: Layer already exists 01:10:07 210d591666dc: Layer already exists 01:10:07 88246e464a56: Layer already exists 01:10:07 d11b3e27eb88: Layer already exists 01:10:07 994456c4fd7b: Layer already exists 01:10:07 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39: digest: sha256:121b3f3c7576ea35b0eb74952beec1a604b00df0d74ca6ea7d84e143e17321a7 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:08 + 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:10:08 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 01:10:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:10:08 944a31153318: Preparing 01:10:08 89760076f4e5: Preparing 01:10:08 97c030c86338: Preparing 01:10:08 66a7c490b52b: Preparing 01:10:08 2ca6f6ef2a4a: Preparing 01:10:08 210d591666dc: Preparing 01:10:08 d11b3e27eb88: Preparing 01:10:08 88246e464a56: Preparing 01:10:08 994456c4fd7b: Preparing 01:10:08 88246e464a56: Waiting 01:10:08 210d591666dc: Waiting 01:10:08 d11b3e27eb88: Waiting 01:10:08 994456c4fd7b: Waiting 01:10:08 66a7c490b52b: Layer already exists 01:10:08 944a31153318: Layer already exists 01:10:08 89760076f4e5: Layer already exists 01:10:08 2ca6f6ef2a4a: Layer already exists 01:10:08 97c030c86338: Layer already exists 01:10:08 210d591666dc: Layer already exists 01:10:08 994456c4fd7b: Layer already exists 01:10:08 d11b3e27eb88: Layer already exists 01:10:08 88246e464a56: Layer already exists 01:10:08 main: digest: sha256:121b3f3c7576ea35b0eb74952beec1a604b00df0d74ca6ea7d84e143e17321a7 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:10:08 ===================================================== [Pipeline] echo 01:10:08 taggedImages: 01:10:08 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:10:08 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:10:08 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.39 01:10:08 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:10:08 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 01:10:08 [edgeXDocker.push] Tagging docker image core-data with the following tags: 01:10:08 be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:10:08 latest 01:10:08 4.1.0-dev.39 01:10:08 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:10:08 main 01:10:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:08 #44 ... 01:10:08 01:10:08 #69 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:10:08 #69 11.20 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:10:08 #69 13.89 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:10:08 #69 ... 01:10:08 01:10:08 #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:10:08 #64 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 16.8s done 01:10:08 #64 ... 01:10:08 01:10:08 #75 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:10:08 #75 8.890 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:10:08 #75 10.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:10:09 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:be28a41d6891c049751c2691a0cffa4ea8b2cf08 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:09 #75 ... 01:10:09 01:10:09 #84 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 01:10:09 #0 5.242 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:10:09 #0 7.759 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:10:09 #84 ... 01:10:09 01:10:09 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:10:09 + docker push nexus3.edgexfoundry.org:10004/core-data:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:10:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:10:09 0df03dc1827e: Preparing 01:10:09 c38b35342cd8: Preparing 01:10:09 2ca6f6ef2a4a: Preparing 01:10:09 210d591666dc: Preparing 01:10:09 d11b3e27eb88: Preparing 01:10:09 6e6682fd77d5: Preparing 01:10:09 994456c4fd7b: Preparing 01:10:09 6e6682fd77d5: Waiting 01:10:09 994456c4fd7b: Waiting 01:10:09 210d591666dc: Layer already exists 01:10:09 d11b3e27eb88: Layer already exists 01:10:09 2ca6f6ef2a4a: Layer already exists 01:10:09 994456c4fd7b: Layer already exists 01:10:09 0df03dc1827e: Pushed 01:10:09 6e6682fd77d5: Pushed 01:10:09 #44 ... 01:10:09 01:10:09 #78 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 01:10:09 #78 10.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:10:09 #78 13.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:10:09 #78 ... 01:10:09 01:10:09 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:10:09 #44 ... 01:10:09 01:10:09 #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:10:09 #70 29.62 OK: 239 MiB in 58 packages 01:10:09 #70 DONE 31.6s 01:10:09 01:10:09 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:10:10 #44 ... 01:10:10 01:10:10 #71 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 01:10:10 #71 30.09 OK: 239 MiB in 58 packages 01:10:10 #71 DONE 32.4s 01:10:10 01:10:10 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:10:10 #44 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 18.6s 01:10:10 #44 ... 01:10:10 01:10:10 #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 01:10:10 #77 15.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:10:11 #77 ... 01:10:11 01:10:11 #85 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 01:10:11 #85 DONE 1.0s 01:10:11 01:10:11 #86 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:10:11 #86 ... 01:10:11 01:10:11 #87 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 01:10:11 #87 DONE 0.8s 01:10:11 01:10:11 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:10:11 #44 ... 01:10:11 01:10:11 #88 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:10:11 c38b35342cd8: Pushed 01:10:11 #88 ... 01:10:11 01:10:11 #79 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 01:10:11 #79 10.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:10:12 be28a41d6891c049751c2691a0cffa4ea8b2cf08: digest: sha256:89b0e50532f5455ed94c338d6fdb85d25c6bf1e08fa6d4d12904c28a864e3dd4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:12 #79 ... 01:10:12 01:10:12 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:10:12 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix 01:10:12 #44 ... 01:10:12 01:10:12 #63 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 01:10:12 #63 27.57 (1/2) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) 01:10:12 #63 28.39 (2/2) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) 01:10:12 #63 28.65 OK: 9 MiB in 15 packages 01:10:12 #63 DONE 32.0s [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:12 01:10:12 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:10:12 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 01:10:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:10:12 0df03dc1827e: Preparing 01:10:12 c38b35342cd8: Preparing 01:10:12 2ca6f6ef2a4a: Preparing 01:10:12 210d591666dc: Preparing 01:10:12 d11b3e27eb88: Preparing 01:10:12 6e6682fd77d5: Preparing 01:10:12 994456c4fd7b: Preparing 01:10:12 6e6682fd77d5: Waiting 01:10:12 994456c4fd7b: Waiting 01:10:12 210d591666dc: Layer already exists 01:10:12 2ca6f6ef2a4a: Layer already exists 01:10:12 0df03dc1827e: Layer already exists 01:10:12 c38b35342cd8: Layer already exists 01:10:12 d11b3e27eb88: Layer already exists 01:10:12 6e6682fd77d5: Layer already exists 01:10:12 994456c4fd7b: Layer already exists 01:10:12 latest: digest: sha256:89b0e50532f5455ed94c338d6fdb85d25c6bf1e08fa6d4d12904c28a864e3dd4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:13 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:13 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.39 01:10:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:10:13 0df03dc1827e: Preparing 01:10:13 c38b35342cd8: Preparing 01:10:13 2ca6f6ef2a4a: Preparing 01:10:13 210d591666dc: Preparing 01:10:13 d11b3e27eb88: Preparing 01:10:13 6e6682fd77d5: Preparing 01:10:13 994456c4fd7b: Preparing 01:10:13 994456c4fd7b: Waiting 01:10:13 6e6682fd77d5: Waiting 01:10:13 2ca6f6ef2a4a: Layer already exists 01:10:13 0df03dc1827e: Layer already exists 01:10:13 210d591666dc: Layer already exists 01:10:13 d11b3e27eb88: Layer already exists 01:10:13 c38b35342cd8: Layer already exists 01:10:13 994456c4fd7b: Layer already exists 01:10:13 6e6682fd77d5: Layer already exists 01:10:13 4.1.0-dev.39: digest: sha256:89b0e50532f5455ed94c338d6fdb85d25c6bf1e08fa6d4d12904c28a864e3dd4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:13 #44 ... 01:10:13 01:10:13 #76 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:10:13 #76 29.53 (1/1) Installing dumb-init (1.2.5-r3) 01:10:13 #76 30.65 Executing busybox-1.36.1-r29.trigger 01:10:13 #76 30.85 OK: 9 MiB in 15 packages 01:10:13 #76 DONE 33.7s 01:10:13 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:13 01:10:13 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:10:14 + docker push nexus3.edgexfoundry.org:10004/core-data:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:10:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:10:14 0df03dc1827e: Preparing 01:10:14 c38b35342cd8: Preparing 01:10:14 2ca6f6ef2a4a: Preparing 01:10:14 210d591666dc: Preparing 01:10:14 d11b3e27eb88: Preparing 01:10:14 6e6682fd77d5: Preparing 01:10:14 994456c4fd7b: Preparing 01:10:14 6e6682fd77d5: Waiting 01:10:14 994456c4fd7b: Waiting 01:10:14 0df03dc1827e: Layer already exists 01:10:14 d11b3e27eb88: Layer already exists 01:10:14 2ca6f6ef2a4a: Layer already exists 01:10:14 c38b35342cd8: Layer already exists 01:10:14 210d591666dc: Layer already exists 01:10:14 6e6682fd77d5: Layer already exists 01:10:14 994456c4fd7b: Layer already exists 01:10:14 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39: digest: sha256:89b0e50532f5455ed94c338d6fdb85d25c6bf1e08fa6d4d12904c28a864e3dd4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:14 #44 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 22.0s done 01:10:14 #44 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 22.0s done 01:10:14 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:14 + docker push nexus3.edgexfoundry.org:10004/core-data:main 01:10:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:10:14 0df03dc1827e: Preparing 01:10:14 c38b35342cd8: Preparing 01:10:14 2ca6f6ef2a4a: Preparing 01:10:14 210d591666dc: Preparing 01:10:14 d11b3e27eb88: Preparing 01:10:14 6e6682fd77d5: Preparing 01:10:14 994456c4fd7b: Preparing 01:10:14 6e6682fd77d5: Waiting 01:10:14 994456c4fd7b: Waiting 01:10:14 2ca6f6ef2a4a: Layer already exists 01:10:14 210d591666dc: Layer already exists 01:10:14 d11b3e27eb88: Layer already exists 01:10:14 0df03dc1827e: Layer already exists 01:10:14 c38b35342cd8: Layer already exists 01:10:14 6e6682fd77d5: Layer already exists 01:10:14 994456c4fd7b: Layer already exists 01:10:14 main: digest: sha256:89b0e50532f5455ed94c338d6fdb85d25c6bf1e08fa6d4d12904c28a864e3dd4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv 01:10:14 #44 DONE 43.0s 01:10:14 01:10:14 #78 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 01:10:14 #78 24.69 (1/2) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) 01:10:14 #78 24.85 (2/2) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) 01:10:14 #78 25.08 Executing ca-certificates-20241121-r1.trigger [Pipeline] echo 01:10:14 ===================================================== [Pipeline] echo 01:10:14 taggedImages: 01:10:14 - nexus3.edgexfoundry.org:10004/core-data:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:10:14 - nexus3.edgexfoundry.org:10004/core-data:latest 01:10:14 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.39 01:10:14 - nexus3.edgexfoundry.org:10004/core-data:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:10:14 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 01:10:14 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 01:10:14 be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:10:14 latest 01:10:14 4.1.0-dev.39 01:10:14 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:10:14 main 01:10:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:15 #78 26.44 OK: 14 MiB in 21 packages 01:10:15 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:be28a41d6891c049751c2691a0cffa4ea8b2cf08 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:15 #78 ... 01:10:15 01:10:15 #89 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:10:15 + docker push nexus3.edgexfoundry.org:10004/core-keeper:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:10:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:10:15 4594c0bee246: Preparing 01:10:15 54ea285a4ef5: Preparing 01:10:15 210d591666dc: Preparing 01:10:15 34bbf6e5c71d: Preparing 01:10:15 d8396f7773ca: Preparing 01:10:15 994456c4fd7b: Preparing 01:10:15 994456c4fd7b: Waiting 01:10:15 210d591666dc: Layer already exists 01:10:15 994456c4fd7b: Layer already exists 01:10:15 4594c0bee246: Pushed 01:10:15 34bbf6e5c71d: Pushed 01:10:15 d8396f7773ca: Pushed 01:10:15 #89 ... 01:10:15 01:10:15 #79 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 01:10:15 #79 21.82 OK: 20 MiB in 18 packages 01:10:15 #79 DONE 24.3s 01:10:15 01:10:15 #90 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 01:10:15 #90 ... 01:10:15 01:10:15 #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade 01:10:15 #80 21.82 (1/2) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) 01:10:15 #80 22.46 (2/2) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) 01:10:15 #80 22.66 OK: 9 MiB in 15 packages 01:10:15 #80 DONE 24.4s 01:10:15 01:10:15 #90 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 01:10:15 #90 DONE 0.3s 01:10:15 01:10:15 #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 01:10:15 #77 28.69 (1/2) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) 01:10:15 #77 29.55 (2/2) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) 01:10:15 #77 29.71 OK: 9 MiB in 16 packages 01:10:16 #77 ... 01:10:16 01:10:16 #91 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:10:16 #0 3.395 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:10:16 #0 6.362 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:10:16 #91 ... 01:10:16 01:10:16 #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 01:10:16 #77 DONE 30.7s 01:10:16 01:10:16 #67 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:10:16 #67 26.68 (1/2) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) 01:10:16 #67 27.72 (2/2) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) 01:10:16 #67 27.90 Executing ca-certificates-20241121-r1.trigger 01:10:16 #67 29.43 OK: 11 MiB in 17 packages 01:10:17 #67 ... 01:10:17 01:10:17 #69 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:10:17 #69 27.85 OK: 239 MiB in 58 packages 01:10:17 #69 DONE 29.8s 01:10:17 01:10:17 #92 [core-keeper builder 5/8] COPY go.mod vendor* ./ 01:10:17 #92 ... 01:10:17 01:10:17 #78 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 01:10:17 #78 DONE 28.6s 01:10:17 01:10:17 #75 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:10:17 #75 20.81 (1/2) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) 01:10:17 #75 21.89 (2/2) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) 01:10:17 #75 22.10 Executing ca-certificates-20241121-r1.trigger 01:10:17 #75 23.85 OK: 20 MiB in 18 packages 01:10:17 #75 DONE 27.7s 01:10:17 01:10:17 #93 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 01:10:17 #93 ... 01:10:17 01:10:17 #92 [core-keeper builder 5/8] COPY go.mod vendor* ./ 01:10:17 #92 DONE 0.6s 01:10:17 01:10:17 #84 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 01:10:17 #84 19.20 (1/2) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) 01:10:18 54ea285a4ef5: Pushed 01:10:18 #84 ... 01:10:18 01:10:18 #67 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:10:18 #67 DONE 31.6s 01:10:18 01:10:18 #94 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:10:18 be28a41d6891c049751c2691a0cffa4ea8b2cf08: digest: sha256:a7e4307d74057dfa75848b8d51dace87d77748089415120115691838ecf8b8f8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:18 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:19 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 01:10:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:10:19 4594c0bee246: Preparing 01:10:19 54ea285a4ef5: Preparing 01:10:19 210d591666dc: Preparing 01:10:19 34bbf6e5c71d: Preparing 01:10:19 d8396f7773ca: Preparing 01:10:19 994456c4fd7b: Preparing 01:10:19 994456c4fd7b: Waiting 01:10:19 210d591666dc: Layer already exists 01:10:19 4594c0bee246: Layer already exists 01:10:19 54ea285a4ef5: Layer already exists 01:10:19 34bbf6e5c71d: Layer already exists 01:10:19 d8396f7773ca: Layer already exists 01:10:19 994456c4fd7b: Layer already exists 01:10:19 latest: digest: sha256:a7e4307d74057dfa75848b8d51dace87d77748089415120115691838ecf8b8f8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:19 #94 ... 01:10:19 01:10:19 #82 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 01:10:19 #82 5.448 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:10:19 #82 7.787 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:10:19 #82 ... 01:10:19 01:10:19 #84 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 01:10:19 #84 20.16 (2/2) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) 01:10:19 #84 20.26 Executing ca-certificates-20241121-r1.trigger 01:10:19 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:19 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.39 01:10:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:10:19 4594c0bee246: Preparing 01:10:19 54ea285a4ef5: Preparing 01:10:19 210d591666dc: Preparing 01:10:19 34bbf6e5c71d: Preparing 01:10:19 d8396f7773ca: Preparing 01:10:19 994456c4fd7b: Preparing 01:10:19 994456c4fd7b: Waiting 01:10:19 4594c0bee246: Layer already exists 01:10:19 210d591666dc: Layer already exists 01:10:19 34bbf6e5c71d: Layer already exists 01:10:19 d8396f7773ca: Layer already exists 01:10:19 54ea285a4ef5: Layer already exists 01:10:19 994456c4fd7b: Layer already exists 01:10:19 4.1.0-dev.39: digest: sha256:a7e4307d74057dfa75848b8d51dace87d77748089415120115691838ecf8b8f8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:19 #84 21.19 OK: 15 MiB in 28 packages 01:10:20 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:20 #84 ... 01:10:20 01:10:20 #73 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:10:20 #73 31.69 v3.20.6-228-gdbc3f736ffd [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:10:20 #73 31.69 v3.20.6-225-gd17e57e3ea8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:10:20 #73 31.69 OK: 24053 distinct packages available 01:10:20 #73 33.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:10:20 #73 35.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:10:20 + docker push nexus3.edgexfoundry.org:10004/core-keeper:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:10:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:10:20 4594c0bee246: Preparing 01:10:20 54ea285a4ef5: Preparing 01:10:20 210d591666dc: Preparing 01:10:20 34bbf6e5c71d: Preparing 01:10:20 d8396f7773ca: Preparing 01:10:20 994456c4fd7b: Preparing 01:10:20 994456c4fd7b: Waiting 01:10:20 d8396f7773ca: Layer already exists 01:10:20 210d591666dc: Layer already exists 01:10:20 34bbf6e5c71d: Layer already exists 01:10:20 54ea285a4ef5: Layer already exists 01:10:20 4594c0bee246: Layer already exists 01:10:20 994456c4fd7b: Layer already exists 01:10:20 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39: digest: sha256:a7e4307d74057dfa75848b8d51dace87d77748089415120115691838ecf8b8f8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:20 #73 ... 01:10:20 01:10:20 #93 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 01:10:20 #93 DONE 4.2s 01:10:20 01:10:20 #95 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 01:10:20 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:20 #95 DONE 0.3s 01:10:20 01:10:20 #82 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 01:10:20 #82 16.73 OK: 10 MiB in 19 packages 01:10:20 #82 ... 01:10:20 01:10:20 #84 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 01:10:20 #84 DONE 22.4s 01:10:21 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 01:10:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:10:21 4594c0bee246: Preparing 01:10:21 54ea285a4ef5: Preparing 01:10:21 210d591666dc: Preparing 01:10:21 34bbf6e5c71d: Preparing 01:10:21 d8396f7773ca: Preparing 01:10:21 994456c4fd7b: Preparing 01:10:21 994456c4fd7b: Waiting 01:10:21 210d591666dc: Layer already exists 01:10:21 4594c0bee246: Layer already exists 01:10:21 34bbf6e5c71d: Layer already exists 01:10:21 54ea285a4ef5: Layer already exists 01:10:21 d8396f7773ca: Layer already exists 01:10:21 994456c4fd7b: Layer already exists 01:10:21 main: digest: sha256:a7e4307d74057dfa75848b8d51dace87d77748089415120115691838ecf8b8f8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:10:21 ===================================================== [Pipeline] echo 01:10:21 taggedImages: 01:10:21 - nexus3.edgexfoundry.org:10004/core-keeper:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:10:21 - nexus3.edgexfoundry.org:10004/core-keeper:latest 01:10:21 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.39 01:10:21 - nexus3.edgexfoundry.org:10004/core-keeper:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:10:21 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 01:10:21 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 01:10:21 be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:10:21 latest 01:10:21 4.1.0-dev.39 01:10:21 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:10:21 main 01:10:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 01:10:21 01:10:21 #96 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [Pipeline] sh 01:10:21 #96 ... 01:10:21 01:10:21 #73 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:10:21 #73 43.05 OK: 239 MiB in 58 packages 01:10:21 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:be28a41d6891c049751c2691a0cffa4ea8b2cf08 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:21 + docker push nexus3.edgexfoundry.org:10004/core-metadata:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:10:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:10:21 6af9aa4fb81f: Preparing 01:10:21 e143e2c0514a: Preparing 01:10:21 13d38359ab71: Preparing 01:10:21 2ca6f6ef2a4a: Preparing 01:10:21 210d591666dc: Preparing 01:10:21 d11b3e27eb88: Preparing 01:10:21 88246e464a56: Preparing 01:10:21 994456c4fd7b: Preparing 01:10:21 88246e464a56: Waiting 01:10:21 994456c4fd7b: Waiting 01:10:21 d11b3e27eb88: Waiting 01:10:21 2ca6f6ef2a4a: Layer already exists 01:10:21 210d591666dc: Layer already exists 01:10:21 d11b3e27eb88: Layer already exists 01:10:21 88246e464a56: Layer already exists 01:10:21 994456c4fd7b: Layer already exists 01:10:21 e143e2c0514a: Pushed 01:10:21 6af9aa4fb81f: Pushed 01:10:22 #73 ... 01:10:22 01:10:22 #82 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 01:10:22 #82 DONE 18.1s 01:10:22 01:10:22 #91 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:10:22 #91 15.23 (1/2) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) 01:10:22 #91 15.52 (2/2) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) 01:10:22 #91 15.68 OK: 9 MiB in 18 packages 01:10:22 #91 ... 01:10:22 01:10:22 #73 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:10:22 #73 DONE 44.0s 01:10:22 01:10:22 #97 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 01:10:23 #97 ... 01:10:23 01:10:23 #91 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:10:23 #91 DONE 16.9s 01:10:23 01:10:23 #98 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:10:23 #98 ... 01:10:23 01:10:23 #97 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 01:10:23 #97 DONE 1.0s 01:10:23 01:10:23 #99 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:10:24 13d38359ab71: Pushed 01:10:24 be28a41d6891c049751c2691a0cffa4ea8b2cf08: digest: sha256:52e88f8b73688fb6f276c36df4bad6a01a83d2ac8c49b0cd7bacc6b947a5956e size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:24 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:24 #99 ... 01:10:24 01:10:24 #100 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 01:10:24 #100 DONE 2.8s 01:10:24 01:10:24 #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:10:24 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 01:10:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:10:24 6af9aa4fb81f: Preparing 01:10:24 e143e2c0514a: Preparing 01:10:24 13d38359ab71: Preparing 01:10:24 2ca6f6ef2a4a: Preparing 01:10:24 210d591666dc: Preparing 01:10:24 d11b3e27eb88: Preparing 01:10:24 88246e464a56: Preparing 01:10:24 994456c4fd7b: Preparing 01:10:24 d11b3e27eb88: Waiting 01:10:24 994456c4fd7b: Waiting 01:10:24 88246e464a56: Waiting 01:10:24 210d591666dc: Layer already exists 01:10:24 e143e2c0514a: Layer already exists 01:10:24 13d38359ab71: Layer already exists 01:10:24 6af9aa4fb81f: Layer already exists 01:10:24 2ca6f6ef2a4a: Layer already exists 01:10:24 d11b3e27eb88: Layer already exists 01:10:24 88246e464a56: Layer already exists 01:10:24 994456c4fd7b: Layer already exists 01:10:24 latest: digest: sha256:52e88f8b73688fb6f276c36df4bad6a01a83d2ac8c49b0cd7bacc6b947a5956e size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:25 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:25 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.39 01:10:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:10:25 6af9aa4fb81f: Preparing 01:10:25 e143e2c0514a: Preparing 01:10:25 13d38359ab71: Preparing 01:10:25 2ca6f6ef2a4a: Preparing 01:10:25 210d591666dc: Preparing 01:10:25 d11b3e27eb88: Preparing 01:10:25 88246e464a56: Preparing 01:10:25 994456c4fd7b: Preparing 01:10:25 d11b3e27eb88: Waiting 01:10:25 88246e464a56: Waiting 01:10:25 994456c4fd7b: Waiting 01:10:25 e143e2c0514a: Layer already exists 01:10:25 210d591666dc: Layer already exists 01:10:25 13d38359ab71: Layer already exists 01:10:25 6af9aa4fb81f: Layer already exists 01:10:25 2ca6f6ef2a4a: Layer already exists 01:10:25 88246e464a56: Layer already exists 01:10:25 d11b3e27eb88: Layer already exists 01:10:25 994456c4fd7b: Layer already exists 01:10:25 4.1.0-dev.39: digest: sha256:52e88f8b73688fb6f276c36df4bad6a01a83d2ac8c49b0cd7bacc6b947a5956e size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:25 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:26 + docker push nexus3.edgexfoundry.org:10004/core-metadata:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:10:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:10:26 6af9aa4fb81f: Preparing 01:10:26 e143e2c0514a: Preparing 01:10:26 13d38359ab71: Preparing 01:10:26 2ca6f6ef2a4a: Preparing 01:10:26 210d591666dc: Preparing 01:10:26 d11b3e27eb88: Preparing 01:10:26 88246e464a56: Preparing 01:10:26 994456c4fd7b: Preparing 01:10:26 994456c4fd7b: Waiting 01:10:26 d11b3e27eb88: Waiting 01:10:26 88246e464a56: Waiting 01:10:26 2ca6f6ef2a4a: Layer already exists 01:10:26 e143e2c0514a: Layer already exists 01:10:26 13d38359ab71: Layer already exists 01:10:26 210d591666dc: Layer already exists 01:10:26 6af9aa4fb81f: Layer already exists 01:10:26 994456c4fd7b: Layer already exists 01:10:26 d11b3e27eb88: Layer already exists 01:10:26 88246e464a56: Layer already exists 01:10:26 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39: digest: sha256:52e88f8b73688fb6f276c36df4bad6a01a83d2ac8c49b0cd7bacc6b947a5956e size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:26 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:26 #101 ... 01:10:26 01:10:26 #102 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:10:26 #102 DONE 5.0s 01:10:26 01:10:26 #98 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:10:26 #98 DONE 3.8s 01:10:26 01:10:26 #103 [security-spire-server stage-2 5/9] COPY Attribution.txt / 01:10:26 #103 DONE 0.2s 01:10:26 01:10:26 #104 [security-spire-config stage-2 5/10] COPY Attribution.txt / 01:10:27 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 01:10:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:10:27 6af9aa4fb81f: Preparing 01:10:27 e143e2c0514a: Preparing 01:10:27 13d38359ab71: Preparing 01:10:27 2ca6f6ef2a4a: Preparing 01:10:27 210d591666dc: Preparing 01:10:27 d11b3e27eb88: Preparing 01:10:27 88246e464a56: Preparing 01:10:27 994456c4fd7b: Preparing 01:10:27 d11b3e27eb88: Waiting 01:10:27 88246e464a56: Waiting 01:10:27 994456c4fd7b: Waiting 01:10:27 13d38359ab71: Layer already exists 01:10:27 2ca6f6ef2a4a: Layer already exists 01:10:27 e143e2c0514a: Layer already exists 01:10:27 210d591666dc: Layer already exists 01:10:27 6af9aa4fb81f: Layer already exists 01:10:27 994456c4fd7b: Layer already exists 01:10:27 d11b3e27eb88: Layer already exists 01:10:27 88246e464a56: Layer already exists 01:10:27 main: digest: sha256:52e88f8b73688fb6f276c36df4bad6a01a83d2ac8c49b0cd7bacc6b947a5956e size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:10:27 ===================================================== [Pipeline] echo 01:10:27 taggedImages: 01:10:27 - nexus3.edgexfoundry.org:10004/core-metadata:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:10:27 - nexus3.edgexfoundry.org:10004/core-metadata:latest 01:10:27 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.39 01:10:27 - nexus3.edgexfoundry.org:10004/core-metadata:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:10:27 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 01:10:27 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 01:10:27 be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:10:27 latest 01:10:27 4.1.0-dev.39 01:10:27 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:10:27 main 01:10:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:27 #104 DONE 0.3s 01:10:27 01:10:27 #105 [security-spire-config stage-2 6/10] COPY security.txt / 01:10:27 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08 [Pipeline] } 01:10:27 #105 ... 01:10:27 01:10:27 #106 [security-spire-server stage-2 6/9] COPY security.txt / 01:10:27 #106 DONE 0.4s 01:10:27 01:10:27 #105 [security-spire-config stage-2 6/10] COPY security.txt / 01:10:27 #105 DONE 0.5s 01:10:27 01:10:27 #107 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:27 #107 DONE 0.4s 01:10:27 01:10:27 #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:10:27 #101 DONE 3.3s 01:10:27 01:10:27 #108 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 01:10:27 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:10:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:10:27 a55c53b3a130: Preparing 01:10:27 9b1d51899808: Preparing 01:10:27 fa38d4db9260: Preparing 01:10:27 484119630fe2: Preparing 01:10:27 a00b137bf686: Preparing 01:10:27 9e6e582f338a: Preparing 01:10:27 6a749501c22e: Preparing 01:10:27 2ca6f6ef2a4a: Preparing 01:10:27 210d591666dc: Preparing 01:10:27 1dbb52f0dd1e: Preparing 01:10:27 ce7db09dc85b: Preparing 01:10:27 5f70bf18a086: Preparing 01:10:27 6b30b8d00eb4: Preparing 01:10:27 fe01537204a7: Preparing 01:10:27 f36a13e7fd4d: Preparing 01:10:27 994456c4fd7b: Preparing 01:10:27 9e6e582f338a: Waiting 01:10:27 6a749501c22e: Waiting 01:10:27 2ca6f6ef2a4a: Waiting 01:10:27 6b30b8d00eb4: Waiting 01:10:27 210d591666dc: Waiting 01:10:27 fe01537204a7: Waiting 01:10:27 1dbb52f0dd1e: Waiting 01:10:27 5f70bf18a086: Waiting 01:10:27 f36a13e7fd4d: Waiting 01:10:27 ce7db09dc85b: Waiting 01:10:27 994456c4fd7b: Waiting 01:10:27 9b1d51899808: Pushed 01:10:27 484119630fe2: Pushed 01:10:27 a00b137bf686: Pushed 01:10:27 a55c53b3a130: Pushed 01:10:27 fa38d4db9260: Pushed 01:10:27 2ca6f6ef2a4a: Layer already exists 01:10:27 210d591666dc: Layer already exists 01:10:27 9e6e582f338a: Pushed 01:10:27 5f70bf18a086: Layer already exists 01:10:28 #108 DONE 0.2s 01:10:28 01:10:28 #109 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 01:10:28 #109 DONE 0.5s 01:10:28 01:10:28 #110 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 01:10:28 1dbb52f0dd1e: Pushed 01:10:28 ce7db09dc85b: Pushed 01:10:28 994456c4fd7b: Layer already exists 01:10:28 6b30b8d00eb4: Pushed 01:10:28 f36a13e7fd4d: Pushed 01:10:28 #110 ... 01:10:28 01:10:28 #111 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 01:10:28 #111 DONE 0.4s 01:10:28 01:10:28 #110 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 01:10:28 #110 DONE 0.4s 01:10:28 01:10:28 #112 [security-spire-agent stage-3 7/10] COPY security.txt / 01:10:28 fe01537204a7: Pushed 01:10:28 #112 ... 01:10:28 01:10:28 #113 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 01:10:28 #113 DONE 0.5s 01:10:28 01:10:28 #112 [security-spire-agent stage-3 7/10] COPY security.txt / 01:10:28 #112 DONE 0.5s 01:10:28 01:10:28 #114 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 01:10:28 #114 ... 01:10:28 01:10:28 #115 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 01:10:28 #115 DONE 0.3s 01:10:29 01:10:29 #116 [security-spire-config] exporting to image 01:10:29 #116 exporting layers 01:10:29 #116 ... 01:10:29 01:10:29 #114 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 01:10:29 #114 DONE 0.6s 01:10:29 01:10:29 #117 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 01:10:29 6a749501c22e: Pushed 01:10:29 be28a41d6891c049751c2691a0cffa4ea8b2cf08: digest: sha256:30d48ae7c0f847783e9e92d788b467c34ae0d375b9f0407067a2778b204e3773 size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:29 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:30 #117 DONE 0.3s 01:10:30 01:10:30 #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 01:10:30 #118 DONE 0.2s 01:10:30 01:10:30 #89 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:10:30 #89 ... 01:10:30 01:10:30 #116 [security-spire-agent] exporting to image 01:10:30 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:10:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:10:30 a55c53b3a130: Preparing 01:10:30 9b1d51899808: Preparing 01:10:30 fa38d4db9260: Preparing 01:10:30 484119630fe2: Preparing 01:10:30 a00b137bf686: Preparing 01:10:30 9e6e582f338a: Preparing 01:10:30 6a749501c22e: Preparing 01:10:30 2ca6f6ef2a4a: Preparing 01:10:30 210d591666dc: Preparing 01:10:30 1dbb52f0dd1e: Preparing 01:10:30 ce7db09dc85b: Preparing 01:10:30 6a749501c22e: Waiting 01:10:30 210d591666dc: Waiting 01:10:30 2ca6f6ef2a4a: Waiting 01:10:30 1dbb52f0dd1e: Waiting 01:10:30 9e6e582f338a: Waiting 01:10:30 5f70bf18a086: Preparing 01:10:30 6b30b8d00eb4: Preparing 01:10:30 fe01537204a7: Preparing 01:10:30 ce7db09dc85b: Waiting 01:10:30 f36a13e7fd4d: Preparing 01:10:30 994456c4fd7b: Preparing 01:10:30 5f70bf18a086: Waiting 01:10:30 6b30b8d00eb4: Waiting 01:10:30 fe01537204a7: Waiting 01:10:30 f36a13e7fd4d: Waiting 01:10:30 994456c4fd7b: Waiting 01:10:30 a55c53b3a130: Layer already exists 01:10:30 a00b137bf686: Layer already exists 01:10:30 fa38d4db9260: Layer already exists 01:10:30 484119630fe2: Layer already exists 01:10:30 9b1d51899808: Layer already exists 01:10:30 6a749501c22e: Layer already exists 01:10:30 9e6e582f338a: Layer already exists 01:10:30 1dbb52f0dd1e: Layer already exists 01:10:30 2ca6f6ef2a4a: Layer already exists 01:10:30 210d591666dc: Layer already exists 01:10:30 ce7db09dc85b: Layer already exists 01:10:30 5f70bf18a086: Layer already exists 01:10:30 f36a13e7fd4d: Layer already exists 01:10:30 6b30b8d00eb4: Layer already exists 01:10:30 fe01537204a7: Layer already exists 01:10:30 994456c4fd7b: Layer already exists 01:10:30 latest: digest: sha256:30d48ae7c0f847783e9e92d788b467c34ae0d375b9f0407067a2778b204e3773 size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:30 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:30 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.39 01:10:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:10:30 a55c53b3a130: Preparing 01:10:30 9b1d51899808: Preparing 01:10:30 fa38d4db9260: Preparing 01:10:30 484119630fe2: Preparing 01:10:30 a00b137bf686: Preparing 01:10:30 9e6e582f338a: Preparing 01:10:30 6a749501c22e: Preparing 01:10:30 2ca6f6ef2a4a: Preparing 01:10:30 210d591666dc: Preparing 01:10:30 1dbb52f0dd1e: Preparing 01:10:30 ce7db09dc85b: Preparing 01:10:30 5f70bf18a086: Preparing 01:10:30 6b30b8d00eb4: Preparing 01:10:30 fe01537204a7: Preparing 01:10:30 f36a13e7fd4d: Preparing 01:10:30 994456c4fd7b: Preparing 01:10:30 6a749501c22e: Waiting 01:10:30 2ca6f6ef2a4a: Waiting 01:10:30 fe01537204a7: Waiting 01:10:30 210d591666dc: Waiting 01:10:30 f36a13e7fd4d: Waiting 01:10:30 994456c4fd7b: Waiting 01:10:30 1dbb52f0dd1e: Waiting 01:10:30 5f70bf18a086: Waiting 01:10:30 6b30b8d00eb4: Waiting 01:10:30 ce7db09dc85b: Waiting 01:10:30 9e6e582f338a: Waiting 01:10:30 9b1d51899808: Layer already exists 01:10:30 fa38d4db9260: Layer already exists 01:10:30 484119630fe2: Layer already exists 01:10:30 a00b137bf686: Layer already exists 01:10:30 a55c53b3a130: Layer already exists 01:10:30 2ca6f6ef2a4a: Layer already exists 01:10:30 6a749501c22e: Layer already exists 01:10:30 9e6e582f338a: Layer already exists 01:10:30 210d591666dc: Layer already exists 01:10:30 1dbb52f0dd1e: Layer already exists 01:10:30 5f70bf18a086: Layer already exists 01:10:30 ce7db09dc85b: Layer already exists 01:10:30 6b30b8d00eb4: Layer already exists 01:10:30 f36a13e7fd4d: Layer already exists 01:10:30 fe01537204a7: Layer already exists 01:10:30 994456c4fd7b: Layer already exists 01:10:30 4.1.0-dev.39: digest: sha256:30d48ae7c0f847783e9e92d788b467c34ae0d375b9f0407067a2778b204e3773 size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:31 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:31 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:10:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:10:31 a55c53b3a130: Preparing 01:10:31 9b1d51899808: Preparing 01:10:31 fa38d4db9260: Preparing 01:10:31 484119630fe2: Preparing 01:10:31 a00b137bf686: Preparing 01:10:31 9e6e582f338a: Preparing 01:10:31 6a749501c22e: Preparing 01:10:31 2ca6f6ef2a4a: Preparing 01:10:31 210d591666dc: Preparing 01:10:31 1dbb52f0dd1e: Preparing 01:10:31 ce7db09dc85b: Preparing 01:10:31 5f70bf18a086: Preparing 01:10:31 9e6e582f338a: Waiting 01:10:31 6b30b8d00eb4: Preparing 01:10:31 fe01537204a7: Preparing 01:10:31 6a749501c22e: Waiting 01:10:31 f36a13e7fd4d: Preparing 01:10:31 2ca6f6ef2a4a: Waiting 01:10:31 994456c4fd7b: Preparing 01:10:31 210d591666dc: Waiting 01:10:31 fe01537204a7: Waiting 01:10:31 1dbb52f0dd1e: Waiting 01:10:31 f36a13e7fd4d: Waiting 01:10:31 ce7db09dc85b: Waiting 01:10:31 994456c4fd7b: Waiting 01:10:31 5f70bf18a086: Waiting 01:10:31 6b30b8d00eb4: Waiting 01:10:31 a55c53b3a130: Layer already exists 01:10:31 a00b137bf686: Layer already exists 01:10:31 fa38d4db9260: Layer already exists 01:10:31 9b1d51899808: Layer already exists 01:10:31 484119630fe2: Layer already exists 01:10:31 2ca6f6ef2a4a: Layer already exists 01:10:31 6a749501c22e: Layer already exists 01:10:31 9e6e582f338a: Layer already exists 01:10:31 210d591666dc: Layer already exists 01:10:31 1dbb52f0dd1e: Layer already exists 01:10:31 5f70bf18a086: Layer already exists 01:10:31 ce7db09dc85b: Layer already exists 01:10:31 6b30b8d00eb4: Layer already exists 01:10:31 fe01537204a7: Layer already exists 01:10:31 f36a13e7fd4d: Layer already exists 01:10:31 994456c4fd7b: Layer already exists 01:10:31 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39: digest: sha256:30d48ae7c0f847783e9e92d788b467c34ae0d375b9f0407067a2778b204e3773 size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:31 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:32 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 01:10:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:10:32 a55c53b3a130: Preparing 01:10:32 9b1d51899808: Preparing 01:10:32 fa38d4db9260: Preparing 01:10:32 484119630fe2: Preparing 01:10:32 a00b137bf686: Preparing 01:10:32 9e6e582f338a: Preparing 01:10:32 6a749501c22e: Preparing 01:10:32 2ca6f6ef2a4a: Preparing 01:10:32 210d591666dc: Preparing 01:10:32 1dbb52f0dd1e: Preparing 01:10:32 ce7db09dc85b: Preparing 01:10:32 5f70bf18a086: Preparing 01:10:32 6b30b8d00eb4: Preparing 01:10:32 fe01537204a7: Preparing 01:10:32 f36a13e7fd4d: Preparing 01:10:32 994456c4fd7b: Preparing 01:10:32 6a749501c22e: Waiting 01:10:32 2ca6f6ef2a4a: Waiting 01:10:32 210d591666dc: Waiting 01:10:32 1dbb52f0dd1e: Waiting 01:10:32 ce7db09dc85b: Waiting 01:10:32 f36a13e7fd4d: Waiting 01:10:32 994456c4fd7b: Waiting 01:10:32 5f70bf18a086: Waiting 01:10:32 6b30b8d00eb4: Waiting 01:10:32 fe01537204a7: Waiting 01:10:32 9e6e582f338a: Waiting 01:10:32 fa38d4db9260: Layer already exists 01:10:32 a55c53b3a130: Layer already exists 01:10:32 9b1d51899808: Layer already exists 01:10:32 484119630fe2: Layer already exists 01:10:32 a00b137bf686: Layer already exists 01:10:32 6a749501c22e: Layer already exists 01:10:32 9e6e582f338a: Layer already exists 01:10:32 1dbb52f0dd1e: Layer already exists 01:10:32 210d591666dc: Layer already exists 01:10:32 2ca6f6ef2a4a: Layer already exists 01:10:32 ce7db09dc85b: Layer already exists 01:10:32 6b30b8d00eb4: Layer already exists 01:10:32 5f70bf18a086: Layer already exists 01:10:32 fe01537204a7: Layer already exists 01:10:32 f36a13e7fd4d: Layer already exists 01:10:32 994456c4fd7b: Layer already exists 01:10:32 main: digest: sha256:30d48ae7c0f847783e9e92d788b467c34ae0d375b9f0407067a2778b204e3773 size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:10:32 ===================================================== [Pipeline] echo 01:10:32 taggedImages: 01:10:32 - nexus3.edgexfoundry.org:10004/security-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:10:32 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:10:32 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.39 01:10:32 - nexus3.edgexfoundry.org:10004/security-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:10:32 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 01:10:32 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 01:10:32 be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:10:32 latest 01:10:32 4.1.0-dev.39 01:10:32 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:10:32 main 01:10:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:32 #116 exporting layers 3.7s done 01:10:32 #116 writing image sha256:790b33f1ab8eb011a92ba22d985942987bcbb5ff81cc4f760cbecf3ae6bda23d 01:10:32 #116 writing image sha256:790b33f1ab8eb011a92ba22d985942987bcbb5ff81cc4f760cbecf3ae6bda23d 0.0s done 01:10:32 #116 naming to docker.io/library/security-spire-server-arm64 0.0s done 01:10:32 #116 exporting layers 3.5s done 01:10:32 #116 writing image sha256:3b0f849f11913e88224fa0f48bebed280f179f2535001ea084972d6606584871 0.0s done 01:10:32 #116 naming to docker.io/library/security-spire-config-arm64 done 01:10:32 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:be28a41d6891c049751c2691a0cffa4ea8b2cf08 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:32 #116 exporting layers 2.7s done 01:10:32 #116 writing image sha256:c136baa61fc787985d729d8d585e2990a73e05c654618979ad2ba990c28fe9f8 0.0s done 01:10:32 #116 naming to docker.io/library/security-spire-agent-arm64 done 01:10:32 #116 DONE 4.2s 01:10:32 01:10:32 #50 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:10:32 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:10:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:10:32 c7f134929575: Preparing 01:10:32 b1bb11f0672d: Preparing 01:10:32 64cbe80689d4: Preparing 01:10:32 bb838fdac80e: Preparing 01:10:32 2ca6f6ef2a4a: Preparing 01:10:32 210d591666dc: Preparing 01:10:32 d11b3e27eb88: Preparing 01:10:32 88246e464a56: Preparing 01:10:32 994456c4fd7b: Preparing 01:10:32 d11b3e27eb88: Waiting 01:10:32 88246e464a56: Waiting 01:10:32 994456c4fd7b: Waiting 01:10:32 210d591666dc: Waiting 01:10:32 2ca6f6ef2a4a: Layer already exists 01:10:32 210d591666dc: Layer already exists 01:10:32 d11b3e27eb88: Layer already exists 01:10:32 88246e464a56: Layer already exists 01:10:32 64cbe80689d4: Pushed 01:10:32 c7f134929575: Pushed 01:10:32 994456c4fd7b: Layer already exists 01:10:32 b1bb11f0672d: Pushed 01:10:35 bb838fdac80e: Pushed 01:10:35 be28a41d6891c049751c2691a0cffa4ea8b2cf08: digest: sha256:2b150044e2fa160c730eaf1528048fe66bc2e0788361c0f9f6604bdc5e9fadd1 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:35 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:36 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:10:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:10:36 c7f134929575: Preparing 01:10:36 b1bb11f0672d: Preparing 01:10:36 64cbe80689d4: Preparing 01:10:36 bb838fdac80e: Preparing 01:10:36 2ca6f6ef2a4a: Preparing 01:10:36 210d591666dc: Preparing 01:10:36 d11b3e27eb88: Preparing 01:10:36 88246e464a56: Preparing 01:10:36 994456c4fd7b: Preparing 01:10:36 d11b3e27eb88: Waiting 01:10:36 88246e464a56: Waiting 01:10:36 994456c4fd7b: Waiting 01:10:36 210d591666dc: Waiting 01:10:36 bb838fdac80e: Layer already exists 01:10:36 c7f134929575: Layer already exists 01:10:36 64cbe80689d4: Layer already exists 01:10:36 b1bb11f0672d: Layer already exists 01:10:36 2ca6f6ef2a4a: Layer already exists 01:10:36 210d591666dc: Layer already exists 01:10:36 88246e464a56: Layer already exists 01:10:36 d11b3e27eb88: Layer already exists 01:10:36 994456c4fd7b: Layer already exists 01:10:36 latest: digest: sha256:2b150044e2fa160c730eaf1528048fe66bc2e0788361c0f9f6604bdc5e9fadd1 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:36 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:36 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.39 01:10:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:10:36 c7f134929575: Preparing 01:10:36 b1bb11f0672d: Preparing 01:10:36 64cbe80689d4: Preparing 01:10:36 bb838fdac80e: Preparing 01:10:36 2ca6f6ef2a4a: Preparing 01:10:36 210d591666dc: Preparing 01:10:36 d11b3e27eb88: Preparing 01:10:36 88246e464a56: Preparing 01:10:36 994456c4fd7b: Preparing 01:10:36 994456c4fd7b: Waiting 01:10:36 d11b3e27eb88: Waiting 01:10:36 88246e464a56: Waiting 01:10:36 210d591666dc: Waiting 01:10:36 bb838fdac80e: Layer already exists 01:10:36 b1bb11f0672d: Layer already exists 01:10:36 c7f134929575: Layer already exists 01:10:36 2ca6f6ef2a4a: Layer already exists 01:10:36 64cbe80689d4: Layer already exists 01:10:36 d11b3e27eb88: Layer already exists 01:10:36 88246e464a56: Layer already exists 01:10:36 210d591666dc: Layer already exists 01:10:36 994456c4fd7b: Layer already exists 01:10:36 4.1.0-dev.39: digest: sha256:2b150044e2fa160c730eaf1528048fe66bc2e0788361c0f9f6604bdc5e9fadd1 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:37 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:37 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:10:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:10:37 c7f134929575: Preparing 01:10:37 b1bb11f0672d: Preparing 01:10:37 64cbe80689d4: Preparing 01:10:37 bb838fdac80e: Preparing 01:10:37 2ca6f6ef2a4a: Preparing 01:10:37 210d591666dc: Preparing 01:10:37 d11b3e27eb88: Preparing 01:10:37 88246e464a56: Preparing 01:10:37 994456c4fd7b: Preparing 01:10:37 d11b3e27eb88: Waiting 01:10:37 88246e464a56: Waiting 01:10:37 994456c4fd7b: Waiting 01:10:37 210d591666dc: Waiting 01:10:37 c7f134929575: Layer already exists 01:10:37 b1bb11f0672d: Layer already exists 01:10:37 64cbe80689d4: Layer already exists 01:10:37 2ca6f6ef2a4a: Layer already exists 01:10:37 bb838fdac80e: Layer already exists 01:10:37 210d591666dc: Layer already exists 01:10:37 d11b3e27eb88: Layer already exists 01:10:37 88246e464a56: Layer already exists 01:10:37 994456c4fd7b: Layer already exists 01:10:37 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39: digest: sha256:2b150044e2fa160c730eaf1528048fe66bc2e0788361c0f9f6604bdc5e9fadd1 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:37 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:38 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 01:10:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:10:38 c7f134929575: Preparing 01:10:38 b1bb11f0672d: Preparing 01:10:38 64cbe80689d4: Preparing 01:10:38 bb838fdac80e: Preparing 01:10:38 2ca6f6ef2a4a: Preparing 01:10:38 210d591666dc: Preparing 01:10:38 d11b3e27eb88: Preparing 01:10:38 88246e464a56: Preparing 01:10:38 994456c4fd7b: Preparing 01:10:38 210d591666dc: Waiting 01:10:38 88246e464a56: Waiting 01:10:38 d11b3e27eb88: Waiting 01:10:38 994456c4fd7b: Waiting 01:10:38 c7f134929575: Layer already exists 01:10:38 b1bb11f0672d: Layer already exists 01:10:38 64cbe80689d4: Layer already exists 01:10:38 bb838fdac80e: Layer already exists 01:10:38 2ca6f6ef2a4a: Layer already exists 01:10:38 210d591666dc: Layer already exists 01:10:38 88246e464a56: Layer already exists 01:10:38 d11b3e27eb88: Layer already exists 01:10:38 994456c4fd7b: Layer already exists 01:10:38 main: digest: sha256:2b150044e2fa160c730eaf1528048fe66bc2e0788361c0f9f6604bdc5e9fadd1 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:10:38 ===================================================== [Pipeline] echo 01:10:38 taggedImages: 01:10:38 - nexus3.edgexfoundry.org:10004/security-proxy-auth:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:10:38 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:10:38 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.39 01:10:38 - nexus3.edgexfoundry.org:10004/security-proxy-auth:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:10:38 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 01:10:38 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 01:10:38 be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:10:38 latest 01:10:38 4.1.0-dev.39 01:10:38 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:10:38 main 01:10:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:38 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:38 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:10:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:10:38 fe8283414bf1: Preparing 01:10:38 e9168d57d1c9: Preparing 01:10:38 ef10e977c36b: Preparing 01:10:38 c6b9cc4e884b: Preparing 01:10:38 82fc37abf1a5: Preparing 01:10:38 2ca6f6ef2a4a: Preparing 01:10:38 210d591666dc: Preparing 01:10:38 3792c0a66e19: Preparing 01:10:38 0c3608b97a17: Preparing 01:10:38 210d591666dc: Waiting 01:10:38 3792c0a66e19: Waiting 01:10:38 2ca6f6ef2a4a: Waiting 01:10:38 9ef2c2215599: Preparing 01:10:38 0c3608b97a17: Waiting 01:10:38 994456c4fd7b: Preparing 01:10:38 9ef2c2215599: Waiting 01:10:38 994456c4fd7b: Waiting 01:10:38 82fc37abf1a5: Pushed 01:10:38 fe8283414bf1: Pushed 01:10:38 c6b9cc4e884b: Pushed 01:10:38 e9168d57d1c9: Pushed 01:10:38 2ca6f6ef2a4a: Layer already exists 01:10:38 210d591666dc: Layer already exists 01:10:38 994456c4fd7b: Layer already exists 01:10:39 3792c0a66e19: Pushed 01:10:39 0c3608b97a17: Pushed 01:10:40 ef10e977c36b: Pushed 01:10:40 9ef2c2215599: Pushed 01:10:40 be28a41d6891c049751c2691a0cffa4ea8b2cf08: digest: sha256:3e862d42ae440cd1a9ee80a8a00a3f032a0d352c08d7f7d976f5f6c0b02d3110 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:41 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:41 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:10:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:10:41 fe8283414bf1: Preparing 01:10:41 e9168d57d1c9: Preparing 01:10:41 ef10e977c36b: Preparing 01:10:41 c6b9cc4e884b: Preparing 01:10:41 82fc37abf1a5: Preparing 01:10:41 2ca6f6ef2a4a: Preparing 01:10:41 210d591666dc: Preparing 01:10:41 3792c0a66e19: Preparing 01:10:41 0c3608b97a17: Preparing 01:10:41 9ef2c2215599: Preparing 01:10:41 994456c4fd7b: Preparing 01:10:41 210d591666dc: Waiting 01:10:41 3792c0a66e19: Waiting 01:10:41 0c3608b97a17: Waiting 01:10:41 9ef2c2215599: Waiting 01:10:41 994456c4fd7b: Waiting 01:10:41 2ca6f6ef2a4a: Waiting 01:10:41 ef10e977c36b: Layer already exists 01:10:41 82fc37abf1a5: Layer already exists 01:10:41 fe8283414bf1: Layer already exists 01:10:41 e9168d57d1c9: Layer already exists 01:10:41 c6b9cc4e884b: Layer already exists 01:10:41 2ca6f6ef2a4a: Layer already exists 01:10:41 9ef2c2215599: Layer already exists 01:10:41 210d591666dc: Layer already exists 01:10:41 3792c0a66e19: Layer already exists 01:10:41 0c3608b97a17: Layer already exists 01:10:41 994456c4fd7b: Layer already exists 01:10:41 latest: digest: sha256:3e862d42ae440cd1a9ee80a8a00a3f032a0d352c08d7f7d976f5f6c0b02d3110 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:41 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:42 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.39 01:10:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:10:42 fe8283414bf1: Preparing 01:10:42 e9168d57d1c9: Preparing 01:10:42 ef10e977c36b: Preparing 01:10:42 c6b9cc4e884b: Preparing 01:10:42 82fc37abf1a5: Preparing 01:10:42 2ca6f6ef2a4a: Preparing 01:10:42 210d591666dc: Preparing 01:10:42 3792c0a66e19: Preparing 01:10:42 0c3608b97a17: Preparing 01:10:42 9ef2c2215599: Preparing 01:10:42 994456c4fd7b: Preparing 01:10:42 3792c0a66e19: Waiting 01:10:42 2ca6f6ef2a4a: Waiting 01:10:42 9ef2c2215599: Waiting 01:10:42 994456c4fd7b: Waiting 01:10:42 210d591666dc: Waiting 01:10:42 0c3608b97a17: Waiting 01:10:42 c6b9cc4e884b: Layer already exists 01:10:42 e9168d57d1c9: Layer already exists 01:10:42 fe8283414bf1: Layer already exists 01:10:42 ef10e977c36b: Layer already exists 01:10:42 82fc37abf1a5: Layer already exists 01:10:42 210d591666dc: Layer already exists 01:10:42 2ca6f6ef2a4a: Layer already exists 01:10:42 3792c0a66e19: Layer already exists 01:10:42 9ef2c2215599: Layer already exists 01:10:42 0c3608b97a17: Layer already exists 01:10:42 994456c4fd7b: Layer already exists 01:10:42 4.1.0-dev.39: digest: sha256:3e862d42ae440cd1a9ee80a8a00a3f032a0d352c08d7f7d976f5f6c0b02d3110 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:42 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:42 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:10:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:10:42 fe8283414bf1: Preparing 01:10:42 e9168d57d1c9: Preparing 01:10:42 ef10e977c36b: Preparing 01:10:42 c6b9cc4e884b: Preparing 01:10:42 82fc37abf1a5: Preparing 01:10:42 2ca6f6ef2a4a: Preparing 01:10:42 210d591666dc: Preparing 01:10:42 3792c0a66e19: Preparing 01:10:42 0c3608b97a17: Preparing 01:10:42 9ef2c2215599: Preparing 01:10:42 994456c4fd7b: Preparing 01:10:42 0c3608b97a17: Waiting 01:10:42 2ca6f6ef2a4a: Waiting 01:10:42 210d591666dc: Waiting 01:10:42 9ef2c2215599: Waiting 01:10:42 3792c0a66e19: Waiting 01:10:42 994456c4fd7b: Waiting 01:10:42 ef10e977c36b: Layer already exists 01:10:42 82fc37abf1a5: Layer already exists 01:10:42 fe8283414bf1: Layer already exists 01:10:42 e9168d57d1c9: Layer already exists 01:10:42 c6b9cc4e884b: Layer already exists 01:10:42 0c3608b97a17: Layer already exists 01:10:42 2ca6f6ef2a4a: Layer already exists 01:10:42 210d591666dc: Layer already exists 01:10:42 3792c0a66e19: Layer already exists 01:10:42 9ef2c2215599: Layer already exists 01:10:42 994456c4fd7b: Layer already exists 01:10:42 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39: digest: sha256:3e862d42ae440cd1a9ee80a8a00a3f032a0d352c08d7f7d976f5f6c0b02d3110 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:43 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:43 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 01:10:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:10:43 fe8283414bf1: Preparing 01:10:43 e9168d57d1c9: Preparing 01:10:43 ef10e977c36b: Preparing 01:10:43 c6b9cc4e884b: Preparing 01:10:43 82fc37abf1a5: Preparing 01:10:43 2ca6f6ef2a4a: Preparing 01:10:43 210d591666dc: Preparing 01:10:43 3792c0a66e19: Preparing 01:10:43 0c3608b97a17: Preparing 01:10:43 9ef2c2215599: Preparing 01:10:43 994456c4fd7b: Preparing 01:10:43 210d591666dc: Waiting 01:10:43 3792c0a66e19: Waiting 01:10:43 0c3608b97a17: Waiting 01:10:43 9ef2c2215599: Waiting 01:10:43 994456c4fd7b: Waiting 01:10:43 2ca6f6ef2a4a: Waiting 01:10:43 c6b9cc4e884b: Layer already exists 01:10:43 ef10e977c36b: Layer already exists 01:10:43 fe8283414bf1: Layer already exists 01:10:43 e9168d57d1c9: Layer already exists 01:10:43 82fc37abf1a5: Layer already exists 01:10:43 210d591666dc: Layer already exists 01:10:43 2ca6f6ef2a4a: Layer already exists 01:10:43 3792c0a66e19: Layer already exists 01:10:43 9ef2c2215599: Layer already exists 01:10:43 0c3608b97a17: Layer already exists 01:10:43 994456c4fd7b: Layer already exists 01:10:43 main: digest: sha256:3e862d42ae440cd1a9ee80a8a00a3f032a0d352c08d7f7d976f5f6c0b02d3110 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:10:43 ===================================================== [Pipeline] echo 01:10:43 taggedImages: 01:10:43 - nexus3.edgexfoundry.org:10004/security-proxy-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:10:43 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:10:43 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.39 01:10:43 - nexus3.edgexfoundry.org:10004/security-proxy-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:10:43 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 01:10:43 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 01:10:43 be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:10:43 latest 01:10:43 4.1.0-dev.39 01:10:43 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:10:43 main 01:10:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:43 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:44 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:10:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:10:44 a8eddfd9bd4d: Preparing 01:10:44 d608e299de37: Preparing 01:10:44 204e7746cb06: Preparing 01:10:44 e98a902e7be6: Preparing 01:10:44 660608aa82e6: Preparing 01:10:44 8add3f38e3f1: Preparing 01:10:44 49c2c42b9191: Preparing 01:10:44 2ca6f6ef2a4a: Preparing 01:10:44 210d591666dc: Preparing 01:10:44 add78388658e: Preparing 01:10:44 54c401848702: Preparing 01:10:44 994456c4fd7b: Preparing 01:10:44 8add3f38e3f1: Waiting 01:10:44 49c2c42b9191: Waiting 01:10:44 210d591666dc: Waiting 01:10:44 add78388658e: Waiting 01:10:44 2ca6f6ef2a4a: Waiting 01:10:44 54c401848702: Waiting 01:10:44 994456c4fd7b: Waiting 01:10:44 d608e299de37: Pushed 01:10:44 a8eddfd9bd4d: Pushed 01:10:44 660608aa82e6: Pushed 01:10:44 2ca6f6ef2a4a: Layer already exists 01:10:44 210d591666dc: Layer already exists 01:10:44 8add3f38e3f1: Pushed 01:10:44 49c2c42b9191: Pushed 01:10:44 994456c4fd7b: Layer already exists 01:10:45 add78388658e: Pushed 01:10:45 54c401848702: Pushed 01:10:46 e98a902e7be6: Pushed 01:10:47 204e7746cb06: Pushed 01:10:47 be28a41d6891c049751c2691a0cffa4ea8b2cf08: digest: sha256:22bbb6db794f3b393e0056a154169f8a653da017aedf53bc4aed1d8478e08495 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:47 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:48 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:10:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:10:48 a8eddfd9bd4d: Preparing 01:10:48 d608e299de37: Preparing 01:10:48 204e7746cb06: Preparing 01:10:48 e98a902e7be6: Preparing 01:10:48 660608aa82e6: Preparing 01:10:48 8add3f38e3f1: Preparing 01:10:48 49c2c42b9191: Preparing 01:10:48 2ca6f6ef2a4a: Preparing 01:10:48 210d591666dc: Preparing 01:10:48 add78388658e: Preparing 01:10:48 54c401848702: Preparing 01:10:48 994456c4fd7b: Preparing 01:10:48 2ca6f6ef2a4a: Waiting 01:10:48 add78388658e: Waiting 01:10:48 210d591666dc: Waiting 01:10:48 54c401848702: Waiting 01:10:48 8add3f38e3f1: Waiting 01:10:48 994456c4fd7b: Waiting 01:10:48 49c2c42b9191: Waiting 01:10:48 e98a902e7be6: Layer already exists 01:10:48 a8eddfd9bd4d: Layer already exists 01:10:48 660608aa82e6: Layer already exists 01:10:48 204e7746cb06: Layer already exists 01:10:48 d608e299de37: Layer already exists 01:10:48 49c2c42b9191: Layer already exists 01:10:48 8add3f38e3f1: Layer already exists 01:10:48 2ca6f6ef2a4a: Layer already exists 01:10:48 210d591666dc: Layer already exists 01:10:48 add78388658e: Layer already exists 01:10:48 54c401848702: Layer already exists 01:10:48 994456c4fd7b: Layer already exists 01:10:48 latest: digest: sha256:22bbb6db794f3b393e0056a154169f8a653da017aedf53bc4aed1d8478e08495 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:48 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:48 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.39 01:10:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:10:48 a8eddfd9bd4d: Preparing 01:10:48 d608e299de37: Preparing 01:10:48 204e7746cb06: Preparing 01:10:48 e98a902e7be6: Preparing 01:10:48 660608aa82e6: Preparing 01:10:48 8add3f38e3f1: Preparing 01:10:48 49c2c42b9191: Preparing 01:10:48 2ca6f6ef2a4a: Preparing 01:10:48 210d591666dc: Preparing 01:10:48 add78388658e: Preparing 01:10:48 54c401848702: Preparing 01:10:48 994456c4fd7b: Preparing 01:10:48 210d591666dc: Waiting 01:10:48 add78388658e: Waiting 01:10:48 54c401848702: Waiting 01:10:48 994456c4fd7b: Waiting 01:10:48 8add3f38e3f1: Waiting 01:10:48 49c2c42b9191: Waiting 01:10:48 2ca6f6ef2a4a: Waiting 01:10:48 d608e299de37: Layer already exists 01:10:48 a8eddfd9bd4d: Layer already exists 01:10:48 660608aa82e6: Layer already exists 01:10:48 204e7746cb06: Layer already exists 01:10:48 e98a902e7be6: Layer already exists 01:10:48 49c2c42b9191: Layer already exists 01:10:48 210d591666dc: Layer already exists 01:10:48 8add3f38e3f1: Layer already exists 01:10:48 add78388658e: Layer already exists 01:10:48 2ca6f6ef2a4a: Layer already exists 01:10:48 54c401848702: Layer already exists 01:10:48 994456c4fd7b: Layer already exists 01:10:48 4.1.0-dev.39: digest: sha256:22bbb6db794f3b393e0056a154169f8a653da017aedf53bc4aed1d8478e08495 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:49 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:49 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:10:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:10:49 a8eddfd9bd4d: Preparing 01:10:49 d608e299de37: Preparing 01:10:49 204e7746cb06: Preparing 01:10:49 e98a902e7be6: Preparing 01:10:49 660608aa82e6: Preparing 01:10:49 8add3f38e3f1: Preparing 01:10:49 49c2c42b9191: Preparing 01:10:49 2ca6f6ef2a4a: Preparing 01:10:49 210d591666dc: Preparing 01:10:49 add78388658e: Preparing 01:10:49 54c401848702: Preparing 01:10:49 994456c4fd7b: Preparing 01:10:49 8add3f38e3f1: Waiting 01:10:49 2ca6f6ef2a4a: Waiting 01:10:49 210d591666dc: Waiting 01:10:49 49c2c42b9191: Waiting 01:10:49 add78388658e: Waiting 01:10:49 54c401848702: Waiting 01:10:49 994456c4fd7b: Waiting 01:10:49 660608aa82e6: Layer already exists 01:10:49 e98a902e7be6: Layer already exists 01:10:49 204e7746cb06: Layer already exists 01:10:49 a8eddfd9bd4d: Layer already exists 01:10:49 d608e299de37: Layer already exists 01:10:49 8add3f38e3f1: Layer already exists 01:10:49 49c2c42b9191: Layer already exists 01:10:49 2ca6f6ef2a4a: Layer already exists 01:10:49 210d591666dc: Layer already exists 01:10:49 add78388658e: Layer already exists 01:10:49 54c401848702: Layer already exists 01:10:49 994456c4fd7b: Layer already exists 01:10:49 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39: digest: sha256:22bbb6db794f3b393e0056a154169f8a653da017aedf53bc4aed1d8478e08495 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:49 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:50 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 01:10:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:10:50 a8eddfd9bd4d: Preparing 01:10:50 d608e299de37: Preparing 01:10:50 204e7746cb06: Preparing 01:10:50 e98a902e7be6: Preparing 01:10:50 660608aa82e6: Preparing 01:10:50 8add3f38e3f1: Preparing 01:10:50 49c2c42b9191: Preparing 01:10:50 2ca6f6ef2a4a: Preparing 01:10:50 210d591666dc: Preparing 01:10:50 add78388658e: Preparing 01:10:50 54c401848702: Preparing 01:10:50 994456c4fd7b: Preparing 01:10:50 49c2c42b9191: Waiting 01:10:50 2ca6f6ef2a4a: Waiting 01:10:50 210d591666dc: Waiting 01:10:50 add78388658e: Waiting 01:10:50 54c401848702: Waiting 01:10:50 994456c4fd7b: Waiting 01:10:50 8add3f38e3f1: Waiting 01:10:50 204e7746cb06: Layer already exists 01:10:50 a8eddfd9bd4d: Layer already exists 01:10:50 660608aa82e6: Layer already exists 01:10:50 d608e299de37: Layer already exists 01:10:50 e98a902e7be6: Layer already exists 01:10:50 8add3f38e3f1: Layer already exists 01:10:50 210d591666dc: Layer already exists 01:10:50 49c2c42b9191: Layer already exists 01:10:50 2ca6f6ef2a4a: Layer already exists 01:10:50 add78388658e: Layer already exists 01:10:50 54c401848702: Layer already exists 01:10:50 994456c4fd7b: Layer already exists 01:10:50 main: digest: sha256:22bbb6db794f3b393e0056a154169f8a653da017aedf53bc4aed1d8478e08495 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:10:50 ===================================================== [Pipeline] echo 01:10:50 taggedImages: 01:10:50 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:10:50 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:10:50 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.39 01:10:50 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:10:50 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 01:10:50 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 01:10:50 be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:10:50 latest 01:10:50 4.1.0-dev.39 01:10:50 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:10:50 main 01:10:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:50 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be28a41d6891c049751c2691a0cffa4ea8b2cf08 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:50 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:10:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:10:50 e8fb45cedaa4: Preparing 01:10:50 6a38fcee2934: Preparing 01:10:50 2ca6f6ef2a4a: Preparing 01:10:50 210d591666dc: Preparing 01:10:50 43d2ee3d9e9d: Preparing 01:10:50 af91efd6ec7e: Preparing 01:10:50 994456c4fd7b: Preparing 01:10:50 af91efd6ec7e: Waiting 01:10:50 994456c4fd7b: Waiting 01:10:50 2ca6f6ef2a4a: Layer already exists 01:10:50 210d591666dc: Layer already exists 01:10:50 994456c4fd7b: Layer already exists 01:10:50 e8fb45cedaa4: Pushed 01:10:51 43d2ee3d9e9d: Pushed 01:10:51 af91efd6ec7e: Pushed 01:10:54 6a38fcee2934: Pushed 01:10:54 be28a41d6891c049751c2691a0cffa4ea8b2cf08: digest: sha256:45e02ea9edeb81a364185837b4ce5757ba8cc72d45f2aab1aae0f1f78b9dab88 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:54 + 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:10:54 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:10:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:10:54 e8fb45cedaa4: Preparing 01:10:54 6a38fcee2934: Preparing 01:10:54 2ca6f6ef2a4a: Preparing 01:10:54 210d591666dc: Preparing 01:10:54 43d2ee3d9e9d: Preparing 01:10:54 af91efd6ec7e: Preparing 01:10:54 994456c4fd7b: Preparing 01:10:54 af91efd6ec7e: Waiting 01:10:54 994456c4fd7b: Waiting 01:10:54 43d2ee3d9e9d: Layer already exists 01:10:54 6a38fcee2934: Layer already exists 01:10:54 e8fb45cedaa4: Layer already exists 01:10:54 2ca6f6ef2a4a: Layer already exists 01:10:54 210d591666dc: Layer already exists 01:10:54 af91efd6ec7e: Layer already exists 01:10:54 994456c4fd7b: Layer already exists 01:10:54 latest: digest: sha256:45e02ea9edeb81a364185837b4ce5757ba8cc72d45f2aab1aae0f1f78b9dab88 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:55 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:55 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.39 01:10:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:10:55 e8fb45cedaa4: Preparing 01:10:55 6a38fcee2934: Preparing 01:10:55 2ca6f6ef2a4a: Preparing 01:10:55 210d591666dc: Preparing 01:10:55 43d2ee3d9e9d: Preparing 01:10:55 af91efd6ec7e: Preparing 01:10:55 994456c4fd7b: Preparing 01:10:55 af91efd6ec7e: Waiting 01:10:55 994456c4fd7b: Waiting 01:10:55 2ca6f6ef2a4a: Layer already exists 01:10:55 210d591666dc: Layer already exists 01:10:55 43d2ee3d9e9d: Layer already exists 01:10:55 e8fb45cedaa4: Layer already exists 01:10:55 6a38fcee2934: Layer already exists 01:10:55 af91efd6ec7e: Layer already exists 01:10:55 994456c4fd7b: Layer already exists 01:10:55 4.1.0-dev.39: digest: sha256:45e02ea9edeb81a364185837b4ce5757ba8cc72d45f2aab1aae0f1f78b9dab88 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:55 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:56 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:10:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:10:56 e8fb45cedaa4: Preparing 01:10:56 6a38fcee2934: Preparing 01:10:56 2ca6f6ef2a4a: Preparing 01:10:56 210d591666dc: Preparing 01:10:56 43d2ee3d9e9d: Preparing 01:10:56 af91efd6ec7e: Preparing 01:10:56 994456c4fd7b: Preparing 01:10:56 af91efd6ec7e: Waiting 01:10:56 994456c4fd7b: Waiting 01:10:56 2ca6f6ef2a4a: Layer already exists 01:10:56 210d591666dc: Layer already exists 01:10:56 e8fb45cedaa4: Layer already exists 01:10:56 43d2ee3d9e9d: Layer already exists 01:10:56 6a38fcee2934: Layer already exists 01:10:56 994456c4fd7b: Layer already exists 01:10:56 af91efd6ec7e: Layer already exists 01:10:56 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39: digest: sha256:45e02ea9edeb81a364185837b4ce5757ba8cc72d45f2aab1aae0f1f78b9dab88 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:56 + 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:10:57 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 01:10:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:10:57 e8fb45cedaa4: Preparing 01:10:57 6a38fcee2934: Preparing 01:10:57 2ca6f6ef2a4a: Preparing 01:10:57 210d591666dc: Preparing 01:10:57 43d2ee3d9e9d: Preparing 01:10:57 af91efd6ec7e: Preparing 01:10:57 994456c4fd7b: Preparing 01:10:57 af91efd6ec7e: Waiting 01:10:57 994456c4fd7b: Waiting 01:10:57 6a38fcee2934: Layer already exists 01:10:57 210d591666dc: Layer already exists 01:10:57 e8fb45cedaa4: Layer already exists 01:10:57 2ca6f6ef2a4a: Layer already exists 01:10:57 43d2ee3d9e9d: Layer already exists 01:10:57 994456c4fd7b: Layer already exists 01:10:57 af91efd6ec7e: Layer already exists 01:10:57 main: digest: sha256:45e02ea9edeb81a364185837b4ce5757ba8cc72d45f2aab1aae0f1f78b9dab88 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:10:57 ===================================================== [Pipeline] echo 01:10:57 taggedImages: 01:10:57 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:10:57 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:10:57 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.39 01:10:57 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:10:57 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 01:10:57 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 01:10:57 be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:10:57 latest 01:10:57 4.1.0-dev.39 01:10:57 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:10:57 main 01:10:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:57 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:be28a41d6891c049751c2691a0cffa4ea8b2cf08 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:10:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:10:57 bf8df5503ec6: Preparing 01:10:57 eca8ecc27b6a: Preparing 01:10:57 02cf6255338c: Preparing 01:10:57 2ca6f6ef2a4a: Preparing 01:10:57 210d591666dc: Preparing 01:10:57 3cd3792dadb8: Preparing 01:10:57 aa4a74cbabe8: Preparing 01:10:57 9399a39321f5: Preparing 01:10:57 c81c89092dd0: Preparing 01:10:57 994456c4fd7b: Preparing 01:10:57 aa4a74cbabe8: Waiting 01:10:57 9399a39321f5: Waiting 01:10:57 c81c89092dd0: Waiting 01:10:57 3cd3792dadb8: Waiting 01:10:57 994456c4fd7b: Waiting 01:10:57 2ca6f6ef2a4a: Layer already exists 01:10:57 210d591666dc: Layer already exists 01:10:57 eca8ecc27b6a: Pushed 01:10:57 02cf6255338c: Pushed 01:10:57 bf8df5503ec6: Pushed 01:10:57 994456c4fd7b: Layer already exists 01:10:57 9399a39321f5: Pushed 01:10:58 c81c89092dd0: Pushed 01:11:02 aa4a74cbabe8: Pushed 01:11:10 3cd3792dadb8: Pushed 01:11:10 be28a41d6891c049751c2691a0cffa4ea8b2cf08: digest: sha256:965cca9a342d358fc69583da0692d01a6e06f8cd2efbc98a78c343d6333c6bc7 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:11:10 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:11:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:11:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:11:10 bf8df5503ec6: Preparing 01:11:10 eca8ecc27b6a: Preparing 01:11:10 02cf6255338c: Preparing 01:11:10 2ca6f6ef2a4a: Preparing 01:11:10 210d591666dc: Preparing 01:11:10 3cd3792dadb8: Preparing 01:11:10 aa4a74cbabe8: Preparing 01:11:10 9399a39321f5: Preparing 01:11:10 c81c89092dd0: Preparing 01:11:10 994456c4fd7b: Preparing 01:11:10 9399a39321f5: Waiting 01:11:10 c81c89092dd0: Waiting 01:11:10 994456c4fd7b: Waiting 01:11:10 3cd3792dadb8: Waiting 01:11:10 aa4a74cbabe8: Waiting 01:11:10 02cf6255338c: Layer already exists 01:11:10 2ca6f6ef2a4a: Layer already exists 01:11:10 210d591666dc: Layer already exists 01:11:10 eca8ecc27b6a: Layer already exists 01:11:10 bf8df5503ec6: Layer already exists 01:11:10 3cd3792dadb8: Layer already exists 01:11:10 aa4a74cbabe8: Layer already exists 01:11:10 c81c89092dd0: Layer already exists 01:11:10 9399a39321f5: Layer already exists 01:11:10 994456c4fd7b: Layer already exists 01:11:10 latest: digest: sha256:965cca9a342d358fc69583da0692d01a6e06f8cd2efbc98a78c343d6333c6bc7 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:11:11 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:11:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.39 01:11:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:11:11 bf8df5503ec6: Preparing 01:11:11 eca8ecc27b6a: Preparing 01:11:11 02cf6255338c: Preparing 01:11:11 2ca6f6ef2a4a: Preparing 01:11:11 210d591666dc: Preparing 01:11:11 3cd3792dadb8: Preparing 01:11:11 aa4a74cbabe8: Preparing 01:11:11 9399a39321f5: Preparing 01:11:11 c81c89092dd0: Preparing 01:11:11 994456c4fd7b: Preparing 01:11:11 9399a39321f5: Waiting 01:11:11 3cd3792dadb8: Waiting 01:11:11 c81c89092dd0: Waiting 01:11:11 994456c4fd7b: Waiting 01:11:11 aa4a74cbabe8: Waiting 01:11:11 2ca6f6ef2a4a: Layer already exists 01:11:11 210d591666dc: Layer already exists 01:11:11 eca8ecc27b6a: Layer already exists 01:11:11 bf8df5503ec6: Layer already exists 01:11:11 02cf6255338c: Layer already exists 01:11:11 3cd3792dadb8: Layer already exists 01:11:11 aa4a74cbabe8: Layer already exists 01:11:11 994456c4fd7b: Layer already exists 01:11:11 9399a39321f5: Layer already exists 01:11:11 c81c89092dd0: Layer already exists 01:11:11 4.1.0-dev.39: digest: sha256:965cca9a342d358fc69583da0692d01a6e06f8cd2efbc98a78c343d6333c6bc7 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:11:11 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:11:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:11:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:11:12 bf8df5503ec6: Preparing 01:11:12 eca8ecc27b6a: Preparing 01:11:12 02cf6255338c: Preparing 01:11:12 2ca6f6ef2a4a: Preparing 01:11:12 210d591666dc: Preparing 01:11:12 3cd3792dadb8: Preparing 01:11:12 aa4a74cbabe8: Preparing 01:11:12 9399a39321f5: Preparing 01:11:12 c81c89092dd0: Preparing 01:11:12 994456c4fd7b: Preparing 01:11:12 3cd3792dadb8: Waiting 01:11:12 aa4a74cbabe8: Waiting 01:11:12 9399a39321f5: Waiting 01:11:12 c81c89092dd0: Waiting 01:11:12 994456c4fd7b: Waiting 01:11:12 eca8ecc27b6a: Layer already exists 01:11:12 210d591666dc: Layer already exists 01:11:12 2ca6f6ef2a4a: Layer already exists 01:11:12 02cf6255338c: Layer already exists 01:11:12 bf8df5503ec6: Layer already exists 01:11:12 aa4a74cbabe8: Layer already exists 01:11:12 3cd3792dadb8: Layer already exists 01:11:12 9399a39321f5: Layer already exists 01:11:12 c81c89092dd0: Layer already exists 01:11:12 994456c4fd7b: Layer already exists 01:11:12 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39: digest: sha256:965cca9a342d358fc69583da0692d01a6e06f8cd2efbc98a78c343d6333c6bc7 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:11:12 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:11:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 01:11:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:11:12 bf8df5503ec6: Preparing 01:11:12 eca8ecc27b6a: Preparing 01:11:12 02cf6255338c: Preparing 01:11:12 2ca6f6ef2a4a: Preparing 01:11:12 210d591666dc: Preparing 01:11:12 3cd3792dadb8: Preparing 01:11:12 aa4a74cbabe8: Preparing 01:11:12 9399a39321f5: Preparing 01:11:12 c81c89092dd0: Preparing 01:11:12 994456c4fd7b: Preparing 01:11:12 aa4a74cbabe8: Waiting 01:11:12 3cd3792dadb8: Waiting 01:11:12 9399a39321f5: Waiting 01:11:12 c81c89092dd0: Waiting 01:11:12 994456c4fd7b: Waiting 01:11:12 2ca6f6ef2a4a: Layer already exists 01:11:12 bf8df5503ec6: Layer already exists 01:11:12 210d591666dc: Layer already exists 01:11:12 02cf6255338c: Layer already exists 01:11:12 eca8ecc27b6a: Layer already exists 01:11:12 aa4a74cbabe8: Layer already exists 01:11:12 3cd3792dadb8: Layer already exists 01:11:12 994456c4fd7b: Layer already exists 01:11:12 c81c89092dd0: Layer already exists 01:11:12 9399a39321f5: Layer already exists 01:11:12 main: digest: sha256:965cca9a342d358fc69583da0692d01a6e06f8cd2efbc98a78c343d6333c6bc7 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:11:12 ===================================================== [Pipeline] echo 01:11:12 taggedImages: 01:11:12 - nexus3.edgexfoundry.org:10004/security-spire-agent:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:11:12 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:11:12 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.39 01:11:12 - nexus3.edgexfoundry.org:10004/security-spire-agent:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:11:12 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 01:11:12 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 01:11:12 be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:11:12 latest 01:11:12 4.1.0-dev.39 01:11:12 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:11:12 main 01:11:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:11:13 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:be28a41d6891c049751c2691a0cffa4ea8b2cf08 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:11:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:11:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:11:13 f4b5ea4892d5: Preparing 01:11:13 74c0cb2e4ba2: Preparing 01:11:13 e622b2fd0dee: Preparing 01:11:13 2ca6f6ef2a4a: Preparing 01:11:13 210d591666dc: Preparing 01:11:13 f7bb61b728fa: Preparing 01:11:13 4219d93e595d: Preparing 01:11:13 fc02cc72c823: Preparing 01:11:13 f7bb61b728fa: Waiting 01:11:13 4219d93e595d: Waiting 01:11:13 994456c4fd7b: Preparing 01:11:13 fc02cc72c823: Waiting 01:11:13 994456c4fd7b: Waiting 01:11:13 2ca6f6ef2a4a: Layer already exists 01:11:13 210d591666dc: Layer already exists 01:11:13 74c0cb2e4ba2: Pushed 01:11:13 e622b2fd0dee: Pushed 01:11:13 f4b5ea4892d5: Pushed 01:11:13 994456c4fd7b: Layer already exists 01:11:14 fc02cc72c823: Pushed 01:11:14 4219d93e595d: Pushed 01:11:26 f7bb61b728fa: Pushed 01:11:26 be28a41d6891c049751c2691a0cffa4ea8b2cf08: digest: sha256:6e4edc6367702601aa24765e9c7387fbf188ed5b25e2cefaaad7f3de1081868d size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:11:26 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:11:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:11:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:11:26 f4b5ea4892d5: Preparing 01:11:26 74c0cb2e4ba2: Preparing 01:11:26 e622b2fd0dee: Preparing 01:11:26 2ca6f6ef2a4a: Preparing 01:11:26 210d591666dc: Preparing 01:11:26 f7bb61b728fa: Preparing 01:11:26 4219d93e595d: Preparing 01:11:26 fc02cc72c823: Preparing 01:11:26 994456c4fd7b: Preparing 01:11:26 f7bb61b728fa: Waiting 01:11:26 4219d93e595d: Waiting 01:11:26 fc02cc72c823: Waiting 01:11:26 994456c4fd7b: Waiting 01:11:26 f4b5ea4892d5: Layer already exists 01:11:26 2ca6f6ef2a4a: Layer already exists 01:11:26 e622b2fd0dee: Layer already exists 01:11:26 210d591666dc: Layer already exists 01:11:26 74c0cb2e4ba2: Layer already exists 01:11:26 4219d93e595d: Layer already exists 01:11:26 fc02cc72c823: Layer already exists 01:11:26 f7bb61b728fa: Layer already exists 01:11:26 994456c4fd7b: Layer already exists 01:11:26 latest: digest: sha256:6e4edc6367702601aa24765e9c7387fbf188ed5b25e2cefaaad7f3de1081868d size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:11:27 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:11:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.39 01:11:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:11:27 f4b5ea4892d5: Preparing 01:11:27 74c0cb2e4ba2: Preparing 01:11:27 e622b2fd0dee: Preparing 01:11:27 2ca6f6ef2a4a: Preparing 01:11:27 210d591666dc: Preparing 01:11:27 f7bb61b728fa: Preparing 01:11:27 4219d93e595d: Preparing 01:11:27 fc02cc72c823: Preparing 01:11:27 994456c4fd7b: Preparing 01:11:27 f7bb61b728fa: Waiting 01:11:27 fc02cc72c823: Waiting 01:11:27 994456c4fd7b: Waiting 01:11:27 4219d93e595d: Waiting 01:11:27 74c0cb2e4ba2: Layer already exists 01:11:27 e622b2fd0dee: Layer already exists 01:11:27 2ca6f6ef2a4a: Layer already exists 01:11:27 f4b5ea4892d5: Layer already exists 01:11:27 210d591666dc: Layer already exists 01:11:27 f7bb61b728fa: Layer already exists 01:11:27 fc02cc72c823: Layer already exists 01:11:27 994456c4fd7b: Layer already exists 01:11:27 4219d93e595d: Layer already exists 01:11:27 4.1.0-dev.39: digest: sha256:6e4edc6367702601aa24765e9c7387fbf188ed5b25e2cefaaad7f3de1081868d size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:11:27 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:11:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:11:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:11:28 f4b5ea4892d5: Preparing 01:11:28 74c0cb2e4ba2: Preparing 01:11:28 e622b2fd0dee: Preparing 01:11:28 2ca6f6ef2a4a: Preparing 01:11:28 210d591666dc: Preparing 01:11:28 f7bb61b728fa: Preparing 01:11:28 4219d93e595d: Preparing 01:11:28 f7bb61b728fa: Waiting 01:11:28 4219d93e595d: Waiting 01:11:28 fc02cc72c823: Preparing 01:11:28 994456c4fd7b: Preparing 01:11:28 fc02cc72c823: Waiting 01:11:28 994456c4fd7b: Waiting 01:11:28 2ca6f6ef2a4a: Layer already exists 01:11:28 210d591666dc: Layer already exists 01:11:28 74c0cb2e4ba2: Layer already exists 01:11:28 f4b5ea4892d5: Layer already exists 01:11:28 e622b2fd0dee: Layer already exists 01:11:28 f7bb61b728fa: Layer already exists 01:11:28 4219d93e595d: Layer already exists 01:11:28 fc02cc72c823: Layer already exists 01:11:28 994456c4fd7b: Layer already exists 01:11:28 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39: digest: sha256:6e4edc6367702601aa24765e9c7387fbf188ed5b25e2cefaaad7f3de1081868d size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:11:28 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:11:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 01:11:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:11:28 f4b5ea4892d5: Preparing 01:11:28 74c0cb2e4ba2: Preparing 01:11:28 e622b2fd0dee: Preparing 01:11:28 2ca6f6ef2a4a: Preparing 01:11:28 210d591666dc: Preparing 01:11:28 f7bb61b728fa: Preparing 01:11:28 4219d93e595d: Preparing 01:11:28 fc02cc72c823: Preparing 01:11:28 994456c4fd7b: Preparing 01:11:28 4219d93e595d: Waiting 01:11:28 fc02cc72c823: Waiting 01:11:28 f7bb61b728fa: Waiting 01:11:28 994456c4fd7b: Waiting 01:11:28 e622b2fd0dee: Layer already exists 01:11:28 210d591666dc: Layer already exists 01:11:28 f4b5ea4892d5: Layer already exists 01:11:28 2ca6f6ef2a4a: Layer already exists 01:11:28 74c0cb2e4ba2: Layer already exists 01:11:28 f7bb61b728fa: Layer already exists 01:11:28 fc02cc72c823: Layer already exists 01:11:28 4219d93e595d: Layer already exists 01:11:28 994456c4fd7b: Layer already exists 01:11:28 main: digest: sha256:6e4edc6367702601aa24765e9c7387fbf188ed5b25e2cefaaad7f3de1081868d size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:11:28 ===================================================== [Pipeline] echo 01:11:28 taggedImages: 01:11:28 - nexus3.edgexfoundry.org:10004/security-spire-config:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:11:28 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:11:28 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.39 01:11:28 - nexus3.edgexfoundry.org:10004/security-spire-config:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:11:28 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 01:11:28 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 01:11:28 be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:11:28 latest 01:11:28 4.1.0-dev.39 01:11:28 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:11:28 main 01:11:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:11:29 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:be28a41d6891c049751c2691a0cffa4ea8b2cf08 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:11:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:11:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:11:29 bf8df5503ec6: Preparing 01:11:29 9a3ec2cf2399: Preparing 01:11:29 ced20c9f2b96: Preparing 01:11:29 2ca6f6ef2a4a: Preparing 01:11:29 210d591666dc: Preparing 01:11:29 6bfeea935378: Preparing 01:11:29 9399a39321f5: Preparing 01:11:29 c81c89092dd0: Preparing 01:11:29 994456c4fd7b: Preparing 01:11:29 6bfeea935378: Waiting 01:11:29 c81c89092dd0: Waiting 01:11:29 9399a39321f5: Waiting 01:11:29 994456c4fd7b: Waiting 01:11:29 2ca6f6ef2a4a: Layer already exists 01:11:29 bf8df5503ec6: Layer already exists 01:11:29 210d591666dc: Layer already exists 01:11:29 9399a39321f5: Layer already exists 01:11:29 c81c89092dd0: Layer already exists 01:11:29 994456c4fd7b: Layer already exists 01:11:29 ced20c9f2b96: Pushed 01:11:29 9a3ec2cf2399: Pushed 01:11:43 6bfeea935378: Pushed 01:11:43 be28a41d6891c049751c2691a0cffa4ea8b2cf08: digest: sha256:edb185864293364eab693f4eea83b05a6aac89993e2aabcd7e928a210d1deda5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:11:43 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:11:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:11:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:11:44 bf8df5503ec6: Preparing 01:11:44 9a3ec2cf2399: Preparing 01:11:44 ced20c9f2b96: Preparing 01:11:44 2ca6f6ef2a4a: Preparing 01:11:44 210d591666dc: Preparing 01:11:44 6bfeea935378: Preparing 01:11:44 9399a39321f5: Preparing 01:11:44 c81c89092dd0: Preparing 01:11:44 994456c4fd7b: Preparing 01:11:44 c81c89092dd0: Waiting 01:11:44 994456c4fd7b: Waiting 01:11:44 6bfeea935378: Waiting 01:11:44 9399a39321f5: Waiting 01:11:44 2ca6f6ef2a4a: Layer already exists 01:11:44 bf8df5503ec6: Layer already exists 01:11:44 ced20c9f2b96: Layer already exists 01:11:44 210d591666dc: Layer already exists 01:11:44 9a3ec2cf2399: Layer already exists 01:11:44 c81c89092dd0: Layer already exists 01:11:44 9399a39321f5: Layer already exists 01:11:44 6bfeea935378: Layer already exists 01:11:44 994456c4fd7b: Layer already exists 01:11:44 latest: digest: sha256:edb185864293364eab693f4eea83b05a6aac89993e2aabcd7e928a210d1deda5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:11:44 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:11:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.39 01:11:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:11:44 bf8df5503ec6: Preparing 01:11:44 9a3ec2cf2399: Preparing 01:11:44 ced20c9f2b96: Preparing 01:11:44 2ca6f6ef2a4a: Preparing 01:11:44 210d591666dc: Preparing 01:11:44 6bfeea935378: Preparing 01:11:44 9399a39321f5: Preparing 01:11:44 c81c89092dd0: Preparing 01:11:44 994456c4fd7b: Preparing 01:11:44 9399a39321f5: Waiting 01:11:44 6bfeea935378: Waiting 01:11:44 c81c89092dd0: Waiting 01:11:44 994456c4fd7b: Waiting 01:11:44 9a3ec2cf2399: Layer already exists 01:11:44 2ca6f6ef2a4a: Layer already exists 01:11:44 bf8df5503ec6: Layer already exists 01:11:44 210d591666dc: Layer already exists 01:11:44 ced20c9f2b96: Layer already exists 01:11:44 6bfeea935378: Layer already exists 01:11:44 9399a39321f5: Layer already exists 01:11:44 994456c4fd7b: Layer already exists 01:11:44 c81c89092dd0: Layer already exists 01:11:44 4.1.0-dev.39: digest: sha256:edb185864293364eab693f4eea83b05a6aac89993e2aabcd7e928a210d1deda5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:11:45 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:11:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:11:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:11:45 bf8df5503ec6: Preparing 01:11:45 9a3ec2cf2399: Preparing 01:11:45 ced20c9f2b96: Preparing 01:11:45 2ca6f6ef2a4a: Preparing 01:11:45 210d591666dc: Preparing 01:11:45 6bfeea935378: Preparing 01:11:45 9399a39321f5: Preparing 01:11:45 c81c89092dd0: Preparing 01:11:45 994456c4fd7b: Preparing 01:11:45 c81c89092dd0: Waiting 01:11:45 6bfeea935378: Waiting 01:11:45 9399a39321f5: Waiting 01:11:45 994456c4fd7b: Waiting 01:11:45 2ca6f6ef2a4a: Layer already exists 01:11:45 bf8df5503ec6: Layer already exists 01:11:45 210d591666dc: Layer already exists 01:11:45 ced20c9f2b96: Layer already exists 01:11:45 9a3ec2cf2399: Layer already exists 01:11:45 6bfeea935378: Layer already exists 01:11:45 994456c4fd7b: Layer already exists 01:11:45 9399a39321f5: Layer already exists 01:11:45 c81c89092dd0: Layer already exists 01:11:45 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39: digest: sha256:edb185864293364eab693f4eea83b05a6aac89993e2aabcd7e928a210d1deda5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:11:45 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:11:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 01:11:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:11:45 bf8df5503ec6: Preparing 01:11:45 9a3ec2cf2399: Preparing 01:11:45 ced20c9f2b96: Preparing 01:11:45 2ca6f6ef2a4a: Preparing 01:11:45 210d591666dc: Preparing 01:11:45 6bfeea935378: Preparing 01:11:45 9399a39321f5: Preparing 01:11:45 c81c89092dd0: Preparing 01:11:45 994456c4fd7b: Preparing 01:11:45 6bfeea935378: Waiting 01:11:45 9399a39321f5: Waiting 01:11:45 c81c89092dd0: Waiting 01:11:45 994456c4fd7b: Waiting 01:11:45 bf8df5503ec6: Layer already exists 01:11:45 9a3ec2cf2399: Layer already exists 01:11:45 2ca6f6ef2a4a: Layer already exists 01:11:45 210d591666dc: Layer already exists 01:11:45 ced20c9f2b96: Layer already exists 01:11:45 9399a39321f5: Layer already exists 01:11:45 c81c89092dd0: Layer already exists 01:11:45 6bfeea935378: Layer already exists 01:11:45 994456c4fd7b: Layer already exists 01:11:45 main: digest: sha256:edb185864293364eab693f4eea83b05a6aac89993e2aabcd7e928a210d1deda5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:11:46 ===================================================== [Pipeline] echo 01:11:46 taggedImages: 01:11:46 - nexus3.edgexfoundry.org:10004/security-spire-server:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:11:46 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:11:46 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.39 01:11:46 - nexus3.edgexfoundry.org:10004/security-spire-server:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:11:46 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 01:11:46 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 01:11:46 be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:11:46 latest 01:11:46 4.1.0-dev.39 01:11:46 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:11:46 main 01:11:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:11:46 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:be28a41d6891c049751c2691a0cffa4ea8b2cf08 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:11:46 + docker push nexus3.edgexfoundry.org:10004/support-notifications:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:11:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:11:46 eacf5f45fac1: Preparing 01:11:46 22054a66bb5e: Preparing 01:11:46 2ca6f6ef2a4a: Preparing 01:11:46 210d591666dc: Preparing 01:11:46 dd2fe30b65cd: Preparing 01:11:46 bed3c02358d4: Preparing 01:11:46 994456c4fd7b: Preparing 01:11:46 994456c4fd7b: Waiting 01:11:46 bed3c02358d4: Waiting 01:11:46 210d591666dc: Layer already exists 01:11:46 2ca6f6ef2a4a: Layer already exists 01:11:46 994456c4fd7b: Layer already exists 01:11:46 eacf5f45fac1: Pushed 01:11:47 bed3c02358d4: Pushed 01:11:47 dd2fe30b65cd: Pushed 01:11:50 22054a66bb5e: Pushed 01:11:50 be28a41d6891c049751c2691a0cffa4ea8b2cf08: digest: sha256:7284f65069680cdad966e4b038f1e9f456d87e0c27e71f9fad5c47d0710cf007 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:11:50 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:11:51 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 01:11:51 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:11:51 eacf5f45fac1: Preparing 01:11:51 22054a66bb5e: Preparing 01:11:51 2ca6f6ef2a4a: Preparing 01:11:51 210d591666dc: Preparing 01:11:51 dd2fe30b65cd: Preparing 01:11:51 bed3c02358d4: Preparing 01:11:51 994456c4fd7b: Preparing 01:11:51 bed3c02358d4: Waiting 01:11:51 994456c4fd7b: Waiting 01:11:51 eacf5f45fac1: Layer already exists 01:11:51 dd2fe30b65cd: Layer already exists 01:11:51 210d591666dc: Layer already exists 01:11:51 2ca6f6ef2a4a: Layer already exists 01:11:51 22054a66bb5e: Layer already exists 01:11:51 bed3c02358d4: Layer already exists 01:11:51 994456c4fd7b: Layer already exists 01:11:51 latest: digest: sha256:7284f65069680cdad966e4b038f1e9f456d87e0c27e71f9fad5c47d0710cf007 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:11:51 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:11:51 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.39 01:11:51 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:11:51 eacf5f45fac1: Preparing 01:11:51 22054a66bb5e: Preparing 01:11:51 2ca6f6ef2a4a: Preparing 01:11:51 210d591666dc: Preparing 01:11:51 dd2fe30b65cd: Preparing 01:11:51 bed3c02358d4: Preparing 01:11:51 994456c4fd7b: Preparing 01:11:51 bed3c02358d4: Waiting 01:11:51 994456c4fd7b: Waiting 01:11:51 22054a66bb5e: Layer already exists 01:11:51 210d591666dc: Layer already exists 01:11:51 eacf5f45fac1: Layer already exists 01:11:51 dd2fe30b65cd: Layer already exists 01:11:51 2ca6f6ef2a4a: Layer already exists 01:11:51 994456c4fd7b: Layer already exists 01:11:51 bed3c02358d4: Layer already exists 01:11:51 4.1.0-dev.39: digest: sha256:7284f65069680cdad966e4b038f1e9f456d87e0c27e71f9fad5c47d0710cf007 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:11:52 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:11:52 + docker push nexus3.edgexfoundry.org:10004/support-notifications:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:11:52 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:11:52 eacf5f45fac1: Preparing 01:11:52 22054a66bb5e: Preparing 01:11:52 2ca6f6ef2a4a: Preparing 01:11:52 210d591666dc: Preparing 01:11:52 dd2fe30b65cd: Preparing 01:11:52 bed3c02358d4: Preparing 01:11:52 994456c4fd7b: Preparing 01:11:52 bed3c02358d4: Waiting 01:11:52 994456c4fd7b: Waiting 01:11:52 210d591666dc: Layer already exists 01:11:52 dd2fe30b65cd: Layer already exists 01:11:52 eacf5f45fac1: Layer already exists 01:11:52 22054a66bb5e: Layer already exists 01:11:52 2ca6f6ef2a4a: Layer already exists 01:11:52 bed3c02358d4: Layer already exists 01:11:52 994456c4fd7b: Layer already exists 01:11:52 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39: digest: sha256:7284f65069680cdad966e4b038f1e9f456d87e0c27e71f9fad5c47d0710cf007 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:11:52 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:11:53 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 01:11:53 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:11:53 eacf5f45fac1: Preparing 01:11:53 22054a66bb5e: Preparing 01:11:53 2ca6f6ef2a4a: Preparing 01:11:53 210d591666dc: Preparing 01:11:53 dd2fe30b65cd: Preparing 01:11:53 bed3c02358d4: Preparing 01:11:53 994456c4fd7b: Preparing 01:11:53 bed3c02358d4: Waiting 01:11:53 994456c4fd7b: Waiting 01:11:53 eacf5f45fac1: Layer already exists 01:11:53 210d591666dc: Layer already exists 01:11:53 22054a66bb5e: Layer already exists 01:11:53 dd2fe30b65cd: Layer already exists 01:11:53 2ca6f6ef2a4a: Layer already exists 01:11:53 994456c4fd7b: Layer already exists 01:11:53 bed3c02358d4: Layer already exists 01:11:53 main: digest: sha256:7284f65069680cdad966e4b038f1e9f456d87e0c27e71f9fad5c47d0710cf007 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:11:53 ===================================================== [Pipeline] echo 01:11:53 taggedImages: 01:11:53 - nexus3.edgexfoundry.org:10004/support-notifications:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:11:53 - nexus3.edgexfoundry.org:10004/support-notifications:latest 01:11:53 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.39 01:11:53 - nexus3.edgexfoundry.org:10004/support-notifications:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:11:53 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 01:11:53 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 01:11:53 be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:11:53 latest 01:11:53 4.1.0-dev.39 01:11:53 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:11:53 main 01:11:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:11:53 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:be28a41d6891c049751c2691a0cffa4ea8b2cf08 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:11:54 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:11:54 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:11:54 1636b2402c41: Preparing 01:11:54 4adb8dcb62cc: Preparing 01:11:54 2ca6f6ef2a4a: Preparing 01:11:54 210d591666dc: Preparing 01:11:54 9a6067002443: Preparing 01:11:54 dc28404d9b0f: Preparing 01:11:54 994456c4fd7b: Preparing 01:11:54 dc28404d9b0f: Waiting 01:11:54 994456c4fd7b: Waiting 01:11:54 210d591666dc: Layer already exists 01:11:54 2ca6f6ef2a4a: Layer already exists 01:11:54 994456c4fd7b: Layer already exists 01:11:54 1636b2402c41: Pushed 01:11:54 dc28404d9b0f: Pushed 01:11:54 9a6067002443: Pushed 01:11:57 4adb8dcb62cc: Pushed 01:11:57 be28a41d6891c049751c2691a0cffa4ea8b2cf08: digest: sha256:0c818e05270e790e84ac6070b79744f7d328e030c7efbd2aaeea688d85e193a8 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:11:58 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:11:58 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:11:58 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:11:58 1636b2402c41: Preparing 01:11:58 4adb8dcb62cc: Preparing 01:11:58 2ca6f6ef2a4a: Preparing 01:11:58 210d591666dc: Preparing 01:11:58 9a6067002443: Preparing 01:11:58 dc28404d9b0f: Preparing 01:11:58 994456c4fd7b: Preparing 01:11:58 dc28404d9b0f: Waiting 01:11:58 994456c4fd7b: Waiting 01:11:58 4adb8dcb62cc: Layer already exists 01:11:58 210d591666dc: Layer already exists 01:11:58 1636b2402c41: Layer already exists 01:11:58 2ca6f6ef2a4a: Layer already exists 01:11:58 9a6067002443: Layer already exists 01:11:58 dc28404d9b0f: Layer already exists 01:11:58 994456c4fd7b: Layer already exists 01:11:58 latest: digest: sha256:0c818e05270e790e84ac6070b79744f7d328e030c7efbd2aaeea688d85e193a8 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:11:58 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:11:59 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.39 01:11:59 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:11:59 1636b2402c41: Preparing 01:11:59 4adb8dcb62cc: Preparing 01:11:59 2ca6f6ef2a4a: Preparing 01:11:59 210d591666dc: Preparing 01:11:59 9a6067002443: Preparing 01:11:59 dc28404d9b0f: Preparing 01:11:59 994456c4fd7b: Preparing 01:11:59 994456c4fd7b: Waiting 01:11:59 dc28404d9b0f: Waiting 01:11:59 2ca6f6ef2a4a: Layer already exists 01:11:59 210d591666dc: Layer already exists 01:11:59 9a6067002443: Layer already exists 01:11:59 1636b2402c41: Layer already exists 01:11:59 4adb8dcb62cc: Layer already exists 01:11:59 dc28404d9b0f: Layer already exists 01:11:59 994456c4fd7b: Layer already exists 01:11:59 4.1.0-dev.39: digest: sha256:0c818e05270e790e84ac6070b79744f7d328e030c7efbd2aaeea688d85e193a8 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:11:59 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:11:59 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:11:59 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:11:59 1636b2402c41: Preparing 01:11:59 4adb8dcb62cc: Preparing 01:11:59 2ca6f6ef2a4a: Preparing 01:11:59 210d591666dc: Preparing 01:11:59 9a6067002443: Preparing 01:11:59 dc28404d9b0f: Preparing 01:11:59 994456c4fd7b: Preparing 01:11:59 dc28404d9b0f: Waiting 01:11:59 994456c4fd7b: Waiting 01:11:59 4adb8dcb62cc: Layer already exists 01:11:59 9a6067002443: Layer already exists 01:11:59 210d591666dc: Layer already exists 01:11:59 1636b2402c41: Layer already exists 01:11:59 2ca6f6ef2a4a: Layer already exists 01:11:59 994456c4fd7b: Layer already exists 01:11:59 dc28404d9b0f: Layer already exists 01:11:59 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39: digest: sha256:0c818e05270e790e84ac6070b79744f7d328e030c7efbd2aaeea688d85e193a8 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:12:00 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:12:00 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 01:12:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:12:00 1636b2402c41: Preparing 01:12:00 4adb8dcb62cc: Preparing 01:12:00 2ca6f6ef2a4a: Preparing 01:12:00 210d591666dc: Preparing 01:12:00 9a6067002443: Preparing 01:12:00 dc28404d9b0f: Preparing 01:12:00 994456c4fd7b: Preparing 01:12:00 994456c4fd7b: Waiting 01:12:00 dc28404d9b0f: Waiting 01:12:00 1636b2402c41: Layer already exists 01:12:00 2ca6f6ef2a4a: Layer already exists 01:12:00 4adb8dcb62cc: Layer already exists 01:12:00 210d591666dc: Layer already exists 01:12:00 9a6067002443: Layer already exists 01:12:00 994456c4fd7b: Layer already exists 01:12:00 dc28404d9b0f: Layer already exists 01:12:00 main: digest: sha256:0c818e05270e790e84ac6070b79744f7d328e030c7efbd2aaeea688d85e193a8 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:12:00 ===================================================== [Pipeline] echo 01:12:00 taggedImages: 01:12:00 - nexus3.edgexfoundry.org:10004/support-scheduler:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:12:00 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:12:00 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.39 01:12:00 - nexus3.edgexfoundry.org:10004/support-scheduler:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:12:00 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 01:12:00 ========================================================= 01:12:00 [edgeXBuildMultiArch] RAW Config: 01:12:00 images: 01:12:00 - nexus3.edgexfoundry.org:10004/core-command:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:12:00 - nexus3.edgexfoundry.org:10004/core-command:latest 01:12:00 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.39 01:12:00 - nexus3.edgexfoundry.org:10004/core-command:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:12:00 - nexus3.edgexfoundry.org:10004/core-command:main 01:12:00 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:12:00 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:12:00 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.39 01:12:00 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:12:00 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 01:12:00 - nexus3.edgexfoundry.org:10004/core-data:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:12:00 - nexus3.edgexfoundry.org:10004/core-data:latest 01:12:00 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.39 01:12:00 - nexus3.edgexfoundry.org:10004/core-data:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:12:00 - nexus3.edgexfoundry.org:10004/core-data:main 01:12:00 - nexus3.edgexfoundry.org:10004/core-keeper:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:12:00 - nexus3.edgexfoundry.org:10004/core-keeper:latest 01:12:00 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.39 01:12:00 - nexus3.edgexfoundry.org:10004/core-keeper:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:12:00 - nexus3.edgexfoundry.org:10004/core-keeper:main 01:12:00 - nexus3.edgexfoundry.org:10004/core-metadata:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:12:00 - nexus3.edgexfoundry.org:10004/core-metadata:latest 01:12:00 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.39 01:12:00 - nexus3.edgexfoundry.org:10004/core-metadata:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:12:00 - nexus3.edgexfoundry.org:10004/core-metadata:main 01:12:00 - nexus3.edgexfoundry.org:10004/security-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:12:00 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:12:00 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.39 01:12:00 - nexus3.edgexfoundry.org:10004/security-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:12:00 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 01:12:00 - nexus3.edgexfoundry.org:10004/security-proxy-auth:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:12:00 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:12:00 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.39 01:12:00 - nexus3.edgexfoundry.org:10004/security-proxy-auth:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:12:00 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 01:12:00 - nexus3.edgexfoundry.org:10004/security-proxy-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:12:00 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:12:00 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.39 01:12:00 - nexus3.edgexfoundry.org:10004/security-proxy-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:12:00 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 01:12:00 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:12:00 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:12:00 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.39 01:12:00 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:12:00 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 01:12:00 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:12:00 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:12:00 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.39 01:12:00 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:12:00 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 01:12:00 - nexus3.edgexfoundry.org:10004/security-spire-agent:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:12:00 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:12:00 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.39 01:12:00 - nexus3.edgexfoundry.org:10004/security-spire-agent:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:12:00 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 01:12:00 - nexus3.edgexfoundry.org:10004/security-spire-config:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:12:00 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:12:00 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.39 01:12:00 - nexus3.edgexfoundry.org:10004/security-spire-config:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:12:00 - nexus3.edgexfoundry.org:10004/security-spire-config:main 01:12:00 - nexus3.edgexfoundry.org:10004/security-spire-server:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:12:00 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:12:00 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.39 01:12:00 - nexus3.edgexfoundry.org:10004/security-spire-server:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:12:00 - nexus3.edgexfoundry.org:10004/security-spire-server:main 01:12:00 - nexus3.edgexfoundry.org:10004/support-notifications:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:12:00 - nexus3.edgexfoundry.org:10004/support-notifications:latest 01:12:00 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.39 01:12:00 - nexus3.edgexfoundry.org:10004/support-notifications:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:12:00 - nexus3.edgexfoundry.org:10004/support-notifications:main 01:12:00 - nexus3.edgexfoundry.org:10004/support-scheduler:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:12:00 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:12:00 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.39 01:12:00 - nexus3.edgexfoundry.org:10004/support-scheduler:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:12:00 - nexus3.edgexfoundry.org:10004/support-scheduler:main 01:12:00 settingsFile: 01:12:00 edgex-go-settings 01:12:00 ========================================================= [Pipeline] node 01:12:15 Still waiting to schedule task 01:12:15 All nodes of label ‘centos7-docker-4c-2g’ are offline 01:12:24 #50 ... 01:12:24 01:12:24 #99 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:12:24 #99 DONE 116.6s 01:12:24 01:12:24 #96 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:12:24 #96 DONE 128.6s 01:12:24 01:12:24 #88 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:12:24 #88 DONE 138.5s 01:12:24 01:12:24 #119 [security-proxy-auth builder 6/7] COPY . . 01:12:24 #119 ... 01:12:24 01:12:24 #89 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:12:24 #89 DONE 134.7s 01:12:24 01:12:24 #94 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:12:24 #94 DONE 122.5s 01:12:24 01:12:24 #86 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:12:24 #86 DONE 129.0s 01:12:24 01:12:24 #120 [core-keeper builder 7/8] COPY . . 01:12:24 #120 DONE 1.9s 01:12:24 01:12:24 #121 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:12:24 #121 CACHED 01:12:24 01:12:24 #122 [core-data builder 6/7] COPY . . 01:12:24 #122 CACHED 01:12:24 01:12:24 #123 [core-data builder 4/7] COPY go.mod vendor* ./ 01:12:24 #123 CACHED 01:12:24 01:12:24 #124 [core-command builder 6/7] COPY . . 01:12:24 #124 CACHED 01:12:24 01:12:24 #125 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:12:24 #125 CACHED 01:12:24 01:12:24 #126 [core-command builder 4/7] COPY go.mod vendor* ./ 01:12:24 #126 CACHED 01:12:24 01:12:24 #127 [support-scheduler builder 6/7] COPY . . 01:12:24 #127 DONE 1.9s 01:12:24 01:12:24 #128 [core-common-config-bootstrapper builder 6/7] COPY . . 01:12:24 #128 CACHED 01:12:24 01:12:24 #129 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:12:24 #129 CACHED 01:12:24 01:12:24 #130 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:12:24 #130 CACHED 01:12:24 01:12:24 #131 [core-metadata builder 4/7] COPY go.mod vendor* ./ 01:12:24 #131 CACHED 01:12:24 01:12:24 #132 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:12:24 #132 CACHED 01:12:24 01:12:24 #133 [core-metadata builder 6/7] COPY . . 01:12:24 #133 CACHED 01:12:24 01:12:24 #119 [security-proxy-auth builder 6/7] COPY . . 01:12:24 #119 DONE 2.0s 01:12:24 01:12:24 #134 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:12:24 #134 ... 01:12:24 01:12:24 #135 [security-proxy-setup builder 6/7] COPY . . 01:12:24 #135 CACHED 01:12:24 01:12:24 #136 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 01:12:24 #136 CACHED 01:12:24 01:12:24 #137 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:12:24 #137 CACHED 01:12:24 01:12:24 #138 [security-spiffe-token-provider builder 6/7] COPY . . 01:12:24 #138 DONE 2.0s 01:12:24 01:12:24 #139 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:12:24 #139 CACHED 01:12:24 01:12:24 #140 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:12:24 #140 CACHED 01:12:24 01:12:24 #141 [security-bootstrapper builder 6/7] COPY . . 01:12:24 #141 CACHED 01:12:24 01:12:24 #142 [support-notifications builder 6/7] COPY . . 01:12:24 #142 DONE 2.0s 01:12:24 01:12:24 #143 [security-secretstore-setup builder 6/7] COPY . . 01:12:24 #143 DONE 2.1s 01:12:24 01:12:24 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:12:27 #144 ... 01:12:27 01:12:27 #145 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:12:27 #0 4.612 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.39 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 01:12:27 #145 ... 01:12:27 01:12:27 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:12:27 #144 5.481 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.39 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:12:32 #144 ... 01:12:32 01:12:32 #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:12:32 #0 5.842 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.39 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:12:32 #146 ... 01:12:32 01:12:32 #147 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:12:32 #0 4.538 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.39 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 01:12:32 #147 ... 01:12:32 01:12:32 #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:12:32 #0 5.647 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.39 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:12:32 #148 ... 01:12:32 01:12:32 #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:12:32 #0 4.291 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.39 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 01:12:32 #149 ... 01:12:32 01:12:32 #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 01:12:32 #0 6.250 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.39 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 01:12:32 #150 ... 01:12:32 01:12:32 #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:12:32 #0 5.528 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.39 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 01:12:33 #151 ... 01:12:33 01:12:33 #152 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:12:33 #0 6.240 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.39 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:12:33 #152 ... 01:12:33 01:12:33 #153 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:12:33 #0 6.252 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.39 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 01:12:33 #153 ... 01:12:33 01:12:33 #154 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:12:33 #0 6.182 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.39 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 01:12:33 #154 ... 01:12:33 01:12:33 #134 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:12:33 #134 6.198 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.39 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:13:26 Running on prd-centos7-docker-4c-2g-4944 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:13:26 provisioning config files... 01:13:26 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config14223409668703339642tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:13:27 ---> ****-login.sh 01:13:27 nexus3.edgexfoundry.org:10001 01:13:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:13:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:13:27 Configure a credential helper to remove this warning. See 01:13:27 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:13:27 01:13:27 Login Succeeded 01:13:27 nexus3.edgexfoundry.org:10002 01:13:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:13:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:13:27 Configure a credential helper to remove this warning. See 01:13:27 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:13:27 01:13:27 Login Succeeded 01:13:27 nexus3.edgexfoundry.org:10003 01:13:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:13:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:13:27 Configure a credential helper to remove this warning. See 01:13:27 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:13:27 01:13:27 Login Succeeded 01:13:27 nexus3.edgexfoundry.org:10004 01:13:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:13:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:13:27 Configure a credential helper to remove this warning. See 01:13:27 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:13:27 01:13:27 Login Succeeded 01:13:27 ****.io 01:13:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:13:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:13:28 Configure a credential helper to remove this warning. See 01:13:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:13:28 01:13:28 Login Succeeded 01:13:28 ---> ****-login.sh ends [Pipeline] } 01:13:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:13:28 + docker buildx ls 01:13:28 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 01:13:28 default * docker 01:13:28 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 01:13:28 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 01:13:28 edgex-builder [Pipeline] sh 01:13:29 + docker buildx inspect --bootstrap 01:13:29 #1 [internal] booting buildkit 01:13:29 #1 pulling image moby/buildkit:buildx-stable-1 01:13:32 #1 pulling image moby/buildkit:buildx-stable-1 3.2s done 01:13:32 #1 creating container buildx_buildkit_edgex-builder0 01:13:34 #1 creating container buildx_buildkit_edgex-builder0 2.2s done 01:13:34 #1 DONE 5.4s 01:13:34 Name: edgex-builder 01:13:34 Driver: docker-container 01:13:34 01:13:34 Nodes: 01:13:34 Name: edgex-builder0 01:13:34 Endpoint: unix:///var/run/docker.sock 01:13:34 Status: running 01:13:34 Buildkit: v0.22.0 01:13:34 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 01:13:34 + docker buildx ls 01:13:34 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 01:13:34 edgex-builder * docker-container 01:13:34 edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 01:13:34 default docker 01:13:34 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 01:13:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:be28a41d6891c049751c2691a0cffa4ea8b2cf08' 01:13:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:be28a41d6891c049751c2691a0cffa4ea8b2cf08 --push - 01:13:35 #1 [internal] load build definition from Dockerfile 01:13:35 #1 transferring dockerfile: 197B done 01:13:35 #1 DONE 0.0s 01:13:35 01:13:35 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:13:35 #2 DONE 0.1s 01:13:35 01:13:35 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:13:35 #3 DONE 0.1s 01:13:35 01:13:35 #4 [internal] load .dockerignore 01:13:35 #4 transferring context: 2B done 01:13:35 #4 DONE 0.0s 01:13:35 01:13:35 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:a0ea3bd0cfe9ba402d45552ad51525ef28b39e8f374c4c51110eac002707ad66 01:13:35 #5 resolve nexus3.edgexfoundry.org:10004/core-command:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:a0ea3bd0cfe9ba402d45552ad51525ef28b39e8f374c4c51110eac002707ad66 0.0s done 01:13:35 #5 DONE 0.0s 01:13:35 01:13:35 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:a0ea3bd0cfe9ba402d45552ad51525ef28b39e8f374c4c51110eac002707ad66 01:13:35 #6 resolve nexus3.edgexfoundry.org:10004/core-command:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:a0ea3bd0cfe9ba402d45552ad51525ef28b39e8f374c4c51110eac002707ad66 0.0s done 01:13:35 #6 DONE 0.1s 01:13:35 01:13:35 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 01:13:35 #7 DONE 0.0s 01:13:35 01:13:35 #8 exporting to image 01:13:35 #8 exporting layers done 01:13:35 #8 exporting manifest sha256:f90fd2ad5f433e37397544b5ed88f624e8fa32479893b14832dc2eac5fafba99 done 01:13:35 #8 exporting config sha256:d24bcfaf152df9e3583b2f3faf9ab59fbd595aa840f15acf7cedb48caea7379f done 01:13:35 #8 exporting manifest sha256:a1f46890197f4a42aa7cf3abe502736403028efda73371cad118233f713e2708 done 01:13:35 #8 exporting config sha256:8373ad6d986ad210e5a336ab45570461808ed72110c13332babba37a11579487 done 01:13:35 #8 exporting manifest list sha256:5f4388e4129b9cf336f2bf0f635baed8ccade12ce012c0af102f736420809c10 0.0s done 01:13:35 #8 pushing layers 01:13:35 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:13:35 #8 pushing layers 0.1s done 01:13:35 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:5f4388e4129b9cf336f2bf0f635baed8ccade12ce012c0af102f736420809c10 0.1s done 01:13:35 #8 DONE 0.2s 01:13:36 01:13:36 1 warning found (use --debug to expand): 01:13:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:13:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' 01:13:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - 01:13:36 #1 [internal] load build definition from Dockerfile 01:13:36 #1 transferring dockerfile: 163B done 01:13:36 #1 DONE 0.0s 01:13:36 01:13:36 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 01:13:36 #2 DONE 0.0s 01:13:36 01:13:36 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 01:13:36 #3 DONE 0.0s 01:13:36 01:13:36 #4 [internal] load .dockerignore 01:13:36 #4 transferring context: 2B done 01:13:36 #4 DONE 0.0s 01:13:36 01:13:36 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:a0ea3bd0cfe9ba402d45552ad51525ef28b39e8f374c4c51110eac002707ad66 01:13:36 #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:a0ea3bd0cfe9ba402d45552ad51525ef28b39e8f374c4c51110eac002707ad66 0.0s done 01:13:36 #5 CACHED 01:13:36 01:13:36 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:a0ea3bd0cfe9ba402d45552ad51525ef28b39e8f374c4c51110eac002707ad66 01:13:36 #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:a0ea3bd0cfe9ba402d45552ad51525ef28b39e8f374c4c51110eac002707ad66 0.0s done 01:13:36 #6 CACHED 01:13:36 01:13:36 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 01:13:36 #7 DONE 0.0s 01:13:36 01:13:36 #8 exporting to image 01:13:36 #8 exporting layers done 01:13:36 #8 exporting manifest sha256:f90fd2ad5f433e37397544b5ed88f624e8fa32479893b14832dc2eac5fafba99 done 01:13:36 #8 exporting config sha256:d24bcfaf152df9e3583b2f3faf9ab59fbd595aa840f15acf7cedb48caea7379f done 01:13:36 #8 exporting manifest sha256:a1f46890197f4a42aa7cf3abe502736403028efda73371cad118233f713e2708 done 01:13:36 #8 exporting config sha256:8373ad6d986ad210e5a336ab45570461808ed72110c13332babba37a11579487 done 01:13:36 #8 exporting manifest list sha256:5f4388e4129b9cf336f2bf0f635baed8ccade12ce012c0af102f736420809c10 done 01:13:36 #8 pushing layers 0.0s done 01:13:36 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:5f4388e4129b9cf336f2bf0f635baed8ccade12ce012c0af102f736420809c10 0.1s done 01:13:36 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:13:36 #8 DONE 0.1s 01:13:36 01:13:36 1 warning found (use --debug to expand): 01:13:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:13:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.39' 01:13:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.39 --push - 01:13:37 #1 [internal] load build definition from Dockerfile 01:13:37 #1 transferring dockerfile: 169B done 01:13:37 #1 DONE 0.0s 01:13:37 01:13:37 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.39 01:13:37 #2 DONE 0.0s 01:13:37 01:13:37 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.39 01:13:37 #3 DONE 0.0s 01:13:37 01:13:37 #4 [internal] load .dockerignore 01:13:37 #4 transferring context: 2B done 01:13:37 #4 DONE 0.0s 01:13:37 01:13:37 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.39@sha256:a0ea3bd0cfe9ba402d45552ad51525ef28b39e8f374c4c51110eac002707ad66 01:13:37 #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.39@sha256:a0ea3bd0cfe9ba402d45552ad51525ef28b39e8f374c4c51110eac002707ad66 0.0s done 01:13:37 #5 CACHED 01:13:37 01:13:37 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.39@sha256:a0ea3bd0cfe9ba402d45552ad51525ef28b39e8f374c4c51110eac002707ad66 01:13:37 #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.39@sha256:a0ea3bd0cfe9ba402d45552ad51525ef28b39e8f374c4c51110eac002707ad66 0.0s done 01:13:37 #6 CACHED 01:13:37 01:13:37 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 01:13:37 #7 DONE 0.0s 01:13:37 01:13:37 #8 exporting to image 01:13:37 #8 exporting layers done 01:13:37 #8 exporting manifest sha256:f90fd2ad5f433e37397544b5ed88f624e8fa32479893b14832dc2eac5fafba99 done 01:13:37 #8 exporting config sha256:d24bcfaf152df9e3583b2f3faf9ab59fbd595aa840f15acf7cedb48caea7379f done 01:13:37 #8 exporting manifest sha256:a1f46890197f4a42aa7cf3abe502736403028efda73371cad118233f713e2708 done 01:13:37 #8 exporting config sha256:8373ad6d986ad210e5a336ab45570461808ed72110c13332babba37a11579487 done 01:13:37 #8 exporting manifest list sha256:5f4388e4129b9cf336f2bf0f635baed8ccade12ce012c0af102f736420809c10 done 01:13:37 #8 pushing layers 0.0s done 01:13:37 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.39@sha256:5f4388e4129b9cf336f2bf0f635baed8ccade12ce012c0af102f736420809c10 0.1s done 01:13:37 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:13:37 #8 DONE 0.1s 01:13:37 01:13:37 1 warning found (use --debug to expand): 01:13:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:13:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 --push - 01:13:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39' 01:13:37 #1 [internal] load build definition from Dockerfile 01:13:37 #1 transferring dockerfile: 210B done 01:13:37 #1 DONE 0.0s 01:13:37 01:13:37 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:13:37 #2 DONE 0.0s 01:13:37 01:13:37 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:13:37 #3 DONE 0.0s 01:13:37 01:13:37 #4 [internal] load .dockerignore 01:13:37 #4 transferring context: 2B done 01:13:37 #4 DONE 0.2s 01:13:38 01:13:38 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:a0ea3bd0cfe9ba402d45552ad51525ef28b39e8f374c4c51110eac002707ad66 01:13:38 #5 resolve nexus3.edgexfoundry.org:10004/core-command:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:a0ea3bd0cfe9ba402d45552ad51525ef28b39e8f374c4c51110eac002707ad66 0.1s done 01:13:38 #5 DONE 0.1s 01:13:38 01:13:38 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:a0ea3bd0cfe9ba402d45552ad51525ef28b39e8f374c4c51110eac002707ad66 01:13:38 #6 resolve nexus3.edgexfoundry.org:10004/core-command:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:a0ea3bd0cfe9ba402d45552ad51525ef28b39e8f374c4c51110eac002707ad66 0.1s done 01:13:38 #6 CACHED 01:13:38 01:13:38 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:a0ea3bd0cfe9ba402d45552ad51525ef28b39e8f374c4c51110eac002707ad66 01:13:38 #5 CACHED 01:13:38 01:13:38 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 01:13:38 #7 DONE 0.0s 01:13:38 01:13:38 #8 exporting to image 01:13:38 #8 exporting layers done 01:13:38 #8 exporting manifest sha256:f90fd2ad5f433e37397544b5ed88f624e8fa32479893b14832dc2eac5fafba99 done 01:13:38 #8 exporting config sha256:d24bcfaf152df9e3583b2f3faf9ab59fbd595aa840f15acf7cedb48caea7379f done 01:13:38 #8 exporting manifest sha256:a1f46890197f4a42aa7cf3abe502736403028efda73371cad118233f713e2708 done 01:13:38 #8 exporting config sha256:8373ad6d986ad210e5a336ab45570461808ed72110c13332babba37a11579487 done 01:13:38 #8 exporting manifest list sha256:5f4388e4129b9cf336f2bf0f635baed8ccade12ce012c0af102f736420809c10 done 01:13:38 #8 pushing layers 0.0s done 01:13:38 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:5f4388e4129b9cf336f2bf0f635baed8ccade12ce012c0af102f736420809c10 0.1s done 01:13:38 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:13:38 #8 DONE 0.1s 01:13:38 01:13:38 1 warning found (use --debug to expand): 01:13:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:13:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' 01:13:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - 01:13:38 #1 [internal] load build definition from Dockerfile 01:13:38 #1 transferring dockerfile: 161B done 01:13:38 #1 DONE 0.0s 01:13:38 01:13:38 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 01:13:38 #2 DONE 0.1s 01:13:38 01:13:38 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 01:13:38 #3 DONE 0.1s 01:13:38 01:13:38 #4 [internal] load .dockerignore 01:13:38 #4 transferring context: 01:13:38 #4 transferring context: 2B done 01:13:38 #4 DONE 0.0s 01:13:38 01:13:38 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:a0ea3bd0cfe9ba402d45552ad51525ef28b39e8f374c4c51110eac002707ad66 01:13:38 #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:a0ea3bd0cfe9ba402d45552ad51525ef28b39e8f374c4c51110eac002707ad66 0.0s done 01:13:38 #5 CACHED 01:13:38 01:13:38 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:a0ea3bd0cfe9ba402d45552ad51525ef28b39e8f374c4c51110eac002707ad66 01:13:38 #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:a0ea3bd0cfe9ba402d45552ad51525ef28b39e8f374c4c51110eac002707ad66 0.0s done 01:13:38 #6 CACHED 01:13:38 01:13:38 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 01:13:38 #7 DONE 0.0s 01:13:38 01:13:38 #8 exporting to image 01:13:38 #8 exporting layers done 01:13:38 #8 exporting manifest sha256:f90fd2ad5f433e37397544b5ed88f624e8fa32479893b14832dc2eac5fafba99 done 01:13:38 #8 exporting config sha256:d24bcfaf152df9e3583b2f3faf9ab59fbd595aa840f15acf7cedb48caea7379f done 01:13:38 #8 exporting manifest sha256:a1f46890197f4a42aa7cf3abe502736403028efda73371cad118233f713e2708 done 01:13:38 #8 exporting config sha256:8373ad6d986ad210e5a336ab45570461808ed72110c13332babba37a11579487 done 01:13:38 #8 exporting manifest list sha256:5f4388e4129b9cf336f2bf0f635baed8ccade12ce012c0af102f736420809c10 done 01:13:38 #8 pushing layers 0.0s done 01:13:38 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:5f4388e4129b9cf336f2bf0f635baed8ccade12ce012c0af102f736420809c10 0.1s done 01:13:38 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:13:38 #8 DONE 0.1s 01:13:38 01:13:38 1 warning found (use --debug to expand): 01:13:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:13:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08' 01:13:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08 --push - 01:13:39 #1 [internal] load build definition from Dockerfile 01:13:39 #1 transferring dockerfile: 216B done 01:13:39 #1 DONE 0.0s 01:13:39 01:13:39 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:13:39 #2 DONE 0.0s 01:13:39 01:13:39 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:13:39 #3 DONE 0.1s 01:13:39 01:13:39 #4 [internal] load .dockerignore 01:13:39 #4 transferring context: 01:13:39 #4 transferring context: 2B done 01:13:39 #4 DONE 0.0s 01:13:39 01:13:39 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:121b3f3c7576ea35b0eb74952beec1a604b00df0d74ca6ea7d84e143e17321a7 01:13:39 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:121b3f3c7576ea35b0eb74952beec1a604b00df0d74ca6ea7d84e143e17321a7 01:13:39 #5 ... 01:13:39 01:13:39 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:121b3f3c7576ea35b0eb74952beec1a604b00df0d74ca6ea7d84e143e17321a7 01:13:39 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:121b3f3c7576ea35b0eb74952beec1a604b00df0d74ca6ea7d84e143e17321a7 0.0s done 01:13:39 #6 DONE 0.1s 01:13:39 01:13:39 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:13:39 #7 DONE 0.0s 01:13:39 01:13:39 #8 exporting to image 01:13:39 #8 exporting layers done 01:13:39 #8 exporting manifest sha256:95ac92bcac32d1bb6f3f36638508f2b15e1428c818215d0353fa4a6973f25706 0.0s done 01:13:39 #8 exporting config sha256:2e4e81b0c41a8b5df5ef06226c5f34bbbc1c5c371f3b14b16a8196152505326d done 01:13:39 #8 exporting manifest sha256:975dd35634c332125a096a53a26173a055f7d139c2600ff37370a680f01e56c1 done 01:13:39 #8 exporting config sha256:d2b6fcfe90c4b79529bfcdde0cc737002836c1796ee61094d5a331abb23ad11b done 01:13:39 #8 exporting manifest list sha256:f5d4a974969b56c94f4d2c89722869d03db5b4e853f31f415c9b54af659d0e41 0.0s done 01:13:39 #8 pushing layers 01:13:39 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:13:39 #8 pushing layers 0.1s done 01:13:39 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:f5d4a974969b56c94f4d2c89722869d03db5b4e853f31f415c9b54af659d0e41 0.1s done 01:13:39 #8 DONE 0.2s 01:13:39 01:13:39 1 warning found (use --debug to expand): 01:13:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:13:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' 01:13:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - 01:13:40 #1 [internal] load build definition from Dockerfile 01:13:40 #1 transferring dockerfile: 182B done 01:13:40 #1 DONE 0.0s 01:13:40 01:13:40 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:13:40 #2 DONE 0.0s 01:13:40 01:13:40 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:13:40 #3 DONE 0.0s 01:13:40 01:13:40 #4 [internal] load .dockerignore 01:13:40 #4 transferring context: 2B done 01:13:40 #4 DONE 0.0s 01:13:40 01:13:40 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:121b3f3c7576ea35b0eb74952beec1a604b00df0d74ca6ea7d84e143e17321a7 01:13:40 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:121b3f3c7576ea35b0eb74952beec1a604b00df0d74ca6ea7d84e143e17321a7 01:13:40 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:121b3f3c7576ea35b0eb74952beec1a604b00df0d74ca6ea7d84e143e17321a7 0.0s done 01:13:40 #5 CACHED 01:13:40 01:13:40 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:121b3f3c7576ea35b0eb74952beec1a604b00df0d74ca6ea7d84e143e17321a7 01:13:40 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:121b3f3c7576ea35b0eb74952beec1a604b00df0d74ca6ea7d84e143e17321a7 0.0s done 01:13:40 #6 CACHED 01:13:40 01:13:40 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:13:40 #7 DONE 0.0s 01:13:40 01:13:40 #8 exporting to image 01:13:40 #8 exporting layers done 01:13:40 #8 exporting manifest sha256:95ac92bcac32d1bb6f3f36638508f2b15e1428c818215d0353fa4a6973f25706 done 01:13:40 #8 exporting config sha256:2e4e81b0c41a8b5df5ef06226c5f34bbbc1c5c371f3b14b16a8196152505326d done 01:13:40 #8 exporting manifest sha256:975dd35634c332125a096a53a26173a055f7d139c2600ff37370a680f01e56c1 done 01:13:40 #8 exporting config sha256:d2b6fcfe90c4b79529bfcdde0cc737002836c1796ee61094d5a331abb23ad11b done 01:13:40 #8 exporting manifest list sha256:f5d4a974969b56c94f4d2c89722869d03db5b4e853f31f415c9b54af659d0e41 done 01:13:40 #8 pushing layers 0.0s done 01:13:40 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:f5d4a974969b56c94f4d2c89722869d03db5b4e853f31f415c9b54af659d0e41 0.1s done 01:13:40 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:13:40 #8 DONE 0.1s 01:13:40 01:13:40 1 warning found (use --debug to expand): 01:13:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:13:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.39' 01:13:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.39 --push - 01:13:40 #1 [internal] load build definition from Dockerfile 01:13:40 #1 transferring dockerfile: 188B done 01:13:40 #1 DONE 0.0s 01:13:40 01:13:40 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.39 01:13:40 #2 DONE 0.0s 01:13:40 01:13:40 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.39 01:13:40 #3 DONE 0.0s 01:13:40 01:13:40 #4 [internal] load .dockerignore 01:13:40 #4 transferring context: 2B done 01:13:40 #4 DONE 0.0s 01:13:40 01:13:40 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.39@sha256:121b3f3c7576ea35b0eb74952beec1a604b00df0d74ca6ea7d84e143e17321a7 01:13:40 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.39@sha256:121b3f3c7576ea35b0eb74952beec1a604b00df0d74ca6ea7d84e143e17321a7 0.0s done 01:13:40 #5 DONE 0.0s 01:13:40 01:13:40 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.39@sha256:121b3f3c7576ea35b0eb74952beec1a604b00df0d74ca6ea7d84e143e17321a7 01:13:40 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.39@sha256:121b3f3c7576ea35b0eb74952beec1a604b00df0d74ca6ea7d84e143e17321a7 0.0s done 01:13:40 #6 CACHED 01:13:40 01:13:40 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.39@sha256:121b3f3c7576ea35b0eb74952beec1a604b00df0d74ca6ea7d84e143e17321a7 01:13:40 #5 CACHED 01:13:40 01:13:40 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:13:40 #7 DONE 0.0s 01:13:40 01:13:40 #8 exporting to image 01:13:40 #8 exporting layers done 01:13:40 #8 exporting manifest sha256:95ac92bcac32d1bb6f3f36638508f2b15e1428c818215d0353fa4a6973f25706 done 01:13:40 #8 exporting config sha256:2e4e81b0c41a8b5df5ef06226c5f34bbbc1c5c371f3b14b16a8196152505326d done 01:13:40 #8 exporting manifest sha256:975dd35634c332125a096a53a26173a055f7d139c2600ff37370a680f01e56c1 done 01:13:40 #8 exporting config sha256:d2b6fcfe90c4b79529bfcdde0cc737002836c1796ee61094d5a331abb23ad11b done 01:13:40 #8 exporting manifest list sha256:f5d4a974969b56c94f4d2c89722869d03db5b4e853f31f415c9b54af659d0e41 done 01:13:40 #8 pushing layers 0.0s done 01:13:40 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.39@sha256:f5d4a974969b56c94f4d2c89722869d03db5b4e853f31f415c9b54af659d0e41 0.1s done 01:13:40 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:13:40 #8 DONE 0.1s 01:13:40 01:13:40 1 warning found (use --debug to expand): 01:13:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:13:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39' 01:13:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 --push - 01:13:41 #1 [internal] load build definition from Dockerfile 01:13:41 #1 transferring dockerfile: 229B done 01:13:41 #1 DONE 0.0s 01:13:41 01:13:41 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:13:41 #2 DONE 0.0s 01:13:41 01:13:41 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:13:41 #3 DONE 0.0s 01:13:41 01:13:41 #4 [internal] load .dockerignore 01:13:41 #4 transferring context: 2B done 01:13:41 #4 DONE 0.0s 01:13:41 01:13:41 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:121b3f3c7576ea35b0eb74952beec1a604b00df0d74ca6ea7d84e143e17321a7 01:13:41 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:121b3f3c7576ea35b0eb74952beec1a604b00df0d74ca6ea7d84e143e17321a7 0.0s done 01:13:41 #5 CACHED 01:13:41 01:13:41 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:121b3f3c7576ea35b0eb74952beec1a604b00df0d74ca6ea7d84e143e17321a7 01:13:41 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:121b3f3c7576ea35b0eb74952beec1a604b00df0d74ca6ea7d84e143e17321a7 0.0s done 01:13:41 #6 CACHED 01:13:41 01:13:41 #7 exporting to image 01:13:41 #7 exporting layers done 01:13:41 #7 exporting manifest sha256:95ac92bcac32d1bb6f3f36638508f2b15e1428c818215d0353fa4a6973f25706 done 01:13:41 #7 exporting config sha256:2e4e81b0c41a8b5df5ef06226c5f34bbbc1c5c371f3b14b16a8196152505326d done 01:13:41 #7 exporting manifest sha256:975dd35634c332125a096a53a26173a055f7d139c2600ff37370a680f01e56c1 done 01:13:41 #7 exporting config sha256:d2b6fcfe90c4b79529bfcdde0cc737002836c1796ee61094d5a331abb23ad11b done 01:13:41 #7 exporting manifest list sha256:f5d4a974969b56c94f4d2c89722869d03db5b4e853f31f415c9b54af659d0e41 done 01:13:41 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:13:41 #7 pushing layers 0.0s done 01:13:41 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:f5d4a974969b56c94f4d2c89722869d03db5b4e853f31f415c9b54af659d0e41 0.1s done 01:13:41 #7 DONE 0.1s 01:13:41 01:13:41 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:13:41 #8 DONE 0.0s 01:13:41 01:13:41 1 warning found (use --debug to expand): 01:13:41  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:13:42 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' 01:13:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - 01:13:42 #1 [internal] load build definition from Dockerfile 01:13:42 #1 transferring dockerfile: 180B done 01:13:42 #1 DONE 0.1s 01:13:42 01:13:42 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 01:13:42 #2 DONE 0.0s 01:13:42 01:13:42 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 01:13:42 #3 DONE 0.0s 01:13:42 01:13:42 #4 [internal] load .dockerignore 01:13:42 #4 transferring context: 2B done 01:13:42 #4 DONE 0.0s 01:13:42 01:13:42 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:121b3f3c7576ea35b0eb74952beec1a604b00df0d74ca6ea7d84e143e17321a7 01:13:42 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:121b3f3c7576ea35b0eb74952beec1a604b00df0d74ca6ea7d84e143e17321a7 0.0s done 01:13:42 #5 CACHED 01:13:42 01:13:42 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:121b3f3c7576ea35b0eb74952beec1a604b00df0d74ca6ea7d84e143e17321a7 01:13:42 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:121b3f3c7576ea35b0eb74952beec1a604b00df0d74ca6ea7d84e143e17321a7 0.0s done 01:13:42 #6 CACHED 01:13:42 01:13:42 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:13:42 #7 DONE 0.0s 01:13:42 01:13:42 #8 exporting to image 01:13:42 #8 exporting layers done 01:13:42 #8 exporting manifest sha256:95ac92bcac32d1bb6f3f36638508f2b15e1428c818215d0353fa4a6973f25706 done 01:13:42 #8 exporting config sha256:2e4e81b0c41a8b5df5ef06226c5f34bbbc1c5c371f3b14b16a8196152505326d done 01:13:42 #8 exporting manifest sha256:975dd35634c332125a096a53a26173a055f7d139c2600ff37370a680f01e56c1 done 01:13:42 #8 exporting config sha256:d2b6fcfe90c4b79529bfcdde0cc737002836c1796ee61094d5a331abb23ad11b done 01:13:42 #8 exporting manifest list sha256:f5d4a974969b56c94f4d2c89722869d03db5b4e853f31f415c9b54af659d0e41 done 01:13:42 #8 pushing layers 0.0s done 01:13:42 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:f5d4a974969b56c94f4d2c89722869d03db5b4e853f31f415c9b54af659d0e41 0.1s done 01:13:42 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:13:42 #8 DONE 0.1s 01:13:42 01:13:42 1 warning found (use --debug to expand): 01:13:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:13:42 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:be28a41d6891c049751c2691a0cffa4ea8b2cf08' 01:13:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:be28a41d6891c049751c2691a0cffa4ea8b2cf08 --push - 01:13:43 #1 [internal] load build definition from Dockerfile 01:13:43 #1 transferring dockerfile: 194B done 01:13:43 #1 DONE 0.0s 01:13:43 01:13:43 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:13:43 #2 DONE 0.0s 01:13:43 01:13:43 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:13:43 #3 DONE 0.0s 01:13:43 01:13:43 #4 [internal] load .dockerignore 01:13:43 #4 transferring context: 01:13:43 #4 transferring context: 2B done 01:13:43 #4 DONE 0.0s 01:13:43 01:13:43 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:89b0e50532f5455ed94c338d6fdb85d25c6bf1e08fa6d4d12904c28a864e3dd4 01:13:43 #5 resolve nexus3.edgexfoundry.org:10004/core-data:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:89b0e50532f5455ed94c338d6fdb85d25c6bf1e08fa6d4d12904c28a864e3dd4 0.0s done 01:13:43 #5 DONE 0.0s 01:13:43 01:13:43 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:89b0e50532f5455ed94c338d6fdb85d25c6bf1e08fa6d4d12904c28a864e3dd4 01:13:43 #6 resolve nexus3.edgexfoundry.org:10004/core-data:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:89b0e50532f5455ed94c338d6fdb85d25c6bf1e08fa6d4d12904c28a864e3dd4 0.0s done 01:13:43 #6 DONE 0.1s 01:13:43 01:13:43 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 01:13:43 #7 DONE 0.0s 01:13:43 01:13:43 #8 exporting to image 01:13:43 #8 exporting layers done 01:13:43 #8 exporting manifest sha256:9029ed9bd3a91ff33e6066a2572094b4011945a2f4c7c7ca87c291b651ae9aa4 0.0s done 01:13:43 #8 exporting config sha256:06133c84d07f7d108d62038bbc1d203cf0d8c3fe270c4dbb265e031691a48cd8 done 01:13:43 #8 exporting manifest sha256:ba00fa7196d863a78ca827f668b0a35815dcad36ab7b91c04618b78aaf9719e5 done 01:13:43 #8 exporting config sha256:48001d55a388fa5f6491c01b7a207228cafe0d7ff5e3a4e9dd8a6eaa7106cf72 done 01:13:43 #8 exporting manifest list sha256:a6062a34693698c8c796bdc32d6b6e459ad87e4d44629e806f7d2e55ce08947e done 01:13:43 #8 pushing layers 0.1s done 01:13:43 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:a6062a34693698c8c796bdc32d6b6e459ad87e4d44629e806f7d2e55ce08947e 01:13:43 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:13:43 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:a6062a34693698c8c796bdc32d6b6e459ad87e4d44629e806f7d2e55ce08947e 0.1s done 01:13:43 #8 DONE 0.2s 01:13:43 01:13:43 1 warning found (use --debug to expand): 01:13:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:13:43 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' 01:13:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - 01:13:43 #1 [internal] load build definition from Dockerfile 01:13:43 #1 transferring dockerfile: 160B done 01:13:43 #1 DONE 0.0s 01:13:43 01:13:43 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 01:13:43 #2 DONE 0.0s 01:13:43 01:13:43 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 01:13:43 #3 DONE 0.0s 01:13:43 01:13:43 #4 [internal] load .dockerignore 01:13:43 #4 transferring context: 2B done 01:13:43 #4 DONE 0.0s 01:13:43 01:13:43 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:89b0e50532f5455ed94c338d6fdb85d25c6bf1e08fa6d4d12904c28a864e3dd4 01:13:43 #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:89b0e50532f5455ed94c338d6fdb85d25c6bf1e08fa6d4d12904c28a864e3dd4 0.0s done 01:13:43 #5 CACHED 01:13:43 01:13:43 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:89b0e50532f5455ed94c338d6fdb85d25c6bf1e08fa6d4d12904c28a864e3dd4 01:13:43 #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:89b0e50532f5455ed94c338d6fdb85d25c6bf1e08fa6d4d12904c28a864e3dd4 0.0s done 01:13:43 #6 CACHED 01:13:43 01:13:43 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 01:13:43 #7 DONE 0.0s 01:13:43 01:13:43 #8 exporting to image 01:13:43 #8 exporting layers done 01:13:43 #8 exporting manifest sha256:9029ed9bd3a91ff33e6066a2572094b4011945a2f4c7c7ca87c291b651ae9aa4 done 01:13:43 #8 exporting config sha256:06133c84d07f7d108d62038bbc1d203cf0d8c3fe270c4dbb265e031691a48cd8 done 01:13:43 #8 exporting manifest sha256:ba00fa7196d863a78ca827f668b0a35815dcad36ab7b91c04618b78aaf9719e5 done 01:13:43 #8 exporting config sha256:48001d55a388fa5f6491c01b7a207228cafe0d7ff5e3a4e9dd8a6eaa7106cf72 done 01:13:43 #8 exporting manifest list sha256:a6062a34693698c8c796bdc32d6b6e459ad87e4d44629e806f7d2e55ce08947e done 01:13:43 #8 pushing layers 0.0s done 01:13:43 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:a6062a34693698c8c796bdc32d6b6e459ad87e4d44629e806f7d2e55ce08947e 0.1s done 01:13:43 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:13:43 #8 DONE 0.1s 01:13:43 01:13:43 1 warning found (use --debug to expand): 01:13:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:13:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.39' 01:13:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.39 --push - 01:13:44 #1 [internal] load build definition from Dockerfile 01:13:44 #1 transferring dockerfile: 166B done 01:13:44 #1 DONE 0.0s 01:13:44 01:13:44 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.39 01:13:44 #2 DONE 0.0s 01:13:44 01:13:44 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.39 01:13:44 #3 DONE 0.0s 01:13:44 01:13:44 #4 [internal] load .dockerignore 01:13:44 #4 transferring context: 2B done 01:13:44 #4 DONE 0.0s 01:13:44 01:13:44 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.39@sha256:89b0e50532f5455ed94c338d6fdb85d25c6bf1e08fa6d4d12904c28a864e3dd4 01:13:44 #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.39@sha256:89b0e50532f5455ed94c338d6fdb85d25c6bf1e08fa6d4d12904c28a864e3dd4 0.0s done 01:13:44 #5 CACHED 01:13:44 01:13:44 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.39@sha256:89b0e50532f5455ed94c338d6fdb85d25c6bf1e08fa6d4d12904c28a864e3dd4 01:13:44 #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.39@sha256:89b0e50532f5455ed94c338d6fdb85d25c6bf1e08fa6d4d12904c28a864e3dd4 0.0s done 01:13:44 #6 CACHED 01:13:44 01:13:44 #7 exporting to image 01:13:44 #7 exporting layers 01:13:44 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:13:44 #7 exporting layers done 01:13:44 #7 exporting manifest sha256:9029ed9bd3a91ff33e6066a2572094b4011945a2f4c7c7ca87c291b651ae9aa4 done 01:13:44 #7 exporting config sha256:06133c84d07f7d108d62038bbc1d203cf0d8c3fe270c4dbb265e031691a48cd8 done 01:13:44 #7 exporting manifest sha256:ba00fa7196d863a78ca827f668b0a35815dcad36ab7b91c04618b78aaf9719e5 done 01:13:44 #7 exporting config sha256:48001d55a388fa5f6491c01b7a207228cafe0d7ff5e3a4e9dd8a6eaa7106cf72 done 01:13:44 #7 exporting manifest list sha256:a6062a34693698c8c796bdc32d6b6e459ad87e4d44629e806f7d2e55ce08947e done 01:13:44 #7 pushing layers 0.0s done 01:13:44 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.39@sha256:a6062a34693698c8c796bdc32d6b6e459ad87e4d44629e806f7d2e55ce08947e 0.1s done 01:13:44 #7 DONE 0.1s 01:13:44 01:13:44 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 01:13:44 #8 DONE 0.0s 01:13:44 01:13:44 1 warning found (use --debug to expand): 01:13:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:13:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39' 01:13:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 --push - 01:13:44 #1 [internal] load build definition from Dockerfile 01:13:44 #1 transferring dockerfile: 207B done 01:13:44 #1 DONE 0.0s 01:13:44 01:13:44 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:13:44 #2 DONE 0.0s 01:13:44 01:13:44 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:13:44 #3 DONE 0.0s 01:13:44 01:13:44 #4 [internal] load .dockerignore 01:13:44 #4 transferring context: 2B done 01:13:44 #4 DONE 0.0s 01:13:45 01:13:45 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:89b0e50532f5455ed94c338d6fdb85d25c6bf1e08fa6d4d12904c28a864e3dd4 01:13:45 #5 resolve nexus3.edgexfoundry.org:10004/core-data:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:89b0e50532f5455ed94c338d6fdb85d25c6bf1e08fa6d4d12904c28a864e3dd4 0.0s done 01:13:45 #5 CACHED 01:13:45 01:13:45 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:89b0e50532f5455ed94c338d6fdb85d25c6bf1e08fa6d4d12904c28a864e3dd4 01:13:45 #6 resolve nexus3.edgexfoundry.org:10004/core-data:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:89b0e50532f5455ed94c338d6fdb85d25c6bf1e08fa6d4d12904c28a864e3dd4 0.0s done 01:13:45 #6 CACHED 01:13:45 01:13:45 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 01:13:45 #7 DONE 0.0s 01:13:45 01:13:45 #8 exporting to image 01:13:45 #8 exporting layers done 01:13:45 #8 exporting manifest sha256:9029ed9bd3a91ff33e6066a2572094b4011945a2f4c7c7ca87c291b651ae9aa4 done 01:13:45 #8 exporting config sha256:06133c84d07f7d108d62038bbc1d203cf0d8c3fe270c4dbb265e031691a48cd8 done 01:13:45 #8 exporting manifest sha256:ba00fa7196d863a78ca827f668b0a35815dcad36ab7b91c04618b78aaf9719e5 done 01:13:45 #8 exporting config sha256:48001d55a388fa5f6491c01b7a207228cafe0d7ff5e3a4e9dd8a6eaa7106cf72 done 01:13:45 #8 exporting manifest list sha256:a6062a34693698c8c796bdc32d6b6e459ad87e4d44629e806f7d2e55ce08947e done 01:13:45 #8 pushing layers 0.0s done 01:13:45 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:a6062a34693698c8c796bdc32d6b6e459ad87e4d44629e806f7d2e55ce08947e 0.1s done 01:13:45 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:13:45 #8 DONE 0.1s 01:13:45 01:13:45 1 warning found (use --debug to expand): 01:13:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:13:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' 01:13:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - 01:13:45 #1 [internal] load build definition from Dockerfile 01:13:45 #1 transferring dockerfile: 158B done 01:13:45 #1 DONE 0.0s 01:13:45 01:13:45 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 01:13:45 #2 DONE 0.0s 01:13:45 01:13:45 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 01:13:45 #3 DONE 0.0s 01:13:45 01:13:45 #4 [internal] load .dockerignore 01:13:45 #4 transferring context: 2B done 01:13:45 #4 DONE 0.0s 01:13:45 01:13:45 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:89b0e50532f5455ed94c338d6fdb85d25c6bf1e08fa6d4d12904c28a864e3dd4 01:13:45 #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:89b0e50532f5455ed94c338d6fdb85d25c6bf1e08fa6d4d12904c28a864e3dd4 0.0s done 01:13:45 #5 CACHED 01:13:45 01:13:45 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:89b0e50532f5455ed94c338d6fdb85d25c6bf1e08fa6d4d12904c28a864e3dd4 01:13:45 #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:89b0e50532f5455ed94c338d6fdb85d25c6bf1e08fa6d4d12904c28a864e3dd4 0.0s done 01:13:45 #6 CACHED 01:13:45 01:13:45 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 01:13:45 #7 DONE 0.0s 01:13:45 01:13:45 #8 exporting to image 01:13:45 #8 exporting layers done 01:13:45 #8 exporting manifest sha256:9029ed9bd3a91ff33e6066a2572094b4011945a2f4c7c7ca87c291b651ae9aa4 done 01:13:45 #8 exporting config sha256:06133c84d07f7d108d62038bbc1d203cf0d8c3fe270c4dbb265e031691a48cd8 done 01:13:45 #8 exporting manifest sha256:ba00fa7196d863a78ca827f668b0a35815dcad36ab7b91c04618b78aaf9719e5 done 01:13:45 #8 exporting config sha256:48001d55a388fa5f6491c01b7a207228cafe0d7ff5e3a4e9dd8a6eaa7106cf72 done 01:13:45 #8 exporting manifest list sha256:a6062a34693698c8c796bdc32d6b6e459ad87e4d44629e806f7d2e55ce08947e done 01:13:45 #8 pushing layers 0.0s done 01:13:45 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:a6062a34693698c8c796bdc32d6b6e459ad87e4d44629e806f7d2e55ce08947e 01:13:45 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:13:45 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:a6062a34693698c8c796bdc32d6b6e459ad87e4d44629e806f7d2e55ce08947e 0.1s done 01:13:45 #8 DONE 0.1s 01:13:45 01:13:45 1 warning found (use --debug to expand): 01:13:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:13:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:be28a41d6891c049751c2691a0cffa4ea8b2cf08' 01:13:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:be28a41d6891c049751c2691a0cffa4ea8b2cf08 --push - 01:13:46 #1 [internal] load build definition from Dockerfile 01:13:46 #1 transferring dockerfile: 196B done 01:13:46 #1 DONE 0.0s 01:13:46 01:13:46 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:13:46 #2 DONE 0.1s 01:13:46 01:13:46 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:13:46 #3 DONE 0.1s 01:13:46 01:13:46 #4 [internal] load .dockerignore 01:13:46 #4 transferring context: 2B done 01:13:46 #4 DONE 0.0s 01:13:46 01:13:46 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:a7e4307d74057dfa75848b8d51dace87d77748089415120115691838ecf8b8f8 01:13:46 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:a7e4307d74057dfa75848b8d51dace87d77748089415120115691838ecf8b8f8 0.0s done 01:13:46 #5 DONE 0.0s 01:13:46 01:13:46 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:a7e4307d74057dfa75848b8d51dace87d77748089415120115691838ecf8b8f8 01:13:46 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:a7e4307d74057dfa75848b8d51dace87d77748089415120115691838ecf8b8f8 0.0s done 01:13:46 #6 DONE 0.1s 01:13:46 01:13:46 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 01:13:46 #7 DONE 0.0s 01:13:46 01:13:46 #8 exporting to image 01:13:46 #8 exporting layers done 01:13:46 #8 exporting manifest sha256:859d68ecd8a7721729da87d02bf29fac092ad27e721185bd9bd0a3d1401df473 done 01:13:46 #8 exporting config sha256:60aaafb5f4585ceeba341ea5f1d3ad9e0d1298a5e57f5e3039a176095b860020 done 01:13:46 #8 exporting manifest sha256:6bdf1f79a3f9ab491e7049c8d77b35fd89ee3f69e72234c1070dc5b5d06f2497 0.0s done 01:13:46 #8 exporting config sha256:3407ca10d5ab05f6aebe7c1c75414bf0f1fdbe1e6446e32071182b526e4b0d92 done 01:13:46 #8 exporting manifest list sha256:f2eb7acf3da5f9936b46e0093946f73d3b389718fa3ce70fa3c7178f7f9d9ba4 0.0s done 01:13:46 #8 pushing layers 01:13:46 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:13:46 #8 pushing layers 0.1s done 01:13:46 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:f2eb7acf3da5f9936b46e0093946f73d3b389718fa3ce70fa3c7178f7f9d9ba4 0.1s done 01:13:46 #8 DONE 0.2s 01:13:46 01:13:46 1 warning found (use --debug to expand): 01:13:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:13:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - 01:13:46 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' 01:13:47 #1 [internal] load build definition from Dockerfile 01:13:47 #1 transferring dockerfile: 162B done 01:13:47 #1 DONE 0.0s 01:13:47 01:13:47 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 01:13:57 #2 DONE 9.1s 01:13:57 01:13:57 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 01:13:57 #3 DONE 9.2s 01:13:57 01:13:57 #4 [internal] load .dockerignore 01:13:57 #4 transferring context: 2B done 01:13:57 #4 DONE 0.0s 01:13:57 01:13:57 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:a7e4307d74057dfa75848b8d51dace87d77748089415120115691838ecf8b8f8 01:13:57 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:a7e4307d74057dfa75848b8d51dace87d77748089415120115691838ecf8b8f8 0.0s done 01:13:57 #5 CACHED 01:13:57 01:13:57 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:a7e4307d74057dfa75848b8d51dace87d77748089415120115691838ecf8b8f8 01:13:57 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:a7e4307d74057dfa75848b8d51dace87d77748089415120115691838ecf8b8f8 0.0s done 01:13:57 #6 CACHED 01:13:57 01:13:57 #7 exporting to image 01:13:57 #7 exporting layers done 01:13:57 #7 exporting manifest sha256:859d68ecd8a7721729da87d02bf29fac092ad27e721185bd9bd0a3d1401df473 done 01:13:57 #7 exporting config sha256:60aaafb5f4585ceeba341ea5f1d3ad9e0d1298a5e57f5e3039a176095b860020 done 01:13:57 #7 exporting manifest sha256:6bdf1f79a3f9ab491e7049c8d77b35fd89ee3f69e72234c1070dc5b5d06f2497 done 01:13:57 #7 exporting config sha256:3407ca10d5ab05f6aebe7c1c75414bf0f1fdbe1e6446e32071182b526e4b0d92 done 01:13:57 #7 exporting manifest list sha256:f2eb7acf3da5f9936b46e0093946f73d3b389718fa3ce70fa3c7178f7f9d9ba4 done 01:13:57 #7 pushing layers 0.0s done 01:13:57 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:f2eb7acf3da5f9936b46e0093946f73d3b389718fa3ce70fa3c7178f7f9d9ba4 01:13:57 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:13:57 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:f2eb7acf3da5f9936b46e0093946f73d3b389718fa3ce70fa3c7178f7f9d9ba4 0.1s done 01:13:57 #7 DONE 0.1s 01:13:57 01:13:57 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 01:13:57 #8 DONE 0.0s 01:13:57 01:13:57 1 warning found (use --debug to expand): 01:13:57  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:13:57 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.39' 01:13:57 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.39 --push - 01:13:57 #1 [internal] load build definition from Dockerfile 01:13:57 #1 transferring dockerfile: 168B done 01:13:57 #1 DONE 0.0s 01:13:57 01:13:57 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.39 01:13:57 #2 DONE 0.0s 01:13:57 01:13:57 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.39 01:13:57 #3 DONE 0.0s 01:13:57 01:13:57 #4 [internal] load .dockerignore 01:13:57 #4 transferring context: 2B done 01:13:57 #4 DONE 0.0s 01:13:57 01:13:57 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.39@sha256:a7e4307d74057dfa75848b8d51dace87d77748089415120115691838ecf8b8f8 01:13:57 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.39@sha256:a7e4307d74057dfa75848b8d51dace87d77748089415120115691838ecf8b8f8 01:13:57 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.39@sha256:a7e4307d74057dfa75848b8d51dace87d77748089415120115691838ecf8b8f8 0.0s done 01:13:57 #5 CACHED 01:13:57 01:13:57 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.39@sha256:a7e4307d74057dfa75848b8d51dace87d77748089415120115691838ecf8b8f8 01:13:57 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.39@sha256:a7e4307d74057dfa75848b8d51dace87d77748089415120115691838ecf8b8f8 0.0s done 01:13:57 #6 CACHED 01:13:57 01:13:57 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 01:13:57 #7 DONE 0.0s 01:13:57 01:13:57 #8 exporting to image 01:13:57 #8 exporting layers done 01:13:57 #8 exporting manifest sha256:859d68ecd8a7721729da87d02bf29fac092ad27e721185bd9bd0a3d1401df473 done 01:13:57 #8 exporting config sha256:60aaafb5f4585ceeba341ea5f1d3ad9e0d1298a5e57f5e3039a176095b860020 done 01:13:57 #8 exporting manifest sha256:6bdf1f79a3f9ab491e7049c8d77b35fd89ee3f69e72234c1070dc5b5d06f2497 done 01:13:57 #8 exporting config sha256:3407ca10d5ab05f6aebe7c1c75414bf0f1fdbe1e6446e32071182b526e4b0d92 done 01:13:57 #8 exporting manifest list sha256:f2eb7acf3da5f9936b46e0093946f73d3b389718fa3ce70fa3c7178f7f9d9ba4 0.0s done 01:13:57 #8 pushing layers 0.0s done 01:13:57 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.39@sha256:f2eb7acf3da5f9936b46e0093946f73d3b389718fa3ce70fa3c7178f7f9d9ba4 01:13:57 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:13:57 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.39@sha256:f2eb7acf3da5f9936b46e0093946f73d3b389718fa3ce70fa3c7178f7f9d9ba4 0.1s done 01:13:57 #8 DONE 0.1s 01:13:57 01:13:57 1 warning found (use --debug to expand): 01:13:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:13:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39' 01:13:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 --push - 01:13:58 #1 [internal] load build definition from Dockerfile 01:13:58 #1 transferring dockerfile: 209B done 01:13:58 #1 DONE 0.0s 01:13:58 01:13:58 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:13:58 #2 DONE 0.0s 01:13:58 01:13:58 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:13:58 #3 DONE 0.0s 01:13:58 01:13:58 #4 [internal] load .dockerignore 01:13:58 #4 transferring context: 2B done 01:13:58 #4 DONE 0.0s 01:13:58 01:13:58 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:a7e4307d74057dfa75848b8d51dace87d77748089415120115691838ecf8b8f8 01:13:58 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:a7e4307d74057dfa75848b8d51dace87d77748089415120115691838ecf8b8f8 0.0s done 01:13:58 #5 CACHED 01:13:58 01:13:58 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:a7e4307d74057dfa75848b8d51dace87d77748089415120115691838ecf8b8f8 01:13:58 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:a7e4307d74057dfa75848b8d51dace87d77748089415120115691838ecf8b8f8 0.0s done 01:13:58 #6 CACHED 01:13:58 01:13:58 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 01:13:58 #7 DONE 0.0s 01:13:58 01:13:58 #8 exporting to image 01:13:58 #8 exporting layers done 01:13:58 #8 exporting manifest sha256:859d68ecd8a7721729da87d02bf29fac092ad27e721185bd9bd0a3d1401df473 done 01:13:58 #8 exporting config sha256:60aaafb5f4585ceeba341ea5f1d3ad9e0d1298a5e57f5e3039a176095b860020 done 01:13:58 #8 exporting manifest sha256:6bdf1f79a3f9ab491e7049c8d77b35fd89ee3f69e72234c1070dc5b5d06f2497 done 01:13:58 #8 exporting config sha256:3407ca10d5ab05f6aebe7c1c75414bf0f1fdbe1e6446e32071182b526e4b0d92 done 01:13:58 #8 exporting manifest list sha256:f2eb7acf3da5f9936b46e0093946f73d3b389718fa3ce70fa3c7178f7f9d9ba4 done 01:13:58 #8 pushing layers 0.0s done 01:13:58 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:f2eb7acf3da5f9936b46e0093946f73d3b389718fa3ce70fa3c7178f7f9d9ba4 0.1s done 01:13:58 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:13:58 #8 DONE 0.1s 01:13:58 01:13:58 1 warning found (use --debug to expand): 01:13:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:13:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' 01:13:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - 01:13:59 #1 [internal] load build definition from Dockerfile 01:13:59 #1 transferring dockerfile: 160B done 01:13:59 #1 DONE 0.0s 01:13:59 01:13:59 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 01:13:59 #2 DONE 0.0s 01:13:59 01:13:59 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 01:13:59 #3 DONE 0.0s 01:13:59 01:13:59 #4 [internal] load .dockerignore 01:13:59 #4 transferring context: 2B done 01:13:59 #4 DONE 0.0s 01:13:59 01:13:59 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:a7e4307d74057dfa75848b8d51dace87d77748089415120115691838ecf8b8f8 01:13:59 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:a7e4307d74057dfa75848b8d51dace87d77748089415120115691838ecf8b8f8 0.0s done 01:13:59 #5 DONE 0.0s 01:13:59 01:13:59 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:a7e4307d74057dfa75848b8d51dace87d77748089415120115691838ecf8b8f8 01:13:59 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:a7e4307d74057dfa75848b8d51dace87d77748089415120115691838ecf8b8f8 0.0s done 01:13:59 #6 CACHED 01:13:59 01:13:59 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:a7e4307d74057dfa75848b8d51dace87d77748089415120115691838ecf8b8f8 01:13:59 #5 CACHED 01:13:59 01:13:59 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 01:13:59 #7 DONE 0.0s 01:13:59 01:13:59 #8 exporting to image 01:13:59 #8 exporting layers done 01:13:59 #8 exporting manifest sha256:859d68ecd8a7721729da87d02bf29fac092ad27e721185bd9bd0a3d1401df473 done 01:13:59 #8 exporting config sha256:60aaafb5f4585ceeba341ea5f1d3ad9e0d1298a5e57f5e3039a176095b860020 done 01:13:59 #8 exporting manifest sha256:6bdf1f79a3f9ab491e7049c8d77b35fd89ee3f69e72234c1070dc5b5d06f2497 done 01:13:59 #8 exporting config sha256:3407ca10d5ab05f6aebe7c1c75414bf0f1fdbe1e6446e32071182b526e4b0d92 done 01:13:59 #8 exporting manifest list sha256:f2eb7acf3da5f9936b46e0093946f73d3b389718fa3ce70fa3c7178f7f9d9ba4 done 01:13:59 #8 pushing layers 0.0s done 01:13:59 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:f2eb7acf3da5f9936b46e0093946f73d3b389718fa3ce70fa3c7178f7f9d9ba4 0.1s done 01:13:59 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:13:59 #8 DONE 0.1s 01:13:59 01:13:59 1 warning found (use --debug to expand): 01:13:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:13:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:be28a41d6891c049751c2691a0cffa4ea8b2cf08' 01:13:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:be28a41d6891c049751c2691a0cffa4ea8b2cf08 --push - 01:13:59 #1 [internal] load build definition from Dockerfile 01:13:59 #1 transferring dockerfile: 198B done 01:13:59 #1 DONE 0.0s 01:13:59 01:13:59 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:13:59 #2 DONE 0.1s 01:13:59 01:13:59 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:13:59 #3 DONE 0.1s 01:13:59 01:13:59 #4 [internal] load .dockerignore 01:13:59 #4 transferring context: 01:13:59 #4 transferring context: 2B done 01:13:59 #4 DONE 0.0s 01:13:59 01:13:59 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:52e88f8b73688fb6f276c36df4bad6a01a83d2ac8c49b0cd7bacc6b947a5956e 01:13:59 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:52e88f8b73688fb6f276c36df4bad6a01a83d2ac8c49b0cd7bacc6b947a5956e 01:13:59 #5 ... 01:13:59 01:13:59 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:52e88f8b73688fb6f276c36df4bad6a01a83d2ac8c49b0cd7bacc6b947a5956e 01:13:59 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:52e88f8b73688fb6f276c36df4bad6a01a83d2ac8c49b0cd7bacc6b947a5956e 0.0s done 01:13:59 #6 DONE 0.1s 01:13:59 01:13:59 #7 exporting to image 01:13:59 #7 exporting layers done 01:13:59 #7 exporting manifest sha256:f6deebf07fe00c204e361fd2543905d550b8ce0898c83b88a86903d7c470a706 done 01:13:59 #7 exporting config sha256:f89e7ad2e15a1083ef5ce148c226765f99f7e13bdf4833f53f6a86fcbe74fd70 01:13:59 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:13:59 #7 ... 01:13:59 01:13:59 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 01:13:59 #8 DONE 0.0s 01:13:59 01:13:59 #7 exporting to image 01:13:59 #7 exporting config sha256:f89e7ad2e15a1083ef5ce148c226765f99f7e13bdf4833f53f6a86fcbe74fd70 done 01:13:59 #7 exporting manifest sha256:7b6746d977b9add7db3eb07691a8b8427b1683c4dcdba31b3bfb73e5df4be2c8 0.0s done 01:13:59 #7 exporting config sha256:8bd8c07b1bd946d0c4562f4a4e5137d33913563ee7c4f3171002b761c43a1d84 done 01:13:59 #7 exporting manifest list sha256:fd908fb026fa523e663abe34a0f70502f8e3c3db775a8882b56d9a7cfcbef8dc done 01:13:59 #7 pushing layers 0.1s done 01:13:59 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:fd908fb026fa523e663abe34a0f70502f8e3c3db775a8882b56d9a7cfcbef8dc 01:13:59 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:fd908fb026fa523e663abe34a0f70502f8e3c3db775a8882b56d9a7cfcbef8dc 0.1s done 01:13:59 #7 DONE 0.2s 01:13:59 01:13:59 1 warning found (use --debug to expand): 01:13:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - 01:14:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' 01:14:00 #1 [internal] load build definition from Dockerfile 01:14:00 #1 transferring dockerfile: 164B done 01:14:00 #1 DONE 0.0s 01:14:00 01:14:00 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 01:14:00 #2 DONE 0.0s 01:14:00 01:14:00 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 01:14:00 #3 DONE 0.0s 01:14:00 01:14:00 #4 [internal] load .dockerignore 01:14:00 #4 transferring context: 2B done 01:14:00 #4 DONE 0.0s 01:14:00 01:14:00 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:52e88f8b73688fb6f276c36df4bad6a01a83d2ac8c49b0cd7bacc6b947a5956e 01:14:00 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:52e88f8b73688fb6f276c36df4bad6a01a83d2ac8c49b0cd7bacc6b947a5956e 0.0s done 01:14:00 #5 CACHED 01:14:00 01:14:00 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:52e88f8b73688fb6f276c36df4bad6a01a83d2ac8c49b0cd7bacc6b947a5956e 01:14:00 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:52e88f8b73688fb6f276c36df4bad6a01a83d2ac8c49b0cd7bacc6b947a5956e 0.0s done 01:14:00 #6 CACHED 01:14:00 01:14:00 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 01:14:00 #7 DONE 0.0s 01:14:00 01:14:00 #8 exporting to image 01:14:00 #8 exporting layers done 01:14:00 #8 exporting manifest sha256:f6deebf07fe00c204e361fd2543905d550b8ce0898c83b88a86903d7c470a706 done 01:14:00 #8 exporting config sha256:f89e7ad2e15a1083ef5ce148c226765f99f7e13bdf4833f53f6a86fcbe74fd70 done 01:14:00 #8 exporting manifest sha256:7b6746d977b9add7db3eb07691a8b8427b1683c4dcdba31b3bfb73e5df4be2c8 done 01:14:00 #8 exporting config sha256:8bd8c07b1bd946d0c4562f4a4e5137d33913563ee7c4f3171002b761c43a1d84 done 01:14:00 #8 exporting manifest list sha256:fd908fb026fa523e663abe34a0f70502f8e3c3db775a8882b56d9a7cfcbef8dc done 01:14:00 #8 pushing layers 0.0s done 01:14:00 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:fd908fb026fa523e663abe34a0f70502f8e3c3db775a8882b56d9a7cfcbef8dc 0.1s done 01:14:00 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:00 #8 DONE 0.1s 01:14:00 01:14:00 1 warning found (use --debug to expand): 01:14:00  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.39' 01:14:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.39 --push - 01:14:01 #1 [internal] load build definition from Dockerfile 01:14:01 #1 transferring dockerfile: 170B done 01:14:01 #1 DONE 0.0s 01:14:01 01:14:01 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.39 01:14:01 #2 DONE 0.0s 01:14:01 01:14:01 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.39 01:14:01 #3 DONE 0.0s 01:14:01 01:14:01 #4 [internal] load .dockerignore 01:14:01 #4 transferring context: 2B done 01:14:01 #4 DONE 0.0s 01:14:01 01:14:01 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.39@sha256:52e88f8b73688fb6f276c36df4bad6a01a83d2ac8c49b0cd7bacc6b947a5956e 01:14:01 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.39@sha256:52e88f8b73688fb6f276c36df4bad6a01a83d2ac8c49b0cd7bacc6b947a5956e done 01:14:01 #5 DONE 0.0s 01:14:01 01:14:01 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.39@sha256:52e88f8b73688fb6f276c36df4bad6a01a83d2ac8c49b0cd7bacc6b947a5956e 01:14:01 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.39@sha256:52e88f8b73688fb6f276c36df4bad6a01a83d2ac8c49b0cd7bacc6b947a5956e 0.0s done 01:14:01 #6 CACHED 01:14:01 01:14:01 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.39@sha256:52e88f8b73688fb6f276c36df4bad6a01a83d2ac8c49b0cd7bacc6b947a5956e 01:14:01 #5 CACHED 01:14:01 01:14:01 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 01:14:01 #7 DONE 0.0s 01:14:01 01:14:01 #8 exporting to image 01:14:01 #8 exporting layers done 01:14:01 #8 exporting manifest sha256:f6deebf07fe00c204e361fd2543905d550b8ce0898c83b88a86903d7c470a706 done 01:14:01 #8 exporting config sha256:f89e7ad2e15a1083ef5ce148c226765f99f7e13bdf4833f53f6a86fcbe74fd70 done 01:14:01 #8 exporting manifest sha256:7b6746d977b9add7db3eb07691a8b8427b1683c4dcdba31b3bfb73e5df4be2c8 done 01:14:01 #8 exporting config sha256:8bd8c07b1bd946d0c4562f4a4e5137d33913563ee7c4f3171002b761c43a1d84 done 01:14:01 #8 exporting manifest list sha256:fd908fb026fa523e663abe34a0f70502f8e3c3db775a8882b56d9a7cfcbef8dc done 01:14:01 #8 pushing layers 0.0s done 01:14:01 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.39@sha256:fd908fb026fa523e663abe34a0f70502f8e3c3db775a8882b56d9a7cfcbef8dc 01:14:01 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:04 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.39@sha256:fd908fb026fa523e663abe34a0f70502f8e3c3db775a8882b56d9a7cfcbef8dc 3.3s done 01:14:04 #8 DONE 3.3s 01:14:04 01:14:04 1 warning found (use --debug to expand): 01:14:04  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:04 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39' 01:14:04 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 --push - 01:14:04 #1 [internal] load build definition from Dockerfile 01:14:04 #1 transferring dockerfile: 211B done 01:14:04 #1 DONE 0.0s 01:14:04 01:14:04 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:14:04 #2 DONE 0.0s 01:14:04 01:14:04 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:14:04 #3 DONE 0.0s 01:14:04 01:14:04 #4 [internal] load .dockerignore 01:14:04 #4 transferring context: 2B done 01:14:04 #4 DONE 0.0s 01:14:04 01:14:04 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:52e88f8b73688fb6f276c36df4bad6a01a83d2ac8c49b0cd7bacc6b947a5956e 01:14:04 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:52e88f8b73688fb6f276c36df4bad6a01a83d2ac8c49b0cd7bacc6b947a5956e 0.0s done 01:14:04 #5 DONE 0.0s 01:14:04 01:14:04 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:52e88f8b73688fb6f276c36df4bad6a01a83d2ac8c49b0cd7bacc6b947a5956e 01:14:04 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:52e88f8b73688fb6f276c36df4bad6a01a83d2ac8c49b0cd7bacc6b947a5956e 0.0s done 01:14:04 #6 CACHED 01:14:04 01:14:04 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:52e88f8b73688fb6f276c36df4bad6a01a83d2ac8c49b0cd7bacc6b947a5956e 01:14:04 #5 CACHED 01:14:04 01:14:04 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 01:14:04 #7 DONE 0.0s 01:14:04 01:14:04 #8 exporting to image 01:14:04 #8 exporting layers done 01:14:04 #8 exporting manifest sha256:f6deebf07fe00c204e361fd2543905d550b8ce0898c83b88a86903d7c470a706 done 01:14:04 #8 exporting config sha256:f89e7ad2e15a1083ef5ce148c226765f99f7e13bdf4833f53f6a86fcbe74fd70 done 01:14:04 #8 exporting manifest sha256:7b6746d977b9add7db3eb07691a8b8427b1683c4dcdba31b3bfb73e5df4be2c8 done 01:14:04 #8 exporting config sha256:8bd8c07b1bd946d0c4562f4a4e5137d33913563ee7c4f3171002b761c43a1d84 done 01:14:04 #8 exporting manifest list sha256:fd908fb026fa523e663abe34a0f70502f8e3c3db775a8882b56d9a7cfcbef8dc done 01:14:04 #8 pushing layers 0.0s done 01:14:04 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:fd908fb026fa523e663abe34a0f70502f8e3c3db775a8882b56d9a7cfcbef8dc 0.1s done 01:14:04 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:04 #8 DONE 0.1s 01:14:04 01:14:04 1 warning found (use --debug to expand): 01:14:04  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - 01:14:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' 01:14:05 #1 [internal] load build definition from Dockerfile 01:14:05 #1 transferring dockerfile: 162B done 01:14:05 #1 DONE 0.0s 01:14:05 01:14:05 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 01:14:05 #2 DONE 0.0s 01:14:05 01:14:05 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 01:14:05 #3 DONE 0.0s 01:14:05 01:14:05 #4 [internal] load .dockerignore 01:14:05 #4 transferring context: 2B done 01:14:05 #4 DONE 0.0s 01:14:05 01:14:05 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:52e88f8b73688fb6f276c36df4bad6a01a83d2ac8c49b0cd7bacc6b947a5956e 01:14:05 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:52e88f8b73688fb6f276c36df4bad6a01a83d2ac8c49b0cd7bacc6b947a5956e 0.0s done 01:14:05 #5 CACHED 01:14:05 01:14:05 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:52e88f8b73688fb6f276c36df4bad6a01a83d2ac8c49b0cd7bacc6b947a5956e 01:14:05 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:52e88f8b73688fb6f276c36df4bad6a01a83d2ac8c49b0cd7bacc6b947a5956e 0.0s done 01:14:05 #6 DONE 0.0s 01:14:05 01:14:05 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:52e88f8b73688fb6f276c36df4bad6a01a83d2ac8c49b0cd7bacc6b947a5956e 01:14:05 #6 CACHED 01:14:05 01:14:05 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 01:14:05 #7 DONE 0.0s 01:14:05 01:14:05 #8 exporting to image 01:14:05 #8 exporting layers done 01:14:05 #8 exporting manifest sha256:f6deebf07fe00c204e361fd2543905d550b8ce0898c83b88a86903d7c470a706 done 01:14:05 #8 exporting config sha256:f89e7ad2e15a1083ef5ce148c226765f99f7e13bdf4833f53f6a86fcbe74fd70 done 01:14:05 #8 exporting manifest sha256:7b6746d977b9add7db3eb07691a8b8427b1683c4dcdba31b3bfb73e5df4be2c8 done 01:14:05 #8 exporting config sha256:8bd8c07b1bd946d0c4562f4a4e5137d33913563ee7c4f3171002b761c43a1d84 done 01:14:05 #8 exporting manifest list sha256:fd908fb026fa523e663abe34a0f70502f8e3c3db775a8882b56d9a7cfcbef8dc done 01:14:05 #8 pushing layers 0.0s done 01:14:05 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:fd908fb026fa523e663abe34a0f70502f8e3c3db775a8882b56d9a7cfcbef8dc 0.1s done 01:14:05 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:05 #8 DONE 0.1s 01:14:05 01:14:05 1 warning found (use --debug to expand): 01:14:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08' 01:14:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08 --push - 01:14:05 #1 [internal] load build definition from Dockerfile 01:14:05 #1 transferring dockerfile: 206B done 01:14:05 #1 DONE 0.0s 01:14:05 01:14:05 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:14:05 #2 DONE 0.0s 01:14:05 01:14:05 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:14:05 #3 DONE 0.0s 01:14:05 01:14:05 #4 [internal] load .dockerignore 01:14:05 #4 transferring context: 01:14:06 #4 transferring context: 2B done 01:14:06 #4 DONE 0.0s 01:14:06 01:14:06 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:30d48ae7c0f847783e9e92d788b467c34ae0d375b9f0407067a2778b204e3773 01:14:06 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:30d48ae7c0f847783e9e92d788b467c34ae0d375b9f0407067a2778b204e3773 0.0s done 01:14:06 #5 DONE 0.0s 01:14:06 01:14:06 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:30d48ae7c0f847783e9e92d788b467c34ae0d375b9f0407067a2778b204e3773 01:14:06 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:30d48ae7c0f847783e9e92d788b467c34ae0d375b9f0407067a2778b204e3773 0.0s done 01:14:06 #6 DONE 0.2s 01:14:06 01:14:06 #7 exporting to image 01:14:06 #7 exporting layers done 01:14:06 #7 exporting manifest sha256:67b5cd695a83265a94d24448b66db9e390622e6b0677afe48a9c62225912045c done 01:14:06 #7 exporting config sha256:458ac520c99e76c70eb8739102c1c863ce42e04e0bfaa7595d126435d7c110bd done 01:14:06 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:06 #7 ... 01:14:06 01:14:06 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:14:06 #8 DONE 0.0s 01:14:06 01:14:06 #7 exporting to image 01:14:06 #7 exporting manifest sha256:a7c365931ed8e4c7ffc47b807593e517c23965a29d1dda90e7072c7c075e925b done 01:14:06 #7 exporting config sha256:4dd573c8066b2c2e9ffd3a03611ad05ab2cc3f8dca7565c11ae1e8159cf7e9a4 0.0s done 01:14:06 #7 exporting manifest list sha256:ed0b3178552bdb74d130ae4c1adce1081b67b1cf1265412800e523fe262657a8 0.0s done 01:14:06 #7 pushing layers 01:14:06 #7 pushing layers 0.1s done 01:14:06 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:ed0b3178552bdb74d130ae4c1adce1081b67b1cf1265412800e523fe262657a8 0.1s done 01:14:06 #7 DONE 0.3s 01:14:06 01:14:06 1 warning found (use --debug to expand): 01:14:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' 01:14:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - 01:14:06 #1 [internal] load build definition from Dockerfile 01:14:06 #1 transferring dockerfile: 172B done 01:14:06 #1 DONE 0.0s 01:14:06 01:14:06 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:14:06 #2 DONE 0.0s 01:14:06 01:14:06 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:14:06 #3 DONE 0.0s 01:14:06 01:14:06 #4 [internal] load .dockerignore 01:14:06 #4 transferring context: 2B done 01:14:06 #4 DONE 0.0s 01:14:06 01:14:06 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:30d48ae7c0f847783e9e92d788b467c34ae0d375b9f0407067a2778b204e3773 01:14:06 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:30d48ae7c0f847783e9e92d788b467c34ae0d375b9f0407067a2778b204e3773 0.0s done 01:14:06 #5 CACHED 01:14:06 01:14:06 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:30d48ae7c0f847783e9e92d788b467c34ae0d375b9f0407067a2778b204e3773 01:14:06 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:30d48ae7c0f847783e9e92d788b467c34ae0d375b9f0407067a2778b204e3773 0.0s done 01:14:06 #6 CACHED 01:14:06 01:14:06 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:14:06 #7 DONE 0.0s 01:14:06 01:14:06 #8 exporting to image 01:14:06 #8 exporting layers done 01:14:06 #8 exporting manifest sha256:67b5cd695a83265a94d24448b66db9e390622e6b0677afe48a9c62225912045c done 01:14:06 #8 exporting config sha256:458ac520c99e76c70eb8739102c1c863ce42e04e0bfaa7595d126435d7c110bd done 01:14:06 #8 exporting manifest sha256:a7c365931ed8e4c7ffc47b807593e517c23965a29d1dda90e7072c7c075e925b done 01:14:06 #8 exporting config sha256:4dd573c8066b2c2e9ffd3a03611ad05ab2cc3f8dca7565c11ae1e8159cf7e9a4 done 01:14:06 #8 exporting manifest list sha256:ed0b3178552bdb74d130ae4c1adce1081b67b1cf1265412800e523fe262657a8 done 01:14:06 #8 pushing layers 0.0s done 01:14:06 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:ed0b3178552bdb74d130ae4c1adce1081b67b1cf1265412800e523fe262657a8 0.1s done 01:14:06 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:06 #8 DONE 0.1s 01:14:06 01:14:06 1 warning found (use --debug to expand): 01:14:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.39' 01:14:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.39 --push - 01:14:07 #1 [internal] load build definition from Dockerfile 01:14:07 #1 transferring dockerfile: 178B done 01:14:07 #1 DONE 0.0s 01:14:07 01:14:07 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.39 01:14:07 #2 DONE 0.0s 01:14:07 01:14:07 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.39 01:14:07 #3 DONE 0.0s 01:14:07 01:14:07 #4 [internal] load .dockerignore 01:14:07 #4 transferring context: 2B done 01:14:07 #4 DONE 0.0s 01:14:07 01:14:07 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.39@sha256:30d48ae7c0f847783e9e92d788b467c34ae0d375b9f0407067a2778b204e3773 01:14:07 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.39@sha256:30d48ae7c0f847783e9e92d788b467c34ae0d375b9f0407067a2778b204e3773 0.0s done 01:14:07 #5 DONE 0.0s 01:14:07 01:14:07 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.39@sha256:30d48ae7c0f847783e9e92d788b467c34ae0d375b9f0407067a2778b204e3773 01:14:07 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.39@sha256:30d48ae7c0f847783e9e92d788b467c34ae0d375b9f0407067a2778b204e3773 0.0s done 01:14:07 #6 CACHED 01:14:07 01:14:07 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.39@sha256:30d48ae7c0f847783e9e92d788b467c34ae0d375b9f0407067a2778b204e3773 01:14:07 #5 CACHED 01:14:07 01:14:07 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:14:07 #7 DONE 0.0s 01:14:07 01:14:07 #8 exporting to image 01:14:07 #8 exporting layers done 01:14:07 #8 exporting manifest sha256:67b5cd695a83265a94d24448b66db9e390622e6b0677afe48a9c62225912045c done 01:14:07 #8 exporting config sha256:458ac520c99e76c70eb8739102c1c863ce42e04e0bfaa7595d126435d7c110bd done 01:14:07 #8 exporting manifest sha256:a7c365931ed8e4c7ffc47b807593e517c23965a29d1dda90e7072c7c075e925b 0.0s done 01:14:07 #8 exporting config sha256:4dd573c8066b2c2e9ffd3a03611ad05ab2cc3f8dca7565c11ae1e8159cf7e9a4 done 01:14:07 #8 exporting manifest list sha256:ed0b3178552bdb74d130ae4c1adce1081b67b1cf1265412800e523fe262657a8 done 01:14:07 #8 pushing layers 0.0s done 01:14:07 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.39@sha256:ed0b3178552bdb74d130ae4c1adce1081b67b1cf1265412800e523fe262657a8 01:14:07 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:07 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.39@sha256:ed0b3178552bdb74d130ae4c1adce1081b67b1cf1265412800e523fe262657a8 0.1s done 01:14:07 #8 DONE 0.1s 01:14:07 01:14:07 1 warning found (use --debug to expand): 01:14:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39' 01:14:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 --push - 01:14:07 #1 [internal] load build definition from Dockerfile 01:14:07 #1 transferring dockerfile: 219B done 01:14:07 #1 DONE 0.0s 01:14:07 01:14:07 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:14:07 #2 DONE 0.0s 01:14:07 01:14:07 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:14:07 #3 DONE 0.0s 01:14:07 01:14:07 #4 [internal] load .dockerignore 01:14:07 #4 transferring context: 2B done 01:14:07 #4 DONE 0.0s 01:14:07 01:14:07 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:30d48ae7c0f847783e9e92d788b467c34ae0d375b9f0407067a2778b204e3773 01:14:07 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:30d48ae7c0f847783e9e92d788b467c34ae0d375b9f0407067a2778b204e3773 0.0s done 01:14:07 #5 CACHED 01:14:07 01:14:07 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:30d48ae7c0f847783e9e92d788b467c34ae0d375b9f0407067a2778b204e3773 01:14:07 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:30d48ae7c0f847783e9e92d788b467c34ae0d375b9f0407067a2778b204e3773 0.0s done 01:14:07 #6 DONE 0.0s 01:14:08 01:14:08 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:30d48ae7c0f847783e9e92d788b467c34ae0d375b9f0407067a2778b204e3773 01:14:08 #6 CACHED 01:14:08 01:14:08 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:14:08 #7 DONE 0.0s 01:14:08 01:14:08 #8 exporting to image 01:14:08 #8 exporting layers done 01:14:08 #8 exporting manifest sha256:67b5cd695a83265a94d24448b66db9e390622e6b0677afe48a9c62225912045c 0.0s done 01:14:08 #8 exporting config sha256:458ac520c99e76c70eb8739102c1c863ce42e04e0bfaa7595d126435d7c110bd done 01:14:08 #8 exporting manifest sha256:a7c365931ed8e4c7ffc47b807593e517c23965a29d1dda90e7072c7c075e925b done 01:14:08 #8 exporting config sha256:4dd573c8066b2c2e9ffd3a03611ad05ab2cc3f8dca7565c11ae1e8159cf7e9a4 done 01:14:08 #8 exporting manifest list sha256:ed0b3178552bdb74d130ae4c1adce1081b67b1cf1265412800e523fe262657a8 done 01:14:08 #8 pushing layers 0.0s done 01:14:08 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:ed0b3178552bdb74d130ae4c1adce1081b67b1cf1265412800e523fe262657a8 01:14:08 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:08 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:ed0b3178552bdb74d130ae4c1adce1081b67b1cf1265412800e523fe262657a8 0.1s done 01:14:08 #8 DONE 0.1s 01:14:08 01:14:08 1 warning found (use --debug to expand): 01:14:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' 01:14:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - 01:14:08 #1 [internal] load build definition from Dockerfile 01:14:08 #1 transferring dockerfile: 170B done 01:14:08 #1 DONE 0.1s 01:14:08 01:14:08 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 01:14:08 #2 DONE 0.1s 01:14:08 01:14:08 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 01:14:08 #3 DONE 0.1s 01:14:08 01:14:08 #4 [internal] load .dockerignore 01:14:08 #4 transferring context: 01:14:08 #4 transferring context: 2B done 01:14:08 #4 DONE 0.1s 01:14:08 01:14:08 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:30d48ae7c0f847783e9e92d788b467c34ae0d375b9f0407067a2778b204e3773 01:14:08 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:30d48ae7c0f847783e9e92d788b467c34ae0d375b9f0407067a2778b204e3773 0.0s done 01:14:08 #5 CACHED 01:14:08 01:14:08 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:30d48ae7c0f847783e9e92d788b467c34ae0d375b9f0407067a2778b204e3773 01:14:08 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:30d48ae7c0f847783e9e92d788b467c34ae0d375b9f0407067a2778b204e3773 0.0s done 01:14:08 #6 CACHED 01:14:08 01:14:08 #7 exporting to image 01:14:08 #7 exporting layers done 01:14:08 #7 exporting manifest sha256:67b5cd695a83265a94d24448b66db9e390622e6b0677afe48a9c62225912045c 0.0s done 01:14:08 #7 exporting config sha256:458ac520c99e76c70eb8739102c1c863ce42e04e0bfaa7595d126435d7c110bd done 01:14:08 #7 exporting manifest sha256:a7c365931ed8e4c7ffc47b807593e517c23965a29d1dda90e7072c7c075e925b done 01:14:08 #7 exporting config sha256:4dd573c8066b2c2e9ffd3a03611ad05ab2cc3f8dca7565c11ae1e8159cf7e9a4 01:14:08 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:08 #7 exporting config sha256:4dd573c8066b2c2e9ffd3a03611ad05ab2cc3f8dca7565c11ae1e8159cf7e9a4 0.0s done 01:14:08 #7 exporting manifest list sha256:ed0b3178552bdb74d130ae4c1adce1081b67b1cf1265412800e523fe262657a8 done 01:14:08 #7 pushing layers 0.0s done 01:14:08 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:ed0b3178552bdb74d130ae4c1adce1081b67b1cf1265412800e523fe262657a8 0.1s done 01:14:08 #7 DONE 0.2s 01:14:08 01:14:08 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:14:08 #8 DONE 0.0s 01:14:09 01:14:09 1 warning found (use --debug to expand): 01:14:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:be28a41d6891c049751c2691a0cffa4ea8b2cf08 --push - 01:14:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:be28a41d6891c049751c2691a0cffa4ea8b2cf08' 01:14:09 #1 [internal] load build definition from Dockerfile 01:14:09 #1 transferring dockerfile: 204B done 01:14:09 #1 DONE 0.0s 01:14:09 01:14:09 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:14:09 #2 DONE 0.1s 01:14:09 01:14:09 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:14:09 #3 DONE 0.1s 01:14:09 01:14:09 #4 [internal] load .dockerignore 01:14:09 #4 transferring context: 2B done 01:14:09 #4 DONE 0.0s 01:14:09 01:14:09 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:2b150044e2fa160c730eaf1528048fe66bc2e0788361c0f9f6604bdc5e9fadd1 01:14:09 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:2b150044e2fa160c730eaf1528048fe66bc2e0788361c0f9f6604bdc5e9fadd1 01:14:09 #5 ... 01:14:09 01:14:09 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:2b150044e2fa160c730eaf1528048fe66bc2e0788361c0f9f6604bdc5e9fadd1 01:14:09 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:2b150044e2fa160c730eaf1528048fe66bc2e0788361c0f9f6604bdc5e9fadd1 0.0s done 01:14:09 #6 DONE 0.1s 01:14:09 01:14:09 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 01:14:09 #7 DONE 0.0s 01:14:09 01:14:09 #8 exporting to image 01:14:09 #8 exporting layers done 01:14:09 #8 exporting manifest sha256:9584ae778653048db4fc12489fc25a8e0506b56ece21a794ffa55d07c19f4f97 0.0s done 01:14:09 #8 exporting config sha256:668efbcf7ed706f88650a36342e54603ccc03a5ac9bb34a721aed7691850bcb8 done 01:14:09 #8 exporting manifest sha256:e2054a19c68be8f8b33ad4d1cbeefe7971e4e25d6234569ae60b34dd0d98bc2f done 01:14:09 #8 exporting config sha256:137a72374783c209de92856590523b6fdf4cc46e2f7f73babf340f28ef6a72fd done 01:14:09 #8 exporting manifest list sha256:7a008170ec605973943aebde607cf1b77a9405ee0f72c5b8fd99d8ca159eda44 done 01:14:09 #8 pushing layers 01:14:09 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:09 #8 pushing layers 0.1s done 01:14:09 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:7a008170ec605973943aebde607cf1b77a9405ee0f72c5b8fd99d8ca159eda44 0.1s done 01:14:09 #8 DONE 0.2s 01:14:09 01:14:09 1 warning found (use --debug to expand): 01:14:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:10 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' 01:14:10 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - 01:14:10 #1 [internal] load build definition from Dockerfile 01:14:10 #1 transferring dockerfile: 170B done 01:14:10 #1 DONE 0.0s 01:14:10 01:14:10 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:14:10 #2 DONE 0.0s 01:14:10 01:14:10 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:14:10 #3 DONE 0.0s 01:14:10 01:14:10 #4 [internal] load .dockerignore 01:14:10 #4 transferring context: 2B done 01:14:10 #4 DONE 0.0s 01:14:10 01:14:10 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:2b150044e2fa160c730eaf1528048fe66bc2e0788361c0f9f6604bdc5e9fadd1 01:14:10 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:2b150044e2fa160c730eaf1528048fe66bc2e0788361c0f9f6604bdc5e9fadd1 0.0s done 01:14:10 #5 CACHED 01:14:10 01:14:10 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:2b150044e2fa160c730eaf1528048fe66bc2e0788361c0f9f6604bdc5e9fadd1 01:14:10 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:2b150044e2fa160c730eaf1528048fe66bc2e0788361c0f9f6604bdc5e9fadd1 0.0s done 01:14:10 #6 CACHED 01:14:10 01:14:10 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 01:14:10 #7 DONE 0.0s 01:14:10 01:14:10 #8 exporting to image 01:14:10 #8 exporting layers done 01:14:10 #8 exporting manifest sha256:9584ae778653048db4fc12489fc25a8e0506b56ece21a794ffa55d07c19f4f97 done 01:14:10 #8 exporting config sha256:668efbcf7ed706f88650a36342e54603ccc03a5ac9bb34a721aed7691850bcb8 done 01:14:10 #8 exporting manifest sha256:e2054a19c68be8f8b33ad4d1cbeefe7971e4e25d6234569ae60b34dd0d98bc2f done 01:14:10 #8 exporting config sha256:137a72374783c209de92856590523b6fdf4cc46e2f7f73babf340f28ef6a72fd done 01:14:10 #8 exporting manifest list sha256:7a008170ec605973943aebde607cf1b77a9405ee0f72c5b8fd99d8ca159eda44 done 01:14:10 #8 pushing layers 0.0s done 01:14:10 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:7a008170ec605973943aebde607cf1b77a9405ee0f72c5b8fd99d8ca159eda44 0.1s done 01:14:10 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:10 #8 DONE 0.1s 01:14:10 01:14:10 1 warning found (use --debug to expand): 01:14:10  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:10 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.39' 01:14:10 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.39 --push - 01:14:11 #1 [internal] load build definition from Dockerfile 01:14:11 #1 transferring dockerfile: 176B done 01:14:11 #1 DONE 0.0s 01:14:11 01:14:11 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.39 01:14:11 #2 DONE 0.0s 01:14:11 01:14:11 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.39 01:14:11 #3 DONE 0.0s 01:14:11 01:14:11 #4 [internal] load .dockerignore 01:14:11 #4 transferring context: 2B done 01:14:11 #4 DONE 0.0s 01:14:11 01:14:11 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.39@sha256:2b150044e2fa160c730eaf1528048fe66bc2e0788361c0f9f6604bdc5e9fadd1 01:14:11 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.39@sha256:2b150044e2fa160c730eaf1528048fe66bc2e0788361c0f9f6604bdc5e9fadd1 0.0s done 01:14:11 #5 CACHED 01:14:11 01:14:11 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.39@sha256:2b150044e2fa160c730eaf1528048fe66bc2e0788361c0f9f6604bdc5e9fadd1 01:14:11 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.39@sha256:2b150044e2fa160c730eaf1528048fe66bc2e0788361c0f9f6604bdc5e9fadd1 0.0s done 01:14:11 #6 CACHED 01:14:11 01:14:11 #7 exporting to image 01:14:11 #7 exporting layers 01:14:11 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:11 #7 exporting layers done 01:14:11 #7 exporting manifest sha256:9584ae778653048db4fc12489fc25a8e0506b56ece21a794ffa55d07c19f4f97 done 01:14:11 #7 exporting config sha256:668efbcf7ed706f88650a36342e54603ccc03a5ac9bb34a721aed7691850bcb8 done 01:14:11 #7 exporting manifest sha256:e2054a19c68be8f8b33ad4d1cbeefe7971e4e25d6234569ae60b34dd0d98bc2f done 01:14:11 #7 exporting config sha256:137a72374783c209de92856590523b6fdf4cc46e2f7f73babf340f28ef6a72fd done 01:14:11 #7 exporting manifest list sha256:7a008170ec605973943aebde607cf1b77a9405ee0f72c5b8fd99d8ca159eda44 done 01:14:11 #7 pushing layers 0.0s done 01:14:11 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.39@sha256:7a008170ec605973943aebde607cf1b77a9405ee0f72c5b8fd99d8ca159eda44 0.1s done 01:14:11 #7 DONE 0.1s 01:14:11 01:14:11 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 01:14:11 #8 DONE 0.0s 01:14:11 01:14:11 1 warning found (use --debug to expand): 01:14:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 --push - 01:14:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39' 01:14:11 #1 [internal] load build definition from Dockerfile 01:14:11 #1 transferring dockerfile: 217B done 01:14:11 #1 DONE 0.0s 01:14:11 01:14:11 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:14:11 #2 DONE 0.0s 01:14:11 01:14:11 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:14:11 #3 DONE 0.0s 01:14:11 01:14:11 #4 [internal] load .dockerignore 01:14:11 #4 transferring context: 2B done 01:14:11 #4 DONE 0.0s 01:14:11 01:14:11 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:2b150044e2fa160c730eaf1528048fe66bc2e0788361c0f9f6604bdc5e9fadd1 01:14:11 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:2b150044e2fa160c730eaf1528048fe66bc2e0788361c0f9f6604bdc5e9fadd1 0.0s done 01:14:11 #5 DONE 0.0s 01:14:11 01:14:11 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:2b150044e2fa160c730eaf1528048fe66bc2e0788361c0f9f6604bdc5e9fadd1 01:14:11 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:2b150044e2fa160c730eaf1528048fe66bc2e0788361c0f9f6604bdc5e9fadd1 0.0s done 01:14:11 #6 CACHED 01:14:11 01:14:11 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:2b150044e2fa160c730eaf1528048fe66bc2e0788361c0f9f6604bdc5e9fadd1 01:14:11 #5 CACHED 01:14:11 01:14:11 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 01:14:11 #7 DONE 0.0s 01:14:11 01:14:11 #8 exporting to image 01:14:11 #8 exporting layers done 01:14:11 #8 exporting manifest sha256:9584ae778653048db4fc12489fc25a8e0506b56ece21a794ffa55d07c19f4f97 done 01:14:11 #8 exporting config sha256:668efbcf7ed706f88650a36342e54603ccc03a5ac9bb34a721aed7691850bcb8 done 01:14:11 #8 exporting manifest sha256:e2054a19c68be8f8b33ad4d1cbeefe7971e4e25d6234569ae60b34dd0d98bc2f done 01:14:11 #8 exporting config sha256:137a72374783c209de92856590523b6fdf4cc46e2f7f73babf340f28ef6a72fd done 01:14:11 #8 exporting manifest list sha256:7a008170ec605973943aebde607cf1b77a9405ee0f72c5b8fd99d8ca159eda44 done 01:14:11 #8 pushing layers 0.0s done 01:14:11 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:7a008170ec605973943aebde607cf1b77a9405ee0f72c5b8fd99d8ca159eda44 0.1s done 01:14:11 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:11 #8 DONE 0.1s 01:14:11 01:14:11 1 warning found (use --debug to expand): 01:14:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' 01:14:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - 01:14:12 #1 [internal] load build definition from Dockerfile 01:14:12 #1 transferring dockerfile: 168B done 01:14:12 #1 DONE 0.0s 01:14:12 01:14:12 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 01:14:12 #2 DONE 0.0s 01:14:12 01:14:12 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 01:14:12 #3 DONE 0.0s 01:14:12 01:14:12 #4 [internal] load .dockerignore 01:14:12 #4 transferring context: 2B done 01:14:12 #4 DONE 0.0s 01:14:12 01:14:12 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:2b150044e2fa160c730eaf1528048fe66bc2e0788361c0f9f6604bdc5e9fadd1 01:14:12 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:2b150044e2fa160c730eaf1528048fe66bc2e0788361c0f9f6604bdc5e9fadd1 0.0s done 01:14:12 #5 DONE 0.0s 01:14:12 01:14:12 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:2b150044e2fa160c730eaf1528048fe66bc2e0788361c0f9f6604bdc5e9fadd1 01:14:12 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:2b150044e2fa160c730eaf1528048fe66bc2e0788361c0f9f6604bdc5e9fadd1 0.0s done 01:14:12 #6 CACHED 01:14:12 01:14:12 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:2b150044e2fa160c730eaf1528048fe66bc2e0788361c0f9f6604bdc5e9fadd1 01:14:12 #5 CACHED 01:14:12 01:14:12 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 01:14:12 #7 DONE 0.0s 01:14:12 01:14:12 #8 exporting to image 01:14:12 #8 exporting layers done 01:14:12 #8 exporting manifest sha256:9584ae778653048db4fc12489fc25a8e0506b56ece21a794ffa55d07c19f4f97 done 01:14:12 #8 exporting config sha256:668efbcf7ed706f88650a36342e54603ccc03a5ac9bb34a721aed7691850bcb8 done 01:14:12 #8 exporting manifest sha256:e2054a19c68be8f8b33ad4d1cbeefe7971e4e25d6234569ae60b34dd0d98bc2f done 01:14:12 #8 exporting config sha256:137a72374783c209de92856590523b6fdf4cc46e2f7f73babf340f28ef6a72fd done 01:14:12 #8 exporting manifest list sha256:7a008170ec605973943aebde607cf1b77a9405ee0f72c5b8fd99d8ca159eda44 done 01:14:12 #8 pushing layers 0.0s done 01:14:12 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:7a008170ec605973943aebde607cf1b77a9405ee0f72c5b8fd99d8ca159eda44 0.1s done 01:14:12 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:12 #8 DONE 0.1s 01:14:12 01:14:12 1 warning found (use --debug to expand): 01:14:12  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08' 01:14:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08 --push - 01:14:12 #1 [internal] load build definition from Dockerfile 01:14:12 #1 transferring dockerfile: 205B done 01:14:12 #1 DONE 0.0s 01:14:12 01:14:12 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:14:12 #2 DONE 0.0s 01:14:12 01:14:12 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:14:12 #3 DONE 0.1s 01:14:12 01:14:12 #4 [internal] load .dockerignore 01:14:12 #4 transferring context: 01:14:12 #4 transferring context: 2B done 01:14:12 #4 DONE 0.0s 01:14:12 01:14:12 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:3e862d42ae440cd1a9ee80a8a00a3f032a0d352c08d7f7d976f5f6c0b02d3110 01:14:12 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:3e862d42ae440cd1a9ee80a8a00a3f032a0d352c08d7f7d976f5f6c0b02d3110 01:14:12 #5 ... 01:14:12 01:14:12 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:3e862d42ae440cd1a9ee80a8a00a3f032a0d352c08d7f7d976f5f6c0b02d3110 01:14:12 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:3e862d42ae440cd1a9ee80a8a00a3f032a0d352c08d7f7d976f5f6c0b02d3110 0.0s done 01:14:12 #6 DONE 0.1s 01:14:12 01:14:12 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:14:12 #7 DONE 0.0s 01:14:12 01:14:12 #8 exporting to image 01:14:12 #8 exporting layers done 01:14:12 #8 exporting manifest sha256:4427eb22bc43ac38113b92671b9748b9691236e271245df1a5f98b581eb7df7b done 01:14:12 #8 exporting config sha256:d02ce9675ee9a77e313eaa4159b0c93dea5b6f92f34b6ee83e8264a3c7752846 done 01:14:12 #8 exporting manifest sha256:bb52c2236bf90c67399cb91be2534e51a6066c5759b1a01bd4395abbe2a59fc7 0.0s done 01:14:12 #8 exporting config sha256:386464a6239e9278722b520f1c4b7408cf7383f6c712c7e3298c14c3e6e9d5f7 done 01:14:12 #8 exporting manifest list sha256:cbf045c5de1867166d54deb6e8905fd2eea2e58cffb7fa1d7d75166e6b361533 done 01:14:12 #8 pushing layers 01:14:12 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:12 #8 pushing layers 0.1s done 01:14:12 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:cbf045c5de1867166d54deb6e8905fd2eea2e58cffb7fa1d7d75166e6b361533 0.1s done 01:14:12 #8 DONE 0.2s 01:14:13 01:14:13 1 warning found (use --debug to expand): 01:14:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' 01:14:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - 01:14:13 #1 [internal] load build definition from Dockerfile 01:14:13 #1 transferring dockerfile: 171B done 01:14:13 #1 DONE 0.0s 01:14:13 01:14:13 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:14:13 #2 DONE 0.0s 01:14:13 01:14:13 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:14:13 #3 DONE 0.0s 01:14:13 01:14:13 #4 [internal] load .dockerignore 01:14:13 #4 transferring context: 2B done 01:14:13 #4 DONE 0.0s 01:14:13 01:14:13 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:3e862d42ae440cd1a9ee80a8a00a3f032a0d352c08d7f7d976f5f6c0b02d3110 01:14:13 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:3e862d42ae440cd1a9ee80a8a00a3f032a0d352c08d7f7d976f5f6c0b02d3110 0.0s done 01:14:13 #5 CACHED 01:14:13 01:14:13 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:3e862d42ae440cd1a9ee80a8a00a3f032a0d352c08d7f7d976f5f6c0b02d3110 01:14:13 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:3e862d42ae440cd1a9ee80a8a00a3f032a0d352c08d7f7d976f5f6c0b02d3110 0.0s done 01:14:13 #6 CACHED 01:14:13 01:14:13 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:14:13 #7 DONE 0.0s 01:14:13 01:14:13 #8 exporting to image 01:14:13 #8 exporting layers done 01:14:13 #8 exporting manifest sha256:4427eb22bc43ac38113b92671b9748b9691236e271245df1a5f98b581eb7df7b done 01:14:13 #8 exporting config sha256:d02ce9675ee9a77e313eaa4159b0c93dea5b6f92f34b6ee83e8264a3c7752846 done 01:14:13 #8 exporting manifest sha256:bb52c2236bf90c67399cb91be2534e51a6066c5759b1a01bd4395abbe2a59fc7 done 01:14:13 #8 exporting config sha256:386464a6239e9278722b520f1c4b7408cf7383f6c712c7e3298c14c3e6e9d5f7 done 01:14:13 #8 exporting manifest list sha256:cbf045c5de1867166d54deb6e8905fd2eea2e58cffb7fa1d7d75166e6b361533 done 01:14:13 #8 pushing layers 0.0s done 01:14:13 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:cbf045c5de1867166d54deb6e8905fd2eea2e58cffb7fa1d7d75166e6b361533 0.1s done 01:14:13 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:13 #8 DONE 0.1s 01:14:13 01:14:13 1 warning found (use --debug to expand): 01:14:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.39' 01:14:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.39 --push - 01:14:14 #1 [internal] load build definition from Dockerfile 01:14:14 #1 transferring dockerfile: 177B done 01:14:14 #1 DONE 0.0s 01:14:14 01:14:14 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.39 01:14:14 #2 DONE 0.0s 01:14:14 01:14:14 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.39 01:14:14 #3 DONE 0.0s 01:14:14 01:14:14 #4 [internal] load .dockerignore 01:14:14 #4 transferring context: 2B done 01:14:14 #4 DONE 0.0s 01:14:14 01:14:14 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.39@sha256:3e862d42ae440cd1a9ee80a8a00a3f032a0d352c08d7f7d976f5f6c0b02d3110 01:14:14 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.39@sha256:3e862d42ae440cd1a9ee80a8a00a3f032a0d352c08d7f7d976f5f6c0b02d3110 0.0s done 01:14:14 #5 CACHED 01:14:14 01:14:14 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.39@sha256:3e862d42ae440cd1a9ee80a8a00a3f032a0d352c08d7f7d976f5f6c0b02d3110 01:14:14 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.39@sha256:3e862d42ae440cd1a9ee80a8a00a3f032a0d352c08d7f7d976f5f6c0b02d3110 0.0s done 01:14:14 #6 CACHED 01:14:14 01:14:14 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:14:14 #7 DONE 0.0s 01:14:14 01:14:14 #8 exporting to image 01:14:14 #8 exporting layers done 01:14:14 #8 exporting manifest sha256:4427eb22bc43ac38113b92671b9748b9691236e271245df1a5f98b581eb7df7b done 01:14:14 #8 exporting config sha256:d02ce9675ee9a77e313eaa4159b0c93dea5b6f92f34b6ee83e8264a3c7752846 done 01:14:14 #8 exporting manifest sha256:bb52c2236bf90c67399cb91be2534e51a6066c5759b1a01bd4395abbe2a59fc7 done 01:14:14 #8 exporting config sha256:386464a6239e9278722b520f1c4b7408cf7383f6c712c7e3298c14c3e6e9d5f7 done 01:14:14 #8 exporting manifest list sha256:cbf045c5de1867166d54deb6e8905fd2eea2e58cffb7fa1d7d75166e6b361533 done 01:14:14 #8 pushing layers 0.0s done 01:14:14 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.39@sha256:cbf045c5de1867166d54deb6e8905fd2eea2e58cffb7fa1d7d75166e6b361533 0.1s done 01:14:14 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:14 #8 DONE 0.1s 01:14:14 01:14:14 1 warning found (use --debug to expand): 01:14:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39' 01:14:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 --push - 01:14:14 #1 [internal] load build definition from Dockerfile 01:14:14 #1 transferring dockerfile: 218B done 01:14:14 #1 DONE 0.0s 01:14:14 01:14:14 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:14:14 #2 DONE 0.0s 01:14:14 01:14:14 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:14:14 #3 DONE 0.0s 01:14:14 01:14:14 #4 [internal] load .dockerignore 01:14:14 #4 transferring context: 2B done 01:14:14 #4 DONE 0.0s 01:14:14 01:14:14 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:3e862d42ae440cd1a9ee80a8a00a3f032a0d352c08d7f7d976f5f6c0b02d3110 01:14:14 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:3e862d42ae440cd1a9ee80a8a00a3f032a0d352c08d7f7d976f5f6c0b02d3110 0.0s done 01:14:14 #5 DONE 0.0s 01:14:14 01:14:14 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:3e862d42ae440cd1a9ee80a8a00a3f032a0d352c08d7f7d976f5f6c0b02d3110 01:14:14 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:3e862d42ae440cd1a9ee80a8a00a3f032a0d352c08d7f7d976f5f6c0b02d3110 0.0s done 01:14:14 #6 CACHED 01:14:14 01:14:14 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:3e862d42ae440cd1a9ee80a8a00a3f032a0d352c08d7f7d976f5f6c0b02d3110 01:14:14 #5 CACHED 01:14:14 01:14:14 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:14:14 #7 DONE 0.0s 01:14:14 01:14:14 #8 exporting to image 01:14:14 #8 exporting layers done 01:14:14 #8 exporting manifest sha256:4427eb22bc43ac38113b92671b9748b9691236e271245df1a5f98b581eb7df7b done 01:14:14 #8 exporting config sha256:d02ce9675ee9a77e313eaa4159b0c93dea5b6f92f34b6ee83e8264a3c7752846 done 01:14:14 #8 exporting manifest sha256:bb52c2236bf90c67399cb91be2534e51a6066c5759b1a01bd4395abbe2a59fc7 done 01:14:14 #8 exporting config sha256:386464a6239e9278722b520f1c4b7408cf7383f6c712c7e3298c14c3e6e9d5f7 done 01:14:14 #8 exporting manifest list sha256:cbf045c5de1867166d54deb6e8905fd2eea2e58cffb7fa1d7d75166e6b361533 done 01:14:14 #8 pushing layers 0.0s done 01:14:14 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:cbf045c5de1867166d54deb6e8905fd2eea2e58cffb7fa1d7d75166e6b361533 0.1s done 01:14:14 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:14 #8 DONE 0.1s 01:14:14 01:14:14 1 warning found (use --debug to expand): 01:14:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' 01:14:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - 01:14:15 #1 [internal] load build definition from Dockerfile 01:14:15 #1 transferring dockerfile: 169B done 01:14:15 #1 DONE 0.0s 01:14:15 01:14:15 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 01:14:15 #2 DONE 0.0s 01:14:15 01:14:15 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 01:14:15 #3 DONE 0.0s 01:14:15 01:14:15 #4 [internal] load .dockerignore 01:14:15 #4 transferring context: 2B done 01:14:15 #4 DONE 0.0s 01:14:15 01:14:15 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:3e862d42ae440cd1a9ee80a8a00a3f032a0d352c08d7f7d976f5f6c0b02d3110 01:14:15 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:3e862d42ae440cd1a9ee80a8a00a3f032a0d352c08d7f7d976f5f6c0b02d3110 0.0s done 01:14:15 #5 DONE 0.0s 01:14:15 01:14:15 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:3e862d42ae440cd1a9ee80a8a00a3f032a0d352c08d7f7d976f5f6c0b02d3110 01:14:15 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:3e862d42ae440cd1a9ee80a8a00a3f032a0d352c08d7f7d976f5f6c0b02d3110 0.0s done 01:14:15 #6 CACHED 01:14:15 01:14:15 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:3e862d42ae440cd1a9ee80a8a00a3f032a0d352c08d7f7d976f5f6c0b02d3110 01:14:15 #5 CACHED 01:14:15 01:14:15 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:14:15 #7 DONE 0.0s 01:14:15 01:14:15 #8 exporting to image 01:14:15 #8 exporting layers done 01:14:15 #8 exporting manifest sha256:4427eb22bc43ac38113b92671b9748b9691236e271245df1a5f98b581eb7df7b done 01:14:15 #8 exporting config sha256:d02ce9675ee9a77e313eaa4159b0c93dea5b6f92f34b6ee83e8264a3c7752846 done 01:14:15 #8 exporting manifest sha256:bb52c2236bf90c67399cb91be2534e51a6066c5759b1a01bd4395abbe2a59fc7 done 01:14:15 #8 exporting config sha256:386464a6239e9278722b520f1c4b7408cf7383f6c712c7e3298c14c3e6e9d5f7 done 01:14:15 #8 exporting manifest list sha256:cbf045c5de1867166d54deb6e8905fd2eea2e58cffb7fa1d7d75166e6b361533 done 01:14:15 #8 pushing layers 0.0s done 01:14:15 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:cbf045c5de1867166d54deb6e8905fd2eea2e58cffb7fa1d7d75166e6b361533 0.1s done 01:14:15 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:15 #8 DONE 0.1s 01:14:15 01:14:15 1 warning found (use --debug to expand): 01:14:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08' 01:14:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08 --push - 01:14:15 #1 [internal] load build definition from Dockerfile 01:14:15 #1 transferring dockerfile: 211B done 01:14:15 #1 DONE 0.0s 01:14:15 01:14:15 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:14:15 #2 DONE 0.0s 01:14:15 01:14:15 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:14:15 #3 DONE 0.1s 01:14:15 01:14:15 #4 [internal] load .dockerignore 01:14:15 #4 transferring context: 2B done 01:14:15 #4 DONE 0.1s 01:14:15 01:14:15 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:22bbb6db794f3b393e0056a154169f8a653da017aedf53bc4aed1d8478e08495 01:14:15 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:22bbb6db794f3b393e0056a154169f8a653da017aedf53bc4aed1d8478e08495 0.0s done 01:14:15 #5 DONE 0.0s 01:14:15 01:14:15 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:22bbb6db794f3b393e0056a154169f8a653da017aedf53bc4aed1d8478e08495 01:14:15 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:22bbb6db794f3b393e0056a154169f8a653da017aedf53bc4aed1d8478e08495 0.0s done 01:14:16 #6 DONE 0.1s 01:14:16 01:14:16 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:14:16 #7 DONE 0.0s 01:14:16 01:14:16 #8 exporting to image 01:14:16 #8 exporting layers done 01:14:16 #8 exporting manifest sha256:9c2dbb9b1501be98c99db39a4fe80ad9ad47408fe7dbdec8f7d7d36a9c476455 done 01:14:16 #8 exporting config sha256:fbab705afe6cac1abbff172a669d0fb71b848cdbd2107e3cf5731a137bea7326 done 01:14:16 #8 exporting manifest sha256:0656f64b25a58ea7db1b0d62f6a72a4286461422df8bcac9283716d1ea891241 0.0s done 01:14:16 #8 exporting config sha256:5b09a97ad3f344ab461fc27c6a758794496a914d41cf1ab68dec4507dbd27f95 done 01:14:16 #8 exporting manifest list sha256:6bb3063f4c2bf14833113af16f6ae2a7c74e9223d72cf91447cc8d9239691c69 done 01:14:16 #8 pushing layers 0.1s done 01:14:16 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:6bb3063f4c2bf14833113af16f6ae2a7c74e9223d72cf91447cc8d9239691c69 01:14:16 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:16 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:6bb3063f4c2bf14833113af16f6ae2a7c74e9223d72cf91447cc8d9239691c69 0.1s done 01:14:16 #8 DONE 0.2s 01:14:16 01:14:16 1 warning found (use --debug to expand): 01:14:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:16 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' 01:14:16 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - 01:14:16 #1 [internal] load build definition from Dockerfile 01:14:16 #1 transferring dockerfile: 177B done 01:14:16 #1 DONE 0.0s 01:14:16 01:14:16 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:14:16 #2 DONE 0.0s 01:14:16 01:14:16 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:14:16 #3 DONE 0.0s 01:14:16 01:14:16 #4 [internal] load .dockerignore 01:14:16 #4 transferring context: 2B done 01:14:16 #4 DONE 0.0s 01:14:16 01:14:16 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:22bbb6db794f3b393e0056a154169f8a653da017aedf53bc4aed1d8478e08495 01:14:16 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:22bbb6db794f3b393e0056a154169f8a653da017aedf53bc4aed1d8478e08495 0.0s done 01:14:16 #5 CACHED 01:14:16 01:14:16 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:22bbb6db794f3b393e0056a154169f8a653da017aedf53bc4aed1d8478e08495 01:14:16 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:22bbb6db794f3b393e0056a154169f8a653da017aedf53bc4aed1d8478e08495 0.0s done 01:14:16 #6 CACHED 01:14:16 01:14:16 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:14:16 #7 DONE 0.0s 01:14:16 01:14:16 #8 exporting to image 01:14:16 #8 exporting layers done 01:14:16 #8 exporting manifest sha256:9c2dbb9b1501be98c99db39a4fe80ad9ad47408fe7dbdec8f7d7d36a9c476455 done 01:14:16 #8 exporting config sha256:fbab705afe6cac1abbff172a669d0fb71b848cdbd2107e3cf5731a137bea7326 done 01:14:16 #8 exporting manifest sha256:0656f64b25a58ea7db1b0d62f6a72a4286461422df8bcac9283716d1ea891241 done 01:14:16 #8 exporting config sha256:5b09a97ad3f344ab461fc27c6a758794496a914d41cf1ab68dec4507dbd27f95 done 01:14:16 #8 exporting manifest list sha256:6bb3063f4c2bf14833113af16f6ae2a7c74e9223d72cf91447cc8d9239691c69 done 01:14:16 #8 pushing layers 0.0s done 01:14:16 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:6bb3063f4c2bf14833113af16f6ae2a7c74e9223d72cf91447cc8d9239691c69 0.1s done 01:14:16 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:16 #8 DONE 0.1s 01:14:16 01:14:16 1 warning found (use --debug to expand): 01:14:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.39 --push - 01:14:17 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.39' 01:14:17 #1 [internal] load build definition from Dockerfile 01:14:17 #1 transferring dockerfile: 183B done 01:14:17 #1 DONE 0.0s 01:14:17 01:14:17 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.39 01:14:17 #2 DONE 0.0s 01:14:17 01:14:17 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.39 01:14:17 #3 DONE 0.0s 01:14:17 01:14:17 #4 [internal] load .dockerignore 01:14:17 #4 transferring context: 2B done 01:14:17 #4 DONE 0.0s 01:14:17 01:14:17 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.39@sha256:22bbb6db794f3b393e0056a154169f8a653da017aedf53bc4aed1d8478e08495 01:14:17 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.39@sha256:22bbb6db794f3b393e0056a154169f8a653da017aedf53bc4aed1d8478e08495 0.0s done 01:14:17 #5 CACHED 01:14:17 01:14:17 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.39@sha256:22bbb6db794f3b393e0056a154169f8a653da017aedf53bc4aed1d8478e08495 01:14:17 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.39@sha256:22bbb6db794f3b393e0056a154169f8a653da017aedf53bc4aed1d8478e08495 0.0s done 01:14:17 #6 CACHED 01:14:17 01:14:17 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:14:17 #7 DONE 0.0s 01:14:17 01:14:17 #8 exporting to image 01:14:17 #8 exporting layers done 01:14:17 #8 exporting manifest sha256:9c2dbb9b1501be98c99db39a4fe80ad9ad47408fe7dbdec8f7d7d36a9c476455 done 01:14:17 #8 exporting config sha256:fbab705afe6cac1abbff172a669d0fb71b848cdbd2107e3cf5731a137bea7326 done 01:14:17 #8 exporting manifest sha256:0656f64b25a58ea7db1b0d62f6a72a4286461422df8bcac9283716d1ea891241 done 01:14:17 #8 exporting config sha256:5b09a97ad3f344ab461fc27c6a758794496a914d41cf1ab68dec4507dbd27f95 done 01:14:17 #8 exporting manifest list sha256:6bb3063f4c2bf14833113af16f6ae2a7c74e9223d72cf91447cc8d9239691c69 done 01:14:17 #8 pushing layers 0.0s done 01:14:17 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.39@sha256:6bb3063f4c2bf14833113af16f6ae2a7c74e9223d72cf91447cc8d9239691c69 01:14:17 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:17 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.39@sha256:6bb3063f4c2bf14833113af16f6ae2a7c74e9223d72cf91447cc8d9239691c69 0.1s done 01:14:17 #8 DONE 0.1s 01:14:17 01:14:17 1 warning found (use --debug to expand): 01:14:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 --push - 01:14:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39' 01:14:18 #1 [internal] load build definition from Dockerfile 01:14:18 #1 transferring dockerfile: 224B done 01:14:18 #1 DONE 0.0s 01:14:18 01:14:18 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:14:18 #2 DONE 0.0s 01:14:18 01:14:18 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:14:18 #3 DONE 0.0s 01:14:18 01:14:18 #4 [internal] load .dockerignore 01:14:18 #4 transferring context: 2B done 01:14:18 #4 DONE 0.0s 01:14:18 01:14:18 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:22bbb6db794f3b393e0056a154169f8a653da017aedf53bc4aed1d8478e08495 01:14:18 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:22bbb6db794f3b393e0056a154169f8a653da017aedf53bc4aed1d8478e08495 0.0s done 01:14:18 #5 DONE 0.0s 01:14:18 01:14:18 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:22bbb6db794f3b393e0056a154169f8a653da017aedf53bc4aed1d8478e08495 01:14:18 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:22bbb6db794f3b393e0056a154169f8a653da017aedf53bc4aed1d8478e08495 0.0s done 01:14:18 #6 CACHED 01:14:18 01:14:18 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:22bbb6db794f3b393e0056a154169f8a653da017aedf53bc4aed1d8478e08495 01:14:18 #5 CACHED 01:14:18 01:14:18 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:14:18 #7 DONE 0.0s 01:14:18 01:14:18 #8 exporting to image 01:14:18 #8 exporting layers done 01:14:18 #8 exporting manifest sha256:9c2dbb9b1501be98c99db39a4fe80ad9ad47408fe7dbdec8f7d7d36a9c476455 done 01:14:18 #8 exporting config sha256:fbab705afe6cac1abbff172a669d0fb71b848cdbd2107e3cf5731a137bea7326 done 01:14:18 #8 exporting manifest sha256:0656f64b25a58ea7db1b0d62f6a72a4286461422df8bcac9283716d1ea891241 done 01:14:18 #8 exporting config sha256:5b09a97ad3f344ab461fc27c6a758794496a914d41cf1ab68dec4507dbd27f95 done 01:14:18 #8 exporting manifest list sha256:6bb3063f4c2bf14833113af16f6ae2a7c74e9223d72cf91447cc8d9239691c69 done 01:14:18 #8 pushing layers 0.0s done 01:14:18 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:6bb3063f4c2bf14833113af16f6ae2a7c74e9223d72cf91447cc8d9239691c69 0.1s done 01:14:18 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:18 #8 DONE 0.1s 01:14:18 01:14:18 1 warning found (use --debug to expand): 01:14:18  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - 01:14:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' 01:14:18 #1 [internal] load build definition from Dockerfile 01:14:18 #1 transferring dockerfile: 175B done 01:14:18 #1 DONE 0.0s 01:14:18 01:14:18 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 01:14:18 #2 DONE 0.0s 01:14:18 01:14:18 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 01:14:18 #3 DONE 0.0s 01:14:18 01:14:18 #4 [internal] load .dockerignore 01:14:18 #4 transferring context: 2B done 01:14:18 #4 DONE 0.0s 01:14:18 01:14:18 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:22bbb6db794f3b393e0056a154169f8a653da017aedf53bc4aed1d8478e08495 01:14:18 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:22bbb6db794f3b393e0056a154169f8a653da017aedf53bc4aed1d8478e08495 0.0s done 01:14:18 #5 CACHED 01:14:18 01:14:18 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:22bbb6db794f3b393e0056a154169f8a653da017aedf53bc4aed1d8478e08495 01:14:18 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:22bbb6db794f3b393e0056a154169f8a653da017aedf53bc4aed1d8478e08495 0.0s done 01:14:19 #6 CACHED 01:14:19 01:14:19 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:14:19 #7 DONE 0.0s 01:14:19 01:14:19 #8 exporting to image 01:14:19 #8 exporting layers done 01:14:19 #8 exporting manifest sha256:9c2dbb9b1501be98c99db39a4fe80ad9ad47408fe7dbdec8f7d7d36a9c476455 done 01:14:19 #8 exporting config sha256:fbab705afe6cac1abbff172a669d0fb71b848cdbd2107e3cf5731a137bea7326 done 01:14:19 #8 exporting manifest sha256:0656f64b25a58ea7db1b0d62f6a72a4286461422df8bcac9283716d1ea891241 done 01:14:19 #8 exporting config sha256:5b09a97ad3f344ab461fc27c6a758794496a914d41cf1ab68dec4507dbd27f95 done 01:14:19 #8 exporting manifest list sha256:6bb3063f4c2bf14833113af16f6ae2a7c74e9223d72cf91447cc8d9239691c69 done 01:14:19 #8 pushing layers 0.0s done 01:14:19 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:6bb3063f4c2bf14833113af16f6ae2a7c74e9223d72cf91447cc8d9239691c69 0.1s done 01:14:19 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:19 #8 DONE 0.1s 01:14:19 01:14:19 1 warning found (use --debug to expand): 01:14:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:19 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be28a41d6891c049751c2691a0cffa4ea8b2cf08' 01:14:19 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be28a41d6891c049751c2691a0cffa4ea8b2cf08 --push - 01:14:19 #1 [internal] load build definition from Dockerfile 01:14:19 #1 transferring dockerfile: 215B done 01:14:19 #1 DONE 0.0s 01:14:19 01:14:19 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:14:19 #2 DONE 0.0s 01:14:19 01:14:19 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:14:19 #3 DONE 0.1s 01:14:19 01:14:19 #4 [internal] load .dockerignore 01:14:19 #4 transferring context: 01:14:19 #4 transferring context: 2B done 01:14:19 #4 DONE 0.0s 01:14:19 01:14:19 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:45e02ea9edeb81a364185837b4ce5757ba8cc72d45f2aab1aae0f1f78b9dab88 01:14:19 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:45e02ea9edeb81a364185837b4ce5757ba8cc72d45f2aab1aae0f1f78b9dab88 01:14:19 #5 ... 01:14:19 01:14:19 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:45e02ea9edeb81a364185837b4ce5757ba8cc72d45f2aab1aae0f1f78b9dab88 01:14:19 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:45e02ea9edeb81a364185837b4ce5757ba8cc72d45f2aab1aae0f1f78b9dab88 0.0s done 01:14:19 #6 DONE 0.1s 01:14:19 01:14:19 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 01:14:19 #7 DONE 0.0s 01:14:19 01:14:19 #8 exporting to image 01:14:19 #8 exporting layers done 01:14:19 #8 exporting manifest sha256:2b7074584093c11dc173b54f7f453e510c985258191e25dbc0d48ea61082736e 0.0s done 01:14:19 #8 exporting config sha256:8a3bd61e4120669d2b59f5bfeb2d5f6bc6b42f09c41aad2de57aab535395cbb5 done 01:14:19 #8 exporting manifest sha256:8884ed363015f1b9313a177533dc3c04c395000b178fd54a91e7e7d1a7a263b9 0.0s done 01:14:19 #8 exporting config sha256:f45946724b7057516220672d593a7437104b520db204c5ce5cdf563c21995bab done 01:14:19 #8 exporting manifest list sha256:29c7873c8ce475e99a3f32068aa7157c3862afb8663dfda527d5efbe14b27c64 done 01:14:19 #8 pushing layers 0.1s done 01:14:19 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:29c7873c8ce475e99a3f32068aa7157c3862afb8663dfda527d5efbe14b27c64 01:14:19 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:19 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:29c7873c8ce475e99a3f32068aa7157c3862afb8663dfda527d5efbe14b27c64 0.1s done 01:14:19 #8 DONE 0.2s 01:14:19 01:14:19 1 warning found (use --debug to expand): 01:14:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' 01:14:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - 01:14:20 #1 [internal] load build definition from Dockerfile 01:14:20 #1 transferring dockerfile: 181B done 01:14:20 #1 DONE 0.0s 01:14:20 01:14:20 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:14:20 #2 DONE 0.0s 01:14:20 01:14:20 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:14:20 #3 DONE 0.0s 01:14:20 01:14:20 #4 [internal] load .dockerignore 01:14:20 #4 transferring context: 2B done 01:14:20 #4 DONE 0.0s 01:14:20 01:14:20 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:45e02ea9edeb81a364185837b4ce5757ba8cc72d45f2aab1aae0f1f78b9dab88 01:14:20 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:45e02ea9edeb81a364185837b4ce5757ba8cc72d45f2aab1aae0f1f78b9dab88 0.0s done 01:14:20 #5 CACHED 01:14:20 01:14:20 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:45e02ea9edeb81a364185837b4ce5757ba8cc72d45f2aab1aae0f1f78b9dab88 01:14:20 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:45e02ea9edeb81a364185837b4ce5757ba8cc72d45f2aab1aae0f1f78b9dab88 0.0s done 01:14:20 #6 CACHED 01:14:20 01:14:20 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 01:14:20 #7 DONE 0.0s 01:14:20 01:14:20 #8 exporting to image 01:14:20 #8 exporting layers done 01:14:20 #8 exporting manifest sha256:2b7074584093c11dc173b54f7f453e510c985258191e25dbc0d48ea61082736e done 01:14:20 #8 exporting config sha256:8a3bd61e4120669d2b59f5bfeb2d5f6bc6b42f09c41aad2de57aab535395cbb5 done 01:14:20 #8 exporting manifest sha256:8884ed363015f1b9313a177533dc3c04c395000b178fd54a91e7e7d1a7a263b9 done 01:14:20 #8 exporting config sha256:f45946724b7057516220672d593a7437104b520db204c5ce5cdf563c21995bab 0.0s done 01:14:20 #8 exporting manifest list sha256:29c7873c8ce475e99a3f32068aa7157c3862afb8663dfda527d5efbe14b27c64 done 01:14:20 #8 pushing layers 0.0s done 01:14:20 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:29c7873c8ce475e99a3f32068aa7157c3862afb8663dfda527d5efbe14b27c64 0.1s done 01:14:20 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:20 #8 DONE 0.1s 01:14:20 01:14:20 1 warning found (use --debug to expand): 01:14:20  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.39 --push - 01:14:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.39' 01:14:21 #1 [internal] load build definition from Dockerfile 01:14:21 #1 transferring dockerfile: 187B done 01:14:21 #1 DONE 0.0s 01:14:21 01:14:21 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.39 01:14:21 #2 DONE 0.0s 01:14:21 01:14:21 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.39 01:14:21 #3 DONE 0.0s 01:14:21 01:14:21 #4 [internal] load .dockerignore 01:14:21 #4 transferring context: 2B done 01:14:21 #4 DONE 0.0s 01:14:21 01:14:21 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.39@sha256:45e02ea9edeb81a364185837b4ce5757ba8cc72d45f2aab1aae0f1f78b9dab88 01:14:21 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.39@sha256:45e02ea9edeb81a364185837b4ce5757ba8cc72d45f2aab1aae0f1f78b9dab88 01:14:21 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.39@sha256:45e02ea9edeb81a364185837b4ce5757ba8cc72d45f2aab1aae0f1f78b9dab88 0.0s done 01:14:21 #5 CACHED 01:14:21 01:14:21 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.39@sha256:45e02ea9edeb81a364185837b4ce5757ba8cc72d45f2aab1aae0f1f78b9dab88 01:14:21 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.39@sha256:45e02ea9edeb81a364185837b4ce5757ba8cc72d45f2aab1aae0f1f78b9dab88 0.0s done 01:14:21 #6 CACHED 01:14:21 01:14:21 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 01:14:21 #7 DONE 0.0s 01:14:21 01:14:21 #8 exporting to image 01:14:21 #8 exporting layers done 01:14:21 #8 exporting manifest sha256:2b7074584093c11dc173b54f7f453e510c985258191e25dbc0d48ea61082736e done 01:14:21 #8 exporting config sha256:8a3bd61e4120669d2b59f5bfeb2d5f6bc6b42f09c41aad2de57aab535395cbb5 done 01:14:21 #8 exporting manifest sha256:8884ed363015f1b9313a177533dc3c04c395000b178fd54a91e7e7d1a7a263b9 done 01:14:21 #8 exporting config sha256:f45946724b7057516220672d593a7437104b520db204c5ce5cdf563c21995bab done 01:14:21 #8 exporting manifest list sha256:29c7873c8ce475e99a3f32068aa7157c3862afb8663dfda527d5efbe14b27c64 done 01:14:21 #8 pushing layers 0.0s done 01:14:21 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.39@sha256:29c7873c8ce475e99a3f32068aa7157c3862afb8663dfda527d5efbe14b27c64 0.1s done 01:14:21 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:21 #8 DONE 0.1s 01:14:21 01:14:21 1 warning found (use --debug to expand): 01:14:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39' 01:14:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 --push - 01:14:21 #1 [internal] load build definition from Dockerfile 01:14:21 #1 transferring dockerfile: 228B 0.0s done 01:14:21 #1 DONE 0.0s 01:14:21 01:14:21 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:14:21 #2 DONE 0.0s 01:14:21 01:14:21 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:14:21 #3 DONE 0.0s 01:14:21 01:14:21 #4 [internal] load .dockerignore 01:14:21 #4 transferring context: 2B done 01:14:21 #4 DONE 0.0s 01:14:21 01:14:21 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:45e02ea9edeb81a364185837b4ce5757ba8cc72d45f2aab1aae0f1f78b9dab88 01:14:21 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:45e02ea9edeb81a364185837b4ce5757ba8cc72d45f2aab1aae0f1f78b9dab88 0.0s done 01:14:21 #5 CACHED 01:14:21 01:14:21 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:45e02ea9edeb81a364185837b4ce5757ba8cc72d45f2aab1aae0f1f78b9dab88 01:14:21 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:45e02ea9edeb81a364185837b4ce5757ba8cc72d45f2aab1aae0f1f78b9dab88 0.0s done 01:14:21 #6 CACHED 01:14:21 01:14:21 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 01:14:21 #7 DONE 0.0s 01:14:21 01:14:21 #8 exporting to image 01:14:21 #8 exporting layers done 01:14:21 #8 exporting manifest sha256:2b7074584093c11dc173b54f7f453e510c985258191e25dbc0d48ea61082736e done 01:14:21 #8 exporting config sha256:8a3bd61e4120669d2b59f5bfeb2d5f6bc6b42f09c41aad2de57aab535395cbb5 done 01:14:21 #8 exporting manifest sha256:8884ed363015f1b9313a177533dc3c04c395000b178fd54a91e7e7d1a7a263b9 done 01:14:21 #8 exporting config sha256:f45946724b7057516220672d593a7437104b520db204c5ce5cdf563c21995bab done 01:14:21 #8 exporting manifest list sha256:29c7873c8ce475e99a3f32068aa7157c3862afb8663dfda527d5efbe14b27c64 done 01:14:21 #8 pushing layers 0.0s done 01:14:21 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:29c7873c8ce475e99a3f32068aa7157c3862afb8663dfda527d5efbe14b27c64 0.1s done 01:14:21 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:21 #8 DONE 0.1s 01:14:21 01:14:21 1 warning found (use --debug to expand): 01:14:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' 01:14:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - 01:14:22 #1 [internal] load build definition from Dockerfile 01:14:22 #1 transferring dockerfile: 179B done 01:14:22 #1 DONE 0.0s 01:14:22 01:14:22 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 01:14:22 #2 DONE 0.0s 01:14:22 01:14:22 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 01:14:22 #3 DONE 0.0s 01:14:22 01:14:22 #4 [internal] load .dockerignore 01:14:22 #4 transferring context: 2B done 01:14:22 #4 DONE 0.0s 01:14:22 01:14:22 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:45e02ea9edeb81a364185837b4ce5757ba8cc72d45f2aab1aae0f1f78b9dab88 01:14:22 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:45e02ea9edeb81a364185837b4ce5757ba8cc72d45f2aab1aae0f1f78b9dab88 0.0s done 01:14:22 #5 CACHED 01:14:22 01:14:22 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:45e02ea9edeb81a364185837b4ce5757ba8cc72d45f2aab1aae0f1f78b9dab88 01:14:22 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:45e02ea9edeb81a364185837b4ce5757ba8cc72d45f2aab1aae0f1f78b9dab88 0.0s done 01:14:22 #6 CACHED 01:14:22 01:14:22 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 01:14:22 #7 DONE 0.0s 01:14:22 01:14:22 #8 exporting to image 01:14:22 #8 exporting layers done 01:14:22 #8 exporting manifest sha256:2b7074584093c11dc173b54f7f453e510c985258191e25dbc0d48ea61082736e done 01:14:22 #8 exporting config sha256:8a3bd61e4120669d2b59f5bfeb2d5f6bc6b42f09c41aad2de57aab535395cbb5 done 01:14:22 #8 exporting manifest sha256:8884ed363015f1b9313a177533dc3c04c395000b178fd54a91e7e7d1a7a263b9 done 01:14:22 #8 exporting config sha256:f45946724b7057516220672d593a7437104b520db204c5ce5cdf563c21995bab done 01:14:22 #8 exporting manifest list sha256:29c7873c8ce475e99a3f32068aa7157c3862afb8663dfda527d5efbe14b27c64 done 01:14:22 #8 pushing layers 0.0s done 01:14:22 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:29c7873c8ce475e99a3f32068aa7157c3862afb8663dfda527d5efbe14b27c64 0.1s done 01:14:22 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:22 #8 DONE 0.1s 01:14:22 01:14:22 1 warning found (use --debug to expand): 01:14:22  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:be28a41d6891c049751c2691a0cffa4ea8b2cf08' 01:14:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:be28a41d6891c049751c2691a0cffa4ea8b2cf08 --push - 01:14:22 #1 [internal] load build definition from Dockerfile 01:14:22 #1 transferring dockerfile: 205B done 01:14:22 #1 DONE 0.1s 01:14:22 01:14:22 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:14:22 #2 DONE 0.0s 01:14:22 01:14:22 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:14:22 #3 DONE 0.1s 01:14:22 01:14:22 #4 [internal] load .dockerignore 01:14:22 #4 transferring context: 2B done 01:14:22 #4 DONE 0.0s 01:14:22 01:14:22 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:965cca9a342d358fc69583da0692d01a6e06f8cd2efbc98a78c343d6333c6bc7 01:14:22 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:965cca9a342d358fc69583da0692d01a6e06f8cd2efbc98a78c343d6333c6bc7 01:14:22 #5 ... 01:14:22 01:14:22 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:965cca9a342d358fc69583da0692d01a6e06f8cd2efbc98a78c343d6333c6bc7 01:14:22 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:965cca9a342d358fc69583da0692d01a6e06f8cd2efbc98a78c343d6333c6bc7 0.0s done 01:14:23 #6 DONE 0.1s 01:14:23 01:14:23 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 01:14:23 #7 DONE 0.0s 01:14:23 01:14:23 #8 exporting to image 01:14:23 #8 exporting layers done 01:14:23 #8 exporting manifest sha256:d2aa47520c45c5b95bc39fd54e062f680dc9de81bf1c264762e8ff6e2b1412bc done 01:14:23 #8 exporting config sha256:dd930d2743fe0b2f3952c1cee44bc3f7d6784eb1f11d48bac581f7c28bf3a52c done 01:14:23 #8 exporting manifest sha256:68408047bc3ecb8678b04d5623f94f49ecd1fbac63f6390997cc01405c5bd6dc done 01:14:23 #8 exporting config sha256:69a00d58c7700050848b1a7d059c374289352d3c3fc3a9471ff18923798f465c done 01:14:23 #8 exporting manifest list sha256:6844e481e607f18654916fabae2eecc938284b78621c5d68be90e0687e907f5c done 01:14:23 #8 pushing layers 01:14:23 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:23 #8 pushing layers 0.1s done 01:14:23 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:6844e481e607f18654916fabae2eecc938284b78621c5d68be90e0687e907f5c 0.1s done 01:14:23 #8 DONE 0.2s 01:14:23 01:14:23 1 warning found (use --debug to expand): 01:14:23  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' 01:14:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - 01:14:23 #1 [internal] load build definition from Dockerfile 01:14:23 #1 transferring dockerfile: 171B done 01:14:23 #1 DONE 0.0s 01:14:23 01:14:23 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:14:23 #2 DONE 0.0s 01:14:23 01:14:23 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:14:23 #3 DONE 0.0s 01:14:23 01:14:23 #4 [internal] load .dockerignore 01:14:23 #4 transferring context: 2B done 01:14:23 #4 DONE 0.0s 01:14:23 01:14:23 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:965cca9a342d358fc69583da0692d01a6e06f8cd2efbc98a78c343d6333c6bc7 01:14:23 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:965cca9a342d358fc69583da0692d01a6e06f8cd2efbc98a78c343d6333c6bc7 0.0s done 01:14:23 #5 DONE 0.0s 01:14:23 01:14:23 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:965cca9a342d358fc69583da0692d01a6e06f8cd2efbc98a78c343d6333c6bc7 01:14:23 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:965cca9a342d358fc69583da0692d01a6e06f8cd2efbc98a78c343d6333c6bc7 0.0s done 01:14:23 #6 CACHED 01:14:23 01:14:23 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:965cca9a342d358fc69583da0692d01a6e06f8cd2efbc98a78c343d6333c6bc7 01:14:23 #5 CACHED 01:14:23 01:14:23 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 01:14:23 #7 DONE 0.0s 01:14:23 01:14:23 #8 exporting to image 01:14:23 #8 exporting layers done 01:14:23 #8 exporting manifest sha256:d2aa47520c45c5b95bc39fd54e062f680dc9de81bf1c264762e8ff6e2b1412bc done 01:14:23 #8 exporting config sha256:dd930d2743fe0b2f3952c1cee44bc3f7d6784eb1f11d48bac581f7c28bf3a52c done 01:14:23 #8 exporting manifest sha256:68408047bc3ecb8678b04d5623f94f49ecd1fbac63f6390997cc01405c5bd6dc done 01:14:23 #8 exporting config sha256:69a00d58c7700050848b1a7d059c374289352d3c3fc3a9471ff18923798f465c done 01:14:23 #8 exporting manifest list sha256:6844e481e607f18654916fabae2eecc938284b78621c5d68be90e0687e907f5c done 01:14:23 #8 pushing layers 0.0s done 01:14:23 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:6844e481e607f18654916fabae2eecc938284b78621c5d68be90e0687e907f5c 0.1s done 01:14:23 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:23 #8 DONE 0.1s 01:14:23 01:14:23 1 warning found (use --debug to expand): 01:14:23  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.39 --push - 01:14:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.39' 01:14:24 #1 [internal] load build definition from Dockerfile 01:14:24 #1 transferring dockerfile: 177B done 01:14:24 #1 DONE 0.0s 01:14:24 01:14:24 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.39 01:14:24 #2 DONE 0.0s 01:14:24 01:14:24 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.39 01:14:24 #3 DONE 0.0s 01:14:24 01:14:24 #4 [internal] load .dockerignore 01:14:24 #4 transferring context: 2B done 01:14:24 #4 DONE 0.0s 01:14:24 01:14:24 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.39@sha256:965cca9a342d358fc69583da0692d01a6e06f8cd2efbc98a78c343d6333c6bc7 01:14:24 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.39@sha256:965cca9a342d358fc69583da0692d01a6e06f8cd2efbc98a78c343d6333c6bc7 0.0s done 01:14:24 #5 CACHED 01:14:24 01:14:24 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.39@sha256:965cca9a342d358fc69583da0692d01a6e06f8cd2efbc98a78c343d6333c6bc7 01:14:24 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.39@sha256:965cca9a342d358fc69583da0692d01a6e06f8cd2efbc98a78c343d6333c6bc7 0.0s done 01:14:24 #6 CACHED 01:14:24 01:14:24 #7 exporting to image 01:14:24 #7 exporting layers done 01:14:24 #7 exporting manifest sha256:d2aa47520c45c5b95bc39fd54e062f680dc9de81bf1c264762e8ff6e2b1412bc done 01:14:24 #7 exporting config sha256:dd930d2743fe0b2f3952c1cee44bc3f7d6784eb1f11d48bac581f7c28bf3a52c done 01:14:24 #7 exporting manifest sha256:68408047bc3ecb8678b04d5623f94f49ecd1fbac63f6390997cc01405c5bd6dc done 01:14:24 #7 exporting config sha256:69a00d58c7700050848b1a7d059c374289352d3c3fc3a9471ff18923798f465c done 01:14:24 #7 exporting manifest list sha256:6844e481e607f18654916fabae2eecc938284b78621c5d68be90e0687e907f5c done 01:14:24 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:24 #7 pushing layers 0.0s done 01:14:24 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.39@sha256:6844e481e607f18654916fabae2eecc938284b78621c5d68be90e0687e907f5c 0.1s done 01:14:24 #7 DONE 0.1s 01:14:24 01:14:24 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 01:14:24 #8 DONE 0.0s 01:14:24 01:14:24 1 warning found (use --debug to expand): 01:14:24  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39' 01:14:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 --push - 01:14:24 #1 [internal] load build definition from Dockerfile 01:14:24 #1 transferring dockerfile: 218B done 01:14:24 #1 DONE 0.0s 01:14:24 01:14:24 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:14:24 #2 DONE 0.0s 01:14:24 01:14:24 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:14:24 #3 DONE 0.0s 01:14:24 01:14:24 #4 [internal] load .dockerignore 01:14:24 #4 transferring context: 2B done 01:14:24 #4 DONE 0.0s 01:14:24 01:14:24 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:965cca9a342d358fc69583da0692d01a6e06f8cd2efbc98a78c343d6333c6bc7 01:14:24 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:965cca9a342d358fc69583da0692d01a6e06f8cd2efbc98a78c343d6333c6bc7 01:14:24 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:965cca9a342d358fc69583da0692d01a6e06f8cd2efbc98a78c343d6333c6bc7 done 01:14:24 #5 CACHED 01:14:24 01:14:24 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:965cca9a342d358fc69583da0692d01a6e06f8cd2efbc98a78c343d6333c6bc7 01:14:24 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:965cca9a342d358fc69583da0692d01a6e06f8cd2efbc98a78c343d6333c6bc7 0.0s done 01:14:24 #6 CACHED 01:14:24 01:14:24 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 01:14:24 #7 DONE 0.0s 01:14:24 01:14:24 #8 exporting to image 01:14:24 #8 exporting layers done 01:14:24 #8 exporting manifest sha256:d2aa47520c45c5b95bc39fd54e062f680dc9de81bf1c264762e8ff6e2b1412bc 0.0s done 01:14:24 #8 exporting config sha256:dd930d2743fe0b2f3952c1cee44bc3f7d6784eb1f11d48bac581f7c28bf3a52c done 01:14:24 #8 exporting manifest sha256:68408047bc3ecb8678b04d5623f94f49ecd1fbac63f6390997cc01405c5bd6dc done 01:14:24 #8 exporting config sha256:69a00d58c7700050848b1a7d059c374289352d3c3fc3a9471ff18923798f465c done 01:14:24 #8 exporting manifest list sha256:6844e481e607f18654916fabae2eecc938284b78621c5d68be90e0687e907f5c done 01:14:24 #8 pushing layers 0.0s done 01:14:24 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:6844e481e607f18654916fabae2eecc938284b78621c5d68be90e0687e907f5c 01:14:24 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:24 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:6844e481e607f18654916fabae2eecc938284b78621c5d68be90e0687e907f5c 0.1s done 01:14:24 #8 DONE 0.1s 01:14:24 01:14:24 1 warning found (use --debug to expand): 01:14:24  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' 01:14:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - 01:14:25 #1 [internal] load build definition from Dockerfile 01:14:25 #1 transferring dockerfile: 169B done 01:14:25 #1 DONE 0.0s 01:14:25 01:14:25 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 01:14:25 #2 DONE 0.0s 01:14:25 01:14:25 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 01:14:25 #3 DONE 0.0s 01:14:25 01:14:25 #4 [internal] load .dockerignore 01:14:25 #4 transferring context: 2B done 01:14:25 #4 DONE 0.0s 01:14:25 01:14:25 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:965cca9a342d358fc69583da0692d01a6e06f8cd2efbc98a78c343d6333c6bc7 01:14:25 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:965cca9a342d358fc69583da0692d01a6e06f8cd2efbc98a78c343d6333c6bc7 0.0s done 01:14:25 #5 DONE 0.0s 01:14:25 01:14:25 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:965cca9a342d358fc69583da0692d01a6e06f8cd2efbc98a78c343d6333c6bc7 01:14:25 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:965cca9a342d358fc69583da0692d01a6e06f8cd2efbc98a78c343d6333c6bc7 0.0s done 01:14:25 #6 CACHED 01:14:25 01:14:25 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:965cca9a342d358fc69583da0692d01a6e06f8cd2efbc98a78c343d6333c6bc7 01:14:25 #5 CACHED 01:14:25 01:14:25 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 01:14:25 #7 DONE 0.0s 01:14:25 01:14:25 #8 exporting to image 01:14:25 #8 exporting layers done 01:14:25 #8 exporting manifest sha256:d2aa47520c45c5b95bc39fd54e062f680dc9de81bf1c264762e8ff6e2b1412bc done 01:14:25 #8 exporting config sha256:dd930d2743fe0b2f3952c1cee44bc3f7d6784eb1f11d48bac581f7c28bf3a52c done 01:14:25 #8 exporting manifest sha256:68408047bc3ecb8678b04d5623f94f49ecd1fbac63f6390997cc01405c5bd6dc done 01:14:25 #8 exporting config sha256:69a00d58c7700050848b1a7d059c374289352d3c3fc3a9471ff18923798f465c done 01:14:25 #8 exporting manifest list sha256:6844e481e607f18654916fabae2eecc938284b78621c5d68be90e0687e907f5c done 01:14:25 #8 pushing layers 0.0s done 01:14:25 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:6844e481e607f18654916fabae2eecc938284b78621c5d68be90e0687e907f5c 0.1s done 01:14:25 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:25 #8 DONE 0.1s 01:14:25 01:14:25 1 warning found (use --debug to expand): 01:14:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:be28a41d6891c049751c2691a0cffa4ea8b2cf08 --push - 01:14:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:be28a41d6891c049751c2691a0cffa4ea8b2cf08' 01:14:25 #1 [internal] load build definition from Dockerfile 01:14:25 #1 transferring dockerfile: 206B done 01:14:25 #1 DONE 0.1s 01:14:25 01:14:25 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:14:25 #2 DONE 0.0s 01:14:25 01:14:25 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:14:25 #3 DONE 0.1s 01:14:25 01:14:25 #4 [internal] load .dockerignore 01:14:25 #4 transferring context: 2B done 01:14:25 #4 DONE 0.0s 01:14:25 01:14:25 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:6e4edc6367702601aa24765e9c7387fbf188ed5b25e2cefaaad7f3de1081868d 01:14:25 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:6e4edc6367702601aa24765e9c7387fbf188ed5b25e2cefaaad7f3de1081868d 0.0s done 01:14:25 #5 DONE 0.0s 01:14:25 01:14:25 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:6e4edc6367702601aa24765e9c7387fbf188ed5b25e2cefaaad7f3de1081868d 01:14:25 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:6e4edc6367702601aa24765e9c7387fbf188ed5b25e2cefaaad7f3de1081868d 0.0s done 01:14:25 #6 DONE 0.1s 01:14:26 01:14:26 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 01:14:26 #7 DONE 0.0s 01:14:26 01:14:26 #8 exporting to image 01:14:26 #8 exporting layers done 01:14:26 #8 exporting manifest sha256:45cde39f523328c8ec09c29b4b1132569d28a1c24a46ae35d763d15a0f23684a done 01:14:26 #8 exporting config sha256:35a165fda77cea46fac2643602ea5ffe74b24c36b81c9d6044c72c5e5274ad98 done 01:14:26 #8 exporting manifest sha256:c61a81eb68bf0d7dcab250d1c383b11f612f0c5954b14bab4e85182191f6e337 done 01:14:26 #8 exporting config sha256:68ab9e8d9453e3d990c86fa6cffd44ac66e71d4678070c842aa559c54df43ef4 0.0s done 01:14:26 #8 exporting manifest list sha256:7cac327595c4e52bda161d265d3a582ca6bdfffca16678e237f943dc887445dd done 01:14:26 #8 pushing layers 01:14:26 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:26 #8 pushing layers 0.1s done 01:14:26 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:7cac327595c4e52bda161d265d3a582ca6bdfffca16678e237f943dc887445dd 0.1s done 01:14:26 #8 DONE 0.2s 01:14:26 01:14:26 1 warning found (use --debug to expand): 01:14:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - 01:14:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' 01:14:26 #1 [internal] load build definition from Dockerfile 01:14:26 #1 transferring dockerfile: 172B done 01:14:26 #1 DONE 0.0s 01:14:26 01:14:26 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:14:26 #2 DONE 0.0s 01:14:26 01:14:26 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:14:26 #3 DONE 0.0s 01:14:26 01:14:26 #4 [internal] load .dockerignore 01:14:26 #4 transferring context: 2B done 01:14:26 #4 DONE 0.0s 01:14:26 01:14:26 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:6e4edc6367702601aa24765e9c7387fbf188ed5b25e2cefaaad7f3de1081868d 01:14:26 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:6e4edc6367702601aa24765e9c7387fbf188ed5b25e2cefaaad7f3de1081868d 01:14:26 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:6e4edc6367702601aa24765e9c7387fbf188ed5b25e2cefaaad7f3de1081868d 0.0s done 01:14:26 #5 CACHED 01:14:26 01:14:26 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:6e4edc6367702601aa24765e9c7387fbf188ed5b25e2cefaaad7f3de1081868d 01:14:26 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:6e4edc6367702601aa24765e9c7387fbf188ed5b25e2cefaaad7f3de1081868d 0.0s done 01:14:26 #6 CACHED 01:14:26 01:14:26 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 01:14:26 #7 DONE 0.0s 01:14:26 01:14:26 #8 exporting to image 01:14:26 #8 exporting layers done 01:14:26 #8 exporting manifest sha256:45cde39f523328c8ec09c29b4b1132569d28a1c24a46ae35d763d15a0f23684a done 01:14:26 #8 exporting config sha256:35a165fda77cea46fac2643602ea5ffe74b24c36b81c9d6044c72c5e5274ad98 done 01:14:26 #8 exporting manifest sha256:c61a81eb68bf0d7dcab250d1c383b11f612f0c5954b14bab4e85182191f6e337 done 01:14:26 #8 exporting config sha256:68ab9e8d9453e3d990c86fa6cffd44ac66e71d4678070c842aa559c54df43ef4 done 01:14:26 #8 exporting manifest list sha256:7cac327595c4e52bda161d265d3a582ca6bdfffca16678e237f943dc887445dd done 01:14:26 #8 pushing layers 0.0s done 01:14:26 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:7cac327595c4e52bda161d265d3a582ca6bdfffca16678e237f943dc887445dd 0.1s done 01:14:26 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:26 #8 DONE 0.1s 01:14:26 01:14:26 1 warning found (use --debug to expand): 01:14:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.39' 01:14:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.39 --push - 01:14:27 #1 [internal] load build definition from Dockerfile 01:14:27 #1 transferring dockerfile: 178B done 01:14:27 #1 DONE 0.0s 01:14:27 01:14:27 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.39 01:14:27 #2 DONE 0.0s 01:14:27 01:14:27 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.39 01:14:27 #3 DONE 0.0s 01:14:27 01:14:27 #4 [internal] load .dockerignore 01:14:27 #4 transferring context: 2B done 01:14:27 #4 DONE 0.0s 01:14:27 01:14:27 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.39@sha256:6e4edc6367702601aa24765e9c7387fbf188ed5b25e2cefaaad7f3de1081868d 01:14:27 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.39@sha256:6e4edc6367702601aa24765e9c7387fbf188ed5b25e2cefaaad7f3de1081868d 0.0s done 01:14:27 #5 CACHED 01:14:27 01:14:27 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.39@sha256:6e4edc6367702601aa24765e9c7387fbf188ed5b25e2cefaaad7f3de1081868d 01:14:27 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.39@sha256:6e4edc6367702601aa24765e9c7387fbf188ed5b25e2cefaaad7f3de1081868d 0.0s done 01:14:27 #6 CACHED 01:14:27 01:14:27 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 01:14:27 #7 DONE 0.0s 01:14:27 01:14:27 #8 exporting to image 01:14:27 #8 exporting layers done 01:14:27 #8 exporting manifest sha256:45cde39f523328c8ec09c29b4b1132569d28a1c24a46ae35d763d15a0f23684a done 01:14:27 #8 exporting config sha256:35a165fda77cea46fac2643602ea5ffe74b24c36b81c9d6044c72c5e5274ad98 done 01:14:27 #8 exporting manifest sha256:c61a81eb68bf0d7dcab250d1c383b11f612f0c5954b14bab4e85182191f6e337 done 01:14:27 #8 exporting config sha256:68ab9e8d9453e3d990c86fa6cffd44ac66e71d4678070c842aa559c54df43ef4 done 01:14:27 #8 exporting manifest list sha256:7cac327595c4e52bda161d265d3a582ca6bdfffca16678e237f943dc887445dd done 01:14:27 #8 pushing layers 0.0s done 01:14:27 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.39@sha256:7cac327595c4e52bda161d265d3a582ca6bdfffca16678e237f943dc887445dd 0.1s done 01:14:27 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:27 #8 DONE 0.1s 01:14:27 01:14:27 1 warning found (use --debug to expand): 01:14:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39' 01:14:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 --push - 01:14:27 #1 [internal] load build definition from Dockerfile 01:14:27 #1 transferring dockerfile: 219B done 01:14:27 #1 DONE 0.0s 01:14:27 01:14:27 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:14:27 #2 DONE 0.0s 01:14:27 01:14:27 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:14:27 #3 DONE 0.0s 01:14:27 01:14:27 #4 [internal] load .dockerignore 01:14:27 #4 transferring context: 2B done 01:14:27 #4 DONE 0.0s 01:14:27 01:14:27 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:6e4edc6367702601aa24765e9c7387fbf188ed5b25e2cefaaad7f3de1081868d 01:14:27 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:6e4edc6367702601aa24765e9c7387fbf188ed5b25e2cefaaad7f3de1081868d 0.0s done 01:14:27 #5 CACHED 01:14:27 01:14:27 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:6e4edc6367702601aa24765e9c7387fbf188ed5b25e2cefaaad7f3de1081868d 01:14:27 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:6e4edc6367702601aa24765e9c7387fbf188ed5b25e2cefaaad7f3de1081868d 0.0s done 01:14:27 #6 CACHED 01:14:27 01:14:27 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 01:14:27 #7 DONE 0.0s 01:14:27 01:14:27 #8 exporting to image 01:14:27 #8 exporting layers done 01:14:27 #8 exporting manifest sha256:45cde39f523328c8ec09c29b4b1132569d28a1c24a46ae35d763d15a0f23684a done 01:14:27 #8 exporting config sha256:35a165fda77cea46fac2643602ea5ffe74b24c36b81c9d6044c72c5e5274ad98 done 01:14:27 #8 exporting manifest sha256:c61a81eb68bf0d7dcab250d1c383b11f612f0c5954b14bab4e85182191f6e337 done 01:14:27 #8 exporting config sha256:68ab9e8d9453e3d990c86fa6cffd44ac66e71d4678070c842aa559c54df43ef4 done 01:14:27 #8 exporting manifest list sha256:7cac327595c4e52bda161d265d3a582ca6bdfffca16678e237f943dc887445dd done 01:14:27 #8 pushing layers 0.0s done 01:14:27 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:7cac327595c4e52bda161d265d3a582ca6bdfffca16678e237f943dc887445dd 0.1s done 01:14:27 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:27 #8 DONE 0.1s 01:14:27 01:14:27 1 warning found (use --debug to expand): 01:14:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' 01:14:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - 01:14:28 #1 [internal] load build definition from Dockerfile 01:14:28 #1 transferring dockerfile: 170B done 01:14:28 #1 DONE 0.0s 01:14:28 01:14:28 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 01:14:28 #2 DONE 0.0s 01:14:28 01:14:28 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 01:14:28 #3 DONE 0.0s 01:14:28 01:14:28 #4 [internal] load .dockerignore 01:14:28 #4 transferring context: 2B done 01:14:28 #4 DONE 0.0s 01:14:28 01:14:28 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:6e4edc6367702601aa24765e9c7387fbf188ed5b25e2cefaaad7f3de1081868d 01:14:28 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:6e4edc6367702601aa24765e9c7387fbf188ed5b25e2cefaaad7f3de1081868d 0.0s done 01:14:28 #5 CACHED 01:14:28 01:14:28 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:6e4edc6367702601aa24765e9c7387fbf188ed5b25e2cefaaad7f3de1081868d 01:14:28 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:6e4edc6367702601aa24765e9c7387fbf188ed5b25e2cefaaad7f3de1081868d 0.0s done 01:14:28 #6 CACHED 01:14:28 01:14:28 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 01:14:28 #7 DONE 0.0s 01:14:28 01:14:28 #8 exporting to image 01:14:28 #8 exporting layers done 01:14:28 #8 exporting manifest sha256:45cde39f523328c8ec09c29b4b1132569d28a1c24a46ae35d763d15a0f23684a done 01:14:28 #8 exporting config sha256:35a165fda77cea46fac2643602ea5ffe74b24c36b81c9d6044c72c5e5274ad98 done 01:14:28 #8 exporting manifest sha256:c61a81eb68bf0d7dcab250d1c383b11f612f0c5954b14bab4e85182191f6e337 done 01:14:28 #8 exporting config sha256:68ab9e8d9453e3d990c86fa6cffd44ac66e71d4678070c842aa559c54df43ef4 done 01:14:28 #8 exporting manifest list sha256:7cac327595c4e52bda161d265d3a582ca6bdfffca16678e237f943dc887445dd done 01:14:28 #8 pushing layers 0.0s done 01:14:28 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:7cac327595c4e52bda161d265d3a582ca6bdfffca16678e237f943dc887445dd 01:14:28 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:28 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:7cac327595c4e52bda161d265d3a582ca6bdfffca16678e237f943dc887445dd 0.1s done 01:14:28 #8 DONE 0.1s 01:14:28 01:14:28 1 warning found (use --debug to expand): 01:14:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:be28a41d6891c049751c2691a0cffa4ea8b2cf08' 01:14:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:be28a41d6891c049751c2691a0cffa4ea8b2cf08 --push - 01:14:29 #1 [internal] load build definition from Dockerfile 01:14:29 #1 transferring dockerfile: 206B done 01:14:29 #1 DONE 0.0s 01:14:29 01:14:29 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:14:29 #2 DONE 0.1s 01:14:29 01:14:29 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:14:29 #3 DONE 0.1s 01:14:29 01:14:29 #4 [internal] load .dockerignore 01:14:29 #4 transferring context: 2B done 01:14:29 #4 DONE 0.0s 01:14:29 01:14:29 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:edb185864293364eab693f4eea83b05a6aac89993e2aabcd7e928a210d1deda5 01:14:29 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:edb185864293364eab693f4eea83b05a6aac89993e2aabcd7e928a210d1deda5 01:14:29 #5 ... 01:14:29 01:14:29 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:edb185864293364eab693f4eea83b05a6aac89993e2aabcd7e928a210d1deda5 01:14:29 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:edb185864293364eab693f4eea83b05a6aac89993e2aabcd7e928a210d1deda5 0.0s done 01:14:29 #6 DONE 0.1s 01:14:29 01:14:29 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 01:14:29 #7 DONE 0.0s 01:14:29 01:14:29 #8 exporting to image 01:14:29 #8 exporting layers done 01:14:29 #8 exporting manifest sha256:903ed6d9cd13865fee55936f1245884dbee9389d6d10c975cfa549ec7c3c7680 done 01:14:29 #8 exporting config sha256:46f935186ef900756950813b08d908dbdb134e0621545d2bc65e8b1e14242696 done 01:14:29 #8 exporting manifest sha256:0579f6a54d438804b7ee4868575376cda0e8e3f8f3a060a3804ca3653d6c3cc4 done 01:14:29 #8 exporting config sha256:b44e8efcbbb9f1be5d64f1e9e83f1a424859dad99abebeb2ba178f7e417616fe done 01:14:29 #8 exporting manifest list sha256:dd0c09de9dd4f02c7e30d7b4e0ab38d75bbe828c96f1385ea7fb303c2d2a9bb8 done 01:14:29 #8 pushing layers 0.1s done 01:14:29 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:dd0c09de9dd4f02c7e30d7b4e0ab38d75bbe828c96f1385ea7fb303c2d2a9bb8 01:14:29 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:29 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:dd0c09de9dd4f02c7e30d7b4e0ab38d75bbe828c96f1385ea7fb303c2d2a9bb8 0.1s done 01:14:29 #8 DONE 0.2s 01:14:29 01:14:29 1 warning found (use --debug to expand): 01:14:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' 01:14:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - 01:14:30 #1 [internal] load build definition from Dockerfile 01:14:30 #1 transferring dockerfile: 01:14:30 #1 transferring dockerfile: 172B done 01:14:30 #1 DONE 0.1s 01:14:30 01:14:30 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:14:30 #2 DONE 0.1s 01:14:30 01:14:30 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:14:30 #3 DONE 0.1s 01:14:30 01:14:30 #4 [internal] load .dockerignore 01:14:30 #4 transferring context: 2B done 01:14:30 #4 DONE 0.1s 01:14:30 01:14:30 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:edb185864293364eab693f4eea83b05a6aac89993e2aabcd7e928a210d1deda5 01:14:30 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:edb185864293364eab693f4eea83b05a6aac89993e2aabcd7e928a210d1deda5 01:14:30 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:edb185864293364eab693f4eea83b05a6aac89993e2aabcd7e928a210d1deda5 0.0s done 01:14:30 #5 CACHED 01:14:30 01:14:30 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:edb185864293364eab693f4eea83b05a6aac89993e2aabcd7e928a210d1deda5 01:14:30 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:edb185864293364eab693f4eea83b05a6aac89993e2aabcd7e928a210d1deda5 0.0s done 01:14:30 #6 CACHED 01:14:30 01:14:30 #7 exporting to image 01:14:30 #7 exporting layers done 01:14:30 #7 exporting manifest sha256:903ed6d9cd13865fee55936f1245884dbee9389d6d10c975cfa549ec7c3c7680 done 01:14:30 #7 exporting config sha256:46f935186ef900756950813b08d908dbdb134e0621545d2bc65e8b1e14242696 done 01:14:30 #7 exporting manifest sha256:0579f6a54d438804b7ee4868575376cda0e8e3f8f3a060a3804ca3653d6c3cc4 done 01:14:30 #7 exporting config sha256:b44e8efcbbb9f1be5d64f1e9e83f1a424859dad99abebeb2ba178f7e417616fe done 01:14:30 #7 exporting manifest list sha256:dd0c09de9dd4f02c7e30d7b4e0ab38d75bbe828c96f1385ea7fb303c2d2a9bb8 done 01:14:30 #7 pushing layers 0.0s done 01:14:30 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:dd0c09de9dd4f02c7e30d7b4e0ab38d75bbe828c96f1385ea7fb303c2d2a9bb8 01:14:30 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:30 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:dd0c09de9dd4f02c7e30d7b4e0ab38d75bbe828c96f1385ea7fb303c2d2a9bb8 0.1s done 01:14:30 #7 DONE 0.2s 01:14:30 01:14:30 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 01:14:30 #8 DONE 0.0s 01:14:30 01:14:30 1 warning found (use --debug to expand): 01:14:30  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.39' 01:14:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.39 --push - 01:14:31 #1 [internal] load build definition from Dockerfile 01:14:31 #1 transferring dockerfile: 178B done 01:14:31 #1 DONE 0.0s 01:14:31 01:14:31 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.39 01:14:31 #2 DONE 0.0s 01:14:31 01:14:31 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.39 01:14:31 #3 DONE 0.0s 01:14:31 01:14:31 #4 [internal] load .dockerignore 01:14:31 #4 transferring context: 2B done 01:14:31 #4 DONE 0.0s 01:14:31 01:14:31 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.39@sha256:edb185864293364eab693f4eea83b05a6aac89993e2aabcd7e928a210d1deda5 01:14:31 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.39@sha256:edb185864293364eab693f4eea83b05a6aac89993e2aabcd7e928a210d1deda5 0.0s done 01:14:31 #5 CACHED 01:14:31 01:14:31 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.39@sha256:edb185864293364eab693f4eea83b05a6aac89993e2aabcd7e928a210d1deda5 01:14:31 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.39@sha256:edb185864293364eab693f4eea83b05a6aac89993e2aabcd7e928a210d1deda5 0.0s done 01:14:31 #6 CACHED 01:14:31 01:14:31 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 01:14:31 #7 DONE 0.0s 01:14:31 01:14:31 #8 exporting to image 01:14:31 #8 exporting layers done 01:14:31 #8 exporting manifest sha256:903ed6d9cd13865fee55936f1245884dbee9389d6d10c975cfa549ec7c3c7680 done 01:14:31 #8 exporting config sha256:46f935186ef900756950813b08d908dbdb134e0621545d2bc65e8b1e14242696 done 01:14:31 #8 exporting manifest sha256:0579f6a54d438804b7ee4868575376cda0e8e3f8f3a060a3804ca3653d6c3cc4 done 01:14:31 #8 exporting config sha256:b44e8efcbbb9f1be5d64f1e9e83f1a424859dad99abebeb2ba178f7e417616fe done 01:14:31 #8 exporting manifest list sha256:dd0c09de9dd4f02c7e30d7b4e0ab38d75bbe828c96f1385ea7fb303c2d2a9bb8 done 01:14:31 #8 pushing layers 0.0s done 01:14:31 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.39@sha256:dd0c09de9dd4f02c7e30d7b4e0ab38d75bbe828c96f1385ea7fb303c2d2a9bb8 0.1s done 01:14:31 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:31 #8 DONE 0.1s 01:14:31 01:14:31 1 warning found (use --debug to expand): 01:14:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39' 01:14:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 --push - 01:14:31 #1 [internal] load build definition from Dockerfile 01:14:31 #1 transferring dockerfile: 219B done 01:14:31 #1 DONE 0.0s 01:14:31 01:14:31 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:14:31 #2 DONE 0.0s 01:14:31 01:14:31 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:14:31 #3 DONE 0.0s 01:14:31 01:14:31 #4 [internal] load .dockerignore 01:14:31 #4 transferring context: 2B done 01:14:31 #4 DONE 0.0s 01:14:32 01:14:32 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:edb185864293364eab693f4eea83b05a6aac89993e2aabcd7e928a210d1deda5 01:14:32 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:edb185864293364eab693f4eea83b05a6aac89993e2aabcd7e928a210d1deda5 0.0s done 01:14:32 #5 CACHED 01:14:32 01:14:32 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:edb185864293364eab693f4eea83b05a6aac89993e2aabcd7e928a210d1deda5 01:14:32 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:edb185864293364eab693f4eea83b05a6aac89993e2aabcd7e928a210d1deda5 0.0s done 01:14:32 #6 CACHED 01:14:32 01:14:32 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 01:14:32 #7 DONE 0.0s 01:14:32 01:14:32 #8 exporting to image 01:14:32 #8 exporting layers done 01:14:32 #8 exporting manifest sha256:903ed6d9cd13865fee55936f1245884dbee9389d6d10c975cfa549ec7c3c7680 done 01:14:32 #8 exporting config sha256:46f935186ef900756950813b08d908dbdb134e0621545d2bc65e8b1e14242696 done 01:14:32 #8 exporting manifest sha256:0579f6a54d438804b7ee4868575376cda0e8e3f8f3a060a3804ca3653d6c3cc4 done 01:14:32 #8 exporting config sha256:b44e8efcbbb9f1be5d64f1e9e83f1a424859dad99abebeb2ba178f7e417616fe done 01:14:32 #8 exporting manifest list sha256:dd0c09de9dd4f02c7e30d7b4e0ab38d75bbe828c96f1385ea7fb303c2d2a9bb8 done 01:14:32 #8 pushing layers 0.0s done 01:14:32 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:dd0c09de9dd4f02c7e30d7b4e0ab38d75bbe828c96f1385ea7fb303c2d2a9bb8 0.1s done 01:14:32 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:32 #8 DONE 0.1s 01:14:32 01:14:32 1 warning found (use --debug to expand): 01:14:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' 01:14:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - 01:14:32 #1 [internal] load build definition from Dockerfile 01:14:32 #1 transferring dockerfile: 170B done 01:14:32 #1 DONE 0.0s 01:14:32 01:14:32 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 01:14:32 #2 DONE 0.0s 01:14:32 01:14:32 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 01:14:32 #3 DONE 0.1s 01:14:32 01:14:32 #4 [internal] load .dockerignore 01:14:32 #4 transferring context: 2B done 01:14:32 #4 DONE 0.1s 01:14:32 01:14:32 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:edb185864293364eab693f4eea83b05a6aac89993e2aabcd7e928a210d1deda5 01:14:32 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:edb185864293364eab693f4eea83b05a6aac89993e2aabcd7e928a210d1deda5 0.0s done 01:14:32 #5 CACHED 01:14:32 01:14:32 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:edb185864293364eab693f4eea83b05a6aac89993e2aabcd7e928a210d1deda5 01:14:32 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:edb185864293364eab693f4eea83b05a6aac89993e2aabcd7e928a210d1deda5 0.0s done 01:14:32 #6 CACHED 01:14:32 01:14:32 #7 exporting to image 01:14:32 #7 exporting layers done 01:14:32 #7 exporting manifest sha256:903ed6d9cd13865fee55936f1245884dbee9389d6d10c975cfa549ec7c3c7680 done 01:14:32 #7 exporting config sha256:46f935186ef900756950813b08d908dbdb134e0621545d2bc65e8b1e14242696 done 01:14:32 #7 exporting manifest sha256:0579f6a54d438804b7ee4868575376cda0e8e3f8f3a060a3804ca3653d6c3cc4 done 01:14:32 #7 exporting config sha256:b44e8efcbbb9f1be5d64f1e9e83f1a424859dad99abebeb2ba178f7e417616fe done 01:14:32 #7 exporting manifest list sha256:dd0c09de9dd4f02c7e30d7b4e0ab38d75bbe828c96f1385ea7fb303c2d2a9bb8 done 01:14:32 #7 pushing layers 0.0s done 01:14:32 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:dd0c09de9dd4f02c7e30d7b4e0ab38d75bbe828c96f1385ea7fb303c2d2a9bb8 01:14:32 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:32 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:dd0c09de9dd4f02c7e30d7b4e0ab38d75bbe828c96f1385ea7fb303c2d2a9bb8 0.1s done 01:14:32 #7 DONE 0.1s 01:14:32 01:14:32 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 01:14:32 #8 DONE 0.0s 01:14:32 01:14:32 1 warning found (use --debug to expand): 01:14:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:33 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:be28a41d6891c049751c2691a0cffa4ea8b2cf08' 01:14:33 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:be28a41d6891c049751c2691a0cffa4ea8b2cf08 --push - 01:14:33 #1 [internal] load build definition from Dockerfile 01:14:33 #1 transferring dockerfile: 206B done 01:14:33 #1 DONE 0.0s 01:14:33 01:14:33 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:14:33 #2 DONE 0.1s 01:14:33 01:14:33 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:14:33 #3 DONE 0.1s 01:14:33 01:14:33 #4 [internal] load .dockerignore 01:14:33 #4 transferring context: 2B done 01:14:33 #4 DONE 0.0s 01:14:33 01:14:33 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:7284f65069680cdad966e4b038f1e9f456d87e0c27e71f9fad5c47d0710cf007 01:14:33 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:7284f65069680cdad966e4b038f1e9f456d87e0c27e71f9fad5c47d0710cf007 0.0s done 01:14:33 #5 DONE 0.0s 01:14:33 01:14:33 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:7284f65069680cdad966e4b038f1e9f456d87e0c27e71f9fad5c47d0710cf007 01:14:33 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:7284f65069680cdad966e4b038f1e9f456d87e0c27e71f9fad5c47d0710cf007 0.0s done 01:14:33 #6 DONE 0.1s 01:14:33 01:14:33 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 01:14:33 #7 DONE 0.0s 01:14:33 01:14:33 #8 exporting to image 01:14:33 #8 exporting layers done 01:14:33 #8 exporting manifest sha256:e0e5a9a3bf37d0e3ad45dbede0548207c959bcd4c95a49f9fd6a6de23f73b198 0.0s done 01:14:33 #8 exporting config sha256:c41a342c599445fef7c339ca89abcf78d7ccdaa9f913ca90eb6601e00ba54812 done 01:14:33 #8 exporting manifest sha256:86621acc51219ab5ce45917efdee0d6b7404ac6caa139b65c9f10d6a2834b067 done 01:14:33 #8 exporting config sha256:afdef88cb84d62070872280b95dc07646b17f1c4e401d7871f0c9bcc55e14c5d 0.0s done 01:14:33 #8 exporting manifest list sha256:f2ab3c3e6602b9ada8af44639ea6f0106a99ea4a42f600bce1815daa97a60e84 0.0s done 01:14:33 #8 pushing layers 01:14:33 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:33 #8 pushing layers 0.1s done 01:14:33 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:f2ab3c3e6602b9ada8af44639ea6f0106a99ea4a42f600bce1815daa97a60e84 0.1s done 01:14:33 #8 DONE 0.2s 01:14:33 01:14:33 1 warning found (use --debug to expand): 01:14:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:34 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' 01:14:34 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - 01:14:34 #1 [internal] load build definition from Dockerfile 01:14:34 #1 transferring dockerfile: 172B done 01:14:34 #1 DONE 0.0s 01:14:34 01:14:34 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 01:14:34 #2 DONE 0.0s 01:14:34 01:14:34 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 01:14:34 #3 DONE 0.0s 01:14:34 01:14:34 #4 [internal] load .dockerignore 01:14:34 #4 transferring context: 2B done 01:14:34 #4 DONE 0.0s 01:14:34 01:14:34 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:7284f65069680cdad966e4b038f1e9f456d87e0c27e71f9fad5c47d0710cf007 01:14:34 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:7284f65069680cdad966e4b038f1e9f456d87e0c27e71f9fad5c47d0710cf007 0.0s done 01:14:34 #5 CACHED 01:14:34 01:14:34 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:7284f65069680cdad966e4b038f1e9f456d87e0c27e71f9fad5c47d0710cf007 01:14:34 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:7284f65069680cdad966e4b038f1e9f456d87e0c27e71f9fad5c47d0710cf007 0.0s done 01:14:34 #6 CACHED 01:14:34 01:14:34 #7 exporting to image 01:14:34 #7 exporting layers done 01:14:34 #7 exporting manifest sha256:e0e5a9a3bf37d0e3ad45dbede0548207c959bcd4c95a49f9fd6a6de23f73b198 done 01:14:34 #7 exporting config sha256:c41a342c599445fef7c339ca89abcf78d7ccdaa9f913ca90eb6601e00ba54812 done 01:14:34 #7 exporting manifest sha256:86621acc51219ab5ce45917efdee0d6b7404ac6caa139b65c9f10d6a2834b067 done 01:14:34 #7 exporting config sha256:afdef88cb84d62070872280b95dc07646b17f1c4e401d7871f0c9bcc55e14c5d 0.0s done 01:14:34 #7 exporting manifest list sha256:f2ab3c3e6602b9ada8af44639ea6f0106a99ea4a42f600bce1815daa97a60e84 done 01:14:34 #7 pushing layers 0.0s done 01:14:34 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:f2ab3c3e6602b9ada8af44639ea6f0106a99ea4a42f600bce1815daa97a60e84 01:14:34 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:34 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:f2ab3c3e6602b9ada8af44639ea6f0106a99ea4a42f600bce1815daa97a60e84 0.1s done 01:14:34 #7 DONE 0.1s 01:14:34 01:14:34 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 01:14:34 #8 DONE 0.0s 01:14:34 01:14:34 1 warning found (use --debug to expand): 01:14:34  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.39 --push - 01:14:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.39' 01:14:35 #1 [internal] load build definition from Dockerfile 01:14:35 #1 transferring dockerfile: 178B done 01:14:35 #1 DONE 0.0s 01:14:35 01:14:35 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.39 01:14:35 #2 DONE 0.0s 01:14:35 01:14:35 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.39 01:14:35 #3 DONE 0.0s 01:14:35 01:14:35 #4 [internal] load .dockerignore 01:14:35 #4 transferring context: 2B done 01:14:35 #4 DONE 0.0s 01:14:35 01:14:35 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.39@sha256:7284f65069680cdad966e4b038f1e9f456d87e0c27e71f9fad5c47d0710cf007 01:14:35 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.39@sha256:7284f65069680cdad966e4b038f1e9f456d87e0c27e71f9fad5c47d0710cf007 0.0s done 01:14:35 #5 CACHED 01:14:35 01:14:35 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.39@sha256:7284f65069680cdad966e4b038f1e9f456d87e0c27e71f9fad5c47d0710cf007 01:14:35 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.39@sha256:7284f65069680cdad966e4b038f1e9f456d87e0c27e71f9fad5c47d0710cf007 0.0s done 01:14:35 #6 CACHED 01:14:35 01:14:35 #7 exporting to image 01:14:35 #7 exporting layers done 01:14:35 #7 exporting manifest sha256:e0e5a9a3bf37d0e3ad45dbede0548207c959bcd4c95a49f9fd6a6de23f73b198 done 01:14:35 #7 exporting config sha256:c41a342c599445fef7c339ca89abcf78d7ccdaa9f913ca90eb6601e00ba54812 done 01:14:35 #7 exporting manifest sha256:86621acc51219ab5ce45917efdee0d6b7404ac6caa139b65c9f10d6a2834b067 done 01:14:35 #7 exporting config sha256:afdef88cb84d62070872280b95dc07646b17f1c4e401d7871f0c9bcc55e14c5d done 01:14:35 #7 exporting manifest list sha256:f2ab3c3e6602b9ada8af44639ea6f0106a99ea4a42f600bce1815daa97a60e84 done 01:14:35 #7 pushing layers 0.0s done 01:14:35 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.39@sha256:f2ab3c3e6602b9ada8af44639ea6f0106a99ea4a42f600bce1815daa97a60e84 01:14:35 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:35 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.39@sha256:f2ab3c3e6602b9ada8af44639ea6f0106a99ea4a42f600bce1815daa97a60e84 0.1s done 01:14:35 #7 DONE 0.1s 01:14:35 01:14:35 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 01:14:35 #8 DONE 0.0s 01:14:35 01:14:35 1 warning found (use --debug to expand): 01:14:35  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39' 01:14:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 --push - 01:14:36 #1 [internal] load build definition from Dockerfile 01:14:36 #1 transferring dockerfile: 219B done 01:14:36 #1 DONE 0.0s 01:14:36 01:14:36 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:14:36 #2 DONE 0.0s 01:14:36 01:14:36 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:14:36 #3 DONE 0.0s 01:14:36 01:14:36 #4 [internal] load .dockerignore 01:14:36 #4 transferring context: 01:14:36 #4 transferring context: 2B done 01:14:36 #4 DONE 0.0s 01:14:36 01:14:36 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:7284f65069680cdad966e4b038f1e9f456d87e0c27e71f9fad5c47d0710cf007 01:14:36 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:7284f65069680cdad966e4b038f1e9f456d87e0c27e71f9fad5c47d0710cf007 0.0s done 01:14:36 #5 CACHED 01:14:36 01:14:36 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:7284f65069680cdad966e4b038f1e9f456d87e0c27e71f9fad5c47d0710cf007 01:14:36 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:7284f65069680cdad966e4b038f1e9f456d87e0c27e71f9fad5c47d0710cf007 0.0s done 01:14:36 #6 CACHED 01:14:36 01:14:36 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 01:14:36 #7 DONE 0.0s 01:14:36 01:14:36 #8 exporting to image 01:14:36 #8 exporting layers done 01:14:36 #8 exporting manifest sha256:e0e5a9a3bf37d0e3ad45dbede0548207c959bcd4c95a49f9fd6a6de23f73b198 done 01:14:36 #8 exporting config sha256:c41a342c599445fef7c339ca89abcf78d7ccdaa9f913ca90eb6601e00ba54812 done 01:14:36 #8 exporting manifest sha256:86621acc51219ab5ce45917efdee0d6b7404ac6caa139b65c9f10d6a2834b067 done 01:14:36 #8 exporting config sha256:afdef88cb84d62070872280b95dc07646b17f1c4e401d7871f0c9bcc55e14c5d done 01:14:36 #8 exporting manifest list sha256:f2ab3c3e6602b9ada8af44639ea6f0106a99ea4a42f600bce1815daa97a60e84 done 01:14:36 #8 pushing layers 0.0s done 01:14:36 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:f2ab3c3e6602b9ada8af44639ea6f0106a99ea4a42f600bce1815daa97a60e84 0.1s done 01:14:36 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:36 #8 DONE 0.1s 01:14:36 01:14:36 1 warning found (use --debug to expand): 01:14:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - 01:14:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' 01:14:36 #1 [internal] load build definition from Dockerfile 01:14:36 #1 transferring dockerfile: 170B done 01:14:36 #1 DONE 0.0s 01:14:36 01:14:36 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 01:14:36 #2 DONE 0.0s 01:14:36 01:14:36 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 01:14:36 #3 DONE 0.0s 01:14:36 01:14:36 #4 [internal] load .dockerignore 01:14:36 #4 transferring context: 01:14:36 #4 transferring context: 2B done 01:14:36 #4 DONE 0.0s 01:14:36 01:14:36 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:7284f65069680cdad966e4b038f1e9f456d87e0c27e71f9fad5c47d0710cf007 01:14:36 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:7284f65069680cdad966e4b038f1e9f456d87e0c27e71f9fad5c47d0710cf007 0.0s done 01:14:36 #5 CACHED 01:14:36 01:14:36 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:7284f65069680cdad966e4b038f1e9f456d87e0c27e71f9fad5c47d0710cf007 01:14:36 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:7284f65069680cdad966e4b038f1e9f456d87e0c27e71f9fad5c47d0710cf007 0.0s done 01:14:36 #6 CACHED 01:14:36 01:14:36 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 01:14:36 #7 DONE 0.0s 01:14:36 01:14:36 #8 exporting to image 01:14:36 #8 exporting layers done 01:14:36 #8 exporting manifest sha256:e0e5a9a3bf37d0e3ad45dbede0548207c959bcd4c95a49f9fd6a6de23f73b198 done 01:14:36 #8 exporting config sha256:c41a342c599445fef7c339ca89abcf78d7ccdaa9f913ca90eb6601e00ba54812 done 01:14:36 #8 exporting manifest sha256:86621acc51219ab5ce45917efdee0d6b7404ac6caa139b65c9f10d6a2834b067 done 01:14:36 #8 exporting config sha256:afdef88cb84d62070872280b95dc07646b17f1c4e401d7871f0c9bcc55e14c5d done 01:14:36 #8 exporting manifest list sha256:f2ab3c3e6602b9ada8af44639ea6f0106a99ea4a42f600bce1815daa97a60e84 done 01:14:36 #8 pushing layers 0.0s done 01:14:36 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:f2ab3c3e6602b9ada8af44639ea6f0106a99ea4a42f600bce1815daa97a60e84 01:14:36 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:36 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:f2ab3c3e6602b9ada8af44639ea6f0106a99ea4a42f600bce1815daa97a60e84 0.1s done 01:14:36 #8 DONE 0.1s 01:14:36 01:14:36 1 warning found (use --debug to expand): 01:14:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:be28a41d6891c049751c2691a0cffa4ea8b2cf08' 01:14:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:be28a41d6891c049751c2691a0cffa4ea8b2cf08 --push - 01:14:37 #1 [internal] load build definition from Dockerfile 01:14:37 #1 transferring dockerfile: 202B done 01:14:37 #1 DONE 0.0s 01:14:37 01:14:37 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:14:37 #2 DONE 0.0s 01:14:37 01:14:37 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:14:37 #3 DONE 0.0s 01:14:37 01:14:37 #4 [internal] load .dockerignore 01:14:37 #4 transferring context: 2B done 01:14:37 #4 DONE 0.0s 01:14:37 01:14:37 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:0c818e05270e790e84ac6070b79744f7d328e030c7efbd2aaeea688d85e193a8 01:14:37 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:0c818e05270e790e84ac6070b79744f7d328e030c7efbd2aaeea688d85e193a8 0.0s done 01:14:37 #5 DONE 0.0s 01:14:37 01:14:37 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:0c818e05270e790e84ac6070b79744f7d328e030c7efbd2aaeea688d85e193a8 01:14:37 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:0c818e05270e790e84ac6070b79744f7d328e030c7efbd2aaeea688d85e193a8 0.0s done 01:14:37 #6 DONE 0.1s 01:14:37 01:14:37 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 01:14:37 #7 DONE 0.0s 01:14:37 01:14:37 #8 exporting to image 01:14:37 #8 exporting layers done 01:14:37 #8 exporting manifest sha256:56d2ebf4fd36d3979e7dda9066c6bbbe79d34efbb531fb4efcb405c4f0ff530b done 01:14:37 #8 exporting config sha256:ef81adc50efd9e41f0d4c861321848e9faa76d6cb7604fa0deb5b3b0ea1b276e done 01:14:37 #8 exporting manifest sha256:e75f13807184287a5d62ae04312aa3c23dcab9bbbdae949cf8e213624fe4fa92 done 01:14:37 #8 exporting config sha256:c431557b75329817f890dff9bf73d90ef28c52cd196356ef3016bb9d5a40d4e1 done 01:14:37 #8 exporting manifest list sha256:231ea8cb308eb33049e5d6053dbd5c917c8eb9026221b2598875b1a785c47770 done 01:14:37 #8 pushing layers 0.1s done 01:14:37 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:231ea8cb308eb33049e5d6053dbd5c917c8eb9026221b2598875b1a785c47770 01:14:37 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:37 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:be28a41d6891c049751c2691a0cffa4ea8b2cf08@sha256:231ea8cb308eb33049e5d6053dbd5c917c8eb9026221b2598875b1a785c47770 0.1s done 01:14:37 #8 DONE 0.2s 01:14:37 01:14:37 1 warning found (use --debug to expand): 01:14:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - 01:14:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' 01:14:38 #1 [internal] load build definition from Dockerfile 01:14:38 #1 transferring dockerfile: 168B done 01:14:38 #1 DONE 0.1s 01:14:38 01:14:38 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:14:38 #2 DONE 0.0s 01:14:38 01:14:38 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:14:38 #3 DONE 0.0s 01:14:38 01:14:38 #4 [internal] load .dockerignore 01:14:38 #4 transferring context: 2B done 01:14:38 #4 DONE 0.0s 01:14:38 01:14:38 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:0c818e05270e790e84ac6070b79744f7d328e030c7efbd2aaeea688d85e193a8 01:14:38 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:0c818e05270e790e84ac6070b79744f7d328e030c7efbd2aaeea688d85e193a8 0.0s done 01:14:38 #5 CACHED 01:14:38 01:14:38 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:0c818e05270e790e84ac6070b79744f7d328e030c7efbd2aaeea688d85e193a8 01:14:38 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:0c818e05270e790e84ac6070b79744f7d328e030c7efbd2aaeea688d85e193a8 0.0s done 01:14:38 #6 CACHED 01:14:38 01:14:38 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 01:14:38 #7 DONE 0.0s 01:14:38 01:14:38 #8 exporting to image 01:14:38 #8 exporting layers done 01:14:38 #8 exporting manifest sha256:56d2ebf4fd36d3979e7dda9066c6bbbe79d34efbb531fb4efcb405c4f0ff530b done 01:14:38 #8 exporting config sha256:ef81adc50efd9e41f0d4c861321848e9faa76d6cb7604fa0deb5b3b0ea1b276e done 01:14:38 #8 exporting manifest sha256:e75f13807184287a5d62ae04312aa3c23dcab9bbbdae949cf8e213624fe4fa92 done 01:14:38 #8 exporting config sha256:c431557b75329817f890dff9bf73d90ef28c52cd196356ef3016bb9d5a40d4e1 done 01:14:38 #8 exporting manifest list sha256:231ea8cb308eb33049e5d6053dbd5c917c8eb9026221b2598875b1a785c47770 done 01:14:38 #8 pushing layers 0.0s done 01:14:38 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:231ea8cb308eb33049e5d6053dbd5c917c8eb9026221b2598875b1a785c47770 0.1s done 01:14:38 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:38 #8 DONE 0.1s 01:14:38 01:14:38 1 warning found (use --debug to expand): 01:14:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.39' 01:14:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.39 --push - 01:14:39 #1 [internal] load build definition from Dockerfile 01:14:39 #1 transferring dockerfile: 174B done 01:14:39 #1 DONE 0.0s 01:14:39 01:14:39 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.39 01:14:39 #2 DONE 0.0s 01:14:39 01:14:39 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.39 01:14:39 #3 DONE 0.0s 01:14:39 01:14:39 #4 [internal] load .dockerignore 01:14:39 #4 transferring context: 2B done 01:14:39 #4 DONE 0.0s 01:14:39 01:14:39 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.39@sha256:0c818e05270e790e84ac6070b79744f7d328e030c7efbd2aaeea688d85e193a8 01:14:39 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.39@sha256:0c818e05270e790e84ac6070b79744f7d328e030c7efbd2aaeea688d85e193a8 0.0s done 01:14:39 #5 DONE 0.0s 01:14:39 01:14:39 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.39@sha256:0c818e05270e790e84ac6070b79744f7d328e030c7efbd2aaeea688d85e193a8 01:14:39 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.39@sha256:0c818e05270e790e84ac6070b79744f7d328e030c7efbd2aaeea688d85e193a8 0.0s done 01:14:39 #6 CACHED 01:14:39 01:14:39 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.39@sha256:0c818e05270e790e84ac6070b79744f7d328e030c7efbd2aaeea688d85e193a8 01:14:39 #5 CACHED 01:14:39 01:14:39 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 01:14:39 #7 DONE 0.0s 01:14:39 01:14:39 #8 exporting to image 01:14:39 #8 exporting layers done 01:14:39 #8 exporting manifest sha256:56d2ebf4fd36d3979e7dda9066c6bbbe79d34efbb531fb4efcb405c4f0ff530b done 01:14:39 #8 exporting config sha256:ef81adc50efd9e41f0d4c861321848e9faa76d6cb7604fa0deb5b3b0ea1b276e done 01:14:39 #8 exporting manifest sha256:e75f13807184287a5d62ae04312aa3c23dcab9bbbdae949cf8e213624fe4fa92 done 01:14:39 #8 exporting config sha256:c431557b75329817f890dff9bf73d90ef28c52cd196356ef3016bb9d5a40d4e1 done 01:14:39 #8 exporting manifest list sha256:231ea8cb308eb33049e5d6053dbd5c917c8eb9026221b2598875b1a785c47770 done 01:14:39 #8 pushing layers 0.0s done 01:14:39 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.39@sha256:231ea8cb308eb33049e5d6053dbd5c917c8eb9026221b2598875b1a785c47770 0.1s done 01:14:39 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:39 #8 DONE 0.1s 01:14:39 01:14:39 1 warning found (use --debug to expand): 01:14:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39' 01:14:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 --push - 01:14:40 #1 [internal] load build definition from Dockerfile 01:14:40 #1 transferring dockerfile: 215B done 01:14:40 #1 DONE 0.0s 01:14:40 01:14:40 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:14:40 #2 DONE 0.0s 01:14:40 01:14:40 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:14:40 #3 DONE 0.0s 01:14:40 01:14:40 #4 [internal] load .dockerignore 01:14:40 #4 transferring context: 2B done 01:14:40 #4 DONE 0.0s 01:14:40 01:14:40 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:0c818e05270e790e84ac6070b79744f7d328e030c7efbd2aaeea688d85e193a8 01:14:40 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:0c818e05270e790e84ac6070b79744f7d328e030c7efbd2aaeea688d85e193a8 0.0s done 01:14:40 #5 CACHED 01:14:40 01:14:40 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:0c818e05270e790e84ac6070b79744f7d328e030c7efbd2aaeea688d85e193a8 01:14:40 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:0c818e05270e790e84ac6070b79744f7d328e030c7efbd2aaeea688d85e193a8 0.0s done 01:14:40 #6 CACHED 01:14:40 01:14:40 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 01:14:40 #7 DONE 0.0s 01:14:40 01:14:40 #8 exporting to image 01:14:40 #8 exporting layers done 01:14:40 #8 exporting manifest sha256:56d2ebf4fd36d3979e7dda9066c6bbbe79d34efbb531fb4efcb405c4f0ff530b done 01:14:40 #8 exporting config sha256:ef81adc50efd9e41f0d4c861321848e9faa76d6cb7604fa0deb5b3b0ea1b276e done 01:14:40 #8 exporting manifest sha256:e75f13807184287a5d62ae04312aa3c23dcab9bbbdae949cf8e213624fe4fa92 done 01:14:40 #8 exporting config sha256:c431557b75329817f890dff9bf73d90ef28c52cd196356ef3016bb9d5a40d4e1 done 01:14:40 #8 exporting manifest list sha256:231ea8cb308eb33049e5d6053dbd5c917c8eb9026221b2598875b1a785c47770 done 01:14:40 #8 pushing layers 0.0s done 01:14:40 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39@sha256:231ea8cb308eb33049e5d6053dbd5c917c8eb9026221b2598875b1a785c47770 0.1s done 01:14:40 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:40 #8 DONE 0.1s 01:14:40 01:14:40 1 warning found (use --debug to expand): 01:14:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:14:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' 01:14:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - 01:14:40 #1 [internal] load build definition from Dockerfile 01:14:40 #1 transferring dockerfile: 166B done 01:14:40 #1 DONE 0.1s 01:14:40 01:14:40 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 01:14:40 #2 DONE 0.0s 01:14:40 01:14:40 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 01:14:40 #3 DONE 0.0s 01:14:40 01:14:40 #4 [internal] load .dockerignore 01:14:40 #4 transferring context: 01:14:40 #4 transferring context: 2B done 01:14:40 #4 DONE 0.0s 01:14:40 01:14:40 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:0c818e05270e790e84ac6070b79744f7d328e030c7efbd2aaeea688d85e193a8 01:14:40 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:0c818e05270e790e84ac6070b79744f7d328e030c7efbd2aaeea688d85e193a8 0.0s done 01:14:40 #5 CACHED 01:14:40 01:14:40 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:0c818e05270e790e84ac6070b79744f7d328e030c7efbd2aaeea688d85e193a8 01:14:40 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:0c818e05270e790e84ac6070b79744f7d328e030c7efbd2aaeea688d85e193a8 0.0s done 01:14:40 #6 CACHED 01:14:40 01:14:40 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 01:14:40 #7 DONE 0.0s 01:14:40 01:14:40 #8 exporting to image 01:14:40 #8 exporting layers done 01:14:40 #8 exporting manifest sha256:56d2ebf4fd36d3979e7dda9066c6bbbe79d34efbb531fb4efcb405c4f0ff530b done 01:14:40 #8 exporting config sha256:ef81adc50efd9e41f0d4c861321848e9faa76d6cb7604fa0deb5b3b0ea1b276e done 01:14:40 #8 exporting manifest sha256:e75f13807184287a5d62ae04312aa3c23dcab9bbbdae949cf8e213624fe4fa92 done 01:14:40 #8 exporting config sha256:c431557b75329817f890dff9bf73d90ef28c52cd196356ef3016bb9d5a40d4e1 done 01:14:40 #8 exporting manifest list sha256:231ea8cb308eb33049e5d6053dbd5c917c8eb9026221b2598875b1a785c47770 done 01:14:40 #8 pushing layers 0.0s done 01:14:40 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:231ea8cb308eb33049e5d6053dbd5c917c8eb9026221b2598875b1a785c47770 01:14:40 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:14:40 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:231ea8cb308eb33049e5d6053dbd5c917c8eb9026221b2598875b1a785c47770 0.1s done 01:14:40 #8 DONE 0.1s 01:14:40 01:14:40 1 warning found (use --debug to expand): 01:14:40  - 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:14:41 + '[' -d /w/workspace/edgex-go/871/archives ']' [Pipeline] libraryResource [Pipeline] sh 01:14:41 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:14:42 ---> package-listing.sh 01:14:42 ++ facter osfamily 01:14:42 ++ tr '[:upper:]' '[:lower:]' 01:14:42 + OS_FAMILY=redhat 01:14:42 + workspace=/w/workspace/edgex-go/871 01:14:42 + START_PACKAGES=/tmp/packages_start.txt 01:14:42 + END_PACKAGES=/tmp/packages_end.txt 01:14:42 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:14:42 + PACKAGES=/tmp/packages_start.txt 01:14:42 + '[' /w/workspace/edgex-go/871 ']' 01:14:42 + PACKAGES=/tmp/packages_end.txt 01:14:42 + case "${OS_FAMILY}" in 01:14:42 + sort 01:14:42 + rpm -qa 01:14:43 + '[' -f /tmp/packages_start.txt ']' 01:14:43 + '[' -f /tmp/packages_end.txt ']' 01:14:43 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:14:43 + '[' /w/workspace/edgex-go/871 ']' 01:14:43 + mkdir -p /w/workspace/edgex-go/871/archives/ 01:14:43 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/871/archives/ [Pipeline] echo 01:14:43 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/871/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:14:43 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:14:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:14:44 01:14:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:14:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:14:44 latest: Pulling from edgex-lftools-log-publisher 01:14:44 5eb5b503b376: Pulling fs layer 01:14:44 5c69ac0246d0: Pulling fs layer 01:14:44 ec43610c2a17: Pulling fs layer 01:14:44 3a2ae6a8a46f: Pulling fs layer 01:14:44 33b1e0a273af: Pulling fs layer 01:14:44 5d3b04190fa2: Pulling fs layer 01:14:44 2f39f015ded8: Pulling fs layer 01:14:44 3a2ae6a8a46f: Waiting 01:14:44 33b1e0a273af: Waiting 01:14:44 5d3b04190fa2: Waiting 01:14:44 2f39f015ded8: Waiting 01:14:44 5c69ac0246d0: Verifying Checksum 01:14:44 5c69ac0246d0: Download complete 01:14:44 3a2ae6a8a46f: Verifying Checksum 01:14:44 3a2ae6a8a46f: Download complete 01:14:44 33b1e0a273af: Verifying Checksum 01:14:44 33b1e0a273af: Download complete 01:14:44 ec43610c2a17: Verifying Checksum 01:14:44 ec43610c2a17: Download complete 01:14:44 5d3b04190fa2: Verifying Checksum 01:14:44 5d3b04190fa2: Download complete 01:14:44 5eb5b503b376: Verifying Checksum 01:14:44 5eb5b503b376: Download complete 01:14:45 2f39f015ded8: Verifying Checksum 01:14:45 2f39f015ded8: Download complete 01:14:45 5eb5b503b376: Pull complete 01:14:46 5c69ac0246d0: Pull complete 01:14:46 ec43610c2a17: Pull complete 01:14:46 3a2ae6a8a46f: Pull complete 01:14:46 33b1e0a273af: Pull complete 01:14:47 5d3b04190fa2: Pull complete 01:14:51 2f39f015ded8: Pull complete 01:14:51 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 01:14:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:14:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:14:51 prd-centos7-docker-4c-2g-4944 does not seem to be running inside a container 01:14: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/871/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:14:56 $ docker top da7c17bf60e7f7a4acfe4e939e115020e0914106b9076b851df034f0afc29f44 -eo pid,comm [Pipeline] { [Pipeline] sh 01:14:56 + touch /tmp/pre-build-complete [Pipeline] sh 01:14:57 + mkdir -p /var/log/sysstat [Pipeline] sh 01:14:57 + ls /var/log/sa-host 01:14:57 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:14:57 provisioning config files... 01:14:57 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config16479808570776044601tmp [Pipeline] { [Pipeline] echo 01:14:57 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:14:57 ---> create-netrc.sh [Pipeline] } 01:14:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:14:58 ---> python-tools-install.sh [Pipeline] echo 01:14:58 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:14:58 ---> sudo-logs.sh 01:14:58 Archiving 'sudo' log.. 01:14:58 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:14:58 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 01:14:58 $ docker stop --time=1 da7c17bf60e7f7a4acfe4e939e115020e0914106b9076b851df034f0afc29f44 01:14:59 $ docker rm -f --volumes da7c17bf60e7f7a4acfe4e939e115020e0914106b9076b851df034f0afc29f44 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 01:14:59 [WS-CLEANUP] Deleting project workspace... 01:14:59 [WS-CLEANUP] Deferred wipeout is used... 01:14:59 [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] } 01:30:56 #134 ... 01:30:56 01:30:56 #145 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:30:56 #145 DONE 1103.5s 01:30:56 01:30:56 #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:30:56 #149 ... 01:30:56 01:30:56 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:30:56 #155 DONE 0.2s 01:30:56 01:30:56 #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:30:56 #146 ... 01:30:56 01:30:56 #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:30:56 #156 DONE 0.1s 01:30:56 01:30:56 #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 01:30:56 #157 DONE 0.3s 01:30:56 01:30:56 #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 01:30:56 #158 DONE 0.1s 01:30:56 01:30:56 #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 01:30:56 #159 DONE 0.2s 01:30:56 01:30:56 #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:30:56 #160 DONE 2.3s 01:30:56 01:30:56 #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:30:56 #149 ... 01:30:56 01:30:56 #116 [core-common-config-bootstrapper] exporting to image 01:30:56 #116 exporting layers 01:30:56 #116 exporting layers 0.8s done 01:30:56 #116 writing image sha256:8c9c3a245d06be5d77347e7ed79cdc3fc891851c64d913941a071673671bd180 done 01:30:56 #116 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 01:30:56 #116 DONE 5.0s 01:30:56 01:30:56 #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:31:11 #149 ... 01:31:11 01:31:11 #152 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:31:11 #152 DONE 1128.3s 01:31:11 01:31:11 #50 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:31:11 #50 ... 01:31:11 01:31:11 #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 01:31:11 #161 DONE 0.2s 01:31:11 01:31:11 #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:31:11 #149 ... 01:31:11 01:31:11 #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 01:31:13 #162 DONE 2.0s 01:31:13 01:31:13 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 01:31:13 #163 DONE 0.3s 01:31:13 01:31:13 #147 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:31:13 #147 ... 01:31:13 01:31:13 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 01:31:13 #164 DONE 0.2s 01:31:13 01:31:13 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:31:13 #165 DONE 0.3s 01:31:13 01:31:13 #50 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:31:14 #50 ... 01:31:14 01:31:14 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 01:31:14 #166 DONE 0.2s 01:31:14 01:31:14 #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/ 01:31:14 #167 DONE 0.1s 01:31:14 01:31:14 #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/ 01:31:14 #168 DONE 0.1s 01:31:14 01:31:14 #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/ 01:31:14 #169 DONE 0.1s 01:31:14 01:31:14 #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:31:14 #151 ... 01:31:14 01:31:14 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:31:14 #170 DONE 0.1s 01:31:15 01:31:15 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 01:31:16 #171 DONE 2.2s 01:31:16 01:31:16 #116 [security-bootstrapper] exporting to image 01:31:16 #116 exporting layers 01:31:18 #116 exporting layers 1.3s done 01:31:18 #116 writing image sha256:13b51810dcb7dce65741626e32ba174f9b5e60bdca07ebf02d47a369a2aaff44 done 01:31:18 #116 naming to docker.io/library/security-bootstrapper-arm64 done 01:31:18 #116 DONE 6.3s 01:31:18 01:31:18 #50 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:46:55 #50 ... 01:46:55 01:46:55 #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:46:55 #151 DONE 2060.4s 01:46:55 01:46:55 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:46:55 #144 ... 01:46:55 01:46:55 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 01:46:55 #172 DONE 0.2s 01:46:55 01:46:55 #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 01:46:55 #150 ... 01:46:55 01:46:55 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 01:46:55 #173 DONE 0.1s 01:46:55 01:46:55 #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:46:55 #174 DONE 0.4s 01:46:55 01:46:55 #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 01:46:55 #175 DONE 0.1s 01:46:55 01:46:55 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:46:55 #144 ... 01:46:55 01:46:55 #116 [core-command] exporting to image 01:46:55 #116 exporting layers 01:46:55 #116 exporting layers 0.4s done 01:46:55 #116 writing image sha256:d3be9bfcc0a77c0e35eb87f353f5842aaed832001f568b910fee3c819a738f54 0.1s done 01:46:55 #116 naming to docker.io/library/core-command-arm64 done 01:46:55 #116 DONE 6.8s 01:46:55 01:46:55 #50 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:47:14 #50 ... 01:47:14 01:47:14 #153 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:47:14 #153 DONE 2089.8s 01:47:14 01:47:14 #50 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:47:14 #50 ... 01:47:14 01:47:14 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 01:47:14 #176 DONE 0.5s 01:47:14 01:47:14 #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 01:47:14 #177 DONE 0.2s 01:47:14 01:47:14 #50 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:47:14 #50 ... 01:47:14 01:47:14 #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 01:47:14 #178 DONE 0.2s 01:47:14 01:47:14 #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 01:47:14 #179 DONE 0.1s 01:47:14 01:47:14 #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:47:14 #180 DONE 0.4s 01:47:14 01:47:14 #154 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:47:14 #154 ... 01:47:14 01:47:14 #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 01:47:14 #181 DONE 0.2s 01:47:14 01:47:14 #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:47:15 #182 DONE 1.7s 01:47:15 01:47:15 #116 [security-proxy-setup] exporting to image 01:47:15 #116 exporting layers 01:47:16 #116 exporting layers 1.0s done 01:47:16 #116 writing image sha256:0372497036d30fe29fd1c51adc7de2a820b61348bbc80e1a0b163ddbaa74fa9c done 01:47:16 #116 naming to docker.io/library/security-proxy-setup-arm64 done 01:47:16 #116 DONE 7.8s 01:47:16 01:47:16 #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 01:47:19 #150 ... 01:47:19 01:47:19 #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:47:19 #146 2097.5 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.39 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:47:52 #146 DONE 2128.2s 01:47:52 01:47:52 #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:47:52 #64 ... 01:47:52 01:47:52 #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 01:47:52 #183 DONE 0.1s 01:47:52 01:47:52 #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:47:52 #64 ... 01:47:52 01:47:52 #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 01:47:52 #184 DONE 0.1s 01:47:52 01:47:52 #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 01:47:52 #185 DONE 0.1s 01:47:52 01:47:52 #50 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:47:52 #50 ... 01:47:52 01:47:52 #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 01:47:52 #186 DONE 0.1s 01:47:52 01:47:52 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 01:47:52 #187 DONE 0.1s 01:47:52 01:47:52 #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:47:52 #64 ... 01:47:52 01:47:52 #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:47:52 #188 DONE 0.3s 01:47:52 01:47:52 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:47:52 #144 ... 01:47:52 01:47:52 #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:47:52 #189 DONE 0.4s 01:47:52 01:47:52 #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:47:52 #64 ... 01:47:52 01:47:52 #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:47:52 #190 DONE 0.1s 01:47:53 01:47:53 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:47:54 #191 DONE 2.0s 01:47:54 01:47:54 #116 [security-secretstore-setup] exporting to image 01:47:54 #116 exporting layers 01:47:56 #116 exporting layers 1.5s done 01:47:56 #116 writing image sha256:064308fcd7fa911f6920392ae491fdc7fc9d1602e1e0c6d395e07ac0607bae03 done 01:47:56 #116 naming to docker.io/library/security-secretstore-setup-arm64 done 01:47:56 #116 DONE 9.3s 01:47:56 01:47:56 #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:48:43 #149 ... 01:48:43 01:48:43 #154 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:48:43 #154 DONE 2176.1s 01:48:43 01:48:43 #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:48:43 #148 ... 01:48:43 01:48:43 #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:48:43 #192 DONE 0.3s 01:48:43 01:48:43 #134 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:48:43 #134 ... 01:48:43 01:48:43 #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:48:43 #193 DONE 0.1s 01:48:43 01:48:43 #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:48:43 #149 ... 01:48:43 01:48:43 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 01:48:43 #194 DONE 0.5s 01:48:43 01:48:43 #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 01:48:43 #195 DONE 0.1s 01:48:43 01:48:43 #116 [security-spiffe-token-provider] exporting to image 01:48:43 #116 exporting layers 01:48:43 #116 exporting layers 1.1s done 01:48:43 #116 writing image sha256:4de03e71c2f9a87bc5eb3f566d4a21c3dc160dfa985265e2f57ea33eeabaa877 done 01:48:43 #116 naming to docker.io/library/security-spiffe-token-provider-arm64 done 01:48:43 #116 DONE 10.4s 01:48:43 01:48:43 #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:49:39 #64 ... 01:49:39 01:49:39 #147 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:49:39 #147 DONE 2228.8s 01:49:39 01:49:39 #134 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:49:39 #134 ... 01:49:39 01:49:39 #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:49:39 #148 DONE 2229.5s 01:49:39 01:49:39 #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:49:39 #196 DONE 0.2s 01:49:39 01:49:39 #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:49:39 #64 ... 01:49:39 01:49:39 #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:49:39 #197 DONE 0.4s 01:49:39 01:49:39 #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 01:49:39 #198 ... 01:49:39 01:49:39 #199 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:49:39 #199 CACHED 01:49:39 01:49:39 #200 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:49:39 #200 CACHED 01:49:39 01:49:39 #201 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:49:39 #201 ... 01:49:39 01:49:39 #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 01:49:39 #198 DONE 0.8s 01:49:39 01:49:39 #201 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:49:39 #201 DONE 0.6s 01:49:39 01:49:39 #202 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 01:49:39 #202 DONE 0.2s 01:49:39 01:49:39 #203 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 01:49:39 #203 DONE 0.2s 01:49:39 01:49:39 #204 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 01:49:39 #204 ... 01:49:39 01:49:39 #205 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 01:49:39 #205 DONE 0.2s 01:49:39 01:49:39 #204 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 01:49:39 #204 DONE 0.2s 01:49:39 01:49:39 #116 [core-metadata] exporting to image 01:49:39 #116 exporting layers 01:49:39 #116 ... 01:49:39 01:49:39 #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 01:49:39 #150 DONE 2232.4s 01:49:39 01:49:39 #206 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:49:39 #206 ... 01:49:39 01:49:39 #116 [core-metadata] exporting to image 01:49:39 #116 exporting layers 1.2s done 01:49:39 #116 writing image sha256:9b42eeee6cddbbfcc390d942f4945f69f91c13ff2db0beec5fd7065d4064eef2 0.0s done 01:49:39 #116 naming to docker.io/library/core-metadata-arm64 0.0s done 01:49:39 #116 DONE 11.7s 01:49:39 01:49:39 #207 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 01:49:39 #207 DONE 0.2s 01:49:39 01:49:39 #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:49:39 #64 ... 01:49:39 01:49:39 #208 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 01:49:39 #208 DONE 0.7s 01:49:39 01:49:39 #206 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:49:39 #206 ... 01:49:39 01:49:39 #209 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 01:49:39 #209 DONE 0.2s 01:49:39 01:49:39 #116 [core-keeper] exporting to image 01:49:39 #116 ... 01:49:39 01:49:39 #206 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:49:39 #206 DONE 3.0s 01:49:39 01:49:39 #116 [security-proxy-auth] exporting to image 01:49:39 #116 exporting layers 0.9s done 01:49:39 #116 writing image sha256:35e40536fd6777ac074e56e69010368aab1ccf67d7a18cd8b1f5cdd4e55a92bf done 01:49:39 #116 naming to docker.io/library/core-keeper-arm64 done 01:49:39 #116 exporting layers 0.9s done 01:49:39 #116 writing image sha256:cdc361771fd5a5a6eada8e95837d0bedfe465e94287ebd27c397ae86d471c3ed done 01:49:39 #116 naming to docker.io/library/security-proxy-auth-arm64 done 01:49:39 #116 DONE 13.5s 01:49:39 01:49:39 #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:49:39 #149 DONE 2236.2s 01:49:39 01:49:39 #134 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:49:39 #134 ... 01:49:39 01:49:39 #210 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:49:39 #210 DONE 0.2s 01:49:39 01:49:39 #211 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:49:39 #211 DONE 0.1s 01:49:39 01:49:39 #50 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:49:39 #50 ... 01:49:39 01:49:39 #212 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:49:39 #212 DONE 0.4s 01:49:39 01:49:39 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:49:39 #144 ... 01:49:39 01:49:39 #213 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 01:49:39 #213 DONE 0.1s 01:49:39 01:49:39 #116 [core-data] exporting to image 01:49:40 #116 exporting layers 0.6s done 01:49:40 #116 writing image sha256:37d9e7c5d501d877eb37dcf01abb3cf159c61041c748b3a024c346bb202e3c6b done 01:49:40 #116 naming to docker.io/library/core-data-arm64 done 01:49:40 #116 DONE 14.1s 01:49:40 01:49:40 #134 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:50:07 #134 DONE 2262.2s 01:50:07 01:50:07 #50 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:50:07 #50 ... 01:50:07 01:50:07 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:50:07 #214 DONE 0.2s 01:50:07 01:50:07 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:50:07 #215 DONE 0.1s 01:50:07 01:50:07 #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:50:07 #64 ... 01:50:07 01:50:07 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:50:07 #216 DONE 0.6s 01:50:07 01:50:07 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:50:07 #144 ... 01:50:07 01:50:07 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 01:50:07 #217 DONE 0.1s 01:50:07 01:50:07 #116 [support-scheduler] exporting to image 01:50:07 #116 exporting layers 01:50:07 #116 exporting layers 1.1s done 01:50:07 #116 writing image sha256:dc8b97b907fa92320e5b02cd333577ef5d0e2cc07cbd787a46d1c9da908c4b5c done 01:50:07 #116 naming to docker.io/library/support-scheduler-arm64 done 01:50:07 #116 DONE 15.2s 01:50:07 01:50:07 #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:50:12 #64 ... 01:50:12 01:50:12 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:50:12 #144 DONE 2269.6s 01:50:12 01:50:12 #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:50:12 #64 ... 01:50:12 01:50:12 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:50:12 #218 DONE 0.1s 01:50:12 01:50:12 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:50:12 #219 DONE 0.1s 01:50:12 01:50:12 #50 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:50:12 #50 ... 01:50:12 01:50:12 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:50:12 #220 DONE 0.4s 01:50:12 01:50:12 #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:50:12 #64 ... 01:50:12 01:50:12 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 01:50:12 #221 DONE 0.1s 01:50:12 01:50:12 #116 [support-notifications] exporting to image 01:50:12 #116 exporting layers 01:50:13 #116 exporting layers 0.6s done 01:50:13 #116 writing image sha256:5b89df5e385a11868557dfe47bc731b14f17d47b3ed07718f5a14e57a9e0b1e3 done 01:50:13 #116 naming to docker.io/library/support-notifications-arm64 done 01:50:13 #116 DONE 15.8s 01:50:13 01:50:13 #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:50:13 time="2025-07-11T01:09:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:50:13 time="2025-07-11T01:09:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:50:13 time="2025-07-11T01:09:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:50:13 time="2025-07-11T01:09:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:50:13 time="2025-07-11T01:09:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:50:13 time="2025-07-11T01:09:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:50:13 time="2025-07-11T01:09:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:50:13 time="2025-07-11T01:09:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:50:13 time="2025-07-11T01:09:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:50:13 time="2025-07-11T01:09:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:50:13 time="2025-07-11T01:09:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:50:13 time="2025-07-11T01:09:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:50:13 time="2025-07-11T01:09:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:50:13 time="2025-07-11T01:09:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:50:13 time="2025-07-11T01:09:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 01:50:13 $ docker stop --time=1 63314ecf5d5ba7c1a37d78cad7abc3df76af6d9e837fefed4b1659015f18551c 01:50:15 $ docker rm -f --volumes 63314ecf5d5ba7c1a37d78cad7abc3df76af6d9e837fefed4b1659015f18551c [Pipeline] // withDockerContainer [Pipeline] sh 01:50:15 + docker images 01:50:15 REPOSITORY TAG IMAGE ID CREATED SIZE 01:50:15 support-notifications-arm64 latest 5b89df5e385a 3 seconds ago 58.8MB 01:50:15 support-scheduler-arm64 latest dc8b97b907fa 10 seconds ago 55.1MB 01:50:15 core-data-arm64 latest 37d9e7c5d501 36 seconds ago 39.4MB 01:50:15 security-proxy-auth-arm64 latest cdc361771fd5 39 seconds ago 38.3MB 01:50:15 core-keeper-arm64 latest 35e40536fd67 40 seconds ago 33MB 01:50:15 core-metadata-arm64 latest 9b42eeee6cdd 42 seconds ago 39.5MB 01:50:15 security-spiffe-token-provider-arm64 latest 4de03e71c2f9 About a minute ago 54.6MB 01:50:15 security-secretstore-setup-arm64 latest 064308fcd7fa 2 minutes ago 74.7MB 01:50:15 security-proxy-setup-arm64 latest 0372497036d3 3 minutes ago 45MB 01:50:15 core-command-arm64 latest d3be9bfcc0a7 3 minutes ago 34.9MB 01:50:15 security-bootstrapper-arm64 latest 13b51810dcb7 18 minutes ago 27MB 01:50:15 core-common-config-bootstrapper-arm64 latest 8c9c3a245d06 19 minutes ago 24MB 01:50:15 security-spire-agent-arm64 latest c136baa61fc7 39 minutes ago 193MB 01:50:15 security-spire-config-arm64 latest 3b0f849f1191 39 minutes ago 149MB 01:50:15 security-spire-server-arm64 latest 790b33f1ab8e 39 minutes ago 149MB 01:50:15 ci-base-image-arm64 latest 5b5a883e4325 41 minutes ago 909MB 01:50:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 3bb21d53e231 3 weeks ago 560MB 01:50:15 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 01:50:15 provisioning config files... 01:50:15 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/871@tmp/config5950651826980283692tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:50:16 ---> ****-login.sh 01:50:16 nexus3.edgexfoundry.org:10001 01:50:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:50:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:50:16 Configure a credential helper to remove this warning. See 01:50:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:50:16 01:50:16 Login Succeeded 01:50:16 nexus3.edgexfoundry.org:10002 01:50:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:50:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:50:17 Configure a credential helper to remove this warning. See 01:50:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:50:17 01:50:17 Login Succeeded 01:50:17 nexus3.edgexfoundry.org:10003 01:50:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:50:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:50:17 Configure a credential helper to remove this warning. See 01:50:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:50:17 01:50:17 Login Succeeded 01:50:17 nexus3.edgexfoundry.org:10004 01:50:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:50:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:50:17 Configure a credential helper to remove this warning. See 01:50:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:50:17 01:50:17 Login Succeeded 01:50:17 ****.io 01:50:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:50:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:50:18 Configure a credential helper to remove this warning. See 01:50:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:50:18 01:50:18 Login Succeeded 01:50:18 ---> ****-login.sh ends [Pipeline] } 01:50:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:50:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:50:18 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 01:50:18 be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:50:18 latest 01:50:18 4.1.0-dev.39 01:50:18 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:50:18 main 01:50:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:18 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:19 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:50:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 01:50:19 ec646d43b064: Preparing 01:50:19 a2dd00f5e479: Preparing 01:50:19 3d688c99bdb7: Preparing 01:50:19 66360449f9e6: Preparing 01:50:19 0b3db40b63bb: Preparing 01:50:19 a26b892eb148: Preparing 01:50:19 dd9c8f8612c8: Preparing 01:50:19 a26b892eb148: Waiting 01:50:19 dd9c8f8612c8: Waiting 01:50:19 66360449f9e6: Pushed 01:50:19 3d688c99bdb7: Pushed 01:50:19 ec646d43b064: Pushed 01:50:19 dd9c8f8612c8: Layer already exists 01:50:19 a26b892eb148: Pushed 01:50:20 0b3db40b63bb: Pushed 01:50:24 a2dd00f5e479: Pushed 01:50:24 be28a41d6891c049751c2691a0cffa4ea8b2cf08: digest: sha256:03e1eddd0ad7f29be90e081b3a04b7004074d1e42692b9796d9ec93e1ae165fe size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:24 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:24 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 01:50:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 01:50:24 ec646d43b064: Preparing 01:50:24 a2dd00f5e479: Preparing 01:50:24 3d688c99bdb7: Preparing 01:50:24 66360449f9e6: Preparing 01:50:24 0b3db40b63bb: Preparing 01:50:24 a26b892eb148: Preparing 01:50:24 dd9c8f8612c8: Preparing 01:50:24 a26b892eb148: Waiting 01:50:24 dd9c8f8612c8: Waiting 01:50:24 a2dd00f5e479: Layer already exists 01:50:24 0b3db40b63bb: Layer already exists 01:50:24 66360449f9e6: Layer already exists 01:50:24 ec646d43b064: Layer already exists 01:50:24 3d688c99bdb7: Layer already exists 01:50:24 dd9c8f8612c8: Layer already exists 01:50:24 a26b892eb148: Layer already exists 01:50:25 latest: digest: sha256:03e1eddd0ad7f29be90e081b3a04b7004074d1e42692b9796d9ec93e1ae165fe size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:25 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:25 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.39 01:50:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 01:50:26 ec646d43b064: Preparing 01:50:26 a2dd00f5e479: Preparing 01:50:26 3d688c99bdb7: Preparing 01:50:26 66360449f9e6: Preparing 01:50:26 0b3db40b63bb: Preparing 01:50:26 a26b892eb148: Preparing 01:50:26 dd9c8f8612c8: Preparing 01:50:26 a26b892eb148: Waiting 01:50:26 dd9c8f8612c8: Waiting 01:50:26 ec646d43b064: Layer already exists 01:50:26 66360449f9e6: Layer already exists 01:50:26 0b3db40b63bb: Layer already exists 01:50:26 3d688c99bdb7: Layer already exists 01:50:26 a2dd00f5e479: Layer already exists 01:50:26 a26b892eb148: Layer already exists 01:50:26 dd9c8f8612c8: Layer already exists 01:50:26 4.1.0-dev.39: digest: sha256:03e1eddd0ad7f29be90e081b3a04b7004074d1e42692b9796d9ec93e1ae165fe size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:26 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:26 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:50:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 01:50:26 ec646d43b064: Preparing 01:50:26 a2dd00f5e479: Preparing 01:50:26 3d688c99bdb7: Preparing 01:50:26 66360449f9e6: Preparing 01:50:26 0b3db40b63bb: Preparing 01:50:26 a26b892eb148: Preparing 01:50:26 dd9c8f8612c8: Preparing 01:50:26 a26b892eb148: Waiting 01:50:26 dd9c8f8612c8: Waiting 01:50:26 0b3db40b63bb: Layer already exists 01:50:26 ec646d43b064: Layer already exists 01:50:26 66360449f9e6: Layer already exists 01:50:26 a2dd00f5e479: Layer already exists 01:50:26 3d688c99bdb7: Layer already exists 01:50:26 dd9c8f8612c8: Layer already exists 01:50:26 a26b892eb148: Layer already exists 01:50:27 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39: digest: sha256:03e1eddd0ad7f29be90e081b3a04b7004074d1e42692b9796d9ec93e1ae165fe size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:27 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:27 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 01:50:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 01:50:27 ec646d43b064: Preparing 01:50:27 a2dd00f5e479: Preparing 01:50:27 3d688c99bdb7: Preparing 01:50:27 66360449f9e6: Preparing 01:50:27 0b3db40b63bb: Preparing 01:50:27 a26b892eb148: Preparing 01:50:27 dd9c8f8612c8: Preparing 01:50:27 a26b892eb148: Waiting 01:50:27 dd9c8f8612c8: Waiting 01:50:27 66360449f9e6: Layer already exists 01:50:27 a2dd00f5e479: Layer already exists 01:50:27 ec646d43b064: Layer already exists 01:50:27 3d688c99bdb7: Layer already exists 01:50:27 0b3db40b63bb: Layer already exists 01:50:27 a26b892eb148: Layer already exists 01:50:27 dd9c8f8612c8: Layer already exists 01:50:28 main: digest: sha256:03e1eddd0ad7f29be90e081b3a04b7004074d1e42692b9796d9ec93e1ae165fe size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:50:28 ===================================================== [Pipeline] echo 01:50:28 taggedImages: 01:50:28 - nexus3.edgexfoundry.org:10004/core-command-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:50:28 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 01:50:28 - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.39 01:50:28 - nexus3.edgexfoundry.org:10004/core-command-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:50:28 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 01:50:28 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 01:50:28 be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:50:28 latest 01:50:28 4.1.0-dev.39 01:50:28 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:50:28 main 01:50:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:28 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:29 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:50:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 01:50:29 e5670c747427: Preparing 01:50:29 0504d359753f: Preparing 01:50:29 9541eb6ab5e2: Preparing 01:50:29 f8a45cc356b9: Preparing 01:50:29 3d688c99bdb7: Preparing 01:50:29 66360449f9e6: Preparing 01:50:29 66360449f9e6: Waiting 01:50:29 0b3db40b63bb: Preparing 01:50:29 a26b892eb148: Preparing 01:50:29 0b3db40b63bb: Waiting 01:50:29 dd9c8f8612c8: Preparing 01:50:29 a26b892eb148: Waiting 01:50:29 dd9c8f8612c8: Waiting 01:50:29 3d688c99bdb7: Layer already exists 01:50:29 66360449f9e6: Layer already exists 01:50:29 0504d359753f: Pushed 01:50:29 9541eb6ab5e2: Pushed 01:50:29 0b3db40b63bb: Layer already exists 01:50:29 a26b892eb148: Layer already exists 01:50:29 e5670c747427: Pushed 01:50:29 dd9c8f8612c8: Layer already exists 01:50:31 f8a45cc356b9: Pushed 01:50:31 be28a41d6891c049751c2691a0cffa4ea8b2cf08: digest: sha256:218e1ba6d82f51fdc6defc8542f0bd4b846b53e4c94fc1723a3722d1e3a0f7a6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:31 + 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 01:50:32 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 01:50:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 01:50:32 e5670c747427: Preparing 01:50:32 0504d359753f: Preparing 01:50:32 9541eb6ab5e2: Preparing 01:50:32 f8a45cc356b9: Preparing 01:50:32 3d688c99bdb7: Preparing 01:50:32 66360449f9e6: Preparing 01:50:32 0b3db40b63bb: Preparing 01:50:32 a26b892eb148: Preparing 01:50:32 dd9c8f8612c8: Preparing 01:50:32 a26b892eb148: Waiting 01:50:32 66360449f9e6: Waiting 01:50:32 0b3db40b63bb: Waiting 01:50:32 dd9c8f8612c8: Waiting 01:50:32 e5670c747427: Layer already exists 01:50:32 0504d359753f: Layer already exists 01:50:32 f8a45cc356b9: Layer already exists 01:50:32 3d688c99bdb7: Layer already exists 01:50:32 9541eb6ab5e2: Layer already exists 01:50:32 a26b892eb148: Layer already exists 01:50:32 66360449f9e6: Layer already exists 01:50:32 dd9c8f8612c8: Layer already exists 01:50:32 0b3db40b63bb: Layer already exists 01:50:32 latest: digest: sha256:218e1ba6d82f51fdc6defc8542f0bd4b846b53e4c94fc1723a3722d1e3a0f7a6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:32 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:33 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.39 01:50:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 01:50:33 e5670c747427: Preparing 01:50:33 0504d359753f: Preparing 01:50:33 9541eb6ab5e2: Preparing 01:50:33 f8a45cc356b9: Preparing 01:50:33 3d688c99bdb7: Preparing 01:50:33 66360449f9e6: Preparing 01:50:33 0b3db40b63bb: Preparing 01:50:33 a26b892eb148: Preparing 01:50:33 dd9c8f8612c8: Preparing 01:50:33 0b3db40b63bb: Waiting 01:50:33 a26b892eb148: Waiting 01:50:33 66360449f9e6: Waiting 01:50:33 dd9c8f8612c8: Waiting 01:50:33 e5670c747427: Layer already exists 01:50:33 3d688c99bdb7: Layer already exists 01:50:33 0504d359753f: Layer already exists 01:50:33 9541eb6ab5e2: Layer already exists 01:50:33 f8a45cc356b9: Layer already exists 01:50:33 a26b892eb148: Layer already exists 01:50:33 66360449f9e6: Layer already exists 01:50:33 0b3db40b63bb: Layer already exists 01:50:33 dd9c8f8612c8: Layer already exists 01:50:33 4.1.0-dev.39: digest: sha256:218e1ba6d82f51fdc6defc8542f0bd4b846b53e4c94fc1723a3722d1e3a0f7a6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:33 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:34 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:50:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 01:50:34 e5670c747427: Preparing 01:50:34 0504d359753f: Preparing 01:50:34 9541eb6ab5e2: Preparing 01:50:34 f8a45cc356b9: Preparing 01:50:34 3d688c99bdb7: Preparing 01:50:34 66360449f9e6: Preparing 01:50:34 0b3db40b63bb: Preparing 01:50:34 a26b892eb148: Preparing 01:50:34 dd9c8f8612c8: Preparing 01:50:34 66360449f9e6: Waiting 01:50:34 0b3db40b63bb: Waiting 01:50:34 a26b892eb148: Waiting 01:50:34 dd9c8f8612c8: Waiting 01:50:34 0504d359753f: Layer already exists 01:50:34 e5670c747427: Layer already exists 01:50:34 9541eb6ab5e2: Layer already exists 01:50:34 3d688c99bdb7: Layer already exists 01:50:34 f8a45cc356b9: Layer already exists 01:50:34 66360449f9e6: Layer already exists 01:50:34 dd9c8f8612c8: Layer already exists 01:50:34 0b3db40b63bb: Layer already exists 01:50:34 a26b892eb148: Layer already exists 01:50:34 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39: digest: sha256:218e1ba6d82f51fdc6defc8542f0bd4b846b53e4c94fc1723a3722d1e3a0f7a6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:34 + 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 01:50:35 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 01:50:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 01:50:35 e5670c747427: Preparing 01:50:35 0504d359753f: Preparing 01:50:35 9541eb6ab5e2: Preparing 01:50:35 f8a45cc356b9: Preparing 01:50:35 3d688c99bdb7: Preparing 01:50:35 66360449f9e6: Preparing 01:50:35 0b3db40b63bb: Preparing 01:50:35 a26b892eb148: Preparing 01:50:35 dd9c8f8612c8: Preparing 01:50:35 66360449f9e6: Waiting 01:50:35 0b3db40b63bb: Waiting 01:50:35 a26b892eb148: Waiting 01:50:35 e5670c747427: Layer already exists 01:50:35 0504d359753f: Layer already exists 01:50:35 f8a45cc356b9: Layer already exists 01:50:35 3d688c99bdb7: Layer already exists 01:50:35 9541eb6ab5e2: Layer already exists 01:50:35 a26b892eb148: Layer already exists 01:50:35 0b3db40b63bb: Layer already exists 01:50:35 dd9c8f8612c8: Layer already exists 01:50:35 66360449f9e6: Layer already exists 01:50:35 main: digest: sha256:218e1ba6d82f51fdc6defc8542f0bd4b846b53e4c94fc1723a3722d1e3a0f7a6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:50:35 ===================================================== [Pipeline] echo 01:50:35 taggedImages: 01:50:35 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:50:35 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 01:50:35 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.39 01:50:35 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:50:35 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 01:50:35 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 01:50:35 be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:50:35 latest 01:50:35 4.1.0-dev.39 01:50:35 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:50:35 main 01:50:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:35 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:36 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:50:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 01:50:36 2bb45f56c50e: Preparing 01:50:36 967a36695d93: Preparing 01:50:36 3d688c99bdb7: Preparing 01:50:36 66360449f9e6: Preparing 01:50:36 ab5ae3731b3a: Preparing 01:50:36 d0bb132b315c: Preparing 01:50:36 dd9c8f8612c8: Preparing 01:50:36 d0bb132b315c: Waiting 01:50:36 dd9c8f8612c8: Waiting 01:50:36 66360449f9e6: Layer already exists 01:50:36 3d688c99bdb7: Layer already exists 01:50:36 dd9c8f8612c8: Layer already exists 01:50:36 2bb45f56c50e: Pushed 01:50:36 d0bb132b315c: Pushed 01:50:37 ab5ae3731b3a: Pushed 01:50:42 967a36695d93: Pushed 01:50:42 be28a41d6891c049751c2691a0cffa4ea8b2cf08: digest: sha256:fcd665ff65414c5154bec8ece4a8cd78c74e038fd2dd2471fc8647699c4dc9f7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:42 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:42 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 01:50:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 01:50:42 2bb45f56c50e: Preparing 01:50:42 967a36695d93: Preparing 01:50:42 3d688c99bdb7: Preparing 01:50:42 66360449f9e6: Preparing 01:50:42 ab5ae3731b3a: Preparing 01:50:42 d0bb132b315c: Preparing 01:50:42 dd9c8f8612c8: Preparing 01:50:42 d0bb132b315c: Waiting 01:50:42 dd9c8f8612c8: Waiting 01:50:42 3d688c99bdb7: Layer already exists 01:50:42 66360449f9e6: Layer already exists 01:50:42 967a36695d93: Layer already exists 01:50:42 2bb45f56c50e: Layer already exists 01:50:42 ab5ae3731b3a: Layer already exists 01:50:42 dd9c8f8612c8: Layer already exists 01:50:42 d0bb132b315c: Layer already exists 01:50:42 latest: digest: sha256:fcd665ff65414c5154bec8ece4a8cd78c74e038fd2dd2471fc8647699c4dc9f7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:43 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:43 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.39 01:50:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 01:50:43 2bb45f56c50e: Preparing 01:50:43 967a36695d93: Preparing 01:50:43 3d688c99bdb7: Preparing 01:50:43 66360449f9e6: Preparing 01:50:43 ab5ae3731b3a: Preparing 01:50:43 d0bb132b315c: Preparing 01:50:43 dd9c8f8612c8: Preparing 01:50:43 d0bb132b315c: Waiting 01:50:43 2bb45f56c50e: Layer already exists 01:50:43 ab5ae3731b3a: Layer already exists 01:50:43 967a36695d93: Layer already exists 01:50:43 66360449f9e6: Layer already exists 01:50:43 3d688c99bdb7: Layer already exists 01:50:43 dd9c8f8612c8: Layer already exists 01:50:43 d0bb132b315c: Layer already exists 01:50:43 4.1.0-dev.39: digest: sha256:fcd665ff65414c5154bec8ece4a8cd78c74e038fd2dd2471fc8647699c4dc9f7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:44 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:44 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:50:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 01:50:44 2bb45f56c50e: Preparing 01:50:44 967a36695d93: Preparing 01:50:44 3d688c99bdb7: Preparing 01:50:44 66360449f9e6: Preparing 01:50:44 ab5ae3731b3a: Preparing 01:50:44 d0bb132b315c: Preparing 01:50:44 dd9c8f8612c8: Preparing 01:50:44 d0bb132b315c: Waiting 01:50:44 3d688c99bdb7: Layer already exists 01:50:44 2bb45f56c50e: Layer already exists 01:50:44 66360449f9e6: Layer already exists 01:50:44 ab5ae3731b3a: Layer already exists 01:50:44 967a36695d93: Layer already exists 01:50:44 dd9c8f8612c8: Layer already exists 01:50:44 d0bb132b315c: Layer already exists 01:50:44 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39: digest: sha256:fcd665ff65414c5154bec8ece4a8cd78c74e038fd2dd2471fc8647699c4dc9f7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:45 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:45 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 01:50:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 01:50:45 2bb45f56c50e: Preparing 01:50:45 967a36695d93: Preparing 01:50:45 3d688c99bdb7: Preparing 01:50:45 66360449f9e6: Preparing 01:50:45 ab5ae3731b3a: Preparing 01:50:45 d0bb132b315c: Preparing 01:50:45 dd9c8f8612c8: Preparing 01:50:45 d0bb132b315c: Waiting 01:50:45 dd9c8f8612c8: Waiting 01:50:45 967a36695d93: Layer already exists 01:50:45 66360449f9e6: Layer already exists 01:50:45 2bb45f56c50e: Layer already exists 01:50:45 3d688c99bdb7: Layer already exists 01:50:45 ab5ae3731b3a: Layer already exists 01:50:45 d0bb132b315c: Layer already exists 01:50:45 dd9c8f8612c8: Layer already exists 01:50:45 main: digest: sha256:fcd665ff65414c5154bec8ece4a8cd78c74e038fd2dd2471fc8647699c4dc9f7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:50:45 ===================================================== [Pipeline] echo 01:50:45 taggedImages: 01:50:45 - nexus3.edgexfoundry.org:10004/core-data-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:50:45 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 01:50:45 - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.39 01:50:45 - nexus3.edgexfoundry.org:10004/core-data-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:50:45 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 01:50:45 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 01:50:45 be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:50:45 latest 01:50:45 4.1.0-dev.39 01:50:45 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:50:45 main 01:50:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:46 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:46 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:50:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 01:50:46 f17524886794: Preparing 01:50:46 c5bf962275bf: Preparing 01:50:46 66360449f9e6: Preparing 01:50:46 419bd30e6640: Preparing 01:50:46 df9cc7e12e7c: Preparing 01:50:46 dd9c8f8612c8: Preparing 01:50:46 dd9c8f8612c8: Waiting 01:50:46 66360449f9e6: Layer already exists 01:50:46 dd9c8f8612c8: Layer already exists 01:50:46 f17524886794: Pushed 01:50:46 419bd30e6640: Pushed 01:50:46 df9cc7e12e7c: Pushed 01:50:52 c5bf962275bf: Pushed 01:50:52 be28a41d6891c049751c2691a0cffa4ea8b2cf08: digest: sha256:082d4518337e719dc7830aae4256f7a7d2575bed002716a5dc59b645906db5e4 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:52 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:53 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 01:50:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 01:50:53 f17524886794: Preparing 01:50:53 c5bf962275bf: Preparing 01:50:53 66360449f9e6: Preparing 01:50:53 419bd30e6640: Preparing 01:50:53 df9cc7e12e7c: Preparing 01:50:53 dd9c8f8612c8: Preparing 01:50:53 dd9c8f8612c8: Waiting 01:50:53 df9cc7e12e7c: Layer already exists 01:50:53 66360449f9e6: Layer already exists 01:50:53 c5bf962275bf: Layer already exists 01:50:53 f17524886794: Layer already exists 01:50:53 419bd30e6640: Layer already exists 01:50:53 dd9c8f8612c8: Layer already exists 01:50:53 latest: digest: sha256:082d4518337e719dc7830aae4256f7a7d2575bed002716a5dc59b645906db5e4 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:53 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:53 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.39 01:50:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 01:50:53 f17524886794: Preparing 01:50:53 c5bf962275bf: Preparing 01:50:53 66360449f9e6: Preparing 01:50:53 419bd30e6640: Preparing 01:50:53 df9cc7e12e7c: Preparing 01:50:53 dd9c8f8612c8: Preparing 01:50:53 dd9c8f8612c8: Waiting 01:50:53 66360449f9e6: Layer already exists 01:50:53 df9cc7e12e7c: Layer already exists 01:50:53 f17524886794: Layer already exists 01:50:53 419bd30e6640: Layer already exists 01:50:53 c5bf962275bf: Layer already exists 01:50:53 dd9c8f8612c8: Layer already exists 01:50:54 4.1.0-dev.39: digest: sha256:082d4518337e719dc7830aae4256f7a7d2575bed002716a5dc59b645906db5e4 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:54 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:54 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:50:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 01:50:54 f17524886794: Preparing 01:50:54 c5bf962275bf: Preparing 01:50:54 66360449f9e6: Preparing 01:50:54 419bd30e6640: Preparing 01:50:54 df9cc7e12e7c: Preparing 01:50:54 dd9c8f8612c8: Preparing 01:50:54 dd9c8f8612c8: Waiting 01:50:54 df9cc7e12e7c: Layer already exists 01:50:54 c5bf962275bf: Layer already exists 01:50:54 66360449f9e6: Layer already exists 01:50:54 419bd30e6640: Layer already exists 01:50:54 f17524886794: Layer already exists 01:50:54 dd9c8f8612c8: Layer already exists 01:50:54 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39: digest: sha256:082d4518337e719dc7830aae4256f7a7d2575bed002716a5dc59b645906db5e4 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:55 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:55 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 01:50:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 01:50:55 f17524886794: Preparing 01:50:55 c5bf962275bf: Preparing 01:50:55 66360449f9e6: Preparing 01:50:55 419bd30e6640: Preparing 01:50:55 df9cc7e12e7c: Preparing 01:50:55 dd9c8f8612c8: Preparing 01:50:55 dd9c8f8612c8: Waiting 01:50:55 c5bf962275bf: Layer already exists 01:50:55 f17524886794: Layer already exists 01:50:55 419bd30e6640: Layer already exists 01:50:55 df9cc7e12e7c: Layer already exists 01:50:55 66360449f9e6: Layer already exists 01:50:55 dd9c8f8612c8: Layer already exists 01:50:55 main: digest: sha256:082d4518337e719dc7830aae4256f7a7d2575bed002716a5dc59b645906db5e4 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:50:56 ===================================================== [Pipeline] echo 01:50:56 taggedImages: 01:50:56 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:50:56 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 01:50:56 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.39 01:50:56 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:50:56 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 01:50:56 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 01:50:56 be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:50:56 latest 01:50:56 4.1.0-dev.39 01:50:56 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:50:56 main 01:50:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:56 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:56 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:50:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 01:50:56 52e963c4b52f: Preparing 01:50:56 329a2c871e45: Preparing 01:50:56 04d45b00629a: Preparing 01:50:56 3d688c99bdb7: Preparing 01:50:56 66360449f9e6: Preparing 01:50:56 0b3db40b63bb: Preparing 01:50:56 a26b892eb148: Preparing 01:50:56 dd9c8f8612c8: Preparing 01:50:56 a26b892eb148: Waiting 01:50:56 dd9c8f8612c8: Waiting 01:50:56 0b3db40b63bb: Waiting 01:50:56 66360449f9e6: Layer already exists 01:50:57 3d688c99bdb7: Layer already exists 01:50:57 0b3db40b63bb: Layer already exists 01:50:57 a26b892eb148: Layer already exists 01:50:57 329a2c871e45: Pushed 01:50:57 dd9c8f8612c8: Layer already exists 01:50:57 52e963c4b52f: Pushed 01:51:02 04d45b00629a: Pushed 01:51:02 be28a41d6891c049751c2691a0cffa4ea8b2cf08: digest: sha256:646da238003df3b27ef226bd8dad7b3f56e34fcc88e7b174c0e8635baee21ccd size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:03 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:03 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 01:51:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 01:51:03 52e963c4b52f: Preparing 01:51:03 329a2c871e45: Preparing 01:51:03 04d45b00629a: Preparing 01:51:03 3d688c99bdb7: Preparing 01:51:03 66360449f9e6: Preparing 01:51:03 0b3db40b63bb: Preparing 01:51:03 a26b892eb148: Preparing 01:51:03 dd9c8f8612c8: Preparing 01:51:03 0b3db40b63bb: Waiting 01:51:03 a26b892eb148: Waiting 01:51:03 dd9c8f8612c8: Waiting 01:51:03 329a2c871e45: Layer already exists 01:51:03 3d688c99bdb7: Layer already exists 01:51:03 04d45b00629a: Layer already exists 01:51:03 66360449f9e6: Layer already exists 01:51:03 52e963c4b52f: Layer already exists 01:51:03 a26b892eb148: Layer already exists 01:51:03 0b3db40b63bb: Layer already exists 01:51:03 dd9c8f8612c8: Layer already exists 01:51:03 latest: digest: sha256:646da238003df3b27ef226bd8dad7b3f56e34fcc88e7b174c0e8635baee21ccd size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:04 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:04 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.39 01:51:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 01:51:04 52e963c4b52f: Preparing 01:51:04 329a2c871e45: Preparing 01:51:04 04d45b00629a: Preparing 01:51:04 3d688c99bdb7: Preparing 01:51:04 66360449f9e6: Preparing 01:51:04 0b3db40b63bb: Preparing 01:51:04 a26b892eb148: Preparing 01:51:04 dd9c8f8612c8: Preparing 01:51:04 0b3db40b63bb: Waiting 01:51:04 dd9c8f8612c8: Waiting 01:51:04 a26b892eb148: Waiting 01:51:04 52e963c4b52f: Layer already exists 01:51:04 329a2c871e45: Layer already exists 01:51:04 3d688c99bdb7: Layer already exists 01:51:04 04d45b00629a: Layer already exists 01:51:04 66360449f9e6: Layer already exists 01:51:04 0b3db40b63bb: Layer already exists 01:51:04 a26b892eb148: Layer already exists 01:51:04 dd9c8f8612c8: Layer already exists 01:51:04 4.1.0-dev.39: digest: sha256:646da238003df3b27ef226bd8dad7b3f56e34fcc88e7b174c0e8635baee21ccd size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:05 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:05 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:51:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 01:51:05 52e963c4b52f: Preparing 01:51:05 329a2c871e45: Preparing 01:51:05 04d45b00629a: Preparing 01:51:05 3d688c99bdb7: Preparing 01:51:05 66360449f9e6: Preparing 01:51:05 0b3db40b63bb: Preparing 01:51:05 a26b892eb148: Preparing 01:51:05 dd9c8f8612c8: Preparing 01:51:05 0b3db40b63bb: Waiting 01:51:05 a26b892eb148: Waiting 01:51:05 dd9c8f8612c8: Waiting 01:51:05 52e963c4b52f: Layer already exists 01:51:05 3d688c99bdb7: Layer already exists 01:51:05 04d45b00629a: Layer already exists 01:51:05 66360449f9e6: Layer already exists 01:51:05 329a2c871e45: Layer already exists 01:51:05 dd9c8f8612c8: Layer already exists 01:51:05 0b3db40b63bb: Layer already exists 01:51:05 a26b892eb148: Layer already exists 01:51:05 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39: digest: sha256:646da238003df3b27ef226bd8dad7b3f56e34fcc88e7b174c0e8635baee21ccd size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:05 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:06 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 01:51:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 01:51:06 52e963c4b52f: Preparing 01:51:06 329a2c871e45: Preparing 01:51:06 04d45b00629a: Preparing 01:51:06 3d688c99bdb7: Preparing 01:51:06 66360449f9e6: Preparing 01:51:06 0b3db40b63bb: Preparing 01:51:06 a26b892eb148: Preparing 01:51:06 dd9c8f8612c8: Preparing 01:51:06 a26b892eb148: Waiting 01:51:06 dd9c8f8612c8: Waiting 01:51:06 0b3db40b63bb: Waiting 01:51:06 66360449f9e6: Layer already exists 01:51:06 52e963c4b52f: Layer already exists 01:51:06 3d688c99bdb7: Layer already exists 01:51:06 329a2c871e45: Layer already exists 01:51:06 04d45b00629a: Layer already exists 01:51:06 a26b892eb148: Layer already exists 01:51:06 0b3db40b63bb: Layer already exists 01:51:06 dd9c8f8612c8: Layer already exists 01:51:06 main: digest: sha256:646da238003df3b27ef226bd8dad7b3f56e34fcc88e7b174c0e8635baee21ccd size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:51:06 ===================================================== [Pipeline] echo 01:51:06 taggedImages: 01:51:06 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:51:06 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 01:51:06 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.39 01:51:06 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:51:06 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 01:51:06 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 01:51:06 be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:51:06 latest 01:51:06 4.1.0-dev.39 01:51:06 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:51:06 main 01:51:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:06 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:07 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:51:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 01:51:07 3eaaa8764a04: Preparing 01:51:07 c83921f6dd82: Preparing 01:51:07 e837a64d18d0: Preparing 01:51:07 28d9816bc3c9: Preparing 01:51:07 bda0d36282f2: Preparing 01:51:07 0b051926623d: Preparing 01:51:07 7ad72454e5dc: Preparing 01:51:07 3d688c99bdb7: Preparing 01:51:07 66360449f9e6: Preparing 01:51:07 65a734eae38a: Preparing 01:51:07 356d713a1ae5: Preparing 01:51:07 5f70bf18a086: Preparing 01:51:07 bbd855612f52: Preparing 01:51:07 f69a86ed9299: Preparing 01:51:07 11e4b6bc7987: Preparing 01:51:07 dd9c8f8612c8: Preparing 01:51:07 7ad72454e5dc: Waiting 01:51:07 3d688c99bdb7: Waiting 01:51:07 66360449f9e6: Waiting 01:51:07 65a734eae38a: Waiting 01:51:07 356d713a1ae5: Waiting 01:51:07 5f70bf18a086: Waiting 01:51:07 bbd855612f52: Waiting 01:51:07 f69a86ed9299: Waiting 01:51:07 0b051926623d: Waiting 01:51:07 11e4b6bc7987: Waiting 01:51:07 dd9c8f8612c8: Waiting 01:51:07 bda0d36282f2: Pushed 01:51:07 28d9816bc3c9: Pushed 01:51:07 e837a64d18d0: Pushed 01:51:07 c83921f6dd82: Pushed 01:51:07 3eaaa8764a04: Pushed 01:51:07 3d688c99bdb7: Layer already exists 01:51:07 66360449f9e6: Layer already exists 01:51:07 0b051926623d: Pushed 01:51:07 5f70bf18a086: Layer already exists 01:51:07 65a734eae38a: Pushed 01:51:07 356d713a1ae5: Pushed 01:51:07 bbd855612f52: Pushed 01:51:07 dd9c8f8612c8: Layer already exists 01:51:07 11e4b6bc7987: Pushed 01:51:09 f69a86ed9299: Pushed 01:51:10 7ad72454e5dc: Pushed 01:51:10 be28a41d6891c049751c2691a0cffa4ea8b2cf08: digest: sha256:b1798a94bc5720de232a5b38e8fba7e7cc4dda88cbd68c786b4c4e81be1eea83 size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:11 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:12 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 01:51:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 01:51:12 3eaaa8764a04: Preparing 01:51:12 c83921f6dd82: Preparing 01:51:12 e837a64d18d0: Preparing 01:51:12 28d9816bc3c9: Preparing 01:51:12 bda0d36282f2: Preparing 01:51:12 0b051926623d: Preparing 01:51:12 7ad72454e5dc: Preparing 01:51:12 3d688c99bdb7: Preparing 01:51:12 66360449f9e6: Preparing 01:51:12 65a734eae38a: Preparing 01:51:12 356d713a1ae5: Preparing 01:51:12 5f70bf18a086: Preparing 01:51:12 bbd855612f52: Preparing 01:51:12 f69a86ed9299: Preparing 01:51:12 11e4b6bc7987: Preparing 01:51:12 dd9c8f8612c8: Preparing 01:51:12 3d688c99bdb7: Waiting 01:51:12 66360449f9e6: Waiting 01:51:12 65a734eae38a: Waiting 01:51:12 356d713a1ae5: Waiting 01:51:12 5f70bf18a086: Waiting 01:51:12 bbd855612f52: Waiting 01:51:12 f69a86ed9299: Waiting 01:51:12 11e4b6bc7987: Waiting 01:51:12 dd9c8f8612c8: Waiting 01:51:12 0b051926623d: Waiting 01:51:12 7ad72454e5dc: Waiting 01:51:12 28d9816bc3c9: Layer already exists 01:51:12 e837a64d18d0: Layer already exists 01:51:12 c83921f6dd82: Layer already exists 01:51:12 3eaaa8764a04: Layer already exists 01:51:12 bda0d36282f2: Layer already exists 01:51:12 0b051926623d: Layer already exists 01:51:12 7ad72454e5dc: Layer already exists 01:51:12 3d688c99bdb7: Layer already exists 01:51:12 66360449f9e6: Layer already exists 01:51:12 65a734eae38a: Layer already exists 01:51:12 11e4b6bc7987: Layer already exists 01:51:12 356d713a1ae5: Layer already exists 01:51:12 bbd855612f52: Layer already exists 01:51:12 f69a86ed9299: Layer already exists 01:51:12 5f70bf18a086: Layer already exists 01:51:12 dd9c8f8612c8: Layer already exists 01:51:12 latest: digest: sha256:b1798a94bc5720de232a5b38e8fba7e7cc4dda88cbd68c786b4c4e81be1eea83 size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:12 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:13 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.39 01:51:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 01:51:13 3eaaa8764a04: Preparing 01:51:13 c83921f6dd82: Preparing 01:51:13 e837a64d18d0: Preparing 01:51:13 28d9816bc3c9: Preparing 01:51:13 bda0d36282f2: Preparing 01:51:13 0b051926623d: Preparing 01:51:13 7ad72454e5dc: Preparing 01:51:13 3d688c99bdb7: Preparing 01:51:13 66360449f9e6: Preparing 01:51:13 65a734eae38a: Preparing 01:51:13 356d713a1ae5: Preparing 01:51:13 5f70bf18a086: Preparing 01:51:13 bbd855612f52: Preparing 01:51:13 f69a86ed9299: Preparing 01:51:13 11e4b6bc7987: Preparing 01:51:13 dd9c8f8612c8: Preparing 01:51:13 65a734eae38a: Waiting 01:51:13 356d713a1ae5: Waiting 01:51:13 5f70bf18a086: Waiting 01:51:13 bbd855612f52: Waiting 01:51:13 f69a86ed9299: Waiting 01:51:13 0b051926623d: Waiting 01:51:13 7ad72454e5dc: Waiting 01:51:13 3d688c99bdb7: Waiting 01:51:13 66360449f9e6: Waiting 01:51:13 11e4b6bc7987: Waiting 01:51:13 dd9c8f8612c8: Waiting 01:51:13 28d9816bc3c9: Layer already exists 01:51:13 3eaaa8764a04: Layer already exists 01:51:13 e837a64d18d0: Layer already exists 01:51:13 c83921f6dd82: Layer already exists 01:51:13 bda0d36282f2: Layer already exists 01:51:13 7ad72454e5dc: Layer already exists 01:51:13 66360449f9e6: Layer already exists 01:51:13 0b051926623d: Layer already exists 01:51:13 3d688c99bdb7: Layer already exists 01:51:13 65a734eae38a: Layer already exists 01:51:13 5f70bf18a086: Layer already exists 01:51:13 356d713a1ae5: Layer already exists 01:51:13 bbd855612f52: Layer already exists 01:51:13 f69a86ed9299: Layer already exists 01:51:13 11e4b6bc7987: Layer already exists 01:51:13 dd9c8f8612c8: Layer already exists 01:51:13 4.1.0-dev.39: digest: sha256:b1798a94bc5720de232a5b38e8fba7e7cc4dda88cbd68c786b4c4e81be1eea83 size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:13 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:14 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:51:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 01:51:14 3eaaa8764a04: Preparing 01:51:14 c83921f6dd82: Preparing 01:51:14 e837a64d18d0: Preparing 01:51:14 28d9816bc3c9: Preparing 01:51:14 bda0d36282f2: Preparing 01:51:14 0b051926623d: Preparing 01:51:14 7ad72454e5dc: Preparing 01:51:14 0b051926623d: Waiting 01:51:14 3d688c99bdb7: Preparing 01:51:14 7ad72454e5dc: Waiting 01:51:14 66360449f9e6: Preparing 01:51:14 65a734eae38a: Preparing 01:51:14 3d688c99bdb7: Waiting 01:51:14 356d713a1ae5: Preparing 01:51:14 5f70bf18a086: Preparing 01:51:14 bbd855612f52: Preparing 01:51:14 66360449f9e6: Waiting 01:51:14 65a734eae38a: Waiting 01:51:14 f69a86ed9299: Preparing 01:51:14 356d713a1ae5: Waiting 01:51:14 11e4b6bc7987: Preparing 01:51:14 5f70bf18a086: Waiting 01:51:14 dd9c8f8612c8: Preparing 01:51:14 bbd855612f52: Waiting 01:51:14 f69a86ed9299: Waiting 01:51:14 dd9c8f8612c8: Waiting 01:51:14 11e4b6bc7987: Waiting 01:51:14 bda0d36282f2: Layer already exists 01:51:14 e837a64d18d0: Layer already exists 01:51:14 3eaaa8764a04: Layer already exists 01:51:14 c83921f6dd82: Layer already exists 01:51:14 28d9816bc3c9: Layer already exists 01:51:14 0b051926623d: Layer already exists 01:51:14 7ad72454e5dc: Layer already exists 01:51:14 3d688c99bdb7: Layer already exists 01:51:14 65a734eae38a: Layer already exists 01:51:14 66360449f9e6: Layer already exists 01:51:14 11e4b6bc7987: Layer already exists 01:51:14 356d713a1ae5: Layer already exists 01:51:14 5f70bf18a086: Layer already exists 01:51:14 f69a86ed9299: Layer already exists 01:51:14 bbd855612f52: Layer already exists 01:51:14 dd9c8f8612c8: Layer already exists 01:51:14 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39: digest: sha256:b1798a94bc5720de232a5b38e8fba7e7cc4dda88cbd68c786b4c4e81be1eea83 size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:14 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:14 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 01:51:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 01:51:14 3eaaa8764a04: Preparing 01:51:14 c83921f6dd82: Preparing 01:51:14 e837a64d18d0: Preparing 01:51:14 28d9816bc3c9: Preparing 01:51:14 bda0d36282f2: Preparing 01:51:14 0b051926623d: Preparing 01:51:14 7ad72454e5dc: Preparing 01:51:14 3d688c99bdb7: Preparing 01:51:14 66360449f9e6: Preparing 01:51:14 65a734eae38a: Preparing 01:51:14 356d713a1ae5: Preparing 01:51:14 5f70bf18a086: Preparing 01:51:14 bbd855612f52: Preparing 01:51:14 f69a86ed9299: Preparing 01:51:14 11e4b6bc7987: Preparing 01:51:14 dd9c8f8612c8: Preparing 01:51:14 65a734eae38a: Waiting 01:51:14 356d713a1ae5: Waiting 01:51:14 0b051926623d: Waiting 01:51:14 7ad72454e5dc: Waiting 01:51:14 3d688c99bdb7: Waiting 01:51:14 66360449f9e6: Waiting 01:51:14 5f70bf18a086: Waiting 01:51:14 11e4b6bc7987: Waiting 01:51:14 dd9c8f8612c8: Waiting 01:51:14 bbd855612f52: Waiting 01:51:14 f69a86ed9299: Waiting 01:51:14 28d9816bc3c9: Layer already exists 01:51:14 3eaaa8764a04: Layer already exists 01:51:14 bda0d36282f2: Layer already exists 01:51:14 c83921f6dd82: Layer already exists 01:51:14 e837a64d18d0: Layer already exists 01:51:14 0b051926623d: Layer already exists 01:51:14 7ad72454e5dc: Layer already exists 01:51:14 3d688c99bdb7: Layer already exists 01:51:14 65a734eae38a: Layer already exists 01:51:14 66360449f9e6: Layer already exists 01:51:14 bbd855612f52: Layer already exists 01:51:14 356d713a1ae5: Layer already exists 01:51:14 5f70bf18a086: Layer already exists 01:51:14 f69a86ed9299: Layer already exists 01:51:14 11e4b6bc7987: Layer already exists 01:51:14 dd9c8f8612c8: Layer already exists 01:51:15 main: digest: sha256:b1798a94bc5720de232a5b38e8fba7e7cc4dda88cbd68c786b4c4e81be1eea83 size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:51:15 ===================================================== [Pipeline] echo 01:51:15 taggedImages: 01:51:15 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:51:15 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 01:51:15 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.39 01:51:15 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:51:15 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 01:51:15 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 01:51:15 be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:51:15 latest 01:51:15 4.1.0-dev.39 01:51:15 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:51:15 main 01:51:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:15 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:16 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:51:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 01:51:16 46fc18419cad: Preparing 01:51:16 7f9a4e4021fb: Preparing 01:51:16 9cf6b6471b2a: Preparing 01:51:16 b818ccae2952: Preparing 01:51:16 3d688c99bdb7: Preparing 01:51:16 66360449f9e6: Preparing 01:51:16 0b3db40b63bb: Preparing 01:51:16 a26b892eb148: Preparing 01:51:16 dd9c8f8612c8: Preparing 01:51:16 0b3db40b63bb: Waiting 01:51:16 66360449f9e6: Waiting 01:51:16 dd9c8f8612c8: Waiting 01:51:16 a26b892eb148: Waiting 01:51:16 3d688c99bdb7: Layer already exists 01:51:16 66360449f9e6: Layer already exists 01:51:16 0b3db40b63bb: Layer already exists 01:51:16 46fc18419cad: Pushed 01:51:16 9cf6b6471b2a: Pushed 01:51:16 a26b892eb148: Layer already exists 01:51:16 7f9a4e4021fb: Pushed 01:51:16 dd9c8f8612c8: Layer already exists 01:51:21 b818ccae2952: Pushed 01:51:21 be28a41d6891c049751c2691a0cffa4ea8b2cf08: digest: sha256:76637a323aec37365b2307a0b00f2905cf91f6c06dea45b9c6a80bf5fbd79fe4 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:21 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:22 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 01:51:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 01:51:22 46fc18419cad: Preparing 01:51:22 7f9a4e4021fb: Preparing 01:51:22 9cf6b6471b2a: Preparing 01:51:22 b818ccae2952: Preparing 01:51:22 3d688c99bdb7: Preparing 01:51:22 66360449f9e6: Preparing 01:51:22 0b3db40b63bb: Preparing 01:51:22 a26b892eb148: Preparing 01:51:22 dd9c8f8612c8: Preparing 01:51:22 0b3db40b63bb: Waiting 01:51:22 dd9c8f8612c8: Waiting 01:51:22 a26b892eb148: Waiting 01:51:22 66360449f9e6: Waiting 01:51:22 b818ccae2952: Layer already exists 01:51:22 46fc18419cad: Layer already exists 01:51:22 9cf6b6471b2a: Layer already exists 01:51:22 3d688c99bdb7: Layer already exists 01:51:22 7f9a4e4021fb: Layer already exists 01:51:22 a26b892eb148: Layer already exists 01:51:22 0b3db40b63bb: Layer already exists 01:51:22 66360449f9e6: Layer already exists 01:51:22 dd9c8f8612c8: Layer already exists 01:51:22 latest: digest: sha256:76637a323aec37365b2307a0b00f2905cf91f6c06dea45b9c6a80bf5fbd79fe4 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:22 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:23 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.39 01:51:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 01:51:23 46fc18419cad: Preparing 01:51:23 7f9a4e4021fb: Preparing 01:51:23 9cf6b6471b2a: Preparing 01:51:23 b818ccae2952: Preparing 01:51:23 3d688c99bdb7: Preparing 01:51:23 66360449f9e6: Preparing 01:51:23 0b3db40b63bb: Preparing 01:51:23 66360449f9e6: Waiting 01:51:23 a26b892eb148: Preparing 01:51:23 dd9c8f8612c8: Preparing 01:51:23 a26b892eb148: Waiting 01:51:23 dd9c8f8612c8: Waiting 01:51:23 9cf6b6471b2a: Layer already exists 01:51:23 b818ccae2952: Layer already exists 01:51:23 3d688c99bdb7: Layer already exists 01:51:23 7f9a4e4021fb: Layer already exists 01:51:23 46fc18419cad: Layer already exists 01:51:23 0b3db40b63bb: Layer already exists 01:51:23 dd9c8f8612c8: Layer already exists 01:51:23 a26b892eb148: Layer already exists 01:51:23 66360449f9e6: Layer already exists 01:51:23 4.1.0-dev.39: digest: sha256:76637a323aec37365b2307a0b00f2905cf91f6c06dea45b9c6a80bf5fbd79fe4 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:23 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:24 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:51:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 01:51:24 46fc18419cad: Preparing 01:51:24 7f9a4e4021fb: Preparing 01:51:24 9cf6b6471b2a: Preparing 01:51:24 b818ccae2952: Preparing 01:51:24 3d688c99bdb7: Preparing 01:51:24 66360449f9e6: Preparing 01:51:24 0b3db40b63bb: Preparing 01:51:24 a26b892eb148: Preparing 01:51:24 dd9c8f8612c8: Preparing 01:51:24 66360449f9e6: Waiting 01:51:24 0b3db40b63bb: Waiting 01:51:24 a26b892eb148: Waiting 01:51:24 dd9c8f8612c8: Waiting 01:51:24 7f9a4e4021fb: Layer already exists 01:51:24 9cf6b6471b2a: Layer already exists 01:51:24 3d688c99bdb7: Layer already exists 01:51:24 46fc18419cad: Layer already exists 01:51:24 b818ccae2952: Layer already exists 01:51:24 66360449f9e6: Layer already exists 01:51:24 0b3db40b63bb: Layer already exists 01:51:24 dd9c8f8612c8: Layer already exists 01:51:24 a26b892eb148: Layer already exists 01:51:24 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39: digest: sha256:76637a323aec37365b2307a0b00f2905cf91f6c06dea45b9c6a80bf5fbd79fe4 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:24 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:25 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 01:51:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 01:51:25 46fc18419cad: Preparing 01:51:25 7f9a4e4021fb: Preparing 01:51:25 9cf6b6471b2a: Preparing 01:51:25 b818ccae2952: Preparing 01:51:25 3d688c99bdb7: Preparing 01:51:25 66360449f9e6: Preparing 01:51:25 0b3db40b63bb: Preparing 01:51:25 a26b892eb148: Preparing 01:51:25 dd9c8f8612c8: Preparing 01:51:25 66360449f9e6: Waiting 01:51:25 a26b892eb148: Waiting 01:51:25 dd9c8f8612c8: Waiting 01:51:25 0b3db40b63bb: Waiting 01:51:25 b818ccae2952: Layer already exists 01:51:25 3d688c99bdb7: Layer already exists 01:51:25 9cf6b6471b2a: Layer already exists 01:51:25 7f9a4e4021fb: Layer already exists 01:51:25 46fc18419cad: Layer already exists 01:51:25 0b3db40b63bb: Layer already exists 01:51:25 66360449f9e6: Layer already exists 01:51:25 a26b892eb148: Layer already exists 01:51:25 dd9c8f8612c8: Layer already exists 01:51:25 main: digest: sha256:76637a323aec37365b2307a0b00f2905cf91f6c06dea45b9c6a80bf5fbd79fe4 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:51:25 ===================================================== [Pipeline] echo 01:51:25 taggedImages: 01:51:25 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:51:25 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 01:51:25 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.39 01:51:25 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:51:25 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 01:51:25 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 01:51:25 be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:51:25 latest 01:51:25 4.1.0-dev.39 01:51:25 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:51:25 main 01:51:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:25 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:26 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:51:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 01:51:26 fc7f9c31a343: Preparing 01:51:26 d15254499b79: Preparing 01:51:26 7b251729b88d: Preparing 01:51:26 98a4305b0947: Preparing 01:51:26 ae31b3784c27: Preparing 01:51:26 3d688c99bdb7: Preparing 01:51:26 66360449f9e6: Preparing 01:51:26 d271987394e5: Preparing 01:51:26 bd2230a14fb1: Preparing 01:51:26 667b22d04d7d: Preparing 01:51:26 dd9c8f8612c8: Preparing 01:51:26 d271987394e5: Waiting 01:51:26 bd2230a14fb1: Waiting 01:51:26 3d688c99bdb7: Waiting 01:51:26 667b22d04d7d: Waiting 01:51:26 dd9c8f8612c8: Waiting 01:51:26 66360449f9e6: Waiting 01:51:26 d15254499b79: Pushed 01:51:26 98a4305b0947: Pushed 01:51:26 fc7f9c31a343: Pushed 01:51:26 ae31b3784c27: Pushed 01:51:26 3d688c99bdb7: Layer already exists 01:51:26 66360449f9e6: Layer already exists 01:51:26 dd9c8f8612c8: Layer already exists 01:51:26 d271987394e5: Pushed 01:51:26 bd2230a14fb1: Pushed 01:51:31 7b251729b88d: Pushed 01:51:31 667b22d04d7d: Pushed 01:51:31 be28a41d6891c049751c2691a0cffa4ea8b2cf08: digest: sha256:17be6fc9e72697fdbc72722dd306630170870e0f77acf8bbddfd8ea473deb000 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:31 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:31 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 01:51:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 01:51:31 fc7f9c31a343: Preparing 01:51:31 d15254499b79: Preparing 01:51:31 7b251729b88d: Preparing 01:51:31 98a4305b0947: Preparing 01:51:31 ae31b3784c27: Preparing 01:51:31 3d688c99bdb7: Preparing 01:51:31 66360449f9e6: Preparing 01:51:31 d271987394e5: Preparing 01:51:31 bd2230a14fb1: Preparing 01:51:31 667b22d04d7d: Preparing 01:51:31 dd9c8f8612c8: Preparing 01:51:31 66360449f9e6: Waiting 01:51:31 d271987394e5: Waiting 01:51:31 bd2230a14fb1: Waiting 01:51:31 dd9c8f8612c8: Waiting 01:51:31 3d688c99bdb7: Waiting 01:51:31 667b22d04d7d: Waiting 01:51:31 fc7f9c31a343: Layer already exists 01:51:31 d15254499b79: Layer already exists 01:51:31 7b251729b88d: Layer already exists 01:51:31 98a4305b0947: Layer already exists 01:51:31 ae31b3784c27: Layer already exists 01:51:31 66360449f9e6: Layer already exists 01:51:31 d271987394e5: Layer already exists 01:51:31 bd2230a14fb1: Layer already exists 01:51:31 667b22d04d7d: Layer already exists 01:51:31 3d688c99bdb7: Layer already exists 01:51:31 dd9c8f8612c8: Layer already exists 01:51:32 latest: digest: sha256:17be6fc9e72697fdbc72722dd306630170870e0f77acf8bbddfd8ea473deb000 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:32 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:32 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.39 01:51:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 01:51:32 fc7f9c31a343: Preparing 01:51:32 d15254499b79: Preparing 01:51:32 7b251729b88d: Preparing 01:51:32 98a4305b0947: Preparing 01:51:32 ae31b3784c27: Preparing 01:51:32 3d688c99bdb7: Preparing 01:51:32 66360449f9e6: Preparing 01:51:32 d271987394e5: Preparing 01:51:32 bd2230a14fb1: Preparing 01:51:32 3d688c99bdb7: Waiting 01:51:32 66360449f9e6: Waiting 01:51:32 667b22d04d7d: Preparing 01:51:32 dd9c8f8612c8: Preparing 01:51:32 d271987394e5: Waiting 01:51:32 667b22d04d7d: Waiting 01:51:32 bd2230a14fb1: Waiting 01:51:32 dd9c8f8612c8: Waiting 01:51:32 d15254499b79: Layer already exists 01:51:32 ae31b3784c27: Layer already exists 01:51:32 fc7f9c31a343: Layer already exists 01:51:32 98a4305b0947: Layer already exists 01:51:32 7b251729b88d: Layer already exists 01:51:32 3d688c99bdb7: Layer already exists 01:51:32 d271987394e5: Layer already exists 01:51:32 bd2230a14fb1: Layer already exists 01:51:32 66360449f9e6: Layer already exists 01:51:32 667b22d04d7d: Layer already exists 01:51:32 dd9c8f8612c8: Layer already exists 01:51:33 4.1.0-dev.39: digest: sha256:17be6fc9e72697fdbc72722dd306630170870e0f77acf8bbddfd8ea473deb000 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:33 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:33 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:51:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 01:51:33 fc7f9c31a343: Preparing 01:51:33 d15254499b79: Preparing 01:51:33 7b251729b88d: Preparing 01:51:33 98a4305b0947: Preparing 01:51:33 ae31b3784c27: Preparing 01:51:33 3d688c99bdb7: Preparing 01:51:33 66360449f9e6: Preparing 01:51:33 d271987394e5: Preparing 01:51:33 bd2230a14fb1: Preparing 01:51:33 667b22d04d7d: Preparing 01:51:33 dd9c8f8612c8: Preparing 01:51:33 3d688c99bdb7: Waiting 01:51:33 66360449f9e6: Waiting 01:51:33 d271987394e5: Waiting 01:51:33 667b22d04d7d: Waiting 01:51:33 dd9c8f8612c8: Waiting 01:51:33 bd2230a14fb1: Waiting 01:51:33 fc7f9c31a343: Layer already exists 01:51:33 ae31b3784c27: Layer already exists 01:51:33 98a4305b0947: Layer already exists 01:51:33 7b251729b88d: Layer already exists 01:51:33 d15254499b79: Layer already exists 01:51:33 d271987394e5: Layer already exists 01:51:33 bd2230a14fb1: Layer already exists 01:51:33 3d688c99bdb7: Layer already exists 01:51:33 66360449f9e6: Layer already exists 01:51:33 667b22d04d7d: Layer already exists 01:51:33 dd9c8f8612c8: Layer already exists 01:51:34 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39: digest: sha256:17be6fc9e72697fdbc72722dd306630170870e0f77acf8bbddfd8ea473deb000 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:34 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:34 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 01:51:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 01:51:34 fc7f9c31a343: Preparing 01:51:34 d15254499b79: Preparing 01:51:34 7b251729b88d: Preparing 01:51:34 98a4305b0947: Preparing 01:51:34 ae31b3784c27: Preparing 01:51:34 3d688c99bdb7: Preparing 01:51:34 66360449f9e6: Preparing 01:51:34 3d688c99bdb7: Waiting 01:51:34 d271987394e5: Preparing 01:51:34 66360449f9e6: Waiting 01:51:34 bd2230a14fb1: Preparing 01:51:34 667b22d04d7d: Preparing 01:51:34 d271987394e5: Waiting 01:51:34 bd2230a14fb1: Waiting 01:51:34 dd9c8f8612c8: Preparing 01:51:34 667b22d04d7d: Waiting 01:51:34 98a4305b0947: Layer already exists 01:51:34 7b251729b88d: Layer already exists 01:51:34 ae31b3784c27: Layer already exists 01:51:34 d15254499b79: Layer already exists 01:51:34 fc7f9c31a343: Layer already exists 01:51:34 667b22d04d7d: Layer already exists 01:51:34 d271987394e5: Layer already exists 01:51:34 bd2230a14fb1: Layer already exists 01:51:34 66360449f9e6: Layer already exists 01:51:34 3d688c99bdb7: Layer already exists 01:51:34 dd9c8f8612c8: Layer already exists 01:51:35 main: digest: sha256:17be6fc9e72697fdbc72722dd306630170870e0f77acf8bbddfd8ea473deb000 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:51:35 ===================================================== [Pipeline] echo 01:51:35 taggedImages: 01:51:35 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:51:35 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 01:51:35 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.39 01:51:35 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:51:35 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 01:51:35 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 01:51:35 be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:51:35 latest 01:51:35 4.1.0-dev.39 01:51:35 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:51:35 main 01:51:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:35 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:35 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:51:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 01:51:35 fe1b468ead5c: Preparing 01:51:35 67f6dd21ff1a: Preparing 01:51:35 2b3fadebb24e: Preparing 01:51:35 f5b8f71301b2: Preparing 01:51:35 393fccc924b4: Preparing 01:51:35 a3a7a90f98e4: Preparing 01:51:35 d8978254eb41: Preparing 01:51:35 3d688c99bdb7: Preparing 01:51:35 66360449f9e6: Preparing 01:51:35 d0701c870c86: Preparing 01:51:35 5431c4f0d2b4: Preparing 01:51:35 dd9c8f8612c8: Preparing 01:51:35 3d688c99bdb7: Waiting 01:51:35 66360449f9e6: Waiting 01:51:35 d0701c870c86: Waiting 01:51:35 5431c4f0d2b4: Waiting 01:51:35 dd9c8f8612c8: Waiting 01:51:35 a3a7a90f98e4: Waiting 01:51:35 d8978254eb41: Waiting 01:51:36 393fccc924b4: Pushed 01:51:36 67f6dd21ff1a: Pushed 01:51:36 fe1b468ead5c: Pushed 01:51:36 3d688c99bdb7: Layer already exists 01:51:36 66360449f9e6: Layer already exists 01:51:36 a3a7a90f98e4: Pushed 01:51:36 d8978254eb41: Pushed 01:51:36 dd9c8f8612c8: Layer already exists 01:51:37 d0701c870c86: Pushed 01:51:39 5431c4f0d2b4: Pushed 01:51:40 f5b8f71301b2: Pushed 01:51:42 2b3fadebb24e: Pushed 01:51:42 be28a41d6891c049751c2691a0cffa4ea8b2cf08: digest: sha256:727a525a7246347cfaf850e4243c2708708adeca8d1d146867214f73fa920923 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:43 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:43 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 01:51:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 01:51:43 fe1b468ead5c: Preparing 01:51:43 67f6dd21ff1a: Preparing 01:51:43 2b3fadebb24e: Preparing 01:51:43 f5b8f71301b2: Preparing 01:51:43 393fccc924b4: Preparing 01:51:43 a3a7a90f98e4: Preparing 01:51:43 d8978254eb41: Preparing 01:51:43 3d688c99bdb7: Preparing 01:51:43 66360449f9e6: Preparing 01:51:43 d0701c870c86: Preparing 01:51:43 5431c4f0d2b4: Preparing 01:51:43 dd9c8f8612c8: Preparing 01:51:43 3d688c99bdb7: Waiting 01:51:43 66360449f9e6: Waiting 01:51:43 d0701c870c86: Waiting 01:51:43 5431c4f0d2b4: Waiting 01:51:43 dd9c8f8612c8: Waiting 01:51:43 d8978254eb41: Waiting 01:51:43 a3a7a90f98e4: Waiting 01:51:43 2b3fadebb24e: Layer already exists 01:51:43 f5b8f71301b2: Layer already exists 01:51:43 67f6dd21ff1a: Layer already exists 01:51:43 fe1b468ead5c: Layer already exists 01:51:43 393fccc924b4: Layer already exists 01:51:43 d8978254eb41: Layer already exists 01:51:43 a3a7a90f98e4: Layer already exists 01:51:43 66360449f9e6: Layer already exists 01:51:43 d0701c870c86: Layer already exists 01:51:43 3d688c99bdb7: Layer already exists 01:51:43 5431c4f0d2b4: Layer already exists 01:51:43 dd9c8f8612c8: Layer already exists 01:51:43 latest: digest: sha256:727a525a7246347cfaf850e4243c2708708adeca8d1d146867214f73fa920923 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:44 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:44 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.39 01:51:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 01:51:44 fe1b468ead5c: Preparing 01:51:44 67f6dd21ff1a: Preparing 01:51:44 2b3fadebb24e: Preparing 01:51:44 f5b8f71301b2: Preparing 01:51:44 393fccc924b4: Preparing 01:51:44 a3a7a90f98e4: Preparing 01:51:44 d8978254eb41: Preparing 01:51:44 a3a7a90f98e4: Waiting 01:51:44 d8978254eb41: Waiting 01:51:44 3d688c99bdb7: Preparing 01:51:44 66360449f9e6: Preparing 01:51:44 3d688c99bdb7: Waiting 01:51:44 d0701c870c86: Preparing 01:51:44 5431c4f0d2b4: Preparing 01:51:44 dd9c8f8612c8: Preparing 01:51:44 66360449f9e6: Waiting 01:51:44 d0701c870c86: Waiting 01:51:44 5431c4f0d2b4: Waiting 01:51:44 dd9c8f8612c8: Waiting 01:51:44 f5b8f71301b2: Layer already exists 01:51:44 67f6dd21ff1a: Layer already exists 01:51:44 fe1b468ead5c: Layer already exists 01:51:44 2b3fadebb24e: Layer already exists 01:51:44 393fccc924b4: Layer already exists 01:51:44 66360449f9e6: Layer already exists 01:51:44 a3a7a90f98e4: Layer already exists 01:51:44 3d688c99bdb7: Layer already exists 01:51:44 d8978254eb41: Layer already exists 01:51:44 d0701c870c86: Layer already exists 01:51:44 dd9c8f8612c8: Layer already exists 01:51:44 5431c4f0d2b4: Layer already exists 01:51:44 4.1.0-dev.39: digest: sha256:727a525a7246347cfaf850e4243c2708708adeca8d1d146867214f73fa920923 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:44 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:45 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:51:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 01:51:45 fe1b468ead5c: Preparing 01:51:45 67f6dd21ff1a: Preparing 01:51:45 2b3fadebb24e: Preparing 01:51:45 f5b8f71301b2: Preparing 01:51:45 393fccc924b4: Preparing 01:51:45 a3a7a90f98e4: Preparing 01:51:45 d8978254eb41: Preparing 01:51:45 3d688c99bdb7: Preparing 01:51:45 66360449f9e6: Preparing 01:51:45 d0701c870c86: Preparing 01:51:45 5431c4f0d2b4: Preparing 01:51:45 dd9c8f8612c8: Preparing 01:51:45 3d688c99bdb7: Waiting 01:51:45 66360449f9e6: Waiting 01:51:45 d0701c870c86: Waiting 01:51:45 5431c4f0d2b4: Waiting 01:51:45 dd9c8f8612c8: Waiting 01:51:45 a3a7a90f98e4: Waiting 01:51:45 d8978254eb41: Waiting 01:51:45 fe1b468ead5c: Layer already exists 01:51:45 2b3fadebb24e: Layer already exists 01:51:45 f5b8f71301b2: Layer already exists 01:51:45 393fccc924b4: Layer already exists 01:51:45 67f6dd21ff1a: Layer already exists 01:51:45 a3a7a90f98e4: Layer already exists 01:51:45 3d688c99bdb7: Layer already exists 01:51:45 d8978254eb41: Layer already exists 01:51:45 66360449f9e6: Layer already exists 01:51:45 d0701c870c86: Layer already exists 01:51:45 5431c4f0d2b4: Layer already exists 01:51:45 dd9c8f8612c8: Layer already exists 01:51:45 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39: digest: sha256:727a525a7246347cfaf850e4243c2708708adeca8d1d146867214f73fa920923 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:45 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:46 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 01:51:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 01:51:46 fe1b468ead5c: Preparing 01:51:46 67f6dd21ff1a: Preparing 01:51:46 2b3fadebb24e: Preparing 01:51:46 f5b8f71301b2: Preparing 01:51:46 393fccc924b4: Preparing 01:51:46 a3a7a90f98e4: Preparing 01:51:46 d8978254eb41: Preparing 01:51:46 3d688c99bdb7: Preparing 01:51:46 66360449f9e6: Preparing 01:51:46 d0701c870c86: Preparing 01:51:46 5431c4f0d2b4: Preparing 01:51:46 dd9c8f8612c8: Preparing 01:51:46 66360449f9e6: Waiting 01:51:46 d0701c870c86: Waiting 01:51:46 5431c4f0d2b4: Waiting 01:51:46 d8978254eb41: Waiting 01:51:46 a3a7a90f98e4: Waiting 01:51:46 dd9c8f8612c8: Waiting 01:51:46 3d688c99bdb7: Waiting 01:51:46 fe1b468ead5c: Layer already exists 01:51:46 393fccc924b4: Layer already exists 01:51:46 2b3fadebb24e: Layer already exists 01:51:46 67f6dd21ff1a: Layer already exists 01:51:46 f5b8f71301b2: Layer already exists 01:51:46 d8978254eb41: Layer already exists 01:51:46 3d688c99bdb7: Layer already exists 01:51:46 a3a7a90f98e4: Layer already exists 01:51:46 66360449f9e6: Layer already exists 01:51:46 d0701c870c86: Layer already exists 01:51:46 5431c4f0d2b4: Layer already exists 01:51:46 dd9c8f8612c8: Layer already exists 01:51:46 main: digest: sha256:727a525a7246347cfaf850e4243c2708708adeca8d1d146867214f73fa920923 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:51:46 ===================================================== [Pipeline] echo 01:51:46 taggedImages: 01:51:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:51:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 01:51:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.39 01:51:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:51:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 01:51:46 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 01:51:46 be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:51:46 latest 01:51:46 4.1.0-dev.39 01:51:46 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:51:46 main 01:51:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:47 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:47 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:51:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 01:51:47 66dcdff98f04: Preparing 01:51:47 97c966930690: Preparing 01:51:47 3d688c99bdb7: Preparing 01:51:47 66360449f9e6: Preparing 01:51:47 629e0cd8f0a2: Preparing 01:51:47 d345e222f25b: Preparing 01:51:47 dd9c8f8612c8: Preparing 01:51:47 d345e222f25b: Waiting 01:51:47 dd9c8f8612c8: Waiting 01:51:47 3d688c99bdb7: Layer already exists 01:51:47 66360449f9e6: Layer already exists 01:51:47 dd9c8f8612c8: Layer already exists 01:51:47 66dcdff98f04: Pushed 01:51:49 629e0cd8f0a2: Pushed 01:51:49 d345e222f25b: Pushed 01:51:54 97c966930690: Pushed 01:51:54 be28a41d6891c049751c2691a0cffa4ea8b2cf08: digest: sha256:b1d6b7ecb55b5d4bdda262b474c18d80f292677c5a0ce097e88aa81ddb255bac size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:54 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:55 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 01:51:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 01:51:55 66dcdff98f04: Preparing 01:51:55 97c966930690: Preparing 01:51:55 3d688c99bdb7: Preparing 01:51:55 66360449f9e6: Preparing 01:51:55 629e0cd8f0a2: Preparing 01:51:55 d345e222f25b: Preparing 01:51:55 dd9c8f8612c8: Preparing 01:51:55 d345e222f25b: Waiting 01:51:55 dd9c8f8612c8: Waiting 01:51:55 3d688c99bdb7: Layer already exists 01:51:55 66dcdff98f04: Layer already exists 01:51:55 66360449f9e6: Layer already exists 01:51:55 629e0cd8f0a2: Layer already exists 01:51:55 97c966930690: Layer already exists 01:51:55 dd9c8f8612c8: Layer already exists 01:51:55 d345e222f25b: Layer already exists 01:51:55 latest: digest: sha256:b1d6b7ecb55b5d4bdda262b474c18d80f292677c5a0ce097e88aa81ddb255bac size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:55 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:56 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.39 01:51:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 01:51:56 66dcdff98f04: Preparing 01:51:56 97c966930690: Preparing 01:51:56 3d688c99bdb7: Preparing 01:51:56 66360449f9e6: Preparing 01:51:56 629e0cd8f0a2: Preparing 01:51:56 d345e222f25b: Preparing 01:51:56 dd9c8f8612c8: Preparing 01:51:56 d345e222f25b: Waiting 01:51:56 dd9c8f8612c8: Waiting 01:51:56 66360449f9e6: Layer already exists 01:51:56 97c966930690: Layer already exists 01:51:56 66dcdff98f04: Layer already exists 01:51:56 629e0cd8f0a2: Layer already exists 01:51:56 3d688c99bdb7: Layer already exists 01:51:56 dd9c8f8612c8: Layer already exists 01:51:56 d345e222f25b: Layer already exists 01:51:57 4.1.0-dev.39: digest: sha256:b1d6b7ecb55b5d4bdda262b474c18d80f292677c5a0ce097e88aa81ddb255bac size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:57 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:57 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:51:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 01:51:57 66dcdff98f04: Preparing 01:51:57 97c966930690: Preparing 01:51:57 3d688c99bdb7: Preparing 01:51:57 66360449f9e6: Preparing 01:51:57 629e0cd8f0a2: Preparing 01:51:57 d345e222f25b: Preparing 01:51:57 dd9c8f8612c8: Preparing 01:51:57 d345e222f25b: Waiting 01:51:57 dd9c8f8612c8: Waiting 01:51:57 66dcdff98f04: Layer already exists 01:51:57 66360449f9e6: Layer already exists 01:51:57 629e0cd8f0a2: Layer already exists 01:51:57 3d688c99bdb7: Layer already exists 01:51:57 97c966930690: Layer already exists 01:51:57 dd9c8f8612c8: Layer already exists 01:51:57 d345e222f25b: Layer already exists 01:51:58 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39: digest: sha256:b1d6b7ecb55b5d4bdda262b474c18d80f292677c5a0ce097e88aa81ddb255bac size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:58 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:58 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 01:51:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 01:51:58 66dcdff98f04: Preparing 01:51:58 97c966930690: Preparing 01:51:58 3d688c99bdb7: Preparing 01:51:58 66360449f9e6: Preparing 01:51:58 629e0cd8f0a2: Preparing 01:51:58 d345e222f25b: Preparing 01:51:58 dd9c8f8612c8: Preparing 01:51:58 d345e222f25b: Waiting 01:51:58 dd9c8f8612c8: Waiting 01:51:58 66360449f9e6: Layer already exists 01:51:58 629e0cd8f0a2: Layer already exists 01:51:58 97c966930690: Layer already exists 01:51:58 66dcdff98f04: Layer already exists 01:51:58 3d688c99bdb7: Layer already exists 01:51:58 d345e222f25b: Layer already exists 01:51:58 dd9c8f8612c8: Layer already exists 01:51:59 main: digest: sha256:b1d6b7ecb55b5d4bdda262b474c18d80f292677c5a0ce097e88aa81ddb255bac size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:51:59 ===================================================== [Pipeline] echo 01:51:59 taggedImages: 01:51:59 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:51:59 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 01:51:59 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.39 01:51:59 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:51:59 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 01:51:59 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 01:51:59 be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:51:59 latest 01:51:59 4.1.0-dev.39 01:51:59 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:51:59 main 01:51:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:59 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:51:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 01:51:59 518ba7155db4: Preparing 01:51:59 dff9d03e2784: Preparing 01:51:59 2e494a8b736b: Preparing 01:51:59 3d688c99bdb7: Preparing 01:51:59 66360449f9e6: Preparing 01:51:59 bfb802fb86d3: Preparing 01:51:59 3cb1c4f359c1: Preparing 01:51:59 ba6ef4210f2a: Preparing 01:51:59 bcae9814d7b5: Preparing 01:51:59 dd9c8f8612c8: Preparing 01:51:59 ba6ef4210f2a: Waiting 01:51:59 bcae9814d7b5: Waiting 01:51:59 dd9c8f8612c8: Waiting 01:51:59 bfb802fb86d3: Waiting 01:51:59 3cb1c4f359c1: Waiting 01:51:59 3d688c99bdb7: Layer already exists 01:51:59 66360449f9e6: Layer already exists 01:52:00 dff9d03e2784: Pushed 01:52:00 2e494a8b736b: Pushed 01:52:00 518ba7155db4: Pushed 01:52:00 dd9c8f8612c8: Layer already exists 01:52:00 ba6ef4210f2a: Pushed 01:52:02 bcae9814d7b5: Pushed 01:52:10 3cb1c4f359c1: Pushed 01:52:25 bfb802fb86d3: Pushed 01:52:25 be28a41d6891c049751c2691a0cffa4ea8b2cf08: digest: sha256:5c98357a53c94ab2c9dedc1f5da6996e66c8d235192dd37534e3e2d5098e5a28 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:52:26 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:52:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 01:52:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 01:52:26 518ba7155db4: Preparing 01:52:26 dff9d03e2784: Preparing 01:52:26 2e494a8b736b: Preparing 01:52:26 3d688c99bdb7: Preparing 01:52:26 66360449f9e6: Preparing 01:52:26 bfb802fb86d3: Preparing 01:52:26 3cb1c4f359c1: Preparing 01:52:26 ba6ef4210f2a: Preparing 01:52:26 bcae9814d7b5: Preparing 01:52:26 dd9c8f8612c8: Preparing 01:52:26 3cb1c4f359c1: Waiting 01:52:26 ba6ef4210f2a: Waiting 01:52:26 bcae9814d7b5: Waiting 01:52:26 dd9c8f8612c8: Waiting 01:52:26 bfb802fb86d3: Waiting 01:52:26 518ba7155db4: Layer already exists 01:52:26 2e494a8b736b: Layer already exists 01:52:26 3d688c99bdb7: Layer already exists 01:52:26 dff9d03e2784: Layer already exists 01:52:26 66360449f9e6: Layer already exists 01:52:26 bcae9814d7b5: Layer already exists 01:52:26 3cb1c4f359c1: Layer already exists 01:52:26 ba6ef4210f2a: Layer already exists 01:52:26 bfb802fb86d3: Layer already exists 01:52:26 dd9c8f8612c8: Layer already exists 01:52:26 latest: digest: sha256:5c98357a53c94ab2c9dedc1f5da6996e66c8d235192dd37534e3e2d5098e5a28 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:52:27 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:52:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.39 01:52:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 01:52:27 518ba7155db4: Preparing 01:52:27 dff9d03e2784: Preparing 01:52:27 2e494a8b736b: Preparing 01:52:27 3d688c99bdb7: Preparing 01:52:27 66360449f9e6: Preparing 01:52:27 bfb802fb86d3: Preparing 01:52:27 3cb1c4f359c1: Preparing 01:52:27 ba6ef4210f2a: Preparing 01:52:27 bcae9814d7b5: Preparing 01:52:27 dd9c8f8612c8: Preparing 01:52:27 bfb802fb86d3: Waiting 01:52:27 3cb1c4f359c1: Waiting 01:52:27 ba6ef4210f2a: Waiting 01:52:27 bcae9814d7b5: Waiting 01:52:27 dd9c8f8612c8: Waiting 01:52:27 dff9d03e2784: Layer already exists 01:52:27 66360449f9e6: Layer already exists 01:52:27 2e494a8b736b: Layer already exists 01:52:27 518ba7155db4: Layer already exists 01:52:27 3d688c99bdb7: Layer already exists 01:52:27 bcae9814d7b5: Layer already exists 01:52:27 3cb1c4f359c1: Layer already exists 01:52:27 bfb802fb86d3: Layer already exists 01:52:27 dd9c8f8612c8: Layer already exists 01:52:27 ba6ef4210f2a: Layer already exists 01:52:27 4.1.0-dev.39: digest: sha256:5c98357a53c94ab2c9dedc1f5da6996e66c8d235192dd37534e3e2d5098e5a28 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:52:28 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:52:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:52:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 01:52:28 518ba7155db4: Preparing 01:52:28 dff9d03e2784: Preparing 01:52:28 2e494a8b736b: Preparing 01:52:28 3d688c99bdb7: Preparing 01:52:28 66360449f9e6: Preparing 01:52:28 bfb802fb86d3: Preparing 01:52:28 3cb1c4f359c1: Preparing 01:52:28 ba6ef4210f2a: Preparing 01:52:28 bcae9814d7b5: Preparing 01:52:28 dd9c8f8612c8: Preparing 01:52:28 bfb802fb86d3: Waiting 01:52:28 3cb1c4f359c1: Waiting 01:52:28 ba6ef4210f2a: Waiting 01:52:28 bcae9814d7b5: Waiting 01:52:28 dd9c8f8612c8: Waiting 01:52:28 518ba7155db4: Layer already exists 01:52:28 dff9d03e2784: Layer already exists 01:52:28 66360449f9e6: Layer already exists 01:52:28 3d688c99bdb7: Layer already exists 01:52:28 2e494a8b736b: Layer already exists 01:52:28 bfb802fb86d3: Layer already exists 01:52:28 3cb1c4f359c1: Layer already exists 01:52:28 dd9c8f8612c8: Layer already exists 01:52:28 ba6ef4210f2a: Layer already exists 01:52:28 bcae9814d7b5: Layer already exists 01:52:28 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39: digest: sha256:5c98357a53c94ab2c9dedc1f5da6996e66c8d235192dd37534e3e2d5098e5a28 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:52:29 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:52:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 01:52:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 01:52:29 518ba7155db4: Preparing 01:52:29 dff9d03e2784: Preparing 01:52:29 2e494a8b736b: Preparing 01:52:29 3d688c99bdb7: Preparing 01:52:29 66360449f9e6: Preparing 01:52:29 bfb802fb86d3: Preparing 01:52:29 3cb1c4f359c1: Preparing 01:52:29 ba6ef4210f2a: Preparing 01:52:29 bcae9814d7b5: Preparing 01:52:29 dd9c8f8612c8: Preparing 01:52:29 ba6ef4210f2a: Waiting 01:52:29 bcae9814d7b5: Waiting 01:52:29 dd9c8f8612c8: Waiting 01:52:29 bfb802fb86d3: Waiting 01:52:29 3cb1c4f359c1: Waiting 01:52:29 66360449f9e6: Layer already exists 01:52:29 2e494a8b736b: Layer already exists 01:52:29 3d688c99bdb7: Layer already exists 01:52:29 518ba7155db4: Layer already exists 01:52:29 dff9d03e2784: Layer already exists 01:52:29 bfb802fb86d3: Layer already exists 01:52:29 ba6ef4210f2a: Layer already exists 01:52:29 bcae9814d7b5: Layer already exists 01:52:29 3cb1c4f359c1: Layer already exists 01:52:29 dd9c8f8612c8: Layer already exists 01:52:29 main: digest: sha256:5c98357a53c94ab2c9dedc1f5da6996e66c8d235192dd37534e3e2d5098e5a28 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:52:29 ===================================================== [Pipeline] echo 01:52:29 taggedImages: 01:52:29 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:52:29 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 01:52:29 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.39 01:52:29 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:52:29 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 01:52:29 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 01:52:29 be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:52:29 latest 01:52:29 4.1.0-dev.39 01:52:29 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:52:29 main 01:52:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:52:30 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:52:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:52:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 01:52:30 9590b78a6df5: Preparing 01:52:30 5e4d6d1d70ab: Preparing 01:52:30 92a3b0f05c37: Preparing 01:52:30 3d688c99bdb7: Preparing 01:52:30 66360449f9e6: Preparing 01:52:30 32e9f9b64126: Preparing 01:52:30 8bd61a513df2: Preparing 01:52:30 5d90a03057d9: Preparing 01:52:30 dd9c8f8612c8: Preparing 01:52:30 32e9f9b64126: Waiting 01:52:30 8bd61a513df2: Waiting 01:52:30 5d90a03057d9: Waiting 01:52:30 dd9c8f8612c8: Waiting 01:52:30 66360449f9e6: Layer already exists 01:52:30 3d688c99bdb7: Layer already exists 01:52:30 5e4d6d1d70ab: Pushed 01:52:30 92a3b0f05c37: Pushed 01:52:30 9590b78a6df5: Pushed 01:52:30 dd9c8f8612c8: Layer already exists 01:52:31 5d90a03057d9: Pushed 01:52:32 8bd61a513df2: Pushed 01:52:58 32e9f9b64126: Pushed 01:52:58 be28a41d6891c049751c2691a0cffa4ea8b2cf08: digest: sha256:4dde606d0718ff482c4af3eb2fb4880cce5f4104a0819410b9f7eccd829c6459 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:52:59 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:52:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 01:52:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 01:52:59 9590b78a6df5: Preparing 01:52:59 5e4d6d1d70ab: Preparing 01:52:59 92a3b0f05c37: Preparing 01:52:59 3d688c99bdb7: Preparing 01:52:59 66360449f9e6: Preparing 01:52:59 32e9f9b64126: Preparing 01:52:59 8bd61a513df2: Preparing 01:52:59 5d90a03057d9: Preparing 01:52:59 dd9c8f8612c8: Preparing 01:52:59 32e9f9b64126: Waiting 01:52:59 8bd61a513df2: Waiting 01:52:59 5d90a03057d9: Waiting 01:52:59 dd9c8f8612c8: Waiting 01:52:59 3d688c99bdb7: Layer already exists 01:52:59 5e4d6d1d70ab: Layer already exists 01:52:59 92a3b0f05c37: Layer already exists 01:52:59 9590b78a6df5: Layer already exists 01:52:59 66360449f9e6: Layer already exists 01:52:59 32e9f9b64126: Layer already exists 01:52:59 5d90a03057d9: Layer already exists 01:52:59 8bd61a513df2: Layer already exists 01:52:59 dd9c8f8612c8: Layer already exists 01:52:59 latest: digest: sha256:4dde606d0718ff482c4af3eb2fb4880cce5f4104a0819410b9f7eccd829c6459 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:00 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.39 01:53:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 01:53:00 9590b78a6df5: Preparing 01:53:00 5e4d6d1d70ab: Preparing 01:53:00 92a3b0f05c37: Preparing 01:53:00 3d688c99bdb7: Preparing 01:53:00 66360449f9e6: Preparing 01:53:00 32e9f9b64126: Preparing 01:53:00 8bd61a513df2: Preparing 01:53:00 5d90a03057d9: Preparing 01:53:00 dd9c8f8612c8: Preparing 01:53:00 8bd61a513df2: Waiting 01:53:00 5d90a03057d9: Waiting 01:53:00 dd9c8f8612c8: Waiting 01:53:00 32e9f9b64126: Waiting 01:53:00 92a3b0f05c37: Layer already exists 01:53:00 5e4d6d1d70ab: Layer already exists 01:53:00 9590b78a6df5: Layer already exists 01:53:00 66360449f9e6: Layer already exists 01:53:00 3d688c99bdb7: Layer already exists 01:53:00 8bd61a513df2: Layer already exists 01:53:00 5d90a03057d9: Layer already exists 01:53:00 32e9f9b64126: Layer already exists 01:53:00 dd9c8f8612c8: Layer already exists 01:53:00 4.1.0-dev.39: digest: sha256:4dde606d0718ff482c4af3eb2fb4880cce5f4104a0819410b9f7eccd829c6459 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:01 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:53:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 01:53:01 9590b78a6df5: Preparing 01:53:01 5e4d6d1d70ab: Preparing 01:53:01 92a3b0f05c37: Preparing 01:53:01 3d688c99bdb7: Preparing 01:53:01 66360449f9e6: Preparing 01:53:01 32e9f9b64126: Preparing 01:53:01 8bd61a513df2: Preparing 01:53:01 32e9f9b64126: Waiting 01:53:01 5d90a03057d9: Preparing 01:53:01 dd9c8f8612c8: Preparing 01:53:01 8bd61a513df2: Waiting 01:53:01 5d90a03057d9: Waiting 01:53:01 dd9c8f8612c8: Waiting 01:53:01 9590b78a6df5: Layer already exists 01:53:01 5e4d6d1d70ab: Layer already exists 01:53:01 66360449f9e6: Layer already exists 01:53:01 3d688c99bdb7: Layer already exists 01:53:01 92a3b0f05c37: Layer already exists 01:53:01 32e9f9b64126: Layer already exists 01:53:01 5d90a03057d9: Layer already exists 01:53:01 8bd61a513df2: Layer already exists 01:53:01 dd9c8f8612c8: Layer already exists 01:53:01 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39: digest: sha256:4dde606d0718ff482c4af3eb2fb4880cce5f4104a0819410b9f7eccd829c6459 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:02 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 01:53:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 01:53:02 9590b78a6df5: Preparing 01:53:02 5e4d6d1d70ab: Preparing 01:53:02 92a3b0f05c37: Preparing 01:53:02 3d688c99bdb7: Preparing 01:53:02 66360449f9e6: Preparing 01:53:02 32e9f9b64126: Preparing 01:53:02 8bd61a513df2: Preparing 01:53:02 32e9f9b64126: Waiting 01:53:02 5d90a03057d9: Preparing 01:53:02 8bd61a513df2: Waiting 01:53:02 dd9c8f8612c8: Preparing 01:53:02 5d90a03057d9: Waiting 01:53:02 dd9c8f8612c8: Waiting 01:53:02 92a3b0f05c37: Layer already exists 01:53:02 5e4d6d1d70ab: Layer already exists 01:53:02 9590b78a6df5: Layer already exists 01:53:02 3d688c99bdb7: Layer already exists 01:53:02 66360449f9e6: Layer already exists 01:53:02 32e9f9b64126: Layer already exists 01:53:02 8bd61a513df2: Layer already exists 01:53:02 5d90a03057d9: Layer already exists 01:53:02 dd9c8f8612c8: Layer already exists 01:53:02 main: digest: sha256:4dde606d0718ff482c4af3eb2fb4880cce5f4104a0819410b9f7eccd829c6459 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:53:02 ===================================================== [Pipeline] echo 01:53:02 taggedImages: 01:53:02 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:53:02 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 01:53:02 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.39 01:53:02 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:53:02 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 01:53:02 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 01:53:02 be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:53:02 latest 01:53:02 4.1.0-dev.39 01:53:02 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:53:02 main 01:53:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:03 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:03 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:53:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 01:53:03 55c5caecdd64: Preparing 01:53:03 dd6d30349954: Preparing 01:53:03 a310a05b1ec0: Preparing 01:53:03 3d688c99bdb7: Preparing 01:53:03 66360449f9e6: Preparing 01:53:03 fb5b9cf3ebce: Preparing 01:53:03 ba6ef4210f2a: Preparing 01:53:03 bcae9814d7b5: Preparing 01:53:03 dd9c8f8612c8: Preparing 01:53:03 ba6ef4210f2a: Waiting 01:53:03 bcae9814d7b5: Waiting 01:53:03 fb5b9cf3ebce: Waiting 01:53:03 dd9c8f8612c8: Waiting 01:53:03 66360449f9e6: Layer already exists 01:53:03 3d688c99bdb7: Layer already exists 01:53:03 ba6ef4210f2a: Layer already exists 01:53:03 dd6d30349954: Pushed 01:53:03 a310a05b1ec0: Pushed 01:53:03 bcae9814d7b5: Layer already exists 01:53:03 dd9c8f8612c8: Layer already exists 01:53:03 55c5caecdd64: Pushed 01:53:30 fb5b9cf3ebce: Pushed 01:53:30 be28a41d6891c049751c2691a0cffa4ea8b2cf08: digest: sha256:6dd917be68383ec5719394f8f5532e03fa035b554a89d84e1a8bba2b74f2a862 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:30 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 01:53:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 01:53:31 55c5caecdd64: Preparing 01:53:31 dd6d30349954: Preparing 01:53:31 a310a05b1ec0: Preparing 01:53:31 3d688c99bdb7: Preparing 01:53:31 66360449f9e6: Preparing 01:53:31 fb5b9cf3ebce: Preparing 01:53:31 ba6ef4210f2a: Preparing 01:53:31 bcae9814d7b5: Preparing 01:53:31 dd9c8f8612c8: Preparing 01:53:31 ba6ef4210f2a: Waiting 01:53:31 bcae9814d7b5: Waiting 01:53:31 dd9c8f8612c8: Waiting 01:53:31 fb5b9cf3ebce: Waiting 01:53:31 55c5caecdd64: Layer already exists 01:53:31 66360449f9e6: Layer already exists 01:53:31 dd6d30349954: Layer already exists 01:53:31 a310a05b1ec0: Layer already exists 01:53:31 3d688c99bdb7: Layer already exists 01:53:31 bcae9814d7b5: Layer already exists 01:53:31 ba6ef4210f2a: Layer already exists 01:53:31 dd9c8f8612c8: Layer already exists 01:53:31 fb5b9cf3ebce: Layer already exists 01:53:31 latest: digest: sha256:6dd917be68383ec5719394f8f5532e03fa035b554a89d84e1a8bba2b74f2a862 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:31 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.39 01:53:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 01:53:32 55c5caecdd64: Preparing 01:53:32 dd6d30349954: Preparing 01:53:32 a310a05b1ec0: Preparing 01:53:32 3d688c99bdb7: Preparing 01:53:32 66360449f9e6: Preparing 01:53:32 fb5b9cf3ebce: Preparing 01:53:32 ba6ef4210f2a: Preparing 01:53:32 fb5b9cf3ebce: Waiting 01:53:32 bcae9814d7b5: Preparing 01:53:32 dd9c8f8612c8: Preparing 01:53:32 ba6ef4210f2a: Waiting 01:53:32 bcae9814d7b5: Waiting 01:53:32 dd9c8f8612c8: Waiting 01:53:32 3d688c99bdb7: Layer already exists 01:53:32 66360449f9e6: Layer already exists 01:53:32 dd6d30349954: Layer already exists 01:53:32 55c5caecdd64: Layer already exists 01:53:32 a310a05b1ec0: Layer already exists 01:53:32 fb5b9cf3ebce: Layer already exists 01:53:32 bcae9814d7b5: Layer already exists 01:53:32 ba6ef4210f2a: Layer already exists 01:53:32 dd9c8f8612c8: Layer already exists 01:53:32 4.1.0-dev.39: digest: sha256:6dd917be68383ec5719394f8f5532e03fa035b554a89d84e1a8bba2b74f2a862 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:32 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:53:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 01:53:33 55c5caecdd64: Preparing 01:53:33 dd6d30349954: Preparing 01:53:33 a310a05b1ec0: Preparing 01:53:33 3d688c99bdb7: Preparing 01:53:33 66360449f9e6: Preparing 01:53:33 fb5b9cf3ebce: Preparing 01:53:33 ba6ef4210f2a: Preparing 01:53:33 bcae9814d7b5: Preparing 01:53:33 fb5b9cf3ebce: Waiting 01:53:33 dd9c8f8612c8: Preparing 01:53:33 ba6ef4210f2a: Waiting 01:53:33 dd9c8f8612c8: Waiting 01:53:33 bcae9814d7b5: Waiting 01:53:33 66360449f9e6: Layer already exists 01:53:33 55c5caecdd64: Layer already exists 01:53:33 a310a05b1ec0: Layer already exists 01:53:33 dd6d30349954: Layer already exists 01:53:33 3d688c99bdb7: Layer already exists 01:53:33 fb5b9cf3ebce: Layer already exists 01:53:33 ba6ef4210f2a: Layer already exists 01:53:33 dd9c8f8612c8: Layer already exists 01:53:33 bcae9814d7b5: Layer already exists 01:53:33 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39: digest: sha256:6dd917be68383ec5719394f8f5532e03fa035b554a89d84e1a8bba2b74f2a862 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:33 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 01:53:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 01:53:33 55c5caecdd64: Preparing 01:53:33 dd6d30349954: Preparing 01:53:33 a310a05b1ec0: Preparing 01:53:33 3d688c99bdb7: Preparing 01:53:33 66360449f9e6: Preparing 01:53:33 fb5b9cf3ebce: Preparing 01:53:33 ba6ef4210f2a: Preparing 01:53:33 bcae9814d7b5: Preparing 01:53:33 dd9c8f8612c8: Preparing 01:53:33 fb5b9cf3ebce: Waiting 01:53:33 ba6ef4210f2a: Waiting 01:53:33 bcae9814d7b5: Waiting 01:53:33 dd9c8f8612c8: Waiting 01:53:33 dd6d30349954: Layer already exists 01:53:33 55c5caecdd64: Layer already exists 01:53:33 66360449f9e6: Layer already exists 01:53:33 a310a05b1ec0: Layer already exists 01:53:33 3d688c99bdb7: Layer already exists 01:53:33 ba6ef4210f2a: Layer already exists 01:53:33 fb5b9cf3ebce: Layer already exists 01:53:33 bcae9814d7b5: Layer already exists 01:53:33 dd9c8f8612c8: Layer already exists 01:53:33 main: digest: sha256:6dd917be68383ec5719394f8f5532e03fa035b554a89d84e1a8bba2b74f2a862 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:53:34 ===================================================== [Pipeline] echo 01:53:34 taggedImages: 01:53:34 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:53:34 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 01:53:34 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.39 01:53:34 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:53:34 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 01:53:34 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 01:53:34 be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:53:34 latest 01:53:34 4.1.0-dev.39 01:53:34 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:53:34 main 01:53:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:34 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:34 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:53:34 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 01:53:34 28e844f840f1: Preparing 01:53:34 7fb5259e37ba: Preparing 01:53:34 3d688c99bdb7: Preparing 01:53:34 66360449f9e6: Preparing 01:53:34 2d8ede768473: Preparing 01:53:34 af4c65bbd5a4: Preparing 01:53:34 dd9c8f8612c8: Preparing 01:53:34 af4c65bbd5a4: Waiting 01:53:34 dd9c8f8612c8: Waiting 01:53:34 3d688c99bdb7: Layer already exists 01:53:35 66360449f9e6: Layer already exists 01:53:35 dd9c8f8612c8: Layer already exists 01:53:35 28e844f840f1: Pushed 01:53:36 af4c65bbd5a4: Pushed 01:53:36 2d8ede768473: Pushed 01:53:44 7fb5259e37ba: Pushed 01:53:44 be28a41d6891c049751c2691a0cffa4ea8b2cf08: digest: sha256:14a5f9f26d8ea0f50fb7b34b571475af61337b6d2ae2bf244863ab7e41edbcbd size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:45 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:45 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 01:53:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 01:53:45 28e844f840f1: Preparing 01:53:45 7fb5259e37ba: Preparing 01:53:45 3d688c99bdb7: Preparing 01:53:45 66360449f9e6: Preparing 01:53:45 2d8ede768473: Preparing 01:53:45 af4c65bbd5a4: Preparing 01:53:45 dd9c8f8612c8: Preparing 01:53:45 af4c65bbd5a4: Waiting 01:53:45 dd9c8f8612c8: Waiting 01:53:45 2d8ede768473: Layer already exists 01:53:45 28e844f840f1: Layer already exists 01:53:45 3d688c99bdb7: Layer already exists 01:53:45 66360449f9e6: Layer already exists 01:53:45 7fb5259e37ba: Layer already exists 01:53:45 af4c65bbd5a4: Layer already exists 01:53:45 dd9c8f8612c8: Layer already exists 01:53:45 latest: digest: sha256:14a5f9f26d8ea0f50fb7b34b571475af61337b6d2ae2bf244863ab7e41edbcbd size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:46 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:46 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.39 01:53:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 01:53:46 28e844f840f1: Preparing 01:53:46 7fb5259e37ba: Preparing 01:53:46 3d688c99bdb7: Preparing 01:53:46 66360449f9e6: Preparing 01:53:46 2d8ede768473: Preparing 01:53:46 af4c65bbd5a4: Preparing 01:53:46 dd9c8f8612c8: Preparing 01:53:46 af4c65bbd5a4: Waiting 01:53:46 dd9c8f8612c8: Waiting 01:53:46 3d688c99bdb7: Layer already exists 01:53:46 2d8ede768473: Layer already exists 01:53:46 66360449f9e6: Layer already exists 01:53:46 7fb5259e37ba: Layer already exists 01:53:46 28e844f840f1: Layer already exists 01:53:46 dd9c8f8612c8: Layer already exists 01:53:46 af4c65bbd5a4: Layer already exists 01:53:46 4.1.0-dev.39: digest: sha256:14a5f9f26d8ea0f50fb7b34b571475af61337b6d2ae2bf244863ab7e41edbcbd size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:47 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:47 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:53:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 01:53:47 28e844f840f1: Preparing 01:53:47 7fb5259e37ba: Preparing 01:53:47 3d688c99bdb7: Preparing 01:53:47 66360449f9e6: Preparing 01:53:47 2d8ede768473: Preparing 01:53:47 af4c65bbd5a4: Preparing 01:53:47 dd9c8f8612c8: Preparing 01:53:47 af4c65bbd5a4: Waiting 01:53:47 dd9c8f8612c8: Waiting 01:53:47 7fb5259e37ba: Layer already exists 01:53:47 3d688c99bdb7: Layer already exists 01:53:47 2d8ede768473: Layer already exists 01:53:47 28e844f840f1: Layer already exists 01:53:47 66360449f9e6: Layer already exists 01:53:47 af4c65bbd5a4: Layer already exists 01:53:47 dd9c8f8612c8: Layer already exists 01:53:48 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39: digest: sha256:14a5f9f26d8ea0f50fb7b34b571475af61337b6d2ae2bf244863ab7e41edbcbd size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:48 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:48 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 01:53:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 01:53:48 28e844f840f1: Preparing 01:53:48 7fb5259e37ba: Preparing 01:53:48 3d688c99bdb7: Preparing 01:53:48 66360449f9e6: Preparing 01:53:48 2d8ede768473: Preparing 01:53:48 af4c65bbd5a4: Preparing 01:53:48 dd9c8f8612c8: Preparing 01:53:48 af4c65bbd5a4: Waiting 01:53:48 dd9c8f8612c8: Waiting 01:53:48 7fb5259e37ba: Layer already exists 01:53:48 3d688c99bdb7: Layer already exists 01:53:48 66360449f9e6: Layer already exists 01:53:48 28e844f840f1: Layer already exists 01:53:48 2d8ede768473: Layer already exists 01:53:48 af4c65bbd5a4: Layer already exists 01:53:48 dd9c8f8612c8: Layer already exists 01:53:49 main: digest: sha256:14a5f9f26d8ea0f50fb7b34b571475af61337b6d2ae2bf244863ab7e41edbcbd size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:53:49 ===================================================== [Pipeline] echo 01:53:49 taggedImages: 01:53:49 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:53:49 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 01:53:49 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.39 01:53:49 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:53:49 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 01:53:49 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 01:53:49 be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:53:49 latest 01:53:49 4.1.0-dev.39 01:53:49 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:53:49 main 01:53:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:49 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:49 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:53:49 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 01:53:49 31bee0dfee0f: Preparing 01:53:49 407d86af4161: Preparing 01:53:49 3d688c99bdb7: Preparing 01:53:49 66360449f9e6: Preparing 01:53:49 edd44da172c8: Preparing 01:53:49 5b71d3c9387a: Preparing 01:53:49 dd9c8f8612c8: Preparing 01:53:49 5b71d3c9387a: Waiting 01:53:49 dd9c8f8612c8: Waiting 01:53:49 3d688c99bdb7: Layer already exists 01:53:49 66360449f9e6: Layer already exists 01:53:50 dd9c8f8612c8: Layer already exists 01:53:50 31bee0dfee0f: Pushed 01:53:50 5b71d3c9387a: Pushed 01:53:51 edd44da172c8: Pushed 01:53:58 407d86af4161: Pushed 01:53:58 be28a41d6891c049751c2691a0cffa4ea8b2cf08: digest: sha256:86fa847d16fa8fe5c9f357036e6d18303dd3cc8f0b5871ec3fb9de8b489e746f size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:58 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:59 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 01:53:59 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 01:53:59 31bee0dfee0f: Preparing 01:53:59 407d86af4161: Preparing 01:53:59 3d688c99bdb7: Preparing 01:53:59 66360449f9e6: Preparing 01:53:59 edd44da172c8: Preparing 01:53:59 5b71d3c9387a: Preparing 01:53:59 dd9c8f8612c8: Preparing 01:53:59 5b71d3c9387a: Waiting 01:53:59 dd9c8f8612c8: Waiting 01:53:59 edd44da172c8: Layer already exists 01:53:59 407d86af4161: Layer already exists 01:53:59 66360449f9e6: Layer already exists 01:53:59 3d688c99bdb7: Layer already exists 01:53:59 31bee0dfee0f: Layer already exists 01:53:59 5b71d3c9387a: Layer already exists 01:53:59 dd9c8f8612c8: Layer already exists 01:53:59 latest: digest: sha256:86fa847d16fa8fe5c9f357036e6d18303dd3cc8f0b5871ec3fb9de8b489e746f size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:59 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:59 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.39 01:53:59 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 01:53:59 31bee0dfee0f: Preparing 01:53:59 407d86af4161: Preparing 01:53:59 3d688c99bdb7: Preparing 01:53:59 66360449f9e6: Preparing 01:53:59 edd44da172c8: Preparing 01:53:59 5b71d3c9387a: Preparing 01:53:59 dd9c8f8612c8: Preparing 01:53:59 5b71d3c9387a: Waiting 01:53:59 dd9c8f8612c8: Waiting 01:53:59 31bee0dfee0f: Layer already exists 01:53:59 66360449f9e6: Layer already exists 01:53:59 edd44da172c8: Layer already exists 01:53:59 3d688c99bdb7: Layer already exists 01:53:59 407d86af4161: Layer already exists 01:53:59 5b71d3c9387a: Layer already exists 01:53:59 dd9c8f8612c8: Layer already exists 01:53:59 4.1.0-dev.39: digest: sha256:86fa847d16fa8fe5c9f357036e6d18303dd3cc8f0b5871ec3fb9de8b489e746f size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:00 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:00 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:54:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 01:54:00 31bee0dfee0f: Preparing 01:54:00 407d86af4161: Preparing 01:54:00 3d688c99bdb7: Preparing 01:54:00 66360449f9e6: Preparing 01:54:00 edd44da172c8: Preparing 01:54:00 5b71d3c9387a: Preparing 01:54:00 dd9c8f8612c8: Preparing 01:54:00 5b71d3c9387a: Waiting 01:54:00 dd9c8f8612c8: Waiting 01:54:00 edd44da172c8: Layer already exists 01:54:00 3d688c99bdb7: Layer already exists 01:54:00 66360449f9e6: Layer already exists 01:54:00 31bee0dfee0f: Layer already exists 01:54:00 407d86af4161: Layer already exists 01:54:00 dd9c8f8612c8: Layer already exists 01:54:00 5b71d3c9387a: Layer already exists 01:54:00 be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39: digest: sha256:86fa847d16fa8fe5c9f357036e6d18303dd3cc8f0b5871ec3fb9de8b489e746f size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:01 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:01 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 01:54:01 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 01:54:01 31bee0dfee0f: Preparing 01:54:01 407d86af4161: Preparing 01:54:01 3d688c99bdb7: Preparing 01:54:01 66360449f9e6: Preparing 01:54:01 edd44da172c8: Preparing 01:54:01 5b71d3c9387a: Preparing 01:54:01 dd9c8f8612c8: Preparing 01:54:01 dd9c8f8612c8: Waiting 01:54:01 5b71d3c9387a: Waiting 01:54:01 edd44da172c8: Layer already exists 01:54:01 407d86af4161: Layer already exists 01:54:01 66360449f9e6: Layer already exists 01:54:01 3d688c99bdb7: Layer already exists 01:54:01 31bee0dfee0f: Layer already exists 01:54:01 5b71d3c9387a: Layer already exists 01:54:01 dd9c8f8612c8: Layer already exists 01:54:02 main: digest: sha256:86fa847d16fa8fe5c9f357036e6d18303dd3cc8f0b5871ec3fb9de8b489e746f size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:54:02 ===================================================== [Pipeline] echo 01:54:02 taggedImages: 01:54:02 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 01:54:02 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 01:54:02 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.39 01:54:02 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 01:54:02 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.39 [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.39 [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.39 [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.39 [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.39 [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.39 [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.39 [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.39 [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.39 [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.39 [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.39 [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.39 [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 [Pipeline] echo 01:54:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 01:54:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 [Pipeline] echo 01:54:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo 01:54:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.39 [Pipeline] echo 01:54:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 [Pipeline] echo 01:54:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 01:54:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 [Pipeline] echo 01:54:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo 01:54:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.39 [Pipeline] echo 01:54:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 [Pipeline] echo 01:54:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 01:54:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08 [Pipeline] echo 01:54:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo 01:54:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.39 [Pipeline] echo 01:54:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:be28a41d6891c049751c2691a0cffa4ea8b2cf08-4.1.0-dev.39 [Pipeline] echo 01:54:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:54:03 01:54:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:54:03 arm64: Pulling from edgex-lftools-log-publisher 01:54:03 8998bd30e6a1: Pulling fs layer 01:54:03 04944245beec: Pulling fs layer 01:54:03 699f458cf7ca: Pulling fs layer 01:54:03 765212b225bb: Pulling fs layer 01:54:03 f23df028b6ca: Pulling fs layer 01:54:03 d65c8cfc05b1: Pulling fs layer 01:54:03 2437ff75d9bd: Pulling fs layer 01:54:03 f23df028b6ca: Waiting 01:54:03 d65c8cfc05b1: Waiting 01:54:03 2437ff75d9bd: Waiting 01:54:04 04944245beec: Verifying Checksum 01:54:04 04944245beec: Download complete 01:54:04 765212b225bb: Verifying Checksum 01:54:04 765212b225bb: Download complete 01:54:04 f23df028b6ca: Verifying Checksum 01:54:04 f23df028b6ca: Download complete 01:54:04 d65c8cfc05b1: Verifying Checksum 01:54:04 d65c8cfc05b1: Download complete 01:54:04 699f458cf7ca: Verifying Checksum 01:54:04 699f458cf7ca: Download complete 01:54:04 8998bd30e6a1: Verifying Checksum 01:54:04 8998bd30e6a1: Download complete 01:54:07 2437ff75d9bd: Verifying Checksum 01:54:07 2437ff75d9bd: Download complete 01:54:09 8998bd30e6a1: Pull complete 01:54:10 04944245beec: Pull complete 01:54:11 699f458cf7ca: Pull complete 01:54:11 765212b225bb: Pull complete 01:54:12 f23df028b6ca: Pull complete 01:54:13 d65c8cfc05b1: Pull complete 01:54:31 2437ff75d9bd: Pull complete 01:54:31 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 01:54:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:54:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:54:31 prd-ubuntu20.04-docker-arm64-4c-16g-4943 does not seem to be running inside a container 01:54:31 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/871 -v /w/workspace/edgex-go/871:/w/workspace/edgex-go/871:rw,z -v /w/workspace/edgex-go/871@tmp:/w/workspace/edgex-go/871@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 01:54:34 $ docker top ddadf29189c48c62df26b73193622b9086bce9d30b8b51388397186ae3d8fe07 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:54:35 ---> job-cost.sh 01:54:35 lf-activate-venv: SKIPPING 01:54:35 INFO: No Stack... 01:54:35 INFO: Retrieving Pricing Info for: v3-standard-4 01:54:36 INFO: Archiving Costs [Pipeline] sh 01:54:36 + cat /w/workspace/edgex-go/871/archives/cost.csv 01:54:36 + cut -d, -f6 [Pipeline] lock 01:54:37 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-871-stack-cost] 01:54:37 Resource [jenkins-edgexfoundry-edgex-go-main-871-stack-cost] did not exist. Created. 01:54:37 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-871-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:54:37 + echo total: 0.10999999940395355 [Pipeline] stash 01:54:38 Stashed 1 file(s) [Pipeline] } 01:54:38 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-871-stack-cost] [Pipeline] // lock [Pipeline] } 01:54:38 $ docker stop --time=1 ddadf29189c48c62df26b73193622b9086bce9d30b8b51388397186ae3d8fe07 01:54:39 $ docker rm -f --volumes ddadf29189c48c62df26b73193622b9086bce9d30b8b51388397186ae3d8fe07 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 01:54:40 provisioning config files... 01:54:40 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/871@tmp/config17181674145115554701tmp [Pipeline] { [Pipeline] sh 01:54:40 + set +x 01:54:40 + curl -s https://codecov.io/bash 01:54:40 + bash -s -- 01:54:40 01:54:40 _____ _ 01:54:40 / ____| | | 01:54:40 | | ___ __| | ___ ___ _____ __ 01:54:40 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:54:40 | |___| (_) | (_| | __/ (_| (_) \ V / 01:54:40 \_____\___/ \__,_|\___|\___\___/ \_/ 01:54:40 Bash-1.0.6 01:54:40 01:54:40 01:54:40 ==> git version 2.25.1 found 01:54:40 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 01:54:40 Release-Date: 2020-01-08 01:54:40 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 01:54:40 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 01:54:40 ==> Jenkins CI detected. 01:54:40 current dir:  /w/workspace/edgex-go/871 01:54:40 project root: . 01:54:40 --> token set from env 01:54:40 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:54:40 ==> Running gcov in . (disable via -X gcov) 01:54:40 ==> Python coveragepy not found 01:54:40 ==> Searching for coverage reports in: 01:54:40 + . 01:54:41 -> Found 1 reports 01:54:41 ==> Detecting git/mercurial file structure 01:54:41 ==> Reading reports 01:54:41 + ./coverage.out bytes=1666030 01:54:41 ==> Appending adjustments 01:54:41 https://docs.codecov.io/docs/fixing-reports 01:54:42 + Found adjustments 01:54:42 ==> Gzipping contents 01:54:42 140K /tmp/codecov.BUU3Sh.gz 01:54:42 ==> Uploading reports 01:54:42 url: https://codecov.io 01:54:42 query: branch=main&commit=be28a41d6891c049751c2691a0cffa4ea8b2cf08&build=871&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F871%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 01:54:42 -> Pinging Codecov 01:54:42 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=be28a41d6891c049751c2691a0cffa4ea8b2cf08&build=871&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F871%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 01:54:42 -> Uploading to 01:54:42 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/be28a41d6891c049751c2691a0cffa4ea8b2cf08/66a491ac-dcee-49d5-a16f-d9f575b1f9af.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250711%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250711T015442Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=dc40d77ef67be8d00198c2fa2b84dd40bf6774f8d8902acc77c72462ebc3185a 01:54:42 % Total % Received % Xferd Average Speed Time Time Time Current 01:54:42 Dload Upload Total Spent Left Speed 01:54:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 138k 0 0 100 138k 0 356k --:--:-- --:--:-- --:--:-- 356k 01:54:42 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/be28a41d6891c049751c2691a0cffa4ea8b2cf08 [Pipeline] } 01:54:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 01:54:43 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 01:54:43 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 01:54:43 01:54:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 01:54:43 latest: Pulling from edgex-devops/edgex-snyk-go 01:54:43 0a9a5dfd008f: Already exists 01:54:43 36466aa92d05: Already exists 01:54:43 e10405b45d13: Already exists 01:54:43 096b7ceb2af7: Already exists 01:54:43 4f4fb700ef54: Already exists 01:54:43 e50aa161e22a: Pulling fs layer 01:54:43 d3c8db5fb9df: Pulling fs layer 01:54:44 e50aa161e22a: Verifying Checksum 01:54:44 e50aa161e22a: Download complete 01:54:44 e50aa161e22a: Pull complete 01:54:46 d3c8db5fb9df: Verifying Checksum 01:54:46 d3c8db5fb9df: Download complete 01:54:50 d3c8db5fb9df: Pull complete 01:54:50 Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be 01:54:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 01:54:50 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:54:50 prd-ubuntu20.04-docker-8c-8g-4941 does not seem to be running inside a container 01:54:50 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/871 -v /w/workspace/edgex-go/871:/w/workspace/edgex-go/871:rw,z -v /w/workspace/edgex-go/871@tmp:/w/workspace/edgex-go/871@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 01:54:52 $ docker top 592f0ba2cfb94c6f8a5fc173c5c6e9117bbffe189841e84f776e198c881d97c2 -eo pid,comm [Pipeline] { [Pipeline] sh 01:54:52 + git config --global --add safe.directory /w/workspace/edgex-go/871 [Pipeline] echo 01:54:53 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 01:54:53 + set -o pipefail 01:54:53 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 01:55:05 01:55:05 Monitoring /w/workspace/edgex-go/871 (github.com/edgexfoundry/edgex-go)... 01:55:05 01:55:05 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/506ffdd3-93cc-4c54-96ef-1198635d9de8 01:55:05 01:55:05 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 01:55:05 [Pipeline] } 01:55:05 $ docker stop --time=1 592f0ba2cfb94c6f8a5fc173c5c6e9117bbffe189841e84f776e198c881d97c2 01:55:09 $ docker rm -f --volumes 592f0ba2cfb94c6f8a5fc173c5c6e9117bbffe189841e84f776e198c881d97c2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 01:55:10 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:55:10 provisioning config files... 01:55:10 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/871@tmp/config11588359878476995074tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:55:10 --> edgex-publish-swagger.sh 01:55:10 === Publish openapi API === 01:55:10 [publishToSwagger] Publishing the API Docs [openapi] to Swagger 01:55:10 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/871/openapi/core-command.yaml] 01:55:10 % Total % Received % Xferd Average Speed Time Time Time Current 01:55:10 Dload Upload Total Spent Left Speed 01:55:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33488 100 66 100 33422 198 98k --:--:-- --:--:-- --:--:-- 98k 01:55:10 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 01:55:10 01:55:10 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/871/openapi/core-data.yaml] 01:55:10 % Total % Received % Xferd Average Speed Time Time Time Current 01:55:10 Dload Upload Total Spent Left Speed 01:55:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 70050 100 66 100 69984 235 244k --:--:-- --:--:-- --:--:-- 244k 01:55:10 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 01:55:10 01:55:10 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/871/openapi/core-keeper.yaml] 01:55:10 % Total % Received % Xferd Average Speed Time Time Time Current 01:55:10 Dload Upload Total Spent Left Speed 01:55:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30234 0 0 100 30234 0 145k --:--:-- --:--:-- --:--:-- 144k 100 30300 100 66 100 30234 151 69503 --:--:-- --:--:-- --:--:-- 69495 01:55:11 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 01:55:11 01:55:11 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/871/openapi/core-metadata.yaml] 01:55:11 % Total % Received % Xferd Average Speed Time Time Time Current 01:55:11 Dload Upload Total Spent Left Speed 01:55:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 100 66 100 156k 407 968k --:--:-- --:--:-- --:--:-- 968k 01:55:11 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 01:55:11 01:55:11 [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/871/openapi/security-proxy-auth.yaml] 01:55:11 % Total % Received % Xferd Average Speed Time Time Time Current 01:55:11 Dload Upload Total Spent Left Speed 01:55:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 496 179k --:--:-- --:--:-- --:--:-- 180k 01:55:11 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 01:55:11 01:55:11 [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/871/openapi/security-secretstore-setup.yaml] 01:55:11 % Total % Received % Xferd Average Speed Time Time Time Current 01:55:11 Dload Upload Total Spent Left Speed 01:55:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 417 24765 --:--:-- --:--:-- --:--:-- 25183 01:55:12 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 01:55:12 01:55:12 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/871/openapi/support-notifications.yaml] 01:55:12 % Total % Received % Xferd Average Speed Time Time Time Current 01:55:12 Dload Upload Total Spent Left Speed 01:55:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 415 614k --:--:-- --:--:-- --:--:-- 614k 01:55:12 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 01:55:12 01:55:12 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/871/openapi/support-scheduler.yaml] 01:55:12 % Total % Received % Xferd Average Speed Time Time Time Current 01:55:12 Dload Upload Total Spent Left Speed 01:55:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50701 0 0 100 50701 0 825k --:--:-- --:--:-- --:--:-- 811k 100 50767 100 66 100 50701 445 334k --:--:-- --:--:-- --:--:-- 332k 01:55:12 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 01:55:12 [Pipeline] } 01:55:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 01:55:12 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:55:12 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:55:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:55:13 prd-ubuntu20.04-docker-8c-8g-4941 does not seem to be running inside a container 01:55:13 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/871 -v /w/workspace/edgex-go/871:/w/workspace/edgex-go/871:rw,z -v /w/workspace/edgex-go/871@tmp:/w/workspace/edgex-go/871@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 01:55:13 $ docker top 6a985bdbef503a4893bafcdab73ea89d413c517d8af67c5ff2238d19148124c5 -eo pid,comm 01:55:13 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:55:13 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:55:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:55:13 [ssh-agent] Looking for ssh-agent implementation... 01:55:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:55:13 $ docker exec 6a985bdbef503a4893bafcdab73ea89d413c517d8af67c5ff2238d19148124c5 ssh-agent 01:55:13 SSH_AUTH_SOCK=/tmp/ssh-qlMibfwiIpyd/agent.32 01:55:13 SSH_AGENT_PID=38 01:55:13 Running ssh-add (command line suppressed) 01:55:13 Identity added: /w/workspace/edgex-go/871@tmp/private_key_14458290837158683142.key (/w/workspace/edgex-go/871@tmp/private_key_14458290837158683142.key) 01:55:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:55:14 + git semver tag 01:55:14 2025-07-11 01:55:14,372 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 01:55:14 2025-07-11 01:55:14,375 [run_tag] DEBUG tag force:False 01:55:14 2025-07-11 01:55:14,376 [check_head_tag] DEBUG check head tag 01:55:14 2025-07-11 01:55:14,377 [execute] INFO git cat-file --batch-check 01:55:14 2025-07-11 01:55:14,377 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/871, stdin=, shell=False, universal_newlines=False) 01:55:14 2025-07-11 01:55:14,380 [execute] INFO git cat-file --batch 01:55:14 2025-07-11 01:55:14,380 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/871, stdin=, shell=False, universal_newlines=False) 01:55:14 2025-07-11 01:55:14,399 [read_version] DEBUG read version from /w/workspace/edgex-go/871/.semver/main 01:55:14 2025-07-11 01:55:14,399 [execute] INFO git tag -a v4.1.0-dev.39 -m v4.1.0-dev.39 01:55:14 2025-07-11 01:55:14,399 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.39', '-m', 'v4.1.0-dev.39'], cwd=/w/workspace/edgex-go/871, stdin=None, shell=False, universal_newlines=False) 01:55:14 2025-07-11 01:55:14,402 [read_version] DEBUG read version from /w/workspace/edgex-go/871/.semver/main 01:55:14 4.1.0-dev.39 [Pipeline] } 01:55:14 $ docker exec --env ******** --env ******** 6a985bdbef503a4893bafcdab73ea89d413c517d8af67c5ff2238d19148124c5 ssh-agent -k 01:55:14 unset SSH_AUTH_SOCK; 01:55:14 unset SSH_AGENT_PID; 01:55:14 echo Agent pid 38 killed; 01:55:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:55:15 + git semver [Pipeline] } 01:55:15 $ docker stop --time=1 6a985bdbef503a4893bafcdab73ea89d413c517d8af67c5ff2238d19148124c5 01:55:16 $ docker rm -f --volumes 6a985bdbef503a4893bafcdab73ea89d413c517d8af67c5ff2238d19148124c5 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 01:55:17 01:55:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 01:55:17 0.23.1-centos7: Pulling from edgex-lftools 01:55:17 ab5ef0e58194: Pulling fs layer 01:55:17 9712f1f96733: Pulling fs layer 01:55:17 63f879dbbcfc: Pulling fs layer 01:55:17 0d9ebad4ef96: Pulling fs layer 01:55:17 e9a5061849ea: Pulling fs layer 01:55:17 d747dcd14b5f: Pulling fs layer 01:55:17 2de7ff778b66: Pulling fs layer 01:55:17 0d9ebad4ef96: Waiting 01:55:17 e9a5061849ea: Waiting 01:55:17 d747dcd14b5f: Waiting 01:55:17 2de7ff778b66: Waiting 01:55:17 9712f1f96733: Verifying Checksum 01:55:17 9712f1f96733: Download complete 01:55:17 63f879dbbcfc: Verifying Checksum 01:55:17 63f879dbbcfc: Download complete 01:55:17 e9a5061849ea: Verifying Checksum 01:55:17 e9a5061849ea: Download complete 01:55:17 d747dcd14b5f: Verifying Checksum 01:55:17 d747dcd14b5f: Download complete 01:55:17 0d9ebad4ef96: Verifying Checksum 01:55:17 0d9ebad4ef96: Download complete 01:55:17 ab5ef0e58194: Verifying Checksum 01:55:17 ab5ef0e58194: Download complete 01:55:18 2de7ff778b66: Verifying Checksum 01:55:18 2de7ff778b66: Download complete 01:55:22 ab5ef0e58194: Pull complete 01:55:22 9712f1f96733: Pull complete 01:55:22 63f879dbbcfc: Pull complete 01:55:27 0d9ebad4ef96: Pull complete 01:55:27 e9a5061849ea: Pull complete 01:55:27 d747dcd14b5f: Pull complete 01:55:29 2de7ff778b66: Pull complete 01:55:29 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 01:55:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 01:55:29 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:55:29 prd-ubuntu20.04-docker-8c-8g-4941 does not seem to be running inside a container 01:55:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/871 -v /w/workspace/edgex-go/871:/w/workspace/edgex-go/871:rw,z -v /w/workspace/edgex-go/871@tmp:/w/workspace/edgex-go/871@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 01:55:33 $ docker top f601bb2ad439ef8c5746319a10976652e4455c55a20c020beec4e744bd448b95 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 01:55:33 provisioning config files... 01:55:34 copy managed file [sigul-config] to file:/w/workspace/edgex-go/871@tmp/config4783306645514194995tmp 01:55:34 copy managed file [sigul-password] to file:/w/workspace/edgex-go/871@tmp/config8021137184768712023tmp 01:55:34 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/871@tmp/config610190178366286940tmp [Pipeline] { [Pipeline] echo 01:55:34 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 01:55:34 ---> sigul-configuration.sh 01:55:34 gpg: directory `/root/.gnupg' created 01:55:34 gpg: new configuration file `/root/.gnupg/gpg.conf' created 01:55:34 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 01:55:34 gpg: keyring `/root/.gnupg/secring.gpg' created 01:55:34 gpg: keyring `/root/.gnupg/pubring.gpg' created 01:55:34 gpg: CAST5 encrypted data 01:55:34 gpg: encrypted with 1 passphrase 01:55:34 gpg: WARNING: message was not integrity protected [Pipeline] sh 01:55:34 + mkdir /home/jenkins 01:55:34 + mkdir /home/jenkins/sigul [Pipeline] sh 01:55:35 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 01:55:35 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 01:55:35 ---> sigul-install.sh 01:55:35 Sigul already installed; skipping installation. [Pipeline] sh 01:55:35 + git tag --list 01:55:35 0.6.0 01:55:35 0.6.1 01:55:35 0.7.0 01:55:35 0.7.1 01:55:35 v1.0.0 01:55:35 v1.0.1 01:55:35 v1.1.0 01:55:35 v1.2.0 01:55:35 v1.2.1 01:55:35 v1.3.0 01:55:35 v1.3.1 01:55:35 v2.0.0 01:55:35 v2.1.0 01:55:35 v2.1.1 01:55:35 v2.2.0 01:55:35 v2.3.0 01:55:35 v3.0 01:55:35 v3.0.0 01:55:35 v3.1 01:55:35 v3.1.0 01:55:35 v3.1.1 01:55:35 v4.0 01:55:35 v4.0.0 01:55:35 v4.0.1 01:55:35 v4.0.1-dev.1 01:55:35 v4.1.0-dev.1 01:55:35 v4.1.0-dev.10 01:55:35 v4.1.0-dev.11 01:55:35 v4.1.0-dev.12 01:55:35 v4.1.0-dev.13 01:55:35 v4.1.0-dev.14 01:55:35 v4.1.0-dev.15 01:55:35 v4.1.0-dev.16 01:55:35 v4.1.0-dev.17 01:55:35 v4.1.0-dev.18 01:55:35 v4.1.0-dev.19 01:55:35 v4.1.0-dev.2 01:55:35 v4.1.0-dev.20 01:55:35 v4.1.0-dev.21 01:55:35 v4.1.0-dev.22 01:55:35 v4.1.0-dev.23 01:55:35 v4.1.0-dev.24 01:55:35 v4.1.0-dev.25 01:55:35 v4.1.0-dev.26 01:55:35 v4.1.0-dev.27 01:55:35 v4.1.0-dev.28 01:55:35 v4.1.0-dev.29 01:55:35 v4.1.0-dev.3 01:55:35 v4.1.0-dev.30 01:55:35 v4.1.0-dev.31 01:55:35 v4.1.0-dev.32 01:55:35 v4.1.0-dev.33 01:55:35 v4.1.0-dev.34 01:55:35 v4.1.0-dev.35 01:55:35 v4.1.0-dev.36 01:55:35 v4.1.0-dev.37 01:55:35 v4.1.0-dev.38 01:55:35 v4.1.0-dev.39 01:55:35 v4.1.0-dev.4 01:55:35 v4.1.0-dev.5 01:55:35 v4.1.0-dev.6 01:55:35 v4.1.0-dev.7 01:55:35 v4.1.0-dev.8 01:55:35 v4.1.0-dev.9 [Pipeline] sh 01:55:35 + lftools sign git-tag v4.1.0-dev.39 01:55:36 Signing Git tag with Sigul... 01:55:36 Signing v4.1.0-dev.39 [Pipeline] echo 01:55:36 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 01:55:37 ---> sigul-configuration-cleanup.sh [Pipeline] } 01:55:37 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 01:55:37 $ docker stop --time=1 f601bb2ad439ef8c5746319a10976652e4455c55a20c020beec4e744bd448b95 01:55:38 $ docker rm -f --volumes f601bb2ad439ef8c5746319a10976652e4455c55a20c020beec4e744bd448b95 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 01:55:38 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:55:38 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:55:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:55:39 prd-ubuntu20.04-docker-8c-8g-4941 does not seem to be running inside a container 01:55:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/871 -v /w/workspace/edgex-go/871:/w/workspace/edgex-go/871:rw,z -v /w/workspace/edgex-go/871@tmp:/w/workspace/edgex-go/871@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 01:55:39 $ docker top a58403df346ed8c993ca84da13ed1538534cd777f3887e9325d1f88a4995dd02 -eo pid,comm 01:55:39 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:55:39 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:55:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:55:39 [ssh-agent] Looking for ssh-agent implementation... 01:55:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:55:39 $ docker exec a58403df346ed8c993ca84da13ed1538534cd777f3887e9325d1f88a4995dd02 ssh-agent 01:55:39 SSH_AUTH_SOCK=/tmp/ssh-fuxyYli8mEf6/agent.32 01:55:39 SSH_AGENT_PID=38 01:55:39 Running ssh-add (command line suppressed) 01:55:39 Identity added: /w/workspace/edgex-go/871@tmp/private_key_8016233015664720176.key (/w/workspace/edgex-go/871@tmp/private_key_8016233015664720176.key) 01:55:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:55:40 + git semver bump pre 01:55:40 2025-07-11 01:55:40,344 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 01:55:40 2025-07-11 01:55:40,349 [read_version] DEBUG read version from /w/workspace/edgex-go/871/.semver/main 01:55:40 2025-07-11 01:55:40,350 [bump_version] DEBUG bumping version:4.1.0-dev.39 on axis:pre with prefix:dev 01:55:40 2025-07-11 01:55:40,350 [bump_version] DEBUG bumped version:4.1.0-dev.40 01:55:40 2025-07-11 01:55:40,350 [write_version] DEBUG write version:4.1.0-dev.40 to path:/w/workspace/edgex-go/871/.semver/main with force:True 01:55:40 2025-07-11 01:55:40,350 [read_version] DEBUG read version from /w/workspace/edgex-go/871/.semver/main 01:55:40 2025-07-11 01:55:40,350 [write_file] DEBUG write to file:/w/workspace/edgex-go/871/.semver/main 01:55:40 2025-07-11 01:55:40,352 [execute] INFO git cat-file --batch-check 01:55:40 2025-07-11 01:55:40,352 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/871/.semver, stdin=, shell=False, universal_newlines=False) 01:55:40 2025-07-11 01:55:40,356 [execute] INFO git cat-file --batch 01:55:40 2025-07-11 01:55:40,356 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/871/.semver, stdin=, shell=False, universal_newlines=False) 01:55:40 2025-07-11 01:55:40,359 [read_version] DEBUG read version from /w/workspace/edgex-go/871/.semver/main 01:55:40 4.1.0-dev.40 [Pipeline] } 01:55:40 $ docker exec --env ******** --env ******** a58403df346ed8c993ca84da13ed1538534cd777f3887e9325d1f88a4995dd02 ssh-agent -k 01:55:40 unset SSH_AUTH_SOCK; 01:55:40 unset SSH_AGENT_PID; 01:55:40 echo Agent pid 38 killed; 01:55:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:55:40 + git semver [Pipeline] } 01:55:41 $ docker stop --time=1 a58403df346ed8c993ca84da13ed1538534cd777f3887e9325d1f88a4995dd02 01:55:42 $ docker rm -f --volumes a58403df346ed8c993ca84da13ed1538534cd777f3887e9325d1f88a4995dd02 [Pipeline] // withDockerContainer [Pipeline] sh 01:55:42 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:55:42 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:55:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:55:43 prd-ubuntu20.04-docker-8c-8g-4941 does not seem to be running inside a container 01:55:43 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/871 -v /w/workspace/edgex-go/871:/w/workspace/edgex-go/871:rw,z -v /w/workspace/edgex-go/871@tmp:/w/workspace/edgex-go/871@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 01:55:43 $ docker top 642d8ed5fb346b8907eb29c1f7014b09c16ae12f31d2eecdb111885b306ece69 -eo pid,comm 01:55: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:55:43 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:55:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:55:43 [ssh-agent] Looking for ssh-agent implementation... 01:55:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:55:43 $ docker exec 642d8ed5fb346b8907eb29c1f7014b09c16ae12f31d2eecdb111885b306ece69 ssh-agent 01:55:43 SSH_AUTH_SOCK=/tmp/ssh-zynkMsBYYeU0/agent.32 01:55:43 SSH_AGENT_PID=38 01:55:43 Running ssh-add (command line suppressed) 01:55:43 Identity added: /w/workspace/edgex-go/871@tmp/private_key_17613677210029022572.key (/w/workspace/edgex-go/871@tmp/private_key_17613677210029022572.key) 01:55:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:55:44 + git semver push 01:55:44 2025-07-11 01:55:44,274 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 01:55:44 2025-07-11 01:55:44,277 [run_push] DEBUG push 01:55:44 2025-07-11 01:55:44,278 [execute] INFO git cat-file --batch-check 01:55:44 2025-07-11 01:55:44,278 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/871/.semver, stdin=, shell=False, universal_newlines=False) 01:55:44 2025-07-11 01:55:44,280 [execute] INFO git rev-list 3695e504b471915dfb0a6edf86a57d6f522f3637 -- 01:55:44 2025-07-11 01:55:44,280 [execute] DEBUG Popen(['git', 'rev-list', '3695e504b471915dfb0a6edf86a57d6f522f3637', '--'], cwd=/w/workspace/edgex-go/871/.semver, stdin=None, shell=False, universal_newlines=False) 01:55:44 2025-07-11 01:55:44,300 [execute] INFO git fetch -v -- origin 01:55:44 2025-07-11 01:55:44,300 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/871/.semver, stdin=None, shell=False, universal_newlines=True) 01:55:44 2025-07-11 01:55:44,869 [run_push] DEBUG no remote changes detected 01:55:44 2025-07-11 01:55:44,869 [execute] INFO git push origin semver 01:55:44 2025-07-11 01:55:44,870 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/871/.semver, stdin=None, shell=False, universal_newlines=False) 01:55:45 2025-07-11 01:55:45,741 [run_push] DEBUG push all version tags 01:55:45 2025-07-11 01:55:45,741 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 01:55:45 2025-07-11 01:55:45,742 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/871, stdin=None, shell=False, universal_newlines=False) 01:55:46 2025-07-11 01:55:46,445 [read_version] DEBUG read version from /w/workspace/edgex-go/871/.semver/main 01:55:46 4.1.0-dev.40 [Pipeline] } 01:55:46 $ docker exec --env ******** --env ******** 642d8ed5fb346b8907eb29c1f7014b09c16ae12f31d2eecdb111885b306ece69 ssh-agent -k 01:55:46 unset SSH_AUTH_SOCK; 01:55:46 unset SSH_AGENT_PID; 01:55:46 echo Agent pid 38 killed; 01:55:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:55:47 + git semver [Pipeline] } 01:55:47 $ docker stop --time=1 642d8ed5fb346b8907eb29c1f7014b09c16ae12f31d2eecdb111885b306ece69 01:55:48 $ docker rm -f --volumes 642d8ed5fb346b8907eb29c1f7014b09c16ae12f31d2eecdb111885b306ece69 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 01:55:49 + [ -d /w/workspace/edgex-go/871/archives ] [Pipeline] libraryResource [Pipeline] sh 01:55:49 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:55:50 ---> package-listing.sh 01:55:50 ++ facter osfamily 01:55:50 ++ tr '[:upper:]' '[:lower:]' 01:55:50 + OS_FAMILY=debian 01:55:50 + workspace=/w/workspace/edgex-go/871 01:55:50 + START_PACKAGES=/tmp/packages_start.txt 01:55:50 + END_PACKAGES=/tmp/packages_end.txt 01:55:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:55:50 + PACKAGES=/tmp/packages_start.txt 01:55:50 + '[' /w/workspace/edgex-go/871 ']' 01:55:50 + PACKAGES=/tmp/packages_end.txt 01:55:50 + case "${OS_FAMILY}" in 01:55:50 + dpkg -l 01:55:50 + grep '^ii' 01:55:50 + '[' -f /tmp/packages_start.txt ']' 01:55:50 + '[' -f /tmp/packages_end.txt ']' 01:55:50 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:55:50 + '[' /w/workspace/edgex-go/871 ']' 01:55:50 + mkdir -p /w/workspace/edgex-go/871/archives/ 01:55:50 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/871/archives/ [Pipeline] echo 01:55:50 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/871/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:55:50 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:55:51 01:55:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:55:51 latest: Pulling from edgex-lftools-log-publisher 01:55:51 5eb5b503b376: Pulling fs layer 01:55:51 5c69ac0246d0: Pulling fs layer 01:55:51 ec43610c2a17: Pulling fs layer 01:55:51 3a2ae6a8a46f: Pulling fs layer 01:55:51 33b1e0a273af: Pulling fs layer 01:55:51 5d3b04190fa2: Pulling fs layer 01:55:51 2f39f015ded8: Pulling fs layer 01:55:51 3a2ae6a8a46f: Waiting 01:55:51 33b1e0a273af: Waiting 01:55:51 5d3b04190fa2: Waiting 01:55:51 2f39f015ded8: Waiting 01:55:51 5c69ac0246d0: Verifying Checksum 01:55:51 5c69ac0246d0: Download complete 01:55:51 3a2ae6a8a46f: Download complete 01:55:51 33b1e0a273af: Verifying Checksum 01:55:51 33b1e0a273af: Download complete 01:55:51 5d3b04190fa2: Download complete 01:55:52 ec43610c2a17: Verifying Checksum 01:55:52 5eb5b503b376: Verifying Checksum 01:55:52 5eb5b503b376: Download complete 01:55:52 2f39f015ded8: Verifying Checksum 01:55:52 2f39f015ded8: Download complete 01:55:53 5eb5b503b376: Pull complete 01:55:53 5c69ac0246d0: Pull complete 01:55:54 ec43610c2a17: Pull complete 01:55:54 3a2ae6a8a46f: Pull complete 01:55:54 33b1e0a273af: Pull complete 01:55:54 5d3b04190fa2: Pull complete 01:55:59 2f39f015ded8: Pull complete 01:55:59 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 01:55:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:55:59 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:55:59 prd-ubuntu20.04-docker-8c-8g-4941 does not seem to be running inside a container 01:55: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/871/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/871 -v /w/workspace/edgex-go/871:/w/workspace/edgex-go/871:rw,z -v /w/workspace/edgex-go/871@tmp:/w/workspace/edgex-go/871@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 01:56:04 $ docker top da62c0be8582f8ee9fe08703a72369b2993fccb613607d467eac01aece362a6c -eo pid,comm [Pipeline] { [Pipeline] sh 01:56:04 + touch /tmp/pre-build-complete [Pipeline] sh 01:56:05 + mkdir -p /var/log/sysstat [Pipeline] sh 01:56:05 + ls /var/log/sa-host 01:56:05 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:56:05 provisioning config files... 01:56:05 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/871@tmp/config4583380819308915742tmp [Pipeline] { [Pipeline] echo 01:56:05 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:56:05 ---> create-netrc.sh [Pipeline] } 01:56:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:56:06 ---> python-tools-install.sh [Pipeline] echo 01:56:06 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:56:06 ---> sudo-logs.sh 01:56:06 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 01:56:06 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:56:06 ---> job-cost.sh 01:56:06 lf-activate-venv: SKIPPING 01:56:06 DEBUG: total: 0.10999999940395355 01:56:06 INFO: Retrieving Stack Cost... 01:56:06 INFO: Retrieving Pricing Info for: v3-standard-8 01:56:07 INFO: Archiving Costs [Pipeline] echo 01:56:07 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:56:07 ---> logs-deploy.sh 01:56:07 lf-activate-venv: SKIPPING 01:56:07 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/871 01:56:07 INFO: archiving workspace using pattern(s): 01:56:08 Archives upload complete. 01:56:08 INFO: archiving logs to Nexus 01:56:09 ---> uname -a: 01:56:09 Linux prd-ubuntu20-04-docker-8c-8g-4941 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux 01:56:09 01:56:09 01:56:09 ---> lscpu: 01:56:09 Architecture: x86_64 01:56:09 CPU op-mode(s): 32-bit, 64-bit 01:56:09 Byte Order: Little Endian 01:56:09 Address sizes: 40 bits physical, 48 bits virtual 01:56:09 CPU(s): 8 01:56:09 On-line CPU(s) list: 0-7 01:56:09 Thread(s) per core: 1 01:56:09 Core(s) per socket: 1 01:56:09 Socket(s): 8 01:56:09 NUMA node(s): 1 01:56:09 Vendor ID: AuthenticAMD 01:56:09 CPU family: 23 01:56:09 Model: 49 01:56:09 Model name: AMD EPYC-Rome Processor 01:56:09 Stepping: 0 01:56:09 CPU MHz: 2800.000 01:56:09 BogoMIPS: 5600.00 01:56:09 Virtualization: AMD-V 01:56:09 Hypervisor vendor: KVM 01:56:09 Virtualization type: full 01:56:09 L1d cache: 256 KiB 01:56:09 L1i cache: 256 KiB 01:56:09 L2 cache: 4 MiB 01:56:09 L3 cache: 128 MiB 01:56:09 NUMA node0 CPU(s): 0-7 01:56:09 Vulnerability Gather data sampling: Not affected 01:56:09 Vulnerability Itlb multihit: Not affected 01:56:09 Vulnerability L1tf: Not affected 01:56:09 Vulnerability Mds: Not affected 01:56:09 Vulnerability Meltdown: Not affected 01:56:09 Vulnerability Mmio stale data: Not affected 01:56:09 Vulnerability Retbleed: Vulnerable 01:56:09 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:56:09 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 01:56:09 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 01:56:09 Vulnerability Srbds: Not affected 01:56:09 Vulnerability Tsx async abort: Not affected 01:56:09 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 01:56:09 01:56:09 01:56:09 ---> nproc: 01:56:09 8 01:56:09 01:56:09 01:56:09 ---> df -h: 01:56:09 Filesystem Size Used Avail Use% Mounted on 01:56:09 overlay 155G 31G 125G 20% / 01:56:09 tmpfs 64M 0 64M 0% /dev 01:56:09 tmpfs 16G 0 16G 0% /sys/fs/cgroup 01:56:09 shm 64M 0 64M 0% /dev/shm 01:56:09 /dev/vda1 155G 31G 125G 20% /facter-os 01:56:09 01:56:09 01:56:09 ---> sar -b -r -n DEV: 01:56:09 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-4941) 07/11/25 _x86_64_ (8 CPU) 01:56:09 01:56:09 01:01:16 LINUX RESTART (8 CPU) 01:56:09 01:56:09 01:02:00 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 01:56:09 01:03:01 194.63 18.40 176.22 0.00 3096.18 62497.26 0.00 01:56:09 01:04:01 43.74 0.13 43.61 0.00 1.33 22864.72 0.00 01:56:09 01:05:01 54.10 0.52 53.58 0.00 19.47 29196.02 0.00 01:56:09 01:06:01 219.48 1.68 217.79 0.00 42.52 109987.60 0.00 01:56:09 01:07:01 930.14 23.58 906.56 0.00 4446.12 302763.48 0.00 01:56:09 01:08:01 299.93 1.23 298.70 0.00 12.93 137381.14 0.00 01:56:09 01:09:02 500.63 0.03 500.60 0.00 0.27 149540.69 0.00 01:56:09 01:10:01 611.10 0.02 611.08 0.00 0.14 106400.68 0.00 01:56:09 01:11:01 38.44 0.03 38.40 0.00 7.06 1037.52 0.00 01:56:09 01:12:01 18.48 0.02 18.46 0.00 2.13 478.45 0.00 01:56:09 01:13:01 2.47 0.00 2.47 0.00 0.00 36.26 0.00 01:56:09 01:14:01 0.93 0.00 0.93 0.00 0.00 12.66 0.00 01:56:09 01:15:01 0.95 0.00 0.95 0.00 0.00 10.40 0.00 01:56:09 01:16:01 1.10 0.00 1.10 0.00 0.00 14.00 0.00 01:56:09 01:17:01 1.87 0.03 1.83 0.00 0.27 23.33 0.00 01:56:09 01:18:01 1.62 0.00 1.62 0.00 0.00 18.53 0.00 01:56:09 01:19:01 0.80 0.00 0.80 0.00 0.00 9.46 0.00 01:56:09 01:20:01 1.00 0.00 1.00 0.00 0.00 12.13 0.00 01:56:09 01:21:01 0.88 0.00 0.88 0.00 0.00 10.26 0.00 01:56:09 01:22:01 1.50 0.00 1.50 0.00 0.00 17.33 0.00 01:56:09 01:23:01 1.05 0.00 1.05 0.00 0.00 11.46 0.00 01:56:09 01:24:01 1.35 0.00 1.35 0.00 0.00 16.26 0.00 01:56:09 01:25:01 0.85 0.00 0.85 0.00 0.00 9.20 0.00 01:56:09 01:26:01 1.15 0.00 1.15 0.00 0.00 13.73 0.00 01:56:09 01:27:01 1.10 0.00 1.10 0.00 0.00 12.66 0.00 01:56:09 01:28:01 1.03 0.00 1.03 0.00 0.00 12.26 0.00 01:56:09 01:29:01 0.92 0.00 0.92 0.00 0.00 10.80 0.00 01:56:09 01:30:01 1.28 0.00 1.28 0.00 0.00 14.26 0.00 01:56:09 01:31:01 0.92 0.00 0.92 0.00 0.00 10.80 0.00 01:56:09 01:32:01 1.15 0.00 1.15 0.00 0.00 14.66 0.00 01:56:09 01:33:01 1.03 0.00 1.03 0.00 0.00 11.06 0.00 01:56:09 01:34:01 1.02 0.00 1.02 0.00 0.00 13.33 0.00 01:56:09 01:35:01 1.00 0.00 1.00 0.00 0.00 11.20 0.00 01:56:09 01:36:01 1.05 0.00 1.05 0.00 0.00 12.80 0.00 01:56:09 01:37:01 0.98 0.00 0.98 0.00 0.00 12.13 0.00 01:56:09 01:38:01 1.23 0.00 1.23 0.00 0.00 14.13 0.00 01:56:09 01:39:01 0.80 0.00 0.80 0.00 0.00 9.33 0.00 01:56:09 01:40:01 1.25 0.00 1.25 0.00 0.00 15.33 0.00 01:56:09 01:41:01 0.77 0.00 0.77 0.00 0.00 8.93 0.00 01:56:09 01:42:01 1.10 0.00 1.10 0.00 0.00 15.06 0.00 01:56:09 01:43:01 1.05 0.00 1.05 0.00 0.00 12.00 0.00 01:56:09 01:44:01 1.28 0.00 1.28 0.00 0.00 15.33 0.00 01:56:09 01:45:01 1.00 0.00 1.00 0.00 0.00 11.86 0.00 01:56:09 01:46:01 1.17 0.00 1.17 0.00 0.00 13.86 0.00 01:56:09 01:47:01 1.10 0.00 1.10 0.00 0.00 12.66 0.00 01:56:09 01:48:01 1.07 0.00 1.07 0.00 0.00 13.73 0.00 01:56:09 01:49:01 1.05 0.00 1.05 0.00 0.00 11.33 0.00 01:56:09 01:50:01 1.17 0.00 1.17 0.00 0.00 14.66 0.00 01:56:09 01:51:01 0.88 0.00 0.88 0.00 0.00 10.00 0.00 01:56:09 01:52:01 1.40 0.00 1.40 0.00 0.00 16.93 0.00 01:56:09 01:53:01 0.90 0.00 0.90 0.00 0.00 10.93 0.00 01:56:09 01:54:01 1.08 0.00 1.08 0.00 0.00 13.46 0.00 01:56:09 01:55:01 31.41 0.53 30.87 0.00 12.93 14184.74 0.00 01:56:09 01:56:01 141.51 0.18 141.33 0.00 12.40 43892.68 0.00 01:56:09 Average: 57.85 0.86 56.99 0.00 142.72 18150.71 0.00 01:56:09 01:56:09 01:02:00 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 01:56:09 01:03:01 27710272 31520672 768564 2.34 115124 3906376 1876720 5.53 1179016 3515960 540 01:56:09 01:04:01 26308784 31388268 890148 2.71 125568 5070960 2189144 6.45 2063260 3929432 562188 01:56:09 01:05:01 26311460 31443412 831604 2.53 131412 5088076 2070556 6.10 1570732 4389436 268272 01:56:09 01:06:01 20371640 31357400 912576 2.78 145636 10789864 2814144 8.30 2073448 9674600 4350080 01:56:09 01:07:01 15637760 31347236 888392 2.70 378752 14872252 2437680 7.19 3206436 12825960 1404 01:56:09 01:08:01 6640736 28044668 4116696 12.52 424992 20040988 11391088 33.58 7475344 16967544 1381036 01:56:09 01:09:02 3954612 28248868 3917620 11.92 441568 22806344 10476616 30.89 8513040 18505428 86872 01:56:09 01:10:01 7520268 31389284 843780 2.57 454972 22570780 2191256 6.46 3679488 20077216 504 01:56:09 01:11:01 7506456 31378076 853420 2.60 456688 22571612 2245288 6.62 4003068 19770820 580 01:56:09 01:12:01 7513072 31385464 846048 2.57 457404 22571824 2110512 6.22 4439172 19328412 592 01:56:09 01:13:01 7516208 31388620 842840 2.56 457424 22571824 2110512 6.22 4435256 19328416 8 01:56:09 01:14:01 7534620 31407052 824932 2.51 457436 22571832 2110512 6.22 4417324 19328420 64 01:56:09 01:15:01 7534440 31406920 825236 2.51 457456 22571832 2110512 6.22 4417020 19328420 12 01:56:09 01:16:01 7534912 31407408 824708 2.51 457476 22571840 2110512 6.22 4417052 19328424 28 01:56:09 01:17:01 7539224 31411764 820448 2.50 457520 22571808 2141792 6.31 4411792 19328400 20 01:56:09 01:18:01 7539696 31412296 819832 2.49 457524 22571816 2141792 6.31 4411716 19328404 20 01:56:09 01:19:01 7540048 31412712 819356 2.49 457528 22571820 2141792 6.31 4411784 19328408 28 01:56:09 01:20:01 7540356 31413032 818964 2.49 457544 22571820 2141792 6.31 4411796 19328408 48 01:56:09 01:21:01 7540796 31413476 818424 2.49 457568 22571824 2141792 6.31 4410628 19328412 28 01:56:09 01:22:01 7540936 31413660 818160 2.49 457600 22571828 2141792 6.31 4411068 19328416 212 01:56:09 01:23:01 7540952 31413716 818108 2.49 457628 22571832 2141792 6.31 4410720 19328420 28 01:56:09 01:24:01 7540612 31413420 818364 2.49 457644 22571840 2141792 6.31 4410756 19328428 8 01:56:09 01:25:01 7540820 31413640 818292 2.49 457656 22571840 2141792 6.31 4410764 19328428 12 01:56:09 01:26:01 7540780 31413624 818292 2.49 457676 22571844 2141792 6.31 4410784 19328432 16 01:56:09 01:27:01 7541136 31414004 818040 2.49 457696 22571844 2141792 6.31 4410864 19328436 12 01:56:09 01:28:01 7540632 31413524 818500 2.49 457720 22571848 2141792 6.31 4410824 19328436 44 01:56:09 01:29:01 7540704 31413624 818368 2.49 457740 22571852 2141792 6.31 4410968 19328440 28 01:56:09 01:30:01 7540340 31413280 818624 2.49 457764 22571852 2141792 6.31 4411168 19328440 44 01:56:09 01:31:01 7540008 31412972 818888 2.49 457776 22571856 2141792 6.31 4411016 19328444 12 01:56:09 01:32:01 7540424 31413428 818276 2.49 457784 22571860 2141792 6.31 4410960 19328448 60 01:56:09 01:33:01 7540384 31413392 818304 2.49 457788 22571860 2141792 6.31 4411024 19328448 20 01:56:09 01:34:01 7540556 31413584 818056 2.49 457804 22571864 2141792 6.31 4411108 19328456 72 01:56:09 01:35:01 7540792 31413840 817744 2.49 457816 22571868 2141792 6.31 4410944 19328460 20 01:56:09 01:36:01 7540448 31413644 818088 2.49 457832 22572000 2141792 6.31 4411032 19328588 44 01:56:09 01:37:01 7540108 31413312 818392 2.49 457836 22572004 2157836 6.36 4411036 19328592 36 01:56:09 01:38:01 7539880 31413104 818540 2.49 457852 22572004 2157836 6.36 4410992 19328592 12 01:56:09 01:39:01 7539580 31412820 818760 2.49 457868 22572008 2157836 6.36 4411004 19328596 32 01:56:09 01:40:01 7539532 31412800 818724 2.49 457884 22572016 2173884 6.41 4411024 19328604 32 01:56:09 01:41:01 7539980 31413252 818192 2.49 457896 22572016 2157480 6.36 4411288 19328604 12 01:56:09 01:42:01 7539964 31413252 818124 2.49 457920 22572016 2157480 6.36 4411096 19328608 72 01:56:09 01:43:01 7539664 31412996 818328 2.49 457940 22572028 2157480 6.36 4411068 19328616 32 01:56:09 01:44:01 7539808 31413164 818376 2.49 457964 22572020 2157480 6.36 4411384 19328616 12 01:56:09 01:45:01 7539776 31413148 818344 2.49 457988 22572020 2157480 6.36 4411116 19328620 180 01:56:09 01:46:01 7539288 31412700 818768 2.49 458012 22572032 2157480 6.36 4411168 19328620 8 01:56:09 01:47:01 7539480 31412904 818788 2.49 458012 22572036 2157480 6.36 4411784 19328624 204 01:56:09 01:48:01 7539788 31413220 818464 2.49 458024 22572040 2157480 6.36 4411180 19328628 64 01:56:09 01:49:01 7539780 31413224 818460 2.49 458032 22572036 2157480 6.36 4411180 19328628 184 01:56:09 01:50:01 7539464 31412912 818704 2.49 458032 22572044 2157480 6.36 4411740 19328632 164 01:56:09 01:51:01 7539708 31413176 818440 2.49 458052 22572044 2157480 6.36 4411216 19328632 12 01:56:09 01:52:01 7539148 31412648 818928 2.49 458068 22572052 2157480 6.36 4411476 19328640 76 01:56:09 01:53:01 7539148 31412664 819012 2.49 458084 22572052 2157480 6.36 4411488 19328644 24 01:56:09 01:54:01 7539068 31412584 819024 2.49 458108 22572056 2157480 6.36 4411528 19328644 44 01:56:09 01:55:01 6440920 31181152 1044396 3.18 484028 23323784 2453244 7.23 4727556 20008136 361972 01:56:09 01:56:01 5805240 31346748 880788 2.68 517284 24027436 2126656 6.27 4556812 20757172 233048 01:56:09 Average: 8858596 31284107 948467 2.89 432600 21215947 2490980 7.34 4311083 18176809 134244 01:56:09 01:56:09 01:02:00 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 01:56:09 01:03:01 lo 3.80 3.80 0.37 0.37 0.00 0.00 0.00 0.00 01:56:09 01:03:01 ens3 1103.39 1001.87 11429.24 133.86 0.00 0.00 0.00 0.00 01:56:09 01:03:01 docker0 806.29 806.01 58.74 4562.07 0.00 0.00 0.00 0.00 01:56:09 01:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:56:09 01:04:01 ens3 42.09 29.83 41.50 18.51 0.00 0.00 0.00 0.00 01:56:09 01:04:01 docker0 0.25 0.33 0.01 0.03 0.00 0.00 0.00 0.00 01:56:09 01:04:01 veth0081554 0.15 0.28 0.01 0.03 0.00 0.00 0.00 0.00 01:56:09 01:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:05:01 ens3 28.48 20.88 23.33 14.51 0.00 0.00 0.00 0.00 01:56:09 01:05:01 docker0 1.00 1.00 0.07 0.09 0.00 0.00 0.00 0.00 01:56:09 01:05:01 veth0081554 1.00 1.03 0.09 0.09 0.00 0.00 0.00 0.00 01:56:09 01:06:01 lo 1.67 1.67 0.16 0.16 0.00 0.00 0.00 0.00 01:56:09 01:06:01 veth2bbb5b5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:06:01 ens3 160.21 92.60 3338.30 24.49 0.00 0.00 0.00 0.00 01:56:09 01:06:01 veth80be6a1 1.48 3.30 0.11 38.68 0.00 0.00 0.00 0.00 01:56:09 01:06:01 vethaff55f3 0.62 0.85 0.05 0.25 0.00 0.00 0.00 0.00 01:56:09 01:06:01 veth5f83520 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:06:01 vethdbb7aec 1.47 2.85 0.11 38.65 0.00 0.00 0.00 0.00 01:56:09 01:06:01 docker0 12.51 21.59 0.77 261.27 0.00 0.00 0.00 0.00 01:56:09 01:06:01 veth24dcbdb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:06:01 veth41263f4 0.03 0.22 0.00 0.01 0.00 0.00 0.00 0.00 01:56:09 01:06:01 veth0cfab18 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:06:01 veth658a761 0.22 0.03 0.01 0.00 0.00 0.00 0.00 0.00 01:56:09 01:06:01 vethe762db3 3.05 5.45 0.23 65.02 0.00 0.00 0.00 0.01 01:56:09 01:06:01 vethb72b902 5.86 10.83 0.43 118.77 0.00 0.00 0.00 0.01 01:56:09 01:06:01 veth20a1076 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:06:01 vetha6d5937 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:07:01 lo 0.73 0.73 0.08 0.08 0.00 0.00 0.00 0.00 01:56:09 01:07:01 ens3 1128.04 717.64 11926.20 76.83 0.00 0.00 0.00 0.00 01:56:09 01:07:01 vethaff55f3 0.08 2.22 0.00 0.10 0.00 0.00 0.00 0.00 01:56:09 01:07:01 docker0 635.82 959.76 50.75 8940.32 0.00 0.00 0.00 0.00 01:56:09 01:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:56:09 01:08:01 veth71f60dc 0.05 0.62 0.00 0.03 0.00 0.00 0.00 0.00 01:56:09 01:08:01 veth8c78cf9 0.05 0.65 0.00 0.03 0.00 0.00 0.00 0.00 01:56:09 01:08:01 veth998df21 0.05 0.58 0.00 0.03 0.00 0.00 0.00 0.00 01:56:09 01:08:01 ens3 13.03 8.11 10.48 5.87 0.00 0.00 0.00 0.00 01:56:09 01:08:01 vethaff55f3 0.08 0.77 0.00 0.03 0.00 0.00 0.00 0.00 01:56:09 01:08:01 veth08ca71a 0.05 0.68 0.00 0.03 0.00 0.00 0.00 0.00 01:56:09 01:08:01 veth6276108 0.05 0.62 0.00 0.03 0.00 0.00 0.00 0.00 01:56:09 01:08:01 docker0 0.75 0.23 0.02 0.01 0.00 0.00 0.00 0.00 01:56:09 01:08:01 vethc31be5f 0.05 0.58 0.00 0.03 0.00 0.00 0.00 0.00 01:56:09 01:08:01 veth40522a8 0.05 0.52 0.00 0.03 0.00 0.00 0.00 0.00 01:56:09 01:08:01 veth8fa61d7 0.12 0.78 0.01 0.04 0.00 0.00 0.00 0.00 01:56:09 01:08:01 veth79d7566 0.05 0.65 0.00 0.03 0.00 0.00 0.00 0.00 01:56:09 01:08:01 vethb10837e 0.05 0.62 0.00 0.03 0.00 0.00 0.00 0.00 01:56:09 01:08:01 veth38c54a8 0.05 0.68 0.00 0.03 0.00 0.00 0.00 0.00 01:56:09 01:08:01 vethe9a7ccc 0.05 0.60 0.00 0.03 0.00 0.00 0.00 0.00 01:56:09 01:09:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:09:02 veth8c78cf9 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:09:02 veth998df21 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:09:02 ens3 4.23 2.45 3.43 1.92 0.00 0.00 0.00 0.00 01:56:09 01:09:02 vethaff55f3 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:09:02 veth08ca71a 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:09:02 veth6276108 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:09:02 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:09:02 vethc31be5f 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:09:02 veth40522a8 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:09:02 veth79d7566 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:09:02 vethb10837e 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:09:02 veth38c54a8 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:09:02 vethe9a7ccc 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:09:02 vethf79af64 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:10:01 lo 3.46 3.46 0.34 0.34 0.00 0.00 0.00 0.00 01:56:09 01:10:01 ens3 80.95 102.25 27.96 354.45 0.00 0.00 0.00 0.00 01:56:09 01:10:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:11:01 lo 46.32 46.32 4.53 4.53 0.00 0.00 0.00 0.00 01:56:09 01:11:01 ens3 487.40 488.72 242.90 2340.71 0.00 0.00 0.00 0.00 01:56:09 01:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:12:01 lo 20.06 20.06 1.96 1.96 0.00 0.00 0.00 0.00 01:56:09 01:12:01 ens3 310.25 317.26 122.67 2253.98 0.00 0.00 0.00 0.00 01:56:09 01:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:13:01 ens3 0.47 0.02 0.05 0.01 0.00 0.00 0.00 0.00 01:56:09 01:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:56:09 01:14:01 ens3 1.12 0.73 3.28 0.24 0.00 0.00 0.00 0.00 01:56:09 01:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:15:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:56:09 01:16:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:56:09 01:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:17:01 ens3 0.15 0.10 0.08 0.06 0.00 0.00 0.00 0.00 01:56:09 01:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:56:09 01:18:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 01:56:09 01:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:19:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:56:09 01:20:01 ens3 0.18 0.12 0.07 0.01 0.00 0.00 0.00 0.00 01:56:09 01:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:21:01 ens3 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:56:09 01:22:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 01:56:09 01:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:23:01 ens3 0.15 0.05 0.06 0.00 0.00 0.00 0.00 0.00 01:56:09 01:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:56:09 01:24:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:56:09 01:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:25:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:56:09 01:26:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:56:09 01:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:27:01 ens3 0.28 0.13 0.14 0.07 0.00 0.00 0.00 0.00 01:56:09 01:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:56:09 01:28:01 ens3 0.37 0.10 0.04 0.01 0.00 0.00 0.00 0.00 01:56:09 01:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:29:01 ens3 0.63 0.53 0.36 0.29 0.00 0.00 0.00 0.00 01:56:09 01:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:56:09 01:30:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:56:09 01:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:31:01 ens3 0.98 0.43 0.40 0.27 0.00 0.00 0.00 0.00 01:56:09 01:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:56:09 01:32:01 ens3 0.48 0.17 0.09 0.07 0.00 0.00 0.00 0.00 01:56:09 01:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:33:01 ens3 0.70 0.18 0.21 0.07 0.00 0.00 0.00 0.00 01:56:09 01:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:56:09 01:34:01 ens3 0.52 0.50 0.27 0.22 0.00 0.00 0.00 0.00 01:56:09 01:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:35:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:56:09 01:36:01 ens3 0.58 0.45 0.27 0.22 0.00 0.00 0.00 0.00 01:56:09 01:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:37:01 ens3 0.20 0.12 0.08 0.07 0.00 0.00 0.00 0.00 01:56:09 01:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:56:09 01:38:01 ens3 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 01:56:09 01:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:39:01 ens3 0.17 0.05 0.06 0.00 0.00 0.00 0.00 0.00 01:56:09 01:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:56:09 01:40:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:56:09 01:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:41:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:56:09 01:42:01 ens3 0.27 0.18 0.08 0.07 0.00 0.00 0.00 0.00 01:56:09 01:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:43:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:56:09 01:44:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:56:09 01:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:45:01 ens3 0.15 0.08 0.06 0.00 0.00 0.00 0.00 0.00 01:56:09 01:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:56:09 01:46:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:56:09 01:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:47:01 ens3 0.15 0.10 0.08 0.07 0.00 0.00 0.00 0.00 01:56:09 01:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:56:09 01:48:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 01:56:09 01:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:49:01 ens3 0.17 0.05 0.06 0.00 0.00 0.00 0.00 0.00 01:56:09 01:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:56:09 01:50:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:56:09 01:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:51:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:56:09 01:52:01 ens3 0.98 0.43 0.38 0.28 0.00 0.00 0.00 0.00 01:56:09 01:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:53:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:56:09 01:54:01 ens3 0.23 0.13 0.07 0.01 0.00 0.00 0.00 0.00 01:56:09 01:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:56:09 01:55:01 lo 0.80 0.80 0.08 0.08 0.00 0.00 0.00 0.00 01:56:09 01:55:01 ens3 184.59 124.83 3521.31 20.30 0.00 0.00 0.00 0.00 01:56:09 01:55:01 docker0 73.39 90.77 5.78 867.11 0.00 0.00 0.00 0.00 01:56:09 01:55:01 veth7884432 73.39 90.89 6.78 867.12 0.00 0.00 0.00 0.07 01:56:09 01:56:01 lo 2.20 2.20 0.22 0.22 0.00 0.00 0.00 0.00 01:56:09 01:56:01 ens3 300.50 217.63 5793.48 172.03 0.00 0.00 0.00 0.00 01:56:09 01:56:01 docker0 4.50 3.93 1.01 1.97 0.00 0.00 0.00 0.00 01:56:09 Average: lo 1.55 1.55 0.15 0.15 0.00 0.00 0.00 0.00 01:56:09 Average: ens3 71.69 58.25 679.29 100.30 0.00 0.00 0.00 0.00 01:56:09 Average: docker0 28.67 35.14 2.19 272.43 0.00 0.00 0.00 0.00 01:56:09 01:56:09 01:56:09 ---> sar -P ALL: 01:56:09 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-4941) 07/11/25 _x86_64_ (8 CPU) 01:56:09 01:56:09 01:01:16 LINUX RESTART (8 CPU) 01:56:09 01:56:09 01:02:00 CPU %user %nice %system %iowait %steal %idle 01:56:09 01:03:01 all 7.66 0.00 3.21 1.98 0.07 87.09 01:56:09 01:03:01 0 5.44 0.00 4.69 9.11 0.07 80.70 01:56:09 01:03:01 1 7.76 0.00 2.93 0.07 0.05 89.19 01:56:09 01:03:01 2 10.47 0.00 3.83 1.25 0.08 84.37 01:56:09 01:03:01 3 10.67 0.00 3.65 0.76 0.07 84.85 01:56:09 01:03:01 4 7.79 0.00 2.79 0.61 0.07 88.74 01:56:09 01:03:01 5 7.08 0.00 3.01 2.73 0.07 87.12 01:56:09 01:03:01 6 6.09 0.00 2.42 1.12 0.08 90.30 01:56:09 01:03:01 7 5.94 0.00 2.36 0.21 0.07 91.42 01:56:09 01:04:01 all 40.67 0.00 6.16 0.51 0.11 52.55 01:56:09 01:04:01 0 39.77 0.00 6.15 0.03 0.08 53.96 01:56:09 01:04:01 1 40.87 0.00 6.85 2.46 0.13 49.69 01:56:09 01:04:01 2 39.99 0.00 5.72 0.02 0.10 54.17 01:56:09 01:04:01 3 41.58 0.00 6.35 0.05 0.13 51.89 01:56:09 01:04:01 4 39.67 0.00 6.14 0.13 0.10 53.96 01:56:09 01:04:01 5 41.57 0.00 5.97 0.86 0.13 51.47 01:56:09 01:04:01 6 41.71 0.00 6.21 0.49 0.10 51.49 01:56:09 01:04:01 7 40.18 0.00 5.92 0.03 0.08 53.78 01:56:09 01:05:01 all 52.19 0.00 6.63 0.37 0.08 40.72 01:56:09 01:05:01 0 52.30 0.00 6.89 0.08 0.08 40.64 01:56:09 01:05:01 1 51.21 0.00 6.97 2.71 0.08 39.03 01:56:09 01:05:01 2 52.69 0.00 6.68 0.02 0.08 40.53 01:56:09 01:05:01 3 51.02 0.00 6.42 0.03 0.08 42.45 01:56:09 01:05:01 4 53.22 0.00 6.35 0.00 0.08 40.34 01:56:09 01:05:01 5 52.11 0.00 6.61 0.12 0.07 41.09 01:56:09 01:05:01 6 53.60 0.00 6.71 0.03 0.08 39.57 01:56:09 01:05:01 7 51.41 0.00 6.38 0.00 0.10 42.11 01:56:09 01:06:01 all 35.06 0.00 8.28 3.65 0.11 52.89 01:56:09 01:06:01 0 35.77 0.00 8.25 3.27 0.19 52.52 01:56:09 01:06:01 1 35.38 0.00 8.45 2.30 0.08 53.79 01:56:09 01:06:01 2 34.41 0.00 8.21 3.07 0.12 54.19 01:56:09 01:06:01 3 37.46 0.00 7.95 1.89 0.15 52.54 01:56:09 01:06:01 4 34.20 0.00 9.22 9.22 0.09 47.28 01:56:09 01:06:01 5 35.98 0.00 7.79 2.89 0.08 53.26 01:56:09 01:06:01 6 33.34 0.00 8.66 5.12 0.08 52.80 01:56:09 01:06:01 7 33.97 0.00 7.71 1.49 0.08 56.74 01:56:09 01:07:01 all 13.06 0.00 6.89 16.05 0.08 63.92 01:56:09 01:07:01 0 14.00 0.00 5.63 23.15 0.10 57.13 01:56:09 01:07:01 1 11.67 0.00 6.80 5.34 0.07 76.12 01:56:09 01:07:01 2 13.09 0.00 6.09 8.50 0.07 72.25 01:56:09 01:07:01 3 13.46 0.00 6.24 13.34 0.07 66.89 01:56:09 01:07:01 4 12.55 0.00 9.02 31.85 0.10 46.49 01:56:09 01:07:01 5 12.55 0.00 6.35 11.52 0.10 69.47 01:56:09 01:07:01 6 12.75 0.00 7.37 24.47 0.07 55.35 01:56:09 01:07:01 7 14.43 0.00 7.66 10.37 0.05 67.50 01:56:09 01:08:01 all 74.15 0.00 11.24 2.32 0.10 12.19 01:56:09 01:08:01 0 73.61 0.00 12.10 0.87 0.10 13.31 01:56:09 01:08:01 1 73.03 0.00 11.21 1.74 0.12 13.90 01:56:09 01:08:01 2 74.38 0.00 11.41 0.79 0.08 13.34 01:56:09 01:08:01 3 74.07 0.00 11.47 0.75 0.08 13.63 01:56:09 01:08:01 4 74.54 0.00 11.47 12.36 0.12 1.52 01:56:09 01:08:01 5 74.74 0.00 10.01 0.87 0.12 14.26 01:56:09 01:08:01 6 74.59 0.00 11.12 0.63 0.10 13.55 01:56:09 01:08:01 7 74.22 0.00 11.09 0.58 0.12 13.98 01:56:09 01:09:02 all 90.58 0.00 9.28 0.00 0.14 0.00 01:56:09 01:09:02 0 90.64 0.00 9.21 0.00 0.15 0.00 01:56:09 01:09:02 1 89.38 0.00 10.47 0.00 0.15 0.00 01:56:09 01:09:02 2 91.44 0.00 8.39 0.00 0.17 0.00 01:56:09 01:09:02 3 91.67 0.00 8.21 0.00 0.12 0.00 01:56:09 01:09:02 4 89.64 0.00 10.23 0.00 0.13 0.00 01:56:09 01:09:02 5 90.90 0.00 8.93 0.00 0.15 0.02 01:56:09 01:09:02 6 90.47 0.00 9.39 0.00 0.13 0.00 01:56:09 01:09:02 7 90.45 0.00 9.41 0.00 0.13 0.00 01:56:09 01:10:01 all 69.10 0.00 9.00 3.44 0.13 18.33 01:56:09 01:10:01 0 68.87 0.00 9.32 2.74 0.14 18.94 01:56:09 01:10:01 1 66.89 0.00 10.61 2.09 0.15 20.25 01:56:09 01:10:01 2 68.64 0.00 9.33 8.41 0.14 13.49 01:56:09 01:10:01 3 70.20 0.00 7.96 0.92 0.14 20.78 01:56:09 01:10:01 4 69.94 0.00 9.91 2.36 0.14 17.66 01:56:09 01:10:01 5 69.77 0.00 7.96 3.62 0.10 18.55 01:56:09 01:10:01 6 69.60 0.00 8.71 2.54 0.12 19.04 01:56:09 01:10:01 7 68.88 0.00 8.23 4.86 0.10 17.94 01:56:09 01:11:01 all 9.46 0.00 1.11 0.15 0.06 89.22 01:56:09 01:11:01 0 7.24 0.00 1.03 0.13 0.05 91.55 01:56:09 01:11:01 1 7.32 0.00 1.14 0.02 0.03 91.50 01:56:09 01:11:01 2 8.85 0.00 1.02 0.03 0.08 90.01 01:56:09 01:11:01 3 9.46 0.00 1.26 0.08 0.07 89.13 01:56:09 01:11:01 4 8.30 0.00 0.96 0.03 0.07 90.65 01:56:09 01:11:01 5 10.94 0.00 1.19 0.03 0.07 87.77 01:56:09 01:11:01 6 13.28 0.00 1.02 0.07 0.07 85.56 01:56:09 01:11:01 7 10.35 0.00 1.27 0.77 0.07 87.54 01:56:09 01:12:01 all 10.14 0.00 0.67 0.07 0.06 89.06 01:56:09 01:12:01 0 7.00 0.00 0.56 0.02 0.05 92.37 01:56:09 01:12:01 1 11.10 0.00 0.88 0.02 0.05 87.95 01:56:09 01:12:01 2 13.51 0.00 0.94 0.05 0.08 85.42 01:56:09 01:12:01 3 11.86 0.00 0.65 0.07 0.07 87.35 01:56:09 01:12:01 4 3.95 0.00 0.55 0.02 0.05 95.43 01:56:09 01:12:01 5 8.27 0.00 0.57 0.02 0.05 91.09 01:56:09 01:12:01 6 15.10 0.00 0.67 0.00 0.08 84.14 01:56:09 01:12:01 7 10.37 0.00 0.50 0.37 0.07 88.69 01:56:09 01:13:01 all 0.03 0.00 0.02 0.01 0.01 99.94 01:56:09 01:13:01 0 0.00 0.00 0.00 0.00 0.02 99.98 01:56:09 01:13:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:13:01 2 0.12 0.00 0.07 0.03 0.03 99.75 01:56:09 01:13:01 3 0.03 0.00 0.03 0.00 0.00 99.93 01:56:09 01:13:01 4 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:13:01 5 0.00 0.00 0.00 0.02 0.00 99.98 01:56:09 01:13:01 6 0.03 0.00 0.03 0.00 0.02 99.92 01:56:09 01:13:01 7 0.07 0.00 0.00 0.00 0.00 99.93 01:56:09 01:56:09 01:13:01 CPU %user %nice %system %iowait %steal %idle 01:56:09 01:14:01 all 0.04 0.00 0.01 0.00 0.01 99.92 01:56:09 01:14:01 0 0.03 0.00 0.02 0.00 0.00 99.95 01:56:09 01:14:01 1 0.00 0.00 0.00 0.00 0.02 99.98 01:56:09 01:14:01 2 0.07 0.00 0.03 0.00 0.02 99.88 01:56:09 01:14:01 3 0.05 0.00 0.02 0.00 0.02 99.92 01:56:09 01:14:01 4 0.05 0.00 0.02 0.00 0.02 99.92 01:56:09 01:14:01 5 0.00 0.00 0.02 0.02 0.02 99.95 01:56:09 01:14:01 6 0.03 0.00 0.02 0.00 0.03 99.92 01:56:09 01:14:01 7 0.12 0.00 0.00 0.00 0.00 99.88 01:56:09 01:15:01 all 0.03 0.00 0.00 0.00 0.01 99.95 01:56:09 01:15:01 0 0.02 0.00 0.00 0.00 0.02 99.97 01:56:09 01:15:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:15:01 2 0.10 0.00 0.02 0.02 0.02 99.85 01:56:09 01:15:01 3 0.03 0.00 0.00 0.00 0.00 99.97 01:56:09 01:15:01 4 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:15:01 5 0.00 0.00 0.00 0.02 0.02 99.97 01:56:09 01:15:01 6 0.07 0.00 0.02 0.00 0.03 99.88 01:56:09 01:15:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:16:01 all 0.03 0.00 0.01 0.01 0.01 99.93 01:56:09 01:16:01 0 0.02 0.00 0.02 0.00 0.02 99.95 01:56:09 01:16:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:16:01 2 0.02 0.00 0.02 0.05 0.02 99.90 01:56:09 01:16:01 3 0.05 0.00 0.03 0.00 0.02 99.90 01:56:09 01:16:01 4 0.07 0.00 0.00 0.00 0.00 99.93 01:56:09 01:16:01 5 0.02 0.00 0.00 0.05 0.02 99.92 01:56:09 01:16:01 6 0.05 0.00 0.03 0.00 0.02 99.90 01:56:09 01:16:01 7 0.03 0.00 0.02 0.00 0.02 99.93 01:56:09 01:17:01 all 0.03 0.00 0.03 0.01 0.01 99.92 01:56:09 01:17:01 0 0.02 0.00 0.03 0.02 0.00 99.93 01:56:09 01:17:01 1 0.02 0.00 0.02 0.00 0.00 99.97 01:56:09 01:17:01 2 0.03 0.00 0.05 0.03 0.02 99.87 01:56:09 01:17:01 3 0.00 0.00 0.03 0.00 0.00 99.97 01:56:09 01:17:01 4 0.03 0.00 0.03 0.00 0.00 99.93 01:56:09 01:17:01 5 0.03 0.00 0.03 0.02 0.02 99.90 01:56:09 01:17:01 6 0.08 0.00 0.03 0.02 0.03 99.83 01:56:09 01:17:01 7 0.03 0.00 0.03 0.00 0.00 99.93 01:56:09 01:18:01 all 0.04 0.00 0.02 0.00 0.01 99.92 01:56:09 01:18:01 0 0.05 0.00 0.00 0.00 0.02 99.93 01:56:09 01:18:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:18:01 2 0.03 0.00 0.02 0.00 0.02 99.93 01:56:09 01:18:01 3 0.00 0.00 0.05 0.00 0.02 99.93 01:56:09 01:18:01 4 0.07 0.00 0.00 0.00 0.02 99.92 01:56:09 01:18:01 5 0.02 0.00 0.05 0.00 0.03 99.90 01:56:09 01:18:01 6 0.00 0.00 0.03 0.03 0.02 99.92 01:56:09 01:18:01 7 0.15 0.00 0.02 0.00 0.00 99.83 01:56:09 01:19:01 all 0.01 0.00 0.01 0.00 0.01 99.96 01:56:09 01:19:01 0 0.00 0.00 0.00 0.00 0.02 99.98 01:56:09 01:19:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:19:01 2 0.02 0.00 0.05 0.02 0.03 99.88 01:56:09 01:19:01 3 0.02 0.00 0.02 0.00 0.00 99.97 01:56:09 01:19:01 4 0.02 0.00 0.00 0.00 0.00 99.98 01:56:09 01:19:01 5 0.03 0.00 0.02 0.00 0.05 99.90 01:56:09 01:19:01 6 0.00 0.00 0.00 0.00 0.02 99.98 01:56:09 01:19:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:20:01 all 0.03 0.00 0.01 0.00 0.01 99.95 01:56:09 01:20:01 0 0.07 0.00 0.02 0.00 0.00 99.92 01:56:09 01:20:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:20:01 2 0.03 0.00 0.02 0.02 0.02 99.92 01:56:09 01:20:01 3 0.03 0.00 0.00 0.00 0.00 99.97 01:56:09 01:20:01 4 0.08 0.00 0.00 0.00 0.00 99.92 01:56:09 01:20:01 5 0.00 0.00 0.02 0.00 0.03 99.95 01:56:09 01:20:01 6 0.03 0.00 0.02 0.00 0.02 99.93 01:56:09 01:20:01 7 0.02 0.00 0.00 0.00 0.00 99.98 01:56:09 01:21:01 all 0.04 0.00 0.01 0.00 0.01 99.93 01:56:09 01:21:01 0 0.22 0.00 0.03 0.00 0.02 99.73 01:56:09 01:21:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:21:01 2 0.03 0.00 0.05 0.02 0.02 99.88 01:56:09 01:21:01 3 0.00 0.00 0.02 0.00 0.00 99.98 01:56:09 01:21:01 4 0.02 0.00 0.00 0.00 0.00 99.98 01:56:09 01:21:01 5 0.03 0.00 0.02 0.00 0.03 99.92 01:56:09 01:21:01 6 0.03 0.00 0.00 0.00 0.02 99.95 01:56:09 01:21:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:22:01 all 0.24 0.00 0.01 0.01 0.02 99.72 01:56:09 01:22:01 0 1.68 0.00 0.02 0.00 0.02 98.29 01:56:09 01:22:01 1 0.00 0.00 0.02 0.00 0.02 99.97 01:56:09 01:22:01 2 0.07 0.00 0.02 0.02 0.03 99.87 01:56:09 01:22:01 3 0.07 0.00 0.00 0.00 0.02 99.92 01:56:09 01:22:01 4 0.07 0.00 0.02 0.02 0.02 99.88 01:56:09 01:22:01 5 0.03 0.00 0.00 0.00 0.02 99.95 01:56:09 01:22:01 6 0.02 0.00 0.02 0.02 0.02 99.93 01:56:09 01:22:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:23:01 all 0.01 0.00 0.01 0.00 0.01 99.97 01:56:09 01:23:01 0 0.02 0.00 0.00 0.00 0.00 99.98 01:56:09 01:23:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:23:01 2 0.02 0.00 0.02 0.02 0.02 99.93 01:56:09 01:23:01 3 0.02 0.00 0.00 0.00 0.00 99.98 01:56:09 01:23:01 4 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:23:01 5 0.02 0.00 0.03 0.00 0.03 99.92 01:56:09 01:23:01 6 0.02 0.00 0.03 0.00 0.02 99.93 01:56:09 01:23:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:24:01 all 0.03 0.00 0.01 0.01 0.01 99.94 01:56:09 01:24:01 0 0.05 0.00 0.00 0.00 0.02 99.93 01:56:09 01:24:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:24:01 2 0.05 0.00 0.03 0.07 0.02 99.83 01:56:09 01:24:01 3 0.02 0.00 0.00 0.00 0.00 99.98 01:56:09 01:24:01 4 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:24:01 5 0.07 0.00 0.03 0.00 0.05 99.85 01:56:09 01:24:01 6 0.07 0.00 0.02 0.00 0.02 99.90 01:56:09 01:24:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:56:09 01:24:01 CPU %user %nice %system %iowait %steal %idle 01:56:09 01:25:01 all 0.01 0.00 0.01 0.00 0.01 99.96 01:56:09 01:25:01 0 0.02 0.00 0.02 0.00 0.00 99.97 01:56:09 01:25:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:25:01 2 0.00 0.00 0.03 0.02 0.03 99.92 01:56:09 01:25:01 3 0.02 0.00 0.03 0.00 0.03 99.92 01:56:09 01:25:01 4 0.02 0.00 0.02 0.00 0.00 99.97 01:56:09 01:25:01 5 0.00 0.00 0.00 0.00 0.02 99.98 01:56:09 01:25:01 6 0.03 0.00 0.00 0.00 0.02 99.95 01:56:09 01:25:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:26:01 all 0.02 0.00 0.01 0.00 0.01 99.95 01:56:09 01:26:01 0 0.05 0.00 0.00 0.00 0.02 99.93 01:56:09 01:26:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:26:01 2 0.02 0.00 0.00 0.03 0.02 99.93 01:56:09 01:26:01 3 0.02 0.00 0.05 0.00 0.03 99.90 01:56:09 01:26:01 4 0.03 0.00 0.00 0.00 0.02 99.95 01:56:09 01:26:01 5 0.00 0.00 0.02 0.00 0.02 99.97 01:56:09 01:26:01 6 0.03 0.00 0.05 0.00 0.02 99.90 01:56:09 01:26:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:27:01 all 0.02 0.00 0.02 0.00 0.01 99.95 01:56:09 01:27:01 0 0.05 0.00 0.02 0.00 0.00 99.93 01:56:09 01:27:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:27:01 2 0.02 0.00 0.00 0.02 0.02 99.95 01:56:09 01:27:01 3 0.03 0.00 0.03 0.02 0.03 99.88 01:56:09 01:27:01 4 0.00 0.00 0.02 0.00 0.00 99.98 01:56:09 01:27:01 5 0.02 0.00 0.02 0.00 0.00 99.97 01:56:09 01:27:01 6 0.07 0.00 0.05 0.00 0.02 99.87 01:56:09 01:27:01 7 0.00 0.00 0.00 0.00 0.02 99.98 01:56:09 01:28:01 all 0.07 0.00 0.01 0.00 0.01 99.90 01:56:09 01:28:01 0 0.32 0.00 0.02 0.00 0.02 99.65 01:56:09 01:28:01 1 0.02 0.00 0.02 0.00 0.02 99.95 01:56:09 01:28:01 2 0.03 0.00 0.03 0.03 0.02 99.88 01:56:09 01:28:01 3 0.05 0.00 0.00 0.00 0.02 99.93 01:56:09 01:28:01 4 0.05 0.00 0.00 0.00 0.00 99.95 01:56:09 01:28:01 5 0.00 0.00 0.02 0.00 0.02 99.97 01:56:09 01:28:01 6 0.10 0.00 0.03 0.00 0.02 99.85 01:56:09 01:28:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:29:01 all 0.01 0.00 0.01 0.00 0.01 99.96 01:56:09 01:29:01 0 0.02 0.00 0.00 0.00 0.02 99.97 01:56:09 01:29:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:29:01 2 0.02 0.00 0.02 0.02 0.02 99.93 01:56:09 01:29:01 3 0.03 0.00 0.02 0.00 0.03 99.92 01:56:09 01:29:01 4 0.02 0.00 0.02 0.00 0.00 99.97 01:56:09 01:29:01 5 0.00 0.00 0.00 0.00 0.02 99.98 01:56:09 01:29:01 6 0.02 0.00 0.05 0.00 0.03 99.90 01:56:09 01:29:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:30:01 all 0.02 0.00 0.02 0.00 0.01 99.95 01:56:09 01:30:01 0 0.03 0.00 0.00 0.00 0.02 99.95 01:56:09 01:30:01 1 0.00 0.00 0.02 0.00 0.00 99.98 01:56:09 01:30:01 2 0.02 0.00 0.03 0.03 0.02 99.90 01:56:09 01:30:01 3 0.02 0.00 0.02 0.00 0.02 99.95 01:56:09 01:30:01 4 0.03 0.00 0.00 0.00 0.00 99.97 01:56:09 01:30:01 5 0.03 0.00 0.02 0.00 0.02 99.93 01:56:09 01:30:01 6 0.05 0.00 0.05 0.00 0.02 99.88 01:56:09 01:30:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:31:01 all 0.21 0.00 0.02 0.00 0.01 99.76 01:56:09 01:31:01 0 1.58 0.00 0.03 0.00 0.00 98.39 01:56:09 01:31:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:31:01 2 0.00 0.00 0.03 0.03 0.02 99.92 01:56:09 01:31:01 3 0.02 0.00 0.02 0.00 0.02 99.95 01:56:09 01:31:01 4 0.00 0.00 0.03 0.00 0.02 99.95 01:56:09 01:31:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:31:01 6 0.05 0.00 0.05 0.00 0.02 99.88 01:56:09 01:31:01 7 0.02 0.00 0.00 0.00 0.00 99.98 01:56:09 01:32:01 all 0.27 0.00 0.01 0.00 0.01 99.71 01:56:09 01:32:01 0 0.91 0.00 0.02 0.00 0.02 99.06 01:56:09 01:32:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:32:01 2 1.11 0.00 0.00 0.02 0.02 98.86 01:56:09 01:32:01 3 0.07 0.00 0.02 0.00 0.03 99.88 01:56:09 01:32:01 4 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:32:01 5 0.03 0.00 0.02 0.00 0.02 99.93 01:56:09 01:32:01 6 0.02 0.00 0.03 0.00 0.02 99.93 01:56:09 01:32:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:33:01 all 0.27 0.00 0.01 0.00 0.01 99.71 01:56:09 01:33:01 0 0.02 0.00 0.00 0.00 0.00 99.98 01:56:09 01:33:01 1 0.00 0.00 0.00 0.00 0.02 99.98 01:56:09 01:33:01 2 1.99 0.00 0.00 0.03 0.02 97.96 01:56:09 01:33:01 3 0.02 0.00 0.02 0.00 0.00 99.97 01:56:09 01:33:01 4 0.02 0.00 0.02 0.00 0.00 99.97 01:56:09 01:33:01 5 0.00 0.00 0.00 0.00 0.02 99.98 01:56:09 01:33:01 6 0.05 0.00 0.02 0.00 0.05 99.88 01:56:09 01:33:01 7 0.02 0.00 0.00 0.00 0.00 99.98 01:56:09 01:34:01 all 0.18 0.00 0.01 0.00 0.01 99.79 01:56:09 01:34:01 0 0.00 0.00 0.02 0.00 0.00 99.98 01:56:09 01:34:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:34:01 2 1.29 0.00 0.02 0.03 0.03 98.63 01:56:09 01:34:01 3 0.02 0.00 0.00 0.00 0.00 99.98 01:56:09 01:34:01 4 0.05 0.00 0.02 0.00 0.00 99.93 01:56:09 01:34:01 5 0.05 0.00 0.02 0.00 0.02 99.92 01:56:09 01:34:01 6 0.05 0.00 0.02 0.00 0.03 99.90 01:56:09 01:34:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:35:01 all 0.05 0.00 0.01 0.00 0.01 99.93 01:56:09 01:35:01 0 0.02 0.00 0.00 0.00 0.00 99.98 01:56:09 01:35:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:35:01 2 0.32 0.00 0.02 0.02 0.02 99.63 01:56:09 01:35:01 3 0.00 0.00 0.02 0.00 0.00 99.98 01:56:09 01:35:01 4 0.00 0.00 0.00 0.00 0.02 99.98 01:56:09 01:35:01 5 0.00 0.00 0.00 0.00 0.02 99.98 01:56:09 01:35:01 6 0.05 0.00 0.05 0.00 0.03 99.87 01:56:09 01:35:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:56:09 01:35:01 CPU %user %nice %system %iowait %steal %idle 01:56:09 01:36:01 all 0.24 0.00 0.01 0.01 0.01 99.73 01:56:09 01:36:01 0 0.05 0.00 0.00 0.00 0.02 99.93 01:56:09 01:36:01 1 0.02 0.00 0.00 0.00 0.00 99.98 01:56:09 01:36:01 2 1.76 0.00 0.00 0.05 0.03 98.16 01:56:09 01:36:01 3 0.02 0.00 0.02 0.00 0.00 99.97 01:56:09 01:36:01 4 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:36:01 5 0.05 0.00 0.02 0.00 0.02 99.92 01:56:09 01:36:01 6 0.03 0.00 0.03 0.00 0.03 99.90 01:56:09 01:36:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:37:01 all 0.25 0.00 0.02 0.00 0.01 99.73 01:56:09 01:37:01 0 0.00 0.00 0.02 0.00 0.00 99.98 01:56:09 01:37:01 1 0.00 0.00 0.02 0.00 0.00 99.98 01:56:09 01:37:01 2 1.89 0.00 0.02 0.02 0.02 98.06 01:56:09 01:37:01 3 0.02 0.00 0.00 0.00 0.00 99.98 01:56:09 01:37:01 4 0.02 0.00 0.02 0.00 0.00 99.97 01:56:09 01:37:01 5 0.00 0.00 0.02 0.00 0.00 99.98 01:56:09 01:37:01 6 0.03 0.00 0.07 0.00 0.03 99.87 01:56:09 01:37:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:38:01 all 0.14 0.00 0.01 0.00 0.01 99.83 01:56:09 01:38:01 0 0.02 0.00 0.02 0.00 0.02 99.95 01:56:09 01:38:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:38:01 2 0.90 0.00 0.07 0.03 0.02 98.99 01:56:09 01:38:01 3 0.03 0.00 0.00 0.00 0.02 99.95 01:56:09 01:38:01 4 0.02 0.00 0.00 0.00 0.00 99.98 01:56:09 01:38:01 5 0.03 0.00 0.00 0.00 0.02 99.95 01:56:09 01:38:01 6 0.08 0.00 0.03 0.00 0.02 99.87 01:56:09 01:38:01 7 0.02 0.00 0.00 0.00 0.02 99.97 01:56:09 01:39:01 all 0.01 0.00 0.01 0.00 0.01 99.96 01:56:09 01:39:01 0 0.02 0.00 0.00 0.00 0.00 99.98 01:56:09 01:39:01 1 0.00 0.00 0.00 0.00 0.02 99.98 01:56:09 01:39:01 2 0.00 0.00 0.00 0.02 0.02 99.97 01:56:09 01:39:01 3 0.00 0.00 0.02 0.00 0.00 99.98 01:56:09 01:39:01 4 0.00 0.00 0.00 0.00 0.02 99.98 01:56:09 01:39:01 5 0.02 0.00 0.00 0.00 0.02 99.97 01:56:09 01:39:01 6 0.07 0.00 0.05 0.00 0.05 99.83 01:56:09 01:39:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:40:01 all 0.02 0.00 0.01 0.00 0.01 99.96 01:56:09 01:40:01 0 0.03 0.00 0.02 0.00 0.00 99.95 01:56:09 01:40:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:40:01 2 0.02 0.00 0.02 0.03 0.02 99.92 01:56:09 01:40:01 3 0.02 0.00 0.02 0.00 0.00 99.97 01:56:09 01:40:01 4 0.02 0.00 0.00 0.00 0.00 99.98 01:56:09 01:40:01 5 0.00 0.00 0.00 0.00 0.02 99.98 01:56:09 01:40:01 6 0.08 0.00 0.03 0.00 0.03 99.85 01:56:09 01:40:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:41:01 all 0.01 0.00 0.01 0.00 0.01 99.97 01:56:09 01:41:01 0 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:41:01 1 0.02 0.00 0.00 0.00 0.00 99.98 01:56:09 01:41:01 2 0.02 0.00 0.00 0.00 0.02 99.97 01:56:09 01:41:01 3 0.02 0.00 0.02 0.00 0.00 99.97 01:56:09 01:41:01 4 0.00 0.00 0.02 0.00 0.00 99.98 01:56:09 01:41:01 5 0.00 0.00 0.00 0.02 0.02 99.97 01:56:09 01:41:01 6 0.03 0.00 0.05 0.00 0.03 99.88 01:56:09 01:41:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:42:01 all 0.03 0.00 0.01 0.00 0.01 99.95 01:56:09 01:42:01 0 0.05 0.00 0.00 0.00 0.02 99.93 01:56:09 01:42:01 1 0.00 0.00 0.02 0.00 0.00 99.98 01:56:09 01:42:01 2 0.03 0.00 0.02 0.02 0.02 99.92 01:56:09 01:42:01 3 0.03 0.00 0.02 0.00 0.00 99.95 01:56:09 01:42:01 4 0.02 0.00 0.00 0.00 0.00 99.98 01:56:09 01:42:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:42:01 6 0.07 0.00 0.03 0.00 0.03 99.87 01:56:09 01:42:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:43:01 all 0.01 0.00 0.01 0.02 0.01 99.95 01:56:09 01:43:01 0 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:43:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:43:01 2 0.02 0.00 0.02 0.17 0.02 99.78 01:56:09 01:43:01 3 0.02 0.00 0.00 0.00 0.00 99.98 01:56:09 01:43:01 4 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:43:01 5 0.00 0.00 0.00 0.00 0.02 99.98 01:56:09 01:43:01 6 0.05 0.00 0.05 0.00 0.03 99.87 01:56:09 01:43:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:44:01 all 0.03 0.00 0.00 0.01 0.01 99.95 01:56:09 01:44:01 0 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:44:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:44:01 2 0.00 0.00 0.00 0.03 0.02 99.95 01:56:09 01:44:01 3 0.08 0.00 0.00 0.00 0.00 99.92 01:56:09 01:44:01 4 0.02 0.00 0.02 0.00 0.02 99.95 01:56:09 01:44:01 5 0.00 0.00 0.00 0.02 0.02 99.97 01:56:09 01:44:01 6 0.15 0.00 0.02 0.00 0.02 99.82 01:56:09 01:44:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:45:01 all 0.02 0.00 0.01 0.00 0.01 99.96 01:56:09 01:45:01 0 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:45:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:45:01 2 0.03 0.00 0.02 0.02 0.02 99.92 01:56:09 01:45:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:45:01 4 0.02 0.00 0.02 0.00 0.00 99.97 01:56:09 01:45:01 5 0.02 0.00 0.00 0.00 0.02 99.97 01:56:09 01:45:01 6 0.07 0.00 0.05 0.00 0.03 99.85 01:56:09 01:45:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:46:01 all 0.03 0.00 0.01 0.01 0.01 99.94 01:56:09 01:46:01 0 0.02 0.00 0.00 0.00 0.00 99.98 01:56:09 01:46:01 1 0.02 0.00 0.00 0.00 0.02 99.97 01:56:09 01:46:01 2 0.03 0.00 0.02 0.10 0.02 99.83 01:56:09 01:46:01 3 0.07 0.00 0.00 0.00 0.00 99.93 01:56:09 01:46:01 4 0.07 0.00 0.02 0.00 0.00 99.92 01:56:09 01:46:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:46:01 6 0.07 0.00 0.07 0.00 0.02 99.85 01:56:09 01:46:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:56:09 01:46:01 CPU %user %nice %system %iowait %steal %idle 01:56:09 01:47:01 all 0.02 0.00 0.01 0.01 0.01 99.95 01:56:09 01:47:01 0 0.03 0.00 0.00 0.00 0.00 99.97 01:56:09 01:47:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:47:01 2 0.02 0.00 0.02 0.07 0.02 99.88 01:56:09 01:47:01 3 0.02 0.00 0.00 0.00 0.00 99.98 01:56:09 01:47:01 4 0.02 0.00 0.00 0.00 0.00 99.98 01:56:09 01:47:01 5 0.00 0.00 0.02 0.00 0.02 99.97 01:56:09 01:47:01 6 0.08 0.00 0.03 0.00 0.03 99.85 01:56:09 01:47:01 7 0.02 0.00 0.02 0.00 0.00 99.97 01:56:09 01:48:01 all 0.05 0.00 0.02 0.00 0.01 99.91 01:56:09 01:48:01 0 0.02 0.00 0.03 0.00 0.02 99.93 01:56:09 01:48:01 1 0.02 0.00 0.00 0.00 0.00 99.98 01:56:09 01:48:01 2 0.28 0.00 0.00 0.00 0.02 99.70 01:56:09 01:48:01 3 0.02 0.00 0.02 0.00 0.02 99.95 01:56:09 01:48:01 4 0.03 0.00 0.03 0.00 0.02 99.92 01:56:09 01:48:01 5 0.02 0.00 0.00 0.00 0.02 99.97 01:56:09 01:48:01 6 0.03 0.00 0.05 0.00 0.03 99.88 01:56:09 01:48:01 7 0.00 0.00 0.02 0.00 0.00 99.98 01:56:09 01:49:01 all 0.24 0.00 0.01 0.01 0.01 99.73 01:56:09 01:49:01 0 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:49:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:49:01 2 1.79 0.00 0.02 0.03 0.02 98.14 01:56:09 01:49:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:49:01 4 0.02 0.00 0.02 0.00 0.00 99.97 01:56:09 01:49:01 5 0.00 0.00 0.02 0.02 0.03 99.93 01:56:09 01:49:01 6 0.05 0.00 0.03 0.00 0.05 99.87 01:56:09 01:49:01 7 0.00 0.00 0.00 0.00 0.02 99.98 01:56:09 01:50:01 all 0.12 0.00 0.01 0.00 0.01 99.86 01:56:09 01:50:01 0 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:50:01 1 0.00 0.00 0.02 0.00 0.00 99.98 01:56:09 01:50:01 2 0.85 0.00 0.03 0.00 0.02 99.10 01:56:09 01:50:01 3 0.03 0.00 0.02 0.00 0.00 99.95 01:56:09 01:50:01 4 0.03 0.00 0.00 0.00 0.00 99.97 01:56:09 01:50:01 5 0.03 0.00 0.00 0.02 0.02 99.93 01:56:09 01:50:01 6 0.03 0.00 0.03 0.00 0.02 99.92 01:56:09 01:50:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:51:01 all 0.02 0.00 0.01 0.00 0.01 99.96 01:56:09 01:51:01 0 0.03 0.00 0.00 0.00 0.00 99.97 01:56:09 01:51:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:51:01 2 0.02 0.00 0.00 0.02 0.03 99.93 01:56:09 01:51:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:51:01 4 0.02 0.00 0.02 0.00 0.02 99.95 01:56:09 01:51:01 5 0.00 0.00 0.02 0.00 0.02 99.97 01:56:09 01:51:01 6 0.07 0.00 0.02 0.00 0.03 99.88 01:56:09 01:51:01 7 0.02 0.00 0.00 0.00 0.00 99.98 01:56:09 01:52:01 all 0.04 0.00 0.01 0.01 0.01 99.94 01:56:09 01:52:01 0 0.02 0.00 0.00 0.00 0.02 99.97 01:56:09 01:52:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:52:01 2 0.05 0.00 0.00 0.02 0.02 99.92 01:56:09 01:52:01 3 0.03 0.00 0.00 0.00 0.00 99.97 01:56:09 01:52:01 4 0.05 0.00 0.02 0.00 0.00 99.93 01:56:09 01:52:01 5 0.02 0.00 0.00 0.02 0.00 99.97 01:56:09 01:52:01 6 0.13 0.00 0.05 0.02 0.03 99.77 01:56:09 01:52:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:53:01 all 0.04 0.00 0.01 0.01 0.01 99.92 01:56:09 01:53:01 0 0.00 0.00 0.03 0.00 0.00 99.97 01:56:09 01:53:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:56:09 01:53:01 2 0.22 0.00 0.00 0.08 0.03 99.67 01:56:09 01:53:01 3 0.00 0.00 0.00 0.00 0.02 99.98 01:56:09 01:53:01 4 0.02 0.00 0.02 0.00 0.02 99.95 01:56:09 01:53:01 5 0.00 0.00 0.00 0.02 0.02 99.97 01:56:09 01:53:01 6 0.07 0.00 0.05 0.00 0.02 99.87 01:56:09 01:53:01 7 0.00 0.00 0.02 0.00 0.00 99.98 01:56:09 01:54:01 all 0.04 0.00 0.02 0.03 0.01 99.90 01:56:09 01:54:01 0 0.05 0.00 0.00 0.00 0.00 99.95 01:56:09 01:54:01 1 0.00 0.00 0.00 0.00 0.02 99.98 01:56:09 01:54:01 2 0.08 0.00 0.05 0.10 0.02 99.75 01:56:09 01:54:01 3 0.03 0.00 0.00 0.00 0.00 99.97 01:56:09 01:54:01 4 0.02 0.00 0.03 0.00 0.00 99.95 01:56:09 01:54:01 5 0.05 0.00 0.02 0.17 0.02 99.75 01:56:09 01:54:01 6 0.03 0.00 0.05 0.00 0.02 99.90 01:56:09 01:54:01 7 0.02 0.00 0.00 0.00 0.00 99.98 01:56:09 01:55:01 all 3.87 0.00 1.38 0.58 0.03 94.14 01:56:09 01:55:01 0 3.43 0.00 1.10 0.02 0.03 95.42 01:56:09 01:55:01 1 4.14 0.00 1.80 0.02 0.02 94.02 01:56:09 01:55:01 2 3.56 0.00 1.54 3.89 0.05 90.96 01:56:09 01:55:01 3 4.00 0.00 1.40 0.02 0.03 94.54 01:56:09 01:55:01 4 4.83 0.00 1.39 0.08 0.03 93.66 01:56:09 01:55:01 5 4.15 0.00 1.19 0.10 0.03 94.53 01:56:09 01:55:01 6 4.08 0.00 1.61 0.50 0.03 93.77 01:56:09 01:55:01 7 2.74 0.00 1.02 0.00 0.03 96.20 01:56:09 01:56:01 all 7.10 0.00 3.22 2.05 0.10 87.53 01:56:09 01:56:01 0 7.21 0.00 4.04 6.05 0.14 82.57 01:56:09 01:56:01 1 9.34 0.00 3.33 0.20 0.12 87.01 01:56:09 01:56:01 2 6.99 0.00 2.79 4.87 0.10 85.24 01:56:09 01:56:01 3 7.70 0.00 2.71 0.20 0.08 89.31 01:56:09 01:56:01 4 4.49 0.00 2.29 2.66 0.07 90.50 01:56:09 01:56:01 5 7.25 0.00 4.12 0.14 0.07 88.42 01:56:09 01:56:01 6 6.50 0.00 3.09 1.55 0.12 88.74 01:56:09 01:56:01 7 7.33 0.00 3.43 0.74 0.10 88.40 01:56:09 Average: all 7.64 0.00 1.24 0.58 0.03 90.51 01:56:09 Average: 0 7.55 0.00 1.27 0.84 0.03 90.31 01:56:09 Average: 1 7.50 0.00 1.31 0.31 0.02 90.86 01:56:09 Average: 2 7.93 0.00 1.23 0.59 0.04 90.21 01:56:09 Average: 3 7.80 0.00 1.19 0.33 0.03 90.65 01:56:09 Average: 4 7.41 0.00 1.29 1.08 0.02 90.19 01:56:09 Average: 5 7.63 0.00 1.18 0.43 0.03 90.73 01:56:09 Average: 6 7.79 0.00 1.26 0.67 0.04 90.25 01:56:09 Average: 7 7.55 0.00 1.20 0.36 0.02 90.88 01:56:09 01:56:09 01:56:09