Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 40cd80bac603763c7752655dbe2af7a1b0c195ed 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-ssh4845763386570010719.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision b1c004cf40c352fe6d03b0971bc7ee860312a7b0 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-ssh18076648095332923502.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 b1c004cf40c352fe6d03b0971bc7ee860312a7b0 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-ssh7235275418398312028.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision b1c004cf40c352fe6d03b0971bc7ee860312a7b0 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f b1c004cf40c352fe6d03b0971bc7ee860312a7b0 # timeout=10 Commit message: "Merge pull request #480 from jinlinGuan/fix-docs-publish" > 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-ssh13078873995894731360.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-ssh11969262773677833220.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], goVersion:1.25] ========================================================= [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.25 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-14355 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/988 [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/988 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 40cd80bac603763c7752655dbe2af7a1b0c195ed (main) Commit message: "Merge pull request #5447 from Old-Ding/pr/edgex-go/waitfor-file-uri-windows" > git config core.sparsecheckout # timeout=10 > git checkout -f 40cd80bac603763c7752655dbe2af7a1b0c195ed # timeout=10 > git rev-list --no-walk 7aa9423e7338f6f1ee5085feefc9755d477e0da4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:10:46 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:10:46 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:10:46 ========================================================= 10:10:46 EdgeX Global Pipelines Version Info 10:10:46 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:10:48 ------------------- 10:10:48 stable info: 10:10:48 ------------------- 10:10:48 Commited By: Ginny Guan ginny@iotechsys.com 10:10:48 Commit SHA: b1c004cf40c352fe6d03b0971bc7ee860312a7b0 10:10:48 Message: update stable to v1.0.281 10:10:49 ------------------- 10:10:49 experimental info: 10:10:49 ------------------- 10:10:49 Commited By: **** collab-it+edgex@linuxfoundation.org 10:10:49 Commit SHA: b1c004cf40c352fe6d03b0971bc7ee860312a7b0 10:10:49 Message: update experimental to v1.0.281 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:10:49 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 10:10:49 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 10:10:49 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:10:49 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:10:49 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:10:49 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.25 [Pipeline] echo 10:10:50 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 10:10:50 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 10:10:50 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 10:10:50 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 10:10:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:10:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:10:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 10:10:50 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:10:50 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:10:50 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:10:50 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:10:50 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:10:50 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 10:10:50 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 10:10:50 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:10:50 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 10:10:50 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 10:10:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 10:10:50 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 10:10:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 10:10:50 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] echo 10:10:51 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 40cd80b [Pipeline] echo 10:10:51 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:10:51 provisioning config files... 10:10:51 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/988@tmp/config4617188036676601736tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:10:51 ---> ****-login.sh 10:10:51 nexus3.edgexfoundry.org:10001 10:10:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:10:52 10:10:52 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 10:10:52 Configure a credential helper to remove this warning. See 10:10:52 https://docs.****.com/go/credential-store/ 10:10:52 10:10:52 Login Succeeded 10:10:52 nexus3.edgexfoundry.org:10002 10:10:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:10:52 10:10:52 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 10:10:52 Configure a credential helper to remove this warning. See 10:10:52 https://docs.****.com/go/credential-store/ 10:10:52 10:10:52 Login Succeeded 10:10:52 nexus3.edgexfoundry.org:10003 10:10:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:10:52 10:10:52 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 10:10:52 Configure a credential helper to remove this warning. See 10:10:52 https://docs.****.com/go/credential-store/ 10:10:52 10:10:52 Login Succeeded 10:10:52 nexus3.edgexfoundry.org:10004 10:10:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:10:52 10:10:52 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 10:10:52 Configure a credential helper to remove this warning. See 10:10:52 https://docs.****.com/go/credential-store/ 10:10:52 10:10:52 Login Succeeded 10:10:52 ****.io 10:10:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:10:52 10:10:52 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 10:10:52 Configure a credential helper to remove this warning. See 10:10:52 https://docs.****.com/go/credential-store/ 10:10:52 10:10:52 Login Succeeded 10:10:52 ---> ****-login.sh ends [Pipeline] } 10:10:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:10:53 + 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 10:10:53 + dirname cmd/core-command/Dockerfile 10:10:53 + cut -d/ -f2 10:10:53 + echo core-command,cmd/core-command/Dockerfile 10:10:53 + + cutdirname -d/ cmd/core-common-config-bootstrapper/Dockerfile -f2 10:10:53 10:10:53 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 10:10:53 + dirname cmd/core-data/Dockerfile 10:10:53 + cut -d/ -f2 10:10:53 + echo core-data,cmd/core-data/Dockerfile 10:10:53 + dirname cmd/core-keeper/Dockerfile 10:10:53 + cut -d/ -f2 10:10:53 + echo core-keeper,cmd/core-keeper/Dockerfile 10:10:53 + dirname cmd/core-metadata/Dockerfile 10:10:53 + cut -d/ -f2 10:10:53 + echo core-metadata,cmd/core-metadata/Dockerfile 10:10:53 + dirname cmd/security-bootstrapper/Dockerfile 10:10:53 + cut -d/ -f2 10:10:53 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 10:10:53 + dirname cmd/security-proxy-auth/Dockerfile 10:10:53 + cut -d/ -f2 10:10:53 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 10:10:53 + dirname cmd/security-proxy-setup/Dockerfile 10:10:53 + cut -d/ -f2 10:10:53 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 10:10:53 + dirname cmd/security-secretstore-setup/Dockerfile 10:10:53 + cut -d/ -f2 10:10:53 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 10:10:53 + dirname cmd/security-spiffe-token-provider/Dockerfile 10:10:53 + cut -d/ -f2 10:10:53 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 10:10:53 + dirname cmd/security-spire-agent/Dockerfile+ 10:10:53 cut -d/ -f2 10:10:53 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 10:10:53 + dirname cmd/security-spire-config/Dockerfile 10:10:53 + cut -d/ -f2 10:10:53 + echo security-spire-config,cmd/security-spire-config/Dockerfile 10:10:53 + dirname cmd/security-spire-server/Dockerfile 10:10:53 + cut -d/ -f2 10:10:53 + echo security-spire-server,cmd/security-spire-server/Dockerfile 10:10:53 + dirname cmd/support-notifications/Dockerfile 10:10:53 + cut -d/ -f2 10:10:53 + echo support-notifications,cmd/support-notifications/Dockerfile 10:10:53 + dirname cmd/support-scheduler/Dockerfile 10:10:53 + cut -d/ -f2 10:10:53 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 10:10:53 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 10:10:54 + git rev-list -1 --merges 40cd80bac603763c7752655dbe2af7a1b0c195ed~1..40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] echo 10:10:54 -----------> git rev-list -1 --merges 40cd80bac603763c7752655dbe2af7a1b0c195ed~1..40cd80bac603763c7752655dbe2af7a1b0c195ed 40cd80bac603763c7752655dbe2af7a1b0c195ed 10:10:54 40cd80bac603763c7752655dbe2af7a1b0c195ed [false] [Pipeline] sh 10:10:54 + git log --format=format:%s -1 40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] echo 10:10:54 ========================================================= 10:10:54 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 10:10:54 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 10:10:55 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:10:55 + grep -v github /etc/ssh/ssh_known_hosts 10:10:55 + [ -e /tmp/ssh_known_hosts ] 10:10:55 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 10:10:55 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 10:10:55 + sudo tee -a /etc/ssh/ssh_known_hosts 10:10:55 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:10:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:10:56 10:10:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:10:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:10:56 0.1.4: Pulling from edgex-devops/py-git-semver 10:10:56 3dae71ba6b94: Pulling fs layer 10:10:56 6bf1a483ea7c: Pulling fs layer 10:10:56 f5dfc541a4d3: Pulling fs layer 10:10:56 461d9e800cba: Pulling fs layer 10:10:56 80192f66455f: Pulling fs layer 10:10:56 2e8e34ca0e6c: Pulling fs layer 10:10:56 a29436f7fd5d: Pulling fs layer 10:10:56 923cac83aea3: Pulling fs layer 10:10:56 25ad8b0a4227: Pulling fs layer 10:10:56 461d9e800cba: Waiting 10:10:56 db01528c6b51: Pulling fs layer 10:10:56 80192f66455f: Waiting 10:10:56 28988de357af: Pulling fs layer 10:10:56 2e8e34ca0e6c: Waiting 10:10:56 a29436f7fd5d: Waiting 10:10:56 923cac83aea3: Waiting 10:10:56 25ad8b0a4227: Waiting 10:10:56 db01528c6b51: Waiting 10:10:56 28988de357af: Waiting 10:10:56 6bf1a483ea7c: Verifying Checksum 10:10:56 6bf1a483ea7c: Download complete 10:10:56 461d9e800cba: Verifying Checksum 10:10:56 461d9e800cba: Download complete 10:10:56 80192f66455f: Verifying Checksum 10:10:56 80192f66455f: Download complete 10:10:56 f5dfc541a4d3: Verifying Checksum 10:10:56 f5dfc541a4d3: Download complete 10:10:56 3dae71ba6b94: Verifying Checksum 10:10:56 3dae71ba6b94: Download complete 10:10:56 923cac83aea3: Verifying Checksum 10:10:56 923cac83aea3: Download complete 10:10:56 25ad8b0a4227: Verifying Checksum 10:10:56 25ad8b0a4227: Download complete 10:10:56 db01528c6b51: Verifying Checksum 10:10:56 db01528c6b51: Download complete 10:10:56 28988de357af: Verifying Checksum 10:10:56 28988de357af: Download complete 10:10:56 a29436f7fd5d: Verifying Checksum 10:10:56 a29436f7fd5d: Download complete 10:10:57 2e8e34ca0e6c: Verifying Checksum 10:10:57 2e8e34ca0e6c: Download complete 10:10:58 3dae71ba6b94: Pull complete 10:10:58 6bf1a483ea7c: Pull complete 10:10:58 f5dfc541a4d3: Pull complete 10:10:58 461d9e800cba: Pull complete 10:10:58 80192f66455f: Pull complete 10:11:04 2e8e34ca0e6c: Pull complete 10:11:04 a29436f7fd5d: Pull complete 10:11:04 923cac83aea3: Pull complete 10:11:04 25ad8b0a4227: Pull complete 10:11:04 db01528c6b51: Pull complete 10:11:04 28988de357af: Pull complete 10:11:04 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 10:11:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:11:04 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:11:04 prd-ubuntu20.04-docker-8c-8g-14355 does not seem to be running inside a container 10:11:04 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/988 -v /w/workspace/edgex-go/988:/w/workspace/edgex-go/988:rw,z -v /w/workspace/edgex-go/988@tmp:/w/workspace/edgex-go/988@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 10:11:06 $ docker top a9680b9e9dc444b9549970aa8a67e632436fefd4daf906706e8e1ee80ba62a24 -eo pid,comm 10:11:06 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:11:06 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:11:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:11:06 [ssh-agent] Looking for ssh-agent implementation... 10:11:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:11:06 $ docker exec a9680b9e9dc444b9549970aa8a67e632436fefd4daf906706e8e1ee80ba62a24 ssh-agent 10:11:06 SSH_AUTH_SOCK=/tmp/ssh-cVEZCx9j1rDz/agent.33 10:11:06 SSH_AGENT_PID=39 10:11:06 Running ssh-add (command line suppressed) 10:11:06 Identity added: /w/workspace/edgex-go/988@tmp/private_key_5259458132204620774.key (/w/workspace/edgex-go/988@tmp/private_key_5259458132204620774.key) 10:11:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:11:06 + git config --global --add safe.directory /w/workspace/edgex-go/988 [Pipeline] sh 10:11:07 + git tag --points-at HEAD [Pipeline] } 10:11:07 $ docker exec --env ******** --env ******** a9680b9e9dc444b9549970aa8a67e632436fefd4daf906706e8e1ee80ba62a24 ssh-agent -k 10:11:07 unset SSH_AUTH_SOCK; 10:11:07 unset SSH_AGENT_PID; 10:11:07 echo Agent pid 39 killed; 10:11:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:11:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:11:07 [ssh-agent] Looking for ssh-agent implementation... 10:11:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:11:07 $ docker exec a9680b9e9dc444b9549970aa8a67e632436fefd4daf906706e8e1ee80ba62a24 ssh-agent 10:11:07 SSH_AUTH_SOCK=/tmp/ssh-ruIjv2DFmeSJ/agent.86 10:11:07 SSH_AGENT_PID=92 10:11:08 Running ssh-add (command line suppressed) 10:11:08 Identity added: /w/workspace/edgex-go/988@tmp/private_key_6792343223519408340.key (/w/workspace/edgex-go/988@tmp/private_key_6792343223519408340.key) 10:11:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:11:08 + git semver init 10:11:09 2026-07-06 10:11:08,727 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 10:11:09 2026-07-06 10:11:08,733 [run_init] DEBUG init version:0.0.0 force:False 10:11:09 2026-07-06 10:11:08,734 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/988/.semver 10:11:09 2026-07-06 10:11:08,734 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/988/.semver 10:11:09 2026-07-06 10:11:08,734 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/988/.semver'], cwd=/w/workspace/edgex-go/988, stdin=None, shell=False, universal_newlines=False) 10:11:13 2026-07-06 10:11:13,333 [append_file] DEBUG append to file:/w/workspace/edgex-go/988/.git/info/exclude 10:11:13 2026-07-06 10:11:13,334 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/988/.semver/main with force:False 10:11:13 2026-07-06 10:11:13,334 [read_version] DEBUG read version from /w/workspace/edgex-go/988/.semver/main 10:11:13 2026-07-06 10:11:13,334 [read_version] DEBUG read version from /w/workspace/edgex-go/988/.semver/main 10:11:13 4.1.0-dev.123 [Pipeline] } 10:11:13 $ docker exec --env ******** --env ******** a9680b9e9dc444b9549970aa8a67e632436fefd4daf906706e8e1ee80ba62a24 ssh-agent -k 10:11:13 unset SSH_AUTH_SOCK; 10:11:13 unset SSH_AGENT_PID; 10:11:13 echo Agent pid 92 killed; 10:11:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:11:14 + git semver [Pipeline] } 10:11:14 $ docker stop --time=1 a9680b9e9dc444b9549970aa8a67e632436fefd4daf906706e8e1ee80ba62a24 10:11:15 $ docker rm -f --volumes a9680b9e9dc444b9549970aa8a67e632436fefd4daf906706e8e1ee80ba62a24 [Pipeline] // withDockerContainer [Pipeline] sh 10:11:16 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:11:17 Stashed 1 file(s) [Pipeline] echo 10:11:17 [edgeXSemver]: initialized semver on version 4.1.0-dev.123 [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 10:11:18 + git config --global --add safe.directory /w/workspace/edgex-go/988 [Pipeline] echo 10:11:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^palau$, ^lts-test$]] [Pipeline] echo 10:11:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^palau$, ^lts-test$]] [Pipeline] echo 10:11:18 ========================================================= 10:11:18 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine] 10:11:18 ========================================================= [Pipeline] fileExists [Pipeline] sh 10:11:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 10:11:19 1.25-alpine: Pulling from edgex-devops/edgex-golang-base 10:11:19 2d35ebdb57d9: Pulling fs layer 10:11:19 c35fb4624d26: Pulling fs layer 10:11:19 4e2aec7ef170: Pulling fs layer 10:11:19 333b49ad6fbf: Pulling fs layer 10:11:19 4f4fb700ef54: Pulling fs layer 10:11:19 c3e65509a76b: Pulling fs layer 10:11:19 7cf9ebb963bd: Pulling fs layer 10:11:19 bb34ca984cfb: Pulling fs layer 10:11:19 151cf03bc807: Pulling fs layer 10:11:19 c3e65509a76b: Waiting 10:11:19 7cf9ebb963bd: Waiting 10:11:19 bb34ca984cfb: Waiting 10:11:19 151cf03bc807: Waiting 10:11:19 333b49ad6fbf: Waiting 10:11:19 c35fb4624d26: Verifying Checksum 10:11:19 c35fb4624d26: Download complete 10:11:19 333b49ad6fbf: Download complete 10:11:19 4f4fb700ef54: Download complete 10:11:19 c3e65509a76b: Download complete 10:11:19 2d35ebdb57d9: Verifying Checksum 10:11:19 2d35ebdb57d9: Download complete 10:11:19 7cf9ebb963bd: Verifying Checksum 10:11:19 7cf9ebb963bd: Download complete 10:11:19 2d35ebdb57d9: Pull complete 10:11:19 c35fb4624d26: Pull complete 10:11:19 151cf03bc807: Verifying Checksum 10:11:19 151cf03bc807: Download complete 10:11:19 4e2aec7ef170: Verifying Checksum 10:11:19 4e2aec7ef170: Download complete 10:11:19 bb34ca984cfb: Verifying Checksum 10:11:19 bb34ca984cfb: Download complete 10:11:25 4e2aec7ef170: Pull complete 10:11:25 333b49ad6fbf: Pull complete 10:11:25 4f4fb700ef54: Pull complete 10:11:25 c3e65509a76b: Pull complete 10:11:25 7cf9ebb963bd: Pull complete 10:11:28 bb34ca984cfb: Pull complete 10:11:28 151cf03bc807: Pull complete 10:11:28 Digest: sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 10:11:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 10:11:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [Pipeline] fileExists [Pipeline] sh 10:11:29 + docker build -t ci-base-image-x86_64 -f - . 10:11:29 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 10:11:29 WORKDIR /edgex 10:11:29 COPY go.mod . 10:11:29 RUN go mod download 10:11:29 #0 building with "default" instance using docker driver 10:11:29 10:11:29 #1 [internal] load build definition from Dockerfile 10:11:29 #1 transferring dockerfile: 164B done 10:11:29 #1 DONE 0.0s 10:11:29 10:11:29 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 10:11:29 #2 DONE 0.0s 10:11:29 10:11:29 #3 [internal] load .dockerignore 10:11:29 #3 transferring context: 50B done 10:11:29 #3 DONE 0.0s 10:11:29 10:11:29 #4 [internal] load build context 10:11:29 #4 transferring context: 7.01kB done 10:11:29 #4 DONE 0.0s 10:11:29 10:11:29 #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 10:11:29 #5 DONE 0.1s 10:11:29 10:11:29 #6 [2/4] WORKDIR /edgex 10:11:30 #6 DONE 1.2s 10:11:31 10:11:31 #7 [3/4] COPY go.mod . 10:11:31 #7 DONE 0.0s 10:11:31 10:11:31 #8 [4/4] RUN go mod download 10:11:32 Still waiting to schedule task 10:11:32 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 10:12:00 #8 DONE 28.3s 10:12:00 10:12:00 #9 exporting to image 10:12:00 #9 exporting layers 10:12:03 #9 exporting layers 3.9s done 10:12:03 #9 writing image sha256:d775f87eb2e22c7856c9f3e27d4068a47eea3b800b8e3058cb05d1456dd2d52e done 10:12:03 #9 naming to docker.io/library/ci-base-image-x86_64 done 10:12:03 #9 DONE 3.9s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:03 + docker inspect -f . ci-base-image-x86_64 10:12:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:12:04 prd-ubuntu20.04-docker-8c-8g-14355 does not seem to be running inside a container 10:12:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/988 -v /w/workspace/edgex-go/988:/w/workspace/edgex-go/988:rw,z -v /w/workspace/edgex-go/988@tmp:/w/workspace/edgex-go/988@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:12:04 $ docker top ba8eb99a5c5026bb3f347ca491f60dafd0be729967805987950c8c916e931154 -eo pid,comm [Pipeline] { [Pipeline] sh 10:12:05 + go version 10:12:05 go version go1.25.2 linux/amd64 [Pipeline] } 10:12:05 $ docker stop --time=1 ba8eb99a5c5026bb3f347ca491f60dafd0be729967805987950c8c916e931154 10:12:06 $ docker rm -f --volumes ba8eb99a5c5026bb3f347ca491f60dafd0be729967805987950c8c916e931154 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:07 + docker inspect -f . ci-base-image-x86_64 10:12:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:12:07 prd-ubuntu20.04-docker-8c-8g-14355 does not seem to be running inside a container 10:12:07 $ 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/988 -v /w/workspace/edgex-go/988:/w/workspace/edgex-go/988:rw,z -v /w/workspace/edgex-go/988@tmp:/w/workspace/edgex-go/988@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:12:08 $ docker top 70f3c47f5df594f01db117622a390a75a7bfd0254373d4f673f38cdbae468ab7 -eo pid,comm [Pipeline] { [Pipeline] echo 10:12:08 ========================================================= 10:12:08 [edgeXBuildGoParallel] Running Tests and Build... 10:12:08 ========================================================= [Pipeline] sh 10:12:08 + git config --global --add safe.directory /w/workspace/edgex-go/988 [Pipeline] fileExists [Pipeline] sh 10:12:09 + make test 10:12:09 go test -race -coverprofile=coverage.out ./... 10:12:17 ? github.com/edgexfoundry/edgex-go [no test files] 10:12:50 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 10:12:50 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 10:12:50 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 10:12:50 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 10:12:50 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 10:12:50 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 10:12:50 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 10:12:50 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 10:12:50 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 10:12:50 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 10:12:50 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 10:12:50 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 10:12:50 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 10:12:50 ? github.com/edgexfoundry/edgex-go/internal [no test files] 10:12:50 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 10:12:50 github.com/edgexfoundry/edgex-go/internal/core/command/application coverage: 0.0% of statements 10:12:50 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 10:12:50 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 10:12:54 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.038s coverage: 97.0% of statements 10:12:56 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.123s coverage: 71.0% of statements 10:12:56 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 10:12:56 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.027s coverage: 4.8% of statements 10:12:56 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 10:12:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.076s coverage: 57.3% of statements 10:12:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/cache 1.027s coverage: 86.5% of statements 10:12:56 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 10:12:56 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 10:12:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.448s coverage: 94.2% of statements 10:12:57 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 10:12:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 10:12:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 10:12:57 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 10:12:57 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 10:12:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/query [no test files] 10:12:57 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 10:12:57 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 10:12:57 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 10:12:57 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 10:12:57 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 10:12:57 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.070s coverage: 90.7% of statements 10:12:57 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 10:12:57 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 10:12:57 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 10:12:57 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/registry 1.025s coverage: 0.0% of statements 10:12:57 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 10:12:57 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 10:12:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.055s coverage: 11.1% of statements 10:12:58 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 10:12:58 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 10:13:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.439s coverage: 97.7% of statements 10:13:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 10:13:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 10:13:00 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 10:13:00 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 10:13:00 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 10:13:00 ok github.com/edgexfoundry/edgex-go/internal/io 1.038s coverage: 72.2% of statements 10:13:00 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 10:13:00 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 10:13:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 10:13:00 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 10:13:00 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 10:13:00 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 10:13:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 10:13:00 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 10:13:00 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 10:13:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/models [no test files] 10:13:04 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.051s coverage: 3.5% of statements 10:13:04 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/mocks coverage: 0.0% of statements 10:13:04 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 10:13:04 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.058s coverage: 1.0% of statements 10:13:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 10:13:04 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.035s coverage: 38.2% of statements 10:13:04 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.024s coverage: 68.8% of statements 10:13:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 10:13:04 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 10:13:04 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 10:13:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.030s coverage: 40.0% of statements 10:13:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.026s coverage: 87.1% of statements 10:13:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.025s coverage: 89.5% of statements 10:13:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.039s coverage: 93.1% of statements 10:13:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.020s coverage: 87.5% of statements 10:13:10 Running on prd-ubuntu20.04-docker-arm64-4c-16g-14356 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 10:13:10 Running in /w/workspace/edgex-go/988 [Pipeline] { [Pipeline] checkout 10:13:10 The recommended git tool is: git 10:13:16 using credential edgex-jenkins-ssh 10:13:16 Cloning the remote Git repository 10:13:16 Cloning repository git@github.com:edgexfoundry/edgex-go.git 10:13:16 > git init /w/workspace/edgex-go/988 # timeout=10 10:13:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:13:16 > git --version # timeout=10 10:13:16 > git --version # 'git version 2.25.1' 10:13:16 using GIT_SSH to set credentials SSH Credentials for GitHub 10:13:16 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:13:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.030s coverage: 94.4% of statements 10:13:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.055s coverage: 94.1% of statements 10:13:28 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 10:13:28 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 10:13:28 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 10:13:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.024s coverage: 68.8% of statements 10:13:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 10:13:28 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 10:13:28 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 10:13:28 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 10:13:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.036s coverage: 62.3% of statements 10:13:28 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 10:13:28 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 10:13:28 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 10:13:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.035s coverage: 47.4% of statements 10:13:28 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 10:13:28 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 10:13:28 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 10:13:28 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 10:13:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.026s coverage: 87.2% of statements 10:13:28 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.019s coverage: 15.5% of statements 10:13:28 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 10:13:28 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 10:13:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.023s coverage: 100.0% of statements 10:13:28 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 10:13:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.062s coverage: 81.8% of statements 10:13:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.047s coverage: 82.1% of statements 10:13:28 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 10:13:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.024s coverage: 86.0% of statements 10:13:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 10:13:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.035s coverage: 6.8% of statements 10:13:28 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 10:13:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.037s coverage: 33.3% of statements 10:13:28 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 10:13:28 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 10:13:28 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 10:13:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.037s coverage: 100.0% of statements 10:13:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.163s coverage: 54.8% of statements 10:13:28 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.022s coverage: 89.6% of statements 10:13:28 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.019s coverage: 100.0% of statements 10:13:28 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.027s coverage: 73.7% of statements 10:13:28 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.020s coverage: 100.0% of statements 10:13:28 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth 1.046s coverage: 20.0% of statements 10:13:28 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.028s coverage: 88.6% of statements 10:13:28 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 10:13:28 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 10:13:28 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.046s coverage: 96.8% of statements 10:13:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 10:13:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 10:13:28 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 10:13:28 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.022s coverage: 100.0% of statements 10:13:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.155s coverage: 29.2% of statements 10:13:28 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 10:13:28 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 10:13:28 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 10:13:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.028s coverage: 93.8% of statements 10:13:28 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 10:13:28 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 10:13:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 10:13:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.017s coverage: 3.1% of statements 10:13:28 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 10:13:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.025s coverage: 76.2% of statements 10:13:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.033s coverage: 54.0% of statements 10:13:28 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 10:13:28 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 10:13:28 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 10:13:28 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 10:13:28 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 10:13:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.062s coverage: 17.1% of statements 10:13:31 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 10:13:31 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 10:13:31 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 10:13:31 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 10:13:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.117s coverage: 94.9% of statements 10:13:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 10:13:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 10:13:31 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 10:13:31 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 10:13:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.024s coverage: 9.0% of statements 10:13:31 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 10:13:31 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 10:13:31 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 10:13:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.067s coverage: 97.7% of statements 10:13:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 10:13:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.025s coverage: 47.1% of statements 10:13:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 10:13:31 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 10:13:31 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 10:13:31 running golangci-lint 10:13:32 golangci-lint has version 2.5.0 built with go1.25.1 from ff63786c on 2025-09-21T19:04:05Z 10:13:32 go version go1.25.2 linux/amd64 10:13:32 level=info msg="golangci-lint has version 2.5.0 built with go1.25.1 from ff63786c on 2025-09-21T19:04:05Z" 10:13:32 level=info msg="[config_reader] Used config file .golangci.yml" 10:13:32 level=info msg="[config_reader] Module name \"github.com/edgexfoundry/edgex-go\"" 10:13:32 level=info msg="maxprocs: Leaving GOMAXPROCS=8: CPU quota undefined" 10:13:32 level=info msg="[goenv] Read go env for 4.979524ms: map[string]string{\"GOCACHE\":\"/root/.cache/go-build\", \"GOROOT\":\"/usr/local/go\"}" 10:13:32 level=info msg="[lintersdb] Active 6 linters: [errcheck gosec govet ineffassign staticcheck unused]" 10:13:34 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:13:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:13:35 Avoid second fetch 10:13:35 Checking out Revision 40cd80bac603763c7752655dbe2af7a1b0c195ed (main) 10:13:36 Commit message: "Merge pull request #5447 from Old-Ding/pr/edgex-go/waitfor-file-uri-windows" 10:13:35 > git config core.sparsecheckout # timeout=10 10:13:36 > git checkout -f 40cd80bac603763c7752655dbe2af7a1b0c195ed # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:13:42 provisioning config files... 10:13:42 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/988@tmp/config10469200080114726572tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:13:43 ---> ****-login.sh 10:13:43 nexus3.edgexfoundry.org:10001 10:13:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:13:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:13:43 Configure a credential helper to remove this warning. See 10:13:43 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:13:43 10:13:43 Login Succeeded 10:13:43 nexus3.edgexfoundry.org:10002 10:13:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:13:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:13:44 Configure a credential helper to remove this warning. See 10:13:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:13:44 10:13:44 Login Succeeded 10:13:44 nexus3.edgexfoundry.org:10003 10:13:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:13:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:13:44 Configure a credential helper to remove this warning. See 10:13:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:13:44 10:13:44 Login Succeeded 10:13:44 nexus3.edgexfoundry.org:10004 10:13:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:13:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:13:44 Configure a credential helper to remove this warning. See 10:13:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:13:44 10:13:44 Login Succeeded 10:13:44 ****.io 10:13:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:13:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:13:45 Configure a credential helper to remove this warning. See 10:13:45 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:13:45 10:13:45 Login Succeeded 10:13:45 ---> ****-login.sh ends [Pipeline] } 10:13:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 10:13:46 + git config --global --add safe.directory /w/workspace/edgex-go/988 [Pipeline] echo 10:13:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^palau$, ^lts-test$]] [Pipeline] echo 10:13:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^palau$, ^lts-test$]] [Pipeline] echo 10:13:46 ========================================================= 10:13:46 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine] 10:13:46 ========================================================= [Pipeline] fileExists [Pipeline] sh 10:13:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine 10:13:46 1.25-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:13:46 6b59a28fa201: Pulling fs layer 10:13:46 d32bb0dddca7: Pulling fs layer 10:13:46 5dab1238d3d9: Pulling fs layer 10:13:46 196fd7d83e7d: Pulling fs layer 10:13:46 4f4fb700ef54: Pulling fs layer 10:13:46 8ba94037c8f0: Pulling fs layer 10:13:46 deaec5988b04: Pulling fs layer 10:13:46 9f65657bb879: Pulling fs layer 10:13:46 4f4fb700ef54: Waiting 10:13:46 196fd7d83e7d: Waiting 10:13:46 9f65657bb879: Waiting 10:13:46 deaec5988b04: Waiting 10:13:46 8ba94037c8f0: Waiting 10:13:46 d32bb0dddca7: Verifying Checksum 10:13:46 d32bb0dddca7: Download complete 10:13:46 196fd7d83e7d: Verifying Checksum 10:13:46 196fd7d83e7d: Download complete 10:13:46 4f4fb700ef54: Verifying Checksum 10:13:46 4f4fb700ef54: Download complete 10:13:46 8ba94037c8f0: Verifying Checksum 10:13:46 8ba94037c8f0: Download complete 10:13:46 6b59a28fa201: Download complete 10:13:47 9f65657bb879: Verifying Checksum 10:13:47 9f65657bb879: Download complete 10:13:47 6b59a28fa201: Pull complete 10:13:48 d32bb0dddca7: Pull complete 10:13:48 5dab1238d3d9: Verifying Checksum 10:13:48 5dab1238d3d9: Download complete 10:13:50 deaec5988b04: Verifying Checksum 10:13:50 deaec5988b04: Download complete 10:14:00 level=info msg="[loader] Go packages loading at mode 8767 (compiled_files|exports_file|files|name|deps|imports|types_sizes) took 23.698971004s" 10:14:00 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 42.446941ms" 10:14:02 5dab1238d3d9: Pull complete 10:14:02 196fd7d83e7d: Pull complete 10:14:02 4f4fb700ef54: Pull complete 10:14:02 8ba94037c8f0: Pull complete 10:14:10 deaec5988b04: Pull complete 10:14:10 level=info msg="[linters_context/goanalysis] analyzers took 2m4.297945058s with top 10 stages: buildir: 1m4.758308208s, gosec: 3.148257082s, fact_deprecated: 2.721311526s, inspect: 2.643649725s, printf: 1.957603175s, fact_purity: 1.881088319s, ctrlflow: 1.81566408s, nilness: 1.397005988s, S1038: 1.217989475s, unused: 1.023131953s" 10:14:10 level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"examples$\"" 10:14:10 level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"third_party$\"" 10:14:10 level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"builtin$\"" 10:14:10 level=info msg="[runner] Issues before processing: 35, after processing: 0" 10:14:10 level=info msg="[runner] Processors filtering stat (in/out): invalid_issue: 35/35, exclusion_paths: 35/35, cgo: 35/35, filename_unadjuster: 35/35, path_absoluter: 35/35, path_relativity: 35/35, generated_file_filter: 35/22, exclusion_rules: 22/21, nolint_filter: 21/0" 10:14:10 level=info msg="[runner] processing took 7.754471ms with stages: nolint_filter: 6.825568ms, generated_file_filter: 709.992µs, exclusion_rules: 120.375µs, exclusion_paths: 45.988µs, path_relativity: 35.979µs, cgo: 4.55µs, path_absoluter: 3.02µs, sort_results: 2.52µs, invalid_issue: 1.799µs, filename_unadjuster: 1.11µs, fixer: 800ns, max_same_issues: 650ns, diff: 420ns, uniq_by_line: 410ns, path_prettifier: 390ns, severity-rules: 200ns, path_shortener: 200ns, max_per_file_from_linter: 180ns, max_from_linter: 170ns, source_code: 150ns" 10:14:10 level=info msg="[runner] linters took 13.394349758s with stages: goanalysis_metalinter: 13.386488301s" 10:14:10 0 issues. 10:14:10 level=info msg="File cache stats: 0 entries of total size 0B" 10:14:10 level=info msg="Memory: 372 samples, avg is 334.5MB, max is 1271.8MB" 10:14:10 level=info msg="Execution took 37.145445155s" 10:14:10 go vet ./... 10:14:12 9f65657bb879: Pull complete 10:14:12 Digest: sha256:5e549ededf7788d4f1561b02b9f4d3bcf02ca02af9c1a1104d0a64a201fbeb28 10:14:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine 10:14:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [Pipeline] fileExists [Pipeline] sh 10:14:13 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine 10:14:13 WORKDIR /edgex 10:14:13 COPY go.mod . 10:14:13 RUN go mod download 10:14:13 + docker build -t ci-base-image-arm64 -f - . 10:14:14 Sending build context to Docker daemon 3.93MB 10:14:14 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine 10:14:14 ---> 334268110677 10:14:14 Step 2/4 : WORKDIR /edgex 10:14:16 ---> Running in a49801fd37fc 10:14:16 Removing intermediate container a49801fd37fc 10:14:16 ---> 63598ac9d788 10:14:16 Step 3/4 : COPY go.mod . 10:14:16 ---> 20cf4221ff0d 10:14:16 Step 4/4 : RUN go mod download 10:14:16 ---> Running in 2453c090c645 10:14:18 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 10:14:18 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 10:14:18 ./bin/test-attribution-txt.sh 10:14:18 An attribution for github.com/ebitengine/purego is missing from Attribution.txt, please add 10:14:18 An attribution for github.com/go-openapi/runtime/server-middleware is missing from Attribution.txt, please add 10:14:18 An attribution for github.com/openziti/channel/v5 is missing from Attribution.txt, please add 10:14:18 An attribution for github.com/shirou/gopsutil/v4 is missing from Attribution.txt, please add [Pipeline] echo 10:14:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^palau$, ^lts-test$]] [Pipeline] sh 10:14:18 + ls -al . 10:14:18 total 1408 10:14:18 drwxrwxr-x 11 1001 1001 4096 Jul 6 10:12 . 10:14:18 drwxr-xr-x 4 root root 4096 Jul 6 10:12 .. 10:14:18 drwxrwxr-x 2 1001 1001 4096 Jul 6 10:10 .blubracket 10:14:18 -rw-rw-r-- 1 1001 1001 10 Jul 6 10:10 .dockerignore 10:14:18 drwxrwxr-x 8 1001 1001 4096 Jul 6 10:13 .git 10:14:18 drwxrwxr-x 3 1001 1001 4096 Jul 6 10:10 .github 10:14:18 -rw-rw-r-- 1 1001 1001 909 Jul 6 10:10 .gitignore 10:14:18 -rw-rw-r-- 1 1001 1001 359 Jul 6 10:10 .golangci.yml 10:14:18 -rw-rw-r-- 1 1001 1001 100 Jul 6 10:10 .hadolint.yml 10:14:18 drwxr-xr-x 3 1001 1001 4096 Jul 6 10:11 .semver 10:14:18 -rw-rw-r-- 1 1001 1001 155 Jul 6 10:10 .sonarcloud.properties 10:14:18 -rw-rw-r-- 1 1001 1001 1171 Jul 6 10:10 ADOPTERS.md 10:14:18 -rw-rw-r-- 1 1001 1001 20149 Jul 6 10:10 Attribution.txt 10:14:18 -rw-rw-r-- 1 1001 1001 118730 Jul 6 10:10 CHANGELOG.md 10:14:18 -rw-rw-r-- 1 1001 1001 3804 Jul 6 10:10 CONTRIBUTING.md 10:14:18 -rw-rw-r-- 1 1001 1001 677 Jul 6 10:10 GOVERNANCE.md 10:14:18 -rw-rw-r-- 1 1001 1001 886 Jul 6 10:10 Jenkinsfile 10:14:18 -rw-rw-r-- 1 1001 1001 10775 Jul 6 10:10 LICENSE 10:14:18 -rw-rw-r-- 1 1001 1001 16743 Jul 6 10:10 Makefile 10:14:18 -rw-rw-r-- 1 1001 1001 582 Jul 6 10:10 OWNERS.md 10:14:18 -rw-rw-r-- 1 1001 1001 9932 Jul 6 10:10 README.md 10:14:18 -rw-rw-r-- 1 1001 1001 789 Jul 6 10:10 SECURITY.md 10:14:18 -rw-rw-r-- 1 1001 1001 13 Jul 6 10:11 VERSION 10:14:18 drwxrwxr-x 2 1001 1001 4096 Jul 6 10:10 bin 10:14:18 drwxrwxr-x 19 1001 1001 4096 Jul 6 10:10 cmd 10:14:18 -rw-r--r-- 1 root root 1050063 Jul 6 10:13 coverage.out 10:14:18 drwxrwxr-x 2 1001 1001 4096 Jul 6 10:10 fuzz_test 10:14:18 -rw-rw-r-- 1 1001 1001 6979 Jul 6 10:10 go.mod 10:14:18 -rw-rw-r-- 1 1001 1001 90491 Jul 6 10:10 go.sum 10:14:18 drwxrwxr-x 7 1001 1001 4096 Jul 6 10:10 internal 10:14:18 drwxrwxr-x 2 1001 1001 4096 Jul 6 10:10 openapi 10:14:18 -rw-rw-r-- 1 1001 1001 584 Jul 6 10:10 security.txt 10:14:18 -rw-rw-r-- 1 1001 1001 204 Jul 6 10:10 version.go [Pipeline] sh 10:14:19 + '[' -e coverage.out ] 10:14:19 + chown 1001:1001 coverage.out [Pipeline] stash 10:14:19 Stashed 1 file(s) [Pipeline] sh 10:14:19 + make build 10:14:19 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 10:14:43 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:14:44 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 10:14:46 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 10:14:47 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 10:14:49 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:14:54 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:14:56 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 10:14:58 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:15:00 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:15:02 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 10:15:04 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:15:05 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 10:15:07 $ docker stop --time=1 70f3c47f5df594f01db117622a390a75a7bfd0254373d4f673f38cdbae468ab7 10:15:10 $ docker rm -f --volumes 70f3c47f5df594f01db117622a390a75a7bfd0254373d4f673f38cdbae468ab7 [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 10:15:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:15:11 10:15:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:15:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:15:11 latest: Pulling from edgex-devops/edgex-compose 10:15:11 91d30c5bc195: Pulling fs layer 10:15:11 2e9b0aa3be6d: Pulling fs layer 10:15:11 9c61dcf015f6: Pulling fs layer 10:15:11 4698f68db338: Pulling fs layer 10:15:11 2a2f49069b9e: Pulling fs layer 10:15:11 e0025b399a48: Pulling fs layer 10:15:11 4698f68db338: Waiting 10:15:11 2a2f49069b9e: Waiting 10:15:11 e0025b399a48: Waiting 10:15:11 91d30c5bc195: Verifying Checksum 10:15:11 91d30c5bc195: Download complete 10:15:11 4698f68db338: Verifying Checksum 10:15:11 4698f68db338: Download complete 10:15:12 2e9b0aa3be6d: Verifying Checksum 10:15:12 2e9b0aa3be6d: Download complete 10:15:12 91d30c5bc195: Pull complete 10:15:12 e0025b399a48: Verifying Checksum 10:15:12 e0025b399a48: Download complete 10:15:12 2a2f49069b9e: Verifying Checksum 10:15:12 2a2f49069b9e: Download complete 10:15:12 2e9b0aa3be6d: Pull complete 10:15:12 9c61dcf015f6: Verifying Checksum 10:15:12 9c61dcf015f6: Download complete 10:15:16 9c61dcf015f6: Pull complete 10:15:16 4698f68db338: Pull complete 10:15:16 2a2f49069b9e: Pull complete 10:15:16 e0025b399a48: Pull complete 10:15:16 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 10:15:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:15:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:15:17 prd-ubuntu20.04-docker-8c-8g-14355 does not seem to be running inside a container 10:15:17 $ 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/988 -v /w/workspace/edgex-go/988:/w/workspace/edgex-go/988:rw,z -v /w/workspace/edgex-go/988@tmp:/w/workspace/edgex-go/988@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 10:15:17 $ docker top cf2740e9744b1184a170070af44ae5ccc8f28b728067433ad862a689c7258b54 -eo pid,comm [Pipeline] { [Pipeline] sh 10:15:18 + docker compose -f ./docker-compose-build.yml build --parallel 10:15:18 #1 [core-data internal] load build definition from Dockerfile 10:15:18 #1 transferring dockerfile: 2.04kB done 10:15:18 #1 DONE 0.1s 10:15:18 10:15:18 #2 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 10:15:18 #2 DONE 0.0s 10:15:18 10:15:18 #3 [core-data internal] load metadata for docker.io/library/alpine:3.22 10:15:18 #3 ... 10:15:18 10:15:18 #4 [security-spiffe-token-provider internal] load build definition from Dockerfile 10:15:18 #4 transferring dockerfile: 1.89kB done 10:15:18 #4 DONE 0.1s 10:15:18 10:15:18 #5 [security-spire-agent internal] load build definition from Dockerfile 10:15:18 #5 transferring dockerfile: 1.81kB done 10:15:18 #5 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 10:15:18 #5 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 23) 10:15:18 #5 DONE 0.1s 10:15:18 10:15:18 #6 [security-secretstore-setup internal] load build definition from Dockerfile 10:15:18 #6 transferring dockerfile: 2.49kB done 10:15:18 #6 DONE 0.1s 10:15:18 10:15:18 #7 [core-command internal] load build definition from Dockerfile 10:15:18 #7 transferring dockerfile: 1.94kB done 10:15:18 #7 DONE 0.2s 10:15:18 10:15:18 #8 [core-common-config-bootstrapper internal] load build definition from Dockerfile 10:15:18 #8 transferring dockerfile: 2.23kB done 10:15:18 #8 DONE 0.2s 10:15:18 10:15:18 #9 [security-proxy-auth internal] load build definition from Dockerfile 10:15:18 #9 transferring dockerfile: 2.14kB done 10:15:18 #9 DONE 0.2s 10:15:18 10:15:18 #10 [security-bootstrapper internal] load build definition from Dockerfile 10:15:18 #10 transferring dockerfile: 3.02kB done 10:15:18 #10 DONE 0.2s 10:15:18 10:15:18 #2 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 10:15:18 #2 DONE 0.0s 10:15:18 10:15:18 #3 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.22 10:15:18 #3 DONE 0.2s 10:15:18 10:15:18 #11 [core-metadata internal] load build definition from Dockerfile 10:15:18 #11 transferring dockerfile: 2.10kB done 10:15:18 #11 DONE 0.2s 10:15:18 10:15:18 #12 [support-scheduler internal] load build definition from Dockerfile 10:15:18 #12 transferring dockerfile: 1.83kB done 10:15:18 #12 DONE 0.2s 10:15:18 10:15:18 #13 [core-keeper internal] load build definition from Dockerfile 10:15:18 #13 transferring dockerfile: 2.07kB done 10:15:18 #13 DONE 0.2s 10:15:18 10:15:18 #14 [security-proxy-setup internal] load build definition from Dockerfile 10:15:18 #14 transferring dockerfile: 2.50kB done 10:15:18 #14 DONE 0.2s 10:15:18 10:15:18 #15 [support-notifications internal] load build definition from Dockerfile 10:15:18 #15 transferring dockerfile: 2.02kB done 10:15:18 #15 DONE 0.2s 10:15:18 10:15:18 #16 [security-spire-config internal] load build definition from Dockerfile 10:15:18 #16 transferring dockerfile: 1.69kB done 10:15:18 #16 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 10:15:18 #16 DONE 0.2s 10:15:18 10:15:18 #17 [security-spire-server internal] load build definition from Dockerfile 10:15:18 #17 transferring dockerfile: 1.70kB done 10:15:18 #17 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 10:15:18 #17 DONE 0.2s 10:15:18 10:15:18 #2 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 10:15:18 #2 DONE 0.0s 10:15:18 10:15:18 #18 [security-spiffe-token-provider internal] load .dockerignore 10:15:18 #18 transferring context: 50B done 10:15:18 #18 DONE 0.1s 10:15:18 10:15:18 #19 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 10:15:18 #19 resolve docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 0.0s done 10:15:18 #19 ... 10:15:18 10:15:18 #20 [core-command internal] load .dockerignore 10:15:18 #20 transferring context: 50B done 10:15:18 #20 DONE 0.1s 10:15:18 10:15:18 #21 [core-data internal] load .dockerignore 10:15:18 #21 transferring context: 50B done 10:15:18 #21 DONE 0.2s 10:15:18 10:15:18 #22 [security-secretstore-setup internal] load .dockerignore 10:15:18 #22 transferring context: 50B 0.0s done 10:15:18 #22 DONE 0.1s 10:15:18 10:15:18 #23 [core-metadata internal] load .dockerignore 10:15:18 #23 transferring context: 50B done 10:15:18 #23 DONE 0.1s 10:15:18 10:15:18 #24 [security-proxy-auth internal] load .dockerignore 10:15:18 #24 transferring context: 50B done 10:15:18 #24 DONE 0.1s 10:15:18 10:15:18 #25 [security-bootstrapper internal] load .dockerignore 10:15:18 #25 transferring context: 50B done 10:15:18 #25 DONE 0.1s 10:15:18 10:15:18 #26 [core-common-config-bootstrapper internal] load .dockerignore 10:15:18 #26 transferring context: 50B done 10:15:18 #26 DONE 0.1s 10:15:18 10:15:18 #27 [security-proxy-setup internal] load .dockerignore 10:15:18 #27 transferring context: 50B done 10:15:18 #27 DONE 0.1s 10:15:18 10:15:18 #19 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 10:15:18 #19 resolve docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 0.0s done 10:15:18 #19 sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 9.22kB / 9.22kB done 10:15:18 #19 sha256:7c8cb692ae09657cbc4a3f3cbd0e8d5a2690ba38386aaaf252dbb060bf5eb2e6 1.02kB / 1.02kB done 10:15:18 #19 sha256:b66e0ce64844f5c6435b0c4bfd965558199ab0f53270846861c979cb1ac29365 611B / 611B done 10:15:18 #19 sha256:f7ee36c9aa34bbb665f975c76e5c0d1607f0674b94c84cfb0061f87006ea5d10 3.79MB / 3.79MB 0.1s done 10:15:18 #19 extracting sha256:f7ee36c9aa34bbb665f975c76e5c0d1607f0674b94c84cfb0061f87006ea5d10 10:15:18 #19 resolve docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 0.0s done 10:15:18 #19 sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 9.22kB / 9.22kB done 10:15:18 #19 sha256:7c8cb692ae09657cbc4a3f3cbd0e8d5a2690ba38386aaaf252dbb060bf5eb2e6 1.02kB / 1.02kB done 10:15:18 #19 sha256:b66e0ce64844f5c6435b0c4bfd965558199ab0f53270846861c979cb1ac29365 611B / 611B done 10:15:18 #19 sha256:f7ee36c9aa34bbb665f975c76e5c0d1607f0674b94c84cfb0061f87006ea5d10 3.79MB / 3.79MB 0.1s done 10:15:18 #19 ... 10:15:18 10:15:18 #28 [support-scheduler internal] load .dockerignore 10:15:18 #28 transferring context: 50B done 10:15:18 #28 DONE 0.3s 10:15:18 10:15:18 #29 [support-notifications internal] load .dockerignore 10:15:18 #29 transferring context: 50B done 10:15:18 #29 DONE 0.3s 10:15:18 10:15:18 #30 [core-keeper internal] load .dockerignore 10:15:18 #30 transferring context: 50B 0.0s done 10:15:18 #30 DONE 0.4s 10:15:18 10:15:18 #31 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 10:15:18 #31 DONE 0.4s 10:15:18 10:15:18 #19 [core-keeper stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 10:15:18 #19 resolve docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 0.0s done 10:15:18 #19 sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 9.22kB / 9.22kB done 10:15:18 #19 sha256:7c8cb692ae09657cbc4a3f3cbd0e8d5a2690ba38386aaaf252dbb060bf5eb2e6 1.02kB / 1.02kB done 10:15:18 #19 sha256:b66e0ce64844f5c6435b0c4bfd965558199ab0f53270846861c979cb1ac29365 611B / 611B done 10:15:18 #19 sha256:f7ee36c9aa34bbb665f975c76e5c0d1607f0674b94c84cfb0061f87006ea5d10 3.79MB / 3.79MB 0.1s done 10:15:18 #19 extracting sha256:f7ee36c9aa34bbb665f975c76e5c0d1607f0674b94c84cfb0061f87006ea5d10 0.3s done 10:15:19 #19 ... 10:15:19 10:15:19 #32 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.13.3 10:15:19 #32 DONE 0.6s 10:15:19 10:15:19 #33 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 10:15:19 #33 DONE 0.6s 10:15:19 10:15:19 #34 [support-scheduler builder 2/7] WORKDIR /edgex-go 10:15:19 #34 DONE 0.7s 10:15:19 10:15:19 #19 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 10:15:19 #19 resolve docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 0.0s done 10:15:19 #19 sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 9.22kB / 9.22kB done 10:15:19 #19 sha256:7c8cb692ae09657cbc4a3f3cbd0e8d5a2690ba38386aaaf252dbb060bf5eb2e6 1.02kB / 1.02kB done 10:15:19 #19 sha256:b66e0ce64844f5c6435b0c4bfd965558199ab0f53270846861c979cb1ac29365 611B / 611B done 10:15:19 #19 sha256:f7ee36c9aa34bbb665f975c76e5c0d1607f0674b94c84cfb0061f87006ea5d10 3.79MB / 3.79MB 0.1s done 10:15:19 #19 extracting sha256:f7ee36c9aa34bbb665f975c76e5c0d1607f0674b94c84cfb0061f87006ea5d10 0.3s done 10:15:19 #19 DONE 1.1s 10:15:19 10:15:19 #35 [security-spire-server internal] load .dockerignore 10:15:19 #35 transferring context: 50B 0.0s done 10:15:19 #35 DONE 0.6s 10:15:19 10:15:19 #36 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 10:15:19 #36 ... 10:15:19 10:15:19 #19 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 10:15:19 #19 resolve docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 0.0s done 10:15:19 #19 sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 9.22kB / 9.22kB done 10:15:19 #19 sha256:7c8cb692ae09657cbc4a3f3cbd0e8d5a2690ba38386aaaf252dbb060bf5eb2e6 1.02kB / 1.02kB done 10:15:19 #19 sha256:b66e0ce64844f5c6435b0c4bfd965558199ab0f53270846861c979cb1ac29365 611B / 611B done 10:15:19 #19 sha256:f7ee36c9aa34bbb665f975c76e5c0d1607f0674b94c84cfb0061f87006ea5d10 3.79MB / 3.79MB 0.1s done 10:15:19 #19 extracting sha256:f7ee36c9aa34bbb665f975c76e5c0d1607f0674b94c84cfb0061f87006ea5d10 0.3s done 10:15:19 #19 DONE 1.1s 10:15:19 10:15:19 #37 [security-spire-config internal] load .dockerignore 10:15:19 #37 transferring context: 50B 0.0s done 10:15:19 #37 DONE 0.7s 10:15:19 10:15:19 #38 [security-spire-agent internal] load .dockerignore 10:15:19 #38 transferring context: 50B 0.0s done 10:15:19 #38 DONE 0.7s 10:15:19 10:15:19 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 10:15:19 #39 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 10:15:19 #39 ... 10:15:19 10:15:19 #40 [security-spire-server internal] load build context 10:15:19 #40 transferring context: 26.58kB done 10:15:19 #40 DONE 0.4s 10:15:19 10:15:19 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 10:15:19 #39 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 0.4s done 10:15:20 #39 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 0B / 126.89kB 0.1s 10:15:20 #39 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 0B / 113B 0.1s 10:15:20 #39 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 0B / 299B 0.1s 10:15:20 #39 sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 1.61kB / 1.61kB done 10:15:20 #39 sha256:9f8a255617307da6b53c9d6487246bf5b49d3512bb30f5b733ea11aa6c9ca192 1.05kB / 1.05kB done 10:15:20 #39 sha256:310211bc494e8d41e03aed8667c76bf95c9be121e0a59409aa32f7da7c671a50 1.74kB / 1.74kB done 10:15:20 #39 ... 10:15:20 10:15:20 #41 [security-spire-config internal] load build context 10:15:20 #41 transferring context: 24.83kB 0.0s done 10:15:20 #41 DONE 0.5s 10:15:20 10:15:20 #42 [security-spire-agent internal] load build context 10:15:20 #42 transferring context: 26.11kB 0.0s done 10:15:20 #42 DONE 0.5s 10:15:20 10:15:20 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 10:15:20 #39 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 10:15:20 #39 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.1s done 10:15:20 #39 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.2s done 10:15:20 #39 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 0.2s done 10:15:20 #39 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 done 10:15:20 #39 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 3.15MB / 41.51MB 0.3s 10:15:20 #39 extracting sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 done 10:15:20 #39 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 10.49MB / 41.51MB 0.4s 10:15:20 #39 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 15.73MB / 41.51MB 0.5s 10:15:20 #39 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 20.97MB / 41.51MB 0.6s 10:15:20 #39 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 31.46MB / 41.51MB 0.7s 10:15:20 #39 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 41.51MB / 41.51MB 0.8s 10:15:21 #39 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 41.51MB / 41.51MB 0.8s done 10:15:21 #39 extracting sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 10:15:25 #39 extracting sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 3.6s done 10:15:26 #39 ... 10:15:26 10:15:26 #43 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 10:15:26 #0 0.688 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 10:15:26 #0 0.850 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 10:15:26 #0 1.249 (1/2) Installing dumb-init (1.2.5-r3) 10:15:26 #0 1.261 (2/2) Installing su-exec (0.2-r3) 10:15:26 #0 1.274 Executing busybox-1.37.0-r20.trigger 10:15:26 #0 1.277 OK: 7 MiB in 18 packages 10:15:26 #43 DONE 7.0s 10:15:26 10:15:26 #44 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:15:26 #44 DONE 7.0s 10:15:26 10:15:26 #45 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 10:15:26 #0 0.625 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 10:15:26 #0 0.853 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 10:15:26 #0 1.230 (1/1) Installing dumb-init (1.2.5-r3) 10:15:26 #0 1.245 Executing busybox-1.37.0-r20.trigger 10:15:26 #0 1.258 OK: 7 MiB in 17 packages 10:15:26 #45 DONE 7.0s 10:15:26 10:15:26 #46 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 10:15:26 #46 ... 10:15:26 10:15:26 #47 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:15:26 #47 DONE 7.0s 10:15:26 10:15:26 #48 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:15:26 #0 2.213 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 10:15:26 #0 2.352 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 10:15:26 #0 2.684 v3.22.5-19-g537cbfc3c90 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 10:15:26 #0 2.684 v3.22.5-19-g537cbfc3c90 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 10:15:26 #0 2.684 OK: 26325 distinct packages available 10:15:26 #0 2.748 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 10:15:26 #0 2.843 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 10:15:26 #0 3.169 (1/5) Installing dumb-init (1.2.5-r3) 10:15:26 #0 3.169 (2/5) Installing musl-obstack (1.2.3-r2) 10:15:26 #0 3.180 (3/5) Installing libucontext (1.3.2-r0) 10:15:26 #0 3.189 (4/5) Installing gcompat (1.1.0-r4) 10:15:26 #0 3.199 (5/5) Installing openssl (3.5.7-r0) 10:15:26 #0 3.220 Executing busybox-1.37.0-r20.trigger 10:15:26 #0 3.229 OK: 8 MiB in 21 packages 10:15:26 #48 DONE 7.0s 10:15:26 10:15:26 #49 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 10:15:26 #0 2.568 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 10:15:26 #0 2.680 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 10:15:26 #0 3.111 v3.22.5-19-g537cbfc3c90 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 10:15:26 #0 3.111 v3.22.5-19-g537cbfc3c90 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 10:15:26 #0 3.111 OK: 26325 distinct packages available 10:15:26 #0 3.183 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 10:15:26 #0 3.277 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 10:15:26 #0 3.583 (1/4) Installing dumb-init (1.2.5-r3) 10:15:26 #0 3.593 (2/4) Installing musl-obstack (1.2.3-r2) 10:15:26 #0 3.605 (3/4) Installing libucontext (1.3.2-r0) 10:15:26 #0 3.613 (4/4) Installing gcompat (1.1.0-r4) 10:15:26 #0 3.623 Executing busybox-1.37.0-r20.trigger 10:15:26 #0 3.629 OK: 8 MiB in 20 packages 10:15:26 #49 DONE 6.9s 10:15:26 10:15:26 #50 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 10:15:26 #0 1.042 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 10:15:26 #0 1.176 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 10:15:26 #0 1.627 (1/4) Installing ca-certificates (20260611-r0) 10:15:26 #0 1.744 (2/4) Installing dumb-init (1.2.5-r3) 10:15:26 #0 1.755 (3/4) Installing su-exec (0.2-r3) 10:15:26 #0 1.772 (4/4) Installing yq-go (4.47.2-r3) 10:15:26 #0 1.976 Executing busybox-1.37.0-r20.trigger 10:15:26 #0 1.988 Executing ca-certificates-20260611-r0.trigger 10:15:26 #0 2.054 OK: 20 MiB in 20 packages 10:15:26 #50 DONE 7.0s 10:15:26 10:15:26 #51 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 10:15:26 #0 1.350 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 10:15:26 #0 1.498 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 10:15:26 #0 1.808 (1/7) Installing ca-certificates (20260611-r0) 10:15:26 #0 1.830 (2/7) Installing dumb-init (1.2.5-r3) 10:15:26 #0 1.850 (3/7) Installing libgcc (14.2.0-r6) 10:15:26 #0 1.860 (4/7) Installing libsodium (1.0.20-r1) 10:15:26 #0 1.866 (5/7) Installing libstdc++ (14.2.0-r6) 10:15:26 #0 1.906 (6/7) Installing libzmq (4.3.5-r2) 10:15:26 #0 1.926 (7/7) Installing zeromq (4.3.5-r2) 10:15:26 #0 1.944 Executing busybox-1.37.0-r20.trigger 10:15:26 #0 1.952 Executing ca-certificates-20260611-r0.trigger 10:15:26 #0 2.034 OK: 12 MiB in 23 packages 10:15:26 #51 DONE 7.1s 10:15:26 10:15:26 #52 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 10:15:26 #0 1.436 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 10:15:26 #0 1.557 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 10:15:26 #0 1.936 OK: 265 MiB in 60 packages 10:15:26 #52 DONE 7.0s 10:15:26 10:15:26 #53 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 10:15:26 #0 1.806 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 10:15:26 #0 1.946 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 10:15:26 #0 2.339 (1/4) Installing dumb-init (1.2.5-r3) 10:15:26 #0 2.351 (2/4) Installing openssl (3.5.7-r0) 10:15:26 #0 2.371 (3/4) Installing su-exec (0.2-r3) 10:15:26 #0 2.380 (4/4) Installing yq-go (4.47.2-r3) 10:15:26 #0 2.470 Executing busybox-1.37.0-r20.trigger 10:15:26 #0 2.487 OK: 20 MiB in 20 packages 10:15:26 #53 DONE 7.1s 10:15:26 10:15:26 #54 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:15:26 #0 0.626 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 10:15:26 #0 0.861 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 10:15:26 #0 1.279 v3.22.5-19-g537cbfc3c90 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 10:15:26 #0 1.279 v3.22.5-19-g537cbfc3c90 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 10:15:26 #0 1.279 OK: 26325 distinct packages available 10:15:26 #0 1.342 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 10:15:26 #0 1.460 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 10:15:26 #0 1.787 (1/13) Installing brotli-libs (1.1.0-r2) 10:15:26 #0 1.809 (2/13) Installing c-ares (1.34.6-r0) 10:15:26 #0 1.822 (3/13) Installing libunistring (1.3-r0) 10:15:26 #0 1.851 (4/13) Installing libidn2 (2.3.7-r0) 10:15:26 #0 1.861 (5/13) Installing nghttp2-libs (1.69.0-r0) 10:15:26 #0 1.878 (6/13) Installing libpsl (0.21.5-r3) 10:15:26 #0 1.891 (7/13) Installing zstd-libs (1.5.7-r0) 10:15:26 #0 1.905 (8/13) Installing libcurl (8.14.1-r2) 10:15:26 #0 1.923 (9/13) Installing curl (8.14.1-r2) 10:15:26 #0 1.939 (10/13) Installing dumb-init (1.2.5-r3) 10:15:26 #0 1.950 (11/13) Installing musl-obstack (1.2.3-r2) 10:15:26 #0 1.967 (12/13) Installing libucontext (1.3.2-r0) 10:15:26 #0 1.975 (13/13) Installing gcompat (1.1.0-r4) 10:15:26 #0 1.987 Executing busybox-1.37.0-r20.trigger 10:15:26 #0 1.999 OK: 12 MiB in 29 packages 10:15:26 #54 DONE 7.1s 10:15:26 10:15:26 #55 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init 10:15:26 #0 1.492 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 10:15:26 #0 1.618 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 10:15:26 #0 1.959 (1/1) Installing dumb-init (1.2.5-r3) 10:15:26 #0 1.971 Executing busybox-1.37.0-r20.trigger 10:15:26 #0 1.984 OK: 7 MiB in 17 packages 10:15:26 #55 DONE 7.1s 10:15:26 10:15:26 #56 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 10:15:26 #0 1.449 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 10:15:26 #0 1.596 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 10:15:26 #0 1.964 (1/3) Installing ca-certificates (20260611-r0) 10:15:26 #0 1.988 (2/3) Installing dumb-init (1.2.5-r3) 10:15:26 #0 1.999 (3/3) Installing tzdata (2026b-r0) 10:15:26 #0 2.062 Executing busybox-1.37.0-r20.trigger 10:15:26 #0 2.072 Executing ca-certificates-20260611-r0.trigger 10:15:26 #0 2.126 OK: 8 MiB in 19 packages 10:15:26 #56 DONE 7.1s 10:15:26 10:15:26 #57 [core-command stage-1 3/8] RUN apk --no-cache upgrade 10:15:27 #57 ... 10:15:27 10:15:27 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 10:15:27 #39 DONE 7.6s 10:15:27 10:15:27 #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 10:15:27 #58 resolve ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 0.3s done 10:15:27 #58 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 done 10:15:27 #58 sha256:01bda00f80487bf4a688e49be6da5f8ee1d7eecd31dea469f60d2c70f8de35b0 19.17MB / 19.17MB 0.6s done 10:15:27 #58 sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 1.61kB / 1.61kB done 10:15:27 #58 sha256:f3f75cbd8e89aaeaf217da4f23120881d5cf2db177a9095099ab1c09bcacbbff 1.05kB / 1.05kB done 10:15:27 #58 sha256:85fdd50c7a5e4921364e1448e85c8bf3593e78ec983c9336afa844644b6f45d1 1.72kB / 1.72kB done 10:15:27 #58 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.0s done 10:15:27 #58 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.1s done 10:15:27 #58 sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a 295B / 295B 0.2s done 10:15:27 #58 extracting sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a done 10:15:27 #58 extracting sha256:01bda00f80487bf4a688e49be6da5f8ee1d7eecd31dea469f60d2c70f8de35b0 1.8s done 10:15:27 #58 DONE 7.5s 10:15:27 10:15:27 #59 [support-scheduler internal] load build context 10:15:27 #59 transferring context: 394.75MB 8.4s 10:15:27 #59 ... 10:15:27 10:15:27 #60 [support-notifications internal] load build context 10:15:28 #60 ... 10:15:28 10:15:28 #59 [support-scheduler internal] load build context 10:15:28 #59 ... 10:15:28 10:15:28 #61 [security-spiffe-token-provider internal] load build context 10:15:28 #61 ... 10:15:28 10:15:28 #62 [core-metadata internal] load build context 10:15:28 #62 ... 10:15:28 10:15:28 #63 [security-bootstrapper internal] load build context 10:15:28 #63 ... 10:15:28 10:15:28 #64 [core-data internal] load build context 10:15:28 #64 ... 10:15:28 10:15:28 #65 [security-secretstore-setup internal] load build context 10:15:28 #65 ... 10:15:28 10:15:28 #66 [security-proxy-setup internal] load build context 10:15:29 #66 ... 10:15:29 10:15:29 #67 [core-command internal] load build context 10:15:29 #67 ... 10:15:29 10:15:29 #68 [core-keeper internal] load build context 10:15:29 #68 ... 10:15:29 10:15:29 #69 [security-proxy-auth internal] load build context 10:15:29 #69 ... 10:15:29 10:15:29 #70 [core-common-config-bootstrapper internal] load build context 10:15:29 #70 ... 10:15:29 10:15:29 #69 [security-proxy-auth internal] load build context 10:15:29 #69 ... 10:15:29 10:15:29 #71 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 10:15:29 #0 9.622 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 10:15:29 #0 9.747 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 10:15:29 #71 10.04 OK: 265 MiB in 60 packages 10:15:29 #71 ... 10:15:29 10:15:29 #72 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev 10:15:29 #0 9.902 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 10:15:29 #0 10.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 10:15:30 #72 ... 10:15:30 10:15:30 #73 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 10:15:30 #0 9.003 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 10:15:30 #0 9.116 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 10:15:30 #0 9.443 OK: 265 MiB in 60 packages 10:15:30 #73 ... 10:15:30 10:15:30 #69 [security-proxy-auth internal] load build context 10:15:32 #69 transferring context: 634.64MB 13.7s 10:15:32 #69 ... 10:15:32 10:15:32 #61 [security-spiffe-token-provider internal] load build context 10:15:32 #61 transferring context: 652.66MB 12.0s done 10:15:32 #61 DONE 14.0s 10:15:32 10:15:32 #60 [support-notifications internal] load build context 10:15:32 #60 transferring context: 652.66MB 11.8s done 10:15:32 #60 DONE 13.7s 10:15:32 10:15:32 #69 [security-proxy-auth internal] load build context 10:15:32 #69 transferring context: 652.66MB 13.8s done 10:15:32 #69 DONE 14.0s 10:15:32 10:15:32 #36 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 10:15:32 #36 9.243 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 10:15:32 #36 9.370 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 10:15:32 #36 9.711 v3.22.5-19-g537cbfc3c90 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 10:15:32 #36 9.711 v3.22.5-19-g537cbfc3c90 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 10:15:32 #36 9.711 OK: 26345 distinct packages available 10:15:32 #36 9.781 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 10:15:32 #36 9.905 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 10:15:32 #36 10.34 OK: 265 MiB in 60 packages 10:15:32 #36 DONE 12.9s 10:15:32 10:15:32 #71 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 10:15:32 #71 DONE 12.9s 10:15:32 10:15:32 #72 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev 10:15:32 #72 10.34 OK: 265 MiB in 60 packages 10:15:32 #72 DONE 12.9s 10:15:32 10:15:32 #73 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 10:15:32 #73 DONE 13.0s 10:15:32 10:15:32 #64 [core-data internal] load build context 10:15:32 #64 transferring context: 652.66MB 12.7s done 10:15:32 #64 DONE 14.0s 10:15:32 10:15:32 #65 [security-secretstore-setup internal] load build context 10:15:32 #65 transferring context: 652.66MB 12.1s done 10:15:32 #65 DONE 14.0s 10:15:32 10:15:32 #68 [core-keeper internal] load build context 10:15:32 #68 transferring context: 652.66MB 12.4s done 10:15:32 #68 DONE 13.7s 10:15:32 10:15:32 #63 [security-bootstrapper internal] load build context 10:15:32 #63 transferring context: 652.66MB 12.6s done 10:15:32 #63 DONE 14.0s 10:15:32 10:15:32 #62 [core-metadata internal] load build context 10:15:32 #62 transferring context: 652.66MB 12.8s done 10:15:32 #62 DONE 14.0s 10:15:32 10:15:32 #59 [support-scheduler internal] load build context 10:15:32 #59 transferring context: 652.66MB 12.5s done 10:15:32 #59 DONE 13.8s 10:15:32 10:15:32 #67 [core-command internal] load build context 10:15:32 #67 transferring context: 652.66MB 13.2s done 10:15:32 #67 DONE 14.1s 10:15:32 10:15:32 #70 [core-common-config-bootstrapper internal] load build context 10:15:32 #70 transferring context: 652.66MB 13.7s done 10:15:32 #70 DONE 14.0s 10:15:32 10:15:32 #74 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 10:15:32 #74 ... 10:15:32 10:15:32 #66 [security-proxy-setup internal] load build context 10:15:32 #66 transferring context: 652.66MB 13.8s done 10:15:32 #66 DONE 14.2s 10:15:32 10:15:32 #75 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 10:15:32 #75 DONE 0.2s 10:15:32 10:15:32 #74 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 10:15:32 #74 DONE 0.2s 10:15:32 10:15:32 #76 [support-notifications builder 4/7] COPY go.mod vendor* ./ 10:15:32 #76 DONE 0.2s 10:15:32 10:15:32 #77 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 10:15:32 #77 DONE 0.2s 10:15:32 10:15:32 #78 [core-metadata builder 4/7] COPY go.mod vendor* ./ 10:15:32 #78 DONE 0.2s 10:15:32 10:15:32 #46 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 10:15:32 #46 6.345 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 10:15:33 #46 6.503 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 10:15:33 #46 6.942 OK: 7 MiB in 18 packages 10:15:33 #46 DONE 7.1s 10:15:33 10:15:33 #79 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 10:15:33 #0 6.353 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 10:15:33 #0 6.474 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 10:15:33 #0 6.954 OK: 8 MiB in 20 packages 10:15:33 #79 DONE 7.1s 10:15:33 10:15:33 #80 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 10:15:33 #80 ... 10:15:33 10:15:33 #81 [core-data stage-1 3/7] RUN apk --no-cache upgrade 10:15:33 #0 6.333 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 10:15:33 #0 6.462 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 10:15:33 #0 6.957 OK: 7 MiB in 17 packages 10:15:33 #81 DONE 7.1s 10:15:33 10:15:33 #82 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:15:33 #82 ... 10:15:33 10:15:33 #83 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 10:15:33 #0 6.579 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 10:15:33 #0 6.710 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 10:15:33 #0 7.034 OK: 20 MiB in 20 packages 10:15:33 #83 DONE 7.4s 10:15:33 10:15:33 #84 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 10:15:33 #0 6.825 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 10:15:33 #0 6.932 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 10:15:33 #0 7.261 OK: 8 MiB in 21 packages 10:15:33 #84 DONE 7.4s 10:15:33 10:15:33 #85 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 10:15:33 #0 6.361 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 10:15:33 #0 6.694 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 10:15:33 #0 7.139 (1/1) Installing dumb-init (1.2.5-r3) 10:15:33 #0 7.282 Executing busybox-1.37.0-r20.trigger 10:15:33 #0 7.300 OK: 7 MiB in 17 packages 10:15:33 #85 DONE 7.4s 10:15:33 10:15:33 #86 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:15:33 #86 DONE 0.3s 10:15:33 10:15:33 #87 [security-spire-config stage-2 5/10] COPY Attribution.txt / 10:15:33 #87 DONE 0.1s 10:15:34 10:15:34 #88 [security-spire-config stage-2 6/10] COPY security.txt / 10:15:34 #88 DONE 0.4s 10:15:34 10:15:34 #89 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 10:15:34 #0 7.088 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 10:15:34 #0 7.208 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 10:15:34 #0 7.507 OK: 20 MiB in 20 packages 10:15:34 #89 DONE 7.8s 10:15:34 10:15:34 #90 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 10:15:34 #0 6.630 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 10:15:34 #0 6.890 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 10:15:34 #0 7.419 OK: 265 MiB in 60 packages 10:15:34 #90 DONE 7.8s 10:15:34 10:15:34 #91 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 10:15:34 #91 DONE 0.4s 10:15:34 10:15:34 #92 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:15:34 #92 DONE 0.4s 10:15:34 10:15:34 #57 [core-command stage-1 3/8] RUN apk --no-cache upgrade 10:15:34 #57 7.746 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 10:15:34 #57 ... 10:15:34 10:15:34 #93 [core-keeper builder 5/8] COPY go.mod vendor* ./ 10:15:34 #93 DONE 0.1s 10:15:34 10:15:34 #94 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 10:15:34 #94 DONE 0.1s 10:15:34 10:15:34 #95 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 10:15:34 #95 DONE 0.1s 10:15:34 10:15:34 #96 [security-spire-server stage-2 5/9] COPY Attribution.txt / 10:15:34 #96 DONE 0.1s 10:15:34 10:15:34 #57 [core-command stage-1 3/8] RUN apk --no-cache upgrade 10:15:34 #57 7.848 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 10:15:35 #57 ... 10:15:35 10:15:35 #97 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 10:15:35 #0 7.343 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 10:15:35 #0 7.469 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 10:15:35 #0 7.836 OK: 12 MiB in 29 packages 10:15:35 #97 DONE 8.2s 10:15:35 10:15:35 #98 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:15:35 #98 DONE 0.5s 10:15:35 10:15:35 #99 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 10:15:35 #99 DONE 0.3s 10:15:35 10:15:35 #100 [security-spire-server stage-2 6/9] COPY security.txt / 10:15:35 #100 DONE 0.3s 10:15:35 10:15:35 #57 [core-command stage-1 3/8] RUN apk --no-cache upgrade 10:15:35 #57 8.185 OK: 7 MiB in 17 packages 10:15:35 #57 DONE 8.3s 10:15:35 10:15:35 #101 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 10:15:35 #101 DONE 0.1s 10:15:35 10:15:35 #102 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 10:15:35 #102 DONE 0.1s 10:15:35 10:15:35 #103 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 10:15:35 #103 DONE 0.1s 10:15:35 10:15:35 #104 [security-spire-config] exporting to image 10:15:35 #104 exporting layers 10:15:35 #104 ... 10:15:35 10:15:35 #105 [security-spire-agent stage-3 7/10] COPY security.txt / 10:15:35 #105 DONE 0.1s 10:15:35 10:15:35 #106 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 10:15:35 #106 DONE 0.2s 10:15:35 10:15:35 #107 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 10:15:35 #107 DONE 0.1s 10:15:35 10:15:35 #108 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 10:15:35 #108 DONE 0.1s 10:15:35 10:15:35 #109 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 10:15:35 #109 DONE 0.1s 10:15:35 10:15:35 #110 [security-spire-server] exporting to image 10:15:35 #110 ... 10:15:35 10:15:35 #111 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 10:15:35 #111 DONE 0.0s 10:15:35 10:15:35 #80 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 10:15:35 #80 DONE 1.8s 10:15:35 10:15:35 #112 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 10:15:35 #112 DONE 0.0s 10:15:35 10:15:35 #113 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 10:15:35 #0 8.241 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 10:15:35 #0 8.355 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 10:15:35 #0 8.680 OK: 8 MiB in 19 packages 10:15:35 #113 DONE 8.8s 10:15:35 10:15:35 #104 [security-spire-config] exporting to image 10:15:35 #104 exporting layers 0.5s done 10:15:35 #104 writing image sha256:434ae1c028725a365d12cd21043fa7a71ff3cf13ae68b8807d209590bdb9d0d0 done 10:15:35 #104 naming to docker.io/library/security-spire-config 0.0s done 10:15:35 #104 DONE 0.6s 10:15:35 10:15:35 #114 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 10:15:35 #0 8.278 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 10:15:35 #0 8.401 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 10:15:35 #0 8.767 OK: 12 MiB in 23 packages 10:15:35 #114 DONE 8.9s 10:15:35 10:15:35 #115 [security-spire-agent] exporting to image 10:15:35 #115 ... 10:15:35 10:15:35 #110 [security-spire-server] exporting to image 10:15:35 #110 exporting layers 0.5s done 10:15:35 #110 writing image sha256:d7241b89cc0a210a4f6998d58c21c7fdf45c6f183ed6f0a98313a9eb9056be23 done 10:15:35 #110 naming to docker.io/library/security-spire-server done 10:15:35 #110 DONE 0.5s 10:15:35 10:15:35 #115 [security-spire-agent] exporting to image 10:15:35 #115 exporting layers 0.5s done 10:15:36 #115 writing image sha256:15bc0b814f7e1d241e804e5303d6bd4901bf52542e59ce49804906b650d0996a done 10:15:36 #115 naming to docker.io/library/security-spire-agent done 10:15:36 #115 DONE 0.5s 10:15:36 10:15:36 #116 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:15:39 Removing intermediate container 2453c090c645 10:15:39 ---> ecfdf7f832bf 10:15:39 Successfully built ecfdf7f832bf 10:15:39 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:15:39 + docker inspect -f . ci-base-image-arm64 10:15:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:15:40 prd-ubuntu20.04-docker-arm64-4c-16g-14356 does not seem to be running inside a container 10:15:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/988 -v /w/workspace/edgex-go/988:/w/workspace/edgex-go/988:rw,z -v /w/workspace/edgex-go/988@tmp:/w/workspace/edgex-go/988@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 10:15:41 $ docker top 88a473b0d90655411093148fb57da0548740bb602948548455292b295a5b35fd -eo pid,comm [Pipeline] { [Pipeline] sh 10:15:42 + go version 10:15:42 go version go1.25.3 linux/arm64 [Pipeline] } 10:15:42 $ docker stop --time=1 88a473b0d90655411093148fb57da0548740bb602948548455292b295a5b35fd 10:15:44 $ docker rm -f --volumes 88a473b0d90655411093148fb57da0548740bb602948548455292b295a5b35fd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 10:15:44 #116 ... 10:15:44 10:15:44 #117 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:15:44 #117 ... 10:15:44 10:15:44 #118 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:15:44 #118 ... 10:15:44 10:15:44 #119 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:15:44 #119 ... 10:15:44 10:15:44 #120 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 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 10:15:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:15:44 10:15:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:15:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:15:47 latest: Pulling from edgex-devops/edgex-compose-arm64 10:15:47 547446be3368: Pulling fs layer 10:15:47 d125d8839a47: Pulling fs layer 10:15:47 3e85d5ac6304: Pulling fs layer 10:15:47 c3105a71a48b: Pulling fs layer 10:15:47 0f093f025ec4: Pulling fs layer 10:15:47 c3106fc0e877: Pulling fs layer 10:15:47 c3105a71a48b: Waiting 10:15:47 0f093f025ec4: Waiting 10:15:47 c3106fc0e877: Waiting 10:15:47 547446be3368: Verifying Checksum 10:15:47 547446be3368: Download complete 10:15:47 c3105a71a48b: Verifying Checksum 10:15:47 c3105a71a48b: Download complete 10:15:48 d125d8839a47: Verifying Checksum 10:15:48 d125d8839a47: Download complete 10:15:48 c3106fc0e877: Verifying Checksum 10:15:48 c3106fc0e877: Download complete 10:15:48 0f093f025ec4: Verifying Checksum 10:15:48 0f093f025ec4: Download complete 10:15:48 547446be3368: Pull complete 10:15:49 d125d8839a47: Pull complete 10:15:50 3e85d5ac6304: Verifying Checksum 10:15:50 3e85d5ac6304: Download complete 10:15:54 #120 DONE 18.8s 10:15:54 10:15:54 #117 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:15:54 #117 DONE 20.6s 10:15:54 10:15:54 #119 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:15:54 #119 DONE 20.6s 10:15:54 10:15:54 #116 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:15:54 #116 DONE 20.6s 10:15:54 10:15:54 #121 [core-keeper builder 7/8] COPY . . 10:15:54 #121 ... 10:15:54 10:15:54 #82 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:15:54 #82 DONE 20.6s 10:15:54 10:15:54 #118 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:15:54 #118 DONE 20.6s 10:15:54 10:15:54 #122 [core-data builder 6/7] COPY . . 10:15:59 #122 DONE 5.3s 10:15:59 10:15:59 #123 [security-spiffe-token-provider builder 6/7] COPY . . 10:15:59 #123 DONE 5.3s 10:15:59 10:15:59 #124 [support-scheduler builder 6/7] COPY . . 10:15:59 #124 DONE 5.3s 10:15:59 10:15:59 #121 [core-keeper builder 7/8] COPY . . 10:15:59 #121 DONE 5.3s 10:15:59 10:15:59 #125 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:15:59 #125 CACHED 10:15:59 10:15:59 #126 [core-metadata builder 6/7] COPY . . 10:15:59 #126 CACHED 10:15:59 10:15:59 #127 [core-metadata builder 4/7] COPY go.mod vendor* ./ 10:15:59 #127 CACHED 10:15:59 10:15:59 #128 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 10:15:59 #128 CACHED 10:15:59 10:15:59 #129 [core-common-config-bootstrapper builder 6/7] COPY . . 10:15:59 #129 CACHED 10:15:59 10:15:59 #130 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:15:59 #130 CACHED 10:15:59 10:15:59 #131 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 10:15:59 #131 CACHED 10:15:59 10:15:59 #132 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:15:59 #132 CACHED 10:15:59 10:15:59 #133 [security-proxy-auth builder 6/7] COPY . . 10:15:59 #133 CACHED 10:15:59 10:15:59 #134 [core-command builder 6/7] COPY . . 10:15:59 #134 CACHED 10:15:59 10:15:59 #135 [core-command builder 4/7] COPY go.mod vendor* ./ 10:15:59 #135 CACHED 10:15:59 10:15:59 #136 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:15:59 #136 CACHED 10:15:59 10:15:59 #137 [security-secretstore-setup builder 6/7] COPY . . 10:15:59 #137 DONE 5.3s 10:15:59 10:15:59 #138 [support-notifications builder 6/7] COPY . . 10:15:59 #138 DONE 5.3s 10:15:59 10:15:59 #139 [security-bootstrapper builder 6/7] COPY . . 10:15:59 #139 CACHED 10:15:59 10:15:59 #140 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:15:59 #140 CACHED 10:15:59 10:15:59 #141 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 10:15:59 #141 CACHED 10:15:59 10:15:59 #142 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 10:15:59 #142 CACHED 10:15:59 10:15:59 #143 [security-proxy-setup builder 6/7] COPY . . 10:15:59 #143 CACHED 10:15:59 10:15:59 #144 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:15:59 #144 CACHED 10:15:59 10:15:59 #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:15:59 #145 1.019 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:16:02 3e85d5ac6304: Pull complete 10:16:02 c3105a71a48b: Pull complete 10:16:03 0f093f025ec4: Pull complete 10:16:04 c3106fc0e877: Pull complete 10:16:04 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 10:16:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:16:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:16:04 prd-ubuntu20.04-docker-arm64-4c-16g-14356 does not seem to be running inside a container 10:16:04 $ 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/988 -v /w/workspace/edgex-go/988:/w/workspace/edgex-go/988:rw,z -v /w/workspace/edgex-go/988@tmp:/w/workspace/edgex-go/988@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 10:16:06 $ docker top 8de33505c520809ab0b0568ff9003e60198dbbc343ec9e62d8bf7f2d8b732f89 -eo pid,comm [Pipeline] { [Pipeline] sh 10:16:07 + docker compose -f ./docker-compose-build.yml build --parallel 10:16:09 #145 ... 10:16:09 10:16:09 #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:16:09 #0 1.058 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:16:09 #146 ... 10:16:09 10:16:09 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:16:09 #0 1.023 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:16:09 #147 ... 10:16:09 10:16:09 #148 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:16:09 #0 1.027 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:16:09 #148 ... 10:16:09 10:16:09 #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:16:09 #0 1.037 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 10:16:09 #149 ... 10:16:09 10:16:09 #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 10:16:09 #0 1.041 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 10:16:09 #150 ... 10:16:09 10:16:09 #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 10:16:09 #0 0.813 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 10:16:10 #151 ... 10:16:10 10:16:10 #152 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper 10:16:10 #0 0.987 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 10:16:10 #152 ... 10:16:10 10:16:10 #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 10:16:10 #0 1.039 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 10:16:10 #153 ... 10:16:10 10:16:10 #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 10:16:10 #0 0.994 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 10:16:10 #154 ... 10:16:10 10:16:10 #155 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:16:10 #0 0.446 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 10:16:10 #155 ... 10:16:10 10:16:10 #156 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 10:16:10 #0 1.018 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:16:17 #1 [support-notifications internal] load build definition from Dockerfile 10:16:17 #1 transferring dockerfile: 30B 10:16:17 #1 transferring dockerfile: 2.02kB done 10:16:17 #1 DONE 1.3s 10:16:17 10:16:17 #2 [support-notifications internal] load .dockerignore 10:16:17 #2 ... 10:16:17 10:16:17 #3 [security-spire-server internal] load build definition from Dockerfile 10:16:17 #3 transferring dockerfile: 1.70kB done 10:16:17 #3 DONE 0.8s 10:16:17 10:16:17 #4 [core-metadata internal] load build definition from Dockerfile 10:16:17 #4 transferring dockerfile: 2.10kB done 10:16:17 #4 DONE 0.8s 10:16:17 10:16:17 #2 [support-notifications internal] load .dockerignore 10:16:17 #2 transferring context: 50B done 10:16:17 #2 ... 10:16:17 10:16:17 #5 [security-proxy-auth internal] load build definition from Dockerfile 10:16:17 #5 transferring dockerfile: 2.14kB 0.0s done 10:16:17 #5 DONE 0.8s 10:16:17 10:16:17 #6 [support-scheduler internal] load build definition from Dockerfile 10:16:17 #6 transferring dockerfile: 1.83kB 0.0s done 10:16:17 #6 DONE 0.9s 10:16:17 10:16:17 #7 [core-keeper internal] load build definition from Dockerfile 10:16:17 #7 transferring dockerfile: 2.07kB 0.0s done 10:16:17 #7 DONE 0.7s 10:16:17 10:16:17 #8 [security-proxy-setup internal] load build definition from Dockerfile 10:16:17 #8 transferring dockerfile: 2.50kB 0.0s done 10:16:17 #8 DONE 0.7s 10:16:17 10:16:17 #9 [core-command internal] load build definition from Dockerfile 10:16:17 #9 transferring dockerfile: 1.94kB 0.0s done 10:16:17 #9 DONE 1.0s 10:16:17 10:16:17 #10 [core-common-config-bootstrapper internal] load build definition from Dockerfile 10:16:17 #10 transferring dockerfile: 2.23kB 0.0s done 10:16:17 #10 DONE 1.1s 10:16:17 10:16:17 #11 [security-spire-agent internal] load build definition from Dockerfile 10:16:17 #11 transferring dockerfile: 1.81kB 0.0s done 10:16:17 #11 DONE 0.7s 10:16:17 10:16:17 #12 [security-secretstore-setup internal] load build definition from Dockerfile 10:16:17 #12 transferring dockerfile: 2.49kB 0.0s done 10:16:17 #12 DONE 0.7s 10:16:17 10:16:17 #13 [security-bootstrapper internal] load build definition from Dockerfile 10:16:17 #13 transferring dockerfile: 3.02kB 0.0s done 10:16:17 #13 DONE 0.7s 10:16:17 10:16:17 #14 [security-spiffe-token-provider internal] load build definition from Dockerfile 10:16:17 #14 transferring dockerfile: 1.89kB 0.0s done 10:16:17 #14 DONE 0.9s 10:16:17 10:16:17 #15 [security-spire-config internal] load build definition from Dockerfile 10:16:17 #15 transferring dockerfile: 1.69kB 0.0s done 10:16:17 #15 DONE 1.0s 10:16:17 10:16:17 #16 [core-data internal] load build definition from Dockerfile 10:16:17 #16 transferring dockerfile: 2.04kB 0.0s done 10:16:17 #16 DONE 1.0s 10:16:17 10:16:17 #2 [support-notifications internal] load .dockerignore 10:16:18 #2 DONE 0.7s 10:16:18 10:16:18 #17 [security-spire-server internal] load .dockerignore 10:16:18 #17 transferring context: 50B done 10:16:18 #17 DONE 0.0s 10:16:18 10:16:18 #18 [core-metadata internal] load .dockerignore 10:16:18 #18 transferring context: 50B done 10:16:18 #18 DONE 0.1s 10:16:18 10:16:18 #19 [core-common-config-bootstrapper internal] load .dockerignore 10:16:18 #19 transferring context: 50B 0.0s done 10:16:18 #19 DONE 0.1s 10:16:18 10:16:18 #20 [core-command internal] load .dockerignore 10:16:18 #20 transferring context: 50B 0.0s done 10:16:18 #20 DONE 0.1s 10:16:18 10:16:18 #21 [support-scheduler internal] load .dockerignore 10:16:18 #21 transferring context: 50B 0.0s done 10:16:18 #21 DONE 0.1s 10:16:18 10:16:18 #22 [security-proxy-auth internal] load .dockerignore 10:16:18 #22 transferring context: 50B done 10:16:18 #22 DONE 0.1s 10:16:18 10:16:18 #23 [security-spire-config internal] load .dockerignore 10:16:18 #23 transferring context: 50B done 10:16:18 #23 DONE 0.1s 10:16:18 10:16:18 #24 [security-spiffe-token-provider internal] load .dockerignore 10:16:18 #24 transferring context: 50B done 10:16:18 #24 DONE 0.1s 10:16:18 10:16:18 #25 [core-data internal] load .dockerignore 10:16:18 #25 transferring context: 50B 0.0s done 10:16:18 #25 DONE 0.1s 10:16:18 10:16:18 #26 [core-keeper internal] load .dockerignore 10:16:18 #26 transferring context: 50B done 10:16:18 #26 DONE 0.0s 10:16:18 10:16:18 #27 [security-proxy-setup internal] load .dockerignore 10:16:18 #27 transferring context: 50B done 10:16:18 #27 DONE 0.0s 10:16:18 10:16:18 #28 [security-secretstore-setup internal] load .dockerignore 10:16:18 #28 transferring context: 50B 0.0s done 10:16:18 #28 DONE 0.1s 10:16:18 10:16:18 #29 [security-spire-agent internal] load .dockerignore 10:16:18 #29 transferring context: 50B done 10:16:18 #29 DONE 0.1s 10:16:18 10:16:18 #30 [security-bootstrapper internal] load .dockerignore 10:16:19 #30 transferring context: 50B 0.0s done 10:16:19 #30 DONE 0.1s 10:16:19 10:16:19 #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:16:19 #31 DONE 0.0s 10:16:19 10:16:19 #32 [support-notifications internal] load metadata for docker.io/library/alpine:3.22 10:16:20 #32 ... 10:16:20 10:16:20 #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:16:20 #31 DONE 0.0s 10:16:20 10:16:20 #32 [core-command internal] load metadata for docker.io/library/alpine:3.22 10:16:20 #32 ... 10:16:20 10:16:20 #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:16:20 #31 DONE 0.0s 10:16:20 10:16:20 #32 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.22 10:16:20 #32 ... 10:16:20 10:16:20 #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:16:20 #31 DONE 0.0s 10:16:20 10:16:20 #32 [core-keeper internal] load metadata for docker.io/library/alpine:3.22 10:16:20 #32 ... 10:16:20 10:16:20 #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:16:20 #31 DONE 0.0s 10:16:20 10:16:20 #33 [core-metadata internal] load build context 10:16:20 #33 DONE 0.0s 10:16:20 10:16:20 #32 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.22 10:16:20 #32 DONE 1.1s 10:16:20 10:16:20 #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:16:20 #31 DONE 0.0s 10:16:20 10:16:20 #34 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 10:16:20 #34 DONE 0.8s 10:16:20 10:16:20 #35 [security-bootstrapper stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 10:16:20 #35 resolve docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 0.2s done 10:16:20 #35 sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 9.22kB / 9.22kB done 10:16:20 #35 sha256:2c9d26f410d032d5b1525aa8a873e238b05b90c4ae8618743d4311f0cc827e37 1.02kB / 1.02kB done 10:16:20 #35 sha256:2c15e55df5d63efb31b629a557df305130612a16feb029c93447e54dda2c4189 627B / 627B done 10:16:20 #35 sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 9.22kB / 9.22kB done 10:16:20 #35 sha256:2c9d26f410d032d5b1525aa8a873e238b05b90c4ae8618743d4311f0cc827e37 1.02kB / 1.02kB done 10:16:20 #35 sha256:2c15e55df5d63efb31b629a557df305130612a16feb029c93447e54dda2c4189 627B / 627B done 10:16:21 #35 sha256:738128faa30f570583b0e57efd831e0e6a2a9aacf1be88c8f4c1ef8a5b7033cc 0B / 4.12MB 0.8s 10:16:22 #35 sha256:738128faa30f570583b0e57efd831e0e6a2a9aacf1be88c8f4c1ef8a5b7033cc 1.05MB / 4.12MB 1.3s 10:16:22 #35 sha256:738128faa30f570583b0e57efd831e0e6a2a9aacf1be88c8f4c1ef8a5b7033cc 2.46MB / 4.12MB 1.4s 10:16:22 #35 sha256:738128faa30f570583b0e57efd831e0e6a2a9aacf1be88c8f4c1ef8a5b7033cc 3.15MB / 4.12MB 1.5s 10:16:22 #35 sha256:738128faa30f570583b0e57efd831e0e6a2a9aacf1be88c8f4c1ef8a5b7033cc 4.12MB / 4.12MB 1.7s 10:16:22 #35 sha256:738128faa30f570583b0e57efd831e0e6a2a9aacf1be88c8f4c1ef8a5b7033cc 4.12MB / 4.12MB 1.7s done 10:16:22 #35 ... 10:16:22 10:16:22 #36 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.13.3 10:16:22 #36 DONE 2.6s 10:16:22 10:16:22 #35 [security-bootstrapper stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 10:16:22 #35 extracting sha256:738128faa30f570583b0e57efd831e0e6a2a9aacf1be88c8f4c1ef8a5b7033cc 10:16:22 #35 resolve docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 0.2s done 10:16:22 #35 sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 9.22kB / 9.22kB done 10:16:22 #35 sha256:2c9d26f410d032d5b1525aa8a873e238b05b90c4ae8618743d4311f0cc827e37 1.02kB / 1.02kB done 10:16:22 #35 sha256:2c15e55df5d63efb31b629a557df305130612a16feb029c93447e54dda2c4189 627B / 627B done 10:16:22 #35 sha256:738128faa30f570583b0e57efd831e0e6a2a9aacf1be88c8f4c1ef8a5b7033cc 4.12MB / 4.12MB 1.7s done 10:16:23 #35 ... 10:16:23 10:16:23 #37 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 10:16:23 #37 DONE 0.0s 10:16:23 10:16:23 #37 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 10:16:23 #37 resolve ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 10:16:23 #37 ... 10:16:23 10:16:23 #38 [security-spire-config internal] load build context 10:16:23 #38 transferring context: 24.83kB 0.3s done 10:16:23 #38 DONE 3.5s 10:16:24 10:16:24 #35 [security-spire-agent stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 10:16:24 #35 ... 10:16:24 10:16:24 #39 [security-spire-server internal] load build context 10:16:24 #39 transferring context: 26.58kB 0.3s done 10:16:24 #39 DONE 3.7s 10:16:24 10:16:24 #35 [security-spire-agent stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 10:16:25 #35 ... 10:16:25 10:16:25 #40 [support-scheduler internal] load build context 10:16:25 #40 transferring context: 3.44MB 3.8s done 10:16:25 #40 DONE 5.2s 10:16:25 10:16:25 #35 [security-spire-agent stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 10:16:25 #35 ... 10:16:25 10:16:25 #41 [core-command internal] load build context 10:16:25 #41 transferring context: 3.44MB 4.0s done 10:16:25 #41 DONE 5.4s 10:16:25 10:16:25 #35 [security-spire-agent stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 10:16:25 #35 extracting sha256:738128faa30f570583b0e57efd831e0e6a2a9aacf1be88c8f4c1ef8a5b7033cc 2.9s done 10:16:25 #35 ... 10:16:25 10:16:25 #42 [security-spiffe-token-provider internal] load build context 10:16:25 #42 transferring context: 3.44MB 4.0s done 10:16:25 #42 DONE 5.5s 10:16:25 10:16:25 #43 [core-keeper internal] load build context 10:16:25 #43 transferring context: 3.44MB 4.1s done 10:16:25 #43 DONE 5.6s 10:16:25 10:16:25 #33 [core-metadata internal] load build context 10:16:25 #33 transferring context: 3.44MB 4.2s done 10:16:25 #33 DONE 5.6s 10:16:25 10:16:25 #35 [security-spire-agent stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 10:16:25 #35 extracting sha256:738128faa30f570583b0e57efd831e0e6a2a9aacf1be88c8f4c1ef8a5b7033cc 2.9s done 10:16:26 #35 ... 10:16:26 10:16:26 #44 [security-proxy-auth internal] load build context 10:16:26 #44 transferring context: 3.44MB 4.3s done 10:16:26 #44 DONE 5.7s 10:16:26 10:16:26 #45 [core-data internal] load build context 10:16:26 #45 transferring context: 3.44MB 4.8s done 10:16:26 #45 DONE 5.7s 10:16:26 10:16:26 #46 [support-notifications internal] load build context 10:16:26 #46 transferring context: 3.44MB 4.3s done 10:16:26 #46 DONE 5.6s 10:16:26 10:16:26 #47 [security-bootstrapper internal] load build context 10:16:26 #47 transferring context: 3.44MB 3.5s done 10:16:26 #47 DONE 5.6s 10:16:26 10:16:26 #48 [core-common-config-bootstrapper internal] load build context 10:16:26 #48 transferring context: 3.44MB 4.9s done 10:16:26 #48 DONE 5.8s 10:16:26 10:16:26 #49 [security-secretstore-setup internal] load build context 10:16:26 #49 transferring context: 3.44MB 3.5s done 10:16:26 #49 DONE 5.6s 10:16:26 10:16:26 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 10:16:26 #50 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 1.3s done 10:16:26 #50 sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 1.61kB / 1.61kB done 10:16:26 #50 sha256:ced6f785f25e808285239e1b330e8c366d2ae62fa852094f1d3fd326b1132165 1.05kB / 1.05kB done 10:16:26 #50 sha256:8a58b3969bfd5b13870680e9e86bf50468e927db3e6261cf8014eefe02e15b75 1.74kB / 1.74kB done 10:16:26 #50 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 1.4s done 10:16:26 #50 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 1.5s done 10:16:26 #50 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 1.6s done 10:16:26 #50 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 0.1s done 10:16:26 #50 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 18.87MB / 37.02MB 3.5s 10:16:26 #50 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 0.0s done 10:16:26 #50 extracting sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 0.0s done 10:16:26 #50 ... 10:16:26 10:16:26 #51 [security-proxy-setup internal] load build context 10:16:26 #51 transferring context: 3.44MB 3.7s done 10:16:26 #51 DONE 5.7s 10:16:26 10:16:26 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 10:16:26 #50 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 24.16MB / 37.02MB 3.7s 10:16:26 #50 ... 10:16:26 10:16:26 #37 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 10:16:26 #37 resolve ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 1.4s done 10:16:26 #37 sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 1.61kB / 1.61kB done 10:16:26 #37 sha256:6aa7068b88c14fccece3eddd5cf3f031d84f4d6dc184b3aac222cb195ca19d73 1.05kB / 1.05kB done 10:16:26 #37 sha256:5e54a974612164920e65f185ec25fe1cca508e77b756a468d4f5f5adcf30deb0 1.72kB / 1.72kB done 10:16:26 #37 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 done 10:16:26 #37 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B done 10:16:26 #37 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB done 10:16:26 #37 sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a 295B / 295B 0.4s done 10:16:26 #37 sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 16.78MB / 17.33MB 1.4s 10:16:26 #37 extracting sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a 0.0s done 10:16:26 #37 ... 10:16:26 10:16:26 #52 [security-spire-agent internal] load build context 10:16:26 #52 transferring context: 26.11kB 0.0s done 10:16:26 #52 DONE 3.1s 10:16:26 10:16:26 #37 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 10:16:26 #37 sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 17.33MB / 17.33MB 1.4s done 10:16:26 #37 extracting sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 10:16:27 #37 ... 10:16:27 10:16:27 #53 [core-keeper builder 1/8] FROM docker.io/library/ci-base-image-arm64 10:16:27 #53 DONE 7.4s 10:16:27 10:16:27 #37 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 10:16:27 #37 ... 10:16:27 10:16:27 #54 [security-secretstore-setup builder 2/8] WORKDIR /edgex-go 10:16:27 #54 DONE 1.6s 10:16:28 10:16:28 #55 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 10:16:33 #55 ... 10:16:33 10:16:33 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 10:16:33 #50 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 37.02MB / 37.02MB 4.1s done 10:16:33 #50 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 5.7s 10:16:35 #50 ... 10:16:35 10:16:35 #56 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:16:35 #56 DONE 9.0s 10:16:35 10:16:35 #57 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 10:16:36 #57 ... 10:16:36 10:16:36 #58 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 10:16:36 #0 7.602 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 10:16:36 #0 7.982 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 10:16:36 #58 ... 10:16:36 10:16:36 #35 [security-spire-config stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 10:16:36 #35 ... 10:16:36 10:16:36 #59 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:16:36 #59 ... 10:16:36 10:16:36 #60 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 10:16:36 #60 ... 10:16:36 10:16:36 #61 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 10:16:36 #0 10.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 10:16:37 #61 ... 10:16:37 10:16:37 #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 10:16:37 #62 ... 10:16:37 10:16:37 #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:16:37 #0 8.922 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 10:16:37 #0 10.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 10:16:37 #63 ... 10:16:37 10:16:37 #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 10:16:37 #0 8.462 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 10:16:37 #0 9.300 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 10:16:37 #64 ... 10:16:37 10:16:37 #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 10:16:37 #0 8.314 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 10:16:37 #0 9.131 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 10:16:37 #65 ... 10:16:37 10:16:37 #66 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 10:16:37 #0 8.848 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 10:16:37 #0 9.744 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 10:16:37 #66 ... 10:16:37 10:16:37 #67 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 10:16:37 #67 ... 10:16:37 10:16:37 #37 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 10:16:37 #37 extracting sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 11.5s 10:16:37 #37 ... 10:16:37 10:16:37 #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev 10:16:38 #68 ... 10:16:38 10:16:38 #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:16:38 #69 ... 10:16:38 10:16:38 #70 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 10:16:38 #0 10.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 10:16:38 #70 ... 10:16:38 10:16:38 #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 10:16:38 #71 ... 10:16:38 10:16:38 #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 10:16:38 #72 ... 10:16:38 10:16:38 #55 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 10:16:38 #55 10.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 10:16:40 #55 ... 10:16:40 10:16:40 #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:16:40 #69 DONE 12.3s 10:16:40 10:16:40 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 10:16:40 #50 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 12.9s 10:16:41 #50 ... 10:16:41 10:16:41 #58 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 10:16:41 #58 15.36 (1/7) Installing ca-certificates (20260611-r0) 10:16:41 #58 15.58 (2/7) Installing dumb-init (1.2.5-r3) 10:16:41 #58 15.60 (3/7) Installing libgcc (14.2.0-r6) 10:16:42 #58 15.63 (4/7) Installing libsodium (1.0.20-r1) 10:16:42 #58 15.74 (5/7) Installing libstdc++ (14.2.0-r6) 10:16:42 #58 16.18 (6/7) Installing libzmq (4.3.5-r2) 10:16:42 #58 16.31 (7/7) Installing zeromq (4.3.5-r2) 10:16:42 #58 16.47 Executing busybox-1.37.0-r20.trigger 10:16:43 #58 16.70 Executing ca-certificates-20260611-r0.trigger 10:16:44 #58 17.91 OK: 12 MiB in 23 packages 10:16:45 #58 DONE 19.6s 10:16:45 10:16:45 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 10:16:45 #50 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 18.3s 10:16:46 #50 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 18.9s done 10:16:46 #50 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 18.9s done 10:16:47 #50 ... 10:16:47 10:16:47 #61 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 10:16:47 #61 11.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 10:16:47 #61 ... 10:16:47 10:16:47 #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 10:16:47 #64 18.92 (1/4) Installing ca-certificates (20260611-r0) 10:16:47 #64 19.32 (2/4) Installing dumb-init (1.2.5-r3) 10:16:47 #64 19.36 (3/4) Installing su-exec (0.2-r3) 10:16:47 #64 19.51 (4/4) Installing yq-go (4.47.2-r3) 10:16:47 #64 21.23 Executing busybox-1.37.0-r20.trigger 10:16:47 #64 21.47 Executing ca-certificates-20260611-r0.trigger 10:16:48 #64 ... 10:16:48 10:16:48 #37 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 10:16:48 #37 extracting sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 11.8s done 10:16:48 #37 ... 10:16:48 10:16:48 #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 10:16:48 #62 11.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 10:16:48 #62 13.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 10:16:48 #62 ... 10:16:48 10:16:48 #59 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:16:48 #59 11.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 10:16:48 #59 13.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 10:16:48 #59 ... 10:16:48 10:16:48 #66 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 10:16:48 #66 19.32 (1/2) Installing dumb-init (1.2.5-r3) 10:16:48 #66 19.39 (2/2) Installing su-exec (0.2-r3) 10:16:48 #66 19.43 Executing busybox-1.37.0-r20.trigger 10:16:48 #66 19.69 OK: 8 MiB in 18 packages 10:16:49 #66 DONE 22.6s 10:16:49 10:16:49 #61 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 10:16:49 #61 22.66 (1/1) Installing dumb-init (1.2.5-r3) 10:16:49 #61 22.73 Executing busybox-1.37.0-r20.trigger 10:16:49 #61 ... 10:16:49 10:16:49 #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 10:16:49 #72 11.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 10:16:49 #72 13.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 10:16:49 #72 ... 10:16:49 10:16:49 #60 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 10:16:49 #60 12.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 10:16:49 #60 14.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 10:16:49 #60 ... 10:16:49 10:16:49 #67 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 10:16:49 #67 13.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 10:16:49 #67 15.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 10:16:49 #67 ... 10:16:49 10:16:49 #61 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 10:16:49 #61 22.99 OK: 8 MiB in 17 packages 10:16:49 #61 ... 10:16:49 10:16:49 #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 10:16:49 #71 11.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 10:16:49 #71 14.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 10:16:49 #71 ... 10:16:49 10:16:49 #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev 10:16:49 #68 11.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 10:16:49 #68 14.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 10:16:50 #68 ... 10:16:50 10:16:50 #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 10:16:50 #64 22.98 OK: 19 MiB in 20 packages 10:16:50 #64 ... 10:16:50 10:16:50 #70 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 10:16:50 #70 12.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 10:16:50 #70 ... 10:16:50 10:16:50 #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 10:16:50 #0 5.502 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 10:16:50 #0 7.589 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 10:16:50 #73 ... 10:16:50 10:16:50 #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:16:50 #63 19.56 v3.22.5-19-g537cbfc3c90 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 10:16:50 #63 19.56 v3.22.5-19-g537cbfc3c90 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 10:16:50 #63 19.56 OK: 26166 distinct packages available 10:16:50 #63 21.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 10:16:50 #63 23.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 10:16:51 #63 ... 10:16:51 10:16:51 #55 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 10:16:51 #55 12.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 10:16:51 #55 ... 10:16:51 10:16:51 #74 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 10:16:51 #74 ... 10:16:51 10:16:51 #57 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 10:16:51 #57 5.772 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 10:16:51 #57 7.544 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 10:16:51 #57 ... 10:16:51 10:16:51 #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 10:16:51 #65 18.17 v3.22.5-19-g537cbfc3c90 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 10:16:51 #65 18.17 v3.22.5-19-g537cbfc3c90 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 10:16:51 #65 18.17 OK: 26166 distinct packages available 10:16:51 #65 20.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 10:16:51 #65 21.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 10:16:51 #65 ... 10:16:51 10:16:51 #61 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 10:16:51 #61 DONE 25.2s 10:16:51 10:16:51 #75 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 10:16:51 #75 ... 10:16:51 10:16:51 #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 10:16:51 #64 DONE 25.4s 10:16:52 10:16:52 #76 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 10:16:54 #76 ... 10:16:54 10:16:54 #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev 10:16:54 #68 24.89 OK: 255 MiB in 60 packages 10:16:54 #68 DONE 26.2s 10:16:54 10:16:54 #77 [support-notifications builder 4/7] COPY go.mod vendor* ./ 10:16:54 #77 DONE 0.7s 10:16:54 10:16:54 #78 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:16:55 #78 ... 10:16:55 10:16:55 #55 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 10:16:55 #55 24.98 OK: 255 MiB in 60 packages 10:16:55 #55 DONE 27.9s 10:16:55 10:16:55 #70 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 10:16:55 #70 25.18 OK: 255 MiB in 60 packages 10:16:55 #70 DONE 28.0s 10:16:55 10:16:55 #60 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 10:16:55 #60 27.14 (1/1) Installing dumb-init (1.2.5-r3) 10:16:55 #60 27.21 Executing busybox-1.37.0-r20.trigger 10:16:55 #60 27.44 OK: 8 MiB in 17 packages 10:16:56 #60 ... 10:16:56 10:16:56 #79 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 10:16:56 #0 4.183 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 10:16:56 #0 6.099 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 10:16:56 #79 ... 10:16:56 10:16:56 #80 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 10:16:56 #80 ... 10:16:56 10:16:56 #60 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 10:16:56 #60 DONE 30.1s 10:16:56 10:16:56 #75 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 10:16:56 #75 5.012 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 10:16:57 #75 ... 10:16:57 10:16:57 #81 [core-metadata builder 4/7] COPY go.mod vendor* ./ 10:16:57 #81 DONE 1.4s 10:16:57 10:16:57 #80 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 10:16:57 #80 DONE 1.4s 10:16:57 10:16:57 #82 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:16:57 #82 ... 10:16:57 10:16:57 #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 10:16:57 #71 27.35 OK: 255 MiB in 60 packages 10:16:57 #71 DONE 29.7s 10:16:57 10:16:57 #83 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 10:16:58 #83 ... 10:16:58 10:16:58 #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 10:16:58 #62 26.38 (1/4) Installing dumb-init (1.2.5-r3) 10:16:58 #62 26.39 (2/4) Installing openssl (3.5.7-r0) 10:16:58 #62 26.44 (3/4) Installing su-exec (0.2-r3) 10:16:58 #62 26.47 (4/4) Installing yq-go (4.47.2-r3) 10:16:58 #62 27.76 Executing busybox-1.37.0-r20.trigger 10:16:58 #62 27.89 OK: 20 MiB in 20 packages 10:16:58 #62 DONE 32.0s 10:16:58 10:16:58 #83 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 10:16:58 #83 DONE 0.8s 10:16:58 10:16:58 #84 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:17:00 #84 ... 10:17:00 10:17:00 #67 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 10:17:00 #67 26.01 (1/3) Installing ca-certificates (20260611-r0) 10:17:00 #67 26.63 (2/3) Installing dumb-init (1.2.5-r3) 10:17:00 #67 26.66 (3/3) Installing tzdata (2026b-r0) 10:17:00 #67 28.94 Executing busybox-1.37.0-r20.trigger 10:17:00 #67 29.15 Executing ca-certificates-20260611-r0.trigger 10:17:00 #67 30.78 OK: 8 MiB in 19 packages 10:17:00 #67 DONE 33.9s 10:17:00 10:17:00 #85 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 10:17:01 #85 ... 10:17:01 10:17:01 #57 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 10:17:01 #57 22.32 (1/1) Installing dumb-init (1.2.5-r3) 10:17:01 #57 23.05 Executing busybox-1.37.0-r20.trigger 10:17:01 #57 23.16 OK: 8 MiB in 17 packages 10:17:01 #57 DONE 26.3s 10:17:01 10:17:01 #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 10:17:01 #65 32.68 (1/4) Installing dumb-init (1.2.5-r3) 10:17:01 #65 32.76 (2/4) Installing musl-obstack (1.2.3-r2) 10:17:01 #65 32.81 (3/4) Installing libucontext (1.3.2-r0) 10:17:01 #65 32.81 (4/4) Installing gcompat (1.1.0-r4) 10:17:01 #65 32.88 Executing busybox-1.37.0-r20.trigger 10:17:01 #65 33.28 OK: 8 MiB in 20 packages 10:17:02 #65 ... 10:17:02 10:17:02 #74 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 10:17:02 #74 3.060 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 10:17:02 #74 5.178 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 10:17:02 #74 ... 10:17:02 10:17:02 #59 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:17:02 #59 25.77 v3.22.5-19-g537cbfc3c90 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 10:17:02 #59 25.77 v3.22.5-19-g537cbfc3c90 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 10:17:02 #59 25.77 OK: 26166 distinct packages available 10:17:02 #59 28.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 10:17:02 #59 30.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 10:17:02 #59 ... 10:17:02 10:17:02 #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 10:17:02 #72 25.28 v3.22.5-19-g537cbfc3c90 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 10:17:02 #72 25.28 v3.22.5-19-g537cbfc3c90 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 10:17:02 #72 25.28 OK: 26186 distinct packages available 10:17:02 #72 28.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 10:17:02 #72 30.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 10:17:02 #72 ... 10:17:02 10:17:02 #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 10:17:02 #65 DONE 36.0s 10:17:02 10:17:02 #86 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 10:17:05 #86 ... 10:17:05 10:17:05 #76 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 10:17:05 #76 3.630 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 10:17:05 #76 5.146 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 10:17:05 #76 ... 10:17:05 10:17:05 #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:17:05 #63 37.05 (1/13) Installing brotli-libs (1.1.0-r2) 10:17:05 #63 37.20 (2/13) Installing c-ares (1.34.6-r0) 10:17:05 #63 37.27 (3/13) Installing libunistring (1.3-r0) 10:17:05 #63 37.51 (4/13) Installing libidn2 (2.3.7-r0) 10:17:05 #63 37.55 (5/13) Installing nghttp2-libs (1.69.0-r0) 10:17:05 #63 37.62 (6/13) Installing libpsl (0.21.5-r3) 10:17:05 #63 37.68 (7/13) Installing zstd-libs (1.5.7-r0) 10:17:05 #63 37.84 (8/13) Installing libcurl (8.14.1-r2) 10:17:05 #63 37.99 (9/13) Installing curl (8.14.1-r2) 10:17:05 #63 38.06 (10/13) Installing dumb-init (1.2.5-r3) 10:17:05 #63 38.09 (11/13) Installing musl-obstack (1.2.3-r2) 10:17:05 #63 38.10 (12/13) Installing libucontext (1.3.2-r0) 10:17:05 #63 38.13 (13/13) Installing gcompat (1.1.0-r4) 10:17:05 #63 38.19 Executing busybox-1.37.0-r20.trigger 10:17:05 #63 38.36 OK: 13 MiB in 29 packages 10:17:05 #63 ... 10:17:05 10:17:05 #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 10:17:05 #73 23.36 OK: 255 MiB in 60 packages 10:17:05 #73 DONE 25.5s 10:17:05 10:17:05 #87 [core-keeper builder 5/8] COPY go.mod vendor* ./ 10:17:06 #87 DONE 0.4s 10:17:06 10:17:06 #86 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 10:17:06 #86 3.517 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 10:17:06 #86 ... 10:17:06 10:17:06 #88 [core-data stage-1 3/7] RUN apk --no-cache upgrade 10:17:06 #0 6.618 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 10:17:06 #0 8.377 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 10:17:06 #88 ... 10:17:06 10:17:06 #79 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 10:17:06 #79 18.48 OK: 12 MiB in 23 packages 10:17:06 #79 DONE 20.7s 10:17:06 10:17:06 #89 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:17:07 #89 ... 10:17:07 10:17:07 #90 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:17:07 #90 ... 10:17:07 10:17:07 #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:17:07 #63 DONE 41.0s 10:17:07 10:17:07 #91 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 10:17:08 #91 ... 10:17:08 10:17:08 #75 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 10:17:08 #75 6.816 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 10:17:08 #75 ... 10:17:08 10:17:08 #92 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 10:17:08 #0 6.704 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 10:17:08 #0 8.234 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 10:17:08 #92 ... 10:17:08 10:17:08 #86 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 10:17:08 #86 5.822 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 10:17:12 #86 ... 10:17:12 10:17:12 #76 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 10:17:12 #76 18.12 OK: 19 MiB in 20 packages 10:17:12 #76 DONE 19.8s 10:17:12 10:17:12 #59 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:17:12 #59 42.93 (1/5) Installing dumb-init (1.2.5-r3) 10:17:12 #59 42.98 (2/5) Installing musl-obstack (1.2.3-r2) 10:17:12 #59 42.99 (3/5) Installing libucontext (1.3.2-r0) 10:17:12 #59 43.02 (4/5) Installing gcompat (1.1.0-r4) 10:17:12 #59 43.04 (5/5) Installing openssl (3.5.7-r0) 10:17:12 #59 43.10 Executing busybox-1.37.0-r20.trigger 10:17:12 #59 43.16 OK: 9 MiB in 21 packages 10:17:12 #59 DONE 45.2s 10:17:12 10:17:12 #74 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 10:17:12 #74 19.19 OK: 8 MiB in 18 packages 10:17:12 #74 DONE 22.7s 10:17:12 10:17:12 #75 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 10:17:12 #75 18.28 OK: 8 MiB in 17 packages 10:17:12 #75 DONE 20.2s 10:17:12 10:17:12 #93 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 10:17:13 #93 ... 10:17:13 10:17:13 #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 10:17:13 #72 42.84 OK: 255 MiB in 60 packages 10:17:13 #72 DONE 44.9s 10:17:13 10:17:13 #94 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 10:17:13 #94 DONE 0.6s 10:17:13 10:17:13 #95 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:17:15 #95 ... 10:17:15 10:17:15 #85 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 10:17:15 #85 4.913 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 10:17:15 #85 7.010 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 10:17:15 #85 ... 10:17:15 10:17:15 #93 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 10:17:15 #93 3.599 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 10:17:15 #93 ... 10:17:15 10:17:15 #88 [core-data stage-1 3/7] RUN apk --no-cache upgrade 10:17:15 #88 17.88 OK: 8 MiB in 17 packages 10:17:15 #88 DONE 19.5s 10:17:16 10:17:16 #92 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 10:17:16 #92 15.78 OK: 20 MiB in 20 packages 10:17:16 #92 DONE 17.6s 10:17:16 10:17:16 #96 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 10:17:16 #96 DONE 4.5s 10:17:16 10:17:16 #97 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 10:17:16 #97 ... 10:17:16 10:17:16 #98 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 10:17:16 #98 DONE 0.3s 10:17:16 10:17:16 #97 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 10:17:16 #97 DONE 0.4s 10:17:16 10:17:16 #86 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 10:17:16 #86 14.00 OK: 8 MiB in 20 packages 10:17:17 #86 ... 10:17:17 10:17:17 #85 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 10:17:17 #85 15.55 OK: 8 MiB in 19 packages 10:17:17 #85 DONE 17.1s 10:17:17 10:17:17 #93 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 10:17:17 #93 5.142 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 10:17:17 #93 ... 10:17:17 10:17:17 #86 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 10:17:17 #86 DONE 15.2s 10:17:17 10:17:17 #99 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:17:19 #99 DONE 1.9s 10:17:19 10:17:19 #91 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 10:17:19 #91 2.753 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 10:17:19 #91 3.924 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 10:17:19 #91 11.88 OK: 13 MiB in 29 packages 10:17:19 #91 ... 10:17:19 10:17:19 #100 [security-spire-config stage-2 5/10] COPY Attribution.txt / 10:17:19 #100 DONE 0.1s 10:17:19 10:17:19 #101 [security-spire-config stage-2 6/10] COPY security.txt / 10:17:19 #101 DONE 0.2s 10:17:19 10:17:19 #102 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 10:17:20 #102 DONE 0.2s 10:17:20 10:17:20 #103 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 10:17:20 #103 DONE 0.1s 10:17:20 10:17:20 #91 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 10:17:20 #91 DONE 12.7s 10:17:20 10:17:20 #104 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 10:17:20 #104 DONE 0.2s 10:17:20 10:17:20 #105 [security-spire-config] exporting to image 10:17:20 #105 exporting layers 10:17:23 #105 ... 10:17:23 10:17:23 #93 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 10:17:23 #93 10.20 OK: 9 MiB in 21 packages 10:17:23 #93 DONE 11.4s 10:17:23 10:17:23 #106 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 10:17:23 #106 ... 10:17:23 10:17:23 #105 [security-spire-config] exporting to image 10:17:23 #105 exporting layers 3.5s done 10:17:23 #105 writing image sha256:7b902eaa40c64adb1a3b842a04912f7210ae303eed4827e4f40511e3a91c3219 0.0s done 10:17:23 #105 naming to docker.io/library/security-spire-config-arm64 0.0s done 10:17:23 #105 DONE 3.5s 10:17:24 10:17:24 #107 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:17:24 #107 ... 10:17:24 10:17:24 #106 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 10:17:24 #106 DONE 1.6s 10:17:24 10:17:24 #108 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:17:25 #108 ... 10:17:25 10:17:25 #107 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:17:25 #107 DONE 2.3s 10:17:25 10:17:25 #109 [security-spire-server stage-2 5/9] COPY Attribution.txt / 10:17:25 #109 DONE 0.2s 10:17:25 10:17:25 #82 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:17:25 #82 ... 10:17:25 10:17:25 #110 [security-spire-server stage-2 6/9] COPY security.txt / 10:17:25 #110 DONE 0.2s 10:17:25 10:17:25 #111 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 10:17:26 #111 DONE 0.2s 10:17:26 10:17:26 #112 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 10:17:26 #112 DONE 0.2s 10:17:26 10:17:26 #113 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 10:17:26 #113 DONE 0.2s 10:17:26 10:17:26 #105 [security-spire-server] exporting to image 10:17:26 #105 ... 10:17:26 10:17:26 #108 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:17:26 #108 DONE 2.1s 10:17:26 10:17:26 #114 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 10:17:27 #114 DONE 0.3s 10:17:27 10:17:27 #115 [security-spire-agent stage-3 7/10] COPY security.txt / 10:17:27 #115 DONE 0.2s 10:17:27 10:17:27 #116 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 10:17:27 #116 DONE 0.3s 10:17:27 10:17:27 #105 [security-spire-server] exporting to image 10:17:27 #105 ... 10:17:27 10:17:27 #117 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 10:17:27 #117 DONE 0.2s 10:17:28 10:17:28 #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 10:17:28 #118 DONE 0.3s 10:17:28 10:17:28 #78 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:17:28 #78 ... 10:17:28 10:17:28 #105 [security-spire-agent] exporting to image 10:17:30 #105 exporting layers 4.0s done 10:17:30 #105 writing image sha256:52a9480b1e82d0f00519fb9a01ff2397ab98a0deb4d39ad73901aa2df9c81452 0.0s done 10:17:30 #105 naming to docker.io/library/security-spire-server-arm64 0.0s done 10:17:31 #105 exporting layers 3.0s done 10:17:31 #105 writing image sha256:ea243bd6ab7679dc2050913600e6e22b41b77f54f86adb35307c045b6a15b723 done 10:17:31 #105 naming to docker.io/library/security-spire-agent-arm64 0.0s done 10:17:31 #105 DONE 8.5s 10:17:31 10:17:31 #82 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:17:32 #156 ... 10:17:32 10:17:32 #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 10:17:32 #151 DONE 83.6s 10:17:32 10:17:32 #157 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 10:17:32 #157 DONE 0.2s 10:17:32 10:17:32 #158 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 10:17:32 #158 DONE 0.1s 10:17:32 10:17:32 #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 10:17:32 #153 ... 10:17:32 10:17:32 #159 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 10:17:32 #159 DONE 0.1s 10:17:32 10:17:32 #160 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 10:17:32 #160 DONE 0.2s 10:17:32 10:17:32 #161 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 10:17:32 #161 DONE 0.1s 10:17:32 10:17:32 #162 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:17:32 #162 DONE 1.0s 10:17:32 10:17:32 #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 10:17:32 #153 ... 10:17:32 10:17:32 #163 [core-common-config-bootstrapper] exporting to image 10:17:32 #163 exporting layers 10:17:32 #163 exporting layers 0.2s done 10:17:32 #163 writing image sha256:8d3bf0c2dff0b2bdb2adcf4c6b3d0ebdbd52276efdff361c2a52746d0ab660c0 done 10:17:32 #163 naming to docker.io/library/core-common-config-bootstrapper done 10:17:32 #163 DONE 0.2s 10:17:32 10:17:32 #152 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper 10:17:32 #152 ... 10:17:32 10:17:32 #156 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 10:17:32 #156 DONE 87.6s 10:17:32 10:17:32 #164 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 10:17:32 #164 DONE 0.1s 10:17:32 10:17:32 #165 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 10:17:32 #165 DONE 0.9s 10:17:32 10:17:32 #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:17:32 #146 ... 10:17:32 10:17:32 #166 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 10:17:32 #166 DONE 0.1s 10:17:32 10:17:32 #167 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 10:17:32 #167 DONE 0.0s 10:17:32 10:17:32 #168 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:17:32 #168 DONE 0.2s 10:17:32 10:17:32 #169 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 10:17:32 #169 DONE 0.0s 10:17:32 10:17:32 #152 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper 10:17:32 #152 ... 10:17:32 10:17:32 #170 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 10:17:32 #170 DONE 0.0s 10:17:32 10:17:32 #171 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ 10:17:32 #171 DONE 0.0s 10:17:32 10:17:32 #172 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 10:17:32 #172 DONE 0.0s 10:17:32 10:17:32 #173 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 10:17:32 #173 DONE 0.0s 10:17:32 10:17:32 #174 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 10:17:32 #174 DONE 1.0s 10:17:32 10:17:32 #148 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:17:32 #148 ... 10:17:32 10:17:32 #175 [security-bootstrapper] exporting to image 10:17:32 #175 exporting layers 0.6s done 10:17:32 #175 writing image sha256:b7a716ad2fbae4b5f64cd808668cc78f70d6d68a02d38e7a8f43dda33a26f7eb done 10:17:32 #175 naming to docker.io/library/security-bootstrapper 0.0s done 10:17:32 #175 DONE 0.6s 10:17:32 10:17:32 #148 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:18:39 #148 ... 10:18:39 10:18:39 #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 10:18:39 #153 DONE 159.9s 10:18:39 10:18:39 #155 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:18:39 #155 DONE 159.9s 10:18:39 10:18:39 #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 10:18:39 #150 DONE 159.9s 10:18:39 10:18:39 #176 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:18:39 #176 DONE 0.2s 10:18:39 10:18:39 #177 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 10:18:39 #177 DONE 0.1s 10:18:39 10:18:39 #178 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 10:18:39 #178 DONE 0.2s 10:18:39 10:18:39 #179 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 10:18:39 #179 DONE 0.1s 10:18:39 10:18:39 #180 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:18:39 #180 DONE 0.1s 10:18:39 10:18:39 #181 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 10:18:39 #181 DONE 0.1s 10:18:39 10:18:39 #182 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 10:18:39 #182 DONE 0.2s 10:18:39 10:18:39 #183 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 10:18:39 #183 DONE 0.3s 10:18:39 10:18:39 #184 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:18:39 #184 DONE 0.3s 10:18:39 10:18:39 #185 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 10:18:39 #185 DONE 0.1s 10:18:39 10:18:39 #186 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 10:18:39 #186 DONE 0.1s 10:18:39 10:18:39 #187 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 10:18:39 #187 DONE 0.1s 10:18:39 10:18:39 #188 [core-command] exporting to image 10:18:39 #188 exporting layers 10:18:39 #188 exporting layers 0.2s done 10:18:39 #188 writing image sha256:25bb25186d6e581d1ca68138ac8879f5c9f220f0eec59494eeffc2738f6d8e1e 0.1s done 10:18:39 #188 naming to docker.io/library/core-command 10:18:39 #188 naming to docker.io/library/core-command done 10:18:39 #188 DONE 0.3s 10:18:39 10:18:39 #189 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:18:39 #189 DONE 0.3s 10:18:39 10:18:39 #190 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 10:18:39 #190 DONE 0.1s 10:18:39 10:18:39 #191 [security-spiffe-token-provider] exporting to image 10:18:39 #191 exporting layers 0.4s done 10:18:39 #191 writing image sha256:4f4e83e3e5d17a47d63c95484ecc65f3076d99057c9955bc905e4ce1eb75e722 done 10:18:39 #191 naming to docker.io/library/security-spiffe-token-provider done 10:18:39 #191 DONE 0.4s 10:18:39 10:18:39 #192 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:18:40 #192 DONE 0.9s 10:18:40 10:18:40 #148 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:18:40 #148 160.0 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:18:40 #148 ... 10:18:40 10:18:40 #193 [security-proxy-setup] exporting to image 10:18:40 #193 exporting layers 0.2s done 10:18:40 #193 writing image sha256:20f13798297c5e6bf7e2d4ea259a5362acd893854fd1cfa4183291f014518f4e done 10:18:40 #193 naming to docker.io/library/security-proxy-setup done 10:18:40 #193 DONE 0.2s 10:18:41 10:18:41 #152 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper 10:18:42 #152 ... 10:18:42 10:18:42 #148 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:18:42 #148 DONE 163.3s 10:18:42 10:18:42 #194 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 10:18:42 #194 DONE 0.0s 10:18:42 10:18:42 #195 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 10:18:42 #195 DONE 0.0s 10:18:42 10:18:42 #196 [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 10:18:42 #196 DONE 0.0s 10:18:42 10:18:42 #197 [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 10:18:42 #197 DONE 0.0s 10:18:42 10:18:42 #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:18:42 #149 ... 10:18:42 10:18:42 #198 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 10:18:42 #198 DONE 0.0s 10:18:42 10:18:42 #199 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:18:42 #199 DONE 0.1s 10:18:42 10:18:42 #200 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:18:42 #200 DONE 0.2s 10:18:42 10:18:42 #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:18:42 #149 ... 10:18:42 10:18:42 #201 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:18:42 #201 DONE 0.0s 10:18:42 10:18:42 #202 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:18:43 #202 DONE 0.5s 10:18:43 10:18:43 #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 10:18:43 #154 DONE 164.3s 10:18:43 10:18:43 #203 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 10:18:43 #203 DONE 0.1s 10:18:43 10:18:43 #204 [security-secretstore-setup] exporting to image 10:18:43 #204 ... 10:18:43 10:18:43 #203 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 10:18:43 #203 DONE 0.1s 10:18:43 10:18:43 #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:18:43 #146 DONE 164.8s 10:18:43 10:18:43 #152 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper 10:18:43 #152 DONE 164.8s 10:18:43 10:18:43 #205 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 10:18:43 #205 DONE 0.3s 10:18:43 10:18:43 #206 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 10:18:43 #206 ... 10:18:43 10:18:43 #207 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 10:18:43 #207 CACHED 10:18:43 10:18:43 #208 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 10:18:43 #208 CACHED 10:18:43 10:18:43 #209 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 10:18:43 #209 DONE 0.2s 10:18:43 10:18:43 #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:18:43 #149 DONE 165.2s 10:18:43 10:18:43 #206 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 10:18:43 #206 DONE 0.2s 10:18:43 10:18:43 #210 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:18:43 #210 DONE 0.2s 10:18:43 10:18:43 #211 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 10:18:43 #211 DONE 0.2s 10:18:43 10:18:43 #204 [security-secretstore-setup] exporting to image 10:18:43 #204 exporting layers 0.8s done 10:18:43 #204 writing image sha256:47a71e7eee85f553bbaec675e21e106529416548ee0bd8df43a45e60ea0772f5 done 10:18:43 #204 naming to docker.io/library/security-secretstore-setup done 10:18:43 #204 DONE 0.8s 10:18:43 10:18:43 #212 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 10:18:44 #212 DONE 0.2s 10:18:44 10:18:44 #213 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 10:18:44 #213 DONE 0.2s 10:18:44 10:18:44 #214 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 10:18:44 #214 DONE 0.2s 10:18:44 10:18:44 #215 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:18:44 #215 DONE 0.2s 10:18:44 10:18:44 #216 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 10:18:44 #216 DONE 0.1s 10:18:44 10:18:44 #217 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:18:44 #217 DONE 0.1s 10:18:44 10:18:44 #218 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 10:18:44 #218 DONE 0.1s 10:18:44 10:18:44 #219 [core-metadata] exporting to image 10:18:44 #219 ... 10:18:44 10:18:44 #220 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:18:44 #220 DONE 0.1s 10:18:44 10:18:44 #221 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 10:18:44 #221 DONE 0.1s 10:18:44 10:18:44 #222 [core-keeper] exporting to image 10:18:44 #222 exporting layers 0.2s done 10:18:44 #222 writing image sha256:ac89c2892080ecf6f6d9ce067d6291699e090e3bee7f21d968d845e75cbe459c done 10:18:44 #222 naming to docker.io/library/core-keeper 0.0s done 10:18:44 #222 DONE 0.2s 10:18:44 10:18:44 #223 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:18:44 #223 DONE 0.3s 10:18:44 10:18:44 #219 [core-metadata] exporting to image 10:18:44 #219 exporting layers 0.2s done 10:18:44 #219 writing image sha256:67590013b547b140162495e701a56488a84d64b83ead929a99b741d1a713ce2f done 10:18:44 #219 naming to docker.io/library/core-metadata done 10:18:44 #219 DONE 0.3s 10:18:44 10:18:44 #224 [core-data] exporting to image 10:18:44 #224 exporting layers 0.2s done 10:18:44 #224 writing image sha256:6e0f3a94b7a6df1261e319d8f17453b40143cf6e84f43f37d2d069dbab3130e8 done 10:18:44 #224 naming to docker.io/library/core-data done 10:18:44 #224 DONE 0.2s 10:18:44 10:18:44 #225 [security-proxy-auth] exporting to image 10:18:45 #225 exporting layers 0.6s done 10:18:45 #225 writing image sha256:676042e13a5ef5e62b231305f46fc0ceebec6aeb158a454aec64e16ec11ddc80 done 10:18:45 #225 naming to docker.io/library/security-proxy-auth done 10:18:45 #225 DONE 0.6s 10:18:45 10:18:45 #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:18:46 #145 ... 10:18:46 10:18:46 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:18:46 #147 DONE 167.3s 10:18:46 10:18:46 #226 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:18:46 #226 DONE 0.1s 10:18:46 10:18:46 #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:18:46 #145 ... 10:18:46 10:18:46 #227 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:18:46 #227 DONE 0.0s 10:18:46 10:18:46 #228 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:18:46 #228 DONE 0.2s 10:18:46 10:18:46 #229 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 10:18:46 #229 DONE 0.0s 10:18:46 10:18:46 #230 [support-scheduler] exporting to image 10:18:46 #230 ... 10:18:46 10:18:46 #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:18:46 #145 DONE 167.8s 10:18:46 10:18:46 #231 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:18:46 #231 DONE 0.0s 10:18:46 10:18:46 #230 [support-scheduler] exporting to image 10:18:46 #230 ... 10:18:46 10:18:46 #232 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:18:46 #232 DONE 0.0s 10:18:46 10:18:46 #230 [support-scheduler] exporting to image 10:18:46 #230 exporting layers 0.4s done 10:18:46 #230 writing image sha256:d8dd1474e252532136db39cec1f71105cd84be307ab2149101d1cc0225127443 done 10:18:46 #230 naming to docker.io/library/support-scheduler done 10:18:46 #230 DONE 0.5s 10:18:46 10:18:46 #233 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:18:46 #233 DONE 0.1s 10:18:46 10:18:46 #234 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 10:18:46 #234 DONE 0.1s 10:18:46 10:18:46 #235 [support-notifications] exporting to image 10:18:46 #235 exporting layers 0.2s done 10:18:46 #235 writing image sha256:ebe3b5f4dc5ae28986b06e919981791919260b7b677279e3cd622cd2604d3f17 done 10:18:46 #235 naming to docker.io/library/support-notifications done 10:18:46 #235 DONE 0.2s 10:18:46 time="2026-07-06T10:15:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:18:46 time="2026-07-06T10:15:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:18:46 time="2026-07-06T10:15:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:18:46 time="2026-07-06T10:15:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:18:46 time="2026-07-06T10:15:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:18:46 time="2026-07-06T10:15:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:18:46 time="2026-07-06T10:15:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:18:46 time="2026-07-06T10:15:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:18:46 time="2026-07-06T10:15:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:18:46 time="2026-07-06T10:15:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:18:46 time="2026-07-06T10:15:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:18:46 time="2026-07-06T10:15:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:18:46 time="2026-07-06T10:15:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:18:46 time="2026-07-06T10:15:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:18:46 time="2026-07-06T10:15:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 10:18:47 $ docker stop --time=1 cf2740e9744b1184a170070af44ae5ccc8f28b728067433ad862a689c7258b54 10:18:48 $ docker rm -f --volumes cf2740e9744b1184a170070af44ae5ccc8f28b728067433ad862a689c7258b54 [Pipeline] // withDockerContainer [Pipeline] sh 10:18:48 + docker images 10:18:48 REPOSITORY TAG IMAGE ID CREATED SIZE 10:18:48 support-scheduler latest d8dd1474e252 2 seconds ago 54.9MB 10:18:48 support-notifications latest ebe3b5f4dc5a 2 seconds ago 58.5MB 10:18:48 security-proxy-auth latest 676042e13a5e 4 seconds ago 49.8MB 10:18:48 core-metadata latest 67590013b547 4 seconds ago 50.8MB 10:18:48 core-data latest 6e0f3a94b7a6 4 seconds ago 50.6MB 10:18:48 core-keeper latest ac89c2892080 4 seconds ago 50.4MB 10:18:48 security-secretstore-setup latest 47a71e7eee85 5 seconds ago 90.5MB 10:18:48 security-proxy-setup latest 20f13798297c 8 seconds ago 55.4MB 10:18:48 core-command latest 25bb25186d6e 9 seconds ago 44.7MB 10:18:48 security-spiffe-token-provider latest 4f4e83e3e5d1 9 seconds ago 53.8MB 10:18:48 security-bootstrapper latest b7a716ad2fba About a minute ago 21.7MB 10:18:48 core-common-config-bootstrapper latest 8d3bf0c2dff0 About a minute ago 20.6MB 10:18:48 security-spire-agent latest 15bc0b814f7e 3 minutes ago 237MB 10:18:48 security-spire-server latest d7241b89cc0a 3 minutes ago 178MB 10:18:48 security-spire-config latest 434ae1c02872 3 minutes ago 177MB 10:18:48 ci-base-image-x86_64 latest d775f87eb2e2 6 minutes ago 981MB 10:18:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.25-alpine 2caa029a6df7 8 months ago 636MB 10:18:48 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 13 months ago 573MB 10:18:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 3 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 10:18:48 provisioning config files... 10:18:48 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/988@tmp/config2236667202446423396tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:18:49 ---> ****-login.sh 10:18:49 nexus3.edgexfoundry.org:10001 10:18:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:18:49 Login Succeeded 10:18:49 nexus3.edgexfoundry.org:10002 10:18:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:18:49 Login Succeeded 10:18:49 nexus3.edgexfoundry.org:10003 10:18:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:18:49 Login Succeeded 10:18:49 nexus3.edgexfoundry.org:10004 10:18:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:18:49 Login Succeeded 10:18:49 ****.io 10:18:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:18:49 Login Succeeded 10:18:49 ---> ****-login.sh ends [Pipeline] } 10:18:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:18:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^palau$, ^lts-test$]] [Pipeline] echo 10:18:49 [edgeXDocker.push] Tagging docker image core-command with the following tags: 10:18:49 40cd80bac603763c7752655dbe2af7a1b0c195ed 10:18:49 latest 10:18:49 4.1.0-dev.123 10:18:49 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 10:18:49 main 10:18:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:50 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:50 + docker push nexus3.edgexfoundry.org:10004/core-command:40cd80bac603763c7752655dbe2af7a1b0c195ed 10:18:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:18:50 863042c586fa: Preparing 10:18:50 ade38327a5e4: Preparing 10:18:50 e51a6ec754f1: Preparing 10:18:50 24bf5e419e49: Preparing 10:18:50 8ecdf4c93220: Preparing 10:18:50 78a5aebe9cba: Preparing 10:18:50 6f09edfb3f6d: Preparing 10:18:50 78a5aebe9cba: Waiting 10:18:50 6f09edfb3f6d: Waiting 10:18:50 8ecdf4c93220: Pushed 10:18:50 e51a6ec754f1: Pushed 10:18:50 863042c586fa: Pushed 10:18:50 24bf5e419e49: Pushed 10:18:50 6f09edfb3f6d: Layer already exists 10:18:50 78a5aebe9cba: Pushed 10:18:53 #82 DONE 112.2s 10:18:53 10:18:53 #78 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:18:53 #78 DONE 114.6s 10:18:53 10:18:53 #119 [support-notifications builder 6/7] COPY . . 10:18:53 #119 ... 10:18:53 10:18:53 #90 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:18:53 #90 DONE 112.2s 10:18:53 10:18:53 #84 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:18:53 #84 DONE 111.1s 10:18:53 10:18:53 #95 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:18:53 #95 DONE 96.2s 10:18:53 10:18:53 #120 [security-spiffe-token-provider builder 6/7] COPY . . 10:18:53 #120 ... 10:18:53 10:18:53 #89 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:18:53 #89 DONE 103.9s 10:18:53 10:18:53 #121 [core-keeper builder 7/8] COPY . . 10:18:53 ade38327a5e4: Pushed 10:18:53 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:ea36ee43c9441a6a3b31263f33c87a9508899a3d0fefb7c454aabf0ae229d7c8 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:54 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:54 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 10:18:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:18:54 863042c586fa: Preparing 10:18:54 ade38327a5e4: Preparing 10:18:54 e51a6ec754f1: Preparing 10:18:54 24bf5e419e49: Preparing 10:18:54 8ecdf4c93220: Preparing 10:18:54 78a5aebe9cba: Preparing 10:18:54 6f09edfb3f6d: Preparing 10:18:54 6f09edfb3f6d: Waiting 10:18:54 78a5aebe9cba: Waiting 10:18:54 ade38327a5e4: Layer already exists 10:18:54 863042c586fa: Layer already exists 10:18:54 24bf5e419e49: Layer already exists 10:18:54 e51a6ec754f1: Layer already exists 10:18:54 8ecdf4c93220: Layer already exists 10:18:54 78a5aebe9cba: Layer already exists 10:18:54 6f09edfb3f6d: Layer already exists 10:18:54 latest: digest: sha256:ea36ee43c9441a6a3b31263f33c87a9508899a3d0fefb7c454aabf0ae229d7c8 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:54 #121 ... 10:18:54 10:18:54 #122 [support-scheduler builder 6/7] COPY . . 10:18:54 #122 DONE 5.0s 10:18:54 10:18:54 #123 [security-proxy-setup builder 6/7] COPY . . 10:18:54 #123 DONE 5.1s 10:18:54 10:18:54 #124 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:18:54 #124 CACHED 10:18:54 10:18:54 #125 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 10:18:54 #125 CACHED 10:18:54 10:18:54 #126 [security-secretstore-setup builder 6/7] COPY . . 10:18:54 #126 CACHED 10:18:54 10:18:54 #120 [security-spiffe-token-provider builder 6/7] COPY . . 10:18:54 #120 DONE 5.0s 10:18:54 10:18:54 #127 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:18:54 #127 CACHED 10:18:54 10:18:54 #128 [security-bootstrapper builder 6/7] COPY . . 10:18:54 #128 CACHED 10:18:54 10:18:54 #129 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 10:18:54 #129 CACHED 10:18:54 10:18:54 #130 [core-metadata builder 6/7] COPY . . 10:18:54 #130 DONE 5.2s 10:18:54 10:18:54 #119 [support-notifications builder 6/7] COPY . . 10:18:54 #119 DONE 5.1s 10:18:54 10:18:54 #131 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 10:18:55 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.123 [Pipeline] } 10:18:55 #131 ... 10:18:55 10:18:55 #132 [core-data builder 4/7] COPY go.mod vendor* ./ 10:18:55 #132 CACHED 10:18:55 10:18:55 #133 [core-data builder 6/7] COPY . . 10:18:55 #133 CACHED 10:18:55 10:18:55 #134 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:18:55 #134 CACHED 10:18:55 10:18:55 #135 [security-proxy-auth builder 6/7] COPY . . 10:18:55 #135 CACHED 10:18:55 10:18:55 #136 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:18:55 #136 CACHED 10:18:55 10:18:55 #137 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 10:18:55 #137 CACHED 10:18:55 10:18:55 #121 [core-keeper builder 7/8] COPY . . 10:18:55 #121 DONE 4.6s 10:18:55 10:18:55 #138 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:18:55 #138 CACHED 10:18:55 10:18:55 #139 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 10:18:55 #139 CACHED 10:18:55 10:18:55 #140 [core-common-config-bootstrapper builder 6/7] COPY . . 10:18:55 #140 CACHED 10:18:55 10:18:55 #141 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:18:55 #141 CACHED 10:18:55 10:18:55 #142 [core-command builder 6/7] COPY . . 10:18:55 #142 CACHED 10:18:55 10:18:55 #143 [core-command builder 4/7] COPY go.mod vendor* ./ 10:18:55 #143 CACHED 10:18:55 10:18:55 #144 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:55 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.123 10:18:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:18:55 863042c586fa: Preparing 10:18:55 ade38327a5e4: Preparing 10:18:55 e51a6ec754f1: Preparing 10:18:55 24bf5e419e49: Preparing 10:18:55 8ecdf4c93220: Preparing 10:18:55 78a5aebe9cba: Preparing 10:18:55 6f09edfb3f6d: Preparing 10:18:55 78a5aebe9cba: Waiting 10:18:55 6f09edfb3f6d: Waiting 10:18:55 24bf5e419e49: Layer already exists 10:18:55 8ecdf4c93220: Layer already exists 10:18:55 e51a6ec754f1: Layer already exists 10:18:55 863042c586fa: Layer already exists 10:18:55 ade38327a5e4: Layer already exists 10:18:55 78a5aebe9cba: Layer already exists 10:18:55 6f09edfb3f6d: Layer already exists 10:18:55 4.1.0-dev.123: digest: sha256:ea36ee43c9441a6a3b31263f33c87a9508899a3d0fefb7c454aabf0ae229d7c8 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:55 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:55 + docker push nexus3.edgexfoundry.org:10004/core-command:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 10:18:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:18:55 863042c586fa: Preparing 10:18:55 ade38327a5e4: Preparing 10:18:55 e51a6ec754f1: Preparing 10:18:55 24bf5e419e49: Preparing 10:18:55 8ecdf4c93220: Preparing 10:18:55 78a5aebe9cba: Preparing 10:18:55 6f09edfb3f6d: Preparing 10:18:55 78a5aebe9cba: Waiting 10:18:55 6f09edfb3f6d: Waiting 10:18:55 ade38327a5e4: Layer already exists 10:18:55 24bf5e419e49: Layer already exists 10:18:55 8ecdf4c93220: Layer already exists 10:18:55 863042c586fa: Layer already exists 10:18:55 e51a6ec754f1: Layer already exists 10:18:55 78a5aebe9cba: Layer already exists 10:18:55 6f09edfb3f6d: Layer already exists 10:18:55 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:ea36ee43c9441a6a3b31263f33c87a9508899a3d0fefb7c454aabf0ae229d7c8 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:56 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:56 + docker push nexus3.edgexfoundry.org:10004/core-command:main 10:18:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:18:56 863042c586fa: Preparing 10:18:56 ade38327a5e4: Preparing 10:18:56 e51a6ec754f1: Preparing 10:18:56 24bf5e419e49: Preparing 10:18:56 8ecdf4c93220: Preparing 10:18:56 78a5aebe9cba: Preparing 10:18:56 6f09edfb3f6d: Preparing 10:18:56 78a5aebe9cba: Waiting 10:18:56 6f09edfb3f6d: Waiting 10:18:56 24bf5e419e49: Layer already exists 10:18:56 8ecdf4c93220: Layer already exists 10:18:56 e51a6ec754f1: Layer already exists 10:18:56 863042c586fa: Layer already exists 10:18:56 ade38327a5e4: Layer already exists 10:18:56 6f09edfb3f6d: Layer already exists 10:18:56 78a5aebe9cba: Layer already exists 10:18:56 main: digest: sha256:ea36ee43c9441a6a3b31263f33c87a9508899a3d0fefb7c454aabf0ae229d7c8 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:18:56 ===================================================== [Pipeline] echo 10:18:56 taggedImages: 10:18:56 - nexus3.edgexfoundry.org:10004/core-command:40cd80bac603763c7752655dbe2af7a1b0c195ed 10:18:56 - nexus3.edgexfoundry.org:10004/core-command:latest 10:18:56 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.123 10:18:56 - nexus3.edgexfoundry.org:10004/core-command:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 10:18:56 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 10:18:56 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 10:18:56 40cd80bac603763c7752655dbe2af7a1b0c195ed 10:18:56 latest 10:18:56 4.1.0-dev.123 10:18:56 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 10:18:56 main 10:18:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:57 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:57 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:40cd80bac603763c7752655dbe2af7a1b0c195ed 10:18:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 10:18:57 9b56bef498f1: Preparing 10:18:57 0c3032a27954: Preparing 10:18:57 a37c1d60b88a: Preparing 10:18:57 7aa99244a89a: Preparing 10:18:57 e51a6ec754f1: Preparing 10:18:57 24bf5e419e49: Preparing 10:18:57 8ecdf4c93220: Preparing 10:18:57 78a5aebe9cba: Preparing 10:18:57 6f09edfb3f6d: Preparing 10:18:57 78a5aebe9cba: Waiting 10:18:57 6f09edfb3f6d: Waiting 10:18:57 24bf5e419e49: Waiting 10:18:57 8ecdf4c93220: Waiting 10:18:57 e51a6ec754f1: Layer already exists 10:18:57 24bf5e419e49: Layer already exists 10:18:57 8ecdf4c93220: Layer already exists 10:18:57 78a5aebe9cba: Layer already exists 10:18:57 0c3032a27954: Pushed 10:18:57 6f09edfb3f6d: Layer already exists 10:18:57 a37c1d60b88a: Pushed 10:18:57 9b56bef498f1: Pushed 10:18:58 7aa99244a89a: Pushed 10:18:58 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:0d36179bd15a53e7c76b74e8bafb07267c84dc8d51de79eacca6983f1a329187 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:59 + 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 10:18:59 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 10:18:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 10:18:59 9b56bef498f1: Preparing 10:18:59 0c3032a27954: Preparing 10:18:59 a37c1d60b88a: Preparing 10:18:59 7aa99244a89a: Preparing 10:18:59 e51a6ec754f1: Preparing 10:18:59 24bf5e419e49: Preparing 10:18:59 8ecdf4c93220: Preparing 10:18:59 78a5aebe9cba: Preparing 10:18:59 6f09edfb3f6d: Preparing 10:18:59 24bf5e419e49: Waiting 10:18:59 8ecdf4c93220: Waiting 10:18:59 78a5aebe9cba: Waiting 10:18:59 6f09edfb3f6d: Waiting 10:18:59 0c3032a27954: Layer already exists 10:18:59 e51a6ec754f1: Layer already exists 10:18:59 9b56bef498f1: Layer already exists 10:18:59 7aa99244a89a: Layer already exists 10:18:59 a37c1d60b88a: Layer already exists 10:18:59 24bf5e419e49: Layer already exists 10:18:59 8ecdf4c93220: Layer already exists 10:18:59 6f09edfb3f6d: Layer already exists 10:18:59 78a5aebe9cba: Layer already exists 10:18:59 latest: digest: sha256:0d36179bd15a53e7c76b74e8bafb07267c84dc8d51de79eacca6983f1a329187 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:00 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:00 #144 ... 10:19:00 10:19:00 #131 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 10:19:00 #131 5.396 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:19:00 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.123 10:19:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 10:19:00 9b56bef498f1: Preparing 10:19:00 0c3032a27954: Preparing 10:19:00 a37c1d60b88a: Preparing 10:19:00 7aa99244a89a: Preparing 10:19:00 e51a6ec754f1: Preparing 10:19:00 24bf5e419e49: Preparing 10:19:00 8ecdf4c93220: Preparing 10:19:00 78a5aebe9cba: Preparing 10:19:00 6f09edfb3f6d: Preparing 10:19:00 8ecdf4c93220: Waiting 10:19:00 78a5aebe9cba: Waiting 10:19:00 6f09edfb3f6d: Waiting 10:19:00 24bf5e419e49: Waiting 10:19:00 e51a6ec754f1: Layer already exists 10:19:00 0c3032a27954: Layer already exists 10:19:00 7aa99244a89a: Layer already exists 10:19:00 9b56bef498f1: Layer already exists 10:19:00 a37c1d60b88a: Layer already exists 10:19:00 78a5aebe9cba: Layer already exists 10:19:00 24bf5e419e49: Layer already exists 10:19:00 8ecdf4c93220: Layer already exists 10:19:00 6f09edfb3f6d: Layer already exists 10:19:00 4.1.0-dev.123: digest: sha256:0d36179bd15a53e7c76b74e8bafb07267c84dc8d51de79eacca6983f1a329187 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:00 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:01 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 10:19:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 10:19:01 9b56bef498f1: Preparing 10:19:01 0c3032a27954: Preparing 10:19:01 a37c1d60b88a: Preparing 10:19:01 7aa99244a89a: Preparing 10:19:01 e51a6ec754f1: Preparing 10:19:01 24bf5e419e49: Preparing 10:19:01 8ecdf4c93220: Preparing 10:19:01 78a5aebe9cba: Preparing 10:19:01 6f09edfb3f6d: Preparing 10:19:01 24bf5e419e49: Waiting 10:19:01 8ecdf4c93220: Waiting 10:19:01 78a5aebe9cba: Waiting 10:19:01 6f09edfb3f6d: Waiting 10:19:01 7aa99244a89a: Layer already exists 10:19:01 9b56bef498f1: Layer already exists 10:19:01 0c3032a27954: Layer already exists 10:19:01 a37c1d60b88a: Layer already exists 10:19:01 e51a6ec754f1: Layer already exists 10:19:01 24bf5e419e49: Layer already exists 10:19:01 8ecdf4c93220: Layer already exists 10:19:01 6f09edfb3f6d: Layer already exists 10:19:01 78a5aebe9cba: Layer already exists 10:19:01 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:0d36179bd15a53e7c76b74e8bafb07267c84dc8d51de79eacca6983f1a329187 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:01 + 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 10:19:01 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 10:19:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 10:19:01 9b56bef498f1: Preparing 10:19:01 0c3032a27954: Preparing 10:19:01 a37c1d60b88a: Preparing 10:19:01 7aa99244a89a: Preparing 10:19:01 e51a6ec754f1: Preparing 10:19:01 24bf5e419e49: Preparing 10:19:01 8ecdf4c93220: Preparing 10:19:01 78a5aebe9cba: Preparing 10:19:01 6f09edfb3f6d: Preparing 10:19:01 24bf5e419e49: Waiting 10:19:01 8ecdf4c93220: Waiting 10:19:01 78a5aebe9cba: Waiting 10:19:01 6f09edfb3f6d: Waiting 10:19:01 9b56bef498f1: Layer already exists 10:19:01 7aa99244a89a: Layer already exists 10:19:01 e51a6ec754f1: Layer already exists 10:19:01 a37c1d60b88a: Layer already exists 10:19:01 0c3032a27954: Layer already exists 10:19:01 8ecdf4c93220: Layer already exists 10:19:01 24bf5e419e49: Layer already exists 10:19:01 6f09edfb3f6d: Layer already exists 10:19:01 78a5aebe9cba: Layer already exists 10:19:01 main: digest: sha256:0d36179bd15a53e7c76b74e8bafb07267c84dc8d51de79eacca6983f1a329187 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:19:02 ===================================================== [Pipeline] echo 10:19:02 taggedImages: 10:19:02 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:40cd80bac603763c7752655dbe2af7a1b0c195ed 10:19:02 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 10:19:02 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.123 10:19:02 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 10:19:02 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 10:19:02 [edgeXDocker.push] Tagging docker image core-data with the following tags: 10:19:02 40cd80bac603763c7752655dbe2af7a1b0c195ed 10:19:02 latest 10:19:02 4.1.0-dev.123 10:19:02 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 10:19:02 main 10:19:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:02 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:02 + docker push nexus3.edgexfoundry.org:10004/core-data:40cd80bac603763c7752655dbe2af7a1b0c195ed 10:19:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:19:02 31dd11ee5559: Preparing 10:19:02 a76faa69fda6: Preparing 10:19:02 e51a6ec754f1: Preparing 10:19:02 24bf5e419e49: Preparing 10:19:02 2309bcf00d0c: Preparing 10:19:02 dceb2e1f4b1a: Preparing 10:19:02 6f09edfb3f6d: Preparing 10:19:02 6f09edfb3f6d: Waiting 10:19:02 dceb2e1f4b1a: Waiting 10:19:02 24bf5e419e49: Layer already exists 10:19:02 e51a6ec754f1: Layer already exists 10:19:02 6f09edfb3f6d: Layer already exists 10:19:02 31dd11ee5559: Pushed 10:19:02 2309bcf00d0c: Pushed 10:19:02 dceb2e1f4b1a: Pushed 10:19:04 #131 ... 10:19:04 10:19:04 #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 10:19:04 #0 5.725 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 10:19:04 #145 ... 10:19:04 10:19:04 #146 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 10:19:04 #0 4.857 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 10:19:05 #146 ... 10:19:05 10:19:05 #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 10:19:05 #0 5.346 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:19:05 #147 ... 10:19:05 10:19:05 #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:19:05 #0 5.628 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 10:19:05 #148 ... 10:19:05 10:19:05 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:19:05 #0 6.098 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:19:05 #149 ... 10:19:05 10:19:05 #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:19:05 #0 5.030 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 10:19:05 #150 ... 10:19:05 10:19:05 #151 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:19:05 #0 5.016 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:19:05 #151 ... 10:19:05 10:19:05 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 10:19:05 #0 5.940 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 10:19:06 #152 ... 10:19:06 10:19:06 #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:19:06 #0 4.378 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:19:06 #153 ... 10:19:06 10:19:06 #154 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 10:19:06 #0 5.935 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 10:19:06 #154 ... 10:19:06 10:19:06 #144 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper 10:19:06 #144 5.880 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 10:19:06 a76faa69fda6: Pushed 10:19:06 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:c06f5d0eb50a488358bf161aa1bc75d24782b91bb6ebee983aa530b014bf373b size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:07 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:07 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 10:19:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:19:07 31dd11ee5559: Preparing 10:19:07 a76faa69fda6: Preparing 10:19:07 e51a6ec754f1: Preparing 10:19:07 24bf5e419e49: Preparing 10:19:07 2309bcf00d0c: Preparing 10:19:07 dceb2e1f4b1a: Preparing 10:19:07 6f09edfb3f6d: Preparing 10:19:07 dceb2e1f4b1a: Waiting 10:19:07 6f09edfb3f6d: Waiting 10:19:07 24bf5e419e49: Layer already exists 10:19:07 a76faa69fda6: Layer already exists 10:19:07 31dd11ee5559: Layer already exists 10:19:07 e51a6ec754f1: Layer already exists 10:19:07 2309bcf00d0c: Layer already exists 10:19:07 dceb2e1f4b1a: Layer already exists 10:19:07 6f09edfb3f6d: Layer already exists 10:19:07 latest: digest: sha256:c06f5d0eb50a488358bf161aa1bc75d24782b91bb6ebee983aa530b014bf373b size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:07 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:08 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.123 10:19:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:19:08 31dd11ee5559: Preparing 10:19:08 a76faa69fda6: Preparing 10:19:08 e51a6ec754f1: Preparing 10:19:08 24bf5e419e49: Preparing 10:19:08 2309bcf00d0c: Preparing 10:19:08 dceb2e1f4b1a: Preparing 10:19:08 6f09edfb3f6d: Preparing 10:19:08 dceb2e1f4b1a: Waiting 10:19:08 6f09edfb3f6d: Waiting 10:19:08 a76faa69fda6: Layer already exists 10:19:08 e51a6ec754f1: Layer already exists 10:19:08 24bf5e419e49: Layer already exists 10:19:08 31dd11ee5559: Layer already exists 10:19:08 2309bcf00d0c: Layer already exists 10:19:08 dceb2e1f4b1a: Layer already exists 10:19:08 6f09edfb3f6d: Layer already exists 10:19:08 4.1.0-dev.123: digest: sha256:c06f5d0eb50a488358bf161aa1bc75d24782b91bb6ebee983aa530b014bf373b size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:08 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:08 + docker push nexus3.edgexfoundry.org:10004/core-data:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 10:19:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:19:08 31dd11ee5559: Preparing 10:19:08 a76faa69fda6: Preparing 10:19:08 e51a6ec754f1: Preparing 10:19:08 24bf5e419e49: Preparing 10:19:08 2309bcf00d0c: Preparing 10:19:08 dceb2e1f4b1a: Preparing 10:19:08 6f09edfb3f6d: Preparing 10:19:08 dceb2e1f4b1a: Waiting 10:19:08 6f09edfb3f6d: Waiting 10:19:08 31dd11ee5559: Layer already exists 10:19:08 a76faa69fda6: Layer already exists 10:19:08 2309bcf00d0c: Layer already exists 10:19:08 24bf5e419e49: Layer already exists 10:19:08 e51a6ec754f1: Layer already exists 10:19:08 6f09edfb3f6d: Layer already exists 10:19:08 dceb2e1f4b1a: Layer already exists 10:19:08 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:c06f5d0eb50a488358bf161aa1bc75d24782b91bb6ebee983aa530b014bf373b size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:09 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:09 + docker push nexus3.edgexfoundry.org:10004/core-data:main 10:19:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:19:09 31dd11ee5559: Preparing 10:19:09 a76faa69fda6: Preparing 10:19:09 e51a6ec754f1: Preparing 10:19:09 24bf5e419e49: Preparing 10:19:09 2309bcf00d0c: Preparing 10:19:09 dceb2e1f4b1a: Preparing 10:19:09 6f09edfb3f6d: Preparing 10:19:09 dceb2e1f4b1a: Waiting 10:19:09 6f09edfb3f6d: Waiting 10:19:09 e51a6ec754f1: Layer already exists 10:19:09 31dd11ee5559: Layer already exists 10:19:09 a76faa69fda6: Layer already exists 10:19:09 2309bcf00d0c: Layer already exists 10:19:09 24bf5e419e49: Layer already exists 10:19:09 dceb2e1f4b1a: Layer already exists 10:19:09 6f09edfb3f6d: Layer already exists 10:19:09 main: digest: sha256:c06f5d0eb50a488358bf161aa1bc75d24782b91bb6ebee983aa530b014bf373b size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:19:09 ===================================================== [Pipeline] echo 10:19:09 taggedImages: 10:19:09 - nexus3.edgexfoundry.org:10004/core-data:40cd80bac603763c7752655dbe2af7a1b0c195ed 10:19:09 - nexus3.edgexfoundry.org:10004/core-data:latest 10:19:09 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.123 10:19:09 - nexus3.edgexfoundry.org:10004/core-data:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 10:19:09 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 10:19:09 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 10:19:09 40cd80bac603763c7752655dbe2af7a1b0c195ed 10:19:09 latest 10:19:09 4.1.0-dev.123 10:19:09 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 10:19:09 main 10:19:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:10 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:10 + docker push nexus3.edgexfoundry.org:10004/core-keeper:40cd80bac603763c7752655dbe2af7a1b0c195ed 10:19:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 10:19:10 bd01b3ba5c2e: Preparing 10:19:10 d77aa96fadbe: Preparing 10:19:10 24bf5e419e49: Preparing 10:19:10 ece5c4dab14e: Preparing 10:19:10 32633ac63b26: Preparing 10:19:10 6f09edfb3f6d: Preparing 10:19:10 6f09edfb3f6d: Waiting 10:19:10 24bf5e419e49: Layer already exists 10:19:10 6f09edfb3f6d: Layer already exists 10:19:10 ece5c4dab14e: Pushed 10:19:10 32633ac63b26: Pushed 10:19:10 bd01b3ba5c2e: Pushed 10:19:14 d77aa96fadbe: Pushed 10:19:14 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:4e40a711ab2e756b80926223e87b5d8d0eb1f41e5c340023245beab64d159e49 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:15 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:15 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 10:19:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 10:19:15 bd01b3ba5c2e: Preparing 10:19:15 d77aa96fadbe: Preparing 10:19:15 24bf5e419e49: Preparing 10:19:15 ece5c4dab14e: Preparing 10:19:15 32633ac63b26: Preparing 10:19:15 6f09edfb3f6d: Preparing 10:19:15 6f09edfb3f6d: Waiting 10:19:15 24bf5e419e49: Layer already exists 10:19:15 ece5c4dab14e: Layer already exists 10:19:15 bd01b3ba5c2e: Layer already exists 10:19:15 32633ac63b26: Layer already exists 10:19:15 d77aa96fadbe: Layer already exists 10:19:15 6f09edfb3f6d: Layer already exists 10:19:15 latest: digest: sha256:4e40a711ab2e756b80926223e87b5d8d0eb1f41e5c340023245beab64d159e49 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:15 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:16 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.123 10:19:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 10:19:16 bd01b3ba5c2e: Preparing 10:19:16 d77aa96fadbe: Preparing 10:19:16 24bf5e419e49: Preparing 10:19:16 ece5c4dab14e: Preparing 10:19:16 32633ac63b26: Preparing 10:19:16 6f09edfb3f6d: Preparing 10:19:16 6f09edfb3f6d: Waiting 10:19:16 bd01b3ba5c2e: Layer already exists 10:19:16 ece5c4dab14e: Layer already exists 10:19:16 32633ac63b26: Layer already exists 10:19:16 d77aa96fadbe: Layer already exists 10:19:16 24bf5e419e49: Layer already exists 10:19:16 6f09edfb3f6d: Layer already exists 10:19:16 4.1.0-dev.123: digest: sha256:4e40a711ab2e756b80926223e87b5d8d0eb1f41e5c340023245beab64d159e49 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:16 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:16 + docker push nexus3.edgexfoundry.org:10004/core-keeper:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 10:19:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 10:19:16 bd01b3ba5c2e: Preparing 10:19:16 d77aa96fadbe: Preparing 10:19:16 24bf5e419e49: Preparing 10:19:16 ece5c4dab14e: Preparing 10:19:16 32633ac63b26: Preparing 10:19:16 6f09edfb3f6d: Preparing 10:19:16 6f09edfb3f6d: Waiting 10:19:16 32633ac63b26: Layer already exists 10:19:16 bd01b3ba5c2e: Layer already exists 10:19:16 24bf5e419e49: Layer already exists 10:19:16 d77aa96fadbe: Layer already exists 10:19:16 ece5c4dab14e: Layer already exists 10:19:16 6f09edfb3f6d: Layer already exists 10:19:16 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:4e40a711ab2e756b80926223e87b5d8d0eb1f41e5c340023245beab64d159e49 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:17 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:17 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 10:19:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 10:19:17 bd01b3ba5c2e: Preparing 10:19:17 d77aa96fadbe: Preparing 10:19:17 24bf5e419e49: Preparing 10:19:17 ece5c4dab14e: Preparing 10:19:17 32633ac63b26: Preparing 10:19:17 6f09edfb3f6d: Preparing 10:19:17 6f09edfb3f6d: Waiting 10:19:17 ece5c4dab14e: Layer already exists 10:19:17 32633ac63b26: Layer already exists 10:19:17 bd01b3ba5c2e: Layer already exists 10:19:17 d77aa96fadbe: Layer already exists 10:19:17 24bf5e419e49: Layer already exists 10:19:17 6f09edfb3f6d: Layer already exists 10:19:17 main: digest: sha256:4e40a711ab2e756b80926223e87b5d8d0eb1f41e5c340023245beab64d159e49 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:19:17 ===================================================== [Pipeline] echo 10:19:17 taggedImages: 10:19:17 - nexus3.edgexfoundry.org:10004/core-keeper:40cd80bac603763c7752655dbe2af7a1b0c195ed 10:19:17 - nexus3.edgexfoundry.org:10004/core-keeper:latest 10:19:17 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.123 10:19:17 - nexus3.edgexfoundry.org:10004/core-keeper:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 10:19:17 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 10:19:17 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 10:19:17 40cd80bac603763c7752655dbe2af7a1b0c195ed 10:19:17 latest 10:19:17 4.1.0-dev.123 10:19:17 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 10:19:17 main 10:19:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:17 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:18 + docker push nexus3.edgexfoundry.org:10004/core-metadata:40cd80bac603763c7752655dbe2af7a1b0c195ed 10:19:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:19:18 f305929406e2: Preparing 10:19:18 e1661b8d945a: Preparing 10:19:18 fec6fc78f131: Preparing 10:19:18 e51a6ec754f1: Preparing 10:19:18 24bf5e419e49: Preparing 10:19:18 8ecdf4c93220: Preparing 10:19:18 78a5aebe9cba: Preparing 10:19:18 6f09edfb3f6d: Preparing 10:19:18 8ecdf4c93220: Waiting 10:19:18 6f09edfb3f6d: Waiting 10:19:18 78a5aebe9cba: Waiting 10:19:18 24bf5e419e49: Layer already exists 10:19:18 e51a6ec754f1: Layer already exists 10:19:18 8ecdf4c93220: Layer already exists 10:19:18 78a5aebe9cba: Layer already exists 10:19:18 6f09edfb3f6d: Layer already exists 10:19:18 e1661b8d945a: Pushed 10:19:18 f305929406e2: Pushed 10:19:22 fec6fc78f131: Pushed 10:19:22 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:527fb9d0549cb4429327778b8e22857af5c00ae032e0ffbbafdd6d6362fce2f3 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:22 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:23 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 10:19:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:19:23 f305929406e2: Preparing 10:19:23 e1661b8d945a: Preparing 10:19:23 fec6fc78f131: Preparing 10:19:23 e51a6ec754f1: Preparing 10:19:23 24bf5e419e49: Preparing 10:19:23 8ecdf4c93220: Preparing 10:19:23 78a5aebe9cba: Preparing 10:19:23 6f09edfb3f6d: Preparing 10:19:23 8ecdf4c93220: Waiting 10:19:23 78a5aebe9cba: Waiting 10:19:23 6f09edfb3f6d: Waiting 10:19:23 f305929406e2: Layer already exists 10:19:23 e51a6ec754f1: Layer already exists 10:19:23 e1661b8d945a: Layer already exists 10:19:23 24bf5e419e49: Layer already exists 10:19:23 fec6fc78f131: Layer already exists 10:19:23 78a5aebe9cba: Layer already exists 10:19:23 6f09edfb3f6d: Layer already exists 10:19:23 8ecdf4c93220: Layer already exists 10:19:23 latest: digest: sha256:527fb9d0549cb4429327778b8e22857af5c00ae032e0ffbbafdd6d6362fce2f3 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:23 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:23 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.123 10:19:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:19:23 f305929406e2: Preparing 10:19:23 e1661b8d945a: Preparing 10:19:23 fec6fc78f131: Preparing 10:19:23 e51a6ec754f1: Preparing 10:19:23 24bf5e419e49: Preparing 10:19:23 8ecdf4c93220: Preparing 10:19:23 78a5aebe9cba: Preparing 10:19:23 6f09edfb3f6d: Preparing 10:19:23 78a5aebe9cba: Waiting 10:19:23 6f09edfb3f6d: Waiting 10:19:23 8ecdf4c93220: Waiting 10:19:23 24bf5e419e49: Layer already exists 10:19:23 e51a6ec754f1: Layer already exists 10:19:23 e1661b8d945a: Layer already exists 10:19:23 f305929406e2: Layer already exists 10:19:23 fec6fc78f131: Layer already exists 10:19:23 78a5aebe9cba: Layer already exists 10:19:23 8ecdf4c93220: Layer already exists 10:19:23 6f09edfb3f6d: Layer already exists 10:19:23 4.1.0-dev.123: digest: sha256:527fb9d0549cb4429327778b8e22857af5c00ae032e0ffbbafdd6d6362fce2f3 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:24 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:24 + docker push nexus3.edgexfoundry.org:10004/core-metadata:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 10:19:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:19:24 f305929406e2: Preparing 10:19:24 e1661b8d945a: Preparing 10:19:24 fec6fc78f131: Preparing 10:19:24 e51a6ec754f1: Preparing 10:19:24 24bf5e419e49: Preparing 10:19:24 8ecdf4c93220: Preparing 10:19:24 78a5aebe9cba: Preparing 10:19:24 6f09edfb3f6d: Preparing 10:19:24 78a5aebe9cba: Waiting 10:19:24 8ecdf4c93220: Waiting 10:19:24 6f09edfb3f6d: Waiting 10:19:24 fec6fc78f131: Layer already exists 10:19:24 e51a6ec754f1: Layer already exists 10:19:24 e1661b8d945a: Layer already exists 10:19:24 f305929406e2: Layer already exists 10:19:24 24bf5e419e49: Layer already exists 10:19:24 8ecdf4c93220: Layer already exists 10:19:24 6f09edfb3f6d: Layer already exists 10:19:24 78a5aebe9cba: Layer already exists 10:19:24 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:527fb9d0549cb4429327778b8e22857af5c00ae032e0ffbbafdd6d6362fce2f3 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:24 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:25 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 10:19:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:19:25 f305929406e2: Preparing 10:19:25 e1661b8d945a: Preparing 10:19:25 fec6fc78f131: Preparing 10:19:25 e51a6ec754f1: Preparing 10:19:25 24bf5e419e49: Preparing 10:19:25 8ecdf4c93220: Preparing 10:19:25 78a5aebe9cba: Preparing 10:19:25 6f09edfb3f6d: Preparing 10:19:25 8ecdf4c93220: Waiting 10:19:25 78a5aebe9cba: Waiting 10:19:25 6f09edfb3f6d: Waiting 10:19:25 e1661b8d945a: Layer already exists 10:19:25 24bf5e419e49: Layer already exists 10:19:25 f305929406e2: Layer already exists 10:19:25 e51a6ec754f1: Layer already exists 10:19:25 fec6fc78f131: Layer already exists 10:19:25 8ecdf4c93220: Layer already exists 10:19:25 78a5aebe9cba: Layer already exists 10:19:25 6f09edfb3f6d: Layer already exists 10:19:25 main: digest: sha256:527fb9d0549cb4429327778b8e22857af5c00ae032e0ffbbafdd6d6362fce2f3 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:19:25 ===================================================== [Pipeline] echo 10:19:25 taggedImages: 10:19:25 - nexus3.edgexfoundry.org:10004/core-metadata:40cd80bac603763c7752655dbe2af7a1b0c195ed 10:19:25 - nexus3.edgexfoundry.org:10004/core-metadata:latest 10:19:25 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.123 10:19:25 - nexus3.edgexfoundry.org:10004/core-metadata:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 10:19:25 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 10:19:25 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 10:19:25 40cd80bac603763c7752655dbe2af7a1b0c195ed 10:19:25 latest 10:19:25 4.1.0-dev.123 10:19:25 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 10:19:25 main 10:19:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:25 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:25 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:40cd80bac603763c7752655dbe2af7a1b0c195ed 10:19:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:19:25 800644c0927f: Preparing 10:19:25 ef84ec7c5325: Preparing 10:19:25 55fd5876ad83: Preparing 10:19:25 2624e633baa0: Preparing 10:19:25 674057076304: Preparing 10:19:25 fa884010816a: Preparing 10:19:25 29c977708432: Preparing 10:19:25 e51a6ec754f1: Preparing 10:19:25 24bf5e419e49: Preparing 10:19:25 d41734fe2c6f: Preparing 10:19:25 d44c1a1e050d: Preparing 10:19:25 5f70bf18a086: Preparing 10:19:25 5de58258ae4a: Preparing 10:19:25 8a4818bda064: Preparing 10:19:25 a9a482618d7e: Preparing 10:19:25 6f09edfb3f6d: Preparing 10:19:25 fa884010816a: Waiting 10:19:25 29c977708432: Waiting 10:19:25 e51a6ec754f1: Waiting 10:19:25 8a4818bda064: Waiting 10:19:25 d44c1a1e050d: Waiting 10:19:25 5f70bf18a086: Waiting 10:19:25 a9a482618d7e: Waiting 10:19:25 24bf5e419e49: Waiting 10:19:25 5de58258ae4a: Waiting 10:19:25 6f09edfb3f6d: Waiting 10:19:25 d41734fe2c6f: Waiting 10:19:25 674057076304: Pushed 10:19:25 ef84ec7c5325: Pushed 10:19:25 2624e633baa0: Pushed 10:19:25 800644c0927f: Pushed 10:19:25 55fd5876ad83: Pushed 10:19:25 e51a6ec754f1: Layer already exists 10:19:25 24bf5e419e49: Layer already exists 10:19:26 5f70bf18a086: Layer already exists 10:19:26 fa884010816a: Pushed 10:19:26 d41734fe2c6f: Pushed 10:19:26 d44c1a1e050d: Pushed 10:19:26 5de58258ae4a: Pushed 10:19:26 6f09edfb3f6d: Layer already exists 10:19:26 8a4818bda064: Pushed 10:19:26 a9a482618d7e: Pushed 10:19:27 29c977708432: Pushed 10:19:27 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:ed5c6b2347dac73fde29611f804c8d571691c70ec8d2c237fcdac67d2b06a0dd size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:27 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:28 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 10:19:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:19:28 800644c0927f: Preparing 10:19:28 ef84ec7c5325: Preparing 10:19:28 55fd5876ad83: Preparing 10:19:28 2624e633baa0: Preparing 10:19:28 674057076304: Preparing 10:19:28 fa884010816a: Preparing 10:19:28 29c977708432: Preparing 10:19:28 e51a6ec754f1: Preparing 10:19:28 24bf5e419e49: Preparing 10:19:28 d41734fe2c6f: Preparing 10:19:28 d44c1a1e050d: Preparing 10:19:28 5f70bf18a086: Preparing 10:19:28 5de58258ae4a: Preparing 10:19:28 8a4818bda064: Preparing 10:19:28 a9a482618d7e: Preparing 10:19:28 6f09edfb3f6d: Preparing 10:19:28 fa884010816a: Waiting 10:19:28 29c977708432: Waiting 10:19:28 d41734fe2c6f: Waiting 10:19:28 e51a6ec754f1: Waiting 10:19:28 d44c1a1e050d: Waiting 10:19:28 24bf5e419e49: Waiting 10:19:28 5f70bf18a086: Waiting 10:19:28 a9a482618d7e: Waiting 10:19:28 5de58258ae4a: Waiting 10:19:28 6f09edfb3f6d: Waiting 10:19:28 8a4818bda064: Waiting 10:19:28 55fd5876ad83: Layer already exists 10:19:28 2624e633baa0: Layer already exists 10:19:28 674057076304: Layer already exists 10:19:28 ef84ec7c5325: Layer already exists 10:19:28 800644c0927f: Layer already exists 10:19:28 fa884010816a: Layer already exists 10:19:28 29c977708432: Layer already exists 10:19:28 24bf5e419e49: Layer already exists 10:19:28 d41734fe2c6f: Layer already exists 10:19:28 e51a6ec754f1: Layer already exists 10:19:28 d44c1a1e050d: Layer already exists 10:19:28 8a4818bda064: Layer already exists 10:19:28 5de58258ae4a: Layer already exists 10:19:28 a9a482618d7e: Layer already exists 10:19:28 5f70bf18a086: Layer already exists 10:19:28 6f09edfb3f6d: Layer already exists 10:19:28 latest: digest: sha256:ed5c6b2347dac73fde29611f804c8d571691c70ec8d2c237fcdac67d2b06a0dd size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:28 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:28 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.123 10:19:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:19:28 800644c0927f: Preparing 10:19:28 ef84ec7c5325: Preparing 10:19:28 55fd5876ad83: Preparing 10:19:28 2624e633baa0: Preparing 10:19:28 674057076304: Preparing 10:19:28 fa884010816a: Preparing 10:19:28 29c977708432: Preparing 10:19:28 e51a6ec754f1: Preparing 10:19:28 24bf5e419e49: Preparing 10:19:28 d41734fe2c6f: Preparing 10:19:28 d44c1a1e050d: Preparing 10:19:28 5f70bf18a086: Preparing 10:19:28 5de58258ae4a: Preparing 10:19:28 8a4818bda064: Preparing 10:19:28 a9a482618d7e: Preparing 10:19:28 6f09edfb3f6d: Preparing 10:19:28 24bf5e419e49: Waiting 10:19:28 5f70bf18a086: Waiting 10:19:28 a9a482618d7e: Waiting 10:19:28 d41734fe2c6f: Waiting 10:19:28 6f09edfb3f6d: Waiting 10:19:28 d44c1a1e050d: Waiting 10:19:28 5de58258ae4a: Waiting 10:19:28 8a4818bda064: Waiting 10:19:28 fa884010816a: Waiting 10:19:28 29c977708432: Waiting 10:19:28 e51a6ec754f1: Waiting 10:19:28 55fd5876ad83: Layer already exists 10:19:28 2624e633baa0: Layer already exists 10:19:28 674057076304: Layer already exists 10:19:28 800644c0927f: Layer already exists 10:19:28 ef84ec7c5325: Layer already exists 10:19:28 fa884010816a: Layer already exists 10:19:28 24bf5e419e49: Layer already exists 10:19:28 e51a6ec754f1: Layer already exists 10:19:28 29c977708432: Layer already exists 10:19:28 d41734fe2c6f: Layer already exists 10:19:28 8a4818bda064: Layer already exists 10:19:28 d44c1a1e050d: Layer already exists 10:19:28 5f70bf18a086: Layer already exists 10:19:28 5de58258ae4a: Layer already exists 10:19:28 a9a482618d7e: Layer already exists 10:19:28 6f09edfb3f6d: Layer already exists 10:19:28 4.1.0-dev.123: digest: sha256:ed5c6b2347dac73fde29611f804c8d571691c70ec8d2c237fcdac67d2b06a0dd size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:29 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:29 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 10:19:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:19:29 800644c0927f: Preparing 10:19:29 ef84ec7c5325: Preparing 10:19:29 55fd5876ad83: Preparing 10:19:29 2624e633baa0: Preparing 10:19:29 674057076304: Preparing 10:19:29 fa884010816a: Preparing 10:19:29 29c977708432: Preparing 10:19:29 e51a6ec754f1: Preparing 10:19:29 24bf5e419e49: Preparing 10:19:29 d41734fe2c6f: Preparing 10:19:29 fa884010816a: Waiting 10:19:29 29c977708432: Waiting 10:19:29 e51a6ec754f1: Waiting 10:19:29 24bf5e419e49: Waiting 10:19:29 d44c1a1e050d: Preparing 10:19:29 5f70bf18a086: Preparing 10:19:29 d41734fe2c6f: Waiting 10:19:29 d44c1a1e050d: Waiting 10:19:29 5de58258ae4a: Preparing 10:19:29 5f70bf18a086: Waiting 10:19:29 8a4818bda064: Preparing 10:19:29 5de58258ae4a: Waiting 10:19:29 a9a482618d7e: Preparing 10:19:29 6f09edfb3f6d: Preparing 10:19:29 8a4818bda064: Waiting 10:19:29 a9a482618d7e: Waiting 10:19:29 6f09edfb3f6d: Waiting 10:19:29 800644c0927f: Layer already exists 10:19:29 674057076304: Layer already exists 10:19:29 2624e633baa0: Layer already exists 10:19:29 ef84ec7c5325: Layer already exists 10:19:29 55fd5876ad83: Layer already exists 10:19:29 fa884010816a: Layer already exists 10:19:29 e51a6ec754f1: Layer already exists 10:19:29 d41734fe2c6f: Layer already exists 10:19:29 24bf5e419e49: Layer already exists 10:19:29 29c977708432: Layer already exists 10:19:29 d44c1a1e050d: Layer already exists 10:19:29 5de58258ae4a: Layer already exists 10:19:29 5f70bf18a086: Layer already exists 10:19:29 a9a482618d7e: Layer already exists 10:19:29 8a4818bda064: Layer already exists 10:19:29 6f09edfb3f6d: Layer already exists 10:19:29 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:ed5c6b2347dac73fde29611f804c8d571691c70ec8d2c237fcdac67d2b06a0dd size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:29 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:30 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 10:19:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:19:30 800644c0927f: Preparing 10:19:30 ef84ec7c5325: Preparing 10:19:30 55fd5876ad83: Preparing 10:19:30 2624e633baa0: Preparing 10:19:30 674057076304: Preparing 10:19:30 fa884010816a: Preparing 10:19:30 29c977708432: Preparing 10:19:30 e51a6ec754f1: Preparing 10:19:30 24bf5e419e49: Preparing 10:19:30 d41734fe2c6f: Preparing 10:19:30 d44c1a1e050d: Preparing 10:19:30 5f70bf18a086: Preparing 10:19:30 24bf5e419e49: Waiting 10:19:30 e51a6ec754f1: Waiting 10:19:30 d41734fe2c6f: Waiting 10:19:30 d44c1a1e050d: Waiting 10:19:30 fa884010816a: Waiting 10:19:30 29c977708432: Waiting 10:19:30 5de58258ae4a: Preparing 10:19:30 5f70bf18a086: Waiting 10:19:30 8a4818bda064: Preparing 10:19:30 5de58258ae4a: Waiting 10:19:30 a9a482618d7e: Preparing 10:19:30 6f09edfb3f6d: Preparing 10:19:30 8a4818bda064: Waiting 10:19:30 a9a482618d7e: Waiting 10:19:30 6f09edfb3f6d: Waiting 10:19:30 800644c0927f: Layer already exists 10:19:30 ef84ec7c5325: Layer already exists 10:19:30 55fd5876ad83: Layer already exists 10:19:30 674057076304: Layer already exists 10:19:30 2624e633baa0: Layer already exists 10:19:30 29c977708432: Layer already exists 10:19:30 e51a6ec754f1: Layer already exists 10:19:30 d41734fe2c6f: Layer already exists 10:19:30 fa884010816a: Layer already exists 10:19:30 24bf5e419e49: Layer already exists 10:19:30 d44c1a1e050d: Layer already exists 10:19:30 8a4818bda064: Layer already exists 10:19:30 5f70bf18a086: Layer already exists 10:19:30 5de58258ae4a: Layer already exists 10:19:30 a9a482618d7e: Layer already exists 10:19:30 6f09edfb3f6d: Layer already exists 10:19:30 main: digest: sha256:ed5c6b2347dac73fde29611f804c8d571691c70ec8d2c237fcdac67d2b06a0dd size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:19:30 ===================================================== [Pipeline] echo 10:19:30 taggedImages: 10:19:30 - nexus3.edgexfoundry.org:10004/security-bootstrapper:40cd80bac603763c7752655dbe2af7a1b0c195ed 10:19:30 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 10:19:30 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.123 10:19:30 - nexus3.edgexfoundry.org:10004/security-bootstrapper:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 10:19:30 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 10:19:30 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 10:19:30 40cd80bac603763c7752655dbe2af7a1b0c195ed 10:19:30 latest 10:19:30 4.1.0-dev.123 10:19:30 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 10:19:30 main 10:19:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:30 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:31 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:40cd80bac603763c7752655dbe2af7a1b0c195ed 10:19:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 10:19:31 8538492ef741: Preparing 10:19:31 9999367d0cd2: Preparing 10:19:31 7c87726a6269: Preparing 10:19:31 c46e156dbc60: Preparing 10:19:31 e51a6ec754f1: Preparing 10:19:31 24bf5e419e49: Preparing 10:19:31 8ecdf4c93220: Preparing 10:19:31 78a5aebe9cba: Preparing 10:19:31 6f09edfb3f6d: Preparing 10:19:31 24bf5e419e49: Waiting 10:19:31 8ecdf4c93220: Waiting 10:19:31 78a5aebe9cba: Waiting 10:19:31 6f09edfb3f6d: Waiting 10:19:31 e51a6ec754f1: Layer already exists 10:19:31 24bf5e419e49: Layer already exists 10:19:31 8ecdf4c93220: Layer already exists 10:19:31 78a5aebe9cba: Layer already exists 10:19:31 6f09edfb3f6d: Layer already exists 10:19:31 7c87726a6269: Pushed 10:19:31 8538492ef741: Pushed 10:19:31 9999367d0cd2: Pushed 10:19:35 c46e156dbc60: Pushed 10:19:35 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:207bd90cd7d62bd53225136a14fa564782f15494141e3b4056269177fe776ad6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:35 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:35 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 10:19:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 10:19:35 8538492ef741: Preparing 10:19:35 9999367d0cd2: Preparing 10:19:35 7c87726a6269: Preparing 10:19:35 c46e156dbc60: Preparing 10:19:35 e51a6ec754f1: Preparing 10:19:35 24bf5e419e49: Preparing 10:19:35 8ecdf4c93220: Preparing 10:19:35 78a5aebe9cba: Preparing 10:19:35 6f09edfb3f6d: Preparing 10:19:35 8ecdf4c93220: Waiting 10:19:35 24bf5e419e49: Waiting 10:19:35 78a5aebe9cba: Waiting 10:19:35 6f09edfb3f6d: Waiting 10:19:35 e51a6ec754f1: Layer already exists 10:19:35 8538492ef741: Layer already exists 10:19:35 9999367d0cd2: Layer already exists 10:19:35 7c87726a6269: Layer already exists 10:19:35 c46e156dbc60: Layer already exists 10:19:35 24bf5e419e49: Layer already exists 10:19:35 8ecdf4c93220: Layer already exists 10:19:35 78a5aebe9cba: Layer already exists 10:19:35 6f09edfb3f6d: Layer already exists 10:19:35 latest: digest: sha256:207bd90cd7d62bd53225136a14fa564782f15494141e3b4056269177fe776ad6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:36 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:36 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.123 10:19:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 10:19:36 8538492ef741: Preparing 10:19:36 9999367d0cd2: Preparing 10:19:36 7c87726a6269: Preparing 10:19:36 c46e156dbc60: Preparing 10:19:36 e51a6ec754f1: Preparing 10:19:36 24bf5e419e49: Preparing 10:19:36 8ecdf4c93220: Preparing 10:19:36 78a5aebe9cba: Preparing 10:19:36 6f09edfb3f6d: Preparing 10:19:36 24bf5e419e49: Waiting 10:19:36 8ecdf4c93220: Waiting 10:19:36 78a5aebe9cba: Waiting 10:19:36 6f09edfb3f6d: Waiting 10:19:36 9999367d0cd2: Layer already exists 10:19:36 e51a6ec754f1: Layer already exists 10:19:36 7c87726a6269: Layer already exists 10:19:36 c46e156dbc60: Layer already exists 10:19:36 8538492ef741: Layer already exists 10:19:36 24bf5e419e49: Layer already exists 10:19:36 8ecdf4c93220: Layer already exists 10:19:36 78a5aebe9cba: Layer already exists 10:19:36 6f09edfb3f6d: Layer already exists 10:19:36 4.1.0-dev.123: digest: sha256:207bd90cd7d62bd53225136a14fa564782f15494141e3b4056269177fe776ad6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:36 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:37 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 10:19:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 10:19:37 8538492ef741: Preparing 10:19:37 9999367d0cd2: Preparing 10:19:37 7c87726a6269: Preparing 10:19:37 c46e156dbc60: Preparing 10:19:37 e51a6ec754f1: Preparing 10:19:37 24bf5e419e49: Preparing 10:19:37 8ecdf4c93220: Preparing 10:19:37 78a5aebe9cba: Preparing 10:19:37 6f09edfb3f6d: Preparing 10:19:37 8ecdf4c93220: Waiting 10:19:37 78a5aebe9cba: Waiting 10:19:37 6f09edfb3f6d: Waiting 10:19:37 24bf5e419e49: Waiting 10:19:37 8538492ef741: Layer already exists 10:19:37 c46e156dbc60: Layer already exists 10:19:37 7c87726a6269: Layer already exists 10:19:37 e51a6ec754f1: Layer already exists 10:19:37 9999367d0cd2: Layer already exists 10:19:37 24bf5e419e49: Layer already exists 10:19:37 8ecdf4c93220: Layer already exists 10:19:37 78a5aebe9cba: Layer already exists 10:19:37 6f09edfb3f6d: Layer already exists 10:19:37 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:207bd90cd7d62bd53225136a14fa564782f15494141e3b4056269177fe776ad6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:37 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:37 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 10:19:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 10:19:37 8538492ef741: Preparing 10:19:37 9999367d0cd2: Preparing 10:19:37 7c87726a6269: Preparing 10:19:37 c46e156dbc60: Preparing 10:19:37 e51a6ec754f1: Preparing 10:19:37 24bf5e419e49: Preparing 10:19:37 8ecdf4c93220: Preparing 10:19:37 78a5aebe9cba: Preparing 10:19:37 6f09edfb3f6d: Preparing 10:19:37 24bf5e419e49: Waiting 10:19:37 8ecdf4c93220: Waiting 10:19:37 6f09edfb3f6d: Waiting 10:19:37 8538492ef741: Layer already exists 10:19:37 7c87726a6269: Layer already exists 10:19:37 9999367d0cd2: Layer already exists 10:19:37 c46e156dbc60: Layer already exists 10:19:37 e51a6ec754f1: Layer already exists 10:19:37 24bf5e419e49: Layer already exists 10:19:37 6f09edfb3f6d: Layer already exists 10:19:37 78a5aebe9cba: Layer already exists 10:19:37 8ecdf4c93220: Layer already exists 10:19:37 main: digest: sha256:207bd90cd7d62bd53225136a14fa564782f15494141e3b4056269177fe776ad6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:19:38 ===================================================== [Pipeline] echo 10:19:38 taggedImages: 10:19:38 - nexus3.edgexfoundry.org:10004/security-proxy-auth:40cd80bac603763c7752655dbe2af7a1b0c195ed 10:19:38 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 10:19:38 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.123 10:19:38 - nexus3.edgexfoundry.org:10004/security-proxy-auth:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 10:19:38 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 10:19:38 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 10:19:38 40cd80bac603763c7752655dbe2af7a1b0c195ed 10:19:38 latest 10:19:38 4.1.0-dev.123 10:19:38 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 10:19:38 main 10:19:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:38 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:38 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:40cd80bac603763c7752655dbe2af7a1b0c195ed 10:19:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:19:38 ec58ec459710: Preparing 10:19:38 ebdd379b8148: Preparing 10:19:38 9c8ab1accbd8: Preparing 10:19:38 e3b1c3ec3c64: Preparing 10:19:38 a5c0d07703e6: Preparing 10:19:38 e51a6ec754f1: Preparing 10:19:38 24bf5e419e49: Preparing 10:19:38 3c193f9b01aa: Preparing 10:19:38 3b024f852d54: Preparing 10:19:38 5ef6ab97d743: Preparing 10:19:38 6f09edfb3f6d: Preparing 10:19:38 24bf5e419e49: Waiting 10:19:38 3c193f9b01aa: Waiting 10:19:38 3b024f852d54: Waiting 10:19:38 e51a6ec754f1: Waiting 10:19:38 5ef6ab97d743: Waiting 10:19:38 6f09edfb3f6d: Waiting 10:19:38 ebdd379b8148: Pushed 10:19:38 e3b1c3ec3c64: Pushed 10:19:38 ec58ec459710: Pushed 10:19:38 a5c0d07703e6: Pushed 10:19:38 e51a6ec754f1: Layer already exists 10:19:38 24bf5e419e49: Layer already exists 10:19:38 6f09edfb3f6d: Layer already exists 10:19:39 3c193f9b01aa: Pushed 10:19:39 3b024f852d54: Pushed 10:19:40 5ef6ab97d743: Pushed 10:19:41 9c8ab1accbd8: Pushed 10:19:41 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:ad1049721bfbcabba5f5e5fb8693f9a2fdbbb8f0d2f95058ef1caffda93c5267 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:42 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:42 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 10:19:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:19:42 ec58ec459710: Preparing 10:19:42 ebdd379b8148: Preparing 10:19:42 9c8ab1accbd8: Preparing 10:19:42 e3b1c3ec3c64: Preparing 10:19:42 a5c0d07703e6: Preparing 10:19:42 e51a6ec754f1: Preparing 10:19:42 24bf5e419e49: Preparing 10:19:42 e51a6ec754f1: Waiting 10:19:42 24bf5e419e49: Waiting 10:19:42 3c193f9b01aa: Preparing 10:19:42 3b024f852d54: Preparing 10:19:42 5ef6ab97d743: Preparing 10:19:42 6f09edfb3f6d: Preparing 10:19:42 3c193f9b01aa: Waiting 10:19:42 5ef6ab97d743: Waiting 10:19:42 3b024f852d54: Waiting 10:19:42 6f09edfb3f6d: Waiting 10:19:42 a5c0d07703e6: Layer already exists 10:19:42 9c8ab1accbd8: Layer already exists 10:19:42 e3b1c3ec3c64: Layer already exists 10:19:42 ebdd379b8148: Layer already exists 10:19:42 ec58ec459710: Layer already exists 10:19:42 e51a6ec754f1: Layer already exists 10:19:42 24bf5e419e49: Layer already exists 10:19:42 3b024f852d54: Layer already exists 10:19:42 5ef6ab97d743: Layer already exists 10:19:42 3c193f9b01aa: Layer already exists 10:19:42 6f09edfb3f6d: Layer already exists 10:19:42 latest: digest: sha256:ad1049721bfbcabba5f5e5fb8693f9a2fdbbb8f0d2f95058ef1caffda93c5267 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:42 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:43 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.123 10:19:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:19:43 ec58ec459710: Preparing 10:19:43 ebdd379b8148: Preparing 10:19:43 9c8ab1accbd8: Preparing 10:19:43 e3b1c3ec3c64: Preparing 10:19:43 a5c0d07703e6: Preparing 10:19:43 e51a6ec754f1: Preparing 10:19:43 24bf5e419e49: Preparing 10:19:43 3c193f9b01aa: Preparing 10:19:43 3b024f852d54: Preparing 10:19:43 5ef6ab97d743: Preparing 10:19:43 6f09edfb3f6d: Preparing 10:19:43 e51a6ec754f1: Waiting 10:19:43 24bf5e419e49: Waiting 10:19:43 5ef6ab97d743: Waiting 10:19:43 3c193f9b01aa: Waiting 10:19:43 6f09edfb3f6d: Waiting 10:19:43 3b024f852d54: Waiting 10:19:43 ec58ec459710: Layer already exists 10:19:43 ebdd379b8148: Layer already exists 10:19:43 a5c0d07703e6: Layer already exists 10:19:43 e3b1c3ec3c64: Layer already exists 10:19:43 9c8ab1accbd8: Layer already exists 10:19:43 e51a6ec754f1: Layer already exists 10:19:43 24bf5e419e49: Layer already exists 10:19:43 3c193f9b01aa: Layer already exists 10:19:43 3b024f852d54: Layer already exists 10:19:43 5ef6ab97d743: Layer already exists 10:19:43 6f09edfb3f6d: Layer already exists 10:19:43 4.1.0-dev.123: digest: sha256:ad1049721bfbcabba5f5e5fb8693f9a2fdbbb8f0d2f95058ef1caffda93c5267 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:43 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:44 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 10:19:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:19:44 ec58ec459710: Preparing 10:19:44 ebdd379b8148: Preparing 10:19:44 9c8ab1accbd8: Preparing 10:19:44 e3b1c3ec3c64: Preparing 10:19:44 a5c0d07703e6: Preparing 10:19:44 e51a6ec754f1: Preparing 10:19:44 24bf5e419e49: Preparing 10:19:44 3c193f9b01aa: Preparing 10:19:44 3b024f852d54: Preparing 10:19:44 5ef6ab97d743: Preparing 10:19:44 6f09edfb3f6d: Preparing 10:19:44 3c193f9b01aa: Waiting 10:19:44 3b024f852d54: Waiting 10:19:44 5ef6ab97d743: Waiting 10:19:44 6f09edfb3f6d: Waiting 10:19:44 e51a6ec754f1: Waiting 10:19:44 24bf5e419e49: Waiting 10:19:44 ebdd379b8148: Layer already exists 10:19:44 ec58ec459710: Layer already exists 10:19:44 e3b1c3ec3c64: Layer already exists 10:19:44 9c8ab1accbd8: Layer already exists 10:19:44 a5c0d07703e6: Layer already exists 10:19:44 3b024f852d54: Layer already exists 10:19:44 24bf5e419e49: Layer already exists 10:19:44 5ef6ab97d743: Layer already exists 10:19:44 e51a6ec754f1: Layer already exists 10:19:44 3c193f9b01aa: Layer already exists 10:19:44 6f09edfb3f6d: Layer already exists 10:19:44 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:ad1049721bfbcabba5f5e5fb8693f9a2fdbbb8f0d2f95058ef1caffda93c5267 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:44 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:44 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 10:19:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:19:44 ec58ec459710: Preparing 10:19:44 ebdd379b8148: Preparing 10:19:44 9c8ab1accbd8: Preparing 10:19:44 e3b1c3ec3c64: Preparing 10:19:44 a5c0d07703e6: Preparing 10:19:44 e51a6ec754f1: Preparing 10:19:44 24bf5e419e49: Preparing 10:19:44 3c193f9b01aa: Preparing 10:19:44 3b024f852d54: Preparing 10:19:44 5ef6ab97d743: Preparing 10:19:44 6f09edfb3f6d: Preparing 10:19:44 3c193f9b01aa: Waiting 10:19:44 5ef6ab97d743: Waiting 10:19:44 3b024f852d54: Waiting 10:19:44 e51a6ec754f1: Waiting 10:19:44 24bf5e419e49: Waiting 10:19:44 6f09edfb3f6d: Waiting 10:19:44 ebdd379b8148: Layer already exists 10:19:44 a5c0d07703e6: Layer already exists 10:19:44 9c8ab1accbd8: Layer already exists 10:19:44 ec58ec459710: Layer already exists 10:19:44 e3b1c3ec3c64: Layer already exists 10:19:44 e51a6ec754f1: Layer already exists 10:19:44 3c193f9b01aa: Layer already exists 10:19:44 3b024f852d54: Layer already exists 10:19:44 24bf5e419e49: Layer already exists 10:19:44 5ef6ab97d743: Layer already exists 10:19:44 6f09edfb3f6d: Layer already exists 10:19:44 main: digest: sha256:ad1049721bfbcabba5f5e5fb8693f9a2fdbbb8f0d2f95058ef1caffda93c5267 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:19:45 ===================================================== [Pipeline] echo 10:19:45 taggedImages: 10:19:45 - nexus3.edgexfoundry.org:10004/security-proxy-setup:40cd80bac603763c7752655dbe2af7a1b0c195ed 10:19:45 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 10:19:45 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.123 10:19:45 - nexus3.edgexfoundry.org:10004/security-proxy-setup:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 10:19:45 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 10:19:45 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 10:19:45 40cd80bac603763c7752655dbe2af7a1b0c195ed 10:19:45 latest 10:19:45 4.1.0-dev.123 10:19:45 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 10:19:45 main 10:19:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:45 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:46 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:40cd80bac603763c7752655dbe2af7a1b0c195ed 10:19:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:19:46 e1dc2da61c32: Preparing 10:19:46 19780dce0a81: Preparing 10:19:46 878f0fdbfd3c: Preparing 10:19:46 f24b3f338f7a: Preparing 10:19:46 8975f6129712: Preparing 10:19:46 2c1a176e3d16: Preparing 10:19:46 78de14afb69f: Preparing 10:19:46 e51a6ec754f1: Preparing 10:19:46 24bf5e419e49: Preparing 10:19:46 290b3a0f5a07: Preparing 10:19:46 8ddaf98464ce: Preparing 10:19:46 6f09edfb3f6d: Preparing 10:19:46 e51a6ec754f1: Waiting 10:19:46 78de14afb69f: Waiting 10:19:46 24bf5e419e49: Waiting 10:19:46 6f09edfb3f6d: Waiting 10:19:46 290b3a0f5a07: Waiting 10:19:46 8ddaf98464ce: Waiting 10:19:46 2c1a176e3d16: Waiting 10:19:46 19780dce0a81: Pushed 10:19:46 8975f6129712: Pushed 10:19:46 e1dc2da61c32: Pushed 10:19:46 e51a6ec754f1: Layer already exists 10:19:46 24bf5e419e49: Layer already exists 10:19:46 2c1a176e3d16: Pushed 10:19:46 78de14afb69f: Pushed 10:19:46 6f09edfb3f6d: Layer already exists 10:19:46 290b3a0f5a07: Pushed 10:19:47 8ddaf98464ce: Pushed 10:19:48 f24b3f338f7a: Pushed 10:19:49 878f0fdbfd3c: Pushed 10:19:49 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:e7f260b8e01c2c8a938b2cbc1f703e98008f06191ea97167de7a46eaadbeda9f size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:49 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:49 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 10:19:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:19:49 e1dc2da61c32: Preparing 10:19:49 19780dce0a81: Preparing 10:19:49 878f0fdbfd3c: Preparing 10:19:49 f24b3f338f7a: Preparing 10:19:49 8975f6129712: Preparing 10:19:49 2c1a176e3d16: Preparing 10:19:49 78de14afb69f: Preparing 10:19:49 e51a6ec754f1: Preparing 10:19:49 24bf5e419e49: Preparing 10:19:49 290b3a0f5a07: Preparing 10:19:49 8ddaf98464ce: Preparing 10:19:49 6f09edfb3f6d: Preparing 10:19:49 e51a6ec754f1: Waiting 10:19:49 24bf5e419e49: Waiting 10:19:49 290b3a0f5a07: Waiting 10:19:49 2c1a176e3d16: Waiting 10:19:49 78de14afb69f: Waiting 10:19:49 8ddaf98464ce: Waiting 10:19:49 6f09edfb3f6d: Waiting 10:19:49 e1dc2da61c32: Layer already exists 10:19:49 878f0fdbfd3c: Layer already exists 10:19:49 f24b3f338f7a: Layer already exists 10:19:49 8975f6129712: Layer already exists 10:19:49 19780dce0a81: Layer already exists 10:19:49 78de14afb69f: Layer already exists 10:19:49 e51a6ec754f1: Layer already exists 10:19:49 2c1a176e3d16: Layer already exists 10:19:49 290b3a0f5a07: Layer already exists 10:19:49 24bf5e419e49: Layer already exists 10:19:49 6f09edfb3f6d: Layer already exists 10:19:49 8ddaf98464ce: Layer already exists 10:19:49 latest: digest: sha256:e7f260b8e01c2c8a938b2cbc1f703e98008f06191ea97167de7a46eaadbeda9f size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:50 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:50 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.123 10:19:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:19:50 e1dc2da61c32: Preparing 10:19:50 19780dce0a81: Preparing 10:19:50 878f0fdbfd3c: Preparing 10:19:50 f24b3f338f7a: Preparing 10:19:50 8975f6129712: Preparing 10:19:50 2c1a176e3d16: Preparing 10:19:50 78de14afb69f: Preparing 10:19:50 e51a6ec754f1: Preparing 10:19:50 24bf5e419e49: Preparing 10:19:50 290b3a0f5a07: Preparing 10:19:50 8ddaf98464ce: Preparing 10:19:50 6f09edfb3f6d: Preparing 10:19:50 2c1a176e3d16: Waiting 10:19:50 8ddaf98464ce: Waiting 10:19:50 24bf5e419e49: Waiting 10:19:50 290b3a0f5a07: Waiting 10:19:50 e51a6ec754f1: Waiting 10:19:50 78de14afb69f: Waiting 10:19:50 6f09edfb3f6d: Waiting 10:19:50 f24b3f338f7a: Layer already exists 10:19:50 8975f6129712: Layer already exists 10:19:50 19780dce0a81: Layer already exists 10:19:50 878f0fdbfd3c: Layer already exists 10:19:50 e1dc2da61c32: Layer already exists 10:19:50 2c1a176e3d16: Layer already exists 10:19:50 78de14afb69f: Layer already exists 10:19:50 e51a6ec754f1: Layer already exists 10:19:50 24bf5e419e49: Layer already exists 10:19:50 290b3a0f5a07: Layer already exists 10:19:50 6f09edfb3f6d: Layer already exists 10:19:50 8ddaf98464ce: Layer already exists 10:19:50 4.1.0-dev.123: digest: sha256:e7f260b8e01c2c8a938b2cbc1f703e98008f06191ea97167de7a46eaadbeda9f size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:51 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:51 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 10:19:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:19:51 e1dc2da61c32: Preparing 10:19:51 19780dce0a81: Preparing 10:19:51 878f0fdbfd3c: Preparing 10:19:51 f24b3f338f7a: Preparing 10:19:51 8975f6129712: Preparing 10:19:51 2c1a176e3d16: Preparing 10:19:51 78de14afb69f: Preparing 10:19:51 e51a6ec754f1: Preparing 10:19:51 24bf5e419e49: Preparing 10:19:51 290b3a0f5a07: Preparing 10:19:51 8ddaf98464ce: Preparing 10:19:51 6f09edfb3f6d: Preparing 10:19:51 e51a6ec754f1: Waiting 10:19:51 24bf5e419e49: Waiting 10:19:51 290b3a0f5a07: Waiting 10:19:51 6f09edfb3f6d: Waiting 10:19:51 2c1a176e3d16: Waiting 10:19:51 78de14afb69f: Waiting 10:19:51 8ddaf98464ce: Waiting 10:19:51 8975f6129712: Layer already exists 10:19:51 19780dce0a81: Layer already exists 10:19:51 f24b3f338f7a: Layer already exists 10:19:51 e1dc2da61c32: Layer already exists 10:19:51 878f0fdbfd3c: Layer already exists 10:19:51 2c1a176e3d16: Layer already exists 10:19:51 e51a6ec754f1: Layer already exists 10:19:51 78de14afb69f: Layer already exists 10:19:51 24bf5e419e49: Layer already exists 10:19:51 290b3a0f5a07: Layer already exists 10:19:51 8ddaf98464ce: Layer already exists 10:19:51 6f09edfb3f6d: Layer already exists 10:19:51 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:e7f260b8e01c2c8a938b2cbc1f703e98008f06191ea97167de7a46eaadbeda9f size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:51 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:52 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 10:19:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:19:52 e1dc2da61c32: Preparing 10:19:52 19780dce0a81: Preparing 10:19:52 878f0fdbfd3c: Preparing 10:19:52 f24b3f338f7a: Preparing 10:19:52 8975f6129712: Preparing 10:19:52 2c1a176e3d16: Preparing 10:19:52 78de14afb69f: Preparing 10:19:52 e51a6ec754f1: Preparing 10:19:52 24bf5e419e49: Preparing 10:19:52 290b3a0f5a07: Preparing 10:19:52 8ddaf98464ce: Preparing 10:19:52 6f09edfb3f6d: Preparing 10:19:52 2c1a176e3d16: Waiting 10:19:52 8ddaf98464ce: Waiting 10:19:52 24bf5e419e49: Waiting 10:19:52 290b3a0f5a07: Waiting 10:19:52 6f09edfb3f6d: Waiting 10:19:52 78de14afb69f: Waiting 10:19:52 e51a6ec754f1: Waiting 10:19:52 f24b3f338f7a: Layer already exists 10:19:52 878f0fdbfd3c: Layer already exists 10:19:52 19780dce0a81: Layer already exists 10:19:52 8975f6129712: Layer already exists 10:19:52 e1dc2da61c32: Layer already exists 10:19:52 2c1a176e3d16: Layer already exists 10:19:52 78de14afb69f: Layer already exists 10:19:52 e51a6ec754f1: Layer already exists 10:19:52 24bf5e419e49: Layer already exists 10:19:52 290b3a0f5a07: Layer already exists 10:19:52 8ddaf98464ce: Layer already exists 10:19:52 6f09edfb3f6d: Layer already exists 10:19:52 main: digest: sha256:e7f260b8e01c2c8a938b2cbc1f703e98008f06191ea97167de7a46eaadbeda9f size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:19:52 ===================================================== [Pipeline] echo 10:19:52 taggedImages: 10:19:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:40cd80bac603763c7752655dbe2af7a1b0c195ed 10:19:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 10:19:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.123 10:19:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 10:19:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 10:19:52 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 10:19:52 40cd80bac603763c7752655dbe2af7a1b0c195ed 10:19:52 latest 10:19:52 4.1.0-dev.123 10:19:52 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 10:19:52 main 10:19:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:52 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:53 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:40cd80bac603763c7752655dbe2af7a1b0c195ed 10:19:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 10:19:53 871f4ec73e9f: Preparing 10:19:53 d6ef99bd056a: Preparing 10:19:53 e51a6ec754f1: Preparing 10:19:53 24bf5e419e49: Preparing 10:19:53 e5d7d3cd64c1: Preparing 10:19:53 aa0140ddf04f: Preparing 10:19:53 6f09edfb3f6d: Preparing 10:19:53 aa0140ddf04f: Waiting 10:19:53 6f09edfb3f6d: Waiting 10:19:53 24bf5e419e49: Layer already exists 10:19:53 e51a6ec754f1: Layer already exists 10:19:53 6f09edfb3f6d: Layer already exists 10:19:53 871f4ec73e9f: Pushed 10:19:53 e5d7d3cd64c1: Pushed 10:19:54 aa0140ddf04f: Pushed 10:19:56 d6ef99bd056a: Pushed 10:19:56 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:60958288c91e277e193ff1875e89ef09a55e6f7a383014f3db70aac94e5828ca size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:57 + 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 10:19:57 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 10:19:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 10:19:57 871f4ec73e9f: Preparing 10:19:57 d6ef99bd056a: Preparing 10:19:57 e51a6ec754f1: Preparing 10:19:57 24bf5e419e49: Preparing 10:19:57 e5d7d3cd64c1: Preparing 10:19:57 aa0140ddf04f: Preparing 10:19:57 6f09edfb3f6d: Preparing 10:19:57 aa0140ddf04f: Waiting 10:19:57 6f09edfb3f6d: Waiting 10:19:57 e5d7d3cd64c1: Layer already exists 10:19:57 d6ef99bd056a: Layer already exists 10:19:57 e51a6ec754f1: Layer already exists 10:19:57 871f4ec73e9f: Layer already exists 10:19:57 24bf5e419e49: Layer already exists 10:19:57 aa0140ddf04f: Layer already exists 10:19:57 6f09edfb3f6d: Layer already exists 10:19:57 latest: digest: sha256:60958288c91e277e193ff1875e89ef09a55e6f7a383014f3db70aac94e5828ca size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:58 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:58 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.123 10:19:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 10:19:58 871f4ec73e9f: Preparing 10:19:58 d6ef99bd056a: Preparing 10:19:58 e51a6ec754f1: Preparing 10:19:58 24bf5e419e49: Preparing 10:19:58 e5d7d3cd64c1: Preparing 10:19:58 aa0140ddf04f: Preparing 10:19:58 6f09edfb3f6d: Preparing 10:19:58 aa0140ddf04f: Waiting 10:19:58 6f09edfb3f6d: Waiting 10:19:58 e51a6ec754f1: Layer already exists 10:19:58 871f4ec73e9f: Layer already exists 10:19:58 e5d7d3cd64c1: Layer already exists 10:19:58 aa0140ddf04f: Layer already exists 10:19:58 24bf5e419e49: Layer already exists 10:19:58 d6ef99bd056a: Layer already exists 10:19:58 6f09edfb3f6d: Layer already exists 10:19:58 4.1.0-dev.123: digest: sha256:60958288c91e277e193ff1875e89ef09a55e6f7a383014f3db70aac94e5828ca size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:59 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:59 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 10:19:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 10:19:59 871f4ec73e9f: Preparing 10:19:59 d6ef99bd056a: Preparing 10:19:59 e51a6ec754f1: Preparing 10:19:59 24bf5e419e49: Preparing 10:19:59 e5d7d3cd64c1: Preparing 10:19:59 aa0140ddf04f: Preparing 10:19:59 6f09edfb3f6d: Preparing 10:19:59 aa0140ddf04f: Waiting 10:19:59 6f09edfb3f6d: Waiting 10:19:59 d6ef99bd056a: Layer already exists 10:19:59 871f4ec73e9f: Layer already exists 10:19:59 e51a6ec754f1: Layer already exists 10:19:59 e5d7d3cd64c1: Layer already exists 10:19:59 24bf5e419e49: Layer already exists 10:19:59 aa0140ddf04f: Layer already exists 10:19:59 6f09edfb3f6d: Layer already exists 10:19:59 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:60958288c91e277e193ff1875e89ef09a55e6f7a383014f3db70aac94e5828ca size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:00 + 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 10:20:00 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 10:20:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 10:20:00 871f4ec73e9f: Preparing 10:20:00 d6ef99bd056a: Preparing 10:20:00 e51a6ec754f1: Preparing 10:20:00 24bf5e419e49: Preparing 10:20:00 e5d7d3cd64c1: Preparing 10:20:00 aa0140ddf04f: Preparing 10:20:00 6f09edfb3f6d: Preparing 10:20:00 aa0140ddf04f: Waiting 10:20:00 6f09edfb3f6d: Waiting 10:20:00 d6ef99bd056a: Layer already exists 10:20:00 e5d7d3cd64c1: Layer already exists 10:20:00 871f4ec73e9f: Layer already exists 10:20:00 24bf5e419e49: Layer already exists 10:20:00 e51a6ec754f1: Layer already exists 10:20:00 aa0140ddf04f: Layer already exists 10:20:00 6f09edfb3f6d: Layer already exists 10:20:00 main: digest: sha256:60958288c91e277e193ff1875e89ef09a55e6f7a383014f3db70aac94e5828ca size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:20:00 ===================================================== [Pipeline] echo 10:20:00 taggedImages: 10:20:00 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:40cd80bac603763c7752655dbe2af7a1b0c195ed 10:20:00 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 10:20:00 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.123 10:20:00 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 10:20:00 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 10:20:00 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 10:20:00 40cd80bac603763c7752655dbe2af7a1b0c195ed 10:20:00 latest 10:20:00 4.1.0-dev.123 10:20:00 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 10:20:00 main 10:20:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:01 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:40cd80bac603763c7752655dbe2af7a1b0c195ed 10:20:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 10:20:01 cf029e16bc47: Preparing 10:20:01 fbb5c72074e2: Preparing 10:20:01 4ff9251ec28d: Preparing 10:20:01 e51a6ec754f1: Preparing 10:20:01 24bf5e419e49: Preparing 10:20:01 44a20a6aab07: Preparing 10:20:01 ed81528d2045: Preparing 10:20:01 5be8643caa59: Preparing 10:20:01 50cfa7d55c89: Preparing 10:20:01 44a20a6aab07: Waiting 10:20:01 ed81528d2045: Waiting 10:20:01 6f09edfb3f6d: Preparing 10:20:01 50cfa7d55c89: Waiting 10:20:01 6f09edfb3f6d: Waiting 10:20:01 24bf5e419e49: Layer already exists 10:20:01 e51a6ec754f1: Layer already exists 10:20:01 fbb5c72074e2: Pushed 10:20:01 4ff9251ec28d: Pushed 10:20:01 cf029e16bc47: Pushed 10:20:01 6f09edfb3f6d: Layer already exists 10:20:01 5be8643caa59: Pushed 10:20:01 50cfa7d55c89: Pushed 10:20:07 ed81528d2045: Pushed 10:20:15 44a20a6aab07: Pushed 10:20:15 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:7fb0576f6778eadc10f89c969d08388d3bbe4273eea0183c832909efe7494668 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:15 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:16 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 10:20:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 10:20:16 cf029e16bc47: Preparing 10:20:16 fbb5c72074e2: Preparing 10:20:16 4ff9251ec28d: Preparing 10:20:16 e51a6ec754f1: Preparing 10:20:16 24bf5e419e49: Preparing 10:20:16 44a20a6aab07: Preparing 10:20:16 ed81528d2045: Preparing 10:20:16 44a20a6aab07: Waiting 10:20:16 5be8643caa59: Preparing 10:20:16 ed81528d2045: Waiting 10:20:16 50cfa7d55c89: Preparing 10:20:16 5be8643caa59: Waiting 10:20:16 6f09edfb3f6d: Preparing 10:20:16 50cfa7d55c89: Waiting 10:20:16 6f09edfb3f6d: Waiting 10:20:16 e51a6ec754f1: Layer already exists 10:20:16 fbb5c72074e2: Layer already exists 10:20:16 cf029e16bc47: Layer already exists 10:20:16 24bf5e419e49: Layer already exists 10:20:16 4ff9251ec28d: Layer already exists 10:20:16 ed81528d2045: Layer already exists 10:20:16 44a20a6aab07: Layer already exists 10:20:16 50cfa7d55c89: Layer already exists 10:20:16 6f09edfb3f6d: Layer already exists 10:20:16 5be8643caa59: Layer already exists 10:20:16 latest: digest: sha256:7fb0576f6778eadc10f89c969d08388d3bbe4273eea0183c832909efe7494668 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:16 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:16 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.123 10:20:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 10:20:16 cf029e16bc47: Preparing 10:20:16 fbb5c72074e2: Preparing 10:20:16 4ff9251ec28d: Preparing 10:20:16 e51a6ec754f1: Preparing 10:20:16 24bf5e419e49: Preparing 10:20:16 44a20a6aab07: Preparing 10:20:16 ed81528d2045: Preparing 10:20:16 5be8643caa59: Preparing 10:20:16 50cfa7d55c89: Preparing 10:20:16 6f09edfb3f6d: Preparing 10:20:16 ed81528d2045: Waiting 10:20:16 44a20a6aab07: Waiting 10:20:16 5be8643caa59: Waiting 10:20:16 50cfa7d55c89: Waiting 10:20:16 6f09edfb3f6d: Waiting 10:20:16 cf029e16bc47: Layer already exists 10:20:16 24bf5e419e49: Layer already exists 10:20:16 e51a6ec754f1: Layer already exists 10:20:16 fbb5c72074e2: Layer already exists 10:20:16 4ff9251ec28d: Layer already exists 10:20:16 44a20a6aab07: Layer already exists 10:20:16 50cfa7d55c89: Layer already exists 10:20:16 ed81528d2045: Layer already exists 10:20:16 6f09edfb3f6d: Layer already exists 10:20:16 5be8643caa59: Layer already exists 10:20:16 4.1.0-dev.123: digest: sha256:7fb0576f6778eadc10f89c969d08388d3bbe4273eea0183c832909efe7494668 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:17 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 10:20:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 10:20:17 cf029e16bc47: Preparing 10:20:17 fbb5c72074e2: Preparing 10:20:17 4ff9251ec28d: Preparing 10:20:17 e51a6ec754f1: Preparing 10:20:17 24bf5e419e49: Preparing 10:20:17 44a20a6aab07: Preparing 10:20:17 ed81528d2045: Preparing 10:20:17 5be8643caa59: Preparing 10:20:17 50cfa7d55c89: Preparing 10:20:17 6f09edfb3f6d: Preparing 10:20:17 ed81528d2045: Waiting 10:20:17 5be8643caa59: Waiting 10:20:17 50cfa7d55c89: Waiting 10:20:17 6f09edfb3f6d: Waiting 10:20:17 44a20a6aab07: Waiting 10:20:17 fbb5c72074e2: Layer already exists 10:20:17 e51a6ec754f1: Layer already exists 10:20:17 cf029e16bc47: Layer already exists 10:20:17 24bf5e419e49: Layer already exists 10:20:17 4ff9251ec28d: Layer already exists 10:20:17 44a20a6aab07: Layer already exists 10:20:17 5be8643caa59: Layer already exists 10:20:17 50cfa7d55c89: Layer already exists 10:20:17 6f09edfb3f6d: Layer already exists 10:20:17 ed81528d2045: Layer already exists 10:20:17 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:7fb0576f6778eadc10f89c969d08388d3bbe4273eea0183c832909efe7494668 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:18 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 10:20:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 10:20:18 cf029e16bc47: Preparing 10:20:18 fbb5c72074e2: Preparing 10:20:18 4ff9251ec28d: Preparing 10:20:18 e51a6ec754f1: Preparing 10:20:18 24bf5e419e49: Preparing 10:20:18 44a20a6aab07: Preparing 10:20:18 ed81528d2045: Preparing 10:20:18 5be8643caa59: Preparing 10:20:18 50cfa7d55c89: Preparing 10:20:18 6f09edfb3f6d: Preparing 10:20:18 ed81528d2045: Waiting 10:20:18 5be8643caa59: Waiting 10:20:18 50cfa7d55c89: Waiting 10:20:18 6f09edfb3f6d: Waiting 10:20:18 44a20a6aab07: Waiting 10:20:18 cf029e16bc47: Layer already exists 10:20:18 4ff9251ec28d: Layer already exists 10:20:18 fbb5c72074e2: Layer already exists 10:20:18 24bf5e419e49: Layer already exists 10:20:18 e51a6ec754f1: Layer already exists 10:20:18 44a20a6aab07: Layer already exists 10:20:18 5be8643caa59: Layer already exists 10:20:18 ed81528d2045: Layer already exists 10:20:18 50cfa7d55c89: Layer already exists 10:20:18 6f09edfb3f6d: Layer already exists 10:20:18 main: digest: sha256:7fb0576f6778eadc10f89c969d08388d3bbe4273eea0183c832909efe7494668 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:20:18 ===================================================== [Pipeline] echo 10:20:18 taggedImages: 10:20:18 - nexus3.edgexfoundry.org:10004/security-spire-agent:40cd80bac603763c7752655dbe2af7a1b0c195ed 10:20:18 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 10:20:18 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.123 10:20:18 - nexus3.edgexfoundry.org:10004/security-spire-agent:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 10:20:18 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 10:20:18 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 10:20:18 40cd80bac603763c7752655dbe2af7a1b0c195ed 10:20:18 latest 10:20:18 4.1.0-dev.123 10:20:18 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 10:20:18 main 10:20:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:18 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:40cd80bac603763c7752655dbe2af7a1b0c195ed 10:20:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 10:20:19 7c3ad7eb3684: Preparing 10:20:19 55fb7c3cf807: Preparing 10:20:19 158f544d4bc6: Preparing 10:20:19 e51a6ec754f1: Preparing 10:20:19 24bf5e419e49: Preparing 10:20:19 157b17bdf8a2: Preparing 10:20:19 0f63c6034c68: Preparing 10:20:19 157b17bdf8a2: Waiting 10:20:19 c198c4930735: Preparing 10:20:19 6f09edfb3f6d: Preparing 10:20:19 c198c4930735: Waiting 10:20:19 0f63c6034c68: Waiting 10:20:19 6f09edfb3f6d: Waiting 10:20:19 e51a6ec754f1: Layer already exists 10:20:19 24bf5e419e49: Layer already exists 10:20:19 55fb7c3cf807: Pushed 10:20:19 7c3ad7eb3684: Pushed 10:20:19 0f63c6034c68: Pushed 10:20:19 158f544d4bc6: Pushed 10:20:19 6f09edfb3f6d: Layer already exists 10:20:19 c198c4930735: Pushed 10:20:32 157b17bdf8a2: Pushed 10:20:32 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:c49d2718e24e84858c619e99615a364693f7a353b25d8a0e66bbe29812855d49 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:32 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 10:20:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 10:20:32 7c3ad7eb3684: Preparing 10:20:32 55fb7c3cf807: Preparing 10:20:32 158f544d4bc6: Preparing 10:20:32 e51a6ec754f1: Preparing 10:20:32 24bf5e419e49: Preparing 10:20:32 157b17bdf8a2: Preparing 10:20:32 0f63c6034c68: Preparing 10:20:32 c198c4930735: Preparing 10:20:32 6f09edfb3f6d: Preparing 10:20:32 0f63c6034c68: Waiting 10:20:32 c198c4930735: Waiting 10:20:32 157b17bdf8a2: Waiting 10:20:32 6f09edfb3f6d: Waiting 10:20:32 e51a6ec754f1: Layer already exists 10:20:32 7c3ad7eb3684: Layer already exists 10:20:32 24bf5e419e49: Layer already exists 10:20:32 158f544d4bc6: Layer already exists 10:20:32 55fb7c3cf807: Layer already exists 10:20:32 c198c4930735: Layer already exists 10:20:32 157b17bdf8a2: Layer already exists 10:20:32 6f09edfb3f6d: Layer already exists 10:20:32 0f63c6034c68: Layer already exists 10:20:32 latest: digest: sha256:c49d2718e24e84858c619e99615a364693f7a353b25d8a0e66bbe29812855d49 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:33 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.123 10:20:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 10:20:33 7c3ad7eb3684: Preparing 10:20:33 55fb7c3cf807: Preparing 10:20:33 158f544d4bc6: Preparing 10:20:33 e51a6ec754f1: Preparing 10:20:33 24bf5e419e49: Preparing 10:20:33 157b17bdf8a2: Preparing 10:20:33 0f63c6034c68: Preparing 10:20:33 c198c4930735: Preparing 10:20:33 6f09edfb3f6d: Preparing 10:20:33 157b17bdf8a2: Waiting 10:20:33 0f63c6034c68: Waiting 10:20:33 c198c4930735: Waiting 10:20:33 6f09edfb3f6d: Waiting 10:20:33 7c3ad7eb3684: Layer already exists 10:20:33 158f544d4bc6: Layer already exists 10:20:33 24bf5e419e49: Layer already exists 10:20:33 e51a6ec754f1: Layer already exists 10:20:33 55fb7c3cf807: Layer already exists 10:20:33 157b17bdf8a2: Layer already exists 10:20:33 6f09edfb3f6d: Layer already exists 10:20:33 0f63c6034c68: Layer already exists 10:20:33 c198c4930735: Layer already exists 10:20:33 4.1.0-dev.123: digest: sha256:c49d2718e24e84858c619e99615a364693f7a353b25d8a0e66bbe29812855d49 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:33 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 10:20:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 10:20:34 7c3ad7eb3684: Preparing 10:20:34 55fb7c3cf807: Preparing 10:20:34 158f544d4bc6: Preparing 10:20:34 e51a6ec754f1: Preparing 10:20:34 24bf5e419e49: Preparing 10:20:34 157b17bdf8a2: Preparing 10:20:34 0f63c6034c68: Preparing 10:20:34 c198c4930735: Preparing 10:20:34 6f09edfb3f6d: Preparing 10:20:34 157b17bdf8a2: Waiting 10:20:34 0f63c6034c68: Waiting 10:20:34 c198c4930735: Waiting 10:20:34 6f09edfb3f6d: Waiting 10:20:34 55fb7c3cf807: Layer already exists 10:20:34 e51a6ec754f1: Layer already exists 10:20:34 158f544d4bc6: Layer already exists 10:20:34 7c3ad7eb3684: Layer already exists 10:20:34 24bf5e419e49: Layer already exists 10:20:34 157b17bdf8a2: Layer already exists 10:20:34 0f63c6034c68: Layer already exists 10:20:34 c198c4930735: Layer already exists 10:20:34 6f09edfb3f6d: Layer already exists 10:20:34 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:c49d2718e24e84858c619e99615a364693f7a353b25d8a0e66bbe29812855d49 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:34 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 10:20:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 10:20:34 7c3ad7eb3684: Preparing 10:20:34 55fb7c3cf807: Preparing 10:20:34 158f544d4bc6: Preparing 10:20:34 e51a6ec754f1: Preparing 10:20:34 24bf5e419e49: Preparing 10:20:34 157b17bdf8a2: Preparing 10:20:34 0f63c6034c68: Preparing 10:20:34 c198c4930735: Preparing 10:20:34 6f09edfb3f6d: Preparing 10:20:34 157b17bdf8a2: Waiting 10:20:34 0f63c6034c68: Waiting 10:20:34 c198c4930735: Waiting 10:20:34 6f09edfb3f6d: Waiting 10:20:34 24bf5e419e49: Layer already exists 10:20:34 55fb7c3cf807: Layer already exists 10:20:34 e51a6ec754f1: Layer already exists 10:20:34 7c3ad7eb3684: Layer already exists 10:20:34 158f544d4bc6: Layer already exists 10:20:34 6f09edfb3f6d: Layer already exists 10:20:34 157b17bdf8a2: Layer already exists 10:20:34 0f63c6034c68: Layer already exists 10:20:34 c198c4930735: Layer already exists 10:20:34 main: digest: sha256:c49d2718e24e84858c619e99615a364693f7a353b25d8a0e66bbe29812855d49 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:20:35 ===================================================== [Pipeline] echo 10:20:35 taggedImages: 10:20:35 - nexus3.edgexfoundry.org:10004/security-spire-config:40cd80bac603763c7752655dbe2af7a1b0c195ed 10:20:35 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 10:20:35 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.123 10:20:35 - nexus3.edgexfoundry.org:10004/security-spire-config:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 10:20:35 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 10:20:35 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 10:20:35 40cd80bac603763c7752655dbe2af7a1b0c195ed 10:20:35 latest 10:20:35 4.1.0-dev.123 10:20:35 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 10:20:35 main 10:20:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:35 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:40cd80bac603763c7752655dbe2af7a1b0c195ed 10:20:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 10:20:35 cf029e16bc47: Preparing 10:20:35 5d48e64f9e01: Preparing 10:20:35 90afb64f2ff5: Preparing 10:20:35 e51a6ec754f1: Preparing 10:20:35 24bf5e419e49: Preparing 10:20:35 157b17bdf8a2: Preparing 10:20:35 5be8643caa59: Preparing 10:20:35 50cfa7d55c89: Preparing 10:20:35 6f09edfb3f6d: Preparing 10:20:35 5be8643caa59: Waiting 10:20:35 50cfa7d55c89: Waiting 10:20:35 157b17bdf8a2: Waiting 10:20:35 6f09edfb3f6d: Waiting 10:20:35 24bf5e419e49: Layer already exists 10:20:35 cf029e16bc47: Layer already exists 10:20:35 e51a6ec754f1: Layer already exists 10:20:35 5be8643caa59: Layer already exists 10:20:35 50cfa7d55c89: Layer already exists 10:20:35 157b17bdf8a2: Layer already exists 10:20:35 6f09edfb3f6d: Layer already exists 10:20:35 90afb64f2ff5: Pushed 10:20:35 5d48e64f9e01: Pushed 10:20:36 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:d8cff946f3a9368fe99a97e3eeabb00c8b2a513787cab8e4bd78b7d9125dfb4b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:36 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 10:20:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 10:20:36 cf029e16bc47: Preparing 10:20:36 5d48e64f9e01: Preparing 10:20:36 90afb64f2ff5: Preparing 10:20:36 e51a6ec754f1: Preparing 10:20:36 24bf5e419e49: Preparing 10:20:36 157b17bdf8a2: Preparing 10:20:36 5be8643caa59: Preparing 10:20:36 50cfa7d55c89: Preparing 10:20:36 6f09edfb3f6d: Preparing 10:20:36 157b17bdf8a2: Waiting 10:20:36 5be8643caa59: Waiting 10:20:36 50cfa7d55c89: Waiting 10:20:36 6f09edfb3f6d: Waiting 10:20:36 24bf5e419e49: Layer already exists 10:20:36 90afb64f2ff5: Layer already exists 10:20:36 5d48e64f9e01: Layer already exists 10:20:36 cf029e16bc47: Layer already exists 10:20:36 e51a6ec754f1: Layer already exists 10:20:36 157b17bdf8a2: Layer already exists 10:20:36 5be8643caa59: Layer already exists 10:20:36 6f09edfb3f6d: Layer already exists 10:20:36 50cfa7d55c89: Layer already exists 10:20:36 latest: digest: sha256:d8cff946f3a9368fe99a97e3eeabb00c8b2a513787cab8e4bd78b7d9125dfb4b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:37 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:37 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.123 10:20:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 10:20:37 cf029e16bc47: Preparing 10:20:37 5d48e64f9e01: Preparing 10:20:37 90afb64f2ff5: Preparing 10:20:37 e51a6ec754f1: Preparing 10:20:37 24bf5e419e49: Preparing 10:20:37 157b17bdf8a2: Preparing 10:20:37 5be8643caa59: Preparing 10:20:37 50cfa7d55c89: Preparing 10:20:37 6f09edfb3f6d: Preparing 10:20:37 5be8643caa59: Waiting 10:20:37 50cfa7d55c89: Waiting 10:20:37 157b17bdf8a2: Waiting 10:20:37 6f09edfb3f6d: Waiting 10:20:37 90afb64f2ff5: Layer already exists 10:20:37 e51a6ec754f1: Layer already exists 10:20:37 5d48e64f9e01: Layer already exists 10:20:37 24bf5e419e49: Layer already exists 10:20:37 cf029e16bc47: Layer already exists 10:20:37 5be8643caa59: Layer already exists 10:20:37 157b17bdf8a2: Layer already exists 10:20:37 6f09edfb3f6d: Layer already exists 10:20:37 50cfa7d55c89: Layer already exists 10:20:37 4.1.0-dev.123: digest: sha256:d8cff946f3a9368fe99a97e3eeabb00c8b2a513787cab8e4bd78b7d9125dfb4b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:37 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 10:20:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 10:20:38 cf029e16bc47: Preparing 10:20:38 5d48e64f9e01: Preparing 10:20:38 90afb64f2ff5: Preparing 10:20:38 e51a6ec754f1: Preparing 10:20:38 24bf5e419e49: Preparing 10:20:38 157b17bdf8a2: Preparing 10:20:38 5be8643caa59: Preparing 10:20:38 50cfa7d55c89: Preparing 10:20:38 6f09edfb3f6d: Preparing 10:20:38 5be8643caa59: Waiting 10:20:38 50cfa7d55c89: Waiting 10:20:38 6f09edfb3f6d: Waiting 10:20:38 157b17bdf8a2: Waiting 10:20:38 5d48e64f9e01: Layer already exists 10:20:38 cf029e16bc47: Layer already exists 10:20:38 e51a6ec754f1: Layer already exists 10:20:38 24bf5e419e49: Layer already exists 10:20:38 90afb64f2ff5: Layer already exists 10:20:38 157b17bdf8a2: Layer already exists 10:20:38 6f09edfb3f6d: Layer already exists 10:20:38 5be8643caa59: Layer already exists 10:20:38 50cfa7d55c89: Layer already exists 10:20:38 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:d8cff946f3a9368fe99a97e3eeabb00c8b2a513787cab8e4bd78b7d9125dfb4b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:38 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 10:20:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 10:20:38 cf029e16bc47: Preparing 10:20:38 5d48e64f9e01: Preparing 10:20:38 90afb64f2ff5: Preparing 10:20:38 e51a6ec754f1: Preparing 10:20:38 24bf5e419e49: Preparing 10:20:38 157b17bdf8a2: Preparing 10:20:38 5be8643caa59: Preparing 10:20:38 50cfa7d55c89: Preparing 10:20:38 6f09edfb3f6d: Preparing 10:20:38 157b17bdf8a2: Waiting 10:20:38 5be8643caa59: Waiting 10:20:38 50cfa7d55c89: Waiting 10:20:38 6f09edfb3f6d: Waiting 10:20:38 90afb64f2ff5: Layer already exists 10:20:38 cf029e16bc47: Layer already exists 10:20:38 e51a6ec754f1: Layer already exists 10:20:38 5d48e64f9e01: Layer already exists 10:20:38 24bf5e419e49: Layer already exists 10:20:38 50cfa7d55c89: Layer already exists 10:20:38 5be8643caa59: Layer already exists 10:20:38 157b17bdf8a2: Layer already exists 10:20:38 6f09edfb3f6d: Layer already exists 10:20:38 main: digest: sha256:d8cff946f3a9368fe99a97e3eeabb00c8b2a513787cab8e4bd78b7d9125dfb4b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:20:38 ===================================================== [Pipeline] echo 10:20:38 taggedImages: 10:20:38 - nexus3.edgexfoundry.org:10004/security-spire-server:40cd80bac603763c7752655dbe2af7a1b0c195ed 10:20:38 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 10:20:38 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.123 10:20:38 - nexus3.edgexfoundry.org:10004/security-spire-server:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 10:20:38 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 10:20:38 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 10:20:38 40cd80bac603763c7752655dbe2af7a1b0c195ed 10:20:38 latest 10:20:38 4.1.0-dev.123 10:20:38 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 10:20:38 main 10:20:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:39 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:39 + docker push nexus3.edgexfoundry.org:10004/support-notifications:40cd80bac603763c7752655dbe2af7a1b0c195ed 10:20:39 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:20:39 f0b158dc2919: Preparing 10:20:39 7fce06c714ae: Preparing 10:20:39 e51a6ec754f1: Preparing 10:20:39 24bf5e419e49: Preparing 10:20:39 143f8bf2348c: Preparing 10:20:39 8877c1bff136: Preparing 10:20:39 6f09edfb3f6d: Preparing 10:20:39 8877c1bff136: Waiting 10:20:39 6f09edfb3f6d: Waiting 10:20:39 24bf5e419e49: Layer already exists 10:20:39 e51a6ec754f1: Layer already exists 10:20:39 6f09edfb3f6d: Layer already exists 10:20:39 f0b158dc2919: Pushed 10:20:39 143f8bf2348c: Pushed 10:20:40 8877c1bff136: Pushed 10:20:44 7fce06c714ae: Pushed 10:20:44 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:f901a123aa17f64157a0c244f48528e9efb72199cf247b0c4abcf74d07694fc5 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:44 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:44 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 10:20:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:20:44 f0b158dc2919: Preparing 10:20:44 7fce06c714ae: Preparing 10:20:44 e51a6ec754f1: Preparing 10:20:44 24bf5e419e49: Preparing 10:20:44 143f8bf2348c: Preparing 10:20:44 8877c1bff136: Preparing 10:20:44 6f09edfb3f6d: Preparing 10:20:44 8877c1bff136: Waiting 10:20:44 6f09edfb3f6d: Waiting 10:20:44 24bf5e419e49: Layer already exists 10:20:44 f0b158dc2919: Layer already exists 10:20:44 e51a6ec754f1: Layer already exists 10:20:44 7fce06c714ae: Layer already exists 10:20:44 143f8bf2348c: Layer already exists 10:20:44 8877c1bff136: Layer already exists 10:20:44 6f09edfb3f6d: Layer already exists 10:20:44 latest: digest: sha256:f901a123aa17f64157a0c244f48528e9efb72199cf247b0c4abcf74d07694fc5 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:45 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:45 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.123 10:20:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:20:45 f0b158dc2919: Preparing 10:20:45 7fce06c714ae: Preparing 10:20:45 e51a6ec754f1: Preparing 10:20:45 24bf5e419e49: Preparing 10:20:45 143f8bf2348c: Preparing 10:20:45 8877c1bff136: Preparing 10:20:45 6f09edfb3f6d: Preparing 10:20:45 6f09edfb3f6d: Waiting 10:20:45 8877c1bff136: Waiting 10:20:45 143f8bf2348c: Layer already exists 10:20:45 24bf5e419e49: Layer already exists 10:20:45 7fce06c714ae: Layer already exists 10:20:45 e51a6ec754f1: Layer already exists 10:20:45 f0b158dc2919: Layer already exists 10:20:45 6f09edfb3f6d: Layer already exists 10:20:45 8877c1bff136: Layer already exists 10:20:45 4.1.0-dev.123: digest: sha256:f901a123aa17f64157a0c244f48528e9efb72199cf247b0c4abcf74d07694fc5 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:45 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:46 + docker push nexus3.edgexfoundry.org:10004/support-notifications:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 10:20:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:20:46 f0b158dc2919: Preparing 10:20:46 7fce06c714ae: Preparing 10:20:46 e51a6ec754f1: Preparing 10:20:46 24bf5e419e49: Preparing 10:20:46 143f8bf2348c: Preparing 10:20:46 8877c1bff136: Preparing 10:20:46 6f09edfb3f6d: Preparing 10:20:46 6f09edfb3f6d: Waiting 10:20:46 8877c1bff136: Waiting 10:20:46 e51a6ec754f1: Layer already exists 10:20:46 24bf5e419e49: Layer already exists 10:20:46 143f8bf2348c: Layer already exists 10:20:46 f0b158dc2919: Layer already exists 10:20:46 7fce06c714ae: Layer already exists 10:20:46 8877c1bff136: Layer already exists 10:20:46 6f09edfb3f6d: Layer already exists 10:20:46 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:f901a123aa17f64157a0c244f48528e9efb72199cf247b0c4abcf74d07694fc5 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:46 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:46 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 10:20:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:20:46 f0b158dc2919: Preparing 10:20:46 7fce06c714ae: Preparing 10:20:46 e51a6ec754f1: Preparing 10:20:46 24bf5e419e49: Preparing 10:20:46 143f8bf2348c: Preparing 10:20:46 8877c1bff136: Preparing 10:20:46 6f09edfb3f6d: Preparing 10:20:46 8877c1bff136: Waiting 10:20:46 6f09edfb3f6d: Waiting 10:20:46 f0b158dc2919: Layer already exists 10:20:46 e51a6ec754f1: Layer already exists 10:20:46 24bf5e419e49: Layer already exists 10:20:46 7fce06c714ae: Layer already exists 10:20:46 143f8bf2348c: Layer already exists 10:20:46 6f09edfb3f6d: Layer already exists 10:20:46 8877c1bff136: Layer already exists 10:20:46 main: digest: sha256:f901a123aa17f64157a0c244f48528e9efb72199cf247b0c4abcf74d07694fc5 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:20:47 ===================================================== [Pipeline] echo 10:20:47 taggedImages: 10:20:47 - nexus3.edgexfoundry.org:10004/support-notifications:40cd80bac603763c7752655dbe2af7a1b0c195ed 10:20:47 - nexus3.edgexfoundry.org:10004/support-notifications:latest 10:20:47 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.123 10:20:47 - nexus3.edgexfoundry.org:10004/support-notifications:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 10:20:47 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 10:20:47 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 10:20:47 40cd80bac603763c7752655dbe2af7a1b0c195ed 10:20:47 latest 10:20:47 4.1.0-dev.123 10:20:47 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 10:20:47 main 10:20:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:47 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:47 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:40cd80bac603763c7752655dbe2af7a1b0c195ed 10:20:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:20:47 12d5ea920744: Preparing 10:20:47 c49765be8b3d: Preparing 10:20:47 e51a6ec754f1: Preparing 10:20:47 24bf5e419e49: Preparing 10:20:47 74754d1f5db1: Preparing 10:20:47 ae1d406b3ec6: Preparing 10:20:47 6f09edfb3f6d: Preparing 10:20:47 ae1d406b3ec6: Waiting 10:20:47 6f09edfb3f6d: Waiting 10:20:47 24bf5e419e49: Layer already exists 10:20:47 e51a6ec754f1: Layer already exists 10:20:47 6f09edfb3f6d: Layer already exists 10:20:57 74754d1f5db1: Pushed 10:20:57 12d5ea920744: Pushed 10:20:57 ae1d406b3ec6: Pushed 10:20:57 c49765be8b3d: Pushed 10:20:57 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:f9cbdfa6bcdb751938065ccaf0c578aba4abf592c4c153b4258f0dbcb6d272f4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:58 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:58 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 10:20:58 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:20:58 12d5ea920744: Preparing 10:20:58 c49765be8b3d: Preparing 10:20:58 e51a6ec754f1: Preparing 10:20:58 24bf5e419e49: Preparing 10:20:58 74754d1f5db1: Preparing 10:20:58 ae1d406b3ec6: Preparing 10:20:58 6f09edfb3f6d: Preparing 10:20:58 ae1d406b3ec6: Waiting 10:20:58 6f09edfb3f6d: Waiting 10:20:58 c49765be8b3d: Layer already exists 10:20:58 e51a6ec754f1: Layer already exists 10:20:58 74754d1f5db1: Layer already exists 10:20:58 12d5ea920744: Layer already exists 10:20:58 24bf5e419e49: Layer already exists 10:20:58 ae1d406b3ec6: Layer already exists 10:20:58 6f09edfb3f6d: Layer already exists 10:20:58 latest: digest: sha256:f9cbdfa6bcdb751938065ccaf0c578aba4abf592c4c153b4258f0dbcb6d272f4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:59 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:59 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.123 10:20:59 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:20:59 12d5ea920744: Preparing 10:20:59 c49765be8b3d: Preparing 10:20:59 e51a6ec754f1: Preparing 10:20:59 24bf5e419e49: Preparing 10:20:59 74754d1f5db1: Preparing 10:20:59 ae1d406b3ec6: Preparing 10:20:59 6f09edfb3f6d: Preparing 10:20:59 6f09edfb3f6d: Waiting 10:20:59 ae1d406b3ec6: Waiting 10:20:59 c49765be8b3d: Layer already exists 10:20:59 74754d1f5db1: Layer already exists 10:20:59 12d5ea920744: Layer already exists 10:20:59 24bf5e419e49: Layer already exists 10:20:59 e51a6ec754f1: Layer already exists 10:20:59 ae1d406b3ec6: Layer already exists 10:20:59 6f09edfb3f6d: Layer already exists 10:20:59 4.1.0-dev.123: digest: sha256:f9cbdfa6bcdb751938065ccaf0c578aba4abf592c4c153b4258f0dbcb6d272f4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:59 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:21:00 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 10:21:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:21:00 12d5ea920744: Preparing 10:21:00 c49765be8b3d: Preparing 10:21:00 e51a6ec754f1: Preparing 10:21:00 24bf5e419e49: Preparing 10:21:00 74754d1f5db1: Preparing 10:21:00 ae1d406b3ec6: Preparing 10:21:00 6f09edfb3f6d: Preparing 10:21:00 6f09edfb3f6d: Waiting 10:21:00 ae1d406b3ec6: Waiting 10:21:00 74754d1f5db1: Layer already exists 10:21:00 c49765be8b3d: Layer already exists 10:21:00 e51a6ec754f1: Layer already exists 10:21:00 12d5ea920744: Layer already exists 10:21:00 24bf5e419e49: Layer already exists 10:21:00 6f09edfb3f6d: Layer already exists 10:21:00 ae1d406b3ec6: Layer already exists 10:21:00 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:f9cbdfa6bcdb751938065ccaf0c578aba4abf592c4c153b4258f0dbcb6d272f4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:21:00 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:21:00 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 10:21:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:21:00 12d5ea920744: Preparing 10:21:00 c49765be8b3d: Preparing 10:21:00 e51a6ec754f1: Preparing 10:21:00 24bf5e419e49: Preparing 10:21:00 74754d1f5db1: Preparing 10:21:00 ae1d406b3ec6: Preparing 10:21:00 6f09edfb3f6d: Preparing 10:21:00 6f09edfb3f6d: Waiting 10:21:00 ae1d406b3ec6: Waiting 10:21:00 c49765be8b3d: Layer already exists 10:21:00 24bf5e419e49: Layer already exists 10:21:00 12d5ea920744: Layer already exists 10:21:00 e51a6ec754f1: Layer already exists 10:21:00 74754d1f5db1: Layer already exists 10:21:00 6f09edfb3f6d: Layer already exists 10:21:00 ae1d406b3ec6: Layer already exists 10:21:00 main: digest: sha256:f9cbdfa6bcdb751938065ccaf0c578aba4abf592c4c153b4258f0dbcb6d272f4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:21:00 ===================================================== [Pipeline] echo 10:21:00 taggedImages: 10:21:00 - nexus3.edgexfoundry.org:10004/support-scheduler:40cd80bac603763c7752655dbe2af7a1b0c195ed 10:21:00 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 10:21:00 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.123 10:21:00 - nexus3.edgexfoundry.org:10004/support-scheduler:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 10:21:00 - nexus3.edgexfoundry.org:10004/support-scheduler:main [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] } 10:38:44 #144 ... 10:38:44 10:38:44 #154 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 10:38:44 #154 DONE 1178.7s 10:38:44 10:38:44 #37 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 10:38:44 #37 ... 10:38:44 10:38:44 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 10:38:44 #155 DONE 0.3s 10:38:44 10:38:44 #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 10:38:44 #156 DONE 0.1s 10:38:44 10:38:44 #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 10:38:44 #157 DONE 0.3s 10:38:44 10:38:44 #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:38:44 #148 ... 10:38:44 10:38:44 #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 10:38:44 #158 DONE 0.1s 10:38:44 10:38:44 #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 10:38:44 #159 DONE 0.1s 10:38:44 10:38:44 #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 10:38:44 #145 ... 10:38:44 10:38:44 #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:38:44 #160 DONE 2.0s 10:38:44 10:38:44 #105 [core-common-config-bootstrapper] exporting to image 10:38:44 #105 exporting layers 10:38:44 #105 exporting layers 0.8s done 10:38:44 #105 writing image sha256:7ee27415d2aab26f69fc1824c0741b57a988bd8546ed3844b53d31cc0ec94248 done 10:38:44 #105 naming to docker.io/library/core-common-config-bootstrapper-arm64 10:38:44 #105 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 10:38:44 #105 DONE 9.3s 10:38:44 10:38:44 #144 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper 10:38:45 #144 ... 10:38:45 10:38:45 #131 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 10:38:45 #131 DONE 1190.4s 10:38:45 10:38:45 #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 10:38:45 #161 DONE 0.4s 10:38:45 10:38:45 #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 10:38:49 #162 DONE 4.2s 10:38:49 10:38:49 #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:38:49 #148 ... 10:38:49 10:38:49 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 10:38:50 #163 DONE 0.3s 10:38:50 10:38:50 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 10:38:50 #164 DONE 0.5s 10:38:50 10:38:50 #144 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper 10:38:50 #144 ... 10:38:50 10:38:50 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:38:50 #165 DONE 0.4s 10:38:50 10:38:50 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 10:38:51 #166 DONE 0.1s 10:38:51 10:38:51 #167 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 10:38:51 #167 DONE 0.1s 10:38:51 10:38:51 #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/ 10:38:51 #168 DONE 0.2s 10:38:51 10:38:51 #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/ 10:38:51 #169 DONE 0.1s 10:38:51 10:38:51 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 10:38:51 #170 DONE 0.1s 10:38:51 10:38:51 #37 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 10:38:51 #37 ... 10:38:51 10:38:51 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 10:38:54 #171 DONE 2.5s 10:38:54 10:38:54 #105 [security-bootstrapper] exporting to image 10:38:54 #105 exporting layers 10:38:55 #105 exporting layers 1.1s done 10:38:55 #105 writing image sha256:216003707d682b0970fbd5b8da3cd6151e70e950e414beb05a05fa2b84e8e38e done 10:38:55 #105 naming to docker.io/library/security-bootstrapper-arm64 done 10:38:55 #105 DONE 10.4s 10:38:55 10:38:55 #144 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper 10:56:48 #144 ... 10:56:48 10:56:48 #146 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 10:56:48 #146 DONE 2262.1s 10:56:48 10:56:48 #144 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper 10:56:48 #144 ... 10:56:48 10:56:48 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 10:56:48 #172 DONE 0.1s 10:56:48 10:56:48 #144 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper 10:56:48 #144 ... 10:56:48 10:56:48 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 10:56:48 #173 DONE 0.1s 10:56:48 10:56:48 #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 10:56:48 #147 ... 10:56:48 10:56:48 #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:56:48 #174 DONE 0.5s 10:56:48 10:56:48 #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 10:56:48 #175 DONE 0.1s 10:56:48 10:56:48 #105 [core-command] exporting to image 10:56:48 #105 exporting layers 10:56:48 #105 exporting layers 2.9s done 10:56:48 #105 writing image sha256:aca8d632c916dd38a68c93868c6f3e8b9d9ce2f3d44926365aaf3346d661cedd done 10:56:48 #105 naming to docker.io/library/core-command-arm64 done 10:56:48 #105 DONE 13.3s 10:56:48 10:56:48 #144 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper 10:56:51 #144 ... 10:56:51 10:56:51 #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 10:56:51 #145 DONE 2276.6s 10:56:51 10:56:51 #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:56:52 #150 ... 10:56:52 10:56:52 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 10:56:52 #176 DONE 0.3s 10:56:52 10:56:52 #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 10:56:53 #177 DONE 0.4s 10:56:53 10:56:53 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:56:53 #149 ... 10:56:53 10:56:53 #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 10:56:53 #178 DONE 0.3s 10:56:53 10:56:53 #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 10:56:53 #179 DONE 0.4s 10:56:53 10:56:53 #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:56:54 #180 DONE 0.5s 10:56:54 10:56:54 #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 10:56:54 #181 DONE 0.1s 10:56:54 10:56:54 #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:56:56 #182 DONE 2.0s 10:56:56 10:56:56 #37 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 10:56:56 #37 ... 10:56:56 10:56:56 #105 [security-proxy-setup] exporting to image 10:56:56 #105 exporting layers 10:56:57 #105 exporting layers 0.9s done 10:56:57 #105 writing image sha256:8e7d5f4faccac3eb8b592145eeed8c95626d1c436105b18468bbcd5c1478ac58 0.0s done 10:56:57 #105 naming to docker.io/library/security-proxy-setup-arm64 0.0s done 10:56:57 #105 DONE 14.3s 10:56:57 10:56:57 #151 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:56:59 #151 ... 10:56:59 10:56:59 #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 10:56:59 #147 2285.0 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.123 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:57:32 #147 DONE 2316.5s 10:57:32 10:57:32 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:57:32 #149 ... 10:57:32 10:57:32 #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 10:57:32 #183 DONE 0.3s 10:57:32 10:57:32 #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 10:57:32 #184 DONE 0.2s 10:57:32 10:57:32 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 10:57:32 #152 ... 10:57:32 10:57:32 #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 10:57:32 #185 DONE 0.1s 10:57:32 10:57:32 #151 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:57:32 #151 ... 10:57:32 10:57:32 #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 10:57:32 #186 DONE 0.1s 10:57:32 10:57:32 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 10:57:33 #187 DONE 0.1s 10:57:33 10:57:33 #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:57:33 #188 DONE 0.4s 10:57:33 10:57:33 #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:57:33 #148 ... 10:57:33 10:57:33 #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:57:33 #189 DONE 0.5s 10:57:33 10:57:33 #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:57:34 #190 DONE 0.2s 10:57:34 10:57:34 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:57:39 #191 DONE 5.7s 10:57:39 10:57:39 #105 [security-secretstore-setup] exporting to image 10:57:39 #105 exporting layers 10:57:41 #105 exporting layers 1.6s done 10:57:41 #105 writing image sha256:ef4980e824d73b45aeeab65acc3ea5d825f1879779a25f9f45070770e00be712 done 10:57:41 #105 naming to docker.io/library/security-secretstore-setup-arm64 done 10:57:41 #105 DONE 15.9s 10:57:41 10:57:41 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 10:58:37 #152 ... 10:58:37 10:58:37 #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:58:37 #150 DONE 2376.0s 10:58:37 10:58:37 #144 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper 10:58:37 #144 ... 10:58:37 10:58:37 #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:58:37 #192 DONE 0.2s 10:58:37 10:58:37 #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:58:37 #193 DONE 0.2s 10:58:37 10:58:37 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 10:58:37 #194 DONE 0.5s 10:58:37 10:58:37 #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 10:58:37 #195 DONE 0.1s 10:58:37 10:58:37 #105 [security-spiffe-token-provider] exporting to image 10:58:37 #105 exporting layers 10:58:37 #105 exporting layers 0.6s done 10:58:37 #105 writing image sha256:19b7177d7c4592bbbcce78fc3e97c382eeec3804b87de75867834e908eb0e343 done 10:58:37 #105 naming to docker.io/library/security-spiffe-token-provider-arm64 done 10:58:37 #105 DONE 16.5s 10:58:37 10:58:37 #37 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 10:59:10 #37 ... 10:59:10 10:59:10 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 10:59:10 #152 DONE 2413.5s 10:59:10 10:59:10 #144 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper 10:59:10 #144 ... 10:59:10 10:59:10 #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 10:59:10 #196 DONE 0.1s 10:59:10 10:59:10 #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 10:59:10 #197 DONE 0.1s 10:59:10 10:59:10 #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 10:59:10 #198 DONE 0.5s 10:59:10 10:59:10 #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 10:59:10 #199 DONE 0.1s 10:59:10 10:59:10 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:59:10 #149 ... 10:59:10 10:59:10 #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 10:59:10 #200 DONE 0.1s 10:59:10 10:59:10 #201 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:59:12 #201 DONE 1.8s 10:59:12 10:59:12 #105 [security-proxy-auth] exporting to image 10:59:12 #105 exporting layers 10:59:17 #105 exporting layers 4.9s done 10:59:17 #105 writing image sha256:67ee6b5acd7c93d8a75b2a9617ed5bfc36de64505a77522bca2ec36daa24ef1f done 10:59:17 #105 naming to docker.io/library/security-proxy-auth-arm64 done 10:59:17 #105 DONE 21.5s 10:59:17 10:59:17 #151 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:59:19 #151 ... 10:59:19 10:59:19 #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:59:19 #148 DONE 2424.6s 10:59:19 10:59:19 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:59:20 #149 ... 10:59:20 10:59:20 #202 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:59:20 #202 DONE 0.3s 10:59:20 10:59:20 #203 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:59:21 #203 DONE 0.5s 10:59:21 10:59:21 #204 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:59:21 #204 ... 10:59:21 10:59:21 #144 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper 10:59:21 #144 DONE 2426.6s 10:59:21 10:59:21 #204 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:59:22 #204 DONE 1.0s 10:59:22 10:59:22 #205 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 10:59:22 #205 DONE 0.2s 10:59:22 10:59:22 #50 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 10:59:22 #50 ... 10:59:22 10:59:22 #105 [core-data] exporting to image 10:59:22 #105 exporting layers 10:59:22 #105 ... 10:59:22 10:59:22 #206 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 10:59:22 #206 DONE 0.4s 10:59:23 10:59:23 #207 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 10:59:23 #207 DONE 0.7s 10:59:23 10:59:23 #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:59:23 #153 ... 10:59:23 10:59:23 #105 [core-data] exporting to image 10:59:23 #105 exporting layers 1.1s done 10:59:23 #105 writing image sha256:3681ea7e5f25ab3e0334518a754a79ecb8f2886076174d5b2958972797d06fe9 done 10:59:23 #105 naming to docker.io/library/core-data-arm64 done 10:59:23 #105 DONE 22.6s 10:59:23 10:59:23 #208 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 10:59:23 #208 DONE 0.1s 10:59:23 10:59:23 #105 [core-keeper] exporting to image 10:59:24 #105 exporting layers 0.6s done 10:59:24 #105 writing image sha256:96fcba1bea67507c783262c4a6530be4bd90c8f144c168411e0a8aff80a62923 done 10:59:24 #105 naming to docker.io/library/core-keeper-arm64 done 10:59:24 #105 DONE 23.2s 10:59:24 10:59:24 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:59:25 #149 DONE 2431.1s 10:59:25 10:59:25 #151 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:59:26 #151 ... 10:59:26 10:59:26 #209 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 10:59:26 #209 DONE 0.1s 10:59:26 10:59:26 #210 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 10:59:26 #210 DONE 0.1s 10:59:26 10:59:26 #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:59:26 #153 ... 10:59:26 10:59:26 #211 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:59:27 #211 DONE 0.4s 10:59:27 10:59:27 #37 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 10:59:27 #37 ... 10:59:27 10:59:27 #212 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 10:59:27 #212 DONE 0.2s 10:59:27 10:59:27 #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 10:59:27 #213 DONE 0.1s 10:59:27 10:59:27 #105 [core-metadata] exporting to image 10:59:30 #105 exporting layers 2.3s done 10:59:30 #105 writing image sha256:7d3eb326ddf607bfafb372c9fe18829f1630672ad99c46167ebc2d6b849715d9 done 10:59:30 #105 naming to docker.io/library/core-metadata-arm64 done 10:59:30 #105 DONE 25.5s 10:59:30 10:59:30 #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:59:52 #153 DONE 2457.7s 10:59:52 10:59:52 #50 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 10:59:52 #50 ... 10:59:52 10:59:52 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:59:52 #214 DONE 0.1s 10:59:52 10:59:52 #37 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 10:59:53 #37 ... 10:59:53 10:59:53 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:59:53 #215 DONE 0.1s 10:59:53 10:59:53 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:59:53 #216 DONE 0.5s 10:59:53 10:59:53 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 10:59:54 #217 DONE 0.1s 10:59:54 10:59:54 #105 [support-scheduler] exporting to image 10:59:54 #105 exporting layers 10:59:54 #105 exporting layers 1.0s done 10:59:54 #105 writing image sha256:61c92f6e70d0477e03413476207098a5125fa62a047acd39d8725859bc33cb34 done 10:59:54 #105 naming to docker.io/library/support-scheduler-arm64 done 10:59:54 #105 DONE 26.5s 10:59:54 10:59:54 #50 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 11:00:01 #50 ... 11:00:01 11:00:01 #151 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 11:00:01 #151 DONE 2466.7s 11:00:01 11:00:01 #37 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 11:00:01 #37 ... 11:00:01 11:00:01 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 11:00:01 #218 DONE 0.1s 11:00:01 11:00:01 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 11:00:01 #219 DONE 0.1s 11:00:01 11:00:01 #50 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 11:00:01 #50 ... 11:00:01 11:00:01 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 11:00:02 #220 DONE 0.5s 11:00:02 11:00:02 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 11:00:02 #221 DONE 0.1s 11:00:02 11:00:02 #105 [support-notifications] exporting to image 11:00:02 #105 exporting layers 11:00:03 #105 exporting layers 0.7s done 11:00:03 #105 writing image sha256:f1442ba1d06b2426c429944fedeed1c8f2ba702e98600211e66f41b70cb69ec2 done 11:00:03 #105 naming to docker.io/library/support-notifications-arm64 done 11:00:03 #105 DONE 27.3s 11:00:03 11:00:03 #50 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 11:00:03 time="2026-07-06T10:16:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:00:03 time="2026-07-06T10:16:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:00:03 time="2026-07-06T10:16:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:00:03 time="2026-07-06T10:16:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:00:03 time="2026-07-06T10:16:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:00:03 time="2026-07-06T10:16:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:00:03 time="2026-07-06T10:16:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:00:03 time="2026-07-06T10:16:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:00:03 time="2026-07-06T10:16:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:00:03 time="2026-07-06T10:16:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:00:03 time="2026-07-06T10:16:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:00:03 time="2026-07-06T10:16:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:00:03 time="2026-07-06T10:16:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:00:03 time="2026-07-06T10:16:09Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:00:03 time="2026-07-06T10:16:09Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 11:00:03 $ docker stop --time=1 8de33505c520809ab0b0568ff9003e60198dbbc343ec9e62d8bf7f2d8b732f89 11:00:05 $ docker rm -f --volumes 8de33505c520809ab0b0568ff9003e60198dbbc343ec9e62d8bf7f2d8b732f89 [Pipeline] // withDockerContainer [Pipeline] sh 11:00:05 + docker images 11:00:05 REPOSITORY TAG IMAGE ID CREATED SIZE 11:00:05 support-notifications-arm64 latest f1442ba1d06b 3 seconds ago 56.8MB 11:00:05 support-scheduler-arm64 latest 61c92f6e70d0 12 seconds ago 53MB 11:00:05 core-metadata-arm64 latest 7d3eb326ddf6 38 seconds ago 48.8MB 11:00:05 core-keeper-arm64 latest 96fcba1bea67 42 seconds ago 48.5MB 11:00:05 core-data-arm64 latest 3681ea7e5f25 43 seconds ago 48.7MB 11:00:05 security-proxy-auth-arm64 latest 67ee6b5acd7c 54 seconds ago 47.9MB 11:00:05 security-spiffe-token-provider-arm64 latest 19b7177d7c45 About a minute ago 52.5MB 11:00:05 security-secretstore-setup-arm64 latest ef4980e824d7 2 minutes ago 86.9MB 11:00:05 security-proxy-setup-arm64 latest 8e7d5f4facca 3 minutes ago 53.4MB 11:00:05 core-command-arm64 latest aca8d632c916 3 minutes ago 43.2MB 11:00:05 security-bootstrapper-arm64 latest 216003707d68 21 minutes ago 21.3MB 11:00:05 core-common-config-bootstrapper-arm64 latest 7ee27415d2aa 21 minutes ago 20.2MB 11:00:05 security-spire-agent-arm64 latest ea243bd6ab76 42 minutes ago 219MB 11:00:05 security-spire-server-arm64 latest 52a9480b1e82 42 minutes ago 163MB 11:00:05 security-spire-config-arm64 latest 7b902eaa40c6 42 minutes ago 162MB 11:00:05 ci-base-image-arm64 latest ecfdf7f832bf 44 minutes ago 909MB 11:00:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.25-alpine 334268110677 8 months ago 564MB 11:00:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 3 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 11:00:05 provisioning config files... 11:00:05 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/988@tmp/config13916972484133462104tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:00:06 ---> ****-login.sh 11:00:06 nexus3.edgexfoundry.org:10001 11:00:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:00:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:00:06 Configure a credential helper to remove this warning. See 11:00:06 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:00:06 11:00:06 Login Succeeded 11:00:06 nexus3.edgexfoundry.org:10002 11:00:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:00:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:00:06 Configure a credential helper to remove this warning. See 11:00:06 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:00:06 11:00:06 Login Succeeded 11:00:06 nexus3.edgexfoundry.org:10003 11:00:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:00:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:00:07 Configure a credential helper to remove this warning. See 11:00:07 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:00:07 11:00:07 Login Succeeded 11:00:07 nexus3.edgexfoundry.org:10004 11:00:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:00:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:00:07 Configure a credential helper to remove this warning. See 11:00:07 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:00:07 11:00:07 Login Succeeded 11:00:07 ****.io 11:00:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:00:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:00:08 Configure a credential helper to remove this warning. See 11:00:08 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:00:08 11:00:08 Login Succeeded 11:00:08 ---> ****-login.sh ends [Pipeline] } 11:00:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:00:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^palau$, ^lts-test$]] [Pipeline] echo 11:00:08 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 11:00:08 40cd80bac603763c7752655dbe2af7a1b0c195ed 11:00:08 latest 11:00:08 4.1.0-dev.123 11:00:08 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 11:00:08 main 11:00:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:08 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:09 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed 11:00:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 11:00:09 2f1830476d5c: Preparing 11:00:09 cf22b2a1b054: Preparing 11:00:09 e35be0f10a02: Preparing 11:00:09 874851a1299c: Preparing 11:00:09 f86bc0851eea: Preparing 11:00:09 8e398e524b89: Preparing 11:00:09 03ba6f53ebfc: Preparing 11:00:09 8e398e524b89: Waiting 11:00:09 03ba6f53ebfc: Waiting 11:00:09 2f1830476d5c: Pushed 11:00:09 f86bc0851eea: Pushed 11:00:09 e35be0f10a02: Pushed 11:00:09 874851a1299c: Pushed 11:00:09 03ba6f53ebfc: Layer already exists 11:00:09 8e398e524b89: Pushed 11:00:17 cf22b2a1b054: Pushed 11:00:17 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:d4578082396f235f4fcefe4244fba6ca4e0d917be26b1f35e193523a762fa21a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:17 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:18 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 11:00:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 11:00:18 2f1830476d5c: Preparing 11:00:18 cf22b2a1b054: Preparing 11:00:18 e35be0f10a02: Preparing 11:00:18 874851a1299c: Preparing 11:00:18 f86bc0851eea: Preparing 11:00:18 8e398e524b89: Preparing 11:00:18 03ba6f53ebfc: Preparing 11:00:18 8e398e524b89: Waiting 11:00:18 03ba6f53ebfc: Waiting 11:00:18 874851a1299c: Layer already exists 11:00:18 f86bc0851eea: Layer already exists 11:00:18 2f1830476d5c: Layer already exists 11:00:18 e35be0f10a02: Layer already exists 11:00:18 cf22b2a1b054: Layer already exists 11:00:18 03ba6f53ebfc: Layer already exists 11:00:18 8e398e524b89: Layer already exists 11:00:18 latest: digest: sha256:d4578082396f235f4fcefe4244fba6ca4e0d917be26b1f35e193523a762fa21a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:18 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:19 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.123 11:00:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 11:00:19 2f1830476d5c: Preparing 11:00:19 cf22b2a1b054: Preparing 11:00:19 e35be0f10a02: Preparing 11:00:19 874851a1299c: Preparing 11:00:19 f86bc0851eea: Preparing 11:00:19 8e398e524b89: Preparing 11:00:19 8e398e524b89: Waiting 11:00:19 03ba6f53ebfc: Preparing 11:00:19 e35be0f10a02: Layer already exists 11:00:19 cf22b2a1b054: Layer already exists 11:00:19 2f1830476d5c: Layer already exists 11:00:19 874851a1299c: Layer already exists 11:00:19 f86bc0851eea: Layer already exists 11:00:19 8e398e524b89: Layer already exists 11:00:19 03ba6f53ebfc: Layer already exists 11:00:19 4.1.0-dev.123: digest: sha256:d4578082396f235f4fcefe4244fba6ca4e0d917be26b1f35e193523a762fa21a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:19 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:19 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 11:00:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 11:00:19 2f1830476d5c: Preparing 11:00:19 cf22b2a1b054: Preparing 11:00:19 e35be0f10a02: Preparing 11:00:19 874851a1299c: Preparing 11:00:19 f86bc0851eea: Preparing 11:00:19 8e398e524b89: Preparing 11:00:19 03ba6f53ebfc: Preparing 11:00:19 03ba6f53ebfc: Waiting 11:00:19 8e398e524b89: Waiting 11:00:19 e35be0f10a02: Layer already exists 11:00:19 874851a1299c: Layer already exists 11:00:19 cf22b2a1b054: Layer already exists 11:00:19 f86bc0851eea: Layer already exists 11:00:19 2f1830476d5c: Layer already exists 11:00:19 8e398e524b89: Layer already exists 11:00:19 03ba6f53ebfc: Layer already exists 11:00:19 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:d4578082396f235f4fcefe4244fba6ca4e0d917be26b1f35e193523a762fa21a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:20 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:20 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 11:00:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 11:00:20 2f1830476d5c: Preparing 11:00:20 cf22b2a1b054: Preparing 11:00:20 e35be0f10a02: Preparing 11:00:20 874851a1299c: Preparing 11:00:20 f86bc0851eea: Preparing 11:00:20 8e398e524b89: Preparing 11:00:20 03ba6f53ebfc: Preparing 11:00:20 8e398e524b89: Waiting 11:00:20 03ba6f53ebfc: Waiting 11:00:20 f86bc0851eea: Layer already exists 11:00:20 cf22b2a1b054: Layer already exists 11:00:20 2f1830476d5c: Layer already exists 11:00:20 e35be0f10a02: Layer already exists 11:00:20 874851a1299c: Layer already exists 11:00:20 03ba6f53ebfc: Layer already exists 11:00:20 8e398e524b89: Layer already exists 11:00:20 main: digest: sha256:d4578082396f235f4fcefe4244fba6ca4e0d917be26b1f35e193523a762fa21a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:00:21 ===================================================== [Pipeline] echo 11:00:21 taggedImages: 11:00:21 - nexus3.edgexfoundry.org:10004/core-command-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed 11:00:21 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 11:00:21 - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.123 11:00:21 - nexus3.edgexfoundry.org:10004/core-command-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 11:00:21 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 11:00:21 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 11:00:21 40cd80bac603763c7752655dbe2af7a1b0c195ed 11:00:21 latest 11:00:21 4.1.0-dev.123 11:00:21 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 11:00:21 main 11:00:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:21 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:21 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed 11:00:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 11:00:21 78377dd94fae: Preparing 11:00:21 203d6b42f3b0: Preparing 11:00:21 582283971c39: Preparing 11:00:21 10590e2bc7ca: Preparing 11:00:21 e35be0f10a02: Preparing 11:00:21 874851a1299c: Preparing 11:00:21 f86bc0851eea: Preparing 11:00:21 8e398e524b89: Preparing 11:00:21 03ba6f53ebfc: Preparing 11:00:21 874851a1299c: Waiting 11:00:21 f86bc0851eea: Waiting 11:00:21 8e398e524b89: Waiting 11:00:21 03ba6f53ebfc: Waiting 11:00:21 e35be0f10a02: Layer already exists 11:00:22 874851a1299c: Layer already exists 11:00:22 203d6b42f3b0: Pushed 11:00:22 f86bc0851eea: Layer already exists 11:00:22 582283971c39: Pushed 11:00:22 78377dd94fae: Pushed 11:00:22 8e398e524b89: Layer already exists 11:00:22 03ba6f53ebfc: Layer already exists 11:00:24 10590e2bc7ca: Pushed 11:00:26 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:ce66421979990ae1ef7385887d375529849ae92ce964af09ebc85b573af21fe5 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:26 + 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 11:00:26 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 11:00:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 11:00:26 78377dd94fae: Preparing 11:00:26 203d6b42f3b0: Preparing 11:00:26 582283971c39: Preparing 11:00:26 10590e2bc7ca: Preparing 11:00:26 e35be0f10a02: Preparing 11:00:26 874851a1299c: Preparing 11:00:26 f86bc0851eea: Preparing 11:00:26 8e398e524b89: Preparing 11:00:26 03ba6f53ebfc: Preparing 11:00:26 874851a1299c: Waiting 11:00:26 f86bc0851eea: Waiting 11:00:26 8e398e524b89: Waiting 11:00:26 03ba6f53ebfc: Waiting 11:00:26 78377dd94fae: Layer already exists 11:00:26 10590e2bc7ca: Layer already exists 11:00:26 e35be0f10a02: Layer already exists 11:00:26 582283971c39: Layer already exists 11:00:26 203d6b42f3b0: Layer already exists 11:00:26 874851a1299c: Layer already exists 11:00:26 8e398e524b89: Layer already exists 11:00:26 f86bc0851eea: Layer already exists 11:00:26 03ba6f53ebfc: Layer already exists 11:00:26 latest: digest: sha256:ce66421979990ae1ef7385887d375529849ae92ce964af09ebc85b573af21fe5 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:27 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:27 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.123 11:00:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 11:00:27 78377dd94fae: Preparing 11:00:27 203d6b42f3b0: Preparing 11:00:27 582283971c39: Preparing 11:00:27 10590e2bc7ca: Preparing 11:00:27 e35be0f10a02: Preparing 11:00:27 874851a1299c: Preparing 11:00:27 f86bc0851eea: Preparing 11:00:27 8e398e524b89: Preparing 11:00:27 03ba6f53ebfc: Preparing 11:00:27 874851a1299c: Waiting 11:00:27 f86bc0851eea: Waiting 11:00:27 8e398e524b89: Waiting 11:00:27 03ba6f53ebfc: Waiting 11:00:27 10590e2bc7ca: Layer already exists 11:00:27 203d6b42f3b0: Layer already exists 11:00:27 e35be0f10a02: Layer already exists 11:00:27 78377dd94fae: Layer already exists 11:00:27 582283971c39: Layer already exists 11:00:27 f86bc0851eea: Layer already exists 11:00:27 874851a1299c: Layer already exists 11:00:27 03ba6f53ebfc: Layer already exists 11:00:27 8e398e524b89: Layer already exists 11:00:27 4.1.0-dev.123: digest: sha256:ce66421979990ae1ef7385887d375529849ae92ce964af09ebc85b573af21fe5 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:28 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:28 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 11:00:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 11:00:28 78377dd94fae: Preparing 11:00:28 203d6b42f3b0: Preparing 11:00:28 582283971c39: Preparing 11:00:28 10590e2bc7ca: Preparing 11:00:28 e35be0f10a02: Preparing 11:00:28 874851a1299c: Preparing 11:00:28 f86bc0851eea: Preparing 11:00:28 8e398e524b89: Preparing 11:00:28 03ba6f53ebfc: Preparing 11:00:28 f86bc0851eea: Waiting 11:00:28 8e398e524b89: Waiting 11:00:28 03ba6f53ebfc: Waiting 11:00:28 874851a1299c: Waiting 11:00:28 203d6b42f3b0: Layer already exists 11:00:28 78377dd94fae: Layer already exists 11:00:28 10590e2bc7ca: Layer already exists 11:00:28 582283971c39: Layer already exists 11:00:28 e35be0f10a02: Layer already exists 11:00:28 874851a1299c: Layer already exists 11:00:28 f86bc0851eea: Layer already exists 11:00:28 8e398e524b89: Layer already exists 11:00:28 03ba6f53ebfc: Layer already exists 11:00:28 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:ce66421979990ae1ef7385887d375529849ae92ce964af09ebc85b573af21fe5 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:29 + 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 11:00:29 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 11:00:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 11:00:29 78377dd94fae: Preparing 11:00:29 203d6b42f3b0: Preparing 11:00:29 582283971c39: Preparing 11:00:29 10590e2bc7ca: Preparing 11:00:29 e35be0f10a02: Preparing 11:00:29 874851a1299c: Preparing 11:00:29 f86bc0851eea: Preparing 11:00:29 8e398e524b89: Preparing 11:00:29 03ba6f53ebfc: Preparing 11:00:29 874851a1299c: Waiting 11:00:29 f86bc0851eea: Waiting 11:00:29 8e398e524b89: Waiting 11:00:29 03ba6f53ebfc: Waiting 11:00:29 582283971c39: Layer already exists 11:00:29 e35be0f10a02: Layer already exists 11:00:29 78377dd94fae: Layer already exists 11:00:29 203d6b42f3b0: Layer already exists 11:00:29 10590e2bc7ca: Layer already exists 11:00:29 f86bc0851eea: Layer already exists 11:00:29 874851a1299c: Layer already exists 11:00:29 8e398e524b89: Layer already exists 11:00:29 03ba6f53ebfc: Layer already exists 11:00:30 main: digest: sha256:ce66421979990ae1ef7385887d375529849ae92ce964af09ebc85b573af21fe5 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:00:30 ===================================================== [Pipeline] echo 11:00:30 taggedImages: 11:00:30 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed 11:00:30 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 11:00:30 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.123 11:00:30 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 11:00:30 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 11:00:30 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 11:00:30 40cd80bac603763c7752655dbe2af7a1b0c195ed 11:00:30 latest 11:00:30 4.1.0-dev.123 11:00:30 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 11:00:30 main 11:00:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:30 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:31 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed 11:00:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 11:00:31 3049552f0673: Preparing 11:00:31 f7e2ab2abc2b: Preparing 11:00:31 e35be0f10a02: Preparing 11:00:31 874851a1299c: Preparing 11:00:31 2186c5fa4810: Preparing 11:00:31 4fae4b470f47: Preparing 11:00:31 03ba6f53ebfc: Preparing 11:00:31 4fae4b470f47: Waiting 11:00:31 874851a1299c: Layer already exists 11:00:31 e35be0f10a02: Layer already exists 11:00:31 03ba6f53ebfc: Layer already exists 11:00:31 2186c5fa4810: Pushed 11:00:31 3049552f0673: Pushed 11:00:31 4fae4b470f47: Pushed 11:00:39 f7e2ab2abc2b: Pushed 11:00:39 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:418a3e063ea544902c627592e656f7fbddde9812812aa1232d9370b2711d1b72 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:39 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:40 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 11:00:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 11:00:40 3049552f0673: Preparing 11:00:40 f7e2ab2abc2b: Preparing 11:00:40 e35be0f10a02: Preparing 11:00:40 874851a1299c: Preparing 11:00:40 2186c5fa4810: Preparing 11:00:40 4fae4b470f47: Preparing 11:00:40 03ba6f53ebfc: Preparing 11:00:40 4fae4b470f47: Waiting 11:00:40 03ba6f53ebfc: Waiting 11:00:40 874851a1299c: Layer already exists 11:00:40 e35be0f10a02: Layer already exists 11:00:40 2186c5fa4810: Layer already exists 11:00:40 3049552f0673: Layer already exists 11:00:40 f7e2ab2abc2b: Layer already exists 11:00:40 4fae4b470f47: Layer already exists 11:00:40 03ba6f53ebfc: Layer already exists 11:00:40 latest: digest: sha256:418a3e063ea544902c627592e656f7fbddde9812812aa1232d9370b2711d1b72 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:40 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:41 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.123 11:00:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 11:00:41 3049552f0673: Preparing 11:00:41 f7e2ab2abc2b: Preparing 11:00:41 e35be0f10a02: Preparing 11:00:41 874851a1299c: Preparing 11:00:41 2186c5fa4810: Preparing 11:00:41 4fae4b470f47: Preparing 11:00:41 03ba6f53ebfc: Preparing 11:00:41 4fae4b470f47: Waiting 11:00:41 03ba6f53ebfc: Waiting 11:00:41 3049552f0673: Layer already exists 11:00:41 2186c5fa4810: Layer already exists 11:00:41 874851a1299c: Layer already exists 11:00:41 f7e2ab2abc2b: Layer already exists 11:00:41 e35be0f10a02: Layer already exists 11:00:41 4fae4b470f47: Layer already exists 11:00:41 03ba6f53ebfc: Layer already exists 11:00:41 4.1.0-dev.123: digest: sha256:418a3e063ea544902c627592e656f7fbddde9812812aa1232d9370b2711d1b72 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:41 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:42 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 11:00:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 11:00:42 3049552f0673: Preparing 11:00:42 f7e2ab2abc2b: Preparing 11:00:42 e35be0f10a02: Preparing 11:00:42 874851a1299c: Preparing 11:00:42 2186c5fa4810: Preparing 11:00:42 4fae4b470f47: Preparing 11:00:42 03ba6f53ebfc: Preparing 11:00:42 4fae4b470f47: Waiting 11:00:42 03ba6f53ebfc: Waiting 11:00:42 e35be0f10a02: Layer already exists 11:00:42 f7e2ab2abc2b: Layer already exists 11:00:42 2186c5fa4810: Layer already exists 11:00:42 3049552f0673: Layer already exists 11:00:42 874851a1299c: Layer already exists 11:00:42 03ba6f53ebfc: Layer already exists 11:00:42 4fae4b470f47: Layer already exists 11:00:42 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:418a3e063ea544902c627592e656f7fbddde9812812aa1232d9370b2711d1b72 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:42 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:43 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 11:00:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 11:00:43 3049552f0673: Preparing 11:00:43 f7e2ab2abc2b: Preparing 11:00:43 e35be0f10a02: Preparing 11:00:43 874851a1299c: Preparing 11:00:43 2186c5fa4810: Preparing 11:00:43 4fae4b470f47: Preparing 11:00:43 03ba6f53ebfc: Preparing 11:00:43 4fae4b470f47: Waiting 11:00:43 03ba6f53ebfc: Waiting 11:00:43 874851a1299c: Layer already exists 11:00:43 f7e2ab2abc2b: Layer already exists 11:00:43 3049552f0673: Layer already exists 11:00:43 2186c5fa4810: Layer already exists 11:00:43 e35be0f10a02: Layer already exists 11:00:43 4fae4b470f47: Layer already exists 11:00:43 03ba6f53ebfc: Layer already exists 11:00:43 main: digest: sha256:418a3e063ea544902c627592e656f7fbddde9812812aa1232d9370b2711d1b72 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:00:43 ===================================================== [Pipeline] echo 11:00:43 taggedImages: 11:00:43 - nexus3.edgexfoundry.org:10004/core-data-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed 11:00:43 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 11:00:43 - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.123 11:00:43 - nexus3.edgexfoundry.org:10004/core-data-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 11:00:43 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 11:00:43 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 11:00:43 40cd80bac603763c7752655dbe2af7a1b0c195ed 11:00:43 latest 11:00:43 4.1.0-dev.123 11:00:43 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 11:00:43 main 11:00:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:44 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:44 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed 11:00:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 11:00:44 a6540809b373: Preparing 11:00:44 aceac1a49f67: Preparing 11:00:44 874851a1299c: Preparing 11:00:44 c76d515acc3c: Preparing 11:00:44 cd75386c9833: Preparing 11:00:44 03ba6f53ebfc: Preparing 11:00:44 03ba6f53ebfc: Waiting 11:00:44 874851a1299c: Layer already exists 11:00:44 03ba6f53ebfc: Layer already exists 11:00:44 cd75386c9833: Pushed 11:00:44 c76d515acc3c: Pushed 11:00:44 a6540809b373: Pushed 11:00:52 aceac1a49f67: Pushed 11:00:52 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:017b338e6f68b5dd5e49f13a241cd617394c504b5f088f5800cd05be7cb4db21 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:53 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:53 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 11:00:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 11:00:53 a6540809b373: Preparing 11:00:53 aceac1a49f67: Preparing 11:00:53 874851a1299c: Preparing 11:00:53 c76d515acc3c: Preparing 11:00:53 cd75386c9833: Preparing 11:00:53 03ba6f53ebfc: Preparing 11:00:53 03ba6f53ebfc: Waiting 11:00:53 cd75386c9833: Layer already exists 11:00:53 874851a1299c: Layer already exists 11:00:53 c76d515acc3c: Layer already exists 11:00:53 a6540809b373: Layer already exists 11:00:53 aceac1a49f67: Layer already exists 11:00:53 03ba6f53ebfc: Layer already exists 11:00:53 latest: digest: sha256:017b338e6f68b5dd5e49f13a241cd617394c504b5f088f5800cd05be7cb4db21 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:53 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:54 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.123 11:00:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 11:00:54 a6540809b373: Preparing 11:00:54 aceac1a49f67: Preparing 11:00:54 874851a1299c: Preparing 11:00:54 c76d515acc3c: Preparing 11:00:54 cd75386c9833: Preparing 11:00:54 03ba6f53ebfc: Preparing 11:00:54 03ba6f53ebfc: Waiting 11:00:54 cd75386c9833: Layer already exists 11:00:54 a6540809b373: Layer already exists 11:00:54 874851a1299c: Layer already exists 11:00:54 c76d515acc3c: Layer already exists 11:00:54 aceac1a49f67: Layer already exists 11:00:54 03ba6f53ebfc: Layer already exists 11:00:54 4.1.0-dev.123: digest: sha256:017b338e6f68b5dd5e49f13a241cd617394c504b5f088f5800cd05be7cb4db21 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:54 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:55 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 11:00:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 11:00:55 a6540809b373: Preparing 11:00:55 aceac1a49f67: Preparing 11:00:55 874851a1299c: Preparing 11:00:55 c76d515acc3c: Preparing 11:00:55 cd75386c9833: Preparing 11:00:55 03ba6f53ebfc: Preparing 11:00:55 03ba6f53ebfc: Waiting 11:00:55 cd75386c9833: Layer already exists 11:00:55 a6540809b373: Layer already exists 11:00:55 874851a1299c: Layer already exists 11:00:55 aceac1a49f67: Layer already exists 11:00:55 c76d515acc3c: Layer already exists 11:00:55 03ba6f53ebfc: Layer already exists 11:00:55 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:017b338e6f68b5dd5e49f13a241cd617394c504b5f088f5800cd05be7cb4db21 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:56 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:56 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 11:00:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 11:00:56 a6540809b373: Preparing 11:00:56 aceac1a49f67: Preparing 11:00:56 874851a1299c: Preparing 11:00:56 c76d515acc3c: Preparing 11:00:56 cd75386c9833: Preparing 11:00:56 03ba6f53ebfc: Preparing 11:00:56 03ba6f53ebfc: Waiting 11:00:56 a6540809b373: Layer already exists 11:00:56 aceac1a49f67: Layer already exists 11:00:56 c76d515acc3c: Layer already exists 11:00:56 874851a1299c: Layer already exists 11:00:56 cd75386c9833: Layer already exists 11:00:56 03ba6f53ebfc: Layer already exists 11:00:56 main: digest: sha256:017b338e6f68b5dd5e49f13a241cd617394c504b5f088f5800cd05be7cb4db21 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:00:56 ===================================================== [Pipeline] echo 11:00:56 taggedImages: 11:00:56 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed 11:00:56 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 11:00:56 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.123 11:00:56 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 11:00:56 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 11:00:56 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 11:00:56 40cd80bac603763c7752655dbe2af7a1b0c195ed 11:00:56 latest 11:00:56 4.1.0-dev.123 11:00:56 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 11:00:56 main 11:00:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:57 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:57 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed 11:00:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 11:00:57 38c8704c6b53: Preparing 11:00:57 205a2d884dc5: Preparing 11:00:57 69a0038e7d38: Preparing 11:00:57 e35be0f10a02: Preparing 11:00:57 874851a1299c: Preparing 11:00:57 f86bc0851eea: Preparing 11:00:57 8e398e524b89: Preparing 11:00:57 03ba6f53ebfc: Preparing 11:00:57 8e398e524b89: Waiting 11:00:57 f86bc0851eea: Waiting 11:00:57 03ba6f53ebfc: Waiting 11:00:57 e35be0f10a02: Layer already exists 11:00:57 874851a1299c: Layer already exists 11:00:57 f86bc0851eea: Layer already exists 11:00:57 8e398e524b89: Layer already exists 11:00:57 03ba6f53ebfc: Layer already exists 11:00:57 205a2d884dc5: Pushed 11:00:57 38c8704c6b53: Pushed 11:01:06 69a0038e7d38: Pushed 11:01:06 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:d9f38e9d0ff7efde5d0f5232b883d34168b18451f8f22cb77badfa2ec2b84d75 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:06 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:06 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 11:01:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 11:01:06 38c8704c6b53: Preparing 11:01:06 205a2d884dc5: Preparing 11:01:06 69a0038e7d38: Preparing 11:01:06 e35be0f10a02: Preparing 11:01:06 874851a1299c: Preparing 11:01:06 f86bc0851eea: Preparing 11:01:06 8e398e524b89: Preparing 11:01:06 03ba6f53ebfc: Preparing 11:01:06 f86bc0851eea: Waiting 11:01:06 8e398e524b89: Waiting 11:01:06 03ba6f53ebfc: Waiting 11:01:06 38c8704c6b53: Layer already exists 11:01:06 69a0038e7d38: Layer already exists 11:01:06 874851a1299c: Layer already exists 11:01:06 205a2d884dc5: Layer already exists 11:01:06 e35be0f10a02: Layer already exists 11:01:06 8e398e524b89: Layer already exists 11:01:06 f86bc0851eea: Layer already exists 11:01:06 03ba6f53ebfc: Layer already exists 11:01:07 latest: digest: sha256:d9f38e9d0ff7efde5d0f5232b883d34168b18451f8f22cb77badfa2ec2b84d75 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:07 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:07 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.123 11:01:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 11:01:07 38c8704c6b53: Preparing 11:01:07 205a2d884dc5: Preparing 11:01:07 69a0038e7d38: Preparing 11:01:07 e35be0f10a02: Preparing 11:01:07 874851a1299c: Preparing 11:01:07 f86bc0851eea: Preparing 11:01:07 8e398e524b89: Preparing 11:01:07 03ba6f53ebfc: Preparing 11:01:07 f86bc0851eea: Waiting 11:01:07 8e398e524b89: Waiting 11:01:07 03ba6f53ebfc: Waiting 11:01:07 205a2d884dc5: Layer already exists 11:01:07 874851a1299c: Layer already exists 11:01:07 38c8704c6b53: Layer already exists 11:01:07 e35be0f10a02: Layer already exists 11:01:07 69a0038e7d38: Layer already exists 11:01:07 03ba6f53ebfc: Layer already exists 11:01:07 f86bc0851eea: Layer already exists 11:01:07 8e398e524b89: Layer already exists 11:01:07 4.1.0-dev.123: digest: sha256:d9f38e9d0ff7efde5d0f5232b883d34168b18451f8f22cb77badfa2ec2b84d75 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:08 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:08 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 11:01:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 11:01:08 38c8704c6b53: Preparing 11:01:08 205a2d884dc5: Preparing 11:01:08 69a0038e7d38: Preparing 11:01:08 e35be0f10a02: Preparing 11:01:08 874851a1299c: Preparing 11:01:08 f86bc0851eea: Preparing 11:01:08 8e398e524b89: Preparing 11:01:08 03ba6f53ebfc: Preparing 11:01:08 8e398e524b89: Waiting 11:01:08 03ba6f53ebfc: Waiting 11:01:08 f86bc0851eea: Waiting 11:01:08 69a0038e7d38: Layer already exists 11:01:08 38c8704c6b53: Layer already exists 11:01:08 e35be0f10a02: Layer already exists 11:01:08 205a2d884dc5: Layer already exists 11:01:08 874851a1299c: Layer already exists 11:01:08 f86bc0851eea: Layer already exists 11:01:08 8e398e524b89: Layer already exists 11:01:08 03ba6f53ebfc: Layer already exists 11:01:08 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:d9f38e9d0ff7efde5d0f5232b883d34168b18451f8f22cb77badfa2ec2b84d75 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:09 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:09 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 11:01:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 11:01:09 38c8704c6b53: Preparing 11:01:09 205a2d884dc5: Preparing 11:01:09 69a0038e7d38: Preparing 11:01:09 e35be0f10a02: Preparing 11:01:09 874851a1299c: Preparing 11:01:09 f86bc0851eea: Preparing 11:01:09 8e398e524b89: Preparing 11:01:09 03ba6f53ebfc: Preparing 11:01:09 f86bc0851eea: Waiting 11:01:09 8e398e524b89: Waiting 11:01:09 03ba6f53ebfc: Waiting 11:01:09 69a0038e7d38: Layer already exists 11:01:09 205a2d884dc5: Layer already exists 11:01:09 e35be0f10a02: Layer already exists 11:01:09 874851a1299c: Layer already exists 11:01:09 38c8704c6b53: Layer already exists 11:01:09 8e398e524b89: Layer already exists 11:01:09 f86bc0851eea: Layer already exists 11:01:09 03ba6f53ebfc: Layer already exists 11:01:09 main: digest: sha256:d9f38e9d0ff7efde5d0f5232b883d34168b18451f8f22cb77badfa2ec2b84d75 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:01:10 ===================================================== [Pipeline] echo 11:01:10 taggedImages: 11:01:10 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed 11:01:10 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 11:01:10 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.123 11:01:10 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 11:01:10 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 11:01:10 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 11:01:10 40cd80bac603763c7752655dbe2af7a1b0c195ed 11:01:10 latest 11:01:10 4.1.0-dev.123 11:01:10 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 11:01:10 main 11:01:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:10 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:10 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed 11:01:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 11:01:10 f8eec464807c: Preparing 11:01:10 3c09c7de4d66: Preparing 11:01:10 20b3d4254f4b: Preparing 11:01:10 6e05b62b9005: Preparing 11:01:10 06d964456836: Preparing 11:01:10 5b284987cf7f: Preparing 11:01:10 9e28046ba2a4: Preparing 11:01:10 5b284987cf7f: Waiting 11:01:10 e35be0f10a02: Preparing 11:01:10 9e28046ba2a4: Waiting 11:01:10 874851a1299c: Preparing 11:01:10 e35be0f10a02: Waiting 11:01:10 baac27dcfda3: Preparing 11:01:10 874851a1299c: Waiting 11:01:10 6c615c4aadf8: Preparing 11:01:10 5f70bf18a086: Preparing 11:01:10 b54960e58c14: Preparing 11:01:10 9b20179701f8: Preparing 11:01:10 baac27dcfda3: Waiting 11:01:10 f3da3d02082f: Preparing 11:01:10 03ba6f53ebfc: Preparing 11:01:10 5f70bf18a086: Waiting 11:01:10 b54960e58c14: Waiting 11:01:10 f3da3d02082f: Waiting 11:01:10 03ba6f53ebfc: Waiting 11:01:10 9b20179701f8: Waiting 11:01:11 06d964456836: Pushed 11:01:11 20b3d4254f4b: Pushed 11:01:11 f8eec464807c: Pushed 11:01:11 6e05b62b9005: Pushed 11:01:11 3c09c7de4d66: Pushed 11:01:11 e35be0f10a02: Layer already exists 11:01:11 874851a1299c: Layer already exists 11:01:11 5b284987cf7f: Pushed 11:01:11 5f70bf18a086: Layer already exists 11:01:11 6c615c4aadf8: Pushed 11:01:11 baac27dcfda3: Pushed 11:01:11 03ba6f53ebfc: Layer already exists 11:01:11 b54960e58c14: Pushed 11:01:11 9b20179701f8: Pushed 11:01:11 f3da3d02082f: Pushed 11:01:14 9e28046ba2a4: Pushed 11:01:14 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:96100aa5019eb54cfd7ee02760e88a326a1918e3ab7a2fc49fd3814c670cc57a size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:15 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:15 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 11:01:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 11:01:15 f8eec464807c: Preparing 11:01:15 3c09c7de4d66: Preparing 11:01:15 20b3d4254f4b: Preparing 11:01:15 6e05b62b9005: Preparing 11:01:15 06d964456836: Preparing 11:01:15 5b284987cf7f: Preparing 11:01:15 9e28046ba2a4: Preparing 11:01:15 e35be0f10a02: Preparing 11:01:15 874851a1299c: Preparing 11:01:15 baac27dcfda3: Preparing 11:01:15 6c615c4aadf8: Preparing 11:01:15 5f70bf18a086: Preparing 11:01:15 b54960e58c14: Preparing 11:01:15 9b20179701f8: Preparing 11:01:15 f3da3d02082f: Preparing 11:01:15 03ba6f53ebfc: Preparing 11:01:15 9e28046ba2a4: Waiting 11:01:15 e35be0f10a02: Waiting 11:01:15 baac27dcfda3: Waiting 11:01:15 6c615c4aadf8: Waiting 11:01:15 5f70bf18a086: Waiting 11:01:15 b54960e58c14: Waiting 11:01:15 9b20179701f8: Waiting 11:01:15 f3da3d02082f: Waiting 11:01:15 03ba6f53ebfc: Waiting 11:01:15 5b284987cf7f: Waiting 11:01:15 874851a1299c: Waiting 11:01:15 f8eec464807c: Layer already exists 11:01:15 3c09c7de4d66: Layer already exists 11:01:15 06d964456836: Layer already exists 11:01:15 6e05b62b9005: Layer already exists 11:01:15 20b3d4254f4b: Layer already exists 11:01:15 874851a1299c: Layer already exists 11:01:15 5b284987cf7f: Layer already exists 11:01:15 9e28046ba2a4: Layer already exists 11:01:15 e35be0f10a02: Layer already exists 11:01:15 baac27dcfda3: Layer already exists 11:01:15 5f70bf18a086: Layer already exists 11:01:15 6c615c4aadf8: Layer already exists 11:01:15 f3da3d02082f: Layer already exists 11:01:15 9b20179701f8: Layer already exists 11:01:15 b54960e58c14: Layer already exists 11:01:15 03ba6f53ebfc: Layer already exists 11:01:15 latest: digest: sha256:96100aa5019eb54cfd7ee02760e88a326a1918e3ab7a2fc49fd3814c670cc57a size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:16 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:20 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.123 11:01:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 11:01:20 f8eec464807c: Preparing 11:01:20 3c09c7de4d66: Preparing 11:01:20 20b3d4254f4b: Preparing 11:01:20 6e05b62b9005: Preparing 11:01:20 06d964456836: Preparing 11:01:20 5b284987cf7f: Preparing 11:01:20 9e28046ba2a4: Preparing 11:01:20 e35be0f10a02: Preparing 11:01:20 874851a1299c: Preparing 11:01:20 baac27dcfda3: Preparing 11:01:20 6c615c4aadf8: Preparing 11:01:20 5f70bf18a086: Preparing 11:01:20 5b284987cf7f: Waiting 11:01:20 9e28046ba2a4: Waiting 11:01:20 e35be0f10a02: Waiting 11:01:20 874851a1299c: Waiting 11:01:20 baac27dcfda3: Waiting 11:01:20 6c615c4aadf8: Waiting 11:01:20 b54960e58c14: Preparing 11:01:20 9b20179701f8: Preparing 11:01:20 f3da3d02082f: Preparing 11:01:20 03ba6f53ebfc: Preparing 11:01:20 5f70bf18a086: Waiting 11:01:20 b54960e58c14: Waiting 11:01:20 9b20179701f8: Waiting 11:01:20 f3da3d02082f: Waiting 11:01:20 03ba6f53ebfc: Waiting 11:01:20 f8eec464807c: Layer already exists 11:01:20 3c09c7de4d66: Layer already exists 11:01:20 06d964456836: Layer already exists 11:01:20 20b3d4254f4b: Layer already exists 11:01:20 6e05b62b9005: Layer already exists 11:01:20 874851a1299c: Layer already exists 11:01:20 9e28046ba2a4: Layer already exists 11:01:20 5b284987cf7f: Layer already exists 11:01:20 e35be0f10a02: Layer already exists 11:01:20 baac27dcfda3: Layer already exists 11:01:20 b54960e58c14: Layer already exists 11:01:20 6c615c4aadf8: Layer already exists 11:01:20 9b20179701f8: Layer already exists 11:01:20 5f70bf18a086: Layer already exists 11:01:20 f3da3d02082f: Layer already exists 11:01:20 03ba6f53ebfc: Layer already exists 11:01:20 4.1.0-dev.123: digest: sha256:96100aa5019eb54cfd7ee02760e88a326a1918e3ab7a2fc49fd3814c670cc57a size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:21 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:21 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 11:01:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 11:01:21 f8eec464807c: Preparing 11:01:21 3c09c7de4d66: Preparing 11:01:21 20b3d4254f4b: Preparing 11:01:21 6e05b62b9005: Preparing 11:01:21 06d964456836: Preparing 11:01:21 5b284987cf7f: Preparing 11:01:21 9e28046ba2a4: Preparing 11:01:21 e35be0f10a02: Preparing 11:01:21 874851a1299c: Preparing 11:01:21 baac27dcfda3: Preparing 11:01:21 6c615c4aadf8: Preparing 11:01:21 5f70bf18a086: Preparing 11:01:21 b54960e58c14: Preparing 11:01:21 9b20179701f8: Preparing 11:01:21 f3da3d02082f: Preparing 11:01:21 03ba6f53ebfc: Preparing 11:01:21 874851a1299c: Waiting 11:01:21 baac27dcfda3: Waiting 11:01:21 6c615c4aadf8: Waiting 11:01:21 5f70bf18a086: Waiting 11:01:21 b54960e58c14: Waiting 11:01:21 9b20179701f8: Waiting 11:01:21 5b284987cf7f: Waiting 11:01:21 9e28046ba2a4: Waiting 11:01:21 e35be0f10a02: Waiting 11:01:21 f3da3d02082f: Waiting 11:01:21 03ba6f53ebfc: Waiting 11:01:21 20b3d4254f4b: Layer already exists 11:01:21 f8eec464807c: Layer already exists 11:01:21 06d964456836: Layer already exists 11:01:21 6e05b62b9005: Layer already exists 11:01:21 3c09c7de4d66: Layer already exists 11:01:21 9e28046ba2a4: Layer already exists 11:01:21 e35be0f10a02: Layer already exists 11:01:21 5b284987cf7f: Layer already exists 11:01:21 baac27dcfda3: Layer already exists 11:01:21 874851a1299c: Layer already exists 11:01:21 6c615c4aadf8: Layer already exists 11:01:21 5f70bf18a086: Layer already exists 11:01:21 f3da3d02082f: Layer already exists 11:01:21 b54960e58c14: Layer already exists 11:01:21 9b20179701f8: Layer already exists 11:01:21 03ba6f53ebfc: Layer already exists 11:01:21 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:96100aa5019eb54cfd7ee02760e88a326a1918e3ab7a2fc49fd3814c670cc57a size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:22 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:22 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 11:01:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 11:01:22 f8eec464807c: Preparing 11:01:22 3c09c7de4d66: Preparing 11:01:22 20b3d4254f4b: Preparing 11:01:22 6e05b62b9005: Preparing 11:01:22 06d964456836: Preparing 11:01:22 5b284987cf7f: Preparing 11:01:22 9e28046ba2a4: Preparing 11:01:22 e35be0f10a02: Preparing 11:01:22 874851a1299c: Preparing 11:01:22 baac27dcfda3: Preparing 11:01:22 6c615c4aadf8: Preparing 11:01:22 5f70bf18a086: Preparing 11:01:22 b54960e58c14: Preparing 11:01:22 9b20179701f8: Preparing 11:01:22 f3da3d02082f: Preparing 11:01:22 03ba6f53ebfc: Preparing 11:01:22 baac27dcfda3: Waiting 11:01:22 6c615c4aadf8: Waiting 11:01:22 5f70bf18a086: Waiting 11:01:22 b54960e58c14: Waiting 11:01:22 9b20179701f8: Waiting 11:01:22 5b284987cf7f: Waiting 11:01:22 f3da3d02082f: Waiting 11:01:22 03ba6f53ebfc: Waiting 11:01:22 e35be0f10a02: Waiting 11:01:22 874851a1299c: Waiting 11:01:22 9e28046ba2a4: Waiting 11:01:22 3c09c7de4d66: Layer already exists 11:01:22 6e05b62b9005: Layer already exists 11:01:22 f8eec464807c: Layer already exists 11:01:22 20b3d4254f4b: Layer already exists 11:01:22 06d964456836: Layer already exists 11:01:22 5b284987cf7f: Layer already exists 11:01:22 e35be0f10a02: Layer already exists 11:01:22 874851a1299c: Layer already exists 11:01:22 9e28046ba2a4: Layer already exists 11:01:22 baac27dcfda3: Layer already exists 11:01:22 6c615c4aadf8: Layer already exists 11:01:22 5f70bf18a086: Layer already exists 11:01:22 b54960e58c14: Layer already exists 11:01:22 9b20179701f8: Layer already exists 11:01:22 f3da3d02082f: Layer already exists 11:01:22 03ba6f53ebfc: Layer already exists 11:01:22 main: digest: sha256:96100aa5019eb54cfd7ee02760e88a326a1918e3ab7a2fc49fd3814c670cc57a size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:01:23 ===================================================== [Pipeline] echo 11:01:23 taggedImages: 11:01:23 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed 11:01:23 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 11:01:23 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.123 11:01:23 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 11:01:23 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 11:01:23 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 11:01:23 40cd80bac603763c7752655dbe2af7a1b0c195ed 11:01:23 latest 11:01:23 4.1.0-dev.123 11:01:23 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 11:01:23 main 11:01:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:23 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:23 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed 11:01:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 11:01:23 7e4696a64714: Preparing 11:01:23 7f70ad3a87e0: Preparing 11:01:23 4c98d3fe6b62: Preparing 11:01:23 2dce04ca4aea: Preparing 11:01:23 e35be0f10a02: Preparing 11:01:23 874851a1299c: Preparing 11:01:23 f86bc0851eea: Preparing 11:01:23 8e398e524b89: Preparing 11:01:23 03ba6f53ebfc: Preparing 11:01:23 874851a1299c: Waiting 11:01:23 f86bc0851eea: Waiting 11:01:23 8e398e524b89: Waiting 11:01:23 03ba6f53ebfc: Waiting 11:01:23 e35be0f10a02: Layer already exists 11:01:23 874851a1299c: Layer already exists 11:01:24 f86bc0851eea: Layer already exists 11:01:24 7f70ad3a87e0: Pushed 11:01:24 4c98d3fe6b62: Pushed 11:01:24 7e4696a64714: Pushed 11:01:24 8e398e524b89: Layer already exists 11:01:24 03ba6f53ebfc: Layer already exists 11:01:32 2dce04ca4aea: Pushed 11:01:34 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:348bd292379c17bd01ef04530b1585ef559b12ef941d13cd11f689a93a630dc6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:35 + 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 11:01:35 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 11:01:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 11:01:35 7e4696a64714: Preparing 11:01:35 7f70ad3a87e0: Preparing 11:01:35 4c98d3fe6b62: Preparing 11:01:35 2dce04ca4aea: Preparing 11:01:35 e35be0f10a02: Preparing 11:01:35 874851a1299c: Preparing 11:01:35 f86bc0851eea: Preparing 11:01:35 8e398e524b89: Preparing 11:01:35 03ba6f53ebfc: Preparing 11:01:35 f86bc0851eea: Waiting 11:01:35 8e398e524b89: Waiting 11:01:35 03ba6f53ebfc: Waiting 11:01:35 874851a1299c: Waiting 11:01:35 7f70ad3a87e0: Layer already exists 11:01:35 2dce04ca4aea: Layer already exists 11:01:35 4c98d3fe6b62: Layer already exists 11:01:35 e35be0f10a02: Layer already exists 11:01:35 7e4696a64714: Layer already exists 11:01:35 874851a1299c: Layer already exists 11:01:35 f86bc0851eea: Layer already exists 11:01:35 03ba6f53ebfc: Layer already exists 11:01:35 8e398e524b89: Layer already exists 11:01:35 latest: digest: sha256:348bd292379c17bd01ef04530b1585ef559b12ef941d13cd11f689a93a630dc6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:36 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:36 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.123 11:01:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 11:01:36 7e4696a64714: Preparing 11:01:36 7f70ad3a87e0: Preparing 11:01:36 4c98d3fe6b62: Preparing 11:01:36 2dce04ca4aea: Preparing 11:01:36 e35be0f10a02: Preparing 11:01:36 874851a1299c: Preparing 11:01:36 f86bc0851eea: Preparing 11:01:36 8e398e524b89: Preparing 11:01:36 03ba6f53ebfc: Preparing 11:01:36 874851a1299c: Waiting 11:01:36 f86bc0851eea: Waiting 11:01:36 8e398e524b89: Waiting 11:01:36 03ba6f53ebfc: Waiting 11:01:36 7e4696a64714: Layer already exists 11:01:36 2dce04ca4aea: Layer already exists 11:01:36 4c98d3fe6b62: Layer already exists 11:01:36 e35be0f10a02: Layer already exists 11:01:36 7f70ad3a87e0: Layer already exists 11:01:36 f86bc0851eea: Layer already exists 11:01:36 8e398e524b89: Layer already exists 11:01:36 874851a1299c: Layer already exists 11:01:36 03ba6f53ebfc: Layer already exists 11:01:36 4.1.0-dev.123: digest: sha256:348bd292379c17bd01ef04530b1585ef559b12ef941d13cd11f689a93a630dc6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:37 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:37 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 11:01:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 11:01:37 7e4696a64714: Preparing 11:01:37 7f70ad3a87e0: Preparing 11:01:37 4c98d3fe6b62: Preparing 11:01:37 2dce04ca4aea: Preparing 11:01:37 e35be0f10a02: Preparing 11:01:37 874851a1299c: Preparing 11:01:37 f86bc0851eea: Preparing 11:01:37 874851a1299c: Waiting 11:01:37 8e398e524b89: Preparing 11:01:37 f86bc0851eea: Waiting 11:01:37 03ba6f53ebfc: Preparing 11:01:37 8e398e524b89: Waiting 11:01:37 03ba6f53ebfc: Waiting 11:01:37 7f70ad3a87e0: Layer already exists 11:01:37 4c98d3fe6b62: Layer already exists 11:01:37 e35be0f10a02: Layer already exists 11:01:37 2dce04ca4aea: Layer already exists 11:01:37 7e4696a64714: Layer already exists 11:01:37 874851a1299c: Layer already exists 11:01:37 8e398e524b89: Layer already exists 11:01:37 f86bc0851eea: Layer already exists 11:01:37 03ba6f53ebfc: Layer already exists 11:01:37 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:348bd292379c17bd01ef04530b1585ef559b12ef941d13cd11f689a93a630dc6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:38 + 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 11:01:38 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 11:01:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 11:01:38 7e4696a64714: Preparing 11:01:38 7f70ad3a87e0: Preparing 11:01:38 4c98d3fe6b62: Preparing 11:01:38 2dce04ca4aea: Preparing 11:01:38 e35be0f10a02: Preparing 11:01:38 874851a1299c: Preparing 11:01:38 f86bc0851eea: Preparing 11:01:38 8e398e524b89: Preparing 11:01:38 03ba6f53ebfc: Preparing 11:01:38 874851a1299c: Waiting 11:01:38 f86bc0851eea: Waiting 11:01:38 8e398e524b89: Waiting 11:01:38 03ba6f53ebfc: Waiting 11:01:38 2dce04ca4aea: Layer already exists 11:01:38 e35be0f10a02: Layer already exists 11:01:38 7e4696a64714: Layer already exists 11:01:38 7f70ad3a87e0: Layer already exists 11:01:38 4c98d3fe6b62: Layer already exists 11:01:38 03ba6f53ebfc: Layer already exists 11:01:38 874851a1299c: Layer already exists 11:01:38 8e398e524b89: Layer already exists 11:01:38 f86bc0851eea: Layer already exists 11:01:38 main: digest: sha256:348bd292379c17bd01ef04530b1585ef559b12ef941d13cd11f689a93a630dc6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:01:38 ===================================================== [Pipeline] echo 11:01:39 taggedImages: 11:01:39 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed 11:01:39 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 11:01:39 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.123 11:01:39 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 11:01:39 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 11:01:39 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 11:01:39 40cd80bac603763c7752655dbe2af7a1b0c195ed 11:01:39 latest 11:01:39 4.1.0-dev.123 11:01:39 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 11:01:39 main 11:01:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:39 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:39 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed 11:01:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 11:01:39 06026f66b75f: Preparing 11:01:39 e34a1287fc9f: Preparing 11:01:39 254eb41bc910: Preparing 11:01:39 f8517e60bd32: Preparing 11:01:39 9d651ed73662: Preparing 11:01:39 e35be0f10a02: Preparing 11:01:39 874851a1299c: Preparing 11:01:39 9bf86e77a5b8: Preparing 11:01:39 c2118d0b9810: Preparing 11:01:39 733ff8a88587: Preparing 11:01:39 03ba6f53ebfc: Preparing 11:01:39 874851a1299c: Waiting 11:01:39 e35be0f10a02: Waiting 11:01:39 9bf86e77a5b8: Waiting 11:01:39 c2118d0b9810: Waiting 11:01:39 733ff8a88587: Waiting 11:01:39 03ba6f53ebfc: Waiting 11:01:40 9d651ed73662: Pushed 11:01:40 f8517e60bd32: Pushed 11:01:40 e34a1287fc9f: Pushed 11:01:40 e35be0f10a02: Layer already exists 11:01:40 06026f66b75f: Pushed 11:01:40 874851a1299c: Layer already exists 11:01:40 03ba6f53ebfc: Layer already exists 11:01:40 9bf86e77a5b8: Pushed 11:01:40 c2118d0b9810: Pushed 11:01:43 733ff8a88587: Pushed 11:01:46 254eb41bc910: Pushed 11:01:47 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:d7a9742caf070cbb78850e2f99b79568902f6e0e272332cb29b59a8a3975159f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:48 + 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 11:01:48 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 11:01:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 11:01:48 06026f66b75f: Preparing 11:01:48 e34a1287fc9f: Preparing 11:01:48 254eb41bc910: Preparing 11:01:48 f8517e60bd32: Preparing 11:01:48 9d651ed73662: Preparing 11:01:48 e35be0f10a02: Preparing 11:01:48 874851a1299c: Preparing 11:01:48 9bf86e77a5b8: Preparing 11:01:48 c2118d0b9810: Preparing 11:01:48 733ff8a88587: Preparing 11:01:48 03ba6f53ebfc: Preparing 11:01:48 e35be0f10a02: Waiting 11:01:48 874851a1299c: Waiting 11:01:48 9bf86e77a5b8: Waiting 11:01:48 c2118d0b9810: Waiting 11:01:48 733ff8a88587: Waiting 11:01:48 03ba6f53ebfc: Waiting 11:01:48 e34a1287fc9f: Layer already exists 11:01:48 254eb41bc910: Layer already exists 11:01:48 f8517e60bd32: Layer already exists 11:01:48 9d651ed73662: Layer already exists 11:01:48 06026f66b75f: Layer already exists 11:01:48 874851a1299c: Layer already exists 11:01:48 9bf86e77a5b8: Layer already exists 11:01:48 e35be0f10a02: Layer already exists 11:01:48 c2118d0b9810: Layer already exists 11:01:48 733ff8a88587: Layer already exists 11:01:48 03ba6f53ebfc: Layer already exists 11:01:48 latest: digest: sha256:d7a9742caf070cbb78850e2f99b79568902f6e0e272332cb29b59a8a3975159f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:49 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:49 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.123 11:01:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 11:01:49 06026f66b75f: Preparing 11:01:49 e34a1287fc9f: Preparing 11:01:49 254eb41bc910: Preparing 11:01:49 f8517e60bd32: Preparing 11:01:49 9d651ed73662: Preparing 11:01:49 e35be0f10a02: Preparing 11:01:49 874851a1299c: Preparing 11:01:49 9bf86e77a5b8: Preparing 11:01:49 c2118d0b9810: Preparing 11:01:49 733ff8a88587: Preparing 11:01:49 03ba6f53ebfc: Preparing 11:01:49 e35be0f10a02: Waiting 11:01:49 9bf86e77a5b8: Waiting 11:01:49 c2118d0b9810: Waiting 11:01:49 733ff8a88587: Waiting 11:01:49 03ba6f53ebfc: Waiting 11:01:49 874851a1299c: Waiting 11:01:49 254eb41bc910: Layer already exists 11:01:49 f8517e60bd32: Layer already exists 11:01:49 e34a1287fc9f: Layer already exists 11:01:49 06026f66b75f: Layer already exists 11:01:49 9d651ed73662: Layer already exists 11:01:49 733ff8a88587: Layer already exists 11:01:49 c2118d0b9810: Layer already exists 11:01:49 e35be0f10a02: Layer already exists 11:01:49 874851a1299c: Layer already exists 11:01:49 9bf86e77a5b8: Layer already exists 11:01:49 03ba6f53ebfc: Layer already exists 11:01:49 4.1.0-dev.123: digest: sha256:d7a9742caf070cbb78850e2f99b79568902f6e0e272332cb29b59a8a3975159f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:50 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:50 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 11:01:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 11:01:50 06026f66b75f: Preparing 11:01:50 e34a1287fc9f: Preparing 11:01:50 254eb41bc910: Preparing 11:01:50 f8517e60bd32: Preparing 11:01:50 9d651ed73662: Preparing 11:01:50 e35be0f10a02: Preparing 11:01:50 874851a1299c: Preparing 11:01:50 9bf86e77a5b8: Preparing 11:01:50 c2118d0b9810: Preparing 11:01:50 733ff8a88587: Preparing 11:01:50 03ba6f53ebfc: Preparing 11:01:50 874851a1299c: Waiting 11:01:50 9bf86e77a5b8: Waiting 11:01:50 c2118d0b9810: Waiting 11:01:50 733ff8a88587: Waiting 11:01:50 03ba6f53ebfc: Waiting 11:01:50 e35be0f10a02: Waiting 11:01:50 06026f66b75f: Layer already exists 11:01:50 9d651ed73662: Layer already exists 11:01:50 e34a1287fc9f: Layer already exists 11:01:50 f8517e60bd32: Layer already exists 11:01:50 254eb41bc910: Layer already exists 11:01:50 874851a1299c: Layer already exists 11:01:50 e35be0f10a02: Layer already exists 11:01:50 c2118d0b9810: Layer already exists 11:01:50 9bf86e77a5b8: Layer already exists 11:01:50 733ff8a88587: Layer already exists 11:01:50 03ba6f53ebfc: Layer already exists 11:01:50 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:d7a9742caf070cbb78850e2f99b79568902f6e0e272332cb29b59a8a3975159f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:50 + 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 11:01:51 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 11:01:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 11:01:51 06026f66b75f: Preparing 11:01:51 e34a1287fc9f: Preparing 11:01:51 254eb41bc910: Preparing 11:01:51 f8517e60bd32: Preparing 11:01:51 9d651ed73662: Preparing 11:01:51 e35be0f10a02: Preparing 11:01:51 874851a1299c: Preparing 11:01:51 9bf86e77a5b8: Preparing 11:01:51 c2118d0b9810: Preparing 11:01:51 733ff8a88587: Preparing 11:01:51 03ba6f53ebfc: Preparing 11:01:51 9bf86e77a5b8: Waiting 11:01:51 c2118d0b9810: Waiting 11:01:51 733ff8a88587: Waiting 11:01:51 03ba6f53ebfc: Waiting 11:01:51 e35be0f10a02: Waiting 11:01:51 874851a1299c: Waiting 11:01:51 9d651ed73662: Layer already exists 11:01:51 e34a1287fc9f: Layer already exists 11:01:51 06026f66b75f: Layer already exists 11:01:51 f8517e60bd32: Layer already exists 11:01:51 254eb41bc910: Layer already exists 11:01:51 9bf86e77a5b8: Layer already exists 11:01:51 e35be0f10a02: Layer already exists 11:01:51 733ff8a88587: Layer already exists 11:01:51 c2118d0b9810: Layer already exists 11:01:51 874851a1299c: Layer already exists 11:01:51 03ba6f53ebfc: Layer already exists 11:01:51 main: digest: sha256:d7a9742caf070cbb78850e2f99b79568902f6e0e272332cb29b59a8a3975159f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:01:51 ===================================================== [Pipeline] echo 11:01:51 taggedImages: 11:01:51 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed 11:01:51 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 11:01:51 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.123 11:01:51 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 11:01:51 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 11:01:51 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 11:01:51 40cd80bac603763c7752655dbe2af7a1b0c195ed 11:01:51 latest 11:01:51 4.1.0-dev.123 11:01:51 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 11:01:51 main 11:01:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:52 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:52 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed 11:01:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 11:01:52 13a76ed5bf73: Preparing 11:01:52 8678622c9e26: Preparing 11:01:52 8b8f7754acda: Preparing 11:01:52 29b2c682a75a: Preparing 11:01:52 c1e99e2b9b86: Preparing 11:01:52 a03d5f1c49fb: Preparing 11:01:52 608aafcdb621: Preparing 11:01:52 a03d5f1c49fb: Waiting 11:01:52 e35be0f10a02: Preparing 11:01:52 608aafcdb621: Waiting 11:01:52 874851a1299c: Preparing 11:01:52 e35be0f10a02: Waiting 11:01:52 7f8b7bcb1ba8: Preparing 11:01:52 874851a1299c: Waiting 11:01:52 060aa7d58228: Preparing 11:01:52 7f8b7bcb1ba8: Waiting 11:01:52 060aa7d58228: Waiting 11:01:52 03ba6f53ebfc: Preparing 11:01:52 03ba6f53ebfc: Waiting 11:01:52 c1e99e2b9b86: Pushed 11:01:52 8678622c9e26: Pushed 11:01:52 13a76ed5bf73: Pushed 11:01:52 e35be0f10a02: Layer already exists 11:01:52 874851a1299c: Layer already exists 11:01:52 a03d5f1c49fb: Pushed 11:01:52 608aafcdb621: Pushed 11:01:53 03ba6f53ebfc: Layer already exists 11:01:53 7f8b7bcb1ba8: Pushed 11:01:56 060aa7d58228: Pushed 11:01:59 29b2c682a75a: Pushed 11:01:59 8b8f7754acda: Pushed 11:02:01 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:e3b868793654daa10282e70b83990e332a2cb6677d1213a60952bd269744dd8b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:01 + 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 11:02:01 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 11:02:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 11:02:01 13a76ed5bf73: Preparing 11:02:01 8678622c9e26: Preparing 11:02:01 8b8f7754acda: Preparing 11:02:01 29b2c682a75a: Preparing 11:02:01 c1e99e2b9b86: Preparing 11:02:01 a03d5f1c49fb: Preparing 11:02:01 608aafcdb621: Preparing 11:02:01 e35be0f10a02: Preparing 11:02:01 874851a1299c: Preparing 11:02:01 7f8b7bcb1ba8: Preparing 11:02:01 060aa7d58228: Preparing 11:02:01 03ba6f53ebfc: Preparing 11:02:01 608aafcdb621: Waiting 11:02:01 a03d5f1c49fb: Waiting 11:02:01 7f8b7bcb1ba8: Waiting 11:02:01 060aa7d58228: Waiting 11:02:01 03ba6f53ebfc: Waiting 11:02:01 e35be0f10a02: Waiting 11:02:01 874851a1299c: Waiting 11:02:01 29b2c682a75a: Layer already exists 11:02:01 c1e99e2b9b86: Layer already exists 11:02:01 13a76ed5bf73: Layer already exists 11:02:01 8b8f7754acda: Layer already exists 11:02:01 8678622c9e26: Layer already exists 11:02:01 608aafcdb621: Layer already exists 11:02:01 a03d5f1c49fb: Layer already exists 11:02:01 e35be0f10a02: Layer already exists 11:02:01 874851a1299c: Layer already exists 11:02:01 7f8b7bcb1ba8: Layer already exists 11:02:01 060aa7d58228: Layer already exists 11:02:01 03ba6f53ebfc: Layer already exists 11:02:02 latest: digest: sha256:e3b868793654daa10282e70b83990e332a2cb6677d1213a60952bd269744dd8b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:02 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:02 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.123 11:02:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 11:02:02 13a76ed5bf73: Preparing 11:02:02 8678622c9e26: Preparing 11:02:02 8b8f7754acda: Preparing 11:02:02 29b2c682a75a: Preparing 11:02:02 c1e99e2b9b86: Preparing 11:02:02 a03d5f1c49fb: Preparing 11:02:02 608aafcdb621: Preparing 11:02:02 e35be0f10a02: Preparing 11:02:02 874851a1299c: Preparing 11:02:02 7f8b7bcb1ba8: Preparing 11:02:02 060aa7d58228: Preparing 11:02:02 03ba6f53ebfc: Preparing 11:02:02 a03d5f1c49fb: Waiting 11:02:02 608aafcdb621: Waiting 11:02:02 874851a1299c: Waiting 11:02:02 7f8b7bcb1ba8: Waiting 11:02:02 060aa7d58228: Waiting 11:02:02 03ba6f53ebfc: Waiting 11:02:02 e35be0f10a02: Waiting 11:02:02 c1e99e2b9b86: Layer already exists 11:02:02 29b2c682a75a: Layer already exists 11:02:02 8678622c9e26: Layer already exists 11:02:02 13a76ed5bf73: Layer already exists 11:02:02 8b8f7754acda: Layer already exists 11:02:02 a03d5f1c49fb: Layer already exists 11:02:02 608aafcdb621: Layer already exists 11:02:02 e35be0f10a02: Layer already exists 11:02:02 7f8b7bcb1ba8: Layer already exists 11:02:02 874851a1299c: Layer already exists 11:02:02 03ba6f53ebfc: Layer already exists 11:02:02 060aa7d58228: Layer already exists 11:02:03 4.1.0-dev.123: digest: sha256:e3b868793654daa10282e70b83990e332a2cb6677d1213a60952bd269744dd8b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:03 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:03 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 11:02:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 11:02:03 13a76ed5bf73: Preparing 11:02:03 8678622c9e26: Preparing 11:02:03 8b8f7754acda: Preparing 11:02:03 29b2c682a75a: Preparing 11:02:03 c1e99e2b9b86: Preparing 11:02:03 a03d5f1c49fb: Preparing 11:02:03 608aafcdb621: Preparing 11:02:03 e35be0f10a02: Preparing 11:02:03 874851a1299c: Preparing 11:02:03 7f8b7bcb1ba8: Preparing 11:02:03 060aa7d58228: Preparing 11:02:03 03ba6f53ebfc: Preparing 11:02:03 608aafcdb621: Waiting 11:02:03 e35be0f10a02: Waiting 11:02:03 874851a1299c: Waiting 11:02:03 7f8b7bcb1ba8: Waiting 11:02:03 060aa7d58228: Waiting 11:02:03 03ba6f53ebfc: Waiting 11:02:03 a03d5f1c49fb: Waiting 11:02:03 8678622c9e26: Layer already exists 11:02:03 13a76ed5bf73: Layer already exists 11:02:03 29b2c682a75a: Layer already exists 11:02:03 8b8f7754acda: Layer already exists 11:02:03 c1e99e2b9b86: Layer already exists 11:02:03 608aafcdb621: Layer already exists 11:02:03 874851a1299c: Layer already exists 11:02:03 a03d5f1c49fb: Layer already exists 11:02:03 e35be0f10a02: Layer already exists 11:02:03 7f8b7bcb1ba8: Layer already exists 11:02:03 060aa7d58228: Layer already exists 11:02:03 03ba6f53ebfc: Layer already exists 11:02:04 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:e3b868793654daa10282e70b83990e332a2cb6677d1213a60952bd269744dd8b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:04 + 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 11:02:04 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 11:02:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 11:02:04 13a76ed5bf73: Preparing 11:02:04 8678622c9e26: Preparing 11:02:04 8b8f7754acda: Preparing 11:02:04 29b2c682a75a: Preparing 11:02:04 c1e99e2b9b86: Preparing 11:02:04 a03d5f1c49fb: Preparing 11:02:04 608aafcdb621: Preparing 11:02:04 e35be0f10a02: Preparing 11:02:04 874851a1299c: Preparing 11:02:04 7f8b7bcb1ba8: Preparing 11:02:04 060aa7d58228: Preparing 11:02:04 03ba6f53ebfc: Preparing 11:02:04 a03d5f1c49fb: Waiting 11:02:04 608aafcdb621: Waiting 11:02:04 e35be0f10a02: Waiting 11:02:04 874851a1299c: Waiting 11:02:04 7f8b7bcb1ba8: Waiting 11:02:04 060aa7d58228: Waiting 11:02:04 03ba6f53ebfc: Waiting 11:02:04 13a76ed5bf73: Layer already exists 11:02:04 8b8f7754acda: Layer already exists 11:02:04 8678622c9e26: Layer already exists 11:02:04 c1e99e2b9b86: Layer already exists 11:02:04 29b2c682a75a: Layer already exists 11:02:04 a03d5f1c49fb: Layer already exists 11:02:04 e35be0f10a02: Layer already exists 11:02:04 608aafcdb621: Layer already exists 11:02:04 874851a1299c: Layer already exists 11:02:04 7f8b7bcb1ba8: Layer already exists 11:02:04 03ba6f53ebfc: Layer already exists 11:02:04 060aa7d58228: Layer already exists 11:02:05 main: digest: sha256:e3b868793654daa10282e70b83990e332a2cb6677d1213a60952bd269744dd8b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:02:05 ===================================================== [Pipeline] echo 11:02:05 taggedImages: 11:02:05 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed 11:02:05 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 11:02:05 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.123 11:02:05 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 11:02:05 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 11:02:05 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 11:02:05 40cd80bac603763c7752655dbe2af7a1b0c195ed 11:02:05 latest 11:02:05 4.1.0-dev.123 11:02:05 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 11:02:05 main 11:02:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:05 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:06 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed 11:02:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 11:02:06 1d514d4ce4af: Preparing 11:02:06 670bf79d1dae: Preparing 11:02:06 e35be0f10a02: Preparing 11:02:06 874851a1299c: Preparing 11:02:06 17e53e4bcb9c: Preparing 11:02:06 cbce63fb8873: Preparing 11:02:06 03ba6f53ebfc: Preparing 11:02:06 cbce63fb8873: Waiting 11:02:06 03ba6f53ebfc: Waiting 11:02:06 874851a1299c: Layer already exists 11:02:06 e35be0f10a02: Layer already exists 11:02:06 17e53e4bcb9c: Pushed 11:02:06 03ba6f53ebfc: Layer already exists 11:02:06 1d514d4ce4af: Pushed 11:02:08 cbce63fb8873: Pushed 11:02:13 670bf79d1dae: Pushed 11:02:13 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:95cadf9f8001b2157a37ddc6867407c5677617b442df9b9e8c44a891b179302d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:14 + 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 11:02:16 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 11:02:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 11:02:16 1d514d4ce4af: Preparing 11:02:16 670bf79d1dae: Preparing 11:02:16 e35be0f10a02: Preparing 11:02:16 874851a1299c: Preparing 11:02:16 17e53e4bcb9c: Preparing 11:02:16 cbce63fb8873: Preparing 11:02:16 03ba6f53ebfc: Preparing 11:02:16 cbce63fb8873: Waiting 11:02:16 03ba6f53ebfc: Waiting 11:02:16 e35be0f10a02: Layer already exists 11:02:16 17e53e4bcb9c: Layer already exists 11:02:16 670bf79d1dae: Layer already exists 11:02:16 1d514d4ce4af: Layer already exists 11:02:16 874851a1299c: Layer already exists 11:02:16 cbce63fb8873: Layer already exists 11:02:16 03ba6f53ebfc: Layer already exists 11:02:16 latest: digest: sha256:95cadf9f8001b2157a37ddc6867407c5677617b442df9b9e8c44a891b179302d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:16 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:17 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.123 11:02:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 11:02:17 1d514d4ce4af: Preparing 11:02:17 670bf79d1dae: Preparing 11:02:17 e35be0f10a02: Preparing 11:02:17 874851a1299c: Preparing 11:02:17 17e53e4bcb9c: Preparing 11:02:17 cbce63fb8873: Preparing 11:02:17 03ba6f53ebfc: Preparing 11:02:17 cbce63fb8873: Waiting 11:02:17 03ba6f53ebfc: Waiting 11:02:17 670bf79d1dae: Layer already exists 11:02:17 1d514d4ce4af: Layer already exists 11:02:17 e35be0f10a02: Layer already exists 11:02:17 17e53e4bcb9c: Layer already exists 11:02:17 874851a1299c: Layer already exists 11:02:17 cbce63fb8873: Layer already exists 11:02:17 03ba6f53ebfc: Layer already exists 11:02:17 4.1.0-dev.123: digest: sha256:95cadf9f8001b2157a37ddc6867407c5677617b442df9b9e8c44a891b179302d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:17 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:18 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 11:02:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 11:02:18 1d514d4ce4af: Preparing 11:02:18 670bf79d1dae: Preparing 11:02:18 e35be0f10a02: Preparing 11:02:18 874851a1299c: Preparing 11:02:18 17e53e4bcb9c: Preparing 11:02:18 cbce63fb8873: Preparing 11:02:18 03ba6f53ebfc: Preparing 11:02:18 cbce63fb8873: Waiting 11:02:18 03ba6f53ebfc: Waiting 11:02:18 e35be0f10a02: Layer already exists 11:02:18 874851a1299c: Layer already exists 11:02:18 670bf79d1dae: Layer already exists 11:02:18 17e53e4bcb9c: Layer already exists 11:02:18 1d514d4ce4af: Layer already exists 11:02:18 03ba6f53ebfc: Layer already exists 11:02:18 cbce63fb8873: Layer already exists 11:02:18 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:95cadf9f8001b2157a37ddc6867407c5677617b442df9b9e8c44a891b179302d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:18 + 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 11:02:18 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 11:02:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 11:02:18 1d514d4ce4af: Preparing 11:02:18 670bf79d1dae: Preparing 11:02:18 e35be0f10a02: Preparing 11:02:18 874851a1299c: Preparing 11:02:18 17e53e4bcb9c: Preparing 11:02:18 cbce63fb8873: Preparing 11:02:18 03ba6f53ebfc: Preparing 11:02:18 03ba6f53ebfc: Waiting 11:02:18 cbce63fb8873: Waiting 11:02:18 17e53e4bcb9c: Layer already exists 11:02:18 e35be0f10a02: Layer already exists 11:02:18 670bf79d1dae: Layer already exists 11:02:18 1d514d4ce4af: Layer already exists 11:02:18 874851a1299c: Layer already exists 11:02:18 03ba6f53ebfc: Layer already exists 11:02:18 cbce63fb8873: Layer already exists 11:02:19 main: digest: sha256:95cadf9f8001b2157a37ddc6867407c5677617b442df9b9e8c44a891b179302d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:02:19 ===================================================== [Pipeline] echo 11:02:19 taggedImages: 11:02:19 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed 11:02:19 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 11:02:19 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.123 11:02:19 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 11:02:19 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 11:02:19 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 11:02:19 40cd80bac603763c7752655dbe2af7a1b0c195ed 11:02:19 latest 11:02:19 4.1.0-dev.123 11:02:19 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 11:02:19 main 11:02:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:19 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:20 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed 11:02:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 11:02:20 a388d0ca0f02: Preparing 11:02:20 b24df62e1a77: Preparing 11:02:20 116f599c034c: Preparing 11:02:20 e35be0f10a02: Preparing 11:02:20 874851a1299c: Preparing 11:02:20 77d2644b8849: Preparing 11:02:20 b729317e5e08: Preparing 11:02:20 1b30baa2d1ad: Preparing 11:02:20 83fd6f2727d1: Preparing 11:02:20 77d2644b8849: Waiting 11:02:20 03ba6f53ebfc: Preparing 11:02:20 1b30baa2d1ad: Waiting 11:02:20 03ba6f53ebfc: Waiting 11:02:20 e35be0f10a02: Layer already exists 11:02:20 874851a1299c: Layer already exists 11:02:20 b24df62e1a77: Pushed 11:02:20 116f599c034c: Pushed 11:02:20 a388d0ca0f02: Pushed 11:02:20 03ba6f53ebfc: Layer already exists 11:02:20 1b30baa2d1ad: Pushed 11:02:21 83fd6f2727d1: Pushed 11:02:33 b729317e5e08: Pushed 11:02:48 77d2644b8849: Pushed 11:02:48 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:f65a5a1b973faea0533f3835af58bda179fe7f701eae7009281e37f5970a625c size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:49 + 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 11:02:49 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 11:02:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 11:02:49 a388d0ca0f02: Preparing 11:02:49 b24df62e1a77: Preparing 11:02:49 116f599c034c: Preparing 11:02:49 e35be0f10a02: Preparing 11:02:49 874851a1299c: Preparing 11:02:49 77d2644b8849: Preparing 11:02:49 b729317e5e08: Preparing 11:02:49 1b30baa2d1ad: Preparing 11:02:49 83fd6f2727d1: Preparing 11:02:49 03ba6f53ebfc: Preparing 11:02:49 77d2644b8849: Waiting 11:02:49 b729317e5e08: Waiting 11:02:49 1b30baa2d1ad: Waiting 11:02:49 83fd6f2727d1: Waiting 11:02:49 03ba6f53ebfc: Waiting 11:02:49 116f599c034c: Layer already exists 11:02:49 b24df62e1a77: Layer already exists 11:02:49 874851a1299c: Layer already exists 11:02:49 a388d0ca0f02: Layer already exists 11:02:49 e35be0f10a02: Layer already exists 11:02:49 b729317e5e08: Layer already exists 11:02:49 83fd6f2727d1: Layer already exists 11:02:49 1b30baa2d1ad: Layer already exists 11:02:49 77d2644b8849: Layer already exists 11:02:49 03ba6f53ebfc: Layer already exists 11:02:49 latest: digest: sha256:f65a5a1b973faea0533f3835af58bda179fe7f701eae7009281e37f5970a625c size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:49 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:50 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.123 11:02:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 11:02:50 a388d0ca0f02: Preparing 11:02:50 b24df62e1a77: Preparing 11:02:50 116f599c034c: Preparing 11:02:50 e35be0f10a02: Preparing 11:02:50 874851a1299c: Preparing 11:02:50 77d2644b8849: Preparing 11:02:50 b729317e5e08: Preparing 11:02:50 1b30baa2d1ad: Preparing 11:02:50 83fd6f2727d1: Preparing 11:02:50 03ba6f53ebfc: Preparing 11:02:50 77d2644b8849: Waiting 11:02:50 b729317e5e08: Waiting 11:02:50 1b30baa2d1ad: Waiting 11:02:50 83fd6f2727d1: Waiting 11:02:50 03ba6f53ebfc: Waiting 11:02:50 b24df62e1a77: Layer already exists 11:02:50 a388d0ca0f02: Layer already exists 11:02:50 874851a1299c: Layer already exists 11:02:50 e35be0f10a02: Layer already exists 11:02:50 116f599c034c: Layer already exists 11:02:50 77d2644b8849: Layer already exists 11:02:50 83fd6f2727d1: Layer already exists 11:02:50 b729317e5e08: Layer already exists 11:02:50 1b30baa2d1ad: Layer already exists 11:02:50 03ba6f53ebfc: Layer already exists 11:02:50 4.1.0-dev.123: digest: sha256:f65a5a1b973faea0533f3835af58bda179fe7f701eae7009281e37f5970a625c size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:50 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:51 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 11:02:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 11:02:51 a388d0ca0f02: Preparing 11:02:51 b24df62e1a77: Preparing 11:02:51 116f599c034c: Preparing 11:02:51 e35be0f10a02: Preparing 11:02:51 874851a1299c: Preparing 11:02:51 77d2644b8849: Preparing 11:02:51 b729317e5e08: Preparing 11:02:51 1b30baa2d1ad: Preparing 11:02:51 83fd6f2727d1: Preparing 11:02:51 03ba6f53ebfc: Preparing 11:02:51 77d2644b8849: Waiting 11:02:51 b729317e5e08: Waiting 11:02:51 1b30baa2d1ad: Waiting 11:02:51 83fd6f2727d1: Waiting 11:02:51 03ba6f53ebfc: Waiting 11:02:51 874851a1299c: Layer already exists 11:02:51 b24df62e1a77: Layer already exists 11:02:51 e35be0f10a02: Layer already exists 11:02:51 a388d0ca0f02: Layer already exists 11:02:51 116f599c034c: Layer already exists 11:02:51 b729317e5e08: Layer already exists 11:02:51 83fd6f2727d1: Layer already exists 11:02:51 1b30baa2d1ad: Layer already exists 11:02:51 77d2644b8849: Layer already exists 11:02:51 03ba6f53ebfc: Layer already exists 11:02:51 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:f65a5a1b973faea0533f3835af58bda179fe7f701eae7009281e37f5970a625c size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:51 + 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 11:02:52 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 11:02:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 11:02:52 a388d0ca0f02: Preparing 11:02:52 b24df62e1a77: Preparing 11:02:52 116f599c034c: Preparing 11:02:52 e35be0f10a02: Preparing 11:02:52 874851a1299c: Preparing 11:02:52 77d2644b8849: Preparing 11:02:52 b729317e5e08: Preparing 11:02:52 1b30baa2d1ad: Preparing 11:02:52 83fd6f2727d1: Preparing 11:02:52 03ba6f53ebfc: Preparing 11:02:52 77d2644b8849: Waiting 11:02:52 b729317e5e08: Waiting 11:02:52 1b30baa2d1ad: Waiting 11:02:52 03ba6f53ebfc: Waiting 11:02:52 83fd6f2727d1: Waiting 11:02:52 a388d0ca0f02: Layer already exists 11:02:52 b24df62e1a77: Layer already exists 11:02:52 e35be0f10a02: Layer already exists 11:02:52 116f599c034c: Layer already exists 11:02:52 874851a1299c: Layer already exists 11:02:52 77d2644b8849: Layer already exists 11:02:52 1b30baa2d1ad: Layer already exists 11:02:52 b729317e5e08: Layer already exists 11:02:52 83fd6f2727d1: Layer already exists 11:02:52 03ba6f53ebfc: Layer already exists 11:02:52 main: digest: sha256:f65a5a1b973faea0533f3835af58bda179fe7f701eae7009281e37f5970a625c size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:02:52 ===================================================== [Pipeline] echo 11:02:52 taggedImages: 11:02:52 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed 11:02:52 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 11:02:52 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.123 11:02:52 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 11:02:52 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 11:02:52 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 11:02:52 40cd80bac603763c7752655dbe2af7a1b0c195ed 11:02:52 latest 11:02:52 4.1.0-dev.123 11:02:52 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 11:02:52 main 11:02:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:52 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed 11:02:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 11:02:53 01b0923062f2: Preparing 11:02:53 c5cabf946021: Preparing 11:02:53 6f107a75bac8: Preparing 11:02:53 e35be0f10a02: Preparing 11:02:53 874851a1299c: Preparing 11:02:53 6aef54c9662a: Preparing 11:02:53 fae2d2de99a7: Preparing 11:02:53 36e511cc017b: Preparing 11:02:53 03ba6f53ebfc: Preparing 11:02:53 6aef54c9662a: Waiting 11:02:53 36e511cc017b: Waiting 11:02:53 fae2d2de99a7: Waiting 11:02:53 03ba6f53ebfc: Waiting 11:02:53 874851a1299c: Layer already exists 11:02:53 e35be0f10a02: Layer already exists 11:02:53 6f107a75bac8: Pushed 11:02:53 01b0923062f2: Pushed 11:02:53 c5cabf946021: Pushed 11:02:53 fae2d2de99a7: Pushed 11:02:53 03ba6f53ebfc: Layer already exists 11:02:54 36e511cc017b: Pushed 11:03:20 6aef54c9662a: Pushed 11:03:20 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:46718e24d0b9e3502aaf465bc14b0a9e468aaaf9d8799f840057219b6488a240 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:03:21 + 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 11:03:21 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 11:03:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 11:03:21 01b0923062f2: Preparing 11:03:21 c5cabf946021: Preparing 11:03:21 6f107a75bac8: Preparing 11:03:21 e35be0f10a02: Preparing 11:03:21 874851a1299c: Preparing 11:03:21 6aef54c9662a: Preparing 11:03:21 fae2d2de99a7: Preparing 11:03:21 36e511cc017b: Preparing 11:03:21 03ba6f53ebfc: Preparing 11:03:21 6aef54c9662a: Waiting 11:03:21 fae2d2de99a7: Waiting 11:03:21 36e511cc017b: Waiting 11:03:21 03ba6f53ebfc: Waiting 11:03:21 01b0923062f2: Layer already exists 11:03:21 6f107a75bac8: Layer already exists 11:03:21 874851a1299c: Layer already exists 11:03:21 e35be0f10a02: Layer already exists 11:03:21 c5cabf946021: Layer already exists 11:03:21 6aef54c9662a: Layer already exists 11:03:21 36e511cc017b: Layer already exists 11:03:21 fae2d2de99a7: Layer already exists 11:03:21 03ba6f53ebfc: Layer already exists 11:03:21 latest: digest: sha256:46718e24d0b9e3502aaf465bc14b0a9e468aaaf9d8799f840057219b6488a240 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:03:22 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:03:22 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.123 11:03:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 11:03:22 01b0923062f2: Preparing 11:03:22 c5cabf946021: Preparing 11:03:22 6f107a75bac8: Preparing 11:03:22 e35be0f10a02: Preparing 11:03:22 874851a1299c: Preparing 11:03:22 6aef54c9662a: Preparing 11:03:22 fae2d2de99a7: Preparing 11:03:22 6aef54c9662a: Waiting 11:03:22 36e511cc017b: Preparing 11:03:22 03ba6f53ebfc: Preparing 11:03:22 36e511cc017b: Waiting 11:03:22 03ba6f53ebfc: Waiting 11:03:22 874851a1299c: Layer already exists 11:03:22 e35be0f10a02: Layer already exists 11:03:22 c5cabf946021: Layer already exists 11:03:22 01b0923062f2: Layer already exists 11:03:22 6f107a75bac8: Layer already exists 11:03:22 03ba6f53ebfc: Layer already exists 11:03:22 6aef54c9662a: Layer already exists 11:03:22 36e511cc017b: Layer already exists 11:03:22 fae2d2de99a7: Layer already exists 11:03:22 4.1.0-dev.123: digest: sha256:46718e24d0b9e3502aaf465bc14b0a9e468aaaf9d8799f840057219b6488a240 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:03:23 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:03:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 11:03:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 11:03:23 01b0923062f2: Preparing 11:03:23 c5cabf946021: Preparing 11:03:23 6f107a75bac8: Preparing 11:03:23 e35be0f10a02: Preparing 11:03:23 874851a1299c: Preparing 11:03:23 6aef54c9662a: Preparing 11:03:23 fae2d2de99a7: Preparing 11:03:23 36e511cc017b: Preparing 11:03:23 03ba6f53ebfc: Preparing 11:03:23 6aef54c9662a: Waiting 11:03:23 fae2d2de99a7: Waiting 11:03:23 36e511cc017b: Waiting 11:03:23 03ba6f53ebfc: Waiting 11:03:23 6f107a75bac8: Layer already exists 11:03:23 874851a1299c: Layer already exists 11:03:23 c5cabf946021: Layer already exists 11:03:23 01b0923062f2: Layer already exists 11:03:23 e35be0f10a02: Layer already exists 11:03:23 03ba6f53ebfc: Layer already exists 11:03:23 36e511cc017b: Layer already exists 11:03:23 fae2d2de99a7: Layer already exists 11:03:23 6aef54c9662a: Layer already exists 11:03:23 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:46718e24d0b9e3502aaf465bc14b0a9e468aaaf9d8799f840057219b6488a240 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:03:24 + 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 11:03:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 11:03:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 11:03:27 01b0923062f2: Preparing 11:03:27 c5cabf946021: Preparing 11:03:27 6f107a75bac8: Preparing 11:03:27 e35be0f10a02: Preparing 11:03:27 874851a1299c: Preparing 11:03:27 6aef54c9662a: Preparing 11:03:27 fae2d2de99a7: Preparing 11:03:27 36e511cc017b: Preparing 11:03:27 03ba6f53ebfc: Preparing 11:03:27 6aef54c9662a: Waiting 11:03:27 fae2d2de99a7: Waiting 11:03:27 36e511cc017b: Waiting 11:03:27 03ba6f53ebfc: Waiting 11:03:27 874851a1299c: Layer already exists 11:03:27 e35be0f10a02: Layer already exists 11:03:27 01b0923062f2: Layer already exists 11:03:27 6f107a75bac8: Layer already exists 11:03:27 c5cabf946021: Layer already exists 11:03:27 36e511cc017b: Layer already exists 11:03:27 6aef54c9662a: Layer already exists 11:03:27 fae2d2de99a7: Layer already exists 11:03:27 03ba6f53ebfc: Layer already exists 11:03:28 main: digest: sha256:46718e24d0b9e3502aaf465bc14b0a9e468aaaf9d8799f840057219b6488a240 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:03:28 ===================================================== [Pipeline] echo 11:03:28 taggedImages: 11:03:28 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed 11:03:28 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 11:03:28 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.123 11:03:28 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 11:03:28 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 11:03:28 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 11:03:28 40cd80bac603763c7752655dbe2af7a1b0c195ed 11:03:28 latest 11:03:28 4.1.0-dev.123 11:03:28 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 11:03:28 main 11:03:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:03:28 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:03:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed 11:03:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 11:03:29 cdde49f28335: Preparing 11:03:29 8a38bf6a18d6: Preparing 11:03:29 fa51878014f1: Preparing 11:03:29 e35be0f10a02: Preparing 11:03:29 874851a1299c: Preparing 11:03:29 e1e4b3d4226f: Preparing 11:03:29 1b30baa2d1ad: Preparing 11:03:29 83fd6f2727d1: Preparing 11:03:29 03ba6f53ebfc: Preparing 11:03:29 e1e4b3d4226f: Waiting 11:03:29 1b30baa2d1ad: Waiting 11:03:29 03ba6f53ebfc: Waiting 11:03:29 83fd6f2727d1: Waiting 11:03:29 874851a1299c: Layer already exists 11:03:29 e35be0f10a02: Layer already exists 11:03:29 1b30baa2d1ad: Layer already exists 11:03:29 8a38bf6a18d6: Pushed 11:03:29 83fd6f2727d1: Layer already exists 11:03:29 fa51878014f1: Pushed 11:03:29 03ba6f53ebfc: Layer already exists 11:03:29 cdde49f28335: Pushed 11:03:56 e1e4b3d4226f: Pushed 11:03:56 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:0dc9a0b4aabe44d17ea164d5c9545f14c4f333754e01c224b5adf7c124c2daa0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:03:56 + 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 11:03:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 11:03:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 11:03:57 cdde49f28335: Preparing 11:03:57 8a38bf6a18d6: Preparing 11:03:57 fa51878014f1: Preparing 11:03:57 e35be0f10a02: Preparing 11:03:57 874851a1299c: Preparing 11:03:57 e1e4b3d4226f: Preparing 11:03:57 1b30baa2d1ad: Preparing 11:03:57 83fd6f2727d1: Preparing 11:03:57 03ba6f53ebfc: Preparing 11:03:57 1b30baa2d1ad: Waiting 11:03:57 83fd6f2727d1: Waiting 11:03:57 03ba6f53ebfc: Waiting 11:03:57 e1e4b3d4226f: Waiting 11:03:57 fa51878014f1: Layer already exists 11:03:57 e35be0f10a02: Layer already exists 11:03:57 cdde49f28335: Layer already exists 11:03:57 8a38bf6a18d6: Layer already exists 11:03:57 874851a1299c: Layer already exists 11:03:57 e1e4b3d4226f: Layer already exists 11:03:57 1b30baa2d1ad: Layer already exists 11:03:57 03ba6f53ebfc: Layer already exists 11:03:57 83fd6f2727d1: Layer already exists 11:03:57 latest: digest: sha256:0dc9a0b4aabe44d17ea164d5c9545f14c4f333754e01c224b5adf7c124c2daa0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:03:57 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:03:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.123 11:03:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 11:03:58 cdde49f28335: Preparing 11:03:58 8a38bf6a18d6: Preparing 11:03:58 fa51878014f1: Preparing 11:03:58 e35be0f10a02: Preparing 11:03:58 874851a1299c: Preparing 11:03:58 e1e4b3d4226f: Preparing 11:03:58 1b30baa2d1ad: Preparing 11:03:58 83fd6f2727d1: Preparing 11:03:58 03ba6f53ebfc: Preparing 11:03:58 1b30baa2d1ad: Waiting 11:03:58 83fd6f2727d1: Waiting 11:03:58 e1e4b3d4226f: Waiting 11:03:58 03ba6f53ebfc: Waiting 11:03:58 e35be0f10a02: Layer already exists 11:03:58 cdde49f28335: Layer already exists 11:03:58 874851a1299c: Layer already exists 11:03:58 8a38bf6a18d6: Layer already exists 11:03:58 fa51878014f1: Layer already exists 11:03:58 e1e4b3d4226f: Layer already exists 11:03:58 1b30baa2d1ad: Layer already exists 11:03:58 83fd6f2727d1: Layer already exists 11:03:58 03ba6f53ebfc: Layer already exists 11:03:58 4.1.0-dev.123: digest: sha256:0dc9a0b4aabe44d17ea164d5c9545f14c4f333754e01c224b5adf7c124c2daa0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:03:58 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:03:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 11:03:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 11:03:59 cdde49f28335: Preparing 11:03:59 8a38bf6a18d6: Preparing 11:03:59 fa51878014f1: Preparing 11:03:59 e35be0f10a02: Preparing 11:03:59 874851a1299c: Preparing 11:03:59 e1e4b3d4226f: Preparing 11:03:59 1b30baa2d1ad: Preparing 11:03:59 83fd6f2727d1: Preparing 11:03:59 03ba6f53ebfc: Preparing 11:03:59 1b30baa2d1ad: Waiting 11:03:59 83fd6f2727d1: Waiting 11:03:59 03ba6f53ebfc: Waiting 11:03:59 e1e4b3d4226f: Waiting 11:03:59 874851a1299c: Layer already exists 11:03:59 e35be0f10a02: Layer already exists 11:03:59 fa51878014f1: Layer already exists 11:03:59 8a38bf6a18d6: Layer already exists 11:03:59 cdde49f28335: Layer already exists 11:03:59 e1e4b3d4226f: Layer already exists 11:03:59 83fd6f2727d1: Layer already exists 11:03:59 1b30baa2d1ad: Layer already exists 11:03:59 03ba6f53ebfc: Layer already exists 11:03:59 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:0dc9a0b4aabe44d17ea164d5c9545f14c4f333754e01c224b5adf7c124c2daa0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:03:59 + 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 11:04:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 11:04:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 11:04:00 cdde49f28335: Preparing 11:04:00 8a38bf6a18d6: Preparing 11:04:00 fa51878014f1: Preparing 11:04:00 e35be0f10a02: Preparing 11:04:00 874851a1299c: Preparing 11:04:00 e1e4b3d4226f: Preparing 11:04:00 1b30baa2d1ad: Preparing 11:04:00 83fd6f2727d1: Preparing 11:04:00 03ba6f53ebfc: Preparing 11:04:00 1b30baa2d1ad: Waiting 11:04:00 83fd6f2727d1: Waiting 11:04:00 03ba6f53ebfc: Waiting 11:04:00 e1e4b3d4226f: Waiting 11:04:00 fa51878014f1: Layer already exists 11:04:00 8a38bf6a18d6: Layer already exists 11:04:00 e35be0f10a02: Layer already exists 11:04:00 874851a1299c: Layer already exists 11:04:00 cdde49f28335: Layer already exists 11:04:00 1b30baa2d1ad: Layer already exists 11:04:00 e1e4b3d4226f: Layer already exists 11:04:00 03ba6f53ebfc: Layer already exists 11:04:00 83fd6f2727d1: Layer already exists 11:04:00 main: digest: sha256:0dc9a0b4aabe44d17ea164d5c9545f14c4f333754e01c224b5adf7c124c2daa0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:04:00 ===================================================== [Pipeline] echo 11:04:00 taggedImages: 11:04:00 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed 11:04:00 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 11:04:00 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.123 11:04:00 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 11:04:00 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 11:04:00 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 11:04:00 40cd80bac603763c7752655dbe2af7a1b0c195ed 11:04:00 latest 11:04:00 4.1.0-dev.123 11:04:00 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 11:04:00 main 11:04:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:04:00 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:04:01 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed 11:04:01 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 11:04:01 a6f63f803bd2: Preparing 11:04:01 e59a41f238f6: Preparing 11:04:01 e35be0f10a02: Preparing 11:04:01 874851a1299c: Preparing 11:04:01 afb5120cb5fa: Preparing 11:04:01 1f94c0815736: Preparing 11:04:01 03ba6f53ebfc: Preparing 11:04:01 1f94c0815736: Waiting 11:04:01 03ba6f53ebfc: Waiting 11:04:01 874851a1299c: Layer already exists 11:04:01 e35be0f10a02: Layer already exists 11:04:01 03ba6f53ebfc: Layer already exists 11:04:01 afb5120cb5fa: Pushed 11:04:01 a6f63f803bd2: Pushed 11:04:03 1f94c0815736: Pushed 11:04:10 e59a41f238f6: Pushed 11:04:10 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:9a4c0186278dbeb70b6401f0cff1bcd879629c5ea8cf83829d9177cec0eb0267 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:04:10 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:04:11 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 11:04:11 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 11:04:11 a6f63f803bd2: Preparing 11:04:11 e59a41f238f6: Preparing 11:04:11 e35be0f10a02: Preparing 11:04:11 874851a1299c: Preparing 11:04:11 afb5120cb5fa: Preparing 11:04:11 1f94c0815736: Preparing 11:04:11 03ba6f53ebfc: Preparing 11:04:11 1f94c0815736: Waiting 11:04:11 e35be0f10a02: Layer already exists 11:04:11 afb5120cb5fa: Layer already exists 11:04:11 a6f63f803bd2: Layer already exists 11:04:11 e59a41f238f6: Layer already exists 11:04:11 874851a1299c: Layer already exists 11:04:11 1f94c0815736: Layer already exists 11:04:11 03ba6f53ebfc: Layer already exists 11:04:11 latest: digest: sha256:9a4c0186278dbeb70b6401f0cff1bcd879629c5ea8cf83829d9177cec0eb0267 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:04:12 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:04:12 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.123 11:04:12 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 11:04:12 a6f63f803bd2: Preparing 11:04:12 e59a41f238f6: Preparing 11:04:12 e35be0f10a02: Preparing 11:04:12 874851a1299c: Preparing 11:04:12 afb5120cb5fa: Preparing 11:04:12 1f94c0815736: Preparing 11:04:12 03ba6f53ebfc: Preparing 11:04:12 1f94c0815736: Waiting 11:04:12 03ba6f53ebfc: Waiting 11:04:12 e35be0f10a02: Layer already exists 11:04:12 a6f63f803bd2: Layer already exists 11:04:12 afb5120cb5fa: Layer already exists 11:04:12 874851a1299c: Layer already exists 11:04:12 e59a41f238f6: Layer already exists 11:04:12 1f94c0815736: Layer already exists 11:04:12 03ba6f53ebfc: Layer already exists 11:04:12 4.1.0-dev.123: digest: sha256:9a4c0186278dbeb70b6401f0cff1bcd879629c5ea8cf83829d9177cec0eb0267 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:04:13 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:04:13 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 11:04:13 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 11:04:13 a6f63f803bd2: Preparing 11:04:13 e59a41f238f6: Preparing 11:04:13 e35be0f10a02: Preparing 11:04:13 874851a1299c: Preparing 11:04:13 afb5120cb5fa: Preparing 11:04:13 1f94c0815736: Preparing 11:04:13 03ba6f53ebfc: Preparing 11:04:13 1f94c0815736: Waiting 11:04:13 03ba6f53ebfc: Waiting 11:04:13 e59a41f238f6: Layer already exists 11:04:13 a6f63f803bd2: Layer already exists 11:04:13 e35be0f10a02: Layer already exists 11:04:13 afb5120cb5fa: Layer already exists 11:04:13 874851a1299c: Layer already exists 11:04:13 1f94c0815736: Layer already exists 11:04:13 03ba6f53ebfc: Layer already exists 11:04:13 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:9a4c0186278dbeb70b6401f0cff1bcd879629c5ea8cf83829d9177cec0eb0267 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:04:13 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:04:14 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 11:04:14 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 11:04:14 a6f63f803bd2: Preparing 11:04:14 e59a41f238f6: Preparing 11:04:14 e35be0f10a02: Preparing 11:04:14 874851a1299c: Preparing 11:04:14 afb5120cb5fa: Preparing 11:04:14 1f94c0815736: Preparing 11:04:14 03ba6f53ebfc: Preparing 11:04:14 1f94c0815736: Waiting 11:04:14 03ba6f53ebfc: Waiting 11:04:14 874851a1299c: Layer already exists 11:04:14 e59a41f238f6: Layer already exists 11:04:14 e35be0f10a02: Layer already exists 11:04:14 afb5120cb5fa: Layer already exists 11:04:14 a6f63f803bd2: Layer already exists 11:04:14 1f94c0815736: Layer already exists 11:04:14 03ba6f53ebfc: Layer already exists 11:04:14 main: digest: sha256:9a4c0186278dbeb70b6401f0cff1bcd879629c5ea8cf83829d9177cec0eb0267 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:04:14 ===================================================== [Pipeline] echo 11:04:14 taggedImages: 11:04:14 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed 11:04:14 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 11:04:14 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.123 11:04:14 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 11:04:14 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 11:04:14 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 11:04:14 40cd80bac603763c7752655dbe2af7a1b0c195ed 11:04:14 latest 11:04:14 4.1.0-dev.123 11:04:14 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 11:04:14 main 11:04:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:04:14 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:04:15 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed 11:04:15 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 11:04:15 17f30fa58c99: Preparing 11:04:15 10a62ef710fe: Preparing 11:04:15 e35be0f10a02: Preparing 11:04:15 874851a1299c: Preparing 11:04:15 724d6abf9d13: Preparing 11:04:15 627b668b5b21: Preparing 11:04:15 03ba6f53ebfc: Preparing 11:04:15 627b668b5b21: Waiting 11:04:15 03ba6f53ebfc: Waiting 11:04:15 e35be0f10a02: Layer already exists 11:04:15 874851a1299c: Layer already exists 11:04:15 03ba6f53ebfc: Layer already exists 11:04:15 724d6abf9d13: Pushed 11:04:15 17f30fa58c99: Pushed 11:04:16 627b668b5b21: Pushed 11:04:26 10a62ef710fe: Pushed 11:04:26 40cd80bac603763c7752655dbe2af7a1b0c195ed: digest: sha256:93f0811790fb30df5b9569ffb532905a93359c97d98e09c63e09665322c974ca size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:04:26 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:04:26 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 11:04:26 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 11:04:26 17f30fa58c99: Preparing 11:04:26 10a62ef710fe: Preparing 11:04:26 e35be0f10a02: Preparing 11:04:26 874851a1299c: Preparing 11:04:26 724d6abf9d13: Preparing 11:04:26 627b668b5b21: Preparing 11:04:26 03ba6f53ebfc: Preparing 11:04:26 627b668b5b21: Waiting 11:04:26 03ba6f53ebfc: Waiting 11:04:26 724d6abf9d13: Layer already exists 11:04:26 874851a1299c: Layer already exists 11:04:26 e35be0f10a02: Layer already exists 11:04:26 17f30fa58c99: Layer already exists 11:04:26 10a62ef710fe: Layer already exists 11:04:26 627b668b5b21: Layer already exists 11:04:26 03ba6f53ebfc: Layer already exists 11:04:27 latest: digest: sha256:93f0811790fb30df5b9569ffb532905a93359c97d98e09c63e09665322c974ca size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:04:27 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:04:27 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.123 11:04:27 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 11:04:27 17f30fa58c99: Preparing 11:04:27 10a62ef710fe: Preparing 11:04:27 e35be0f10a02: Preparing 11:04:27 874851a1299c: Preparing 11:04:27 724d6abf9d13: Preparing 11:04:27 627b668b5b21: Preparing 11:04:27 03ba6f53ebfc: Preparing 11:04:27 627b668b5b21: Waiting 11:04:27 03ba6f53ebfc: Waiting 11:04:27 17f30fa58c99: Layer already exists 11:04:27 e35be0f10a02: Layer already exists 11:04:27 874851a1299c: Layer already exists 11:04:27 724d6abf9d13: Layer already exists 11:04:27 10a62ef710fe: Layer already exists 11:04:27 03ba6f53ebfc: Layer already exists 11:04:27 627b668b5b21: Layer already exists 11:04:27 4.1.0-dev.123: digest: sha256:93f0811790fb30df5b9569ffb532905a93359c97d98e09c63e09665322c974ca size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:04:28 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:04:28 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 11:04:28 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 11:04:28 17f30fa58c99: Preparing 11:04:28 10a62ef710fe: Preparing 11:04:28 e35be0f10a02: Preparing 11:04:28 874851a1299c: Preparing 11:04:28 724d6abf9d13: Preparing 11:04:28 627b668b5b21: Preparing 11:04:28 03ba6f53ebfc: Preparing 11:04:28 03ba6f53ebfc: Waiting 11:04:28 627b668b5b21: Waiting 11:04:28 e35be0f10a02: Layer already exists 11:04:28 17f30fa58c99: Layer already exists 11:04:28 874851a1299c: Layer already exists 11:04:28 724d6abf9d13: Layer already exists 11:04:28 10a62ef710fe: Layer already exists 11:04:28 03ba6f53ebfc: Layer already exists 11:04:28 627b668b5b21: Layer already exists 11:04:28 40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123: digest: sha256:93f0811790fb30df5b9569ffb532905a93359c97d98e09c63e09665322c974ca size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:04:29 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:04:29 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 11:04:29 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 11:04:29 17f30fa58c99: Preparing 11:04:29 10a62ef710fe: Preparing 11:04:29 e35be0f10a02: Preparing 11:04:29 874851a1299c: Preparing 11:04:29 724d6abf9d13: Preparing 11:04:29 627b668b5b21: Preparing 11:04:29 03ba6f53ebfc: Preparing 11:04:29 627b668b5b21: Waiting 11:04:29 03ba6f53ebfc: Waiting 11:04:29 17f30fa58c99: Layer already exists 11:04:29 10a62ef710fe: Layer already exists 11:04:29 724d6abf9d13: Layer already exists 11:04:29 874851a1299c: Layer already exists 11:04:29 e35be0f10a02: Layer already exists 11:04:29 627b668b5b21: Layer already exists 11:04:29 03ba6f53ebfc: Layer already exists 11:04:29 main: digest: sha256:93f0811790fb30df5b9569ffb532905a93359c97d98e09c63e09665322c974ca size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:04:29 ===================================================== [Pipeline] echo 11:04:29 taggedImages: 11:04:29 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed 11:04:29 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 11:04:29 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.123 11:04:29 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:40cd80bac603763c7752655dbe2af7a1b0c195ed-4.1.0-dev.123 11:04:29 - 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 11:04:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:04:30 11:04:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:04:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:04:30 arm64: Pulling from edgex-lftools-log-publisher 11:04:30 8998bd30e6a1: Pulling fs layer 11:04:30 04944245beec: Pulling fs layer 11:04:30 699f458cf7ca: Pulling fs layer 11:04:30 765212b225bb: Pulling fs layer 11:04:30 f23df028b6ca: Pulling fs layer 11:04:30 d65c8cfc05b1: Pulling fs layer 11:04:30 2437ff75d9bd: Pulling fs layer 11:04:30 765212b225bb: Waiting 11:04:30 f23df028b6ca: Waiting 11:04:30 d65c8cfc05b1: Waiting 11:04:30 2437ff75d9bd: Waiting 11:04:30 04944245beec: Verifying Checksum 11:04:30 04944245beec: Download complete 11:04:30 765212b225bb: Verifying Checksum 11:04:30 765212b225bb: Download complete 11:04:30 f23df028b6ca: Verifying Checksum 11:04:30 f23df028b6ca: Download complete 11:04:30 d65c8cfc05b1: Verifying Checksum 11:04:30 d65c8cfc05b1: Download complete 11:04:30 699f458cf7ca: Verifying Checksum 11:04:30 699f458cf7ca: Download complete 11:04:31 8998bd30e6a1: Download complete 11:04:34 2437ff75d9bd: Verifying Checksum 11:04:34 2437ff75d9bd: Download complete 11:04:36 8998bd30e6a1: Pull complete 11:04:40 04944245beec: Pull complete 11:04:41 699f458cf7ca: Pull complete 11:04:41 765212b225bb: Pull complete 11:04:42 f23df028b6ca: Pull complete 11:04:42 d65c8cfc05b1: Pull complete 11:05:01 2437ff75d9bd: Pull complete 11:05:01 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 11:05:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:05:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:05:01 prd-ubuntu20.04-docker-arm64-4c-16g-14356 does not seem to be running inside a container 11:05:01 $ 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/988 -v /w/workspace/edgex-go/988:/w/workspace/edgex-go/988:rw,z -v /w/workspace/edgex-go/988@tmp:/w/workspace/edgex-go/988@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 11:05:04 $ docker top ae60f8e459c30113c9da411847f2e189a7df4af138f22db34a3481f129d04237 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:05:05 ---> job-cost.sh 11:05:05 lf-activate-venv: SKIPPING 11:05:05 INFO: No Stack... 11:05:05 INFO: Retrieving Pricing Info for: v3-standard-4 11:05:06 INFO: Archiving Costs [Pipeline] sh 11:05:06 + cut -d, -f6 11:05:06 + cat /w/workspace/edgex-go/988/archives/cost.csv [Pipeline] lock 11:05:06 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-988-stack-cost] 11:05:06 Resource [jenkins-edgexfoundry-edgex-go-main-988-stack-cost] did not exist. Created. 11:05:06 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-988-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:05:07 + echo total: 0.10999999940395355 [Pipeline] stash 11:05:08 Stashed 1 file(s) [Pipeline] } 11:05:08 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-988-stack-cost] [Pipeline] // lock [Pipeline] } 11:05:08 $ docker stop --time=1 ae60f8e459c30113c9da411847f2e189a7df4af138f22db34a3481f129d04237 11:05:09 $ docker rm -f --volumes ae60f8e459c30113c9da411847f2e189a7df4af138f22db34a3481f129d04237 [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 11:05:10 provisioning config files... 11:05:10 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/988@tmp/config119034076581967655tmp [Pipeline] { [Pipeline] sh 11:05:10 + set +x 11:05:10 + curl -s https://codecov.io/bash 11:05:10 + bash -s -- 11:05:11 11:05:11 _____ _ 11:05:11 / ____| | | 11:05:11 | | ___ __| | ___ ___ _____ __ 11:05:11 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 11:05:11 | |___| (_) | (_| | __/ (_| (_) \ V / 11:05:11 \_____\___/ \__,_|\___|\___\___/ \_/ 11:05:11 Bash-1.0.6 11:05:11 11:05:11 11:05:11 ==> git version 2.25.1 found 11:05:11 ==> 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 11:05:11 Release-Date: 2020-01-08 11:05:11 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 11:05:11 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 11:05:11 ==> Jenkins CI detected. 11:05:11 current dir:  /w/workspace/edgex-go/988 11:05:11 project root: . 11:05:11 --> token set from env 11:05:11 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 11:05:11 ==> Running gcov in . (disable via -X gcov) 11:05:11 ==> Python coveragepy not found 11:05:11 ==> Searching for coverage reports in: 11:05:11 + . 11:05:11 -> Found 1 reports 11:05:11 ==> Detecting git/mercurial file structure 11:05:11 ==> Reading reports 11:05:11 + ./coverage.out bytes=1050063 11:05:11 ==> Appending adjustments 11:05:11 https://docs.codecov.io/docs/fixing-reports 11:05:12 + Found adjustments 11:05:12 ==> Gzipping contents 11:05:12 108K /tmp/codecov.V697ul.gz 11:05:12 ==> Uploading reports 11:05:12 url: https://codecov.io 11:05:12 query: branch=main&commit=40cd80bac603763c7752655dbe2af7a1b0c195ed&build=988&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F988%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 11:05:12 -> Pinging Codecov 11:05:12 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=40cd80bac603763c7752655dbe2af7a1b0c195ed&build=988&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F988%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 11:05:12 -> Uploading to 11:05:12 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/40cd80bac603763c7752655dbe2af7a1b0c195ed/b2a0ec9d-d039-439d-b590-4c79929bf51a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20260706%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20260706T110512Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=d3d17dc0e0f8579c63bad12838a1995882747d3c79ad67b27abcd1081298ec3d 11:05:12 % Total % Received % Xferd Average Speed Time Time Time Current 11:05:12 Dload Upload Total Spent Left Speed 11:05:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 105k 0 0 100 105k 0 360k --:--:-- --:--:-- --:--:-- 360k 11:05:13 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/40cd80bac603763c7752655dbe2af7a1b0c195ed [Pipeline] } 11:05:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 11:05:13 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 11:05:13 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:05:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 11:05:13 11:05:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:05:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 11:05:14 latest: Pulling from edgex-devops/edgex-snyk-go 11:05:14 2d35ebdb57d9: Already exists 11:05:14 85e8836fcdb2: Pulling fs layer 11:05:14 91631faa732a: Pulling fs layer 11:05:14 f3f5ae8826fa: Pulling fs layer 11:05:14 4f4fb700ef54: Pulling fs layer 11:05:14 7861252a18e6: Pulling fs layer 11:05:14 9130f900ef6f: Pulling fs layer 11:05:14 4f4fb700ef54: Waiting 11:05:14 7861252a18e6: Waiting 11:05:14 9130f900ef6f: Waiting 11:05:14 f3f5ae8826fa: Download complete 11:05:14 85e8836fcdb2: Verifying Checksum 11:05:14 85e8836fcdb2: Download complete 11:05:14 4f4fb700ef54: Verifying Checksum 11:05:14 4f4fb700ef54: Download complete 11:05:14 85e8836fcdb2: Pull complete 11:05:14 7861252a18e6: Verifying Checksum 11:05:14 7861252a18e6: Download complete 11:05:14 91631faa732a: Verifying Checksum 11:05:14 91631faa732a: Download complete 11:05:15 9130f900ef6f: Verifying Checksum 11:05:15 9130f900ef6f: Download complete 11:05:19 91631faa732a: Pull complete 11:05:19 f3f5ae8826fa: Pull complete 11:05:19 4f4fb700ef54: Pull complete 11:05:19 7861252a18e6: Pull complete 11:05:23 9130f900ef6f: Pull complete 11:05:23 Digest: sha256:56ae2c276304682a5b16c7ecab195a3e707c8b22ba01ba591248577dbd21f89e 11:05:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 11:05:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:05:24 prd-ubuntu20.04-docker-8c-8g-14355 does not seem to be running inside a container 11:05:24 $ 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/988 -v /w/workspace/edgex-go/988:/w/workspace/edgex-go/988:rw,z -v /w/workspace/edgex-go/988@tmp:/w/workspace/edgex-go/988@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 11:05:25 $ docker top d83619b9a27d433b75da3876afa1f04afc5a54918465d797ac1d96299936bf64 -eo pid,comm [Pipeline] { [Pipeline] sh 11:05:25 + git config --global --add safe.directory /w/workspace/edgex-go/988 [Pipeline] echo 11:05:25 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 11:05:26 + set -o pipefail 11:05:26 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 11:05:38 11:05:38 Monitoring /w/workspace/edgex-go/988 (github.com/edgexfoundry/edgex-go)... 11:05:38 11:05:38 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/e45d2236-066d-44e7-ab4e-b3d8add4ca4e 11:05:38 11:05:38 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 11:05:38 11:05:38 11:05:38 You are approaching your monthly limit of 200 private tests for your edgex-jenkins org. 11:05:38 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 11:05:38 $ docker stop --time=1 d83619b9a27d433b75da3876afa1f04afc5a54918465d797ac1d96299936bf64 11:05:40 $ docker rm -f --volumes d83619b9a27d433b75da3876afa1f04afc5a54918465d797ac1d96299936bf64 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 11:05:41 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:05:41 provisioning config files... 11:05:41 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/988@tmp/config18136846295215148116tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:05:41 --> edgex-publish-swagger.sh 11:05:41 === Publish openapi API === 11:05:41 [publishToSwagger] Publishing the API Docs [openapi] to Swagger 11:05:41 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/988/openapi/core-command.yaml] 11:05:41 % Total % Received % Xferd Average Speed Time Time Time Current 11:05:41 Dload Upload Total Spent Left Speed 11:05:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33488 100 66 100 33422 312 154k --:--:-- --:--:-- --:--:-- 154k 11:05:41 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 11:05:41 11:05:41 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/988/openapi/core-data.yaml] 11:05:41 % Total % Received % Xferd Average Speed Time Time Time Current 11:05:41 Dload Upload Total Spent Left Speed 11:05:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 75332 100 66 100 75266 461 513k --:--:-- --:--:-- --:--:-- 510k 11:05:41 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 11:05:41 11:05:41 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/988/openapi/core-keeper.yaml] 11:05:41 % Total % Received % Xferd Average Speed Time Time Time Current 11:05:41 Dload Upload Total Spent Left Speed 11:05:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30300 100 66 100 30234 680 304k --:--:-- --:--:-- --:--:-- 305k 11:05:41 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 11:05:41 11:05:41 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/988/openapi/core-metadata.yaml] 11:05:41 % Total % Received % Xferd Average Speed Time Time Time Current 11:05:41 Dload Upload Total Spent Left Speed 11:05:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 163k 100 66 100 163k 550 1359k --:--:-- --:--:-- --:--:-- 1360k 11:05:41 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 11:05:41 11:05:41 [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/988/openapi/security-proxy-auth.yaml] 11:05:41 % Total % Received % Xferd Average Speed Time Time Time Current 11:05:41 Dload Upload Total Spent Left Speed 11:05:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 545 197k --:--:-- --:--:-- --:--:-- 198k 11:05:42 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 11:05:42 11:05:42 [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/988/openapi/security-secretstore-setup.yaml] 11:05:42 % Total % Received % Xferd Average Speed Time Time Time Current 11:05:42 Dload Upload Total Spent Left Speed 11:05:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 825 48912 --:--:-- --:--:-- --:--:-- 49737 11:05:42 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 11:05:42 11:05:42 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/988/openapi/support-notifications.yaml] 11:05:42 % Total % Received % Xferd Average Speed Time Time Time Current 11:05:42 Dload Upload Total Spent Left Speed 11:05:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 492 728k --:--:-- --:--:-- --:--:-- 729k 11:05:42 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 11:05:42 11:05:42 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/988/openapi/support-scheduler.yaml] 11:05:42 % Total % Received % Xferd Average Speed Time Time Time Current 11:05:42 Dload Upload Total Spent Left Speed 11:05:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51276 100 66 100 51210 496 376k --:--:-- --:--:-- --:--:-- 376k 11:05:42 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 11:05:42 [Pipeline] } 11:05:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 11:05:42 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:05:42 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:05:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:05:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:05:43 prd-ubuntu20.04-docker-8c-8g-14355 does not seem to be running inside a container 11:05:43 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/988 -v /w/workspace/edgex-go/988:/w/workspace/edgex-go/988:rw,z -v /w/workspace/edgex-go/988@tmp:/w/workspace/edgex-go/988@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:05:43 $ docker top 70e574328e57e2a901f836fbb3661b7bbea86ed18605d5825eb6babcfda7ecbb -eo pid,comm 11:05:43 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 11:05:43 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:05:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:05:43 [ssh-agent] Looking for ssh-agent implementation... 11:05:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:05:43 $ docker exec 70e574328e57e2a901f836fbb3661b7bbea86ed18605d5825eb6babcfda7ecbb ssh-agent 11:05:43 SSH_AUTH_SOCK=/tmp/ssh-sWdiDwrT6CKR/agent.32 11:05:43 SSH_AGENT_PID=39 11:05:43 Running ssh-add (command line suppressed) 11:05:44 Identity added: /w/workspace/edgex-go/988@tmp/private_key_17409700198925061604.key (/w/workspace/edgex-go/988@tmp/private_key_17409700198925061604.key) 11:05:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:05:44 + git semver tag 11:05:44 2026-07-06 11:05:44,619 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 11:05:44 2026-07-06 11:05:44,623 [run_tag] DEBUG tag force:False 11:05:44 2026-07-06 11:05:44,623 [check_head_tag] DEBUG check head tag 11:05:44 2026-07-06 11:05:44,624 [execute] INFO git cat-file --batch-check 11:05:44 2026-07-06 11:05:44,624 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/988, stdin=, shell=False, universal_newlines=False) 11:05:44 2026-07-06 11:05:44,627 [execute] INFO git cat-file --batch 11:05:44 2026-07-06 11:05:44,627 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/988, stdin=, shell=False, universal_newlines=False) 11:05:44 2026-07-06 11:05:44,636 [read_version] DEBUG read version from /w/workspace/edgex-go/988/.semver/main 11:05:44 2026-07-06 11:05:44,636 [execute] INFO git tag -a v4.1.0-dev.123 -m v4.1.0-dev.123 11:05:44 2026-07-06 11:05:44,636 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.123', '-m', 'v4.1.0-dev.123'], cwd=/w/workspace/edgex-go/988, stdin=None, shell=False, universal_newlines=False) 11:05:44 2026-07-06 11:05:44,641 [read_version] DEBUG read version from /w/workspace/edgex-go/988/.semver/main 11:05:44 4.1.0-dev.123 [Pipeline] } 11:05:44 $ docker exec --env ******** --env ******** 70e574328e57e2a901f836fbb3661b7bbea86ed18605d5825eb6babcfda7ecbb ssh-agent -k 11:05:45 unset SSH_AUTH_SOCK; 11:05:45 unset SSH_AGENT_PID; 11:05:45 echo Agent pid 39 killed; 11:05:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:05:45 + git semver [Pipeline] } 11:05:45 $ docker stop --time=1 70e574328e57e2a901f836fbb3661b7bbea86ed18605d5825eb6babcfda7ecbb 11:05:46 $ docker rm -f --volumes 70e574328e57e2a901f836fbb3661b7bbea86ed18605d5825eb6babcfda7ecbb [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:05:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:05:47 11:05:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:05:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:05:47 0.23.1-centos7: Pulling from edgex-lftools 11:05:47 ab5ef0e58194: Pulling fs layer 11:05:47 9712f1f96733: Pulling fs layer 11:05:47 63f879dbbcfc: Pulling fs layer 11:05:47 0d9ebad4ef96: Pulling fs layer 11:05:47 e9a5061849ea: Pulling fs layer 11:05:47 d747dcd14b5f: Pulling fs layer 11:05:47 2de7ff778b66: Pulling fs layer 11:05:47 0d9ebad4ef96: Waiting 11:05:47 e9a5061849ea: Waiting 11:05:47 d747dcd14b5f: Waiting 11:05:47 2de7ff778b66: Waiting 11:05:47 9712f1f96733: Verifying Checksum 11:05:47 9712f1f96733: Download complete 11:05:47 63f879dbbcfc: Verifying Checksum 11:05:47 63f879dbbcfc: Download complete 11:05:48 e9a5061849ea: Verifying Checksum 11:05:48 e9a5061849ea: Download complete 11:05:48 d747dcd14b5f: Download complete 11:05:48 0d9ebad4ef96: Verifying Checksum 11:05:48 0d9ebad4ef96: Download complete 11:05:48 2de7ff778b66: Verifying Checksum 11:05:48 2de7ff778b66: Download complete 11:05:48 ab5ef0e58194: Verifying Checksum 11:05:48 ab5ef0e58194: Download complete 11:05:52 ab5ef0e58194: Pull complete 11:05:52 9712f1f96733: Pull complete 11:05:52 63f879dbbcfc: Pull complete 11:05:58 0d9ebad4ef96: Pull complete 11:05:58 e9a5061849ea: Pull complete 11:05:58 d747dcd14b5f: Pull complete 11:05:59 2de7ff778b66: Pull complete 11:05:59 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 11:05:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:05:59 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:05:59 prd-ubuntu20.04-docker-8c-8g-14355 does not seem to be running inside a container 11:05:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/988 -v /w/workspace/edgex-go/988:/w/workspace/edgex-go/988:rw,z -v /w/workspace/edgex-go/988@tmp:/w/workspace/edgex-go/988@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 11:06:00 $ docker top 923d05477ae509be7980801f5fa0813e9bfe4ab64e03709711990ed71ebede7a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 11:06:00 provisioning config files... 11:06:00 copy managed file [sigul-config] to file:/w/workspace/edgex-go/988@tmp/config6359759161142496270tmp 11:06:00 copy managed file [sigul-password] to file:/w/workspace/edgex-go/988@tmp/config4633069960715063tmp 11:06:00 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/988@tmp/config1324024962414523030tmp [Pipeline] { [Pipeline] echo 11:06:00 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 11:06:01 ---> sigul-configuration.sh 11:06:01 gpg: directory `/root/.gnupg' created 11:06:01 gpg: new configuration file `/root/.gnupg/gpg.conf' created 11:06:01 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 11:06:01 gpg: keyring `/root/.gnupg/secring.gpg' created 11:06:01 gpg: keyring `/root/.gnupg/pubring.gpg' created 11:06:01 gpg: CAST5 encrypted data 11:06:01 gpg: encrypted with 1 passphrase 11:06:01 gpg: WARNING: message was not integrity protected [Pipeline] sh 11:06:01 + mkdir /home/jenkins 11:06:01 + mkdir /home/jenkins/sigul [Pipeline] sh 11:06:01 + 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 11:06:01 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 11:06:01 ---> sigul-install.sh 11:06:01 Sigul already installed; skipping installation. [Pipeline] sh 11:06:02 + git tag --list 11:06:02 0.6.0 11:06:02 0.6.1 11:06:02 0.7.0 11:06:02 0.7.1 11:06:02 v1.0.0 11:06:02 v1.0.1 11:06:02 v1.1.0 11:06:02 v1.2.0 11:06:02 v1.2.1 11:06:02 v1.3.0 11:06:02 v1.3.1 11:06:02 v2.0.0 11:06:02 v2.1.0 11:06:02 v2.1.1 11:06:02 v2.2.0 11:06:02 v2.3.0 11:06:02 v3.0 11:06:02 v3.0.0 11:06:02 v3.1 11:06:02 v3.1.0 11:06:02 v3.1.1 11:06:02 v4.0 11:06:02 v4.0.0 11:06:02 v4.0.1 11:06:02 v4.0.2 11:06:02 v4.1.0-dev.120 11:06:02 v4.1.0-dev.121 11:06:02 v4.1.0-dev.122 11:06:02 v4.1.0-dev.123 [Pipeline] sh 11:06:02 + lftools sign git-tag v4.1.0-dev.123 11:06:03 Signing Git tag with Sigul... 11:06:03 Signing v4.1.0-dev.123 [Pipeline] echo 11:06:03 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 11:06:03 ---> sigul-configuration-cleanup.sh [Pipeline] } 11:06:03 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 11:06:03 $ docker stop --time=1 923d05477ae509be7980801f5fa0813e9bfe4ab64e03709711990ed71ebede7a 11:06:05 $ docker rm -f --volumes 923d05477ae509be7980801f5fa0813e9bfe4ab64e03709711990ed71ebede7a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 11:06:05 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:06:05 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:06:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:06:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:06:06 prd-ubuntu20.04-docker-8c-8g-14355 does not seem to be running inside a container 11:06:06 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/988 -v /w/workspace/edgex-go/988:/w/workspace/edgex-go/988:rw,z -v /w/workspace/edgex-go/988@tmp:/w/workspace/edgex-go/988@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:06:06 $ docker top faacc1e5051a2306ca9d75abdc14b13c7324d48c0dce048ad5f278468648f53c -eo pid,comm 11:06:06 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). 11:06:06 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:06:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:06:06 [ssh-agent] Looking for ssh-agent implementation... 11:06:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:06:06 $ docker exec faacc1e5051a2306ca9d75abdc14b13c7324d48c0dce048ad5f278468648f53c ssh-agent 11:06:06 SSH_AUTH_SOCK=/tmp/ssh-7nRBQwGBqNvZ/agent.32 11:06:06 SSH_AGENT_PID=38 11:06:06 Running ssh-add (command line suppressed) 11:06:06 Identity added: /w/workspace/edgex-go/988@tmp/private_key_6563532875035736846.key (/w/workspace/edgex-go/988@tmp/private_key_6563532875035736846.key) 11:06:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:06:07 + git semver bump pre 11:06:07 2026-07-06 11:06:07,348 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 11:06:07 2026-07-06 11:06:07,352 [read_version] DEBUG read version from /w/workspace/edgex-go/988/.semver/main 11:06:07 2026-07-06 11:06:07,353 [bump_version] DEBUG bumping version:4.1.0-dev.123 on axis:pre with prefix:dev 11:06:07 2026-07-06 11:06:07,353 [bump_version] DEBUG bumped version:4.1.0-dev.124 11:06:07 2026-07-06 11:06:07,353 [write_version] DEBUG write version:4.1.0-dev.124 to path:/w/workspace/edgex-go/988/.semver/main with force:True 11:06:07 2026-07-06 11:06:07,353 [read_version] DEBUG read version from /w/workspace/edgex-go/988/.semver/main 11:06:07 2026-07-06 11:06:07,353 [write_file] DEBUG write to file:/w/workspace/edgex-go/988/.semver/main 11:06:07 2026-07-06 11:06:07,356 [execute] INFO git cat-file --batch-check 11:06:07 2026-07-06 11:06:07,356 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/988/.semver, stdin=, shell=False, universal_newlines=False) 11:06:07 2026-07-06 11:06:07,360 [execute] INFO git cat-file --batch 11:06:07 2026-07-06 11:06:07,360 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/988/.semver, stdin=, shell=False, universal_newlines=False) 11:06:07 2026-07-06 11:06:07,362 [read_version] DEBUG read version from /w/workspace/edgex-go/988/.semver/main 11:06:07 4.1.0-dev.124 [Pipeline] } 11:06:07 $ docker exec --env ******** --env ******** faacc1e5051a2306ca9d75abdc14b13c7324d48c0dce048ad5f278468648f53c ssh-agent -k 11:06:07 unset SSH_AUTH_SOCK; 11:06:07 unset SSH_AGENT_PID; 11:06:07 echo Agent pid 38 killed; 11:06:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:06:07 + git semver [Pipeline] } 11:06:08 $ docker stop --time=1 faacc1e5051a2306ca9d75abdc14b13c7324d48c0dce048ad5f278468648f53c 11:06:09 $ docker rm -f --volumes faacc1e5051a2306ca9d75abdc14b13c7324d48c0dce048ad5f278468648f53c [Pipeline] // withDockerContainer [Pipeline] sh 11:06:09 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:06:09 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:06:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:06:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:06:10 prd-ubuntu20.04-docker-8c-8g-14355 does not seem to be running inside a container 11:06:10 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/988 -v /w/workspace/edgex-go/988:/w/workspace/edgex-go/988:rw,z -v /w/workspace/edgex-go/988@tmp:/w/workspace/edgex-go/988@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:06:10 $ docker top 0e76bb4c5791b39854f29d12cc8847e15d48433f418b4158fe737b55cc2f17a1 -eo pid,comm 11:06:10 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). 11:06:10 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:06:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:06:10 [ssh-agent] Looking for ssh-agent implementation... 11:06:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:06:10 $ docker exec 0e76bb4c5791b39854f29d12cc8847e15d48433f418b4158fe737b55cc2f17a1 ssh-agent 11:06:10 SSH_AUTH_SOCK=/tmp/ssh-JV1TD0YmV1mD/agent.32 11:06:10 SSH_AGENT_PID=38 11:06:10 Running ssh-add (command line suppressed) 11:06:10 Identity added: /w/workspace/edgex-go/988@tmp/private_key_14216564609777138832.key (/w/workspace/edgex-go/988@tmp/private_key_14216564609777138832.key) 11:06:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:06:11 + git semver push 11:06:11 2026-07-06 11:06:11,343 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 11:06:11 2026-07-06 11:06:11,348 [run_push] DEBUG push 11:06:11 2026-07-06 11:06:11,348 [execute] INFO git cat-file --batch-check 11:06:11 2026-07-06 11:06:11,348 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/988/.semver, stdin=, shell=False, universal_newlines=False) 11:06:11 2026-07-06 11:06:11,351 [execute] INFO git rev-list f22cafdb74a11ed79aeb30cad536efab2995b528 -- 11:06:11 2026-07-06 11:06:11,351 [execute] DEBUG Popen(['git', 'rev-list', 'f22cafdb74a11ed79aeb30cad536efab2995b528', '--'], cwd=/w/workspace/edgex-go/988/.semver, stdin=None, shell=False, universal_newlines=False) 11:06:11 2026-07-06 11:06:11,372 [execute] INFO git fetch -v -- origin 11:06:11 2026-07-06 11:06:11,372 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/988/.semver, stdin=None, shell=False, universal_newlines=True) 11:06:11 2026-07-06 11:06:11,965 [run_push] DEBUG no remote changes detected 11:06:11 2026-07-06 11:06:11,965 [execute] INFO git push origin semver 11:06:11 2026-07-06 11:06:11,965 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/988/.semver, stdin=None, shell=False, universal_newlines=False) 11:06:13 2026-07-06 11:06:13,158 [run_push] DEBUG push all version tags 11:06:13 2026-07-06 11:06:13,158 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 11:06:13 2026-07-06 11:06:13,159 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/988, stdin=None, shell=False, universal_newlines=False) 11:06:14 2026-07-06 11:06:14,300 [read_version] DEBUG read version from /w/workspace/edgex-go/988/.semver/main 11:06:14 4.1.0-dev.124 [Pipeline] } 11:06:14 $ docker exec --env ******** --env ******** 0e76bb4c5791b39854f29d12cc8847e15d48433f418b4158fe737b55cc2f17a1 ssh-agent -k 11:06:14 unset SSH_AUTH_SOCK; 11:06:14 unset SSH_AGENT_PID; 11:06:14 echo Agent pid 38 killed; 11:06:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:06:15 + git semver [Pipeline] } 11:06:15 $ docker stop --time=1 0e76bb4c5791b39854f29d12cc8847e15d48433f418b4158fe737b55cc2f17a1 11:06:16 $ docker rm -f --volumes 0e76bb4c5791b39854f29d12cc8847e15d48433f418b4158fe737b55cc2f17a1 [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 11:06:17 + [ -d /w/workspace/edgex-go/988/archives ] [Pipeline] libraryResource [Pipeline] sh 11:06:17 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:06:18 ---> package-listing.sh 11:06:18 ++ facter osfamily 11:06:18 ++ tr '[:upper:]' '[:lower:]' 11:06:18 + OS_FAMILY=debian 11:06:18 + workspace=/w/workspace/edgex-go/988 11:06:18 + START_PACKAGES=/tmp/packages_start.txt 11:06:18 + END_PACKAGES=/tmp/packages_end.txt 11:06:18 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:06:18 + PACKAGES=/tmp/packages_start.txt 11:06:18 + '[' /w/workspace/edgex-go/988 ']' 11:06:18 + PACKAGES=/tmp/packages_end.txt 11:06:18 + case "${OS_FAMILY}" in 11:06:18 + dpkg -l 11:06:18 + grep '^ii' 11:06:18 + '[' -f /tmp/packages_start.txt ']' 11:06:18 + '[' -f /tmp/packages_end.txt ']' 11:06:18 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:06:18 + '[' /w/workspace/edgex-go/988 ']' 11:06:18 + mkdir -p /w/workspace/edgex-go/988/archives/ 11:06:18 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/988/archives/ [Pipeline] echo 11:06:18 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/988/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 11:06:19 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:06:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:06:19 11:06:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:06:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:06:19 latest: Pulling from edgex-lftools-log-publisher 11:06:19 5eb5b503b376: Pulling fs layer 11:06:19 5c69ac0246d0: Pulling fs layer 11:06:19 ec43610c2a17: Pulling fs layer 11:06:19 3a2ae6a8a46f: Pulling fs layer 11:06:19 33b1e0a273af: Pulling fs layer 11:06:19 5d3b04190fa2: Pulling fs layer 11:06:19 2f39f015ded8: Pulling fs layer 11:06:19 33b1e0a273af: Waiting 11:06:19 3a2ae6a8a46f: Waiting 11:06:19 5d3b04190fa2: Waiting 11:06:19 2f39f015ded8: Waiting 11:06:19 5c69ac0246d0: Verifying Checksum 11:06:19 5c69ac0246d0: Download complete 11:06:19 3a2ae6a8a46f: Download complete 11:06:19 33b1e0a273af: Verifying Checksum 11:06:19 33b1e0a273af: Download complete 11:06:20 5d3b04190fa2: Download complete 11:06:20 ec43610c2a17: Verifying Checksum 11:06:20 ec43610c2a17: Download complete 11:06:20 5eb5b503b376: Verifying Checksum 11:06:20 5eb5b503b376: Download complete 11:06:20 2f39f015ded8: Verifying Checksum 11:06:20 2f39f015ded8: Download complete 11:06:21 5eb5b503b376: Pull complete 11:06:21 5c69ac0246d0: Pull complete 11:06:22 ec43610c2a17: Pull complete 11:06:22 3a2ae6a8a46f: Pull complete 11:06:22 33b1e0a273af: Pull complete 11:06:22 5d3b04190fa2: Pull complete 11:06:27 2f39f015ded8: Pull complete 11:06:27 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 11:06:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:06:27 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:06:27 prd-ubuntu20.04-docker-8c-8g-14355 does not seem to be running inside a container 11:06:28 $ 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/988/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/988 -v /w/workspace/edgex-go/988:/w/workspace/edgex-go/988:rw,z -v /w/workspace/edgex-go/988@tmp:/w/workspace/edgex-go/988@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 11:06:29 $ docker top c2a2746cd46a0824277d76e18d668246eb495303d9516f934e1db4fc2df9c5d3 -eo pid,comm [Pipeline] { [Pipeline] sh 11:06:29 + touch /tmp/pre-build-complete [Pipeline] sh 11:06:29 + mkdir -p /var/log/sysstat [Pipeline] sh 11:06:30 + ls /var/log/sa-host 11:06:30 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:06:30 provisioning config files... 11:06:30 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/988@tmp/config4724823243248838452tmp [Pipeline] { [Pipeline] echo 11:06:30 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:06:30 ---> create-netrc.sh [Pipeline] } 11:06:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 11:06:31 ---> python-tools-install.sh [Pipeline] echo 11:06:31 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:06:31 ---> sudo-logs.sh 11:06:31 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 11:06:31 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:06:31 ---> job-cost.sh 11:06:31 lf-activate-venv: SKIPPING 11:06:31 DEBUG: total: 0.10999999940395355 11:06:31 INFO: Retrieving Stack Cost... 11:06:32 INFO: Retrieving Pricing Info for: v3-standard-8 11:06:32 INFO: Archiving Costs [Pipeline] echo 11:06:32 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:06:32 ---> logs-deploy.sh 11:06:32 lf-activate-venv: SKIPPING 11:06:32 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/988 11:06:32 INFO: archiving workspace using pattern(s): 11:06:33 Archives upload complete. 11:06:33 INFO: archiving logs to Nexus 11:06:34 ---> uname -a: 11:06:34 Linux prd-ubuntu20-04-docker-8c-8g-14355 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux 11:06:34 11:06:34 11:06:34 ---> lscpu: 11:06:34 Architecture: x86_64 11:06:34 CPU op-mode(s): 32-bit, 64-bit 11:06:34 Byte Order: Little Endian 11:06:34 Address sizes: 40 bits physical, 48 bits virtual 11:06:34 CPU(s): 8 11:06:34 On-line CPU(s) list: 0-7 11:06:34 Thread(s) per core: 1 11:06:34 Core(s) per socket: 1 11:06:34 Socket(s): 8 11:06:34 NUMA node(s): 1 11:06:34 Vendor ID: AuthenticAMD 11:06:34 CPU family: 23 11:06:34 Model: 49 11:06:34 Model name: AMD EPYC-Rome Processor 11:06:34 Stepping: 0 11:06:34 CPU MHz: 2800.000 11:06:34 BogoMIPS: 5600.00 11:06:34 Virtualization: AMD-V 11:06:34 Hypervisor vendor: KVM 11:06:34 Virtualization type: full 11:06:34 L1d cache: 256 KiB 11:06:34 L1i cache: 256 KiB 11:06:34 L2 cache: 4 MiB 11:06:34 L3 cache: 128 MiB 11:06:34 NUMA node0 CPU(s): 0-7 11:06:34 Vulnerability Gather data sampling: Not affected 11:06:34 Vulnerability Itlb multihit: Not affected 11:06:34 Vulnerability L1tf: Not affected 11:06:34 Vulnerability Mds: Not affected 11:06:34 Vulnerability Meltdown: Not affected 11:06:34 Vulnerability Mmio stale data: Not affected 11:06:34 Vulnerability Retbleed: Vulnerable 11:06:34 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 11:06:34 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 11:06:34 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 11:06:34 Vulnerability Srbds: Not affected 11:06:34 Vulnerability Tsx async abort: Not affected 11:06:34 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 11:06:34 11:06:34 11:06:34 ---> nproc: 11:06:34 8 11:06:34 11:06:34 11:06:34 ---> df -h: 11:06:34 Filesystem Size Used Avail Use% Mounted on 11:06:34 overlay 155G 35G 121G 23% / 11:06:34 tmpfs 64M 0 64M 0% /dev 11:06:34 tmpfs 16G 0 16G 0% /sys/fs/cgroup 11:06:34 shm 64M 0 64M 0% /dev/shm 11:06:34 /dev/vda1 155G 35G 121G 23% /facter-os 11:06:34 11:06:34 11:06:34 ---> sar -b -r -n DEV: 11:06:34 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-14355) 07/06/26 _x86_64_ (8 CPU) 11:06:34 11:06:34 10:10:02 LINUX RESTART (8 CPU) 11:06:34 11:06:34 10:11:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 11:06:34 10:12:01 189.77 12.80 176.97 0.00 2101.52 65743.98 0.00 11:06:34 10:13:01 53.07 1.32 51.75 0.00 30.79 24534.24 0.00 11:06:34 10:14:01 32.61 0.05 32.56 0.00 0.40 20812.53 0.00 11:06:34 10:15:01 60.87 0.17 60.71 0.00 6.40 26222.16 0.00 11:06:34 10:16:01 1298.28 24.58 1273.71 0.00 257.91 593451.25 0.00 11:06:34 10:17:01 133.08 0.43 132.65 0.00 3.46 45839.72 0.00 11:06:34 10:18:01 343.34 0.05 343.29 0.00 0.40 102970.48 0.00 11:06:34 10:19:01 948.78 48.90 899.88 0.00 2556.75 204916.76 0.00 11:06:34 10:20:01 38.34 1.17 37.18 0.00 135.84 955.97 0.00 11:06:34 10:21:01 18.25 0.70 17.55 0.00 95.32 468.86 0.00 11:06:34 10:22:01 2.20 0.00 2.20 0.00 0.00 28.26 0.00 11:06:34 10:23:01 1.15 0.00 1.15 0.00 0.00 13.20 0.00 11:06:34 10:24:01 1.00 0.00 1.00 0.00 0.00 10.66 0.00 11:06:34 10:25:01 1.30 0.00 1.30 0.00 0.00 15.59 0.00 11:06:34 10:26:01 3.83 2.32 1.52 0.00 21.06 17.86 0.00 11:06:34 10:27:01 1.35 0.00 1.35 0.00 0.00 16.80 0.00 11:06:34 10:28:01 1.00 0.00 1.00 0.00 0.00 10.26 0.00 11:06:34 10:29:01 1.28 0.00 1.28 0.00 0.00 16.26 0.00 11:06:34 10:30:01 1.13 0.00 1.13 0.00 0.00 12.40 0.00 11:06:34 10:31:01 1.27 0.00 1.27 0.00 0.00 16.26 0.00 11:06:34 10:32:01 1.10 0.00 1.10 0.00 0.00 12.26 0.00 11:06:34 10:33:01 1.13 0.00 1.13 0.00 0.00 14.53 0.00 11:06:34 10:34:01 0.97 0.00 0.97 0.00 0.00 10.53 0.00 11:06:34 10:35:01 1.40 0.00 1.40 0.00 0.00 17.86 0.00 11:06:34 10:36:01 1.00 0.00 1.00 0.00 0.00 11.60 0.00 11:06:34 10:37:01 1.25 0.00 1.25 0.00 0.00 14.93 0.00 11:06:34 10:38:01 0.95 0.00 0.95 0.00 0.00 11.86 0.00 11:06:34 10:39:01 1.27 0.00 1.27 0.00 0.00 15.46 0.00 11:06:34 10:40:01 0.98 0.00 0.98 0.00 0.00 10.26 0.00 11:06:34 10:41:01 1.22 0.00 1.22 0.00 0.00 14.66 0.00 11:06:34 10:42:01 0.95 0.00 0.95 0.00 0.00 10.13 0.00 11:06:34 10:43:01 1.28 0.00 1.28 0.00 0.00 15.86 0.00 11:06:34 10:44:01 0.85 0.00 0.85 0.00 0.00 9.35 0.00 11:06:34 10:45:01 1.27 0.00 1.27 0.00 0.00 15.33 0.00 11:06:34 10:46:01 1.18 0.00 1.18 0.00 0.00 13.60 0.00 11:06:34 10:47:01 1.28 0.00 1.28 0.00 0.00 14.53 0.00 11:06:34 10:48:01 1.07 0.00 1.07 0.00 0.00 11.46 0.00 11:06:34 10:49:01 1.23 0.00 1.23 0.00 0.00 14.26 0.00 11:06:34 10:50:01 1.05 0.00 1.05 0.00 0.00 12.00 0.00 11:06:34 10:51:01 1.38 0.00 1.38 0.00 0.00 16.66 0.00 11:06:34 10:52:01 1.18 0.00 1.18 0.00 0.00 13.06 0.00 11:06:34 10:53:01 1.27 0.00 1.27 0.00 0.00 16.26 0.00 11:06:34 10:54:01 1.12 0.00 1.12 0.00 0.00 12.13 0.00 11:06:34 10:55:01 1.40 0.00 1.40 0.00 0.00 17.33 0.00 11:06:34 10:56:01 1.10 0.00 1.10 0.00 0.00 13.06 0.00 11:06:34 10:57:01 1.50 0.00 1.50 0.00 0.00 17.06 0.00 11:06:34 10:58:01 1.02 0.00 1.02 0.00 0.00 11.46 0.00 11:06:34 10:59:01 1.27 0.00 1.27 0.00 0.00 14.40 0.00 11:06:34 11:00:01 1.10 0.00 1.10 0.00 0.00 12.13 0.00 11:06:34 11:01:01 1.25 0.00 1.25 0.00 0.00 14.40 0.00 11:06:34 11:02:01 1.10 0.00 1.10 0.00 0.00 12.13 0.00 11:06:34 11:03:01 1.20 0.00 1.20 0.00 0.00 14.53 0.00 11:06:34 11:04:01 0.87 0.00 0.87 0.00 0.00 10.13 0.00 11:06:34 11:05:01 1.43 0.00 1.43 0.00 0.00 16.66 0.00 11:06:34 11:06:01 153.36 3.32 150.04 0.00 244.76 62292.68 0.00 11:06:34 Average: 60.48 1.74 58.73 0.00 99.21 20896.49 0.00 11:06:34 11:06:34 10:11:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 11:06:34 10:12:01 27614576 31489072 797024 2.42 116628 3966144 1867508 5.51 1208888 3574584 1204 11:06:34 10:13:01 26188716 31427060 849600 2.58 128248 5222144 1869884 5.51 2093444 4014920 593096 11:06:34 10:14:01 25556092 30762416 1512336 4.60 131764 5168700 2474436 7.30 2211432 4508908 536508 11:06:34 10:15:01 25265172 31376396 896116 2.73 137092 6022744 1943172 5.73 2068712 4895420 666400 11:06:34 10:16:01 9257464 30883520 1326068 4.03 383484 20460620 5148908 15.18 3602084 18450672 65580 11:06:34 10:17:01 3745332 28385448 3795356 11.55 409440 23199420 10723348 31.61 7384540 19875240 1622444 11:06:34 10:18:01 1144184 28975044 3211048 9.77 428528 26249440 8489112 25.03 8186996 21574580 2054724 11:06:34 10:19:01 6457396 31406796 842232 2.56 426692 23616472 2204816 6.50 3502128 21278876 524 11:06:34 10:20:01 6453108 31408916 839336 2.55 428160 23621020 2238568 6.60 3855304 20931568 428 11:06:34 10:21:01 6459200 31418744 829984 2.52 428756 23623976 2102044 6.20 4307412 20471104 572 11:06:34 10:22:01 6459628 31419196 829568 2.52 428768 23623980 2102044 6.20 4304932 20471112 20 11:06:34 10:23:01 6471188 31430768 818576 2.49 428780 23623980 2102044 6.20 4293716 20471112 12 11:06:34 10:24:01 6471424 31431012 818372 2.49 428784 23623984 2102044 6.20 4293968 20471116 8 11:06:34 10:25:01 6479552 31439152 810376 2.47 428796 23623980 2102044 6.20 4288124 20468720 8 11:06:34 10:26:01 6479604 31439960 809340 2.46 429264 23624176 2133136 6.29 4288152 20468464 12 11:06:34 10:27:01 6479160 31439568 809636 2.46 429280 23624180 2133136 6.29 4288360 20468468 56 11:06:34 10:28:01 6480224 31440664 808516 2.46 429296 23624180 2133136 6.29 4288016 20468468 8 11:06:34 10:29:01 6479840 31440308 809012 2.46 429324 23624184 2133136 6.29 4288036 20468472 8 11:06:34 10:30:01 6480084 31440580 808736 2.46 429348 23624172 2133136 6.29 4288112 20468472 4 11:06:34 10:31:01 6479592 31440148 809016 2.46 429368 23624188 2133136 6.29 4288032 20468380 28 11:06:34 10:32:01 6479836 31440436 808684 2.46 429388 23624192 2133136 6.29 4288016 20468384 8 11:06:34 10:33:01 6479504 31440132 808940 2.46 429420 23624192 2133136 6.29 4288072 20468384 8 11:06:34 10:34:01 6479252 31439908 809120 2.46 429444 23624196 2133136 6.29 4288096 20468388 24 11:06:34 10:35:01 6478912 31439600 809412 2.46 429488 23624184 2133136 6.29 4288128 20468392 8 11:06:34 10:36:01 6478840 31439568 809316 2.46 429508 23624204 2133136 6.29 4288236 20468396 32 11:06:34 10:37:01 6478588 31439332 809556 2.46 429528 23624204 2133136 6.29 4288368 20468396 12 11:06:34 10:38:01 6478572 31439388 809444 2.46 429544 23624268 2133136 6.29 4288296 20468464 40 11:06:34 10:39:01 6478520 31439380 809628 2.46 429556 23624280 2133136 6.29 4288348 20468472 20 11:06:34 10:40:01 6478724 31439596 809384 2.46 429568 23624280 2133136 6.29 4288360 20468472 12 11:06:34 10:41:01 6478988 31439872 809260 2.46 429580 23624284 2133136 6.29 4288380 20468476 24 11:06:34 10:42:01 6478972 31439856 809236 2.46 429592 23624284 2149184 6.34 4288304 20468476 16 11:06:34 10:43:01 6478632 31439544 809608 2.46 429604 23624288 2149184 6.34 4288348 20468480 4 11:06:34 10:44:01 6479320 31440240 809052 2.46 429608 23624288 2149184 6.34 4288356 20468480 12 11:06:34 10:45:01 6479068 31440008 809272 2.46 429624 23624296 2149184 6.34 4288372 20468488 36 11:06:34 10:46:01 6478776 31439724 809528 2.46 429644 23624296 2149184 6.34 4288708 20468492 8 11:06:34 10:47:01 6479052 31440156 809056 2.46 429648 23624428 2149184 6.34 4288400 20468620 8 11:06:34 10:48:01 6478824 31439932 809252 2.46 429668 23624432 2149184 6.34 4288404 20468624 4 11:06:34 10:49:01 6478608 31439744 809388 2.46 429692 23624432 2149184 6.34 4288448 20468624 12 11:06:34 10:50:01 6479608 31440768 808304 2.46 429708 23624436 2149184 6.34 4288468 20468628 4 11:06:34 10:51:01 6478756 31439932 809092 2.46 429728 23624436 2149184 6.34 4288544 20468628 12 11:06:34 10:52:01 6478896 31440236 808788 2.46 429744 23624568 2165484 6.38 4288812 20468752 4 11:06:34 10:53:01 6479220 31440572 808388 2.46 429768 23624576 2165484 6.38 4288664 20468756 36 11:06:34 10:54:01 6478952 31440348 808620 2.46 429784 23624576 2165484 6.38 4288580 20468768 8 11:06:34 10:55:01 6478616 31440040 809080 2.46 429808 23624584 2165484 6.38 4288928 20468772 8 11:06:34 10:56:01 6478560 31439992 809076 2.46 429848 23624572 2165484 6.38 4289092 20468772 12 11:06:34 10:57:01 6478040 31439528 809500 2.46 429868 23624588 2165484 6.38 4288800 20468776 8 11:06:34 10:58:01 6478008 31439512 809472 2.46 429876 23624592 2165484 6.38 4288808 20468780 24 11:06:34 10:59:01 6477960 31439472 809436 2.46 429896 23624592 2165484 6.38 4288812 20468780 12 11:06:34 11:00:01 6478204 31439724 809116 2.46 429908 23624596 2165484 6.38 4288800 20468788 4 11:06:34 11:01:01 6478004 31439588 809116 2.46 429928 23624596 2165484 6.38 4288764 20468780 8 11:06:34 11:02:01 6477704 31439336 809328 2.46 429948 23624600 2165484 6.38 4288740 20468788 4 11:06:34 11:03:01 6477840 31439472 809288 2.46 429964 23624604 2165484 6.38 4289016 20468788 4 11:06:34 11:04:01 6478108 31439748 808980 2.46 429968 23624608 2165484 6.38 4288772 20468792 28 11:06:34 11:05:01 6478272 31439940 808788 2.46 429972 23624612 2165484 6.38 4289000 20468796 4 11:06:34 11:06:01 4915980 31379336 863832 2.63 481380 24946688 2098692 6.19 4415036 21767788 296 11:06:34 Average: 7783514 31313250 934647 2.84 407291 22283064 2463772 7.26 4210103 19308529 100771 11:06:34 11:06:34 10:11:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 11:06:34 10:12:01 lo 1.13 1.13 0.11 0.11 0.00 0.00 0.00 0.00 11:06:34 10:12:01 docker0 512.76 679.55 36.18 4627.24 0.00 0.00 0.00 0.00 11:06:34 10:12:01 ens3 852.14 615.36 8008.06 97.04 0.00 0.00 0.00 0.00 11:06:34 10:13:01 veth0839c46 0.05 0.18 0.00 0.02 0.00 0.00 0.00 0.00 11:06:34 10:13:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 11:06:34 10:13:01 docker0 0.15 0.18 0.00 0.01 0.00 0.00 0.00 0.00 11:06:34 10:13:01 ens3 40.09 22.23 36.66 16.99 0.00 0.00 0.00 0.00 11:06:34 10:14:01 veth0839c46 1.23 1.25 0.11 0.11 0.00 0.00 0.00 0.00 11:06:34 10:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:14:01 docker0 1.23 1.23 0.09 0.11 0.00 0.00 0.00 0.00 11:06:34 10:14:01 ens3 19.60 12.76 15.19 8.65 0.00 0.00 0.00 0.00 11:06:34 10:15:01 veth0839c46 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:06:34 10:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:15:01 ens3 27.85 19.56 23.45 14.25 0.00 0.00 0.00 0.00 11:06:34 10:16:01 veth7357dd5 0.05 0.60 0.00 0.03 0.00 0.00 0.00 0.00 11:06:34 10:16:01 vethb9c88ca 0.05 0.62 0.00 0.03 0.00 0.00 0.00 0.00 11:06:34 10:16:01 vethe9ee815 0.05 0.65 0.00 0.03 0.00 0.00 0.00 0.00 11:06:34 10:16:01 veth2ab54e7 0.05 0.47 0.00 0.02 0.00 0.00 0.00 0.00 11:06:34 10:16:01 vethdbaf85e 0.63 4.07 0.06 0.39 0.00 0.00 0.00 0.00 11:06:34 10:16:01 veth4fbccff 0.05 0.63 0.00 0.03 0.00 0.00 0.00 0.00 11:06:34 10:16:01 veth5c41d61 0.05 0.62 0.00 0.03 0.00 0.00 0.00 0.00 11:06:34 10:16:01 vetha5e7394 0.05 0.62 0.00 0.03 0.00 0.00 0.00 0.00 11:06:34 10:16:01 veth14621f9 0.05 0.63 0.00 0.03 0.00 0.00 0.00 0.00 11:06:34 10:16:01 vethb6dfd09 0.05 0.62 0.00 0.03 0.00 0.00 0.00 0.00 11:06:34 10:16:01 veth3c8d864 0.05 0.60 0.00 0.03 0.00 0.00 0.00 0.00 11:06:34 10:16:01 lo 1.53 1.53 0.15 0.15 0.00 0.00 0.00 0.00 11:06:34 10:16:01 veth5b3e988 0.05 0.63 0.00 0.03 0.00 0.00 0.00 0.00 11:06:34 10:16:01 docker0 673.13 926.17 55.75 9399.23 0.00 0.00 0.00 0.00 11:06:34 10:16:01 veth6b766d7 0.05 0.62 0.00 0.03 0.00 0.00 0.00 0.00 11:06:34 10:16:01 ens3 1074.03 763.26 12684.48 89.16 0.00 0.00 0.00 0.00 11:06:34 10:17:01 veth7357dd5 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:17:01 vethb9c88ca 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:17:01 vethe9ee815 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:17:01 veth2ab54e7 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:17:01 vethdbaf85e 0.13 0.15 0.01 0.01 0.00 0.00 0.00 0.00 11:06:34 10:17:01 veth4fbccff 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:17:01 veth5c41d61 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:17:01 vetha5e7394 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:17:01 veth14621f9 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:17:01 vethb6dfd09 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:17:01 veth3c8d864 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 11:06:34 10:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:06:34 10:17:01 veth5b3e988 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:17:01 docker0 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 11:06:34 10:17:01 veth6b766d7 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 11:06:34 10:17:01 ens3 8.79 6.59 7.06 4.12 0.00 0.00 0.00 0.00 11:06:34 10:18:01 vethb9c88ca 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:18:01 vethe9ee815 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:18:01 veth2ab54e7 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:18:01 vethdbaf85e 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:18:01 veth5c41d61 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:18:01 vetha5e7394 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:18:01 veth14621f9 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:18:01 vethb6dfd09 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:18:01 veth3c8d864 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:18:01 veth5b3e988 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:18:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:18:01 veth6b766d7 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:18:01 ens3 5.53 3.02 4.56 2.49 0.00 0.00 0.00 0.00 11:06:34 10:19:01 lo 9.33 9.33 0.92 0.92 0.00 0.00 0.00 0.00 11:06:34 10:19:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:19:01 ens3 116.19 140.35 60.02 459.01 0.00 0.00 0.00 0.00 11:06:34 10:20:01 lo 40.13 40.13 3.93 3.93 0.00 0.00 0.00 0.00 11:06:34 10:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:20:01 ens3 413.03 388.84 205.44 2007.78 0.00 0.00 0.00 0.00 11:06:34 10:21:01 lo 19.60 19.60 1.91 1.91 0.00 0.00 0.00 0.00 11:06:34 10:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:21:01 ens3 349.81 356.76 127.53 2305.98 0.00 0.00 0.00 0.00 11:06:34 10:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:22:01 ens3 0.18 0.05 0.12 0.03 0.00 0.00 0.00 0.00 11:06:34 10:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:06:34 10:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:23:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 11:06:34 10:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:24:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 11:06:34 10:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:06:34 10:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:25:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 11:06:34 10:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:26:01 ens3 0.25 0.12 0.14 0.07 0.00 0.00 0.00 0.00 11:06:34 10:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:06:34 10:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:27:01 ens3 0.20 0.17 0.02 0.01 0.00 0.00 0.00 0.00 11:06:34 10:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:28:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 11:06:34 10:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:06:34 10:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:29:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 11:06:34 10:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:30:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 11:06:34 10:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:06:34 10:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:31:01 ens3 0.37 0.28 0.15 0.08 0.00 0.00 0.00 0.00 11:06:34 10:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:32:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 11:06:34 10:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:06:34 10:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:33:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 11:06:34 10:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:34:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 11:06:34 10:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:06:34 10:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:35:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 11:06:34 10:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:36:01 ens3 0.27 0.22 0.14 0.07 0.00 0.00 0.00 0.00 11:06:34 10:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:06:34 10:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:37:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:06:34 10:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:38:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 11:06:34 10:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:06:34 10:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:39:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 11:06:34 10:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:40:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 11:06:34 10:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:06:34 10:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:41:01 ens3 0.40 0.30 0.15 0.08 0.00 0.00 0.00 0.00 11:06:34 10:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:42:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 11:06:34 10:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:06:34 10:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:43:01 ens3 0.17 0.12 0.02 0.01 0.00 0.00 0.00 0.00 11:06:34 10:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:44:01 ens3 0.10 0.03 0.01 0.00 0.00 0.00 0.00 0.00 11:06:34 10:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:06:34 10:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:45:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:06:34 10:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:46:01 ens3 0.25 0.12 0.14 0.07 0.00 0.00 0.00 0.00 11:06:34 10:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:06:34 10:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:47:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 11:06:34 10:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:48:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 11:06:34 10:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:06:34 10:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:49:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 11:06:34 10:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:50:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 11:06:34 10:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:06:34 10:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:51:01 ens3 0.32 0.20 0.15 0.07 0.00 0.00 0.00 0.00 11:06:34 10:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:52:01 ens3 0.40 0.00 0.05 0.00 0.00 0.00 0.00 0.00 11:06:34 10:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:06:34 10:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:53:01 ens3 0.70 0.48 0.37 0.29 0.00 0.00 0.00 0.00 11:06:34 10:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:54:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 11:06:34 10:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:06:34 10:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:55:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 11:06:34 10:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:56:01 ens3 0.25 0.13 0.14 0.07 0.00 0.00 0.00 0.00 11:06:34 10:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:06:34 10:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:57:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 11:06:34 10:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:58:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 11:06:34 10:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:06:34 10:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 10:59:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 11:06:34 11:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 11:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 11:00:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 11:06:34 11:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:06:34 11:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 11:01:01 ens3 0.35 0.23 0.15 0.08 0.00 0.00 0.00 0.00 11:06:34 11:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 11:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 11:02:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 11:06:34 11:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:06:34 11:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 11:03:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 11:06:34 11:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 11:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 11:04:01 ens3 0.40 0.00 0.05 0.00 0.00 0.00 0.00 0.00 11:06:34 11:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:06:34 11:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 11:05:01 ens3 0.65 0.38 0.28 0.22 0.00 0.00 0.00 0.00 11:06:34 11:06:01 veth1b379cb 0.02 0.07 0.00 0.01 0.00 0.00 0.00 0.00 11:06:34 11:06:01 lo 2.27 2.27 0.22 0.22 0.00 0.00 0.00 0.00 11:06:34 11:06:01 docker0 76.17 94.47 6.54 793.28 0.00 0.00 0.00 0.00 11:06:34 11:06:01 ens3 388.60 237.99 8043.53 49.91 0.00 0.00 0.00 0.00 11:06:34 Average: veth1b379cb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:06:34 Average: lo 1.44 1.44 0.14 0.14 0.00 0.00 0.00 0.00 11:06:34 Average: docker0 22.98 30.95 1.79 269.55 0.00 0.00 0.00 0.00 11:06:34 Average: ens3 60.08 46.76 531.41 91.96 0.00 0.00 0.00 0.00 11:06:34 11:06:34 11:06:34 ---> sar -P ALL: 11:06:34 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-14355) 07/06/26 _x86_64_ (8 CPU) 11:06:34 11:06:34 10:10:02 LINUX RESTART (8 CPU) 11:06:34 11:06:34 10:11:01 CPU %user %nice %system %iowait %steal %idle 11:06:34 10:12:01 all 7.39 0.00 3.14 0.85 0.07 88.55 11:06:34 10:12:01 0 6.11 0.00 5.47 3.74 0.08 84.60 11:06:34 10:12:01 1 6.78 0.00 2.54 0.20 0.07 90.41 11:06:34 10:12:01 2 7.02 0.00 3.42 0.42 0.05 89.09 11:06:34 10:12:01 3 7.55 0.00 2.79 1.08 0.08 88.50 11:06:34 10:12:01 4 8.04 0.00 3.07 0.47 0.07 88.35 11:06:34 10:12:01 5 7.54 0.00 3.33 0.49 0.08 88.55 11:06:34 10:12:01 6 6.55 0.00 2.58 0.10 0.08 90.69 11:06:34 10:12:01 7 9.50 0.00 1.95 0.32 0.05 88.18 11:06:34 10:13:01 all 48.78 0.00 8.50 0.22 0.11 42.39 11:06:34 10:13:01 0 48.63 0.00 8.15 0.84 0.10 42.27 11:06:34 10:13:01 1 49.04 0.00 9.14 0.05 0.12 41.66 11:06:34 10:13:01 2 50.62 0.00 8.34 0.03 0.10 40.90 11:06:34 10:13:01 3 49.27 0.00 8.19 0.05 0.12 42.38 11:06:34 10:13:01 4 48.37 0.00 8.44 0.13 0.12 42.94 11:06:34 10:13:01 5 48.94 0.00 8.93 0.22 0.12 41.79 11:06:34 10:13:01 6 48.14 0.00 8.32 0.22 0.10 43.22 11:06:34 10:13:01 7 47.26 0.00 8.45 0.20 0.12 43.97 11:06:34 10:14:01 all 49.14 0.00 7.82 0.16 0.10 42.78 11:06:34 10:14:01 0 48.43 0.00 7.92 0.13 0.10 43.42 11:06:34 10:14:01 1 50.73 0.00 8.42 0.02 0.10 40.73 11:06:34 10:14:01 2 47.31 0.00 7.78 0.02 0.10 44.79 11:06:34 10:14:01 3 50.16 0.00 7.47 0.00 0.08 42.28 11:06:34 10:14:01 4 48.16 0.00 8.08 1.01 0.08 42.67 11:06:34 10:14:01 5 50.46 0.00 7.64 0.02 0.10 41.78 11:06:34 10:14:01 6 48.03 0.00 7.75 0.05 0.10 44.07 11:06:34 10:14:01 7 49.88 0.00 7.50 0.00 0.10 42.52 11:06:34 10:15:01 all 49.98 0.00 6.97 0.12 0.11 42.82 11:06:34 10:15:01 0 52.61 0.00 7.12 0.08 0.12 40.07 11:06:34 10:15:01 1 50.12 0.00 6.87 0.00 0.12 42.89 11:06:34 10:15:01 2 49.06 0.00 7.20 0.42 0.08 43.23 11:06:34 10:15:01 3 47.58 0.00 6.76 0.32 0.10 45.24 11:06:34 10:15:01 4 50.51 0.00 7.02 0.00 0.10 42.37 11:06:34 10:15:01 5 50.09 0.00 6.82 0.02 0.12 42.95 11:06:34 10:15:01 6 49.40 0.00 7.33 0.10 0.12 43.06 11:06:34 10:15:01 7 50.50 0.00 6.66 0.02 0.10 42.72 11:06:34 10:16:01 all 27.06 0.00 12.93 8.36 0.10 51.55 11:06:34 10:16:01 0 26.79 0.00 12.42 9.02 0.10 51.68 11:06:34 10:16:01 1 26.85 0.00 14.20 6.16 0.09 52.71 11:06:34 10:16:01 2 25.86 0.00 14.89 15.01 0.12 44.12 11:06:34 10:16:01 3 28.47 0.00 11.94 6.79 0.10 52.70 11:06:34 10:16:01 4 26.11 0.00 12.48 5.39 0.10 55.92 11:06:34 10:16:01 5 26.90 0.00 12.20 5.29 0.10 55.51 11:06:34 10:16:01 6 27.46 0.00 12.27 5.47 0.08 54.72 11:06:34 10:16:01 7 28.04 0.00 13.06 13.86 0.10 44.94 11:06:34 10:17:01 all 90.23 0.00 9.46 0.14 0.14 0.03 11:06:34 10:17:01 0 90.74 0.00 9.00 0.10 0.15 0.02 11:06:34 10:17:01 1 90.16 0.00 9.47 0.20 0.15 0.02 11:06:34 10:17:01 2 89.57 0.00 10.09 0.18 0.13 0.02 11:06:34 10:17:01 3 90.34 0.00 9.36 0.12 0.15 0.03 11:06:34 10:17:01 4 90.33 0.00 9.34 0.12 0.13 0.08 11:06:34 10:17:01 5 90.24 0.00 9.45 0.15 0.13 0.03 11:06:34 10:17:01 6 90.49 0.00 9.26 0.08 0.15 0.02 11:06:34 10:17:01 7 89.95 0.00 9.68 0.17 0.15 0.05 11:06:34 10:18:01 all 90.97 0.00 8.88 0.00 0.15 0.00 11:06:34 10:18:01 0 91.29 0.00 8.56 0.00 0.15 0.00 11:06:34 10:18:01 1 91.10 0.00 8.75 0.00 0.15 0.00 11:06:34 10:18:01 2 90.24 0.00 9.61 0.00 0.15 0.00 11:06:34 10:18:01 3 91.00 0.00 8.85 0.00 0.15 0.00 11:06:34 10:18:01 4 91.04 0.00 8.80 0.00 0.17 0.00 11:06:34 10:18:01 5 90.39 0.00 9.45 0.00 0.17 0.00 11:06:34 10:18:01 6 91.74 0.00 8.11 0.00 0.15 0.00 11:06:34 10:18:01 7 90.95 0.00 8.90 0.00 0.15 0.00 11:06:34 10:19:01 all 65.86 0.00 7.26 0.66 0.14 26.08 11:06:34 10:19:01 0 65.54 0.00 6.47 0.38 0.13 27.47 11:06:34 10:19:01 1 67.39 0.00 7.29 0.80 0.15 24.37 11:06:34 10:19:01 2 64.93 0.00 8.17 0.65 0.13 26.12 11:06:34 10:19:01 3 66.33 0.00 6.67 1.00 0.13 25.87 11:06:34 10:19:01 4 64.91 0.00 7.19 1.12 0.15 26.62 11:06:34 10:19:01 5 67.01 0.00 7.19 0.64 0.13 25.03 11:06:34 10:19:01 6 66.92 0.00 7.18 0.40 0.13 25.36 11:06:34 10:19:01 7 63.88 0.00 7.92 0.30 0.13 27.76 11:06:34 10:20:01 all 8.57 0.00 0.99 0.09 0.07 90.29 11:06:34 10:20:01 0 8.85 0.00 0.89 0.02 0.07 90.18 11:06:34 10:20:01 1 9.37 0.00 0.98 0.03 0.07 89.55 11:06:34 10:20:01 2 7.80 0.00 0.77 0.05 0.07 91.31 11:06:34 10:20:01 3 9.18 0.00 0.94 0.54 0.07 89.28 11:06:34 10:20:01 4 7.23 0.00 1.01 0.02 0.07 91.68 11:06:34 10:20:01 5 8.37 0.00 1.17 0.02 0.07 90.38 11:06:34 10:20:01 6 8.75 0.00 1.12 0.02 0.08 90.02 11:06:34 10:20:01 7 9.00 0.00 1.04 0.02 0.07 89.88 11:06:34 10:21:01 all 9.34 0.00 0.72 0.05 0.06 89.82 11:06:34 10:21:01 0 8.81 0.00 0.70 0.02 0.07 90.41 11:06:34 10:21:01 1 11.76 0.00 0.94 0.00 0.07 87.23 11:06:34 10:21:01 2 13.46 0.00 0.87 0.02 0.08 85.57 11:06:34 10:21:01 3 15.66 0.00 0.73 0.13 0.07 83.41 11:06:34 10:21:01 4 3.94 0.00 0.58 0.03 0.03 95.41 11:06:34 10:21:01 5 11.05 0.00 0.80 0.20 0.07 87.88 11:06:34 10:21:01 6 4.44 0.00 0.64 0.02 0.05 94.86 11:06:34 10:21:01 7 5.67 0.00 0.50 0.00 0.03 93.80 11:06:34 10:22:01 all 0.04 0.00 0.02 0.00 0.01 99.93 11:06:34 10:22:01 0 0.08 0.00 0.03 0.02 0.03 99.83 11:06:34 10:22:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:06:34 10:22:01 2 0.07 0.00 0.03 0.00 0.02 99.88 11:06:34 10:22:01 3 0.03 0.00 0.02 0.00 0.02 99.93 11:06:34 10:22:01 4 0.03 0.00 0.00 0.00 0.02 99.95 11:06:34 10:22:01 5 0.03 0.00 0.03 0.00 0.02 99.92 11:06:34 10:22:01 6 0.02 0.00 0.03 0.00 0.00 99.95 11:06:34 10:22:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:06:34 11:06:34 10:22:01 CPU %user %nice %system %iowait %steal %idle 11:06:34 10:23:01 all 0.05 0.00 0.02 0.00 0.02 99.92 11:06:34 10:23:01 0 0.03 0.00 0.05 0.00 0.03 99.88 11:06:34 10:23:01 1 0.02 0.00 0.03 0.00 0.02 99.93 11:06:34 10:23:01 2 0.20 0.00 0.03 0.00 0.02 99.75 11:06:34 10:23:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:06:34 10:23:01 4 0.02 0.00 0.02 0.00 0.00 99.97 11:06:34 10:23:01 5 0.05 0.00 0.02 0.02 0.02 99.90 11:06:34 10:23:01 6 0.05 0.00 0.00 0.00 0.02 99.93 11:06:34 10:23:01 7 0.00 0.00 0.00 0.00 0.02 99.98 11:06:34 10:24:01 all 0.27 0.00 0.02 0.00 0.01 99.69 11:06:34 10:24:01 0 0.02 0.00 0.07 0.02 0.03 99.87 11:06:34 10:24:01 1 0.00 0.00 0.02 0.00 0.00 99.98 11:06:34 10:24:01 2 2.00 0.00 0.03 0.00 0.03 97.93 11:06:34 10:24:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 10:24:01 4 0.02 0.00 0.00 0.00 0.00 99.98 11:06:34 10:24:01 5 0.07 0.00 0.03 0.02 0.02 99.87 11:06:34 10:24:01 6 0.02 0.00 0.03 0.00 0.00 99.95 11:06:34 10:24:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 10:25:01 all 0.04 0.00 0.02 0.00 0.01 99.93 11:06:34 10:25:01 0 0.02 0.00 0.05 0.02 0.02 99.90 11:06:34 10:25:01 1 0.03 0.00 0.00 0.00 0.02 99.95 11:06:34 10:25:01 2 0.12 0.00 0.03 0.00 0.02 99.83 11:06:34 10:25:01 3 0.03 0.00 0.02 0.00 0.02 99.93 11:06:34 10:25:01 4 0.03 0.00 0.00 0.00 0.00 99.97 11:06:34 10:25:01 5 0.03 0.00 0.03 0.02 0.02 99.90 11:06:34 10:25:01 6 0.03 0.00 0.00 0.00 0.00 99.97 11:06:34 10:25:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 10:26:01 all 0.04 0.00 0.03 0.01 0.01 99.91 11:06:34 10:26:01 0 0.03 0.00 0.05 0.00 0.03 99.88 11:06:34 10:26:01 1 0.02 0.00 0.02 0.02 0.00 99.95 11:06:34 10:26:01 2 0.08 0.00 0.05 0.00 0.02 99.85 11:06:34 10:26:01 3 0.12 0.00 0.03 0.00 0.00 99.85 11:06:34 10:26:01 4 0.02 0.00 0.05 0.00 0.00 99.93 11:06:34 10:26:01 5 0.03 0.00 0.03 0.00 0.02 99.92 11:06:34 10:26:01 6 0.03 0.00 0.02 0.03 0.02 99.90 11:06:34 10:26:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:06:34 10:27:01 all 0.03 0.00 0.02 0.01 0.01 99.93 11:06:34 10:27:01 0 0.03 0.00 0.05 0.02 0.03 99.87 11:06:34 10:27:01 1 0.00 0.00 0.03 0.00 0.00 99.97 11:06:34 10:27:01 2 0.07 0.00 0.02 0.00 0.02 99.90 11:06:34 10:27:01 3 0.03 0.00 0.02 0.00 0.02 99.93 11:06:34 10:27:01 4 0.05 0.00 0.00 0.00 0.00 99.95 11:06:34 10:27:01 5 0.07 0.00 0.02 0.03 0.03 99.85 11:06:34 10:27:01 6 0.02 0.00 0.02 0.00 0.00 99.97 11:06:34 10:27:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 10:28:01 all 0.02 0.00 0.01 0.00 0.01 99.95 11:06:34 10:28:01 0 0.07 0.00 0.02 0.02 0.03 99.87 11:06:34 10:28:01 1 0.00 0.00 0.00 0.00 0.02 99.98 11:06:34 10:28:01 2 0.03 0.00 0.00 0.00 0.03 99.93 11:06:34 10:28:01 3 0.02 0.00 0.02 0.00 0.00 99.97 11:06:34 10:28:01 4 0.02 0.00 0.00 0.00 0.02 99.97 11:06:34 10:28:01 5 0.03 0.00 0.02 0.00 0.02 99.93 11:06:34 10:28:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:06:34 10:28:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 10:29:01 all 0.04 0.00 0.01 0.01 0.01 99.93 11:06:34 10:29:01 0 0.00 0.00 0.02 0.02 0.03 99.93 11:06:34 10:29:01 1 0.05 0.00 0.02 0.00 0.00 99.93 11:06:34 10:29:01 2 0.05 0.00 0.03 0.00 0.02 99.90 11:06:34 10:29:01 3 0.07 0.00 0.02 0.00 0.02 99.90 11:06:34 10:29:01 4 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 10:29:01 5 0.03 0.00 0.00 0.05 0.02 99.90 11:06:34 10:29:01 6 0.07 0.00 0.02 0.00 0.02 99.90 11:06:34 10:29:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:06:34 10:30:01 all 0.02 0.00 0.01 0.01 0.01 99.95 11:06:34 10:30:01 0 0.02 0.00 0.02 0.02 0.03 99.92 11:06:34 10:30:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 10:30:01 2 0.03 0.00 0.00 0.00 0.02 99.95 11:06:34 10:30:01 3 0.03 0.00 0.00 0.00 0.02 99.95 11:06:34 10:30:01 4 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 10:30:01 5 0.05 0.00 0.03 0.02 0.03 99.87 11:06:34 10:30:01 6 0.03 0.00 0.00 0.00 0.00 99.97 11:06:34 10:30:01 7 0.00 0.00 0.00 0.02 0.00 99.98 11:06:34 10:31:01 all 0.02 0.00 0.02 0.00 0.01 99.95 11:06:34 10:31:01 0 0.05 0.00 0.05 0.02 0.03 99.85 11:06:34 10:31:01 1 0.03 0.00 0.00 0.00 0.00 99.97 11:06:34 10:31:01 2 0.03 0.00 0.03 0.00 0.02 99.92 11:06:34 10:31:01 3 0.02 0.00 0.02 0.00 0.00 99.97 11:06:34 10:31:01 4 0.03 0.00 0.00 0.00 0.00 99.97 11:06:34 10:31:01 5 0.02 0.00 0.02 0.02 0.02 99.93 11:06:34 10:31:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:06:34 10:31:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 10:32:01 all 0.06 0.00 0.01 0.00 0.01 99.92 11:06:34 10:32:01 0 0.00 0.00 0.03 0.00 0.03 99.93 11:06:34 10:32:01 1 0.02 0.00 0.00 0.00 0.02 99.97 11:06:34 10:32:01 2 0.20 0.00 0.00 0.00 0.02 99.78 11:06:34 10:32:01 3 0.17 0.00 0.02 0.00 0.02 99.80 11:06:34 10:32:01 4 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 10:32:01 5 0.05 0.00 0.02 0.02 0.02 99.90 11:06:34 10:32:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:06:34 10:32:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 10:33:01 all 0.08 0.00 0.02 0.00 0.02 99.88 11:06:34 10:33:01 0 0.07 0.00 0.03 0.02 0.03 99.85 11:06:34 10:33:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 10:33:01 2 0.35 0.00 0.02 0.00 0.02 99.62 11:06:34 10:33:01 3 0.05 0.00 0.05 0.00 0.02 99.88 11:06:34 10:33:01 4 0.03 0.00 0.00 0.00 0.00 99.97 11:06:34 10:33:01 5 0.07 0.00 0.03 0.00 0.03 99.87 11:06:34 10:33:01 6 0.05 0.00 0.02 0.00 0.02 99.92 11:06:34 10:33:01 7 0.02 0.00 0.00 0.00 0.02 99.97 11:06:34 11:06:34 10:33:01 CPU %user %nice %system %iowait %steal %idle 11:06:34 10:34:01 all 0.06 0.00 0.01 0.00 0.01 99.92 11:06:34 10:34:01 0 0.03 0.00 0.03 0.02 0.03 99.88 11:06:34 10:34:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 10:34:01 2 0.35 0.00 0.02 0.00 0.02 99.62 11:06:34 10:34:01 3 0.02 0.00 0.02 0.00 0.00 99.97 11:06:34 10:34:01 4 0.00 0.00 0.02 0.00 0.00 99.98 11:06:34 10:34:01 5 0.03 0.00 0.02 0.02 0.02 99.92 11:06:34 10:34:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:06:34 10:34:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 10:35:01 all 0.15 0.00 0.02 0.00 0.01 99.81 11:06:34 10:35:01 0 0.05 0.00 0.05 0.02 0.02 99.87 11:06:34 10:35:01 1 0.03 0.00 0.02 0.00 0.00 99.95 11:06:34 10:35:01 2 1.01 0.00 0.07 0.00 0.03 98.89 11:06:34 10:35:01 3 0.02 0.00 0.03 0.00 0.02 99.93 11:06:34 10:35:01 4 0.03 0.00 0.00 0.00 0.00 99.97 11:06:34 10:35:01 5 0.03 0.00 0.02 0.02 0.02 99.92 11:06:34 10:35:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 10:35:01 7 0.00 0.00 0.02 0.00 0.00 99.98 11:06:34 10:36:01 all 0.04 0.00 0.02 0.00 0.01 99.93 11:06:34 10:36:01 0 0.02 0.00 0.02 0.00 0.05 99.92 11:06:34 10:36:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:06:34 10:36:01 2 0.20 0.00 0.10 0.00 0.02 99.68 11:06:34 10:36:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:06:34 10:36:01 4 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 10:36:01 5 0.03 0.00 0.02 0.03 0.03 99.88 11:06:34 10:36:01 6 0.02 0.00 0.02 0.00 0.00 99.97 11:06:34 10:36:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 10:37:01 all 0.04 0.00 0.01 0.00 0.01 99.93 11:06:34 10:37:01 0 0.03 0.00 0.02 0.00 0.02 99.93 11:06:34 10:37:01 1 0.02 0.00 0.02 0.00 0.02 99.95 11:06:34 10:37:01 2 0.15 0.00 0.03 0.00 0.02 99.80 11:06:34 10:37:01 3 0.02 0.00 0.00 0.00 0.02 99.97 11:06:34 10:37:01 4 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 10:37:01 5 0.08 0.00 0.02 0.02 0.02 99.87 11:06:34 10:37:01 6 0.03 0.00 0.02 0.00 0.00 99.95 11:06:34 10:37:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:06:34 10:38:01 all 0.09 0.00 0.01 0.00 0.01 99.88 11:06:34 10:38:01 0 0.02 0.00 0.02 0.00 0.03 99.93 11:06:34 10:38:01 1 0.00 0.00 0.02 0.00 0.00 99.98 11:06:34 10:38:01 2 0.62 0.00 0.03 0.00 0.02 99.34 11:06:34 10:38:01 3 0.00 0.00 0.02 0.00 0.00 99.98 11:06:34 10:38:01 4 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 10:38:01 5 0.07 0.00 0.03 0.02 0.03 99.85 11:06:34 10:38:01 6 0.00 0.00 0.00 0.00 0.02 99.98 11:06:34 10:38:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 10:39:01 all 0.03 0.00 0.01 0.00 0.01 99.94 11:06:34 10:39:01 0 0.03 0.00 0.03 0.02 0.03 99.88 11:06:34 10:39:01 1 0.03 0.00 0.00 0.00 0.00 99.97 11:06:34 10:39:01 2 0.00 0.00 0.00 0.00 0.03 99.97 11:06:34 10:39:01 3 0.03 0.00 0.00 0.00 0.02 99.95 11:06:34 10:39:01 4 0.02 0.00 0.02 0.00 0.02 99.95 11:06:34 10:39:01 5 0.05 0.00 0.02 0.02 0.02 99.90 11:06:34 10:39:01 6 0.07 0.00 0.02 0.00 0.00 99.92 11:06:34 10:39:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 10:40:01 all 0.01 0.00 0.01 0.00 0.01 99.97 11:06:34 10:40:01 0 0.02 0.00 0.02 0.02 0.03 99.92 11:06:34 10:40:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 10:40:01 2 0.00 0.00 0.02 0.00 0.02 99.97 11:06:34 10:40:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 10:40:01 4 0.02 0.00 0.00 0.00 0.00 99.98 11:06:34 10:40:01 5 0.03 0.00 0.05 0.00 0.03 99.88 11:06:34 10:40:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 10:40:01 7 0.00 0.00 0.02 0.00 0.00 99.98 11:06:34 10:41:01 all 0.20 0.00 0.02 0.00 0.01 99.77 11:06:34 10:41:01 0 0.07 0.00 0.03 0.00 0.03 99.87 11:06:34 10:41:01 1 0.00 0.00 0.02 0.00 0.00 99.98 11:06:34 10:41:01 2 1.39 0.00 0.00 0.00 0.00 98.61 11:06:34 10:41:01 3 0.02 0.00 0.02 0.00 0.00 99.97 11:06:34 10:41:01 4 0.03 0.00 0.00 0.00 0.00 99.97 11:06:34 10:41:01 5 0.07 0.00 0.05 0.02 0.03 99.83 11:06:34 10:41:01 6 0.03 0.00 0.02 0.00 0.00 99.95 11:06:34 10:41:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:06:34 10:42:01 all 0.08 0.00 0.01 0.00 0.01 99.90 11:06:34 10:42:01 0 0.03 0.00 0.05 0.02 0.03 99.87 11:06:34 10:42:01 1 0.00 0.00 0.00 0.00 0.02 99.98 11:06:34 10:42:01 2 0.53 0.00 0.00 0.00 0.02 99.45 11:06:34 10:42:01 3 0.02 0.00 0.00 0.00 0.02 99.97 11:06:34 10:42:01 4 0.00 0.00 0.00 0.00 0.02 99.98 11:06:34 10:42:01 5 0.03 0.00 0.02 0.00 0.02 99.93 11:06:34 10:42:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 10:42:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 10:43:01 all 0.02 0.00 0.02 0.00 0.01 99.95 11:06:34 10:43:01 0 0.05 0.00 0.05 0.02 0.03 99.85 11:06:34 10:43:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 10:43:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:06:34 10:43:01 3 0.02 0.00 0.03 0.00 0.02 99.93 11:06:34 10:43:01 4 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 10:43:01 5 0.03 0.00 0.03 0.02 0.02 99.90 11:06:34 10:43:01 6 0.05 0.00 0.02 0.00 0.00 99.93 11:06:34 10:43:01 7 0.00 0.00 0.00 0.00 0.02 99.98 11:06:34 10:44:01 all 0.03 0.00 0.02 0.00 0.01 99.94 11:06:34 10:44:01 0 0.03 0.00 0.03 0.00 0.05 99.88 11:06:34 10:44:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:06:34 10:44:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:06:34 10:44:01 3 0.08 0.00 0.07 0.00 0.02 99.83 11:06:34 10:44:01 4 0.03 0.00 0.00 0.00 0.00 99.97 11:06:34 10:44:01 5 0.07 0.00 0.03 0.00 0.02 99.88 11:06:34 10:44:01 6 0.00 0.00 0.02 0.00 0.02 99.97 11:06:34 10:44:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 11:06:34 10:44:01 CPU %user %nice %system %iowait %steal %idle 11:06:34 10:45:01 all 0.06 0.00 0.01 0.00 0.01 99.92 11:06:34 10:45:01 0 0.02 0.00 0.02 0.02 0.03 99.92 11:06:34 10:45:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 10:45:01 2 0.30 0.00 0.02 0.00 0.02 99.67 11:06:34 10:45:01 3 0.03 0.00 0.00 0.00 0.02 99.95 11:06:34 10:45:01 4 0.07 0.00 0.02 0.00 0.00 99.92 11:06:34 10:45:01 5 0.02 0.00 0.00 0.02 0.02 99.95 11:06:34 10:45:01 6 0.05 0.00 0.00 0.00 0.00 99.95 11:06:34 10:45:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 10:46:01 all 0.28 0.00 0.02 0.00 0.02 99.68 11:06:34 10:46:01 0 0.03 0.00 0.07 0.00 0.03 99.87 11:06:34 10:46:01 1 0.00 0.00 0.02 0.00 0.02 99.97 11:06:34 10:46:01 2 1.99 0.00 0.00 0.00 0.02 98.00 11:06:34 10:46:01 3 0.05 0.00 0.03 0.00 0.03 99.88 11:06:34 10:46:01 4 0.03 0.00 0.02 0.00 0.02 99.93 11:06:34 10:46:01 5 0.08 0.00 0.02 0.02 0.02 99.87 11:06:34 10:46:01 6 0.02 0.00 0.02 0.00 0.00 99.97 11:06:34 10:46:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:06:34 10:47:01 all 0.19 0.00 0.01 0.00 0.01 99.79 11:06:34 10:47:01 0 0.05 0.00 0.02 0.02 0.03 99.88 11:06:34 10:47:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:06:34 10:47:01 2 1.26 0.00 0.00 0.00 0.00 98.74 11:06:34 10:47:01 3 0.03 0.00 0.03 0.00 0.02 99.92 11:06:34 10:47:01 4 0.07 0.00 0.02 0.00 0.00 99.92 11:06:34 10:47:01 5 0.02 0.00 0.00 0.02 0.02 99.95 11:06:34 10:47:01 6 0.03 0.00 0.00 0.00 0.00 99.97 11:06:34 10:47:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 10:48:01 all 0.02 0.00 0.02 0.00 0.01 99.95 11:06:34 10:48:01 0 0.07 0.00 0.05 0.02 0.03 99.83 11:06:34 10:48:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 10:48:01 2 0.03 0.00 0.00 0.00 0.02 99.95 11:06:34 10:48:01 3 0.05 0.00 0.05 0.00 0.02 99.88 11:06:34 10:48:01 4 0.00 0.00 0.00 0.00 0.02 99.98 11:06:34 10:48:01 5 0.02 0.00 0.02 0.02 0.02 99.93 11:06:34 10:48:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:06:34 10:48:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 10:49:01 all 0.03 0.00 0.02 0.00 0.01 99.94 11:06:34 10:49:01 0 0.05 0.00 0.03 0.00 0.05 99.87 11:06:34 10:49:01 1 0.03 0.00 0.03 0.00 0.00 99.93 11:06:34 10:49:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:06:34 10:49:01 3 0.03 0.00 0.02 0.00 0.02 99.93 11:06:34 10:49:01 4 0.03 0.00 0.02 0.00 0.00 99.95 11:06:34 10:49:01 5 0.05 0.00 0.05 0.02 0.02 99.87 11:06:34 10:49:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:06:34 10:49:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 10:50:01 all 0.02 0.00 0.02 0.00 0.01 99.94 11:06:34 10:50:01 0 0.07 0.00 0.03 0.02 0.03 99.85 11:06:34 10:50:01 1 0.00 0.00 0.00 0.00 0.02 99.98 11:06:34 10:50:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:06:34 10:50:01 3 0.03 0.00 0.03 0.00 0.02 99.92 11:06:34 10:50:01 4 0.00 0.00 0.02 0.00 0.00 99.98 11:06:34 10:50:01 5 0.05 0.00 0.03 0.02 0.02 99.88 11:06:34 10:50:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 10:50:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:06:34 10:51:01 all 0.03 0.00 0.01 0.01 0.01 99.94 11:06:34 10:51:01 0 0.03 0.00 0.02 0.02 0.03 99.90 11:06:34 10:51:01 1 0.00 0.00 0.02 0.00 0.00 99.98 11:06:34 10:51:01 2 0.02 0.00 0.02 0.00 0.02 99.95 11:06:34 10:51:01 3 0.05 0.00 0.03 0.00 0.02 99.90 11:06:34 10:51:01 4 0.07 0.00 0.02 0.00 0.02 99.90 11:06:34 10:51:01 5 0.03 0.00 0.00 0.03 0.02 99.92 11:06:34 10:51:01 6 0.03 0.00 0.00 0.00 0.00 99.97 11:06:34 10:51:01 7 0.00 0.00 0.02 0.00 0.00 99.98 11:06:34 10:52:01 all 0.01 0.00 0.01 0.00 0.01 99.96 11:06:34 10:52:01 0 0.03 0.00 0.05 0.02 0.03 99.87 11:06:34 10:52:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 10:52:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:06:34 10:52:01 3 0.02 0.00 0.02 0.00 0.02 99.95 11:06:34 10:52:01 4 0.02 0.00 0.00 0.00 0.00 99.98 11:06:34 10:52:01 5 0.03 0.00 0.02 0.02 0.02 99.92 11:06:34 10:52:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 10:52:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 10:53:01 all 0.03 0.00 0.01 0.00 0.01 99.95 11:06:34 10:53:01 0 0.07 0.00 0.05 0.00 0.03 99.85 11:06:34 10:53:01 1 0.07 0.00 0.00 0.00 0.00 99.93 11:06:34 10:53:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:06:34 10:53:01 3 0.02 0.00 0.02 0.00 0.02 99.95 11:06:34 10:53:01 4 0.00 0.00 0.02 0.00 0.02 99.97 11:06:34 10:53:01 5 0.03 0.00 0.02 0.02 0.02 99.92 11:06:34 10:53:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:06:34 10:53:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 10:54:01 all 0.16 0.00 0.02 0.00 0.01 99.80 11:06:34 10:54:01 0 0.03 0.00 0.03 0.00 0.03 99.90 11:06:34 10:54:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:06:34 10:54:01 2 1.12 0.00 0.00 0.00 0.02 98.86 11:06:34 10:54:01 3 0.03 0.00 0.07 0.00 0.03 99.87 11:06:34 10:54:01 4 0.02 0.00 0.00 0.00 0.00 99.98 11:06:34 10:54:01 5 0.03 0.00 0.02 0.03 0.02 99.90 11:06:34 10:54:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:06:34 10:54:01 7 0.02 0.00 0.00 0.00 0.02 99.97 11:06:34 10:55:01 all 0.28 0.00 0.01 0.00 0.01 99.70 11:06:34 10:55:01 0 0.07 0.00 0.02 0.00 0.03 99.88 11:06:34 10:55:01 1 0.03 0.00 0.02 0.00 0.00 99.95 11:06:34 10:55:01 2 1.99 0.00 0.00 0.00 0.00 98.01 11:06:34 10:55:01 3 0.05 0.00 0.03 0.00 0.00 99.92 11:06:34 10:55:01 4 0.03 0.00 0.02 0.00 0.00 99.95 11:06:34 10:55:01 5 0.02 0.00 0.02 0.03 0.02 99.92 11:06:34 10:55:01 6 0.00 0.00 0.02 0.00 0.02 99.97 11:06:34 10:55:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 11:06:34 10:55:01 CPU %user %nice %system %iowait %steal %idle 11:06:34 10:56:01 all 0.24 0.00 0.02 0.00 0.02 99.72 11:06:34 10:56:01 0 0.02 0.00 0.08 0.00 0.05 99.85 11:06:34 10:56:01 1 0.02 0.00 0.02 0.00 0.02 99.95 11:06:34 10:56:01 2 1.73 0.00 0.07 0.00 0.02 98.19 11:06:34 10:56:01 3 0.05 0.00 0.00 0.00 0.02 99.93 11:06:34 10:56:01 4 0.00 0.00 0.02 0.00 0.02 99.97 11:06:34 10:56:01 5 0.03 0.00 0.00 0.03 0.02 99.92 11:06:34 10:56:01 6 0.02 0.00 0.02 0.00 0.00 99.97 11:06:34 10:56:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 10:57:01 all 0.03 0.00 0.02 0.00 0.01 99.94 11:06:34 10:57:01 0 0.10 0.00 0.03 0.00 0.05 99.82 11:06:34 10:57:01 1 0.00 0.00 0.02 0.00 0.00 99.98 11:06:34 10:57:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 10:57:01 3 0.05 0.00 0.02 0.00 0.02 99.92 11:06:34 10:57:01 4 0.02 0.00 0.02 0.00 0.00 99.97 11:06:34 10:57:01 5 0.00 0.00 0.02 0.02 0.02 99.95 11:06:34 10:57:01 6 0.05 0.00 0.02 0.00 0.00 99.93 11:06:34 10:57:01 7 0.00 0.00 0.02 0.00 0.00 99.98 11:06:34 10:58:01 all 0.01 0.00 0.01 0.00 0.01 99.96 11:06:34 10:58:01 0 0.05 0.00 0.05 0.00 0.05 99.85 11:06:34 10:58:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 10:58:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:06:34 10:58:01 3 0.02 0.00 0.02 0.00 0.02 99.95 11:06:34 10:58:01 4 0.05 0.00 0.02 0.00 0.02 99.92 11:06:34 10:58:01 5 0.00 0.00 0.00 0.03 0.00 99.97 11:06:34 10:58:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 10:58:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 10:59:01 all 0.13 0.00 0.01 0.00 0.01 99.84 11:06:34 10:59:01 0 0.07 0.00 0.05 0.02 0.03 99.83 11:06:34 10:59:01 1 0.03 0.00 0.00 0.00 0.00 99.97 11:06:34 10:59:01 2 0.81 0.00 0.02 0.00 0.02 99.15 11:06:34 10:59:01 3 0.05 0.00 0.02 0.00 0.02 99.92 11:06:34 10:59:01 4 0.05 0.00 0.00 0.00 0.02 99.93 11:06:34 10:59:01 5 0.00 0.00 0.00 0.02 0.02 99.97 11:06:34 10:59:01 6 0.02 0.00 0.02 0.00 0.00 99.97 11:06:34 10:59:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 11:00:01 all 0.15 0.00 0.01 0.00 0.01 99.83 11:06:34 11:00:01 0 0.07 0.00 0.03 0.00 0.05 99.85 11:06:34 11:00:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 11:00:01 2 1.06 0.00 0.00 0.00 0.00 98.94 11:06:34 11:00:01 3 0.03 0.00 0.00 0.00 0.02 99.95 11:06:34 11:00:01 4 0.02 0.00 0.02 0.00 0.02 99.95 11:06:34 11:00:01 5 0.02 0.00 0.00 0.02 0.00 99.97 11:06:34 11:00:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 11:00:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 11:01:01 all 0.02 0.00 0.02 0.00 0.01 99.95 11:06:34 11:01:01 0 0.03 0.00 0.02 0.02 0.03 99.90 11:06:34 11:01:01 1 0.03 0.00 0.02 0.00 0.00 99.95 11:06:34 11:01:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:06:34 11:01:01 3 0.05 0.00 0.03 0.00 0.02 99.90 11:06:34 11:01:01 4 0.03 0.00 0.02 0.00 0.00 99.95 11:06:34 11:01:01 5 0.00 0.00 0.02 0.00 0.02 99.97 11:06:34 11:01:01 6 0.03 0.00 0.02 0.00 0.00 99.95 11:06:34 11:01:01 7 0.00 0.00 0.02 0.02 0.00 99.97 11:06:34 11:02:01 all 0.02 0.00 0.02 0.07 0.01 99.88 11:06:34 11:02:01 0 0.07 0.00 0.05 0.00 0.05 99.83 11:06:34 11:02:01 1 0.02 0.00 0.02 0.00 0.00 99.97 11:06:34 11:02:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:06:34 11:02:01 3 0.05 0.00 0.05 0.00 0.02 99.88 11:06:34 11:02:01 4 0.02 0.00 0.02 0.00 0.02 99.95 11:06:34 11:02:01 5 0.00 0.00 0.00 0.02 0.00 99.98 11:06:34 11:02:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 11:02:01 7 0.00 0.00 0.00 0.53 0.00 99.47 11:06:34 11:03:01 all 0.02 0.00 0.01 0.00 0.01 99.95 11:06:34 11:03:01 0 0.05 0.00 0.05 0.02 0.03 99.85 11:06:34 11:03:01 1 0.00 0.00 0.00 0.00 0.02 99.98 11:06:34 11:03:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:06:34 11:03:01 3 0.07 0.00 0.02 0.00 0.02 99.90 11:06:34 11:03:01 4 0.07 0.00 0.03 0.00 0.02 99.88 11:06:34 11:03:01 5 0.00 0.00 0.00 0.02 0.00 99.98 11:06:34 11:03:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 11:03:01 7 0.00 0.00 0.00 0.00 0.02 99.98 11:06:34 11:04:01 all 0.02 0.00 0.02 0.00 0.01 99.95 11:06:34 11:04:01 0 0.02 0.00 0.05 0.02 0.03 99.88 11:06:34 11:04:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 11:04:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:06:34 11:04:01 3 0.05 0.00 0.03 0.00 0.02 99.90 11:06:34 11:04:01 4 0.08 0.00 0.03 0.00 0.02 99.87 11:06:34 11:04:01 5 0.00 0.00 0.02 0.00 0.02 99.97 11:06:34 11:04:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:06:34 11:04:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 11:05:01 all 0.03 0.00 0.01 0.00 0.01 99.94 11:06:34 11:05:01 0 0.03 0.00 0.02 0.02 0.03 99.90 11:06:34 11:05:01 1 0.00 0.00 0.02 0.00 0.00 99.98 11:06:34 11:05:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:06:34 11:05:01 3 0.03 0.00 0.05 0.00 0.02 99.90 11:06:34 11:05:01 4 0.07 0.00 0.02 0.00 0.03 99.88 11:06:34 11:05:01 5 0.00 0.00 0.00 0.02 0.00 99.98 11:06:34 11:05:01 6 0.05 0.00 0.02 0.00 0.00 99.93 11:06:34 11:05:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:06:34 11:06:01 all 8.78 0.00 3.33 0.58 0.05 87.25 11:06:34 11:06:01 0 9.34 0.00 3.99 2.49 0.07 84.11 11:06:34 11:06:01 1 9.65 0.00 4.78 0.08 0.05 85.44 11:06:34 11:06:01 2 11.85 0.00 3.48 1.10 0.05 83.52 11:06:34 11:06:01 3 8.66 0.00 3.41 0.03 0.07 87.83 11:06:34 11:06:01 4 6.75 0.00 2.06 0.05 0.03 91.11 11:06:34 11:06:01 5 8.62 0.00 2.88 0.52 0.05 87.93 11:06:34 11:06:01 6 8.51 0.00 2.63 0.02 0.07 88.77 11:06:34 11:06:01 7 6.87 0.00 3.48 0.39 0.05 89.22 11:06:34 11:06:34 Average: CPU %user %nice %system %iowait %steal %idle 11:06:34 Average: all 8.33 0.00 1.28 0.21 0.03 90.16 11:06:34 Average: 0 8.33 0.00 1.31 0.31 0.05 90.01 11:06:34 Average: 1 8.40 0.00 1.33 0.14 0.02 90.11 11:06:34 Average: 2 8.62 0.00 1.36 0.32 0.03 89.66 11:06:34 Average: 3 8.45 0.00 1.23 0.18 0.03 90.11 11:06:34 Average: 4 8.09 0.00 1.24 0.15 0.02 90.49 11:06:34 Average: 5 8.36 0.00 1.28 0.15 0.03 90.18 11:06:34 Average: 6 8.18 0.00 1.22 0.12 0.02 90.45 11:06:34 Average: 7 8.18 0.00 1.25 0.28 0.02 90.26 11:06:34 11:06:34 11:06:34