Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from be3afd34a0939b584ecb71f8f8236fbacfd5fc29 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-ssh8284397481268301381.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-ssh1622138466650005298.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-ssh13416429374409856200.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-ssh1844491176965238577.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-ssh15865533764473622731.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-4653 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/869 [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/869 # 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 be3afd34a0939b584ecb71f8f8236fbacfd5fc29 (main) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f be3afd34a0939b584ecb71f8f8236fbacfd5fc29 # timeout=10 Commit message: "fix: Modify SendChangedReadingsOnly default value to false (#5205)" > git rev-list --no-walk 2680d7201116c421a3cec2aed95e249ae7ba9187 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:11:22 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:11:22 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:11:22 ========================================================= 09:11:22 EdgeX Global Pipelines Version Info 09:11:22 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:11:31 ------------------- 09:11:31 stable info: 09:11:31 ------------------- 09:11:31 Commited By: Ginny Guan ginny@iotechsys.com 09:11:31 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 09:11:31 Message: update stable to v1.0.274 09:11:32 ------------------- 09:11:32 experimental info: 09:11:32 ------------------- 09:11:32 Commited By: Ginny Guan ginny@iotechsys.com 09:11:32 Commit SHA: 274fe4ad960081a284537894dddd28d0c782a18e 09:11:32 Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:11:32 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 09:11:32 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 09:11:32 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:11:32 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:11:32 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:11:32 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 09:11:32 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 09:11:32 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 09:11:32 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 09:11:32 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 09:11:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:11:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:11:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 09:11:32 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:11:32 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:11:32 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:11:32 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 09:11:32 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:11:32 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 09:11:32 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 09:11:32 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 09:11:32 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 09:11:32 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 09:11:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 09:11:32 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 09:11:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 09:11:32 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] echo 09:11:32 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = be3afd3 [Pipeline] echo 09:11:32 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:11:32 provisioning config files... 09:11:32 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/869@tmp/config14486055726138056088tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:11:33 ---> ****-login.sh 09:11:33 nexus3.edgexfoundry.org:10001 09:11:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:11:33 09:11:33 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 09:11:33 Configure a credential helper to remove this warning. See 09:11:33 https://docs.****.com/go/credential-store/ 09:11:33 09:11:33 Login Succeeded 09:11:33 nexus3.edgexfoundry.org:10002 09:11:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:11:33 09:11:33 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 09:11:33 Configure a credential helper to remove this warning. See 09:11:33 https://docs.****.com/go/credential-store/ 09:11:33 09:11:33 Login Succeeded 09:11:33 nexus3.edgexfoundry.org:10003 09:11:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:11:33 09:11:33 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 09:11:33 Configure a credential helper to remove this warning. See 09:11:33 https://docs.****.com/go/credential-store/ 09:11:33 09:11:33 Login Succeeded 09:11:33 nexus3.edgexfoundry.org:10004 09:11:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:11:33 09:11:33 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 09:11:33 Configure a credential helper to remove this warning. See 09:11:33 https://docs.****.com/go/credential-store/ 09:11:33 09:11:33 Login Succeeded 09:11:33 ****.io 09:11:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:11:33 09:11:33 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 09:11:33 Configure a credential helper to remove this warning. See 09:11:33 https://docs.****.com/go/credential-store/ 09:11:33 09:11:33 Login Succeeded 09:11:33 ---> ****-login.sh ends [Pipeline] } 09:11:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:11:34 + 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 09:11:34 + + dirname cmd/core-command/Dockerfile 09:11:34 cut -d/ -f2 09:11:34 + echo core-command,cmd/core-command/Dockerfile 09:11:34 + dirname cmd/core-common-config-bootstrapper/Dockerfile 09:11:34 + cut -d/ -f2 09:11:34 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 09:11:34 + dirname cmd/core-data/Dockerfile 09:11:34 + cut -d/ -f2 09:11:34 + echo core-data,cmd/core-data/Dockerfile 09:11:34 + dirname cmd/core-keeper/Dockerfile 09:11:34 + cut -d/ -f2 09:11:34 + echo core-keeper,cmd/core-keeper/Dockerfile 09:11:34 + dirname cmd/core-metadata/Dockerfile 09:11:34 + cut -d/ -f2 09:11:34 + echo core-metadata,cmd/core-metadata/Dockerfile 09:11:34 + dirname cmd/security-bootstrapper/Dockerfile 09:11:34 + cut -d/ -f2 09:11:34 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 09:11:34 + dirname+ cmd/security-proxy-auth/Dockerfile 09:11:34 cut -d/ -f2 09:11:34 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 09:11:34 + dirname cmd/security-proxy-setup/Dockerfile 09:11:34 + cut -d/ -f2 09:11:34 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 09:11:34 + dirname cmd/security-secretstore-setup/Dockerfile 09:11:34 + cut -d/ -f2 09:11:34 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 09:11:34 + dirname cmd/security-spiffe-token-provider/Dockerfile 09:11:34 + cut -d/ -f2 09:11:34 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 09:11:34 + dirname cmd/security-spire-agent/Dockerfile 09:11:34 + cut -d/ -f2 09:11:34 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 09:11:34 + dirname cmd/security-spire-config/Dockerfile 09:11:34 + cut -d/ -f2 09:11:34 + echo security-spire-config,cmd/security-spire-config/Dockerfile 09:11:34 + dirname cmd/security-spire-server/Dockerfile 09:11:34 + cut -d/ -f2 09:11:34 + echo security-spire-server,cmd/security-spire-server/Dockerfile 09:11:34 + dirname cmd/support-notifications/Dockerfile 09:11:34 + cut -d/ -f2 09:11:34 + echo support-notifications,cmd/support-notifications/Dockerfile 09:11:34 + dirname cmd/support-scheduler/Dockerfile 09:11:34 + cut -d/ -f2 09:11:34 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 09:11:34 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 09:11:34 + git rev-list -1 --merges be3afd34a0939b584ecb71f8f8236fbacfd5fc29~1..be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] echo 09:11:34 -----------> git rev-list -1 --merges be3afd34a0939b584ecb71f8f8236fbacfd5fc29~1..be3afd34a0939b584ecb71f8f8236fbacfd5fc29 be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [false] [Pipeline] sh 09:11:34 + git log --format=format:%s -1 be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] echo 09:11:34 ========================================================= 09:11:34 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 09:11:34 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 09:11:35 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:11:35 + grep -v github /etc/ssh/ssh_known_hosts 09:11:35 + [ -e /tmp/ssh_known_hosts ] 09:11:35 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 09:11:35 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 09:11:35 + sudo tee -a /etc/ssh/ssh_known_hosts 09:11:35 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:11:35 09:11:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:11:36 0.1.4: Pulling from edgex-devops/py-git-semver 09:11:36 3dae71ba6b94: Pulling fs layer 09:11:36 6bf1a483ea7c: Pulling fs layer 09:11:36 f5dfc541a4d3: Pulling fs layer 09:11:36 461d9e800cba: Pulling fs layer 09:11:36 80192f66455f: Pulling fs layer 09:11:36 2e8e34ca0e6c: Pulling fs layer 09:11:36 a29436f7fd5d: Pulling fs layer 09:11:36 923cac83aea3: Pulling fs layer 09:11:36 25ad8b0a4227: Pulling fs layer 09:11:36 db01528c6b51: Pulling fs layer 09:11:36 28988de357af: Pulling fs layer 09:11:36 461d9e800cba: Waiting 09:11:36 80192f66455f: Waiting 09:11:36 2e8e34ca0e6c: Waiting 09:11:36 a29436f7fd5d: Waiting 09:11:36 db01528c6b51: Waiting 09:11:36 923cac83aea3: Waiting 09:11:36 28988de357af: Waiting 09:11:36 25ad8b0a4227: Waiting 09:11:36 6bf1a483ea7c: Verifying Checksum 09:11:36 6bf1a483ea7c: Download complete 09:11:36 461d9e800cba: Verifying Checksum 09:11:36 461d9e800cba: Download complete 09:11:36 80192f66455f: Verifying Checksum 09:11:36 80192f66455f: Download complete 09:11:36 f5dfc541a4d3: Verifying Checksum 09:11:36 f5dfc541a4d3: Download complete 09:11:36 3dae71ba6b94: Verifying Checksum 09:11:36 3dae71ba6b94: Download complete 09:11:36 923cac83aea3: Verifying Checksum 09:11:36 923cac83aea3: Download complete 09:11:36 25ad8b0a4227: Verifying Checksum 09:11:36 25ad8b0a4227: Download complete 09:11:36 db01528c6b51: Download complete 09:11:36 28988de357af: Verifying Checksum 09:11:36 28988de357af: Download complete 09:11:36 a29436f7fd5d: Verifying Checksum 09:11:36 a29436f7fd5d: Download complete 09:11:37 2e8e34ca0e6c: Verifying Checksum 09:11:37 2e8e34ca0e6c: Download complete 09:11:37 3dae71ba6b94: Pull complete 09:11:37 6bf1a483ea7c: Pull complete 09:11:38 f5dfc541a4d3: Pull complete 09:11:38 461d9e800cba: Pull complete 09:11:38 80192f66455f: Pull complete 09:11:43 2e8e34ca0e6c: Pull complete 09:11:43 a29436f7fd5d: Pull complete 09:11:43 923cac83aea3: Pull complete 09:11:43 25ad8b0a4227: Pull complete 09:11:43 db01528c6b51: Pull complete 09:11:43 28988de357af: Pull complete 09:11:43 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 09:11:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:11:43 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:11:43 prd-ubuntu20.04-docker-8c-8g-4653 does not seem to be running inside a container 09:11:43 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/869 -v /w/workspace/edgex-go/869:/w/workspace/edgex-go/869:rw,z -v /w/workspace/edgex-go/869@tmp:/w/workspace/edgex-go/869@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 09:11:45 $ docker top 37af77b4773ac2e4a01e74c32e8612ae8272235b32f8e865f5ab4944271c328d -eo pid,comm 09:11:45 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 09:11:45 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:11:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:11:45 [ssh-agent] Looking for ssh-agent implementation... 09:11:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:11:45 $ docker exec 37af77b4773ac2e4a01e74c32e8612ae8272235b32f8e865f5ab4944271c328d ssh-agent 09:11:45 SSH_AUTH_SOCK=/tmp/ssh-rz8GyhuMpbcx/agent.32 09:11:45 SSH_AGENT_PID=38 09:11:45 Running ssh-add (command line suppressed) 09:11:45 Identity added: /w/workspace/edgex-go/869@tmp/private_key_5515785301404610244.key (/w/workspace/edgex-go/869@tmp/private_key_5515785301404610244.key) 09:11:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:11:46 + git tag --points-at HEAD [Pipeline] } 09:11:46 $ docker exec --env ******** --env ******** 37af77b4773ac2e4a01e74c32e8612ae8272235b32f8e865f5ab4944271c328d ssh-agent -k 09:11:46 unset SSH_AUTH_SOCK; 09:11:46 unset SSH_AGENT_PID; 09:11:46 echo Agent pid 38 killed; 09:11:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:11:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:11:46 [ssh-agent] Looking for ssh-agent implementation... 09:11:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:11:46 $ docker exec 37af77b4773ac2e4a01e74c32e8612ae8272235b32f8e865f5ab4944271c328d ssh-agent 09:11:46 SSH_AUTH_SOCK=/tmp/ssh-lir030W4il8W/agent.71 09:11:46 SSH_AGENT_PID=77 09:11:46 Running ssh-add (command line suppressed) 09:11:46 Identity added: /w/workspace/edgex-go/869@tmp/private_key_11824558546415621095.key (/w/workspace/edgex-go/869@tmp/private_key_11824558546415621095.key) 09:11:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:11:46 + git semver init 09:11:47 2025-07-07 09:11:47,283 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 09:11:47 2025-07-07 09:11:47,286 [run_init] DEBUG init version:0.0.0 force:False 09:11:47 2025-07-07 09:11:47,287 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/869/.semver 09:11:47 2025-07-07 09:11:47,287 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/869/.semver 09:11:47 2025-07-07 09:11:47,288 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/869/.semver'], cwd=/w/workspace/edgex-go/869, stdin=None, shell=False, universal_newlines=False) 09:11:52 2025-07-07 09:11:51,720 [append_file] DEBUG append to file:/w/workspace/edgex-go/869/.git/info/exclude 09:11:52 2025-07-07 09:11:51,721 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/869/.semver/main with force:False 09:11:52 2025-07-07 09:11:51,721 [read_version] DEBUG read version from /w/workspace/edgex-go/869/.semver/main 09:11:52 2025-07-07 09:11:51,721 [read_version] DEBUG read version from /w/workspace/edgex-go/869/.semver/main 09:11:52 4.1.0-dev.37 [Pipeline] } 09:11:52 $ docker exec --env ******** --env ******** 37af77b4773ac2e4a01e74c32e8612ae8272235b32f8e865f5ab4944271c328d ssh-agent -k 09:11:52 unset SSH_AUTH_SOCK; 09:11:52 unset SSH_AGENT_PID; 09:11:52 echo Agent pid 77 killed; 09:11:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:11:52 + git semver [Pipeline] } 09:11:53 $ docker stop --time=1 37af77b4773ac2e4a01e74c32e8612ae8272235b32f8e865f5ab4944271c328d 09:11:54 $ docker rm -f --volumes 37af77b4773ac2e4a01e74c32e8612ae8272235b32f8e865f5ab4944271c328d [Pipeline] // withDockerContainer [Pipeline] sh 09:11:54 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:11:55 Stashed 1 file(s) [Pipeline] echo 09:11:55 [edgeXSemver]: initialized semver on version 4.1.0-dev.37 [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 09:11:55 + git config --global --add safe.directory /w/workspace/edgex-go/869 [Pipeline] echo 09:11:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 09:11:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 09:11:55 ========================================================= 09:11:55 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 09:11:55 ========================================================= [Pipeline] fileExists [Pipeline] sh 09:11:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 09:11:55 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 09:11:55 0a9a5dfd008f: Pulling fs layer 09:11:55 36466aa92d05: Pulling fs layer 09:11:55 e10405b45d13: Pulling fs layer 09:11:55 096b7ceb2af7: Pulling fs layer 09:11:55 4f4fb700ef54: Pulling fs layer 09:11:55 8213a616a21b: Pulling fs layer 09:11:55 985586143405: Pulling fs layer 09:11:55 0eae2285b678: Pulling fs layer 09:11:55 d3ac315be8c5: Pulling fs layer 09:11:55 4f4fb700ef54: Waiting 09:11:55 8213a616a21b: Waiting 09:11:55 985586143405: Waiting 09:11:55 0eae2285b678: Waiting 09:11:55 d3ac315be8c5: Waiting 09:11:55 096b7ceb2af7: Waiting 09:11:55 36466aa92d05: Verifying Checksum 09:11:55 36466aa92d05: Download complete 09:11:55 096b7ceb2af7: Verifying Checksum 09:11:55 096b7ceb2af7: Download complete 09:11:55 4f4fb700ef54: Download complete 09:11:55 8213a616a21b: Verifying Checksum 09:11:55 8213a616a21b: Download complete 09:11:55 0a9a5dfd008f: Download complete 09:11:56 985586143405: Verifying Checksum 09:11:56 985586143405: Download complete 09:11:56 0a9a5dfd008f: Pull complete 09:11:56 d3ac315be8c5: Verifying Checksum 09:11:56 d3ac315be8c5: Download complete 09:11:56 36466aa92d05: Pull complete 09:11:56 e10405b45d13: Download complete 09:11:56 0eae2285b678: Verifying Checksum 09:11:56 0eae2285b678: Download complete 09:12:01 e10405b45d13: Pull complete 09:12:01 096b7ceb2af7: Pull complete 09:12:01 4f4fb700ef54: Pull complete 09:12:01 8213a616a21b: Pull complete 09:12:01 985586143405: Pull complete 09:12:04 0eae2285b678: Pull complete 09:12:04 d3ac315be8c5: Pull complete 09:12:04 Digest: sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 09:12:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 09:12:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh 09:12:04 + docker build -t ci-base-image-x86_64 -f - . 09:12:04 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 09:12:04 WORKDIR /edgex 09:12:04 COPY go.mod . 09:12:04 RUN go mod download 09:12:05 #0 building with "default" instance using docker driver 09:12:05 09:12:05 #1 [internal] load build definition from Dockerfile 09:12:05 #1 transferring dockerfile: 164B done 09:12:05 #1 DONE 0.0s 09:12:05 09:12:05 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 09:12:05 #2 DONE 0.0s 09:12:05 09:12:05 #3 [internal] load .dockerignore 09:12:05 #3 transferring context: 50B done 09:12:05 #3 DONE 0.0s 09:12:05 09:12:05 #4 [internal] load build context 09:12:05 #4 transferring context: 6.51kB done 09:12:05 #4 DONE 0.0s 09:12:05 09:12:05 #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 09:12:05 #5 DONE 0.1s 09:12:05 09:12:05 #6 [2/4] WORKDIR /edgex 09:12:06 #6 DONE 1.3s 09:12:06 09:12:06 #7 [3/4] COPY go.mod . 09:12:06 #7 DONE 0.0s 09:12:06 09:12:06 #8 [4/4] RUN go mod download 09:12:10 Still waiting to schedule task 09:12:10 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 09:12:28 #8 DONE 21.3s 09:12:28 09:12:28 #9 exporting to image 09:12:28 #9 exporting layers 09:12:31 #9 exporting layers 3.4s done 09:12:31 #9 writing image sha256:778252ba41fe6d9de562d33074acfb721b7ebe7958439f9f0fbafb615cbaf94a done 09:12:31 #9 naming to docker.io/library/ci-base-image-x86_64 done 09:12:31 #9 DONE 3.4s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:32 + docker inspect -f . ci-base-image-x86_64 09:12:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:12:32 prd-ubuntu20.04-docker-8c-8g-4653 does not seem to be running inside a container 09:12:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/869 -v /w/workspace/edgex-go/869:/w/workspace/edgex-go/869:rw,z -v /w/workspace/edgex-go/869@tmp:/w/workspace/edgex-go/869@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 09:12:32 $ docker top bac287eebfbbda1c35ab8c5d04905526ddcf78c6ca7efb816e5b1c5576f93555 -eo pid,comm [Pipeline] { [Pipeline] sh 09:12:32 + go version 09:12:32 go version go1.23.9 linux/amd64 [Pipeline] } 09:12:32 $ docker stop --time=1 bac287eebfbbda1c35ab8c5d04905526ddcf78c6ca7efb816e5b1c5576f93555 09:12:33 $ docker rm -f --volumes bac287eebfbbda1c35ab8c5d04905526ddcf78c6ca7efb816e5b1c5576f93555 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:34 + docker inspect -f . ci-base-image-x86_64 09:12:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:12:34 prd-ubuntu20.04-docker-8c-8g-4653 does not seem to be running inside a container 09:12:34 $ 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/869 -v /w/workspace/edgex-go/869:/w/workspace/edgex-go/869:rw,z -v /w/workspace/edgex-go/869@tmp:/w/workspace/edgex-go/869@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 09:12:34 $ docker top 2f26e05bf2776ae6e89c47a9ad99ac4025b198c0c1c70db76ade07f77c0d0c3e -eo pid,comm [Pipeline] { [Pipeline] echo 09:12:34 ========================================================= 09:12:34 [edgeXBuildGoParallel] Running Tests and Build... 09:12:34 ========================================================= [Pipeline] sh 09:12:35 + git config --global --add safe.directory /w/workspace/edgex-go/869 [Pipeline] fileExists [Pipeline] sh 09:12:35 + make test 09:12:35 go test -race -coverprofile=coverage.out ./... 09:12:43 ? github.com/edgexfoundry/edgex-go [no test files] 09:13:05 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 09:13:05 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 09:13:05 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 09:13:05 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 09:13:05 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 09:13:05 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 09:13:05 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 09:13:05 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 09:13:05 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 09:13:05 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 09:13:05 ? github.com/edgexfoundry/edgex-go/internal [no test files] 09:13:05 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 09:13:05 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 09:13:05 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 09:13:05 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 09:13:05 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 09:13:05 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 09:13:07 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.031s coverage: 42.3% of statements 09:13:07 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 09:13:07 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 09:13:07 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 09:13:07 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 09:13:07 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.042s coverage: 97.0% of statements 09:13:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 09:13:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 09:13:08 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 09:13:08 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 09:13:08 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 09:13:08 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 09:13:08 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 09:13:08 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 09:13:08 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 09:13:08 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 09:13:09 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 09:13:09 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 09:13:09 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 09:13:09 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 09:13:09 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 09:13:09 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 09:13:11 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.045s coverage: 69.4% of statements 09:13:11 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.024s coverage: 3.5% of statements 09:13:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.055s coverage: 46.3% of statements 09:13:11 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 09:13:11 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 09:13:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.238s coverage: 93.4% of statements 09:13:11 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.039s coverage: 92.4% of statements 09:13:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.050s coverage: 8.4% of statements 09:13:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 09:13:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 09:13:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 09:13:13 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 09:13:13 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 09:13:13 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 09:13:13 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 09:13:13 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 09:13:13 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 09:13:13 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 09:13:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 09:13:13 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 09:13:13 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 09:13:13 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 09:13:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.352s coverage: 95.8% of statements 09:13:14 ok github.com/edgexfoundry/edgex-go/internal/io 1.022s coverage: 72.2% of statements 09:13:15 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 09:13:15 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements 09:13:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 09:13:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 09:13:15 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 09:13:15 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 09:13:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.036s coverage: 0.0% of statements [no tests to run] 09:13:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.047s coverage: 1.0% of statements 09:13:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.027s coverage: 38.1% of statements 09:13:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.019s coverage: 81.1% of statements 09:13:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.028s coverage: 40.0% of statements 09:13:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.028s coverage: 87.1% of statements 09:13:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.019s coverage: 94.1% of statements 09:13:16 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 09:13:16 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 09:13:16 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 09:13:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.031s coverage: 96.3% of statements 09:13:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 09:13:17 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 09:13:17 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 09:13:17 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 09:13:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.020s coverage: 87.5% of statements 09:13:18 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 09:13:18 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 09:13:18 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 09:13:19 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 09:13:19 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 09:13:19 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 09:13:19 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 09:13:20 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 09:13:20 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 09:13:20 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 09:13:22 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 09:13:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 09:13:23 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 09:13:24 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 09:13:24 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 09:13:24 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 09:13:27 github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements 09:13:28 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 09:13:28 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 09:13:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 09:13:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 09:13:28 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 09:13:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.033s coverage: 94.4% of statements 09:13:30 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 09:13:30 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 09:13:30 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 09:13:30 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 09:13:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 09:13:30 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 09:13:30 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 09:13:31 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 09:13:31 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 09:13:31 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 09:13:31 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 09:13:31 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 09:13:32 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 09:13:32 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 09:13:32 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 09:13:32 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 09:13:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 09:13:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 09:13:33 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 09:13:33 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 09:13:34 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 09:13:34 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 09:13:34 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 09:13:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 09:13:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 09:13:35 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 09:13:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.052s coverage: 92.9% of statements 09:13:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.023s coverage: 68.8% of statements 09:13:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.028s coverage: 62.3% of statements 09:13:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.025s coverage: 47.4% of statements 09:13:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.030s coverage: 87.2% of statements 09:13:38 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.018s coverage: 15.5% of statements 09:13:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.027s coverage: 100.0% of statements 09:13:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.086s coverage: 81.8% of statements 09:13:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.077s coverage: 82.1% of statements 09:13:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.022s coverage: 86.0% of statements 09:13:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.039s coverage: 6.8% of statements 09:13:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.048s coverage: 33.3% of statements 09:13:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.045s coverage: 100.0% of statements 09:13:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.166s coverage: 54.5% of statements 09:13:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.023s coverage: 89.4% of statements 09:13:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.018s coverage: 100.0% of statements 09:13:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.023s coverage: 73.7% of statements 09:13:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.018s coverage: 100.0% of statements 09:13:38 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.023s coverage: 88.6% of statements 09:13:38 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.029s coverage: 96.8% of statements 09:13:38 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.018s coverage: 100.0% of statements 09:13:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.143s coverage: 29.2% of statements 09:13:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.021s coverage: 93.8% of statements 09:13:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.027s coverage: 3.1% of statements 09:13:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.022s coverage: 76.2% of statements 09:13:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.026s coverage: 54.0% of statements 09:13:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.066s coverage: 17.0% of statements 09:13:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.121s coverage: 94.9% of statements 09:13:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.035s coverage: 9.0% of statements 09:13:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.059s coverage: 97.7% of statements 09:13:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.028s coverage: 43.6% of statements 09:13:40 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 09:13:40 running golangci-lint 09:13:40 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 09:13:40 go version go1.23.9 linux/amd64 09:13:40 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 09:13:40 level=info msg="[config_reader] Used config file .golangci.yml" 09:13:40 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 09:13:52 Running on prd-ubuntu20.04-docker-arm64-4c-16g-4654 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 09:13:52 Running in /w/workspace/edgex-go/869 [Pipeline] { [Pipeline] checkout 09:13:55 The recommended git tool is: git 09:14:01 using credential edgex-jenkins-ssh 09:14:01 Cloning the remote Git repository 09:14:01 Cloning repository git@github.com:edgexfoundry/edgex-go.git 09:14:01 > git init /w/workspace/edgex-go/869 # timeout=10 09:14:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:14:01 > git --version # timeout=10 09:14:01 > git --version # 'git version 2.25.1' 09:14:01 using GIT_SSH to set credentials SSH Credentials for GitHub 09:14:01 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:14:02 level=info msg="[loader] Go packages loading at mode 575 (files|imports|compiled_files|deps|exports_file|types_sizes|name) took 21.264373847s" 09:14:02 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 46.410756ms" 09:14:14 level=info msg="[linters_context/goanalysis] analyzers took 1m32.603619762s with top 10 stages: buildir: 51.77337511s, gosec: 3.906823706s, inspect: 3.019210422s, fact_deprecated: 2.534996219s, printf: 1.638082651s, ctrlflow: 1.490243178s, fact_purity: 1.18316488s, nilness: 1.139594669s, directives: 1.004823212s, S1038: 859.075646ms" 09:14:14 level=info msg="[runner] Issues before processing: 202, after processing: 0" 09:14:14 level=info msg="[runner] Processors filtering stat (in/out): identifier_marker: 202/202, exclude-rules: 202/20, nolint: 20/0, cgo: 202/202, filename_unadjuster: 202/202, skip_dirs: 202/202, autogenerated_exclude: 202/202, exclude: 202/202, invalid_issue: 202/202, path_prettifier: 202/202, skip_files: 202/202" 09:14:14 level=info msg="[runner] processing took 18.554143ms with stages: nolint: 8.781063ms, identifier_marker: 5.312013ms, exclude-rules: 1.577267ms, autogenerated_exclude: 1.203767ms, path_prettifier: 1.011798ms, skip_dirs: 609.598µs, cgo: 22.369µs, invalid_issue: 20.618µs, filename_unadjuster: 11.77µs, max_same_issues: 740ns, uniq_by_line: 430ns, fixer: 410ns, skip_files: 400ns, exclude: 340ns, max_from_linter: 320ns, sort_results: 250ns, path_shortener: 240ns, path_prefixer: 230ns, diff: 160ns, source_code: 150ns, max_per_file_from_linter: 120ns, severity-rules: 90ns" 09:14:14 level=info msg="[runner] linters took 11.103960278s with stages: goanalysis_metalinter: 11.0853289s" 09:14:14 level=info msg="File cache stats: 0 entries of total size 0B" 09:14:14 level=info msg="Memory: 323 samples, avg is 288.8MB, max is 1412.7MB" 09:14:14 level=info msg="Execution took 32.422757147s" 09:14:14 go vet ./... 09:14:19 Avoid second fetch 09:14:19 Checking out Revision be3afd34a0939b584ecb71f8f8236fbacfd5fc29 (main) 09:14:19 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 09:14:19 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 09:14:19 ./bin/test-attribution-txt.sh 09:14:19 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 09:14:19 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add 09:14:19 An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add 09:14:19 An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add 09:14:19 An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo 09:14:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 09:14:20 Commit message: "fix: Modify SendChangedReadingsOnly default value to false (#5205)" 09:14:18 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:14:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:14:19 > git config core.sparsecheckout # timeout=10 09:14:19 > git checkout -f be3afd34a0939b584ecb71f8f8236fbacfd5fc29 # timeout=10 09:14:20 + ls -al . 09:14:20 total 1996 09:14:20 drwxrwxr-x 11 1001 1001 4096 Jul 7 09:12 . 09:14:20 drwxr-xr-x 4 root root 4096 Jul 7 09:12 .. 09:14:20 drwxrwxr-x 2 1001 1001 4096 Jul 7 09:11 .blubracket 09:14:20 -rw-rw-r-- 1 1001 1001 10 Jul 7 09:11 .dockerignore 09:14:20 drwxrwxr-x 8 1001 1001 4096 Jul 7 09:13 .git 09:14:20 drwxrwxr-x 3 1001 1001 4096 Jul 7 09:11 .github 09:14:20 -rw-rw-r-- 1 1001 1001 909 Jul 7 09:11 .gitignore 09:14:20 -rw-rw-r-- 1 1001 1001 218 Jul 7 09:11 .golangci.yml 09:14:20 -rw-rw-r-- 1 1001 1001 100 Jul 7 09:11 .hadolint.yml 09:14:20 drwxr-xr-x 3 1001 1001 4096 Jul 7 09:11 .semver 09:14:20 -rw-rw-r-- 1 1001 1001 155 Jul 7 09:11 .sonarcloud.properties 09:14:20 -rw-rw-r-- 1 1001 1001 1171 Jul 7 09:11 ADOPTERS.md 09:14:20 -rw-rw-r-- 1 1001 1001 17374 Jul 7 09:11 Attribution.txt 09:14:20 -rw-rw-r-- 1 1001 1001 108018 Jul 7 09:11 CHANGELOG.md 09:14:20 -rw-rw-r-- 1 1001 1001 3804 Jul 7 09:11 CONTRIBUTING.md 09:14:20 -rw-rw-r-- 1 1001 1001 677 Jul 7 09:11 GOVERNANCE.md 09:14:20 -rw-rw-r-- 1 1001 1001 858 Jul 7 09:11 Jenkinsfile 09:14:20 -rw-rw-r-- 1 1001 1001 10775 Jul 7 09:11 LICENSE 09:14:20 -rw-rw-r-- 1 1001 1001 16740 Jul 7 09:11 Makefile 09:14:20 -rw-rw-r-- 1 1001 1001 582 Jul 7 09:11 OWNERS.md 09:14:20 -rw-rw-r-- 1 1001 1001 9932 Jul 7 09:11 README.md 09:14:20 -rw-rw-r-- 1 1001 1001 789 Jul 7 09:11 SECURITY.md 09:14:20 -rw-rw-r-- 1 1001 1001 12 Jul 7 09:11 VERSION 09:14:20 drwxrwxr-x 2 1001 1001 4096 Jul 7 09:11 bin 09:14:20 drwxrwxr-x 19 1001 1001 4096 Jul 7 09:11 cmd 09:14:20 -rw-r--r-- 1 root root 1666030 Jul 7 09:13 coverage.out 09:14:20 drwxrwxr-x 2 1001 1001 4096 Jul 7 09:11 fuzz_test 09:14:20 -rw-rw-r-- 1 1001 1001 6474 Jul 7 09:11 go.mod 09:14:20 -rw-rw-r-- 1 1001 1001 88358 Jul 7 09:11 go.sum 09:14:20 drwxrwxr-x 7 1001 1001 4096 Jul 7 09:11 internal 09:14:20 drwxrwxr-x 2 1001 1001 4096 Jul 7 09:11 openapi 09:14:20 -rw-rw-r-- 1 1001 1001 584 Jul 7 09:11 security.txt 09:14:20 -rw-rw-r-- 1 1001 1001 204 Jul 7 09:11 version.go [Pipeline] sh 09:14:20 + '[' -e coverage.out ] 09:14:20 + chown 1001:1001 coverage.out [Pipeline] stash 09:14:20 Stashed 1 file(s) [Pipeline] sh 09:14:20 + make build 09:14:20 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:14:24 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 09:14:24 % Total % Received % Xferd Average Speed Time Time Time Current 09:14:24 Dload Upload Total Spent Left Speed 09:14:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 79169 0 --:--:-- --:--:-- --:--:-- 79169 [Pipeline] sh 09:14:25 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 09:14:25 + sudo tee /etc/docker/daemon.new 09:14:25 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 09:14:25 { 09:14:25 "registry-mirrors": [ 09:14:25 "https://nexus3.edgexfoundry.org:10001" 09:14:25 ], 09:14:25 "bip": "10.250.0.254/24", 09:14:25 "hosts": [ 09:14:25 "tcp://0.0.0.0:5555", 09:14:25 "unix:///var/run/docker.sock" 09:14:25 ], 09:14:25 "mtu": 1458, 09:14:25 "selinux-enabled": true, 09:14:25 "seccomp-profile": "/etc/docker/seccomp.json" 09:14:25 } [Pipeline] sh 09:14:25 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 09:14:26 + sudo service docker restart 09:14:42 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 09:14:42 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 09:14:43 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 09:14:44 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:14:44 provisioning config files... 09:14:44 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/869@tmp/config18100212010378969121tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:14:44 ---> ****-login.sh 09:14:44 nexus3.edgexfoundry.org:10001 09:14:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:14:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:14:45 Configure a credential helper to remove this warning. See 09:14:45 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:14:45 09:14:45 Login Succeeded 09:14:45 nexus3.edgexfoundry.org:10002 09:14:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:14:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:14:45 Configure a credential helper to remove this warning. See 09:14:45 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:14:45 09:14:45 Login Succeeded 09:14:45 nexus3.edgexfoundry.org:10003 09:14:45 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 09:14:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:14:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:14:46 Configure a credential helper to remove this warning. See 09:14:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:14:46 09:14:46 Login Succeeded 09:14:46 nexus3.edgexfoundry.org:10004 09:14:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:14:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:14:46 Configure a credential helper to remove this warning. See 09:14:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:14:46 09:14:46 Login Succeeded 09:14:46 ****.io 09:14:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:14:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:14:47 Configure a credential helper to remove this warning. See 09:14:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:14:47 09:14:47 Login Succeeded 09:14:47 ---> ****-login.sh ends [Pipeline] } 09:14:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 09:14:47 + git config --global --add safe.directory /w/workspace/edgex-go/869 [Pipeline] echo 09:14:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 09:14:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 09:14:47 ========================================================= 09:14:47 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 09:14:47 ========================================================= [Pipeline] fileExists [Pipeline] sh 09:14:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 09:14:48 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:14:48 94e9d8af2201: Pulling fs layer 09:14:48 a6c56e8762df: Pulling fs layer 09:14:48 f0f3c8884826: Pulling fs layer 09:14:48 c7e7622c144d: Pulling fs layer 09:14:48 4f4fb700ef54: Pulling fs layer 09:14:48 e8859aadc426: Pulling fs layer 09:14:48 b4813487a9f6: Pulling fs layer 09:14:48 502a3d64fb4b: Pulling fs layer 09:14:48 4f4fb700ef54: Waiting 09:14:48 e8859aadc426: Waiting 09:14:48 c7e7622c144d: Waiting 09:14:48 502a3d64fb4b: Waiting 09:14:48 b4813487a9f6: Waiting 09:14:48 a6c56e8762df: Verifying Checksum 09:14:48 a6c56e8762df: Download complete 09:14:48 c7e7622c144d: Verifying Checksum 09:14:48 c7e7622c144d: Download complete 09:14:48 4f4fb700ef54: Verifying Checksum 09:14:48 4f4fb700ef54: Download complete 09:14:48 e8859aadc426: Download complete 09:14:48 94e9d8af2201: Download complete 09:14:48 502a3d64fb4b: Verifying Checksum 09:14:48 502a3d64fb4b: Download complete 09:14:49 94e9d8af2201: Pull complete 09:14:49 a6c56e8762df: Pull complete 09:14:50 f0f3c8884826: Verifying Checksum 09:14:50 f0f3c8884826: Download complete 09:14:50 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 09:14:51 b4813487a9f6: Download complete 09:14:51 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 09:14:53 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 09:14:56 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 09:14:57 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 09:14:58 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 09:14:59 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 09:15:00 $ docker stop --time=1 2f26e05bf2776ae6e89c47a9ad99ac4025b198c0c1c70db76ade07f77c0d0c3e 09:15:03 $ docker rm -f --volumes 2f26e05bf2776ae6e89c47a9ad99ac4025b198c0c1c70db76ade07f77c0d0c3e [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 09:15:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:15:04 09:15:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:15:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:15:04 latest: Pulling from edgex-devops/edgex-compose 09:15:04 91d30c5bc195: Pulling fs layer 09:15:04 2e9b0aa3be6d: Pulling fs layer 09:15:04 9c61dcf015f6: Pulling fs layer 09:15:04 4698f68db338: Pulling fs layer 09:15:04 2a2f49069b9e: Pulling fs layer 09:15:04 e0025b399a48: Pulling fs layer 09:15:04 2a2f49069b9e: Waiting 09:15:04 4698f68db338: Waiting 09:15:04 e0025b399a48: Waiting 09:15:04 91d30c5bc195: Verifying Checksum 09:15:04 91d30c5bc195: Download complete 09:15:04 4698f68db338: Verifying Checksum 09:15:04 4698f68db338: Download complete 09:15:04 91d30c5bc195: Pull complete 09:15:04 2e9b0aa3be6d: Verifying Checksum 09:15:04 2e9b0aa3be6d: Download complete 09:15:04 e0025b399a48: Verifying Checksum 09:15:04 e0025b399a48: Download complete 09:15:04 2a2f49069b9e: Download complete 09:15:05 2e9b0aa3be6d: Pull complete 09:15:05 9c61dcf015f6: Download complete 09:15:06 f0f3c8884826: Pull complete 09:15:06 c7e7622c144d: Pull complete 09:15:06 4f4fb700ef54: Pull complete 09:15:06 e8859aadc426: Pull complete 09:15:09 9c61dcf015f6: Pull complete 09:15:09 4698f68db338: Pull complete 09:15:09 2a2f49069b9e: Pull complete 09:15:09 e0025b399a48: Pull complete 09:15:09 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 09:15:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:15:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:15:09 prd-ubuntu20.04-docker-8c-8g-4653 does not seem to be running inside a container 09:15:09 $ 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/869 -v /w/workspace/edgex-go/869:/w/workspace/edgex-go/869:rw,z -v /w/workspace/edgex-go/869@tmp:/w/workspace/edgex-go/869@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 09:15:10 $ docker top f4647f920667080fbb4f14ba42827843b384f35741d9e678e16a2942c2ddfbdf -eo pid,comm [Pipeline] { [Pipeline] sh 09:15:10 + docker compose -f ./docker-compose-build.yml build --parallel 09:15:11 #1 [core-keeper internal] load build definition from Dockerfile 09:15:11 #1 transferring dockerfile: 2.01kB done 09:15:11 #1 DONE 0.1s 09:15:11 09:15:11 #2 [security-bootstrapper internal] load build definition from Dockerfile 09:15:11 #2 transferring dockerfile: 3.02kB done 09:15:11 #2 DONE 0.1s 09:15:11 09:15:11 #3 [security-spiffe-token-provider internal] load build definition from Dockerfile 09:15:11 #3 transferring dockerfile: 1.89kB done 09:15:11 #3 DONE 0.1s 09:15:11 09:15:11 #4 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 09:15:11 #4 DONE 0.0s 09:15:11 09:15:11 #5 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 09:15:11 #5 ... 09:15:11 09:15:11 #6 [security-spire-agent internal] load build definition from Dockerfile 09:15:11 #6 transferring dockerfile: 1.81kB done 09:15:11 #6 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 09:15:11 #6 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 23) 09:15:11 #6 DONE 0.1s 09:15:11 09:15:11 #7 [security-spire-server internal] load build definition from Dockerfile 09:15:11 #7 transferring dockerfile: 1.70kB done 09:15:11 #7 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 09:15:11 #7 DONE 0.1s 09:15:11 09:15:11 #8 [core-command internal] load build definition from Dockerfile 09:15:11 #8 transferring dockerfile: 1.94kB done 09:15:11 #8 DONE 0.1s 09:15:11 09:15:11 #9 [security-proxy-setup internal] load build definition from Dockerfile 09:15:11 #9 transferring dockerfile: 2.50kB done 09:15:11 #9 DONE 0.2s 09:15:11 09:15:11 #10 [security-secretstore-setup internal] load build definition from Dockerfile 09:15:11 #10 transferring dockerfile: 2.49kB done 09:15:11 #10 DONE 0.2s 09:15:11 09:15:11 #11 [support-notifications internal] load build definition from Dockerfile 09:15:11 #11 transferring dockerfile: 2.00kB done 09:15:11 #11 DONE 0.2s 09:15:11 09:15:11 #12 [security-proxy-auth internal] load build definition from Dockerfile 09:15:11 #12 transferring dockerfile: 2.14kB done 09:15:11 #12 DONE 0.2s 09:15:11 09:15:11 #13 [core-common-config-bootstrapper internal] load build definition from Dockerfile 09:15:11 #13 transferring dockerfile: 2.23kB done 09:15:11 #13 DONE 0.2s 09:15:11 09:15:11 #14 [security-spire-config internal] load build definition from Dockerfile 09:15:11 #14 transferring dockerfile: 1.69kB done 09:15:11 #14 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 09:15:11 #14 DONE 0.2s 09:15:11 09:15:11 #15 [core-metadata internal] load build definition from Dockerfile 09:15:11 #15 transferring dockerfile: 2.10kB done 09:15:11 #15 DONE 0.2s 09:15:11 09:15:11 #4 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 09:15:11 #4 DONE 0.0s 09:15:11 09:15:11 #16 [core-keeper internal] load .dockerignore 09:15:11 #16 transferring context: 50B done 09:15:11 #16 DONE 0.0s 09:15:11 09:15:11 #5 [core-metadata internal] load metadata for docker.io/library/alpine:3.20 09:15:11 #5 DONE 0.2s 09:15:11 09:15:11 #17 [security-bootstrapper internal] load .dockerignore 09:15:11 #17 transferring context: 50B done 09:15:11 #17 DONE 0.1s 09:15:11 09:15:11 #18 [security-spiffe-token-provider internal] load .dockerignore 09:15:11 #18 transferring context: 50B done 09:15:11 #18 DONE 0.1s 09:15:11 09:15:11 #19 [core-command internal] load .dockerignore 09:15:11 #19 transferring context: 50B done 09:15:11 #19 DONE 0.1s 09:15:11 09:15:11 #20 [security-proxy-setup internal] load .dockerignore 09:15:11 #20 transferring context: 50B done 09:15:11 #20 DONE 0.1s 09:15:11 09:15:11 #21 [security-secretstore-setup internal] load .dockerignore 09:15:11 #21 transferring context: 50B done 09:15:11 #21 DONE 0.1s 09:15:11 09:15:11 #22 [support-notifications internal] load .dockerignore 09:15:11 #22 transferring context: 50B done 09:15:11 #22 DONE 0.1s 09:15:11 09:15:11 #23 [security-spiffe-token-provider stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 09:15:11 #23 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 09:15:11 #23 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 09:15:11 #23 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 09:15:11 #23 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 09:15:11 #23 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 09:15:11 #23 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 09:15:11 #23 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 09:15:11 #23 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 09:15:11 #23 DONE 0.1s 09:15:11 09:15:11 #24 [support-notifications builder 1/8] FROM docker.io/library/ci-base-image-x86_64:latest 09:15:11 #24 ... 09:15:11 09:15:11 #25 [security-proxy-auth internal] load .dockerignore 09:15:11 #25 transferring context: 50B 0.0s done 09:15:11 #25 DONE 0.4s 09:15:11 09:15:11 #23 [core-metadata stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 09:15:11 #23 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 09:15:11 #23 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 09:15:11 #23 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 09:15:11 #23 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 09:15:11 #23 DONE 0.1s 09:15:11 09:15:11 #26 [core-common-config-bootstrapper internal] load .dockerignore 09:15:11 #26 transferring context: 50B done 09:15:11 #26 DONE 0.4s 09:15:11 09:15:11 #27 [core-metadata internal] load .dockerignore 09:15:11 #27 transferring context: 50B 0.0s done 09:15:11 #27 DONE 0.4s 09:15:11 09:15:11 #24 [core-metadata builder 1/8] FROM docker.io/library/ci-base-image-x86_64:latest 09:15:11 #24 DONE 0.5s 09:15:11 09:15:11 #28 [security-proxy-setup builder 2/8] WORKDIR /edgex-go 09:15:12 b4813487a9f6: Pull complete 09:15:14 502a3d64fb4b: Pull complete 09:15:14 Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde 09:15:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 09:15:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh 09:15:14 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 09:15:14 WORKDIR /edgex 09:15:14 COPY go.mod . 09:15:14 RUN go mod download 09:15:14 + docker build -t ci-base-image-arm64 -f - . 09:15:15 Sending build context to Docker daemon 3.708MB 09:15:15 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 09:15:15 ---> 3bb21d53e231 09:15:15 Step 2/4 : WORKDIR /edgex 09:15:15 #28 DONE 4.2s 09:15:15 09:15:15 #29 [core-common-config-bootstrapper internal] load build context 09:15:16 #29 transferring context: 342.06MB 4.8s 09:15:16 #29 ... 09:15:16 09:15:16 #30 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 09:15:16 #30 DONE 5.6s 09:15:16 09:15:16 #31 [security-spiffe-token-provider internal] load build context 09:15:17 #31 ... 09:15:17 09:15:17 #29 [core-common-config-bootstrapper internal] load build context 09:15:17 ---> Running in 609dc4081837 09:15:17 Removing intermediate container 609dc4081837 09:15:17 ---> 58dd9fef2dcd 09:15:17 Step 3/4 : COPY go.mod . 09:15:18 ---> 57ab27f02d3e 09:15:18 Step 4/4 : RUN go mod download 09:15:18 ---> Running in ee3050ac82de 09:15:18 #29 transferring context: 508.37MB 6.7s done 09:15:21 #29 ... 09:15:21 09:15:21 #32 [core-keeper internal] load build context 09:15:21 #32 transferring context: 508.37MB 7.3s done 09:15:21 #32 ... 09:15:21 09:15:21 #33 [core-command internal] load build context 09:15:21 #33 transferring context: 508.37MB 7.0s done 09:15:21 #33 ... 09:15:21 09:15:21 #34 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 09:15:21 #34 ... 09:15:21 09:15:21 #35 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 09:15:21 #0 0.454 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:15:21 #0 3.103 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:15:21 #0 3.485 (1/4) Installing ca-certificates (20241121-r1) 09:15:21 #0 3.500 (2/4) Installing dumb-init (1.2.5-r3) 09:15:21 #0 3.508 (3/4) Installing su-exec (0.2-r3) 09:15:21 #0 3.513 (4/4) Installing yq-go (4.44.1-r2) 09:15:21 #0 3.596 Executing busybox-1.36.1-r29.trigger 09:15:21 #0 3.610 Executing ca-certificates-20241121-r1.trigger 09:15:21 #0 3.674 OK: 19 MiB in 18 packages 09:15:21 #35 ... 09:15:21 09:15:21 #36 [security-bootstrapper internal] load build context 09:15:21 #36 transferring context: 508.37MB 7.3s done 09:15:21 #36 ... 09:15:21 09:15:21 #37 [core-metadata internal] load build context 09:15:21 #37 transferring context: 508.37MB 7.0s done 09:15:22 #37 ... 09:15:22 09:15:22 #38 [support-notifications internal] load build context 09:15:22 #38 transferring context: 508.37MB 6.6s done 09:15:22 #38 DONE 10.7s 09:15:22 09:15:22 #39 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 09:15:22 #0 1.871 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:15:22 #0 3.134 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:15:22 #0 3.465 v3.20.6-217-ge38f83cf923 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 09:15:22 #0 3.465 v3.20.6-217-ge38f83cf923 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 09:15:22 #0 3.465 OK: 24171 distinct packages available 09:15:22 #0 3.515 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:15:22 #0 3.622 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:15:22 #0 3.929 (1/14) Installing ca-certificates (20241121-r1) 09:15:22 #0 3.947 (2/14) Installing brotli-libs (1.1.0-r2) 09:15:22 #0 3.960 (3/14) Installing c-ares (1.33.1-r0) 09:15:22 #0 3.966 (4/14) Installing libunistring (1.2-r0) 09:15:22 #0 3.981 (5/14) Installing libidn2 (2.3.7-r0) 09:15:22 #0 3.986 (6/14) Installing nghttp2-libs (1.62.1-r0) 09:15:22 #0 3.993 (7/14) Installing libpsl (0.21.5-r1) 09:15:22 #0 3.995 (8/14) Installing zstd-libs (1.5.6-r0) 09:15:22 #0 4.026 (9/14) Installing libcurl (8.12.1-r0) 09:15:22 #0 4.037 (10/14) Installing curl (8.12.1-r0) 09:15:22 #0 4.044 (11/14) Installing dumb-init (1.2.5-r3) 09:15:22 #0 4.050 (12/14) Installing musl-obstack (1.2.3-r2) 09:15:22 #0 4.050 (13/14) Installing libucontext (1.2-r3) 09:15:22 #0 4.053 (14/14) Installing gcompat (1.1.0-r4) 09:15:22 #0 4.059 Executing busybox-1.36.1-r29.trigger 09:15:22 #0 4.067 Executing ca-certificates-20241121-r1.trigger 09:15:22 #0 4.099 OK: 13 MiB in 28 packages 09:15:22 #39 DONE 10.7s 09:15:22 09:15:22 #40 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 09:15:22 #0 2.060 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:15:22 #0 3.101 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:15:22 #0 3.601 (1/7) Installing ca-certificates (20241121-r1) 09:15:22 #0 3.623 (2/7) Installing dumb-init (1.2.5-r3) 09:15:22 #0 3.628 (3/7) Installing libgcc (13.2.1_git20240309-r1) 09:15:22 #0 3.633 (4/7) Installing libsodium (1.0.19-r0) 09:15:22 #0 3.645 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 09:15:22 #0 3.663 (6/7) Installing libzmq (4.3.5-r2) 09:15:22 #0 3.677 (7/7) Installing zeromq (4.3.5-r2) 09:15:22 #0 3.689 Executing busybox-1.36.1-r29.trigger 09:15:22 #0 4.013 Executing ca-certificates-20241121-r1.trigger 09:15:22 #0 4.081 OK: 12 MiB in 21 packages 09:15:22 #40 DONE 10.7s 09:15:22 09:15:22 #41 [core-metadata stage-1 2/8] RUN apk add --update --no-cache dumb-init 09:15:22 #0 1.432 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:15:22 #0 3.104 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:15:22 #0 3.467 (1/1) Installing dumb-init (1.2.5-r3) 09:15:22 #0 3.477 Executing busybox-1.36.1-r29.trigger 09:15:22 #0 3.497 OK: 8 MiB in 15 packages 09:15:22 #41 DONE 10.7s 09:15:22 09:15:22 #42 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 09:15:22 #0 1.653 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:15:22 #0 3.110 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:15:22 #0 3.501 (1/2) Installing dumb-init (1.2.5-r3) 09:15:22 #0 3.506 (2/2) Installing su-exec (0.2-r3) 09:15:22 #0 3.511 Executing busybox-1.36.1-r29.trigger 09:15:22 #0 3.519 OK: 8 MiB in 16 packages 09:15:22 #42 DONE 10.7s 09:15:22 09:15:22 #35 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 09:15:22 #35 DONE 10.8s 09:15:22 09:15:22 #43 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 09:15:22 #0 1.138 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:15:22 #0 3.114 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:15:22 #0 3.522 (1/4) Installing dumb-init (1.2.5-r3) 09:15:22 #0 3.523 (2/4) Installing openssl (3.3.3-r0) 09:15:22 #0 3.562 (3/4) Installing su-exec (0.2-r3) 09:15:22 #0 3.562 (4/4) Installing yq-go (4.44.1-r2) 09:15:22 #0 3.648 Executing busybox-1.36.1-r29.trigger 09:15:22 #0 3.684 OK: 19 MiB in 18 packages 09:15:22 #43 DONE 10.8s 09:15:22 09:15:22 #44 [core-data internal] load build definition from Dockerfile 09:15:22 #44 transferring dockerfile: 2.04kB done 09:15:22 #44 DONE 8.1s 09:15:22 09:15:22 #33 [core-command internal] load build context 09:15:22 #33 DONE 10.8s 09:15:22 09:15:22 #4 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 09:15:22 #4 DONE 0.0s 09:15:22 09:15:22 #29 [core-common-config-bootstrapper internal] load build context 09:15:22 #29 DONE 10.4s 09:15:22 09:15:22 #45 [security-secretstore-setup internal] load build context 09:15:22 #45 transferring context: 508.37MB 7.1s done 09:15:22 #45 DONE 10.8s 09:15:22 09:15:22 #32 [core-keeper internal] load build context 09:15:22 #32 DONE 10.9s 09:15:22 09:15:22 #36 [security-bootstrapper internal] load build context 09:15:22 #36 DONE 10.8s 09:15:22 09:15:22 #46 [security-proxy-setup internal] load build context 09:15:22 #46 transferring context: 508.37MB 7.2s done 09:15:22 #46 DONE 10.8s 09:15:22 09:15:22 #47 [security-proxy-auth internal] load build context 09:15:22 #47 transferring context: 508.37MB 7.0s done 09:15:22 #47 DONE 10.5s 09:15:22 09:15:22 #48 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 09:15:22 #48 ... 09:15:22 09:15:22 #31 [security-spiffe-token-provider internal] load build context 09:15:22 #31 transferring context: 508.37MB 8.7s done 09:15:22 #31 DONE 10.9s 09:15:22 09:15:22 #37 [core-metadata internal] load build context 09:15:22 #37 DONE 10.4s 09:15:22 09:15:22 #49 [support-scheduler internal] load build definition from Dockerfile 09:15:22 #49 transferring dockerfile: 1.83kB done 09:15:22 #49 DONE 8.1s 09:15:22 09:15:22 #4 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 09:15:22 #4 DONE 0.0s 09:15:22 09:15:22 #5 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 09:15:22 #5 DONE 0.2s 09:15:22 09:15:22 #34 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 09:15:22 #34 DONE 11.1s 09:15:22 09:15:22 #50 [support-scheduler internal] load .dockerignore 09:15:22 #50 transferring context: 50B done 09:15:22 #50 DONE 0.1s 09:15:22 09:15:22 #23 [core-data stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 09:15:22 #23 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 09:15:22 #23 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 09:15:22 #23 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 09:15:22 #23 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 09:15:22 #23 DONE 0.1s 09:15:22 09:15:22 #24 [core-data builder 1/8] FROM docker.io/library/ci-base-image-x86_64:latest 09:15:22 #24 DONE 0.5s 09:15:22 09:15:22 #28 [core-data builder 2/8] WORKDIR /edgex-go 09:15:22 #28 DONE 4.2s 09:15:22 09:15:22 #51 [core-data internal] load .dockerignore 09:15:22 #51 transferring context: 50B done 09:15:22 #51 DONE 0.2s 09:15:22 09:15:22 #52 [support-scheduler internal] load build context 09:15:22 #52 ... 09:15:22 09:15:22 #23 [security-spire-config stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 09:15:22 #23 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 09:15:22 #23 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 09:15:22 #23 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 09:15:22 #23 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 09:15:22 #23 DONE 0.1s 09:15:22 09:15:22 #48 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 09:15:22 #48 DONE 11.2s 09:15:22 09:15:22 #53 [security-spire-config internal] load .dockerignore 09:15:22 #53 transferring context: 50B done 09:15:22 #53 DONE 0.0s 09:15:22 09:15:22 #54 [security-spire-agent internal] load .dockerignore 09:15:22 #54 transferring context: 50B done 09:15:22 #54 DONE 0.1s 09:15:22 09:15:22 #55 [security-spire-server internal] load .dockerignore 09:15:22 #55 transferring context: 50B done 09:15:22 #55 DONE 0.1s 09:15:22 09:15:22 #52 [support-scheduler internal] load build context 09:15:22 #52 ... 09:15:22 09:15:22 #23 [security-spire-agent stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 09:15:22 #23 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 09:15:22 #23 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 09:15:22 #23 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 09:15:22 #23 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 09:15:22 #23 DONE 0.1s 09:15:22 09:15:22 #56 [security-spire-config internal] load build context 09:15:22 #56 transferring context: 22.05kB 0.0s done 09:15:22 #56 DONE 0.1s 09:15:22 09:15:22 #52 [support-scheduler internal] load build context 09:15:22 #52 ... 09:15:22 09:15:22 #57 [security-spire-server internal] load build context 09:15:22 #57 transferring context: 23.80kB 0.0s done 09:15:22 #57 DONE 0.2s 09:15:22 09:15:22 #58 [security-spire-agent internal] load build context 09:15:22 #58 transferring context: 23.33kB 0.0s done 09:15:22 #58 DONE 0.2s 09:15:22 09:15:22 #52 [support-scheduler internal] load build context 09:15:22 #52 ... 09:15:22 09:15:22 #59 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 09:15:22 #59 DONE 6.7s 09:15:22 09:15:22 #52 [support-scheduler internal] load build context 09:15:23 #52 ... 09:15:23 09:15:23 #60 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 09:15:23 #0 6.229 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:15:23 #0 6.340 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:15:23 #0 6.660 OK: 248 MiB in 58 packages 09:15:23 #60 DONE 7.0s 09:15:23 09:15:23 #52 [support-scheduler internal] load build context 09:15:23 #52 ... 09:15:23 09:15:23 #61 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 09:15:23 #0 0.990 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:15:23 #0 1.090 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:15:23 #0 1.406 OK: 8 MiB in 16 packages 09:15:23 #61 DONE 1.6s 09:15:23 09:15:23 #52 [support-scheduler internal] load build context 09:15:23 #52 ... 09:15:23 09:15:23 #62 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 09:15:23 #0 0.894 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:15:23 #0 0.966 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:15:23 #0 1.234 OK: 13 MiB in 28 packages 09:15:23 #62 DONE 1.6s 09:15:23 09:15:23 #52 [support-scheduler internal] load build context 09:15:23 #52 ... 09:15:23 09:15:23 #63 [core-metadata stage-1 3/8] RUN apk --no-cache upgrade 09:15:23 #0 0.996 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:15:23 #0 1.079 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:15:23 #0 1.375 OK: 8 MiB in 15 packages 09:15:23 #63 DONE 1.8s 09:15:23 09:15:23 #64 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 09:15:23 #0 6.347 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:15:23 #0 6.448 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:15:23 #0 6.767 v3.20.6-217-ge38f83cf923 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 09:15:23 #0 6.767 v3.20.6-217-ge38f83cf923 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 09:15:23 #0 6.767 OK: 24171 distinct packages available 09:15:23 #0 6.818 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:15:23 #0 6.905 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:15:23 #0 7.221 OK: 248 MiB in 58 packages 09:15:23 #64 DONE 7.6s 09:15:23 09:15:23 #65 [support-notifications builder 4/7] COPY go.mod vendor* ./ 09:15:23 #65 DONE 0.6s 09:15:23 09:15:23 #52 [support-scheduler internal] load build context 09:15:24 #52 ... 09:15:24 09:15:24 #66 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 09:15:24 #66 DONE 0.5s 09:15:24 09:15:24 #67 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 09:15:24 #0 1.702 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:15:24 #0 1.793 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:15:24 #0 2.069 OK: 19 MiB in 18 packages 09:15:24 #67 DONE 2.2s 09:15:24 09:15:24 #52 [support-scheduler internal] load build context 09:15:24 #52 ... 09:15:24 09:15:24 #68 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 09:15:24 #0 7.576 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:15:24 #0 7.651 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:15:24 #0 7.981 OK: 248 MiB in 58 packages 09:15:24 #68 DONE 8.3s 09:15:24 09:15:24 #52 [support-scheduler internal] load build context 09:15:24 #52 ... 09:15:24 09:15:24 #69 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 09:15:24 #0 1.463 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:15:24 #0 1.576 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:15:24 #0 1.934 OK: 248 MiB in 58 packages 09:15:24 #69 DONE 2.4s 09:15:24 09:15:24 #70 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 09:15:24 #0 1.464 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:15:24 #0 1.559 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:15:24 #0 1.917 (1/1) Installing dumb-init (1.2.5-r3) 09:15:24 #0 1.933 Executing busybox-1.36.1-r29.trigger 09:15:24 #0 1.933 OK: 8 MiB in 15 packages 09:15:24 #70 DONE 2.4s 09:15:24 09:15:24 #71 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 09:15:24 #0 7.574 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:15:24 #0 7.684 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:15:24 #0 8.176 OK: 248 MiB in 58 packages 09:15:24 #71 DONE 8.6s 09:15:24 09:15:24 #72 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:15:24 #72 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done 09:15:24 #72 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 09:15:24 #72 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done 09:15:24 #72 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done 09:15:24 #72 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done 09:15:24 #72 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.3s done 09:15:24 #72 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.3s done 09:15:24 #72 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 09:15:24 #72 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 09:15:24 #72 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 1.1s done 09:15:24 #72 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 09:15:24 #72 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0.8s 09:15:24 #72 ... 09:15:24 09:15:24 #73 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 09:15:24 #0 1.805 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:15:24 #0 1.919 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:15:24 #0 2.325 OK: 19 MiB in 18 packages 09:15:24 #73 DONE 2.8s 09:15:24 09:15:24 #74 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 09:15:24 #0 1.727 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:15:24 #0 1.822 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:15:24 #0 2.228 OK: 12 MiB in 21 packages 09:15:24 #74 DONE 2.8s 09:15:24 09:15:24 #72 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:15:25 #72 ... 09:15:25 09:15:25 #75 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 09:15:25 #0 1.464 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:15:25 #0 1.580 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:15:25 #0 2.141 (1/3) Installing ca-certificates (20241121-r1) 09:15:25 #0 2.155 (2/3) Installing dumb-init (1.2.5-r3) 09:15:25 #0 2.162 (3/3) Installing tzdata (2025b-r0) 09:15:25 #0 2.229 Executing busybox-1.36.1-r29.trigger 09:15:25 #0 2.235 Executing ca-certificates-20241121-r1.trigger 09:15:25 #0 2.278 OK: 10 MiB in 17 packages 09:15:25 #75 DONE 2.7s 09:15:25 09:15:25 #76 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 09:15:25 #0 5.655 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:15:25 #0 6.112 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:15:25 #0 6.865 (1/1) Installing dumb-init (1.2.5-r3) 09:15:25 #0 7.169 Executing busybox-1.36.1-r29.trigger 09:15:25 #0 7.175 OK: 8 MiB in 15 packages 09:15:25 #76 DONE 7.7s 09:15:25 09:15:25 #72 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:15:25 #72 ... 09:15:25 09:15:25 #77 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 09:15:25 #77 DONE 1.2s 09:15:25 09:15:25 #72 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:15:25 #72 ... 09:15:25 09:15:25 #78 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 09:15:25 #0 1.472 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:15:25 #0 1.648 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:15:25 #0 2.062 v3.20.6-217-ge38f83cf923 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 09:15:25 #0 2.062 v3.20.6-217-ge38f83cf923 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 09:15:25 #0 2.062 OK: 24171 distinct packages available 09:15:25 #0 2.112 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:15:25 #0 2.284 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:15:25 #0 2.622 (1/4) Installing dumb-init (1.2.5-r3) 09:15:25 #0 2.628 (2/4) Installing musl-obstack (1.2.3-r2) 09:15:25 #0 2.632 (3/4) Installing libucontext (1.2-r3) 09:15:25 #0 2.634 (4/4) Installing gcompat (1.1.0-r4) 09:15:25 #0 2.641 Executing busybox-1.36.1-r29.trigger 09:15:25 #0 2.645 OK: 8 MiB in 18 packages 09:15:25 #78 DONE 3.5s 09:15:25 09:15:25 #72 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:15:26 #72 ... 09:15:26 09:15:26 #79 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 09:15:26 #79 DONE 1.5s 09:15:26 09:15:26 #80 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 09:15:26 #80 DONE 1.3s 09:15:26 09:15:26 #72 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:15:26 #72 ... 09:15:26 09:15:26 #81 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 09:15:26 #81 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.1s done 09:15:26 #81 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 09:15:26 #81 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done 09:15:26 #81 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done 09:15:26 #81 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.0s done 09:15:26 #81 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done 09:15:26 #81 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 09:15:26 #81 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.3s done 09:15:26 #81 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 09:15:26 #81 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 0.9s done 09:15:26 #81 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 1.4s done 09:15:26 #81 DONE 3.7s 09:15:26 09:15:26 #72 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:15:26 #72 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 2.6s done 09:15:26 #72 ... 09:15:26 09:15:26 #82 [core-data internal] load build context 09:15:26 #82 transferring context: 508.37MB 4.2s done 09:15:26 #82 DONE 4.3s 09:15:26 09:15:26 #79 [core-data builder 4/7] COPY go.mod vendor* ./ 09:15:26 #79 DONE 1.5s 09:15:26 09:15:26 #83 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 09:15:26 #83 DONE 2.8s 09:15:26 09:15:26 #72 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:15:26 #72 DONE 4.3s 09:15:26 09:15:26 #52 [support-scheduler internal] load build context 09:15:26 #52 transferring context: 508.37MB 4.4s done 09:15:26 #52 DONE 4.5s 09:15:26 09:15:26 #84 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 09:15:26 #84 DONE 0.1s 09:15:26 09:15:26 #85 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 09:15:26 #85 DONE 0.1s 09:15:26 09:15:26 #86 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:15:26 #86 ... 09:15:26 09:15:26 #87 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 09:15:26 #0 3.356 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:15:26 #0 3.464 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:15:26 #0 3.896 v3.20.6-217-ge38f83cf923 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 09:15:26 #0 3.896 v3.20.6-217-ge38f83cf923 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 09:15:26 #0 3.896 OK: 24171 distinct packages available 09:15:26 #0 3.947 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:15:26 #0 4.017 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:15:26 #0 4.290 (1/5) Installing dumb-init (1.2.5-r3) 09:15:26 #0 4.290 (2/5) Installing musl-obstack (1.2.3-r2) 09:15:26 #0 4.297 (3/5) Installing libucontext (1.2-r3) 09:15:26 #0 4.299 (4/5) Installing gcompat (1.1.0-r4) 09:15:26 #0 4.304 (5/5) Installing openssl (3.3.3-r0) 09:15:26 #0 4.314 Executing busybox-1.36.1-r29.trigger 09:15:26 #0 4.324 OK: 9 MiB in 19 packages 09:15:26 #87 DONE 4.4s 09:15:26 09:15:26 #88 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 09:15:26 #0 2.903 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:15:26 #0 3.338 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:15:26 #0 4.002 OK: 248 MiB in 58 packages 09:15:26 #88 DONE 4.1s 09:15:27 09:15:27 #89 [core-keeper builder 5/8] COPY go.mod vendor* ./ 09:15:27 #89 DONE 0.0s 09:15:27 09:15:27 #90 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:15:27 #90 ... 09:15:27 09:15:27 #91 [core-data stage-1 3/7] RUN apk --no-cache upgrade 09:15:27 #0 1.850 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:15:27 #0 1.924 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:15:27 #0 2.232 OK: 8 MiB in 15 packages 09:15:27 #91 DONE 2.4s 09:15:27 09:15:27 #92 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 09:15:27 #92 ... 09:15:27 09:15:27 #93 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 09:15:27 #0 1.109 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:15:27 #0 1.183 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:15:27 #0 1.440 OK: 8 MiB in 18 packages 09:15:27 #93 DONE 1.5s 09:15:27 09:15:27 #94 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 09:15:27 #94 ... 09:15:27 09:15:27 #95 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 09:15:27 #0 2.067 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:15:27 #0 2.137 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:15:27 #0 2.446 OK: 10 MiB in 17 packages 09:15:27 #95 DONE 2.8s 09:15:27 09:15:27 #94 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 09:15:27 #94 DONE 0.4s 09:15:27 09:15:27 #96 [security-spire-config stage-2 5/10] COPY Attribution.txt / 09:15:27 #96 DONE 0.0s 09:15:27 09:15:27 #97 [security-spire-config stage-2 6/10] COPY security.txt / 09:15:27 #97 DONE 0.0s 09:15:27 09:15:27 #98 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 09:15:27 #98 DONE 0.0s 09:15:27 09:15:27 #99 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 09:15:27 #99 DONE 0.0s 09:15:27 09:15:27 #100 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 09:15:27 #100 DONE 0.0s 09:15:27 09:15:27 #101 [security-spire-config] exporting to image 09:15:27 #101 exporting layers 09:15:28 #101 ... 09:15:28 09:15:28 #92 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 09:15:28 #92 0.954 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:15:28 #92 1.031 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:15:28 #92 1.320 OK: 9 MiB in 19 packages 09:15:28 #92 DONE 1.4s 09:15:28 09:15:28 #102 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 09:15:28 #102 DONE 0.5s 09:15:28 09:15:28 #103 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 09:15:28 #103 DONE 0.5s 09:15:28 09:15:28 #104 [security-spire-server stage-2 5/9] COPY Attribution.txt / 09:15:28 #104 DONE 0.0s 09:15:28 09:15:28 #101 [security-spire-config] exporting to image 09:15:28 #101 exporting layers 0.9s done 09:15:28 #101 writing image sha256:40b015534426177320e0ae154d11a40535f8458674334c632cdddc43a0c8c894 done 09:15:28 #101 naming to docker.io/library/security-spire-config done 09:15:28 #101 DONE 0.9s 09:15:28 09:15:28 #105 [security-spire-server stage-2 6/9] COPY security.txt / 09:15:28 #105 DONE 0.1s 09:15:28 09:15:28 #106 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 09:15:29 #106 DONE 0.3s 09:15:29 09:15:29 #107 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 09:15:29 #107 DONE 0.4s 09:15:29 09:15:29 #108 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 09:15:29 #108 DONE 0.1s 09:15:29 09:15:29 #109 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 09:15:29 #109 DONE 0.0s 09:15:29 09:15:29 #110 [security-spire-agent stage-3 7/10] COPY security.txt / 09:15:29 #110 DONE 0.0s 09:15:29 09:15:29 #111 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 09:15:29 #111 DONE 0.0s 09:15:29 09:15:29 #112 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 09:15:29 #112 DONE 0.0s 09:15:29 09:15:29 #113 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 09:15:29 #113 DONE 0.0s 09:15:29 09:15:29 #114 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 09:15:29 #114 DONE 0.0s 09:15:29 09:15:29 #115 [security-spire-server] exporting to image 09:15:29 #115 exporting layers 0.4s done 09:15:29 #115 writing image sha256:6931b0ccff8a011c809923fbf843d6116fd8f61766bfccaa9fbb3c35f105c528 done 09:15:29 #115 naming to docker.io/library/security-spire-server done 09:15:29 #115 DONE 0.4s 09:15:29 09:15:29 #116 [security-spire-agent] exporting to image 09:15:29 #116 exporting layers 0.4s done 09:15:29 #116 writing image sha256:d59970a59460071231617c4f410bcea45942038e11ebf04961409e64f9e63021 done 09:15:29 #116 naming to docker.io/library/security-spire-agent done 09:15:29 #116 DONE 0.4s 09:15:29 09:15:29 #117 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:15:33 #117 ... 09:15:33 09:15:33 #118 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:15:33 #118 ... 09:15:33 09:15:33 #119 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:15:34 #119 ... 09:15:34 09:15:34 #120 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:16:00 #120 ... 09:16:00 09:16:00 #119 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:16:00 #119 DONE 31.0s 09:16:00 09:16:00 #86 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:16:00 #86 DONE 31.8s 09:16:00 09:16:00 #90 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:16:00 #90 DONE 30.9s 09:16:00 09:16:00 #121 [core-metadata builder 6/7] COPY . . 09:16:00 #121 ... 09:16:00 09:16:00 #117 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:16:00 #117 DONE 31.8s 09:16:00 09:16:00 #120 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:16:00 #120 DONE 33.6s 09:16:00 09:16:00 #118 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:16:00 #118 DONE 34.1s 09:16:00 09:16:00 #122 [security-bootstrapper builder 6/7] COPY . . 09:16:05 #122 DONE 7.1s 09:16:05 09:16:05 #123 [support-scheduler builder 6/7] COPY . . 09:16:05 #123 DONE 7.1s 09:16:05 09:16:05 #124 [core-keeper builder 7/8] COPY . . 09:16:05 #124 DONE 7.1s 09:16:05 09:16:05 #125 [security-proxy-setup builder 6/7] COPY . . 09:16:05 #125 CACHED 09:16:05 09:16:05 #126 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 09:16:05 #126 CACHED 09:16:05 09:16:05 #127 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:16:05 #127 CACHED 09:16:05 09:16:05 #128 [security-secretstore-setup builder 6/7] COPY . . 09:16:05 #128 CACHED 09:16:05 09:16:05 #129 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:16:05 #129 CACHED 09:16:05 09:16:05 #130 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 09:16:05 #130 CACHED 09:16:05 09:16:05 #121 [core-data builder 6/7] COPY . . 09:16:05 #121 DONE 7.1s 09:16:05 09:16:05 #131 [security-spiffe-token-provider builder 6/7] COPY . . 09:16:05 #131 DONE 7.1s 09:16:05 09:16:05 #132 [support-notifications builder 6/7] COPY . . 09:16:05 #132 DONE 7.1s 09:16:05 09:16:05 #133 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:16:05 #133 CACHED 09:16:05 09:16:05 #134 [core-data builder 4/7] COPY go.mod vendor* ./ 09:16:05 #134 CACHED 09:16:05 09:16:05 #135 [core-data builder 6/7] COPY . . 09:16:05 #135 CACHED 09:16:05 09:16:05 #136 [core-metadata builder 6/7] COPY . . 09:16:05 #136 CACHED 09:16:05 09:16:05 #137 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:16:05 #137 CACHED 09:16:05 09:16:05 #138 [core-metadata builder 4/7] COPY go.mod vendor* ./ 09:16:05 #138 CACHED 09:16:05 09:16:05 #139 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 09:16:05 #139 CACHED 09:16:05 09:16:05 #140 [security-proxy-auth builder 6/7] COPY . . 09:16:05 #140 CACHED 09:16:05 09:16:05 #141 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:16:05 #141 CACHED 09:16:05 09:16:05 #142 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 09:16:05 #142 CACHED 09:16:05 09:16:05 #143 [core-common-config-bootstrapper builder 6/7] COPY . . 09:16:05 #143 CACHED 09:16:05 09:16:05 #144 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:16:05 #144 CACHED 09:16:05 09:16:05 #145 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 09:16:05 #145 0.924 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 09:16:16 #145 ... 09:16:16 09:16:16 #146 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 09:16:16 #0 0.941 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 09:16:16 #146 ... 09:16:16 09:16:16 #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 09:16:16 #0 0.590 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 09:16:16 #147 ... 09:16:16 09:16:16 #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 09:16:16 #0 0.512 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 09:16:16 #148 ... 09:16:16 09:16:16 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 09:16:16 #0 0.945 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 09:16:16 #149 ... 09:16:16 09:16:16 #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 09:16:16 #0 0.916 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 09:16:16 #150 ... 09:16:16 09:16:16 #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 09:16:16 #0 0.836 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 09:16:16 #151 ... 09:16:16 09:16:16 #152 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:16:16 #0 0.797 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 09:16:16 #152 ... 09:16:16 09:16:16 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 09:16:16 #0 0.804 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 09:16:16 #153 ... 09:16:16 09:16:16 #154 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 09:16:16 #0 0.514 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 09:16:16 #154 ... 09:16:16 09:16:16 #155 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 09:16:16 #0 0.565 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 09:16:16 #155 ... 09:16:16 09:16:16 #156 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 09:16:16 #0 0.564 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 09:16:39 Removing intermediate container ee3050ac82de 09:16:39 ---> d5842908e703 09:16:39 Successfully built d5842908e703 09:16:39 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:16:40 + docker inspect -f . ci-base-image-arm64 09:16:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:16:40 prd-ubuntu20.04-docker-arm64-4c-16g-4654 does not seem to be running inside a container 09:16:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/869 -v /w/workspace/edgex-go/869:/w/workspace/edgex-go/869:rw,z -v /w/workspace/edgex-go/869@tmp:/w/workspace/edgex-go/869@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 09:16:41 $ docker top 19536350ae1ddcb7550464e5720cb4276a8e61a71705fe0e4d15e7bce10d96a6 -eo pid,comm [Pipeline] { [Pipeline] sh 09:16:42 + go version 09:16:42 go version go1.23.9 linux/arm64 [Pipeline] } 09:16:42 $ docker stop --time=1 19536350ae1ddcb7550464e5720cb4276a8e61a71705fe0e4d15e7bce10d96a6 09:16:44 $ docker rm -f --volumes 19536350ae1ddcb7550464e5720cb4276a8e61a71705fe0e4d15e7bce10d96a6 [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 09:16:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:16:44 09:16:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:16:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:16:45 latest: Pulling from edgex-devops/edgex-compose-arm64 09:16:45 547446be3368: Pulling fs layer 09:16:45 d125d8839a47: Pulling fs layer 09:16:45 3e85d5ac6304: Pulling fs layer 09:16:45 c3105a71a48b: Pulling fs layer 09:16:45 0f093f025ec4: Pulling fs layer 09:16:45 c3106fc0e877: Pulling fs layer 09:16:45 0f093f025ec4: Waiting 09:16:45 c3105a71a48b: Waiting 09:16:45 c3106fc0e877: Waiting 09:16:45 547446be3368: Verifying Checksum 09:16:45 547446be3368: Download complete 09:16:45 c3105a71a48b: Verifying Checksum 09:16:45 c3105a71a48b: Download complete 09:16:46 d125d8839a47: Verifying Checksum 09:16:46 d125d8839a47: Download complete 09:16:46 c3106fc0e877: Verifying Checksum 09:16:46 c3106fc0e877: Download complete 09:16:46 0f093f025ec4: Verifying Checksum 09:16:46 0f093f025ec4: Download complete 09:16:46 547446be3368: Pull complete 09:16:47 d125d8839a47: Pull complete 09:16:47 3e85d5ac6304: Verifying Checksum 09:16:47 3e85d5ac6304: Download complete 09:16:58 3e85d5ac6304: Pull complete 09:16:58 c3105a71a48b: Pull complete 09:16:59 0f093f025ec4: Pull complete 09:16:59 c3106fc0e877: Pull complete 09:16:59 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 09:16:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:16:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:16:59 prd-ubuntu20.04-docker-arm64-4c-16g-4654 does not seem to be running inside a container 09:16:59 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/869 -v /w/workspace/edgex-go/869:/w/workspace/edgex-go/869:rw,z -v /w/workspace/edgex-go/869@tmp:/w/workspace/edgex-go/869@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 09:17:01 $ docker top aa6cdb20c0e9911371857d0ac8c98bf796977ee420163bfa9dec2e365e770fab -eo pid,comm [Pipeline] { [Pipeline] sh 09:17:02 + docker compose -f ./docker-compose-build.yml build --parallel 09:17:12 #1 [security-proxy-auth internal] load build definition from Dockerfile 09:17:12 #1 transferring dockerfile: 2.14kB 0.0s done 09:17:12 #1 DONE 0.1s 09:17:12 09:17:12 #2 [support-scheduler internal] load build definition from Dockerfile 09:17:12 #2 transferring dockerfile: 1.83kB 0.0s done 09:17:12 #2 DONE 0.1s 09:17:12 09:17:12 #3 [core-metadata internal] load build definition from Dockerfile 09:17:12 #3 transferring dockerfile: 2.10kB done 09:17:12 #3 DONE 0.1s 09:17:12 09:17:12 #4 [core-data internal] load build definition from Dockerfile 09:17:12 #4 transferring dockerfile: 2.04kB 0.0s done 09:17:12 #4 DONE 0.1s 09:17:12 09:17:12 #5 [security-spiffe-token-provider internal] load build definition from Dockerfile 09:17:12 #5 transferring dockerfile: 1.89kB 0.0s done 09:17:12 #5 DONE 0.1s 09:17:12 09:17:12 #6 [core-common-config-bootstrapper internal] load build definition from Dockerfile 09:17:12 #6 transferring dockerfile: 2.23kB 0.0s done 09:17:12 #6 DONE 0.1s 09:17:12 09:17:12 #7 [security-spire-config internal] load build definition from Dockerfile 09:17:12 #7 transferring dockerfile: 1.69kB done 09:17:12 #7 DONE 0.1s 09:17:12 09:17:12 #8 [security-bootstrapper internal] load build definition from Dockerfile 09:17:12 #8 transferring dockerfile: 3.02kB done 09:17:12 #8 DONE 0.1s 09:17:12 09:17:12 #9 [core-keeper internal] load build definition from Dockerfile 09:17:12 #9 transferring dockerfile: 2.01kB 0.0s done 09:17:12 #9 DONE 0.1s 09:17:12 09:17:12 #10 [security-proxy-setup internal] load build definition from Dockerfile 09:17:12 #10 transferring dockerfile: 2.50kB done 09:17:12 #10 DONE 0.1s 09:17:12 09:17:12 #11 [support-notifications internal] load build definition from Dockerfile 09:17:12 #11 transferring dockerfile: 2.00kB 0.0s done 09:17:12 #11 DONE 0.1s 09:17:12 09:17:12 #12 [core-command internal] load build definition from Dockerfile 09:17:12 #12 transferring dockerfile: 1.94kB done 09:17:12 #12 DONE 0.1s 09:17:12 09:17:12 #13 [security-spire-agent internal] load build definition from Dockerfile 09:17:12 #13 transferring dockerfile: 1.81kB done 09:17:12 #13 DONE 0.1s 09:17:12 09:17:12 #14 [security-secretstore-setup internal] load build definition from Dockerfile 09:17:12 #14 transferring dockerfile: 2.49kB done 09:17:12 #14 DONE 0.0s 09:17:12 09:17:12 #15 [security-spire-server internal] load build definition from Dockerfile 09:17:12 #15 transferring dockerfile: 1.70kB 0.0s done 09:17:12 #15 DONE 0.1s 09:17:12 09:17:12 #16 [security-proxy-auth internal] load .dockerignore 09:17:12 #16 transferring context: 50B done 09:17:12 #16 DONE 0.1s 09:17:13 09:17:13 #17 [support-scheduler internal] load .dockerignore 09:17:13 #17 transferring context: 50B done 09:17:13 #17 DONE 0.0s 09:17:13 09:17:13 #18 [core-metadata internal] load .dockerignore 09:17:13 #18 transferring context: 50B done 09:17:13 #18 DONE 0.0s 09:17:13 09:17:13 #19 [core-data internal] load .dockerignore 09:17:13 #19 transferring context: 50B done 09:17:13 #19 DONE 0.0s 09:17:13 09:17:13 #20 [security-spiffe-token-provider internal] load .dockerignore 09:17:13 #20 transferring context: 50B 0.0s done 09:17:13 #20 DONE 0.1s 09:17:13 09:17:13 #21 [core-common-config-bootstrapper internal] load .dockerignore 09:17:13 #21 transferring context: 50B 0.0s done 09:17:13 #21 DONE 0.0s 09:17:13 09:17:13 #22 [security-spire-config internal] load .dockerignore 09:17:13 #22 transferring context: 50B done 09:17:13 #22 DONE 0.1s 09:17:13 09:17:13 #23 [security-bootstrapper internal] load .dockerignore 09:17:14 #23 transferring context: 50B done 09:17:14 #23 DONE 0.1s 09:17:14 09:17:14 #24 [core-keeper internal] load .dockerignore 09:17:14 #24 transferring context: 50B 0.0s done 09:17:14 #24 DONE 0.1s 09:17:14 09:17:14 #25 [security-proxy-setup internal] load .dockerignore 09:17:14 #25 transferring context: 50B done 09:17:14 #25 DONE 0.1s 09:17:14 09:17:14 #26 [support-notifications internal] load .dockerignore 09:17:14 #26 transferring context: 50B 0.0s done 09:17:14 #26 DONE 0.1s 09:17:14 09:17:14 #27 [core-command internal] load .dockerignore 09:17:14 #27 transferring context: 50B done 09:17:14 #27 DONE 0.1s 09:17:14 09:17:14 #28 [security-spire-agent internal] load .dockerignore 09:17:14 #28 transferring context: 50B 0.0s done 09:17:14 #28 DONE 0.1s 09:17:14 09:17:14 #29 [security-secretstore-setup internal] load .dockerignore 09:17:14 #29 transferring context: 50B 0.0s done 09:17:14 #29 DONE 0.1s 09:17:14 09:17:14 #30 [security-spire-server internal] load .dockerignore 09:17:14 #30 transferring context: 50B 0.0s done 09:17:14 #30 DONE 0.1s 09:17:14 09:17:14 #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 09:17:14 #31 DONE 0.0s 09:17:14 09:17:14 #32 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 09:17:14 #32 DONE 0.5s 09:17:15 09:17:15 #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 09:17:15 #31 DONE 0.0s 09:17:15 09:17:15 #32 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 09:17:15 #32 DONE 0.6s 09:17:15 09:17:15 #33 [security-proxy-auth stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 09:17:15 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 09:17:15 #33 ... 09:17:15 09:17:15 #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 09:17:15 #31 DONE 0.0s 09:17:15 09:17:15 #33 [support-scheduler stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 09:17:15 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 09:17:15 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 09:17:15 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 09:17:15 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 09:17:15 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 09:17:15 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 09:17:15 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 09:17:15 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 09:17:15 #33 DONE 0.4s 09:17:15 09:17:15 #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 09:17:15 #31 DONE 0.0s 09:17:15 09:17:15 #34 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 09:17:15 #34 ... 09:17:15 09:17:15 #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 09:17:15 #31 DONE 0.0s 09:17:15 09:17:15 #35 [security-proxy-auth internal] load build context 09:17:15 #35 ... 09:17:15 09:17:15 #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 09:17:15 #31 DONE 0.0s 09:17:15 09:17:15 #35 [security-proxy-auth internal] load build context 09:17:15 #35 ... 09:17:15 09:17:15 #33 [core-data stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 09:17:15 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 09:17:15 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 09:17:15 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 09:17:15 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 09:17:15 #33 DONE 0.5s 09:17:15 09:17:15 #35 [security-proxy-auth internal] load build context 09:17:15 #35 ... 09:17:15 09:17:15 #33 [security-spiffe-token-provider stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 09:17:15 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 09:17:15 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 09:17:15 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 09:17:15 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 09:17:15 #33 DONE 0.5s 09:17:15 09:17:15 #35 [security-proxy-auth internal] load build context 09:17:16 #35 ... 09:17:16 09:17:16 #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 09:17:16 #31 DONE 0.0s 09:17:16 09:17:16 #35 [security-proxy-auth internal] load build context 09:17:16 #35 ... 09:17:16 09:17:16 #33 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 09:17:16 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 09:17:16 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 09:17:16 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 09:17:16 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 09:17:16 #33 DONE 0.5s 09:17:16 09:17:16 #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 09:17:16 #31 DONE 0.0s 09:17:16 09:17:16 #33 [security-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 09:17:16 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 09:17:16 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 09:17:16 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 09:17:16 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 09:17:16 #33 DONE 0.5s 09:17:16 09:17:16 #36 [core-common-config-bootstrapper internal] load build context 09:17:16 #36 ... 09:17:16 09:17:16 #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 09:17:16 #31 DONE 0.0s 09:17:16 09:17:16 #35 [security-proxy-auth internal] load build context 09:17:16 #35 transferring context: 3.23MB 1.2s done 09:17:16 #35 DONE 1.5s 09:17:16 09:17:16 #37 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 09:17:16 #37 ... 09:17:16 09:17:16 #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 09:17:16 #31 DONE 0.0s 09:17:16 09:17:16 #32 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 09:17:16 #32 ... 09:17:16 09:17:16 #33 [core-keeper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 09:17:16 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 09:17:16 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 09:17:16 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 09:17:16 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 09:17:16 #33 DONE 0.5s 09:17:16 09:17:16 #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 09:17:16 #31 DONE 0.0s 09:17:16 09:17:16 #32 [core-command internal] load metadata for docker.io/library/alpine:3.20 09:17:17 #32 ... 09:17:17 09:17:17 #38 [support-scheduler internal] load build context 09:17:17 #38 transferring context: 3.23MB 1.2s done 09:17:17 #38 DONE 2.0s 09:17:17 09:17:17 #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 09:17:17 #31 DONE 0.0s 09:17:17 09:17:17 #39 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 09:17:18 #39 ... 09:17:18 09:17:18 #32 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.20 09:17:18 #32 DONE 3.0s 09:17:18 09:17:18 #36 [core-common-config-bootstrapper internal] load build context 09:17:18 #36 ... 09:17:18 09:17:18 #33 [core-command stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 09:17:18 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 09:17:18 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 09:17:18 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 09:17:18 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 09:17:18 #33 DONE 0.6s 09:17:18 09:17:18 #40 [security-secretstore-setup internal] load build context 09:17:18 #40 DONE 0.0s 09:17:18 09:17:18 #41 [core-command internal] load build context 09:17:18 #41 ... 09:17:18 09:17:18 #42 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 09:17:18 #42 DONE 2.8s 09:17:18 09:17:18 #43 [core-metadata internal] load build context 09:17:18 #43 transferring context: 3.23MB 2.0s done 09:17:18 #43 DONE 3.5s 09:17:19 09:17:19 #33 [security-spire-server stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 09:17:19 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 09:17:19 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 09:17:19 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 09:17:19 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 09:17:19 #33 DONE 0.6s 09:17:19 09:17:19 #44 [security-spire-config internal] load build context 09:17:19 #44 DONE 0.0s 09:17:19 09:17:19 #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:17:19 #45 DONE 0.0s 09:17:19 09:17:19 #36 [core-common-config-bootstrapper internal] load build context 09:17:19 #36 transferring context: 3.23MB 2.4s done 09:17:19 #36 ... 09:17:19 09:17:19 #46 [security-spiffe-token-provider internal] load build context 09:17:19 #46 transferring context: 3.23MB 2.4s done 09:17:19 #46 DONE 3.9s 09:17:19 09:17:19 #47 [core-data internal] load build context 09:17:19 #47 transferring context: 3.23MB 2.5s done 09:17:19 #47 DONE 4.0s 09:17:19 09:17:19 #45 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:17:19 #45 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.7s done 09:17:19 #45 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 09:17:20 #45 ... 09:17:20 09:17:20 #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 09:17:20 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 09:17:20 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 09:17:20 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 09:17:20 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 09:17:20 #33 DONE 0.6s 09:17:20 09:17:20 #48 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 09:17:20 #48 DONE 3.1s 09:17:20 09:17:20 #36 [core-common-config-bootstrapper internal] load build context 09:17:20 #36 DONE 3.8s 09:17:20 09:17:20 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:17:20 #45 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.7s done 09:17:20 #45 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 09:17:20 #45 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 09:17:20 #45 ... 09:17:20 09:17:20 #49 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 09:17:20 #49 DONE 0.0s 09:17:20 09:17:20 #50 [security-bootstrapper internal] load build context 09:17:20 #50 transferring context: 3.23MB 2.6s done 09:17:20 #50 DONE 4.1s 09:17:20 09:17:20 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:17:20 #45 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 09:17:21 #45 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.4s 09:17:21 #45 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.6s 09:17:21 #45 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.6s 09:17:21 #45 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.9s 09:17:21 #45 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.0s 09:17:21 #45 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.3s 09:17:21 #45 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 1.4s done 09:17:21 #45 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.5s done 09:17:21 #45 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 09:17:22 #45 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.5s done 09:17:22 #45 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.3s done 09:17:22 #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 1.9s 09:17:23 #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 4.19MB / 33.17MB 2.8s 09:17:23 #45 ... 09:17:23 09:17:23 #51 [security-spire-agent internal] load build context 09:17:23 #51 transferring context: 23.33kB 0.3s done 09:17:23 #51 DONE 3.1s 09:17:23 09:17:23 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:17:24 #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 6.15MB / 33.17MB 3.9s 09:17:25 #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 8.39MB / 33.17MB 4.7s 09:17:25 #45 ... 09:17:25 09:17:25 #52 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 09:17:25 #52 ... 09:17:25 09:17:25 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:17:25 #45 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done 09:17:25 #45 ... 09:17:25 09:17:25 #53 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 09:17:25 #53 ... 09:17:25 09:17:25 #54 [security-proxy-setup internal] load build context 09:17:25 #54 transferring context: 3.23MB 3.9s done 09:17:25 #54 DONE 8.4s 09:17:25 09:17:25 #52 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 09:17:25 #52 DONE 11.0s 09:17:25 09:17:25 #53 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 09:17:25 #53 10.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:17:25 #53 ... 09:17:25 09:17:25 #55 [security-proxy-setup builder 2/7] WORKDIR /edgex-go 09:17:25 #55 ... 09:17:25 09:17:25 #56 [security-spire-server internal] load build context 09:17:25 #56 transferring context: 23.80kB 0.4s done 09:17:25 #56 DONE 6.7s 09:17:25 09:17:25 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:17:25 #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.49MB / 33.17MB 5.4s 09:17:26 #45 ... 09:17:26 09:17:26 #57 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 09:17:26 #0 5.336 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:17:26 #0 5.740 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:17:26 #0 8.667 v3.20.6-217-ge38f83cf923 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 09:17:26 #0 8.667 v3.20.6-217-ge38f83cf923 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 09:17:26 #0 8.667 OK: 24049 distinct packages available 09:17:26 #0 9.165 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:17:26 #57 ... 09:17:26 09:17:26 #58 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 09:17:26 #0 7.272 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:17:26 #0 8.412 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:17:26 #58 ... 09:17:26 09:17:26 #44 [security-spire-config internal] load build context 09:17:26 #44 transferring context: 22.05kB 0.6s done 09:17:26 #44 DONE 7.2s 09:17:26 09:17:26 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:17:26 #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 12.55MB / 33.17MB 5.8s 09:17:26 #45 ... 09:17:26 09:17:26 #34 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 09:17:26 #34 7.197 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:17:26 #34 7.946 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:17:26 #34 ... 09:17:26 09:17:26 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:17:26 #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 14.68MB / 33.17MB 6.1s 09:17:26 #45 ... 09:17:26 09:17:26 #59 [support-notifications internal] load build context 09:17:26 #59 transferring context: 3.23MB 5.9s done 09:17:26 #59 DONE 9.5s 09:17:26 09:17:26 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:17:26 #45 ... 09:17:26 09:17:26 #60 [core-keeper internal] load build context 09:17:26 #60 transferring context: 3.23MB 6.3s done 09:17:26 #60 DONE 9.8s 09:17:26 09:17:26 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:17:26 #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 16.78MB / 33.17MB 6.4s 09:17:27 #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 18.87MB / 33.17MB 7.1s 09:17:27 #45 ... 09:17:27 09:17:27 #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 09:17:27 #0 9.573 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:17:27 #61 ... 09:17:27 09:17:27 #62 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 09:17:27 #62 DONE 9.9s 09:17:27 09:17:27 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:17:27 #45 ... 09:17:27 09:17:27 #55 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go 09:17:27 #55 DONE 3.0s 09:17:27 09:17:27 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:17:28 #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 20.97MB / 33.17MB 7.7s 09:17:28 #45 ... 09:17:28 09:17:28 #41 [core-command internal] load build context 09:17:28 #41 transferring context: 3.23MB 4.8s done 09:17:28 #41 DONE 9.9s 09:17:28 09:17:28 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:17:28 #45 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.1s done 09:17:28 #45 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.1s done 09:17:28 #45 ... 09:17:28 09:17:28 #40 [security-secretstore-setup internal] load build context 09:17:28 #40 transferring context: 3.23MB 5.3s done 09:17:28 #40 ... 09:17:28 09:17:28 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:17:29 #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 23.07MB / 33.17MB 8.7s 09:17:29 #45 ... 09:17:29 09:17:29 #40 [security-secretstore-setup internal] load build context 09:17:29 #40 DONE 10.7s 09:17:29 09:17:29 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:17:29 #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 25.17MB / 33.17MB 9.1s 09:17:29 #45 ... 09:17:29 09:17:29 #63 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 09:17:29 #0 9.399 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:17:29 #63 ... 09:17:29 09:17:29 #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 09:17:29 #0 10.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:17:29 #64 ... 09:17:29 09:17:29 #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 09:17:29 #0 10.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:17:29 #65 ... 09:17:29 09:17:29 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:17:30 #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 27.26MB / 33.17MB 10.0s 09:17:30 #45 ... 09:17:30 09:17:30 #49 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 09:17:30 #49 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.5s done 09:17:30 #49 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 09:17:30 #49 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 09:17:30 #49 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done 09:17:30 #49 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done 09:17:30 #49 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB done 09:17:30 #49 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B done 09:17:30 #49 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.3s done 09:17:30 #49 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 4.7s done 09:17:30 #49 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 09:17:30 #49 ... 09:17:30 09:17:30 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:17:31 #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 29.04MB / 33.17MB 10.8s 09:17:31 #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 31.33MB / 33.17MB 11.2s 09:17:31 #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 11.4s done 09:17:32 #45 ... 09:17:32 09:17:32 #58 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 09:17:32 #58 13.86 (1/1) Installing dumb-init (1.2.5-r3) 09:17:32 #58 13.94 Executing busybox-1.36.1-r29.trigger 09:17:32 #58 14.10 OK: 9 MiB in 15 packages 09:17:32 #58 DONE 16.7s 09:17:32 09:17:32 #34 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init 09:17:32 #34 14.44 (1/1) Installing dumb-init (1.2.5-r3) 09:17:32 #34 14.47 Executing busybox-1.36.1-r29.trigger 09:17:32 #34 14.69 OK: 9 MiB in 15 packages 09:17:32 #34 DONE 18.0s 09:17:32 09:17:32 #66 [core-command stage-1 3/9] RUN apk --no-cache upgrade 09:17:33 #66 ... 09:17:33 09:17:33 #37 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 09:17:33 #37 6.769 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:17:33 #37 7.961 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:17:33 #37 14.32 (1/2) Installing dumb-init (1.2.5-r3) 09:17:33 #37 14.36 (2/2) Installing su-exec (0.2-r3) 09:17:33 #37 14.39 Executing busybox-1.36.1-r29.trigger 09:17:33 #37 14.55 OK: 9 MiB in 16 packages 09:17:33 #37 ... 09:17:33 09:17:33 #67 [core-data stage-1 3/7] RUN apk --no-cache upgrade 09:17:33 #67 ... 09:17:33 09:17:33 #37 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 09:17:33 #37 DONE 17.2s 09:17:34 09:17:34 #68 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 09:17:36 #68 ... 09:17:36 09:17:36 #39 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 09:17:36 #39 8.624 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:17:36 #39 10.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:17:36 #39 ... 09:17:36 09:17:36 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:17:36 #45 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0.2s 09:17:36 #45 ... 09:17:36 09:17:36 #57 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 09:17:36 #57 10.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:17:36 #57 17.73 (1/14) Installing ca-certificates (20241121-r1) 09:17:36 #57 18.07 (2/14) Installing brotli-libs (1.1.0-r2) 09:17:36 #57 18.19 (3/14) Installing c-ares (1.33.1-r0) 09:17:36 #57 18.21 (4/14) Installing libunistring (1.2-r0) 09:17:36 #57 18.42 (5/14) Installing libidn2 (2.3.7-r0) 09:17:36 #57 18.46 (6/14) Installing nghttp2-libs (1.62.1-r0) 09:17:36 #57 18.51 (7/14) Installing libpsl (0.21.5-r1) 09:17:36 #57 18.55 (8/14) Installing zstd-libs (1.5.6-r0) 09:17:36 #57 18.62 (9/14) Installing libcurl (8.12.1-r0) 09:17:36 #57 18.65 (10/14) Installing curl (8.12.1-r0) 09:17:36 #57 18.68 (11/14) Installing dumb-init (1.2.5-r3) 09:17:36 #57 18.72 (12/14) Installing musl-obstack (1.2.3-r2) 09:17:36 #57 18.73 (13/14) Installing libucontext (1.2-r3) 09:17:36 #57 18.82 (14/14) Installing gcompat (1.1.0-r4) 09:17:36 #57 18.86 Executing busybox-1.36.1-r29.trigger 09:17:36 #57 19.02 Executing ca-certificates-20241121-r1.trigger 09:17:36 #57 20.01 OK: 15 MiB in 28 packages 09:17:36 #57 ... 09:17:36 09:17:36 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:17:36 #45 ... 09:17:36 09:17:36 #53 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 09:17:36 #53 11.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:17:36 #53 20.92 (1/3) Installing ca-certificates (20241121-r1) 09:17:36 #53 21.37 (2/3) Installing dumb-init (1.2.5-r3) 09:17:36 #53 21.42 (3/3) Installing tzdata (2025b-r0) 09:17:37 #53 ... 09:17:37 09:17:37 #69 [core-command builder 3/7] RUN apk add --update --no-cache make git 09:17:37 #69 ... 09:17:37 09:17:37 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:17:37 #45 ... 09:17:37 09:17:37 #70 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 09:17:37 #0 9.374 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:17:37 #70 ... 09:17:37 09:17:37 #53 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 09:17:37 #53 22.41 Executing busybox-1.36.1-r29.trigger 09:17:37 #53 ... 09:17:37 09:17:37 #57 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 09:17:37 #57 DONE 21.9s 09:17:37 09:17:37 #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 09:17:37 #71 ... 09:17:37 09:17:37 #72 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 09:17:38 #72 ... 09:17:38 09:17:38 #73 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 09:17:38 #73 10.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:17:38 #73 ... 09:17:38 09:17:38 #74 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 09:17:38 #156 ... 09:17:38 09:17:38 #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 09:17:38 #148 DONE 80.5s 09:17:38 09:17:38 #146 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 09:17:38 #146 ... 09:17:38 09:17:38 #157 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 09:17:38 #157 DONE 0.1s 09:17:38 09:17:38 #158 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 09:17:38 #158 DONE 1.1s 09:17:38 09:17:38 #159 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 09:17:38 #159 DONE 0.2s 09:17:38 09:17:38 #160 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 09:17:38 #160 DONE 0.1s 09:17:38 09:17:38 #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 09:17:38 #151 ... 09:17:38 09:17:38 #161 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 09:17:38 #161 DONE 0.1s 09:17:38 09:17:38 #162 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 09:17:38 #162 DONE 0.2s 09:17:38 09:17:38 #163 [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/ 09:17:38 #163 DONE 0.1s 09:17:38 09:17:38 #164 [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/ 09:17:38 #164 DONE 0.0s 09:17:38 09:17:38 #156 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 09:17:38 #156 ... 09:17:38 09:17:38 #165 [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/ 09:17:38 #165 DONE 0.1s 09:17:38 09:17:38 #166 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 09:17:38 #166 DONE 0.0s 09:17:38 09:17:38 #167 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 09:17:38 #167 DONE 1.0s 09:17:38 09:17:38 #168 [security-bootstrapper] exporting to image 09:17:38 #168 exporting layers 09:17:38 #168 exporting layers 0.4s done 09:17:38 #168 writing image sha256:471e133fdb60173c73b4bc4fc2d34ad52fc83fa04557b23669fd78b82d520f60 done 09:17:38 #168 naming to docker.io/library/security-bootstrapper done 09:17:38 #168 DONE 0.4s 09:17:38 09:17:38 #146 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 09:17:38 #146 DONE 85.5s 09:17:38 09:17:38 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 09:17:38 #153 ... 09:17:38 09:17:38 #169 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 09:17:38 #169 DONE 0.2s 09:17:38 09:17:38 #170 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 09:17:38 #170 DONE 0.1s 09:17:38 09:17:38 #171 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 09:17:38 #171 DONE 0.2s 09:17:38 09:17:38 #172 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 09:17:38 #172 DONE 0.0s 09:17:38 09:17:38 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 09:17:38 #153 ... 09:17:38 09:17:38 #173 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 09:17:38 #173 DONE 0.1s 09:17:38 09:17:38 #174 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:17:38 #174 DONE 0.8s 09:17:38 09:17:38 #154 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 09:17:38 #154 ... 09:17:38 09:17:38 #175 [core-common-config-bootstrapper] exporting to image 09:17:38 #175 exporting layers 0.3s done 09:17:38 #175 writing image sha256:7d4c7c90bb987b4f4b2c3180c8e77418bf8b8bb4fe37dbd7f494cdb147fa0e4c done 09:17:38 #175 naming to docker.io/library/core-common-config-bootstrapper done 09:17:38 #175 DONE 0.4s 09:17:38 09:17:38 #156 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 09:17:38 #74 10.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:17:38 #74 ... 09:17:38 09:17:38 #75 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 09:17:38 #75 ... 09:17:38 09:17:38 #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 09:17:38 #71 10.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:17:39 #71 ... 09:17:39 09:17:39 #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 09:17:39 #61 11.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:17:39 #61 19.95 (1/7) Installing ca-certificates (20241121-r1) 09:17:39 #61 20.45 (2/7) Installing dumb-init (1.2.5-r3) 09:17:39 #61 20.46 (3/7) Installing libgcc (13.2.1_git20240309-r1) 09:17:39 #61 20.48 (4/7) Installing libsodium (1.0.19-r0) 09:17:39 #61 20.52 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 09:17:39 #61 20.82 (6/7) Installing libzmq (4.3.5-r2) 09:17:39 #61 20.93 (7/7) Installing zeromq (4.3.5-r2) 09:17:39 #61 21.04 Executing busybox-1.36.1-r29.trigger 09:17:39 #61 21.13 Executing ca-certificates-20241121-r1.trigger 09:17:39 #61 ... 09:17:39 09:17:39 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:17:40 #45 ... 09:17:40 09:17:40 #39 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 09:17:40 #39 19.92 (1/4) Installing dumb-init (1.2.5-r3) 09:17:40 #39 19.95 (2/4) Installing openssl (3.3.3-r0) 09:17:40 #39 20.04 (3/4) Installing su-exec (0.2-r3) 09:17:40 #39 20.06 (4/4) Installing yq-go (4.44.1-r2) 09:17:40 #39 21.36 Executing busybox-1.36.1-r29.trigger 09:17:40 #39 21.45 OK: 20 MiB in 18 packages 09:17:40 #39 DONE 23.1s 09:17:40 09:17:40 #76 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 09:17:41 #76 ... 09:17:41 09:17:41 #75 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 09:17:41 #75 DONE 13.1s 09:17:41 09:17:41 #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 09:17:41 #77 ... 09:17:41 09:17:41 #63 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 09:17:41 #63 11.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:17:41 #63 18.66 (1/4) Installing ca-certificates (20241121-r1) 09:17:41 #63 19.07 (2/4) Installing dumb-init (1.2.5-r3) 09:17:41 #63 19.09 (3/4) Installing su-exec (0.2-r3) 09:17:41 #63 19.11 (4/4) Installing yq-go (4.44.1-r2) 09:17:41 #63 20.39 Executing busybox-1.36.1-r29.trigger 09:17:41 #63 20.71 Executing ca-certificates-20241121-r1.trigger 09:17:41 #63 ... 09:17:41 09:17:41 #73 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 09:17:41 #73 13.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:17:42 #73 ... 09:17:42 09:17:42 #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 09:17:42 #61 22.25 OK: 14 MiB in 21 packages 09:17:42 #61 DONE 24.9s 09:17:42 09:17:42 #53 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 09:17:42 #53 22.65 Executing ca-certificates-20241121-r1.trigger 09:17:42 #53 23.86 OK: 11 MiB in 17 packages 09:17:42 #53 DONE 27.0s 09:17:42 09:17:42 #49 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 09:17:42 #49 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 10.0s 09:17:42 #49 ... 09:17:42 09:17:42 #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 09:17:42 #64 12.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:17:42 #64 20.86 v3.20.6-217-ge38f83cf923 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 09:17:42 #64 20.86 v3.20.6-217-ge38f83cf923 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 09:17:42 #64 20.86 OK: 24049 distinct packages available 09:17:42 #64 22.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:17:42 #64 ... 09:17:42 09:17:42 #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 09:17:42 #65 12.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:17:42 #65 20.95 v3.20.6-217-ge38f83cf923 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 09:17:42 #65 20.95 v3.20.6-217-ge38f83cf923 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 09:17:42 #65 20.95 OK: 24049 distinct packages available 09:17:42 #65 22.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:17:42 #65 ... 09:17:42 09:17:42 #49 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 09:17:44 #49 ... 09:17:44 09:17:44 #63 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 09:17:44 #63 22.74 OK: 20 MiB in 18 packages 09:17:44 #63 DONE 25.1s 09:17:44 09:17:44 #49 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 09:17:47 #49 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 15.0s 09:17:48 #49 ... 09:17:48 09:17:48 #78 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 09:17:48 #0 9.890 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:17:48 #78 ... 09:17:48 09:17:48 #49 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 09:17:48 #49 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 15.8s done 09:17:48 #49 ... 09:17:48 09:17:48 #70 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 09:17:48 #70 10.78 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:17:48 #70 ... 09:17:48 09:17:48 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:17:48 #45 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 12.7s 09:17:48 #45 ... 09:17:48 09:17:48 #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 09:17:48 #77 7.808 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:17:50 #77 ... 09:17:50 09:17:50 #69 [core-command builder 3/7] RUN apk add --update --no-cache make git 09:17:50 #69 12.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:17:50 #69 15.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:17:50 #69 ... 09:17:50 09:17:50 #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 09:17:50 #71 12.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:17:50 #71 ... 09:17:50 09:17:50 #74 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 09:17:50 #74 12.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:17:50 #74 20.99 OK: 239 MiB in 58 packages 09:17:50 #74 DONE 22.9s 09:17:50 09:17:50 #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 09:17:50 #77 9.473 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:17:50 #77 ... 09:17:50 09:17:50 #66 [core-command stage-1 3/9] RUN apk --no-cache upgrade 09:17:50 #66 8.261 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:17:50 #66 10.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:17:50 #66 18.11 OK: 9 MiB in 15 packages 09:17:50 #66 ... 09:17:50 09:17:50 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:17:51 #45 ... 09:17:51 09:17:51 #79 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 09:17:51 #79 DONE 0.8s 09:17:51 09:17:51 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:17:52 #45 ... 09:17:52 09:17:52 #72 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 09:17:52 #72 14.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:17:52 #72 15.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:17:52 #72 ... 09:17:52 09:17:52 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:17:52 #45 ... 09:17:52 09:17:52 #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 09:17:52 #0 8.422 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:17:52 #80 ... 09:17:52 09:17:52 #81 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 09:17:52 #0 6.404 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:17:52 #0 8.203 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:17:52 #81 ... 09:17:52 09:17:52 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:17:52 #45 ... 09:17:52 09:17:52 #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 09:17:52 #71 22.87 OK: 239 MiB in 58 packages 09:17:52 #71 DONE 25.0s 09:17:52 09:17:52 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:17:53 #45 ... 09:17:53 09:17:53 #66 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 09:17:53 #66 DONE 21.4s 09:17:53 09:17:53 #70 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 09:17:53 #70 22.76 (1/1) Installing dumb-init (1.2.5-r3) 09:17:53 #70 23.43 Executing busybox-1.36.1-r29.trigger 09:17:53 #70 23.80 OK: 9 MiB in 15 packages 09:17:53 #70 DONE 26.1s 09:17:53 09:17:53 #82 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:17:53 #82 ... 09:17:53 09:17:53 #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 09:17:53 #65 23.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:17:53 #65 33.86 (1/4) Installing dumb-init (1.2.5-r3) 09:17:53 #65 33.87 (2/4) Installing musl-obstack (1.2.3-r2) 09:17:53 #65 33.87 (3/4) Installing libucontext (1.2-r3) 09:17:53 #65 33.95 (4/4) Installing gcompat (1.1.0-r4) 09:17:53 #65 34.07 Executing busybox-1.36.1-r29.trigger 09:17:53 #65 34.26 OK: 9 MiB in 18 packages 09:17:53 #65 ... 09:17:53 09:17:53 #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 09:17:53 #64 24.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:17:53 #64 34.40 (1/5) Installing dumb-init (1.2.5-r3) 09:17:53 #64 34.43 (2/5) Installing musl-obstack (1.2.3-r2) 09:17:53 #64 34.45 (3/5) Installing libucontext (1.2-r3) 09:17:53 #64 34.47 (4/5) Installing gcompat (1.1.0-r4) 09:17:53 #64 ... 09:17:53 09:17:53 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:17:53 #45 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 18.1s 09:17:54 #45 ... 09:17:54 09:17:54 #83 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 09:17:54 #83 DONE 1.5s 09:17:54 09:17:54 #67 [core-data stage-1 3/7] RUN apk --no-cache upgrade 09:17:54 #67 11.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:17:54 #67 13.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:17:54 #67 ... 09:17:54 09:17:54 #69 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 09:17:54 #69 25.03 OK: 239 MiB in 58 packages 09:17:54 #69 DONE 27.3s 09:17:54 09:17:54 #84 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 09:17:54 #84 ... 09:17:54 09:17:54 #85 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 09:17:54 #0 6.922 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:17:54 #0 9.242 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:17:54 #85 ... 09:17:54 09:17:54 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:17:55 #45 ... 09:17:55 09:17:55 #68 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 09:17:55 #68 11.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:17:55 #68 13.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:17:55 #68 ... 09:17:55 09:17:55 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:17:55 #45 ... 09:17:55 09:17:55 #72 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 09:17:55 #72 24.76 OK: 239 MiB in 58 packages 09:17:55 #72 DONE 27.6s 09:17:55 09:17:55 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:17:55 #45 ... 09:17:55 09:17:55 #84 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 09:17:55 #84 DONE 1.3s 09:17:55 09:17:55 #86 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:17:56 #86 ... 09:17:56 09:17:56 #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 09:17:56 #65 DONE 36.5s 09:17:56 09:17:56 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:17:57 #45 ... 09:17:57 09:17:57 #64 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 09:17:57 #64 34.56 (5/5) Installing openssl (3.3.3-r0) 09:17:57 #64 34.77 Executing busybox-1.36.1-r29.trigger 09:17:57 #64 34.98 OK: 10 MiB in 19 packages 09:17:57 #64 DONE 37.3s 09:17:57 09:17:57 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:17:57 #45 ... 09:17:57 09:17:57 #87 [support-notifications builder 4/7] COPY go.mod vendor* ./ 09:17:57 #87 DONE 1.7s 09:17:57 09:17:57 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:17:57 #45 ... 09:17:57 09:17:57 #67 [core-data stage-1 3/7] RUN apk --no-cache upgrade 09:17:57 #67 23.29 OK: 9 MiB in 15 packages 09:17:57 #67 DONE 25.0s 09:17:58 09:17:58 #88 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 09:17:58 #88 ... 09:17:58 09:17:58 #49 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 09:17:58 #49 ... 09:17:58 09:17:58 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:17:59 #45 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 23.2s 09:17:59 #45 ... 09:17:59 09:17:59 #76 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 09:17:59 #76 8.608 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:17:59 #76 10.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:17:59 #76 ... 09:17:59 09:17:59 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:17:59 #45 ... 09:17:59 09:17:59 #68 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 09:17:59 #68 24.47 OK: 9 MiB in 16 packages 09:17:59 #68 DONE 25.9s 09:17:59 09:17:59 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:18:00 #45 ... 09:18:00 09:18:00 #78 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 09:18:00 #78 12.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:18:00 #78 21.71 OK: 15 MiB in 28 packages 09:18:00 #78 DONE 22.8s 09:18:00 09:18:00 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:18:01 #45 ... 09:18:01 09:18:01 #73 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 09:18:01 #73 23.17 v3.20.6-217-ge38f83cf923 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 09:18:01 #73 23.17 v3.20.6-217-ge38f83cf923 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 09:18:01 #73 23.17 OK: 24049 distinct packages available 09:18:01 #73 25.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:18:01 #73 27.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:18:01 #73 ... 09:18:01 09:18:01 #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 09:18:01 #77 20.02 OK: 239 MiB in 58 packages 09:18:02 #77 DONE 21.6s 09:18:02 09:18:02 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:18:02 #45 ... 09:18:02 09:18:02 #81 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 09:18:02 #81 18.16 OK: 11 MiB in 17 packages 09:18:02 #81 DONE 20.4s 09:18:02 09:18:02 #76 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 09:18:02 #76 19.88 OK: 20 MiB in 18 packages 09:18:02 #76 DONE 22.4s 09:18:02 09:18:02 #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 09:18:02 #80 10.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:18:02 #80 19.50 OK: 14 MiB in 21 packages 09:18:02 #80 DONE 20.7s 09:18:02 09:18:02 #89 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 09:18:03 #89 ... 09:18:03 09:18:03 #85 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 09:18:03 #85 17.30 OK: 20 MiB in 18 packages 09:18:03 #85 DONE 18.5s 09:18:03 09:18:03 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:18:03 #45 ... 09:18:03 09:18:03 #73 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 09:18:03 #73 34.43 OK: 239 MiB in 58 packages 09:18:03 #73 DONE 35.6s 09:18:03 09:18:03 #90 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 09:18:03 #90 ... 09:18:03 09:18:03 #89 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 09:18:03 #89 DONE 0.9s 09:18:04 09:18:04 #91 [core-keeper builder 5/8] COPY go.mod vendor* ./ 09:18:04 #91 ... 09:18:04 09:18:04 #92 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:18:04 #92 ... 09:18:04 09:18:04 #91 [core-keeper builder 5/8] COPY go.mod vendor* ./ 09:18:04 #91 DONE 1.9s 09:18:04 09:18:04 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:18:04 #45 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 28.6s 09:18:05 #45 ... 09:18:05 09:18:05 #90 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 09:18:05 #90 DONE 1.6s 09:18:05 09:18:05 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:18:06 #45 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 30.1s done 09:18:06 #45 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 30.1s done 09:18:06 #45 ... 09:18:06 09:18:06 #93 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 09:18:06 #0 9.187 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:18:06 #93 10.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:18:06 #93 ... 09:18:06 09:18:06 #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:18:06 #45 DONE 47.6s 09:18:06 09:18:06 #88 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 09:18:06 #88 8.262 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:18:06 #88 9.262 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:18:06 #88 ... 09:18:06 09:18:06 #94 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 09:18:06 #94 DONE 7.2s 09:18:06 09:18:06 #95 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 09:18:06 #95 DONE 0.2s 09:18:06 09:18:06 #96 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:18:07 #96 ... 09:18:07 09:18:07 #97 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:18:07 #97 ... 09:18:07 09:18:07 #98 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:18:10 #98 ... 09:18:10 09:18:10 #93 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 09:18:10 #93 13.20 OK: 9 MiB in 18 packages 09:18:10 #93 DONE 13.7s 09:18:10 09:18:10 #99 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 09:18:11 #99 ... 09:18:11 09:18:11 #88 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 09:18:11 #88 13.03 OK: 10 MiB in 19 packages 09:18:11 #88 DONE 14.1s 09:18:11 09:18:11 #100 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 09:18:11 #100 ... 09:18:11 09:18:11 #99 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 09:18:11 #99 DONE 1.8s 09:18:11 09:18:11 #101 [security-spire-config stage-2 5/10] COPY Attribution.txt / 09:18:11 #101 DONE 0.2s 09:18:11 09:18:11 #102 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 09:18:11 #102 ... 09:18:11 09:18:11 #100 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 09:18:11 #100 DONE 0.9s 09:18:12 09:18:12 #103 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 09:18:12 #103 ... 09:18:12 09:18:12 #104 [security-spire-config stage-2 6/10] COPY security.txt / 09:18:12 #104 DONE 0.3s 09:18:12 09:18:12 #105 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 09:18:12 #105 DONE 0.2s 09:18:12 09:18:12 #92 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:18:12 #92 ... 09:18:12 09:18:12 #106 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 09:18:12 #106 DONE 0.2s 09:18:12 09:18:12 #107 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 09:18:12 #107 DONE 0.2s 09:18:12 09:18:12 #98 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:18:13 #98 ... 09:18:13 09:18:13 #102 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 09:18:13 #102 DONE 1.9s 09:18:13 09:18:13 #108 [security-spire-config] exporting to image 09:18:13 #108 exporting layers 09:18:13 #108 ... 09:18:13 09:18:13 #109 [security-spire-server stage-2 5/9] COPY Attribution.txt / 09:18:13 #109 DONE 0.5s 09:18:13 09:18:13 #110 [security-spire-server stage-2 6/9] COPY security.txt / 09:18:13 #110 DONE 0.2s 09:18:13 09:18:13 #111 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 09:18:13 #111 DONE 0.2s 09:18:13 09:18:13 #103 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 09:18:13 #103 DONE 1.9s 09:18:13 09:18:13 #112 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 09:18:13 #112 DONE 0.2s 09:18:13 09:18:13 #113 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 09:18:13 #113 DONE 0.1s 09:18:13 09:18:13 #114 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 09:18:14 #114 DONE 0.2s 09:18:14 09:18:14 #108 [security-spire-server] exporting to image 09:18:14 #108 ... 09:18:14 09:18:14 #115 [security-spire-agent stage-3 7/10] COPY security.txt / 09:18:14 #115 DONE 0.2s 09:18:14 09:18:14 #116 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 09:18:14 #116 DONE 0.2s 09:18:14 09:18:14 #49 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 09:18:14 #49 ... 09:18:14 09:18:14 #117 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 09:18:14 #117 DONE 0.2s 09:18:14 09:18:14 #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 09:18:14 #118 DONE 0.1s 09:18:14 09:18:14 #108 [security-spire-agent] exporting to image 09:18:15 #108 exporting layers 2.7s done 09:18:15 #108 writing image sha256:e3e742b3d599cdb74f094eec65e8648c41c1c8d9cced4f3901864c08134cda56 done 09:18:15 #108 naming to docker.io/library/security-spire-config-arm64 done 09:18:16 #108 exporting layers 2.3s done 09:18:16 #108 writing image sha256:42b63079504d3235e9afc8287c2182addaa24e1bb283da1a619d515c78dce322 done 09:18:16 #108 naming to docker.io/library/security-spire-server-arm64 09:18:16 #108 naming to docker.io/library/security-spire-server-arm64 done 09:18:17 #108 exporting layers 2.0s done 09:18:17 #108 writing image sha256:1f34292edfe90dd96b5def58745d77ede69e7b99099a4549f1f79bacb3432849 done 09:18:17 #108 naming to docker.io/library/security-spire-agent-arm64 done 09:18:17 #108 DONE 3.9s 09:18:17 09:18:17 #86 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:18:34 #156 ... 09:18:34 09:18:34 #152 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:18:34 #152 143.7 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 09:18:34 #152 ... 09:18:34 09:18:34 #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 09:18:34 #147 DONE 147.1s 09:18:34 09:18:34 #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 09:18:34 #151 DONE 147.1s 09:18:34 09:18:34 #154 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 09:18:34 #154 DONE 147.1s 09:18:34 09:18:34 #145 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 09:18:34 #145 DONE 147.1s 09:18:34 09:18:34 #155 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 09:18:34 #155 DONE 147.1s 09:18:34 09:18:34 #152 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:18:34 #152 DONE 147.1s 09:18:34 09:18:34 #176 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 09:18:34 #176 DONE 0.2s 09:18:34 09:18:34 #177 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 09:18:34 #177 DONE 0.2s 09:18:34 09:18:34 #178 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 09:18:34 #178 DONE 0.2s 09:18:34 09:18:34 #179 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 09:18:34 #179 DONE 0.2s 09:18:34 09:18:34 #180 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 09:18:34 #180 ... 09:18:34 09:18:34 #181 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 09:18:34 #181 DONE 0.1s 09:18:34 09:18:34 #182 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 09:18:34 #182 DONE 0.1s 09:18:34 09:18:34 #183 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 09:18:34 #183 DONE 0.1s 09:18:34 09:18:34 #184 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 09:18:34 #184 CACHED 09:18:34 09:18:34 #185 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 09:18:34 #185 CACHED 09:18:34 09:18:34 #186 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 09:18:34 #186 DONE 0.1s 09:18:34 09:18:34 #180 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 09:18:34 #180 DONE 0.2s 09:18:34 09:18:34 #187 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 09:18:34 #187 DONE 0.2s 09:18:34 09:18:34 #188 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 09:18:34 #188 DONE 0.1s 09:18:34 09:18:34 #189 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 09:18:34 #189 DONE 0.4s 09:18:34 09:18:34 #190 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 09:18:34 #190 DONE 0.4s 09:18:34 09:18:34 #191 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 09:18:34 #191 DONE 0.5s 09:18:34 09:18:34 #192 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 09:18:34 #192 DONE 0.4s 09:18:34 09:18:34 #193 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 09:18:34 #193 DONE 0.2s 09:18:34 09:18:34 #194 [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 09:18:34 #194 DONE 0.3s 09:18:34 09:18:34 #195 [core-keeper] exporting to image 09:18:34 #195 exporting layers 09:18:34 #195 ... 09:18:34 09:18:34 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 09:18:34 #153 DONE 148.1s 09:18:34 09:18:34 #196 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 09:18:34 #196 DONE 0.1s 09:18:34 09:18:34 #197 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 09:18:34 #197 DONE 0.1s 09:18:34 09:18:34 #195 [core-keeper] exporting to image 09:18:34 #195 exporting layers 0.1s done 09:18:34 #195 ... 09:18:34 09:18:34 #198 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 09:18:34 #198 DONE 0.3s 09:18:34 09:18:34 #199 [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 09:18:34 #199 DONE 0.2s 09:18:34 09:18:34 #200 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 09:18:34 #200 DONE 0.3s 09:18:34 09:18:34 #195 [core-keeper] exporting to image 09:18:34 #195 writing image sha256:221a18b05738783e299d61df18dfca6a726fa48595c533c765b0cb9d93a66cb2 done 09:18:34 #195 naming to docker.io/library/core-keeper 0.0s done 09:18:34 #195 DONE 0.3s 09:18:34 09:18:34 #201 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 09:18:34 #201 DONE 0.2s 09:18:34 09:18:34 #202 [core-command] exporting to image 09:18:34 #202 exporting layers 0.2s done 09:18:34 #202 writing image sha256:794190025d099e3a0ad6b314abdb974734f5cb6aa46647c4c5e18583a46f17cc done 09:18:34 #202 naming to docker.io/library/core-command done 09:18:34 #202 DONE 0.3s 09:18:34 09:18:34 #203 [security-spiffe-token-provider] exporting to image 09:18:34 #203 exporting layers 0.1s done 09:18:34 #203 ... 09:18:34 09:18:34 #204 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 09:18:34 #204 DONE 0.3s 09:18:34 09:18:34 #205 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 09:18:34 #205 DONE 0.3s 09:18:34 09:18:34 #206 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 09:18:34 #206 DONE 0.4s 09:18:34 09:18:34 #203 [security-spiffe-token-provider] exporting to image 09:18:34 #203 writing image sha256:a60eed78e94640f5e230f93fd69522427d360eec434fdd928a5405e73bd4fb78 0.0s done 09:18:34 #203 naming to docker.io/library/security-spiffe-token-provider 09:18:34 #203 naming to docker.io/library/security-spiffe-token-provider 0.0s done 09:18:34 #203 DONE 0.5s 09:18:34 09:18:34 #207 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 09:18:34 #207 DONE 0.3s 09:18:34 09:18:34 #208 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 09:18:34 #208 ... 09:18:34 09:18:34 #156 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 09:18:34 #156 DONE 149.0s 09:18:34 09:18:34 #178 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 09:18:34 #178 DONE 0.2s 09:18:34 09:18:34 #183 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 09:18:34 #183 DONE 0.1s 09:18:34 09:18:34 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 09:18:34 #149 DONE 149.0s 09:18:34 09:18:34 #208 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 09:18:34 #208 DONE 0.3s 09:18:34 09:18:34 #209 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 09:18:34 #209 DONE 0.3s 09:18:34 09:18:34 #210 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:18:34 #210 ... 09:18:34 09:18:34 #211 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 09:18:34 #211 CACHED 09:18:34 09:18:34 #212 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 09:18:34 #212 CACHED 09:18:34 09:18:34 #213 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:18:34 #213 DONE 0.7s 09:18:34 09:18:34 #214 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 09:18:34 #214 DONE 0.2s 09:18:34 09:18:34 #215 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 09:18:34 #215 DONE 0.2s 09:18:34 09:18:34 #210 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:18:34 #210 DONE 0.2s 09:18:34 09:18:34 #216 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 09:18:34 #216 DONE 0.2s 09:18:34 09:18:34 #217 [core-data] exporting to image 09:18:34 #217 ... 09:18:34 09:18:34 #218 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 09:18:34 #218 DONE 0.1s 09:18:34 09:18:34 #219 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 09:18:34 #219 DONE 0.1s 09:18:34 09:18:34 #220 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 09:18:34 #220 DONE 0.1s 09:18:34 09:18:34 #221 [security-proxy-auth] exporting to image 09:18:34 #221 exporting layers 0.3s done 09:18:34 #221 writing image sha256:880f0ee19dcea9104a7da16df9ae4760f4966c2a92b939b45af486c432a15c30 0.0s done 09:18:34 #221 naming to docker.io/library/security-proxy-auth done 09:18:34 #221 DONE 0.3s 09:18:34 09:18:34 #217 [core-data] exporting to image 09:18:34 #217 exporting layers 0.1s done 09:18:34 #217 writing image sha256:f59f483d47e4f34126b260d4880ce29df986715bf054b02b4c645ff0d3581fd3 done 09:18:34 #217 naming to docker.io/library/core-data done 09:18:34 #217 DONE 0.3s 09:18:34 09:18:34 #222 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 09:18:34 #222 DONE 0.2s 09:18:34 09:18:34 #223 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 09:18:34 #223 DONE 0.2s 09:18:34 09:18:34 #224 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:18:34 #224 DONE 0.9s 09:18:34 09:18:34 #225 [core-metadata] exporting to image 09:18:34 #225 ... 09:18:34 09:18:34 #226 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 09:18:34 #226 DONE 0.1s 09:18:34 09:18:34 #225 [core-metadata] exporting to image 09:18:34 #225 exporting layers 0.2s done 09:18:34 #225 writing image sha256:531231f6c620816e2b110a42bf3c25ed1770a9efa805ee9c39fe735d8d8da8fd 0.0s done 09:18:34 #225 naming to docker.io/library/core-metadata done 09:18:34 #225 DONE 0.2s 09:18:34 09:18:34 #227 [support-scheduler] exporting to image 09:18:35 #227 ... 09:18:35 09:18:35 #228 [security-proxy-setup] exporting to image 09:18:35 #228 exporting layers 0.2s done 09:18:35 #228 writing image sha256:e7e41825466a90c36a5f4b9a8d4cefc3d49b1521a9d919712c5b760388e11dfc done 09:18:35 #228 naming to docker.io/library/security-proxy-setup done 09:18:35 #228 DONE 0.3s 09:18:35 09:18:35 #229 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:18:35 #229 DONE 0.6s 09:18:35 09:18:35 #227 [support-scheduler] exporting to image 09:18:35 #227 exporting layers 0.3s done 09:18:35 #227 writing image sha256:039e15b59b29143d9fc546ba15e00587fa05cdbd05bcbdf103885dc5a1193cc1 done 09:18:35 #227 naming to docker.io/library/support-scheduler done 09:18:35 #227 DONE 0.4s 09:18:35 09:18:35 #230 [security-secretstore-setup] exporting to image 09:18:35 #230 exporting layers 0.2s done 09:18:35 #230 writing image sha256:bc6b3749ed1fc88dcd655efbb57f4ea1765852919f5cb6bac266620db146f901 done 09:18:35 #230 naming to docker.io/library/security-secretstore-setup done 09:18:35 #230 DONE 0.2s 09:18:35 09:18:35 #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 09:18:35 #150 DONE 150.6s 09:18:35 09:18:35 #231 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 09:18:35 #231 DONE 0.0s 09:18:35 09:18:35 #232 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 09:18:35 #232 DONE 0.0s 09:18:35 09:18:35 #233 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 09:18:36 #233 DONE 0.1s 09:18:36 09:18:36 #234 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 09:18:36 #234 DONE 0.0s 09:18:36 09:18:36 #235 [support-notifications] exporting to image 09:18:36 #235 exporting layers 0.1s done 09:18:36 #235 writing image sha256:ad110d9862a7ea74b573946b7c54248db1644e01e46bcc69f1f8465f737efc79 done 09:18:36 #235 naming to docker.io/library/support-notifications done 09:18:36 #235 DONE 0.1s 09:18:36 time="2025-07-07T09:15:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:18:36 time="2025-07-07T09:15:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:18:36 time="2025-07-07T09:15:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:18:36 time="2025-07-07T09:15:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:18:36 time="2025-07-07T09:15:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:18:36 time="2025-07-07T09:15:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:18:36 time="2025-07-07T09:15:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:18:36 time="2025-07-07T09:15:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:18:36 time="2025-07-07T09:15:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:18:36 time="2025-07-07T09:15:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:18:36 time="2025-07-07T09:15:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:18:36 time="2025-07-07T09:15:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:18:36 time="2025-07-07T09:15:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:18:36 time="2025-07-07T09:15:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:18:36 time="2025-07-07T09:15:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 09:18:36 $ docker stop --time=1 f4647f920667080fbb4f14ba42827843b384f35741d9e678e16a2942c2ddfbdf 09:18:37 $ docker rm -f --volumes f4647f920667080fbb4f14ba42827843b384f35741d9e678e16a2942c2ddfbdf [Pipeline] // withDockerContainer [Pipeline] sh 09:18:37 + docker images 09:18:37 REPOSITORY TAG IMAGE ID CREATED SIZE 09:18:37 support-notifications latest ad110d9862a7 2 seconds ago 52.3MB 09:18:37 support-scheduler latest 039e15b59b29 3 seconds ago 48.7MB 09:18:37 security-secretstore-setup latest bc6b3749ed1f 3 seconds ago 68.9MB 09:18:37 core-metadata latest 531231f6c620 3 seconds ago 33.2MB 09:18:37 security-proxy-setup latest e7e41825466a 3 seconds ago 38.6MB 09:18:37 core-data latest f59f483d47e4 4 seconds ago 33MB 09:18:37 security-proxy-auth latest 880f0ee19dce 4 seconds ago 31.9MB 09:18:37 security-spiffe-token-provider latest a60eed78e946 4 seconds ago 47.5MB 09:18:37 core-command latest 794190025d09 5 seconds ago 28.5MB 09:18:37 core-keeper latest 221a18b05738 5 seconds ago 32.6MB 09:18:37 core-common-config-bootstrapper latest 7d4c7c90bb98 About a minute ago 17.1MB 09:18:37 security-bootstrapper latest 471e133fdb60 About a minute ago 20.4MB 09:18:37 security-spire-agent latest d59970a59460 3 minutes ago 195MB 09:18:37 security-spire-server latest 6931b0ccff8a 3 minutes ago 149MB 09:18:37 security-spire-config latest 40b015534426 3 minutes ago 149MB 09:18:37 ci-base-image-x86_64 latest 778252ba41fe 6 minutes ago 924MB 09:18:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine ea6120ae94a0 2 weeks ago 574MB 09:18:37 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 6 weeks ago 573MB 09:18:37 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 09:18:37 provisioning config files... 09:18:37 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/869@tmp/config6341399330360461117tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:18:38 ---> ****-login.sh 09:18:38 nexus3.edgexfoundry.org:10001 09:18:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:18:38 Login Succeeded 09:18:38 nexus3.edgexfoundry.org:10002 09:18:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:18:38 Login Succeeded 09:18:38 nexus3.edgexfoundry.org:10003 09:18:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:18:38 Login Succeeded 09:18:38 nexus3.edgexfoundry.org:10004 09:18:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:18:38 Login Succeeded 09:18:38 ****.io 09:18:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:18:38 Login Succeeded 09:18:38 ---> ****-login.sh ends [Pipeline] } 09:18:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:18:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 09:18:38 [edgeXDocker.push] Tagging docker image core-command with the following tags: 09:18:38 be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:18:38 latest 09:18:38 4.1.0-dev.37 09:18:38 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:18:38 main 09:18:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:18:39 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:18:39 + docker push nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:18:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 09:18:39 62dab0fd4a57: Preparing 09:18:39 d7f52e0bc81f: Preparing 09:18:39 9e8ee8f9c419: Preparing 09:18:39 f7ad3b2f42c6: Preparing 09:18:39 7111c33804ab: Preparing 09:18:39 0bb79dfaf4ac: Preparing 09:18:39 994456c4fd7b: Preparing 09:18:39 0bb79dfaf4ac: Waiting 09:18:39 994456c4fd7b: Waiting 09:18:39 9e8ee8f9c419: Pushed 09:18:39 f7ad3b2f42c6: Pushed 09:18:39 62dab0fd4a57: Pushed 09:18:39 7111c33804ab: Pushed 09:18:39 994456c4fd7b: Layer already exists 09:18:39 0bb79dfaf4ac: Pushed 09:18:41 d7f52e0bc81f: Pushed 09:18:41 be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:18:42 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:18:42 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 09:18:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 09:18:42 62dab0fd4a57: Preparing 09:18:42 d7f52e0bc81f: Preparing 09:18:42 9e8ee8f9c419: Preparing 09:18:42 f7ad3b2f42c6: Preparing 09:18:42 7111c33804ab: Preparing 09:18:42 0bb79dfaf4ac: Preparing 09:18:42 0bb79dfaf4ac: Waiting 09:18:42 994456c4fd7b: Preparing 09:18:42 994456c4fd7b: Waiting 09:18:42 f7ad3b2f42c6: Layer already exists 09:18:42 9e8ee8f9c419: Layer already exists 09:18:42 d7f52e0bc81f: Layer already exists 09:18:42 7111c33804ab: Layer already exists 09:18:42 62dab0fd4a57: Layer already exists 09:18:42 0bb79dfaf4ac: Layer already exists 09:18:42 994456c4fd7b: Layer already exists 09:18:42 latest: digest: sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:18:42 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:18:43 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.37 09:18:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 09:18:43 62dab0fd4a57: Preparing 09:18:43 d7f52e0bc81f: Preparing 09:18:43 9e8ee8f9c419: Preparing 09:18:43 f7ad3b2f42c6: Preparing 09:18:43 7111c33804ab: Preparing 09:18:43 0bb79dfaf4ac: Preparing 09:18:43 994456c4fd7b: Preparing 09:18:43 0bb79dfaf4ac: Waiting 09:18:43 994456c4fd7b: Waiting 09:18:43 f7ad3b2f42c6: Layer already exists 09:18:43 9e8ee8f9c419: Layer already exists 09:18:43 62dab0fd4a57: Layer already exists 09:18:43 7111c33804ab: Layer already exists 09:18:43 d7f52e0bc81f: Layer already exists 09:18:43 994456c4fd7b: Layer already exists 09:18:43 0bb79dfaf4ac: Layer already exists 09:18:43 4.1.0-dev.37: digest: sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:18:43 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:18:43 + docker push nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:18:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 09:18:43 62dab0fd4a57: Preparing 09:18:43 d7f52e0bc81f: Preparing 09:18:43 9e8ee8f9c419: Preparing 09:18:43 f7ad3b2f42c6: Preparing 09:18:43 7111c33804ab: Preparing 09:18:43 0bb79dfaf4ac: Preparing 09:18:43 994456c4fd7b: Preparing 09:18:43 994456c4fd7b: Waiting 09:18:43 0bb79dfaf4ac: Waiting 09:18:43 7111c33804ab: Layer already exists 09:18:43 d7f52e0bc81f: Layer already exists 09:18:43 f7ad3b2f42c6: Layer already exists 09:18:43 62dab0fd4a57: Layer already exists 09:18:43 9e8ee8f9c419: Layer already exists 09:18:43 994456c4fd7b: Layer already exists 09:18:43 0bb79dfaf4ac: Layer already exists 09:18:43 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:18:44 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:18:44 + docker push nexus3.edgexfoundry.org:10004/core-command:main 09:18:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 09:18:44 62dab0fd4a57: Preparing 09:18:44 d7f52e0bc81f: Preparing 09:18:44 9e8ee8f9c419: Preparing 09:18:44 f7ad3b2f42c6: Preparing 09:18:44 7111c33804ab: Preparing 09:18:44 0bb79dfaf4ac: Preparing 09:18:44 994456c4fd7b: Preparing 09:18:44 0bb79dfaf4ac: Waiting 09:18:44 994456c4fd7b: Waiting 09:18:44 9e8ee8f9c419: Layer already exists 09:18:44 d7f52e0bc81f: Layer already exists 09:18:44 62dab0fd4a57: Layer already exists 09:18:44 f7ad3b2f42c6: Layer already exists 09:18:44 7111c33804ab: Layer already exists 09:18:44 994456c4fd7b: Layer already exists 09:18:44 0bb79dfaf4ac: Layer already exists 09:18:44 main: digest: sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:18:44 ===================================================== [Pipeline] echo 09:18:44 taggedImages: 09:18:44 - nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:18:44 - nexus3.edgexfoundry.org:10004/core-command:latest 09:18:44 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.37 09:18:44 - nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:18:44 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 09:18:44 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 09:18:44 be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:18:44 latest 09:18:44 4.1.0-dev.37 09:18:44 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:18:44 main 09:18:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:18:44 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:18:45 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:18:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 09:18:45 ee2412fe8620: Preparing 09:18:45 4b90ab0bdbf8: Preparing 09:18:45 8266b75b831f: Preparing 09:18:45 0d3f0172a675: Preparing 09:18:45 9e8ee8f9c419: Preparing 09:18:45 f7ad3b2f42c6: Preparing 09:18:45 7111c33804ab: Preparing 09:18:45 0bb79dfaf4ac: Preparing 09:18:45 994456c4fd7b: Preparing 09:18:45 7111c33804ab: Waiting 09:18:45 0bb79dfaf4ac: Waiting 09:18:45 994456c4fd7b: Waiting 09:18:45 f7ad3b2f42c6: Waiting 09:18:45 9e8ee8f9c419: Layer already exists 09:18:45 f7ad3b2f42c6: Layer already exists 09:18:45 7111c33804ab: Layer already exists 09:18:45 0bb79dfaf4ac: Layer already exists 09:18:45 ee2412fe8620: Pushed 09:18:45 994456c4fd7b: Layer already exists 09:18:45 4b90ab0bdbf8: Pushed 09:18:45 8266b75b831f: Pushed 09:18:46 0d3f0172a675: Pushed 09:18:46 be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:4e9f364a7aab8c58a49b3e1d87bd3a18f191534cf6317f6b5adfab99adc34dea size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:18:46 + 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 09:18:47 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 09:18:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 09:18:47 ee2412fe8620: Preparing 09:18:47 4b90ab0bdbf8: Preparing 09:18:47 8266b75b831f: Preparing 09:18:47 0d3f0172a675: Preparing 09:18:47 9e8ee8f9c419: Preparing 09:18:47 f7ad3b2f42c6: Preparing 09:18:47 7111c33804ab: Preparing 09:18:47 0bb79dfaf4ac: Preparing 09:18:47 994456c4fd7b: Preparing 09:18:47 7111c33804ab: Waiting 09:18:47 0bb79dfaf4ac: Waiting 09:18:47 994456c4fd7b: Waiting 09:18:47 f7ad3b2f42c6: Waiting 09:18:47 9e8ee8f9c419: Layer already exists 09:18:47 0d3f0172a675: Layer already exists 09:18:47 ee2412fe8620: Layer already exists 09:18:47 4b90ab0bdbf8: Layer already exists 09:18:47 8266b75b831f: Layer already exists 09:18:47 f7ad3b2f42c6: Layer already exists 09:18:47 7111c33804ab: Layer already exists 09:18:47 0bb79dfaf4ac: Layer already exists 09:18:47 994456c4fd7b: Layer already exists 09:18:47 latest: digest: sha256:4e9f364a7aab8c58a49b3e1d87bd3a18f191534cf6317f6b5adfab99adc34dea size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:18:47 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:18:47 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.37 09:18:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 09:18:47 ee2412fe8620: Preparing 09:18:47 4b90ab0bdbf8: Preparing 09:18:47 8266b75b831f: Preparing 09:18:47 0d3f0172a675: Preparing 09:18:47 9e8ee8f9c419: Preparing 09:18:47 f7ad3b2f42c6: Preparing 09:18:47 7111c33804ab: Preparing 09:18:47 0bb79dfaf4ac: Preparing 09:18:47 994456c4fd7b: Preparing 09:18:47 f7ad3b2f42c6: Waiting 09:18:47 0bb79dfaf4ac: Waiting 09:18:47 7111c33804ab: Waiting 09:18:47 994456c4fd7b: Waiting 09:18:47 9e8ee8f9c419: Layer already exists 09:18:47 0d3f0172a675: Layer already exists 09:18:47 ee2412fe8620: Layer already exists 09:18:47 4b90ab0bdbf8: Layer already exists 09:18:47 8266b75b831f: Layer already exists 09:18:47 f7ad3b2f42c6: Layer already exists 09:18:47 7111c33804ab: Layer already exists 09:18:47 994456c4fd7b: Layer already exists 09:18:47 0bb79dfaf4ac: Layer already exists 09:18:47 4.1.0-dev.37: digest: sha256:4e9f364a7aab8c58a49b3e1d87bd3a18f191534cf6317f6b5adfab99adc34dea size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:18:48 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:18:48 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:18:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 09:18:48 ee2412fe8620: Preparing 09:18:48 4b90ab0bdbf8: Preparing 09:18:48 8266b75b831f: Preparing 09:18:48 0d3f0172a675: Preparing 09:18:48 9e8ee8f9c419: Preparing 09:18:48 f7ad3b2f42c6: Preparing 09:18:48 7111c33804ab: Preparing 09:18:48 0bb79dfaf4ac: Preparing 09:18:48 994456c4fd7b: Preparing 09:18:48 f7ad3b2f42c6: Waiting 09:18:48 7111c33804ab: Waiting 09:18:48 994456c4fd7b: Waiting 09:18:48 0bb79dfaf4ac: Waiting 09:18:48 0d3f0172a675: Layer already exists 09:18:48 4b90ab0bdbf8: Layer already exists 09:18:48 8266b75b831f: Layer already exists 09:18:48 ee2412fe8620: Layer already exists 09:18:48 9e8ee8f9c419: Layer already exists 09:18:48 f7ad3b2f42c6: Layer already exists 09:18:48 7111c33804ab: Layer already exists 09:18:48 0bb79dfaf4ac: Layer already exists 09:18:48 994456c4fd7b: Layer already exists 09:18:48 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:4e9f364a7aab8c58a49b3e1d87bd3a18f191534cf6317f6b5adfab99adc34dea size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:18:48 + 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 09:18:49 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 09:18:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 09:18:49 ee2412fe8620: Preparing 09:18:49 4b90ab0bdbf8: Preparing 09:18:49 8266b75b831f: Preparing 09:18:49 0d3f0172a675: Preparing 09:18:49 9e8ee8f9c419: Preparing 09:18:49 f7ad3b2f42c6: Preparing 09:18:49 7111c33804ab: Preparing 09:18:49 0bb79dfaf4ac: Preparing 09:18:49 994456c4fd7b: Preparing 09:18:49 f7ad3b2f42c6: Waiting 09:18:49 7111c33804ab: Waiting 09:18:49 0bb79dfaf4ac: Waiting 09:18:49 994456c4fd7b: Waiting 09:18:49 ee2412fe8620: Layer already exists 09:18:49 9e8ee8f9c419: Layer already exists 09:18:49 8266b75b831f: Layer already exists 09:18:49 0d3f0172a675: Layer already exists 09:18:49 4b90ab0bdbf8: Layer already exists 09:18:49 f7ad3b2f42c6: Layer already exists 09:18:49 994456c4fd7b: Layer already exists 09:18:49 0bb79dfaf4ac: Layer already exists 09:18:49 7111c33804ab: Layer already exists 09:18:49 main: digest: sha256:4e9f364a7aab8c58a49b3e1d87bd3a18f191534cf6317f6b5adfab99adc34dea size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:18:49 ===================================================== [Pipeline] echo 09:18:49 taggedImages: 09:18:49 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:18:49 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 09:18:49 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.37 09:18:49 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:18:49 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 09:18:49 [edgeXDocker.push] Tagging docker image core-data with the following tags: 09:18:49 be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:18:49 latest 09:18:49 4.1.0-dev.37 09:18:49 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:18:49 main 09:18:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:18:49 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:18:50 + docker push nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:18:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 09:18:50 c343cdd14edb: Preparing 09:18:50 10df9c696d5d: Preparing 09:18:50 9e8ee8f9c419: Preparing 09:18:50 f7ad3b2f42c6: Preparing 09:18:50 972618dc0149: Preparing 09:18:50 1cd3bf05dca3: Preparing 09:18:50 994456c4fd7b: Preparing 09:18:50 994456c4fd7b: Waiting 09:18:50 1cd3bf05dca3: Waiting 09:18:50 f7ad3b2f42c6: Layer already exists 09:18:50 9e8ee8f9c419: Layer already exists 09:18:50 994456c4fd7b: Layer already exists 09:18:50 c343cdd14edb: Pushed 09:18:50 972618dc0149: Pushed 09:18:50 1cd3bf05dca3: Pushed 09:18:52 10df9c696d5d: Pushed 09:18:52 be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:be37ab0ff9522d464c4ae52baaec5a97b37e317f87ccaf59f22cf562026c4a2c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:18:52 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:18:53 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 09:18:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 09:18:53 c343cdd14edb: Preparing 09:18:53 10df9c696d5d: Preparing 09:18:53 9e8ee8f9c419: Preparing 09:18:53 f7ad3b2f42c6: Preparing 09:18:53 972618dc0149: Preparing 09:18:53 1cd3bf05dca3: Preparing 09:18:53 994456c4fd7b: Preparing 09:18:53 994456c4fd7b: Waiting 09:18:53 1cd3bf05dca3: Waiting 09:18:53 9e8ee8f9c419: Layer already exists 09:18:53 10df9c696d5d: Layer already exists 09:18:53 972618dc0149: Layer already exists 09:18:53 f7ad3b2f42c6: Layer already exists 09:18:53 c343cdd14edb: Layer already exists 09:18:53 994456c4fd7b: Layer already exists 09:18:53 1cd3bf05dca3: Layer already exists 09:18:53 latest: digest: sha256:be37ab0ff9522d464c4ae52baaec5a97b37e317f87ccaf59f22cf562026c4a2c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:18:53 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:18:53 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.37 09:18:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 09:18:53 c343cdd14edb: Preparing 09:18:53 10df9c696d5d: Preparing 09:18:53 9e8ee8f9c419: Preparing 09:18:53 f7ad3b2f42c6: Preparing 09:18:53 972618dc0149: Preparing 09:18:53 1cd3bf05dca3: Preparing 09:18:53 1cd3bf05dca3: Waiting 09:18:53 994456c4fd7b: Preparing 09:18:53 994456c4fd7b: Waiting 09:18:53 10df9c696d5d: Layer already exists 09:18:53 c343cdd14edb: Layer already exists 09:18:53 972618dc0149: Layer already exists 09:18:53 f7ad3b2f42c6: Layer already exists 09:18:53 9e8ee8f9c419: Layer already exists 09:18:53 1cd3bf05dca3: Layer already exists 09:18:53 994456c4fd7b: Layer already exists 09:18:53 4.1.0-dev.37: digest: sha256:be37ab0ff9522d464c4ae52baaec5a97b37e317f87ccaf59f22cf562026c4a2c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:18:54 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:18:54 + docker push nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:18:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 09:18:54 c343cdd14edb: Preparing 09:18:54 10df9c696d5d: Preparing 09:18:54 9e8ee8f9c419: Preparing 09:18:54 f7ad3b2f42c6: Preparing 09:18:54 972618dc0149: Preparing 09:18:54 1cd3bf05dca3: Preparing 09:18:54 994456c4fd7b: Preparing 09:18:54 1cd3bf05dca3: Waiting 09:18:54 994456c4fd7b: Waiting 09:18:54 f7ad3b2f42c6: Layer already exists 09:18:54 c343cdd14edb: Layer already exists 09:18:54 9e8ee8f9c419: Layer already exists 09:18:54 972618dc0149: Layer already exists 09:18:54 10df9c696d5d: Layer already exists 09:18:54 1cd3bf05dca3: Layer already exists 09:18:54 994456c4fd7b: Layer already exists 09:18:54 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:be37ab0ff9522d464c4ae52baaec5a97b37e317f87ccaf59f22cf562026c4a2c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:18:54 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:18:55 + docker push nexus3.edgexfoundry.org:10004/core-data:main 09:18:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 09:18:55 c343cdd14edb: Preparing 09:18:55 10df9c696d5d: Preparing 09:18:55 9e8ee8f9c419: Preparing 09:18:55 f7ad3b2f42c6: Preparing 09:18:55 972618dc0149: Preparing 09:18:55 1cd3bf05dca3: Preparing 09:18:55 994456c4fd7b: Preparing 09:18:55 994456c4fd7b: Waiting 09:18:55 1cd3bf05dca3: Waiting 09:18:55 972618dc0149: Layer already exists 09:18:55 f7ad3b2f42c6: Layer already exists 09:18:55 c343cdd14edb: Layer already exists 09:18:55 10df9c696d5d: Layer already exists 09:18:55 9e8ee8f9c419: Layer already exists 09:18:55 1cd3bf05dca3: Layer already exists 09:18:55 994456c4fd7b: Layer already exists 09:18:55 main: digest: sha256:be37ab0ff9522d464c4ae52baaec5a97b37e317f87ccaf59f22cf562026c4a2c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:18:55 ===================================================== [Pipeline] echo 09:18:55 taggedImages: 09:18:55 - nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:18:55 - nexus3.edgexfoundry.org:10004/core-data:latest 09:18:55 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.37 09:18:55 - nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:18:55 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 09:18:55 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 09:18:55 be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:18:55 latest 09:18:55 4.1.0-dev.37 09:18:55 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:18:55 main 09:18:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:18:55 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:18:55 + docker push nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:18:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 09:18:55 c9083b74bfd9: Preparing 09:18:55 33f905781fd7: Preparing 09:18:55 f7ad3b2f42c6: Preparing 09:18:55 d45ce72decf0: Preparing 09:18:55 dae2db2fc38e: Preparing 09:18:55 994456c4fd7b: Preparing 09:18:55 994456c4fd7b: Waiting 09:18:55 f7ad3b2f42c6: Layer already exists 09:18:55 994456c4fd7b: Layer already exists 09:18:55 dae2db2fc38e: Pushed 09:18:55 d45ce72decf0: Pushed 09:18:55 c9083b74bfd9: Pushed 09:18:58 33f905781fd7: Pushed 09:18:58 be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:18:58 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:18:59 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 09:18:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 09:18:59 c9083b74bfd9: Preparing 09:18:59 33f905781fd7: Preparing 09:18:59 f7ad3b2f42c6: Preparing 09:18:59 d45ce72decf0: Preparing 09:18:59 dae2db2fc38e: Preparing 09:18:59 994456c4fd7b: Preparing 09:18:59 994456c4fd7b: Waiting 09:18:59 33f905781fd7: Layer already exists 09:18:59 d45ce72decf0: Layer already exists 09:18:59 dae2db2fc38e: Layer already exists 09:18:59 c9083b74bfd9: Layer already exists 09:18:59 f7ad3b2f42c6: Layer already exists 09:18:59 994456c4fd7b: Layer already exists 09:18:59 latest: digest: sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:18:59 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:18:59 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.37 09:18:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 09:18:59 c9083b74bfd9: Preparing 09:18:59 33f905781fd7: Preparing 09:18:59 f7ad3b2f42c6: Preparing 09:18:59 d45ce72decf0: Preparing 09:18:59 dae2db2fc38e: Preparing 09:18:59 994456c4fd7b: Preparing 09:18:59 994456c4fd7b: Waiting 09:18:59 33f905781fd7: Layer already exists 09:18:59 c9083b74bfd9: Layer already exists 09:18:59 dae2db2fc38e: Layer already exists 09:18:59 d45ce72decf0: Layer already exists 09:18:59 f7ad3b2f42c6: Layer already exists 09:18:59 994456c4fd7b: Layer already exists 09:18:59 4.1.0-dev.37: digest: sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:00 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:00 + docker push nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:19:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 09:19:00 c9083b74bfd9: Preparing 09:19:00 33f905781fd7: Preparing 09:19:00 f7ad3b2f42c6: Preparing 09:19:00 d45ce72decf0: Preparing 09:19:00 dae2db2fc38e: Preparing 09:19:00 994456c4fd7b: Preparing 09:19:00 994456c4fd7b: Waiting 09:19:00 f7ad3b2f42c6: Layer already exists 09:19:00 33f905781fd7: Layer already exists 09:19:00 d45ce72decf0: Layer already exists 09:19:00 dae2db2fc38e: Layer already exists 09:19:00 c9083b74bfd9: Layer already exists 09:19:00 994456c4fd7b: Layer already exists 09:19:00 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:00 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:00 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 09:19:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 09:19:00 c9083b74bfd9: Preparing 09:19:00 33f905781fd7: Preparing 09:19:00 f7ad3b2f42c6: Preparing 09:19:00 d45ce72decf0: Preparing 09:19:00 dae2db2fc38e: Preparing 09:19:00 994456c4fd7b: Preparing 09:19:00 994456c4fd7b: Waiting 09:19:00 d45ce72decf0: Layer already exists 09:19:00 dae2db2fc38e: Layer already exists 09:19:00 f7ad3b2f42c6: Layer already exists 09:19:00 c9083b74bfd9: Layer already exists 09:19:00 33f905781fd7: Layer already exists 09:19:00 994456c4fd7b: Layer already exists 09:19:00 main: digest: sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:19:01 ===================================================== [Pipeline] echo 09:19:01 taggedImages: 09:19:01 - nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:19:01 - nexus3.edgexfoundry.org:10004/core-keeper:latest 09:19:01 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.37 09:19:01 - nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:19:01 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 09:19:01 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 09:19:01 be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:19:01 latest 09:19:01 4.1.0-dev.37 09:19:01 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:19:01 main 09:19:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:01 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:01 + docker push nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:19:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 09:19:01 f7411ea463b4: Preparing 09:19:01 fea8cd2fce37: Preparing 09:19:01 8a9ab1d4dece: Preparing 09:19:01 9e8ee8f9c419: Preparing 09:19:01 f7ad3b2f42c6: Preparing 09:19:01 7111c33804ab: Preparing 09:19:01 0bb79dfaf4ac: Preparing 09:19:01 994456c4fd7b: Preparing 09:19:01 7111c33804ab: Waiting 09:19:01 0bb79dfaf4ac: Waiting 09:19:01 994456c4fd7b: Waiting 09:19:01 9e8ee8f9c419: Layer already exists 09:19:01 f7ad3b2f42c6: Layer already exists 09:19:01 7111c33804ab: Layer already exists 09:19:01 0bb79dfaf4ac: Layer already exists 09:19:01 994456c4fd7b: Layer already exists 09:19:01 f7411ea463b4: Pushed 09:19:01 fea8cd2fce37: Pushed 09:19:04 8a9ab1d4dece: Pushed 09:19:04 be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:04 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:05 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 09:19:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 09:19:05 f7411ea463b4: Preparing 09:19:05 fea8cd2fce37: Preparing 09:19:05 8a9ab1d4dece: Preparing 09:19:05 9e8ee8f9c419: Preparing 09:19:05 f7ad3b2f42c6: Preparing 09:19:05 7111c33804ab: Preparing 09:19:05 0bb79dfaf4ac: Preparing 09:19:05 994456c4fd7b: Preparing 09:19:05 7111c33804ab: Waiting 09:19:05 0bb79dfaf4ac: Waiting 09:19:05 994456c4fd7b: Waiting 09:19:05 fea8cd2fce37: Layer already exists 09:19:05 9e8ee8f9c419: Layer already exists 09:19:05 f7ad3b2f42c6: Layer already exists 09:19:05 8a9ab1d4dece: Layer already exists 09:19:05 f7411ea463b4: Layer already exists 09:19:05 7111c33804ab: Layer already exists 09:19:05 0bb79dfaf4ac: Layer already exists 09:19:05 994456c4fd7b: Layer already exists 09:19:05 latest: digest: sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:05 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:05 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.37 09:19:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 09:19:05 f7411ea463b4: Preparing 09:19:05 fea8cd2fce37: Preparing 09:19:05 8a9ab1d4dece: Preparing 09:19:05 9e8ee8f9c419: Preparing 09:19:05 f7ad3b2f42c6: Preparing 09:19:05 7111c33804ab: Preparing 09:19:05 0bb79dfaf4ac: Preparing 09:19:05 994456c4fd7b: Preparing 09:19:05 7111c33804ab: Waiting 09:19:05 0bb79dfaf4ac: Waiting 09:19:05 994456c4fd7b: Waiting 09:19:05 9e8ee8f9c419: Layer already exists 09:19:05 f7ad3b2f42c6: Layer already exists 09:19:05 8a9ab1d4dece: Layer already exists 09:19:05 fea8cd2fce37: Layer already exists 09:19:05 f7411ea463b4: Layer already exists 09:19:05 0bb79dfaf4ac: Layer already exists 09:19:05 994456c4fd7b: Layer already exists 09:19:05 7111c33804ab: Layer already exists 09:19:05 4.1.0-dev.37: digest: sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:06 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:06 + docker push nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:19:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 09:19:06 f7411ea463b4: Preparing 09:19:06 fea8cd2fce37: Preparing 09:19:06 8a9ab1d4dece: Preparing 09:19:06 9e8ee8f9c419: Preparing 09:19:06 f7ad3b2f42c6: Preparing 09:19:06 7111c33804ab: Preparing 09:19:06 0bb79dfaf4ac: Preparing 09:19:06 994456c4fd7b: Preparing 09:19:06 7111c33804ab: Waiting 09:19:06 0bb79dfaf4ac: Waiting 09:19:06 994456c4fd7b: Waiting 09:19:06 9e8ee8f9c419: Layer already exists 09:19:06 f7ad3b2f42c6: Layer already exists 09:19:06 f7411ea463b4: Layer already exists 09:19:06 8a9ab1d4dece: Layer already exists 09:19:06 fea8cd2fce37: Layer already exists 09:19:06 0bb79dfaf4ac: Layer already exists 09:19:06 7111c33804ab: Layer already exists 09:19:06 994456c4fd7b: Layer already exists 09:19:06 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:06 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:07 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 09:19:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 09:19:07 f7411ea463b4: Preparing 09:19:07 fea8cd2fce37: Preparing 09:19:07 8a9ab1d4dece: Preparing 09:19:07 9e8ee8f9c419: Preparing 09:19:07 f7ad3b2f42c6: Preparing 09:19:07 7111c33804ab: Preparing 09:19:07 0bb79dfaf4ac: Preparing 09:19:07 994456c4fd7b: Preparing 09:19:07 7111c33804ab: Waiting 09:19:07 0bb79dfaf4ac: Waiting 09:19:07 994456c4fd7b: Waiting 09:19:07 fea8cd2fce37: Layer already exists 09:19:07 f7ad3b2f42c6: Layer already exists 09:19:07 f7411ea463b4: Layer already exists 09:19:07 9e8ee8f9c419: Layer already exists 09:19:07 8a9ab1d4dece: Layer already exists 09:19:07 7111c33804ab: Layer already exists 09:19:07 994456c4fd7b: Layer already exists 09:19:07 0bb79dfaf4ac: Layer already exists 09:19:07 main: digest: sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:19:07 ===================================================== [Pipeline] echo 09:19:07 taggedImages: 09:19:07 - nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:19:07 - nexus3.edgexfoundry.org:10004/core-metadata:latest 09:19:07 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.37 09:19:07 - nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:19:07 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 09:19:07 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 09:19:07 be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:19:07 latest 09:19:07 4.1.0-dev.37 09:19:07 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:19:07 main 09:19:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:07 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:07 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:19:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 09:19:07 53f001e2b76b: Preparing 09:19:07 8ca327d5c6e7: Preparing 09:19:07 dce9f8474e65: Preparing 09:19:07 1d7c5b961e8b: Preparing 09:19:07 0ff3fd046e4b: Preparing 09:19:07 d86b2fd3a9b4: Preparing 09:19:07 2d1b8a27bff1: Preparing 09:19:07 9e8ee8f9c419: Preparing 09:19:07 f7ad3b2f42c6: Preparing 09:19:07 c18daff958f9: Preparing 09:19:07 2a6e4b5c6785: Preparing 09:19:07 5f70bf18a086: Preparing 09:19:07 1db9daf57a5e: Preparing 09:19:07 cc60b727c15b: Preparing 09:19:07 d2fb62f70da0: Preparing 09:19:07 994456c4fd7b: Preparing 09:19:07 9e8ee8f9c419: Waiting 09:19:07 f7ad3b2f42c6: Waiting 09:19:07 c18daff958f9: Waiting 09:19:07 2a6e4b5c6785: Waiting 09:19:07 5f70bf18a086: Waiting 09:19:07 1db9daf57a5e: Waiting 09:19:07 cc60b727c15b: Waiting 09:19:07 d2fb62f70da0: Waiting 09:19:07 994456c4fd7b: Waiting 09:19:07 d86b2fd3a9b4: Waiting 09:19:07 2d1b8a27bff1: Waiting 09:19:07 1d7c5b961e8b: Pushed 09:19:07 dce9f8474e65: Pushed 09:19:07 0ff3fd046e4b: Pushed 09:19:07 53f001e2b76b: Pushed 09:19:07 8ca327d5c6e7: Pushed 09:19:07 9e8ee8f9c419: Layer already exists 09:19:07 d86b2fd3a9b4: Pushed 09:19:07 f7ad3b2f42c6: Layer already exists 09:19:08 5f70bf18a086: Layer already exists 09:19:08 2a6e4b5c6785: Pushed 09:19:08 1db9daf57a5e: Pushed 09:19:08 cc60b727c15b: Pushed 09:19:08 c18daff958f9: Pushed 09:19:08 994456c4fd7b: Layer already exists 09:19:08 d2fb62f70da0: Pushed 09:19:09 2d1b8a27bff1: Pushed 09:19:09 be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:09 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:10 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 09:19:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 09:19:10 53f001e2b76b: Preparing 09:19:10 8ca327d5c6e7: Preparing 09:19:10 dce9f8474e65: Preparing 09:19:10 1d7c5b961e8b: Preparing 09:19:10 0ff3fd046e4b: Preparing 09:19:10 d86b2fd3a9b4: Preparing 09:19:10 2d1b8a27bff1: Preparing 09:19:10 9e8ee8f9c419: Preparing 09:19:10 f7ad3b2f42c6: Preparing 09:19:10 c18daff958f9: Preparing 09:19:10 2a6e4b5c6785: Preparing 09:19:10 5f70bf18a086: Preparing 09:19:10 1db9daf57a5e: Preparing 09:19:10 cc60b727c15b: Preparing 09:19:10 d2fb62f70da0: Preparing 09:19:10 994456c4fd7b: Preparing 09:19:10 d86b2fd3a9b4: Waiting 09:19:10 2d1b8a27bff1: Waiting 09:19:10 9e8ee8f9c419: Waiting 09:19:10 f7ad3b2f42c6: Waiting 09:19:10 c18daff958f9: Waiting 09:19:10 2a6e4b5c6785: Waiting 09:19:10 1db9daf57a5e: Waiting 09:19:10 5f70bf18a086: Waiting 09:19:10 994456c4fd7b: Waiting 09:19:10 cc60b727c15b: Waiting 09:19:10 d2fb62f70da0: Waiting 09:19:10 8ca327d5c6e7: Layer already exists 09:19:10 0ff3fd046e4b: Layer already exists 09:19:10 dce9f8474e65: Layer already exists 09:19:10 1d7c5b961e8b: Layer already exists 09:19:10 53f001e2b76b: Layer already exists 09:19:10 d86b2fd3a9b4: Layer already exists 09:19:10 2d1b8a27bff1: Layer already exists 09:19:10 9e8ee8f9c419: Layer already exists 09:19:10 f7ad3b2f42c6: Layer already exists 09:19:10 c18daff958f9: Layer already exists 09:19:10 2a6e4b5c6785: Layer already exists 09:19:10 5f70bf18a086: Layer already exists 09:19:10 cc60b727c15b: Layer already exists 09:19:10 d2fb62f70da0: Layer already exists 09:19:10 1db9daf57a5e: Layer already exists 09:19:10 994456c4fd7b: Layer already exists 09:19:10 latest: digest: sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:10 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:10 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.37 09:19:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 09:19:10 53f001e2b76b: Preparing 09:19:10 8ca327d5c6e7: Preparing 09:19:10 dce9f8474e65: Preparing 09:19:10 1d7c5b961e8b: Preparing 09:19:10 0ff3fd046e4b: Preparing 09:19:10 d86b2fd3a9b4: Preparing 09:19:10 2d1b8a27bff1: Preparing 09:19:10 9e8ee8f9c419: Preparing 09:19:10 f7ad3b2f42c6: Preparing 09:19:10 c18daff958f9: Preparing 09:19:10 2a6e4b5c6785: Preparing 09:19:10 5f70bf18a086: Preparing 09:19:10 1db9daf57a5e: Preparing 09:19:10 cc60b727c15b: Preparing 09:19:10 d2fb62f70da0: Preparing 09:19:10 2d1b8a27bff1: Waiting 09:19:10 9e8ee8f9c419: Waiting 09:19:10 d86b2fd3a9b4: Waiting 09:19:10 f7ad3b2f42c6: Waiting 09:19:10 c18daff958f9: Waiting 09:19:10 1db9daf57a5e: Waiting 09:19:10 cc60b727c15b: Waiting 09:19:10 2a6e4b5c6785: Waiting 09:19:10 5f70bf18a086: Waiting 09:19:10 d2fb62f70da0: Waiting 09:19:10 994456c4fd7b: Preparing 09:19:10 994456c4fd7b: Waiting 09:19:10 dce9f8474e65: Layer already exists 09:19:10 1d7c5b961e8b: Layer already exists 09:19:10 53f001e2b76b: Layer already exists 09:19:10 0ff3fd046e4b: Layer already exists 09:19:10 8ca327d5c6e7: Layer already exists 09:19:10 d86b2fd3a9b4: Layer already exists 09:19:10 c18daff958f9: Layer already exists 09:19:10 2d1b8a27bff1: Layer already exists 09:19:10 f7ad3b2f42c6: Layer already exists 09:19:10 9e8ee8f9c419: Layer already exists 09:19:10 2a6e4b5c6785: Layer already exists 09:19:10 5f70bf18a086: Layer already exists 09:19:10 1db9daf57a5e: Layer already exists 09:19:10 cc60b727c15b: Layer already exists 09:19:10 d2fb62f70da0: Layer already exists 09:19:10 994456c4fd7b: Layer already exists 09:19:10 4.1.0-dev.37: digest: sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:11 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:11 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:19:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 09:19:11 53f001e2b76b: Preparing 09:19:11 8ca327d5c6e7: Preparing 09:19:11 dce9f8474e65: Preparing 09:19:11 1d7c5b961e8b: Preparing 09:19:11 0ff3fd046e4b: Preparing 09:19:11 d86b2fd3a9b4: Preparing 09:19:11 2d1b8a27bff1: Preparing 09:19:11 9e8ee8f9c419: Preparing 09:19:11 f7ad3b2f42c6: Preparing 09:19:11 c18daff958f9: Preparing 09:19:11 2a6e4b5c6785: Preparing 09:19:11 5f70bf18a086: Preparing 09:19:11 1db9daf57a5e: Preparing 09:19:11 cc60b727c15b: Preparing 09:19:11 d2fb62f70da0: Preparing 09:19:11 2d1b8a27bff1: Waiting 09:19:11 9e8ee8f9c419: Waiting 09:19:11 f7ad3b2f42c6: Waiting 09:19:11 2a6e4b5c6785: Waiting 09:19:11 5f70bf18a086: Waiting 09:19:11 c18daff958f9: Waiting 09:19:11 cc60b727c15b: Waiting 09:19:11 1db9daf57a5e: Waiting 09:19:11 d86b2fd3a9b4: Waiting 09:19:11 994456c4fd7b: Preparing 09:19:11 d2fb62f70da0: Waiting 09:19:11 994456c4fd7b: Waiting 09:19:11 0ff3fd046e4b: Layer already exists 09:19:11 53f001e2b76b: Layer already exists 09:19:11 1d7c5b961e8b: Layer already exists 09:19:11 dce9f8474e65: Layer already exists 09:19:11 8ca327d5c6e7: Layer already exists 09:19:11 2d1b8a27bff1: Layer already exists 09:19:11 d86b2fd3a9b4: Layer already exists 09:19:11 f7ad3b2f42c6: Layer already exists 09:19:11 c18daff958f9: Layer already exists 09:19:11 9e8ee8f9c419: Layer already exists 09:19:11 2a6e4b5c6785: Layer already exists 09:19:11 5f70bf18a086: Layer already exists 09:19:11 1db9daf57a5e: Layer already exists 09:19:11 cc60b727c15b: Layer already exists 09:19:11 d2fb62f70da0: Layer already exists 09:19:11 994456c4fd7b: Layer already exists 09:19:11 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:11 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:12 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 09:19:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 09:19:12 53f001e2b76b: Preparing 09:19:12 8ca327d5c6e7: Preparing 09:19:12 dce9f8474e65: Preparing 09:19:12 1d7c5b961e8b: Preparing 09:19:12 0ff3fd046e4b: Preparing 09:19:12 d86b2fd3a9b4: Preparing 09:19:12 2d1b8a27bff1: Preparing 09:19:12 9e8ee8f9c419: Preparing 09:19:12 f7ad3b2f42c6: Preparing 09:19:12 c18daff958f9: Preparing 09:19:12 2a6e4b5c6785: Preparing 09:19:12 5f70bf18a086: Preparing 09:19:12 1db9daf57a5e: Preparing 09:19:12 cc60b727c15b: Preparing 09:19:12 d2fb62f70da0: Preparing 09:19:12 994456c4fd7b: Preparing 09:19:12 2a6e4b5c6785: Waiting 09:19:12 d2fb62f70da0: Waiting 09:19:12 f7ad3b2f42c6: Waiting 09:19:12 c18daff958f9: Waiting 09:19:12 994456c4fd7b: Waiting 09:19:12 cc60b727c15b: Waiting 09:19:12 5f70bf18a086: Waiting 09:19:12 d86b2fd3a9b4: Waiting 09:19:12 2d1b8a27bff1: Waiting 09:19:12 1db9daf57a5e: Waiting 09:19:12 9e8ee8f9c419: Waiting 09:19:12 dce9f8474e65: Layer already exists 09:19:12 1d7c5b961e8b: Layer already exists 09:19:12 53f001e2b76b: Layer already exists 09:19:12 0ff3fd046e4b: Layer already exists 09:19:12 8ca327d5c6e7: Layer already exists 09:19:12 d86b2fd3a9b4: Layer already exists 09:19:12 2d1b8a27bff1: Layer already exists 09:19:12 9e8ee8f9c419: Layer already exists 09:19:12 f7ad3b2f42c6: Layer already exists 09:19:12 c18daff958f9: Layer already exists 09:19:12 5f70bf18a086: Layer already exists 09:19:12 1db9daf57a5e: Layer already exists 09:19:12 2a6e4b5c6785: Layer already exists 09:19:12 cc60b727c15b: Layer already exists 09:19:12 d2fb62f70da0: Layer already exists 09:19:12 994456c4fd7b: Layer already exists 09:19:12 main: digest: sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:19:12 ===================================================== [Pipeline] echo 09:19:12 taggedImages: 09:19:12 - nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:19:12 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 09:19:12 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.37 09:19:12 - nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:19:12 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 09:19:12 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 09:19:12 be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:19:12 latest 09:19:12 4.1.0-dev.37 09:19:12 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:19:12 main 09:19:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:12 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:12 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:19:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 09:19:12 202f1dba4ab8: Preparing 09:19:12 b3f5e14fb0f5: Preparing 09:19:12 b1cf43477166: Preparing 09:19:12 730a84f25f2e: Preparing 09:19:12 9e8ee8f9c419: Preparing 09:19:12 f7ad3b2f42c6: Preparing 09:19:12 7111c33804ab: Preparing 09:19:12 0bb79dfaf4ac: Preparing 09:19:12 994456c4fd7b: Preparing 09:19:12 7111c33804ab: Waiting 09:19:12 0bb79dfaf4ac: Waiting 09:19:12 994456c4fd7b: Waiting 09:19:12 f7ad3b2f42c6: Waiting 09:19:12 9e8ee8f9c419: Layer already exists 09:19:12 f7ad3b2f42c6: Layer already exists 09:19:12 7111c33804ab: Layer already exists 09:19:12 0bb79dfaf4ac: Layer already exists 09:19:12 b3f5e14fb0f5: Pushed 09:19:12 b1cf43477166: Pushed 09:19:12 994456c4fd7b: Layer already exists 09:19:12 202f1dba4ab8: Pushed 09:19:15 730a84f25f2e: Pushed 09:19:15 be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:5b39a53c9433c554d03e731c53692cf9829d8055fa65acb3eafabca4b2da3853 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:15 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:16 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 09:19:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 09:19:16 202f1dba4ab8: Preparing 09:19:16 b3f5e14fb0f5: Preparing 09:19:16 b1cf43477166: Preparing 09:19:16 730a84f25f2e: Preparing 09:19:16 9e8ee8f9c419: Preparing 09:19:16 f7ad3b2f42c6: Preparing 09:19:16 7111c33804ab: Preparing 09:19:16 0bb79dfaf4ac: Preparing 09:19:16 994456c4fd7b: Preparing 09:19:16 7111c33804ab: Waiting 09:19:16 0bb79dfaf4ac: Waiting 09:19:16 994456c4fd7b: Waiting 09:19:16 f7ad3b2f42c6: Waiting 09:19:16 730a84f25f2e: Layer already exists 09:19:16 b1cf43477166: Layer already exists 09:19:16 9e8ee8f9c419: Layer already exists 09:19:16 202f1dba4ab8: Layer already exists 09:19:16 b3f5e14fb0f5: Layer already exists 09:19:16 f7ad3b2f42c6: Layer already exists 09:19:16 7111c33804ab: Layer already exists 09:19:16 994456c4fd7b: Layer already exists 09:19:16 0bb79dfaf4ac: Layer already exists 09:19:16 latest: digest: sha256:5b39a53c9433c554d03e731c53692cf9829d8055fa65acb3eafabca4b2da3853 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:16 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:16 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.37 09:19:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 09:19:16 202f1dba4ab8: Preparing 09:19:16 b3f5e14fb0f5: Preparing 09:19:16 b1cf43477166: Preparing 09:19:16 730a84f25f2e: Preparing 09:19:16 9e8ee8f9c419: Preparing 09:19:16 f7ad3b2f42c6: Preparing 09:19:16 7111c33804ab: Preparing 09:19:16 0bb79dfaf4ac: Preparing 09:19:16 994456c4fd7b: Preparing 09:19:16 f7ad3b2f42c6: Waiting 09:19:16 7111c33804ab: Waiting 09:19:16 0bb79dfaf4ac: Waiting 09:19:16 994456c4fd7b: Waiting 09:19:16 730a84f25f2e: Layer already exists 09:19:16 b3f5e14fb0f5: Layer already exists 09:19:16 b1cf43477166: Layer already exists 09:19:16 202f1dba4ab8: Layer already exists 09:19:16 9e8ee8f9c419: Layer already exists 09:19:16 f7ad3b2f42c6: Layer already exists 09:19:16 7111c33804ab: Layer already exists 09:19:16 0bb79dfaf4ac: Layer already exists 09:19:16 994456c4fd7b: Layer already exists 09:19:16 4.1.0-dev.37: digest: sha256:5b39a53c9433c554d03e731c53692cf9829d8055fa65acb3eafabca4b2da3853 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:17 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:17 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:19:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 09:19:17 202f1dba4ab8: Preparing 09:19:17 b3f5e14fb0f5: Preparing 09:19:17 b1cf43477166: Preparing 09:19:17 730a84f25f2e: Preparing 09:19:17 9e8ee8f9c419: Preparing 09:19:17 f7ad3b2f42c6: Preparing 09:19:17 7111c33804ab: Preparing 09:19:17 0bb79dfaf4ac: Preparing 09:19:17 994456c4fd7b: Preparing 09:19:17 f7ad3b2f42c6: Waiting 09:19:17 7111c33804ab: Waiting 09:19:17 0bb79dfaf4ac: Waiting 09:19:17 994456c4fd7b: Waiting 09:19:17 b3f5e14fb0f5: Layer already exists 09:19:17 202f1dba4ab8: Layer already exists 09:19:17 b1cf43477166: Layer already exists 09:19:17 730a84f25f2e: Layer already exists 09:19:17 9e8ee8f9c419: Layer already exists 09:19:17 f7ad3b2f42c6: Layer already exists 09:19:17 0bb79dfaf4ac: Layer already exists 09:19:17 7111c33804ab: Layer already exists 09:19:17 994456c4fd7b: Layer already exists 09:19:17 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:5b39a53c9433c554d03e731c53692cf9829d8055fa65acb3eafabca4b2da3853 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:17 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:18 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 09:19:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 09:19:18 202f1dba4ab8: Preparing 09:19:18 b3f5e14fb0f5: Preparing 09:19:18 b1cf43477166: Preparing 09:19:18 730a84f25f2e: Preparing 09:19:18 9e8ee8f9c419: Preparing 09:19:18 f7ad3b2f42c6: Preparing 09:19:18 7111c33804ab: Preparing 09:19:18 0bb79dfaf4ac: Preparing 09:19:18 994456c4fd7b: Preparing 09:19:18 7111c33804ab: Waiting 09:19:18 f7ad3b2f42c6: Waiting 09:19:18 0bb79dfaf4ac: Waiting 09:19:18 994456c4fd7b: Waiting 09:19:18 9e8ee8f9c419: Layer already exists 09:19:18 b3f5e14fb0f5: Layer already exists 09:19:18 b1cf43477166: Layer already exists 09:19:18 730a84f25f2e: Layer already exists 09:19:18 202f1dba4ab8: Layer already exists 09:19:18 0bb79dfaf4ac: Layer already exists 09:19:18 7111c33804ab: Layer already exists 09:19:18 f7ad3b2f42c6: Layer already exists 09:19:18 994456c4fd7b: Layer already exists 09:19:18 main: digest: sha256:5b39a53c9433c554d03e731c53692cf9829d8055fa65acb3eafabca4b2da3853 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:19:18 ===================================================== [Pipeline] echo 09:19:18 taggedImages: 09:19:18 - nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:19:18 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 09:19:18 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.37 09:19:18 - nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:19:18 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 09:19:18 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 09:19:18 be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:19:18 latest 09:19:18 4.1.0-dev.37 09:19:18 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:19:18 main 09:19:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:18 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:18 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:19:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 09:19:18 88101b32c2c4: Preparing 09:19:18 41a9f984a773: Preparing 09:19:18 9b2c3227108b: Preparing 09:19:18 02ab74554092: Preparing 09:19:18 f3bda1f40022: Preparing 09:19:18 9e8ee8f9c419: Preparing 09:19:18 f7ad3b2f42c6: Preparing 09:19:18 294e7b6cac36: Preparing 09:19:18 514d9eef03ec: Preparing 09:19:18 00a46112e506: Preparing 09:19:18 994456c4fd7b: Preparing 09:19:18 f7ad3b2f42c6: Waiting 09:19:18 00a46112e506: Waiting 09:19:18 294e7b6cac36: Waiting 09:19:18 994456c4fd7b: Waiting 09:19:18 514d9eef03ec: Waiting 09:19:18 9e8ee8f9c419: Waiting 09:19:18 f3bda1f40022: Pushed 09:19:18 9e8ee8f9c419: Layer already exists 09:19:18 88101b32c2c4: Pushed 09:19:18 02ab74554092: Pushed 09:19:18 41a9f984a773: Pushed 09:19:18 f7ad3b2f42c6: Layer already exists 09:19:18 994456c4fd7b: Layer already exists 09:19:19 294e7b6cac36: Pushed 09:19:19 514d9eef03ec: Pushed 09:19:20 00a46112e506: Pushed 09:19:20 9b2c3227108b: Pushed 09:19:20 be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:77ec1a9dc14cb39e2b7428af606517199df961382a8a59d1ab61fdd15c84cbef size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:21 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:21 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 09:19:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 09:19:21 88101b32c2c4: Preparing 09:19:21 41a9f984a773: Preparing 09:19:21 9b2c3227108b: Preparing 09:19:21 02ab74554092: Preparing 09:19:21 f3bda1f40022: Preparing 09:19:21 9e8ee8f9c419: Preparing 09:19:21 f7ad3b2f42c6: Preparing 09:19:21 294e7b6cac36: Preparing 09:19:21 514d9eef03ec: Preparing 09:19:21 00a46112e506: Preparing 09:19:21 994456c4fd7b: Preparing 09:19:21 9e8ee8f9c419: Waiting 09:19:21 f7ad3b2f42c6: Waiting 09:19:21 294e7b6cac36: Waiting 09:19:21 00a46112e506: Waiting 09:19:21 514d9eef03ec: Waiting 09:19:21 f3bda1f40022: Layer already exists 09:19:21 02ab74554092: Layer already exists 09:19:21 88101b32c2c4: Layer already exists 09:19:21 41a9f984a773: Layer already exists 09:19:21 9b2c3227108b: Layer already exists 09:19:21 9e8ee8f9c419: Layer already exists 09:19:21 294e7b6cac36: Layer already exists 09:19:21 514d9eef03ec: Layer already exists 09:19:21 00a46112e506: Layer already exists 09:19:21 f7ad3b2f42c6: Layer already exists 09:19:21 994456c4fd7b: Layer already exists 09:19:21 latest: digest: sha256:77ec1a9dc14cb39e2b7428af606517199df961382a8a59d1ab61fdd15c84cbef size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:21 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:22 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.37 09:19:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 09:19:22 88101b32c2c4: Preparing 09:19:22 41a9f984a773: Preparing 09:19:22 9b2c3227108b: Preparing 09:19:22 02ab74554092: Preparing 09:19:22 f3bda1f40022: Preparing 09:19:22 9e8ee8f9c419: Preparing 09:19:22 f7ad3b2f42c6: Preparing 09:19:22 294e7b6cac36: Preparing 09:19:22 514d9eef03ec: Preparing 09:19:22 00a46112e506: Preparing 09:19:22 994456c4fd7b: Preparing 09:19:22 9e8ee8f9c419: Waiting 09:19:22 294e7b6cac36: Waiting 09:19:22 00a46112e506: Waiting 09:19:22 514d9eef03ec: Waiting 09:19:22 994456c4fd7b: Waiting 09:19:22 f7ad3b2f42c6: Waiting 09:19:22 88101b32c2c4: Layer already exists 09:19:22 41a9f984a773: Layer already exists 09:19:22 9b2c3227108b: Layer already exists 09:19:22 02ab74554092: Layer already exists 09:19:22 f3bda1f40022: Layer already exists 09:19:22 f7ad3b2f42c6: Layer already exists 09:19:22 294e7b6cac36: Layer already exists 09:19:22 9e8ee8f9c419: Layer already exists 09:19:22 514d9eef03ec: Layer already exists 09:19:22 00a46112e506: Layer already exists 09:19:22 994456c4fd7b: Layer already exists 09:19:22 4.1.0-dev.37: digest: sha256:77ec1a9dc14cb39e2b7428af606517199df961382a8a59d1ab61fdd15c84cbef size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:22 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:22 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:19:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 09:19:22 88101b32c2c4: Preparing 09:19:22 41a9f984a773: Preparing 09:19:22 9b2c3227108b: Preparing 09:19:22 02ab74554092: Preparing 09:19:22 f3bda1f40022: Preparing 09:19:22 9e8ee8f9c419: Preparing 09:19:22 f7ad3b2f42c6: Preparing 09:19:22 294e7b6cac36: Preparing 09:19:22 514d9eef03ec: Preparing 09:19:22 00a46112e506: Preparing 09:19:22 994456c4fd7b: Preparing 09:19:22 9e8ee8f9c419: Waiting 09:19:22 f7ad3b2f42c6: Waiting 09:19:22 294e7b6cac36: Waiting 09:19:22 514d9eef03ec: Waiting 09:19:22 00a46112e506: Waiting 09:19:22 994456c4fd7b: Waiting 09:19:22 f3bda1f40022: Layer already exists 09:19:22 9b2c3227108b: Layer already exists 09:19:22 02ab74554092: Layer already exists 09:19:22 41a9f984a773: Layer already exists 09:19:22 88101b32c2c4: Layer already exists 09:19:22 514d9eef03ec: Layer already exists 09:19:22 294e7b6cac36: Layer already exists 09:19:22 9e8ee8f9c419: Layer already exists 09:19:22 00a46112e506: Layer already exists 09:19:22 f7ad3b2f42c6: Layer already exists 09:19:22 994456c4fd7b: Layer already exists 09:19:22 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:77ec1a9dc14cb39e2b7428af606517199df961382a8a59d1ab61fdd15c84cbef size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:23 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:23 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 09:19:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 09:19:23 88101b32c2c4: Preparing 09:19:23 41a9f984a773: Preparing 09:19:23 9b2c3227108b: Preparing 09:19:23 02ab74554092: Preparing 09:19:23 f3bda1f40022: Preparing 09:19:23 9e8ee8f9c419: Preparing 09:19:23 f7ad3b2f42c6: Preparing 09:19:23 9e8ee8f9c419: Waiting 09:19:23 294e7b6cac36: Preparing 09:19:23 514d9eef03ec: Preparing 09:19:23 f7ad3b2f42c6: Waiting 09:19:23 294e7b6cac36: Waiting 09:19:23 00a46112e506: Preparing 09:19:23 994456c4fd7b: Preparing 09:19:23 00a46112e506: Waiting 09:19:23 994456c4fd7b: Waiting 09:19:23 514d9eef03ec: Waiting 09:19:23 41a9f984a773: Layer already exists 09:19:23 02ab74554092: Layer already exists 09:19:23 88101b32c2c4: Layer already exists 09:19:23 9b2c3227108b: Layer already exists 09:19:23 f3bda1f40022: Layer already exists 09:19:23 9e8ee8f9c419: Layer already exists 09:19:23 294e7b6cac36: Layer already exists 09:19:23 514d9eef03ec: Layer already exists 09:19:23 f7ad3b2f42c6: Layer already exists 09:19:23 00a46112e506: Layer already exists 09:19:23 994456c4fd7b: Layer already exists 09:19:23 main: digest: sha256:77ec1a9dc14cb39e2b7428af606517199df961382a8a59d1ab61fdd15c84cbef size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:19:23 ===================================================== [Pipeline] echo 09:19:23 taggedImages: 09:19:23 - nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:19:23 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 09:19:23 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.37 09:19:23 - nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:19:23 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 09:19:23 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 09:19:23 be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:19:23 latest 09:19:23 4.1.0-dev.37 09:19:23 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:19:23 main 09:19:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:23 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:24 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:19:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 09:19:24 0597de1cc3df: Preparing 09:19:24 1d3dd1ec2afc: Preparing 09:19:24 ba2727957b79: Preparing 09:19:24 ebf1f6fb8568: Preparing 09:19:24 d02182baa367: Preparing 09:19:24 7782e1a8df61: Preparing 09:19:24 d99c59e42107: Preparing 09:19:24 9e8ee8f9c419: Preparing 09:19:24 f7ad3b2f42c6: Preparing 09:19:24 adc1800773fc: Preparing 09:19:24 614adfbe728f: Preparing 09:19:24 994456c4fd7b: Preparing 09:19:24 f7ad3b2f42c6: Waiting 09:19:24 614adfbe728f: Waiting 09:19:24 d99c59e42107: Waiting 09:19:24 7782e1a8df61: Waiting 09:19:24 994456c4fd7b: Waiting 09:19:24 adc1800773fc: Waiting 09:19:24 9e8ee8f9c419: Waiting 09:19:24 1d3dd1ec2afc: Pushed 09:19:24 d02182baa367: Pushed 09:19:24 0597de1cc3df: Pushed 09:19:24 9e8ee8f9c419: Layer already exists 09:19:24 7782e1a8df61: Pushed 09:19:24 f7ad3b2f42c6: Layer already exists 09:19:24 d99c59e42107: Pushed 09:19:24 994456c4fd7b: Layer already exists 09:19:24 adc1800773fc: Pushed 09:19:25 614adfbe728f: Pushed 09:19:26 ebf1f6fb8568: Pushed 09:19:27 ba2727957b79: Pushed 09:19:27 be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:27 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:27 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 09:19:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 09:19:27 0597de1cc3df: Preparing 09:19:27 1d3dd1ec2afc: Preparing 09:19:27 ba2727957b79: Preparing 09:19:27 ebf1f6fb8568: Preparing 09:19:27 d02182baa367: Preparing 09:19:27 7782e1a8df61: Preparing 09:19:27 d99c59e42107: Preparing 09:19:27 9e8ee8f9c419: Preparing 09:19:27 f7ad3b2f42c6: Preparing 09:19:27 adc1800773fc: Preparing 09:19:27 614adfbe728f: Preparing 09:19:27 994456c4fd7b: Preparing 09:19:27 f7ad3b2f42c6: Waiting 09:19:27 adc1800773fc: Waiting 09:19:27 614adfbe728f: Waiting 09:19:27 994456c4fd7b: Waiting 09:19:27 7782e1a8df61: Waiting 09:19:27 d99c59e42107: Waiting 09:19:27 9e8ee8f9c419: Waiting 09:19:27 1d3dd1ec2afc: Layer already exists 09:19:27 ebf1f6fb8568: Layer already exists 09:19:27 d02182baa367: Layer already exists 09:19:27 0597de1cc3df: Layer already exists 09:19:27 ba2727957b79: Layer already exists 09:19:27 7782e1a8df61: Layer already exists 09:19:27 d99c59e42107: Layer already exists 09:19:27 adc1800773fc: Layer already exists 09:19:27 f7ad3b2f42c6: Layer already exists 09:19:27 9e8ee8f9c419: Layer already exists 09:19:27 614adfbe728f: Layer already exists 09:19:27 994456c4fd7b: Layer already exists 09:19:27 latest: digest: sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:28 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:28 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.37 09:19:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 09:19:28 0597de1cc3df: Preparing 09:19:28 1d3dd1ec2afc: Preparing 09:19:28 ba2727957b79: Preparing 09:19:28 ebf1f6fb8568: Preparing 09:19:28 d02182baa367: Preparing 09:19:28 7782e1a8df61: Preparing 09:19:28 d99c59e42107: Preparing 09:19:28 9e8ee8f9c419: Preparing 09:19:28 f7ad3b2f42c6: Preparing 09:19:28 adc1800773fc: Preparing 09:19:28 614adfbe728f: Preparing 09:19:28 994456c4fd7b: Preparing 09:19:28 9e8ee8f9c419: Waiting 09:19:28 f7ad3b2f42c6: Waiting 09:19:28 adc1800773fc: Waiting 09:19:28 614adfbe728f: Waiting 09:19:28 7782e1a8df61: Waiting 09:19:28 994456c4fd7b: Waiting 09:19:28 d99c59e42107: Waiting 09:19:28 1d3dd1ec2afc: Layer already exists 09:19:28 0597de1cc3df: Layer already exists 09:19:28 ba2727957b79: Layer already exists 09:19:28 ebf1f6fb8568: Layer already exists 09:19:28 d02182baa367: Layer already exists 09:19:28 d99c59e42107: Layer already exists 09:19:28 7782e1a8df61: Layer already exists 09:19:28 9e8ee8f9c419: Layer already exists 09:19:28 adc1800773fc: Layer already exists 09:19:28 f7ad3b2f42c6: Layer already exists 09:19:28 614adfbe728f: Layer already exists 09:19:28 994456c4fd7b: Layer already exists 09:19:28 4.1.0-dev.37: digest: sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:28 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:28 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:19:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 09:19:28 0597de1cc3df: Preparing 09:19:28 1d3dd1ec2afc: Preparing 09:19:28 ba2727957b79: Preparing 09:19:28 ebf1f6fb8568: Preparing 09:19:28 d02182baa367: Preparing 09:19:28 7782e1a8df61: Preparing 09:19:28 d99c59e42107: Preparing 09:19:28 9e8ee8f9c419: Preparing 09:19:28 f7ad3b2f42c6: Preparing 09:19:28 adc1800773fc: Preparing 09:19:28 614adfbe728f: Preparing 09:19:28 994456c4fd7b: Preparing 09:19:28 7782e1a8df61: Waiting 09:19:28 d99c59e42107: Waiting 09:19:28 9e8ee8f9c419: Waiting 09:19:28 adc1800773fc: Waiting 09:19:28 f7ad3b2f42c6: Waiting 09:19:28 994456c4fd7b: Waiting 09:19:28 614adfbe728f: Waiting 09:19:28 1d3dd1ec2afc: Layer already exists 09:19:28 ebf1f6fb8568: Layer already exists 09:19:28 0597de1cc3df: Layer already exists 09:19:28 ba2727957b79: Layer already exists 09:19:28 d02182baa367: Layer already exists 09:19:28 f7ad3b2f42c6: Layer already exists 09:19:28 d99c59e42107: Layer already exists 09:19:28 7782e1a8df61: Layer already exists 09:19:28 9e8ee8f9c419: Layer already exists 09:19:28 adc1800773fc: Layer already exists 09:19:28 614adfbe728f: Layer already exists 09:19:28 994456c4fd7b: Layer already exists 09:19:28 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:29 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:29 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 09:19:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 09:19:29 0597de1cc3df: Preparing 09:19:29 1d3dd1ec2afc: Preparing 09:19:29 ba2727957b79: Preparing 09:19:29 ebf1f6fb8568: Preparing 09:19:29 d02182baa367: Preparing 09:19:29 7782e1a8df61: Preparing 09:19:29 d99c59e42107: Preparing 09:19:29 9e8ee8f9c419: Preparing 09:19:29 f7ad3b2f42c6: Preparing 09:19:29 adc1800773fc: Preparing 09:19:29 614adfbe728f: Preparing 09:19:29 994456c4fd7b: Preparing 09:19:29 9e8ee8f9c419: Waiting 09:19:29 f7ad3b2f42c6: Waiting 09:19:29 adc1800773fc: Waiting 09:19:29 614adfbe728f: Waiting 09:19:29 994456c4fd7b: Waiting 09:19:29 7782e1a8df61: Waiting 09:19:29 d99c59e42107: Waiting 09:19:29 d02182baa367: Layer already exists 09:19:29 1d3dd1ec2afc: Layer already exists 09:19:29 0597de1cc3df: Layer already exists 09:19:29 ba2727957b79: Layer already exists 09:19:29 ebf1f6fb8568: Layer already exists 09:19:29 7782e1a8df61: Layer already exists 09:19:29 d99c59e42107: Layer already exists 09:19:29 f7ad3b2f42c6: Layer already exists 09:19:29 9e8ee8f9c419: Layer already exists 09:19:29 adc1800773fc: Layer already exists 09:19:29 614adfbe728f: Layer already exists 09:19:29 994456c4fd7b: Layer already exists 09:19:29 main: digest: sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:19:29 ===================================================== [Pipeline] echo 09:19:29 taggedImages: 09:19:29 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:19:29 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 09:19:29 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.37 09:19:29 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:19:29 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 09:19:29 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 09:19:29 be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:19:29 latest 09:19:29 4.1.0-dev.37 09:19:29 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:19:29 main 09:19:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:30 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:30 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:19:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 09:19:30 d19e06b7e3a6: Preparing 09:19:30 412355a1c204: Preparing 09:19:30 9e8ee8f9c419: Preparing 09:19:30 f7ad3b2f42c6: Preparing 09:19:30 dd1af05aea7a: Preparing 09:19:30 dc4454cc7ee2: Preparing 09:19:30 994456c4fd7b: Preparing 09:19:30 dc4454cc7ee2: Waiting 09:19:30 994456c4fd7b: Waiting 09:19:30 9e8ee8f9c419: Layer already exists 09:19:30 f7ad3b2f42c6: Layer already exists 09:19:30 994456c4fd7b: Layer already exists 09:19:30 d19e06b7e3a6: Pushed 09:19:30 dd1af05aea7a: Pushed 09:19:31 dc4454cc7ee2: Pushed 09:19:33 412355a1c204: Pushed 09:19:33 be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:34 + 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 09:19:34 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 09:19:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 09:19:34 d19e06b7e3a6: Preparing 09:19:34 412355a1c204: Preparing 09:19:34 9e8ee8f9c419: Preparing 09:19:34 f7ad3b2f42c6: Preparing 09:19:34 dd1af05aea7a: Preparing 09:19:34 dc4454cc7ee2: Preparing 09:19:34 994456c4fd7b: Preparing 09:19:34 dc4454cc7ee2: Waiting 09:19:34 994456c4fd7b: Waiting 09:19:34 412355a1c204: Layer already exists 09:19:34 9e8ee8f9c419: Layer already exists 09:19:34 d19e06b7e3a6: Layer already exists 09:19:34 f7ad3b2f42c6: Layer already exists 09:19:34 dd1af05aea7a: Layer already exists 09:19:34 dc4454cc7ee2: Layer already exists 09:19:34 994456c4fd7b: Layer already exists 09:19:34 latest: digest: sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:34 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:35 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.37 09:19:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 09:19:35 d19e06b7e3a6: Preparing 09:19:35 412355a1c204: Preparing 09:19:35 9e8ee8f9c419: Preparing 09:19:35 f7ad3b2f42c6: Preparing 09:19:35 dd1af05aea7a: Preparing 09:19:35 dc4454cc7ee2: Preparing 09:19:35 994456c4fd7b: Preparing 09:19:35 994456c4fd7b: Waiting 09:19:35 dc4454cc7ee2: Waiting 09:19:35 d19e06b7e3a6: Layer already exists 09:19:35 412355a1c204: Layer already exists 09:19:35 dd1af05aea7a: Layer already exists 09:19:35 f7ad3b2f42c6: Layer already exists 09:19:35 9e8ee8f9c419: Layer already exists 09:19:35 dc4454cc7ee2: Layer already exists 09:19:35 994456c4fd7b: Layer already exists 09:19:35 4.1.0-dev.37: digest: sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:35 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:35 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:19:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 09:19:35 d19e06b7e3a6: Preparing 09:19:35 412355a1c204: Preparing 09:19:35 9e8ee8f9c419: Preparing 09:19:35 f7ad3b2f42c6: Preparing 09:19:35 dd1af05aea7a: Preparing 09:19:35 dc4454cc7ee2: Preparing 09:19:35 994456c4fd7b: Preparing 09:19:35 dc4454cc7ee2: Waiting 09:19:35 994456c4fd7b: Waiting 09:19:35 412355a1c204: Layer already exists 09:19:35 9e8ee8f9c419: Layer already exists 09:19:35 dd1af05aea7a: Layer already exists 09:19:35 d19e06b7e3a6: Layer already exists 09:19:35 f7ad3b2f42c6: Layer already exists 09:19:35 dc4454cc7ee2: Layer already exists 09:19:35 994456c4fd7b: Layer already exists 09:19:35 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:36 + 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 09:19:36 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 09:19:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 09:19:36 d19e06b7e3a6: Preparing 09:19:36 412355a1c204: Preparing 09:19:36 9e8ee8f9c419: Preparing 09:19:36 f7ad3b2f42c6: Preparing 09:19:36 dd1af05aea7a: Preparing 09:19:36 dc4454cc7ee2: Preparing 09:19:36 994456c4fd7b: Preparing 09:19:36 dc4454cc7ee2: Waiting 09:19:36 994456c4fd7b: Waiting 09:19:36 d19e06b7e3a6: Layer already exists 09:19:36 9e8ee8f9c419: Layer already exists 09:19:36 412355a1c204: Layer already exists 09:19:36 dd1af05aea7a: Layer already exists 09:19:36 f7ad3b2f42c6: Layer already exists 09:19:36 994456c4fd7b: Layer already exists 09:19:36 dc4454cc7ee2: Layer already exists 09:19:36 main: digest: sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:19:36 ===================================================== [Pipeline] echo 09:19:36 taggedImages: 09:19:36 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:19:36 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 09:19:36 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.37 09:19:36 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:19:36 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 09:19:36 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 09:19:36 be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:19:36 latest 09:19:36 4.1.0-dev.37 09:19:36 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:19:36 main 09:19:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:36 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:37 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:19:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 09:19:37 cfec18c64a60: Preparing 09:19:37 cb9996766c59: Preparing 09:19:37 6bc8f26d81ff: Preparing 09:19:37 9e8ee8f9c419: Preparing 09:19:37 f7ad3b2f42c6: Preparing 09:19:37 0e6ce5b328ba: Preparing 09:19:37 cc2b7b163a03: Preparing 09:19:37 a4416b020f32: Preparing 09:19:37 8fc32cb97978: Preparing 09:19:37 994456c4fd7b: Preparing 09:19:37 8fc32cb97978: Waiting 09:19:37 cc2b7b163a03: Waiting 09:19:37 994456c4fd7b: Waiting 09:19:37 a4416b020f32: Waiting 09:19:37 0e6ce5b328ba: Waiting 09:19:37 f7ad3b2f42c6: Layer already exists 09:19:37 9e8ee8f9c419: Layer already exists 09:19:37 6bc8f26d81ff: Pushed 09:19:37 cb9996766c59: Pushed 09:19:37 cfec18c64a60: Pushed 09:19:37 994456c4fd7b: Layer already exists 09:19:37 a4416b020f32: Pushed 09:19:37 8fc32cb97978: Pushed 09:19:43 cc2b7b163a03: Pushed 09:19:51 0e6ce5b328ba: Pushed 09:19:51 be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:10cfbd621f44d69e51668f2f26329c4e2f8123aa6f95856c51ca5076bf6592cb size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:51 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:51 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 09:19:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 09:19:51 cfec18c64a60: Preparing 09:19:51 cb9996766c59: Preparing 09:19:51 6bc8f26d81ff: Preparing 09:19:51 9e8ee8f9c419: Preparing 09:19:51 f7ad3b2f42c6: Preparing 09:19:51 0e6ce5b328ba: Preparing 09:19:51 cc2b7b163a03: Preparing 09:19:51 a4416b020f32: Preparing 09:19:51 8fc32cb97978: Preparing 09:19:51 994456c4fd7b: Preparing 09:19:51 cc2b7b163a03: Waiting 09:19:51 a4416b020f32: Waiting 09:19:51 8fc32cb97978: Waiting 09:19:51 994456c4fd7b: Waiting 09:19:51 0e6ce5b328ba: Waiting 09:19:51 6bc8f26d81ff: Layer already exists 09:19:51 9e8ee8f9c419: Layer already exists 09:19:51 cfec18c64a60: Layer already exists 09:19:51 f7ad3b2f42c6: Layer already exists 09:19:51 cb9996766c59: Layer already exists 09:19:51 0e6ce5b328ba: Layer already exists 09:19:51 cc2b7b163a03: Layer already exists 09:19:51 994456c4fd7b: Layer already exists 09:19:51 a4416b020f32: Layer already exists 09:19:51 8fc32cb97978: Layer already exists 09:19:51 latest: digest: sha256:10cfbd621f44d69e51668f2f26329c4e2f8123aa6f95856c51ca5076bf6592cb size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:52 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:52 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.37 09:19:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 09:19:52 cfec18c64a60: Preparing 09:19:52 cb9996766c59: Preparing 09:19:52 6bc8f26d81ff: Preparing 09:19:52 9e8ee8f9c419: Preparing 09:19:52 f7ad3b2f42c6: Preparing 09:19:52 0e6ce5b328ba: Preparing 09:19:52 cc2b7b163a03: Preparing 09:19:52 a4416b020f32: Preparing 09:19:52 8fc32cb97978: Preparing 09:19:52 994456c4fd7b: Preparing 09:19:52 a4416b020f32: Waiting 09:19:52 8fc32cb97978: Waiting 09:19:52 0e6ce5b328ba: Waiting 09:19:52 994456c4fd7b: Waiting 09:19:52 cc2b7b163a03: Waiting 09:19:52 f7ad3b2f42c6: Layer already exists 09:19:52 6bc8f26d81ff: Layer already exists 09:19:52 cfec18c64a60: Layer already exists 09:19:52 cb9996766c59: Layer already exists 09:19:52 9e8ee8f9c419: Layer already exists 09:19:52 cc2b7b163a03: Layer already exists 09:19:52 0e6ce5b328ba: Layer already exists 09:19:52 8fc32cb97978: Layer already exists 09:19:52 a4416b020f32: Layer already exists 09:19:52 994456c4fd7b: Layer already exists 09:19:52 4.1.0-dev.37: digest: sha256:10cfbd621f44d69e51668f2f26329c4e2f8123aa6f95856c51ca5076bf6592cb size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:52 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:19:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 09:19:53 cfec18c64a60: Preparing 09:19:53 cb9996766c59: Preparing 09:19:53 6bc8f26d81ff: Preparing 09:19:53 9e8ee8f9c419: Preparing 09:19:53 f7ad3b2f42c6: Preparing 09:19:53 0e6ce5b328ba: Preparing 09:19:53 cc2b7b163a03: Preparing 09:19:53 a4416b020f32: Preparing 09:19:53 8fc32cb97978: Preparing 09:19:53 994456c4fd7b: Preparing 09:19:53 0e6ce5b328ba: Waiting 09:19:53 994456c4fd7b: Waiting 09:19:53 cc2b7b163a03: Waiting 09:19:53 a4416b020f32: Waiting 09:19:53 8fc32cb97978: Waiting 09:19:53 9e8ee8f9c419: Layer already exists 09:19:53 6bc8f26d81ff: Layer already exists 09:19:53 cfec18c64a60: Layer already exists 09:19:53 f7ad3b2f42c6: Layer already exists 09:19:53 cb9996766c59: Layer already exists 09:19:53 994456c4fd7b: Layer already exists 09:19:53 cc2b7b163a03: Layer already exists 09:19:53 8fc32cb97978: Layer already exists 09:19:53 0e6ce5b328ba: Layer already exists 09:19:53 a4416b020f32: Layer already exists 09:19:53 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:10cfbd621f44d69e51668f2f26329c4e2f8123aa6f95856c51ca5076bf6592cb size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:53 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:53 #86 ... 09:19:53 09:19:53 #82 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:19:53 #82 DONE 114.3s 09:19:53 09:19:53 #97 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:19:53 #97 DONE 108.5s 09:19:53 09:19:53 #96 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:19:53 #96 DONE 100.8s 09:19:53 09:19:53 #92 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:19:53 #92 DONE 111.5s 09:19:53 09:19:53 #86 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:19:53 #86 DONE 110.2s 09:19:53 09:19:53 #119 [security-spiffe-token-provider builder 6/7] COPY . . 09:19:53 #119 ... 09:19:53 09:19:53 #98 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:19:53 #98 DONE 101.5s 09:19:53 09:19:53 #120 [core-keeper builder 7/8] COPY . . 09:19:53 #120 ... 09:19:53 09:19:53 #121 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 09:19:53 #121 CACHED 09:19:53 09:19:53 #122 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:19:53 #122 CACHED 09:19:53 09:19:53 #123 [security-secretstore-setup builder 6/7] COPY . . 09:19:53 #123 CACHED 09:19:53 09:19:53 #124 [core-command builder 4/7] COPY go.mod vendor* ./ 09:19:53 #124 CACHED 09:19:53 09:19:53 #125 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:19:53 #125 CACHED 09:19:53 09:19:53 #126 [core-command builder 6/7] COPY . . 09:19:53 #126 CACHED 09:19:53 09:19:53 #127 [security-proxy-setup builder 6/7] COPY . . 09:19:53 #127 CACHED 09:19:53 09:19:53 #128 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:19:53 #128 CACHED 09:19:53 09:19:53 #129 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 09:19:53 #129 CACHED 09:19:53 09:19:53 #130 [security-bootstrapper builder 6/7] COPY . . 09:19:53 #130 DONE 2.1s 09:19:53 09:19:53 #131 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:19:53 #131 CACHED 09:19:53 09:19:53 #132 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 09:19:53 #132 CACHED 09:19:53 09:19:53 #133 [core-common-config-bootstrapper builder 6/7] COPY . . 09:19:53 #133 CACHED 09:19:53 09:19:53 #134 [support-notifications builder 6/7] COPY . . 09:19:53 #134 DONE 2.1s 09:19:53 09:19:53 #135 [core-data builder 6/7] COPY . . 09:19:53 #135 CACHED 09:19:53 09:19:53 #136 [core-data builder 4/7] COPY go.mod vendor* ./ 09:19:53 #136 CACHED 09:19:53 09:19:53 #137 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:19:53 #137 CACHED 09:19:53 09:19:53 #138 [core-metadata builder 4/7] COPY go.mod vendor* ./ 09:19:53 #138 CACHED 09:19:53 09:19:53 #139 [core-metadata builder 6/7] COPY . . 09:19:53 #139 CACHED 09:19:53 09:19:53 #140 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:19:53 #140 CACHED 09:19:53 09:19:53 #141 [support-scheduler builder 6/7] COPY . . 09:19:53 #141 DONE 2.1s 09:19:53 09:19:53 #142 [security-proxy-auth builder 6/7] COPY . . 09:19:53 #142 DONE 2.0s 09:19:53 09:19:53 #119 [security-spiffe-token-provider builder 6/7] COPY . . 09:19:53 #119 DONE 2.1s 09:19:53 09:19:53 #120 [core-keeper builder 7/8] COPY . . 09:19:53 #120 DONE 2.1s 09:19:53 09:19:53 #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 09:19:53 #143 ... 09:19:53 09:19:53 #144 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 09:19:53 #0 5.196 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 09:19:53 #144 ... 09:19:53 09:19:53 #145 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 09:19:53 #0 5.589 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 09:19:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 09:19:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 09:19:53 cfec18c64a60: Preparing 09:19:53 cb9996766c59: Preparing 09:19:53 6bc8f26d81ff: Preparing 09:19:53 9e8ee8f9c419: Preparing 09:19:53 f7ad3b2f42c6: Preparing 09:19:53 0e6ce5b328ba: Preparing 09:19:53 cc2b7b163a03: Preparing 09:19:53 a4416b020f32: Preparing 09:19:53 8fc32cb97978: Preparing 09:19:53 cc2b7b163a03: Waiting 09:19:53 0e6ce5b328ba: Waiting 09:19:53 a4416b020f32: Waiting 09:19:53 994456c4fd7b: Preparing 09:19:53 8fc32cb97978: Waiting 09:19:53 994456c4fd7b: Waiting 09:19:53 cfec18c64a60: Layer already exists 09:19:53 6bc8f26d81ff: Layer already exists 09:19:53 9e8ee8f9c419: Layer already exists 09:19:53 cb9996766c59: Layer already exists 09:19:53 f7ad3b2f42c6: Layer already exists 09:19:53 a4416b020f32: Layer already exists 09:19:53 0e6ce5b328ba: Layer already exists 09:19:53 cc2b7b163a03: Layer already exists 09:19:53 8fc32cb97978: Layer already exists 09:19:53 994456c4fd7b: Layer already exists 09:19:53 main: digest: sha256:10cfbd621f44d69e51668f2f26329c4e2f8123aa6f95856c51ca5076bf6592cb size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:19:53 ===================================================== [Pipeline] echo 09:19:53 taggedImages: 09:19:53 - nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:19:53 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 09:19:53 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.37 09:19:53 - nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:19:53 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 09:19:54 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 09:19:54 be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:19:54 latest 09:19:54 4.1.0-dev.37 09:19:54 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:19:54 main 09:19:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:54 #145 ... 09:19:54 09:19:54 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 09:19:54 #0 6.054 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 09:19:54 #146 ... 09:19:54 09:19:54 #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 09:19:54 #143 6.220 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 09:19:54 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:19:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:19:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 09:19:54 551dcc360f2e: Preparing 09:19:54 5627382d0907: Preparing 09:19:54 7e4c2d92edcd: Preparing 09:19:54 9e8ee8f9c419: Preparing 09:19:54 f7ad3b2f42c6: Preparing 09:19:54 2636bab36c7f: Preparing 09:19:54 5d8daf1fb520: Preparing 09:19:54 db11caab1452: Preparing 09:19:54 994456c4fd7b: Preparing 09:19:54 5d8daf1fb520: Waiting 09:19:54 994456c4fd7b: Waiting 09:19:54 db11caab1452: Waiting 09:19:54 2636bab36c7f: Waiting 09:19:54 f7ad3b2f42c6: Layer already exists 09:19:54 9e8ee8f9c419: Layer already exists 09:19:54 551dcc360f2e: Pushed 09:19:54 5d8daf1fb520: Pushed 09:19:54 5627382d0907: Pushed 09:19:54 7e4c2d92edcd: Pushed 09:19:54 994456c4fd7b: Layer already exists 09:19:55 db11caab1452: Pushed 09:19:58 #143 ... 09:19:58 09:19:58 #147 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:19:58 #0 6.491 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 09:19:58 #147 ... 09:19:58 09:19:58 #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 09:19:58 #0 3.810 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 09:19:58 #148 ... 09:19:58 09:19:58 #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 09:19:58 #0 6.283 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 09:19:58 #149 ... 09:19:58 09:19:58 #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 09:19:58 #0 6.357 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 09:19:58 #150 ... 09:19:58 09:19:58 #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 09:19:58 #0 5.626 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 09:19:58 #151 ... 09:19:58 09:19:58 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 09:19:58 #0 5.608 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 09:19:59 #152 ... 09:19:59 09:19:59 #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 09:19:59 #0 5.848 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 09:19:59 #153 ... 09:19:59 09:19:59 #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 09:19:59 #0 4.690 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 09:20:07 2636bab36c7f: Pushed 09:20:07 be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:20:07 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:20:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 09:20:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 09:20:07 551dcc360f2e: Preparing 09:20:07 5627382d0907: Preparing 09:20:07 7e4c2d92edcd: Preparing 09:20:07 9e8ee8f9c419: Preparing 09:20:07 f7ad3b2f42c6: Preparing 09:20:07 2636bab36c7f: Preparing 09:20:07 5d8daf1fb520: Preparing 09:20:07 db11caab1452: Preparing 09:20:07 994456c4fd7b: Preparing 09:20:07 5d8daf1fb520: Waiting 09:20:07 db11caab1452: Waiting 09:20:07 2636bab36c7f: Waiting 09:20:07 994456c4fd7b: Waiting 09:20:07 5627382d0907: Layer already exists 09:20:07 f7ad3b2f42c6: Layer already exists 09:20:07 551dcc360f2e: Layer already exists 09:20:07 9e8ee8f9c419: Layer already exists 09:20:07 7e4c2d92edcd: Layer already exists 09:20:07 2636bab36c7f: Layer already exists 09:20:07 db11caab1452: Layer already exists 09:20:07 5d8daf1fb520: Layer already exists 09:20:07 994456c4fd7b: Layer already exists 09:20:07 latest: digest: sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:20:08 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:20:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.37 09:20:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 09:20:08 551dcc360f2e: Preparing 09:20:08 5627382d0907: Preparing 09:20:08 7e4c2d92edcd: Preparing 09:20:08 9e8ee8f9c419: Preparing 09:20:08 f7ad3b2f42c6: Preparing 09:20:08 2636bab36c7f: Preparing 09:20:08 5d8daf1fb520: Preparing 09:20:08 db11caab1452: Preparing 09:20:08 994456c4fd7b: Preparing 09:20:08 5d8daf1fb520: Waiting 09:20:08 db11caab1452: Waiting 09:20:08 994456c4fd7b: Waiting 09:20:08 2636bab36c7f: Waiting 09:20:08 f7ad3b2f42c6: Layer already exists 09:20:08 5627382d0907: Layer already exists 09:20:08 7e4c2d92edcd: Layer already exists 09:20:08 551dcc360f2e: Layer already exists 09:20:08 9e8ee8f9c419: Layer already exists 09:20:08 2636bab36c7f: Layer already exists 09:20:08 5d8daf1fb520: Layer already exists 09:20:08 db11caab1452: Layer already exists 09:20:08 994456c4fd7b: Layer already exists 09:20:08 4.1.0-dev.37: digest: sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:20:08 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:20:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:20:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 09:20:09 551dcc360f2e: Preparing 09:20:09 5627382d0907: Preparing 09:20:09 7e4c2d92edcd: Preparing 09:20:09 9e8ee8f9c419: Preparing 09:20:09 f7ad3b2f42c6: Preparing 09:20:09 2636bab36c7f: Preparing 09:20:09 5d8daf1fb520: Preparing 09:20:09 db11caab1452: Preparing 09:20:09 994456c4fd7b: Preparing 09:20:09 2636bab36c7f: Waiting 09:20:09 db11caab1452: Waiting 09:20:09 5d8daf1fb520: Waiting 09:20:09 994456c4fd7b: Waiting 09:20:09 551dcc360f2e: Layer already exists 09:20:09 7e4c2d92edcd: Layer already exists 09:20:09 5627382d0907: Layer already exists 09:20:09 f7ad3b2f42c6: Layer already exists 09:20:09 9e8ee8f9c419: Layer already exists 09:20:09 db11caab1452: Layer already exists 09:20:09 2636bab36c7f: Layer already exists 09:20:09 994456c4fd7b: Layer already exists 09:20:09 5d8daf1fb520: Layer already exists 09:20:09 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:20:09 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:20:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 09:20:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 09:20:09 551dcc360f2e: Preparing 09:20:09 5627382d0907: Preparing 09:20:09 7e4c2d92edcd: Preparing 09:20:09 9e8ee8f9c419: Preparing 09:20:09 f7ad3b2f42c6: Preparing 09:20:09 2636bab36c7f: Preparing 09:20:09 5d8daf1fb520: Preparing 09:20:09 db11caab1452: Preparing 09:20:09 994456c4fd7b: Preparing 09:20:09 5d8daf1fb520: Waiting 09:20:09 db11caab1452: Waiting 09:20:09 994456c4fd7b: Waiting 09:20:09 2636bab36c7f: Waiting 09:20:09 f7ad3b2f42c6: Layer already exists 09:20:09 551dcc360f2e: Layer already exists 09:20:09 5627382d0907: Layer already exists 09:20:09 9e8ee8f9c419: Layer already exists 09:20:09 5d8daf1fb520: Layer already exists 09:20:09 2636bab36c7f: Layer already exists 09:20:09 db11caab1452: Layer already exists 09:20:09 994456c4fd7b: Layer already exists 09:20:09 7e4c2d92edcd: Layer already exists 09:20:09 main: digest: sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:20:09 ===================================================== [Pipeline] echo 09:20:09 taggedImages: 09:20:09 - nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:20:09 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 09:20:09 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.37 09:20:09 - nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:20:09 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 09:20:09 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 09:20:09 be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:20:09 latest 09:20:09 4.1.0-dev.37 09:20:09 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:20:09 main 09:20:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:20:10 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:20:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:20:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 09:20:10 cfec18c64a60: Preparing 09:20:10 9957843ef670: Preparing 09:20:10 e7d95e5a6a4f: Preparing 09:20:10 9e8ee8f9c419: Preparing 09:20:10 f7ad3b2f42c6: Preparing 09:20:10 0e6ce5b328ba: Preparing 09:20:10 a4416b020f32: Preparing 09:20:10 8fc32cb97978: Preparing 09:20:10 994456c4fd7b: Preparing 09:20:10 0e6ce5b328ba: Waiting 09:20:10 a4416b020f32: Waiting 09:20:10 8fc32cb97978: Waiting 09:20:10 994456c4fd7b: Waiting 09:20:10 cfec18c64a60: Layer already exists 09:20:10 f7ad3b2f42c6: Layer already exists 09:20:10 9e8ee8f9c419: Layer already exists 09:20:10 0e6ce5b328ba: Layer already exists 09:20:10 a4416b020f32: Layer already exists 09:20:10 8fc32cb97978: Layer already exists 09:20:10 994456c4fd7b: Layer already exists 09:20:10 9957843ef670: Pushed 09:20:10 e7d95e5a6a4f: Pushed 09:20:10 be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:d76936e8cd8f568af43e9354afbbe9a564014ca3e8d130459bdc47ade7000c94 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:20:11 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:20:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 09:20:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 09:20:11 cfec18c64a60: Preparing 09:20:11 9957843ef670: Preparing 09:20:11 e7d95e5a6a4f: Preparing 09:20:11 9e8ee8f9c419: Preparing 09:20:11 f7ad3b2f42c6: Preparing 09:20:11 0e6ce5b328ba: Preparing 09:20:11 a4416b020f32: Preparing 09:20:11 8fc32cb97978: Preparing 09:20:11 994456c4fd7b: Preparing 09:20:11 a4416b020f32: Waiting 09:20:11 8fc32cb97978: Waiting 09:20:11 994456c4fd7b: Waiting 09:20:11 0e6ce5b328ba: Waiting 09:20:11 9957843ef670: Layer already exists 09:20:11 e7d95e5a6a4f: Layer already exists 09:20:11 f7ad3b2f42c6: Layer already exists 09:20:11 9e8ee8f9c419: Layer already exists 09:20:11 cfec18c64a60: Layer already exists 09:20:11 a4416b020f32: Layer already exists 09:20:11 8fc32cb97978: Layer already exists 09:20:11 994456c4fd7b: Layer already exists 09:20:11 0e6ce5b328ba: Layer already exists 09:20:11 latest: digest: sha256:d76936e8cd8f568af43e9354afbbe9a564014ca3e8d130459bdc47ade7000c94 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:20:11 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:20:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.37 09:20:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 09:20:12 cfec18c64a60: Preparing 09:20:12 9957843ef670: Preparing 09:20:12 e7d95e5a6a4f: Preparing 09:20:12 9e8ee8f9c419: Preparing 09:20:12 f7ad3b2f42c6: Preparing 09:20:12 0e6ce5b328ba: Preparing 09:20:12 a4416b020f32: Preparing 09:20:12 8fc32cb97978: Preparing 09:20:12 994456c4fd7b: Preparing 09:20:12 0e6ce5b328ba: Waiting 09:20:12 a4416b020f32: Waiting 09:20:12 994456c4fd7b: Waiting 09:20:12 8fc32cb97978: Waiting 09:20:12 e7d95e5a6a4f: Layer already exists 09:20:12 f7ad3b2f42c6: Layer already exists 09:20:12 9957843ef670: Layer already exists 09:20:12 cfec18c64a60: Layer already exists 09:20:12 9e8ee8f9c419: Layer already exists 09:20:12 0e6ce5b328ba: Layer already exists 09:20:12 8fc32cb97978: Layer already exists 09:20:12 a4416b020f32: Layer already exists 09:20:12 994456c4fd7b: Layer already exists 09:20:12 4.1.0-dev.37: digest: sha256:d76936e8cd8f568af43e9354afbbe9a564014ca3e8d130459bdc47ade7000c94 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:20:12 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:20:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:20:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 09:20:12 cfec18c64a60: Preparing 09:20:12 9957843ef670: Preparing 09:20:12 e7d95e5a6a4f: Preparing 09:20:12 9e8ee8f9c419: Preparing 09:20:12 f7ad3b2f42c6: Preparing 09:20:12 0e6ce5b328ba: Preparing 09:20:12 a4416b020f32: Preparing 09:20:12 8fc32cb97978: Preparing 09:20:12 994456c4fd7b: Preparing 09:20:12 0e6ce5b328ba: Waiting 09:20:12 8fc32cb97978: Waiting 09:20:12 a4416b020f32: Waiting 09:20:12 994456c4fd7b: Waiting 09:20:12 cfec18c64a60: Layer already exists 09:20:12 9957843ef670: Layer already exists 09:20:12 9e8ee8f9c419: Layer already exists 09:20:12 e7d95e5a6a4f: Layer already exists 09:20:12 f7ad3b2f42c6: Layer already exists 09:20:12 8fc32cb97978: Layer already exists 09:20:12 0e6ce5b328ba: Layer already exists 09:20:12 a4416b020f32: Layer already exists 09:20:12 994456c4fd7b: Layer already exists 09:20:12 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:d76936e8cd8f568af43e9354afbbe9a564014ca3e8d130459bdc47ade7000c94 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:20:13 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:20:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 09:20:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 09:20:13 cfec18c64a60: Preparing 09:20:13 9957843ef670: Preparing 09:20:13 e7d95e5a6a4f: Preparing 09:20:13 9e8ee8f9c419: Preparing 09:20:13 f7ad3b2f42c6: Preparing 09:20:13 0e6ce5b328ba: Preparing 09:20:13 a4416b020f32: Preparing 09:20:13 8fc32cb97978: Preparing 09:20:13 994456c4fd7b: Preparing 09:20:13 a4416b020f32: Waiting 09:20:13 8fc32cb97978: Waiting 09:20:13 994456c4fd7b: Waiting 09:20:13 0e6ce5b328ba: Waiting 09:20:13 f7ad3b2f42c6: Layer already exists 09:20:13 9957843ef670: Layer already exists 09:20:13 e7d95e5a6a4f: Layer already exists 09:20:13 9e8ee8f9c419: Layer already exists 09:20:13 cfec18c64a60: Layer already exists 09:20:13 a4416b020f32: Layer already exists 09:20:13 0e6ce5b328ba: Layer already exists 09:20:13 8fc32cb97978: Layer already exists 09:20:13 994456c4fd7b: Layer already exists 09:20:13 main: digest: sha256:d76936e8cd8f568af43e9354afbbe9a564014ca3e8d130459bdc47ade7000c94 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:20:13 ===================================================== [Pipeline] echo 09:20:13 taggedImages: 09:20:13 - nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:20:13 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 09:20:13 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.37 09:20:13 - nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:20:13 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 09:20:13 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 09:20:13 be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:20:13 latest 09:20:13 4.1.0-dev.37 09:20:13 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:20:13 main 09:20:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:20:13 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:20:14 + docker push nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:20:14 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 09:20:14 1f0a7e31ccb4: Preparing 09:20:14 5c06ffda24b8: Preparing 09:20:14 9e8ee8f9c419: Preparing 09:20:14 f7ad3b2f42c6: Preparing 09:20:14 123cc0fad066: Preparing 09:20:14 2e71073fa2aa: Preparing 09:20:14 994456c4fd7b: Preparing 09:20:14 2e71073fa2aa: Waiting 09:20:14 994456c4fd7b: Waiting 09:20:14 9e8ee8f9c419: Layer already exists 09:20:14 f7ad3b2f42c6: Layer already exists 09:20:14 994456c4fd7b: Layer already exists 09:20:14 123cc0fad066: Pushed 09:20:14 1f0a7e31ccb4: Pushed 09:20:14 2e71073fa2aa: Pushed 09:20:18 5c06ffda24b8: Pushed 09:20:18 be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:20:18 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:20:18 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 09:20:18 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 09:20:18 1f0a7e31ccb4: Preparing 09:20:18 5c06ffda24b8: Preparing 09:20:18 9e8ee8f9c419: Preparing 09:20:18 f7ad3b2f42c6: Preparing 09:20:18 123cc0fad066: Preparing 09:20:18 2e71073fa2aa: Preparing 09:20:18 994456c4fd7b: Preparing 09:20:18 2e71073fa2aa: Waiting 09:20:18 994456c4fd7b: Waiting 09:20:18 5c06ffda24b8: Layer already exists 09:20:18 f7ad3b2f42c6: Layer already exists 09:20:18 9e8ee8f9c419: Layer already exists 09:20:18 1f0a7e31ccb4: Layer already exists 09:20:18 123cc0fad066: Layer already exists 09:20:18 994456c4fd7b: Layer already exists 09:20:18 2e71073fa2aa: Layer already exists 09:20:18 latest: digest: sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:20:19 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:20:19 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.37 09:20:19 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 09:20:19 1f0a7e31ccb4: Preparing 09:20:19 5c06ffda24b8: Preparing 09:20:19 9e8ee8f9c419: Preparing 09:20:19 f7ad3b2f42c6: Preparing 09:20:19 123cc0fad066: Preparing 09:20:19 2e71073fa2aa: Preparing 09:20:19 994456c4fd7b: Preparing 09:20:19 2e71073fa2aa: Waiting 09:20:19 994456c4fd7b: Waiting 09:20:19 9e8ee8f9c419: Layer already exists 09:20:19 5c06ffda24b8: Layer already exists 09:20:19 1f0a7e31ccb4: Layer already exists 09:20:19 123cc0fad066: Layer already exists 09:20:19 f7ad3b2f42c6: Layer already exists 09:20:19 994456c4fd7b: Layer already exists 09:20:19 2e71073fa2aa: Layer already exists 09:20:19 4.1.0-dev.37: digest: sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:20:19 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:20:20 + docker push nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:20:20 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 09:20:20 1f0a7e31ccb4: Preparing 09:20:20 5c06ffda24b8: Preparing 09:20:20 9e8ee8f9c419: Preparing 09:20:20 f7ad3b2f42c6: Preparing 09:20:20 123cc0fad066: Preparing 09:20:20 2e71073fa2aa: Preparing 09:20:20 994456c4fd7b: Preparing 09:20:20 2e71073fa2aa: Waiting 09:20:20 994456c4fd7b: Waiting 09:20:20 1f0a7e31ccb4: Layer already exists 09:20:20 123cc0fad066: Layer already exists 09:20:20 f7ad3b2f42c6: Layer already exists 09:20:20 9e8ee8f9c419: Layer already exists 09:20:20 5c06ffda24b8: Layer already exists 09:20:20 994456c4fd7b: Layer already exists 09:20:20 2e71073fa2aa: Layer already exists 09:20:20 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:20:20 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:20:20 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 09:20:20 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 09:20:20 1f0a7e31ccb4: Preparing 09:20:20 5c06ffda24b8: Preparing 09:20:20 9e8ee8f9c419: Preparing 09:20:20 f7ad3b2f42c6: Preparing 09:20:20 123cc0fad066: Preparing 09:20:20 2e71073fa2aa: Preparing 09:20:20 994456c4fd7b: Preparing 09:20:20 2e71073fa2aa: Waiting 09:20:20 994456c4fd7b: Waiting 09:20:20 123cc0fad066: Layer already exists 09:20:20 9e8ee8f9c419: Layer already exists 09:20:20 f7ad3b2f42c6: Layer already exists 09:20:20 5c06ffda24b8: Layer already exists 09:20:20 1f0a7e31ccb4: Layer already exists 09:20:20 2e71073fa2aa: Layer already exists 09:20:20 994456c4fd7b: Layer already exists 09:20:20 main: digest: sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:20:20 ===================================================== [Pipeline] echo 09:20:20 taggedImages: 09:20:20 - nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:20:20 - nexus3.edgexfoundry.org:10004/support-notifications:latest 09:20:20 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.37 09:20:20 - nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:20:20 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 09:20:20 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 09:20:20 be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:20:20 latest 09:20:20 4.1.0-dev.37 09:20:20 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:20:20 main 09:20:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:20:21 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:20:21 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:20:21 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 09:20:21 bc9a745ecc62: Preparing 09:20:21 8c900155cfc3: Preparing 09:20:21 9e8ee8f9c419: Preparing 09:20:21 f7ad3b2f42c6: Preparing 09:20:21 8720163258b5: Preparing 09:20:21 4f163ae394a1: Preparing 09:20:21 994456c4fd7b: Preparing 09:20:21 4f163ae394a1: Waiting 09:20:21 994456c4fd7b: Waiting 09:20:21 9e8ee8f9c419: Layer already exists 09:20:21 f7ad3b2f42c6: Layer already exists 09:20:21 994456c4fd7b: Layer already exists 09:20:21 8720163258b5: Pushed 09:20:21 bc9a745ecc62: Pushed 09:20:21 4f163ae394a1: Pushed 09:20:25 8c900155cfc3: Pushed 09:20:25 be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:cfd8da5041bfba297ebbf8cf40c2fa6d0585fb132be1f2782cc96fbbfeb50d04 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:20:26 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:20:26 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 09:20:26 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 09:20:26 bc9a745ecc62: Preparing 09:20:26 8c900155cfc3: Preparing 09:20:26 9e8ee8f9c419: Preparing 09:20:26 f7ad3b2f42c6: Preparing 09:20:26 8720163258b5: Preparing 09:20:26 4f163ae394a1: Preparing 09:20:26 994456c4fd7b: Preparing 09:20:26 4f163ae394a1: Waiting 09:20:26 994456c4fd7b: Waiting 09:20:26 8720163258b5: Layer already exists 09:20:26 f7ad3b2f42c6: Layer already exists 09:20:26 9e8ee8f9c419: Layer already exists 09:20:26 8c900155cfc3: Layer already exists 09:20:26 bc9a745ecc62: Layer already exists 09:20:26 994456c4fd7b: Layer already exists 09:20:26 4f163ae394a1: Layer already exists 09:20:26 latest: digest: sha256:cfd8da5041bfba297ebbf8cf40c2fa6d0585fb132be1f2782cc96fbbfeb50d04 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:20:26 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:20:27 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.37 09:20:27 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 09:20:27 bc9a745ecc62: Preparing 09:20:27 8c900155cfc3: Preparing 09:20:27 9e8ee8f9c419: Preparing 09:20:27 f7ad3b2f42c6: Preparing 09:20:27 8720163258b5: Preparing 09:20:27 4f163ae394a1: Preparing 09:20:27 994456c4fd7b: Preparing 09:20:27 4f163ae394a1: Waiting 09:20:27 994456c4fd7b: Waiting 09:20:27 8720163258b5: Layer already exists 09:20:27 8c900155cfc3: Layer already exists 09:20:27 bc9a745ecc62: Layer already exists 09:20:27 f7ad3b2f42c6: Layer already exists 09:20:27 9e8ee8f9c419: Layer already exists 09:20:27 4f163ae394a1: Layer already exists 09:20:27 994456c4fd7b: Layer already exists 09:20:27 4.1.0-dev.37: digest: sha256:cfd8da5041bfba297ebbf8cf40c2fa6d0585fb132be1f2782cc96fbbfeb50d04 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:20:27 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:20:27 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:20:27 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 09:20:27 bc9a745ecc62: Preparing 09:20:27 8c900155cfc3: Preparing 09:20:27 9e8ee8f9c419: Preparing 09:20:27 f7ad3b2f42c6: Preparing 09:20:27 8720163258b5: Preparing 09:20:27 4f163ae394a1: Preparing 09:20:27 994456c4fd7b: Preparing 09:20:27 4f163ae394a1: Waiting 09:20:27 994456c4fd7b: Waiting 09:20:27 8720163258b5: Layer already exists 09:20:27 f7ad3b2f42c6: Layer already exists 09:20:27 9e8ee8f9c419: Layer already exists 09:20:27 8c900155cfc3: Layer already exists 09:20:27 bc9a745ecc62: Layer already exists 09:20:27 4f163ae394a1: Layer already exists 09:20:27 994456c4fd7b: Layer already exists 09:20:27 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:cfd8da5041bfba297ebbf8cf40c2fa6d0585fb132be1f2782cc96fbbfeb50d04 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:20:28 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:20:28 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 09:20:28 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 09:20:28 bc9a745ecc62: Preparing 09:20:28 8c900155cfc3: Preparing 09:20:28 9e8ee8f9c419: Preparing 09:20:28 f7ad3b2f42c6: Preparing 09:20:28 8720163258b5: Preparing 09:20:28 4f163ae394a1: Preparing 09:20:28 994456c4fd7b: Preparing 09:20:28 994456c4fd7b: Waiting 09:20:28 4f163ae394a1: Waiting 09:20:28 9e8ee8f9c419: Layer already exists 09:20:28 f7ad3b2f42c6: Layer already exists 09:20:28 8720163258b5: Layer already exists 09:20:28 8c900155cfc3: Layer already exists 09:20:28 bc9a745ecc62: Layer already exists 09:20:28 4f163ae394a1: Layer already exists 09:20:28 994456c4fd7b: Layer already exists 09:20:28 main: digest: sha256:cfd8da5041bfba297ebbf8cf40c2fa6d0585fb132be1f2782cc96fbbfeb50d04 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:20:28 ===================================================== [Pipeline] echo 09:20:28 taggedImages: 09:20:28 - nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:20:28 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 09:20:28 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.37 09:20:28 - nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:20:28 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 09:20:28 ========================================================= 09:20:28 [edgeXBuildMultiArch] RAW Config: 09:20:28 images: 09:20:28 - nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:20:28 - nexus3.edgexfoundry.org:10004/core-command:latest 09:20:28 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.37 09:20:28 - nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:20:28 - nexus3.edgexfoundry.org:10004/core-command:main 09:20:28 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:20:28 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 09:20:28 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.37 09:20:28 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:20:28 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 09:20:28 - nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:20:28 - nexus3.edgexfoundry.org:10004/core-data:latest 09:20:28 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.37 09:20:28 - nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:20:28 - nexus3.edgexfoundry.org:10004/core-data:main 09:20:28 - nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:20:28 - nexus3.edgexfoundry.org:10004/core-keeper:latest 09:20:28 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.37 09:20:28 - nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:20:28 - nexus3.edgexfoundry.org:10004/core-keeper:main 09:20:28 - nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:20:28 - nexus3.edgexfoundry.org:10004/core-metadata:latest 09:20:28 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.37 09:20:28 - nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:20:28 - nexus3.edgexfoundry.org:10004/core-metadata:main 09:20:28 - nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:20:28 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 09:20:28 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.37 09:20:28 - nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:20:28 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 09:20:28 - nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:20:28 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 09:20:28 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.37 09:20:28 - nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:20:28 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 09:20:28 - nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:20:28 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 09:20:28 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.37 09:20:28 - nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:20:28 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 09:20:28 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:20:28 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 09:20:28 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.37 09:20:28 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:20:28 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 09:20:28 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:20:28 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 09:20:28 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.37 09:20:28 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:20:28 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 09:20:28 - nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:20:28 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 09:20:28 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.37 09:20:28 - nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:20:28 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 09:20:28 - nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:20:28 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 09:20:28 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.37 09:20:28 - nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:20:28 - nexus3.edgexfoundry.org:10004/security-spire-config:main 09:20:28 - nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:20:28 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 09:20:28 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.37 09:20:28 - nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:20:28 - nexus3.edgexfoundry.org:10004/security-spire-server:main 09:20:28 - nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:20:28 - nexus3.edgexfoundry.org:10004/support-notifications:latest 09:20:28 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.37 09:20:28 - nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:20:28 - nexus3.edgexfoundry.org:10004/support-notifications:main 09:20:28 - nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:20:28 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 09:20:28 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.37 09:20:28 - nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:20:28 - nexus3.edgexfoundry.org:10004/support-scheduler:main 09:20:28 settingsFile: 09:20:28 edgex-go-settings 09:20:28 ========================================================= [Pipeline] node 09:20:43 Still waiting to schedule task 09:20:43 All nodes of label ‘centos7-docker-4c-2g’ are offline 09:21:41 Running on prd-centos7-docker-4c-2g-4661 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:21:41 provisioning config files... 09:21:41 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config4645435426106171098tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:21:43 ---> ****-login.sh 09:21:43 nexus3.edgexfoundry.org:10001 09:21:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:21:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:21:44 Configure a credential helper to remove this warning. See 09:21:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:21:44 09:21:44 Login Succeeded 09:21:44 nexus3.edgexfoundry.org:10002 09:21:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:21:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:21:44 Configure a credential helper to remove this warning. See 09:21:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:21:44 09:21:44 Login Succeeded 09:21:44 nexus3.edgexfoundry.org:10003 09:21:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:21:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:21:44 Configure a credential helper to remove this warning. See 09:21:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:21:44 09:21:44 Login Succeeded 09:21:44 nexus3.edgexfoundry.org:10004 09:21:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:21:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:21:44 Configure a credential helper to remove this warning. See 09:21:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:21:44 09:21:44 Login Succeeded 09:21:44 ****.io 09:21:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:21:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:21:45 Configure a credential helper to remove this warning. See 09:21:45 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:21:45 09:21:45 Login Succeeded 09:21:45 ---> ****-login.sh ends [Pipeline] } 09:21:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:21:45 + docker buildx ls 09:21:45 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 09:21:45 default * docker 09:21:45 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 09:21:46 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 09:21:46 edgex-builder [Pipeline] sh 09:21:46 + docker buildx inspect --bootstrap 09:21:46 #1 [internal] booting buildkit 09:21:46 #1 pulling image moby/buildkit:buildx-stable-1 09:21:49 #1 pulling image moby/buildkit:buildx-stable-1 3.0s done 09:21:49 #1 creating container buildx_buildkit_edgex-builder0 09:21:50 #1 creating container buildx_buildkit_edgex-builder0 1.4s done 09:21:50 #1 DONE 4.4s 09:21:50 Name: edgex-builder 09:21:50 Driver: docker-container 09:21:50 09:21:50 Nodes: 09:21:50 Name: edgex-builder0 09:21:50 Endpoint: unix:///var/run/docker.sock 09:21:50 Status: running 09:21:50 Buildkit: v0.22.0 09:21:50 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 09:21:50 + docker buildx ls 09:21:50 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 09:21:50 edgex-builder * docker-container 09:21:50 edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 09:21:50 default docker 09:21:50 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 09:21:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29' 09:21:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 --push - 09:21:51 #1 [internal] load build definition from Dockerfile 09:21:51 #1 transferring dockerfile: 197B done 09:21:51 #1 DONE 0.0s 09:21:51 09:21:51 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:21:51 #2 DONE 0.1s 09:21:51 09:21:51 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:21:51 #3 DONE 0.1s 09:21:51 09:21:51 #4 [internal] load .dockerignore 09:21:51 #4 transferring context: 2B done 09:21:51 #4 DONE 0.0s 09:21:51 09:21:51 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d 09:21:51 #5 resolve nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d 0.0s done 09:21:51 #5 DONE 0.0s 09:21:51 09:21:51 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d 09:21:51 #6 resolve nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d 0.0s done 09:21:51 #6 DONE 0.1s 09:21:51 09:21:51 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 09:21:51 #7 DONE 0.0s 09:21:51 09:21:51 #8 exporting to image 09:21:51 #8 exporting layers done 09:21:51 #8 exporting manifest sha256:36e39ef4b260900f2791a4df01cdd05b0ffac5355044a1ec4e488045132fd6ca 0.0s done 09:21:51 #8 exporting config sha256:794190025d099e3a0ad6b314abdb974734f5cb6aa46647c4c5e18583a46f17cc done 09:21:51 #8 exporting manifest sha256:5bf58b183764ecb81316dcb91ae60930548ab05a84488806fb4221fed19a5d70 done 09:21:51 #8 exporting config sha256:9b1d1b95c9b66de68a2aeeffbc4abd24f3dd2bb162fbafc8488113aaaa40b39d done 09:21:51 #8 exporting manifest list sha256:35c3b6812bef2528fbf317414bde6fcf0b7ce4041e895311d843f8eba631af58 done 09:21:51 #8 pushing layers 0.1s done 09:21:51 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:35c3b6812bef2528fbf317414bde6fcf0b7ce4041e895311d843f8eba631af58 09:21:51 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:21:51 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:35c3b6812bef2528fbf317414bde6fcf0b7ce4041e895311d843f8eba631af58 0.1s done 09:21:51 #8 DONE 0.2s 09:21:51 09:21:51 1 warning found (use --debug to expand): 09:21:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:21:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' 09:21:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - 09:21:52 #1 [internal] load build definition from Dockerfile 09:21:52 #1 transferring dockerfile: 163B done 09:21:52 #1 DONE 0.0s 09:21:52 09:21:52 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 09:21:52 #2 DONE 0.0s 09:21:52 09:21:52 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 09:21:52 #3 DONE 0.0s 09:21:52 09:21:52 #4 [internal] load .dockerignore 09:21:52 #4 transferring context: 2B done 09:21:52 #4 DONE 0.0s 09:21:52 09:21:52 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d 09:21:52 #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d 0.0s done 09:21:52 #5 DONE 0.0s 09:21:52 09:21:52 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d 09:21:52 #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d 0.0s done 09:21:52 #6 CACHED 09:21:52 09:21:52 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d 09:21:52 #5 CACHED 09:21:52 09:21:52 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 09:21:52 #7 DONE 0.0s 09:21:52 09:21:52 #8 exporting to image 09:21:52 #8 exporting layers done 09:21:52 #8 exporting manifest sha256:36e39ef4b260900f2791a4df01cdd05b0ffac5355044a1ec4e488045132fd6ca done 09:21:52 #8 exporting config sha256:794190025d099e3a0ad6b314abdb974734f5cb6aa46647c4c5e18583a46f17cc done 09:21:52 #8 exporting manifest sha256:5bf58b183764ecb81316dcb91ae60930548ab05a84488806fb4221fed19a5d70 done 09:21:52 #8 exporting config sha256:9b1d1b95c9b66de68a2aeeffbc4abd24f3dd2bb162fbafc8488113aaaa40b39d done 09:21:52 #8 exporting manifest list sha256:35c3b6812bef2528fbf317414bde6fcf0b7ce4041e895311d843f8eba631af58 done 09:21:52 #8 pushing layers 0.0s done 09:21:52 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:35c3b6812bef2528fbf317414bde6fcf0b7ce4041e895311d843f8eba631af58 0.1s done 09:21:52 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:21:52 #8 DONE 0.1s 09:21:52 09:21:52 1 warning found (use --debug to expand): 09:21:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:21:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.37' 09:21:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.37 --push - 09:21:52 #1 [internal] load build definition from Dockerfile 09:21:52 #1 transferring dockerfile: 169B done 09:21:52 #1 DONE 0.0s 09:21:52 09:21:52 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.37 09:21:52 #2 DONE 0.0s 09:21:52 09:21:52 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.37 09:21:52 #3 DONE 0.0s 09:21:52 09:21:52 #4 [internal] load .dockerignore 09:21:52 #4 transferring context: 2B done 09:21:52 #4 DONE 0.0s 09:21:52 09:21:52 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.37@sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d 09:21:52 #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.37@sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d 0.0s done 09:21:52 #5 CACHED 09:21:52 09:21:52 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.37@sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d 09:21:52 #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.37@sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d 0.0s done 09:21:52 #6 CACHED 09:21:52 09:21:52 #7 exporting to image 09:21:52 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:21:52 #7 exporting layers done 09:21:52 #7 exporting manifest sha256:36e39ef4b260900f2791a4df01cdd05b0ffac5355044a1ec4e488045132fd6ca done 09:21:52 #7 exporting config sha256:794190025d099e3a0ad6b314abdb974734f5cb6aa46647c4c5e18583a46f17cc done 09:21:52 #7 exporting manifest sha256:5bf58b183764ecb81316dcb91ae60930548ab05a84488806fb4221fed19a5d70 done 09:21:52 #7 exporting config sha256:9b1d1b95c9b66de68a2aeeffbc4abd24f3dd2bb162fbafc8488113aaaa40b39d done 09:21:52 #7 exporting manifest list sha256:35c3b6812bef2528fbf317414bde6fcf0b7ce4041e895311d843f8eba631af58 done 09:21:52 #7 pushing layers 0.0s done 09:21:52 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.37@sha256:35c3b6812bef2528fbf317414bde6fcf0b7ce4041e895311d843f8eba631af58 0.1s done 09:21:52 #7 DONE 0.1s 09:21:52 09:21:52 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 09:21:52 #8 DONE 0.0s 09:21:52 09:21:52 1 warning found (use --debug to expand): 09:21:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:21:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37' 09:21:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 --push - 09:21:53 #1 [internal] load build definition from Dockerfile 09:21:53 #1 transferring dockerfile: 210B done 09:21:53 #1 DONE 0.0s 09:21:53 09:21:53 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:21:53 #2 DONE 0.0s 09:21:53 09:21:53 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:21:53 #3 DONE 0.0s 09:21:53 09:21:53 #4 [internal] load .dockerignore 09:21:53 #4 transferring context: 2B done 09:21:53 #4 DONE 0.0s 09:21:53 09:21:53 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d 09:21:53 #5 resolve nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d 0.0s done 09:21:53 #5 DONE 0.0s 09:21:53 09:21:53 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d 09:21:53 #6 resolve nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d 0.0s done 09:21:53 #6 CACHED 09:21:53 09:21:53 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d 09:21:53 #5 CACHED 09:21:53 09:21:53 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 09:21:53 #7 DONE 0.0s 09:21:53 09:21:53 #8 exporting to image 09:21:53 #8 exporting layers done 09:21:53 #8 exporting manifest sha256:36e39ef4b260900f2791a4df01cdd05b0ffac5355044a1ec4e488045132fd6ca done 09:21:53 #8 exporting config sha256:794190025d099e3a0ad6b314abdb974734f5cb6aa46647c4c5e18583a46f17cc done 09:21:53 #8 exporting manifest sha256:5bf58b183764ecb81316dcb91ae60930548ab05a84488806fb4221fed19a5d70 done 09:21:53 #8 exporting config sha256:9b1d1b95c9b66de68a2aeeffbc4abd24f3dd2bb162fbafc8488113aaaa40b39d done 09:21:53 #8 exporting manifest list sha256:35c3b6812bef2528fbf317414bde6fcf0b7ce4041e895311d843f8eba631af58 done 09:21:53 #8 pushing layers 0.0s done 09:21:53 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:35c3b6812bef2528fbf317414bde6fcf0b7ce4041e895311d843f8eba631af58 0.1s done 09:21:53 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:21:53 #8 DONE 0.1s 09:21:53 09:21:53 1 warning found (use --debug to expand): 09:21:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:21:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' 09:21:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - 09:21:53 #1 [internal] load build definition from Dockerfile 09:21:53 #1 transferring dockerfile: 161B done 09:21:53 #1 DONE 0.0s 09:21:53 09:21:53 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 09:21:53 #2 DONE 0.0s 09:21:53 09:21:53 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 09:21:53 #3 DONE 0.0s 09:21:53 09:21:53 #4 [internal] load .dockerignore 09:21:53 #4 transferring context: 2B done 09:21:53 #4 DONE 0.0s 09:21:53 09:21:53 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d 09:21:53 #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d 09:21:53 #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d 0.0s done 09:21:53 #5 CACHED 09:21:53 09:21:53 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d 09:21:53 #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:1acd09d04c4b5fb3b3decb9207727c0a2f61e41d2d0bdce10819b9fa0c820f5d 0.0s done 09:21:53 #6 CACHED 09:21:53 09:21:53 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 09:21:53 #7 DONE 0.0s 09:21:53 09:21:53 #8 exporting to image 09:21:53 #8 exporting layers done 09:21:53 #8 exporting manifest sha256:36e39ef4b260900f2791a4df01cdd05b0ffac5355044a1ec4e488045132fd6ca done 09:21:53 #8 exporting config sha256:794190025d099e3a0ad6b314abdb974734f5cb6aa46647c4c5e18583a46f17cc done 09:21:53 #8 exporting manifest sha256:5bf58b183764ecb81316dcb91ae60930548ab05a84488806fb4221fed19a5d70 done 09:21:53 #8 exporting config sha256:9b1d1b95c9b66de68a2aeeffbc4abd24f3dd2bb162fbafc8488113aaaa40b39d done 09:21:53 #8 exporting manifest list sha256:35c3b6812bef2528fbf317414bde6fcf0b7ce4041e895311d843f8eba631af58 done 09:21:53 #8 pushing layers 0.0s done 09:21:53 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:35c3b6812bef2528fbf317414bde6fcf0b7ce4041e895311d843f8eba631af58 0.1s done 09:21:53 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:21:53 #8 DONE 0.1s 09:21:53 09:21:53 1 warning found (use --debug to expand): 09:21:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:21:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29' 09:21:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 --push - 09:21:54 #1 [internal] load build definition from Dockerfile 09:21:54 #1 transferring dockerfile: 216B done 09:21:54 #1 DONE 0.0s 09:21:54 09:21:54 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:21:54 #2 DONE 0.0s 09:21:54 09:21:54 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:21:54 #3 DONE 0.0s 09:21:54 09:21:54 #4 [internal] load .dockerignore 09:21:54 #4 transferring context: 2B done 09:21:54 #4 DONE 0.0s 09:21:54 09:21:54 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:4e9f364a7aab8c58a49b3e1d87bd3a18f191534cf6317f6b5adfab99adc34dea 09:21:54 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:4e9f364a7aab8c58a49b3e1d87bd3a18f191534cf6317f6b5adfab99adc34dea 09:21:54 #5 ... 09:21:54 09:21:54 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:4e9f364a7aab8c58a49b3e1d87bd3a18f191534cf6317f6b5adfab99adc34dea 09:21:54 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:4e9f364a7aab8c58a49b3e1d87bd3a18f191534cf6317f6b5adfab99adc34dea 0.0s done 09:21:54 #6 DONE 0.1s 09:21:54 09:21:54 #7 exporting to image 09:21:54 #7 exporting layers done 09:21:54 #7 exporting manifest sha256:a49bc7d87e278f2ad9d0d1958caba90edc8849519801bc1fdc414bbc854fc018 done 09:21:54 #7 exporting config sha256:7d4c7c90bb987b4f4b2c3180c8e77418bf8b8bb4fe37dbd7f494cdb147fa0e4c done 09:21:54 #7 exporting manifest sha256:643c59dbc78ad5380a8a143b6b82c0296e22fc9c669e89a1dc3f3f4631c328aa done 09:21:54 #7 exporting config sha256:334c6ba6b44834b79d7f51e2184b3a3d89bf36187b99f4e6e6509a4d0169e0ee done 09:21:54 #7 exporting manifest list sha256:649b6eb6ebf9a09e165fa55bb19c25bea0bfbe8950cab028095c9272d99e52f7 09:21:54 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:21:54 #7 ... 09:21:54 09:21:54 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 09:21:54 #8 DONE 0.0s 09:21:54 09:21:54 #7 exporting to image 09:21:54 #7 exporting manifest list sha256:649b6eb6ebf9a09e165fa55bb19c25bea0bfbe8950cab028095c9272d99e52f7 done 09:21:54 #7 pushing layers 0.1s done 09:21:54 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:649b6eb6ebf9a09e165fa55bb19c25bea0bfbe8950cab028095c9272d99e52f7 09:21:54 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:649b6eb6ebf9a09e165fa55bb19c25bea0bfbe8950cab028095c9272d99e52f7 0.1s done 09:21:54 #7 DONE 0.2s 09:21:54 09:21:54 1 warning found (use --debug to expand): 09:21:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:21:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' 09:21:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - 09:21:55 #1 [internal] load build definition from Dockerfile 09:21:55 #1 transferring dockerfile: 182B done 09:21:55 #1 DONE 0.0s 09:21:55 09:21:55 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 09:21:55 #2 DONE 0.0s 09:21:55 09:21:55 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 09:21:55 #3 DONE 0.0s 09:21:55 09:21:55 #4 [internal] load .dockerignore 09:21:55 #4 transferring context: 2B done 09:21:55 #4 DONE 0.0s 09:21:55 09:21:55 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:4e9f364a7aab8c58a49b3e1d87bd3a18f191534cf6317f6b5adfab99adc34dea 09:21:55 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:4e9f364a7aab8c58a49b3e1d87bd3a18f191534cf6317f6b5adfab99adc34dea 0.0s done 09:21:55 #5 CACHED 09:21:55 09:21:55 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:4e9f364a7aab8c58a49b3e1d87bd3a18f191534cf6317f6b5adfab99adc34dea 09:21:55 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:4e9f364a7aab8c58a49b3e1d87bd3a18f191534cf6317f6b5adfab99adc34dea 0.0s done 09:21:55 #6 CACHED 09:21:55 09:21:55 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 09:21:55 #7 DONE 0.0s 09:21:55 09:21:55 #8 exporting to image 09:21:55 #8 exporting layers done 09:21:55 #8 exporting manifest sha256:a49bc7d87e278f2ad9d0d1958caba90edc8849519801bc1fdc414bbc854fc018 done 09:21:55 #8 exporting config sha256:7d4c7c90bb987b4f4b2c3180c8e77418bf8b8bb4fe37dbd7f494cdb147fa0e4c done 09:21:55 #8 exporting manifest sha256:643c59dbc78ad5380a8a143b6b82c0296e22fc9c669e89a1dc3f3f4631c328aa done 09:21:55 #8 exporting config sha256:334c6ba6b44834b79d7f51e2184b3a3d89bf36187b99f4e6e6509a4d0169e0ee done 09:21:55 #8 exporting manifest list sha256:649b6eb6ebf9a09e165fa55bb19c25bea0bfbe8950cab028095c9272d99e52f7 done 09:21:55 #8 pushing layers 0.0s done 09:21:55 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:649b6eb6ebf9a09e165fa55bb19c25bea0bfbe8950cab028095c9272d99e52f7 0.1s done 09:21:55 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:21:55 #8 DONE 0.1s 09:21:55 09:21:55 1 warning found (use --debug to expand): 09:21:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:21:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.37' 09:21:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.37 --push - 09:21:55 #1 [internal] load build definition from Dockerfile 09:21:55 #1 transferring dockerfile: 188B done 09:21:55 #1 DONE 0.0s 09:21:55 09:21:55 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.37 09:21:55 #2 DONE 0.0s 09:21:55 09:21:55 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.37 09:21:55 #3 DONE 0.0s 09:21:55 09:21:55 #4 [internal] load .dockerignore 09:21:55 #4 transferring context: 2B done 09:21:55 #4 DONE 0.0s 09:21:55 09:21:55 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.37@sha256:4e9f364a7aab8c58a49b3e1d87bd3a18f191534cf6317f6b5adfab99adc34dea 09:21:55 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.37@sha256:4e9f364a7aab8c58a49b3e1d87bd3a18f191534cf6317f6b5adfab99adc34dea 0.0s done 09:21:55 #5 CACHED 09:21:55 09:21:55 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.37@sha256:4e9f364a7aab8c58a49b3e1d87bd3a18f191534cf6317f6b5adfab99adc34dea 09:21:55 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.37@sha256:4e9f364a7aab8c58a49b3e1d87bd3a18f191534cf6317f6b5adfab99adc34dea 0.0s done 09:21:55 #6 CACHED 09:21:55 09:21:55 #7 exporting to image 09:21:55 #7 exporting layers done 09:21:55 #7 exporting manifest sha256:a49bc7d87e278f2ad9d0d1958caba90edc8849519801bc1fdc414bbc854fc018 done 09:21:55 #7 exporting config sha256:7d4c7c90bb987b4f4b2c3180c8e77418bf8b8bb4fe37dbd7f494cdb147fa0e4c done 09:21:55 #7 exporting manifest sha256:643c59dbc78ad5380a8a143b6b82c0296e22fc9c669e89a1dc3f3f4631c328aa done 09:21:55 #7 exporting config sha256:334c6ba6b44834b79d7f51e2184b3a3d89bf36187b99f4e6e6509a4d0169e0ee done 09:21:55 #7 exporting manifest list sha256:649b6eb6ebf9a09e165fa55bb19c25bea0bfbe8950cab028095c9272d99e52f7 done 09:21:55 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:21:55 #7 pushing layers 0.0s done 09:21:55 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.37@sha256:649b6eb6ebf9a09e165fa55bb19c25bea0bfbe8950cab028095c9272d99e52f7 0.1s done 09:21:55 #7 DONE 0.1s 09:21:55 09:21:55 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 09:21:55 #8 DONE 0.0s 09:21:55 09:21:55 1 warning found (use --debug to expand): 09:21:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:21:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37' 09:21:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 --push - 09:21:56 #1 [internal] load build definition from Dockerfile 09:21:56 #1 transferring dockerfile: 229B done 09:21:56 #1 DONE 0.0s 09:21:56 09:21:56 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:21:56 #2 DONE 0.0s 09:21:56 09:21:56 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:21:56 #3 DONE 0.0s 09:21:56 09:21:56 #4 [internal] load .dockerignore 09:21:56 #4 transferring context: 2B done 09:21:56 #4 DONE 0.0s 09:21:56 09:21:56 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:4e9f364a7aab8c58a49b3e1d87bd3a18f191534cf6317f6b5adfab99adc34dea 09:21:56 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:4e9f364a7aab8c58a49b3e1d87bd3a18f191534cf6317f6b5adfab99adc34dea 0.0s done 09:21:56 #5 DONE 0.0s 09:21:56 09:21:56 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:4e9f364a7aab8c58a49b3e1d87bd3a18f191534cf6317f6b5adfab99adc34dea 09:21:56 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:4e9f364a7aab8c58a49b3e1d87bd3a18f191534cf6317f6b5adfab99adc34dea 0.0s done 09:21:56 #6 CACHED 09:21:56 09:21:56 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:4e9f364a7aab8c58a49b3e1d87bd3a18f191534cf6317f6b5adfab99adc34dea 09:21:56 #5 CACHED 09:21:56 09:21:56 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 09:21:56 #7 DONE 0.0s 09:21:56 09:21:56 #8 exporting to image 09:21:56 #8 exporting layers done 09:21:56 #8 exporting manifest sha256:a49bc7d87e278f2ad9d0d1958caba90edc8849519801bc1fdc414bbc854fc018 done 09:21:56 #8 exporting config sha256:7d4c7c90bb987b4f4b2c3180c8e77418bf8b8bb4fe37dbd7f494cdb147fa0e4c done 09:21:56 #8 exporting manifest sha256:643c59dbc78ad5380a8a143b6b82c0296e22fc9c669e89a1dc3f3f4631c328aa done 09:21:56 #8 exporting config sha256:334c6ba6b44834b79d7f51e2184b3a3d89bf36187b99f4e6e6509a4d0169e0ee done 09:21:56 #8 exporting manifest list sha256:649b6eb6ebf9a09e165fa55bb19c25bea0bfbe8950cab028095c9272d99e52f7 done 09:21:56 #8 pushing layers 0.0s done 09:21:56 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:649b6eb6ebf9a09e165fa55bb19c25bea0bfbe8950cab028095c9272d99e52f7 0.1s done 09:21:56 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:21:56 #8 DONE 0.1s 09:21:56 09:21:56 1 warning found (use --debug to expand): 09:21:56  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:21:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - 09:21:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' 09:21:56 #1 [internal] load build definition from Dockerfile 09:21:56 #1 transferring dockerfile: 180B done 09:21:56 #1 DONE 0.0s 09:21:56 09:21:56 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 09:21:56 #2 DONE 0.0s 09:21:56 09:21:56 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 09:21:56 #3 DONE 0.0s 09:21:56 09:21:56 #4 [internal] load .dockerignore 09:21:56 #4 transferring context: 2B done 09:21:56 #4 DONE 0.0s 09:21:57 09:21:57 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:4e9f364a7aab8c58a49b3e1d87bd3a18f191534cf6317f6b5adfab99adc34dea 09:21:57 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:4e9f364a7aab8c58a49b3e1d87bd3a18f191534cf6317f6b5adfab99adc34dea 0.0s done 09:21:57 #5 CACHED 09:21:57 09:21:57 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:4e9f364a7aab8c58a49b3e1d87bd3a18f191534cf6317f6b5adfab99adc34dea 09:21:57 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:4e9f364a7aab8c58a49b3e1d87bd3a18f191534cf6317f6b5adfab99adc34dea 0.0s done 09:21:57 #6 CACHED 09:21:57 09:21:57 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 09:21:57 #7 DONE 0.0s 09:21:57 09:21:57 #8 exporting to image 09:21:57 #8 exporting layers done 09:21:57 #8 exporting manifest sha256:a49bc7d87e278f2ad9d0d1958caba90edc8849519801bc1fdc414bbc854fc018 done 09:21:57 #8 exporting config sha256:7d4c7c90bb987b4f4b2c3180c8e77418bf8b8bb4fe37dbd7f494cdb147fa0e4c done 09:21:57 #8 exporting manifest sha256:643c59dbc78ad5380a8a143b6b82c0296e22fc9c669e89a1dc3f3f4631c328aa done 09:21:57 #8 exporting config sha256:334c6ba6b44834b79d7f51e2184b3a3d89bf36187b99f4e6e6509a4d0169e0ee done 09:21:57 #8 exporting manifest list sha256:649b6eb6ebf9a09e165fa55bb19c25bea0bfbe8950cab028095c9272d99e52f7 done 09:21:57 #8 pushing layers 0.0s done 09:21:57 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:649b6eb6ebf9a09e165fa55bb19c25bea0bfbe8950cab028095c9272d99e52f7 0.1s done 09:21:57 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:21:57 #8 DONE 0.1s 09:21:57 09:21:57 1 warning found (use --debug to expand): 09:21:57  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:21:57 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29' 09:21:57 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 --push - 09:21:57 #1 [internal] load build definition from Dockerfile 09:21:57 #1 transferring dockerfile: 194B done 09:21:57 #1 DONE 0.0s 09:21:57 09:21:57 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:21:57 #2 DONE 0.0s 09:21:57 09:21:57 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:21:57 #3 DONE 0.1s 09:21:57 09:21:57 #4 [internal] load .dockerignore 09:21:57 #4 transferring context: 2B done 09:21:57 #4 DONE 0.0s 09:21:57 09:21:57 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:be37ab0ff9522d464c4ae52baaec5a97b37e317f87ccaf59f22cf562026c4a2c 09:21:57 #5 resolve nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:be37ab0ff9522d464c4ae52baaec5a97b37e317f87ccaf59f22cf562026c4a2c 0.0s done 09:21:57 #5 DONE 0.0s 09:21:57 09:21:57 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:be37ab0ff9522d464c4ae52baaec5a97b37e317f87ccaf59f22cf562026c4a2c 09:21:57 #6 resolve nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:be37ab0ff9522d464c4ae52baaec5a97b37e317f87ccaf59f22cf562026c4a2c 0.0s done 09:21:57 #6 DONE 0.1s 09:21:57 09:21:57 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 09:21:57 #7 DONE 0.0s 09:21:57 09:21:57 #8 exporting to image 09:21:57 #8 exporting layers done 09:21:57 #8 exporting manifest sha256:305a2888e3f5f23cf36d4e133b57ff071e314e293ad4c5957c502e946cd3de9f done 09:21:57 #8 exporting config sha256:f59f483d47e4f34126b260d4880ce29df986715bf054b02b4c645ff0d3581fd3 done 09:21:57 #8 exporting manifest sha256:26b8f97b413c6d4f4583319930a05c8b8863fa9f7ab348fba9706a9b2f70ab79 0.0s done 09:21:57 #8 exporting config sha256:efffc4eb44c268f1ccf10c9d6ec60481ae7bc386cf3b382fa9138539e254af37 done 09:21:57 #8 exporting manifest list sha256:4809c7dd130d48d6556f28ba1f4db6f91b98ef01da05b3a14b0d58ff0f50a0dd done 09:21:57 #8 pushing layers 0.1s done 09:21:57 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:4809c7dd130d48d6556f28ba1f4db6f91b98ef01da05b3a14b0d58ff0f50a0dd 09:21:57 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:21:57 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:4809c7dd130d48d6556f28ba1f4db6f91b98ef01da05b3a14b0d58ff0f50a0dd 0.1s done 09:21:57 #8 DONE 0.2s 09:21:57 09:21:57 1 warning found (use --debug to expand): 09:21:57  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:21:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' 09:21:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - 09:21:58 #1 [internal] load build definition from Dockerfile 09:21:58 #1 transferring dockerfile: 160B done 09:21:58 #1 DONE 0.0s 09:21:58 09:21:58 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 09:21:58 #2 DONE 0.0s 09:21:58 09:21:58 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 09:21:58 #3 DONE 0.0s 09:21:58 09:21:58 #4 [internal] load .dockerignore 09:21:58 #4 transferring context: 2B done 09:21:58 #4 DONE 0.0s 09:21:58 09:21:58 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:be37ab0ff9522d464c4ae52baaec5a97b37e317f87ccaf59f22cf562026c4a2c 09:21:58 #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:be37ab0ff9522d464c4ae52baaec5a97b37e317f87ccaf59f22cf562026c4a2c done 09:21:58 #5 DONE 0.0s 09:21:58 09:21:58 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:be37ab0ff9522d464c4ae52baaec5a97b37e317f87ccaf59f22cf562026c4a2c 09:21:58 #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:be37ab0ff9522d464c4ae52baaec5a97b37e317f87ccaf59f22cf562026c4a2c done 09:21:58 #6 CACHED 09:21:58 09:21:58 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:be37ab0ff9522d464c4ae52baaec5a97b37e317f87ccaf59f22cf562026c4a2c 09:21:58 #5 CACHED 09:21:58 09:21:58 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 09:21:58 #7 DONE 0.0s 09:21:58 09:21:58 #8 exporting to image 09:21:58 #8 exporting layers done 09:21:58 #8 exporting manifest sha256:305a2888e3f5f23cf36d4e133b57ff071e314e293ad4c5957c502e946cd3de9f done 09:21:58 #8 exporting config sha256:f59f483d47e4f34126b260d4880ce29df986715bf054b02b4c645ff0d3581fd3 done 09:21:58 #8 exporting manifest sha256:26b8f97b413c6d4f4583319930a05c8b8863fa9f7ab348fba9706a9b2f70ab79 done 09:21:58 #8 exporting config sha256:efffc4eb44c268f1ccf10c9d6ec60481ae7bc386cf3b382fa9138539e254af37 done 09:21:58 #8 exporting manifest list sha256:4809c7dd130d48d6556f28ba1f4db6f91b98ef01da05b3a14b0d58ff0f50a0dd done 09:21:58 #8 pushing layers 0.0s done 09:21:58 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:4809c7dd130d48d6556f28ba1f4db6f91b98ef01da05b3a14b0d58ff0f50a0dd 0.1s done 09:21:58 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:21:58 #8 DONE 0.1s 09:21:58 09:21:58 1 warning found (use --debug to expand): 09:21:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:21:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.37' 09:21:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.37 --push - 09:21:58 #1 [internal] load build definition from Dockerfile 09:21:58 #1 transferring dockerfile: 166B done 09:21:58 #1 DONE 0.0s 09:21:58 09:21:58 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.37 09:21:58 #2 DONE 0.0s 09:21:58 09:21:58 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.37 09:21:58 #3 DONE 0.0s 09:21:58 09:21:58 #4 [internal] load .dockerignore 09:21:58 #4 transferring context: 2B done 09:21:58 #4 DONE 0.0s 09:21:58 09:21:58 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.37@sha256:be37ab0ff9522d464c4ae52baaec5a97b37e317f87ccaf59f22cf562026c4a2c 09:21:58 #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.37@sha256:be37ab0ff9522d464c4ae52baaec5a97b37e317f87ccaf59f22cf562026c4a2c done 09:21:58 #5 CACHED 09:21:58 09:21:58 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.37@sha256:be37ab0ff9522d464c4ae52baaec5a97b37e317f87ccaf59f22cf562026c4a2c 09:21:58 #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.37@sha256:be37ab0ff9522d464c4ae52baaec5a97b37e317f87ccaf59f22cf562026c4a2c done 09:21:58 #6 CACHED 09:21:58 09:21:58 #7 exporting to image 09:21:58 #7 exporting layers done 09:21:58 #7 exporting manifest sha256:305a2888e3f5f23cf36d4e133b57ff071e314e293ad4c5957c502e946cd3de9f done 09:21:58 #7 exporting config sha256:f59f483d47e4f34126b260d4880ce29df986715bf054b02b4c645ff0d3581fd3 09:21:58 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:21:58 #7 exporting config sha256:f59f483d47e4f34126b260d4880ce29df986715bf054b02b4c645ff0d3581fd3 done 09:21:58 #7 exporting manifest sha256:26b8f97b413c6d4f4583319930a05c8b8863fa9f7ab348fba9706a9b2f70ab79 done 09:21:58 #7 exporting config sha256:efffc4eb44c268f1ccf10c9d6ec60481ae7bc386cf3b382fa9138539e254af37 done 09:21:58 #7 exporting manifest list sha256:4809c7dd130d48d6556f28ba1f4db6f91b98ef01da05b3a14b0d58ff0f50a0dd done 09:21:58 #7 pushing layers 0.0s done 09:21:58 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.37@sha256:4809c7dd130d48d6556f28ba1f4db6f91b98ef01da05b3a14b0d58ff0f50a0dd 0.1s done 09:21:58 #7 DONE 0.1s 09:21:58 09:21:58 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 09:21:58 #8 DONE 0.0s 09:21:58 09:21:58 1 warning found (use --debug to expand): 09:21:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:21:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37' 09:21:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 --push - 09:21:59 #1 [internal] load build definition from Dockerfile 09:21:59 #1 transferring dockerfile: 207B done 09:21:59 #1 DONE 0.0s 09:21:59 09:21:59 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:21:59 #2 DONE 0.0s 09:21:59 09:21:59 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:21:59 #3 DONE 0.0s 09:21:59 09:21:59 #4 [internal] load .dockerignore 09:21:59 #4 transferring context: 2B done 09:21:59 #4 DONE 0.0s 09:21:59 09:21:59 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:be37ab0ff9522d464c4ae52baaec5a97b37e317f87ccaf59f22cf562026c4a2c 09:21:59 #5 resolve nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:be37ab0ff9522d464c4ae52baaec5a97b37e317f87ccaf59f22cf562026c4a2c done 09:21:59 #5 CACHED 09:21:59 09:21:59 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:be37ab0ff9522d464c4ae52baaec5a97b37e317f87ccaf59f22cf562026c4a2c 09:21:59 #6 resolve nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:be37ab0ff9522d464c4ae52baaec5a97b37e317f87ccaf59f22cf562026c4a2c 0.0s done 09:21:59 #6 CACHED 09:21:59 09:21:59 #7 exporting to image 09:21:59 #7 exporting layers done 09:21:59 #7 exporting manifest sha256:305a2888e3f5f23cf36d4e133b57ff071e314e293ad4c5957c502e946cd3de9f done 09:21:59 #7 exporting config sha256:f59f483d47e4f34126b260d4880ce29df986715bf054b02b4c645ff0d3581fd3 done 09:21:59 #7 exporting manifest sha256:26b8f97b413c6d4f4583319930a05c8b8863fa9f7ab348fba9706a9b2f70ab79 done 09:21:59 #7 exporting config sha256:efffc4eb44c268f1ccf10c9d6ec60481ae7bc386cf3b382fa9138539e254af37 done 09:21:59 #7 exporting manifest list sha256:4809c7dd130d48d6556f28ba1f4db6f91b98ef01da05b3a14b0d58ff0f50a0dd done 09:21:59 #7 pushing layers 0.0s done 09:21:59 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:4809c7dd130d48d6556f28ba1f4db6f91b98ef01da05b3a14b0d58ff0f50a0dd 09:21:59 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:21:59 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:4809c7dd130d48d6556f28ba1f4db6f91b98ef01da05b3a14b0d58ff0f50a0dd 0.1s done 09:21:59 #7 DONE 0.1s 09:21:59 09:21:59 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 09:21:59 #8 DONE 0.0s 09:21:59 09:21:59 1 warning found (use --debug to expand): 09:21:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:21:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' 09:21:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - 09:21:59 #1 [internal] load build definition from Dockerfile 09:21:59 #1 transferring dockerfile: 158B done 09:21:59 #1 DONE 0.0s 09:21:59 09:21:59 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 09:21:59 #2 DONE 0.0s 09:21:59 09:21:59 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 09:21:59 #3 DONE 0.0s 09:21:59 09:21:59 #4 [internal] load .dockerignore 09:21:59 #4 transferring context: 2B done 09:21:59 #4 DONE 0.0s 09:21:59 09:21:59 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:be37ab0ff9522d464c4ae52baaec5a97b37e317f87ccaf59f22cf562026c4a2c 09:21:59 #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:be37ab0ff9522d464c4ae52baaec5a97b37e317f87ccaf59f22cf562026c4a2c 0.0s done 09:21:59 #5 CACHED 09:21:59 09:21:59 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:be37ab0ff9522d464c4ae52baaec5a97b37e317f87ccaf59f22cf562026c4a2c 09:21:59 #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:be37ab0ff9522d464c4ae52baaec5a97b37e317f87ccaf59f22cf562026c4a2c 0.0s done 09:21:59 #6 CACHED 09:21:59 09:21:59 #7 exporting to image 09:21:59 #7 exporting layers done 09:21:59 #7 exporting manifest sha256:305a2888e3f5f23cf36d4e133b57ff071e314e293ad4c5957c502e946cd3de9f done 09:21:59 #7 exporting config sha256:f59f483d47e4f34126b260d4880ce29df986715bf054b02b4c645ff0d3581fd3 done 09:21:59 #7 exporting manifest sha256:26b8f97b413c6d4f4583319930a05c8b8863fa9f7ab348fba9706a9b2f70ab79 done 09:21:59 #7 exporting config sha256:efffc4eb44c268f1ccf10c9d6ec60481ae7bc386cf3b382fa9138539e254af37 done 09:21:59 #7 exporting manifest list sha256:4809c7dd130d48d6556f28ba1f4db6f91b98ef01da05b3a14b0d58ff0f50a0dd 09:21:59 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:00 #7 exporting manifest list sha256:4809c7dd130d48d6556f28ba1f4db6f91b98ef01da05b3a14b0d58ff0f50a0dd done 09:22:00 #7 pushing layers 0.0s done 09:22:00 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:4809c7dd130d48d6556f28ba1f4db6f91b98ef01da05b3a14b0d58ff0f50a0dd 0.1s done 09:22:00 #7 DONE 0.1s 09:22:00 09:22:00 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 09:22:00 #8 DONE 0.0s 09:22:00 09:22:00 1 warning found (use --debug to expand): 09:22:00  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29' 09:22:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 --push - 09:22:00 #1 [internal] load build definition from Dockerfile 09:22:00 #1 transferring dockerfile: 196B done 09:22:00 #1 DONE 0.0s 09:22:00 09:22:00 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:22:00 #2 DONE 0.0s 09:22:00 09:22:00 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:22:00 #3 DONE 0.0s 09:22:00 09:22:00 #4 [internal] load .dockerignore 09:22:00 #4 transferring context: 2B done 09:22:00 #4 DONE 0.0s 09:22:00 09:22:00 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea 09:22:00 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea 0.0s done 09:22:00 #5 DONE 0.0s 09:22:00 09:22:00 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea 09:22:00 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea 0.0s done 09:22:00 #6 DONE 0.0s 09:22:00 09:22:00 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea 09:22:00 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea 0.0s done 09:22:00 #5 DONE 0.1s 09:22:00 09:22:00 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 09:22:00 #7 DONE 0.0s 09:22:00 09:22:00 #8 exporting to image 09:22:00 #8 exporting layers done 09:22:00 #8 exporting manifest sha256:cf4172c47fee7094389bb6259f4f72810611d5355fd7b770e2d7edf67f6dc85b done 09:22:00 #8 exporting config sha256:221a18b05738783e299d61df18dfca6a726fa48595c533c765b0cb9d93a66cb2 done 09:22:00 #8 exporting manifest sha256:7a5721fd7c46c4a1e6419209c22d04a891280f4c7e19b043a682700f4bcbd58b done 09:22:00 #8 exporting config sha256:e7945717ba4afd3b9e7803b837f6ab56e8e47a65cf7de95e124f34de63ff63c1 done 09:22:00 #8 exporting manifest list sha256:54a56955d536b6186650600415b705f22ed49abb58550e8345ee8941a5261d88 done 09:22:00 #8 pushing layers 0.1s done 09:22:00 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:54a56955d536b6186650600415b705f22ed49abb58550e8345ee8941a5261d88 0.1s done 09:22:00 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:00 #8 DONE 0.2s 09:22:00 09:22:00 1 warning found (use --debug to expand): 09:22:00  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:01 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - 09:22:01 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' 09:22:01 #1 [internal] load build definition from Dockerfile 09:22:01 #1 transferring dockerfile: 162B done 09:22:01 #1 DONE 0.0s 09:22:01 09:22:01 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 09:22:01 #2 DONE 0.0s 09:22:01 09:22:01 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 09:22:01 #3 DONE 0.0s 09:22:01 09:22:01 #4 [internal] load .dockerignore 09:22:01 #4 transferring context: 2B done 09:22:01 #4 DONE 0.0s 09:22:01 09:22:01 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea 09:22:01 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea 0.0s done 09:22:01 #5 CACHED 09:22:01 09:22:01 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea 09:22:01 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea 0.0s done 09:22:01 #6 CACHED 09:22:01 09:22:01 #7 exporting to image 09:22:01 #7 exporting layers done 09:22:01 #7 exporting manifest sha256:cf4172c47fee7094389bb6259f4f72810611d5355fd7b770e2d7edf67f6dc85b done 09:22:01 #7 exporting config sha256:221a18b05738783e299d61df18dfca6a726fa48595c533c765b0cb9d93a66cb2 done 09:22:01 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:01 #7 exporting manifest sha256:7a5721fd7c46c4a1e6419209c22d04a891280f4c7e19b043a682700f4bcbd58b done 09:22:01 #7 exporting config sha256:e7945717ba4afd3b9e7803b837f6ab56e8e47a65cf7de95e124f34de63ff63c1 done 09:22:01 #7 exporting manifest list sha256:54a56955d536b6186650600415b705f22ed49abb58550e8345ee8941a5261d88 done 09:22:01 #7 pushing layers 0.0s done 09:22:01 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:54a56955d536b6186650600415b705f22ed49abb58550e8345ee8941a5261d88 0.1s done 09:22:01 #7 DONE 0.1s 09:22:01 09:22:01 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 09:22:01 #8 DONE 0.0s 09:22:01 09:22:01 1 warning found (use --debug to expand): 09:22:01  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:01 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.37 --push - 09:22:01 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.37' 09:22:01 #1 [internal] load build definition from Dockerfile 09:22:01 #1 transferring dockerfile: 168B done 09:22:01 #1 DONE 0.0s 09:22:01 09:22:01 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.37 09:22:01 #2 DONE 0.0s 09:22:01 09:22:01 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.37 09:22:01 #3 DONE 0.0s 09:22:01 09:22:01 #4 [internal] load .dockerignore 09:22:01 #4 transferring context: 2B done 09:22:01 #4 DONE 0.0s 09:22:01 09:22:01 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.37@sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea 09:22:01 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.37@sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea 0.0s done 09:22:01 #5 CACHED 09:22:01 09:22:01 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.37@sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea 09:22:01 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.37@sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea 0.0s done 09:22:01 #6 CACHED 09:22:01 09:22:01 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 09:22:01 #7 DONE 0.0s 09:22:01 09:22:01 #8 exporting to image 09:22:01 #8 exporting layers done 09:22:01 #8 exporting manifest sha256:cf4172c47fee7094389bb6259f4f72810611d5355fd7b770e2d7edf67f6dc85b done 09:22:01 #8 exporting config sha256:221a18b05738783e299d61df18dfca6a726fa48595c533c765b0cb9d93a66cb2 done 09:22:01 #8 exporting manifest sha256:7a5721fd7c46c4a1e6419209c22d04a891280f4c7e19b043a682700f4bcbd58b done 09:22:01 #8 exporting config sha256:e7945717ba4afd3b9e7803b837f6ab56e8e47a65cf7de95e124f34de63ff63c1 done 09:22:01 #8 exporting manifest list sha256:54a56955d536b6186650600415b705f22ed49abb58550e8345ee8941a5261d88 done 09:22:01 #8 pushing layers 0.0s done 09:22:01 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.37@sha256:54a56955d536b6186650600415b705f22ed49abb58550e8345ee8941a5261d88 0.1s done 09:22:01 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:01 #8 DONE 0.1s 09:22:01 09:22:01 1 warning found (use --debug to expand): 09:22:01  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37' 09:22:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 --push - 09:22:02 #1 [internal] load build definition from Dockerfile 09:22:02 #1 transferring dockerfile: 209B done 09:22:02 #1 DONE 0.0s 09:22:02 09:22:02 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:22:02 #2 DONE 0.0s 09:22:02 09:22:02 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:22:02 #3 DONE 0.0s 09:22:02 09:22:02 #4 [internal] load .dockerignore 09:22:02 #4 transferring context: 2B done 09:22:02 #4 DONE 0.0s 09:22:02 09:22:02 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea 09:22:02 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea 0.0s done 09:22:02 #5 CACHED 09:22:02 09:22:02 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea 09:22:02 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea 0.0s done 09:22:02 #6 CACHED 09:22:02 09:22:02 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 09:22:02 #7 DONE 0.0s 09:22:02 09:22:02 #8 exporting to image 09:22:02 #8 exporting layers done 09:22:02 #8 exporting manifest sha256:cf4172c47fee7094389bb6259f4f72810611d5355fd7b770e2d7edf67f6dc85b done 09:22:02 #8 exporting config sha256:221a18b05738783e299d61df18dfca6a726fa48595c533c765b0cb9d93a66cb2 done 09:22:02 #8 exporting manifest sha256:7a5721fd7c46c4a1e6419209c22d04a891280f4c7e19b043a682700f4bcbd58b done 09:22:02 #8 exporting config sha256:e7945717ba4afd3b9e7803b837f6ab56e8e47a65cf7de95e124f34de63ff63c1 done 09:22:02 #8 exporting manifest list sha256:54a56955d536b6186650600415b705f22ed49abb58550e8345ee8941a5261d88 done 09:22:02 #8 pushing layers 0.0s done 09:22:02 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:54a56955d536b6186650600415b705f22ed49abb58550e8345ee8941a5261d88 0.1s done 09:22:02 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:02 #8 DONE 0.1s 09:22:02 09:22:02 1 warning found (use --debug to expand): 09:22:02  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' 09:22:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - 09:22:03 #1 [internal] load build definition from Dockerfile 09:22:03 #1 transferring dockerfile: 160B done 09:22:03 #1 DONE 0.0s 09:22:03 09:22:03 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 09:22:03 #2 DONE 0.0s 09:22:03 09:22:03 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 09:22:03 #3 DONE 0.0s 09:22:03 09:22:03 #4 [internal] load .dockerignore 09:22:03 #4 transferring context: 2B done 09:22:03 #4 DONE 0.0s 09:22:03 09:22:03 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea 09:22:03 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea 0.0s done 09:22:03 #5 CACHED 09:22:03 09:22:03 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea 09:22:03 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:ad3dc6af4e80ae8e0861aa1cc3235dcd6631765cc1c54f7bcc5a83d3ec2f88ea 0.0s done 09:22:03 #6 CACHED 09:22:03 09:22:03 #7 exporting to image 09:22:03 #7 exporting layers done 09:22:03 #7 exporting manifest sha256:cf4172c47fee7094389bb6259f4f72810611d5355fd7b770e2d7edf67f6dc85b done 09:22:03 #7 exporting config sha256:221a18b05738783e299d61df18dfca6a726fa48595c533c765b0cb9d93a66cb2 done 09:22:03 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:03 #7 exporting manifest sha256:7a5721fd7c46c4a1e6419209c22d04a891280f4c7e19b043a682700f4bcbd58b done 09:22:03 #7 exporting config sha256:e7945717ba4afd3b9e7803b837f6ab56e8e47a65cf7de95e124f34de63ff63c1 done 09:22:03 #7 exporting manifest list sha256:54a56955d536b6186650600415b705f22ed49abb58550e8345ee8941a5261d88 done 09:22:03 #7 pushing layers 0.0s done 09:22:03 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:54a56955d536b6186650600415b705f22ed49abb58550e8345ee8941a5261d88 0.1s done 09:22:03 #7 DONE 0.1s 09:22:03 09:22:03 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 09:22:03 #8 DONE 0.0s 09:22:03 09:22:03 1 warning found (use --debug to expand): 09:22:03  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:03 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 --push - 09:22:03 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29' 09:22:03 #1 [internal] load build definition from Dockerfile 09:22:03 #1 transferring dockerfile: 198B done 09:22:03 #1 DONE 0.0s 09:22:03 09:22:03 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:22:03 #2 DONE 0.0s 09:22:03 09:22:03 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:22:03 #3 DONE 0.0s 09:22:03 09:22:03 #4 [internal] load .dockerignore 09:22:03 #4 transferring context: 2B done 09:22:03 #4 DONE 0.0s 09:22:03 09:22:03 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c 09:22:03 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c 0.0s done 09:22:03 #5 DONE 0.0s 09:22:03 09:22:03 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c 09:22:03 #6 DONE 0.0s 09:22:03 09:22:03 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c 09:22:03 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c 0.0s done 09:22:03 #5 DONE 0.1s 09:22:03 09:22:03 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 09:22:03 #7 DONE 0.0s 09:22:03 09:22:03 #8 exporting to image 09:22:03 #8 exporting layers done 09:22:03 #8 exporting manifest sha256:03f15c3aaf9fb18bccc53f8a428a6458a1baf96498479662f4533e01eaa6e19f 0.0s done 09:22:03 #8 exporting config sha256:531231f6c620816e2b110a42bf3c25ed1770a9efa805ee9c39fe735d8d8da8fd done 09:22:03 #8 exporting manifest sha256:2f4b546f3dbddc63f2ea0a1070988b05307ea921a8732fdc663f939bdeaff87f done 09:22:03 #8 exporting config sha256:e87ce2667006c311fae5c2d229caea1886f77ef90131283316127bf8f30f5936 done 09:22:03 #8 exporting manifest list sha256:6e567856b4e94d871acfd19f61cc93b72e9795c561625f141c7d335e04f95304 done 09:22:03 #8 pushing layers 0.1s done 09:22:03 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:6e567856b4e94d871acfd19f61cc93b72e9795c561625f141c7d335e04f95304 0.1s done 09:22:03 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:03 #8 DONE 0.2s 09:22:03 09:22:03 1 warning found (use --debug to expand): 09:22:03  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:04 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - 09:22:04 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' 09:22:04 #1 [internal] load build definition from Dockerfile 09:22:04 #1 transferring dockerfile: 164B done 09:22:04 #1 DONE 0.0s 09:22:04 09:22:04 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 09:22:04 #2 DONE 0.0s 09:22:04 09:22:04 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 09:22:04 #3 DONE 0.0s 09:22:04 09:22:04 #4 [internal] load .dockerignore 09:22:04 #4 transferring context: 2B done 09:22:04 #4 DONE 0.0s 09:22:04 09:22:04 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c 09:22:04 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c 0.0s done 09:22:04 #5 DONE 0.0s 09:22:04 09:22:04 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c 09:22:04 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c 0.0s done 09:22:04 #6 CACHED 09:22:04 09:22:04 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c 09:22:04 #5 CACHED 09:22:04 09:22:04 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 09:22:04 #7 DONE 0.0s 09:22:04 09:22:04 #8 exporting to image 09:22:04 #8 exporting layers done 09:22:04 #8 exporting manifest sha256:03f15c3aaf9fb18bccc53f8a428a6458a1baf96498479662f4533e01eaa6e19f done 09:22:04 #8 exporting config sha256:531231f6c620816e2b110a42bf3c25ed1770a9efa805ee9c39fe735d8d8da8fd done 09:22:04 #8 exporting manifest sha256:2f4b546f3dbddc63f2ea0a1070988b05307ea921a8732fdc663f939bdeaff87f done 09:22:04 #8 exporting config sha256:e87ce2667006c311fae5c2d229caea1886f77ef90131283316127bf8f30f5936 done 09:22:04 #8 exporting manifest list sha256:6e567856b4e94d871acfd19f61cc93b72e9795c561625f141c7d335e04f95304 done 09:22:04 #8 pushing layers 0.0s done 09:22:04 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:6e567856b4e94d871acfd19f61cc93b72e9795c561625f141c7d335e04f95304 0.1s done 09:22:04 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:04 #8 DONE 0.1s 09:22:04 09:22:04 1 warning found (use --debug to expand): 09:22:04  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:04 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.37' 09:22:04 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.37 --push - 09:22:04 #1 [internal] load build definition from Dockerfile 09:22:04 #1 transferring dockerfile: 170B done 09:22:04 #1 DONE 0.0s 09:22:04 09:22:04 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.37 09:22:04 #2 DONE 0.0s 09:22:04 09:22:04 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.37 09:22:04 #3 DONE 0.0s 09:22:04 09:22:04 #4 [internal] load .dockerignore 09:22:04 #4 transferring context: 2B done 09:22:04 #4 DONE 0.0s 09:22:04 09:22:04 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.37@sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c 09:22:04 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.37@sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c 0.0s done 09:22:04 #5 CACHED 09:22:04 09:22:04 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.37@sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c 09:22:04 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.37@sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c 0.0s done 09:22:04 #6 CACHED 09:22:04 09:22:04 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 09:22:04 #7 DONE 0.0s 09:22:04 09:22:04 #8 exporting to image 09:22:04 #8 exporting layers done 09:22:04 #8 exporting manifest sha256:03f15c3aaf9fb18bccc53f8a428a6458a1baf96498479662f4533e01eaa6e19f done 09:22:04 #8 exporting config sha256:531231f6c620816e2b110a42bf3c25ed1770a9efa805ee9c39fe735d8d8da8fd done 09:22:04 #8 exporting manifest sha256:2f4b546f3dbddc63f2ea0a1070988b05307ea921a8732fdc663f939bdeaff87f done 09:22:04 #8 exporting config sha256:e87ce2667006c311fae5c2d229caea1886f77ef90131283316127bf8f30f5936 done 09:22:04 #8 exporting manifest list sha256:6e567856b4e94d871acfd19f61cc93b72e9795c561625f141c7d335e04f95304 done 09:22:04 #8 pushing layers 0.0s done 09:22:04 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.37@sha256:6e567856b4e94d871acfd19f61cc93b72e9795c561625f141c7d335e04f95304 0.1s done 09:22:04 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:04 #8 DONE 0.1s 09:22:04 09:22:04 1 warning found (use --debug to expand): 09:22:04  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37' 09:22:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 --push - 09:22:05 #1 [internal] load build definition from Dockerfile 09:22:05 #1 transferring dockerfile: 211B done 09:22:05 #1 DONE 0.0s 09:22:05 09:22:05 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:22:05 #2 DONE 0.0s 09:22:05 09:22:05 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:22:05 #3 DONE 0.0s 09:22:05 09:22:05 #4 [internal] load .dockerignore 09:22:05 #4 transferring context: 2B done 09:22:05 #4 DONE 0.0s 09:22:05 09:22:05 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c 09:22:05 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c 0.0s done 09:22:05 #5 DONE 0.0s 09:22:05 09:22:05 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c 09:22:05 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c 0.0s done 09:22:05 #6 CACHED 09:22:05 09:22:05 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c 09:22:05 #5 CACHED 09:22:05 09:22:05 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 09:22:05 #7 DONE 0.0s 09:22:05 09:22:05 #8 exporting to image 09:22:05 #8 exporting layers done 09:22:05 #8 exporting manifest sha256:03f15c3aaf9fb18bccc53f8a428a6458a1baf96498479662f4533e01eaa6e19f done 09:22:05 #8 exporting config sha256:531231f6c620816e2b110a42bf3c25ed1770a9efa805ee9c39fe735d8d8da8fd done 09:22:05 #8 exporting manifest sha256:2f4b546f3dbddc63f2ea0a1070988b05307ea921a8732fdc663f939bdeaff87f done 09:22:05 #8 exporting config sha256:e87ce2667006c311fae5c2d229caea1886f77ef90131283316127bf8f30f5936 done 09:22:05 #8 exporting manifest list sha256:6e567856b4e94d871acfd19f61cc93b72e9795c561625f141c7d335e04f95304 done 09:22:05 #8 pushing layers 0.0s done 09:22:05 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:6e567856b4e94d871acfd19f61cc93b72e9795c561625f141c7d335e04f95304 0.1s done 09:22:05 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:05 #8 DONE 0.1s 09:22:05 09:22:05 1 warning found (use --debug to expand): 09:22:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' 09:22:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - 09:22:05 #1 [internal] load build definition from Dockerfile 09:22:05 #1 transferring dockerfile: 162B done 09:22:05 #1 DONE 0.0s 09:22:05 09:22:05 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 09:22:05 #2 DONE 0.0s 09:22:05 09:22:05 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 09:22:05 #3 DONE 0.0s 09:22:05 09:22:05 #4 [internal] load .dockerignore 09:22:05 #4 transferring context: 2B done 09:22:05 #4 DONE 0.0s 09:22:05 09:22:05 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c 09:22:05 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c 0.0s done 09:22:05 #5 CACHED 09:22:05 09:22:05 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c 09:22:05 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:f4b70a1ae6c04d3a107b803fe57209774e71b39f6c2d98abbb90a0db210a202c 0.0s done 09:22:05 #6 CACHED 09:22:05 09:22:05 #7 exporting to image 09:22:05 #7 exporting layers done 09:22:05 #7 exporting manifest sha256:03f15c3aaf9fb18bccc53f8a428a6458a1baf96498479662f4533e01eaa6e19f done 09:22:05 #7 exporting config sha256:531231f6c620816e2b110a42bf3c25ed1770a9efa805ee9c39fe735d8d8da8fd 09:22:05 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:06 #7 exporting config sha256:531231f6c620816e2b110a42bf3c25ed1770a9efa805ee9c39fe735d8d8da8fd done 09:22:06 #7 exporting manifest sha256:2f4b546f3dbddc63f2ea0a1070988b05307ea921a8732fdc663f939bdeaff87f done 09:22:06 #7 exporting config sha256:e87ce2667006c311fae5c2d229caea1886f77ef90131283316127bf8f30f5936 done 09:22:06 #7 exporting manifest list sha256:6e567856b4e94d871acfd19f61cc93b72e9795c561625f141c7d335e04f95304 done 09:22:06 #7 pushing layers 0.0s done 09:22:06 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:6e567856b4e94d871acfd19f61cc93b72e9795c561625f141c7d335e04f95304 0.1s done 09:22:06 #7 DONE 0.1s 09:22:06 09:22:06 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 09:22:06 #8 DONE 0.0s 09:22:06 09:22:06 1 warning found (use --debug to expand): 09:22:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29' 09:22:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 --push - 09:22:06 #1 [internal] load build definition from Dockerfile 09:22:06 #1 transferring dockerfile: 206B done 09:22:06 #1 DONE 0.0s 09:22:06 09:22:06 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:22:06 #2 DONE 0.0s 09:22:06 09:22:06 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:22:06 #3 DONE 0.0s 09:22:06 09:22:06 #4 [internal] load .dockerignore 09:22:06 #4 transferring context: 2B done 09:22:06 #4 DONE 0.0s 09:22:06 09:22:06 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c 09:22:06 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c 09:22:06 #5 ... 09:22:06 09:22:06 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c 09:22:06 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c 0.0s done 09:22:06 #6 DONE 0.2s 09:22:06 09:22:06 #7 exporting to image 09:22:06 #7 exporting layers done 09:22:06 #7 exporting manifest sha256:9a57a2509eadbc604a5da2c8a985581c4b21bdedd80adb12422f04fe98905b96 0.0s done 09:22:06 #7 exporting config sha256:471e133fdb60173c73b4bc4fc2d34ad52fc83fa04557b23669fd78b82d520f60 done 09:22:06 #7 exporting manifest sha256:74b79a4cacfee3126d32b2f1b3aad209dea176f8509adfe5c26f9c070981da35 0.0s done 09:22:06 #7 exporting config sha256:71e4dbc378a62eed3d1044aaed90b5f23c7239e0a21af27a9a8f740dbf84c83a 0.0s done 09:22:06 #7 exporting manifest list sha256:254d7320c94cca213590d05669ad24bd748f5c72631c0b1c547ee3caabbfeaed done 09:22:06 #7 pushing layers 09:22:06 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:06 #7 ... 09:22:06 09:22:06 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 09:22:06 #8 DONE 0.0s 09:22:06 09:22:06 #7 exporting to image 09:22:06 #7 pushing layers 0.1s done 09:22:06 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:254d7320c94cca213590d05669ad24bd748f5c72631c0b1c547ee3caabbfeaed 09:22:06 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:254d7320c94cca213590d05669ad24bd748f5c72631c0b1c547ee3caabbfeaed 0.1s done 09:22:06 #7 DONE 0.2s 09:22:06 09:22:06 1 warning found (use --debug to expand): 09:22:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - 09:22:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' 09:22:07 #1 [internal] load build definition from Dockerfile 09:22:07 #1 transferring dockerfile: 172B done 09:22:07 #1 DONE 0.0s 09:22:07 09:22:07 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 09:22:07 #2 DONE 0.0s 09:22:07 09:22:07 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 09:22:07 #3 DONE 0.0s 09:22:07 09:22:07 #4 [internal] load .dockerignore 09:22:07 #4 transferring context: 2B done 09:22:07 #4 DONE 0.0s 09:22:07 09:22:07 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c 09:22:07 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c 0.0s done 09:22:07 #5 DONE 0.0s 09:22:07 09:22:07 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c 09:22:07 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c 0.0s done 09:22:07 #6 CACHED 09:22:07 09:22:07 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c 09:22:07 #5 CACHED 09:22:07 09:22:07 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 09:22:07 #7 DONE 0.0s 09:22:07 09:22:07 #8 exporting to image 09:22:07 #8 exporting layers done 09:22:07 #8 exporting manifest sha256:9a57a2509eadbc604a5da2c8a985581c4b21bdedd80adb12422f04fe98905b96 done 09:22:07 #8 exporting config sha256:471e133fdb60173c73b4bc4fc2d34ad52fc83fa04557b23669fd78b82d520f60 done 09:22:07 #8 exporting manifest sha256:74b79a4cacfee3126d32b2f1b3aad209dea176f8509adfe5c26f9c070981da35 done 09:22:07 #8 exporting config sha256:71e4dbc378a62eed3d1044aaed90b5f23c7239e0a21af27a9a8f740dbf84c83a done 09:22:07 #8 exporting manifest list sha256:254d7320c94cca213590d05669ad24bd748f5c72631c0b1c547ee3caabbfeaed done 09:22:07 #8 pushing layers 0.0s done 09:22:07 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:254d7320c94cca213590d05669ad24bd748f5c72631c0b1c547ee3caabbfeaed 0.1s done 09:22:07 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:07 #8 DONE 0.1s 09:22:07 09:22:07 1 warning found (use --debug to expand): 09:22:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.37 --push - 09:22:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.37' 09:22:07 #1 [internal] load build definition from Dockerfile 09:22:07 #1 transferring dockerfile: 178B done 09:22:07 #1 DONE 0.0s 09:22:07 09:22:07 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.37 09:22:07 #2 DONE 0.0s 09:22:07 09:22:07 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.37 09:22:07 #3 DONE 0.0s 09:22:07 09:22:07 #4 [internal] load .dockerignore 09:22:07 #4 transferring context: 2B done 09:22:07 #4 DONE 0.0s 09:22:07 09:22:07 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.37@sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c 09:22:07 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.37@sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c 0.0s done 09:22:07 #5 DONE 0.0s 09:22:07 09:22:07 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.37@sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c 09:22:07 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.37@sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c 0.0s done 09:22:07 #6 CACHED 09:22:07 09:22:07 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.37@sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c 09:22:07 #5 CACHED 09:22:07 09:22:07 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 09:22:07 #7 DONE 0.0s 09:22:07 09:22:07 #8 exporting to image 09:22:07 #8 exporting layers done 09:22:07 #8 exporting manifest sha256:9a57a2509eadbc604a5da2c8a985581c4b21bdedd80adb12422f04fe98905b96 done 09:22:07 #8 exporting config sha256:471e133fdb60173c73b4bc4fc2d34ad52fc83fa04557b23669fd78b82d520f60 done 09:22:07 #8 exporting manifest sha256:74b79a4cacfee3126d32b2f1b3aad209dea176f8509adfe5c26f9c070981da35 done 09:22:07 #8 exporting config sha256:71e4dbc378a62eed3d1044aaed90b5f23c7239e0a21af27a9a8f740dbf84c83a done 09:22:07 #8 exporting manifest list sha256:254d7320c94cca213590d05669ad24bd748f5c72631c0b1c547ee3caabbfeaed done 09:22:07 #8 pushing layers 0.0s done 09:22:07 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.37@sha256:254d7320c94cca213590d05669ad24bd748f5c72631c0b1c547ee3caabbfeaed 0.1s done 09:22:07 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:07 #8 DONE 0.1s 09:22:07 09:22:07 1 warning found (use --debug to expand): 09:22:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37' 09:22:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 --push - 09:22:08 #1 [internal] load build definition from Dockerfile 09:22:08 #1 transferring dockerfile: 219B done 09:22:08 #1 DONE 0.0s 09:22:08 09:22:08 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:22:08 #2 DONE 0.0s 09:22:08 09:22:08 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:22:08 #3 DONE 0.0s 09:22:08 09:22:08 #4 [internal] load .dockerignore 09:22:08 #4 transferring context: 2B done 09:22:08 #4 DONE 0.1s 09:22:08 09:22:08 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c 09:22:08 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c 0.0s done 09:22:08 #5 CACHED 09:22:08 09:22:08 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c 09:22:08 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c 0.0s done 09:22:08 #6 CACHED 09:22:08 09:22:08 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 09:22:08 #7 DONE 0.0s 09:22:08 09:22:08 #8 exporting to image 09:22:08 #8 exporting layers done 09:22:08 #8 exporting manifest sha256:9a57a2509eadbc604a5da2c8a985581c4b21bdedd80adb12422f04fe98905b96 done 09:22:08 #8 exporting config sha256:471e133fdb60173c73b4bc4fc2d34ad52fc83fa04557b23669fd78b82d520f60 done 09:22:08 #8 exporting manifest sha256:74b79a4cacfee3126d32b2f1b3aad209dea176f8509adfe5c26f9c070981da35 done 09:22:08 #8 exporting config sha256:71e4dbc378a62eed3d1044aaed90b5f23c7239e0a21af27a9a8f740dbf84c83a done 09:22:08 #8 exporting manifest list sha256:254d7320c94cca213590d05669ad24bd748f5c72631c0b1c547ee3caabbfeaed done 09:22:08 #8 pushing layers 0.0s done 09:22:08 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:254d7320c94cca213590d05669ad24bd748f5c72631c0b1c547ee3caabbfeaed 0.1s done 09:22:08 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:08 #8 DONE 0.1s 09:22:08 09:22:08 1 warning found (use --debug to expand): 09:22:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' 09:22:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - 09:22:09 #1 [internal] load build definition from Dockerfile 09:22:09 #1 transferring dockerfile: 170B done 09:22:09 #1 DONE 0.0s 09:22:09 09:22:09 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 09:22:09 #2 DONE 0.0s 09:22:09 09:22:09 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 09:22:09 #3 DONE 0.0s 09:22:09 09:22:09 #4 [internal] load .dockerignore 09:22:09 #4 transferring context: 09:22:09 #4 transferring context: 2B done 09:22:09 #4 DONE 0.1s 09:22:09 09:22:09 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c 09:22:09 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c 0.0s done 09:22:09 #5 CACHED 09:22:09 09:22:09 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c 09:22:09 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:ad276f151099db0ccdb150094d5f2caeeb5d143943a3a39268406e6ae5c69e7c 0.0s done 09:22:09 #6 CACHED 09:22:09 09:22:09 #7 exporting to image 09:22:09 #7 exporting layers done 09:22:09 #7 exporting manifest sha256:9a57a2509eadbc604a5da2c8a985581c4b21bdedd80adb12422f04fe98905b96 done 09:22:09 #7 exporting config sha256:471e133fdb60173c73b4bc4fc2d34ad52fc83fa04557b23669fd78b82d520f60 done 09:22:09 #7 exporting manifest sha256:74b79a4cacfee3126d32b2f1b3aad209dea176f8509adfe5c26f9c070981da35 done 09:22:09 #7 exporting config sha256:71e4dbc378a62eed3d1044aaed90b5f23c7239e0a21af27a9a8f740dbf84c83a done 09:22:09 #7 exporting manifest list sha256:254d7320c94cca213590d05669ad24bd748f5c72631c0b1c547ee3caabbfeaed done 09:22:09 #7 pushing layers 09:22:09 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:09 #7 pushing layers 0.0s done 09:22:09 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:254d7320c94cca213590d05669ad24bd748f5c72631c0b1c547ee3caabbfeaed 0.1s done 09:22:09 #7 DONE 0.1s 09:22:09 09:22:09 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 09:22:09 #8 DONE 0.0s 09:22:09 09:22:09 1 warning found (use --debug to expand): 09:22:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29' 09:22:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 --push - 09:22:10 #1 [internal] load build definition from Dockerfile 09:22:10 #1 transferring dockerfile: 204B done 09:22:10 #1 DONE 0.0s 09:22:10 09:22:10 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:22:10 #2 DONE 0.1s 09:22:10 09:22:10 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:22:10 #3 DONE 0.1s 09:22:10 09:22:10 #4 [internal] load .dockerignore 09:22:10 #4 transferring context: 2B done 09:22:10 #4 DONE 0.0s 09:22:10 09:22:10 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:5b39a53c9433c554d03e731c53692cf9829d8055fa65acb3eafabca4b2da3853 09:22:10 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:5b39a53c9433c554d03e731c53692cf9829d8055fa65acb3eafabca4b2da3853 09:22:10 #5 ... 09:22:10 09:22:10 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:5b39a53c9433c554d03e731c53692cf9829d8055fa65acb3eafabca4b2da3853 09:22:10 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:5b39a53c9433c554d03e731c53692cf9829d8055fa65acb3eafabca4b2da3853 0.0s done 09:22:10 #6 DONE 0.1s 09:22:10 09:22:10 #7 exporting to image 09:22:10 #7 exporting layers done 09:22:10 #7 exporting manifest sha256:2d5dafdbe4a58f48e2d0f366d063ef4feb91f54ae411ece18081a4eace325728 0.0s done 09:22:10 #7 exporting config sha256:880f0ee19dcea9104a7da16df9ae4760f4966c2a92b939b45af486c432a15c30 done 09:22:10 #7 exporting manifest sha256:3766df13d00d4d9bfa7d7adaf4c415d6f316368a26007ec6fb1862e83cd27d4a 0.0s done 09:22:10 #7 exporting config sha256:9484be90fca29d7c7712007b6a81ffdb97fdff01661f23759700851160e1be2a 0.0s done 09:22:10 #7 exporting manifest list sha256:69e76cc7a77cf26b76f881698cbd3b7830f2c37366ab600a0f16e47966fa0f1e 0.0s done 09:22:10 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:10 #7 ... 09:22:10 09:22:10 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 09:22:10 #8 DONE 0.0s 09:22:10 09:22:10 #7 exporting to image 09:22:10 #7 pushing layers 0.1s done 09:22:10 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:69e76cc7a77cf26b76f881698cbd3b7830f2c37366ab600a0f16e47966fa0f1e 09:22:10 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:69e76cc7a77cf26b76f881698cbd3b7830f2c37366ab600a0f16e47966fa0f1e 0.1s done 09:22:10 #7 DONE 0.2s 09:22:10 09:22:10 1 warning found (use --debug to expand): 09:22:10  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' 09:22:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - 09:22:11 #1 [internal] load build definition from Dockerfile 09:22:11 #1 transferring dockerfile: 09:22:11 #1 transferring dockerfile: 170B done 09:22:11 #1 DONE 0.0s 09:22:11 09:22:11 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 09:22:11 #2 DONE 0.0s 09:22:11 09:22:11 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 09:22:11 #3 DONE 0.0s 09:22:11 09:22:11 #4 [internal] load .dockerignore 09:22:11 #4 transferring context: 09:22:11 #4 transferring context: 2B done 09:22:11 #4 DONE 0.1s 09:22:11 09:22:11 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:5b39a53c9433c554d03e731c53692cf9829d8055fa65acb3eafabca4b2da3853 09:22:11 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:5b39a53c9433c554d03e731c53692cf9829d8055fa65acb3eafabca4b2da3853 0.0s done 09:22:11 #5 CACHED 09:22:11 09:22:11 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:5b39a53c9433c554d03e731c53692cf9829d8055fa65acb3eafabca4b2da3853 09:22:11 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:5b39a53c9433c554d03e731c53692cf9829d8055fa65acb3eafabca4b2da3853 0.0s done 09:22:11 #6 CACHED 09:22:11 09:22:11 #7 exporting to image 09:22:11 #7 exporting layers done 09:22:11 #7 exporting manifest sha256:2d5dafdbe4a58f48e2d0f366d063ef4feb91f54ae411ece18081a4eace325728 done 09:22:11 #7 exporting config sha256:880f0ee19dcea9104a7da16df9ae4760f4966c2a92b939b45af486c432a15c30 done 09:22:11 #7 exporting manifest sha256:3766df13d00d4d9bfa7d7adaf4c415d6f316368a26007ec6fb1862e83cd27d4a done 09:22:11 #7 exporting config sha256:9484be90fca29d7c7712007b6a81ffdb97fdff01661f23759700851160e1be2a done 09:22:11 #7 exporting manifest list sha256:69e76cc7a77cf26b76f881698cbd3b7830f2c37366ab600a0f16e47966fa0f1e done 09:22:11 #7 pushing layers 0.0s done 09:22:11 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:69e76cc7a77cf26b76f881698cbd3b7830f2c37366ab600a0f16e47966fa0f1e 09:22:11 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:11 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:69e76cc7a77cf26b76f881698cbd3b7830f2c37366ab600a0f16e47966fa0f1e 0.1s done 09:22:11 #7 DONE 0.1s 09:22:11 09:22:11 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 09:22:11 #8 DONE 0.0s 09:22:11 09:22:11 1 warning found (use --debug to expand): 09:22:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.37 --push - 09:22:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.37' 09:22:12 #1 [internal] load build definition from Dockerfile 09:22:12 #1 transferring dockerfile: 176B done 09:22:12 #1 DONE 0.0s 09:22:12 09:22:12 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.37 09:22:12 #2 DONE 0.0s 09:22:12 09:22:12 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.37 09:22:12 #3 DONE 0.0s 09:22:12 09:22:12 #4 [internal] load .dockerignore 09:22:12 #4 transferring context: 09:22:12 #4 transferring context: 2B done 09:22:12 #4 DONE 0.1s 09:22:12 09:22:12 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.37@sha256:5b39a53c9433c554d03e731c53692cf9829d8055fa65acb3eafabca4b2da3853 09:22:12 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.37@sha256:5b39a53c9433c554d03e731c53692cf9829d8055fa65acb3eafabca4b2da3853 0.0s done 09:22:12 #5 CACHED 09:22:12 09:22:12 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.37@sha256:5b39a53c9433c554d03e731c53692cf9829d8055fa65acb3eafabca4b2da3853 09:22:12 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.37@sha256:5b39a53c9433c554d03e731c53692cf9829d8055fa65acb3eafabca4b2da3853 0.0s done 09:22:12 #6 CACHED 09:22:12 09:22:12 #7 exporting to image 09:22:12 #7 exporting layers done 09:22:12 #7 exporting manifest sha256:2d5dafdbe4a58f48e2d0f366d063ef4feb91f54ae411ece18081a4eace325728 done 09:22:12 #7 exporting config sha256:880f0ee19dcea9104a7da16df9ae4760f4966c2a92b939b45af486c432a15c30 done 09:22:12 #7 exporting manifest sha256:3766df13d00d4d9bfa7d7adaf4c415d6f316368a26007ec6fb1862e83cd27d4a 0.0s done 09:22:12 #7 exporting config sha256:9484be90fca29d7c7712007b6a81ffdb97fdff01661f23759700851160e1be2a done 09:22:12 #7 exporting manifest list sha256:69e76cc7a77cf26b76f881698cbd3b7830f2c37366ab600a0f16e47966fa0f1e done 09:22:12 #7 pushing layers 0.0s done 09:22:12 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.37@sha256:69e76cc7a77cf26b76f881698cbd3b7830f2c37366ab600a0f16e47966fa0f1e 09:22:12 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:12 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.37@sha256:69e76cc7a77cf26b76f881698cbd3b7830f2c37366ab600a0f16e47966fa0f1e 0.1s done 09:22:12 #7 DONE 0.1s 09:22:12 09:22:12 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 09:22:12 #8 DONE 0.0s 09:22:12 09:22:12 1 warning found (use --debug to expand): 09:22:12  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37' 09:22:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 --push - 09:22:13 #1 [internal] load build definition from Dockerfile 09:22:13 #1 transferring dockerfile: 217B done 09:22:13 #1 DONE 0.0s 09:22:13 09:22:13 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:22:13 #2 DONE 0.0s 09:22:13 09:22:13 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:22:13 #3 DONE 0.0s 09:22:13 09:22:13 #4 [internal] load .dockerignore 09:22:13 #4 transferring context: 09:22:13 #4 transferring context: 2B done 09:22:13 #4 DONE 0.0s 09:22:13 09:22:13 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:5b39a53c9433c554d03e731c53692cf9829d8055fa65acb3eafabca4b2da3853 09:22:13 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:5b39a53c9433c554d03e731c53692cf9829d8055fa65acb3eafabca4b2da3853 0.0s done 09:22:13 #5 CACHED 09:22:13 09:22:13 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:5b39a53c9433c554d03e731c53692cf9829d8055fa65acb3eafabca4b2da3853 09:22:13 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:5b39a53c9433c554d03e731c53692cf9829d8055fa65acb3eafabca4b2da3853 0.0s done 09:22:13 #6 CACHED 09:22:13 09:22:13 #7 exporting to image 09:22:13 #7 exporting layers done 09:22:13 #7 exporting manifest sha256:2d5dafdbe4a58f48e2d0f366d063ef4feb91f54ae411ece18081a4eace325728 done 09:22:13 #7 exporting config sha256:880f0ee19dcea9104a7da16df9ae4760f4966c2a92b939b45af486c432a15c30 done 09:22:13 #7 exporting manifest sha256:3766df13d00d4d9bfa7d7adaf4c415d6f316368a26007ec6fb1862e83cd27d4a done 09:22:13 #7 exporting config sha256:9484be90fca29d7c7712007b6a81ffdb97fdff01661f23759700851160e1be2a done 09:22:13 #7 exporting manifest list sha256:69e76cc7a77cf26b76f881698cbd3b7830f2c37366ab600a0f16e47966fa0f1e done 09:22:13 #7 pushing layers 0.0s done 09:22:13 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:69e76cc7a77cf26b76f881698cbd3b7830f2c37366ab600a0f16e47966fa0f1e 09:22:13 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:13 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:69e76cc7a77cf26b76f881698cbd3b7830f2c37366ab600a0f16e47966fa0f1e 0.1s done 09:22:13 #7 DONE 0.1s 09:22:13 09:22:13 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 09:22:13 #8 DONE 0.0s 09:22:13 09:22:13 1 warning found (use --debug to expand): 09:22:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' 09:22:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - 09:22:13 #1 [internal] load build definition from Dockerfile 09:22:13 #1 transferring dockerfile: 168B done 09:22:13 #1 DONE 0.0s 09:22:13 09:22:13 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 09:22:13 #2 DONE 0.0s 09:22:13 09:22:13 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 09:22:13 #3 DONE 0.0s 09:22:13 09:22:13 #4 [internal] load .dockerignore 09:22:13 #4 transferring context: 09:22:14 #4 transferring context: 2B done 09:22:14 #4 DONE 0.0s 09:22:14 09:22:14 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:5b39a53c9433c554d03e731c53692cf9829d8055fa65acb3eafabca4b2da3853 09:22:14 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:5b39a53c9433c554d03e731c53692cf9829d8055fa65acb3eafabca4b2da3853 0.0s done 09:22:14 #5 CACHED 09:22:14 09:22:14 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:5b39a53c9433c554d03e731c53692cf9829d8055fa65acb3eafabca4b2da3853 09:22:14 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:5b39a53c9433c554d03e731c53692cf9829d8055fa65acb3eafabca4b2da3853 0.0s done 09:22:14 #6 CACHED 09:22:14 09:22:14 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 09:22:14 #7 DONE 0.0s 09:22:14 09:22:14 #8 exporting to image 09:22:14 #8 exporting layers done 09:22:14 #8 exporting manifest sha256:2d5dafdbe4a58f48e2d0f366d063ef4feb91f54ae411ece18081a4eace325728 done 09:22:14 #8 exporting config sha256:880f0ee19dcea9104a7da16df9ae4760f4966c2a92b939b45af486c432a15c30 done 09:22:14 #8 exporting manifest sha256:3766df13d00d4d9bfa7d7adaf4c415d6f316368a26007ec6fb1862e83cd27d4a done 09:22:14 #8 exporting config sha256:9484be90fca29d7c7712007b6a81ffdb97fdff01661f23759700851160e1be2a 0.0s done 09:22:14 #8 exporting manifest list sha256:69e76cc7a77cf26b76f881698cbd3b7830f2c37366ab600a0f16e47966fa0f1e done 09:22:14 #8 pushing layers 0.0s done 09:22:14 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:69e76cc7a77cf26b76f881698cbd3b7830f2c37366ab600a0f16e47966fa0f1e 0.1s done 09:22:14 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:14 #8 DONE 0.1s 09:22:14 09:22:14 1 warning found (use --debug to expand): 09:22:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29' 09:22:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 --push - 09:22:14 #1 [internal] load build definition from Dockerfile 09:22:14 #1 transferring dockerfile: 205B done 09:22:14 #1 DONE 0.0s 09:22:14 09:22:14 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:22:14 #2 DONE 0.0s 09:22:14 09:22:14 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:22:14 #3 DONE 0.1s 09:22:14 09:22:14 #4 [internal] load .dockerignore 09:22:14 #4 transferring context: 2B done 09:22:14 #4 DONE 0.0s 09:22:14 09:22:14 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:77ec1a9dc14cb39e2b7428af606517199df961382a8a59d1ab61fdd15c84cbef 09:22:14 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:77ec1a9dc14cb39e2b7428af606517199df961382a8a59d1ab61fdd15c84cbef 0.0s done 09:22:14 #5 DONE 0.0s 09:22:14 09:22:14 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:77ec1a9dc14cb39e2b7428af606517199df961382a8a59d1ab61fdd15c84cbef 09:22:14 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:77ec1a9dc14cb39e2b7428af606517199df961382a8a59d1ab61fdd15c84cbef 0.0s done 09:22:14 #6 DONE 0.1s 09:22:14 09:22:14 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 09:22:14 #7 DONE 0.0s 09:22:14 09:22:14 #8 exporting to image 09:22:14 #8 exporting layers done 09:22:14 #8 exporting manifest sha256:7cefbb9defea6283ad72376f14b0aad8c7b45c57999cdc4da4888d4785187f31 done 09:22:14 #8 exporting config sha256:e7e41825466a90c36a5f4b9a8d4cefc3d49b1521a9d919712c5b760388e11dfc done 09:22:14 #8 exporting manifest sha256:aa5caaafceee0e43caaf0fc35cfb071e36620d249689a148060a7051d511036c done 09:22:14 #8 exporting config sha256:506069d692b2bd2b9bb74fd644b2c5471174d50ba8b2325491d5dec016204310 done 09:22:14 #8 exporting manifest list sha256:ac7aa418944466aca681a358e9e95e8c57714f7e4e1653f122977b5431c1235c done 09:22:14 #8 pushing layers 0.1s done 09:22:14 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:ac7aa418944466aca681a358e9e95e8c57714f7e4e1653f122977b5431c1235c 09:22:14 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:14 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:ac7aa418944466aca681a358e9e95e8c57714f7e4e1653f122977b5431c1235c 0.1s done 09:22:14 #8 DONE 0.2s 09:22:14 09:22:14 1 warning found (use --debug to expand): 09:22:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' 09:22:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - 09:22:15 #1 [internal] load build definition from Dockerfile 09:22:15 #1 transferring dockerfile: 171B done 09:22:15 #1 DONE 0.0s 09:22:15 09:22:15 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 09:22:15 #2 DONE 0.0s 09:22:15 09:22:15 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 09:22:15 #3 DONE 0.0s 09:22:15 09:22:15 #4 [internal] load .dockerignore 09:22:15 #4 transferring context: 2B done 09:22:15 #4 DONE 0.0s 09:22:15 09:22:15 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:77ec1a9dc14cb39e2b7428af606517199df961382a8a59d1ab61fdd15c84cbef 09:22:15 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:77ec1a9dc14cb39e2b7428af606517199df961382a8a59d1ab61fdd15c84cbef 0.0s done 09:22:15 #5 CACHED 09:22:15 09:22:15 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:77ec1a9dc14cb39e2b7428af606517199df961382a8a59d1ab61fdd15c84cbef 09:22:15 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:77ec1a9dc14cb39e2b7428af606517199df961382a8a59d1ab61fdd15c84cbef 0.0s done 09:22:15 #6 CACHED 09:22:15 09:22:15 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 09:22:15 #7 DONE 0.0s 09:22:15 09:22:15 #8 exporting to image 09:22:15 #8 exporting layers done 09:22:15 #8 exporting manifest sha256:7cefbb9defea6283ad72376f14b0aad8c7b45c57999cdc4da4888d4785187f31 done 09:22:15 #8 exporting config sha256:e7e41825466a90c36a5f4b9a8d4cefc3d49b1521a9d919712c5b760388e11dfc done 09:22:15 #8 exporting manifest sha256:aa5caaafceee0e43caaf0fc35cfb071e36620d249689a148060a7051d511036c done 09:22:15 #8 exporting config sha256:506069d692b2bd2b9bb74fd644b2c5471174d50ba8b2325491d5dec016204310 done 09:22:15 #8 exporting manifest list sha256:ac7aa418944466aca681a358e9e95e8c57714f7e4e1653f122977b5431c1235c done 09:22:15 #8 pushing layers 0.0s done 09:22:15 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:ac7aa418944466aca681a358e9e95e8c57714f7e4e1653f122977b5431c1235c 0.1s done 09:22:15 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:15 #8 DONE 0.1s 09:22:15 09:22:15 1 warning found (use --debug to expand): 09:22:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.37' 09:22:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.37 --push - 09:22:15 #1 [internal] load build definition from Dockerfile 09:22:15 #1 transferring dockerfile: 177B done 09:22:15 #1 DONE 0.0s 09:22:15 09:22:15 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.37 09:22:15 #2 DONE 0.0s 09:22:15 09:22:15 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.37 09:22:15 #3 DONE 0.0s 09:22:15 09:22:15 #4 [internal] load .dockerignore 09:22:15 #4 transferring context: 2B done 09:22:15 #4 DONE 0.0s 09:22:15 09:22:15 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.37@sha256:77ec1a9dc14cb39e2b7428af606517199df961382a8a59d1ab61fdd15c84cbef 09:22:15 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.37@sha256:77ec1a9dc14cb39e2b7428af606517199df961382a8a59d1ab61fdd15c84cbef 0.0s done 09:22:15 #5 CACHED 09:22:15 09:22:15 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.37@sha256:77ec1a9dc14cb39e2b7428af606517199df961382a8a59d1ab61fdd15c84cbef 09:22:15 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.37@sha256:77ec1a9dc14cb39e2b7428af606517199df961382a8a59d1ab61fdd15c84cbef 0.0s done 09:22:15 #6 CACHED 09:22:15 09:22:15 #7 exporting to image 09:22:15 #7 exporting layers done 09:22:15 #7 exporting manifest sha256:7cefbb9defea6283ad72376f14b0aad8c7b45c57999cdc4da4888d4785187f31 done 09:22:15 #7 exporting config sha256:e7e41825466a90c36a5f4b9a8d4cefc3d49b1521a9d919712c5b760388e11dfc done 09:22:15 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:16 #7 exporting manifest sha256:aa5caaafceee0e43caaf0fc35cfb071e36620d249689a148060a7051d511036c done 09:22:16 #7 exporting config sha256:506069d692b2bd2b9bb74fd644b2c5471174d50ba8b2325491d5dec016204310 done 09:22:16 #7 exporting manifest list sha256:ac7aa418944466aca681a358e9e95e8c57714f7e4e1653f122977b5431c1235c done 09:22:16 #7 pushing layers 0.0s done 09:22:16 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.37@sha256:ac7aa418944466aca681a358e9e95e8c57714f7e4e1653f122977b5431c1235c 0.1s done 09:22:16 #7 DONE 0.1s 09:22:16 09:22:16 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 09:22:16 #8 DONE 0.0s 09:22:16 09:22:16 1 warning found (use --debug to expand): 09:22:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:16 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37' 09:22:16 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 --push - 09:22:16 #1 [internal] load build definition from Dockerfile 09:22:16 #1 transferring dockerfile: 218B done 09:22:16 #1 DONE 0.0s 09:22:16 09:22:16 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:22:16 #2 DONE 0.0s 09:22:16 09:22:16 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:22:16 #3 DONE 0.0s 09:22:16 09:22:16 #4 [internal] load .dockerignore 09:22:16 #4 transferring context: 2B done 09:22:16 #4 DONE 0.0s 09:22:16 09:22:16 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:77ec1a9dc14cb39e2b7428af606517199df961382a8a59d1ab61fdd15c84cbef 09:22:16 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:77ec1a9dc14cb39e2b7428af606517199df961382a8a59d1ab61fdd15c84cbef 0.0s done 09:22:16 #5 DONE 0.0s 09:22:16 09:22:16 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:77ec1a9dc14cb39e2b7428af606517199df961382a8a59d1ab61fdd15c84cbef 09:22:16 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:77ec1a9dc14cb39e2b7428af606517199df961382a8a59d1ab61fdd15c84cbef 0.0s done 09:22:16 #6 CACHED 09:22:16 09:22:16 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:77ec1a9dc14cb39e2b7428af606517199df961382a8a59d1ab61fdd15c84cbef 09:22:16 #5 CACHED 09:22:16 09:22:16 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 09:22:16 #7 DONE 0.0s 09:22:16 09:22:16 #8 exporting to image 09:22:16 #8 exporting layers done 09:22:16 #8 exporting manifest sha256:7cefbb9defea6283ad72376f14b0aad8c7b45c57999cdc4da4888d4785187f31 done 09:22:16 #8 exporting config sha256:e7e41825466a90c36a5f4b9a8d4cefc3d49b1521a9d919712c5b760388e11dfc done 09:22:16 #8 exporting manifest sha256:aa5caaafceee0e43caaf0fc35cfb071e36620d249689a148060a7051d511036c done 09:22:16 #8 exporting config sha256:506069d692b2bd2b9bb74fd644b2c5471174d50ba8b2325491d5dec016204310 done 09:22:16 #8 exporting manifest list sha256:ac7aa418944466aca681a358e9e95e8c57714f7e4e1653f122977b5431c1235c done 09:22:16 #8 pushing layers 0.0s done 09:22:16 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:ac7aa418944466aca681a358e9e95e8c57714f7e4e1653f122977b5431c1235c 0.1s done 09:22:16 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:16 #8 DONE 0.1s 09:22:16 09:22:16 1 warning found (use --debug to expand): 09:22:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:16 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' 09:22:16 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - 09:22:17 #1 [internal] load build definition from Dockerfile 09:22:17 #1 transferring dockerfile: 169B done 09:22:17 #1 DONE 0.0s 09:22:17 09:22:17 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 09:22:17 #2 DONE 0.0s 09:22:17 09:22:17 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 09:22:17 #3 DONE 0.0s 09:22:17 09:22:17 #4 [internal] load .dockerignore 09:22:17 #4 transferring context: 2B done 09:22:17 #4 DONE 0.0s 09:22:17 09:22:17 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:77ec1a9dc14cb39e2b7428af606517199df961382a8a59d1ab61fdd15c84cbef 09:22:17 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:77ec1a9dc14cb39e2b7428af606517199df961382a8a59d1ab61fdd15c84cbef 0.0s done 09:22:17 #5 CACHED 09:22:17 09:22:17 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:77ec1a9dc14cb39e2b7428af606517199df961382a8a59d1ab61fdd15c84cbef 09:22:17 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:77ec1a9dc14cb39e2b7428af606517199df961382a8a59d1ab61fdd15c84cbef 0.0s done 09:22:17 #6 CACHED 09:22:17 09:22:17 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 09:22:17 #7 DONE 0.0s 09:22:17 09:22:17 #8 exporting to image 09:22:17 #8 exporting layers done 09:22:17 #8 exporting manifest sha256:7cefbb9defea6283ad72376f14b0aad8c7b45c57999cdc4da4888d4785187f31 done 09:22:17 #8 exporting config sha256:e7e41825466a90c36a5f4b9a8d4cefc3d49b1521a9d919712c5b760388e11dfc done 09:22:17 #8 exporting manifest sha256:aa5caaafceee0e43caaf0fc35cfb071e36620d249689a148060a7051d511036c done 09:22:17 #8 exporting config sha256:506069d692b2bd2b9bb74fd644b2c5471174d50ba8b2325491d5dec016204310 done 09:22:17 #8 exporting manifest list sha256:ac7aa418944466aca681a358e9e95e8c57714f7e4e1653f122977b5431c1235c done 09:22:17 #8 pushing layers 0.0s done 09:22:17 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:ac7aa418944466aca681a358e9e95e8c57714f7e4e1653f122977b5431c1235c 0.1s done 09:22:17 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:17 #8 DONE 0.1s 09:22:17 09:22:17 1 warning found (use --debug to expand): 09:22:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:17 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29' 09:22:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 --push - 09:22:17 #1 [internal] load build definition from Dockerfile 09:22:17 #1 transferring dockerfile: 211B done 09:22:17 #1 DONE 0.0s 09:22:17 09:22:17 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:22:17 #2 DONE 0.0s 09:22:17 09:22:17 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:22:17 #3 DONE 0.0s 09:22:17 09:22:17 #4 [internal] load .dockerignore 09:22:17 #4 transferring context: 2B done 09:22:17 #4 DONE 0.0s 09:22:17 09:22:17 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 09:22:17 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 0.0s done 09:22:17 #5 DONE 0.0s 09:22:17 09:22:17 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 09:22:17 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 0.0s done 09:22:17 #6 DONE 0.0s 09:22:17 09:22:17 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 09:22:17 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 0.0s done 09:22:17 #5 DONE 0.1s 09:22:17 09:22:17 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 09:22:17 #7 DONE 0.0s 09:22:17 09:22:17 #8 exporting to image 09:22:17 #8 exporting layers done 09:22:17 #8 exporting manifest sha256:bb3cb2f579bbbeca1e60acea1306205b05613cacf63b6e0089ca9d277a107071 done 09:22:17 #8 exporting config sha256:bc6b3749ed1fc88dcd655efbb57f4ea1765852919f5cb6bac266620db146f901 done 09:22:17 #8 exporting manifest sha256:1e89afcc91671da7a59fa08ededaf698149c37c93314c02b53fb6e39d3737596 done 09:22:17 #8 exporting config sha256:8a04a02fd13e936b2aeef2dc3059359ba2e3581a3b59db60d5701531a0c00a6e done 09:22:17 #8 exporting manifest list sha256:f32ae67405177d0be5c85e3ad483a06aeab82843837840a293c238defabb19bf done 09:22:17 #8 pushing layers 0.1s done 09:22:17 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:f32ae67405177d0be5c85e3ad483a06aeab82843837840a293c238defabb19bf 09:22:17 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:17 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:f32ae67405177d0be5c85e3ad483a06aeab82843837840a293c238defabb19bf 0.1s done 09:22:17 #8 DONE 0.2s 09:22:17 09:22:17 1 warning found (use --debug to expand): 09:22:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' 09:22:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - 09:22:18 #1 [internal] load build definition from Dockerfile 09:22:18 #1 transferring dockerfile: 177B done 09:22:18 #1 DONE 0.0s 09:22:18 09:22:18 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 09:22:18 #2 DONE 0.0s 09:22:18 09:22:18 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 09:22:18 #3 DONE 0.0s 09:22:18 09:22:18 #4 [internal] load .dockerignore 09:22:18 #4 transferring context: 2B done 09:22:18 #4 DONE 0.0s 09:22:18 09:22:18 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 09:22:18 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 0.0s done 09:22:18 #5 DONE 0.0s 09:22:18 09:22:18 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 09:22:18 #6 CACHED 09:22:18 09:22:18 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 09:22:18 #5 CACHED 09:22:18 09:22:18 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 09:22:18 #7 DONE 0.0s 09:22:18 09:22:18 #8 exporting to image 09:22:18 #8 exporting layers done 09:22:18 #8 exporting manifest sha256:bb3cb2f579bbbeca1e60acea1306205b05613cacf63b6e0089ca9d277a107071 done 09:22:18 #8 exporting config sha256:bc6b3749ed1fc88dcd655efbb57f4ea1765852919f5cb6bac266620db146f901 done 09:22:18 #8 exporting manifest sha256:1e89afcc91671da7a59fa08ededaf698149c37c93314c02b53fb6e39d3737596 done 09:22:18 #8 exporting config sha256:8a04a02fd13e936b2aeef2dc3059359ba2e3581a3b59db60d5701531a0c00a6e done 09:22:18 #8 exporting manifest list sha256:f32ae67405177d0be5c85e3ad483a06aeab82843837840a293c238defabb19bf done 09:22:18 #8 pushing layers 0.0s done 09:22:18 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:f32ae67405177d0be5c85e3ad483a06aeab82843837840a293c238defabb19bf 0.1s done 09:22:18 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:18 #8 DONE 0.1s 09:22:18 09:22:18 1 warning found (use --debug to expand): 09:22:18  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.37' 09:22:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.37 --push - 09:22:18 #1 [internal] load build definition from Dockerfile 09:22:18 #1 transferring dockerfile: 183B done 09:22:18 #1 DONE 0.0s 09:22:18 09:22:18 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.37 09:22:18 #2 DONE 0.0s 09:22:18 09:22:18 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.37 09:22:18 #3 DONE 0.0s 09:22:18 09:22:18 #4 [internal] load .dockerignore 09:22:18 #4 transferring context: 2B done 09:22:18 #4 DONE 0.0s 09:22:18 09:22:18 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.37@sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 09:22:18 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.37@sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 0.0s done 09:22:18 #5 DONE 0.0s 09:22:18 09:22:18 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.37@sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 09:22:19 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.37@sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 0.0s done 09:22:19 #6 CACHED 09:22:19 09:22:19 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.37@sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 09:22:19 #5 CACHED 09:22:19 09:22:19 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 09:22:19 #7 DONE 0.0s 09:22:19 09:22:19 #8 exporting to image 09:22:19 #8 exporting layers done 09:22:19 #8 exporting manifest sha256:bb3cb2f579bbbeca1e60acea1306205b05613cacf63b6e0089ca9d277a107071 done 09:22:19 #8 exporting config sha256:bc6b3749ed1fc88dcd655efbb57f4ea1765852919f5cb6bac266620db146f901 done 09:22:19 #8 exporting manifest sha256:1e89afcc91671da7a59fa08ededaf698149c37c93314c02b53fb6e39d3737596 done 09:22:19 #8 exporting config sha256:8a04a02fd13e936b2aeef2dc3059359ba2e3581a3b59db60d5701531a0c00a6e done 09:22:19 #8 exporting manifest list sha256:f32ae67405177d0be5c85e3ad483a06aeab82843837840a293c238defabb19bf done 09:22:19 #8 pushing layers 0.0s done 09:22:19 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.37@sha256:f32ae67405177d0be5c85e3ad483a06aeab82843837840a293c238defabb19bf 0.1s done 09:22:19 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:19 #8 DONE 0.1s 09:22:19 09:22:19 1 warning found (use --debug to expand): 09:22:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:19 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37' 09:22:19 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 --push - 09:22:19 #1 [internal] load build definition from Dockerfile 09:22:19 #1 transferring dockerfile: 224B done 09:22:19 #1 DONE 0.0s 09:22:19 09:22:19 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:22:19 #2 DONE 0.0s 09:22:19 09:22:19 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:22:19 #3 DONE 0.0s 09:22:19 09:22:19 #4 [internal] load .dockerignore 09:22:19 #4 transferring context: 2B done 09:22:19 #4 DONE 0.0s 09:22:19 09:22:19 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 09:22:19 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 09:22:19 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 0.0s done 09:22:19 #5 CACHED 09:22:19 09:22:19 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 09:22:19 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 0.0s done 09:22:19 #6 CACHED 09:22:19 09:22:19 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 09:22:19 #7 DONE 0.0s 09:22:19 09:22:19 #8 exporting to image 09:22:19 #8 exporting layers done 09:22:19 #8 exporting manifest sha256:bb3cb2f579bbbeca1e60acea1306205b05613cacf63b6e0089ca9d277a107071 done 09:22:19 #8 exporting config sha256:bc6b3749ed1fc88dcd655efbb57f4ea1765852919f5cb6bac266620db146f901 done 09:22:19 #8 exporting manifest sha256:1e89afcc91671da7a59fa08ededaf698149c37c93314c02b53fb6e39d3737596 done 09:22:19 #8 exporting config sha256:8a04a02fd13e936b2aeef2dc3059359ba2e3581a3b59db60d5701531a0c00a6e done 09:22:19 #8 exporting manifest list sha256:f32ae67405177d0be5c85e3ad483a06aeab82843837840a293c238defabb19bf done 09:22:19 #8 pushing layers 0.0s done 09:22:19 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:f32ae67405177d0be5c85e3ad483a06aeab82843837840a293c238defabb19bf 09:22:19 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:19 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:f32ae67405177d0be5c85e3ad483a06aeab82843837840a293c238defabb19bf 0.1s done 09:22:19 #8 DONE 0.1s 09:22:19 09:22:19 1 warning found (use --debug to expand): 09:22:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' 09:22:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - 09:22:20 #1 [internal] load build definition from Dockerfile 09:22:20 #1 transferring dockerfile: 175B done 09:22:20 #1 DONE 0.0s 09:22:20 09:22:20 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 09:22:20 #2 DONE 0.0s 09:22:20 09:22:20 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 09:22:20 #3 DONE 0.0s 09:22:20 09:22:20 #4 [internal] load .dockerignore 09:22:20 #4 transferring context: 2B done 09:22:20 #4 DONE 0.0s 09:22:20 09:22:20 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 09:22:20 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 0.0s done 09:22:20 #5 CACHED 09:22:20 09:22:20 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 09:22:20 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:b50549bdb1a1a713c4da8edf4d3ad77bd12731901dfc78bf619a85cba4cee8d2 0.0s done 09:22:20 #6 CACHED 09:22:20 09:22:20 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 09:22:20 #7 DONE 0.0s 09:22:20 09:22:20 #8 exporting to image 09:22:20 #8 exporting layers done 09:22:20 #8 exporting manifest sha256:bb3cb2f579bbbeca1e60acea1306205b05613cacf63b6e0089ca9d277a107071 done 09:22:20 #8 exporting config sha256:bc6b3749ed1fc88dcd655efbb57f4ea1765852919f5cb6bac266620db146f901 done 09:22:20 #8 exporting manifest sha256:1e89afcc91671da7a59fa08ededaf698149c37c93314c02b53fb6e39d3737596 done 09:22:20 #8 exporting config sha256:8a04a02fd13e936b2aeef2dc3059359ba2e3581a3b59db60d5701531a0c00a6e done 09:22:20 #8 exporting manifest list sha256:f32ae67405177d0be5c85e3ad483a06aeab82843837840a293c238defabb19bf done 09:22:20 #8 pushing layers 0.0s done 09:22:20 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:f32ae67405177d0be5c85e3ad483a06aeab82843837840a293c238defabb19bf 0.1s done 09:22:20 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:20 #8 DONE 0.1s 09:22:20 09:22:20 1 warning found (use --debug to expand): 09:22:20  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29' 09:22:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 --push - 09:22:20 #1 [internal] load build definition from Dockerfile 09:22:20 #1 transferring dockerfile: 215B done 09:22:20 #1 DONE 0.0s 09:22:20 09:22:20 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:22:20 #2 DONE 0.0s 09:22:20 09:22:20 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:22:20 #3 DONE 0.0s 09:22:20 09:22:20 #4 [internal] load .dockerignore 09:22:20 #4 transferring context: 2B done 09:22:20 #4 DONE 0.0s 09:22:20 09:22:20 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e 09:22:20 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e 0.0s done 09:22:20 #5 DONE 0.0s 09:22:20 09:22:20 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e 09:22:20 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e 0.0s done 09:22:20 #6 DONE 0.0s 09:22:20 09:22:20 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e 09:22:20 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e 0.0s done 09:22:20 #5 DONE 0.1s 09:22:20 09:22:20 #7 exporting to image 09:22:20 #7 exporting layers done 09:22:20 #7 exporting manifest sha256:306b3ebb16020262fcbf364766301738265d3d650cbea3286b434bca9b74c92e done 09:22:20 #7 exporting config sha256:a60eed78e94640f5e230f93fd69522427d360eec434fdd928a5405e73bd4fb78 done 09:22:20 #7 exporting manifest sha256:9150c9a8365fd3f23bedf30b0ef2d502529ecaca97033796b2b60aab29841a66 done 09:22:20 #7 exporting config sha256:5ea0656ebd6260cba4639d0e315929163a87a9a682a6b75231bb6e5f075e4fde done 09:22:20 #7 exporting manifest list sha256:ed03522bcc2ee5b01ddd0a0bcf37143bf2f78f90a1fc1e807acbc4cba977ace5 done 09:22:20 #7 pushing layers 09:22:20 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:20 #7 ... 09:22:20 09:22:20 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 09:22:20 #8 DONE 0.0s 09:22:20 09:22:20 #7 exporting to image 09:22:20 #7 pushing layers 0.1s done 09:22:20 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:ed03522bcc2ee5b01ddd0a0bcf37143bf2f78f90a1fc1e807acbc4cba977ace5 09:22:21 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:ed03522bcc2ee5b01ddd0a0bcf37143bf2f78f90a1fc1e807acbc4cba977ace5 0.1s done 09:22:21 #7 DONE 0.2s 09:22:21 09:22:21 1 warning found (use --debug to expand): 09:22:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' 09:22:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - 09:22:21 #1 [internal] load build definition from Dockerfile 09:22:21 #1 transferring dockerfile: 181B done 09:22:21 #1 DONE 0.0s 09:22:21 09:22:21 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 09:22:21 #2 DONE 0.0s 09:22:21 09:22:21 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 09:22:21 #3 DONE 0.0s 09:22:21 09:22:21 #4 [internal] load .dockerignore 09:22:21 #4 transferring context: 2B done 09:22:21 #4 DONE 0.0s 09:22:21 09:22:21 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e 09:22:21 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e 0.0s done 09:22:21 #5 CACHED 09:22:21 09:22:21 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e 09:22:21 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e 0.0s done 09:22:21 #6 CACHED 09:22:21 09:22:21 #7 exporting to image 09:22:21 #7 exporting layers done 09:22:21 #7 exporting manifest sha256:306b3ebb16020262fcbf364766301738265d3d650cbea3286b434bca9b74c92e done 09:22:21 #7 exporting config sha256:a60eed78e94640f5e230f93fd69522427d360eec434fdd928a5405e73bd4fb78 done 09:22:21 #7 exporting manifest sha256:9150c9a8365fd3f23bedf30b0ef2d502529ecaca97033796b2b60aab29841a66 09:22:21 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:21 #7 exporting manifest sha256:9150c9a8365fd3f23bedf30b0ef2d502529ecaca97033796b2b60aab29841a66 done 09:22:21 #7 exporting config sha256:5ea0656ebd6260cba4639d0e315929163a87a9a682a6b75231bb6e5f075e4fde done 09:22:21 #7 exporting manifest list sha256:ed03522bcc2ee5b01ddd0a0bcf37143bf2f78f90a1fc1e807acbc4cba977ace5 done 09:22:21 #7 pushing layers 0.0s done 09:22:21 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:ed03522bcc2ee5b01ddd0a0bcf37143bf2f78f90a1fc1e807acbc4cba977ace5 0.1s done 09:22:21 #7 DONE 0.1s 09:22:21 09:22:21 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 09:22:21 #8 DONE 0.0s 09:22:21 09:22:21 1 warning found (use --debug to expand): 09:22:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.37' 09:22:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.37 --push - 09:22:21 #1 [internal] load build definition from Dockerfile 09:22:21 #1 transferring dockerfile: 187B done 09:22:21 #1 DONE 0.0s 09:22:21 09:22:21 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.37 09:22:21 #2 DONE 0.0s 09:22:21 09:22:21 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.37 09:22:21 #3 DONE 0.0s 09:22:21 09:22:21 #4 [internal] load .dockerignore 09:22:21 #4 transferring context: 2B done 09:22:21 #4 DONE 0.0s 09:22:21 09:22:21 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.37@sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e 09:22:21 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.37@sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e 0.0s done 09:22:21 #5 CACHED 09:22:21 09:22:21 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.37@sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e 09:22:22 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.37@sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e 0.0s done 09:22:22 #6 CACHED 09:22:22 09:22:22 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 09:22:22 #7 DONE 0.0s 09:22:22 09:22:22 #8 exporting to image 09:22:22 #8 exporting layers done 09:22:22 #8 exporting manifest sha256:306b3ebb16020262fcbf364766301738265d3d650cbea3286b434bca9b74c92e done 09:22:22 #8 exporting config sha256:a60eed78e94640f5e230f93fd69522427d360eec434fdd928a5405e73bd4fb78 done 09:22:22 #8 exporting manifest sha256:9150c9a8365fd3f23bedf30b0ef2d502529ecaca97033796b2b60aab29841a66 done 09:22:22 #8 exporting config sha256:5ea0656ebd6260cba4639d0e315929163a87a9a682a6b75231bb6e5f075e4fde done 09:22:22 #8 exporting manifest list sha256:ed03522bcc2ee5b01ddd0a0bcf37143bf2f78f90a1fc1e807acbc4cba977ace5 done 09:22:22 #8 pushing layers 0.0s done 09:22:22 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.37@sha256:ed03522bcc2ee5b01ddd0a0bcf37143bf2f78f90a1fc1e807acbc4cba977ace5 0.1s done 09:22:22 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:22 #8 DONE 0.1s 09:22:22 09:22:22 1 warning found (use --debug to expand): 09:22:22  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37' 09:22:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 --push - 09:22:22 #1 [internal] load build definition from Dockerfile 09:22:22 #1 transferring dockerfile: 228B done 09:22:22 #1 DONE 0.0s 09:22:22 09:22:22 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:22:22 #2 DONE 0.0s 09:22:22 09:22:22 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:22:22 #3 DONE 0.0s 09:22:22 09:22:22 #4 [internal] load .dockerignore 09:22:22 #4 transferring context: 2B done 09:22:22 #4 DONE 0.0s 09:22:22 09:22:22 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e 09:22:22 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e 0.0s done 09:22:22 #5 CACHED 09:22:22 09:22:22 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e 09:22:22 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e 0.0s done 09:22:22 #6 CACHED 09:22:22 09:22:22 #7 exporting to image 09:22:22 #7 exporting layers 09:22:22 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:22 #7 exporting layers done 09:22:22 #7 exporting manifest sha256:306b3ebb16020262fcbf364766301738265d3d650cbea3286b434bca9b74c92e done 09:22:22 #7 exporting config sha256:a60eed78e94640f5e230f93fd69522427d360eec434fdd928a5405e73bd4fb78 done 09:22:22 #7 exporting manifest sha256:9150c9a8365fd3f23bedf30b0ef2d502529ecaca97033796b2b60aab29841a66 done 09:22:22 #7 exporting config sha256:5ea0656ebd6260cba4639d0e315929163a87a9a682a6b75231bb6e5f075e4fde done 09:22:22 #7 exporting manifest list sha256:ed03522bcc2ee5b01ddd0a0bcf37143bf2f78f90a1fc1e807acbc4cba977ace5 done 09:22:22 #7 pushing layers 0.0s done 09:22:22 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:ed03522bcc2ee5b01ddd0a0bcf37143bf2f78f90a1fc1e807acbc4cba977ace5 0.1s done 09:22:22 #7 DONE 0.1s 09:22:22 09:22:22 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 09:22:22 #8 DONE 0.0s 09:22:22 09:22:22 1 warning found (use --debug to expand): 09:22:22  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' 09:22:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - 09:22:22 #1 [internal] load build definition from Dockerfile 09:22:22 #1 transferring dockerfile: 179B done 09:22:22 #1 DONE 0.0s 09:22:22 09:22:22 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 09:22:22 #2 DONE 0.0s 09:22:22 09:22:22 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 09:22:22 #3 DONE 0.0s 09:22:22 09:22:22 #4 [internal] load .dockerignore 09:22:22 #4 transferring context: 2B done 09:22:22 #4 DONE 0.0s 09:22:22 09:22:22 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e 09:22:22 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e done 09:22:22 #5 CACHED 09:22:22 09:22:22 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e 09:22:22 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:63721fba1cc7635ec2fff8745cd1e618bd7082e77b7d68787dc9f39e2415467e 0.0s done 09:22:22 #6 CACHED 09:22:22 09:22:22 #7 exporting to image 09:22:22 #7 exporting layers done 09:22:22 #7 exporting manifest sha256:306b3ebb16020262fcbf364766301738265d3d650cbea3286b434bca9b74c92e done 09:22:22 #7 exporting config sha256:a60eed78e94640f5e230f93fd69522427d360eec434fdd928a5405e73bd4fb78 done 09:22:22 #7 exporting manifest sha256:9150c9a8365fd3f23bedf30b0ef2d502529ecaca97033796b2b60aab29841a66 done 09:22:22 #7 exporting config sha256:5ea0656ebd6260cba4639d0e315929163a87a9a682a6b75231bb6e5f075e4fde 09:22:22 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:23 #7 exporting config sha256:5ea0656ebd6260cba4639d0e315929163a87a9a682a6b75231bb6e5f075e4fde done 09:22:23 #7 exporting manifest list sha256:ed03522bcc2ee5b01ddd0a0bcf37143bf2f78f90a1fc1e807acbc4cba977ace5 done 09:22:23 #7 pushing layers 0.0s done 09:22:23 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:ed03522bcc2ee5b01ddd0a0bcf37143bf2f78f90a1fc1e807acbc4cba977ace5 0.1s done 09:22:23 #7 DONE 0.1s 09:22:23 09:22:23 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 09:22:23 #8 DONE 0.0s 09:22:23 09:22:23 1 warning found (use --debug to expand): 09:22:23  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29' 09:22:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 --push - 09:22:23 #1 [internal] load build definition from Dockerfile 09:22:23 #1 transferring dockerfile: 205B done 09:22:23 #1 DONE 0.0s 09:22:23 09:22:23 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:22:23 #2 DONE 0.0s 09:22:23 09:22:23 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:22:23 #3 DONE 0.0s 09:22:23 09:22:23 #4 [internal] load .dockerignore 09:22:23 #4 transferring context: 2B done 09:22:23 #4 DONE 0.0s 09:22:23 09:22:23 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:10cfbd621f44d69e51668f2f26329c4e2f8123aa6f95856c51ca5076bf6592cb 09:22:23 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:10cfbd621f44d69e51668f2f26329c4e2f8123aa6f95856c51ca5076bf6592cb done 09:22:23 #5 DONE 0.0s 09:22:23 09:22:23 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:10cfbd621f44d69e51668f2f26329c4e2f8123aa6f95856c51ca5076bf6592cb 09:22:23 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:10cfbd621f44d69e51668f2f26329c4e2f8123aa6f95856c51ca5076bf6592cb done 09:22:23 #6 DONE 0.1s 09:22:23 09:22:23 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 09:22:23 #7 DONE 0.0s 09:22:23 09:22:23 #8 exporting to image 09:22:23 #8 exporting layers done 09:22:23 #8 exporting manifest sha256:713794b48fc165c94b6e1b73f32a188e032e58b8f9d6f368bd581d6f62afc07a done 09:22:23 #8 exporting config sha256:d59970a59460071231617c4f410bcea45942038e11ebf04961409e64f9e63021 done 09:22:23 #8 exporting manifest sha256:f8926b7c4ad74f5cf501330091bf5caadf0d8669e649f6f620ef63e13dc7bb2e done 09:22:23 #8 exporting config sha256:f36bae775da8482ec6ebdfc5c64abaaf894cc53cda7008963707a5fa4d75c470 done 09:22:23 #8 exporting manifest list sha256:2c501e46f7d1023556e0de9e0515f991061d3b56b7b02e46bf9464ce1a1db99c done 09:22:23 #8 pushing layers 0.1s done 09:22:23 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:2c501e46f7d1023556e0de9e0515f991061d3b56b7b02e46bf9464ce1a1db99c 09:22:23 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:24 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:2c501e46f7d1023556e0de9e0515f991061d3b56b7b02e46bf9464ce1a1db99c 0.1s done 09:22:24 #8 DONE 0.2s 09:22:24 09:22:24 1 warning found (use --debug to expand): 09:22:24  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' 09:22:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - 09:22:24 #1 [internal] load build definition from Dockerfile 09:22:24 #1 transferring dockerfile: 171B done 09:22:24 #1 DONE 0.0s 09:22:24 09:22:24 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 09:22:24 #2 DONE 0.0s 09:22:24 09:22:24 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 09:22:24 #3 DONE 0.0s 09:22:24 09:22:24 #4 [internal] load .dockerignore 09:22:24 #4 transferring context: 2B done 09:22:24 #4 DONE 0.0s 09:22:24 09:22:24 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:10cfbd621f44d69e51668f2f26329c4e2f8123aa6f95856c51ca5076bf6592cb 09:22:24 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:10cfbd621f44d69e51668f2f26329c4e2f8123aa6f95856c51ca5076bf6592cb 0.0s done 09:22:24 #5 CACHED 09:22:24 09:22:24 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:10cfbd621f44d69e51668f2f26329c4e2f8123aa6f95856c51ca5076bf6592cb 09:22:24 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:10cfbd621f44d69e51668f2f26329c4e2f8123aa6f95856c51ca5076bf6592cb 0.0s done 09:22:24 #6 CACHED 09:22:24 09:22:24 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 09:22:24 #7 DONE 0.0s 09:22:24 09:22:24 #8 exporting to image 09:22:24 #8 exporting layers done 09:22:24 #8 exporting manifest sha256:713794b48fc165c94b6e1b73f32a188e032e58b8f9d6f368bd581d6f62afc07a done 09:22:24 #8 exporting config sha256:d59970a59460071231617c4f410bcea45942038e11ebf04961409e64f9e63021 done 09:22:24 #8 exporting manifest sha256:f8926b7c4ad74f5cf501330091bf5caadf0d8669e649f6f620ef63e13dc7bb2e done 09:22:24 #8 exporting config sha256:f36bae775da8482ec6ebdfc5c64abaaf894cc53cda7008963707a5fa4d75c470 done 09:22:24 #8 exporting manifest list sha256:2c501e46f7d1023556e0de9e0515f991061d3b56b7b02e46bf9464ce1a1db99c done 09:22:24 #8 pushing layers 0.0s done 09:22:24 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:2c501e46f7d1023556e0de9e0515f991061d3b56b7b02e46bf9464ce1a1db99c 0.1s done 09:22:24 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:24 #8 DONE 0.1s 09:22:24 09:22:24 1 warning found (use --debug to expand): 09:22:24  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.37' 09:22:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.37 --push - 09:22:24 #1 [internal] load build definition from Dockerfile 09:22:24 #1 transferring dockerfile: 177B done 09:22:24 #1 DONE 0.0s 09:22:24 09:22:24 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.37 09:22:24 #2 DONE 0.0s 09:22:24 09:22:24 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.37 09:22:24 #3 DONE 0.0s 09:22:24 09:22:24 #4 [internal] load .dockerignore 09:22:24 #4 transferring context: 2B done 09:22:24 #4 DONE 0.0s 09:22:24 09:22:24 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.37@sha256:10cfbd621f44d69e51668f2f26329c4e2f8123aa6f95856c51ca5076bf6592cb 09:22:24 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.37@sha256:10cfbd621f44d69e51668f2f26329c4e2f8123aa6f95856c51ca5076bf6592cb 0.0s done 09:22:24 #5 CACHED 09:22:24 09:22:24 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.37@sha256:10cfbd621f44d69e51668f2f26329c4e2f8123aa6f95856c51ca5076bf6592cb 09:22:24 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.37@sha256:10cfbd621f44d69e51668f2f26329c4e2f8123aa6f95856c51ca5076bf6592cb 0.0s done 09:22:24 #6 CACHED 09:22:24 09:22:24 #7 exporting to image 09:22:24 #7 exporting layers done 09:22:24 #7 exporting manifest sha256:713794b48fc165c94b6e1b73f32a188e032e58b8f9d6f368bd581d6f62afc07a done 09:22:24 #7 exporting config sha256:d59970a59460071231617c4f410bcea45942038e11ebf04961409e64f9e63021 done 09:22:24 #7 exporting manifest sha256:f8926b7c4ad74f5cf501330091bf5caadf0d8669e649f6f620ef63e13dc7bb2e done 09:22:24 #7 exporting config sha256:f36bae775da8482ec6ebdfc5c64abaaf894cc53cda7008963707a5fa4d75c470 done 09:22:24 #7 exporting manifest list sha256:2c501e46f7d1023556e0de9e0515f991061d3b56b7b02e46bf9464ce1a1db99c 09:22:24 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:25 #7 exporting manifest list sha256:2c501e46f7d1023556e0de9e0515f991061d3b56b7b02e46bf9464ce1a1db99c done 09:22:25 #7 pushing layers 0.0s done 09:22:25 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.37@sha256:2c501e46f7d1023556e0de9e0515f991061d3b56b7b02e46bf9464ce1a1db99c 0.1s done 09:22:25 #7 DONE 0.1s 09:22:25 09:22:25 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 09:22:25 #8 DONE 0.0s 09:22:25 09:22:25 1 warning found (use --debug to expand): 09:22:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37' 09:22:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 --push - 09:22:25 #1 [internal] load build definition from Dockerfile 09:22:25 #1 transferring dockerfile: 218B done 09:22:25 #1 DONE 0.0s 09:22:25 09:22:25 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:22:25 #2 DONE 0.0s 09:22:25 09:22:25 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:22:25 #3 DONE 0.0s 09:22:25 09:22:25 #4 [internal] load .dockerignore 09:22:25 #4 transferring context: 2B done 09:22:25 #4 DONE 0.0s 09:22:25 09:22:25 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:10cfbd621f44d69e51668f2f26329c4e2f8123aa6f95856c51ca5076bf6592cb 09:22:25 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:10cfbd621f44d69e51668f2f26329c4e2f8123aa6f95856c51ca5076bf6592cb 0.0s done 09:22:25 #5 CACHED 09:22:25 09:22:25 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:10cfbd621f44d69e51668f2f26329c4e2f8123aa6f95856c51ca5076bf6592cb 09:22:25 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:10cfbd621f44d69e51668f2f26329c4e2f8123aa6f95856c51ca5076bf6592cb 0.0s done 09:22:25 #6 DONE 0.0s 09:22:25 09:22:25 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:10cfbd621f44d69e51668f2f26329c4e2f8123aa6f95856c51ca5076bf6592cb 09:22:25 #6 CACHED 09:22:25 09:22:25 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 09:22:25 #7 DONE 0.0s 09:22:25 09:22:25 #8 exporting to image 09:22:25 #8 exporting layers done 09:22:25 #8 exporting manifest sha256:713794b48fc165c94b6e1b73f32a188e032e58b8f9d6f368bd581d6f62afc07a done 09:22:25 #8 exporting config sha256:d59970a59460071231617c4f410bcea45942038e11ebf04961409e64f9e63021 done 09:22:25 #8 exporting manifest sha256:f8926b7c4ad74f5cf501330091bf5caadf0d8669e649f6f620ef63e13dc7bb2e done 09:22:25 #8 exporting config sha256:f36bae775da8482ec6ebdfc5c64abaaf894cc53cda7008963707a5fa4d75c470 done 09:22:25 #8 exporting manifest list sha256:2c501e46f7d1023556e0de9e0515f991061d3b56b7b02e46bf9464ce1a1db99c done 09:22:25 #8 pushing layers 0.0s done 09:22:25 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:2c501e46f7d1023556e0de9e0515f991061d3b56b7b02e46bf9464ce1a1db99c 0.1s done 09:22:25 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:25 #8 DONE 0.1s 09:22:25 09:22:25 1 warning found (use --debug to expand): 09:22:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' 09:22:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - 09:22:26 #1 [internal] load build definition from Dockerfile 09:22:26 #1 transferring dockerfile: 169B done 09:22:26 #1 DONE 0.0s 09:22:26 09:22:26 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 09:22:26 #2 DONE 0.0s 09:22:26 09:22:26 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 09:22:26 #3 DONE 0.0s 09:22:26 09:22:26 #4 [internal] load .dockerignore 09:22:26 #4 transferring context: 2B done 09:22:26 #4 DONE 0.0s 09:22:26 09:22:26 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:10cfbd621f44d69e51668f2f26329c4e2f8123aa6f95856c51ca5076bf6592cb 09:22:26 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:10cfbd621f44d69e51668f2f26329c4e2f8123aa6f95856c51ca5076bf6592cb 0.0s done 09:22:26 #5 CACHED 09:22:26 09:22:26 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:10cfbd621f44d69e51668f2f26329c4e2f8123aa6f95856c51ca5076bf6592cb 09:22:26 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:10cfbd621f44d69e51668f2f26329c4e2f8123aa6f95856c51ca5076bf6592cb 0.0s done 09:22:26 #6 CACHED 09:22:26 09:22:26 #7 exporting to image 09:22:26 #7 exporting layers done 09:22:26 #7 exporting manifest sha256:713794b48fc165c94b6e1b73f32a188e032e58b8f9d6f368bd581d6f62afc07a done 09:22:26 #7 exporting config sha256:d59970a59460071231617c4f410bcea45942038e11ebf04961409e64f9e63021 done 09:22:26 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:26 #7 exporting manifest sha256:f8926b7c4ad74f5cf501330091bf5caadf0d8669e649f6f620ef63e13dc7bb2e done 09:22:26 #7 exporting config sha256:f36bae775da8482ec6ebdfc5c64abaaf894cc53cda7008963707a5fa4d75c470 0.0s done 09:22:26 #7 exporting manifest list sha256:2c501e46f7d1023556e0de9e0515f991061d3b56b7b02e46bf9464ce1a1db99c done 09:22:26 #7 pushing layers 0.0s done 09:22:26 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:2c501e46f7d1023556e0de9e0515f991061d3b56b7b02e46bf9464ce1a1db99c 0.1s done 09:22:26 #7 DONE 0.1s 09:22:26 09:22:26 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 09:22:26 #8 DONE 0.0s 09:22:26 09:22:26 1 warning found (use --debug to expand): 09:22:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29' 09:22:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 --push - 09:22:26 #1 [internal] load build definition from Dockerfile 09:22:26 #1 transferring dockerfile: 206B done 09:22:26 #1 DONE 0.0s 09:22:26 09:22:26 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:22:26 #2 DONE 0.0s 09:22:26 09:22:26 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:22:26 #3 DONE 0.0s 09:22:26 09:22:26 #4 [internal] load .dockerignore 09:22:26 #4 transferring context: 2B done 09:22:26 #4 DONE 0.0s 09:22:26 09:22:26 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 09:22:26 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 09:22:26 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 0.0s done 09:22:26 #5 DONE 0.1s 09:22:26 09:22:26 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 09:22:26 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 0.0s done 09:22:26 #6 DONE 0.0s 09:22:26 09:22:26 #7 exporting to image 09:22:26 #7 exporting layers done 09:22:26 #7 exporting manifest sha256:58274b7adafd760b7e6abc04a90ff18766550045d9bf17dc6a68e375d7fefbfa done 09:22:26 #7 exporting config sha256:40b015534426177320e0ae154d11a40535f8458674334c632cdddc43a0c8c894 09:22:26 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:26 #7 ... 09:22:26 09:22:26 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 09:22:26 #8 DONE 0.0s 09:22:26 09:22:26 #7 exporting to image 09:22:26 #7 exporting config sha256:40b015534426177320e0ae154d11a40535f8458674334c632cdddc43a0c8c894 done 09:22:26 #7 exporting manifest sha256:2150b32c45971b00f38088b6697af1ca1969a035ac8374fe2a981281d97d3b7c done 09:22:26 #7 exporting config sha256:a67259f7b7c9f0febc888ac7584f94fc162e251d0f0189f20885916c49f06b13 done 09:22:26 #7 exporting manifest list sha256:87ebf3837a6a3ceac77a48363c5c9d84e507267917e1ef851a47210aa1851952 done 09:22:26 #7 pushing layers 0.1s done 09:22:26 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:87ebf3837a6a3ceac77a48363c5c9d84e507267917e1ef851a47210aa1851952 09:22:27 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:87ebf3837a6a3ceac77a48363c5c9d84e507267917e1ef851a47210aa1851952 0.1s done 09:22:27 #7 DONE 0.2s 09:22:27 09:22:27 1 warning found (use --debug to expand): 09:22:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' 09:22:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - 09:22:27 #1 [internal] load build definition from Dockerfile 09:22:27 #1 transferring dockerfile: 172B done 09:22:27 #1 DONE 0.0s 09:22:27 09:22:27 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 09:22:27 #2 DONE 0.0s 09:22:27 09:22:27 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 09:22:27 #3 DONE 0.0s 09:22:27 09:22:27 #4 [internal] load .dockerignore 09:22:27 #4 transferring context: 2B done 09:22:27 #4 DONE 0.0s 09:22:27 09:22:27 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 09:22:27 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 09:22:27 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 0.0s done 09:22:27 #5 CACHED 09:22:27 09:22:27 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 09:22:27 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 0.0s done 09:22:27 #6 CACHED 09:22:27 09:22:27 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 09:22:27 #7 DONE 0.0s 09:22:27 09:22:27 #8 exporting to image 09:22:27 #8 exporting layers done 09:22:27 #8 exporting manifest sha256:58274b7adafd760b7e6abc04a90ff18766550045d9bf17dc6a68e375d7fefbfa done 09:22:27 #8 exporting config sha256:40b015534426177320e0ae154d11a40535f8458674334c632cdddc43a0c8c894 done 09:22:27 #8 exporting manifest sha256:2150b32c45971b00f38088b6697af1ca1969a035ac8374fe2a981281d97d3b7c done 09:22:27 #8 exporting config sha256:a67259f7b7c9f0febc888ac7584f94fc162e251d0f0189f20885916c49f06b13 done 09:22:27 #8 exporting manifest list sha256:87ebf3837a6a3ceac77a48363c5c9d84e507267917e1ef851a47210aa1851952 done 09:22:27 #8 pushing layers 0.0s done 09:22:27 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:87ebf3837a6a3ceac77a48363c5c9d84e507267917e1ef851a47210aa1851952 09:22:27 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:27 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:87ebf3837a6a3ceac77a48363c5c9d84e507267917e1ef851a47210aa1851952 0.1s done 09:22:27 #8 DONE 0.1s 09:22:27 09:22:27 1 warning found (use --debug to expand): 09:22:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.37' 09:22:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.37 --push - 09:22:27 #1 [internal] load build definition from Dockerfile 09:22:27 #1 transferring dockerfile: 178B done 09:22:27 #1 DONE 0.0s 09:22:27 09:22:27 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.37 09:22:27 #2 DONE 0.0s 09:22:27 09:22:27 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.37 09:22:27 #3 DONE 0.0s 09:22:27 09:22:27 #4 [internal] load .dockerignore 09:22:27 #4 transferring context: 2B done 09:22:27 #4 DONE 0.0s 09:22:27 09:22:27 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.37@sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 09:22:27 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.37@sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 0.0s done 09:22:27 #5 CACHED 09:22:27 09:22:27 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.37@sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 09:22:28 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.37@sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 0.0s done 09:22:28 #6 CACHED 09:22:28 09:22:28 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 09:22:28 #7 DONE 0.0s 09:22:28 09:22:28 #8 exporting to image 09:22:28 #8 exporting layers done 09:22:28 #8 exporting manifest sha256:58274b7adafd760b7e6abc04a90ff18766550045d9bf17dc6a68e375d7fefbfa done 09:22:28 #8 exporting config sha256:40b015534426177320e0ae154d11a40535f8458674334c632cdddc43a0c8c894 done 09:22:28 #8 exporting manifest sha256:2150b32c45971b00f38088b6697af1ca1969a035ac8374fe2a981281d97d3b7c done 09:22:28 #8 exporting config sha256:a67259f7b7c9f0febc888ac7584f94fc162e251d0f0189f20885916c49f06b13 done 09:22:28 #8 exporting manifest list sha256:87ebf3837a6a3ceac77a48363c5c9d84e507267917e1ef851a47210aa1851952 done 09:22:28 #8 pushing layers 0.0s done 09:22:28 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.37@sha256:87ebf3837a6a3ceac77a48363c5c9d84e507267917e1ef851a47210aa1851952 0.1s done 09:22:28 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:28 #8 DONE 0.1s 09:22:28 09:22:28 1 warning found (use --debug to expand): 09:22:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37' 09:22:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 --push - 09:22:28 #1 [internal] load build definition from Dockerfile 09:22:28 #1 transferring dockerfile: 219B done 09:22:28 #1 DONE 0.0s 09:22:28 09:22:28 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:22:28 #2 DONE 0.0s 09:22:28 09:22:28 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:22:28 #3 DONE 0.0s 09:22:28 09:22:28 #4 [internal] load .dockerignore 09:22:28 #4 transferring context: 2B done 09:22:28 #4 DONE 0.0s 09:22:28 09:22:28 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 09:22:28 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 done 09:22:28 #5 CACHED 09:22:28 09:22:28 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 09:22:28 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 0.0s done 09:22:28 #6 CACHED 09:22:28 09:22:28 #7 exporting to image 09:22:28 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:28 #7 exporting layers done 09:22:28 #7 exporting manifest sha256:58274b7adafd760b7e6abc04a90ff18766550045d9bf17dc6a68e375d7fefbfa done 09:22:28 #7 exporting config sha256:40b015534426177320e0ae154d11a40535f8458674334c632cdddc43a0c8c894 done 09:22:28 #7 exporting manifest sha256:2150b32c45971b00f38088b6697af1ca1969a035ac8374fe2a981281d97d3b7c done 09:22:28 #7 exporting config sha256:a67259f7b7c9f0febc888ac7584f94fc162e251d0f0189f20885916c49f06b13 done 09:22:28 #7 exporting manifest list sha256:87ebf3837a6a3ceac77a48363c5c9d84e507267917e1ef851a47210aa1851952 done 09:22:28 #7 pushing layers 0.0s done 09:22:28 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:87ebf3837a6a3ceac77a48363c5c9d84e507267917e1ef851a47210aa1851952 0.1s done 09:22:28 #7 DONE 0.1s 09:22:28 09:22:28 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 09:22:28 #8 DONE 0.0s 09:22:28 09:22:28 1 warning found (use --debug to expand): 09:22:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' 09:22:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - 09:22:28 #1 [internal] load build definition from Dockerfile 09:22:28 #1 transferring dockerfile: 170B done 09:22:28 #1 DONE 0.0s 09:22:28 09:22:28 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 09:22:28 #2 DONE 0.0s 09:22:28 09:22:28 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 09:22:28 #3 DONE 0.0s 09:22:28 09:22:28 #4 [internal] load .dockerignore 09:22:28 #4 transferring context: 09:22:29 #4 transferring context: 2B done 09:22:29 #4 DONE 0.0s 09:22:29 09:22:29 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 09:22:29 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 done 09:22:29 #5 CACHED 09:22:29 09:22:29 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 09:22:29 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:9e10c9c0263cfef4c735d8fcb45b7b1c1a3e440702baeb55bdeb45981779b614 done 09:22:29 #6 CACHED 09:22:29 09:22:29 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 09:22:29 #7 DONE 0.0s 09:22:29 09:22:29 #8 exporting to image 09:22:29 #8 exporting layers done 09:22:29 #8 exporting manifest sha256:58274b7adafd760b7e6abc04a90ff18766550045d9bf17dc6a68e375d7fefbfa done 09:22:29 #8 exporting config sha256:40b015534426177320e0ae154d11a40535f8458674334c632cdddc43a0c8c894 done 09:22:29 #8 exporting manifest sha256:2150b32c45971b00f38088b6697af1ca1969a035ac8374fe2a981281d97d3b7c done 09:22:29 #8 exporting config sha256:a67259f7b7c9f0febc888ac7584f94fc162e251d0f0189f20885916c49f06b13 done 09:22:29 #8 exporting manifest list sha256:87ebf3837a6a3ceac77a48363c5c9d84e507267917e1ef851a47210aa1851952 done 09:22:29 #8 pushing layers 0.0s done 09:22:29 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:87ebf3837a6a3ceac77a48363c5c9d84e507267917e1ef851a47210aa1851952 0.1s done 09:22:29 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:29 #8 DONE 0.1s 09:22:29 09:22:29 1 warning found (use --debug to expand): 09:22:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 --push - 09:22:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29' 09:22:29 #1 [internal] load build definition from Dockerfile 09:22:29 #1 transferring dockerfile: 206B done 09:22:29 #1 DONE 0.0s 09:22:29 09:22:29 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:22:29 #2 DONE 0.1s 09:22:29 09:22:29 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:22:29 #3 DONE 0.1s 09:22:29 09:22:29 #4 [internal] load .dockerignore 09:22:29 #4 transferring context: 2B done 09:22:29 #4 DONE 0.0s 09:22:29 09:22:29 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:d76936e8cd8f568af43e9354afbbe9a564014ca3e8d130459bdc47ade7000c94 09:22:29 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:d76936e8cd8f568af43e9354afbbe9a564014ca3e8d130459bdc47ade7000c94 09:22:29 #5 ... 09:22:29 09:22:29 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:d76936e8cd8f568af43e9354afbbe9a564014ca3e8d130459bdc47ade7000c94 09:22:29 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:d76936e8cd8f568af43e9354afbbe9a564014ca3e8d130459bdc47ade7000c94 done 09:22:29 #6 DONE 0.1s 09:22:29 09:22:29 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 09:22:29 #7 DONE 0.0s 09:22:29 09:22:29 #8 exporting to image 09:22:29 #8 exporting layers done 09:22:29 #8 exporting manifest sha256:8cd4da5eeeaeda5a25decb884078cf51ab9661ddacf2944e68ee6b5a4c7d601d 0.0s done 09:22:29 #8 exporting config sha256:6931b0ccff8a011c809923fbf843d6116fd8f61766bfccaa9fbb3c35f105c528 done 09:22:29 #8 exporting manifest sha256:b19eeb674fcb0f723795c43480be47c5f69bcddd1a3624e2f8b9a4e82e0d5928 done 09:22:29 #8 exporting config sha256:8977ac5494c73979492100c228e8aaec7a6edaafd440880ef0ee2a132e0c903d done 09:22:29 #8 exporting manifest list sha256:5f2d4f7e63a29b63ba6b856c262336e3d303b63edc31ef594a395f919930033a done 09:22:29 #8 pushing layers 0.1s done 09:22:29 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:5f2d4f7e63a29b63ba6b856c262336e3d303b63edc31ef594a395f919930033a 09:22:29 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:30 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:5f2d4f7e63a29b63ba6b856c262336e3d303b63edc31ef594a395f919930033a 0.1s done 09:22:30 #8 DONE 0.2s 09:22:30 09:22:30 1 warning found (use --debug to expand): 09:22:30  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:30 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' 09:22:30 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - 09:22:30 #1 [internal] load build definition from Dockerfile 09:22:30 #1 transferring dockerfile: 172B done 09:22:30 #1 DONE 0.0s 09:22:30 09:22:30 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 09:22:30 #2 DONE 0.0s 09:22:30 09:22:30 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 09:22:30 #3 DONE 0.0s 09:22:30 09:22:30 #4 [internal] load .dockerignore 09:22:30 #4 transferring context: 2B done 09:22:30 #4 DONE 0.0s 09:22:30 09:22:30 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:d76936e8cd8f568af43e9354afbbe9a564014ca3e8d130459bdc47ade7000c94 09:22:30 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:d76936e8cd8f568af43e9354afbbe9a564014ca3e8d130459bdc47ade7000c94 0.0s done 09:22:30 #5 DONE 0.0s 09:22:30 09:22:30 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:d76936e8cd8f568af43e9354afbbe9a564014ca3e8d130459bdc47ade7000c94 09:22:30 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:d76936e8cd8f568af43e9354afbbe9a564014ca3e8d130459bdc47ade7000c94 0.0s done 09:22:30 #6 CACHED 09:22:30 09:22:30 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:d76936e8cd8f568af43e9354afbbe9a564014ca3e8d130459bdc47ade7000c94 09:22:30 #5 CACHED 09:22:30 09:22:30 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 09:22:30 #7 DONE 0.0s 09:22:30 09:22:30 #8 exporting to image 09:22:30 #8 exporting layers done 09:22:30 #8 exporting manifest sha256:8cd4da5eeeaeda5a25decb884078cf51ab9661ddacf2944e68ee6b5a4c7d601d done 09:22:30 #8 exporting config sha256:6931b0ccff8a011c809923fbf843d6116fd8f61766bfccaa9fbb3c35f105c528 done 09:22:30 #8 exporting manifest sha256:b19eeb674fcb0f723795c43480be47c5f69bcddd1a3624e2f8b9a4e82e0d5928 done 09:22:30 #8 exporting config sha256:8977ac5494c73979492100c228e8aaec7a6edaafd440880ef0ee2a132e0c903d done 09:22:30 #8 exporting manifest list sha256:5f2d4f7e63a29b63ba6b856c262336e3d303b63edc31ef594a395f919930033a done 09:22:30 #8 pushing layers 0.0s done 09:22:30 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:5f2d4f7e63a29b63ba6b856c262336e3d303b63edc31ef594a395f919930033a 0.1s done 09:22:30 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:30 #8 DONE 0.1s 09:22:30 09:22:30 1 warning found (use --debug to expand): 09:22:30  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:30 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.37' 09:22:30 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.37 --push - 09:22:31 #1 [internal] load build definition from Dockerfile 09:22:31 #1 transferring dockerfile: 178B done 09:22:31 #1 DONE 0.0s 09:22:31 09:22:31 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.37 09:22:31 #2 DONE 0.0s 09:22:31 09:22:31 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.37 09:22:31 #3 DONE 0.0s 09:22:31 09:22:31 #4 [internal] load .dockerignore 09:22:31 #4 transferring context: 2B done 09:22:31 #4 DONE 0.0s 09:22:31 09:22:31 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.37@sha256:d76936e8cd8f568af43e9354afbbe9a564014ca3e8d130459bdc47ade7000c94 09:22:31 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.37@sha256:d76936e8cd8f568af43e9354afbbe9a564014ca3e8d130459bdc47ade7000c94 0.0s done 09:22:31 #5 CACHED 09:22:31 09:22:31 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.37@sha256:d76936e8cd8f568af43e9354afbbe9a564014ca3e8d130459bdc47ade7000c94 09:22:31 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.37@sha256:d76936e8cd8f568af43e9354afbbe9a564014ca3e8d130459bdc47ade7000c94 0.0s done 09:22:31 #6 CACHED 09:22:31 09:22:31 #7 exporting to image 09:22:31 #7 exporting layers 09:22:31 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:31 #7 exporting layers done 09:22:31 #7 exporting manifest sha256:8cd4da5eeeaeda5a25decb884078cf51ab9661ddacf2944e68ee6b5a4c7d601d done 09:22:31 #7 exporting config sha256:6931b0ccff8a011c809923fbf843d6116fd8f61766bfccaa9fbb3c35f105c528 done 09:22:31 #7 exporting manifest sha256:b19eeb674fcb0f723795c43480be47c5f69bcddd1a3624e2f8b9a4e82e0d5928 done 09:22:31 #7 exporting config sha256:8977ac5494c73979492100c228e8aaec7a6edaafd440880ef0ee2a132e0c903d done 09:22:31 #7 exporting manifest list sha256:5f2d4f7e63a29b63ba6b856c262336e3d303b63edc31ef594a395f919930033a done 09:22:31 #7 pushing layers 0.0s done 09:22:31 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.37@sha256:5f2d4f7e63a29b63ba6b856c262336e3d303b63edc31ef594a395f919930033a 0.1s done 09:22:31 #7 DONE 0.1s 09:22:31 09:22:31 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 09:22:31 #8 DONE 0.0s 09:22:31 09:22:31 1 warning found (use --debug to expand): 09:22:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37' 09:22:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 --push - 09:22:31 #1 [internal] load build definition from Dockerfile 09:22:31 #1 transferring dockerfile: 219B done 09:22:31 #1 DONE 0.0s 09:22:31 09:22:31 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:22:31 #2 DONE 0.0s 09:22:31 09:22:31 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:22:31 #3 DONE 0.0s 09:22:31 09:22:31 #4 [internal] load .dockerignore 09:22:31 #4 transferring context: 2B done 09:22:31 #4 DONE 0.0s 09:22:31 09:22:31 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:d76936e8cd8f568af43e9354afbbe9a564014ca3e8d130459bdc47ade7000c94 09:22:31 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:d76936e8cd8f568af43e9354afbbe9a564014ca3e8d130459bdc47ade7000c94 done 09:22:31 #5 CACHED 09:22:31 09:22:31 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:d76936e8cd8f568af43e9354afbbe9a564014ca3e8d130459bdc47ade7000c94 09:22:31 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:d76936e8cd8f568af43e9354afbbe9a564014ca3e8d130459bdc47ade7000c94 0.0s done 09:22:31 #6 CACHED 09:22:31 09:22:31 #7 exporting to image 09:22:31 #7 exporting layers done 09:22:31 #7 exporting manifest sha256:8cd4da5eeeaeda5a25decb884078cf51ab9661ddacf2944e68ee6b5a4c7d601d done 09:22:31 #7 exporting config sha256:6931b0ccff8a011c809923fbf843d6116fd8f61766bfccaa9fbb3c35f105c528 done 09:22:31 #7 exporting manifest sha256:b19eeb674fcb0f723795c43480be47c5f69bcddd1a3624e2f8b9a4e82e0d5928 done 09:22:31 #7 exporting config sha256:8977ac5494c73979492100c228e8aaec7a6edaafd440880ef0ee2a132e0c903d done 09:22:31 #7 exporting manifest list sha256:5f2d4f7e63a29b63ba6b856c262336e3d303b63edc31ef594a395f919930033a done 09:22:31 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:31 #7 pushing layers 0.0s done 09:22:31 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:5f2d4f7e63a29b63ba6b856c262336e3d303b63edc31ef594a395f919930033a 0.1s done 09:22:31 #7 DONE 0.1s 09:22:31 09:22:31 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 09:22:31 #8 DONE 0.0s 09:22:31 09:22:31 1 warning found (use --debug to expand): 09:22:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' 09:22:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - 09:22:32 #1 [internal] load build definition from Dockerfile 09:22:32 #1 transferring dockerfile: 170B done 09:22:32 #1 DONE 0.1s 09:22:32 09:22:32 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 09:22:32 #2 DONE 0.0s 09:22:32 09:22:32 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 09:22:32 #3 DONE 0.0s 09:22:32 09:22:32 #4 [internal] load .dockerignore 09:22:32 #4 transferring context: 09:22:32 #4 transferring context: 2B done 09:22:32 #4 DONE 0.0s 09:22:32 09:22:32 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:d76936e8cd8f568af43e9354afbbe9a564014ca3e8d130459bdc47ade7000c94 09:22:32 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:d76936e8cd8f568af43e9354afbbe9a564014ca3e8d130459bdc47ade7000c94 0.0s done 09:22:32 #5 CACHED 09:22:32 09:22:32 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:d76936e8cd8f568af43e9354afbbe9a564014ca3e8d130459bdc47ade7000c94 09:22:32 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:d76936e8cd8f568af43e9354afbbe9a564014ca3e8d130459bdc47ade7000c94 0.0s done 09:22:32 #6 CACHED 09:22:32 09:22:32 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 09:22:32 #7 DONE 0.0s 09:22:32 09:22:32 #8 exporting to image 09:22:32 #8 exporting layers done 09:22:32 #8 exporting manifest sha256:8cd4da5eeeaeda5a25decb884078cf51ab9661ddacf2944e68ee6b5a4c7d601d done 09:22:32 #8 exporting config sha256:6931b0ccff8a011c809923fbf843d6116fd8f61766bfccaa9fbb3c35f105c528 done 09:22:32 #8 exporting manifest sha256:b19eeb674fcb0f723795c43480be47c5f69bcddd1a3624e2f8b9a4e82e0d5928 done 09:22:32 #8 exporting config sha256:8977ac5494c73979492100c228e8aaec7a6edaafd440880ef0ee2a132e0c903d done 09:22:32 #8 exporting manifest list sha256:5f2d4f7e63a29b63ba6b856c262336e3d303b63edc31ef594a395f919930033a done 09:22:32 #8 pushing layers 0.0s done 09:22:32 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:5f2d4f7e63a29b63ba6b856c262336e3d303b63edc31ef594a395f919930033a 0.1s done 09:22:32 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:32 #8 DONE 0.1s 09:22:32 09:22:32 1 warning found (use --debug to expand): 09:22:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 --push - 09:22:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29' 09:22:32 #1 [internal] load build definition from Dockerfile 09:22:32 #1 transferring dockerfile: 206B done 09:22:32 #1 DONE 0.0s 09:22:32 09:22:32 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:22:32 #2 DONE 0.0s 09:22:32 09:22:32 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:22:32 #3 DONE 0.1s 09:22:32 09:22:32 #4 [internal] load .dockerignore 09:22:32 #4 transferring context: 2B done 09:22:32 #4 DONE 0.0s 09:22:32 09:22:32 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 09:22:32 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 09:22:32 #5 ... 09:22:32 09:22:32 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 09:22:32 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 0.0s done 09:22:32 #6 DONE 0.1s 09:22:32 09:22:32 #7 exporting to image 09:22:32 #7 exporting layers done 09:22:32 #7 exporting manifest sha256:491361776c9bea6eaf5e3dffa43a84c0b3fc99a6abd9942056ecb42ae94dc137 done 09:22:32 #7 exporting config sha256:ad110d9862a7ea74b573946b7c54248db1644e01e46bcc69f1f8465f737efc79 09:22:32 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:32 #7 ... 09:22:32 09:22:32 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 09:22:32 #8 DONE 0.0s 09:22:32 09:22:32 #7 exporting to image 09:22:32 #7 exporting config sha256:ad110d9862a7ea74b573946b7c54248db1644e01e46bcc69f1f8465f737efc79 done 09:22:32 #7 exporting manifest sha256:1d6446f6191d4751bacf2b44a78cda4c6bbafc8b7dd3cadb63a669c6cf243ef1 done 09:22:32 #7 exporting config sha256:d341b915d855bccc68fa0067aaec5805a63fc27d3c27ca114295983e16b1a380 done 09:22:32 #7 exporting manifest list sha256:9f348a49f85b6e86e25f2ac811381e705e475aa841d507ea997bc5212a6563ce done 09:22:32 #7 pushing layers 0.1s done 09:22:32 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:9f348a49f85b6e86e25f2ac811381e705e475aa841d507ea997bc5212a6563ce 09:22:33 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:9f348a49f85b6e86e25f2ac811381e705e475aa841d507ea997bc5212a6563ce 0.1s done 09:22:33 #7 DONE 0.2s 09:22:33 09:22:33 1 warning found (use --debug to expand): 09:22:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:33 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' 09:22:33 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - 09:22:33 #1 [internal] load build definition from Dockerfile 09:22:33 #1 transferring dockerfile: 172B done 09:22:33 #1 DONE 0.0s 09:22:33 09:22:33 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 09:22:33 #2 DONE 0.0s 09:22:33 09:22:33 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 09:22:33 #3 DONE 0.0s 09:22:33 09:22:33 #4 [internal] load .dockerignore 09:22:33 #4 transferring context: 2B done 09:22:33 #4 DONE 0.0s 09:22:33 09:22:33 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 09:22:33 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 0.0s done 09:22:33 #5 DONE 0.0s 09:22:33 09:22:33 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 09:22:33 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 0.0s done 09:22:33 #6 CACHED 09:22:33 09:22:33 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 09:22:33 #5 CACHED 09:22:33 09:22:33 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 09:22:33 #7 DONE 0.0s 09:22:33 09:22:33 #8 exporting to image 09:22:33 #8 exporting layers done 09:22:33 #8 exporting manifest sha256:491361776c9bea6eaf5e3dffa43a84c0b3fc99a6abd9942056ecb42ae94dc137 done 09:22:33 #8 exporting config sha256:ad110d9862a7ea74b573946b7c54248db1644e01e46bcc69f1f8465f737efc79 done 09:22:33 #8 exporting manifest sha256:1d6446f6191d4751bacf2b44a78cda4c6bbafc8b7dd3cadb63a669c6cf243ef1 done 09:22:33 #8 exporting config sha256:d341b915d855bccc68fa0067aaec5805a63fc27d3c27ca114295983e16b1a380 done 09:22:33 #8 exporting manifest list sha256:9f348a49f85b6e86e25f2ac811381e705e475aa841d507ea997bc5212a6563ce done 09:22:33 #8 pushing layers 0.0s done 09:22:33 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:9f348a49f85b6e86e25f2ac811381e705e475aa841d507ea997bc5212a6563ce 0.1s done 09:22:33 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:33 #8 DONE 0.1s 09:22:33 09:22:33 1 warning found (use --debug to expand): 09:22:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:33 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.37' 09:22:33 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.37 --push - 09:22:34 #1 [internal] load build definition from Dockerfile 09:22:34 #1 transferring dockerfile: 178B done 09:22:34 #1 DONE 0.0s 09:22:34 09:22:34 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.37 09:22:34 #2 DONE 0.0s 09:22:34 09:22:34 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.37 09:22:34 #3 DONE 0.0s 09:22:34 09:22:34 #4 [internal] load .dockerignore 09:22:34 #4 transferring context: 2B done 09:22:34 #4 DONE 0.0s 09:22:34 09:22:34 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.37@sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 09:22:34 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.37@sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 0.0s done 09:22:34 #5 CACHED 09:22:34 09:22:34 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.37@sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 09:22:34 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.37@sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 0.0s done 09:22:34 #6 CACHED 09:22:34 09:22:34 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 09:22:34 #7 DONE 0.0s 09:22:34 09:22:34 #8 exporting to image 09:22:34 #8 exporting layers done 09:22:34 #8 exporting manifest sha256:491361776c9bea6eaf5e3dffa43a84c0b3fc99a6abd9942056ecb42ae94dc137 done 09:22:34 #8 exporting config sha256:ad110d9862a7ea74b573946b7c54248db1644e01e46bcc69f1f8465f737efc79 done 09:22:34 #8 exporting manifest sha256:1d6446f6191d4751bacf2b44a78cda4c6bbafc8b7dd3cadb63a669c6cf243ef1 done 09:22:34 #8 exporting config sha256:d341b915d855bccc68fa0067aaec5805a63fc27d3c27ca114295983e16b1a380 done 09:22:34 #8 exporting manifest list sha256:9f348a49f85b6e86e25f2ac811381e705e475aa841d507ea997bc5212a6563ce done 09:22:34 #8 pushing layers 0.0s done 09:22:34 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.37@sha256:9f348a49f85b6e86e25f2ac811381e705e475aa841d507ea997bc5212a6563ce 0.1s done 09:22:34 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:34 #8 DONE 0.1s 09:22:34 09:22:34 1 warning found (use --debug to expand): 09:22:34  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:34 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37' 09:22:34 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 --push - 09:22:34 #1 [internal] load build definition from Dockerfile 09:22:34 #1 transferring dockerfile: 219B done 09:22:34 #1 DONE 0.0s 09:22:34 09:22:34 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:22:34 #2 DONE 0.0s 09:22:34 09:22:34 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:22:34 #3 DONE 0.0s 09:22:34 09:22:34 #4 [internal] load .dockerignore 09:22:34 #4 transferring context: 2B done 09:22:34 #4 DONE 0.0s 09:22:34 09:22:34 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 09:22:34 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 0.0s done 09:22:34 #5 DONE 0.0s 09:22:34 09:22:34 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 09:22:34 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 0.0s done 09:22:34 #6 CACHED 09:22:34 09:22:34 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 09:22:34 #5 CACHED 09:22:34 09:22:34 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 09:22:34 #7 DONE 0.0s 09:22:34 09:22:34 #8 exporting to image 09:22:34 #8 exporting layers done 09:22:34 #8 exporting manifest sha256:491361776c9bea6eaf5e3dffa43a84c0b3fc99a6abd9942056ecb42ae94dc137 done 09:22:34 #8 exporting config sha256:ad110d9862a7ea74b573946b7c54248db1644e01e46bcc69f1f8465f737efc79 done 09:22:34 #8 exporting manifest sha256:1d6446f6191d4751bacf2b44a78cda4c6bbafc8b7dd3cadb63a669c6cf243ef1 done 09:22:34 #8 exporting config sha256:d341b915d855bccc68fa0067aaec5805a63fc27d3c27ca114295983e16b1a380 done 09:22:34 #8 exporting manifest list sha256:9f348a49f85b6e86e25f2ac811381e705e475aa841d507ea997bc5212a6563ce done 09:22:34 #8 pushing layers 0.0s done 09:22:34 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:9f348a49f85b6e86e25f2ac811381e705e475aa841d507ea997bc5212a6563ce 09:22:34 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:34 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:9f348a49f85b6e86e25f2ac811381e705e475aa841d507ea997bc5212a6563ce 0.1s done 09:22:34 #8 DONE 0.1s 09:22:34 09:22:34 1 warning found (use --debug to expand): 09:22:34  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' 09:22:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - 09:22:35 #1 [internal] load build definition from Dockerfile 09:22:35 #1 transferring dockerfile: 170B done 09:22:35 #1 DONE 0.0s 09:22:35 09:22:35 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 09:22:35 #2 DONE 0.1s 09:22:35 09:22:35 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 09:22:35 #3 DONE 0.1s 09:22:35 09:22:35 #4 [internal] load .dockerignore 09:22:35 #4 transferring context: 2B done 09:22:35 #4 DONE 0.1s 09:22:35 09:22:35 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 09:22:35 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 0.0s done 09:22:35 #5 DONE 0.0s 09:22:35 09:22:35 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 09:22:35 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 0.0s done 09:22:35 #6 CACHED 09:22:35 09:22:35 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:4d0a5d51286cc9c7625561f4559a51f1bfda3cb32b540dd38325f924ec2ac0f6 09:22:35 #5 CACHED 09:22:35 09:22:35 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 09:22:35 #7 DONE 0.0s 09:22:35 09:22:35 #8 exporting to image 09:22:35 #8 exporting layers done 09:22:35 #8 exporting manifest sha256:491361776c9bea6eaf5e3dffa43a84c0b3fc99a6abd9942056ecb42ae94dc137 done 09:22:35 #8 exporting config sha256:ad110d9862a7ea74b573946b7c54248db1644e01e46bcc69f1f8465f737efc79 done 09:22:35 #8 exporting manifest sha256:1d6446f6191d4751bacf2b44a78cda4c6bbafc8b7dd3cadb63a669c6cf243ef1 done 09:22:35 #8 exporting config sha256:d341b915d855bccc68fa0067aaec5805a63fc27d3c27ca114295983e16b1a380 done 09:22:35 #8 exporting manifest list sha256:9f348a49f85b6e86e25f2ac811381e705e475aa841d507ea997bc5212a6563ce done 09:22:35 #8 pushing layers 0.0s done 09:22:35 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:9f348a49f85b6e86e25f2ac811381e705e475aa841d507ea997bc5212a6563ce 0.1s done 09:22:35 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:35 #8 DONE 0.1s 09:22:35 09:22:35 1 warning found (use --debug to expand): 09:22:35  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29' 09:22:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 --push - 09:22:36 #1 [internal] load build definition from Dockerfile 09:22:36 #1 transferring dockerfile: 202B done 09:22:36 #1 DONE 0.0s 09:22:36 09:22:36 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:22:36 #2 DONE 0.1s 09:22:36 09:22:36 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:22:36 #3 DONE 0.1s 09:22:36 09:22:36 #4 [internal] load .dockerignore 09:22:36 #4 transferring context: 2B done 09:22:36 #4 DONE 0.0s 09:22:36 09:22:36 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:cfd8da5041bfba297ebbf8cf40c2fa6d0585fb132be1f2782cc96fbbfeb50d04 09:22:36 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:cfd8da5041bfba297ebbf8cf40c2fa6d0585fb132be1f2782cc96fbbfeb50d04 0.0s done 09:22:36 #5 DONE 0.0s 09:22:36 09:22:36 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:cfd8da5041bfba297ebbf8cf40c2fa6d0585fb132be1f2782cc96fbbfeb50d04 09:22:36 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:cfd8da5041bfba297ebbf8cf40c2fa6d0585fb132be1f2782cc96fbbfeb50d04 0.0s done 09:22:36 #6 DONE 0.2s 09:22:36 09:22:36 #7 exporting to image 09:22:36 #7 exporting layers done 09:22:36 #7 exporting manifest sha256:9592263a4c327af3041189455b8d1b7016746a2356a37c998c42ce5b3e343ee8 done 09:22:36 #7 exporting config sha256:039e15b59b29143d9fc546ba15e00587fa05cdbd05bcbdf103885dc5a1193cc1 done 09:22:36 #7 exporting manifest sha256:8ee2bca4bbd842e534614315b652f8b38aeb3a73cecf6d060ec695e2ca6531a0 done 09:22:36 #7 exporting config sha256:347cc47df690e60f4638d1b9b33f5ea7e9d881d0f1df0e7c182d58df1de8e16e done 09:22:36 #7 exporting manifest list sha256:579f0386680ec165d8839715a03236917e9ac42149beb42bc8f6d7a11858abcf 09:22:36 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:36 #7 ... 09:22:36 09:22:36 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 09:22:36 #8 DONE 0.0s 09:22:36 09:22:36 #7 exporting to image 09:22:36 #7 exporting manifest list sha256:579f0386680ec165d8839715a03236917e9ac42149beb42bc8f6d7a11858abcf 0.0s done 09:22:36 #7 pushing layers 0.1s done 09:22:36 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:579f0386680ec165d8839715a03236917e9ac42149beb42bc8f6d7a11858abcf 09:22:36 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29@sha256:579f0386680ec165d8839715a03236917e9ac42149beb42bc8f6d7a11858abcf 0.1s done 09:22:36 #7 DONE 0.2s 09:22:36 09:22:36 1 warning found (use --debug to expand): 09:22:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' 09:22:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - 09:22:37 #1 [internal] load build definition from Dockerfile 09:22:37 #1 transferring dockerfile: 168B done 09:22:37 #1 DONE 0.1s 09:22:37 09:22:37 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 09:22:37 #2 DONE 0.1s 09:22:37 09:22:37 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 09:22:37 #3 DONE 0.1s 09:22:37 09:22:37 #4 [internal] load .dockerignore 09:22:37 #4 transferring context: 09:22:37 #4 transferring context: 2B done 09:22:37 #4 DONE 0.1s 09:22:37 09:22:37 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:cfd8da5041bfba297ebbf8cf40c2fa6d0585fb132be1f2782cc96fbbfeb50d04 09:22:37 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:cfd8da5041bfba297ebbf8cf40c2fa6d0585fb132be1f2782cc96fbbfeb50d04 0.0s done 09:22:37 #5 CACHED 09:22:37 09:22:37 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:cfd8da5041bfba297ebbf8cf40c2fa6d0585fb132be1f2782cc96fbbfeb50d04 09:22:37 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:cfd8da5041bfba297ebbf8cf40c2fa6d0585fb132be1f2782cc96fbbfeb50d04 0.0s done 09:22:37 #6 CACHED 09:22:37 09:22:37 #7 exporting to image 09:22:37 #7 exporting layers done 09:22:37 #7 exporting manifest sha256:9592263a4c327af3041189455b8d1b7016746a2356a37c998c42ce5b3e343ee8 done 09:22:37 #7 exporting config sha256:039e15b59b29143d9fc546ba15e00587fa05cdbd05bcbdf103885dc5a1193cc1 done 09:22:37 #7 exporting manifest sha256:8ee2bca4bbd842e534614315b652f8b38aeb3a73cecf6d060ec695e2ca6531a0 done 09:22:37 #7 exporting config sha256:347cc47df690e60f4638d1b9b33f5ea7e9d881d0f1df0e7c182d58df1de8e16e 09:22:37 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:37 #7 exporting config sha256:347cc47df690e60f4638d1b9b33f5ea7e9d881d0f1df0e7c182d58df1de8e16e done 09:22:37 #7 exporting manifest list sha256:579f0386680ec165d8839715a03236917e9ac42149beb42bc8f6d7a11858abcf done 09:22:37 #7 pushing layers 0.0s done 09:22:37 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:579f0386680ec165d8839715a03236917e9ac42149beb42bc8f6d7a11858abcf 0.1s done 09:22:37 #7 DONE 0.1s 09:22:37 09:22:37 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 09:22:37 #8 DONE 0.0s 09:22:37 09:22:37 1 warning found (use --debug to expand): 09:22:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.37' 09:22:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.37 --push - 09:22:38 #1 [internal] load build definition from Dockerfile 09:22:38 #1 transferring dockerfile: 174B done 09:22:38 #1 DONE 0.0s 09:22:38 09:22:38 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.37 09:22:38 #2 DONE 0.0s 09:22:38 09:22:38 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.37 09:22:38 #3 DONE 0.0s 09:22:38 09:22:38 #4 [internal] load .dockerignore 09:22:38 #4 transferring context: 09:22:38 #4 transferring context: 2B done 09:22:38 #4 DONE 0.0s 09:22:38 09:22:38 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.37@sha256:cfd8da5041bfba297ebbf8cf40c2fa6d0585fb132be1f2782cc96fbbfeb50d04 09:22:38 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.37@sha256:cfd8da5041bfba297ebbf8cf40c2fa6d0585fb132be1f2782cc96fbbfeb50d04 0.0s done 09:22:38 #5 CACHED 09:22:38 09:22:38 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.37@sha256:cfd8da5041bfba297ebbf8cf40c2fa6d0585fb132be1f2782cc96fbbfeb50d04 09:22:38 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.37@sha256:cfd8da5041bfba297ebbf8cf40c2fa6d0585fb132be1f2782cc96fbbfeb50d04 0.0s done 09:22:38 #6 CACHED 09:22:38 09:22:38 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 09:22:38 #7 DONE 0.0s 09:22:38 09:22:38 #8 exporting to image 09:22:38 #8 exporting layers done 09:22:38 #8 exporting manifest sha256:9592263a4c327af3041189455b8d1b7016746a2356a37c998c42ce5b3e343ee8 done 09:22:38 #8 exporting config sha256:039e15b59b29143d9fc546ba15e00587fa05cdbd05bcbdf103885dc5a1193cc1 done 09:22:38 #8 exporting manifest sha256:8ee2bca4bbd842e534614315b652f8b38aeb3a73cecf6d060ec695e2ca6531a0 done 09:22:38 #8 exporting config sha256:347cc47df690e60f4638d1b9b33f5ea7e9d881d0f1df0e7c182d58df1de8e16e done 09:22:38 #8 exporting manifest list sha256:579f0386680ec165d8839715a03236917e9ac42149beb42bc8f6d7a11858abcf done 09:22:38 #8 pushing layers 0.0s done 09:22:38 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.37@sha256:579f0386680ec165d8839715a03236917e9ac42149beb42bc8f6d7a11858abcf 0.1s done 09:22:38 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:38 #8 DONE 0.1s 09:22:38 09:22:38 1 warning found (use --debug to expand): 09:22:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37' 09:22:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 --push - 09:22:38 #1 [internal] load build definition from Dockerfile 09:22:38 #1 transferring dockerfile: 215B done 09:22:38 #1 DONE 0.1s 09:22:38 09:22:38 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:22:38 #2 DONE 0.0s 09:22:38 09:22:38 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:22:38 #3 DONE 0.0s 09:22:38 09:22:38 #4 [internal] load .dockerignore 09:22:38 #4 transferring context: 2B done 09:22:38 #4 DONE 0.1s 09:22:38 09:22:38 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:cfd8da5041bfba297ebbf8cf40c2fa6d0585fb132be1f2782cc96fbbfeb50d04 09:22:38 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:cfd8da5041bfba297ebbf8cf40c2fa6d0585fb132be1f2782cc96fbbfeb50d04 0.0s done 09:22:38 #5 DONE 0.0s 09:22:38 09:22:38 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:cfd8da5041bfba297ebbf8cf40c2fa6d0585fb132be1f2782cc96fbbfeb50d04 09:22:39 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:cfd8da5041bfba297ebbf8cf40c2fa6d0585fb132be1f2782cc96fbbfeb50d04 0.0s done 09:22:39 #6 CACHED 09:22:39 09:22:39 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:cfd8da5041bfba297ebbf8cf40c2fa6d0585fb132be1f2782cc96fbbfeb50d04 09:22:39 #5 CACHED 09:22:39 09:22:39 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 09:22:39 #7 DONE 0.0s 09:22:39 09:22:39 #8 exporting to image 09:22:39 #8 exporting layers done 09:22:39 #8 exporting manifest sha256:9592263a4c327af3041189455b8d1b7016746a2356a37c998c42ce5b3e343ee8 done 09:22:39 #8 exporting config sha256:039e15b59b29143d9fc546ba15e00587fa05cdbd05bcbdf103885dc5a1193cc1 done 09:22:39 #8 exporting manifest sha256:8ee2bca4bbd842e534614315b652f8b38aeb3a73cecf6d060ec695e2ca6531a0 done 09:22:39 #8 exporting config sha256:347cc47df690e60f4638d1b9b33f5ea7e9d881d0f1df0e7c182d58df1de8e16e done 09:22:39 #8 exporting manifest list sha256:579f0386680ec165d8839715a03236917e9ac42149beb42bc8f6d7a11858abcf done 09:22:39 #8 pushing layers 0.0s done 09:22:39 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37@sha256:579f0386680ec165d8839715a03236917e9ac42149beb42bc8f6d7a11858abcf 0.1s done 09:22:39 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:39 #8 DONE 0.1s 09:22:39 09:22:39 1 warning found (use --debug to expand): 09:22:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:22:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' 09:22:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - 09:22:39 #1 [internal] load build definition from Dockerfile 09:22:39 #1 transferring dockerfile: 166B done 09:22:39 #1 DONE 0.0s 09:22:39 09:22:39 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 09:22:39 #2 DONE 0.0s 09:22:39 09:22:39 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 09:22:39 #3 DONE 0.0s 09:22:39 09:22:39 #4 [internal] load .dockerignore 09:22:39 #4 transferring context: 09:22:39 #4 transferring context: 2B done 09:22:39 #4 DONE 0.1s 09:22:39 09:22:39 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:cfd8da5041bfba297ebbf8cf40c2fa6d0585fb132be1f2782cc96fbbfeb50d04 09:22:39 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:cfd8da5041bfba297ebbf8cf40c2fa6d0585fb132be1f2782cc96fbbfeb50d04 0.1s done 09:22:39 #5 CACHED 09:22:39 09:22:39 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:cfd8da5041bfba297ebbf8cf40c2fa6d0585fb132be1f2782cc96fbbfeb50d04 09:22:39 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:cfd8da5041bfba297ebbf8cf40c2fa6d0585fb132be1f2782cc96fbbfeb50d04 0.1s done 09:22:39 #6 CACHED 09:22:39 09:22:39 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 09:22:39 #7 DONE 0.0s 09:22:39 09:22:39 #8 exporting to image 09:22:39 #8 exporting layers done 09:22:39 #8 exporting manifest sha256:9592263a4c327af3041189455b8d1b7016746a2356a37c998c42ce5b3e343ee8 done 09:22:39 #8 exporting config sha256:039e15b59b29143d9fc546ba15e00587fa05cdbd05bcbdf103885dc5a1193cc1 done 09:22:39 #8 exporting manifest sha256:8ee2bca4bbd842e534614315b652f8b38aeb3a73cecf6d060ec695e2ca6531a0 done 09:22:39 #8 exporting config sha256:347cc47df690e60f4638d1b9b33f5ea7e9d881d0f1df0e7c182d58df1de8e16e done 09:22:39 #8 exporting manifest list sha256:579f0386680ec165d8839715a03236917e9ac42149beb42bc8f6d7a11858abcf done 09:22:39 #8 pushing layers 0.0s done 09:22:39 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:579f0386680ec165d8839715a03236917e9ac42149beb42bc8f6d7a11858abcf 0.1s done 09:22:39 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:22:39 #8 DONE 0.1s 09:22:40 09:22:40 1 warning found (use --debug to expand): 09:22: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 09:22:40 + '[' -d /w/workspace/edgex-go/869/archives ']' [Pipeline] libraryResource [Pipeline] sh 09:22:40 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:22:41 ---> package-listing.sh 09:22:41 ++ facter osfamily 09:22:41 ++ tr '[:upper:]' '[:lower:]' 09:22:41 + OS_FAMILY=redhat 09:22:41 + workspace=/w/workspace/edgex-go/869 09:22:41 + START_PACKAGES=/tmp/packages_start.txt 09:22:41 + END_PACKAGES=/tmp/packages_end.txt 09:22:41 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:22:41 + PACKAGES=/tmp/packages_start.txt 09:22:41 + '[' /w/workspace/edgex-go/869 ']' 09:22:41 + PACKAGES=/tmp/packages_end.txt 09:22:41 + case "${OS_FAMILY}" in 09:22:41 + rpm -qa 09:22:41 + sort 09:22:42 + '[' -f /tmp/packages_start.txt ']' 09:22:42 + '[' -f /tmp/packages_end.txt ']' 09:22:42 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:22:42 + '[' /w/workspace/edgex-go/869 ']' 09:22:42 + mkdir -p /w/workspace/edgex-go/869/archives/ 09:22:42 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/869/archives/ [Pipeline] echo 09:22:42 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/869/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:22:42 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:22:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:22:42 09:22:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:22:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:22:43 latest: Pulling from edgex-lftools-log-publisher 09:22:43 5eb5b503b376: Pulling fs layer 09:22:43 5c69ac0246d0: Pulling fs layer 09:22:43 ec43610c2a17: Pulling fs layer 09:22:43 3a2ae6a8a46f: Pulling fs layer 09:22:43 33b1e0a273af: Pulling fs layer 09:22:43 5d3b04190fa2: Pulling fs layer 09:22:43 2f39f015ded8: Pulling fs layer 09:22:43 3a2ae6a8a46f: Waiting 09:22:43 33b1e0a273af: Waiting 09:22:43 5d3b04190fa2: Waiting 09:22:43 2f39f015ded8: Waiting 09:22:43 5c69ac0246d0: Verifying Checksum 09:22:43 5c69ac0246d0: Download complete 09:22:43 3a2ae6a8a46f: Verifying Checksum 09:22:43 3a2ae6a8a46f: Download complete 09:22:43 33b1e0a273af: Verifying Checksum 09:22:43 33b1e0a273af: Download complete 09:22:43 5d3b04190fa2: Verifying Checksum 09:22:43 5d3b04190fa2: Download complete 09:22:43 ec43610c2a17: Verifying Checksum 09:22:43 ec43610c2a17: Download complete 09:22:43 5eb5b503b376: Verifying Checksum 09:22:43 5eb5b503b376: Download complete 09:22:44 2f39f015ded8: Verifying Checksum 09:22:44 2f39f015ded8: Download complete 09:22:44 5eb5b503b376: Pull complete 09:22:44 5c69ac0246d0: Pull complete 09:22:45 ec43610c2a17: Pull complete 09:22:45 3a2ae6a8a46f: Pull complete 09:22:45 33b1e0a273af: Pull complete 09:22:45 5d3b04190fa2: Pull complete 09:22:49 2f39f015ded8: Pull complete 09:22:49 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 09:22:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:22:49 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:22:50 prd-centos7-docker-4c-2g-4661 does not seem to be running inside a container 09:22:50 $ 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/869/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 09:22:53 $ docker top 059119e56ea2ff67fd9685a2f78b4b95e96672ca4c1cd1c57c7193e344309a54 -eo pid,comm [Pipeline] { [Pipeline] sh 09:22:53 + touch /tmp/pre-build-complete [Pipeline] sh 09:22:54 + mkdir -p /var/log/sysstat [Pipeline] sh 09:22:54 + ls /var/log/sa-host 09:22:54 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:22:54 provisioning config files... 09:22:54 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config4926087398315742090tmp [Pipeline] { [Pipeline] echo 09:22:54 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:22:54 ---> create-netrc.sh [Pipeline] } 09:22:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 09:22:55 ---> python-tools-install.sh [Pipeline] echo 09:22:55 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:22:55 ---> sudo-logs.sh 09:22:55 Archiving 'sudo' log.. 09:22:55 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:22:55 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 09:22:55 $ docker stop --time=1 059119e56ea2ff67fd9685a2f78b4b95e96672ca4c1cd1c57c7193e344309a54 09:22:56 $ docker rm -f --volumes 059119e56ea2ff67fd9685a2f78b4b95e96672ca4c1cd1c57c7193e344309a54 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 09:22:56 [WS-CLEANUP] Deleting project workspace... 09:22:56 [WS-CLEANUP] Deferred wipeout is used... 09:22:56 [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] } 09:38:52 #154 ... 09:38:52 09:38:52 #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 09:38:52 #151 DONE 1137.8s 09:38:52 09:38:52 #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 09:38:52 #153 ... 09:38:52 09:38:52 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 09:38:52 #155 DONE 0.1s 09:38:52 09:38:52 #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 09:38:52 #156 DONE 0.1s 09:38:52 09:38:52 #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 09:38:52 #154 ... 09:38:52 09:38:52 #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 09:38:52 #157 DONE 0.2s 09:38:52 09:38:52 #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 09:38:52 #154 ... 09:38:52 09:38:52 #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 09:38:52 #158 DONE 0.1s 09:38:52 09:38:52 #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 09:38:52 #159 DONE 0.2s 09:38:52 09:38:52 #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:38:52 #160 DONE 2.3s 09:38:52 09:38:52 #108 [core-common-config-bootstrapper] exporting to image 09:38:52 #108 exporting layers 09:38:52 #108 exporting layers 0.8s done 09:38:52 #108 writing image sha256:ccd4140050e974c0139ede4912d956c049539ec99e0408c80db41338639f8e33 done 09:38:52 #108 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 09:38:52 #108 DONE 4.7s 09:38:52 09:38:52 #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 09:39:04 #143 ... 09:39:04 09:39:04 #145 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 09:39:04 #145 DONE 1155.2s 09:39:04 09:39:04 #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 09:39:04 #150 ... 09:39:04 09:39:04 #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 09:39:04 #161 DONE 0.2s 09:39:04 09:39:04 #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 09:39:06 #162 DONE 2.3s 09:39:06 09:39:06 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 09:39:06 #163 DONE 0.2s 09:39:06 09:39:06 #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 09:39:06 #154 ... 09:39:06 09:39:06 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 09:39:06 #164 DONE 0.2s 09:39:06 09:39:06 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 09:39:06 #165 DONE 0.3s 09:39:06 09:39:06 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 09:39:07 #166 DONE 0.2s 09:39:07 09:39:07 #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/ 09:39:07 #167 DONE 0.1s 09:39:07 09:39:07 #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/ 09:39:07 #168 DONE 0.1s 09:39:07 09:39:07 #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 09:39:07 #153 ... 09:39:07 09:39:07 #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/ 09:39:07 #169 DONE 0.1s 09:39:07 09:39:07 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 09:39:07 #170 DONE 0.2s 09:39:07 09:39:07 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 09:39:10 #171 DONE 2.2s 09:39:10 09:39:10 #108 [security-bootstrapper] exporting to image 09:39:10 #108 exporting layers 09:39:10 #108 exporting layers 0.9s done 09:39:10 #108 writing image sha256:139695d8f8b345ea6b872c4d51783a02875682a2d1071132dbf51ff8a81d1413 0.1s done 09:39:10 #108 naming to docker.io/library/security-bootstrapper-arm64 09:39:10 #108 naming to docker.io/library/security-bootstrapper-arm64 done 09:39:10 #108 DONE 5.6s 09:39:10 09:39:10 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 09:55:19 #146 ... 09:55:19 09:55:19 #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 09:55:19 #148 DONE 2123.2s 09:55:19 09:55:19 #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 09:55:19 #149 ... 09:55:19 09:55:19 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 09:55:19 #172 DONE 0.3s 09:55:19 09:55:19 #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 09:55:19 #143 ... 09:55:19 09:55:19 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 09:55:19 #173 DONE 0.2s 09:55:19 09:55:19 #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 09:55:19 #174 DONE 0.4s 09:55:19 09:55:19 #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 09:55:19 #150 ... 09:55:19 09:55:19 #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 09:55:19 #175 DONE 0.1s 09:55:19 09:55:19 #108 [core-command] exporting to image 09:55:19 #108 exporting layers 09:55:19 #108 exporting layers 0.3s done 09:55:19 #108 writing image sha256:8e831e588f6f662d88c2af3446a64f23005e53e3f69bab075f810e777af7df62 done 09:55:19 #108 naming to docker.io/library/core-command-arm64 done 09:55:19 #108 DONE 6.0s 09:55:19 09:55:19 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 09:55:41 #152 ... 09:55:41 09:55:41 #147 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:55:41 #147 2152.6 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.37 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 09:55:51 #147 ... 09:55:51 09:55:51 #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 09:55:51 #149 DONE 2162.1s 09:55:51 09:55:51 #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 09:55:51 #143 ... 09:55:51 09:55:51 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 09:55:51 #176 DONE 0.3s 09:55:51 09:55:51 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 09:55:51 #152 ... 09:55:51 09:55:51 #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 09:55:51 #177 DONE 0.1s 09:55:51 09:55:51 #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 09:55:51 #178 DONE 0.2s 09:55:51 09:55:51 #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 09:55:51 #179 DONE 0.1s 09:55:51 09:55:51 #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 09:55:51 #180 DONE 0.4s 09:55:51 09:55:51 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 09:55:51 #152 ... 09:55:51 09:55:51 #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 09:55:52 #181 DONE 0.2s 09:55:52 09:55:52 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 09:55:52 #146 ... 09:55:52 09:55:52 #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:55:55 #182 DONE 3.1s 09:55:55 09:55:55 #108 [security-proxy-setup] exporting to image 09:55:55 #108 exporting layers 09:55:56 #108 exporting layers 0.9s done 09:55:56 #108 writing image sha256:f64295e402c1d06fec7d15d25cc88482333503af7415e98157dff4e8e9ab6cad done 09:55:56 #108 naming to docker.io/library/security-proxy-setup-arm64 09:55:56 #108 naming to docker.io/library/security-proxy-setup-arm64 done 09:55:56 #108 DONE 6.9s 09:55:56 09:55:56 #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 09:56:18 #150 ... 09:56:18 09:56:18 #147 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:56:18 #147 DONE 2187.8s 09:56:18 09:56:18 #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 09:56:18 #150 ... 09:56:18 09:56:18 #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 09:56:18 #183 DONE 0.3s 09:56:18 09:56:18 #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 09:56:18 #150 ... 09:56:18 09:56:18 #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 09:56:18 #184 DONE 0.2s 09:56:18 09:56:18 #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 09:56:18 #150 ... 09:56:18 09:56:18 #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 09:56:18 #185 DONE 0.3s 09:56:18 09:56:18 #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 09:56:18 #154 ... 09:56:18 09:56:18 #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 09:56:18 #186 DONE 0.1s 09:56:18 09:56:18 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 09:56:18 #187 DONE 0.2s 09:56:18 09:56:18 #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 09:56:18 #188 DONE 0.4s 09:56:18 09:56:18 #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:56:18 #189 DONE 0.5s 09:56:18 09:56:18 #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 09:56:18 #190 DONE 0.1s 09:56:18 09:56:18 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:56:21 #191 DONE 2.2s 09:56:21 09:56:21 #108 [security-secretstore-setup] exporting to image 09:56:21 #108 exporting layers 09:56:22 #108 exporting layers 1.4s done 09:56:22 #108 writing image sha256:fb58d2f222e51d5b83306fe88742f0a3a39136fba3d49d527449a7236bdf0a0b 0.0s done 09:56:22 #108 naming to docker.io/library/security-secretstore-setup-arm64 done 09:56:22 #108 DONE 8.3s 09:56:22 09:56:22 #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 09:57:18 #150 DONE 2245.0s 09:57:18 09:57:18 #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 09:57:18 #154 ... 09:57:18 09:57:18 #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 09:57:18 #192 DONE 0.1s 09:57:18 09:57:18 #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 09:57:18 #193 DONE 0.2s 09:57:18 09:57:18 #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 09:57:18 #154 ... 09:57:18 09:57:18 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 09:57:18 #194 DONE 0.4s 09:57:18 09:57:18 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 09:57:18 #152 ... 09:57:18 09:57:18 #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 09:57:18 #195 DONE 0.1s 09:57:18 09:57:18 #108 [security-spiffe-token-provider] exporting to image 09:57:18 #108 exporting layers 09:57:18 #108 exporting layers 1.5s done 09:57:18 #108 writing image sha256:0cb6845b5bb0331d105d6b3f27c2aa1f080d4c5226d27a300e68e54fe8d8511c done 09:57:18 #108 naming to docker.io/library/security-spiffe-token-provider-arm64 done 09:57:18 #108 DONE 9.8s 09:57:18 09:57:18 #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 09:58:05 #154 DONE 2289.8s 09:58:05 09:58:05 #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 09:58:05 #143 ... 09:58:05 09:58:05 #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 09:58:05 #196 DONE 0.1s 09:58:05 09:58:05 #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 09:58:05 #197 DONE 0.2s 09:58:05 09:58:05 #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 09:58:05 #143 ... 09:58:05 09:58:05 #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 09:58:05 #198 DONE 0.4s 09:58:05 09:58:05 #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 09:58:05 #143 ... 09:58:05 09:58:05 #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 09:58:05 #199 DONE 0.1s 09:58:05 09:58:05 #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 09:58:05 #200 DONE 0.1s 09:58:05 09:58:05 #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 09:58:05 #143 ... 09:58:05 09:58:05 #201 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:58:05 #201 DONE 2.3s 09:58:05 09:58:05 #108 [security-proxy-auth] exporting to image 09:58:05 #108 exporting layers 09:58:05 #108 exporting layers 0.7s done 09:58:05 #108 writing image sha256:05b07fb10506ef8e5812924757c6ce6ee5b04a68ab01177a9b57b329c15c1832 done 09:58:05 #108 naming to docker.io/library/security-proxy-auth-arm64 0.0s done 09:58:05 #108 DONE 10.6s 09:58:05 09:58:05 #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 09:58:06 #143 DONE 2298.1s 09:58:06 09:58:06 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 09:58:06 #152 DONE 2298.2s 09:58:06 09:58:06 #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 09:58:06 #153 ... 09:58:06 09:58:06 #144 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 09:58:06 #144 DONE 2298.5s 09:58:06 09:58:06 #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 09:58:07 #153 ... 09:58:07 09:58:07 #202 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 09:58:07 #202 DONE 0.3s 09:58:07 09:58:07 #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 09:58:07 #153 ... 09:58:07 09:58:07 #203 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 09:58:08 #203 ... 09:58:08 09:58:08 #204 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 09:58:08 #204 DONE 0.5s 09:58:08 09:58:08 #205 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 09:58:08 #205 DONE 0.3s 09:58:08 09:58:08 #203 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 09:58:08 #203 DONE 0.5s 09:58:08 09:58:08 #206 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 09:58:08 #206 ... 09:58:08 09:58:08 #207 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 09:58:08 #207 DONE 0.3s 09:58:08 09:58:08 #208 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 09:58:08 #208 ... 09:58:08 09:58:08 #209 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 09:58:08 #209 DONE 0.7s 09:58:09 09:58:09 #206 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 09:58:09 #206 DONE 0.8s 09:58:09 09:58:09 #210 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 09:58:09 #210 ... 09:58:09 09:58:09 #211 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 09:58:09 #211 DONE 0.4s 09:58:09 09:58:09 #208 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 09:58:09 #208 DONE 0.8s 09:58:09 09:58:09 #212 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 09:58:09 #212 ... 09:58:09 09:58:09 #210 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 09:58:09 #210 DONE 0.4s 09:58:09 09:58:09 #108 [core-keeper] exporting to image 09:58:09 #108 exporting layers 09:58:09 #108 ... 09:58:09 09:58:09 #212 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 09:58:09 #212 DONE 0.5s 09:58:10 09:58:10 #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 09:58:10 #213 DONE 0.3s 09:58:10 09:58:10 #108 [core-metadata] exporting to image 09:58:10 #108 exporting layers 1.1s done 09:58:10 #108 writing image sha256:30ea260ee9ba6b0b9985504018954858fc36025e3f492cec3923e1bc93748f4a 0.0s done 09:58:10 #108 naming to docker.io/library/core-data-arm64 09:58:10 #108 exporting layers 1.1s done 09:58:10 #108 naming to docker.io/library/core-data-arm64 done 09:58:10 #108 writing image sha256:a4428708b9b8de8e61cba15a36f36be2bf170e45a4f77579e12d0493394da11e done 09:58:10 #108 naming to docker.io/library/core-keeper-arm64 done 09:58:10 #108 exporting layers 0.5s done 09:58:10 #108 writing image sha256:8cf15566271c21c325f33d094c3937aeed2e09d6c76181ed35f085c3099e1f39 done 09:58:10 #108 naming to docker.io/library/core-metadata-arm64 done 09:58:10 #108 DONE 12.0s 09:58:10 09:58:10 #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 09:58:42 #153 DONE 2334.2s 09:58:42 09:58:42 #49 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 09:58:42 #49 ... 09:58:42 09:58:42 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 09:58:42 #214 DONE 0.2s 09:58:42 09:58:42 #49 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 09:58:42 #49 ... 09:58:42 09:58:42 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 09:58:42 #215 DONE 0.1s 09:58:42 09:58:42 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 09:58:43 #216 DONE 0.6s 09:58:43 09:58:43 #49 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 09:58:43 #49 ... 09:58:43 09:58:43 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 09:58:43 #217 DONE 0.1s 09:58:43 09:58:43 #108 [support-scheduler] exporting to image 09:58:43 #108 exporting layers 09:58:45 #108 exporting layers 1.2s done 09:58:45 #108 writing image sha256:dd849755968598a74259c5a1b0658c51f80f3fa17d6f5f36560b97bbfd93e550 done 09:58:45 #108 naming to docker.io/library/support-scheduler-arm64 done 09:58:45 #108 DONE 13.2s 09:58:45 09:58:45 #49 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 09:58:49 #49 ... 09:58:49 09:58:49 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 09:58:49 #146 DONE 2341.3s 09:58:49 09:58:49 #49 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 09:58:50 #49 ... 09:58:50 09:58:50 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 09:58:50 #218 DONE 0.1s 09:58:50 09:58:50 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 09:58:50 #219 DONE 0.1s 09:58:50 09:58:50 #49 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 09:58:50 #49 ... 09:58:50 09:58:50 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 09:58:50 #220 DONE 0.5s 09:58:50 09:58:50 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 09:58:50 #221 DONE 0.1s 09:58:50 09:58:50 #108 [support-notifications] exporting to image 09:58:50 #108 exporting layers 09:58:51 #108 exporting layers 0.6s done 09:58:51 #108 writing image sha256:a062277b7fa56e5d0bb69ea86618813c54fcd17655f8a49e9187180496fac64d done 09:58:51 #108 naming to docker.io/library/support-notifications-arm64 done 09:58:51 #108 DONE 13.8s 09:58:51 09:58:51 #49 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 09:58:51 time="2025-07-07T09:17:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:58:51 time="2025-07-07T09:17:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:58:51 time="2025-07-07T09:17:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:58:51 time="2025-07-07T09:17:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:58:51 time="2025-07-07T09:17:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:58:51 time="2025-07-07T09:17:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:58:51 time="2025-07-07T09:17:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:58:51 time="2025-07-07T09:17:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:58:51 time="2025-07-07T09:17:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:58:51 time="2025-07-07T09:17:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:58:51 time="2025-07-07T09:17:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:58:51 time="2025-07-07T09:17:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:58:51 time="2025-07-07T09:17:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:58:51 time="2025-07-07T09:17:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:58:51 time="2025-07-07T09:17:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 09:58:51 $ docker stop --time=1 aa6cdb20c0e9911371857d0ac8c98bf796977ee420163bfa9dec2e365e770fab 09:58:53 $ docker rm -f --volumes aa6cdb20c0e9911371857d0ac8c98bf796977ee420163bfa9dec2e365e770fab [Pipeline] // withDockerContainer [Pipeline] sh 09:58:53 + docker images 09:58:53 REPOSITORY TAG IMAGE ID CREATED SIZE 09:58:53 support-notifications-arm64 latest a062277b7fa5 3 seconds ago 52.6MB 09:58:53 support-scheduler-arm64 latest dd8497559685 10 seconds ago 48.9MB 09:58:53 core-metadata-arm64 latest 8cf15566271c 43 seconds ago 33.6MB 09:58:53 core-keeper-arm64 latest a4428708b9b8 44 seconds ago 33MB 09:58:53 core-data-arm64 latest 30ea260ee9ba 44 seconds ago 33.4MB 09:58:53 security-proxy-auth-arm64 latest 05b07fb10506 52 seconds ago 32.3MB 09:58:53 security-spiffe-token-provider-arm64 latest 0cb6845b5bb0 About a minute ago 48.4MB 09:58:53 security-secretstore-setup-arm64 latest fb58d2f222e5 2 minutes ago 68.5MB 09:58:53 security-proxy-setup-arm64 latest f64295e402c1 2 minutes ago 39MB 09:58:53 core-command-arm64 latest 8e831e588f6f 3 minutes ago 29MB 09:58:53 security-bootstrapper-arm64 latest 139695d8f8b3 19 minutes ago 21.1MB 09:58:53 core-common-config-bootstrapper-arm64 latest ccd4140050e9 20 minutes ago 18MB 09:58:53 security-spire-agent-arm64 latest 1f34292edfe9 40 minutes ago 187MB 09:58:53 security-spire-server-arm64 latest 42b63079504d 40 minutes ago 144MB 09:58:53 security-spire-config-arm64 latest e3e742b3d599 40 minutes ago 143MB 09:58:53 ci-base-image-arm64 latest d5842908e703 42 minutes ago 909MB 09:58:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 3bb21d53e231 2 weeks ago 560MB 09:58:53 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 09:58:53 provisioning config files... 09:58:53 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/869@tmp/config9291281944056726660tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:58:54 ---> ****-login.sh 09:58:54 nexus3.edgexfoundry.org:10001 09:58:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:58:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:58:54 Configure a credential helper to remove this warning. See 09:58:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:58:54 09:58:54 Login Succeeded 09:58:54 nexus3.edgexfoundry.org:10002 09:58:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:58:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:58:55 Configure a credential helper to remove this warning. See 09:58:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:58:55 09:58:55 Login Succeeded 09:58:55 nexus3.edgexfoundry.org:10003 09:58:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:58:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:58:55 Configure a credential helper to remove this warning. See 09:58:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:58:55 09:58:55 Login Succeeded 09:58:55 nexus3.edgexfoundry.org:10004 09:58:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:58:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:58:55 Configure a credential helper to remove this warning. See 09:58:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:58:55 09:58:55 Login Succeeded 09:58:55 ****.io 09:58:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:58:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:58:56 Configure a credential helper to remove this warning. See 09:58:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:58:56 09:58:56 Login Succeeded 09:58:56 ---> ****-login.sh ends [Pipeline] } 09:58:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:58:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 09:58:56 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 09:58:56 be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:58:56 latest 09:58:56 4.1.0-dev.37 09:58:56 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:58:56 main 09:58:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:56 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:57 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:58:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 09:58:57 fb37a46b86d5: Preparing 09:58:57 c09ef14041c9: Preparing 09:58:57 1e44795238f5: Preparing 09:58:57 b68a086bd03d: Preparing 09:58:57 03e3ff08f12f: Preparing 09:58:57 50f5dcf32e2b: Preparing 09:58:57 dd9c8f8612c8: Preparing 09:58:57 50f5dcf32e2b: Waiting 09:58:57 dd9c8f8612c8: Waiting 09:58:57 fb37a46b86d5: Pushed 09:58:57 b68a086bd03d: Pushed 09:58:57 03e3ff08f12f: Pushed 09:58:57 1e44795238f5: Pushed 09:58:57 dd9c8f8612c8: Layer already exists 09:58:57 50f5dcf32e2b: Pushed 09:59:02 c09ef14041c9: Pushed 09:59:02 be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:7cbc29fec204109b4834359b56612d1511acae8c3f9fc1e5fb145668f119c454 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:03 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:03 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 09:59:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 09:59:03 fb37a46b86d5: Preparing 09:59:03 c09ef14041c9: Preparing 09:59:03 1e44795238f5: Preparing 09:59:03 b68a086bd03d: Preparing 09:59:03 03e3ff08f12f: Preparing 09:59:03 50f5dcf32e2b: Preparing 09:59:03 dd9c8f8612c8: Preparing 09:59:03 50f5dcf32e2b: Waiting 09:59:03 dd9c8f8612c8: Waiting 09:59:03 03e3ff08f12f: Layer already exists 09:59:03 b68a086bd03d: Layer already exists 09:59:03 1e44795238f5: Layer already exists 09:59:03 c09ef14041c9: Layer already exists 09:59:03 fb37a46b86d5: Layer already exists 09:59:03 dd9c8f8612c8: Layer already exists 09:59:03 50f5dcf32e2b: Layer already exists 09:59:03 latest: digest: sha256:7cbc29fec204109b4834359b56612d1511acae8c3f9fc1e5fb145668f119c454 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:04 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:04 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.37 09:59:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 09:59:04 fb37a46b86d5: Preparing 09:59:04 c09ef14041c9: Preparing 09:59:04 1e44795238f5: Preparing 09:59:04 b68a086bd03d: Preparing 09:59:04 03e3ff08f12f: Preparing 09:59:04 50f5dcf32e2b: Preparing 09:59:04 dd9c8f8612c8: Preparing 09:59:04 50f5dcf32e2b: Waiting 09:59:04 dd9c8f8612c8: Waiting 09:59:04 c09ef14041c9: Layer already exists 09:59:04 fb37a46b86d5: Layer already exists 09:59:04 03e3ff08f12f: Layer already exists 09:59:04 b68a086bd03d: Layer already exists 09:59:04 1e44795238f5: Layer already exists 09:59:04 50f5dcf32e2b: Layer already exists 09:59:04 dd9c8f8612c8: Layer already exists 09:59:04 4.1.0-dev.37: digest: sha256:7cbc29fec204109b4834359b56612d1511acae8c3f9fc1e5fb145668f119c454 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:05 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:05 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:59:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 09:59:05 fb37a46b86d5: Preparing 09:59:05 c09ef14041c9: Preparing 09:59:05 1e44795238f5: Preparing 09:59:05 b68a086bd03d: Preparing 09:59:05 03e3ff08f12f: Preparing 09:59:05 50f5dcf32e2b: Preparing 09:59:05 dd9c8f8612c8: Preparing 09:59:05 50f5dcf32e2b: Waiting 09:59:05 dd9c8f8612c8: Waiting 09:59:05 03e3ff08f12f: Layer already exists 09:59:05 1e44795238f5: Layer already exists 09:59:05 b68a086bd03d: Layer already exists 09:59:05 c09ef14041c9: Layer already exists 09:59:05 fb37a46b86d5: Layer already exists 09:59:05 dd9c8f8612c8: Layer already exists 09:59:05 50f5dcf32e2b: Layer already exists 09:59:05 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:7cbc29fec204109b4834359b56612d1511acae8c3f9fc1e5fb145668f119c454 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:06 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:06 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 09:59:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 09:59:06 fb37a46b86d5: Preparing 09:59:06 c09ef14041c9: Preparing 09:59:06 1e44795238f5: Preparing 09:59:06 b68a086bd03d: Preparing 09:59:06 03e3ff08f12f: Preparing 09:59:06 50f5dcf32e2b: Preparing 09:59:06 dd9c8f8612c8: Preparing 09:59:06 50f5dcf32e2b: Waiting 09:59:06 dd9c8f8612c8: Waiting 09:59:06 fb37a46b86d5: Layer already exists 09:59:06 1e44795238f5: Layer already exists 09:59:06 b68a086bd03d: Layer already exists 09:59:06 03e3ff08f12f: Layer already exists 09:59:06 c09ef14041c9: Layer already exists 09:59:06 dd9c8f8612c8: Layer already exists 09:59:06 50f5dcf32e2b: Layer already exists 09:59:06 main: digest: sha256:7cbc29fec204109b4834359b56612d1511acae8c3f9fc1e5fb145668f119c454 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:59:06 ===================================================== [Pipeline] echo 09:59:06 taggedImages: 09:59:06 - nexus3.edgexfoundry.org:10004/core-command-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:59:06 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 09:59:06 - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.37 09:59:06 - nexus3.edgexfoundry.org:10004/core-command-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:59:06 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 09:59:06 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 09:59:06 be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:59:06 latest 09:59:06 4.1.0-dev.37 09:59:06 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:59:06 main 09:59:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:07 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:07 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:59:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 09:59:07 96dab1373e19: Preparing 09:59:07 67e93df8f0eb: Preparing 09:59:07 a28f472b59de: Preparing 09:59:07 1af7e22b5815: Preparing 09:59:07 1e44795238f5: Preparing 09:59:07 b68a086bd03d: Preparing 09:59:07 03e3ff08f12f: Preparing 09:59:07 50f5dcf32e2b: Preparing 09:59:07 dd9c8f8612c8: Preparing 09:59:07 03e3ff08f12f: Waiting 09:59:07 b68a086bd03d: Waiting 09:59:07 50f5dcf32e2b: Waiting 09:59:07 dd9c8f8612c8: Waiting 09:59:07 1e44795238f5: Layer already exists 09:59:07 b68a086bd03d: Layer already exists 09:59:07 67e93df8f0eb: Pushed 09:59:07 03e3ff08f12f: Layer already exists 09:59:07 a28f472b59de: Pushed 09:59:07 50f5dcf32e2b: Layer already exists 09:59:07 dd9c8f8612c8: Layer already exists 09:59:07 96dab1373e19: Pushed 09:59:09 1af7e22b5815: Pushed 09:59:09 be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:938af77d80c70a4c9e6e427c2ee2ab56293634d1ea6811f111a091886bbe9cf8 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:10 + 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 09:59:10 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 09:59:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 09:59:10 96dab1373e19: Preparing 09:59:10 67e93df8f0eb: Preparing 09:59:10 a28f472b59de: Preparing 09:59:10 1af7e22b5815: Preparing 09:59:10 1e44795238f5: Preparing 09:59:10 b68a086bd03d: Preparing 09:59:10 03e3ff08f12f: Preparing 09:59:10 50f5dcf32e2b: Preparing 09:59:10 dd9c8f8612c8: Preparing 09:59:10 b68a086bd03d: Waiting 09:59:10 03e3ff08f12f: Waiting 09:59:10 50f5dcf32e2b: Waiting 09:59:10 dd9c8f8612c8: Waiting 09:59:10 67e93df8f0eb: Layer already exists 09:59:10 1e44795238f5: Layer already exists 09:59:10 1af7e22b5815: Layer already exists 09:59:10 96dab1373e19: Layer already exists 09:59:10 a28f472b59de: Layer already exists 09:59:10 03e3ff08f12f: Layer already exists 09:59:10 b68a086bd03d: Layer already exists 09:59:10 dd9c8f8612c8: Layer already exists 09:59:10 50f5dcf32e2b: Layer already exists 09:59:10 latest: digest: sha256:938af77d80c70a4c9e6e427c2ee2ab56293634d1ea6811f111a091886bbe9cf8 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:11 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:11 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.37 09:59:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 09:59:11 96dab1373e19: Preparing 09:59:11 67e93df8f0eb: Preparing 09:59:11 a28f472b59de: Preparing 09:59:11 1af7e22b5815: Preparing 09:59:11 1e44795238f5: Preparing 09:59:11 b68a086bd03d: Preparing 09:59:11 03e3ff08f12f: Preparing 09:59:11 50f5dcf32e2b: Preparing 09:59:11 dd9c8f8612c8: Preparing 09:59:11 03e3ff08f12f: Waiting 09:59:11 50f5dcf32e2b: Waiting 09:59:11 dd9c8f8612c8: Waiting 09:59:11 b68a086bd03d: Waiting 09:59:11 1af7e22b5815: Layer already exists 09:59:11 96dab1373e19: Layer already exists 09:59:11 a28f472b59de: Layer already exists 09:59:11 1e44795238f5: Layer already exists 09:59:11 67e93df8f0eb: Layer already exists 09:59:11 03e3ff08f12f: Layer already exists 09:59:11 50f5dcf32e2b: Layer already exists 09:59:11 dd9c8f8612c8: Layer already exists 09:59:11 b68a086bd03d: Layer already exists 09:59:11 4.1.0-dev.37: digest: sha256:938af77d80c70a4c9e6e427c2ee2ab56293634d1ea6811f111a091886bbe9cf8 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:12 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:12 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:59:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 09:59:12 96dab1373e19: Preparing 09:59:12 67e93df8f0eb: Preparing 09:59:12 a28f472b59de: Preparing 09:59:12 1af7e22b5815: Preparing 09:59:12 1e44795238f5: Preparing 09:59:12 b68a086bd03d: Preparing 09:59:12 03e3ff08f12f: Preparing 09:59:12 50f5dcf32e2b: Preparing 09:59:12 dd9c8f8612c8: Preparing 09:59:12 03e3ff08f12f: Waiting 09:59:12 50f5dcf32e2b: Waiting 09:59:12 dd9c8f8612c8: Waiting 09:59:12 b68a086bd03d: Waiting 09:59:12 67e93df8f0eb: Layer already exists 09:59:12 1e44795238f5: Layer already exists 09:59:12 96dab1373e19: Layer already exists 09:59:12 1af7e22b5815: Layer already exists 09:59:12 a28f472b59de: Layer already exists 09:59:12 50f5dcf32e2b: Layer already exists 09:59:12 b68a086bd03d: Layer already exists 09:59:12 dd9c8f8612c8: Layer already exists 09:59:12 03e3ff08f12f: Layer already exists 09:59:12 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:938af77d80c70a4c9e6e427c2ee2ab56293634d1ea6811f111a091886bbe9cf8 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:13 + 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 09:59:13 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 09:59:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 09:59:13 96dab1373e19: Preparing 09:59:13 67e93df8f0eb: Preparing 09:59:13 a28f472b59de: Preparing 09:59:13 1af7e22b5815: Preparing 09:59:13 1e44795238f5: Preparing 09:59:13 b68a086bd03d: Preparing 09:59:13 03e3ff08f12f: Preparing 09:59:13 50f5dcf32e2b: Preparing 09:59:13 dd9c8f8612c8: Preparing 09:59:13 b68a086bd03d: Waiting 09:59:13 50f5dcf32e2b: Waiting 09:59:13 dd9c8f8612c8: Waiting 09:59:13 67e93df8f0eb: Layer already exists 09:59:13 1e44795238f5: Layer already exists 09:59:13 1af7e22b5815: Layer already exists 09:59:13 a28f472b59de: Layer already exists 09:59:13 96dab1373e19: Layer already exists 09:59:13 03e3ff08f12f: Layer already exists 09:59:13 b68a086bd03d: Layer already exists 09:59:13 50f5dcf32e2b: Layer already exists 09:59:13 dd9c8f8612c8: Layer already exists 09:59:13 main: digest: sha256:938af77d80c70a4c9e6e427c2ee2ab56293634d1ea6811f111a091886bbe9cf8 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:59:13 ===================================================== [Pipeline] echo 09:59:13 taggedImages: 09:59:13 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:59:13 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 09:59:13 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.37 09:59:13 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:59:13 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 09:59:13 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 09:59:13 be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:59:13 latest 09:59:13 4.1.0-dev.37 09:59:13 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:59:13 main 09:59:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:14 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:14 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:59:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 09:59:14 33e06ab98bbb: Preparing 09:59:14 7e69f6ef6fc7: Preparing 09:59:14 1e44795238f5: Preparing 09:59:14 b68a086bd03d: Preparing 09:59:14 cbcb93ffd26e: Preparing 09:59:14 a71b21ddfb4a: Preparing 09:59:14 dd9c8f8612c8: Preparing 09:59:14 a71b21ddfb4a: Waiting 09:59:14 dd9c8f8612c8: Waiting 09:59:14 b68a086bd03d: Layer already exists 09:59:14 1e44795238f5: Layer already exists 09:59:14 dd9c8f8612c8: Layer already exists 09:59:14 cbcb93ffd26e: Pushed 09:59:14 33e06ab98bbb: Pushed 09:59:14 a71b21ddfb4a: Pushed 09:59:20 7e69f6ef6fc7: Pushed 09:59:20 be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:ac304873a25baf787ed63f7989323a6f703f4a94a3781b54971bb59bfb9a50a3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:20 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:21 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 09:59:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 09:59:21 33e06ab98bbb: Preparing 09:59:21 7e69f6ef6fc7: Preparing 09:59:21 1e44795238f5: Preparing 09:59:21 b68a086bd03d: Preparing 09:59:21 cbcb93ffd26e: Preparing 09:59:21 a71b21ddfb4a: Preparing 09:59:21 dd9c8f8612c8: Preparing 09:59:21 a71b21ddfb4a: Waiting 09:59:21 dd9c8f8612c8: Waiting 09:59:21 33e06ab98bbb: Layer already exists 09:59:21 cbcb93ffd26e: Layer already exists 09:59:21 b68a086bd03d: Layer already exists 09:59:21 1e44795238f5: Layer already exists 09:59:21 7e69f6ef6fc7: Layer already exists 09:59:21 dd9c8f8612c8: Layer already exists 09:59:21 a71b21ddfb4a: Layer already exists 09:59:21 latest: digest: sha256:ac304873a25baf787ed63f7989323a6f703f4a94a3781b54971bb59bfb9a50a3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:21 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:22 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.37 09:59:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 09:59:22 33e06ab98bbb: Preparing 09:59:22 7e69f6ef6fc7: Preparing 09:59:22 1e44795238f5: Preparing 09:59:22 b68a086bd03d: Preparing 09:59:22 cbcb93ffd26e: Preparing 09:59:22 a71b21ddfb4a: Preparing 09:59:22 dd9c8f8612c8: Preparing 09:59:22 a71b21ddfb4a: Waiting 09:59:22 dd9c8f8612c8: Waiting 09:59:22 cbcb93ffd26e: Layer already exists 09:59:22 7e69f6ef6fc7: Layer already exists 09:59:22 33e06ab98bbb: Layer already exists 09:59:22 1e44795238f5: Layer already exists 09:59:22 b68a086bd03d: Layer already exists 09:59:22 a71b21ddfb4a: Layer already exists 09:59:22 dd9c8f8612c8: Layer already exists 09:59:22 4.1.0-dev.37: digest: sha256:ac304873a25baf787ed63f7989323a6f703f4a94a3781b54971bb59bfb9a50a3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:22 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:23 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:59:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 09:59:23 33e06ab98bbb: Preparing 09:59:23 7e69f6ef6fc7: Preparing 09:59:23 1e44795238f5: Preparing 09:59:23 b68a086bd03d: Preparing 09:59:23 cbcb93ffd26e: Preparing 09:59:23 a71b21ddfb4a: Preparing 09:59:23 dd9c8f8612c8: Preparing 09:59:23 a71b21ddfb4a: Waiting 09:59:23 dd9c8f8612c8: Waiting 09:59:23 1e44795238f5: Layer already exists 09:59:23 b68a086bd03d: Layer already exists 09:59:23 33e06ab98bbb: Layer already exists 09:59:23 cbcb93ffd26e: Layer already exists 09:59:23 7e69f6ef6fc7: Layer already exists 09:59:23 a71b21ddfb4a: Layer already exists 09:59:23 dd9c8f8612c8: Layer already exists 09:59:23 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:ac304873a25baf787ed63f7989323a6f703f4a94a3781b54971bb59bfb9a50a3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:23 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:24 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 09:59:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 09:59:24 33e06ab98bbb: Preparing 09:59:24 7e69f6ef6fc7: Preparing 09:59:24 1e44795238f5: Preparing 09:59:24 b68a086bd03d: Preparing 09:59:24 cbcb93ffd26e: Preparing 09:59:24 a71b21ddfb4a: Preparing 09:59:24 dd9c8f8612c8: Preparing 09:59:24 a71b21ddfb4a: Waiting 09:59:24 dd9c8f8612c8: Waiting 09:59:24 cbcb93ffd26e: Layer already exists 09:59:24 33e06ab98bbb: Layer already exists 09:59:24 7e69f6ef6fc7: Layer already exists 09:59:24 b68a086bd03d: Layer already exists 09:59:24 1e44795238f5: Layer already exists 09:59:24 a71b21ddfb4a: Layer already exists 09:59:24 dd9c8f8612c8: Layer already exists 09:59:24 main: digest: sha256:ac304873a25baf787ed63f7989323a6f703f4a94a3781b54971bb59bfb9a50a3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:59:24 ===================================================== [Pipeline] echo 09:59:24 taggedImages: 09:59:24 - nexus3.edgexfoundry.org:10004/core-data-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:59:24 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 09:59:24 - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.37 09:59:24 - nexus3.edgexfoundry.org:10004/core-data-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:59:24 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 09:59:24 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 09:59:24 be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:59:24 latest 09:59:24 4.1.0-dev.37 09:59:24 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:59:24 main 09:59:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:24 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:25 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:59:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 09:59:25 a47cae1db056: Preparing 09:59:25 2d17724a464a: Preparing 09:59:25 b68a086bd03d: Preparing 09:59:25 55154b0aaf80: Preparing 09:59:25 feea92b9764b: Preparing 09:59:25 dd9c8f8612c8: Preparing 09:59:25 dd9c8f8612c8: Waiting 09:59:25 b68a086bd03d: Layer already exists 09:59:25 dd9c8f8612c8: Layer already exists 09:59:25 feea92b9764b: Pushed 09:59:25 a47cae1db056: Pushed 09:59:25 55154b0aaf80: Pushed 09:59:30 2d17724a464a: Pushed 09:59:31 be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:c22239938997d8cb236ed80de4c31397c4e06ebda22646c28b1e2baf855729b1 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:31 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:31 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 09:59:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 09:59:31 a47cae1db056: Preparing 09:59:31 2d17724a464a: Preparing 09:59:31 b68a086bd03d: Preparing 09:59:31 55154b0aaf80: Preparing 09:59:31 feea92b9764b: Preparing 09:59:31 dd9c8f8612c8: Preparing 09:59:31 dd9c8f8612c8: Waiting 09:59:31 55154b0aaf80: Layer already exists 09:59:31 a47cae1db056: Layer already exists 09:59:31 b68a086bd03d: Layer already exists 09:59:31 feea92b9764b: Layer already exists 09:59:31 2d17724a464a: Layer already exists 09:59:31 dd9c8f8612c8: Layer already exists 09:59:32 latest: digest: sha256:c22239938997d8cb236ed80de4c31397c4e06ebda22646c28b1e2baf855729b1 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:32 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:32 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.37 09:59:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 09:59:32 a47cae1db056: Preparing 09:59:32 2d17724a464a: Preparing 09:59:32 b68a086bd03d: Preparing 09:59:32 55154b0aaf80: Preparing 09:59:32 feea92b9764b: Preparing 09:59:32 dd9c8f8612c8: Preparing 09:59:32 dd9c8f8612c8: Waiting 09:59:32 feea92b9764b: Layer already exists 09:59:32 55154b0aaf80: Layer already exists 09:59:32 2d17724a464a: Layer already exists 09:59:32 a47cae1db056: Layer already exists 09:59:32 b68a086bd03d: Layer already exists 09:59:32 dd9c8f8612c8: Layer already exists 09:59:33 4.1.0-dev.37: digest: sha256:c22239938997d8cb236ed80de4c31397c4e06ebda22646c28b1e2baf855729b1 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:33 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:33 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:59:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 09:59:33 a47cae1db056: Preparing 09:59:33 2d17724a464a: Preparing 09:59:33 b68a086bd03d: Preparing 09:59:33 55154b0aaf80: Preparing 09:59:33 feea92b9764b: Preparing 09:59:33 dd9c8f8612c8: Preparing 09:59:33 dd9c8f8612c8: Waiting 09:59:33 a47cae1db056: Layer already exists 09:59:33 2d17724a464a: Layer already exists 09:59:33 feea92b9764b: Layer already exists 09:59:33 b68a086bd03d: Layer already exists 09:59:33 55154b0aaf80: Layer already exists 09:59:33 dd9c8f8612c8: Layer already exists 09:59:34 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:c22239938997d8cb236ed80de4c31397c4e06ebda22646c28b1e2baf855729b1 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:34 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:34 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 09:59:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 09:59:34 a47cae1db056: Preparing 09:59:34 2d17724a464a: Preparing 09:59:34 b68a086bd03d: Preparing 09:59:34 55154b0aaf80: Preparing 09:59:34 feea92b9764b: Preparing 09:59:34 dd9c8f8612c8: Preparing 09:59:34 dd9c8f8612c8: Waiting 09:59:34 55154b0aaf80: Layer already exists 09:59:34 a47cae1db056: Layer already exists 09:59:34 2d17724a464a: Layer already exists 09:59:34 feea92b9764b: Layer already exists 09:59:34 b68a086bd03d: Layer already exists 09:59:34 dd9c8f8612c8: Layer already exists 09:59:34 main: digest: sha256:c22239938997d8cb236ed80de4c31397c4e06ebda22646c28b1e2baf855729b1 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:59:35 ===================================================== [Pipeline] echo 09:59:35 taggedImages: 09:59:35 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:59:35 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 09:59:35 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.37 09:59:35 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:59:35 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 09:59:35 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 09:59:35 be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:59:35 latest 09:59:35 4.1.0-dev.37 09:59:35 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:59:35 main 09:59:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:35 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:35 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:59:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 09:59:35 679a288d52db: Preparing 09:59:35 36b5cb6d5fa7: Preparing 09:59:35 f3f3bd65e8ba: Preparing 09:59:35 1e44795238f5: Preparing 09:59:35 b68a086bd03d: Preparing 09:59:35 03e3ff08f12f: Preparing 09:59:35 50f5dcf32e2b: Preparing 09:59:35 dd9c8f8612c8: Preparing 09:59:35 50f5dcf32e2b: Waiting 09:59:35 dd9c8f8612c8: Waiting 09:59:35 03e3ff08f12f: Waiting 09:59:35 b68a086bd03d: Layer already exists 09:59:35 1e44795238f5: Layer already exists 09:59:35 03e3ff08f12f: Layer already exists 09:59:36 36b5cb6d5fa7: Pushed 09:59:36 50f5dcf32e2b: Layer already exists 09:59:36 dd9c8f8612c8: Layer already exists 09:59:36 679a288d52db: Pushed 09:59:41 f3f3bd65e8ba: Pushed 09:59:41 be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:83bb69f7357a1ad7cb9c9b7e96b74a55f40c911f1f8a24a2d8d826253e3180fd size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:41 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:42 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 09:59:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 09:59:42 679a288d52db: Preparing 09:59:42 36b5cb6d5fa7: Preparing 09:59:42 f3f3bd65e8ba: Preparing 09:59:42 1e44795238f5: Preparing 09:59:42 b68a086bd03d: Preparing 09:59:42 03e3ff08f12f: Preparing 09:59:42 50f5dcf32e2b: Preparing 09:59:42 03e3ff08f12f: Waiting 09:59:42 dd9c8f8612c8: Preparing 09:59:42 50f5dcf32e2b: Waiting 09:59:42 dd9c8f8612c8: Waiting 09:59:42 f3f3bd65e8ba: Layer already exists 09:59:42 679a288d52db: Layer already exists 09:59:42 1e44795238f5: Layer already exists 09:59:42 36b5cb6d5fa7: Layer already exists 09:59:42 b68a086bd03d: Layer already exists 09:59:42 dd9c8f8612c8: Layer already exists 09:59:42 50f5dcf32e2b: Layer already exists 09:59:42 03e3ff08f12f: Layer already exists 09:59:42 latest: digest: sha256:83bb69f7357a1ad7cb9c9b7e96b74a55f40c911f1f8a24a2d8d826253e3180fd size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:42 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:43 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.37 09:59:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 09:59:43 679a288d52db: Preparing 09:59:43 36b5cb6d5fa7: Preparing 09:59:43 f3f3bd65e8ba: Preparing 09:59:43 1e44795238f5: Preparing 09:59:43 b68a086bd03d: Preparing 09:59:43 03e3ff08f12f: Preparing 09:59:43 50f5dcf32e2b: Preparing 09:59:43 dd9c8f8612c8: Preparing 09:59:43 03e3ff08f12f: Waiting 09:59:43 50f5dcf32e2b: Waiting 09:59:43 dd9c8f8612c8: Waiting 09:59:43 f3f3bd65e8ba: Layer already exists 09:59:43 36b5cb6d5fa7: Layer already exists 09:59:43 b68a086bd03d: Layer already exists 09:59:43 1e44795238f5: Layer already exists 09:59:43 679a288d52db: Layer already exists 09:59:43 03e3ff08f12f: Layer already exists 09:59:43 50f5dcf32e2b: Layer already exists 09:59:43 dd9c8f8612c8: Layer already exists 09:59:43 4.1.0-dev.37: digest: sha256:83bb69f7357a1ad7cb9c9b7e96b74a55f40c911f1f8a24a2d8d826253e3180fd size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:43 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:44 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:59:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 09:59:44 679a288d52db: Preparing 09:59:44 36b5cb6d5fa7: Preparing 09:59:44 f3f3bd65e8ba: Preparing 09:59:44 1e44795238f5: Preparing 09:59:44 b68a086bd03d: Preparing 09:59:44 03e3ff08f12f: Preparing 09:59:44 50f5dcf32e2b: Preparing 09:59:44 dd9c8f8612c8: Preparing 09:59:44 50f5dcf32e2b: Waiting 09:59:44 dd9c8f8612c8: Waiting 09:59:44 03e3ff08f12f: Waiting 09:59:44 679a288d52db: Layer already exists 09:59:44 b68a086bd03d: Layer already exists 09:59:44 1e44795238f5: Layer already exists 09:59:44 f3f3bd65e8ba: Layer already exists 09:59:44 36b5cb6d5fa7: Layer already exists 09:59:44 50f5dcf32e2b: Layer already exists 09:59:44 03e3ff08f12f: Layer already exists 09:59:44 dd9c8f8612c8: Layer already exists 09:59:44 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:83bb69f7357a1ad7cb9c9b7e96b74a55f40c911f1f8a24a2d8d826253e3180fd size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:44 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:45 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 09:59:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 09:59:45 679a288d52db: Preparing 09:59:45 36b5cb6d5fa7: Preparing 09:59:45 f3f3bd65e8ba: Preparing 09:59:45 1e44795238f5: Preparing 09:59:45 b68a086bd03d: Preparing 09:59:45 03e3ff08f12f: Preparing 09:59:45 50f5dcf32e2b: Preparing 09:59:45 dd9c8f8612c8: Preparing 09:59:45 03e3ff08f12f: Waiting 09:59:45 50f5dcf32e2b: Waiting 09:59:45 dd9c8f8612c8: Waiting 09:59:45 b68a086bd03d: Layer already exists 09:59:45 1e44795238f5: Layer already exists 09:59:45 f3f3bd65e8ba: Layer already exists 09:59:45 36b5cb6d5fa7: Layer already exists 09:59:45 679a288d52db: Layer already exists 09:59:45 dd9c8f8612c8: Layer already exists 09:59:45 50f5dcf32e2b: Layer already exists 09:59:45 03e3ff08f12f: Layer already exists 09:59:45 main: digest: sha256:83bb69f7357a1ad7cb9c9b7e96b74a55f40c911f1f8a24a2d8d826253e3180fd size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:59:45 ===================================================== [Pipeline] echo 09:59:45 taggedImages: 09:59:45 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:59:45 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 09:59:45 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.37 09:59:45 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:59:45 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 09:59:45 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 09:59:45 be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:59:45 latest 09:59:45 4.1.0-dev.37 09:59:45 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:59:45 main 09:59:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:45 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:46 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:59:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 09:59:46 573522bcf695: Preparing 09:59:46 b1c0b1875c31: Preparing 09:59:46 cac5942c1729: Preparing 09:59:46 699dc8263ee8: Preparing 09:59:46 fb9ef80b7fcd: Preparing 09:59:46 6d68a2b3338b: Preparing 09:59:46 33764370b832: Preparing 09:59:46 1e44795238f5: Preparing 09:59:46 b68a086bd03d: Preparing 09:59:46 7c14c48f0c2e: Preparing 09:59:46 f34b1073ecfe: Preparing 09:59:46 5f70bf18a086: Preparing 09:59:46 33764370b832: Waiting 09:59:46 4425efea66dd: Preparing 09:59:46 1e44795238f5: Waiting 09:59:46 42dbb3fe01b1: Preparing 09:59:46 b68a086bd03d: Waiting 09:59:46 445b4a941dc5: Preparing 09:59:46 7c14c48f0c2e: Waiting 09:59:46 dd9c8f8612c8: Preparing 09:59:46 6d68a2b3338b: Waiting 09:59:46 42dbb3fe01b1: Waiting 09:59:46 f34b1073ecfe: Waiting 09:59:46 dd9c8f8612c8: Waiting 09:59:46 445b4a941dc5: Waiting 09:59:46 5f70bf18a086: Waiting 09:59:46 4425efea66dd: Waiting 09:59:46 fb9ef80b7fcd: Pushed 09:59:46 b1c0b1875c31: Pushed 09:59:46 cac5942c1729: Pushed 09:59:46 573522bcf695: Pushed 09:59:46 699dc8263ee8: Pushed 09:59:46 1e44795238f5: Layer already exists 09:59:46 b68a086bd03d: Layer already exists 09:59:46 6d68a2b3338b: Pushed 09:59:46 5f70bf18a086: Layer already exists 09:59:46 f34b1073ecfe: Pushed 09:59:46 7c14c48f0c2e: Pushed 09:59:46 dd9c8f8612c8: Layer already exists 09:59:46 4425efea66dd: Pushed 09:59:46 42dbb3fe01b1: Pushed 09:59:46 445b4a941dc5: Pushed 09:59:50 33764370b832: Pushed 09:59:50 be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:6ebf50ebbee5d89521e7e3a71005875ae40dee61b34008128373e7d17edd9605 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:50 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:50 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 09:59:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 09:59:50 573522bcf695: Preparing 09:59:50 b1c0b1875c31: Preparing 09:59:50 cac5942c1729: Preparing 09:59:50 699dc8263ee8: Preparing 09:59:50 fb9ef80b7fcd: Preparing 09:59:50 6d68a2b3338b: Preparing 09:59:50 33764370b832: Preparing 09:59:50 1e44795238f5: Preparing 09:59:50 b68a086bd03d: Preparing 09:59:50 7c14c48f0c2e: Preparing 09:59:50 f34b1073ecfe: Preparing 09:59:50 5f70bf18a086: Preparing 09:59:50 4425efea66dd: Preparing 09:59:50 42dbb3fe01b1: Preparing 09:59:50 445b4a941dc5: Preparing 09:59:50 dd9c8f8612c8: Preparing 09:59:50 b68a086bd03d: Waiting 09:59:50 7c14c48f0c2e: Waiting 09:59:50 f34b1073ecfe: Waiting 09:59:50 5f70bf18a086: Waiting 09:59:50 4425efea66dd: Waiting 09:59:50 42dbb3fe01b1: Waiting 09:59:50 445b4a941dc5: Waiting 09:59:50 dd9c8f8612c8: Waiting 09:59:50 6d68a2b3338b: Waiting 09:59:50 33764370b832: Waiting 09:59:50 1e44795238f5: Waiting 09:59:50 cac5942c1729: Layer already exists 09:59:50 fb9ef80b7fcd: Layer already exists 09:59:50 b1c0b1875c31: Layer already exists 09:59:50 699dc8263ee8: Layer already exists 09:59:50 573522bcf695: Layer already exists 09:59:50 6d68a2b3338b: Layer already exists 09:59:50 1e44795238f5: Layer already exists 09:59:50 b68a086bd03d: Layer already exists 09:59:50 33764370b832: Layer already exists 09:59:50 7c14c48f0c2e: Layer already exists 09:59:50 f34b1073ecfe: Layer already exists 09:59:50 5f70bf18a086: Layer already exists 09:59:50 4425efea66dd: Layer already exists 09:59:50 42dbb3fe01b1: Layer already exists 09:59:50 445b4a941dc5: Layer already exists 09:59:51 dd9c8f8612c8: Layer already exists 09:59:51 latest: digest: sha256:6ebf50ebbee5d89521e7e3a71005875ae40dee61b34008128373e7d17edd9605 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:51 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:51 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.37 09:59:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 09:59:51 573522bcf695: Preparing 09:59:51 b1c0b1875c31: Preparing 09:59:51 cac5942c1729: Preparing 09:59:51 699dc8263ee8: Preparing 09:59:51 fb9ef80b7fcd: Preparing 09:59:51 6d68a2b3338b: Preparing 09:59:51 33764370b832: Preparing 09:59:51 1e44795238f5: Preparing 09:59:51 b68a086bd03d: Preparing 09:59:51 7c14c48f0c2e: Preparing 09:59:51 f34b1073ecfe: Preparing 09:59:51 5f70bf18a086: Preparing 09:59:51 4425efea66dd: Preparing 09:59:51 42dbb3fe01b1: Preparing 09:59:51 445b4a941dc5: Preparing 09:59:51 dd9c8f8612c8: Preparing 09:59:51 b68a086bd03d: Waiting 09:59:51 7c14c48f0c2e: Waiting 09:59:51 f34b1073ecfe: Waiting 09:59:51 5f70bf18a086: Waiting 09:59:51 4425efea66dd: Waiting 09:59:51 42dbb3fe01b1: Waiting 09:59:51 445b4a941dc5: Waiting 09:59:51 dd9c8f8612c8: Waiting 09:59:51 6d68a2b3338b: Waiting 09:59:51 33764370b832: Waiting 09:59:51 1e44795238f5: Waiting 09:59:51 cac5942c1729: Layer already exists 09:59:51 699dc8263ee8: Layer already exists 09:59:51 fb9ef80b7fcd: Layer already exists 09:59:51 573522bcf695: Layer already exists 09:59:51 b1c0b1875c31: Layer already exists 09:59:51 33764370b832: Layer already exists 09:59:51 6d68a2b3338b: Layer already exists 09:59:51 7c14c48f0c2e: Layer already exists 09:59:51 1e44795238f5: Layer already exists 09:59:51 b68a086bd03d: Layer already exists 09:59:51 42dbb3fe01b1: Layer already exists 09:59:51 5f70bf18a086: Layer already exists 09:59:51 f34b1073ecfe: Layer already exists 09:59:51 445b4a941dc5: Layer already exists 09:59:51 4425efea66dd: Layer already exists 09:59:51 dd9c8f8612c8: Layer already exists 09:59:52 4.1.0-dev.37: digest: sha256:6ebf50ebbee5d89521e7e3a71005875ae40dee61b34008128373e7d17edd9605 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:52 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:52 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:59:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 09:59:52 573522bcf695: Preparing 09:59:52 b1c0b1875c31: Preparing 09:59:52 cac5942c1729: Preparing 09:59:52 699dc8263ee8: Preparing 09:59:52 fb9ef80b7fcd: Preparing 09:59:52 6d68a2b3338b: Preparing 09:59:52 33764370b832: Preparing 09:59:52 1e44795238f5: Preparing 09:59:52 6d68a2b3338b: Waiting 09:59:52 b68a086bd03d: Preparing 09:59:52 33764370b832: Waiting 09:59:52 1e44795238f5: Waiting 09:59:52 7c14c48f0c2e: Preparing 09:59:52 f34b1073ecfe: Preparing 09:59:52 b68a086bd03d: Waiting 09:59:52 5f70bf18a086: Preparing 09:59:52 7c14c48f0c2e: Waiting 09:59:52 4425efea66dd: Preparing 09:59:52 42dbb3fe01b1: Preparing 09:59:52 445b4a941dc5: Preparing 09:59:52 f34b1073ecfe: Waiting 09:59:52 dd9c8f8612c8: Preparing 09:59:52 5f70bf18a086: Waiting 09:59:52 42dbb3fe01b1: Waiting 09:59:52 445b4a941dc5: Waiting 09:59:52 4425efea66dd: Waiting 09:59:52 dd9c8f8612c8: Waiting 09:59:52 699dc8263ee8: Layer already exists 09:59:52 fb9ef80b7fcd: Layer already exists 09:59:52 573522bcf695: Layer already exists 09:59:52 cac5942c1729: Layer already exists 09:59:52 b1c0b1875c31: Layer already exists 09:59:52 b68a086bd03d: Layer already exists 09:59:52 6d68a2b3338b: Layer already exists 09:59:52 7c14c48f0c2e: Layer already exists 09:59:52 33764370b832: Layer already exists 09:59:52 1e44795238f5: Layer already exists 09:59:52 f34b1073ecfe: Layer already exists 09:59:52 42dbb3fe01b1: Layer already exists 09:59:52 5f70bf18a086: Layer already exists 09:59:52 445b4a941dc5: Layer already exists 09:59:52 4425efea66dd: Layer already exists 09:59:53 dd9c8f8612c8: Layer already exists 09:59:53 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:6ebf50ebbee5d89521e7e3a71005875ae40dee61b34008128373e7d17edd9605 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:53 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:53 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 09:59:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 09:59:53 573522bcf695: Preparing 09:59:53 b1c0b1875c31: Preparing 09:59:53 cac5942c1729: Preparing 09:59:53 699dc8263ee8: Preparing 09:59:53 fb9ef80b7fcd: Preparing 09:59:53 6d68a2b3338b: Preparing 09:59:53 33764370b832: Preparing 09:59:53 1e44795238f5: Preparing 09:59:53 b68a086bd03d: Preparing 09:59:53 7c14c48f0c2e: Preparing 09:59:53 f34b1073ecfe: Preparing 09:59:53 5f70bf18a086: Preparing 09:59:53 33764370b832: Waiting 09:59:53 1e44795238f5: Waiting 09:59:53 b68a086bd03d: Waiting 09:59:53 7c14c48f0c2e: Waiting 09:59:53 4425efea66dd: Preparing 09:59:53 42dbb3fe01b1: Preparing 09:59:53 445b4a941dc5: Preparing 09:59:53 dd9c8f8612c8: Preparing 09:59:53 f34b1073ecfe: Waiting 09:59:53 5f70bf18a086: Waiting 09:59:53 4425efea66dd: Waiting 09:59:53 42dbb3fe01b1: Waiting 09:59:53 445b4a941dc5: Waiting 09:59:53 6d68a2b3338b: Waiting 09:59:53 dd9c8f8612c8: Waiting 09:59:53 b1c0b1875c31: Layer already exists 09:59:53 fb9ef80b7fcd: Layer already exists 09:59:53 699dc8263ee8: Layer already exists 09:59:53 573522bcf695: Layer already exists 09:59:53 cac5942c1729: Layer already exists 09:59:53 1e44795238f5: Layer already exists 09:59:53 6d68a2b3338b: Layer already exists 09:59:53 33764370b832: Layer already exists 09:59:53 b68a086bd03d: Layer already exists 09:59:53 7c14c48f0c2e: Layer already exists 09:59:53 42dbb3fe01b1: Layer already exists 09:59:53 445b4a941dc5: Layer already exists 09:59:53 f34b1073ecfe: Layer already exists 09:59:53 4425efea66dd: Layer already exists 09:59:53 5f70bf18a086: Layer already exists 09:59:53 dd9c8f8612c8: Layer already exists 09:59:53 main: digest: sha256:6ebf50ebbee5d89521e7e3a71005875ae40dee61b34008128373e7d17edd9605 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:59:54 ===================================================== [Pipeline] echo 09:59:54 taggedImages: 09:59:54 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:59:54 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 09:59:54 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.37 09:59:54 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:59:54 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 09:59:54 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 09:59:54 be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:59:54 latest 09:59:54 4.1.0-dev.37 09:59:54 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 09:59:54 main 09:59:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:54 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:54 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 09:59:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 09:59:54 bbbc65a184c4: Preparing 09:59:54 fc9cb73e570c: Preparing 09:59:54 6a9f0d13ccd9: Preparing 09:59:54 cb9f841dcc14: Preparing 09:59:54 1e44795238f5: Preparing 09:59:54 b68a086bd03d: Preparing 09:59:54 03e3ff08f12f: Preparing 09:59:54 b68a086bd03d: Waiting 09:59:54 50f5dcf32e2b: Preparing 09:59:54 03e3ff08f12f: Waiting 09:59:54 50f5dcf32e2b: Waiting 09:59:54 dd9c8f8612c8: Preparing 09:59:54 1e44795238f5: Layer already exists 09:59:55 b68a086bd03d: Layer already exists 09:59:55 fc9cb73e570c: Pushed 09:59:55 6a9f0d13ccd9: Pushed 09:59:55 03e3ff08f12f: Layer already exists 09:59:55 bbbc65a184c4: Pushed 09:59:55 50f5dcf32e2b: Layer already exists 09:59:55 dd9c8f8612c8: Layer already exists 10:00:00 cb9f841dcc14: Pushed 10:00:00 be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:45e638f58782cd19e5b0038b9966fd4a50b5d8ecb93fd1c84c2fab48997a977a size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:00:00 + 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 10:00:01 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 10:00:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 10:00:01 bbbc65a184c4: Preparing 10:00:01 fc9cb73e570c: Preparing 10:00:01 6a9f0d13ccd9: Preparing 10:00:01 cb9f841dcc14: Preparing 10:00:01 1e44795238f5: Preparing 10:00:01 b68a086bd03d: Preparing 10:00:01 03e3ff08f12f: Preparing 10:00:01 50f5dcf32e2b: Preparing 10:00:01 dd9c8f8612c8: Preparing 10:00:01 03e3ff08f12f: Waiting 10:00:01 50f5dcf32e2b: Waiting 10:00:01 dd9c8f8612c8: Waiting 10:00:01 b68a086bd03d: Waiting 10:00:01 cb9f841dcc14: Layer already exists 10:00:01 6a9f0d13ccd9: Layer already exists 10:00:01 fc9cb73e570c: Layer already exists 10:00:01 bbbc65a184c4: Layer already exists 10:00:01 1e44795238f5: Layer already exists 10:00:01 03e3ff08f12f: Layer already exists 10:00:01 50f5dcf32e2b: Layer already exists 10:00:01 dd9c8f8612c8: Layer already exists 10:00:01 b68a086bd03d: Layer already exists 10:00:01 latest: digest: sha256:45e638f58782cd19e5b0038b9966fd4a50b5d8ecb93fd1c84c2fab48997a977a size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:00:01 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:00:02 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.37 10:00:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 10:00:02 bbbc65a184c4: Preparing 10:00:02 fc9cb73e570c: Preparing 10:00:02 6a9f0d13ccd9: Preparing 10:00:02 cb9f841dcc14: Preparing 10:00:02 1e44795238f5: Preparing 10:00:02 b68a086bd03d: Preparing 10:00:02 03e3ff08f12f: Preparing 10:00:02 50f5dcf32e2b: Preparing 10:00:02 dd9c8f8612c8: Preparing 10:00:02 03e3ff08f12f: Waiting 10:00:02 50f5dcf32e2b: Waiting 10:00:02 dd9c8f8612c8: Waiting 10:00:02 b68a086bd03d: Waiting 10:00:02 6a9f0d13ccd9: Layer already exists 10:00:02 bbbc65a184c4: Layer already exists 10:00:02 fc9cb73e570c: Layer already exists 10:00:02 cb9f841dcc14: Layer already exists 10:00:02 1e44795238f5: Layer already exists 10:00:02 b68a086bd03d: Layer already exists 10:00:02 50f5dcf32e2b: Layer already exists 10:00:02 03e3ff08f12f: Layer already exists 10:00:02 dd9c8f8612c8: Layer already exists 10:00:02 4.1.0-dev.37: digest: sha256:45e638f58782cd19e5b0038b9966fd4a50b5d8ecb93fd1c84c2fab48997a977a size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:00:02 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:00:03 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 10:00:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 10:00:03 bbbc65a184c4: Preparing 10:00:03 fc9cb73e570c: Preparing 10:00:03 6a9f0d13ccd9: Preparing 10:00:03 cb9f841dcc14: Preparing 10:00:03 1e44795238f5: Preparing 10:00:03 b68a086bd03d: Preparing 10:00:03 03e3ff08f12f: Preparing 10:00:03 50f5dcf32e2b: Preparing 10:00:03 dd9c8f8612c8: Preparing 10:00:03 b68a086bd03d: Waiting 10:00:03 03e3ff08f12f: Waiting 10:00:03 50f5dcf32e2b: Waiting 10:00:03 dd9c8f8612c8: Waiting 10:00:03 fc9cb73e570c: Layer already exists 10:00:03 bbbc65a184c4: Layer already exists 10:00:03 1e44795238f5: Layer already exists 10:00:03 cb9f841dcc14: Layer already exists 10:00:03 6a9f0d13ccd9: Layer already exists 10:00:03 03e3ff08f12f: Layer already exists 10:00:03 50f5dcf32e2b: Layer already exists 10:00:03 b68a086bd03d: Layer already exists 10:00:03 dd9c8f8612c8: Layer already exists 10:00:03 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:45e638f58782cd19e5b0038b9966fd4a50b5d8ecb93fd1c84c2fab48997a977a size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:00:03 + 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 10:00:04 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 10:00:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 10:00:04 bbbc65a184c4: Preparing 10:00:04 fc9cb73e570c: Preparing 10:00:04 6a9f0d13ccd9: Preparing 10:00:04 cb9f841dcc14: Preparing 10:00:04 1e44795238f5: Preparing 10:00:04 b68a086bd03d: Preparing 10:00:04 03e3ff08f12f: Preparing 10:00:04 50f5dcf32e2b: Preparing 10:00:04 dd9c8f8612c8: Preparing 10:00:04 03e3ff08f12f: Waiting 10:00:04 50f5dcf32e2b: Waiting 10:00:04 dd9c8f8612c8: Waiting 10:00:04 b68a086bd03d: Waiting 10:00:04 fc9cb73e570c: Layer already exists 10:00:04 1e44795238f5: Layer already exists 10:00:04 6a9f0d13ccd9: Layer already exists 10:00:04 cb9f841dcc14: Layer already exists 10:00:04 bbbc65a184c4: Layer already exists 10:00:04 50f5dcf32e2b: Layer already exists 10:00:04 b68a086bd03d: Layer already exists 10:00:04 dd9c8f8612c8: Layer already exists 10:00:04 03e3ff08f12f: Layer already exists 10:00:04 main: digest: sha256:45e638f58782cd19e5b0038b9966fd4a50b5d8ecb93fd1c84c2fab48997a977a size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:00:04 ===================================================== [Pipeline] echo 10:00:04 taggedImages: 10:00:04 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 10:00:04 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 10:00:04 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.37 10:00:04 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 10:00:04 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 10:00:04 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 10:00:04 be3afd34a0939b584ecb71f8f8236fbacfd5fc29 10:00:04 latest 10:00:04 4.1.0-dev.37 10:00:04 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 10:00:04 main 10:00:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:00:04 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:00:05 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 10:00:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 10:00:05 f60e6b1d6d57: Preparing 10:00:05 9af9d56f5aec: Preparing 10:00:05 02ef46cfa0b7: Preparing 10:00:05 ad10060283d7: Preparing 10:00:05 93b32098c6fb: Preparing 10:00:05 1e44795238f5: Preparing 10:00:05 b68a086bd03d: Preparing 10:00:05 d680ab0566b8: Preparing 10:00:05 372f1992ec84: Preparing 10:00:05 cc92b409cc00: Preparing 10:00:05 dd9c8f8612c8: Preparing 10:00:05 1e44795238f5: Waiting 10:00:05 b68a086bd03d: Waiting 10:00:05 d680ab0566b8: Waiting 10:00:05 372f1992ec84: Waiting 10:00:05 cc92b409cc00: Waiting 10:00:05 dd9c8f8612c8: Waiting 10:00:05 9af9d56f5aec: Pushed 10:00:05 ad10060283d7: Pushed 10:00:05 93b32098c6fb: Pushed 10:00:05 f60e6b1d6d57: Pushed 10:00:05 1e44795238f5: Layer already exists 10:00:05 b68a086bd03d: Layer already exists 10:00:05 dd9c8f8612c8: Layer already exists 10:00:05 d680ab0566b8: Pushed 10:00:05 372f1992ec84: Pushed 10:00:08 cc92b409cc00: Pushed 10:00:09 02ef46cfa0b7: Pushed 10:00:09 be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:bef04b3b14c62613d56ca8a1327280cb8ddadfa77bd5bea4d2d56a0369fad072 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:00:10 + 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 10:00:10 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 10:00:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 10:00:10 f60e6b1d6d57: Preparing 10:00:10 9af9d56f5aec: Preparing 10:00:10 02ef46cfa0b7: Preparing 10:00:10 ad10060283d7: Preparing 10:00:10 93b32098c6fb: Preparing 10:00:10 1e44795238f5: Preparing 10:00:10 b68a086bd03d: Preparing 10:00:10 d680ab0566b8: Preparing 10:00:10 372f1992ec84: Preparing 10:00:10 cc92b409cc00: Preparing 10:00:10 dd9c8f8612c8: Preparing 10:00:10 1e44795238f5: Waiting 10:00:10 b68a086bd03d: Waiting 10:00:10 d680ab0566b8: Waiting 10:00:10 372f1992ec84: Waiting 10:00:10 cc92b409cc00: Waiting 10:00:10 dd9c8f8612c8: Waiting 10:00:10 93b32098c6fb: Layer already exists 10:00:10 f60e6b1d6d57: Layer already exists 10:00:10 02ef46cfa0b7: Layer already exists 10:00:10 ad10060283d7: Layer already exists 10:00:10 9af9d56f5aec: Layer already exists 10:00:10 372f1992ec84: Layer already exists 10:00:10 d680ab0566b8: Layer already exists 10:00:10 b68a086bd03d: Layer already exists 10:00:10 1e44795238f5: Layer already exists 10:00:10 cc92b409cc00: Layer already exists 10:00:10 dd9c8f8612c8: Layer already exists 10:00:10 latest: digest: sha256:bef04b3b14c62613d56ca8a1327280cb8ddadfa77bd5bea4d2d56a0369fad072 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:00:11 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:00:11 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.37 10:00:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 10:00:11 f60e6b1d6d57: Preparing 10:00:11 9af9d56f5aec: Preparing 10:00:11 02ef46cfa0b7: Preparing 10:00:11 ad10060283d7: Preparing 10:00:11 93b32098c6fb: Preparing 10:00:11 1e44795238f5: Preparing 10:00:11 b68a086bd03d: Preparing 10:00:11 d680ab0566b8: Preparing 10:00:11 372f1992ec84: Preparing 10:00:11 cc92b409cc00: Preparing 10:00:11 dd9c8f8612c8: Preparing 10:00:11 1e44795238f5: Waiting 10:00:11 b68a086bd03d: Waiting 10:00:11 d680ab0566b8: Waiting 10:00:11 cc92b409cc00: Waiting 10:00:11 dd9c8f8612c8: Waiting 10:00:11 372f1992ec84: Waiting 10:00:11 02ef46cfa0b7: Layer already exists 10:00:11 f60e6b1d6d57: Layer already exists 10:00:11 ad10060283d7: Layer already exists 10:00:11 93b32098c6fb: Layer already exists 10:00:11 9af9d56f5aec: Layer already exists 10:00:11 1e44795238f5: Layer already exists 10:00:11 b68a086bd03d: Layer already exists 10:00:11 d680ab0566b8: Layer already exists 10:00:11 372f1992ec84: Layer already exists 10:00:11 cc92b409cc00: Layer already exists 10:00:11 dd9c8f8612c8: Layer already exists 10:00:11 4.1.0-dev.37: digest: sha256:bef04b3b14c62613d56ca8a1327280cb8ddadfa77bd5bea4d2d56a0369fad072 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:00:11 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:00:12 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 10:00:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 10:00:12 f60e6b1d6d57: Preparing 10:00:12 9af9d56f5aec: Preparing 10:00:12 02ef46cfa0b7: Preparing 10:00:12 ad10060283d7: Preparing 10:00:12 93b32098c6fb: Preparing 10:00:12 1e44795238f5: Preparing 10:00:12 b68a086bd03d: Preparing 10:00:12 d680ab0566b8: Preparing 10:00:12 372f1992ec84: Preparing 10:00:12 cc92b409cc00: Preparing 10:00:12 dd9c8f8612c8: Preparing 10:00:12 d680ab0566b8: Waiting 10:00:12 372f1992ec84: Waiting 10:00:12 cc92b409cc00: Waiting 10:00:12 dd9c8f8612c8: Waiting 10:00:12 1e44795238f5: Waiting 10:00:12 b68a086bd03d: Waiting 10:00:12 93b32098c6fb: Layer already exists 10:00:12 ad10060283d7: Layer already exists 10:00:12 9af9d56f5aec: Layer already exists 10:00:12 f60e6b1d6d57: Layer already exists 10:00:12 02ef46cfa0b7: Layer already exists 10:00:12 372f1992ec84: Layer already exists 10:00:12 b68a086bd03d: Layer already exists 10:00:12 1e44795238f5: Layer already exists 10:00:12 d680ab0566b8: Layer already exists 10:00:12 cc92b409cc00: Layer already exists 10:00:12 dd9c8f8612c8: Layer already exists 10:00:12 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:bef04b3b14c62613d56ca8a1327280cb8ddadfa77bd5bea4d2d56a0369fad072 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:00:12 + 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 10:00:13 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 10:00:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 10:00:13 f60e6b1d6d57: Preparing 10:00:13 9af9d56f5aec: Preparing 10:00:13 02ef46cfa0b7: Preparing 10:00:13 ad10060283d7: Preparing 10:00:13 93b32098c6fb: Preparing 10:00:13 1e44795238f5: Preparing 10:00:13 b68a086bd03d: Preparing 10:00:13 d680ab0566b8: Preparing 10:00:13 372f1992ec84: Preparing 10:00:13 cc92b409cc00: Preparing 10:00:13 dd9c8f8612c8: Preparing 10:00:13 d680ab0566b8: Waiting 10:00:13 372f1992ec84: Waiting 10:00:13 cc92b409cc00: Waiting 10:00:13 dd9c8f8612c8: Waiting 10:00:13 1e44795238f5: Waiting 10:00:13 b68a086bd03d: Waiting 10:00:13 9af9d56f5aec: Layer already exists 10:00:13 02ef46cfa0b7: Layer already exists 10:00:13 f60e6b1d6d57: Layer already exists 10:00:13 93b32098c6fb: Layer already exists 10:00:13 ad10060283d7: Layer already exists 10:00:13 d680ab0566b8: Layer already exists 10:00:13 1e44795238f5: Layer already exists 10:00:13 b68a086bd03d: Layer already exists 10:00:13 372f1992ec84: Layer already exists 10:00:13 cc92b409cc00: Layer already exists 10:00:13 dd9c8f8612c8: Layer already exists 10:00:13 main: digest: sha256:bef04b3b14c62613d56ca8a1327280cb8ddadfa77bd5bea4d2d56a0369fad072 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:00:13 ===================================================== [Pipeline] echo 10:00:13 taggedImages: 10:00:13 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 10:00:13 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 10:00:13 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.37 10:00:13 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 10:00:13 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 10:00:13 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 10:00:13 be3afd34a0939b584ecb71f8f8236fbacfd5fc29 10:00:13 latest 10:00:13 4.1.0-dev.37 10:00:13 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 10:00:13 main 10:00:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:00:14 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:00:14 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 10:00:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 10:00:14 3997f1fcd4de: Preparing 10:00:14 58d0fd8640d6: Preparing 10:00:14 932c6d5c335a: Preparing 10:00:14 5c9e17915ea3: Preparing 10:00:14 cd2a73158976: Preparing 10:00:14 49da4cdc8eaa: Preparing 10:00:14 5a48ddba653a: Preparing 10:00:14 49da4cdc8eaa: Waiting 10:00:14 5a48ddba653a: Waiting 10:00:14 1e44795238f5: Preparing 10:00:14 b68a086bd03d: Preparing 10:00:14 e11cda8af768: Preparing 10:00:14 3ca9d4eed6a6: Preparing 10:00:14 dd9c8f8612c8: Preparing 10:00:14 1e44795238f5: Waiting 10:00:14 b68a086bd03d: Waiting 10:00:14 3ca9d4eed6a6: Waiting 10:00:14 dd9c8f8612c8: Waiting 10:00:14 58d0fd8640d6: Pushed 10:00:14 cd2a73158976: Pushed 10:00:14 3997f1fcd4de: Pushed 10:00:14 49da4cdc8eaa: Pushed 10:00:14 1e44795238f5: Layer already exists 10:00:14 5a48ddba653a: Pushed 10:00:14 b68a086bd03d: Layer already exists 10:00:15 dd9c8f8612c8: Layer already exists 10:00:15 e11cda8af768: Pushed 10:00:17 3ca9d4eed6a6: Pushed 10:00:19 5c9e17915ea3: Pushed 10:00:21 932c6d5c335a: Pushed 10:00:21 be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:f7ff6e4649869cbc5017ca9cc76115ee052332d00a65e6db3ea90bcfefdc0445 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:00:21 + 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 10:00:22 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 10:00:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 10:00:22 3997f1fcd4de: Preparing 10:00:22 58d0fd8640d6: Preparing 10:00:22 932c6d5c335a: Preparing 10:00:22 5c9e17915ea3: Preparing 10:00:22 cd2a73158976: Preparing 10:00:22 49da4cdc8eaa: Preparing 10:00:22 5a48ddba653a: Preparing 10:00:22 1e44795238f5: Preparing 10:00:22 b68a086bd03d: Preparing 10:00:22 e11cda8af768: Preparing 10:00:22 3ca9d4eed6a6: Preparing 10:00:22 dd9c8f8612c8: Preparing 10:00:22 49da4cdc8eaa: Waiting 10:00:22 1e44795238f5: Waiting 10:00:22 5a48ddba653a: Waiting 10:00:22 b68a086bd03d: Waiting 10:00:22 e11cda8af768: Waiting 10:00:22 3ca9d4eed6a6: Waiting 10:00:22 dd9c8f8612c8: Waiting 10:00:22 cd2a73158976: Layer already exists 10:00:22 58d0fd8640d6: Layer already exists 10:00:22 3997f1fcd4de: Layer already exists 10:00:22 932c6d5c335a: Layer already exists 10:00:22 5c9e17915ea3: Layer already exists 10:00:22 5a48ddba653a: Layer already exists 10:00:22 b68a086bd03d: Layer already exists 10:00:22 1e44795238f5: Layer already exists 10:00:22 49da4cdc8eaa: Layer already exists 10:00:22 e11cda8af768: Layer already exists 10:00:22 dd9c8f8612c8: Layer already exists 10:00:22 3ca9d4eed6a6: Layer already exists 10:00:22 latest: digest: sha256:f7ff6e4649869cbc5017ca9cc76115ee052332d00a65e6db3ea90bcfefdc0445 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:00:22 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:00:23 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.37 10:00:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 10:00:23 3997f1fcd4de: Preparing 10:00:23 58d0fd8640d6: Preparing 10:00:23 932c6d5c335a: Preparing 10:00:23 5c9e17915ea3: Preparing 10:00:23 cd2a73158976: Preparing 10:00:23 49da4cdc8eaa: Preparing 10:00:23 5a48ddba653a: Preparing 10:00:23 1e44795238f5: Preparing 10:00:23 b68a086bd03d: Preparing 10:00:23 e11cda8af768: Preparing 10:00:23 3ca9d4eed6a6: Preparing 10:00:23 dd9c8f8612c8: Preparing 10:00:23 1e44795238f5: Waiting 10:00:23 b68a086bd03d: Waiting 10:00:23 3ca9d4eed6a6: Waiting 10:00:23 e11cda8af768: Waiting 10:00:23 dd9c8f8612c8: Waiting 10:00:23 49da4cdc8eaa: Waiting 10:00:23 5a48ddba653a: Waiting 10:00:23 932c6d5c335a: Layer already exists 10:00:23 cd2a73158976: Layer already exists 10:00:23 3997f1fcd4de: Layer already exists 10:00:23 5c9e17915ea3: Layer already exists 10:00:23 58d0fd8640d6: Layer already exists 10:00:23 49da4cdc8eaa: Layer already exists 10:00:23 5a48ddba653a: Layer already exists 10:00:23 1e44795238f5: Layer already exists 10:00:23 b68a086bd03d: Layer already exists 10:00:23 e11cda8af768: Layer already exists 10:00:23 dd9c8f8612c8: Layer already exists 10:00:23 3ca9d4eed6a6: Layer already exists 10:00:23 4.1.0-dev.37: digest: sha256:f7ff6e4649869cbc5017ca9cc76115ee052332d00a65e6db3ea90bcfefdc0445 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:00:23 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:00:24 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 10:00:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 10:00:24 3997f1fcd4de: Preparing 10:00:24 58d0fd8640d6: Preparing 10:00:24 932c6d5c335a: Preparing 10:00:24 5c9e17915ea3: Preparing 10:00:24 cd2a73158976: Preparing 10:00:24 49da4cdc8eaa: Preparing 10:00:24 5a48ddba653a: Preparing 10:00:24 1e44795238f5: Preparing 10:00:24 b68a086bd03d: Preparing 10:00:24 e11cda8af768: Preparing 10:00:24 3ca9d4eed6a6: Preparing 10:00:24 dd9c8f8612c8: Preparing 10:00:24 49da4cdc8eaa: Waiting 10:00:24 e11cda8af768: Waiting 10:00:24 3ca9d4eed6a6: Waiting 10:00:24 dd9c8f8612c8: Waiting 10:00:24 5a48ddba653a: Waiting 10:00:24 1e44795238f5: Waiting 10:00:24 b68a086bd03d: Waiting 10:00:24 cd2a73158976: Layer already exists 10:00:24 5c9e17915ea3: Layer already exists 10:00:24 932c6d5c335a: Layer already exists 10:00:24 3997f1fcd4de: Layer already exists 10:00:24 58d0fd8640d6: Layer already exists 10:00:24 49da4cdc8eaa: Layer already exists 10:00:24 1e44795238f5: Layer already exists 10:00:24 e11cda8af768: Layer already exists 10:00:24 b68a086bd03d: Layer already exists 10:00:24 5a48ddba653a: Layer already exists 10:00:24 3ca9d4eed6a6: Layer already exists 10:00:24 dd9c8f8612c8: Layer already exists 10:00:24 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:f7ff6e4649869cbc5017ca9cc76115ee052332d00a65e6db3ea90bcfefdc0445 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:00:24 + 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 10:00:25 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 10:00:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 10:00:25 3997f1fcd4de: Preparing 10:00:25 58d0fd8640d6: Preparing 10:00:25 932c6d5c335a: Preparing 10:00:25 5c9e17915ea3: Preparing 10:00:25 cd2a73158976: Preparing 10:00:25 49da4cdc8eaa: Preparing 10:00:25 5a48ddba653a: Preparing 10:00:25 1e44795238f5: Preparing 10:00:25 b68a086bd03d: Preparing 10:00:25 e11cda8af768: Preparing 10:00:25 3ca9d4eed6a6: Preparing 10:00:25 dd9c8f8612c8: Preparing 10:00:25 49da4cdc8eaa: Waiting 10:00:25 5a48ddba653a: Waiting 10:00:25 1e44795238f5: Waiting 10:00:25 b68a086bd03d: Waiting 10:00:25 e11cda8af768: Waiting 10:00:25 3ca9d4eed6a6: Waiting 10:00:25 dd9c8f8612c8: Waiting 10:00:25 58d0fd8640d6: Layer already exists 10:00:25 cd2a73158976: Layer already exists 10:00:25 932c6d5c335a: Layer already exists 10:00:25 5c9e17915ea3: Layer already exists 10:00:25 3997f1fcd4de: Layer already exists 10:00:25 5a48ddba653a: Layer already exists 10:00:25 49da4cdc8eaa: Layer already exists 10:00:25 b68a086bd03d: Layer already exists 10:00:25 1e44795238f5: Layer already exists 10:00:25 e11cda8af768: Layer already exists 10:00:25 3ca9d4eed6a6: Layer already exists 10:00:25 dd9c8f8612c8: Layer already exists 10:00:25 main: digest: sha256:f7ff6e4649869cbc5017ca9cc76115ee052332d00a65e6db3ea90bcfefdc0445 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:00:25 ===================================================== [Pipeline] echo 10:00:25 taggedImages: 10:00:25 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 10:00:25 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 10:00:25 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.37 10:00:25 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 10:00:25 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 10:00:25 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 10:00:25 be3afd34a0939b584ecb71f8f8236fbacfd5fc29 10:00:25 latest 10:00:25 4.1.0-dev.37 10:00:25 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 10:00:25 main 10:00:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:00:26 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:00:26 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 10:00:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 10:00:26 3d2373828cc1: Preparing 10:00:26 896f838be9fb: Preparing 10:00:26 1e44795238f5: Preparing 10:00:26 b68a086bd03d: Preparing 10:00:26 e021850b99c3: Preparing 10:00:26 5d37f177be52: Preparing 10:00:26 dd9c8f8612c8: Preparing 10:00:26 5d37f177be52: Waiting 10:00:26 dd9c8f8612c8: Waiting 10:00:26 1e44795238f5: Layer already exists 10:00:26 b68a086bd03d: Layer already exists 10:00:26 dd9c8f8612c8: Layer already exists 10:00:26 e021850b99c3: Pushed 10:00:26 3d2373828cc1: Pushed 10:00:28 5d37f177be52: Pushed 10:00:33 896f838be9fb: Pushed 10:00:33 be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:9038dca38ea950942945e826463b13d57d3d1ec7d5168698bc96244ae7ba7f09 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:00:34 + 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 10:00:34 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 10:00:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 10:00:34 3d2373828cc1: Preparing 10:00:34 896f838be9fb: Preparing 10:00:34 1e44795238f5: Preparing 10:00:34 b68a086bd03d: Preparing 10:00:34 e021850b99c3: Preparing 10:00:34 5d37f177be52: Preparing 10:00:34 dd9c8f8612c8: Preparing 10:00:34 5d37f177be52: Waiting 10:00:34 dd9c8f8612c8: Waiting 10:00:34 b68a086bd03d: Layer already exists 10:00:34 e021850b99c3: Layer already exists 10:00:34 1e44795238f5: Layer already exists 10:00:34 896f838be9fb: Layer already exists 10:00:34 3d2373828cc1: Layer already exists 10:00:34 5d37f177be52: Layer already exists 10:00:34 dd9c8f8612c8: Layer already exists 10:00:34 latest: digest: sha256:9038dca38ea950942945e826463b13d57d3d1ec7d5168698bc96244ae7ba7f09 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:00:35 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:00:35 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.37 10:00:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 10:00:35 3d2373828cc1: Preparing 10:00:35 896f838be9fb: Preparing 10:00:35 1e44795238f5: Preparing 10:00:35 b68a086bd03d: Preparing 10:00:35 e021850b99c3: Preparing 10:00:35 5d37f177be52: Preparing 10:00:35 dd9c8f8612c8: Preparing 10:00:35 5d37f177be52: Waiting 10:00:35 3d2373828cc1: Layer already exists 10:00:35 b68a086bd03d: Layer already exists 10:00:35 1e44795238f5: Layer already exists 10:00:35 e021850b99c3: Layer already exists 10:00:35 896f838be9fb: Layer already exists 10:00:35 dd9c8f8612c8: Layer already exists 10:00:35 5d37f177be52: Layer already exists 10:00:35 4.1.0-dev.37: digest: sha256:9038dca38ea950942945e826463b13d57d3d1ec7d5168698bc96244ae7ba7f09 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:00:36 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:00:36 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 10:00:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 10:00:36 3d2373828cc1: Preparing 10:00:36 896f838be9fb: Preparing 10:00:36 1e44795238f5: Preparing 10:00:36 b68a086bd03d: Preparing 10:00:36 e021850b99c3: Preparing 10:00:36 5d37f177be52: Preparing 10:00:36 dd9c8f8612c8: Preparing 10:00:36 5d37f177be52: Waiting 10:00:36 dd9c8f8612c8: Waiting 10:00:36 896f838be9fb: Layer already exists 10:00:36 b68a086bd03d: Layer already exists 10:00:36 1e44795238f5: Layer already exists 10:00:36 3d2373828cc1: Layer already exists 10:00:36 e021850b99c3: Layer already exists 10:00:36 5d37f177be52: Layer already exists 10:00:36 dd9c8f8612c8: Layer already exists 10:00:36 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:9038dca38ea950942945e826463b13d57d3d1ec7d5168698bc96244ae7ba7f09 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:00:37 + 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 10:00:37 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 10:00:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 10:00:37 3d2373828cc1: Preparing 10:00:37 896f838be9fb: Preparing 10:00:37 1e44795238f5: Preparing 10:00:37 b68a086bd03d: Preparing 10:00:37 e021850b99c3: Preparing 10:00:37 5d37f177be52: Preparing 10:00:37 dd9c8f8612c8: Preparing 10:00:37 dd9c8f8612c8: Waiting 10:00:37 5d37f177be52: Waiting 10:00:37 1e44795238f5: Layer already exists 10:00:37 3d2373828cc1: Layer already exists 10:00:37 e021850b99c3: Layer already exists 10:00:37 896f838be9fb: Layer already exists 10:00:37 b68a086bd03d: Layer already exists 10:00:37 dd9c8f8612c8: Layer already exists 10:00:37 5d37f177be52: Layer already exists 10:00:37 main: digest: sha256:9038dca38ea950942945e826463b13d57d3d1ec7d5168698bc96244ae7ba7f09 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:00:37 ===================================================== [Pipeline] echo 10:00:37 taggedImages: 10:00:37 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 10:00:37 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 10:00:37 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.37 10:00:37 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 10:00:37 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 10:00:37 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 10:00:37 be3afd34a0939b584ecb71f8f8236fbacfd5fc29 10:00:37 latest 10:00:37 4.1.0-dev.37 10:00:37 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 10:00:37 main 10:00:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:00:38 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:00:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 10:00:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 10:00:38 0c5036cc31fd: Preparing 10:00:38 a2baac613c6c: Preparing 10:00:38 851fe9ff22f8: Preparing 10:00:38 1e44795238f5: Preparing 10:00:38 b68a086bd03d: Preparing 10:00:38 c98d007850f2: Preparing 10:00:38 e0e585f66e3a: Preparing 10:00:38 18e0f168112e: Preparing 10:00:38 5d1486749a36: Preparing 10:00:38 dd9c8f8612c8: Preparing 10:00:38 c98d007850f2: Waiting 10:00:38 e0e585f66e3a: Waiting 10:00:38 18e0f168112e: Waiting 10:00:38 5d1486749a36: Waiting 10:00:38 dd9c8f8612c8: Waiting 10:00:38 b68a086bd03d: Layer already exists 10:00:38 1e44795238f5: Layer already exists 10:00:38 851fe9ff22f8: Pushed 10:00:38 a2baac613c6c: Pushed 10:00:38 0c5036cc31fd: Pushed 10:00:38 dd9c8f8612c8: Layer already exists 10:00:39 18e0f168112e: Pushed 10:00:40 5d1486749a36: Pushed 10:00:50 e0e585f66e3a: Pushed 10:01:05 c98d007850f2: Pushed 10:01:05 be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:68d029463d2e4d37efe7fedc2285627ebe0483dc51f02806909d8b0e4e85a9f1 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:01:05 + 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 10:01:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 10:01:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 10:01:05 0c5036cc31fd: Preparing 10:01:05 a2baac613c6c: Preparing 10:01:05 851fe9ff22f8: Preparing 10:01:05 1e44795238f5: Preparing 10:01:05 b68a086bd03d: Preparing 10:01:05 c98d007850f2: Preparing 10:01:05 e0e585f66e3a: Preparing 10:01:05 18e0f168112e: Preparing 10:01:05 5d1486749a36: Preparing 10:01:05 dd9c8f8612c8: Preparing 10:01:05 e0e585f66e3a: Waiting 10:01:05 18e0f168112e: Waiting 10:01:05 5d1486749a36: Waiting 10:01:05 dd9c8f8612c8: Waiting 10:01:05 c98d007850f2: Waiting 10:01:05 0c5036cc31fd: Layer already exists 10:01:05 a2baac613c6c: Layer already exists 10:01:05 851fe9ff22f8: Layer already exists 10:01:05 1e44795238f5: Layer already exists 10:01:05 b68a086bd03d: Layer already exists 10:01:05 e0e585f66e3a: Layer already exists 10:01:05 c98d007850f2: Layer already exists 10:01:05 dd9c8f8612c8: Layer already exists 10:01:05 18e0f168112e: Layer already exists 10:01:05 5d1486749a36: Layer already exists 10:01:06 latest: digest: sha256:68d029463d2e4d37efe7fedc2285627ebe0483dc51f02806909d8b0e4e85a9f1 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:01:06 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:01:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.37 10:01:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 10:01:06 0c5036cc31fd: Preparing 10:01:06 a2baac613c6c: Preparing 10:01:06 851fe9ff22f8: Preparing 10:01:06 1e44795238f5: Preparing 10:01:06 b68a086bd03d: Preparing 10:01:06 c98d007850f2: Preparing 10:01:06 e0e585f66e3a: Preparing 10:01:06 18e0f168112e: Preparing 10:01:06 5d1486749a36: Preparing 10:01:06 c98d007850f2: Waiting 10:01:06 dd9c8f8612c8: Preparing 10:01:06 e0e585f66e3a: Waiting 10:01:06 5d1486749a36: Waiting 10:01:06 18e0f168112e: Waiting 10:01:06 dd9c8f8612c8: Waiting 10:01:06 1e44795238f5: Layer already exists 10:01:06 0c5036cc31fd: Layer already exists 10:01:06 a2baac613c6c: Layer already exists 10:01:06 851fe9ff22f8: Layer already exists 10:01:06 b68a086bd03d: Layer already exists 10:01:06 18e0f168112e: Layer already exists 10:01:06 c98d007850f2: Layer already exists 10:01:06 5d1486749a36: Layer already exists 10:01:06 e0e585f66e3a: Layer already exists 10:01:06 dd9c8f8612c8: Layer already exists 10:01:07 4.1.0-dev.37: digest: sha256:68d029463d2e4d37efe7fedc2285627ebe0483dc51f02806909d8b0e4e85a9f1 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:01:07 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:01:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 10:01:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 10:01:07 0c5036cc31fd: Preparing 10:01:07 a2baac613c6c: Preparing 10:01:07 851fe9ff22f8: Preparing 10:01:07 1e44795238f5: Preparing 10:01:07 b68a086bd03d: Preparing 10:01:07 c98d007850f2: Preparing 10:01:07 e0e585f66e3a: Preparing 10:01:07 18e0f168112e: Preparing 10:01:07 5d1486749a36: Preparing 10:01:07 dd9c8f8612c8: Preparing 10:01:07 e0e585f66e3a: Waiting 10:01:07 18e0f168112e: Waiting 10:01:07 5d1486749a36: Waiting 10:01:07 dd9c8f8612c8: Waiting 10:01:07 c98d007850f2: Waiting 10:01:07 a2baac613c6c: Layer already exists 10:01:07 b68a086bd03d: Layer already exists 10:01:07 0c5036cc31fd: Layer already exists 10:01:07 851fe9ff22f8: Layer already exists 10:01:07 1e44795238f5: Layer already exists 10:01:07 e0e585f66e3a: Layer already exists 10:01:07 18e0f168112e: Layer already exists 10:01:07 c98d007850f2: Layer already exists 10:01:07 5d1486749a36: Layer already exists 10:01:07 dd9c8f8612c8: Layer already exists 10:01:08 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:68d029463d2e4d37efe7fedc2285627ebe0483dc51f02806909d8b0e4e85a9f1 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:01:08 + 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 10:01:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 10:01:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 10:01:08 0c5036cc31fd: Preparing 10:01:08 a2baac613c6c: Preparing 10:01:08 851fe9ff22f8: Preparing 10:01:08 1e44795238f5: Preparing 10:01:08 b68a086bd03d: Preparing 10:01:08 c98d007850f2: Preparing 10:01:08 e0e585f66e3a: Preparing 10:01:08 18e0f168112e: Preparing 10:01:08 5d1486749a36: Preparing 10:01:08 dd9c8f8612c8: Preparing 10:01:08 c98d007850f2: Waiting 10:01:08 e0e585f66e3a: Waiting 10:01:08 5d1486749a36: Waiting 10:01:08 dd9c8f8612c8: Waiting 10:01:08 18e0f168112e: Waiting 10:01:08 0c5036cc31fd: Layer already exists 10:01:08 a2baac613c6c: Layer already exists 10:01:08 1e44795238f5: Layer already exists 10:01:08 851fe9ff22f8: Layer already exists 10:01:08 b68a086bd03d: Layer already exists 10:01:08 e0e585f66e3a: Layer already exists 10:01:08 18e0f168112e: Layer already exists 10:01:08 dd9c8f8612c8: Layer already exists 10:01:08 c98d007850f2: Layer already exists 10:01:08 5d1486749a36: Layer already exists 10:01:09 main: digest: sha256:68d029463d2e4d37efe7fedc2285627ebe0483dc51f02806909d8b0e4e85a9f1 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:01:09 ===================================================== [Pipeline] echo 10:01:09 taggedImages: 10:01:09 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 10:01:09 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 10:01:09 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.37 10:01:09 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 10:01:09 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 10:01:09 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 10:01:09 be3afd34a0939b584ecb71f8f8236fbacfd5fc29 10:01:09 latest 10:01:09 4.1.0-dev.37 10:01:09 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 10:01:09 main 10:01:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:01:09 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:01:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 10:01:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 10:01:09 0a7f9db86300: Preparing 10:01:09 b896b575194a: Preparing 10:01:09 15ac4b50904f: Preparing 10:01:09 1e44795238f5: Preparing 10:01:09 b68a086bd03d: Preparing 10:01:09 125a10390234: Preparing 10:01:09 691d494ae57e: Preparing 10:01:09 e044bdd31565: Preparing 10:01:09 dd9c8f8612c8: Preparing 10:01:09 e044bdd31565: Waiting 10:01:09 125a10390234: Waiting 10:01:09 691d494ae57e: Waiting 10:01:09 dd9c8f8612c8: Waiting 10:01:09 1e44795238f5: Layer already exists 10:01:09 b68a086bd03d: Layer already exists 10:01:10 15ac4b50904f: Pushed 10:01:10 b896b575194a: Pushed 10:01:10 0a7f9db86300: Pushed 10:01:10 dd9c8f8612c8: Layer already exists 10:01:10 691d494ae57e: Pushed 10:01:10 e044bdd31565: Pushed 10:01:37 125a10390234: Pushed 10:01:37 be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:f474e138aac160941356bb3e2c9ac853fb8df3606f097ad3fa1ade99773550f3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:01:37 + 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 10:01:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 10:01:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 10:01:38 0a7f9db86300: Preparing 10:01:38 b896b575194a: Preparing 10:01:38 15ac4b50904f: Preparing 10:01:38 1e44795238f5: Preparing 10:01:38 b68a086bd03d: Preparing 10:01:38 125a10390234: Preparing 10:01:38 691d494ae57e: Preparing 10:01:38 e044bdd31565: Preparing 10:01:38 dd9c8f8612c8: Preparing 10:01:38 691d494ae57e: Waiting 10:01:38 dd9c8f8612c8: Waiting 10:01:38 e044bdd31565: Waiting 10:01:38 125a10390234: Waiting 10:01:38 15ac4b50904f: Layer already exists 10:01:38 0a7f9db86300: Layer already exists 10:01:38 1e44795238f5: Layer already exists 10:01:38 b68a086bd03d: Layer already exists 10:01:38 b896b575194a: Layer already exists 10:01:38 125a10390234: Layer already exists 10:01:38 691d494ae57e: Layer already exists 10:01:38 e044bdd31565: Layer already exists 10:01:38 dd9c8f8612c8: Layer already exists 10:01:38 latest: digest: sha256:f474e138aac160941356bb3e2c9ac853fb8df3606f097ad3fa1ade99773550f3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:01:38 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:01:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.37 10:01:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 10:01:39 0a7f9db86300: Preparing 10:01:39 b896b575194a: Preparing 10:01:39 15ac4b50904f: Preparing 10:01:39 1e44795238f5: Preparing 10:01:39 b68a086bd03d: Preparing 10:01:39 125a10390234: Preparing 10:01:39 691d494ae57e: Preparing 10:01:39 e044bdd31565: Preparing 10:01:39 dd9c8f8612c8: Preparing 10:01:39 125a10390234: Waiting 10:01:39 691d494ae57e: Waiting 10:01:39 dd9c8f8612c8: Waiting 10:01:39 e044bdd31565: Waiting 10:01:39 1e44795238f5: Layer already exists 10:01:39 b896b575194a: Layer already exists 10:01:39 15ac4b50904f: Layer already exists 10:01:39 0a7f9db86300: Layer already exists 10:01:39 b68a086bd03d: Layer already exists 10:01:39 691d494ae57e: Layer already exists 10:01:39 125a10390234: Layer already exists 10:01:39 e044bdd31565: Layer already exists 10:01:39 dd9c8f8612c8: Layer already exists 10:01:39 4.1.0-dev.37: digest: sha256:f474e138aac160941356bb3e2c9ac853fb8df3606f097ad3fa1ade99773550f3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:01:39 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:01:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 10:01:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 10:01:39 0a7f9db86300: Preparing 10:01:39 b896b575194a: Preparing 10:01:39 15ac4b50904f: Preparing 10:01:39 1e44795238f5: Preparing 10:01:39 b68a086bd03d: Preparing 10:01:39 125a10390234: Preparing 10:01:39 691d494ae57e: Preparing 10:01:39 e044bdd31565: Preparing 10:01:39 dd9c8f8612c8: Preparing 10:01:39 125a10390234: Waiting 10:01:39 e044bdd31565: Waiting 10:01:39 691d494ae57e: Waiting 10:01:39 dd9c8f8612c8: Waiting 10:01:39 15ac4b50904f: Layer already exists 10:01:39 1e44795238f5: Layer already exists 10:01:39 0a7f9db86300: Layer already exists 10:01:39 b896b575194a: Layer already exists 10:01:39 b68a086bd03d: Layer already exists 10:01:39 dd9c8f8612c8: Layer already exists 10:01:39 e044bdd31565: Layer already exists 10:01:39 125a10390234: Layer already exists 10:01:39 691d494ae57e: Layer already exists 10:01:40 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:f474e138aac160941356bb3e2c9ac853fb8df3606f097ad3fa1ade99773550f3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:01:40 + 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 10:01:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 10:01:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 10:01:40 0a7f9db86300: Preparing 10:01:40 b896b575194a: Preparing 10:01:40 15ac4b50904f: Preparing 10:01:40 1e44795238f5: Preparing 10:01:40 b68a086bd03d: Preparing 10:01:40 125a10390234: Preparing 10:01:40 691d494ae57e: Preparing 10:01:40 e044bdd31565: Preparing 10:01:40 dd9c8f8612c8: Preparing 10:01:40 125a10390234: Waiting 10:01:40 691d494ae57e: Waiting 10:01:40 e044bdd31565: Waiting 10:01:40 dd9c8f8612c8: Waiting 10:01:40 0a7f9db86300: Layer already exists 10:01:40 b68a086bd03d: Layer already exists 10:01:40 15ac4b50904f: Layer already exists 10:01:40 b896b575194a: Layer already exists 10:01:40 1e44795238f5: Layer already exists 10:01:40 125a10390234: Layer already exists 10:01:40 e044bdd31565: Layer already exists 10:01:40 691d494ae57e: Layer already exists 10:01:40 dd9c8f8612c8: Layer already exists 10:01:41 main: digest: sha256:f474e138aac160941356bb3e2c9ac853fb8df3606f097ad3fa1ade99773550f3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:01:41 ===================================================== [Pipeline] echo 10:01:41 taggedImages: 10:01:41 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 10:01:41 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 10:01:41 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.37 10:01:41 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 10:01:41 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 10:01:41 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 10:01:41 be3afd34a0939b584ecb71f8f8236fbacfd5fc29 10:01:41 latest 10:01:41 4.1.0-dev.37 10:01:41 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 10:01:41 main 10:01:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:01:41 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:01:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 10:01:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 10:01:42 fbdafec089f7: Preparing 10:01:42 97ed1237e69d: Preparing 10:01:42 12917e28a15b: Preparing 10:01:42 1e44795238f5: Preparing 10:01:42 b68a086bd03d: Preparing 10:01:42 686732ed2492: Preparing 10:01:42 18e0f168112e: Preparing 10:01:42 5d1486749a36: Preparing 10:01:42 dd9c8f8612c8: Preparing 10:01:42 686732ed2492: Waiting 10:01:42 18e0f168112e: Waiting 10:01:42 5d1486749a36: Waiting 10:01:42 dd9c8f8612c8: Waiting 10:01:42 1e44795238f5: Layer already exists 10:01:42 b68a086bd03d: Layer already exists 10:01:42 18e0f168112e: Layer already exists 10:01:42 97ed1237e69d: Pushed 10:01:42 12917e28a15b: Pushed 10:01:42 fbdafec089f7: Pushed 10:01:42 5d1486749a36: Layer already exists 10:01:42 dd9c8f8612c8: Layer already exists 10:02:08 686732ed2492: Pushed 10:02:08 be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:e8052f1d563c31f269242b278d68acad9a5edb70f2619a7493ca4721a1ad4a72 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:02:09 + 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 10:02:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 10:02:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 10:02:09 fbdafec089f7: Preparing 10:02:09 97ed1237e69d: Preparing 10:02:09 12917e28a15b: Preparing 10:02:09 1e44795238f5: Preparing 10:02:09 b68a086bd03d: Preparing 10:02:09 686732ed2492: Preparing 10:02:09 18e0f168112e: Preparing 10:02:09 5d1486749a36: Preparing 10:02:09 dd9c8f8612c8: Preparing 10:02:09 18e0f168112e: Waiting 10:02:09 5d1486749a36: Waiting 10:02:09 dd9c8f8612c8: Waiting 10:02:09 686732ed2492: Waiting 10:02:09 12917e28a15b: Layer already exists 10:02:09 fbdafec089f7: Layer already exists 10:02:09 97ed1237e69d: Layer already exists 10:02:09 b68a086bd03d: Layer already exists 10:02:09 1e44795238f5: Layer already exists 10:02:09 686732ed2492: Layer already exists 10:02:09 5d1486749a36: Layer already exists 10:02:09 18e0f168112e: Layer already exists 10:02:09 dd9c8f8612c8: Layer already exists 10:02:09 latest: digest: sha256:e8052f1d563c31f269242b278d68acad9a5edb70f2619a7493ca4721a1ad4a72 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:02:10 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:02:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.37 10:02:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 10:02:10 fbdafec089f7: Preparing 10:02:10 97ed1237e69d: Preparing 10:02:10 12917e28a15b: Preparing 10:02:10 1e44795238f5: Preparing 10:02:10 b68a086bd03d: Preparing 10:02:10 686732ed2492: Preparing 10:02:10 18e0f168112e: Preparing 10:02:10 5d1486749a36: Preparing 10:02:10 dd9c8f8612c8: Preparing 10:02:10 686732ed2492: Waiting 10:02:10 18e0f168112e: Waiting 10:02:10 dd9c8f8612c8: Waiting 10:02:10 5d1486749a36: Waiting 10:02:10 12917e28a15b: Layer already exists 10:02:10 97ed1237e69d: Layer already exists 10:02:10 fbdafec089f7: Layer already exists 10:02:10 1e44795238f5: Layer already exists 10:02:10 b68a086bd03d: Layer already exists 10:02:10 686732ed2492: Layer already exists 10:02:10 5d1486749a36: Layer already exists 10:02:10 dd9c8f8612c8: Layer already exists 10:02:10 18e0f168112e: Layer already exists 10:02:10 4.1.0-dev.37: digest: sha256:e8052f1d563c31f269242b278d68acad9a5edb70f2619a7493ca4721a1ad4a72 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:02:11 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:02:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 10:02:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 10:02:11 fbdafec089f7: Preparing 10:02:11 97ed1237e69d: Preparing 10:02:11 12917e28a15b: Preparing 10:02:11 1e44795238f5: Preparing 10:02:11 b68a086bd03d: Preparing 10:02:11 686732ed2492: Preparing 10:02:11 18e0f168112e: Preparing 10:02:11 5d1486749a36: Preparing 10:02:11 dd9c8f8612c8: Preparing 10:02:11 686732ed2492: Waiting 10:02:11 18e0f168112e: Waiting 10:02:11 5d1486749a36: Waiting 10:02:11 dd9c8f8612c8: Waiting 10:02:11 fbdafec089f7: Layer already exists 10:02:11 b68a086bd03d: Layer already exists 10:02:11 12917e28a15b: Layer already exists 10:02:11 97ed1237e69d: Layer already exists 10:02:11 1e44795238f5: Layer already exists 10:02:11 18e0f168112e: Layer already exists 10:02:11 686732ed2492: Layer already exists 10:02:11 5d1486749a36: Layer already exists 10:02:11 dd9c8f8612c8: Layer already exists 10:02:11 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:e8052f1d563c31f269242b278d68acad9a5edb70f2619a7493ca4721a1ad4a72 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:02:12 + 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 10:02:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 10:02:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 10:02:12 fbdafec089f7: Preparing 10:02:12 97ed1237e69d: Preparing 10:02:12 12917e28a15b: Preparing 10:02:12 1e44795238f5: Preparing 10:02:12 b68a086bd03d: Preparing 10:02:12 686732ed2492: Preparing 10:02:12 18e0f168112e: Preparing 10:02:12 686732ed2492: Waiting 10:02:12 5d1486749a36: Preparing 10:02:12 dd9c8f8612c8: Preparing 10:02:12 18e0f168112e: Waiting 10:02:12 5d1486749a36: Waiting 10:02:12 1e44795238f5: Layer already exists 10:02:12 b68a086bd03d: Layer already exists 10:02:12 12917e28a15b: Layer already exists 10:02:12 fbdafec089f7: Layer already exists 10:02:12 97ed1237e69d: Layer already exists 10:02:12 5d1486749a36: Layer already exists 10:02:12 18e0f168112e: Layer already exists 10:02:12 686732ed2492: Layer already exists 10:02:12 dd9c8f8612c8: Layer already exists 10:02:13 main: digest: sha256:e8052f1d563c31f269242b278d68acad9a5edb70f2619a7493ca4721a1ad4a72 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:02:13 ===================================================== [Pipeline] echo 10:02:13 taggedImages: 10:02:13 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 10:02:13 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 10:02:13 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.37 10:02:13 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 10:02:13 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 10:02:13 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 10:02:13 be3afd34a0939b584ecb71f8f8236fbacfd5fc29 10:02:13 latest 10:02:13 4.1.0-dev.37 10:02:13 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 10:02:13 main 10:02:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:02:13 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:02:13 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 10:02:13 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 10:02:13 0226be3317f4: Preparing 10:02:13 8807d6cd6031: Preparing 10:02:13 1e44795238f5: Preparing 10:02:13 b68a086bd03d: Preparing 10:02:13 a0fccb67035d: Preparing 10:02:13 732f4589408a: Preparing 10:02:13 dd9c8f8612c8: Preparing 10:02:13 732f4589408a: Waiting 10:02:13 dd9c8f8612c8: Waiting 10:02:13 1e44795238f5: Layer already exists 10:02:14 b68a086bd03d: Layer already exists 10:02:14 dd9c8f8612c8: Layer already exists 10:02:14 a0fccb67035d: Pushed 10:02:14 0226be3317f4: Pushed 10:02:15 732f4589408a: Pushed 10:02:22 8807d6cd6031: Pushed 10:02:22 be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:8f8addf76a77b8fa99a7372ffc48169ce3e02d4c51c5a381775c03f17db2b00d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:02:22 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:02:22 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 10:02:22 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 10:02:22 0226be3317f4: Preparing 10:02:22 8807d6cd6031: Preparing 10:02:22 1e44795238f5: Preparing 10:02:22 b68a086bd03d: Preparing 10:02:22 a0fccb67035d: Preparing 10:02:22 732f4589408a: Preparing 10:02:22 dd9c8f8612c8: Preparing 10:02:22 732f4589408a: Waiting 10:02:22 dd9c8f8612c8: Waiting 10:02:22 a0fccb67035d: Layer already exists 10:02:22 1e44795238f5: Layer already exists 10:02:22 8807d6cd6031: Layer already exists 10:02:22 b68a086bd03d: Layer already exists 10:02:22 0226be3317f4: Layer already exists 10:02:22 732f4589408a: Layer already exists 10:02:22 dd9c8f8612c8: Layer already exists 10:02:23 latest: digest: sha256:8f8addf76a77b8fa99a7372ffc48169ce3e02d4c51c5a381775c03f17db2b00d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:02:23 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:02:23 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.37 10:02:23 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 10:02:23 0226be3317f4: Preparing 10:02:23 8807d6cd6031: Preparing 10:02:23 1e44795238f5: Preparing 10:02:23 b68a086bd03d: Preparing 10:02:23 a0fccb67035d: Preparing 10:02:23 732f4589408a: Preparing 10:02:23 dd9c8f8612c8: Preparing 10:02:23 732f4589408a: Waiting 10:02:23 dd9c8f8612c8: Waiting 10:02:23 a0fccb67035d: Layer already exists 10:02:23 1e44795238f5: Layer already exists 10:02:23 b68a086bd03d: Layer already exists 10:02:23 0226be3317f4: Layer already exists 10:02:23 8807d6cd6031: Layer already exists 10:02:23 dd9c8f8612c8: Layer already exists 10:02:23 732f4589408a: Layer already exists 10:02:24 4.1.0-dev.37: digest: sha256:8f8addf76a77b8fa99a7372ffc48169ce3e02d4c51c5a381775c03f17db2b00d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:02:24 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:02:24 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 10:02:24 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 10:02:24 0226be3317f4: Preparing 10:02:24 8807d6cd6031: Preparing 10:02:24 1e44795238f5: Preparing 10:02:24 b68a086bd03d: Preparing 10:02:24 a0fccb67035d: Preparing 10:02:24 732f4589408a: Preparing 10:02:24 dd9c8f8612c8: Preparing 10:02:24 dd9c8f8612c8: Waiting 10:02:24 732f4589408a: Waiting 10:02:24 1e44795238f5: Layer already exists 10:02:24 b68a086bd03d: Layer already exists 10:02:24 a0fccb67035d: Layer already exists 10:02:24 8807d6cd6031: Layer already exists 10:02:24 0226be3317f4: Layer already exists 10:02:24 732f4589408a: Layer already exists 10:02:24 dd9c8f8612c8: Layer already exists 10:02:25 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:8f8addf76a77b8fa99a7372ffc48169ce3e02d4c51c5a381775c03f17db2b00d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:02:25 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:02:25 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 10:02:25 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 10:02:25 0226be3317f4: Preparing 10:02:25 8807d6cd6031: Preparing 10:02:25 1e44795238f5: Preparing 10:02:25 b68a086bd03d: Preparing 10:02:25 a0fccb67035d: Preparing 10:02:25 732f4589408a: Preparing 10:02:25 dd9c8f8612c8: Preparing 10:02:25 732f4589408a: Waiting 10:02:25 dd9c8f8612c8: Waiting 10:02:25 1e44795238f5: Layer already exists 10:02:25 b68a086bd03d: Layer already exists 10:02:25 a0fccb67035d: Layer already exists 10:02:25 0226be3317f4: Layer already exists 10:02:25 8807d6cd6031: Layer already exists 10:02:25 732f4589408a: Layer already exists 10:02:25 dd9c8f8612c8: Layer already exists 10:02:26 main: digest: sha256:8f8addf76a77b8fa99a7372ffc48169ce3e02d4c51c5a381775c03f17db2b00d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:02:26 ===================================================== [Pipeline] echo 10:02:26 taggedImages: 10:02:26 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 10:02:26 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 10:02:26 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.37 10:02:26 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 10:02:26 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 10:02:26 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 10:02:26 be3afd34a0939b584ecb71f8f8236fbacfd5fc29 10:02:26 latest 10:02:26 4.1.0-dev.37 10:02:26 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 10:02:26 main 10:02:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:02:26 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:02:26 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 10:02:26 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 10:02:26 476b0fefec97: Preparing 10:02:26 6fcb87e48cb4: Preparing 10:02:26 1e44795238f5: Preparing 10:02:26 b68a086bd03d: Preparing 10:02:26 8cb729c1c2f8: Preparing 10:02:26 a038bfd2c6a7: Preparing 10:02:26 dd9c8f8612c8: Preparing 10:02:26 a038bfd2c6a7: Waiting 10:02:26 dd9c8f8612c8: Waiting 10:02:27 b68a086bd03d: Layer already exists 10:02:27 1e44795238f5: Layer already exists 10:02:27 dd9c8f8612c8: Layer already exists 10:02:27 8cb729c1c2f8: Pushed 10:02:27 476b0fefec97: Pushed 10:02:27 a038bfd2c6a7: Pushed 10:02:35 6fcb87e48cb4: Pushed 10:02:35 be3afd34a0939b584ecb71f8f8236fbacfd5fc29: digest: sha256:55895605eae74f990c207c9f606b653ee9477c43d181f4ee3e911a926b3c8eba size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:02:36 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:02:36 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 10:02:36 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 10:02:36 476b0fefec97: Preparing 10:02:36 6fcb87e48cb4: Preparing 10:02:36 1e44795238f5: Preparing 10:02:36 b68a086bd03d: Preparing 10:02:36 8cb729c1c2f8: Preparing 10:02:36 a038bfd2c6a7: Preparing 10:02:36 dd9c8f8612c8: Preparing 10:02:36 a038bfd2c6a7: Waiting 10:02:36 dd9c8f8612c8: Waiting 10:02:36 476b0fefec97: Layer already exists 10:02:36 b68a086bd03d: Layer already exists 10:02:36 6fcb87e48cb4: Layer already exists 10:02:36 8cb729c1c2f8: Layer already exists 10:02:36 1e44795238f5: Layer already exists 10:02:36 a038bfd2c6a7: Layer already exists 10:02:36 dd9c8f8612c8: Layer already exists 10:02:36 latest: digest: sha256:55895605eae74f990c207c9f606b653ee9477c43d181f4ee3e911a926b3c8eba size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:02:37 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:02:37 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.37 10:02:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 10:02:37 476b0fefec97: Preparing 10:02:37 6fcb87e48cb4: Preparing 10:02:37 1e44795238f5: Preparing 10:02:37 b68a086bd03d: Preparing 10:02:37 8cb729c1c2f8: Preparing 10:02:37 a038bfd2c6a7: Preparing 10:02:37 dd9c8f8612c8: Preparing 10:02:37 a038bfd2c6a7: Waiting 10:02:37 dd9c8f8612c8: Waiting 10:02:37 b68a086bd03d: Layer already exists 10:02:37 6fcb87e48cb4: Layer already exists 10:02:37 1e44795238f5: Layer already exists 10:02:37 476b0fefec97: Layer already exists 10:02:37 8cb729c1c2f8: Layer already exists 10:02:37 a038bfd2c6a7: Layer already exists 10:02:37 dd9c8f8612c8: Layer already exists 10:02:37 4.1.0-dev.37: digest: sha256:55895605eae74f990c207c9f606b653ee9477c43d181f4ee3e911a926b3c8eba size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:02:38 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:02:38 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 10:02:38 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 10:02:38 476b0fefec97: Preparing 10:02:38 6fcb87e48cb4: Preparing 10:02:38 1e44795238f5: Preparing 10:02:38 b68a086bd03d: Preparing 10:02:38 8cb729c1c2f8: Preparing 10:02:38 a038bfd2c6a7: Preparing 10:02:38 dd9c8f8612c8: Preparing 10:02:38 a038bfd2c6a7: Waiting 10:02:38 dd9c8f8612c8: Waiting 10:02:38 b68a086bd03d: Layer already exists 10:02:38 6fcb87e48cb4: Layer already exists 10:02:38 8cb729c1c2f8: Layer already exists 10:02:38 476b0fefec97: Layer already exists 10:02:38 1e44795238f5: Layer already exists 10:02:38 a038bfd2c6a7: Layer already exists 10:02:38 dd9c8f8612c8: Layer already exists 10:02:38 be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37: digest: sha256:55895605eae74f990c207c9f606b653ee9477c43d181f4ee3e911a926b3c8eba size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:02:39 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:02:39 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 10:02:39 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 10:02:39 476b0fefec97: Preparing 10:02:39 6fcb87e48cb4: Preparing 10:02:39 1e44795238f5: Preparing 10:02:39 b68a086bd03d: Preparing 10:02:39 8cb729c1c2f8: Preparing 10:02:39 a038bfd2c6a7: Preparing 10:02:39 dd9c8f8612c8: Preparing 10:02:39 a038bfd2c6a7: Waiting 10:02:39 dd9c8f8612c8: Waiting 10:02:39 1e44795238f5: Layer already exists 10:02:39 476b0fefec97: Layer already exists 10:02:39 b68a086bd03d: Layer already exists 10:02:39 8cb729c1c2f8: Layer already exists 10:02:39 6fcb87e48cb4: Layer already exists 10:02:39 dd9c8f8612c8: Layer already exists 10:02:39 a038bfd2c6a7: Layer already exists 10:02:39 main: digest: sha256:55895605eae74f990c207c9f606b653ee9477c43d181f4ee3e911a926b3c8eba size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:02:39 ===================================================== [Pipeline] echo 10:02:39 taggedImages: 10:02:39 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 10:02:39 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 10:02:39 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.37 10:02:39 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 10:02:39 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 10:02:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] echo 10:02:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo 10:02:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.37 [Pipeline] echo 10:02:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] echo 10:02:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 10:02:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] echo 10:02:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo 10:02:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.37 [Pipeline] echo 10:02:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] echo 10:02:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 10:02:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] echo 10:02:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo 10:02:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.37 [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.37 [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.37 [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.37 [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.37 [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.37 [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.37 [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.37 [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.37 [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.37 [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.37 [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.37 [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.37 [Pipeline] echo 10:02:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:be3afd34a0939b584ecb71f8f8236fbacfd5fc29-4.1.0-dev.37 [Pipeline] echo 10:02:40 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 10:02:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:02:41 10:02:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:02:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:02:41 arm64: Pulling from edgex-lftools-log-publisher 10:02:41 8998bd30e6a1: Pulling fs layer 10:02:41 04944245beec: Pulling fs layer 10:02:41 699f458cf7ca: Pulling fs layer 10:02:41 765212b225bb: Pulling fs layer 10:02:41 f23df028b6ca: Pulling fs layer 10:02:41 d65c8cfc05b1: Pulling fs layer 10:02:41 2437ff75d9bd: Pulling fs layer 10:02:41 f23df028b6ca: Waiting 10:02:41 d65c8cfc05b1: Waiting 10:02:41 2437ff75d9bd: Waiting 10:02:41 765212b225bb: Waiting 10:02:41 04944245beec: Verifying Checksum 10:02:41 04944245beec: Download complete 10:02:41 765212b225bb: Verifying Checksum 10:02:41 765212b225bb: Download complete 10:02:41 f23df028b6ca: Verifying Checksum 10:02:41 f23df028b6ca: Download complete 10:02:41 d65c8cfc05b1: Verifying Checksum 10:02:41 d65c8cfc05b1: Download complete 10:02:42 699f458cf7ca: Verifying Checksum 10:02:42 699f458cf7ca: Download complete 10:02:42 8998bd30e6a1: Verifying Checksum 10:02:42 8998bd30e6a1: Download complete 10:02:45 2437ff75d9bd: Verifying Checksum 10:02:45 2437ff75d9bd: Download complete 10:02:47 8998bd30e6a1: Pull complete 10:02:47 04944245beec: Pull complete 10:02:49 699f458cf7ca: Pull complete 10:02:49 765212b225bb: Pull complete 10:02:50 f23df028b6ca: Pull complete 10:02:50 d65c8cfc05b1: Pull complete 10:03:08 2437ff75d9bd: Pull complete 10:03:08 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 10:03:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:03:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:03:08 prd-ubuntu20.04-docker-arm64-4c-16g-4654 does not seem to be running inside a container 10:03:09 $ 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/869 -v /w/workspace/edgex-go/869:/w/workspace/edgex-go/869:rw,z -v /w/workspace/edgex-go/869@tmp:/w/workspace/edgex-go/869@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 10:03:12 $ docker top ce460f396e165c10140cc24ae6b4f3941b262c2e79e3aca8ea976105c3b76aef -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:03:13 ---> job-cost.sh 10:03:13 lf-activate-venv: SKIPPING 10:03:13 INFO: No Stack... 10:03:13 INFO: Retrieving Pricing Info for: v3-standard-4 10:03:14 INFO: Archiving Costs [Pipeline] sh 10:03:14 + cut -d, -f6 10:03:14 + cat /w/workspace/edgex-go/869/archives/cost.csv [Pipeline] lock 10:03:14 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-869-stack-cost] 10:03:14 Resource [jenkins-edgexfoundry-edgex-go-main-869-stack-cost] did not exist. Created. 10:03:14 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-869-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:03:15 + echo total: 0.10999999940395355 [Pipeline] stash 10:03:16 Stashed 1 file(s) [Pipeline] } 10:03:16 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-869-stack-cost] [Pipeline] // lock [Pipeline] } 10:03:16 $ docker stop --time=1 ce460f396e165c10140cc24ae6b4f3941b262c2e79e3aca8ea976105c3b76aef 10:03:17 $ docker rm -f --volumes ce460f396e165c10140cc24ae6b4f3941b262c2e79e3aca8ea976105c3b76aef [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 10:03:18 provisioning config files... 10:03:18 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/869@tmp/config1497129905485499222tmp [Pipeline] { [Pipeline] sh 10:03:18 + set +x 10:03:18 + + curl -s https://codecov.io/bashbash 10:03:18 -s -- 10:03:18 10:03:18 _____ _ 10:03:18 / ____| | | 10:03:18 | | ___ __| | ___ ___ _____ __ 10:03:18 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:03:18 | |___| (_) | (_| | __/ (_| (_) \ V / 10:03:18 \_____\___/ \__,_|\___|\___\___/ \_/ 10:03:18 Bash-1.0.6 10:03:18 10:03:18 10:03:18 ==> git version 2.25.1 found 10:03:18 ==> 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 10:03:18 Release-Date: 2020-01-08 10:03:18 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 10:03:18 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 10:03:18 ==> Jenkins CI detected. 10:03:18 current dir:  /w/workspace/edgex-go/869 10:03:18 project root: . 10:03:18 --> token set from env 10:03:18 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:03:18 ==> Running gcov in . (disable via -X gcov) 10:03:18 ==> Python coveragepy not found 10:03:18 ==> Searching for coverage reports in: 10:03:18 + . 10:03:18 -> Found 1 reports 10:03:18 ==> Detecting git/mercurial file structure 10:03:18 ==> Reading reports 10:03:18 + ./coverage.out bytes=1666030 10:03:18 ==> Appending adjustments 10:03:18 https://docs.codecov.io/docs/fixing-reports 10:03:20 + Found adjustments 10:03:20 ==> Gzipping contents 10:03:20 140K /tmp/codecov.Z4eR5c.gz 10:03:20 ==> Uploading reports 10:03:20 url: https://codecov.io 10:03:20 query: branch=main&commit=be3afd34a0939b584ecb71f8f8236fbacfd5fc29&build=869&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F869%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 10:03:20 -> Pinging Codecov 10:03:20 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=be3afd34a0939b584ecb71f8f8236fbacfd5fc29&build=869&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F869%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 10:03:20 -> Uploading to 10:03:20 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/be3afd34a0939b584ecb71f8f8236fbacfd5fc29/6f7bd22d-c465-4ccc-9c39-5003ee828c59.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250707%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250707T100320Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=1877e5e62f068839e91da85d6d2b85b2c82af20ed7a6d803d40bd1694dfced6e 10:03:20 % Total % Received % Xferd Average Speed Time Time Time Current 10:03:20 Dload Upload Total Spent Left Speed 10:03:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 46 138k 0 0 46 65536 0 460k --:--:-- --:--:-- --:--:-- 457k 100 138k 0 0 100 138k 0 373k --:--:-- --:--:-- --:--:-- 372k 10:03:21 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/be3afd34a0939b584ecb71f8f8236fbacfd5fc29 [Pipeline] } 10:03:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 10:03:21 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 10:03:21 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:03:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 10:03:21 10:03:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:03:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 10:03:21 latest: Pulling from edgex-devops/edgex-snyk-go 10:03:21 0a9a5dfd008f: Already exists 10:03:21 36466aa92d05: Already exists 10:03:21 e10405b45d13: Already exists 10:03:21 096b7ceb2af7: Already exists 10:03:21 4f4fb700ef54: Already exists 10:03:21 e50aa161e22a: Pulling fs layer 10:03:21 d3c8db5fb9df: Pulling fs layer 10:03:22 e50aa161e22a: Verifying Checksum 10:03:22 e50aa161e22a: Download complete 10:03:22 e50aa161e22a: Pull complete 10:03:23 d3c8db5fb9df: Verifying Checksum 10:03:23 d3c8db5fb9df: Download complete 10:03:27 d3c8db5fb9df: Pull complete 10:03:27 Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be 10:03:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 10:03:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:03:27 prd-ubuntu20.04-docker-8c-8g-4653 does not seem to be running inside a container 10:03:27 $ 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/869 -v /w/workspace/edgex-go/869:/w/workspace/edgex-go/869:rw,z -v /w/workspace/edgex-go/869@tmp:/w/workspace/edgex-go/869@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 10:03:28 $ docker top abeb8caae1a40413c0c3e7c875cf0c948a458c6f53692ac9ce898c4823e122ba -eo pid,comm [Pipeline] { [Pipeline] sh 10:03:28 + git config --global --add safe.directory /w/workspace/edgex-go/869 [Pipeline] echo 10:03:28 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 10:03:28 + set -o pipefail 10:03:28 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 10:03:38 10:03:38 Monitoring /w/workspace/edgex-go/869 (github.com/edgexfoundry/edgex-go)... 10:03:38 10:03:38 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/78433181-b22d-4f28-abaf-ee420c44456c 10:03:38 10:03:38 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 10:03:38 [Pipeline] } 10:03:38 $ docker stop --time=1 abeb8caae1a40413c0c3e7c875cf0c948a458c6f53692ac9ce898c4823e122ba 10:03:41 $ docker rm -f --volumes abeb8caae1a40413c0c3e7c875cf0c948a458c6f53692ac9ce898c4823e122ba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 10:03:41 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:03:41 provisioning config files... 10:03:41 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/869@tmp/config4341236112175489551tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:03:42 --> edgex-publish-swagger.sh 10:03:42 === Publish openapi API === 10:03:42 [publishToSwagger] Publishing the API Docs [openapi] to Swagger 10:03:42 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/869/openapi/core-command.yaml] 10:03:42 % Total % Received % Xferd Average Speed Time Time Time Current 10:03:42 Dload Upload Total Spent Left Speed 10:03:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33488 100 66 100 33422 182 92581 --:--:-- --:--:-- --:--:-- 92764 10:03:42 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 10:03:42 10:03:42 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/869/openapi/core-data.yaml] 10:03:42 % Total % Received % Xferd Average Speed Time Time Time Current 10:03:42 Dload Upload Total Spent Left Speed 10:03:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 70050 100 66 100 69984 336 348k --:--:-- --:--:-- --:--:-- 349k 10:03:42 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 10:03:42 10:03:42 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/869/openapi/core-keeper.yaml] 10:03:42 % Total % Received % Xferd Average Speed Time Time Time Current 10:03:42 Dload Upload Total Spent Left Speed 10:03:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30234 0 0 100 30234 0 144k --:--:-- --:--:-- --:--:-- 144k 100 30300 100 66 100 30234 302 135k --:--:-- --:--:-- --:--:-- 135k 10:03:42 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 10:03:42 10:03:42 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/869/openapi/core-metadata.yaml] 10:03:42 % Total % Received % Xferd Average Speed Time Time Time Current 10:03:42 Dload Upload Total Spent Left Speed 10:03:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 100 66 100 156k 417 992k --:--:-- --:--:-- --:--:-- 992k 10:03:42 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 10:03:42 10:03:42 [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/869/openapi/security-proxy-auth.yaml] 10:03:42 % Total % Received % Xferd Average Speed Time Time Time Current 10:03:42 Dload Upload Total Spent Left Speed 10:03:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 377 136k --:--:-- --:--:-- --:--:-- 136k 10:03:43 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 10:03:43 10:03:43 [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/869/openapi/security-secretstore-setup.yaml] 10:03:43 % Total % Received % Xferd Average Speed Time Time Time Current 10:03:43 Dload Upload Total Spent Left Speed 10:03:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 356 21151 --:--:-- --:--:-- --:--:-- 21508 10:03:43 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 10:03:43 10:03:43 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/869/openapi/support-notifications.yaml] 10:03:43 % Total % Received % Xferd Average Speed Time Time Time Current 10:03:43 Dload Upload Total Spent Left Speed 10:03:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 92 136k --:--:-- --:--:-- --:--:-- 136k 100 97k 100 66 100 99976 92 136k --:--:-- --:--:-- --:--:-- 136k 10:03:44 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 10:03:44 10:03:44 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/869/openapi/support-scheduler.yaml] 10:03:44 % Total % Received % Xferd Average Speed Time Time Time Current 10:03:44 Dload Upload Total Spent Left Speed 10:03:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 452 339k --:--:-- --:--:-- --:--:-- 339k 10:03:44 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 10:03:44 [Pipeline] } 10:03:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 10:03:44 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:03:44 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:03:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:03:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:03:45 prd-ubuntu20.04-docker-8c-8g-4653 does not seem to be running inside a container 10:03:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/869 -v /w/workspace/edgex-go/869:/w/workspace/edgex-go/869:rw,z -v /w/workspace/edgex-go/869@tmp:/w/workspace/edgex-go/869@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 10:03:45 $ docker top ecca506da6e2d976d51d16c6ad52c52708650c9f5bc21ef9e0e3b471c80199cc -eo pid,comm 10:03:45 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 10:03:45 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:03:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:03:45 [ssh-agent] Looking for ssh-agent implementation... 10:03:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:03:45 $ docker exec ecca506da6e2d976d51d16c6ad52c52708650c9f5bc21ef9e0e3b471c80199cc ssh-agent 10:03:45 SSH_AUTH_SOCK=/tmp/ssh-IlcHmegcftbS/agent.32 10:03:45 SSH_AGENT_PID=38 10:03:45 Running ssh-add (command line suppressed) 10:03:45 Identity added: /w/workspace/edgex-go/869@tmp/private_key_16226963054476967674.key (/w/workspace/edgex-go/869@tmp/private_key_16226963054476967674.key) 10:03:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:03:46 + git semver tag 10:03:46 2025-07-07 10:03:46,352 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 10:03:46 2025-07-07 10:03:46,356 [run_tag] DEBUG tag force:False 10:03:46 2025-07-07 10:03:46,356 [check_head_tag] DEBUG check head tag 10:03:46 2025-07-07 10:03:46,357 [execute] INFO git cat-file --batch-check 10:03:46 2025-07-07 10:03:46,357 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/869, stdin=, shell=False, universal_newlines=False) 10:03:46 2025-07-07 10:03:46,360 [execute] INFO git cat-file --batch 10:03:46 2025-07-07 10:03:46,360 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/869, stdin=, shell=False, universal_newlines=False) 10:03:46 2025-07-07 10:03:46,378 [read_version] DEBUG read version from /w/workspace/edgex-go/869/.semver/main 10:03:46 2025-07-07 10:03:46,378 [execute] INFO git tag -a v4.1.0-dev.37 -m v4.1.0-dev.37 10:03:46 2025-07-07 10:03:46,378 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.37', '-m', 'v4.1.0-dev.37'], cwd=/w/workspace/edgex-go/869, stdin=None, shell=False, universal_newlines=False) 10:03:46 2025-07-07 10:03:46,381 [read_version] DEBUG read version from /w/workspace/edgex-go/869/.semver/main 10:03:46 4.1.0-dev.37 [Pipeline] } 10:03:46 $ docker exec --env ******** --env ******** ecca506da6e2d976d51d16c6ad52c52708650c9f5bc21ef9e0e3b471c80199cc ssh-agent -k 10:03:46 unset SSH_AUTH_SOCK; 10:03:46 unset SSH_AGENT_PID; 10:03:46 echo Agent pid 38 killed; 10:03:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:03:47 + git semver [Pipeline] } 10:03:47 $ docker stop --time=1 ecca506da6e2d976d51d16c6ad52c52708650c9f5bc21ef9e0e3b471c80199cc 10:03:48 $ docker rm -f --volumes ecca506da6e2d976d51d16c6ad52c52708650c9f5bc21ef9e0e3b471c80199cc [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:03:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:03:49 10:03:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:03:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:03:49 0.23.1-centos7: Pulling from edgex-lftools 10:03:49 ab5ef0e58194: Pulling fs layer 10:03:49 9712f1f96733: Pulling fs layer 10:03:49 63f879dbbcfc: Pulling fs layer 10:03:49 0d9ebad4ef96: Pulling fs layer 10:03:49 e9a5061849ea: Pulling fs layer 10:03:49 d747dcd14b5f: Pulling fs layer 10:03:49 2de7ff778b66: Pulling fs layer 10:03:49 d747dcd14b5f: Waiting 10:03:49 0d9ebad4ef96: Waiting 10:03:49 e9a5061849ea: Waiting 10:03:49 2de7ff778b66: Waiting 10:03:49 9712f1f96733: Verifying Checksum 10:03:49 9712f1f96733: Download complete 10:03:49 63f879dbbcfc: Verifying Checksum 10:03:49 63f879dbbcfc: Download complete 10:03:49 e9a5061849ea: Verifying Checksum 10:03:49 e9a5061849ea: Download complete 10:03:49 d747dcd14b5f: Verifying Checksum 10:03:49 d747dcd14b5f: Download complete 10:03:49 0d9ebad4ef96: Verifying Checksum 10:03:49 0d9ebad4ef96: Download complete 10:03:49 2de7ff778b66: Download complete 10:03:50 ab5ef0e58194: Verifying Checksum 10:03:50 ab5ef0e58194: Download complete 10:03:54 ab5ef0e58194: Pull complete 10:03:54 9712f1f96733: Pull complete 10:03:54 63f879dbbcfc: Pull complete 10:04:00 0d9ebad4ef96: Pull complete 10:04:00 e9a5061849ea: Pull complete 10:04:00 d747dcd14b5f: Pull complete 10:04:01 2de7ff778b66: Pull complete 10:04:01 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 10:04:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:04:01 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:04:01 prd-ubuntu20.04-docker-8c-8g-4653 does not seem to be running inside a container 10:04:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/869 -v /w/workspace/edgex-go/869:/w/workspace/edgex-go/869:rw,z -v /w/workspace/edgex-go/869@tmp:/w/workspace/edgex-go/869@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 10:04:03 $ docker top 0f7729b6396a0e466925884dd3c05203c900227c9bb002e6af5939342056b75a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 10:04:03 provisioning config files... 10:04:03 copy managed file [sigul-config] to file:/w/workspace/edgex-go/869@tmp/config12022890726222006677tmp 10:04:03 copy managed file [sigul-password] to file:/w/workspace/edgex-go/869@tmp/config9966429951959713313tmp 10:04:03 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/869@tmp/config8823445516469722976tmp [Pipeline] { [Pipeline] echo 10:04:03 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 10:04:04 ---> sigul-configuration.sh 10:04:04 gpg: directory `/root/.gnupg' created 10:04:04 gpg: new configuration file `/root/.gnupg/gpg.conf' created 10:04:04 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 10:04:04 gpg: keyring `/root/.gnupg/secring.gpg' created 10:04:04 gpg: keyring `/root/.gnupg/pubring.gpg' created 10:04:04 gpg: CAST5 encrypted data 10:04:04 gpg: encrypted with 1 passphrase 10:04:04 gpg: WARNING: message was not integrity protected [Pipeline] sh 10:04:04 + mkdir /home/jenkins 10:04:04 + mkdir /home/jenkins/sigul [Pipeline] sh 10:04:04 + 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 10:04:04 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 10:04:05 ---> sigul-install.sh 10:04:05 Sigul already installed; skipping installation. [Pipeline] sh 10:04:05 + git tag --list 10:04:05 0.6.0 10:04:05 0.6.1 10:04:05 0.7.0 10:04:05 0.7.1 10:04:05 v1.0.0 10:04:05 v1.0.1 10:04:05 v1.1.0 10:04:05 v1.2.0 10:04:05 v1.2.1 10:04:05 v1.3.0 10:04:05 v1.3.1 10:04:05 v2.0.0 10:04:05 v2.1.0 10:04:05 v2.1.1 10:04:05 v2.2.0 10:04:05 v2.3.0 10:04:05 v3.0 10:04:05 v3.0.0 10:04:05 v3.1 10:04:05 v3.1.0 10:04:05 v3.1.1 10:04:05 v4.0 10:04:05 v4.0.0 10:04:05 v4.0.1 10:04:05 v4.0.1-dev.1 10:04:05 v4.1.0-dev.1 10:04:05 v4.1.0-dev.10 10:04:05 v4.1.0-dev.11 10:04:05 v4.1.0-dev.12 10:04:05 v4.1.0-dev.13 10:04:05 v4.1.0-dev.14 10:04:05 v4.1.0-dev.15 10:04:05 v4.1.0-dev.16 10:04:05 v4.1.0-dev.17 10:04:05 v4.1.0-dev.18 10:04:05 v4.1.0-dev.19 10:04:05 v4.1.0-dev.2 10:04:05 v4.1.0-dev.20 10:04:05 v4.1.0-dev.21 10:04:05 v4.1.0-dev.22 10:04:05 v4.1.0-dev.23 10:04:05 v4.1.0-dev.24 10:04:05 v4.1.0-dev.25 10:04:05 v4.1.0-dev.26 10:04:05 v4.1.0-dev.27 10:04:05 v4.1.0-dev.28 10:04:05 v4.1.0-dev.29 10:04:05 v4.1.0-dev.3 10:04:05 v4.1.0-dev.30 10:04:05 v4.1.0-dev.31 10:04:05 v4.1.0-dev.32 10:04:05 v4.1.0-dev.33 10:04:05 v4.1.0-dev.34 10:04:05 v4.1.0-dev.35 10:04:05 v4.1.0-dev.36 10:04:05 v4.1.0-dev.37 10:04:05 v4.1.0-dev.4 10:04:05 v4.1.0-dev.5 10:04:05 v4.1.0-dev.6 10:04:05 v4.1.0-dev.7 10:04:05 v4.1.0-dev.8 10:04:05 v4.1.0-dev.9 [Pipeline] sh 10:04:05 + lftools sign git-tag v4.1.0-dev.37 10:04:06 Signing Git tag with Sigul... 10:04:06 Signing v4.1.0-dev.37 [Pipeline] echo 10:04:06 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 10:04:07 ---> sigul-configuration-cleanup.sh [Pipeline] } 10:04:07 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 10:04:07 $ docker stop --time=1 0f7729b6396a0e466925884dd3c05203c900227c9bb002e6af5939342056b75a 10:04:08 $ docker rm -f --volumes 0f7729b6396a0e466925884dd3c05203c900227c9bb002e6af5939342056b75a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 10:04:08 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:04:08 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:04:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:04:09 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:04:09 prd-ubuntu20.04-docker-8c-8g-4653 does not seem to be running inside a container 10:04:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/869 -v /w/workspace/edgex-go/869:/w/workspace/edgex-go/869:rw,z -v /w/workspace/edgex-go/869@tmp:/w/workspace/edgex-go/869@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 10:04:09 $ docker top 4deacb7d158a55c68283885b43d1fa01becf1811e487d7b87ad898d580d3a73f -eo pid,comm 10:04:09 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). 10:04:09 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:04:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:04:09 [ssh-agent] Looking for ssh-agent implementation... 10:04:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:04:09 $ docker exec 4deacb7d158a55c68283885b43d1fa01becf1811e487d7b87ad898d580d3a73f ssh-agent 10:04:09 SSH_AUTH_SOCK=/tmp/ssh-Jzu6busxYvk7/agent.32 10:04:09 SSH_AGENT_PID=38 10:04:09 Running ssh-add (command line suppressed) 10:04:09 Identity added: /w/workspace/edgex-go/869@tmp/private_key_17319651468784646373.key (/w/workspace/edgex-go/869@tmp/private_key_17319651468784646373.key) 10:04:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:04:10 + git semver bump pre 10:04:10 2025-07-07 10:04:10,452 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 10:04:10 2025-07-07 10:04:10,457 [read_version] DEBUG read version from /w/workspace/edgex-go/869/.semver/main 10:04:10 2025-07-07 10:04:10,457 [bump_version] DEBUG bumping version:4.1.0-dev.37 on axis:pre with prefix:dev 10:04:10 2025-07-07 10:04:10,457 [bump_version] DEBUG bumped version:4.1.0-dev.38 10:04:10 2025-07-07 10:04:10,457 [write_version] DEBUG write version:4.1.0-dev.38 to path:/w/workspace/edgex-go/869/.semver/main with force:True 10:04:10 2025-07-07 10:04:10,457 [read_version] DEBUG read version from /w/workspace/edgex-go/869/.semver/main 10:04:10 2025-07-07 10:04:10,458 [write_file] DEBUG write to file:/w/workspace/edgex-go/869/.semver/main 10:04:10 2025-07-07 10:04:10,459 [execute] INFO git cat-file --batch-check 10:04:10 2025-07-07 10:04:10,459 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/869/.semver, stdin=, shell=False, universal_newlines=False) 10:04:10 2025-07-07 10:04:10,462 [execute] INFO git cat-file --batch 10:04:10 2025-07-07 10:04:10,462 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/869/.semver, stdin=, shell=False, universal_newlines=False) 10:04:10 2025-07-07 10:04:10,466 [read_version] DEBUG read version from /w/workspace/edgex-go/869/.semver/main 10:04:10 4.1.0-dev.38 [Pipeline] } 10:04:10 $ docker exec --env ******** --env ******** 4deacb7d158a55c68283885b43d1fa01becf1811e487d7b87ad898d580d3a73f ssh-agent -k 10:04:10 unset SSH_AUTH_SOCK; 10:04:10 unset SSH_AGENT_PID; 10:04:10 echo Agent pid 38 killed; 10:04:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:04:11 + git semver [Pipeline] } 10:04:11 $ docker stop --time=1 4deacb7d158a55c68283885b43d1fa01becf1811e487d7b87ad898d580d3a73f 10:04:12 $ docker rm -f --volumes 4deacb7d158a55c68283885b43d1fa01becf1811e487d7b87ad898d580d3a73f [Pipeline] // withDockerContainer [Pipeline] sh 10:04:13 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:04:13 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:04:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:04:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:04:13 prd-ubuntu20.04-docker-8c-8g-4653 does not seem to be running inside a container 10:04:13 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/869 -v /w/workspace/edgex-go/869:/w/workspace/edgex-go/869:rw,z -v /w/workspace/edgex-go/869@tmp:/w/workspace/edgex-go/869@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 10:04:13 $ docker top c78fbe9e5c3ed8240851b5017cef293044050182449486e5975f955e490c4121 -eo pid,comm 10:04: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). 10:04:13 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:04:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:04:13 [ssh-agent] Looking for ssh-agent implementation... 10:04:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:04:13 $ docker exec c78fbe9e5c3ed8240851b5017cef293044050182449486e5975f955e490c4121 ssh-agent 10:04:14 SSH_AUTH_SOCK=/tmp/ssh-xpl1BuWNzqiv/agent.31 10:04:14 SSH_AGENT_PID=37 10:04:14 Running ssh-add (command line suppressed) 10:04:14 Identity added: /w/workspace/edgex-go/869@tmp/private_key_616907471466957541.key (/w/workspace/edgex-go/869@tmp/private_key_616907471466957541.key) 10:04:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:04:14 + git semver push 10:04:14 2025-07-07 10:04:14,696 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 10:04:14 2025-07-07 10:04:14,701 [run_push] DEBUG push 10:04:14 2025-07-07 10:04:14,702 [execute] INFO git cat-file --batch-check 10:04:14 2025-07-07 10:04:14,702 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/869/.semver, stdin=, shell=False, universal_newlines=False) 10:04:14 2025-07-07 10:04:14,704 [execute] INFO git rev-list 25b385d41662e31c42bc4aa861603e3e3c473972 -- 10:04:14 2025-07-07 10:04:14,704 [execute] DEBUG Popen(['git', 'rev-list', '25b385d41662e31c42bc4aa861603e3e3c473972', '--'], cwd=/w/workspace/edgex-go/869/.semver, stdin=None, shell=False, universal_newlines=False) 10:04:14 2025-07-07 10:04:14,722 [execute] INFO git fetch -v -- origin 10:04:14 2025-07-07 10:04:14,722 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/869/.semver, stdin=None, shell=False, universal_newlines=True) 10:04:15 2025-07-07 10:04:15,176 [run_push] DEBUG no remote changes detected 10:04:15 2025-07-07 10:04:15,176 [execute] INFO git push origin semver 10:04:15 2025-07-07 10:04:15,176 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/869/.semver, stdin=None, shell=False, universal_newlines=False) 10:04:16 2025-07-07 10:04:15,931 [run_push] DEBUG push all version tags 10:04:16 2025-07-07 10:04:15,932 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 10:04:16 2025-07-07 10:04:15,932 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/869, stdin=None, shell=False, universal_newlines=False) 10:04:16 2025-07-07 10:04:16,642 [read_version] DEBUG read version from /w/workspace/edgex-go/869/.semver/main 10:04:16 4.1.0-dev.38 [Pipeline] } 10:04:16 $ docker exec --env ******** --env ******** c78fbe9e5c3ed8240851b5017cef293044050182449486e5975f955e490c4121 ssh-agent -k 10:04:16 unset SSH_AUTH_SOCK; 10:04:16 unset SSH_AGENT_PID; 10:04:16 echo Agent pid 37 killed; 10:04:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:04:17 + git semver [Pipeline] } 10:04:17 $ docker stop --time=1 c78fbe9e5c3ed8240851b5017cef293044050182449486e5975f955e490c4121 10:04:18 $ docker rm -f --volumes c78fbe9e5c3ed8240851b5017cef293044050182449486e5975f955e490c4121 [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 10:04:19 + [ -d /w/workspace/edgex-go/869/archives ] [Pipeline] libraryResource [Pipeline] sh 10:04:19 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:04:20 ---> package-listing.sh 10:04:20 ++ facter osfamily 10:04:20 ++ tr '[:upper:]' '[:lower:]' 10:04:20 + OS_FAMILY=debian 10:04:20 + workspace=/w/workspace/edgex-go/869 10:04:20 + START_PACKAGES=/tmp/packages_start.txt 10:04:20 + END_PACKAGES=/tmp/packages_end.txt 10:04:20 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:04:20 + PACKAGES=/tmp/packages_start.txt 10:04:20 + '[' /w/workspace/edgex-go/869 ']' 10:04:20 + PACKAGES=/tmp/packages_end.txt 10:04:20 + case "${OS_FAMILY}" in 10:04:20 + dpkg -l 10:04:20 + grep '^ii' 10:04:20 + '[' -f /tmp/packages_start.txt ']' 10:04:20 + '[' -f /tmp/packages_end.txt ']' 10:04:20 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:04:20 + '[' /w/workspace/edgex-go/869 ']' 10:04:20 + mkdir -p /w/workspace/edgex-go/869/archives/ 10:04:20 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/869/archives/ [Pipeline] echo 10:04:20 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/869/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:04:20 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:04:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:04:21 10:04:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:04:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:04:21 latest: Pulling from edgex-lftools-log-publisher 10:04:21 5eb5b503b376: Pulling fs layer 10:04:21 5c69ac0246d0: Pulling fs layer 10:04:21 ec43610c2a17: Pulling fs layer 10:04:21 3a2ae6a8a46f: Pulling fs layer 10:04:21 33b1e0a273af: Pulling fs layer 10:04:21 5d3b04190fa2: Pulling fs layer 10:04:21 2f39f015ded8: Pulling fs layer 10:04:21 3a2ae6a8a46f: Waiting 10:04:21 33b1e0a273af: Waiting 10:04:21 5d3b04190fa2: Waiting 10:04:21 2f39f015ded8: Waiting 10:04:21 5c69ac0246d0: Verifying Checksum 10:04:21 5c69ac0246d0: Download complete 10:04:21 3a2ae6a8a46f: Verifying Checksum 10:04:21 3a2ae6a8a46f: Download complete 10:04:22 33b1e0a273af: Verifying Checksum 10:04:22 33b1e0a273af: Download complete 10:04:22 ec43610c2a17: Verifying Checksum 10:04:22 ec43610c2a17: Download complete 10:04:22 5d3b04190fa2: Download complete 10:04:22 5eb5b503b376: Verifying Checksum 10:04:22 5eb5b503b376: Download complete 10:04:22 2f39f015ded8: Download complete 10:04:23 5eb5b503b376: Pull complete 10:04:23 5c69ac0246d0: Pull complete 10:04:24 ec43610c2a17: Pull complete 10:04:24 3a2ae6a8a46f: Pull complete 10:04:24 33b1e0a273af: Pull complete 10:04:24 5d3b04190fa2: Pull complete 10:04:29 2f39f015ded8: Pull complete 10:04:29 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 10:04:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:04:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:04:29 prd-ubuntu20.04-docker-8c-8g-4653 does not seem to be running inside a container 10:04:29 $ 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/869/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/869 -v /w/workspace/edgex-go/869:/w/workspace/edgex-go/869:rw,z -v /w/workspace/edgex-go/869@tmp:/w/workspace/edgex-go/869@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 10:04:31 $ docker top 9d404c46005a39c19ab00322a7f9b1627b91395c512d4d9f489dff3846709eef -eo pid,comm [Pipeline] { [Pipeline] sh 10:04:31 + touch /tmp/pre-build-complete [Pipeline] sh 10:04:31 + mkdir -p /var/log/sysstat [Pipeline] sh 10:04:32 + ls /var/log/sa-host 10:04:32 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:04:32 provisioning config files... 10:04:32 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/869@tmp/config9422693435217005983tmp [Pipeline] { [Pipeline] echo 10:04:32 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:04:32 ---> create-netrc.sh [Pipeline] } 10:04:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 10:04:32 ---> python-tools-install.sh [Pipeline] echo 10:04:32 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:04:33 ---> sudo-logs.sh 10:04:33 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 10:04:33 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:04:33 ---> job-cost.sh 10:04:33 lf-activate-venv: SKIPPING 10:04:33 DEBUG: total: 0.10999999940395355 10:04:33 INFO: Retrieving Stack Cost... 10:04:33 INFO: Retrieving Pricing Info for: v3-standard-8 10:04:34 INFO: Archiving Costs [Pipeline] echo 10:04:34 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:04:34 ---> logs-deploy.sh 10:04:34 lf-activate-venv: SKIPPING 10:04:34 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/869 10:04:34 INFO: archiving workspace using pattern(s): 10:04:35 Archives upload complete. 10:04:35 INFO: archiving logs to Nexus 10:04:36 ---> uname -a: 10:04:36 Linux prd-ubuntu20-04-docker-8c-8g-4653 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux 10:04:36 10:04:36 10:04:36 ---> lscpu: 10:04:36 Architecture: x86_64 10:04:36 CPU op-mode(s): 32-bit, 64-bit 10:04:36 Byte Order: Little Endian 10:04:36 Address sizes: 40 bits physical, 48 bits virtual 10:04:36 CPU(s): 8 10:04:36 On-line CPU(s) list: 0-7 10:04:36 Thread(s) per core: 1 10:04:36 Core(s) per socket: 1 10:04:36 Socket(s): 8 10:04:36 NUMA node(s): 1 10:04:36 Vendor ID: AuthenticAMD 10:04:36 CPU family: 23 10:04:36 Model: 49 10:04:36 Model name: AMD EPYC-Rome Processor 10:04:36 Stepping: 0 10:04:36 CPU MHz: 2800.000 10:04:36 BogoMIPS: 5600.00 10:04:36 Virtualization: AMD-V 10:04:36 Hypervisor vendor: KVM 10:04:36 Virtualization type: full 10:04:36 L1d cache: 256 KiB 10:04:36 L1i cache: 256 KiB 10:04:36 L2 cache: 4 MiB 10:04:36 L3 cache: 128 MiB 10:04:36 NUMA node0 CPU(s): 0-7 10:04:36 Vulnerability Gather data sampling: Not affected 10:04:36 Vulnerability Itlb multihit: Not affected 10:04:36 Vulnerability L1tf: Not affected 10:04:36 Vulnerability Mds: Not affected 10:04:36 Vulnerability Meltdown: Not affected 10:04:36 Vulnerability Mmio stale data: Not affected 10:04:36 Vulnerability Retbleed: Vulnerable 10:04:36 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:04:36 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 10:04:36 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 10:04:36 Vulnerability Srbds: Not affected 10:04:36 Vulnerability Tsx async abort: Not affected 10:04:36 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 10:04:36 10:04:36 10:04:36 ---> nproc: 10:04:36 8 10:04:36 10:04:36 10:04:36 ---> df -h: 10:04:36 Filesystem Size Used Avail Use% Mounted on 10:04:36 overlay 155G 31G 125G 20% / 10:04:36 tmpfs 64M 0 64M 0% /dev 10:04:36 tmpfs 16G 0 16G 0% /sys/fs/cgroup 10:04:36 shm 64M 0 64M 0% /dev/shm 10:04:36 /dev/vda1 155G 31G 125G 20% /facter-os 10:04:36 10:04:36 10:04:36 ---> sar -b -r -n DEV: 10:04:36 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-4653) 07/07/25 _x86_64_ (8 CPU) 10:04:36 10:04:36 09:10:39 LINUX RESTART (8 CPU) 10:04:36 10:04:36 09:11:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:04:36 09:12:01 329.42 63.99 265.43 0.00 11348.31 129639.86 0.00 10:04:36 09:13:01 167.07 9.58 157.49 0.00 1641.19 67504.48 0.00 10:04:36 09:14:01 41.66 0.00 41.66 0.00 0.00 36828.15 0.00 10:04:36 09:15:01 64.12 0.23 63.89 0.00 2.80 26389.20 0.00 10:04:36 09:16:01 1174.55 19.65 1154.91 0.00 227.30 441874.62 0.00 10:04:36 09:17:01 334.62 10.06 324.56 0.00 4625.26 96530.36 0.00 10:04:36 09:18:01 357.50 0.07 357.43 0.00 0.53 104184.74 0.00 10:04:36 09:19:01 758.88 0.07 758.81 0.00 3.07 165037.92 0.00 10:04:36 09:20:01 31.63 0.00 31.63 0.00 0.00 828.40 0.00 10:04:36 09:21:01 14.65 0.02 14.63 0.00 3.20 367.67 0.00 10:04:36 09:22:01 0.97 0.00 0.97 0.00 0.00 11.06 0.00 10:04:36 09:23:01 1.18 0.00 1.18 0.00 0.00 19.33 0.00 10:04:36 09:24:01 1.22 0.00 1.22 0.00 0.00 13.06 0.00 10:04:36 09:25:01 1.05 0.00 1.05 0.00 0.00 11.60 0.00 10:04:36 09:26:01 2.18 0.02 2.17 0.00 0.13 23.86 0.00 10:04:36 09:27:01 1.38 0.00 1.38 0.00 0.00 19.33 0.00 10:04:36 09:28:01 1.13 0.00 1.13 0.00 0.00 11.86 0.00 10:04:36 09:29:01 1.48 0.00 1.48 0.00 0.00 16.53 0.00 10:04:36 09:30:01 1.00 0.00 1.00 0.00 0.00 10.13 0.00 10:04:36 09:31:01 1.37 0.00 1.37 0.00 0.00 15.06 0.00 10:04:36 09:32:01 1.13 0.00 1.13 0.00 0.00 12.26 0.00 10:04:36 09:33:01 1.03 0.00 1.03 0.00 0.00 12.26 0.00 10:04:36 09:34:01 1.30 0.00 1.30 0.00 0.00 14.40 0.00 10:04:36 09:35:01 1.42 0.00 1.42 0.00 0.00 15.06 0.00 10:04:36 09:36:01 1.18 0.00 1.18 0.00 0.00 13.46 0.00 10:04:36 09:37:01 1.20 0.00 1.20 0.00 0.00 14.13 0.00 10:04:36 09:38:01 1.07 0.00 1.07 0.00 0.00 11.33 0.00 10:04:36 09:39:01 0.90 0.00 0.90 0.00 0.00 11.46 0.00 10:04:36 09:40:01 1.37 0.00 1.37 0.00 0.00 14.93 0.00 10:04:36 09:41:01 1.33 0.00 1.33 0.00 0.00 15.46 0.00 10:04:36 09:42:01 1.17 0.00 1.17 0.00 0.00 14.13 0.00 10:04:36 09:43:01 1.10 0.00 1.10 0.00 0.00 12.80 0.00 10:04:36 09:44:01 1.58 0.40 1.18 0.00 23.06 14.26 0.00 10:04:36 09:45:01 2.63 1.28 1.35 0.00 22.66 17.06 0.00 10:04:36 09:46:01 1.22 0.00 1.22 0.00 0.00 14.26 0.00 10:04:36 09:47:01 1.00 0.00 1.00 0.00 0.00 12.13 0.00 10:04:36 09:48:01 1.25 0.00 1.25 0.00 0.00 13.33 0.00 10:04:36 09:49:01 0.97 0.00 0.97 0.00 0.00 12.00 0.00 10:04:36 09:50:02 1.40 0.00 1.40 0.00 0.00 15.60 0.00 10:04:36 09:51:01 1.03 0.00 1.03 0.00 0.00 11.79 0.00 10:04:36 09:52:01 1.47 0.00 1.47 0.00 0.00 17.60 0.00 10:04:36 09:53:01 1.02 0.00 1.02 0.00 0.00 12.13 0.00 10:04:36 09:54:01 1.30 0.00 1.30 0.00 0.00 14.13 0.00 10:04:36 09:55:01 0.93 0.00 0.93 0.00 0.00 11.46 0.00 10:04:36 09:56:01 1.25 0.00 1.25 0.00 0.00 13.86 0.00 10:04:36 09:57:01 1.35 0.00 1.35 0.00 0.00 15.33 0.00 10:04:36 09:58:01 1.30 0.00 1.30 0.00 0.00 14.00 0.00 10:04:36 09:59:01 0.85 0.00 0.85 0.00 0.00 10.13 0.00 10:04:36 10:00:01 1.27 0.00 1.27 0.00 0.00 14.00 0.00 10:04:36 10:01:01 0.95 0.00 0.95 0.00 0.00 11.33 0.00 10:04:36 10:02:01 1.37 0.00 1.37 0.00 0.00 15.86 0.00 10:04:36 10:03:01 0.97 0.00 0.97 0.00 0.00 12.40 0.00 10:04:36 10:04:01 87.20 0.38 86.82 0.00 11.73 29153.81 0.00 10:04:36 Average: 64.34 1.98 62.37 0.00 334.55 20706.87 0.00 10:04:36 10:04:36 09:11:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:04:36 09:12:01 28460716 31547508 748264 2.28 87336 3277088 1829800 5.39 992428 3021660 438240 10:04:36 09:13:01 26457324 31277984 1002884 3.05 124204 4828240 2215352 6.53 2017640 3845912 929468 10:04:36 09:14:01 25994636 31475232 803400 2.44 128124 5451824 1814884 5.35 1907252 4383884 1003888 10:04:36 09:15:01 25689444 31524796 752128 2.29 133288 5763864 1807504 5.33 1830656 4727024 582628 10:04:36 09:16:01 13083568 31393448 852672 2.59 354836 17423784 2284592 6.74 2877472 15654632 1379036 10:04:36 09:17:01 6573508 28158120 3999868 12.17 425480 20216964 10859732 32.02 7446156 17056080 1522616 10:04:36 09:18:01 3899796 28794760 3368868 10.25 444580 23382328 8918632 26.29 8263212 18803376 2024992 10:04:36 09:19:01 7519208 31339224 891596 2.71 455732 22524364 2275632 6.71 3739560 20024556 352 10:04:36 09:20:01 7515448 31337400 892820 2.72 457076 22524800 2237904 6.60 4168792 19597872 576 10:04:36 09:21:01 7525052 31347332 882056 2.68 457672 22524984 2136992 6.30 4285400 19471100 36 10:04:36 09:22:01 7525920 31348216 881340 2.68 457680 22524988 2136992 6.30 4284240 19471104 8 10:04:36 09:23:01 7539236 31361564 867916 2.64 457704 22524992 2136992 6.30 4270120 19471108 172 10:04:36 09:24:01 7541572 31363820 866516 2.64 457716 22524996 2136992 6.30 4269668 19471112 24 10:04:36 09:25:01 7547036 31369304 861008 2.62 457736 22525000 2136992 6.30 4263880 19471112 176 10:04:36 09:26:01 7547404 31369716 860436 2.62 457772 22525004 2171992 6.40 4262848 19471120 20 10:04:36 09:27:01 7546820 31369156 860920 2.62 457820 22524980 2171992 6.40 4263256 19471096 136 10:04:36 09:28:01 7547256 31369608 860608 2.62 457828 22524980 2171992 6.40 4263528 19471096 148 10:04:36 09:29:01 7547280 31369764 860440 2.62 457840 22525112 2171992 6.40 4263200 19471220 44 10:04:36 09:30:01 7547232 31369740 860416 2.62 457848 22525112 2171992 6.40 4263224 19471228 8 10:04:36 09:31:01 7547020 31369540 860608 2.62 457868 22525116 2171992 6.40 4263224 19471232 176 10:04:36 09:32:01 7547408 31369956 860316 2.62 457888 22525120 2171992 6.40 4263216 19471236 24 10:04:36 09:33:01 7547912 31370484 859768 2.62 457924 22525124 2171992 6.40 4263088 19471236 184 10:04:36 09:34:01 7547588 31370204 860040 2.62 457928 22525128 2171992 6.40 4263232 19471244 8 10:04:36 09:35:01 7548084 31370708 859460 2.61 457948 22525128 2171992 6.40 4262944 19471244 172 10:04:36 09:36:01 7547500 31370152 860012 2.62 457964 22525132 2171992 6.40 4263068 19471248 16 10:04:36 09:37:01 7547348 31370048 859972 2.62 457992 22525136 2171992 6.40 4263600 19471252 212 10:04:36 09:38:01 7547404 31370104 859904 2.62 458004 22525136 2171992 6.40 4262992 19471252 8 10:04:36 09:39:01 7547348 31370072 859824 2.62 458008 22525144 2171992 6.40 4263552 19471256 292 10:04:36 09:40:01 7547300 31370056 859780 2.62 458028 22525148 2171992 6.40 4263496 19471260 148 10:04:36 09:41:01 7547188 31369976 859812 2.62 458056 22525148 2171992 6.40 4263376 19471260 116 10:04:36 09:42:01 7547236 31370040 859720 2.62 458096 22525152 2171992 6.40 4263208 19471268 16 10:04:36 09:43:01 7546860 31369700 860220 2.62 458116 22525156 2171992 6.40 4263124 19471272 144 10:04:36 09:44:01 7542768 31367284 862576 2.62 458148 22525852 2171992 6.40 4268332 19471772 44 10:04:36 09:45:01 7537040 31362436 867364 2.64 458160 22526536 2204608 6.50 4272844 19471876 180 10:04:36 09:46:01 7537264 31362664 867280 2.64 458180 22526536 2204608 6.50 4272292 19471860 48 10:04:36 09:47:01 7537320 31362872 867044 2.64 458200 22526668 2204608 6.50 4272288 19471992 200 10:04:36 09:48:01 7536924 31362500 867364 2.64 458216 22526668 2204608 6.50 4272252 19471992 8 10:04:36 09:49:01 7536536 31362152 867620 2.64 458240 22526672 2204608 6.50 4273000 19471996 284 10:04:36 09:50:02 7536368 31362016 867672 2.64 458268 22526676 2204608 6.50 4273072 19472000 164 10:04:36 09:51:01 7536392 31362052 867624 2.64 458288 22526680 2204608 6.50 4272340 19472000 188 10:04:36 09:52:01 7536312 31362028 867548 2.64 458320 22526676 2188504 6.45 4272416 19472004 4 10:04:36 09:53:01 7536312 31362064 867576 2.64 458336 22526688 2188504 6.45 4272384 19472008 196 10:04:36 09:54:01 7536496 31362268 867552 2.64 458352 22526688 2188504 6.45 4272412 19472012 4 10:04:36 09:55:01 7536488 31362280 867496 2.64 458372 22526692 2188504 6.45 4272440 19472016 200 10:04:36 09:56:01 7536432 31362248 867476 2.64 458384 22526696 2188504 6.45 4272464 19472016 28 10:04:36 09:57:01 7536304 31362152 867464 2.64 458400 22526700 2188504 6.45 4272992 19472024 80 10:04:36 09:58:01 7536192 31362064 867492 2.64 458420 22526704 2188504 6.45 4272832 19472028 152 10:04:36 09:59:01 7535884 31361776 867712 2.64 458436 22526704 2188504 6.45 4272848 19472028 264 10:04:36 10:00:01 7536168 31362064 867404 2.64 458456 22526708 2188504 6.45 4272524 19472032 4 10:04:36 10:01:01 7536120 31362020 867300 2.64 458480 22526712 2188504 6.45 4272796 19472032 208 10:04:36 10:02:01 7535996 31361968 867584 2.64 458504 22526716 2188504 6.45 4272924 19472036 136 10:04:36 10:03:01 7535948 31361952 867540 2.64 458532 22526720 2188504 6.45 4273164 19472040 288 10:04:36 10:04:01 6350080 31310216 917780 2.79 498072 23525936 2232364 6.58 4361416 20464960 630504 10:04:36 Average: 8977547 31261449 970114 2.95 430318 21085449 2455161 7.24 4172919 18204854 160703 10:04:36 10:04:36 09:11:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:04:36 09:12:01 ens3 1581.10 1514.46 13845.13 224.11 0.00 0.00 0.00 0.00 10:04:36 09:12:01 lo 4.41 4.41 0.43 0.43 0.00 0.00 0.00 0.00 10:04:36 09:12:01 docker0 515.57 462.94 37.30 3026.77 0.00 0.00 0.00 0.00 10:04:36 09:13:01 ens3 308.42 265.29 1697.88 36.98 0.00 0.00 0.00 0.00 10:04:36 09:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:04:36 09:13:01 vethbe42743 0.13 0.25 0.01 0.02 0.00 0.00 0.00 0.00 10:04:36 09:13:01 docker0 245.54 266.81 19.61 1655.36 0.00 0.00 0.00 0.00 10:04:36 09:14:01 ens3 36.29 21.41 30.13 15.58 0.00 0.00 0.00 0.00 10:04:36 09:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:14:01 vethbe42743 1.37 1.40 0.12 0.12 0.00 0.00 0.00 0.00 10:04:36 09:14:01 docker0 1.37 1.37 0.10 0.12 0.00 0.00 0.00 0.00 10:04:36 09:15:01 ens3 28.81 15.85 24.68 14.20 0.00 0.00 0.00 0.00 10:04:36 09:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:04:36 09:15:01 vethbe42743 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:16:01 ens3 1103.32 724.50 12763.21 81.30 0.00 0.00 0.00 0.00 10:04:36 09:16:01 veth07ec083 0.72 3.15 0.06 0.35 0.00 0.00 0.00 0.00 10:04:36 09:16:01 lo 1.60 1.60 0.16 0.16 0.00 0.00 0.00 0.00 10:04:36 09:16:01 docker0 618.20 912.70 49.82 8811.20 0.00 0.00 0.00 0.00 10:04:36 09:17:01 veth6ce1015 0.05 0.62 0.00 0.03 0.00 0.00 0.00 0.00 10:04:36 09:17:01 vethcacd990 0.05 0.53 0.00 0.03 0.00 0.00 0.00 0.00 10:04:36 09:17:01 veth0a8ec34 0.05 0.65 0.00 0.03 0.00 0.00 0.00 0.00 10:04:36 09:17:01 ens3 131.89 59.20 2145.13 9.25 0.00 0.00 0.00 0.00 10:04:36 09:17:01 vethda93be3 0.05 0.70 0.00 0.03 0.00 0.00 0.00 0.00 10:04:36 09:17:01 vethb328062 0.05 0.55 0.00 0.03 0.00 0.00 0.00 0.00 10:04:36 09:17:01 veth1708647 0.05 0.58 0.00 0.03 0.00 0.00 0.00 0.00 10:04:36 09:17:01 veth07ec083 0.13 0.73 0.01 0.03 0.00 0.00 0.00 0.00 10:04:36 09:17:01 lo 0.80 0.80 0.08 0.08 0.00 0.00 0.00 0.00 10:04:36 09:17:01 veth43abac2 0.05 0.60 0.00 0.03 0.00 0.00 0.00 0.00 10:04:36 09:17:01 docker0 0.73 0.12 0.02 0.01 0.00 0.00 0.00 0.00 10:04:36 09:17:01 vethc3eb9e2 0.05 0.65 0.00 0.03 0.00 0.00 0.00 0.00 10:04:36 09:17:01 veth44ca438 0.05 0.62 0.00 0.03 0.00 0.00 0.00 0.00 10:04:36 09:17:01 veth23279ae 0.05 0.55 0.00 0.03 0.00 0.00 0.00 0.00 10:04:36 09:17:01 veth9abdda7 0.05 0.70 0.00 0.03 0.00 0.00 0.00 0.00 10:04:36 09:17:01 veth4020cfe 0.05 0.70 0.00 0.03 0.00 0.00 0.00 0.00 10:04:36 09:18:01 veth6ce1015 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:18:01 veth0a8ec34 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:18:01 ens3 6.45 3.50 4.85 2.73 0.00 0.00 0.00 0.00 10:04:36 09:18:01 vethda93be3 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:18:01 vethb328062 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:18:01 veth1708647 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:18:01 veth07ec083 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:18:01 veth43abac2 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:18:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:18:01 vethc3eb9e2 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:18:01 veth44ca438 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:18:01 veth23279ae 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:18:01 veth9abdda7 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:19:01 ens3 184.49 192.20 104.43 678.19 0.00 0.00 0.00 0.00 10:04:36 09:19:01 lo 18.06 18.06 1.76 1.76 0.00 0.00 0.00 0.00 10:04:36 09:19:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:20:01 ens3 452.69 465.06 188.77 2663.42 0.00 0.00 0.00 0.00 10:04:36 09:20:01 lo 36.33 36.33 3.56 3.56 0.00 0.00 0.00 0.00 10:04:36 09:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:21:01 ens3 151.51 140.28 87.12 655.10 0.00 0.00 0.00 0.00 10:04:36 09:21:01 lo 15.06 15.06 1.47 1.47 0.00 0.00 0.00 0.00 10:04:36 09:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:22:01 ens3 1.07 0.38 0.44 0.26 0.00 0.00 0.00 0.00 10:04:36 09:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:23:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:04:36 09:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:04:36 09:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:24:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:25:01 ens3 0.18 0.13 0.01 0.01 0.00 0.00 0.00 0.00 10:04:36 09:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:04:36 09:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:26:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:27:01 ens3 0.32 0.20 0.09 0.07 0.00 0.00 0.00 0.00 10:04:36 09:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:04:36 09:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:28:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:29:01 ens3 0.25 0.17 0.07 0.01 0.00 0.00 0.00 0.00 10:04:36 09:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:04:36 09:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:30:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:31:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:04:36 09:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:04:36 09:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:32:01 ens3 0.67 0.12 0.18 0.07 0.00 0.00 0.00 0.00 10:04:36 09:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:33:01 ens3 0.52 0.35 0.27 0.21 0.00 0.00 0.00 0.00 10:04:36 09:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:04:36 09:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:34:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:35:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:04:36 09:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:04:36 09:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:36:01 ens3 0.53 0.33 0.27 0.21 0.00 0.00 0.00 0.00 10:04:36 09:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:37:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 10:04:36 09:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:04:36 09:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:38:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:39:01 ens3 0.27 0.17 0.07 0.01 0.00 0.00 0.00 0.00 10:04:36 09:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:04:36 09:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:40:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:41:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:04:36 09:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:04:36 09:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:42:01 ens3 1.13 0.77 0.54 0.36 0.00 0.00 0.00 0.00 10:04:36 09:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:43:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:04:36 09:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:04:36 09:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:44:01 ens3 2.08 1.83 1.61 2.94 0.00 0.00 0.00 0.00 10:04:36 09:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:45:01 ens3 6.12 5.27 3.91 3.49 0.00 0.00 0.00 0.00 10:04:36 09:45:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 10:04:36 09:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:46:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:47:01 ens3 0.40 0.22 0.09 0.07 0.00 0.00 0.00 0.00 10:04:36 09:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:04:36 09:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:48:01 ens3 0.77 0.12 0.12 0.01 0.00 0.00 0.00 0.00 10:04:36 09:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:49:01 ens3 1.17 0.75 0.41 0.30 0.00 0.00 0.00 0.00 10:04:36 09:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:04:36 09:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:50:02 ens3 0.57 0.38 0.27 0.22 0.00 0.00 0.00 0.00 10:04:36 09:50:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:50:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:51:01 ens3 0.14 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:04:36 09:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:04:36 09:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:52:01 ens3 0.23 0.10 0.08 0.07 0.00 0.00 0.00 0.00 10:04:36 09:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:53:01 ens3 0.23 0.17 0.07 0.01 0.00 0.00 0.00 0.00 10:04:36 09:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:04:36 09:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:54:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:55:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:04:36 09:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:04:36 09:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:56:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:57:01 ens3 0.28 0.27 0.08 0.08 0.00 0.00 0.00 0.00 10:04:36 09:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:04:36 09:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:58:01 ens3 0.20 0.10 0.06 0.01 0.00 0.00 0.00 0.00 10:04:36 09:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 09:59:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:04:36 09:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:04:36 09:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 10:00:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 10:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 10:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 10:01:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:04:36 10:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:04:36 10:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 10:02:01 ens3 0.30 0.20 0.14 0.07 0.00 0.00 0.00 0.00 10:04:36 10:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 10:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 10:03:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:04:36 10:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:04:36 10:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:36 10:04:01 ens3 323.03 228.78 6723.32 46.67 0.00 0.00 0.00 0.00 10:04:36 10:04:01 lo 2.07 2.07 0.22 0.22 0.00 0.00 0.00 0.00 10:04:36 10:04:01 docker0 86.84 86.82 7.04 865.50 0.00 0.00 0.00 0.00 10:04:36 Average: ens3 81.20 68.31 705.94 83.68 0.00 0.00 0.00 0.00 10:04:36 Average: lo 1.57 1.57 0.15 0.15 0.00 0.00 0.00 0.00 10:04:36 Average: docker0 27.56 32.53 2.14 270.13 0.00 0.00 0.00 0.00 10:04:36 10:04:36 10:04:36 ---> sar -P ALL: 10:04:36 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-4653) 07/07/25 _x86_64_ (8 CPU) 10:04:36 10:04:36 09:10:39 LINUX RESTART (8 CPU) 10:04:36 10:04:36 09:11:02 CPU %user %nice %system %iowait %steal %idle 10:04:36 09:12:01 all 10.61 0.00 3.14 2.81 0.12 83.33 10:04:36 09:12:01 0 15.96 0.00 3.52 1.20 0.07 79.25 10:04:36 09:12:01 1 13.12 0.00 3.60 0.33 0.47 82.48 10:04:36 09:12:01 2 6.77 0.00 2.76 7.10 0.07 83.30 10:04:36 09:12:01 3 11.62 0.00 3.03 4.42 0.05 80.88 10:04:36 09:12:01 4 9.21 0.00 3.01 0.16 0.09 87.53 10:04:36 09:12:01 5 5.92 0.00 2.03 1.30 0.05 90.70 10:04:36 09:12:01 6 13.08 0.00 3.12 0.32 0.07 83.41 10:04:36 09:12:01 7 9.07 0.00 4.00 7.53 0.09 79.31 10:04:36 09:13:01 all 30.71 0.00 5.00 0.64 0.09 63.55 10:04:36 09:13:01 0 29.83 0.00 5.22 0.13 0.08 64.73 10:04:36 09:13:01 1 32.72 0.00 4.40 0.03 0.10 62.74 10:04:36 09:13:01 2 29.72 0.00 4.29 0.29 0.07 65.64 10:04:36 09:13:01 3 28.83 0.00 4.87 0.08 0.07 66.14 10:04:36 09:13:01 4 31.56 0.00 5.66 0.17 0.10 62.50 10:04:36 09:13:01 5 32.01 0.00 5.60 3.60 0.10 58.69 10:04:36 09:13:01 6 30.87 0.00 5.12 0.66 0.08 63.27 10:04:36 09:13:01 7 30.15 0.00 4.88 0.20 0.08 64.69 10:04:36 09:14:01 all 40.84 0.00 6.34 0.38 0.09 52.34 10:04:36 09:14:01 0 39.19 0.00 6.52 0.17 0.08 54.04 10:04:36 09:14:01 1 42.16 0.00 6.08 0.00 0.10 51.66 10:04:36 09:14:01 2 39.35 0.00 6.21 1.06 0.08 53.31 10:04:36 09:14:01 3 40.50 0.00 5.66 0.07 0.10 53.68 10:04:36 09:14:01 4 41.48 0.00 7.87 0.08 0.08 50.48 10:04:36 09:14:01 5 41.64 0.00 5.87 0.00 0.10 52.39 10:04:36 09:14:01 6 42.56 0.00 6.13 0.08 0.10 51.12 10:04:36 09:14:01 7 39.88 0.00 6.42 1.60 0.08 52.02 10:04:36 09:15:01 all 48.68 0.00 6.48 0.18 0.10 44.56 10:04:36 09:15:01 0 49.21 0.00 6.38 0.08 0.10 44.22 10:04:36 09:15:01 1 49.09 0.00 6.68 0.02 0.10 44.11 10:04:36 09:15:01 2 48.02 0.00 5.97 0.02 0.08 45.91 10:04:36 09:15:01 3 48.44 0.00 6.21 0.03 0.08 45.23 10:04:36 09:15:01 4 48.56 0.00 6.55 0.02 0.08 44.78 10:04:36 09:15:01 5 47.73 0.00 6.56 0.72 0.10 44.89 10:04:36 09:15:01 6 49.91 0.00 6.91 0.02 0.08 43.08 10:04:36 09:15:01 7 48.44 0.00 6.60 0.54 0.13 44.28 10:04:36 09:16:01 all 20.91 0.00 10.26 10.67 0.11 58.05 10:04:36 09:16:01 0 20.35 0.00 9.12 12.42 0.15 57.96 10:04:36 09:16:01 1 21.18 0.00 10.49 14.56 0.12 53.66 10:04:36 09:16:01 2 21.28 0.00 11.18 13.56 0.12 53.86 10:04:36 09:16:01 3 21.22 0.00 10.56 9.37 0.08 58.77 10:04:36 09:16:01 4 20.73 0.00 9.65 11.15 0.10 58.37 10:04:36 09:16:01 5 19.77 0.00 10.67 12.82 0.08 56.65 10:04:36 09:16:01 6 21.06 0.00 10.77 5.95 0.08 62.13 10:04:36 09:16:01 7 21.72 0.00 9.67 5.55 0.12 62.94 10:04:36 09:17:01 all 82.15 0.00 11.05 1.75 0.12 4.94 10:04:36 09:17:01 0 82.01 0.00 10.99 0.84 0.13 6.03 10:04:36 09:17:01 1 82.26 0.00 11.26 5.37 0.17 0.94 10:04:36 09:17:01 2 81.54 0.00 11.28 0.99 0.13 6.06 10:04:36 09:17:01 3 81.44 0.00 11.40 0.95 0.08 6.13 10:04:36 09:17:01 4 82.54 0.00 10.40 3.58 0.10 3.38 10:04:36 09:17:01 5 82.54 0.00 10.61 0.62 0.10 6.13 10:04:36 09:17:01 6 82.50 0.00 10.59 0.79 0.12 6.01 10:04:36 09:17:01 7 82.37 0.00 11.85 0.87 0.10 4.81 10:04:36 09:18:01 all 91.05 0.00 8.84 0.00 0.12 0.00 10:04:36 09:18:01 0 91.38 0.00 8.50 0.00 0.12 0.00 10:04:36 09:18:01 1 89.97 0.00 9.91 0.00 0.12 0.00 10:04:36 09:18:01 2 90.12 0.00 9.77 0.00 0.12 0.00 10:04:36 09:18:01 3 91.69 0.00 8.20 0.00 0.12 0.00 10:04:36 09:18:01 4 91.62 0.00 8.28 0.00 0.10 0.00 10:04:36 09:18:01 5 91.62 0.00 8.27 0.00 0.12 0.00 10:04:36 09:18:01 6 90.67 0.00 9.20 0.00 0.13 0.00 10:04:36 09:18:01 7 91.30 0.00 8.58 0.00 0.12 0.00 10:04:36 09:19:01 all 50.48 0.00 6.07 0.93 0.09 42.42 10:04:36 09:19:01 0 51.15 0.00 6.51 1.12 0.08 41.14 10:04:36 09:19:01 1 49.63 0.00 5.76 0.32 0.12 44.17 10:04:36 09:19:01 2 50.11 0.00 6.04 0.94 0.08 42.83 10:04:36 09:19:01 3 50.48 0.00 5.84 1.14 0.08 42.47 10:04:36 09:19:01 4 50.98 0.00 5.96 0.75 0.08 42.22 10:04:36 09:19:01 5 51.06 0.00 6.34 1.37 0.08 41.15 10:04:36 09:19:01 6 50.10 0.00 6.10 1.04 0.08 42.68 10:04:36 09:19:01 7 50.37 0.00 6.04 0.80 0.08 42.70 10:04:36 09:20:01 all 10.66 0.00 1.00 0.12 0.07 88.15 10:04:36 09:20:01 0 11.92 0.00 1.07 0.05 0.07 86.90 10:04:36 09:20:01 1 5.68 0.00 0.75 0.02 0.05 93.51 10:04:36 09:20:01 2 8.76 0.00 0.74 0.02 0.07 90.42 10:04:36 09:20:01 3 13.82 0.00 1.00 0.33 0.07 84.78 10:04:36 09:20:01 4 10.66 0.00 0.87 0.48 0.08 87.90 10:04:36 09:20:01 5 13.77 0.00 1.56 0.03 0.08 84.55 10:04:36 09:20:01 6 11.20 0.00 0.92 0.00 0.07 87.82 10:04:36 09:20:01 7 9.49 0.00 1.08 0.02 0.05 89.36 10:04:36 09:21:01 all 3.21 0.00 0.37 0.05 0.03 96.34 10:04:36 09:21:01 0 3.39 0.00 0.40 0.15 0.02 96.04 10:04:36 09:21:01 1 0.89 0.00 0.34 0.00 0.03 98.74 10:04:36 09:21:01 2 3.76 0.00 0.33 0.00 0.03 95.87 10:04:36 09:21:01 3 2.47 0.00 0.42 0.12 0.03 96.96 10:04:36 09:21:01 4 4.34 0.00 0.37 0.05 0.02 95.22 10:04:36 09:21:01 5 1.90 0.00 0.40 0.00 0.03 97.66 10:04:36 09:21:01 6 3.76 0.00 0.45 0.03 0.03 95.73 10:04:36 09:21:01 7 5.15 0.00 0.27 0.02 0.03 94.53 10:04:36 09:22:01 all 0.03 0.00 0.01 0.00 0.01 99.95 10:04:36 09:22:01 0 0.03 0.00 0.02 0.00 0.02 99.93 10:04:36 09:22:01 1 0.00 0.00 0.00 0.00 0.00 100.00 10:04:36 09:22:01 2 0.02 0.00 0.00 0.00 0.02 99.97 10:04:36 09:22:01 3 0.03 0.00 0.00 0.00 0.00 99.97 10:04:36 09:22:01 4 0.00 0.00 0.00 0.00 0.00 100.00 10:04:36 09:22:01 5 0.05 0.00 0.00 0.00 0.00 99.95 10:04:36 09:22:01 6 0.10 0.00 0.02 0.02 0.03 99.83 10:04:36 09:22:01 7 0.03 0.00 0.03 0.00 0.00 99.93 10:04:36 10:04:36 09:22:01 CPU %user %nice %system %iowait %steal %idle 10:04:36 09:23:01 all 0.04 0.00 0.02 0.00 0.01 99.93 10:04:36 09:23:01 0 0.05 0.00 0.00 0.02 0.02 99.92 10:04:36 09:23:01 1 0.05 0.00 0.05 0.00 0.02 99.88 10:04:36 09:23:01 2 0.02 0.00 0.03 0.00 0.02 99.93 10:04:36 09:23:01 3 0.02 0.00 0.02 0.00 0.00 99.97 10:04:36 09:23:01 4 0.02 0.00 0.02 0.00 0.02 99.95 10:04:36 09:23:01 5 0.02 0.00 0.02 0.00 0.00 99.97 10:04:36 09:23:01 6 0.08 0.00 0.02 0.00 0.00 99.90 10:04:36 09:23:01 7 0.03 0.00 0.00 0.00 0.02 99.95 10:04:36 09:24:01 all 0.03 0.00 0.00 0.00 0.01 99.95 10:04:36 09:24:01 0 0.02 0.00 0.00 0.02 0.00 99.97 10:04:36 09:24:01 1 0.07 0.00 0.00 0.00 0.02 99.92 10:04:36 09:24:01 2 0.05 0.00 0.02 0.00 0.00 99.93 10:04:36 09:24:01 3 0.03 0.00 0.00 0.00 0.00 99.97 10:04:36 09:24:01 4 0.02 0.00 0.00 0.00 0.02 99.97 10:04:36 09:24:01 5 0.02 0.00 0.00 0.00 0.00 99.98 10:04:36 09:24:01 6 0.03 0.00 0.02 0.02 0.03 99.90 10:04:36 09:24:01 7 0.02 0.00 0.00 0.00 0.00 99.98 10:04:36 09:25:01 all 0.04 0.00 0.01 0.00 0.01 99.94 10:04:36 09:25:01 0 0.03 0.00 0.02 0.02 0.00 99.93 10:04:36 09:25:01 1 0.00 0.00 0.00 0.00 0.00 100.00 10:04:36 09:25:01 2 0.02 0.00 0.03 0.00 0.02 99.93 10:04:36 09:25:01 3 0.00 0.00 0.00 0.00 0.00 100.00 10:04:36 09:25:01 4 0.03 0.00 0.02 0.00 0.02 99.93 10:04:36 09:25:01 5 0.15 0.00 0.02 0.00 0.00 99.83 10:04:36 09:25:01 6 0.03 0.00 0.03 0.02 0.02 99.90 10:04:36 09:25:01 7 0.02 0.00 0.00 0.00 0.00 99.98 10:04:36 09:26:01 all 0.03 0.00 0.03 0.01 0.01 99.93 10:04:36 09:26:01 0 0.02 0.00 0.02 0.02 0.00 99.95 10:04:36 09:26:01 1 0.03 0.00 0.00 0.00 0.02 99.95 10:04:36 09:26:01 2 0.05 0.00 0.07 0.02 0.02 99.85 10:04:36 09:26:01 3 0.03 0.00 0.03 0.00 0.02 99.92 10:04:36 09:26:01 4 0.03 0.00 0.03 0.00 0.02 99.92 10:04:36 09:26:01 5 0.02 0.00 0.00 0.00 0.00 99.98 10:04:36 09:26:01 6 0.05 0.00 0.02 0.02 0.00 99.92 10:04:36 09:26:01 7 0.02 0.00 0.03 0.00 0.02 99.93 10:04:36 09:27:01 all 0.02 0.00 0.01 0.00 0.01 99.95 10:04:36 09:27:01 0 0.05 0.00 0.02 0.02 0.02 99.90 10:04:36 09:27:01 1 0.02 0.00 0.00 0.00 0.02 99.97 10:04:36 09:27:01 2 0.03 0.00 0.03 0.02 0.00 99.92 10:04:36 09:27:01 3 0.00 0.00 0.00 0.00 0.00 100.00 10:04:36 09:27:01 4 0.02 0.00 0.02 0.00 0.02 99.95 10:04:36 09:27:01 5 0.03 0.00 0.00 0.00 0.02 99.95 10:04:36 09:27:01 6 0.02 0.00 0.02 0.00 0.02 99.95 10:04:36 09:27:01 7 0.02 0.00 0.03 0.00 0.00 99.95 10:04:36 09:28:01 all 0.02 0.00 0.02 0.00 0.01 99.96 10:04:36 09:28:01 0 0.02 0.00 0.03 0.00 0.00 99.95 10:04:36 09:28:01 1 0.07 0.00 0.05 0.00 0.02 99.87 10:04:36 09:28:01 2 0.00 0.00 0.02 0.00 0.02 99.97 10:04:36 09:28:01 3 0.02 0.00 0.00 0.00 0.00 99.98 10:04:36 09:28:01 4 0.00 0.00 0.00 0.00 0.02 99.98 10:04:36 09:28:01 5 0.02 0.00 0.02 0.00 0.00 99.97 10:04:36 09:28:01 6 0.02 0.00 0.02 0.02 0.00 99.95 10:04:36 09:28:01 7 0.00 0.00 0.02 0.00 0.00 99.98 10:04:36 09:29:01 all 0.04 0.00 0.01 0.01 0.01 99.93 10:04:36 09:29:01 0 0.03 0.00 0.00 0.02 0.00 99.95 10:04:36 09:29:01 1 0.12 0.00 0.00 0.00 0.02 99.87 10:04:36 09:29:01 2 0.02 0.00 0.02 0.00 0.00 99.97 10:04:36 09:29:01 3 0.02 0.00 0.00 0.00 0.00 99.98 10:04:36 09:29:01 4 0.07 0.00 0.02 0.00 0.02 99.90 10:04:36 09:29:01 5 0.02 0.00 0.02 0.00 0.00 99.97 10:04:36 09:29:01 6 0.02 0.00 0.03 0.00 0.02 99.93 10:04:36 09:29:01 7 0.05 0.00 0.00 0.07 0.02 99.87 10:04:36 09:30:01 all 0.01 0.00 0.02 0.00 0.01 99.96 10:04:36 09:30:01 0 0.00 0.00 0.02 0.02 0.00 99.97 10:04:36 09:30:01 1 0.02 0.00 0.03 0.00 0.02 99.93 10:04:36 09:30:01 2 0.02 0.00 0.02 0.00 0.02 99.95 10:04:36 09:30:01 3 0.02 0.00 0.00 0.00 0.00 99.98 10:04:36 09:30:01 4 0.00 0.00 0.03 0.00 0.02 99.95 10:04:36 09:30:01 5 0.02 0.00 0.00 0.00 0.00 99.98 10:04:36 09:30:01 6 0.02 0.00 0.02 0.02 0.02 99.93 10:04:36 09:30:01 7 0.02 0.00 0.02 0.00 0.00 99.97 10:04:36 09:31:01 all 0.11 0.00 0.01 0.00 0.01 99.86 10:04:36 09:31:01 0 0.05 0.00 0.02 0.00 0.02 99.92 10:04:36 09:31:01 1 0.67 0.00 0.02 0.00 0.02 99.30 10:04:36 09:31:01 2 0.03 0.00 0.02 0.00 0.00 99.95 10:04:36 09:31:01 3 0.03 0.00 0.02 0.00 0.00 99.95 10:04:36 09:31:01 4 0.02 0.00 0.00 0.00 0.02 99.97 10:04:36 09:31:01 5 0.02 0.00 0.02 0.00 0.02 99.95 10:04:36 09:31:01 6 0.07 0.00 0.03 0.00 0.02 99.88 10:04:36 09:31:01 7 0.03 0.00 0.00 0.02 0.02 99.93 10:04:36 09:32:01 all 0.02 0.00 0.01 0.00 0.01 99.97 10:04:36 09:32:01 0 0.02 0.00 0.00 0.02 0.00 99.97 10:04:36 09:32:01 1 0.02 0.00 0.02 0.00 0.00 99.97 10:04:36 09:32:01 2 0.00 0.00 0.02 0.00 0.02 99.97 10:04:36 09:32:01 3 0.03 0.00 0.00 0.00 0.00 99.97 10:04:36 09:32:01 4 0.02 0.00 0.02 0.00 0.02 99.95 10:04:36 09:32:01 5 0.02 0.00 0.00 0.00 0.00 99.98 10:04:36 09:32:01 6 0.00 0.00 0.00 0.00 0.02 99.98 10:04:36 09:32:01 7 0.05 0.00 0.00 0.00 0.00 99.95 10:04:36 09:33:01 all 0.04 0.00 0.01 0.00 0.01 99.94 10:04:36 09:33:01 0 0.03 0.00 0.00 0.02 0.02 99.93 10:04:36 09:33:01 1 0.10 0.00 0.00 0.00 0.02 99.88 10:04:36 09:33:01 2 0.02 0.00 0.00 0.00 0.00 99.98 10:04:36 09:33:01 3 0.02 0.00 0.02 0.00 0.02 99.95 10:04:36 09:33:01 4 0.02 0.00 0.02 0.00 0.02 99.95 10:04:36 09:33:01 5 0.03 0.00 0.00 0.00 0.02 99.95 10:04:36 09:33:01 6 0.05 0.00 0.05 0.00 0.02 99.88 10:04:36 09:33:01 7 0.02 0.00 0.02 0.00 0.00 99.97 10:04:36 10:04:36 09:33:01 CPU %user %nice %system %iowait %steal %idle 10:04:36 09:34:01 all 0.02 0.00 0.02 0.00 0.01 99.95 10:04:36 09:34:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:04:36 09:34:01 1 0.07 0.00 0.05 0.00 0.02 99.87 10:04:36 09:34:01 2 0.02 0.00 0.02 0.00 0.02 99.95 10:04:36 09:34:01 3 0.00 0.00 0.00 0.00 0.00 100.00 10:04:36 09:34:01 4 0.02 0.00 0.02 0.00 0.02 99.95 10:04:36 09:34:01 5 0.02 0.00 0.02 0.00 0.00 99.97 10:04:36 09:34:01 6 0.02 0.00 0.02 0.02 0.00 99.95 10:04:36 09:34:01 7 0.02 0.00 0.02 0.00 0.02 99.95 10:04:36 09:35:01 all 0.02 0.00 0.01 0.01 0.01 99.95 10:04:36 09:35:01 0 0.05 0.00 0.03 0.02 0.02 99.88 10:04:36 09:35:01 1 0.00 0.00 0.00 0.00 0.00 100.00 10:04:36 09:35:01 2 0.03 0.00 0.02 0.00 0.00 99.95 10:04:36 09:35:01 3 0.03 0.00 0.02 0.00 0.00 99.95 10:04:36 09:35:01 4 0.02 0.00 0.00 0.00 0.02 99.97 10:04:36 09:35:01 5 0.00 0.00 0.00 0.00 0.02 99.98 10:04:36 09:35:01 6 0.03 0.00 0.02 0.02 0.02 99.92 10:04:36 09:35:01 7 0.02 0.00 0.02 0.02 0.00 99.95 10:04:36 09:36:01 all 0.03 0.00 0.01 0.00 0.01 99.95 10:04:36 09:36:01 0 0.00 0.00 0.00 0.02 0.00 99.98 10:04:36 09:36:01 1 0.07 0.00 0.02 0.00 0.02 99.90 10:04:36 09:36:01 2 0.03 0.00 0.02 0.00 0.00 99.95 10:04:36 09:36:01 3 0.03 0.00 0.00 0.00 0.00 99.97 10:04:36 09:36:01 4 0.03 0.00 0.02 0.00 0.02 99.93 10:04:36 09:36:01 5 0.03 0.00 0.02 0.00 0.00 99.95 10:04:36 09:36:01 6 0.02 0.00 0.02 0.00 0.02 99.95 10:04:36 09:36:01 7 0.00 0.00 0.00 0.02 0.00 99.98 10:04:36 09:37:01 all 0.04 0.00 0.01 0.00 0.00 99.95 10:04:36 09:37:01 0 0.03 0.00 0.02 0.00 0.00 99.95 10:04:36 09:37:01 1 0.08 0.00 0.00 0.00 0.00 99.92 10:04:36 09:37:01 2 0.05 0.00 0.02 0.00 0.02 99.92 10:04:36 09:37:01 3 0.02 0.00 0.00 0.00 0.00 99.98 10:04:36 09:37:01 4 0.02 0.00 0.00 0.00 0.02 99.97 10:04:36 09:37:01 5 0.03 0.00 0.02 0.00 0.00 99.95 10:04:36 09:37:01 6 0.05 0.00 0.02 0.00 0.00 99.93 10:04:36 09:37:01 7 0.00 0.00 0.02 0.00 0.00 99.98 10:04:36 09:38:01 all 0.02 0.00 0.01 0.00 0.01 99.96 10:04:36 09:38:01 0 0.02 0.00 0.02 0.00 0.02 99.95 10:04:36 09:38:01 1 0.05 0.00 0.03 0.00 0.02 99.90 10:04:36 09:38:01 2 0.00 0.00 0.02 0.00 0.00 99.98 10:04:36 09:38:01 3 0.02 0.00 0.00 0.00 0.00 99.98 10:04:36 09:38:01 4 0.02 0.00 0.03 0.00 0.00 99.95 10:04:36 09:38:01 5 0.02 0.00 0.00 0.00 0.02 99.97 10:04:36 09:38:01 6 0.00 0.00 0.02 0.00 0.02 99.97 10:04:36 09:38:01 7 0.02 0.00 0.00 0.02 0.02 99.95 10:04:36 09:39:01 all 0.03 0.00 0.01 0.00 0.01 99.94 10:04:36 09:39:01 0 0.08 0.00 0.02 0.02 0.00 99.88 10:04:36 09:39:01 1 0.02 0.00 0.02 0.00 0.02 99.95 10:04:36 09:39:01 2 0.05 0.00 0.00 0.00 0.02 99.93 10:04:36 09:39:01 3 0.03 0.00 0.00 0.00 0.02 99.95 10:04:36 09:39:01 4 0.02 0.00 0.02 0.00 0.02 99.95 10:04:36 09:39:01 5 0.02 0.00 0.02 0.00 0.00 99.97 10:04:36 09:39:01 6 0.05 0.00 0.03 0.00 0.00 99.92 10:04:36 09:39:01 7 0.00 0.00 0.02 0.00 0.00 99.98 10:04:36 09:40:01 all 0.03 0.00 0.02 0.00 0.01 99.94 10:04:36 09:40:01 0 0.02 0.00 0.00 0.02 0.02 99.95 10:04:36 09:40:01 1 0.12 0.00 0.03 0.00 0.02 99.83 10:04:36 09:40:01 2 0.02 0.00 0.00 0.00 0.00 99.98 10:04:36 09:40:01 3 0.03 0.00 0.02 0.00 0.00 99.95 10:04:36 09:40:01 4 0.02 0.00 0.03 0.00 0.02 99.93 10:04:36 09:40:01 5 0.02 0.00 0.02 0.00 0.02 99.95 10:04:36 09:40:01 6 0.03 0.00 0.03 0.00 0.02 99.92 10:04:36 09:40:01 7 0.00 0.00 0.00 0.02 0.00 99.98 10:04:36 09:41:01 all 0.09 0.00 0.01 0.00 0.01 99.88 10:04:36 09:41:01 0 0.03 0.00 0.02 0.02 0.00 99.93 10:04:36 09:41:01 1 0.55 0.00 0.02 0.00 0.00 99.43 10:04:36 09:41:01 2 0.02 0.00 0.00 0.00 0.02 99.97 10:04:36 09:41:01 3 0.00 0.00 0.00 0.00 0.00 100.00 10:04:36 09:41:01 4 0.05 0.00 0.03 0.00 0.02 99.90 10:04:36 09:41:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:04:36 09:41:01 6 0.08 0.00 0.02 0.00 0.02 99.88 10:04:36 09:41:01 7 0.02 0.00 0.02 0.02 0.02 99.93 10:04:36 09:42:01 all 0.02 0.00 0.01 0.00 0.01 99.96 10:04:36 09:42:01 0 0.00 0.00 0.02 0.02 0.02 99.95 10:04:36 09:42:01 1 0.02 0.00 0.00 0.00 0.02 99.97 10:04:36 09:42:01 2 0.02 0.00 0.00 0.00 0.00 99.98 10:04:36 09:42:01 3 0.03 0.00 0.00 0.00 0.00 99.97 10:04:36 09:42:01 4 0.03 0.00 0.03 0.00 0.02 99.92 10:04:36 09:42:01 5 0.05 0.00 0.00 0.00 0.00 99.95 10:04:36 09:42:01 6 0.03 0.00 0.02 0.00 0.02 99.93 10:04:36 09:42:01 7 0.00 0.00 0.00 0.02 0.00 99.98 10:04:36 09:43:01 all 0.11 0.00 0.02 0.00 0.01 99.86 10:04:36 09:43:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:04:36 09:43:01 1 0.71 0.00 0.03 0.00 0.02 99.24 10:04:36 09:43:01 2 0.07 0.00 0.03 0.00 0.02 99.88 10:04:36 09:43:01 3 0.02 0.00 0.00 0.00 0.00 99.98 10:04:36 09:43:01 4 0.02 0.00 0.03 0.00 0.02 99.93 10:04:36 09:43:01 5 0.03 0.00 0.00 0.00 0.00 99.97 10:04:36 09:43:01 6 0.03 0.00 0.02 0.00 0.00 99.95 10:04:36 09:43:01 7 0.02 0.00 0.02 0.02 0.00 99.95 10:04:36 09:44:01 all 0.12 0.00 0.03 0.00 0.01 99.84 10:04:36 09:44:01 0 0.12 0.00 0.05 0.02 0.02 99.80 10:04:36 09:44:01 1 0.22 0.00 0.02 0.00 0.00 99.77 10:04:36 09:44:01 2 0.03 0.00 0.03 0.02 0.00 99.92 10:04:36 09:44:01 3 0.03 0.00 0.03 0.00 0.00 99.93 10:04:36 09:44:01 4 0.20 0.00 0.07 0.00 0.02 99.72 10:04:36 09:44:01 5 0.15 0.00 0.02 0.00 0.00 99.83 10:04:36 09:44:01 6 0.05 0.00 0.03 0.00 0.02 99.90 10:04:36 09:44:01 7 0.15 0.00 0.02 0.00 0.02 99.82 10:04:36 10:04:36 09:44:01 CPU %user %nice %system %iowait %steal %idle 10:04:36 09:45:01 all 0.18 0.00 0.04 0.01 0.01 99.76 10:04:36 09:45:01 0 0.20 0.00 0.05 0.02 0.02 99.72 10:04:36 09:45:01 1 0.18 0.00 0.03 0.00 0.02 99.77 10:04:36 09:45:01 2 0.08 0.00 0.05 0.02 0.02 99.83 10:04:36 09:45:01 3 0.02 0.00 0.00 0.00 0.00 99.98 10:04:36 09:45:01 4 0.23 0.00 0.10 0.03 0.02 99.62 10:04:36 09:45:01 5 0.05 0.00 0.05 0.00 0.00 99.90 10:04:36 09:45:01 6 0.08 0.00 0.03 0.00 0.02 99.87 10:04:36 09:45:01 7 0.62 0.00 0.00 0.00 0.00 99.38 10:04:36 09:46:01 all 0.06 0.00 0.02 0.00 0.01 99.91 10:04:36 09:46:01 0 0.02 0.00 0.02 0.02 0.02 99.93 10:04:36 09:46:01 1 0.38 0.00 0.03 0.00 0.02 99.57 10:04:36 09:46:01 2 0.00 0.00 0.02 0.02 0.02 99.95 10:04:36 09:46:01 3 0.03 0.00 0.02 0.00 0.02 99.93 10:04:36 09:46:01 4 0.02 0.00 0.02 0.00 0.02 99.95 10:04:36 09:46:01 5 0.00 0.00 0.00 0.00 0.02 99.98 10:04:36 09:46:01 6 0.02 0.00 0.02 0.00 0.00 99.97 10:04:36 09:46:01 7 0.02 0.00 0.02 0.00 0.00 99.97 10:04:36 09:47:01 all 0.03 0.00 0.01 0.00 0.01 99.95 10:04:36 09:47:01 0 0.03 0.00 0.05 0.02 0.00 99.90 10:04:36 09:47:01 1 0.03 0.00 0.00 0.00 0.00 99.97 10:04:36 09:47:01 2 0.02 0.00 0.00 0.00 0.00 99.98 10:04:36 09:47:01 3 0.03 0.00 0.00 0.00 0.00 99.97 10:04:36 09:47:01 4 0.03 0.00 0.03 0.00 0.02 99.92 10:04:36 09:47:01 5 0.03 0.00 0.02 0.00 0.00 99.95 10:04:36 09:47:01 6 0.02 0.00 0.02 0.00 0.02 99.95 10:04:36 09:47:01 7 0.02 0.00 0.00 0.00 0.02 99.97 10:04:36 09:48:01 all 0.02 0.00 0.01 0.00 0.01 99.96 10:04:36 09:48:01 0 0.02 0.00 0.02 0.00 0.02 99.95 10:04:36 09:48:01 1 0.03 0.00 0.02 0.00 0.02 99.93 10:04:36 09:48:01 2 0.00 0.00 0.02 0.02 0.00 99.97 10:04:36 09:48:01 3 0.02 0.00 0.00 0.00 0.00 99.98 10:04:36 09:48:01 4 0.02 0.00 0.03 0.00 0.02 99.93 10:04:36 09:48:01 5 0.02 0.00 0.00 0.00 0.00 99.98 10:04:36 09:48:01 6 0.02 0.00 0.02 0.00 0.00 99.97 10:04:36 09:48:01 7 0.02 0.00 0.02 0.00 0.00 99.97 10:04:36 09:49:01 all 0.03 0.00 0.02 0.00 0.01 99.94 10:04:36 09:49:01 0 0.02 0.00 0.02 0.02 0.00 99.95 10:04:36 09:49:01 1 0.07 0.00 0.07 0.00 0.02 99.85 10:04:36 09:49:01 2 0.03 0.00 0.03 0.00 0.02 99.92 10:04:36 09:49:01 3 0.03 0.00 0.00 0.00 0.00 99.97 10:04:36 09:49:01 4 0.07 0.00 0.02 0.00 0.00 99.92 10:04:36 09:49:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:04:36 09:49:01 6 0.02 0.00 0.02 0.00 0.02 99.95 10:04:36 09:49:01 7 0.02 0.00 0.00 0.00 0.02 99.97 10:04:36 09:50:02 all 0.27 0.00 0.01 0.00 0.01 99.70 10:04:36 09:50:02 0 0.05 0.00 0.02 0.02 0.02 99.90 10:04:36 09:50:02 1 2.02 0.00 0.03 0.00 0.03 97.91 10:04:36 09:50:02 2 0.03 0.00 0.02 0.00 0.00 99.95 10:04:36 09:50:02 3 0.02 0.00 0.00 0.00 0.00 99.98 10:04:36 09:50:02 4 0.00 0.00 0.00 0.00 0.00 100.00 10:04:36 09:50:02 5 0.00 0.00 0.02 0.00 0.00 99.98 10:04:36 09:50:02 6 0.02 0.00 0.03 0.00 0.00 99.95 10:04:36 09:50:02 7 0.03 0.00 0.00 0.00 0.00 99.97 10:04:36 09:51:01 all 0.05 0.00 0.01 0.00 0.01 99.93 10:04:36 09:51:01 0 0.02 0.00 0.02 0.02 0.00 99.95 10:04:36 09:51:01 1 0.24 0.00 0.02 0.00 0.02 99.73 10:04:36 09:51:01 2 0.02 0.00 0.02 0.02 0.02 99.93 10:04:36 09:51:01 3 0.02 0.00 0.02 0.00 0.00 99.97 10:04:36 09:51:01 4 0.03 0.00 0.00 0.00 0.02 99.95 10:04:36 09:51:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:04:36 09:51:01 6 0.05 0.00 0.02 0.00 0.02 99.92 10:04:36 09:51:01 7 0.00 0.00 0.00 0.00 0.02 99.98 10:04:36 09:52:01 all 0.14 0.00 0.02 0.00 0.01 99.83 10:04:36 09:52:01 0 0.02 0.00 0.03 0.02 0.02 99.92 10:04:36 09:52:01 1 1.03 0.00 0.05 0.00 0.03 98.89 10:04:36 09:52:01 2 0.00 0.00 0.00 0.00 0.00 100.00 10:04:36 09:52:01 3 0.03 0.00 0.00 0.00 0.02 99.95 10:04:36 09:52:01 4 0.00 0.00 0.02 0.00 0.00 99.98 10:04:36 09:52:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:04:36 09:52:01 6 0.05 0.00 0.03 0.00 0.02 99.90 10:04:36 09:52:01 7 0.00 0.00 0.00 0.02 0.00 99.98 10:04:36 09:53:01 all 0.06 0.00 0.01 0.00 0.00 99.93 10:04:36 09:53:01 0 0.03 0.00 0.02 0.02 0.00 99.93 10:04:36 09:53:01 1 0.30 0.00 0.03 0.00 0.02 99.65 10:04:36 09:53:01 2 0.03 0.00 0.00 0.00 0.02 99.95 10:04:36 09:53:01 3 0.00 0.00 0.00 0.00 0.00 100.00 10:04:36 09:53:01 4 0.03 0.00 0.00 0.00 0.00 99.97 10:04:36 09:53:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:04:36 09:53:01 6 0.03 0.00 0.02 0.00 0.00 99.95 10:04:36 09:53:01 7 0.02 0.00 0.00 0.00 0.00 99.98 10:04:36 09:54:01 all 0.12 0.00 0.02 0.00 0.01 99.85 10:04:36 09:54:01 0 0.03 0.00 0.02 0.02 0.02 99.92 10:04:36 09:54:01 1 0.88 0.00 0.05 0.00 0.03 99.04 10:04:36 09:54:01 2 0.00 0.00 0.02 0.02 0.00 99.97 10:04:36 09:54:01 3 0.02 0.00 0.00 0.00 0.00 99.98 10:04:36 09:54:01 4 0.02 0.00 0.00 0.00 0.00 99.98 10:04:36 09:54:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:04:36 09:54:01 6 0.02 0.00 0.05 0.00 0.02 99.92 10:04:36 09:54:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:04:36 09:55:01 all 0.03 0.00 0.01 0.00 0.01 99.94 10:04:36 09:55:01 0 0.02 0.00 0.03 0.00 0.00 99.95 10:04:36 09:55:01 1 0.03 0.00 0.02 0.00 0.02 99.93 10:04:36 09:55:01 2 0.03 0.00 0.02 0.02 0.02 99.92 10:04:36 09:55:01 3 0.02 0.00 0.00 0.00 0.00 99.98 10:04:36 09:55:01 4 0.07 0.00 0.03 0.00 0.02 99.88 10:04:36 09:55:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:04:36 09:55:01 6 0.08 0.00 0.02 0.00 0.02 99.88 10:04:36 09:55:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:04:36 10:04:36 09:55:01 CPU %user %nice %system %iowait %steal %idle 10:04:36 09:56:01 all 0.04 0.00 0.01 0.00 0.01 99.94 10:04:36 09:56:01 0 0.05 0.00 0.00 0.02 0.02 99.92 10:04:36 09:56:01 1 0.22 0.00 0.03 0.00 0.02 99.73 10:04:36 09:56:01 2 0.02 0.00 0.00 0.02 0.00 99.97 10:04:36 09:56:01 3 0.02 0.00 0.02 0.00 0.00 99.97 10:04:36 09:56:01 4 0.02 0.00 0.02 0.00 0.00 99.97 10:04:36 09:56:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:04:36 09:56:01 6 0.03 0.00 0.02 0.00 0.02 99.93 10:04:36 09:56:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:04:36 09:57:01 all 0.09 0.00 0.02 0.00 0.00 99.89 10:04:36 09:57:01 0 0.05 0.00 0.03 0.02 0.00 99.90 10:04:36 09:57:01 1 0.53 0.00 0.02 0.00 0.03 99.42 10:04:36 09:57:01 2 0.03 0.00 0.02 0.00 0.00 99.95 10:04:36 09:57:01 3 0.02 0.00 0.03 0.00 0.00 99.95 10:04:36 09:57:01 4 0.02 0.00 0.02 0.00 0.00 99.97 10:04:36 09:57:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:04:36 09:57:01 6 0.05 0.00 0.00 0.00 0.00 99.95 10:04:36 09:57:01 7 0.03 0.00 0.02 0.00 0.00 99.95 10:04:36 09:58:01 all 0.09 0.00 0.01 0.00 0.01 99.89 10:04:36 09:58:01 0 0.02 0.00 0.00 0.02 0.02 99.95 10:04:36 09:58:01 1 0.58 0.00 0.02 0.00 0.02 99.38 10:04:36 09:58:01 2 0.02 0.00 0.00 0.02 0.02 99.95 10:04:36 09:58:01 3 0.03 0.00 0.00 0.00 0.02 99.95 10:04:36 09:58:01 4 0.00 0.00 0.02 0.00 0.02 99.97 10:04:36 09:58:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:04:36 09:58:01 6 0.02 0.00 0.02 0.00 0.02 99.95 10:04:36 09:58:01 7 0.02 0.00 0.00 0.00 0.00 99.98 10:04:36 09:59:01 all 0.10 0.00 0.01 0.00 0.01 99.87 10:04:36 09:59:01 0 0.08 0.00 0.02 0.00 0.02 99.88 10:04:36 09:59:01 1 0.63 0.00 0.00 0.00 0.02 99.35 10:04:36 09:59:01 2 0.02 0.00 0.00 0.02 0.00 99.97 10:04:36 09:59:01 3 0.00 0.00 0.02 0.00 0.00 99.98 10:04:36 09:59:01 4 0.05 0.00 0.02 0.00 0.00 99.93 10:04:36 09:59:01 5 0.00 0.00 0.02 0.00 0.00 99.98 10:04:36 09:59:01 6 0.02 0.00 0.02 0.00 0.00 99.97 10:04:36 09:59:01 7 0.03 0.00 0.02 0.00 0.02 99.93 10:04:36 10:00:01 all 0.02 0.00 0.02 0.00 0.01 99.95 10:04:36 10:00:01 0 0.03 0.00 0.03 0.02 0.02 99.90 10:04:36 10:00:01 1 0.08 0.00 0.03 0.00 0.00 99.88 10:04:36 10:00:01 2 0.00 0.00 0.00 0.00 0.00 100.00 10:04:36 10:00:01 3 0.00 0.00 0.02 0.00 0.00 99.98 10:04:36 10:00:01 4 0.03 0.00 0.03 0.00 0.03 99.90 10:04:36 10:00:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:04:36 10:00:01 6 0.02 0.00 0.03 0.00 0.02 99.93 10:04:36 10:00:01 7 0.00 0.00 0.02 0.00 0.00 99.98 10:04:36 10:01:01 all 0.03 0.00 0.02 0.00 0.01 99.94 10:04:36 10:01:01 0 0.08 0.00 0.03 0.02 0.00 99.87 10:04:36 10:01:01 1 0.02 0.00 0.00 0.00 0.02 99.97 10:04:36 10:01:01 2 0.02 0.00 0.03 0.02 0.02 99.92 10:04:36 10:01:01 3 0.02 0.00 0.00 0.00 0.00 99.98 10:04:36 10:01:01 4 0.03 0.00 0.03 0.00 0.02 99.92 10:04:36 10:01:01 5 0.00 0.00 0.00 0.00 0.02 99.98 10:04:36 10:01:01 6 0.07 0.00 0.05 0.00 0.00 99.88 10:04:36 10:01:01 7 0.03 0.00 0.00 0.00 0.00 99.97 10:04:36 10:02:01 all 0.02 0.00 0.02 0.00 0.00 99.95 10:04:36 10:02:01 0 0.05 0.00 0.03 0.02 0.02 99.88 10:04:36 10:02:01 1 0.00 0.00 0.02 0.00 0.00 99.98 10:04:36 10:02:01 2 0.00 0.00 0.00 0.02 0.00 99.98 10:04:36 10:02:01 3 0.03 0.00 0.00 0.00 0.00 99.97 10:04:36 10:02:01 4 0.03 0.00 0.03 0.00 0.00 99.93 10:04:36 10:02:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:04:36 10:02:01 6 0.03 0.00 0.03 0.00 0.02 99.92 10:04:36 10:02:01 7 0.02 0.00 0.03 0.00 0.00 99.95 10:04:36 10:03:01 all 0.03 0.00 0.01 0.00 0.01 99.94 10:04:36 10:03:01 0 0.05 0.00 0.02 0.02 0.02 99.90 10:04:36 10:03:01 1 0.03 0.00 0.02 0.00 0.02 99.93 10:04:36 10:03:01 2 0.00 0.00 0.00 0.00 0.02 99.98 10:04:36 10:03:01 3 0.02 0.00 0.00 0.00 0.00 99.98 10:04:36 10:03:01 4 0.07 0.00 0.02 0.00 0.03 99.88 10:04:36 10:03:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:04:36 10:03:01 6 0.05 0.00 0.03 0.00 0.02 99.90 10:04:36 10:03:01 7 0.02 0.00 0.00 0.00 0.02 99.97 10:04:36 10:04:01 all 7.45 0.00 2.84 0.42 0.05 89.24 10:04:36 10:04:01 0 7.56 0.00 2.62 0.39 0.05 89.38 10:04:36 10:04:01 1 7.50 0.00 3.08 0.03 0.05 89.33 10:04:36 10:04:01 2 9.11 0.00 3.24 1.43 0.07 86.15 10:04:36 10:04:01 3 6.68 0.00 2.67 0.12 0.05 90.48 10:04:36 10:04:01 4 7.43 0.00 2.91 0.17 0.05 89.44 10:04:36 10:04:01 5 6.38 0.00 2.29 0.02 0.05 91.26 10:04:36 10:04:01 6 7.46 0.00 3.27 1.18 0.05 88.04 10:04:36 10:04:01 7 7.52 0.00 2.61 0.03 0.03 89.80 10:04:36 Average: all 7.51 0.00 1.16 0.34 0.02 90.97 10:04:36 Average: 0 7.59 0.00 1.16 0.32 0.02 90.91 10:04:36 Average: 1 7.62 0.00 1.19 0.39 0.04 90.77 10:04:36 Average: 2 7.32 0.00 1.17 0.48 0.02 91.01 10:04:36 Average: 3 7.49 0.00 1.13 0.31 0.02 91.06 10:04:36 Average: 4 7.53 0.00 1.17 0.31 0.03 90.96 10:04:36 Average: 5 7.43 0.00 1.13 0.38 0.02 91.03 10:04:36 Average: 6 7.61 0.00 1.19 0.19 0.03 90.98 10:04:36 Average: 7 7.46 0.00 1.17 0.32 0.02 91.02 10:04:36 10:04:36 10:04:36