Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from b103c04882abc23661cee8905a92a31c1ff0bf6a 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-ssh17202411333818932970.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 590556114a56c6d90cc8043840e039c2f74196dc 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-ssh2920479258202866047.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 590556114a56c6d90cc8043840e039c2f74196dc 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-ssh12596522752991259490.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 590556114a56c6d90cc8043840e039c2f74196dc (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 590556114a56c6d90cc8043840e039c2f74196dc # timeout=10 Commit message: "Merge pull request #451 from jinlinGuan/fix-snyk" > 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-ssh5000271738790579306.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-ssh12650347177337158754.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/v3]] ========================================================= [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.21 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/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task ‘prd-ubuntu20.04-docker-8c-8g-6871’ is offline Running on prd-ubuntu20.04-docker-8c-8g-6878 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/660 [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/660 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision b103c04882abc23661cee8905a92a31c1ff0bf6a (main) Commit message: "feat: Implement support-cron-scheduler service persistence layer (#4837)" > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b103c04882abc23661cee8905a92a31c1ff0bf6a # timeout=10 > git rev-list --no-walk 041e6f6c6c367bee7b45b8df01fd92059f4bc2e1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 13:51:08 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 13:51:08 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 13:51:08 ========================================================= 13:51:08 EdgeX Global Pipelines Version Info 13:51:08 ========================================================= [Pipeline] libraryResource [Pipeline] sh 13:51:09 ------------------- 13:51:09 stable info: 13:51:09 ------------------- 13:51:09 Commited By: Ginny Guan ginny@iotechsys.com 13:51:09 Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc 13:51:09 Message: update stable to v1.0.260 13:51:09 ------------------- 13:51:09 experimental info: 13:51:09 ------------------- 13:51:09 Commited By: Ginny Guan ginny@iotechsys.com 13:51:09 Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 13:51:09 Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 13:51:10 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 13:51:10 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 13:51:10 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 13:51:10 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 13:51:10 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 13:51:10 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 13:51:10 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 13:51:10 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 13:51:10 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 13:51:10 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 13:51:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 13:51:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 13:51:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 13:51:10 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 13:51:10 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 13:51:10 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 13:51:10 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 13:51:10 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 13:51:10 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 13:51:10 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 13:51:10 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 13:51:10 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 13:51:10 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 13:51:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 13:51:10 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 13:51:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 13:51:10 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] echo 13:51:10 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b103c04 [Pipeline] echo 13:51:10 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:51:10 provisioning config files... 13:51:10 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/660@tmp/config10869913522772332681tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:51:11 ---> ****-login.sh 13:51:11 nexus3.edgexfoundry.org:10001 13:51:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:51:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:51:11 Configure a credential helper to remove this warning. See 13:51:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:51:11 13:51:11 Login Succeeded 13:51:11 nexus3.edgexfoundry.org:10002 13:51:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:51:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:51:11 Configure a credential helper to remove this warning. See 13:51:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:51:11 13:51:11 Login Succeeded 13:51:11 nexus3.edgexfoundry.org:10003 13:51:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:51:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:51:11 Configure a credential helper to remove this warning. See 13:51:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:51:11 13:51:11 Login Succeeded 13:51:11 nexus3.edgexfoundry.org:10004 13:51:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:51:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:51:11 Configure a credential helper to remove this warning. See 13:51:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:51:11 13:51:11 Login Succeeded 13:51:11 ****.io 13:51:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:51:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:51:11 Configure a credential helper to remove this warning. See 13:51:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:51:11 13:51:11 Login Succeeded 13:51:11 ---> ****-login.sh ends [Pipeline] } 13:51:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:51:12 + 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-cron-scheduler/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 13:51:12 + dirname cmd/core-command/Dockerfile 13:51:12 + cut -d/ -f2 13:51:12 + echo core-command,cmd/core-command/Dockerfile 13:51:12 + + dirname cmd/core-common-config-bootstrapper/Dockerfile 13:51:12 cut -d/ -f2 13:51:12 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 13:51:12 + + dirname cmd/core-data/Dockerfile 13:51:12 cut -d/ -f2 13:51:12 + echo core-data,cmd/core-data/Dockerfile 13:51:12 + + dirnamecut cmd/core-keeper/Dockerfile -d/ 13:51:12 -f2 13:51:12 + echo core-keeper,cmd/core-keeper/Dockerfile 13:51:12 + dirname cmd/core-metadata/Dockerfile 13:51:12 + cut -d/ -f2 13:51:12 + echo core-metadata,cmd/core-metadata/Dockerfile 13:51:12 + dirname cmd/security-bootstrapper/Dockerfile 13:51:12 + cut -d/ -f2 13:51:12 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 13:51:12 + dirname cmd/security-proxy-auth/Dockerfile 13:51:12 + cut -d/ -f2 13:51:12 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 13:51:12 + dirname cmd/security-proxy-setup/Dockerfile 13:51:12 + cut -d/ -f2 13:51:12 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 13:51:12 + dirname cmd/security-secretstore-setup/Dockerfile 13:51:12 + cut -d/ -f2 13:51:12 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 13:51:12 + dirname cmd/security-spiffe-token-provider/Dockerfile 13:51:12 + cut -d/ -f2 13:51:12 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 13:51:12 + + cutdirname -d/ cmd/security-spire-agent/Dockerfile -f2 13:51:12 13:51:12 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 13:51:12 + dirname cmd/security-spire-config/Dockerfile 13:51:12 + cut -d/ -f2 13:51:12 + echo security-spire-config,cmd/security-spire-config/Dockerfile 13:51:12 + dirname cmd/security-spire-server/Dockerfile 13:51:12 + cut -d/ -f2 13:51:12 + echo security-spire-server,cmd/security-spire-server/Dockerfile 13:51:12 + dirname cmd/support-cron-scheduler/Dockerfile 13:51:12 + cut -d/ -f2 13:51:12 + echo support-cron-scheduler,cmd/support-cron-scheduler/Dockerfile 13:51:12 + dirname cmd/support-notifications/Dockerfile 13:51:12 + cut -d/ -f2 13:51:12 + echo support-notifications,cmd/support-notifications/Dockerfile 13:51:12 + dirname cmd/support-scheduler/Dockerfile 13:51:12 + cut -d/ -f2 13:51:12 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 13:51:12 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-cron-scheduler, dockerfile:cmd/support-cron-scheduler/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 13:51:12 + git rev-list -1 --merges b103c04882abc23661cee8905a92a31c1ff0bf6a~1..b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] echo 13:51:12 -----------> git rev-list -1 --merges b103c04882abc23661cee8905a92a31c1ff0bf6a~1..b103c04882abc23661cee8905a92a31c1ff0bf6a b103c04882abc23661cee8905a92a31c1ff0bf6a [false] [Pipeline] sh 13:51:12 + git log --format=format:%s -1 b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] echo 13:51:12 ========================================================= 13:51:12 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 13:51:12 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 13:51:13 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 13:51:13 + grep -v github /etc/ssh/ssh_known_hosts 13:51:13 + [ -e /tmp/ssh_known_hosts ] 13:51:13 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 13:51:13 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=sudo 13:51:13 tee -a /etc/ssh/ssh_known_hosts 13:51:13 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:51:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:51:13 13:51:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:51:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:51:14 0.1.4: Pulling from edgex-devops/py-git-semver 13:51:14 b85a868b505f: Pulling fs layer 13:51:14 e2be974225ed: Pulling fs layer 13:51:14 339a4e72a1f5: Pulling fs layer 13:51:14 988bab9f4d93: Pulling fs layer 13:51:14 1469e6f7b9e6: Pulling fs layer 13:51:14 eaf3925da568: Pulling fs layer 13:51:14 bab4dde63d76: Pulling fs layer 13:51:14 bde34c3a00c8: Pulling fs layer 13:51:14 b352a97aabf1: Pulling fs layer 13:51:14 4872d77fe225: Pulling fs layer 13:51:14 5851b861e8e6: Pulling fs layer 13:51:14 bab4dde63d76: Waiting 13:51:14 bde34c3a00c8: Waiting 13:51:14 b352a97aabf1: Waiting 13:51:14 4872d77fe225: Waiting 13:51:14 5851b861e8e6: Waiting 13:51:14 988bab9f4d93: Waiting 13:51:14 1469e6f7b9e6: Waiting 13:51:14 eaf3925da568: Waiting 13:51:14 e2be974225ed: Download complete 13:51:14 988bab9f4d93: Verifying Checksum 13:51:14 988bab9f4d93: Download complete 13:51:14 1469e6f7b9e6: Verifying Checksum 13:51:14 1469e6f7b9e6: Download complete 13:51:14 339a4e72a1f5: Verifying Checksum 13:51:14 339a4e72a1f5: Download complete 13:51:14 eaf3925da568: Verifying Checksum 13:51:14 eaf3925da568: Download complete 13:51:14 bde34c3a00c8: Verifying Checksum 13:51:14 bde34c3a00c8: Download complete 13:51:14 b352a97aabf1: Verifying Checksum 13:51:14 b352a97aabf1: Download complete 13:51:14 4872d77fe225: Verifying Checksum 13:51:14 4872d77fe225: Download complete 13:51:14 5851b861e8e6: Verifying Checksum 13:51:14 5851b861e8e6: Download complete 13:51:14 b85a868b505f: Verifying Checksum 13:51:14 b85a868b505f: Download complete 13:51:14 bab4dde63d76: Verifying Checksum 13:51:14 bab4dde63d76: Download complete 13:51:15 b85a868b505f: Pull complete 13:51:15 e2be974225ed: Pull complete 13:51:16 339a4e72a1f5: Pull complete 13:51:16 988bab9f4d93: Pull complete 13:51:16 1469e6f7b9e6: Pull complete 13:51:16 eaf3925da568: Pull complete 13:51:18 bab4dde63d76: Pull complete 13:51:18 bde34c3a00c8: Pull complete 13:51:18 b352a97aabf1: Pull complete 13:51:18 4872d77fe225: Pull complete 13:51:18 5851b861e8e6: Pull complete 13:51:18 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 13:51:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:51:18 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:51:18 prd-ubuntu20.04-docker-8c-8g-6878 does not seem to be running inside a container 13:51:18 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/660 -v /w/workspace/edgex-go/660:/w/workspace/edgex-go/660:rw,z -v /w/workspace/edgex-go/660@tmp:/w/workspace/edgex-go/660@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 13:51:22 $ docker top 9580891ab0b72326ad0942dfc134d76ed668bc9347e4f31356ff32c8fddfee27 -eo pid,comm 13:51:22 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). 13:51:22 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:51:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:51:22 [ssh-agent] Looking for ssh-agent implementation... 13:51:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:51:22 $ docker exec 9580891ab0b72326ad0942dfc134d76ed668bc9347e4f31356ff32c8fddfee27 ssh-agent 13:51:22 SSH_AUTH_SOCK=/tmp/ssh-NDjVCnRsC765/agent.32 13:51:22 SSH_AGENT_PID=38 13:51:22 Running ssh-add (command line suppressed) 13:51:22 Identity added: /w/workspace/edgex-go/660@tmp/private_key_11953642296405828921.key (/w/workspace/edgex-go/660@tmp/private_key_11953642296405828921.key) 13:51:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:51:23 + git tag --points-at HEAD [Pipeline] } 13:51:23 $ docker exec --env ******** --env ******** 9580891ab0b72326ad0942dfc134d76ed668bc9347e4f31356ff32c8fddfee27 ssh-agent -k 13:51:23 unset SSH_AUTH_SOCK; 13:51:23 unset SSH_AGENT_PID; 13:51:23 echo Agent pid 38 killed; 13:51:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 13:51:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:51:23 [ssh-agent] Looking for ssh-agent implementation... 13:51:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:51:23 $ docker exec 9580891ab0b72326ad0942dfc134d76ed668bc9347e4f31356ff32c8fddfee27 ssh-agent 13:51:23 SSH_AUTH_SOCK=/tmp/ssh-yf0S1hY60tSX/agent.71 13:51:23 SSH_AGENT_PID=77 13:51:23 Running ssh-add (command line suppressed) 13:51:23 Identity added: /w/workspace/edgex-go/660@tmp/private_key_8395257398123014744.key (/w/workspace/edgex-go/660@tmp/private_key_8395257398123014744.key) 13:51:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:51:24 + git semver init 13:51:24 2024-07-31 13:51:24,286 [run_init] DEBUG init version:0.0.0 force:False 13:51:24 2024-07-31 13:51:24,288 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/660/.semver 13:51:24 2024-07-31 13:51:24,288 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/660/.semver 13:51:24 2024-07-31 13:51:24,289 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/660/.semver'], cwd=/w/workspace/edgex-go/660, universal_newlines=False, shell=None, istream=None) 13:51:30 2024-07-31 13:51:30,769 [append_file] DEBUG append to file:/w/workspace/edgex-go/660/.git/info/exclude 13:51:30 2024-07-31 13:51:30,770 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/660/.semver/main with force:False 13:51:30 2024-07-31 13:51:30,770 [read_version] DEBUG read version from /w/workspace/edgex-go/660/.semver/main 13:51:30 2024-07-31 13:51:30,770 [read_version] DEBUG read version from /w/workspace/edgex-go/660/.semver/main 13:51:30 3.2.0-dev.42 [Pipeline] } 13:51:30 $ docker exec --env ******** --env ******** 9580891ab0b72326ad0942dfc134d76ed668bc9347e4f31356ff32c8fddfee27 ssh-agent -k 13:51:31 unset SSH_AUTH_SOCK; 13:51:31 unset SSH_AGENT_PID; 13:51:31 echo Agent pid 77 killed; 13:51:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:51:31 + git semver [Pipeline] } 13:51:31 $ docker stop --time=1 9580891ab0b72326ad0942dfc134d76ed668bc9347e4f31356ff32c8fddfee27 13:51:32 $ docker rm -f --volumes 9580891ab0b72326ad0942dfc134d76ed668bc9347e4f31356ff32c8fddfee27 [Pipeline] // withDockerContainer [Pipeline] sh 13:51:33 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 13:51:33 Stashed 1 file(s) [Pipeline] echo 13:51:33 [edgeXSemver]: initialized semver on version 3.2.0-dev.42 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:51:34 + git config --global --add safe.directory /w/workspace/edgex-go/660 [Pipeline] echo 13:51:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 13:51:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 13:51:34 ========================================================= 13:51:34 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 13:51:34 ========================================================= [Pipeline] fileExists [Pipeline] sh 13:51:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 13:51:35 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 13:51:35 619be1103602: Pulling fs layer 13:51:35 7862e08f4a3e: Pulling fs layer 13:51:35 5df492c9dc93: Pulling fs layer 13:51:35 7629e6793208: Pulling fs layer 13:51:35 4f4fb700ef54: Pulling fs layer 13:51:35 fb5054dd5b73: Pulling fs layer 13:51:35 eeca6798cff9: Pulling fs layer 13:51:35 aa269ceb94a6: Pulling fs layer 13:51:35 ada007ff1a6a: Pulling fs layer 13:51:35 4f4fb700ef54: Waiting 13:51:35 fb5054dd5b73: Waiting 13:51:35 ada007ff1a6a: Waiting 13:51:35 eeca6798cff9: Waiting 13:51:35 7629e6793208: Waiting 13:51:35 7862e08f4a3e: Download complete 13:51:35 7629e6793208: Verifying Checksum 13:51:35 7629e6793208: Download complete 13:51:35 4f4fb700ef54: Verifying Checksum 13:51:35 4f4fb700ef54: Download complete 13:51:35 619be1103602: Verifying Checksum 13:51:35 619be1103602: Download complete 13:51:35 fb5054dd5b73: Verifying Checksum 13:51:35 fb5054dd5b73: Download complete 13:51:35 eeca6798cff9: Verifying Checksum 13:51:35 eeca6798cff9: Download complete 13:51:35 619be1103602: Pull complete 13:51:35 ada007ff1a6a: Verifying Checksum 13:51:35 ada007ff1a6a: Download complete 13:51:35 7862e08f4a3e: Pull complete 13:51:35 5df492c9dc93: Verifying Checksum 13:51:35 5df492c9dc93: Download complete 13:51:36 aa269ceb94a6: Verifying Checksum 13:51:36 aa269ceb94a6: Download complete 13:51:39 5df492c9dc93: Pull complete 13:51:39 7629e6793208: Pull complete 13:51:39 4f4fb700ef54: Pull complete 13:51:39 fb5054dd5b73: Pull complete 13:51:39 eeca6798cff9: Pull complete 13:51:41 aa269ceb94a6: Pull complete 13:51:41 ada007ff1a6a: Pull complete 13:51:41 Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 13:51:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 13:51:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh 13:51:42 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 13:51:42 WORKDIR /edgex 13:51:42 COPY go.mod . 13:51:42 RUN go mod download 13:51:42 + docker build -t ci-base-image-x86_64 -f - . 13:51:42 Sending build context to Docker daemon 178.7MB 13:51:42 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 13:51:42 ---> f489d0715acc 13:51:42 Step 2/4 : WORKDIR /edgex 13:51:48 Still waiting to schedule task 13:51:48 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 13:51:49 ---> Running in 04a4c3e6bf26 13:51:49 Removing intermediate container 04a4c3e6bf26 13:51:49 ---> 9eb6f36e3f9c 13:51:49 Step 3/4 : COPY go.mod . 13:51:49 ---> 808d3570edf1 13:51:49 Step 4/4 : RUN go mod download 13:51:49 ---> Running in feeb443afdab 13:52:15 Removing intermediate container feeb443afdab 13:52:15 ---> ce2138a46231 13:52:15 Successfully built ce2138a46231 13:52:15 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:52:16 + docker inspect -f . ci-base-image-x86_64 13:52:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:52:16 prd-ubuntu20.04-docker-8c-8g-6878 does not seem to be running inside a container 13:52:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/660 -v /w/workspace/edgex-go/660:/w/workspace/edgex-go/660:rw,z -v /w/workspace/edgex-go/660@tmp:/w/workspace/edgex-go/660@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 13:52:16 $ docker top 3b6b670f841a10402c1f4de08dbf5a61ad630272cd6268b1c65afb0fa8728a92 -eo pid,comm [Pipeline] { [Pipeline] sh 13:52:17 + go version 13:52:17 go version go1.21.9 linux/amd64 [Pipeline] } 13:52:17 $ docker stop --time=1 3b6b670f841a10402c1f4de08dbf5a61ad630272cd6268b1c65afb0fa8728a92 13:52:18 $ docker rm -f --volumes 3b6b670f841a10402c1f4de08dbf5a61ad630272cd6268b1c65afb0fa8728a92 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:52:18 + docker inspect -f . ci-base-image-x86_64 13:52:18 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:52:18 prd-ubuntu20.04-docker-8c-8g-6878 does not seem to be running inside a container 13:52:18 $ 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/660 -v /w/workspace/edgex-go/660:/w/workspace/edgex-go/660:rw,z -v /w/workspace/edgex-go/660@tmp:/w/workspace/edgex-go/660@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 13:52:19 $ docker top 1ac37b64b779bdd0fc19ee3e869004f0f689ab2c67f356c946d475e6a70bbcfc -eo pid,comm [Pipeline] { [Pipeline] echo 13:52:19 ========================================================= 13:52:19 [edgeXBuildGoParallel] Running Tests and Build... 13:52:19 ========================================================= [Pipeline] sh 13:52:19 + git config --global --add safe.directory /w/workspace/edgex-go/660 [Pipeline] fileExists [Pipeline] sh 13:52:19 + make test 13:52:19 go test -race -coverprofile=coverage.out ./... 13:52:26 ? github.com/edgexfoundry/edgex-go [no test files] 13:52:52 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 13:52:52 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 13:52:52 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 13:52:52 ? github.com/edgexfoundry/edgex-go/cmd/core-keeper [no test files] 13:52:52 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 13:52:52 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 13:52:52 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 13:52:52 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 13:52:52 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 13:52:52 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 13:52:52 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 13:52:52 ? github.com/edgexfoundry/edgex-go/cmd/support-cron-scheduler [no test files] 13:52:53 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 13:52:53 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 13:52:53 ? github.com/edgexfoundry/edgex-go/internal [no test files] 13:52:53 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 13:52:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 13:52:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 13:52:55 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.021s coverage: 28.7% of statements 13:52:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 13:52:56 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 13:52:56 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 13:52:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 13:52:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 13:52:57 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.035s coverage: 97.0% of statements 13:52:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 13:52:57 ? github.com/edgexfoundry/edgex-go/internal/core/keeper [no test files] 13:52:57 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/application [no test files] 13:52:57 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/config [no test files] 13:52:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 13:52:57 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 13:52:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 13:52:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 13:52:57 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/container [no test files] 13:52:58 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 13:52:58 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks [no test files] 13:52:58 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/registry [no test files] 13:52:58 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/utils [no test files] 13:52:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 13:53:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 13:53:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 13:53:00 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.049s coverage: 69.2% of statements 13:53:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.039s coverage: 53.2% of statements 13:53:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.636s coverage: 93.4% of statements 13:53:00 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.047s coverage: 91.7% of statements 13:53:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.043s coverage: 6.5% of statements 13:53:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 13:53:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 13:53:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 13:53:02 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 13:53:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 13:53:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 13:53:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 13:53:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 13:53:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 13:53:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres [no test files] 13:53:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 13:53:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.364s coverage: 95.8% of statements 13:53:04 ok github.com/edgexfoundry/edgex-go/internal/io 1.022s coverage: 72.2% of statements 13:53:04 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.014s coverage: 0.0% of statements [no tests to run] 13:53:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 13:53:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 13:53:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.034s coverage: 0.8% of statements 13:53:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.035s coverage: 32.2% of statements 13:53:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.023s coverage: 41.7% of statements 13:53:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.029s coverage: 77.8% of statements 13:53:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.026s coverage: 94.1% of statements 13:53:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.035s coverage: 96.3% of statements 13:53:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.020s coverage: 87.5% of statements 13:53:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 13:53:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 13:53:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 13:53:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 13:53:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 13:53:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 13:53:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 13:53:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 13:53:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 13:53:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 13:53:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 13:53:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 13:53:08 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 13:53:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 13:53:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 13:53:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 13:53:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 13:53:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 13:53:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 13:53:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 13:53:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 13:53:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 13:53:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 13:53:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 13:53:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 13:53:16 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 13:53:16 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 13:53:16 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 13:53:16 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler [no test files] 13:53:16 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces [no test files] 13:53:16 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces/mocks [no test files] 13:53:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 13:53:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.023s coverage: 94.4% of statements 13:53:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 13:53:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 13:53:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 13:53:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 13:53:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 13:53:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 13:53:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 13:53:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 13:53:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 13:53:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 13:53:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 13:53:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 13:53:23 Running on prd-ubuntu20.04-docker-arm64-4c-16g-6885 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 13:53:23 Running in /w/workspace/edgex-go/660 [Pipeline] { [Pipeline] checkout 13:53:26 The recommended git tool is: git 13:53:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.256s coverage: 79.9% of statements 13:53:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.047s coverage: 92.9% of statements 13:53:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.028s coverage: 64.4% of statements 13:53:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.025s coverage: 62.3% of statements 13:53:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.033s coverage: 87.2% of statements 13:53:31 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.022s coverage: 20.0% of statements 13:53:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.018s coverage: 100.0% of statements 13:53:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.063s coverage: 81.8% of statements 13:53:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.062s coverage: 82.1% of statements 13:53:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.021s coverage: 86.0% of statements 13:53:31 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.129s coverage: 63.1% of statements 13:53:31 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.021s coverage: 100.0% of statements 13:53:31 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.018s coverage: 89.4% of statements 13:53:31 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.020s coverage: 100.0% of statements 13:53:31 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.027s coverage: 73.7% of statements 13:53:31 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.018s coverage: 100.0% of statements 13:53:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.151s coverage: 38.4% of statements 13:53:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.027s coverage: 89.5% of statements 13:53:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.020s coverage: 84.8% of statements 13:53:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.045s coverage: 19.9% of statements 13:53:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.096s coverage: 95.7% of statements 13:53:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.032s coverage: 61.8% of statements 13:53:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.068s coverage: 98.9% of statements 13:53: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 13:53:31 running golangci-lint 13:53:31 golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z 13:53:31 go version go1.21.9 linux/amd64 13:53:31 level=info msg="[config_reader] Used config file .golangci.yml" 13:53:31 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 13:53:32 using credential edgex-jenkins-ssh 13:53:32 Cloning the remote Git repository 13:53:32 Cloning repository git@github.com:edgexfoundry/edgex-go.git 13:53:32 > git init /w/workspace/edgex-go/660 # timeout=10 13:53:33 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 13:53:33 > git --version # timeout=10 13:53:33 > git --version # 'git version 2.25.1' 13:53:33 using GIT_SSH to set credentials SSH Credentials for GitHub 13:53:33 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:53:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 13:53:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:53:51 Avoid second fetch 13:53:51 Checking out Revision b103c04882abc23661cee8905a92a31c1ff0bf6a (main) 13:53:52 Commit message: "feat: Implement support-cron-scheduler service persistence layer (#4837)" 13:53:51 > git config core.sparsecheckout # timeout=10 13:53:51 > git checkout -f b103c04882abc23661cee8905a92a31c1ff0bf6a # timeout=10 13:53:53 level=info msg="[loader] Go packages loading at mode 575 (compiled_files|exports_file|imports|deps|files|name|types_sizes) took 21.267626333s" 13:53:53 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 40.684738ms" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:53:56 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 13:53:56 % Total % Received % Xferd Average Speed Time Time Time Current 13:53:56 Dload Upload Total Spent Left Speed 13:53:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 101k 0 --:--:-- --:--:-- --:--:-- 101k [Pipeline] sh 13:53:57 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 13:53:57 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 13:53:57 + sudo tee /etc/docker/daemon.new 13:53:57 { 13:53:57 "registry-mirrors": [ 13:53:57 "https://nexus3.edgexfoundry.org:10001" 13:53:57 ], 13:53:57 "bip": "10.250.0.254/24", 13:53:57 "hosts": [ 13:53:57 "tcp://0.0.0.0:5555", 13:53:57 "unix:///var/run/docker.sock" 13:53:57 ], 13:53:57 "mtu": 1458, 13:53:57 "selinux-enabled": true, 13:53:57 "seccomp-profile": "/etc/docker/seccomp.json" 13:53:57 } [Pipeline] sh 13:53:57 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 13:53:58 + sudo service docker restart 13:54:03 level=info msg="[linters_context/goanalysis] analyzers took 1m24.222081116s with top 10 stages: buildir: 46.826394992s, gosec: 7.27406131s, inspect: 3.350817227s, fact_deprecated: 3.144784576s, printf: 1.716721177s, ctrlflow: 1.555429211s, S1038: 1.151551589s, nilness: 961.197867ms, fact_purity: 901.60238ms, isgenerated: 596.02729ms" 13:54:03 level=info msg="[runner] Issues before processing: 211, after processing: 0" 13:54:03 level=info msg="[runner] Processors filtering stat (out/in): skip_dirs: 211/211, identifier_marker: 211/211, filename_unadjuster: 211/211, skip_files: 211/211, cgo: 211/211, path_prettifier: 211/211, exclude-rules: 21/211, nolint: 0/21, autogenerated_exclude: 211/211, exclude: 211/211" 13:54:03 level=info msg="[runner] processing took 17.218502ms with stages: nolint: 6.880062ms, identifier_marker: 4.973161ms, autogenerated_exclude: 1.749415ms, path_prettifier: 1.582127ms, exclude-rules: 1.17611ms, skip_dirs: 813.065µs, cgo: 27.271µs, filename_unadjuster: 13.631µs, max_same_issues: 770ns, skip_files: 460ns, fixer: 350ns, uniq_by_line: 340ns, exclude: 270ns, diff: 260ns, sort_results: 250ns, severity-rules: 240ns, source_code: 180ns, max_from_linter: 170ns, max_per_file_from_linter: 130ns, path_prefixer: 120ns, path_shortener: 120ns" 13:54:03 level=info msg="[runner] linters took 10.215190818s with stages: goanalysis_metalinter: 10.197882261s" 13:54:03 level=info msg="File cache stats: 0 entries of total size 0B" 13:54:03 level=info msg="Memory: 314 samples, avg is 266.3MB, max is 1313.7MB" 13:54:03 level=info msg="Execution took 31.532441768s" 13:54:03 go vet ./... 13:54:10 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 13:54:10 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 13:54:10 ./bin/test-attribution-txt.sh [Pipeline] echo 13:54:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh 13:54:10 + ls -al . 13:54:10 total 864 13:54:10 drwxrwxr-x 11 1001 1001 4096 Jul 31 13:52 . 13:54:10 drwxr-xr-x 4 root root 4096 Jul 31 13:52 .. 13:54:10 drwxrwxr-x 2 1001 1001 4096 Jul 31 13:51 .blubracket 13:54:10 -rw-rw-r-- 1 1001 1001 10 Jul 31 13:51 .dockerignore 13:54:10 drwxrwxr-x 8 1001 1001 4096 Jul 31 13:53 .git 13:54:10 drwxrwxr-x 3 1001 1001 4096 Jul 31 13:51 .github 13:54:10 -rw-rw-r-- 1 1001 1001 1102 Jul 31 13:51 .gitignore 13:54:10 -rw-rw-r-- 1 1001 1001 42 Jul 31 13:51 .golangci.yml 13:54:10 -rw-rw-r-- 1 1001 1001 100 Jul 31 13:51 .hadolint.yml 13:54:10 drwxr-xr-x 3 1001 1001 4096 Jul 31 13:51 .semver 13:54:10 -rw-rw-r-- 1 1001 1001 155 Jul 31 13:51 .sonarcloud.properties 13:54:10 -rw-rw-r-- 1 1001 1001 1171 Jul 31 13:51 ADOPTERS.md 13:54:10 -rw-rw-r-- 1 1001 1001 20806 Jul 31 13:51 Attribution.txt 13:54:10 -rw-rw-r-- 1 1001 1001 100284 Jul 31 13:51 CHANGELOG.md 13:54:10 -rw-rw-r-- 1 1001 1001 3804 Jul 31 13:51 CONTRIBUTING.md 13:54:10 -rw-rw-r-- 1 1001 1001 677 Jul 31 13:51 GOVERNANCE.md 13:54:10 -rw-rw-r-- 1 1001 1001 861 Jul 31 13:51 Jenkinsfile 13:54:10 -rw-rw-r-- 1 1001 1001 10775 Jul 31 13:51 LICENSE 13:54:10 -rw-rw-r-- 1 1001 1001 16854 Jul 31 13:51 Makefile 13:54:10 -rw-rw-r-- 1 1001 1001 582 Jul 31 13:51 OWNERS.md 13:54:10 -rw-rw-r-- 1 1001 1001 9528 Jul 31 13:51 README.md 13:54:10 -rw-rw-r-- 1 1001 1001 789 Jul 31 13:51 SECURITY.md 13:54:10 -rw-rw-r-- 1 1001 1001 12 Jul 31 13:51 VERSION 13:54:10 drwxrwxr-x 2 1001 1001 4096 Jul 31 13:51 bin 13:54:10 drwxrwxr-x 20 1001 1001 4096 Jul 31 13:51 cmd 13:54:10 -rw-r--r-- 1 root root 497982 Jul 31 13:53 coverage.out 13:54:10 drwxrwxr-x 2 1001 1001 4096 Jul 31 13:51 fuzz_test 13:54:10 -rw-rw-r-- 1 1001 1001 7118 Jul 31 13:51 go.mod 13:54:10 -rw-rw-r-- 1 1001 1001 101672 Jul 31 13:51 go.sum 13:54:10 drwxrwxr-x 7 1001 1001 4096 Jul 31 13:51 internal 13:54:10 drwxrwxr-x 3 1001 1001 4096 Jul 31 13:51 openapi 13:54:10 -rw-rw-r-- 1 1001 1001 584 Jul 31 13:51 security.txt 13:54:10 -rw-rw-r-- 1 1001 1001 204 Jul 31 13:51 version.go [Pipeline] sh 13:54:11 + '[' -e coverage.out ] 13:54:11 + chown 1001:1001 coverage.out [Pipeline] stash 13:54:11 Stashed 1 file(s) [Pipeline] sh 13:54:11 + make build 13:54:11 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:54:16 provisioning config files... 13:54:16 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/660@tmp/config3591619116592981312tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:54:16 ---> ****-login.sh 13:54:16 nexus3.edgexfoundry.org:10001 13:54:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:54:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:54:17 Configure a credential helper to remove this warning. See 13:54:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:54:17 13:54:17 Login Succeeded 13:54:17 nexus3.edgexfoundry.org:10002 13:54:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:54:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:54:17 Configure a credential helper to remove this warning. See 13:54:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:54:17 13:54:17 Login Succeeded 13:54:17 nexus3.edgexfoundry.org:10003 13:54:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:54:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:54:18 Configure a credential helper to remove this warning. See 13:54:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:54:18 13:54:18 Login Succeeded 13:54:18 nexus3.edgexfoundry.org:10004 13:54:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:54:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:54:18 Configure a credential helper to remove this warning. See 13:54:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:54:18 13:54:18 Login Succeeded 13:54:18 ****.io 13:54:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:54:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:54:19 Configure a credential helper to remove this warning. See 13:54:19 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:54:19 13:54:19 Login Succeeded 13:54:19 ---> ****-login.sh ends [Pipeline] } 13:54:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 13:54:19 + git config --global --add safe.directory /w/workspace/edgex-go/660 [Pipeline] echo 13:54:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 13:54:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 13:54:19 ========================================================= 13:54:19 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 13:54:19 ========================================================= [Pipeline] fileExists [Pipeline] sh 13:54:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 13:54:20 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 13:54:20 c6b39de5b339: Pulling fs layer 13:54:20 a69c41024577: Pulling fs layer 13:54:20 d6de4b400683: Pulling fs layer 13:54:20 35cb2a7552d0: Pulling fs layer 13:54:20 4f4fb700ef54: Pulling fs layer 13:54:20 464afbd9ba4c: Pulling fs layer 13:54:20 00f215d4a9da: Pulling fs layer 13:54:20 d496ad576159: Pulling fs layer 13:54:20 4f4fb700ef54: Waiting 13:54:20 464afbd9ba4c: Waiting 13:54:20 00f215d4a9da: Waiting 13:54:20 d496ad576159: Waiting 13:54:20 35cb2a7552d0: Waiting 13:54:20 a69c41024577: Verifying Checksum 13:54:20 a69c41024577: Download complete 13:54:20 35cb2a7552d0: Verifying Checksum 13:54:20 35cb2a7552d0: Download complete 13:54:20 4f4fb700ef54: Verifying Checksum 13:54:20 4f4fb700ef54: Download complete 13:54:20 464afbd9ba4c: Verifying Checksum 13:54:20 464afbd9ba4c: Download complete 13:54:20 c6b39de5b339: Verifying Checksum 13:54:20 c6b39de5b339: Download complete 13:54:20 d496ad576159: Verifying Checksum 13:54:20 d496ad576159: Download complete 13:54:21 c6b39de5b339: Pull complete 13:54:21 a69c41024577: Pull complete 13:54:22 d6de4b400683: Verifying Checksum 13:54:22 d6de4b400683: Download complete 13:54:22 00f215d4a9da: Verifying Checksum 13:54:22 00f215d4a9da: Download complete 13:54:35 d6de4b400683: Pull complete 13:54:35 35cb2a7552d0: Pull complete 13:54:35 4f4fb700ef54: Pull complete 13:54:35 464afbd9ba4c: Pull complete 13:54:37 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 13:54:37 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 13:54:37 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 13:54:37 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 13:54:39 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 13:54:42 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 13:54:44 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 13:54:45 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 13:54:45 00f215d4a9da: Pull complete 13:54:45 d496ad576159: Pull complete 13:54:45 Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 13:54:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 13:54:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists [Pipeline] sh 13:54:46 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 13:54:46 WORKDIR /edgex 13:54:46 COPY go.mod . 13:54:46 RUN go mod download 13:54:46 + docker build -t ci-base-image-arm64 -f - . 13:54:46 Sending build context to Docker daemon 3.311MB 13:54:46 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 13:54:46 ---> f246e2811388 13:54:46 Step 2/4 : WORKDIR /edgex 13:54:47 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 13:54:47 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 13:54:48 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 13:54:48 ---> Running in 321c0be6a8a2 13:54:48 Removing intermediate container 321c0be6a8a2 13:54:48 ---> 64e56aaa8f2e 13:54:48 Step 3/4 : COPY go.mod . 13:54:49 ---> 9efb8a88c022 13:54:49 Step 4/4 : RUN go mod download 13:54:49 ---> Running in 8d371bf59945 13:54:49 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 13:54:50 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 13:54:51 $ docker stop --time=1 1ac37b64b779bdd0fc19ee3e869004f0f689ab2c67f356c946d475e6a70bbcfc 13:54:59 $ docker rm -f --volumes 1ac37b64b779bdd0fc19ee3e869004f0f689ab2c67f356c946d475e6a70bbcfc [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 13:55:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:55:00 13:55:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:55:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:55:00 latest: Pulling from edgex-devops/edgex-compose 13:55:00 91d30c5bc195: Pulling fs layer 13:55:00 2e9b0aa3be6d: Pulling fs layer 13:55:00 9c61dcf015f6: Pulling fs layer 13:55:00 4698f68db338: Pulling fs layer 13:55:00 2a2f49069b9e: Pulling fs layer 13:55:00 e0025b399a48: Pulling fs layer 13:55:00 2a2f49069b9e: Waiting 13:55:00 e0025b399a48: Waiting 13:55:00 4698f68db338: Waiting 13:55:00 91d30c5bc195: Verifying Checksum 13:55:00 91d30c5bc195: Download complete 13:55:00 4698f68db338: Verifying Checksum 13:55:00 4698f68db338: Download complete 13:55:00 2e9b0aa3be6d: Verifying Checksum 13:55:00 2e9b0aa3be6d: Download complete 13:55:00 91d30c5bc195: Pull complete 13:55:00 e0025b399a48: Verifying Checksum 13:55:00 e0025b399a48: Download complete 13:55:00 2a2f49069b9e: Download complete 13:55:01 2e9b0aa3be6d: Pull complete 13:55:01 9c61dcf015f6: Download complete 13:55:03 9c61dcf015f6: Pull complete 13:55:03 4698f68db338: Pull complete 13:55:04 2a2f49069b9e: Pull complete 13:55:04 e0025b399a48: Pull complete 13:55:04 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 13:55:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:55:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:55:04 prd-ubuntu20.04-docker-8c-8g-6878 does not seem to be running inside a container 13:55: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/660 -v /w/workspace/edgex-go/660:/w/workspace/edgex-go/660:rw,z -v /w/workspace/edgex-go/660@tmp:/w/workspace/edgex-go/660@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 13:55:07 $ docker top c2fcdd619e5bce426f97482c20244b73574e042b1e7c1c0e8130f5d8ca9cf8ce -eo pid,comm [Pipeline] { [Pipeline] sh 13:55:08 + docker compose -f ./docker-compose-build.yml build --parallel 13:55:10 #1 [security-spire-agent internal] load build definition from Dockerfile 13:55:10 #1 transferring dockerfile: 1.81kB done 13:55:10 #1 DONE 0.0s 13:55:10 13:55:10 #2 [security-spiffe-token-provider internal] load build definition from Dockerfile 13:55:10 #2 transferring dockerfile: 1.89kB done 13:55:10 #2 DONE 0.0s 13:55:10 13:55:10 #3 [core-command internal] load build definition from Dockerfile 13:55:10 #3 transferring dockerfile: 1.93kB done 13:55:10 #3 DONE 0.0s 13:55:10 13:55:10 #4 [security-bootstrapper internal] load build definition from Dockerfile 13:55:10 #4 transferring dockerfile: 2.93kB done 13:55:10 #4 DONE 0.0s 13:55:10 13:55:10 #5 [support-scheduler internal] load build definition from Dockerfile 13:55:10 #5 transferring dockerfile: 1.93kB done 13:55:10 #5 DONE 0.0s 13:55:10 13:55:10 #6 [core-keeper internal] load build definition from Dockerfile 13:55:10 #6 transferring dockerfile: 2.01kB done 13:55:10 #6 DONE 0.0s 13:55:10 13:55:10 #7 [security-spire-server internal] load build definition from Dockerfile 13:55:10 #7 transferring dockerfile: 1.70kB done 13:55:10 #7 DONE 0.0s 13:55:10 13:55:10 #8 [support-cron-scheduler internal] load build definition from Dockerfile 13:55:10 #8 transferring dockerfile: 1.85kB done 13:55:10 #8 DONE 0.0s 13:55:10 13:55:10 #9 [core-common-config-bootstrapper internal] load build definition from Dockerfile 13:55:10 #9 transferring dockerfile: 2.23kB done 13:55:10 #9 DONE 0.0s 13:55:10 13:55:10 #10 [security-proxy-auth internal] load build definition from Dockerfile 13:55:10 #10 transferring dockerfile: 2.15kB done 13:55:10 #10 DONE 0.0s 13:55:10 13:55:10 #11 [security-spire-config internal] load build definition from Dockerfile 13:55:10 #11 transferring dockerfile: 1.69kB done 13:55:10 #11 DONE 0.0s 13:55:10 13:55:10 #12 [core-metadata internal] load build definition from Dockerfile 13:55:10 #12 transferring dockerfile: 2.06kB done 13:55:10 #12 DONE 0.0s 13:55:10 13:55:10 #13 [support-notifications internal] load build definition from Dockerfile 13:55:10 #13 transferring dockerfile: 1.95kB done 13:55:10 #13 DONE 0.0s 13:55:10 13:55:10 #14 [security-proxy-setup internal] load build definition from Dockerfile 13:55:10 #14 transferring dockerfile: 2.50kB done 13:55:10 #14 DONE 0.0s 13:55:10 13:55:10 #15 [core-data internal] load build definition from Dockerfile 13:55:10 #15 transferring dockerfile: 2.01kB done 13:55:10 #15 DONE 0.0s 13:55:10 13:55:10 #16 [security-spire-agent internal] load .dockerignore 13:55:10 #16 transferring context: 50B done 13:55:10 #16 DONE 0.0s 13:55:10 13:55:10 #17 [security-secretstore-setup internal] load build definition from Dockerfile 13:55:10 #17 transferring dockerfile: 2.49kB done 13:55:10 #17 DONE 0.0s 13:55:10 13:55:10 #18 [security-spiffe-token-provider internal] load .dockerignore 13:55:10 #18 transferring context: 50B done 13:55:10 #18 DONE 0.0s 13:55:10 13:55:10 #19 [core-command internal] load .dockerignore 13:55:10 #19 transferring context: 50B done 13:55:10 #19 DONE 0.0s 13:55:10 13:55:10 #20 [security-bootstrapper internal] load .dockerignore 13:55:10 #20 transferring context: 50B done 13:55:10 #20 DONE 0.0s 13:55:10 13:55:10 #21 [support-scheduler internal] load .dockerignore 13:55:10 #21 transferring context: 50B done 13:55:10 #21 DONE 0.0s 13:55:10 13:55:10 #22 [core-keeper internal] load .dockerignore 13:55:10 #22 transferring context: 50B done 13:55:10 #22 DONE 0.0s 13:55:10 13:55:10 #23 [security-spire-server internal] load .dockerignore 13:55:11 #23 transferring context: 50B done 13:55:11 #23 DONE 0.0s 13:55:11 13:55:11 #24 [support-cron-scheduler internal] load .dockerignore 13:55:11 #24 transferring context: 50B done 13:55:11 #24 DONE 0.0s 13:55:11 13:55:11 #25 [security-proxy-auth internal] load .dockerignore 13:55:11 #25 transferring context: 50B done 13:55:11 #25 DONE 0.0s 13:55:11 13:55:11 #26 [core-common-config-bootstrapper internal] load .dockerignore 13:55:11 #26 transferring context: 50B done 13:55:11 #26 DONE 0.0s 13:55:11 13:55:11 #27 [security-spire-config internal] load .dockerignore 13:55:11 #27 transferring context: 50B done 13:55:11 #27 DONE 0.0s 13:55:11 13:55:11 #28 [core-metadata internal] load .dockerignore 13:55:11 #28 transferring context: 50B done 13:55:11 #28 DONE 0.0s 13:55:11 13:55:11 #29 [support-notifications internal] load .dockerignore 13:55:11 #29 transferring context: 50B done 13:55:11 #29 DONE 0.0s 13:55:11 13:55:11 #30 [security-proxy-setup internal] load .dockerignore 13:55:11 #30 transferring context: 50B done 13:55:11 #30 DONE 0.0s 13:55:11 13:55:11 #31 [core-data internal] load .dockerignore 13:55:11 #31 transferring context: 50B done 13:55:11 #31 DONE 0.0s 13:55:11 13:55:11 #32 [security-secretstore-setup internal] load .dockerignore 13:55:11 #32 transferring context: 50B done 13:55:11 #32 DONE 0.0s 13:55:11 13:55:11 #33 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.18 13:55:11 #33 DONE 0.1s 13:55:11 13:55:11 #34 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 13:55:11 #34 ... 13:55:11 13:55:11 #35 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 13:55:11 #35 DONE 0.0s 13:55:11 13:55:11 #35 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 13:55:11 #35 DONE 0.0s 13:55:11 13:55:11 #36 [core-keeper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 13:55:11 #36 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 13:55:11 #36 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done 13:55:11 #36 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 1.05MB / 3.42MB 0.1s 13:55:11 #36 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 13:55:11 #36 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done 13:55:11 #36 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 13:55:11 #36 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done 13:55:11 #36 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.2s 13:55:11 #36 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 13:55:11 #36 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done 13:55:11 #36 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 13:55:11 #36 ... 13:55:11 13:55:11 #35 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 13:55:11 #35 DONE 0.0s 13:55:11 13:55:11 #33 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.18 13:55:11 #33 DONE 0.4s 13:55:11 13:55:11 #34 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 13:55:11 #34 DONE 0.6s 13:55:11 13:55:11 #36 [security-proxy-setup stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 13:55:11 #36 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 13:55:11 #36 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done 13:55:11 #36 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.2s done 13:55:11 #36 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 13:55:11 #36 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done 13:55:11 #36 ... 13:55:11 13:55:11 #37 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 13:55:11 #37 DONE 0.7s 13:55:11 13:55:11 #36 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 13:55:11 #36 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 13:55:11 #36 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done 13:55:11 #36 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.2s done 13:55:11 #36 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 13:55:11 #36 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done 13:55:11 #36 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.5s done 13:55:12 #36 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.5s done 13:55:12 #36 ... 13:55:12 13:55:12 #38 [security-spire-config internal] load build context 13:55:12 #38 transferring context: 25.48kB 0.1s done 13:55:12 #38 DONE 0.4s 13:55:12 13:55:12 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:55:12 #39 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.1s done 13:55:12 #39 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 13:55:12 #39 sha256:635ef0c15e5d10109d5e7842c7878c49c6edc3c6cbe33257f9a5a7800c36b8fc 1.05kB / 1.05kB done 13:55:12 #39 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done 13:55:12 #39 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.2s done 13:55:12 #39 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.3s 13:55:12 #39 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0B / 283B 0.3s 13:55:12 #39 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done 13:55:12 #39 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0B / 30.73MB 0.3s 13:55:12 #39 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done 13:55:12 #39 ... 13:55:12 13:55:12 #36 [security-proxy-setup stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 13:55:12 #36 DONE 1.4s 13:55:12 13:55:12 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:55:12 #39 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.3s done 13:55:12 #39 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.4s done 13:55:12 #39 ... 13:55:12 13:55:12 #40 [security-spire-server internal] load build context 13:55:12 #40 transferring context: 27.23kB 0.1s done 13:55:12 #40 DONE 0.8s 13:55:12 13:55:12 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:55:12 #39 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 3.15MB / 30.73MB 0.5s 13:55:12 #39 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 done 13:55:12 #39 ... 13:55:12 13:55:12 #41 [security-spire-agent internal] load build context 13:55:12 #41 transferring context: 26.76kB 0.0s done 13:55:12 #41 DONE 0.8s 13:55:12 13:55:12 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:55:12 #39 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 8.39MB / 30.73MB 0.7s 13:55:12 #39 ... 13:55:12 13:55:12 #42 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 13:55:12 #42 DONE 1.4s 13:55:12 13:55:12 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:55:12 #39 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 12.58MB / 30.73MB 0.8s 13:55:13 #39 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 16.78MB / 30.73MB 0.9s 13:55:13 #39 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 19.92MB / 30.73MB 1.0s 13:55:13 #39 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 27.26MB / 30.73MB 1.3s 13:55:13 #39 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 1.5s 13:55:13 #39 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 1.7s done 13:55:14 #39 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 13:55:16 #39 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 1.9s done 13:55:21 #39 ... 13:55:21 13:55:21 #43 [security-spiffe-token-provider internal] load build context 13:55:21 #43 transferring context: 243.46MB 9.9s 13:55:21 #43 ... 13:55:21 13:55:21 #44 [security-bootstrapper internal] load build context 13:55:21 #44 ... 13:55:21 13:55:21 #45 [core-keeper internal] load build context 13:55:21 #45 ... 13:55:21 13:55:21 #46 [core-common-config-bootstrapper internal] load build context 13:55:21 #46 ... 13:55:21 13:55:21 #47 [core-data internal] load build context 13:55:21 #47 ... 13:55:21 13:55:21 #48 [security-proxy-setup internal] load build context 13:55:21 #48 ... 13:55:21 13:55:21 #49 [security-secretstore-setup internal] load build context 13:55:22 #49 ... 13:55:22 13:55:22 #50 [support-cron-scheduler internal] load build context 13:55:22 #50 ... 13:55:22 13:55:22 #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 13:55:22 #51 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 0.2s done 13:55:22 #51 sha256:1fcf53c806298a8fb3f151b1a5597420145ec1ac8dcc22c9b93d48ad1d788b34 1.05kB / 1.05kB done 13:55:22 #51 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done 13:55:22 #51 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done 13:55:22 #51 sha256:b8f0c3debb052bf3ec04f6a01139fc8d0eaea748ab628fea2efcdfd913787512 1.59kB / 1.59kB done 13:55:22 #51 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B done 13:55:22 #51 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.1s done 13:55:22 #51 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done 13:55:22 #51 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 0.2s 13:55:22 #51 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 0.6s done 13:55:22 #51 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done 13:55:22 #51 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 1.3s done 13:55:22 #51 ... 13:55:22 13:55:22 #52 [support-scheduler internal] load build context 13:55:22 #52 ... 13:55:22 13:55:22 #53 [core-metadata internal] load build context 13:55:22 #53 ... 13:55:22 13:55:22 #54 [core-command internal] load build context 13:55:22 #54 ... 13:55:22 13:55:22 #55 [security-proxy-auth internal] load build context 13:55:22 #55 ... 13:55:22 13:55:22 #56 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 13:55:22 #56 ... 13:55:22 13:55:22 #57 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 13:55:22 #57 ... 13:55:22 13:55:22 #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 13:55:23 #58 ... 13:55:23 13:55:23 #59 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 13:55:23 #59 ... 13:55:23 13:55:23 #60 [security-proxy-auth stage-1 2/7] RUN apk add --update --no-cache dumb-init 13:55:23 #0 1.156 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 13:55:23 #0 1.280 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 13:55:23 #0 1.585 (1/1) Installing dumb-init (1.2.5-r2) 13:55:23 #0 1.589 Executing busybox-1.36.1-r7.trigger 13:55:23 #0 1.618 OK: 7 MiB in 16 packages 13:55:23 #60 ... 13:55:23 13:55:23 #61 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 13:55:23 #0 1.211 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 13:55:23 #0 1.391 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 13:55:23 #0 1.684 v3.18.8-25-g4ef9fee9d02 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 13:55:23 #0 1.684 v3.18.8-24-g39a9b27d196 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 13:55:23 #0 1.684 OK: 20070 distinct packages available 13:55:23 #0 1.723 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 13:55:23 #0 1.805 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 13:55:23 #0 1.992 (1/5) Installing dumb-init (1.2.5-r2) 13:55:23 #0 1.997 (2/5) Installing musl-obstack (1.2.3-r2) 13:55:23 #0 2.001 (3/5) Installing libucontext (1.2-r2) 13:55:23 #0 2.002 (4/5) Installing gcompat (1.1.0-r1) 13:55:23 #0 2.007 (5/5) Installing openssl (3.1.6-r0) 13:55:23 #0 2.031 Executing busybox-1.36.1-r7.trigger 13:55:23 #0 2.037 OK: 8 MiB in 20 packages 13:55:23 #61 ... 13:55:23 13:55:23 #62 [core-command builder 2/7] WORKDIR /edgex-go 13:55:23 #62 ... 13:55:23 13:55:23 #63 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 13:55:23 #63 ... 13:55:23 13:55:23 #64 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 13:55:23 #64 ... 13:55:23 13:55:23 #65 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 13:55:23 #65 ... 13:55:23 13:55:23 #66 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 13:55:23 #66 ... 13:55:23 13:55:23 #67 [support-notifications internal] load build context 13:55:23 #67 ... 13:55:23 13:55:23 #53 [core-metadata internal] load build context 13:55:24 #53 transferring context: 492.69MB 12.6s done 13:55:27 #53 ... 13:55:27 13:55:27 #67 [support-notifications internal] load build context 13:55:28 #67 transferring context: 492.69MB 16.3s done 13:55:31 #67 ... 13:55:31 13:55:31 #43 [security-spiffe-token-provider internal] load build context 13:55:31 #43 transferring context: 492.69MB 14.3s done 13:55:31 #43 ... 13:55:31 13:55:31 #44 [security-bootstrapper internal] load build context 13:55:31 #44 transferring context: 492.69MB 12.9s done 13:55:31 #44 ... 13:55:31 13:55:31 #45 [core-keeper internal] load build context 13:55:31 #45 transferring context: 492.69MB 14.2s done 13:55:31 #45 ... 13:55:31 13:55:31 #46 [core-common-config-bootstrapper internal] load build context 13:55:31 #46 transferring context: 492.69MB 13.8s done 13:55:32 #46 ... 13:55:32 13:55:32 #48 [security-proxy-setup internal] load build context 13:55:32 #48 transferring context: 492.69MB 12.3s done 13:55:32 #48 ... 13:55:32 13:55:32 #47 [core-data internal] load build context 13:55:32 #47 transferring context: 492.69MB 13.1s done 13:55:32 #47 ... 13:55:32 13:55:32 #50 [support-cron-scheduler internal] load build context 13:55:32 #50 transferring context: 492.69MB 13.9s done 13:55:32 #50 ... 13:55:32 13:55:32 #49 [security-secretstore-setup internal] load build context 13:55:32 #49 transferring context: 492.69MB 13.7s done 13:55:32 #49 ... 13:55:32 13:55:32 #52 [support-scheduler internal] load build context 13:55:32 #52 transferring context: 492.69MB 12.6s done 13:55:33 #52 ... 13:55:33 13:55:33 #54 [core-command internal] load build context 13:55:33 #54 transferring context: 492.69MB 14.2s done 13:55:33 #54 ... 13:55:33 13:55:33 #55 [security-proxy-auth internal] load build context 13:55:33 #55 transferring context: 492.69MB 13.4s done 13:55:45 Removing intermediate container 8d371bf59945 13:55:45 ---> 6a24ff6125cc 13:55:46 Successfully built 6a24ff6125cc 13:55:46 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:55:46 + docker inspect -f . ci-base-image-arm64 13:55:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:55:46 prd-ubuntu20.04-docker-arm64-4c-16g-6885 does not seem to be running inside a container 13:55:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/660 -v /w/workspace/edgex-go/660:/w/workspace/edgex-go/660:rw,z -v /w/workspace/edgex-go/660@tmp:/w/workspace/edgex-go/660@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 13:55:48 $ docker top 86cc17e596459578b3c3ebb2f6e1a19574dfff539e0253b29431a57cb60963f1 -eo pid,comm [Pipeline] { [Pipeline] sh 13:55:48 + go version 13:55:48 go version go1.21.9 linux/arm64 [Pipeline] } 13:55:48 $ docker stop --time=1 86cc17e596459578b3c3ebb2f6e1a19574dfff539e0253b29431a57cb60963f1 13:55:50 $ docker rm -f --volumes 86cc17e596459578b3c3ebb2f6e1a19574dfff539e0253b29431a57cb60963f1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:55:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:55:51 13:55:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:55:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:55:51 latest: Pulling from edgex-devops/edgex-compose-arm64 13:55:51 547446be3368: Pulling fs layer 13:55:51 d125d8839a47: Pulling fs layer 13:55:51 3e85d5ac6304: Pulling fs layer 13:55:51 c3105a71a48b: Pulling fs layer 13:55:51 0f093f025ec4: Pulling fs layer 13:55:51 c3106fc0e877: Pulling fs layer 13:55:51 c3105a71a48b: Waiting 13:55:51 0f093f025ec4: Waiting 13:55:51 c3106fc0e877: Waiting 13:55:51 547446be3368: Verifying Checksum 13:55:51 547446be3368: Download complete 13:55:51 c3105a71a48b: Verifying Checksum 13:55:51 c3105a71a48b: Download complete 13:55:52 d125d8839a47: Verifying Checksum 13:55:52 d125d8839a47: Download complete 13:55:52 c3106fc0e877: Verifying Checksum 13:55:52 c3106fc0e877: Download complete 13:55:52 0f093f025ec4: Verifying Checksum 13:55:52 0f093f025ec4: Download complete 13:55:52 547446be3368: Pull complete 13:55:53 d125d8839a47: Pull complete 13:55:54 3e85d5ac6304: Verifying Checksum 13:55:54 3e85d5ac6304: Download complete 13:55:55 #55 ... 13:55:55 13:55:55 #52 [support-scheduler internal] load build context 13:55:55 #52 DONE 42.2s 13:55:55 13:55:55 #48 [security-proxy-setup internal] load build context 13:55:55 #48 DONE 41.8s 13:55:55 13:55:55 #44 [security-bootstrapper internal] load build context 13:55:55 #44 DONE 42.2s 13:55:55 13:55:55 #53 [core-metadata internal] load build context 13:55:55 #53 DONE 41.9s 13:55:55 13:55:55 #47 [core-data internal] load build context 13:55:55 #47 DONE 41.9s 13:55:55 13:55:55 #62 [core-command builder 2/7] WORKDIR /edgex-go 13:55:55 #62 DONE 40.5s 13:55:55 13:55:55 #60 [core-command stage-1 2/7] RUN apk add --update --no-cache dumb-init 13:55:55 #60 DONE 41.0s 13:55:55 13:55:55 #50 [support-cron-scheduler internal] load build context 13:55:55 #50 DONE 42.2s 13:55:55 13:55:55 #46 [core-common-config-bootstrapper internal] load build context 13:55:55 #46 DONE 42.1s 13:55:55 13:55:55 #61 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 13:55:55 #61 DONE 41.3s 13:55:55 13:55:55 #68 [security-proxy-auth stage-1 3/7] RUN apk --no-cache upgrade 13:55:55 #68 ... 13:55:55 13:55:55 #55 [security-proxy-auth internal] load build context 13:55:55 #55 DONE 42.0s 13:55:55 13:55:55 #49 [security-secretstore-setup internal] load build context 13:55:55 #49 DONE 42.0s 13:55:55 13:55:55 #54 [core-command internal] load build context 13:55:55 #54 DONE 42.3s 13:55:55 13:55:55 #43 [security-spiffe-token-provider internal] load build context 13:55:55 #43 DONE 42.4s 13:55:55 13:55:55 #45 [core-keeper internal] load build context 13:55:55 #45 DONE 42.3s 13:55:55 13:55:55 #67 [support-notifications internal] load build context 13:55:55 #67 DONE 42.1s 13:55:55 13:55:55 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:55:55 #39 ... 13:55:55 13:55:55 #59 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 13:55:55 #59 DONE 41.8s 13:55:55 13:55:55 #64 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 13:55:55 #64 41.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 13:55:55 #64 41.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 13:55:55 #64 41.92 (1/2) Installing ca-certificates (20240226-r0) 13:55:55 #64 41.94 (2/2) Installing dumb-init (1.2.5-r2) 13:55:55 #64 41.95 Executing busybox-1.36.1-r7.trigger 13:55:55 #64 41.95 Executing ca-certificates-20240226-r0.trigger 13:55:55 #64 42.02 OK: 8 MiB in 17 packages 13:55:55 #64 DONE 42.4s 13:55:55 13:55:55 #65 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 13:55:55 #65 41.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 13:55:55 #65 41.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 13:55:55 #65 42.03 (1/1) Installing dumb-init (1.2.5-r2) 13:55:55 #65 42.03 Executing busybox-1.36.1-r7.trigger 13:55:55 #65 42.04 OK: 7 MiB in 16 packages 13:55:55 #65 DONE 42.4s 13:55:55 13:55:55 #56 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 13:55:55 #56 41.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 13:55:55 #56 41.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 13:55:55 #56 41.99 (1/2) Installing dumb-init (1.2.5-r2) 13:55:55 #56 42.01 (2/2) Installing su-exec (0.2-r3) 13:55:55 #56 42.02 Executing busybox-1.36.1-r7.trigger 13:55:55 #56 42.03 OK: 7 MiB in 17 packages 13:55:55 #56 DONE 42.4s 13:55:55 13:55:55 #66 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 13:55:55 #66 41.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 13:55:55 #66 41.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 13:55:55 #66 42.07 (1/4) Installing dumb-init (1.2.5-r2) 13:55:55 #66 42.08 (2/4) Installing openssl (3.1.6-r0) 13:55:55 #66 42.09 (3/4) Installing su-exec (0.2-r3) 13:55:55 #66 42.09 (4/4) Installing yq (4.33.3-r5) 13:55:55 #66 42.16 Executing busybox-1.36.1-r7.trigger 13:55:55 #66 42.17 OK: 17 MiB in 19 packages 13:55:55 #66 DONE 42.4s 13:55:55 13:55:55 #69 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 13:55:55 #69 ... 13:55:55 13:55:55 #70 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 13:55:55 #0 1.129 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 13:55:55 #0 1.218 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 13:55:55 #0 1.409 OK: 264 MiB in 52 packages 13:55:55 #70 DONE 1.5s 13:55:55 13:55:55 #71 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ 13:55:55 #71 DONE 0.1s 13:55:55 13:55:55 #57 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 13:55:55 #57 41.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 13:55:55 #57 41.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 13:55:55 #57 42.08 v3.18.8-25-g4ef9fee9d02 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 13:55:55 #57 42.08 v3.18.8-24-g39a9b27d196 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 13:55:55 #57 42.08 OK: 20070 distinct packages available 13:55:55 #57 42.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 13:55:55 #57 42.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 13:55:55 #57 42.44 (1/4) Installing dumb-init (1.2.5-r2) 13:55:55 #57 42.44 (2/4) Installing musl-obstack (1.2.3-r2) 13:55:55 #57 42.44 (3/4) Installing libucontext (1.2-r2) 13:55:55 #57 42.45 (4/4) Installing gcompat (1.1.0-r1) 13:55:55 #57 42.45 Executing busybox-1.36.1-r7.trigger 13:55:55 #57 42.46 OK: 8 MiB in 19 packages 13:55:55 #57 DONE 42.6s 13:55:55 13:55:55 #72 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 13:55:55 #72 ... 13:55:55 13:55:55 #73 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 13:55:55 #0 1.428 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 13:55:55 #0 1.506 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 13:55:55 #0 1.690 OK: 264 MiB in 52 packages 13:55:55 #73 DONE 1.8s 13:55:55 13:55:55 #74 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 13:55:55 #74 DONE 0.1s 13:55:55 13:55:55 #75 [core-data builder 3/7] RUN apk add --update --no-cache make git 13:55:55 #0 1.428 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 13:55:55 #0 1.527 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 13:55:55 #0 1.765 OK: 264 MiB in 52 packages 13:55:55 #75 DONE 1.9s 13:55:55 13:55:55 #76 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 13:55:55 #76 DONE 0.0s 13:55:55 13:55:55 #77 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:55:56 #77 ... 13:55:56 13:55:56 #63 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 13:55:56 #63 41.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 13:55:56 #63 42.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 13:55:56 #63 43.01 (1/4) Installing ca-certificates (20240226-r0) 13:55:56 #63 43.03 (2/4) Installing dumb-init (1.2.5-r2) 13:55:56 #63 43.03 (3/4) Installing su-exec (0.2-r3) 13:55:56 #63 43.04 (4/4) Installing yq (4.33.3-r5) 13:55:56 #63 43.11 Executing busybox-1.36.1-r7.trigger 13:55:56 #63 43.11 Executing ca-certificates-20240226-r0.trigger 13:55:56 #63 43.15 OK: 17 MiB in 19 packages 13:55:56 #63 DONE 43.5s 13:55:56 13:55:56 #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 13:55:56 #58 41.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 13:55:56 #58 42.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 13:55:56 #58 42.71 v3.18.8-25-g4ef9fee9d02 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 13:55:56 #58 42.71 v3.18.8-24-g39a9b27d196 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 13:55:56 #58 42.71 OK: 20070 distinct packages available 13:55:56 #58 42.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 13:55:56 #58 42.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 13:55:56 #58 43.07 (1/11) Installing ca-certificates (20240226-r0) 13:55:56 #58 43.09 (2/11) Installing brotli-libs (1.0.9-r14) 13:55:56 #58 43.10 (3/11) Installing libunistring (1.1-r1) 13:55:56 #58 43.12 (4/11) Installing libidn2 (2.3.4-r1) 13:55:56 #58 43.12 (5/11) Installing nghttp2-libs (1.57.0-r0) 13:55:56 #58 43.13 (6/11) Installing libcurl (8.9.0-r0) 13:55:56 #58 43.14 (7/11) Installing curl (8.9.0-r0) 13:55:56 #58 43.15 (8/11) Installing dumb-init (1.2.5-r2) 13:55:56 #58 43.16 (9/11) Installing musl-obstack (1.2.3-r2) 13:55:56 #58 43.16 (10/11) Installing libucontext (1.2-r2) 13:55:56 #58 43.16 (11/11) Installing gcompat (1.1.0-r1) 13:55:56 #58 43.16 Executing busybox-1.36.1-r7.trigger 13:55:56 #58 43.17 Executing ca-certificates-20240226-r0.trigger 13:55:56 #58 43.22 OK: 12 MiB in 26 packages 13:55:56 #58 DONE 43.5s 13:55:56 13:55:56 #78 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 13:55:56 #78 DONE 2.6s 13:55:56 13:55:56 #79 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 13:55:57 #79 ... 13:55:57 13:55:57 #80 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 13:55:57 #0 3.100 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 13:55:57 #0 3.185 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 13:55:57 #0 3.368 v3.18.8-25-g4ef9fee9d02 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 13:55:57 #0 3.368 v3.18.8-24-g39a9b27d196 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 13:55:57 #0 3.368 OK: 20077 distinct packages available 13:55:57 #0 3.417 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 13:55:57 #0 3.510 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 13:55:57 #0 3.711 OK: 264 MiB in 52 packages 13:55:57 #80 DONE 3.9s 13:55:57 13:55:57 #81 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 13:55:57 #81 DONE 0.0s 13:55:57 13:55:57 #82 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:55:57 #82 ... 13:55:57 13:55:57 #69 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 13:55:57 #69 2.270 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 13:55:57 #69 2.363 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 13:55:57 #69 2.561 OK: 8 MiB in 17 packages 13:55:57 #69 DONE 2.7s 13:55:57 13:55:57 #83 [core-data stage-1 3/7] RUN apk --no-cache upgrade 13:55:57 #0 2.347 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 13:55:57 #0 2.434 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 13:55:57 #0 2.649 OK: 7 MiB in 16 packages 13:55:57 #83 DONE 2.8s 13:55:57 13:55:57 #68 [security-proxy-auth stage-1 3/7] RUN apk --no-cache upgrade 13:55:57 #68 3.015 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 13:55:57 #68 4.146 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 13:55:58 #68 ... 13:55:58 13:55:58 #84 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 13:55:58 #0 3.109 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 13:55:58 #0 4.228 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 13:55:58 #0 4.438 OK: 8 MiB in 20 packages 13:55:58 #84 DONE 4.6s 13:55:58 13:55:58 #68 [security-proxy-auth stage-1 3/7] RUN apk --no-cache upgrade 13:55:58 #68 4.361 OK: 7 MiB in 16 packages 13:55:59 #68 ... 13:55:59 13:55:59 #85 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 13:55:59 #0 2.586 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 13:55:59 #0 2.717 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 13:55:59 #0 2.923 OK: 7 MiB in 17 packages 13:55:59 #85 DONE 4.3s 13:55:59 13:55:59 #86 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 13:55:59 #0 2.484 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 13:55:59 #0 3.023 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 13:55:59 #0 3.727 (1/1) Installing dumb-init (1.2.5-r2) 13:55:59 #0 4.042 Executing busybox-1.36.1-r7.trigger 13:55:59 #0 4.050 OK: 7 MiB in 16 packages 13:55:59 #86 DONE 4.9s 13:55:59 13:55:59 #68 [core-command stage-1 3/7] RUN apk --no-cache upgrade 13:55:59 #68 DONE 5.7s 13:55:59 13:55:59 #87 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 13:55:59 #0 2.787 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 13:55:59 #0 2.880 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 13:55:59 #0 3.072 OK: 17 MiB in 19 packages 13:55:59 #87 DONE 4.3s 13:55:59 13:55:59 #88 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 13:55:59 #88 DONE 1.4s 13:55:59 13:55:59 #89 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 13:55:59 #89 DONE 0.1s 13:55:59 13:55:59 #90 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 13:55:59 #90 DONE 1.4s 13:55:59 13:55:59 #91 [security-spire-server stage-2 5/9] COPY Attribution.txt / 13:55:59 #91 DONE 0.1s 13:55:59 13:55:59 #72 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 13:55:59 #72 4.080 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 13:55:59 #72 4.193 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 13:55:59 #72 4.583 OK: 8 MiB in 19 packages 13:56:00 #72 DONE 5.1s 13:56:00 13:56:00 #92 [security-spire-server stage-2 6/9] COPY security.txt / 13:56:00 #92 DONE 0.9s 13:56:00 13:56:00 #93 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 13:56:00 #0 3.182 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 13:56:00 #0 3.276 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 13:56:00 #0 3.667 OK: 12 MiB in 26 packages 13:56:00 #93 DONE 4.2s 13:56:00 13:56:00 #94 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 13:56:00 #0 3.218 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 13:56:00 #0 3.312 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 13:56:00 #0 3.671 OK: 17 MiB in 19 packages 13:56:00 #94 DONE 4.2s 13:56:00 13:56:00 #95 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 13:56:00 #95 DONE 1.0s 13:56:00 13:56:00 #96 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 13:56:01 #96 DONE 0.6s 13:56:01 13:56:01 #97 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 13:56:01 #97 DONE 0.6s 13:56:01 13:56:01 #98 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 13:56:01 #98 DONE 0.6s 13:56:01 13:56:01 #99 [security-spire-agent stage-3 7/10] COPY security.txt / 13:56:01 #99 DONE 0.1s 13:56:01 13:56:01 #100 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 13:56:01 #100 DONE 0.1s 13:56:01 13:56:01 #101 [security-spire-config stage-2 5/10] COPY Attribution.txt / 13:56:01 #101 DONE 0.1s 13:56:01 13:56:01 #102 [security-spire-config stage-2 6/10] COPY security.txt / 13:56:01 #102 DONE 0.1s 13:56:01 13:56:01 #103 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 13:56:01 #103 DONE 0.1s 13:56:01 13:56:01 #104 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 13:56:01 #104 DONE 0.1s 13:56:01 13:56:01 #105 [security-spire-server] exporting to image 13:56:01 #105 exporting layers 13:56:01 #105 ... 13:56:01 13:56:01 #106 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 13:56:01 #106 DONE 0.1s 13:56:01 13:56:01 #107 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 13:56:01 #107 DONE 0.1s 13:56:01 13:56:01 #108 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 13:56:01 #108 DONE 0.1s 13:56:01 13:56:01 #109 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 13:56:01 #109 DONE 0.1s 13:56:01 13:56:01 #110 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 13:56:01 #110 DONE 0.1s 13:56:01 13:56:01 #105 [security-spire-config] exporting to image 13:56:01 #105 ... 13:56:01 13:56:01 #111 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 13:56:01 #111 DONE 2.3s 13:56:01 13:56:01 #112 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 13:56:01 #112 DONE 0.0s 13:56:01 13:56:01 #79 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 13:56:01 #79 4.750 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 13:56:01 #79 5.217 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 13:56:02 #79 5.838 OK: 264 MiB in 52 packages 13:56:02 #79 DONE 5.9s 13:56:02 13:56:02 #113 [core-keeper builder 5/8] COPY go.mod vendor* ./ 13:56:02 #113 DONE 0.1s 13:56:02 13:56:02 #105 [security-spire-config] exporting to image 13:56:02 #105 exporting layers 0.6s done 13:56:02 #105 writing image sha256:be484348fd8084e8d57b9fb4395eb74e45d239dd9cca0b315b9daf47655403ea done 13:56:02 #105 naming to docker.io/library/security-spire-server done 13:56:02 #105 writing image sha256:101edd16619f3bd72d95a38276fa1ab5d514f8af323c7e6bb4ab238536b56f0c done 13:56:02 #105 naming to docker.io/library/security-spire-agent done 13:56:02 #105 writing image sha256:2454bba75aaf0f2ee97b5d7d05ee6cfef0407d5b4c5c38490715af8957cd12fd done 13:56:02 #105 naming to docker.io/library/security-spire-config done 13:56:02 #105 DONE 1.1s 13:56:02 13:56:02 #114 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:56:02 #114 ... 13:56:02 13:56:02 #115 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:56:03 #115 ... 13:56:03 13:56:03 #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 13:56:03 #51 ... 13:56:03 13:56:03 #116 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:56:04 3e85d5ac6304: Pull complete 13:56:04 c3105a71a48b: Pull complete 13:56:05 0f093f025ec4: Pull complete 13:56:05 c3106fc0e877: Pull complete 13:56:05 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 13:56:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:56:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:56:05 prd-ubuntu20.04-docker-arm64-4c-16g-6885 does not seem to be running inside a container 13:56:05 $ 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/660 -v /w/workspace/edgex-go/660:/w/workspace/edgex-go/660:rw,z -v /w/workspace/edgex-go/660@tmp:/w/workspace/edgex-go/660@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 13:56:07 $ docker top 6a9360a68313e81e86c958f586f60c7583cf5da9b3067dfe00aa9138ce023ebf -eo pid,comm [Pipeline] { [Pipeline] sh 13:56:08 + docker compose -f ./docker-compose-build.yml build --parallel 13:56:18 #1 [core-common-config-bootstrapper internal] load build definition from Dockerfile 13:56:18 #1 transferring dockerfile: 13:56:18 #1 transferring dockerfile: 2.23kB done 13:56:18 #1 DONE 0.1s 13:56:18 13:56:18 #2 [security-proxy-setup internal] load build definition from Dockerfile 13:56:18 #2 transferring dockerfile: 2.50kB done 13:56:18 #2 DONE 0.1s 13:56:18 13:56:18 #3 [security-spire-agent internal] load build definition from Dockerfile 13:56:18 #3 transferring dockerfile: 1.81kB 0.0s done 13:56:18 #3 DONE 0.1s 13:56:18 13:56:18 #4 [core-metadata internal] load build definition from Dockerfile 13:56:18 #4 transferring dockerfile: 2.06kB 0.0s done 13:56:18 #4 DONE 0.1s 13:56:18 13:56:18 #5 [security-proxy-auth internal] load build definition from Dockerfile 13:56:18 #5 transferring dockerfile: 2.15kB 0.0s done 13:56:18 #5 DONE 0.1s 13:56:18 13:56:18 #6 [core-keeper internal] load build definition from Dockerfile 13:56:18 #6 transferring dockerfile: 2.01kB done 13:56:18 #6 DONE 0.1s 13:56:18 13:56:18 #7 [support-notifications internal] load build definition from Dockerfile 13:56:18 #7 transferring dockerfile: 1.95kB done 13:56:18 #7 DONE 0.1s 13:56:18 13:56:18 #8 [core-command internal] load build definition from Dockerfile 13:56:18 #8 transferring dockerfile: 1.93kB done 13:56:18 #8 DONE 0.0s 13:56:18 13:56:18 #9 [security-secretstore-setup internal] load build definition from Dockerfile 13:56:18 #9 transferring dockerfile: 2.49kB done 13:56:18 #9 DONE 0.1s 13:56:18 13:56:18 #10 [core-data internal] load build definition from Dockerfile 13:56:18 #10 transferring dockerfile: 2.01kB done 13:56:18 #10 DONE 0.1s 13:56:18 13:56:18 #11 [security-spire-config internal] load build definition from Dockerfile 13:56:18 #11 transferring dockerfile: 1.69kB done 13:56:18 #11 DONE 0.1s 13:56:18 13:56:18 #12 [support-scheduler internal] load build definition from Dockerfile 13:56:18 #12 transferring dockerfile: 1.93kB done 13:56:18 #12 DONE 0.1s 13:56:18 13:56:18 #13 [security-bootstrapper internal] load build definition from Dockerfile 13:56:18 #13 transferring dockerfile: 2.93kB done 13:56:18 #13 DONE 0.1s 13:56:18 13:56:18 #14 [security-spire-server internal] load build definition from Dockerfile 13:56:18 #14 transferring dockerfile: 1.70kB done 13:56:18 #14 DONE 0.1s 13:56:18 13:56:18 #15 [security-spiffe-token-provider internal] load build definition from Dockerfile 13:56:18 #15 transferring dockerfile: 1.89kB done 13:56:18 #15 DONE 0.1s 13:56:19 13:56:19 #16 [support-cron-scheduler internal] load build definition from Dockerfile 13:56:19 #16 transferring dockerfile: 1.85kB done 13:56:19 #16 DONE 0.1s 13:56:19 13:56:19 #17 [core-common-config-bootstrapper internal] load .dockerignore 13:56:19 #17 transferring context: 13:56:19 #17 transferring context: 50B done 13:56:19 #17 DONE 0.1s 13:56:19 13:56:19 #18 [security-proxy-setup internal] load .dockerignore 13:56:19 #18 transferring context: 50B done 13:56:19 #18 DONE 0.0s 13:56:19 13:56:19 #19 [security-spire-agent internal] load .dockerignore 13:56:19 #19 transferring context: 50B done 13:56:19 #19 DONE 0.0s 13:56:19 13:56:19 #20 [security-proxy-auth internal] load .dockerignore 13:56:19 #20 DONE 0.0s 13:56:19 13:56:19 #21 [core-metadata internal] load .dockerignore 13:56:19 #21 transferring context: 50B done 13:56:19 #21 DONE 0.1s 13:56:19 13:56:19 #20 [security-proxy-auth internal] load .dockerignore 13:56:19 #20 transferring context: 50B 0.0s done 13:56:19 #20 DONE 0.1s 13:56:19 13:56:19 #22 [core-keeper internal] load .dockerignore 13:56:20 #22 transferring context: 50B done 13:56:20 #22 DONE 0.1s 13:56:20 13:56:20 #23 [support-notifications internal] load .dockerignore 13:56:20 #23 transferring context: 50B 0.0s done 13:56:20 #23 DONE 0.1s 13:56:20 13:56:20 #24 [core-command internal] load .dockerignore 13:56:20 #24 transferring context: 50B 0.0s done 13:56:20 #24 DONE 0.1s 13:56:20 13:56:20 #25 [security-secretstore-setup internal] load .dockerignore 13:56:20 #25 transferring context: 50B 0.0s done 13:56:20 #25 DONE 0.1s 13:56:20 13:56:20 #26 [core-data internal] load .dockerignore 13:56:20 #26 transferring context: 50B done 13:56:20 #26 DONE 0.1s 13:56:20 13:56:20 #27 [support-scheduler internal] load .dockerignore 13:56:20 #27 transferring context: 50B 0.0s done 13:56:20 #27 DONE 0.1s 13:56:20 13:56:20 #28 [security-spire-config internal] load .dockerignore 13:56:20 #28 transferring context: 50B 0.0s done 13:56:20 #28 DONE 0.1s 13:56:20 13:56:20 #29 [security-bootstrapper internal] load .dockerignore 13:56:20 #29 transferring context: 50B 0.0s done 13:56:20 #29 DONE 0.1s 13:56:20 13:56:20 #30 [security-spire-server internal] load .dockerignore 13:56:20 #30 transferring context: 50B 0.0s done 13:56:20 #30 DONE 0.1s 13:56:20 13:56:20 #31 [security-spiffe-token-provider internal] load .dockerignore 13:56:20 #31 transferring context: 50B 0.0s done 13:56:20 #31 DONE 0.1s 13:56:20 13:56:20 #32 [support-cron-scheduler internal] load .dockerignore 13:56:20 #32 transferring context: 50B 0.0s done 13:56:20 #32 DONE 0.1s 13:56:20 13:56:20 #33 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 13:56:20 #33 DONE 0.0s 13:56:20 13:56:20 #34 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 13:56:20 #34 DONE 0.2s 13:56:20 13:56:20 #35 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 13:56:20 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 13:56:20 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 13:56:20 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 13:56:20 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 13:56:20 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 1.05MB / 3.34MB 0.1s 13:56:21 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.15MB / 3.34MB 0.2s 13:56:21 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 13:56:21 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 13:56:21 #35 ... 13:56:21 13:56:21 #36 [core-common-config-bootstrapper internal] load build context 13:56:21 #36 transferring context: 2.91MB 0.6s done 13:56:21 #36 DONE 0.7s 13:56:21 13:56:21 #35 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 13:56:21 #35 ... 13:56:21 13:56:21 #33 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 13:56:21 #33 DONE 0.0s 13:56:21 13:56:21 #34 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.18 13:56:21 #34 DONE 0.2s 13:56:21 13:56:21 #37 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 13:56:21 #37 DONE 1.7s 13:56:21 13:56:21 #35 [security-proxy-setup stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 13:56:21 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 13:56:21 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 13:56:21 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 13:56:21 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 13:56:21 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 13:56:22 #35 ... 13:56:22 13:56:22 #33 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 13:56:22 #33 DONE 0.0s 13:56:22 13:56:22 #35 [security-proxy-setup stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 13:56:22 #35 ... 13:56:22 13:56:22 #33 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 13:56:22 #33 DONE 0.1s 13:56:22 13:56:22 #35 [security-proxy-setup stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 13:56:22 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done 13:56:22 #35 ... 13:56:22 13:56:22 #33 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 13:56:22 #33 DONE 0.1s 13:56:22 13:56:22 #37 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 13:56:22 #37 DONE 1.7s 13:56:22 13:56:22 #38 [security-proxy-setup builder 2/7] WORKDIR /edgex-go 13:56:22 #38 DONE 0.8s 13:56:22 13:56:22 #35 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 13:56:22 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 13:56:22 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 13:56:22 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 13:56:22 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 13:56:22 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 13:56:22 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done 13:56:22 #35 ... 13:56:22 13:56:22 #33 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 13:56:22 #33 DONE 0.1s 13:56:22 13:56:22 #33 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 13:56:22 #33 DONE 0.1s 13:56:22 13:56:22 #39 [security-proxy-auth internal] load build context 13:56:22 #39 ... 13:56:22 13:56:22 #33 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 13:56:22 #33 DONE 0.1s 13:56:22 13:56:22 #39 [security-proxy-auth internal] load build context 13:56:22 #39 ... 13:56:22 13:56:22 #37 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 13:56:22 #37 DONE 1.8s 13:56:22 13:56:22 #34 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.18 13:56:22 #34 DONE 1.2s 13:56:22 13:56:22 #38 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go 13:56:22 #38 DONE 0.9s 13:56:22 13:56:22 #39 [security-proxy-auth internal] load build context 13:56:23 #39 ... 13:56:23 13:56:23 #37 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 13:56:23 #37 DONE 1.8s 13:56:23 13:56:23 #33 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 13:56:23 #33 DONE 0.1s 13:56:23 13:56:23 #38 [core-keeper builder 2/7] WORKDIR /edgex-go 13:56:23 #38 DONE 0.9s 13:56:23 13:56:23 #39 [security-proxy-auth internal] load build context 13:56:23 #39 ... 13:56:23 13:56:23 #40 [security-proxy-setup internal] load build context 13:56:23 #40 transferring context: 2.91MB 1.0s done 13:56:23 #40 DONE 1.4s 13:56:23 13:56:23 #39 [security-proxy-auth internal] load build context 13:56:23 #39 transferring context: 2.91MB 1.0s done 13:56:23 #39 DONE 1.1s 13:56:23 13:56:23 #35 [core-keeper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 13:56:23 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 13:56:23 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 13:56:23 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 13:56:23 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 13:56:23 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 13:56:23 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done 13:56:23 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 13:56:23 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 13:56:23 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 13:56:23 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 13:56:23 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 13:56:23 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done 13:56:23 #35 DONE 3.5s 13:56:23 13:56:23 #33 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 13:56:23 #33 DONE 0.1s 13:56:23 13:56:23 #41 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 13:56:23 #41 DONE 1.6s 13:56:23 13:56:23 #42 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 13:56:23 #42 DONE 1.6s 13:56:23 13:56:23 #43 [security-spire-agent internal] load build context 13:56:23 #43 DONE 0.0s 13:56:23 13:56:23 #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:56:23 #44 DONE 0.0s 13:56:23 13:56:23 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 13:56:23 #45 DONE 0.0s 13:56:23 13:56:23 #46 [core-metadata internal] load build context 13:56:23 #46 transferring context: 2.91MB 0.9s done 13:56:23 #46 DONE 1.4s 13:56:23 13:56:23 #37 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 13:56:23 #37 DONE 1.8s 13:56:23 13:56:23 #38 [support-scheduler builder 2/7] WORKDIR /edgex-go 13:56:23 #38 DONE 0.9s 13:56:23 13:56:23 #33 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 13:56:23 #33 DONE 0.1s 13:56:23 13:56:23 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:56:23 #44 DONE 0.0s 13:56:23 13:56:23 #35 [security-spire-config stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 13:56:23 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 13:56:23 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 13:56:23 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 13:56:23 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 13:56:23 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 13:56:23 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done 13:56:23 #35 DONE 3.5s 13:56:23 13:56:23 #34 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.18 13:56:23 #34 ... 13:56:23 13:56:23 #37 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 13:56:23 #37 DONE 1.9s 13:56:23 13:56:23 #38 [security-bootstrapper builder 2/7] WORKDIR /edgex-go 13:56:23 #38 DONE 1.0s 13:56:23 13:56:23 #35 [security-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 13:56:23 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 13:56:23 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 13:56:23 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 13:56:23 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 13:56:23 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 13:56:23 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done 13:56:23 #35 DONE 3.5s 13:56:23 13:56:23 #47 [security-spire-server internal] load build context 13:56:23 #47 DONE 0.0s 13:56:23 13:56:23 #48 [security-spire-config internal] load build context 13:56:23 #48 DONE 0.0s 13:56:23 13:56:23 #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:56:23 #44 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:56:23 #44 ... 13:56:23 13:56:23 #33 [support-cron-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 13:56:23 #33 DONE 0.1s 13:56:23 13:56:23 #34 [support-cron-scheduler internal] load metadata for docker.io/library/alpine:3.18 13:56:25 #34 DONE 3.1s 13:56:25 13:56:25 #37 [support-cron-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 13:56:25 #37 DONE 1.9s 13:56:25 13:56:25 #38 [support-cron-scheduler builder 2/7] WORKDIR /edgex-go 13:56:25 #38 DONE 1.0s 13:56:25 13:56:25 #35 [support-cron-scheduler stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 13:56:25 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 13:56:25 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 13:56:25 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 13:56:25 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 13:56:25 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 13:56:25 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done 13:56:25 #35 DONE 3.6s 13:56:25 13:56:25 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:56:25 #44 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.3s done 13:56:25 #44 ... 13:56:25 13:56:25 #37 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 13:56:25 #37 DONE 1.9s 13:56:25 13:56:25 #38 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go 13:56:25 #38 DONE 1.0s 13:56:25 13:56:25 #35 [security-spiffe-token-provider stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 13:56:25 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 13:56:25 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 13:56:25 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 13:56:25 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 13:56:25 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 13:56:25 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done 13:56:25 #35 DONE 3.6s 13:56:25 13:56:25 #43 [security-spire-agent internal] load build context 13:56:25 #43 transferring context: 26.76kB 0.4s done 13:56:25 #43 DONE 1.6s 13:56:25 13:56:25 #49 [security-spiffe-token-provider internal] load build context 13:56:25 #49 ... 13:56:25 13:56:25 #48 [security-spire-config internal] load build context 13:56:25 #48 transferring context: 25.48kB 0.3s done 13:56:25 #48 DONE 2.3s 13:56:26 13:56:26 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:56:26 #44 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 13:56:26 #44 ... 13:56:26 13:56:26 #47 [security-spire-server internal] load build context 13:56:26 #47 transferring context: 27.23kB 0.2s done 13:56:26 #47 DONE 2.4s 13:56:26 13:56:26 #50 [core-keeper internal] load build context 13:56:26 #50 ... 13:56:26 13:56:26 #51 [support-notifications internal] load build context 13:56:26 #51 transferring context: 2.91MB 2.5s done 13:56:26 #51 DONE 3.5s 13:56:26 13:56:26 #50 [core-keeper internal] load build context 13:56:26 #50 ... 13:56:26 13:56:26 #52 [core-command internal] load build context 13:56:26 #52 transferring context: 2.91MB 2.7s done 13:56:26 #52 DONE 3.6s 13:56:26 13:56:26 #50 [core-keeper internal] load build context 13:56:26 #50 transferring context: 2.91MB 3.1s done 13:56:27 #50 DONE 3.8s 13:56:27 13:56:27 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:56:27 #44 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done 13:56:27 #44 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done 13:56:27 #44 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0B / 114B 0.1s 13:56:27 #44 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.3s 13:56:27 #44 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0B / 123.56kB 0.3s 13:56:27 #44 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.0s done 13:56:27 #44 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.4s done 13:56:27 #44 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.6s done 13:56:27 #44 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.0s done 13:56:27 #44 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.5s done 13:56:28 #44 ... 13:56:28 13:56:28 #53 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 13:56:28 #53 DONE 5.1s 13:56:28 13:56:28 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:56:28 #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 0B / 28.04MB 0.9s 13:56:28 #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 2.10MB / 28.04MB 1.3s 13:56:28 #44 ... 13:56:28 13:56:28 #54 [core-data internal] load build context 13:56:28 #54 transferring context: 2.91MB 3.7s done 13:56:28 #54 DONE 5.8s 13:56:28 13:56:28 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:56:29 #44 ... 13:56:29 13:56:29 #55 [security-secretstore-setup internal] load build context 13:56:29 #55 transferring context: 2.91MB 3.9s done 13:56:29 #55 DONE 5.9s 13:56:29 13:56:29 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:56:29 #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 4.19MB / 28.04MB 1.7s 13:56:29 #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 5.76MB / 28.04MB 2.2s 13:56:29 #44 ... 13:56:29 13:56:29 #56 [support-scheduler internal] load build context 13:56:29 #56 transferring context: 2.91MB 2.8s done 13:56:29 #56 DONE 6.3s 13:56:29 13:56:29 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:56:30 #44 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 13:56:30 #44 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.1s done 13:56:30 #44 ... 13:56:30 13:56:30 #57 [security-bootstrapper internal] load build context 13:56:30 #57 transferring context: 2.91MB 2.5s done 13:56:30 #57 DONE 6.8s 13:56:30 13:56:30 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:56:30 #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 7.34MB / 28.04MB 3.2s 13:56:31 #44 ... 13:56:31 13:56:31 #58 [support-cron-scheduler internal] load build context 13:56:31 #58 transferring context: 2.91MB 2.7s done 13:56:31 #58 DONE 5.7s 13:56:31 13:56:31 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:56:31 #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 9.44MB / 28.04MB 4.0s 13:56:31 #44 ... 13:56:31 13:56:31 #49 [security-spiffe-token-provider internal] load build context 13:56:31 #49 transferring context: 2.91MB 2.9s done 13:56:31 #49 DONE 6.6s 13:56:31 13:56:31 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:56:32 #44 ... 13:56:32 13:56:32 #59 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 13:56:32 #0 5.474 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 13:56:32 #0 6.289 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 13:56:32 #0 8.301 OK: 266 MiB in 52 packages 13:56:32 #59 DONE 9.4s 13:56:32 13:56:32 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:56:32 #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 10.94MB / 28.04MB 4.8s 13:56:32 #44 ... 13:56:32 13:56:32 #60 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git 13:56:32 #0 6.992 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 13:56:32 #0 7.904 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 13:56:32 #0 9.882 OK: 266 MiB in 52 packages 13:56:32 #60 ... 13:56:32 13:56:32 #61 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 13:56:32 #0 6.025 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 13:56:32 #0 6.839 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 13:56:32 #0 9.263 OK: 266 MiB in 52 packages 13:56:32 #61 DONE 10.3s 13:56:32 13:56:32 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:56:32 #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 14.43MB / 28.04MB 5.4s 13:56:32 #44 ... 13:56:32 13:56:32 #60 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git 13:56:32 #60 DONE 11.5s 13:56:32 13:56:32 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:56:32 #44 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 13:56:33 #44 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.2s done 13:56:33 #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 16.78MB / 28.04MB 6.1s 13:56:33 #44 ... 13:56:33 13:56:33 #62 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 13:56:33 #62 DONE 1.3s 13:56:33 13:56:33 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:56:33 #44 ... 13:56:33 13:56:33 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 13:56:33 #45 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 2.2s done 13:56:33 #45 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done 13:56:33 #45 sha256:1cbbb4d32abefab6d582ffdf2ecab3a33d813855ce9593d156b424aad59c2bc6 1.05kB / 1.05kB done 13:56:33 #45 sha256:9869d663529914e12e63d3ebe0579063a79fb13f870d88333173c39a993fe22a 1.59kB / 1.59kB done 13:56:33 #45 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.3s done 13:56:33 #45 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.5s done 13:56:33 #45 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.0s done 13:56:33 #45 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 0.7s done 13:56:33 #45 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.32MB / 18.32MB 5.5s done 13:56:33 #45 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.1s done 13:56:33 #45 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 0.5s done 13:56:34 #45 ... 13:56:34 13:56:34 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:56:34 #44 ... 13:56:34 13:56:34 #63 [support-notifications builder 4/7] COPY go.mod vendor* ./ 13:56:34 #63 DONE 1.9s 13:56:34 13:56:34 #64 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 13:56:34 #64 DONE 1.4s 13:56:34 13:56:34 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:56:34 #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 18.36MB / 28.04MB 6.7s 13:56:34 #44 ... 13:56:34 13:56:34 #65 [support-scheduler stage-1 2/9] RUN apk add --update --no-cache dumb-init 13:56:34 #65 ... 13:56:34 13:56:34 #66 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 13:56:34 #66 ... 13:56:34 13:56:34 #67 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 13:56:34 #67 ... 13:56:34 13:56:34 #68 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 13:56:34 #68 ... 13:56:34 13:56:34 #69 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 13:56:35 #69 ... 13:56:35 13:56:35 #70 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 13:56:35 #70 ... 13:56:35 13:56:35 #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 13:56:35 #71 ... 13:56:35 13:56:35 #72 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 13:56:35 #72 ... 13:56:35 13:56:35 #73 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 13:56:35 #73 ... 13:56:35 13:56:35 #74 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 13:56:35 #74 ... 13:56:35 13:56:35 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:56:35 #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 24.12MB / 28.04MB 8.2s 13:56:36 #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 26.21MB / 28.04MB 8.7s 13:56:36 #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 9.0s done 13:56:36 #44 ... 13:56:36 13:56:36 #75 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 13:56:36 #75 ... 13:56:36 13:56:36 #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 13:56:36 #71 11.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 13:56:37 #71 11.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 13:56:38 #71 ... 13:56:38 13:56:38 #76 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 13:56:39 #76 ... 13:56:39 13:56:39 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:56:39 #44 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 13:56:39 #44 ... 13:56:39 13:56:39 #65 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init 13:56:39 #65 12.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 13:56:39 #65 12.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 13:56:39 #65 14.18 (1/1) Installing dumb-init (1.2.5-r2) 13:56:39 #65 14.19 Executing busybox-1.36.1-r7.trigger 13:56:39 #65 14.28 OK: 8 MiB in 16 packages 13:56:39 #65 DONE 15.7s 13:56:39 13:56:39 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:56:40 #44 ... 13:56:40 13:56:40 #70 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 13:56:40 #70 DONE 15.7s 13:56:40 13:56:40 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:56:42 #116 DONE 42.9s 13:56:42 13:56:42 #82 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:56:42 #82 DONE 40.5s 13:56:42 13:56:42 #77 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:56:42 #77 DONE 42.6s 13:56:42 13:56:42 #115 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:56:42 #115 DONE 35.9s 13:56:42 13:56:42 #114 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:56:42 #114 DONE 42.7s 13:56:42 13:56:42 #117 [security-bootstrapper builder 6/7] COPY . . 13:56:44 #44 ... 13:56:44 13:56:44 #77 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:56:44 #77 ... 13:56:44 13:56:44 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 13:56:44 #45 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 6.9s 13:56:44 #45 ... 13:56:44 13:56:44 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:56:44 #44 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 5.3s 13:56:44 #44 ... 13:56:44 13:56:44 #78 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:56:44 #78 ... 13:56:44 13:56:44 #79 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:56:44 #79 ... 13:56:44 13:56:44 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:56:45 #44 ... 13:56:45 13:56:45 #73 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 13:56:45 #73 12.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 13:56:45 #73 12.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 13:56:45 #73 15.82 (1/2) Installing ca-certificates (20240226-r0) 13:56:45 #73 16.19 (2/2) Installing dumb-init (1.2.5-r2) 13:56:45 #73 16.24 Executing busybox-1.36.1-r7.trigger 13:56:45 #73 16.33 Executing ca-certificates-20240226-r0.trigger 13:56:45 #73 17.93 OK: 9 MiB in 17 packages 13:56:45 #73 DONE 20.6s 13:56:45 13:56:45 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:56:47 #44 ... 13:56:47 13:56:47 #66 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 13:56:47 #66 13.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 13:56:47 #66 14.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 13:56:47 #66 18.80 (1/4) Installing dumb-init (1.2.5-r2) 13:56:47 #66 18.86 (2/4) Installing openssl (3.1.6-r0) 13:56:47 #66 18.99 (3/4) Installing su-exec (0.2-r3) 13:56:47 #66 19.00 (4/4) Installing yq (4.33.3-r5) 13:56:47 #66 20.10 Executing busybox-1.36.1-r7.trigger 13:56:47 #66 20.28 OK: 18 MiB in 19 packages 13:56:47 #66 DONE 22.4s 13:56:47 13:56:47 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:56:48 #117 ... 13:56:48 13:56:48 #118 [support-cron-scheduler builder 6/7] COPY . . 13:56:48 #44 ... 13:56:48 13:56:48 #67 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 13:56:48 #67 14.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 13:56:48 #67 15.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 13:56:48 #67 21.50 (1/1) Installing dumb-init (1.2.5-r2) 13:56:48 #67 21.53 Executing busybox-1.36.1-r7.trigger 13:56:48 #67 21.76 OK: 8 MiB in 16 packages 13:56:48 #67 DONE 23.4s 13:56:48 13:56:48 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:56:48 #118 ... 13:56:48 13:56:48 #119 [support-scheduler builder 6/7] COPY . . 13:56:48 #119 ... 13:56:48 13:56:48 #120 [core-keeper builder 7/8] COPY . . 13:56:48 #120 ... 13:56:48 13:56:48 #121 [security-spiffe-token-provider builder 6/7] COPY . . 13:56:49 #44 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 10.3s 13:56:49 #44 ... 13:56:49 13:56:49 #80 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 13:56:49 #0 5.359 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 13:56:49 #0 8.004 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 13:56:49 #80 ... 13:56:49 13:56:49 #68 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 13:56:49 #68 14.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 13:56:49 #68 15.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 13:56:49 #68 22.15 (1/4) Installing ca-certificates (20240226-r0) 13:56:49 #68 22.64 (2/4) Installing dumb-init (1.2.5-r2) 13:56:49 #68 22.79 (3/4) Installing su-exec (0.2-r3) 13:56:49 #68 22.82 (4/4) Installing yq (4.33.3-r5) 13:56:49 #68 24.22 Executing busybox-1.36.1-r7.trigger 13:56:49 #68 24.34 Executing ca-certificates-20240226-r0.trigger 13:56:49 #68 ... 13:56:49 13:56:49 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:56:49 #44 ... 13:56:49 13:56:49 #74 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 13:56:49 #74 14.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 13:56:49 #74 16.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 13:56:49 #74 23.48 v3.18.8-25-g4ef9fee9d02 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 13:56:49 #74 23.48 v3.18.8-24-g39a9b27d196 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 13:56:49 #74 23.48 OK: 19946 distinct packages available 13:56:49 #74 ... 13:56:49 13:56:49 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:56:50 #44 ... 13:56:50 13:56:50 #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 13:56:50 #71 14.90 v3.18.8-25-g4ef9fee9d02 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 13:56:50 #71 14.90 v3.18.8-24-g39a9b27d196 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 13:56:50 #71 14.90 OK: 19953 distinct packages available 13:56:50 #71 16.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 13:56:50 #71 17.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 13:56:50 #71 25.02 OK: 266 MiB in 52 packages 13:56:50 #71 ... 13:56:50 13:56:50 #81 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 13:56:50 #0 4.590 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 13:56:50 #0 6.415 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 13:56:50 #81 ... 13:56:50 13:56:50 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:56:50 #44 ... 13:56:50 13:56:50 #69 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 13:56:50 #69 15.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 13:56:50 #69 17.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 13:56:50 #69 24.00 v3.18.8-25-g4ef9fee9d02 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 13:56:50 #69 24.00 v3.18.8-24-g39a9b27d196 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 13:56:50 #69 24.00 OK: 19946 distinct packages available 13:56:50 #69 25.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 13:56:50 #69 ... 13:56:50 13:56:50 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:56:51 #121 DONE 13.4s 13:56:51 13:56:51 #119 [support-scheduler builder 6/7] COPY . . 13:56:51 #44 ... 13:56:51 13:56:51 #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 13:56:51 #71 DONE 26.6s 13:56:51 #119 DONE 13.5s 13:56:51 13:56:51 #118 [support-cron-scheduler builder 6/7] COPY . . 13:56:51 #118 DONE 13.4s 13:56:51 13:56:51 #122 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:56:51 #122 CACHED 13:56:51 13:56:51 #123 [support-notifications builder 6/7] COPY . . 13:56:51 #123 CACHED 13:56:51 13:56:51 #124 [support-notifications builder 4/7] COPY go.mod vendor* ./ 13:56:51 #124 CACHED 13:56:51 13:56:51 #120 [core-keeper builder 7/8] COPY . . 13:56:51 #120 DONE 13.4s 13:56:51 13:56:51 #125 [security-proxy-setup builder 6/7] COPY . . 13:56:51 #125 CACHED 13:56:51 13:56:51 #126 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:56:51 #126 CACHED 13:56:51 13:56:51 #127 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 13:56:51 #127 CACHED 13:56:51 13:56:51 #117 [security-bootstrapper builder 6/7] COPY . . 13:56:51 #117 DONE 13.4s 13:56:51 13:56:51 #128 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:56:51 #128 CACHED 13:56:51 13:56:51 #129 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 13:56:51 #129 CACHED 13:56:51 13:56:51 #130 [security-secretstore-setup builder 6/7] COPY . . 13:56:51 #130 CACHED 13:56:51 13:56:51 #131 [core-data builder 6/7] COPY . . 13:56:51 #131 CACHED 13:56:51 13:56:51 #132 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:56:51 #132 CACHED 13:56:51 13:56:51 #133 [core-data builder 4/7] COPY go.mod vendor* ./ 13:56:51 #133 CACHED 13:56:51 13:56:51 #134 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:56:51 #134 CACHED 13:56:51 13:56:51 #135 [core-command builder 4/7] COPY go.mod vendor* ./ 13:56:51 #135 CACHED 13:56:51 13:56:51 #136 [core-command builder 6/7] COPY . . 13:56:51 #136 CACHED 13:56:51 13:56:51 #137 [core-metadata builder 4/7] COPY go.mod vendor* ./ 13:56:51 #137 CACHED 13:56:51 13:56:51 #138 [core-metadata builder 6/7] COPY . . 13:56:51 #138 CACHED 13:56:51 13:56:51 #139 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:56:51 #139 CACHED 13:56:51 13:56:51 #140 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 13:56:51 #140 CACHED 13:56:51 13:56:51 #141 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:56:51 #141 CACHED 13:56:51 13:56:51 #142 [core-common-config-bootstrapper builder 6/7] COPY . . 13:56:51 #142 CACHED 13:56:51 13:56:51 #143 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:56:51 #143 CACHED 13:56:51 13:56:51 #144 [security-proxy-auth builder 6/7] COPY . . 13:56:51 #144 CACHED 13:56:51 13:56:51 #145 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 13:56:51 #145 CACHED 13:56:51 13:56:51 #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 13:56:51 13:56:51 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:56:52 #44 ... 13:56:52 13:56:52 #76 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 13:56:52 #76 13.54 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 13:56:52 #76 15.49 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 13:56:52 #76 ... 13:56:52 13:56:52 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:56:52 #44 ... 13:56:52 13:56:52 #82 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 13:56:52 #82 DONE 0.7s 13:56:52 13:56:52 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:56:52 #44 ... 13:56:52 13:56:52 #75 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 13:56:52 #75 15.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 13:56:52 #75 18.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 13:56:52 #75 25.60 v3.18.8-25-g4ef9fee9d02 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 13:56:52 #75 25.60 v3.18.8-24-g39a9b27d196 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 13:56:52 #75 25.60 OK: 19946 distinct packages available 13:56:52 #146 0.852 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 13:56:52 #75 ... 13:56:52 13:56:52 #83 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:56:52 #83 ... 13:56:52 13:56:52 #68 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 13:56:52 #68 25.91 OK: 18 MiB in 19 packages 13:56:52 #68 DONE 28.3s 13:56:52 13:56:52 #72 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 13:56:52 #72 17.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 13:56:52 #72 20.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 13:56:52 #72 27.41 (1/2) Installing dumb-init (1.2.5-r2) 13:56:52 #72 27.47 (2/2) Installing su-exec (0.2-r3) 13:56:52 #72 27.48 Executing busybox-1.36.1-r7.trigger 13:56:52 #72 27.67 OK: 8 MiB in 17 packages 13:56:52 #72 ... 13:56:52 13:56:52 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:56:54 #44 ... 13:56:54 13:56:54 #76 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 13:56:54 #76 24.20 OK: 266 MiB in 52 packages 13:56:54 #76 DONE 25.7s 13:56:54 13:56:54 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:56:54 #44 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 15.6s 13:56:54 #44 ... 13:56:54 13:56:54 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 13:56:54 #45 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 12.3s done 13:56:54 #45 ... 13:56:54 13:56:54 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:56:54 #44 ... 13:56:54 13:56:54 #84 [core-keeper builder 5/8] COPY go.mod vendor* ./ 13:56:54 #84 DONE 0.6s 13:56:55 13:56:55 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:56:55 #44 ... 13:56:55 13:56:55 #72 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 13:56:55 #72 DONE 30.0s 13:56:55 13:56:55 #85 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 13:56:55 #0 5.878 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 13:56:55 #0 8.525 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 13:56:55 #85 ... 13:56:55 13:56:55 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:56:55 #44 ... 13:56:55 13:56:55 #80 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 13:56:55 #80 14.96 OK: 8 MiB in 16 packages 13:56:55 #80 DONE 17.3s 13:56:55 13:56:55 #81 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 13:56:55 #81 14.02 (1/1) Installing dumb-init (1.2.5-r2) 13:56:55 #81 15.30 Executing busybox-1.36.1-r7.trigger 13:56:55 #81 15.40 OK: 8 MiB in 16 packages 13:56:57 #81 ... 13:56:57 13:56:57 #86 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 13:56:57 #0 4.876 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 13:56:57 #0 7.210 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 13:56:57 #86 ... 13:56:57 13:56:57 #81 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 13:56:57 #81 DONE 16.7s 13:56:57 13:56:57 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:56:57 #44 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 18.7s done 13:56:58 #44 ... 13:56:58 13:56:58 #87 [core-data stage-1 3/7] RUN apk --no-cache upgrade 13:56:58 #0 5.072 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 13:56:58 #0 7.670 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 13:56:58 #87 ... 13:56:58 13:56:58 #75 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 13:56:58 #75 27.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 13:56:58 #75 29.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 13:56:58 #75 ... 13:56:58 13:56:58 #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:56:58 #44 DONE 34.8s 13:56:58 13:56:58 #88 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 13:57:00 #88 4.570 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 13:57:00 #88 ... 13:57:00 13:57:00 #74 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 13:57:00 #74 24.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 13:57:00 #74 27.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 13:57:00 #74 33.79 (1/4) Installing dumb-init (1.2.5-r2) 13:57:00 #74 33.81 (2/4) Installing musl-obstack (1.2.3-r2) 13:57:00 #74 33.83 (3/4) Installing libucontext (1.2-r2) 13:57:00 #74 33.86 (4/4) Installing gcompat (1.1.0-r1) 13:57:00 #74 33.88 Executing busybox-1.36.1-r7.trigger 13:57:00 #74 34.02 OK: 8 MiB in 19 packages 13:57:00 #74 ... 13:57:00 13:57:00 #69 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 13:57:00 #69 27.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 13:57:00 #69 33.91 (1/5) Installing dumb-init (1.2.5-r2) 13:57:00 #69 33.96 (2/5) Installing musl-obstack (1.2.3-r2) 13:57:00 #69 33.98 (3/5) Installing libucontext (1.2-r2) 13:57:00 #69 34.00 (4/5) Installing gcompat (1.1.0-r1) 13:57:00 #69 34.04 (5/5) Installing openssl (3.1.6-r0) 13:57:00 #69 34.18 Executing busybox-1.36.1-r7.trigger 13:57:00 #69 34.36 OK: 9 MiB in 20 packages 13:57:00 #69 DONE 35.6s 13:57:00 13:57:00 #89 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade 13:57:00 #89 ... 13:57:00 13:57:00 #74 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 13:57:00 #74 DONE 35.1s 13:57:00 13:57:00 #89 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 13:57:00 #89 ... 13:57:00 13:57:00 #86 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 13:57:00 #86 12.64 OK: 18 MiB in 19 packages 13:57:00 #86 DONE 13.6s 13:57:00 13:57:00 #90 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 13:57:00 #90 DONE 0.4s 13:57:00 13:57:00 #91 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 13:57:01 #91 ... 13:57:01 13:57:01 #87 [core-data stage-1 3/7] RUN apk --no-cache upgrade 13:57:01 #87 11.97 OK: 8 MiB in 16 packages 13:57:01 #87 DONE 13.3s 13:57:01 13:57:01 #85 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 13:57:01 #85 14.60 OK: 9 MiB in 17 packages 13:57:01 #85 DONE 16.2s 13:57:01 13:57:01 #92 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 13:57:01 #0 5.810 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 13:57:01 #0 7.172 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 13:57:02 #92 ... 13:57:02 13:57:02 #88 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 13:57:02 #88 6.722 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 13:57:02 #146 ... 13:57:02 13:57:02 #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 13:57:02 #0 0.991 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 13:57:02 #147 ... 13:57:02 13:57:02 #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 13:57:02 #0 0.452 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 13:57:02 #148 ... 13:57:02 13:57:02 #149 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 13:57:02 #0 1.516 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 13:57:02 #149 ... 13:57:02 13:57:02 #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 13:57:02 #0 0.394 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 13:57:02 #150 ... 13:57:02 13:57:02 #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 13:57:02 #0 1.141 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 13:57:02 #151 ... 13:57:02 13:57:02 #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 13:57:02 #0 0.716 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 13:57:02 #152 ... 13:57:02 13:57:02 #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 13:57:02 #0 1.077 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 13:57:02 #153 ... 13:57:02 13:57:02 #154 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 13:57:02 #0 1.455 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 13:57:02 #154 ... 13:57:02 13:57:02 #155 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 13:57:02 #0 0.825 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 13:57:02 #155 ... 13:57:02 13:57:02 #156 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 13:57:02 #0 1.384 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 13:57:03 #156 ... 13:57:03 13:57:03 #157 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 13:57:03 #0 0.542 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 13:57:03 #157 ... 13:57:03 13:57:03 #158 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 13:57:03 #0 0.517 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 13:57:04 #88 8.926 OK: 8 MiB in 17 packages 13:57:04 #88 DONE 9.7s 13:57:04 13:57:04 #75 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 13:57:04 #75 35.53 (1/11) Installing ca-certificates (20240226-r0) 13:57:04 #75 35.95 (2/11) Installing brotli-libs (1.0.9-r14) 13:57:04 #75 36.03 (3/11) Installing libunistring (1.1-r1) 13:57:04 #75 36.21 (4/11) Installing libidn2 (2.3.4-r1) 13:57:04 #75 36.23 (5/11) Installing nghttp2-libs (1.57.0-r0) 13:57:04 #75 36.25 (6/11) Installing libcurl (8.9.0-r0) 13:57:04 #75 36.35 (7/11) Installing curl (8.9.0-r0) 13:57:04 #75 36.37 (8/11) Installing dumb-init (1.2.5-r2) 13:57:04 #75 36.39 (9/11) Installing musl-obstack (1.2.3-r2) 13:57:04 #75 36.40 (10/11) Installing libucontext (1.2-r2) 13:57:04 #75 36.41 (11/11) Installing gcompat (1.1.0-r1) 13:57:04 #75 36.43 Executing busybox-1.36.1-r7.trigger 13:57:04 #75 36.58 Executing ca-certificates-20240226-r0.trigger 13:57:04 #75 37.36 OK: 13 MiB in 26 packages 13:57:05 #75 ... 13:57:05 13:57:05 #93 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:57:05 #93 ... 13:57:05 13:57:05 #75 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 13:57:05 #75 DONE 38.5s 13:57:05 13:57:05 #92 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 13:57:05 #92 11.47 OK: 18 MiB in 19 packages 13:57:05 #92 DONE 12.4s 13:57:05 13:57:05 #94 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 13:57:07 #94 ... 13:57:07 13:57:07 #89 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade 13:57:07 #89 3.084 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 13:57:07 #89 3.898 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 13:57:07 #89 6.444 OK: 9 MiB in 20 packages 13:57:07 #89 DONE 7.4s 13:57:07 13:57:07 #95 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 13:57:09 #95 ... 13:57:09 13:57:09 #96 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 13:57:09 #96 DONE 4.0s 13:57:09 13:57:09 #91 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 13:57:09 #91 3.209 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 13:57:09 #91 4.225 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 13:57:09 #91 7.802 OK: 8 MiB in 19 packages 13:57:09 #91 DONE 8.8s 13:57:09 13:57:09 #95 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 13:57:09 #95 DONE 1.8s 13:57:09 13:57:09 #97 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 13:57:09 #97 ... 13:57:09 13:57:09 #98 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 13:57:09 #98 DONE 0.6s 13:57:09 13:57:09 #99 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 13:57:10 #99 ... 13:57:10 13:57:10 #100 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 13:57:10 #100 DONE 2.5s 13:57:10 13:57:10 #101 [security-spire-server stage-2 5/9] COPY Attribution.txt / 13:57:10 #101 DONE 0.2s 13:57:10 13:57:10 #102 [security-spire-server stage-2 6/9] COPY security.txt / 13:57:10 #102 DONE 0.2s 13:57:10 13:57:10 #103 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 13:57:10 #103 DONE 0.2s 13:57:10 13:57:10 #104 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 13:57:11 #104 DONE 0.3s 13:57:11 13:57:11 #105 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 13:57:11 #105 ... 13:57:11 13:57:11 #99 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 13:57:11 #99 DONE 1.9s 13:57:11 13:57:11 #105 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 13:57:11 #105 DONE 0.4s 13:57:11 13:57:11 #97 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 13:57:11 #97 DONE 2.1s 13:57:11 13:57:11 #106 [security-spire-server] exporting to image 13:57:11 #106 exporting layers 13:57:11 #106 ... 13:57:11 13:57:11 #107 [security-spire-config stage-2 5/10] COPY Attribution.txt / 13:57:11 #107 DONE 0.4s 13:57:11 13:57:11 #108 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 13:57:11 #108 DONE 0.3s 13:57:11 13:57:11 #109 [security-spire-config stage-2 6/10] COPY security.txt / 13:57:11 #109 DONE 0.3s 13:57:11 13:57:11 #110 [security-spire-agent stage-3 7/10] COPY security.txt / 13:57:11 #110 DONE 0.5s 13:57:11 13:57:11 #111 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 13:57:12 #111 ... 13:57:12 13:57:12 #112 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 13:57:12 #112 DONE 0.2s 13:57:12 13:57:12 #94 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 13:57:12 #94 3.398 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 13:57:12 #94 4.443 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 13:57:12 #94 6.485 OK: 13 MiB in 26 packages 13:57:12 #94 DONE 7.2s 13:57:12 13:57:12 #113 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 13:57:12 #113 ... 13:57:12 13:57:12 #111 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 13:57:12 #111 DONE 0.5s 13:57:12 13:57:12 #113 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 13:57:12 #113 DONE 0.4s 13:57:12 13:57:12 #114 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 13:57:13 #114 DONE 0.3s 13:57:13 13:57:13 #115 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 13:57:13 #115 DONE 0.4s 13:57:13 13:57:13 #106 [security-spire-server] exporting to image 13:57:14 #106 ... 13:57:14 13:57:14 #116 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 13:57:14 #116 DONE 0.6s 13:57:14 13:57:14 #106 [security-spire-agent] exporting to image 13:57:15 #106 exporting layers 3.9s done 13:57:15 #106 writing image sha256:0c4bf04ed733ce5d9536be4772646e6e1602464152e1556d4ec26708dc9b7c39 13:57:15 #106 writing image sha256:0c4bf04ed733ce5d9536be4772646e6e1602464152e1556d4ec26708dc9b7c39 0.0s done 13:57:15 #106 naming to docker.io/library/security-spire-server-arm64 0.0s done 13:57:16 #106 exporting layers 2.8s done 13:57:16 #106 writing image sha256:0a8d0a45ee215a9af9a7280a46c5beeb5f59d8a7d83d87720e471c306180f174 0.0s done 13:57:16 #106 naming to docker.io/library/security-spire-config-arm64 done 13:57:16 #106 exporting layers 2.3s done 13:57:16 #106 writing image sha256:a4e6d7422a297f5f5d259e131d1569c19f896e8938c4a1815ea852778c4b732f done 13:57:16 #106 naming to docker.io/library/security-spire-agent-arm64 done 13:57:16 #106 DONE 5.1s 13:57:16 13:57:16 #78 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:58:24 #78 DONE 101.0s 13:58:24 13:58:24 #79 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:58:24 #79 DONE 101.0s 13:58:24 13:58:24 #117 [core-common-config-bootstrapper builder 6/7] COPY . . 13:58:24 #117 ... 13:58:24 13:58:24 #83 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:58:24 #83 DONE 82.8s 13:58:24 13:58:24 #93 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:58:24 #93 DONE 80.3s 13:58:24 13:58:24 #77 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:58:24 #77 DONE 101.5s 13:58:24 13:58:24 #118 [security-proxy-setup builder 6/7] COPY . . 13:58:24 #118 ... 13:58:24 13:58:24 #119 [security-spiffe-token-provider builder 6/7] COPY . . 13:58:24 #119 DONE 1.5s 13:58:24 13:58:24 #120 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:58:24 #120 CACHED 13:58:24 13:58:24 #121 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 13:58:24 #121 CACHED 13:58:24 13:58:24 #122 [security-bootstrapper builder 6/7] COPY . . 13:58:24 #122 CACHED 13:58:24 13:58:24 #123 [support-cron-scheduler builder 6/7] COPY . . 13:58:24 #123 CACHED 13:58:24 13:58:24 #124 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:58:24 #124 CACHED 13:58:24 13:58:24 #125 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ 13:58:24 #125 CACHED 13:58:24 13:58:24 #126 [support-scheduler builder 6/7] COPY . . 13:58:24 #126 CACHED 13:58:24 13:58:24 #127 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 13:58:24 #127 CACHED 13:58:24 13:58:24 #128 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:58:24 #128 CACHED 13:58:24 13:58:24 #129 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:58:24 #129 CACHED 13:58:24 13:58:24 #130 [core-data builder 4/7] COPY go.mod vendor* ./ 13:58:24 #130 CACHED 13:58:24 13:58:24 #131 [core-data builder 6/7] COPY . . 13:58:24 #131 CACHED 13:58:24 13:58:24 #132 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 13:58:24 #132 CACHED 13:58:24 13:58:24 #133 [security-secretstore-setup builder 6/7] COPY . . 13:58:24 #133 CACHED 13:58:24 13:58:24 #134 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:58:24 #134 CACHED 13:58:24 13:58:24 #135 [core-command builder 6/7] COPY . . 13:58:24 #135 CACHED 13:58:24 13:58:24 #136 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:58:24 #136 CACHED 13:58:24 13:58:24 #137 [core-command builder 4/7] COPY go.mod vendor* ./ 13:58:24 #137 CACHED 13:58:24 13:58:24 #138 [core-keeper builder 7/8] COPY . . 13:58:24 #138 DONE 1.5s 13:58:24 13:58:24 #118 [security-proxy-setup builder 6/7] COPY . . 13:58:24 #118 DONE 1.5s 13:58:24 13:58:24 #139 [security-proxy-auth builder 6/7] COPY . . 13:58:24 #139 CACHED 13:58:24 13:58:24 #140 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 13:58:24 #140 CACHED 13:58:24 13:58:24 #141 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:58:24 #141 CACHED 13:58:24 13:58:24 #142 [support-notifications builder 6/7] COPY . . 13:58:24 #142 DONE 1.7s 13:58:24 13:58:24 #143 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:58:24 #143 CACHED 13:58:24 13:58:24 #144 [core-metadata builder 4/7] COPY go.mod vendor* ./ 13:58:24 #144 CACHED 13:58:24 13:58:24 #145 [core-metadata builder 6/7] COPY . . 13:58:24 #145 CACHED 13:58:24 13:58:24 #117 [core-common-config-bootstrapper builder 6/7] COPY . . 13:58:24 #117 DONE 1.6s 13:58:24 13:58:24 #146 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 13:58:24 #146 ... 13:58:24 13:58:24 #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 13:58:24 #0 5.279 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 13:58:24 #147 ... 13:58:24 13:58:24 #146 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 13:58:24 #146 6.256 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 13:58:24 #158 ... 13:58:24 13:58:24 #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 13:58:24 #147 91.24 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 13:58:26 #146 ... 13:58:26 13:58:26 #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 13:58:26 #0 4.970 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 13:58:27 #148 ... 13:58:27 13:58:27 #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 13:58:27 #0 6.034 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 13:58:27 #149 ... 13:58:27 13:58:27 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 13:58:27 #0 6.685 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 13:58:27 #150 ... 13:58:27 13:58:27 #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 13:58:27 #0 5.230 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 13:58:27 #151 ... 13:58:27 13:58:27 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 13:58:27 #0 6.561 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 13:58:27 #152 ... 13:58:27 13:58:27 #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 13:58:27 #0 4.518 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 13:58:27 #153 ... 13:58:27 13:58:27 #154 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 13:58:27 #0 5.573 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 13:58:27 #154 ... 13:58:27 13:58:27 #155 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 13:58:27 #0 6.623 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 13:58:28 #155 ... 13:58:28 13:58:28 #156 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 13:58:28 #0 6.741 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 13:58:28 #156 ... 13:58:28 13:58:28 #157 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 13:58:28 #0 6.408 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 13:58:28 #157 ... 13:58:28 13:58:28 #158 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 13:58:28 #0 6.536 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 13:59:32 #147 ... 13:59:32 13:59:32 #157 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 13:59:32 #157 DONE 160.6s 13:59:32 13:59:32 #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 13:59:32 #152 DONE 160.6s 13:59:32 13:59:32 #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 13:59:32 #147 DONE 160.6s 13:59:32 13:59:32 #154 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 13:59:32 #154 DONE 160.6s 13:59:32 13:59:32 #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 13:59:32 #150 DONE 160.7s 13:59:32 13:59:32 #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 13:59:32 #148 DONE 160.7s 13:59:32 13:59:32 #156 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 13:59:32 #156 DONE 160.7s 13:59:32 13:59:32 #159 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 13:59:32 #159 ... 13:59:32 13:59:32 #149 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 13:59:32 #149 DONE 160.9s 13:59:32 13:59:32 #160 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 13:59:32 #160 ... 13:59:32 13:59:32 #158 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 13:59:32 #158 DONE 161.1s 13:59:32 13:59:32 #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 13:59:32 #146 DONE 161.1s 13:59:32 13:59:32 #155 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 13:59:32 #155 DONE 161.2s 13:59:32 13:59:32 #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 13:59:32 #153 DONE 161.2s 13:59:32 13:59:32 #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 13:59:32 #151 DONE 161.2s 13:59:32 13:59:32 #161 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 13:59:33 #161 DONE 0.5s 13:59:33 13:59:33 #162 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 13:59:33 #162 DONE 0.9s 13:59:33 13:59:33 #163 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 13:59:33 #163 DONE 1.0s 13:59:33 13:59:33 #159 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 13:59:33 #159 DONE 0.9s 13:59:33 13:59:33 #164 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 13:59:33 #164 DONE 0.8s 13:59:33 13:59:33 #160 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 13:59:33 #160 DONE 0.7s 13:59:33 13:59:33 #165 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 13:59:33 #165 DONE 0.7s 13:59:33 13:59:33 #166 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 13:59:33 #166 ... 13:59:33 13:59:33 #167 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 13:59:33 #167 DONE 0.5s 13:59:33 13:59:33 #168 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 13:59:33 #168 DONE 0.3s 13:59:33 13:59:33 #169 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 13:59:34 #169 ... 13:59:34 13:59:34 #170 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 13:59:34 #170 DONE 0.6s 13:59:34 13:59:34 #171 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 13:59:34 #171 DONE 0.6s 13:59:34 13:59:34 #166 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 13:59:34 #166 DONE 0.6s 13:59:34 13:59:34 #172 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 13:59:34 #172 CACHED 13:59:34 13:59:34 #173 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 13:59:34 #173 CACHED 13:59:34 13:59:34 #174 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 13:59:34 #174 DONE 0.6s 13:59:34 13:59:34 #175 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 13:59:34 #175 DONE 0.7s 13:59:34 13:59:34 #176 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 13:59:34 #176 CACHED 13:59:34 13:59:34 #177 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 13:59:34 #177 CACHED 13:59:34 13:59:34 #178 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 13:59:34 #178 CACHED 13:59:34 13:59:34 #179 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 13:59:34 #179 CACHED 13:59:34 13:59:34 #180 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 13:59:34 #180 CACHED 13:59:34 13:59:34 #181 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 13:59:34 #181 CACHED 13:59:34 13:59:34 #182 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 13:59:34 #182 CACHED 13:59:34 13:59:34 #183 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 13:59:34 #183 CACHED 13:59:34 13:59:34 #169 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 13:59:34 #169 DONE 0.6s 13:59:34 13:59:34 #184 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 13:59:36 #184 ... 13:59:36 13:59:36 #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 13:59:36 #185 DONE 2.2s 13:59:36 13:59:36 #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 13:59:36 #186 ... 13:59:36 13:59:36 #187 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 13:59:36 #187 DONE 2.4s 13:59:36 13:59:36 #188 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 13:59:36 #188 DONE 2.4s 13:59:36 13:59:36 #189 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 13:59:36 #189 DONE 2.4s 13:59:36 13:59:36 #190 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 13:59:36 #190 DONE 2.4s 13:59:36 13:59:36 #191 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 13:59:36 #191 DONE 2.4s 13:59:36 13:59:36 #192 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 13:59:36 #192 DONE 2.4s 13:59:36 13:59:36 #193 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / 13:59:36 #193 DONE 2.5s 13:59:36 13:59:36 #194 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 13:59:36 #194 DONE 2.5s 13:59:36 13:59:36 #184 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 13:59:36 #184 DONE 2.4s 13:59:36 13:59:36 #195 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 13:59:36 #195 DONE 2.5s 13:59:36 13:59:36 #196 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 13:59:36 #196 DONE 2.5s 13:59:36 13:59:36 #105 [core-keeper] exporting to image 13:59:36 #105 exporting layers 13:59:36 #105 ... 13:59:36 13:59:36 #197 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 13:59:36 #197 DONE 0.4s 13:59:36 13:59:36 #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 13:59:36 #186 DONE 0.5s 13:59:36 13:59:36 #105 [core-keeper] exporting to image 13:59:36 #105 exporting layers 0.3s done 13:59:36 #105 ... 13:59:36 13:59:36 #198 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 13:59:36 #198 DONE 0.4s 13:59:36 13:59:36 #199 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 13:59:36 #199 DONE 0.4s 13:59:36 13:59:36 #200 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 13:59:36 #200 DONE 0.5s 13:59:36 13:59:36 #201 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 13:59:36 #201 DONE 0.5s 13:59:36 13:59:36 #105 [support-scheduler] exporting to image 13:59:36 #105 ... 13:59:36 13:59:36 #202 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 13:59:36 #202 DONE 0.5s 13:59:36 13:59:36 #203 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 13:59:36 #203 DONE 3.7s 13:59:36 13:59:36 #204 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 13:59:36 #204 DONE 0.5s 13:59:36 13:59:36 #205 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 13:59:36 #205 DONE 0.5s 13:59:36 13:59:36 #206 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 13:59:36 #206 DONE 0.5s 13:59:36 13:59:36 #105 [core-keeper] exporting to image 13:59:36 #105 writing image sha256:8d79c838560b2f2bad8095d50045b9cadd8f9853cd17ae9e5b8b2aedbe5487af 0.0s done 13:59:36 #105 naming to docker.io/library/core-keeper done 13:59:37 #105 ... 13:59:37 13:59:37 #207 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res 13:59:37 #207 DONE 0.7s 13:59:37 13:59:37 #208 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 13:59:37 #208 DONE 0.3s 13:59:37 13:59:37 #105 [core-metadata] exporting to image 13:59:37 #105 exporting layers 0.4s done 13:59:37 #105 ... 13:59:37 13:59:37 #209 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 13:59:37 #209 DONE 0.6s 13:59:37 13:59:37 #210 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 13:59:37 #210 DONE 0.4s 13:59:37 13:59:37 #211 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 13:59:37 #211 DONE 0.5s 13:59:37 13:59:37 #212 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 13:59:37 #212 DONE 0.4s 13:59:37 13:59:37 #213 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 13:59:37 #213 DONE 0.4s 13:59:37 13:59:37 #105 [core-data] exporting to image 13:59:37 #105 exporting layers 0.5s done 13:59:37 #105 writing image sha256:62434a978a25128da7a81e42bd3f82b55110bd3002f1608662b95f85f783a638 0.0s done 13:59:37 #105 naming to docker.io/library/core-data done 13:59:37 #105 writing image sha256:3f4276b9af5fb0c739c0c38067454884951c9449d3988866de919eef8f2c2b2c 0.0s done 13:59:37 #105 writing image sha256:019bc51fa42bace826315df819250322a4527281c4da90b2203a4e6548936c1b done 13:59:37 #105 naming to docker.io/library/core-command 13:59:37 #105 naming to docker.io/library/security-spiffe-token-provider 13:59:37 #105 exporting layers 0.5s done 13:59:37 #105 naming to docker.io/library/core-command 0.1s done 13:59:37 #105 naming to docker.io/library/security-spiffe-token-provider 0.1s done 13:59:37 #105 writing image sha256:bd9df5f83bcdc7ae4d86fb4691a035fcca2a8075d696ebccdca8d5a5ce9dd17c 13:59:37 #105 exporting layers 0.5s done 13:59:37 #105 writing image sha256:bd9df5f83bcdc7ae4d86fb4691a035fcca2a8075d696ebccdca8d5a5ce9dd17c 0.0s done 13:59:37 #105 naming to docker.io/library/support-scheduler done 13:59:37 #105 writing image sha256:6427493e6b6fdb5511551b0d5cdd20df598fa2b3dae00a1be15a5f0e5bbd4578 0.0s done 13:59:37 #105 writing image sha256:3b31082447a0bb6a40505efa8805f8317f196cfe3d53fed21b78c28081eb241f done 13:59:37 #105 writing image sha256:191623211bdcbe99a4d3e325299fd26634c6b02ef346005b9b021bf3cd0ceb9a done 13:59:37 #105 naming to docker.io/library/support-notifications done 13:59:37 #105 naming to docker.io/library/core-metadata done 13:59:37 #105 naming to docker.io/library/support-cron-scheduler done 13:59:37 #105 DONE 2.3s 13:59:37 13:59:37 #214 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 13:59:37 #214 DONE 0.3s 13:59:37 13:59:37 #215 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 13:59:37 #215 DONE 0.3s 13:59:37 13:59:37 #216 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 13:59:37 #216 DONE 0.3s 13:59:37 13:59:37 #217 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 13:59:37 #217 DONE 0.4s 13:59:37 13:59:37 #218 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 13:59:37 #218 DONE 0.4s 13:59:37 13:59:37 #219 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 13:59:37 #219 DONE 0.0s 13:59:37 13:59:37 #220 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 13:59:38 #220 DONE 0.1s 13:59:38 13:59:38 #221 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 13:59:38 #221 DONE 0.8s 13:59:38 13:59:38 #222 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 13:59:38 #222 DONE 0.8s 13:59:38 13:59:38 #223 [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/ 13:59:38 #223 DONE 0.1s 13:59:38 13:59:38 #224 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 13:59:38 #224 DONE 0.1s 13:59:38 13:59:38 #225 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 13:59:38 #225 DONE 0.1s 13:59:38 13:59:38 #105 [core-common-config-bootstrapper] exporting to image 13:59:38 #105 ... 13:59:38 13:59:38 #226 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 13:59:38 #226 DONE 0.1s 13:59:38 13:59:38 #105 [core-common-config-bootstrapper] exporting to image 13:59:38 #105 exporting layers 0.3s done 13:59:38 #105 writing image sha256:0da14951e11cbf90be5d2677a2af26ed6b1e13f06808e071511bce947d8e83be 0.0s done 13:59:38 #105 naming to docker.io/library/core-common-config-bootstrapper done 13:59:38 #105 writing image sha256:d89405f680afa110812f8981c02e44388d327a102819f0f7e0f0096f16c8318c done 13:59:38 #105 naming to docker.io/library/security-proxy-auth done 13:59:38 #105 DONE 2.6s 13:59:38 13:59:38 #227 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 13:59:38 #227 DONE 0.9s 13:59:38 13:59:38 #228 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 13:59:38 #228 ... 13:59:38 13:59:38 #229 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 13:59:38 #229 DONE 0.5s 13:59:38 13:59:38 #105 [security-proxy-setup] exporting to image 13:59:38 #105 exporting layers 0.2s done 13:59:38 #105 writing image sha256:7c0ddcd556b3e75008d082fe172887af5320a27f0b6664d14d2d11977915a2f3 done 13:59:38 #105 naming to docker.io/library/security-proxy-setup done 13:59:38 #105 exporting layers 0.2s done 13:59:38 #105 writing image sha256:abbaa34aee8f9cc265193182a6a0884340d1dd894a7b1beaf550e6dc1a12bd89 done 13:59:38 #105 naming to docker.io/library/security-secretstore-setup done 13:59:38 #105 DONE 2.9s 13:59:38 13:59:38 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13:59:38 #39 ... 13:59:38 13:59:38 #228 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 13:59:38 #228 DONE 0.5s 13:59:38 13:59:38 #105 [security-bootstrapper] exporting to image 13:59:39 #105 exporting layers 0.2s done 13:59:39 #105 writing image sha256:be5f8a23c74c8bf6557d271658df49f3b1f5dfcfcda7da42238ee5b1fe13e923 done 13:59:39 #105 naming to docker.io/library/security-bootstrapper done 13:59:39 #105 DONE 3.1s 13:59:39 13:59:39 #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 13:59:39 time="2024-07-31T13:55:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 13:59:39 time="2024-07-31T13:55:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 13:59:39 time="2024-07-31T13:55:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 13:59:39 time="2024-07-31T13:55:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 13:59:39 time="2024-07-31T13:55:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 13:59:39 time="2024-07-31T13:55:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 13:59:39 time="2024-07-31T13:55:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 13:59:39 time="2024-07-31T13:55:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 13:59:39 time="2024-07-31T13:55:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 13:59:39 time="2024-07-31T13:55:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 13:59:39 time="2024-07-31T13:55:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 13:59:39 time="2024-07-31T13:55:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 13:59:39 time="2024-07-31T13:55:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 13:59:39 time="2024-07-31T13:55:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 13:59:39 time="2024-07-31T13:55:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 13:59:39 time="2024-07-31T13:55:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 13:59:39 $ docker stop --time=1 c2fcdd619e5bce426f97482c20244b73574e042b1e7c1c0e8130f5d8ca9cf8ce 13:59:40 $ docker rm -f --volumes c2fcdd619e5bce426f97482c20244b73574e042b1e7c1c0e8130f5d8ca9cf8ce [Pipeline] // withDockerContainer [Pipeline] sh 13:59:40 + docker images 13:59:40 REPOSITORY TAG IMAGE ID CREATED SIZE 13:59:40 security-bootstrapper latest be5f8a23c74c 2 seconds ago 18.9MB 13:59:40 security-proxy-setup latest 7c0ddcd556b3 2 seconds ago 26.2MB 13:59:40 security-secretstore-setup latest abbaa34aee8f 2 seconds ago 36.9MB 13:59:40 core-common-config-bootstrapper latest 0da14951e11c 3 seconds ago 15.2MB 13:59:40 security-proxy-auth latest d89405f680af 3 seconds ago 33MB 13:59:40 security-spiffe-token-provider latest 019bc51fa42b 4 seconds ago 28.8MB 13:59:40 support-notifications latest 3b31082447a0 4 seconds ago 42.3MB 13:59:40 support-scheduler latest bd9df5f83bcd 4 seconds ago 41.8MB 13:59:40 core-command latest 3f4276b9af5f 4 seconds ago 35.4MB 13:59:40 core-metadata latest 191623211bdc 4 seconds ago 39.6MB 13:59:40 core-data latest 62434a978a25 4 seconds ago 39.5MB 13:59:40 support-cron-scheduler latest 6427493e6b6f 4 seconds ago 42.1MB 13:59:40 core-keeper latest 8d79c838560b 4 seconds ago 39.4MB 13:59:40 security-spire-agent latest 101edd16619f 3 minutes ago 182MB 13:59:40 security-spire-config latest 2454bba75aaf 3 minutes ago 120MB 13:59:40 security-spire-server latest be484348fd80 3 minutes ago 121MB 13:59:40 ci-base-image-x86_64 latest ce2138a46231 7 minutes ago 969MB 13:59:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine f489d0715acc 3 months ago 565MB 13:59:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 14 months ago 334MB 13:59:40 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 2 years ago 253MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:59:40 provisioning config files... 13:59:41 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/660@tmp/config8797663244408736549tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:59:41 ---> ****-login.sh 13:59:41 nexus3.edgexfoundry.org:10001 13:59:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:59:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:59:41 Configure a credential helper to remove this warning. See 13:59:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:59:41 13:59:41 Login Succeeded 13:59:41 nexus3.edgexfoundry.org:10002 13:59:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:59:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:59:41 Configure a credential helper to remove this warning. See 13:59:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:59:41 13:59:41 Login Succeeded 13:59:41 nexus3.edgexfoundry.org:10003 13:59:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:59:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:59:41 Configure a credential helper to remove this warning. See 13:59:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:59:41 13:59:41 Login Succeeded 13:59:41 nexus3.edgexfoundry.org:10004 13:59:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:59:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:59:41 Configure a credential helper to remove this warning. See 13:59:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:59:41 13:59:41 Login Succeeded 13:59:41 ****.io 13:59:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:59:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:59:42 Configure a credential helper to remove this warning. See 13:59:42 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:59:42 13:59:42 Login Succeeded 13:59:42 ---> ****-login.sh ends [Pipeline] } 13:59:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:59:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 13:59:42 [edgeXDocker.push] Tagging docker image core-command with the following tags: 13:59:42 b103c04882abc23661cee8905a92a31c1ff0bf6a 13:59:42 latest 13:59:42 3.2.0-dev.42 13:59:42 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 13:59:42 main 13:59:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:59:42 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:59:42 + docker push nexus3.edgexfoundry.org:10004/core-command:b103c04882abc23661cee8905a92a31c1ff0bf6a 13:59:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 13:59:42 c737bf9b4b7d: Preparing 13:59:42 ccd7059f2fcf: Preparing 13:59:42 2f9b2c563cd2: Preparing 13:59:42 44ea4e9a09a2: Preparing 13:59:42 3fc7ab47dd1b: Preparing 13:59:42 941a02c2d58b: Preparing 13:59:42 ce7f800efff9: Preparing 13:59:42 ce7f800efff9: Waiting 13:59:42 941a02c2d58b: Waiting 13:59:42 44ea4e9a09a2: Pushed 13:59:42 3fc7ab47dd1b: Pushed 13:59:42 c737bf9b4b7d: Pushed 13:59:42 2f9b2c563cd2: Pushed 13:59:42 ce7f800efff9: Layer already exists 13:59:43 941a02c2d58b: Pushed 13:59:45 ccd7059f2fcf: Pushed 13:59:45 b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:00a579794888ca1896e2db1e62fc0b51d30ab35f5719918dca2d133075ecd54b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:59:45 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:59:46 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 13:59:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 13:59:46 c737bf9b4b7d: Preparing 13:59:46 ccd7059f2fcf: Preparing 13:59:46 2f9b2c563cd2: Preparing 13:59:46 44ea4e9a09a2: Preparing 13:59:46 3fc7ab47dd1b: Preparing 13:59:46 941a02c2d58b: Preparing 13:59:46 ce7f800efff9: Preparing 13:59:46 941a02c2d58b: Waiting 13:59:46 ce7f800efff9: Waiting 13:59:46 ccd7059f2fcf: Layer already exists 13:59:46 c737bf9b4b7d: Layer already exists 13:59:46 44ea4e9a09a2: Layer already exists 13:59:46 3fc7ab47dd1b: Layer already exists 13:59:46 2f9b2c563cd2: Layer already exists 13:59:46 ce7f800efff9: Layer already exists 13:59:46 941a02c2d58b: Layer already exists 13:59:46 latest: digest: sha256:00a579794888ca1896e2db1e62fc0b51d30ab35f5719918dca2d133075ecd54b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:59:46 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:59:46 + docker push nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.42 13:59:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 13:59:46 c737bf9b4b7d: Preparing 13:59:46 ccd7059f2fcf: Preparing 13:59:46 2f9b2c563cd2: Preparing 13:59:46 44ea4e9a09a2: Preparing 13:59:46 3fc7ab47dd1b: Preparing 13:59:46 941a02c2d58b: Preparing 13:59:46 ce7f800efff9: Preparing 13:59:46 941a02c2d58b: Waiting 13:59:46 ce7f800efff9: Waiting 13:59:46 3fc7ab47dd1b: Layer already exists 13:59:46 44ea4e9a09a2: Layer already exists 13:59:46 2f9b2c563cd2: Layer already exists 13:59:46 ccd7059f2fcf: Layer already exists 13:59:46 c737bf9b4b7d: Layer already exists 13:59:46 ce7f800efff9: Layer already exists 13:59:46 941a02c2d58b: Layer already exists 13:59:46 3.2.0-dev.42: digest: sha256:00a579794888ca1896e2db1e62fc0b51d30ab35f5719918dca2d133075ecd54b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:59:47 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:59:47 + docker push nexus3.edgexfoundry.org:10004/core-command:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 13:59:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 13:59:47 c737bf9b4b7d: Preparing 13:59:47 ccd7059f2fcf: Preparing 13:59:47 2f9b2c563cd2: Preparing 13:59:47 44ea4e9a09a2: Preparing 13:59:47 3fc7ab47dd1b: Preparing 13:59:47 941a02c2d58b: Preparing 13:59:47 ce7f800efff9: Preparing 13:59:47 941a02c2d58b: Waiting 13:59:47 ce7f800efff9: Waiting 13:59:47 2f9b2c563cd2: Layer already exists 13:59:47 ccd7059f2fcf: Layer already exists 13:59:47 c737bf9b4b7d: Layer already exists 13:59:47 44ea4e9a09a2: Layer already exists 13:59:47 3fc7ab47dd1b: Layer already exists 13:59:47 ce7f800efff9: Layer already exists 13:59:47 941a02c2d58b: Layer already exists 13:59:47 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:00a579794888ca1896e2db1e62fc0b51d30ab35f5719918dca2d133075ecd54b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:59:47 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:59:48 + docker push nexus3.edgexfoundry.org:10004/core-command:main 13:59:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 13:59:48 c737bf9b4b7d: Preparing 13:59:48 ccd7059f2fcf: Preparing 13:59:48 2f9b2c563cd2: Preparing 13:59:48 44ea4e9a09a2: Preparing 13:59:48 3fc7ab47dd1b: Preparing 13:59:48 941a02c2d58b: Preparing 13:59:48 ce7f800efff9: Preparing 13:59:48 ce7f800efff9: Waiting 13:59:48 941a02c2d58b: Waiting 13:59:48 2f9b2c563cd2: Layer already exists 13:59:48 3fc7ab47dd1b: Layer already exists 13:59:48 ccd7059f2fcf: Layer already exists 13:59:48 c737bf9b4b7d: Layer already exists 13:59:48 44ea4e9a09a2: Layer already exists 13:59:48 941a02c2d58b: Layer already exists 13:59:48 ce7f800efff9: Layer already exists 13:59:48 main: digest: sha256:00a579794888ca1896e2db1e62fc0b51d30ab35f5719918dca2d133075ecd54b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:59:48 ===================================================== [Pipeline] echo 13:59:48 taggedImages: 13:59:48 - nexus3.edgexfoundry.org:10004/core-command:b103c04882abc23661cee8905a92a31c1ff0bf6a 13:59:48 - nexus3.edgexfoundry.org:10004/core-command:latest 13:59:48 - nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.42 13:59:48 - nexus3.edgexfoundry.org:10004/core-command:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 13:59:48 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 13:59:48 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 13:59:48 b103c04882abc23661cee8905a92a31c1ff0bf6a 13:59:48 latest 13:59:48 3.2.0-dev.42 13:59:48 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 13:59:48 main 13:59:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:59:48 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:59:49 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b103c04882abc23661cee8905a92a31c1ff0bf6a 13:59:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 13:59:49 c5a7169f6c28: Preparing 13:59:49 8adefb8d6601: Preparing 13:59:49 682cfd1fcfff: Preparing 13:59:49 d4c89d1a0b6a: Preparing 13:59:49 2f9b2c563cd2: Preparing 13:59:49 44ea4e9a09a2: Preparing 13:59:49 3fc7ab47dd1b: Preparing 13:59:49 941a02c2d58b: Preparing 13:59:49 ce7f800efff9: Preparing 13:59:49 3fc7ab47dd1b: Waiting 13:59:49 941a02c2d58b: Waiting 13:59:49 ce7f800efff9: Waiting 13:59:49 44ea4e9a09a2: Waiting 13:59:49 2f9b2c563cd2: Layer already exists 13:59:49 44ea4e9a09a2: Layer already exists 13:59:49 3fc7ab47dd1b: Layer already exists 13:59:49 941a02c2d58b: Layer already exists 13:59:49 ce7f800efff9: Layer already exists 13:59:49 682cfd1fcfff: Pushed 13:59:49 c5a7169f6c28: Pushed 13:59:49 8adefb8d6601: Pushed 13:59:50 d4c89d1a0b6a: Pushed 13:59:50 b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:51a90b243190dd7ad2f9ca1f005da06c079102d8f1853c1655f8895b639e0d47 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:59:50 + 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 13:59:50 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 13:59:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 13:59:50 c5a7169f6c28: Preparing 13:59:50 8adefb8d6601: Preparing 13:59:50 682cfd1fcfff: Preparing 13:59:50 d4c89d1a0b6a: Preparing 13:59:50 2f9b2c563cd2: Preparing 13:59:50 44ea4e9a09a2: Preparing 13:59:50 3fc7ab47dd1b: Preparing 13:59:50 941a02c2d58b: Preparing 13:59:50 ce7f800efff9: Preparing 13:59:50 44ea4e9a09a2: Waiting 13:59:50 ce7f800efff9: Waiting 13:59:50 3fc7ab47dd1b: Waiting 13:59:50 941a02c2d58b: Waiting 13:59:50 682cfd1fcfff: Layer already exists 13:59:50 c5a7169f6c28: Layer already exists 13:59:50 d4c89d1a0b6a: Layer already exists 13:59:50 2f9b2c563cd2: Layer already exists 13:59:50 8adefb8d6601: Layer already exists 13:59:50 44ea4e9a09a2: Layer already exists 13:59:50 941a02c2d58b: Layer already exists 13:59:50 ce7f800efff9: Layer already exists 13:59:50 3fc7ab47dd1b: Layer already exists 13:59:50 latest: digest: sha256:51a90b243190dd7ad2f9ca1f005da06c079102d8f1853c1655f8895b639e0d47 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:59:51 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:59:51 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.42 13:59:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 13:59:51 c5a7169f6c28: Preparing 13:59:51 8adefb8d6601: Preparing 13:59:51 682cfd1fcfff: Preparing 13:59:51 d4c89d1a0b6a: Preparing 13:59:51 2f9b2c563cd2: Preparing 13:59:51 44ea4e9a09a2: Preparing 13:59:51 3fc7ab47dd1b: Preparing 13:59:51 941a02c2d58b: Preparing 13:59:51 ce7f800efff9: Preparing 13:59:51 44ea4e9a09a2: Waiting 13:59:51 3fc7ab47dd1b: Waiting 13:59:51 ce7f800efff9: Waiting 13:59:51 c5a7169f6c28: Layer already exists 13:59:51 d4c89d1a0b6a: Layer already exists 13:59:51 2f9b2c563cd2: Layer already exists 13:59:51 682cfd1fcfff: Layer already exists 13:59:51 8adefb8d6601: Layer already exists 13:59:51 3fc7ab47dd1b: Layer already exists 13:59:51 ce7f800efff9: Layer already exists 13:59:51 44ea4e9a09a2: Layer already exists 13:59:51 941a02c2d58b: Layer already exists 13:59:51 3.2.0-dev.42: digest: sha256:51a90b243190dd7ad2f9ca1f005da06c079102d8f1853c1655f8895b639e0d47 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:59:51 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:59:52 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 13:59:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 13:59:52 c5a7169f6c28: Preparing 13:59:52 8adefb8d6601: Preparing 13:59:52 682cfd1fcfff: Preparing 13:59:52 d4c89d1a0b6a: Preparing 13:59:52 2f9b2c563cd2: Preparing 13:59:52 44ea4e9a09a2: Preparing 13:59:52 3fc7ab47dd1b: Preparing 13:59:52 941a02c2d58b: Preparing 13:59:52 ce7f800efff9: Preparing 13:59:52 941a02c2d58b: Waiting 13:59:52 3fc7ab47dd1b: Waiting 13:59:52 ce7f800efff9: Waiting 13:59:52 44ea4e9a09a2: Waiting 13:59:52 d4c89d1a0b6a: Layer already exists 13:59:52 682cfd1fcfff: Layer already exists 13:59:52 8adefb8d6601: Layer already exists 13:59:52 c5a7169f6c28: Layer already exists 13:59:52 2f9b2c563cd2: Layer already exists 13:59:52 941a02c2d58b: Layer already exists 13:59:52 ce7f800efff9: Layer already exists 13:59:52 44ea4e9a09a2: Layer already exists 13:59:52 3fc7ab47dd1b: Layer already exists 13:59:52 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:51a90b243190dd7ad2f9ca1f005da06c079102d8f1853c1655f8895b639e0d47 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:59:52 + 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 13:59:52 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 13:59:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 13:59:52 c5a7169f6c28: Preparing 13:59:52 8adefb8d6601: Preparing 13:59:52 682cfd1fcfff: Preparing 13:59:52 d4c89d1a0b6a: Preparing 13:59:52 2f9b2c563cd2: Preparing 13:59:52 44ea4e9a09a2: Preparing 13:59:52 3fc7ab47dd1b: Preparing 13:59:52 941a02c2d58b: Preparing 13:59:52 ce7f800efff9: Preparing 13:59:52 44ea4e9a09a2: Waiting 13:59:52 3fc7ab47dd1b: Waiting 13:59:52 941a02c2d58b: Waiting 13:59:52 ce7f800efff9: Waiting 13:59:52 682cfd1fcfff: Layer already exists 13:59:52 8adefb8d6601: Layer already exists 13:59:52 2f9b2c563cd2: Layer already exists 13:59:52 d4c89d1a0b6a: Layer already exists 13:59:52 c5a7169f6c28: Layer already exists 13:59:52 3fc7ab47dd1b: Layer already exists 13:59:52 ce7f800efff9: Layer already exists 13:59:52 44ea4e9a09a2: Layer already exists 13:59:52 941a02c2d58b: Layer already exists 13:59:52 main: digest: sha256:51a90b243190dd7ad2f9ca1f005da06c079102d8f1853c1655f8895b639e0d47 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:59:52 ===================================================== [Pipeline] echo 13:59:52 taggedImages: 13:59:52 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b103c04882abc23661cee8905a92a31c1ff0bf6a 13:59:52 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 13:59:52 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.42 13:59:52 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 13:59:52 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 13:59:52 [edgeXDocker.push] Tagging docker image core-data with the following tags: 13:59:52 b103c04882abc23661cee8905a92a31c1ff0bf6a 13:59:52 latest 13:59:52 3.2.0-dev.42 13:59:52 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 13:59:52 main 13:59:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:59:53 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:59:53 + docker push nexus3.edgexfoundry.org:10004/core-data:b103c04882abc23661cee8905a92a31c1ff0bf6a 13:59:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 13:59:53 f8415c504e02: Preparing 13:59:53 fc02c7d0b1a5: Preparing 13:59:53 2f9b2c563cd2: Preparing 13:59:53 44ea4e9a09a2: Preparing 13:59:53 3fc7ab47dd1b: Preparing 13:59:53 196a1ce8ad3d: Preparing 13:59:53 ce7f800efff9: Preparing 13:59:53 196a1ce8ad3d: Waiting 13:59:53 ce7f800efff9: Waiting 13:59:53 44ea4e9a09a2: Layer already exists 13:59:53 3fc7ab47dd1b: Layer already exists 13:59:53 2f9b2c563cd2: Layer already exists 13:59:53 ce7f800efff9: Layer already exists 13:59:53 f8415c504e02: Pushed 13:59:53 196a1ce8ad3d: Pushed 13:59:56 fc02c7d0b1a5: Pushed 13:59:56 b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:ef2f3c83a15b927293ba1094175b6d66cede76e38d9b4fe442c396d72f3918ab size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:59:57 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:59:57 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 13:59:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 13:59:57 f8415c504e02: Preparing 13:59:57 fc02c7d0b1a5: Preparing 13:59:57 2f9b2c563cd2: Preparing 13:59:57 44ea4e9a09a2: Preparing 13:59:57 3fc7ab47dd1b: Preparing 13:59:57 196a1ce8ad3d: Preparing 13:59:57 ce7f800efff9: Preparing 13:59:57 196a1ce8ad3d: Waiting 13:59:57 ce7f800efff9: Waiting 13:59:57 fc02c7d0b1a5: Layer already exists 13:59:57 3fc7ab47dd1b: Layer already exists 13:59:57 44ea4e9a09a2: Layer already exists 13:59:57 f8415c504e02: Layer already exists 13:59:57 2f9b2c563cd2: Layer already exists 13:59:57 ce7f800efff9: Layer already exists 13:59:57 196a1ce8ad3d: Layer already exists 13:59:57 latest: digest: sha256:ef2f3c83a15b927293ba1094175b6d66cede76e38d9b4fe442c396d72f3918ab size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:59:57 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:59:58 + docker push nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.42 13:59:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 13:59:58 f8415c504e02: Preparing 13:59:58 fc02c7d0b1a5: Preparing 13:59:58 2f9b2c563cd2: Preparing 13:59:58 44ea4e9a09a2: Preparing 13:59:58 3fc7ab47dd1b: Preparing 13:59:58 196a1ce8ad3d: Preparing 13:59:58 ce7f800efff9: Preparing 13:59:58 196a1ce8ad3d: Waiting 13:59:58 ce7f800efff9: Waiting 13:59:58 f8415c504e02: Layer already exists 13:59:58 44ea4e9a09a2: Layer already exists 13:59:58 3fc7ab47dd1b: Layer already exists 13:59:58 fc02c7d0b1a5: Layer already exists 13:59:58 2f9b2c563cd2: Layer already exists 13:59:58 196a1ce8ad3d: Layer already exists 13:59:58 ce7f800efff9: Layer already exists 13:59:58 3.2.0-dev.42: digest: sha256:ef2f3c83a15b927293ba1094175b6d66cede76e38d9b4fe442c396d72f3918ab size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:59:58 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:59:58 + docker push nexus3.edgexfoundry.org:10004/core-data:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 13:59:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 13:59:58 f8415c504e02: Preparing 13:59:58 fc02c7d0b1a5: Preparing 13:59:58 2f9b2c563cd2: Preparing 13:59:58 44ea4e9a09a2: Preparing 13:59:58 3fc7ab47dd1b: Preparing 13:59:58 196a1ce8ad3d: Preparing 13:59:58 ce7f800efff9: Preparing 13:59:58 196a1ce8ad3d: Waiting 13:59:58 ce7f800efff9: Waiting 13:59:58 2f9b2c563cd2: Layer already exists 13:59:58 f8415c504e02: Layer already exists 13:59:58 fc02c7d0b1a5: Layer already exists 13:59:58 3fc7ab47dd1b: Layer already exists 13:59:58 44ea4e9a09a2: Layer already exists 13:59:58 196a1ce8ad3d: Layer already exists 13:59:58 ce7f800efff9: Layer already exists 13:59:58 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:ef2f3c83a15b927293ba1094175b6d66cede76e38d9b4fe442c396d72f3918ab size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:59:59 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:59:59 + docker push nexus3.edgexfoundry.org:10004/core-data:main 13:59:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 13:59:59 f8415c504e02: Preparing 13:59:59 fc02c7d0b1a5: Preparing 13:59:59 2f9b2c563cd2: Preparing 13:59:59 44ea4e9a09a2: Preparing 13:59:59 3fc7ab47dd1b: Preparing 13:59:59 196a1ce8ad3d: Preparing 13:59:59 196a1ce8ad3d: Waiting 13:59:59 ce7f800efff9: Preparing 13:59:59 ce7f800efff9: Waiting 13:59:59 3fc7ab47dd1b: Layer already exists 13:59:59 f8415c504e02: Layer already exists 13:59:59 2f9b2c563cd2: Layer already exists 13:59:59 44ea4e9a09a2: Layer already exists 13:59:59 fc02c7d0b1a5: Layer already exists 13:59:59 ce7f800efff9: Layer already exists 13:59:59 196a1ce8ad3d: Layer already exists 13:59:59 main: digest: sha256:ef2f3c83a15b927293ba1094175b6d66cede76e38d9b4fe442c396d72f3918ab size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:59:59 ===================================================== [Pipeline] echo 13:59:59 taggedImages: 13:59:59 - nexus3.edgexfoundry.org:10004/core-data:b103c04882abc23661cee8905a92a31c1ff0bf6a 13:59:59 - nexus3.edgexfoundry.org:10004/core-data:latest 13:59:59 - nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.42 13:59:59 - nexus3.edgexfoundry.org:10004/core-data:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 13:59:59 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 13:59:59 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 13:59:59 b103c04882abc23661cee8905a92a31c1ff0bf6a 13:59:59 latest 13:59:59 3.2.0-dev.42 13:59:59 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 13:59:59 main 13:59:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:00 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:00 + docker push nexus3.edgexfoundry.org:10004/core-keeper:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:00:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 14:00:00 5f6251dc3a61: Preparing 14:00:00 3038999b3f50: Preparing 14:00:00 44ea4e9a09a2: Preparing 14:00:00 c9e07555778d: Preparing 14:00:00 40c3f289243f: Preparing 14:00:00 ce7f800efff9: Preparing 14:00:00 ce7f800efff9: Waiting 14:00:00 44ea4e9a09a2: Layer already exists 14:00:00 ce7f800efff9: Layer already exists 14:00:00 c9e07555778d: Pushed 14:00:00 40c3f289243f: Pushed 14:00:00 5f6251dc3a61: Pushed 14:00:03 3038999b3f50: Pushed 14:00:03 b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:191a5c88c46811776bef97d7d479b63468a248af4052b64d5488e9d200c3a73f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:03 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:04 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 14:00:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 14:00:04 5f6251dc3a61: Preparing 14:00:04 3038999b3f50: Preparing 14:00:04 44ea4e9a09a2: Preparing 14:00:04 c9e07555778d: Preparing 14:00:04 40c3f289243f: Preparing 14:00:04 ce7f800efff9: Preparing 14:00:04 ce7f800efff9: Waiting 14:00:04 40c3f289243f: Layer already exists 14:00:04 5f6251dc3a61: Layer already exists 14:00:04 44ea4e9a09a2: Layer already exists 14:00:04 3038999b3f50: Layer already exists 14:00:04 c9e07555778d: Layer already exists 14:00:04 ce7f800efff9: Layer already exists 14:00:04 latest: digest: sha256:191a5c88c46811776bef97d7d479b63468a248af4052b64d5488e9d200c3a73f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:04 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:04 + docker push nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.42 14:00:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 14:00:04 5f6251dc3a61: Preparing 14:00:04 3038999b3f50: Preparing 14:00:04 44ea4e9a09a2: Preparing 14:00:04 c9e07555778d: Preparing 14:00:04 40c3f289243f: Preparing 14:00:04 ce7f800efff9: Preparing 14:00:04 ce7f800efff9: Waiting 14:00:04 44ea4e9a09a2: Layer already exists 14:00:04 c9e07555778d: Layer already exists 14:00:04 40c3f289243f: Layer already exists 14:00:04 3038999b3f50: Layer already exists 14:00:04 ce7f800efff9: Layer already exists 14:00:04 5f6251dc3a61: Layer already exists 14:00:04 3.2.0-dev.42: digest: sha256:191a5c88c46811776bef97d7d479b63468a248af4052b64d5488e9d200c3a73f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:05 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:05 + docker push nexus3.edgexfoundry.org:10004/core-keeper:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:00:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 14:00:05 5f6251dc3a61: Preparing 14:00:05 3038999b3f50: Preparing 14:00:05 44ea4e9a09a2: Preparing 14:00:05 c9e07555778d: Preparing 14:00:05 40c3f289243f: Preparing 14:00:05 ce7f800efff9: Preparing 14:00:05 ce7f800efff9: Waiting 14:00:05 5f6251dc3a61: Layer already exists 14:00:05 3038999b3f50: Layer already exists 14:00:05 c9e07555778d: Layer already exists 14:00:05 44ea4e9a09a2: Layer already exists 14:00:05 40c3f289243f: Layer already exists 14:00:05 ce7f800efff9: Layer already exists 14:00:05 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:191a5c88c46811776bef97d7d479b63468a248af4052b64d5488e9d200c3a73f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:05 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:06 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 14:00:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 14:00:06 5f6251dc3a61: Preparing 14:00:06 3038999b3f50: Preparing 14:00:06 44ea4e9a09a2: Preparing 14:00:06 c9e07555778d: Preparing 14:00:06 40c3f289243f: Preparing 14:00:06 ce7f800efff9: Preparing 14:00:06 ce7f800efff9: Waiting 14:00:06 3038999b3f50: Layer already exists 14:00:06 40c3f289243f: Layer already exists 14:00:06 5f6251dc3a61: Layer already exists 14:00:06 c9e07555778d: Layer already exists 14:00:06 44ea4e9a09a2: Layer already exists 14:00:06 ce7f800efff9: Layer already exists 14:00:06 main: digest: sha256:191a5c88c46811776bef97d7d479b63468a248af4052b64d5488e9d200c3a73f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:00:06 ===================================================== [Pipeline] echo 14:00:06 taggedImages: 14:00:06 - nexus3.edgexfoundry.org:10004/core-keeper:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:00:06 - nexus3.edgexfoundry.org:10004/core-keeper:latest 14:00:06 - nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.42 14:00:06 - nexus3.edgexfoundry.org:10004/core-keeper:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:00:06 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 14:00:06 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 14:00:06 b103c04882abc23661cee8905a92a31c1ff0bf6a 14:00:06 latest 14:00:06 3.2.0-dev.42 14:00:06 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:00:06 main 14:00:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:06 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:07 + docker push nexus3.edgexfoundry.org:10004/core-metadata:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:00:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 14:00:07 2b8daa589c10: Preparing 14:00:07 ad1474e8a426: Preparing 14:00:07 070627f006c0: Preparing 14:00:07 2f9b2c563cd2: Preparing 14:00:07 44ea4e9a09a2: Preparing 14:00:07 3fc7ab47dd1b: Preparing 14:00:07 941a02c2d58b: Preparing 14:00:07 ce7f800efff9: Preparing 14:00:07 ce7f800efff9: Waiting 14:00:07 3fc7ab47dd1b: Waiting 14:00:07 2f9b2c563cd2: Layer already exists 14:00:07 44ea4e9a09a2: Layer already exists 14:00:07 941a02c2d58b: Layer already exists 14:00:07 3fc7ab47dd1b: Layer already exists 14:00:07 ce7f800efff9: Layer already exists 14:00:07 ad1474e8a426: Pushed 14:00:07 2b8daa589c10: Pushed 14:00:10 070627f006c0: Pushed 14:00:10 b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:fd91069923894f76506b569c10bdb9b197529c1946f6ed35f0f60de2e4621c42 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:10 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:11 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 14:00:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 14:00:11 2b8daa589c10: Preparing 14:00:11 ad1474e8a426: Preparing 14:00:11 070627f006c0: Preparing 14:00:11 2f9b2c563cd2: Preparing 14:00:11 44ea4e9a09a2: Preparing 14:00:11 3fc7ab47dd1b: Preparing 14:00:11 941a02c2d58b: Preparing 14:00:11 ce7f800efff9: Preparing 14:00:11 3fc7ab47dd1b: Waiting 14:00:11 ce7f800efff9: Waiting 14:00:11 941a02c2d58b: Waiting 14:00:11 070627f006c0: Layer already exists 14:00:11 2f9b2c563cd2: Layer already exists 14:00:11 44ea4e9a09a2: Layer already exists 14:00:11 ad1474e8a426: Layer already exists 14:00:11 2b8daa589c10: Layer already exists 14:00:11 3fc7ab47dd1b: Layer already exists 14:00:11 ce7f800efff9: Layer already exists 14:00:11 941a02c2d58b: Layer already exists 14:00:11 latest: digest: sha256:fd91069923894f76506b569c10bdb9b197529c1946f6ed35f0f60de2e4621c42 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:11 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:11 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.42 14:00:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 14:00:11 2b8daa589c10: Preparing 14:00:11 ad1474e8a426: Preparing 14:00:11 070627f006c0: Preparing 14:00:11 2f9b2c563cd2: Preparing 14:00:11 44ea4e9a09a2: Preparing 14:00:11 3fc7ab47dd1b: Preparing 14:00:11 941a02c2d58b: Preparing 14:00:11 ce7f800efff9: Preparing 14:00:11 3fc7ab47dd1b: Waiting 14:00:11 941a02c2d58b: Waiting 14:00:11 ce7f800efff9: Waiting 14:00:11 070627f006c0: Layer already exists 14:00:11 2b8daa589c10: Layer already exists 14:00:11 ad1474e8a426: Layer already exists 14:00:11 44ea4e9a09a2: Layer already exists 14:00:11 2f9b2c563cd2: Layer already exists 14:00:11 941a02c2d58b: Layer already exists 14:00:11 ce7f800efff9: Layer already exists 14:00:11 3fc7ab47dd1b: Layer already exists 14:00:11 3.2.0-dev.42: digest: sha256:fd91069923894f76506b569c10bdb9b197529c1946f6ed35f0f60de2e4621c42 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:12 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:12 + docker push nexus3.edgexfoundry.org:10004/core-metadata:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:00:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 14:00:12 2b8daa589c10: Preparing 14:00:12 ad1474e8a426: Preparing 14:00:12 070627f006c0: Preparing 14:00:12 2f9b2c563cd2: Preparing 14:00:12 44ea4e9a09a2: Preparing 14:00:12 3fc7ab47dd1b: Preparing 14:00:12 941a02c2d58b: Preparing 14:00:12 ce7f800efff9: Preparing 14:00:12 941a02c2d58b: Waiting 14:00:12 ce7f800efff9: Waiting 14:00:12 3fc7ab47dd1b: Waiting 14:00:12 44ea4e9a09a2: Layer already exists 14:00:12 070627f006c0: Layer already exists 14:00:12 ad1474e8a426: Layer already exists 14:00:12 2f9b2c563cd2: Layer already exists 14:00:12 2b8daa589c10: Layer already exists 14:00:12 ce7f800efff9: Layer already exists 14:00:12 941a02c2d58b: Layer already exists 14:00:12 3fc7ab47dd1b: Layer already exists 14:00:12 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:fd91069923894f76506b569c10bdb9b197529c1946f6ed35f0f60de2e4621c42 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:12 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:13 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 14:00:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 14:00:13 2b8daa589c10: Preparing 14:00:13 ad1474e8a426: Preparing 14:00:13 070627f006c0: Preparing 14:00:13 2f9b2c563cd2: Preparing 14:00:13 44ea4e9a09a2: Preparing 14:00:13 3fc7ab47dd1b: Preparing 14:00:13 941a02c2d58b: Preparing 14:00:13 ce7f800efff9: Preparing 14:00:13 941a02c2d58b: Waiting 14:00:13 3fc7ab47dd1b: Waiting 14:00:13 44ea4e9a09a2: Layer already exists 14:00:13 070627f006c0: Layer already exists 14:00:13 2f9b2c563cd2: Layer already exists 14:00:13 2b8daa589c10: Layer already exists 14:00:13 ad1474e8a426: Layer already exists 14:00:13 941a02c2d58b: Layer already exists 14:00:13 3fc7ab47dd1b: Layer already exists 14:00:13 ce7f800efff9: Layer already exists 14:00:13 main: digest: sha256:fd91069923894f76506b569c10bdb9b197529c1946f6ed35f0f60de2e4621c42 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:00:13 ===================================================== [Pipeline] echo 14:00:13 taggedImages: 14:00:13 - nexus3.edgexfoundry.org:10004/core-metadata:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:00:13 - nexus3.edgexfoundry.org:10004/core-metadata:latest 14:00:13 - nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.42 14:00:13 - nexus3.edgexfoundry.org:10004/core-metadata:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:00:13 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 14:00:13 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 14:00:13 b103c04882abc23661cee8905a92a31c1ff0bf6a 14:00:13 latest 14:00:13 3.2.0-dev.42 14:00:13 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:00:13 main 14:00:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:13 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:13 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:00:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 14:00:13 63c03e578faa: Preparing 14:00:13 e3b5acde30dd: Preparing 14:00:13 d92cf10d5e07: Preparing 14:00:13 80141c370d64: Preparing 14:00:13 aa5bb64ed812: Preparing 14:00:13 40569ec95e58: Preparing 14:00:13 da5702ff69b8: Preparing 14:00:13 2f9b2c563cd2: Preparing 14:00:13 44ea4e9a09a2: Preparing 14:00:13 2e6f46b4e7bc: Preparing 14:00:13 a086fe702a41: Preparing 14:00:13 5f70bf18a086: Preparing 14:00:13 7dce21a13943: Preparing 14:00:13 c4c1884aa609: Preparing 14:00:13 621f2c8b75d4: Preparing 14:00:13 ce7f800efff9: Preparing 14:00:13 40569ec95e58: Waiting 14:00:13 7dce21a13943: Waiting 14:00:13 c4c1884aa609: Waiting 14:00:13 44ea4e9a09a2: Waiting 14:00:13 da5702ff69b8: Waiting 14:00:13 621f2c8b75d4: Waiting 14:00:13 2e6f46b4e7bc: Waiting 14:00:13 2f9b2c563cd2: Waiting 14:00:13 ce7f800efff9: Waiting 14:00:13 5f70bf18a086: Waiting 14:00:13 aa5bb64ed812: Pushed 14:00:13 d92cf10d5e07: Pushed 14:00:14 80141c370d64: Pushed 14:00:14 63c03e578faa: Pushed 14:00:14 e3b5acde30dd: Pushed 14:00:14 44ea4e9a09a2: Layer already exists 14:00:14 2f9b2c563cd2: Layer already exists 14:00:14 40569ec95e58: Pushed 14:00:14 5f70bf18a086: Layer already exists 14:00:14 2e6f46b4e7bc: Pushed 14:00:14 7dce21a13943: Pushed 14:00:14 a086fe702a41: Pushed 14:00:14 c4c1884aa609: Pushed 14:00:14 ce7f800efff9: Layer already exists 14:00:14 621f2c8b75d4: Pushed 14:00:15 da5702ff69b8: Pushed 14:00:15 b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:61f38cde1631d84695b5be9f122d5499137b80c11c75f7e6722f43a98c9cfe97 size: 3645 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:15 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:16 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 14:00:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 14:00:16 63c03e578faa: Preparing 14:00:16 e3b5acde30dd: Preparing 14:00:16 d92cf10d5e07: Preparing 14:00:16 80141c370d64: Preparing 14:00:16 aa5bb64ed812: Preparing 14:00:16 40569ec95e58: Preparing 14:00:16 da5702ff69b8: Preparing 14:00:16 2f9b2c563cd2: Preparing 14:00:16 44ea4e9a09a2: Preparing 14:00:16 2e6f46b4e7bc: Preparing 14:00:16 a086fe702a41: Preparing 14:00:16 5f70bf18a086: Preparing 14:00:16 7dce21a13943: Preparing 14:00:16 c4c1884aa609: Preparing 14:00:16 621f2c8b75d4: Preparing 14:00:16 ce7f800efff9: Preparing 14:00:16 44ea4e9a09a2: Waiting 14:00:16 2e6f46b4e7bc: Waiting 14:00:16 a086fe702a41: Waiting 14:00:16 5f70bf18a086: Waiting 14:00:16 7dce21a13943: Waiting 14:00:16 c4c1884aa609: Waiting 14:00:16 621f2c8b75d4: Waiting 14:00:16 ce7f800efff9: Waiting 14:00:16 40569ec95e58: Waiting 14:00:16 da5702ff69b8: Waiting 14:00:16 2f9b2c563cd2: Waiting 14:00:16 aa5bb64ed812: Layer already exists 14:00:16 d92cf10d5e07: Layer already exists 14:00:16 e3b5acde30dd: Layer already exists 14:00:16 80141c370d64: Layer already exists 14:00:16 63c03e578faa: Layer already exists 14:00:16 da5702ff69b8: Layer already exists 14:00:16 40569ec95e58: Layer already exists 14:00:16 2f9b2c563cd2: Layer already exists 14:00:16 44ea4e9a09a2: Layer already exists 14:00:16 2e6f46b4e7bc: Layer already exists 14:00:16 a086fe702a41: Layer already exists 14:00:16 5f70bf18a086: Layer already exists 14:00:16 7dce21a13943: Layer already exists 14:00:16 c4c1884aa609: Layer already exists 14:00:16 621f2c8b75d4: Layer already exists 14:00:16 ce7f800efff9: Layer already exists 14:00:16 latest: digest: sha256:61f38cde1631d84695b5be9f122d5499137b80c11c75f7e6722f43a98c9cfe97 size: 3645 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:16 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:16 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.42 14:00:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 14:00:16 63c03e578faa: Preparing 14:00:16 e3b5acde30dd: Preparing 14:00:16 d92cf10d5e07: Preparing 14:00:16 80141c370d64: Preparing 14:00:16 aa5bb64ed812: Preparing 14:00:16 40569ec95e58: Preparing 14:00:16 da5702ff69b8: Preparing 14:00:16 2f9b2c563cd2: Preparing 14:00:16 44ea4e9a09a2: Preparing 14:00:16 2e6f46b4e7bc: Preparing 14:00:16 a086fe702a41: Preparing 14:00:16 5f70bf18a086: Preparing 14:00:16 7dce21a13943: Preparing 14:00:16 c4c1884aa609: Preparing 14:00:16 621f2c8b75d4: Preparing 14:00:16 ce7f800efff9: Preparing 14:00:16 2f9b2c563cd2: Waiting 14:00:16 44ea4e9a09a2: Waiting 14:00:16 2e6f46b4e7bc: Waiting 14:00:16 a086fe702a41: Waiting 14:00:16 5f70bf18a086: Waiting 14:00:16 7dce21a13943: Waiting 14:00:16 c4c1884aa609: Waiting 14:00:16 621f2c8b75d4: Waiting 14:00:16 ce7f800efff9: Waiting 14:00:16 40569ec95e58: Waiting 14:00:16 da5702ff69b8: Waiting 14:00:16 d92cf10d5e07: Layer already exists 14:00:16 aa5bb64ed812: Layer already exists 14:00:16 80141c370d64: Layer already exists 14:00:16 63c03e578faa: Layer already exists 14:00:16 da5702ff69b8: Layer already exists 14:00:16 40569ec95e58: Layer already exists 14:00:16 2f9b2c563cd2: Layer already exists 14:00:16 e3b5acde30dd: Layer already exists 14:00:16 44ea4e9a09a2: Layer already exists 14:00:16 2e6f46b4e7bc: Layer already exists 14:00:16 a086fe702a41: Layer already exists 14:00:16 7dce21a13943: Layer already exists 14:00:16 621f2c8b75d4: Layer already exists 14:00:16 c4c1884aa609: Layer already exists 14:00:16 ce7f800efff9: Layer already exists 14:00:16 5f70bf18a086: Layer already exists 14:00:16 3.2.0-dev.42: digest: sha256:61f38cde1631d84695b5be9f122d5499137b80c11c75f7e6722f43a98c9cfe97 size: 3645 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:17 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:17 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:00:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 14:00:17 63c03e578faa: Preparing 14:00:17 e3b5acde30dd: Preparing 14:00:17 d92cf10d5e07: Preparing 14:00:17 80141c370d64: Preparing 14:00:17 aa5bb64ed812: Preparing 14:00:17 40569ec95e58: Preparing 14:00:17 da5702ff69b8: Preparing 14:00:17 2f9b2c563cd2: Preparing 14:00:17 44ea4e9a09a2: Preparing 14:00:17 2e6f46b4e7bc: Preparing 14:00:17 a086fe702a41: Preparing 14:00:17 5f70bf18a086: Preparing 14:00:17 7dce21a13943: Preparing 14:00:17 c4c1884aa609: Preparing 14:00:17 621f2c8b75d4: Preparing 14:00:17 40569ec95e58: Waiting 14:00:17 ce7f800efff9: Preparing 14:00:17 2f9b2c563cd2: Waiting 14:00:17 44ea4e9a09a2: Waiting 14:00:17 7dce21a13943: Waiting 14:00:17 2e6f46b4e7bc: Waiting 14:00:17 c4c1884aa609: Waiting 14:00:17 a086fe702a41: Waiting 14:00:17 5f70bf18a086: Waiting 14:00:17 621f2c8b75d4: Waiting 14:00:17 ce7f800efff9: Waiting 14:00:17 e3b5acde30dd: Layer already exists 14:00:17 aa5bb64ed812: Layer already exists 14:00:17 d92cf10d5e07: Layer already exists 14:00:17 63c03e578faa: Layer already exists 14:00:17 40569ec95e58: Layer already exists 14:00:17 80141c370d64: Layer already exists 14:00:17 2f9b2c563cd2: Layer already exists 14:00:17 da5702ff69b8: Layer already exists 14:00:17 44ea4e9a09a2: Layer already exists 14:00:17 2e6f46b4e7bc: Layer already exists 14:00:17 7dce21a13943: Layer already exists 14:00:17 a086fe702a41: Layer already exists 14:00:17 c4c1884aa609: Layer already exists 14:00:17 5f70bf18a086: Layer already exists 14:00:17 621f2c8b75d4: Layer already exists 14:00:17 ce7f800efff9: Layer already exists 14:00:17 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:61f38cde1631d84695b5be9f122d5499137b80c11c75f7e6722f43a98c9cfe97 size: 3645 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:17 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:18 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 14:00:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 14:00:18 63c03e578faa: Preparing 14:00:18 e3b5acde30dd: Preparing 14:00:18 d92cf10d5e07: Preparing 14:00:18 80141c370d64: Preparing 14:00:18 aa5bb64ed812: Preparing 14:00:18 40569ec95e58: Preparing 14:00:18 da5702ff69b8: Preparing 14:00:18 2f9b2c563cd2: Preparing 14:00:18 44ea4e9a09a2: Preparing 14:00:18 2e6f46b4e7bc: Preparing 14:00:18 a086fe702a41: Preparing 14:00:18 5f70bf18a086: Preparing 14:00:18 7dce21a13943: Preparing 14:00:18 c4c1884aa609: Preparing 14:00:18 621f2c8b75d4: Preparing 14:00:18 ce7f800efff9: Preparing 14:00:18 44ea4e9a09a2: Waiting 14:00:18 2e6f46b4e7bc: Waiting 14:00:18 c4c1884aa609: Waiting 14:00:18 621f2c8b75d4: Waiting 14:00:18 a086fe702a41: Waiting 14:00:18 ce7f800efff9: Waiting 14:00:18 5f70bf18a086: Waiting 14:00:18 7dce21a13943: Waiting 14:00:18 40569ec95e58: Waiting 14:00:18 da5702ff69b8: Waiting 14:00:18 2f9b2c563cd2: Waiting 14:00:18 aa5bb64ed812: Layer already exists 14:00:18 80141c370d64: Layer already exists 14:00:18 d92cf10d5e07: Layer already exists 14:00:18 e3b5acde30dd: Layer already exists 14:00:18 63c03e578faa: Layer already exists 14:00:18 44ea4e9a09a2: Layer already exists 14:00:18 2f9b2c563cd2: Layer already exists 14:00:18 da5702ff69b8: Layer already exists 14:00:18 40569ec95e58: Layer already exists 14:00:18 2e6f46b4e7bc: Layer already exists 14:00:18 a086fe702a41: Layer already exists 14:00:18 c4c1884aa609: Layer already exists 14:00:18 621f2c8b75d4: Layer already exists 14:00:18 7dce21a13943: Layer already exists 14:00:18 5f70bf18a086: Layer already exists 14:00:18 ce7f800efff9: Layer already exists 14:00:18 main: digest: sha256:61f38cde1631d84695b5be9f122d5499137b80c11c75f7e6722f43a98c9cfe97 size: 3645 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:00:18 ===================================================== [Pipeline] echo 14:00:18 taggedImages: 14:00:18 - nexus3.edgexfoundry.org:10004/security-bootstrapper:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:00:18 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 14:00:18 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.42 14:00:18 - nexus3.edgexfoundry.org:10004/security-bootstrapper:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:00:18 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 14:00:18 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 14:00:18 b103c04882abc23661cee8905a92a31c1ff0bf6a 14:00:18 latest 14:00:18 3.2.0-dev.42 14:00:18 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:00:18 main 14:00:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:18 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:18 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:00:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 14:00:18 c5a7169f6c28: Preparing 14:00:18 8adefb8d6601: Preparing 14:00:18 32d489699be4: Preparing 14:00:18 33bbfd2e9819: Preparing 14:00:18 2f9b2c563cd2: Preparing 14:00:18 44ea4e9a09a2: Preparing 14:00:18 3fc7ab47dd1b: Preparing 14:00:18 941a02c2d58b: Preparing 14:00:18 ce7f800efff9: Preparing 14:00:18 44ea4e9a09a2: Waiting 14:00:18 941a02c2d58b: Waiting 14:00:18 3fc7ab47dd1b: Waiting 14:00:18 ce7f800efff9: Waiting 14:00:18 2f9b2c563cd2: Layer already exists 14:00:18 8adefb8d6601: Layer already exists 14:00:18 c5a7169f6c28: Layer already exists 14:00:18 44ea4e9a09a2: Layer already exists 14:00:18 3fc7ab47dd1b: Layer already exists 14:00:18 941a02c2d58b: Layer already exists 14:00:18 ce7f800efff9: Layer already exists 14:00:18 32d489699be4: Pushed 14:00:21 33bbfd2e9819: Pushed 14:00:21 b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:4cd089dea61b9d1442ae2cdec2e2c6cf98508479527338c19e9a323ded204e1a size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:21 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:22 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 14:00:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 14:00:22 c5a7169f6c28: Preparing 14:00:22 8adefb8d6601: Preparing 14:00:22 32d489699be4: Preparing 14:00:22 33bbfd2e9819: Preparing 14:00:22 2f9b2c563cd2: Preparing 14:00:22 44ea4e9a09a2: Preparing 14:00:22 3fc7ab47dd1b: Preparing 14:00:22 941a02c2d58b: Preparing 14:00:22 ce7f800efff9: Preparing 14:00:22 44ea4e9a09a2: Waiting 14:00:22 3fc7ab47dd1b: Waiting 14:00:22 ce7f800efff9: Waiting 14:00:22 941a02c2d58b: Waiting 14:00:22 33bbfd2e9819: Layer already exists 14:00:22 2f9b2c563cd2: Layer already exists 14:00:22 32d489699be4: Layer already exists 14:00:22 c5a7169f6c28: Layer already exists 14:00:22 8adefb8d6601: Layer already exists 14:00:22 ce7f800efff9: Layer already exists 14:00:22 941a02c2d58b: Layer already exists 14:00:22 44ea4e9a09a2: Layer already exists 14:00:22 3fc7ab47dd1b: Layer already exists 14:00:22 latest: digest: sha256:4cd089dea61b9d1442ae2cdec2e2c6cf98508479527338c19e9a323ded204e1a size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:22 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:22 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.42 14:00:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 14:00:22 c5a7169f6c28: Preparing 14:00:22 8adefb8d6601: Preparing 14:00:22 32d489699be4: Preparing 14:00:22 33bbfd2e9819: Preparing 14:00:22 2f9b2c563cd2: Preparing 14:00:22 44ea4e9a09a2: Preparing 14:00:22 3fc7ab47dd1b: Preparing 14:00:22 941a02c2d58b: Preparing 14:00:22 ce7f800efff9: Preparing 14:00:22 44ea4e9a09a2: Waiting 14:00:22 3fc7ab47dd1b: Waiting 14:00:22 941a02c2d58b: Waiting 14:00:22 ce7f800efff9: Waiting 14:00:22 32d489699be4: Layer already exists 14:00:22 8adefb8d6601: Layer already exists 14:00:22 2f9b2c563cd2: Layer already exists 14:00:22 c5a7169f6c28: Layer already exists 14:00:22 33bbfd2e9819: Layer already exists 14:00:22 44ea4e9a09a2: Layer already exists 14:00:22 941a02c2d58b: Layer already exists 14:00:22 3fc7ab47dd1b: Layer already exists 14:00:22 ce7f800efff9: Layer already exists 14:00:22 3.2.0-dev.42: digest: sha256:4cd089dea61b9d1442ae2cdec2e2c6cf98508479527338c19e9a323ded204e1a size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:23 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:23 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:00:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 14:00:23 c5a7169f6c28: Preparing 14:00:23 8adefb8d6601: Preparing 14:00:23 32d489699be4: Preparing 14:00:23 33bbfd2e9819: Preparing 14:00:23 2f9b2c563cd2: Preparing 14:00:23 44ea4e9a09a2: Preparing 14:00:23 3fc7ab47dd1b: Preparing 14:00:23 941a02c2d58b: Preparing 14:00:23 ce7f800efff9: Preparing 14:00:23 44ea4e9a09a2: Waiting 14:00:23 3fc7ab47dd1b: Waiting 14:00:23 941a02c2d58b: Waiting 14:00:23 ce7f800efff9: Waiting 14:00:23 2f9b2c563cd2: Layer already exists 14:00:23 32d489699be4: Layer already exists 14:00:23 8adefb8d6601: Layer already exists 14:00:23 33bbfd2e9819: Layer already exists 14:00:23 c5a7169f6c28: Layer already exists 14:00:23 941a02c2d58b: Layer already exists 14:00:23 3fc7ab47dd1b: Layer already exists 14:00:23 44ea4e9a09a2: Layer already exists 14:00:23 ce7f800efff9: Layer already exists 14:00:23 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:4cd089dea61b9d1442ae2cdec2e2c6cf98508479527338c19e9a323ded204e1a size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:24 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:28 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 14:00:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 14:00:28 c5a7169f6c28: Preparing 14:00:28 8adefb8d6601: Preparing 14:00:28 32d489699be4: Preparing 14:00:28 33bbfd2e9819: Preparing 14:00:28 2f9b2c563cd2: Preparing 14:00:28 44ea4e9a09a2: Preparing 14:00:28 3fc7ab47dd1b: Preparing 14:00:28 941a02c2d58b: Preparing 14:00:28 ce7f800efff9: Preparing 14:00:28 44ea4e9a09a2: Waiting 14:00:28 941a02c2d58b: Waiting 14:00:28 3fc7ab47dd1b: Waiting 14:00:28 ce7f800efff9: Waiting 14:00:28 c5a7169f6c28: Layer already exists 14:00:28 32d489699be4: Layer already exists 14:00:28 2f9b2c563cd2: Layer already exists 14:00:28 33bbfd2e9819: Layer already exists 14:00:28 8adefb8d6601: Layer already exists 14:00:28 ce7f800efff9: Layer already exists 14:00:28 44ea4e9a09a2: Layer already exists 14:00:28 3fc7ab47dd1b: Layer already exists 14:00:28 941a02c2d58b: Layer already exists 14:00:28 main: digest: sha256:4cd089dea61b9d1442ae2cdec2e2c6cf98508479527338c19e9a323ded204e1a size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:00:28 ===================================================== [Pipeline] echo 14:00:28 taggedImages: 14:00:28 - nexus3.edgexfoundry.org:10004/security-proxy-auth:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:00:28 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 14:00:28 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.42 14:00:28 - nexus3.edgexfoundry.org:10004/security-proxy-auth:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:00:28 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 14:00:28 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 14:00:28 b103c04882abc23661cee8905a92a31c1ff0bf6a 14:00:28 latest 14:00:28 3.2.0-dev.42 14:00:28 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:00:28 main 14:00:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:29 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:31 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:00:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 14:00:31 a999bc1f81cc: Preparing 14:00:31 7a8219f83633: Preparing 14:00:31 c40b2f78f7b1: Preparing 14:00:31 e743881a21bb: Preparing 14:00:31 b8d6b23521dd: Preparing 14:00:31 2f9b2c563cd2: Preparing 14:00:31 44ea4e9a09a2: Preparing 14:00:31 76701fd2bceb: Preparing 14:00:31 7a778d7e7219: Preparing 14:00:31 549957f75de6: Preparing 14:00:31 ce7f800efff9: Preparing 14:00:31 2f9b2c563cd2: Waiting 14:00:31 549957f75de6: Waiting 14:00:31 7a778d7e7219: Waiting 14:00:31 76701fd2bceb: Waiting 14:00:31 ce7f800efff9: Waiting 14:00:31 44ea4e9a09a2: Waiting 14:00:32 b8d6b23521dd: Pushed 14:00:32 e743881a21bb: Pushed 14:00:32 2f9b2c563cd2: Layer already exists 14:00:32 7a8219f83633: Pushed 14:00:32 a999bc1f81cc: Pushed 14:00:32 44ea4e9a09a2: Layer already exists 14:00:32 ce7f800efff9: Layer already exists 14:00:32 76701fd2bceb: Pushed 14:00:32 7a778d7e7219: Pushed 14:00:35 c40b2f78f7b1: Pushed 14:00:36 549957f75de6: Pushed 14:00:36 b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:443b8be83914f93b5c0a3172faecc59d65e9b59ea0ea1d07930866e351ff19c6 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:36 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:37 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 14:00:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 14:00:37 a999bc1f81cc: Preparing 14:00:37 7a8219f83633: Preparing 14:00:37 c40b2f78f7b1: Preparing 14:00:37 e743881a21bb: Preparing 14:00:37 b8d6b23521dd: Preparing 14:00:37 2f9b2c563cd2: Preparing 14:00:37 44ea4e9a09a2: Preparing 14:00:37 76701fd2bceb: Preparing 14:00:37 7a778d7e7219: Preparing 14:00:37 2f9b2c563cd2: Waiting 14:00:37 44ea4e9a09a2: Waiting 14:00:37 76701fd2bceb: Waiting 14:00:37 549957f75de6: Preparing 14:00:37 ce7f800efff9: Preparing 14:00:37 e743881a21bb: Layer already exists 14:00:37 b8d6b23521dd: Layer already exists 14:00:37 c40b2f78f7b1: Layer already exists 14:00:37 a999bc1f81cc: Layer already exists 14:00:37 7a8219f83633: Layer already exists 14:00:37 2f9b2c563cd2: Layer already exists 14:00:37 44ea4e9a09a2: Layer already exists 14:00:37 76701fd2bceb: Layer already exists 14:00:37 7a778d7e7219: Layer already exists 14:00:37 549957f75de6: Layer already exists 14:00:37 ce7f800efff9: Layer already exists 14:00:37 latest: digest: sha256:443b8be83914f93b5c0a3172faecc59d65e9b59ea0ea1d07930866e351ff19c6 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:37 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:37 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.42 14:00:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 14:00:37 a999bc1f81cc: Preparing 14:00:37 7a8219f83633: Preparing 14:00:37 c40b2f78f7b1: Preparing 14:00:37 e743881a21bb: Preparing 14:00:37 b8d6b23521dd: Preparing 14:00:37 2f9b2c563cd2: Preparing 14:00:37 44ea4e9a09a2: Preparing 14:00:37 76701fd2bceb: Preparing 14:00:37 7a778d7e7219: Preparing 14:00:37 549957f75de6: Preparing 14:00:37 ce7f800efff9: Preparing 14:00:37 2f9b2c563cd2: Waiting 14:00:37 ce7f800efff9: Waiting 14:00:37 549957f75de6: Waiting 14:00:37 44ea4e9a09a2: Waiting 14:00:37 a999bc1f81cc: Layer already exists 14:00:37 7a8219f83633: Layer already exists 14:00:37 e743881a21bb: Layer already exists 14:00:37 c40b2f78f7b1: Layer already exists 14:00:37 b8d6b23521dd: Layer already exists 14:00:37 44ea4e9a09a2: Layer already exists 14:00:37 76701fd2bceb: Layer already exists 14:00:37 7a778d7e7219: Layer already exists 14:00:37 2f9b2c563cd2: Layer already exists 14:00:37 549957f75de6: Layer already exists 14:00:37 ce7f800efff9: Layer already exists 14:00:37 3.2.0-dev.42: digest: sha256:443b8be83914f93b5c0a3172faecc59d65e9b59ea0ea1d07930866e351ff19c6 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:38 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:39 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:00:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 14:00:39 a999bc1f81cc: Preparing 14:00:39 7a8219f83633: Preparing 14:00:39 c40b2f78f7b1: Preparing 14:00:39 e743881a21bb: Preparing 14:00:39 b8d6b23521dd: Preparing 14:00:39 2f9b2c563cd2: Preparing 14:00:39 44ea4e9a09a2: Preparing 14:00:39 76701fd2bceb: Preparing 14:00:39 7a778d7e7219: Preparing 14:00:39 549957f75de6: Preparing 14:00:39 ce7f800efff9: Preparing 14:00:39 44ea4e9a09a2: Waiting 14:00:39 76701fd2bceb: Waiting 14:00:39 7a778d7e7219: Waiting 14:00:39 549957f75de6: Waiting 14:00:39 2f9b2c563cd2: Waiting 14:00:39 ce7f800efff9: Waiting 14:00:39 c40b2f78f7b1: Layer already exists 14:00:39 e743881a21bb: Layer already exists 14:00:39 b8d6b23521dd: Layer already exists 14:00:39 a999bc1f81cc: Layer already exists 14:00:39 7a8219f83633: Layer already exists 14:00:39 44ea4e9a09a2: Layer already exists 14:00:39 549957f75de6: Layer already exists 14:00:39 2f9b2c563cd2: Layer already exists 14:00:39 76701fd2bceb: Layer already exists 14:00:39 7a778d7e7219: Layer already exists 14:00:39 ce7f800efff9: Layer already exists 14:00:39 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:443b8be83914f93b5c0a3172faecc59d65e9b59ea0ea1d07930866e351ff19c6 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:39 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:40 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 14:00:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 14:00:40 a999bc1f81cc: Preparing 14:00:40 7a8219f83633: Preparing 14:00:40 c40b2f78f7b1: Preparing 14:00:40 e743881a21bb: Preparing 14:00:40 b8d6b23521dd: Preparing 14:00:40 2f9b2c563cd2: Preparing 14:00:40 44ea4e9a09a2: Preparing 14:00:40 76701fd2bceb: Preparing 14:00:40 7a778d7e7219: Preparing 14:00:40 549957f75de6: Preparing 14:00:40 ce7f800efff9: Preparing 14:00:40 2f9b2c563cd2: Waiting 14:00:40 44ea4e9a09a2: Waiting 14:00:40 76701fd2bceb: Waiting 14:00:40 7a778d7e7219: Waiting 14:00:40 549957f75de6: Waiting 14:00:40 ce7f800efff9: Waiting 14:00:40 e743881a21bb: Layer already exists 14:00:40 7a8219f83633: Layer already exists 14:00:40 a999bc1f81cc: Layer already exists 14:00:40 b8d6b23521dd: Layer already exists 14:00:40 c40b2f78f7b1: Layer already exists 14:00:40 76701fd2bceb: Layer already exists 14:00:40 2f9b2c563cd2: Layer already exists 14:00:40 7a778d7e7219: Layer already exists 14:00:40 549957f75de6: Layer already exists 14:00:40 44ea4e9a09a2: Layer already exists 14:00:40 ce7f800efff9: Layer already exists 14:00:40 main: digest: sha256:443b8be83914f93b5c0a3172faecc59d65e9b59ea0ea1d07930866e351ff19c6 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:00:40 ===================================================== [Pipeline] echo 14:00:40 taggedImages: 14:00:40 - nexus3.edgexfoundry.org:10004/security-proxy-setup:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:00:40 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 14:00:40 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.42 14:00:40 - nexus3.edgexfoundry.org:10004/security-proxy-setup:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:00:40 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 14:00:40 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 14:00:40 b103c04882abc23661cee8905a92a31c1ff0bf6a 14:00:40 latest 14:00:40 3.2.0-dev.42 14:00:40 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:00:40 main 14:00:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:40 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:40 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:00:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 14:00:40 6d35555e19db: Preparing 14:00:40 1ca54d9c576d: Preparing 14:00:40 e6814da72c11: Preparing 14:00:40 bfc809ba1d00: Preparing 14:00:40 30da7be04f00: Preparing 14:00:40 39493294664a: Preparing 14:00:40 15d8ba14a877: Preparing 14:00:40 2f9b2c563cd2: Preparing 14:00:40 44ea4e9a09a2: Preparing 14:00:40 cf785c89421e: Preparing 14:00:40 d5260b0e8ae0: Preparing 14:00:40 ce7f800efff9: Preparing 14:00:40 39493294664a: Waiting 14:00:40 44ea4e9a09a2: Waiting 14:00:40 cf785c89421e: Waiting 14:00:40 d5260b0e8ae0: Waiting 14:00:40 ce7f800efff9: Waiting 14:00:40 15d8ba14a877: Waiting 14:00:40 2f9b2c563cd2: Waiting 14:00:40 30da7be04f00: Pushed 14:00:40 6d35555e19db: Pushed 14:00:40 1ca54d9c576d: Pushed 14:00:40 2f9b2c563cd2: Layer already exists 14:00:40 44ea4e9a09a2: Layer already exists 14:00:41 39493294664a: Pushed 14:00:41 15d8ba14a877: Pushed 14:00:41 ce7f800efff9: Layer already exists 14:00:41 cf785c89421e: Pushed 14:00:41 bfc809ba1d00: Pushed 14:00:43 e6814da72c11: Pushed 14:00:43 d5260b0e8ae0: Pushed 14:00:43 b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:52e104a6cf6cd97b58ef3e72a841af835fed12d9e0d25dce5fbebf466e92ac2e size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:44 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:44 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 14:00:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 14:00:44 6d35555e19db: Preparing 14:00:44 1ca54d9c576d: Preparing 14:00:44 e6814da72c11: Preparing 14:00:44 bfc809ba1d00: Preparing 14:00:44 30da7be04f00: Preparing 14:00:44 39493294664a: Preparing 14:00:44 15d8ba14a877: Preparing 14:00:44 2f9b2c563cd2: Preparing 14:00:44 44ea4e9a09a2: Preparing 14:00:44 cf785c89421e: Preparing 14:00:44 d5260b0e8ae0: Preparing 14:00:44 ce7f800efff9: Preparing 14:00:44 15d8ba14a877: Waiting 14:00:44 44ea4e9a09a2: Waiting 14:00:44 2f9b2c563cd2: Waiting 14:00:44 cf785c89421e: Waiting 14:00:44 39493294664a: Waiting 14:00:44 d5260b0e8ae0: Waiting 14:00:44 ce7f800efff9: Waiting 14:00:44 e6814da72c11: Layer already exists 14:00:44 bfc809ba1d00: Layer already exists 14:00:44 30da7be04f00: Layer already exists 14:00:44 6d35555e19db: Layer already exists 14:00:44 1ca54d9c576d: Layer already exists 14:00:44 15d8ba14a877: Layer already exists 14:00:44 2f9b2c563cd2: Layer already exists 14:00:44 cf785c89421e: Layer already exists 14:00:44 44ea4e9a09a2: Layer already exists 14:00:44 39493294664a: Layer already exists 14:00:44 d5260b0e8ae0: Layer already exists 14:00:44 ce7f800efff9: Layer already exists 14:00:44 latest: digest: sha256:52e104a6cf6cd97b58ef3e72a841af835fed12d9e0d25dce5fbebf466e92ac2e size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:44 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:45 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.42 14:00:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 14:00:45 6d35555e19db: Preparing 14:00:45 1ca54d9c576d: Preparing 14:00:45 e6814da72c11: Preparing 14:00:45 bfc809ba1d00: Preparing 14:00:45 30da7be04f00: Preparing 14:00:45 39493294664a: Preparing 14:00:45 15d8ba14a877: Preparing 14:00:45 2f9b2c563cd2: Preparing 14:00:45 44ea4e9a09a2: Preparing 14:00:45 cf785c89421e: Preparing 14:00:45 d5260b0e8ae0: Preparing 14:00:45 ce7f800efff9: Preparing 14:00:45 39493294664a: Waiting 14:00:45 cf785c89421e: Waiting 14:00:45 44ea4e9a09a2: Waiting 14:00:45 d5260b0e8ae0: Waiting 14:00:45 15d8ba14a877: Waiting 14:00:45 ce7f800efff9: Waiting 14:00:45 2f9b2c563cd2: Waiting 14:00:45 6d35555e19db: Layer already exists 14:00:45 1ca54d9c576d: Layer already exists 14:00:45 e6814da72c11: Layer already exists 14:00:45 bfc809ba1d00: Layer already exists 14:00:45 30da7be04f00: Layer already exists 14:00:45 15d8ba14a877: Layer already exists 14:00:45 39493294664a: Layer already exists 14:00:45 2f9b2c563cd2: Layer already exists 14:00:45 44ea4e9a09a2: Layer already exists 14:00:45 cf785c89421e: Layer already exists 14:00:45 d5260b0e8ae0: Layer already exists 14:00:45 ce7f800efff9: Layer already exists 14:00:45 3.2.0-dev.42: digest: sha256:52e104a6cf6cd97b58ef3e72a841af835fed12d9e0d25dce5fbebf466e92ac2e size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:45 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:45 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:00:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 14:00:45 6d35555e19db: Preparing 14:00:45 1ca54d9c576d: Preparing 14:00:45 e6814da72c11: Preparing 14:00:45 bfc809ba1d00: Preparing 14:00:45 30da7be04f00: Preparing 14:00:45 39493294664a: Preparing 14:00:45 15d8ba14a877: Preparing 14:00:45 2f9b2c563cd2: Preparing 14:00:45 44ea4e9a09a2: Preparing 14:00:45 cf785c89421e: Preparing 14:00:45 d5260b0e8ae0: Preparing 14:00:45 ce7f800efff9: Preparing 14:00:45 2f9b2c563cd2: Waiting 14:00:45 cf785c89421e: Waiting 14:00:45 d5260b0e8ae0: Waiting 14:00:45 44ea4e9a09a2: Waiting 14:00:45 39493294664a: Waiting 14:00:45 ce7f800efff9: Waiting 14:00:45 1ca54d9c576d: Layer already exists 14:00:45 6d35555e19db: Layer already exists 14:00:45 bfc809ba1d00: Layer already exists 14:00:45 e6814da72c11: Layer already exists 14:00:45 30da7be04f00: Layer already exists 14:00:45 15d8ba14a877: Layer already exists 14:00:45 2f9b2c563cd2: Layer already exists 14:00:45 39493294664a: Layer already exists 14:00:45 44ea4e9a09a2: Layer already exists 14:00:45 cf785c89421e: Layer already exists 14:00:45 d5260b0e8ae0: Layer already exists 14:00:45 ce7f800efff9: Layer already exists 14:00:45 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:52e104a6cf6cd97b58ef3e72a841af835fed12d9e0d25dce5fbebf466e92ac2e size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:46 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:46 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 14:00:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 14:00:46 6d35555e19db: Preparing 14:00:46 1ca54d9c576d: Preparing 14:00:46 e6814da72c11: Preparing 14:00:46 bfc809ba1d00: Preparing 14:00:46 30da7be04f00: Preparing 14:00:46 39493294664a: Preparing 14:00:46 15d8ba14a877: Preparing 14:00:46 2f9b2c563cd2: Preparing 14:00:46 39493294664a: Waiting 14:00:46 15d8ba14a877: Waiting 14:00:46 44ea4e9a09a2: Preparing 14:00:46 cf785c89421e: Preparing 14:00:46 d5260b0e8ae0: Preparing 14:00:46 ce7f800efff9: Preparing 14:00:46 d5260b0e8ae0: Waiting 14:00:46 ce7f800efff9: Waiting 14:00:46 2f9b2c563cd2: Waiting 14:00:46 cf785c89421e: Waiting 14:00:46 44ea4e9a09a2: Waiting 14:00:46 1ca54d9c576d: Layer already exists 14:00:46 bfc809ba1d00: Layer already exists 14:00:46 30da7be04f00: Layer already exists 14:00:46 e6814da72c11: Layer already exists 14:00:46 6d35555e19db: Layer already exists 14:00:46 44ea4e9a09a2: Layer already exists 14:00:46 39493294664a: Layer already exists 14:00:46 2f9b2c563cd2: Layer already exists 14:00:46 15d8ba14a877: Layer already exists 14:00:46 cf785c89421e: Layer already exists 14:00:46 ce7f800efff9: Layer already exists 14:00:46 d5260b0e8ae0: Layer already exists 14:00:46 main: digest: sha256:52e104a6cf6cd97b58ef3e72a841af835fed12d9e0d25dce5fbebf466e92ac2e size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:00:46 ===================================================== [Pipeline] echo 14:00:46 taggedImages: 14:00:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:00:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 14:00:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.42 14:00:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:00:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 14:00:46 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 14:00:46 b103c04882abc23661cee8905a92a31c1ff0bf6a 14:00:46 latest 14:00:46 3.2.0-dev.42 14:00:46 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:00:46 main 14:00:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:46 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:47 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:00:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 14:00:47 1a840a2761cb: Preparing 14:00:47 a4d9d9ec12a7: Preparing 14:00:47 2f9b2c563cd2: Preparing 14:00:47 44ea4e9a09a2: Preparing 14:00:47 4344c8d57066: Preparing 14:00:47 fc06aa54a71a: Preparing 14:00:47 ce7f800efff9: Preparing 14:00:47 fc06aa54a71a: Waiting 14:00:47 ce7f800efff9: Waiting 14:00:47 4344c8d57066: Pushed 14:00:47 2f9b2c563cd2: Layer already exists 14:00:47 44ea4e9a09a2: Layer already exists 14:00:47 ce7f800efff9: Layer already exists 14:00:47 1a840a2761cb: Pushed 14:00:48 fc06aa54a71a: Pushed 14:00:48 a4d9d9ec12a7: Pushed 14:00:48 b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:ce34b1bcda5e92404a340ede638a4bec4f6ed0d262dd066a29bf4ea5631e85ff size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:49 + 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 14:00:49 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 14:00:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 14:00:49 1a840a2761cb: Preparing 14:00:49 a4d9d9ec12a7: Preparing 14:00:49 2f9b2c563cd2: Preparing 14:00:49 44ea4e9a09a2: Preparing 14:00:49 4344c8d57066: Preparing 14:00:49 fc06aa54a71a: Preparing 14:00:49 ce7f800efff9: Preparing 14:00:49 ce7f800efff9: Waiting 14:00:49 fc06aa54a71a: Waiting 14:00:49 44ea4e9a09a2: Layer already exists 14:00:49 4344c8d57066: Layer already exists 14:00:49 a4d9d9ec12a7: Layer already exists 14:00:49 1a840a2761cb: Layer already exists 14:00:49 2f9b2c563cd2: Layer already exists 14:00:49 ce7f800efff9: Layer already exists 14:00:49 fc06aa54a71a: Layer already exists 14:00:49 latest: digest: sha256:ce34b1bcda5e92404a340ede638a4bec4f6ed0d262dd066a29bf4ea5631e85ff size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:49 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:50 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.42 14:00:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 14:00:50 1a840a2761cb: Preparing 14:00:50 a4d9d9ec12a7: Preparing 14:00:50 2f9b2c563cd2: Preparing 14:00:50 44ea4e9a09a2: Preparing 14:00:50 4344c8d57066: Preparing 14:00:50 fc06aa54a71a: Preparing 14:00:50 ce7f800efff9: Preparing 14:00:50 fc06aa54a71a: Waiting 14:00:50 ce7f800efff9: Waiting 14:00:50 44ea4e9a09a2: Layer already exists 14:00:50 4344c8d57066: Layer already exists 14:00:50 2f9b2c563cd2: Layer already exists 14:00:50 1a840a2761cb: Layer already exists 14:00:50 a4d9d9ec12a7: Layer already exists 14:00:50 fc06aa54a71a: Layer already exists 14:00:50 ce7f800efff9: Layer already exists 14:00:50 3.2.0-dev.42: digest: sha256:ce34b1bcda5e92404a340ede638a4bec4f6ed0d262dd066a29bf4ea5631e85ff size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:50 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:50 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:00:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 14:00:50 1a840a2761cb: Preparing 14:00:50 a4d9d9ec12a7: Preparing 14:00:50 2f9b2c563cd2: Preparing 14:00:50 44ea4e9a09a2: Preparing 14:00:50 4344c8d57066: Preparing 14:00:50 fc06aa54a71a: Preparing 14:00:50 ce7f800efff9: Preparing 14:00:50 ce7f800efff9: Waiting 14:00:50 1a840a2761cb: Layer already exists 14:00:50 44ea4e9a09a2: Layer already exists 14:00:50 4344c8d57066: Layer already exists 14:00:50 2f9b2c563cd2: Layer already exists 14:00:50 a4d9d9ec12a7: Layer already exists 14:00:50 ce7f800efff9: Layer already exists 14:00:50 fc06aa54a71a: Layer already exists 14:00:50 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:ce34b1bcda5e92404a340ede638a4bec4f6ed0d262dd066a29bf4ea5631e85ff size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:51 + 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 14:00:51 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 14:00:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 14:00:51 1a840a2761cb: Preparing 14:00:51 a4d9d9ec12a7: Preparing 14:00:51 2f9b2c563cd2: Preparing 14:00:51 44ea4e9a09a2: Preparing 14:00:51 4344c8d57066: Preparing 14:00:51 fc06aa54a71a: Preparing 14:00:51 ce7f800efff9: Preparing 14:00:51 fc06aa54a71a: Waiting 14:00:51 ce7f800efff9: Waiting 14:00:51 2f9b2c563cd2: Layer already exists 14:00:51 44ea4e9a09a2: Layer already exists 14:00:51 a4d9d9ec12a7: Layer already exists 14:00:51 1a840a2761cb: Layer already exists 14:00:51 4344c8d57066: Layer already exists 14:00:51 fc06aa54a71a: Layer already exists 14:00:51 ce7f800efff9: Layer already exists 14:00:51 main: digest: sha256:ce34b1bcda5e92404a340ede638a4bec4f6ed0d262dd066a29bf4ea5631e85ff size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:00:51 ===================================================== [Pipeline] echo 14:00:51 taggedImages: 14:00:51 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:00:51 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 14:00:51 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.42 14:00:51 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:00:51 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 14:00:51 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 14:00:51 b103c04882abc23661cee8905a92a31c1ff0bf6a 14:00:51 latest 14:00:51 3.2.0-dev.42 14:00:51 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:00:51 main 14:00:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:51 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:00:52 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:00:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 14:00:52 73b7436f77e3: Preparing 14:00:52 97f55382cf0a: Preparing 14:00:52 a7d36d8fb21d: Preparing 14:00:52 2f9b2c563cd2: Preparing 14:00:52 44ea4e9a09a2: Preparing 14:00:52 7513dbc8f0ad: Preparing 14:00:52 10c62463ceb4: Preparing 14:00:52 918468545a34: Preparing 14:00:52 c21434d1c396: Preparing 14:00:52 ce7f800efff9: Preparing 14:00:52 7513dbc8f0ad: Waiting 14:00:52 10c62463ceb4: Waiting 14:00:52 ce7f800efff9: Waiting 14:00:52 918468545a34: Waiting 14:00:52 c21434d1c396: Waiting 14:00:52 2f9b2c563cd2: Layer already exists 14:00:52 44ea4e9a09a2: Layer already exists 14:00:52 a7d36d8fb21d: Pushed 14:00:52 73b7436f77e3: Pushed 14:00:52 97f55382cf0a: Pushed 14:00:52 ce7f800efff9: Layer already exists 14:00:52 918468545a34: Pushed 14:00:52 c21434d1c396: Pushed 14:00:58 10c62463ceb4: Pushed 14:01:03 7513dbc8f0ad: Pushed 14:01:03 b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:81e349e1b5d1d13f5c41a0a53274b835ca09c5992528a9b65ef9342746e6f9bf size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:03 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 14:01:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 14:01:04 73b7436f77e3: Preparing 14:01:04 97f55382cf0a: Preparing 14:01:04 a7d36d8fb21d: Preparing 14:01:04 2f9b2c563cd2: Preparing 14:01:04 44ea4e9a09a2: Preparing 14:01:04 7513dbc8f0ad: Preparing 14:01:04 10c62463ceb4: Preparing 14:01:04 918468545a34: Preparing 14:01:04 c21434d1c396: Preparing 14:01:04 ce7f800efff9: Preparing 14:01:04 7513dbc8f0ad: Waiting 14:01:04 10c62463ceb4: Waiting 14:01:04 918468545a34: Waiting 14:01:04 c21434d1c396: Waiting 14:01:04 ce7f800efff9: Waiting 14:01:04 73b7436f77e3: Layer already exists 14:01:04 97f55382cf0a: Layer already exists 14:01:04 44ea4e9a09a2: Layer already exists 14:01:04 a7d36d8fb21d: Layer already exists 14:01:04 2f9b2c563cd2: Layer already exists 14:01:04 10c62463ceb4: Layer already exists 14:01:04 7513dbc8f0ad: Layer already exists 14:01:04 c21434d1c396: Layer already exists 14:01:04 918468545a34: Layer already exists 14:01:04 ce7f800efff9: Layer already exists 14:01:04 latest: digest: sha256:81e349e1b5d1d13f5c41a0a53274b835ca09c5992528a9b65ef9342746e6f9bf size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:04 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.42 14:01:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 14:01:04 73b7436f77e3: Preparing 14:01:04 97f55382cf0a: Preparing 14:01:04 a7d36d8fb21d: Preparing 14:01:04 2f9b2c563cd2: Preparing 14:01:04 44ea4e9a09a2: Preparing 14:01:04 7513dbc8f0ad: Preparing 14:01:04 10c62463ceb4: Preparing 14:01:04 918468545a34: Preparing 14:01:04 c21434d1c396: Preparing 14:01:04 ce7f800efff9: Preparing 14:01:04 10c62463ceb4: Waiting 14:01:04 ce7f800efff9: Waiting 14:01:04 918468545a34: Waiting 14:01:04 c21434d1c396: Waiting 14:01:04 7513dbc8f0ad: Waiting 14:01:04 97f55382cf0a: Layer already exists 14:01:04 73b7436f77e3: Layer already exists 14:01:04 a7d36d8fb21d: Layer already exists 14:01:04 44ea4e9a09a2: Layer already exists 14:01:04 2f9b2c563cd2: Layer already exists 14:01:04 c21434d1c396: Layer already exists 14:01:04 7513dbc8f0ad: Layer already exists 14:01:04 10c62463ceb4: Layer already exists 14:01:04 918468545a34: Layer already exists 14:01:04 ce7f800efff9: Layer already exists 14:01:04 3.2.0-dev.42: digest: sha256:81e349e1b5d1d13f5c41a0a53274b835ca09c5992528a9b65ef9342746e6f9bf size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:05 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:01:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 14:01:05 73b7436f77e3: Preparing 14:01:05 97f55382cf0a: Preparing 14:01:05 a7d36d8fb21d: Preparing 14:01:05 2f9b2c563cd2: Preparing 14:01:05 44ea4e9a09a2: Preparing 14:01:05 7513dbc8f0ad: Preparing 14:01:05 10c62463ceb4: Preparing 14:01:05 918468545a34: Preparing 14:01:05 c21434d1c396: Preparing 14:01:05 ce7f800efff9: Preparing 14:01:05 7513dbc8f0ad: Waiting 14:01:05 10c62463ceb4: Waiting 14:01:05 918468545a34: Waiting 14:01:05 c21434d1c396: Waiting 14:01:05 ce7f800efff9: Waiting 14:01:05 2f9b2c563cd2: Layer already exists 14:01:05 a7d36d8fb21d: Layer already exists 14:01:05 44ea4e9a09a2: Layer already exists 14:01:05 97f55382cf0a: Layer already exists 14:01:05 73b7436f77e3: Layer already exists 14:01:05 10c62463ceb4: Layer already exists 14:01:05 7513dbc8f0ad: Layer already exists 14:01:05 c21434d1c396: Layer already exists 14:01:05 918468545a34: Layer already exists 14:01:05 ce7f800efff9: Layer already exists 14:01:05 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:81e349e1b5d1d13f5c41a0a53274b835ca09c5992528a9b65ef9342746e6f9bf size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:05 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 14:01:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 14:01:06 73b7436f77e3: Preparing 14:01:06 97f55382cf0a: Preparing 14:01:06 a7d36d8fb21d: Preparing 14:01:06 2f9b2c563cd2: Preparing 14:01:06 44ea4e9a09a2: Preparing 14:01:06 7513dbc8f0ad: Preparing 14:01:06 10c62463ceb4: Preparing 14:01:06 918468545a34: Preparing 14:01:06 c21434d1c396: Preparing 14:01:06 ce7f800efff9: Preparing 14:01:06 7513dbc8f0ad: Waiting 14:01:06 918468545a34: Waiting 14:01:06 ce7f800efff9: Waiting 14:01:06 10c62463ceb4: Waiting 14:01:06 2f9b2c563cd2: Layer already exists 14:01:06 73b7436f77e3: Layer already exists 14:01:06 97f55382cf0a: Layer already exists 14:01:06 a7d36d8fb21d: Layer already exists 14:01:06 44ea4e9a09a2: Layer already exists 14:01:06 7513dbc8f0ad: Layer already exists 14:01:06 c21434d1c396: Layer already exists 14:01:06 918468545a34: Layer already exists 14:01:06 10c62463ceb4: Layer already exists 14:01:06 ce7f800efff9: Layer already exists 14:01:06 main: digest: sha256:81e349e1b5d1d13f5c41a0a53274b835ca09c5992528a9b65ef9342746e6f9bf size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:01:06 ===================================================== [Pipeline] echo 14:01:06 taggedImages: 14:01:06 - nexus3.edgexfoundry.org:10004/security-spire-agent:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:01:06 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 14:01:06 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.42 14:01:06 - nexus3.edgexfoundry.org:10004/security-spire-agent:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:01:06 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 14:01:06 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 14:01:06 b103c04882abc23661cee8905a92a31c1ff0bf6a 14:01:06 latest 14:01:06 3.2.0-dev.42 14:01:06 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:01:06 main 14:01:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:06 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:01:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 14:01:06 dc4acdcb3551: Preparing 14:01:06 612699053ccc: Preparing 14:01:06 67b29791377c: Preparing 14:01:06 2f9b2c563cd2: Preparing 14:01:06 44ea4e9a09a2: Preparing 14:01:06 aa8d6a94d18c: Preparing 14:01:06 ad64b4e77459: Preparing 14:01:06 d72be4ae7c63: Preparing 14:01:06 ce7f800efff9: Preparing 14:01:06 aa8d6a94d18c: Waiting 14:01:06 ce7f800efff9: Waiting 14:01:06 ad64b4e77459: Waiting 14:01:06 d72be4ae7c63: Waiting 14:01:06 44ea4e9a09a2: Layer already exists 14:01:06 2f9b2c563cd2: Layer already exists 14:01:06 612699053ccc: Pushed 14:01:06 67b29791377c: Pushed 14:01:07 dc4acdcb3551: Pushed 14:01:07 ce7f800efff9: Layer already exists 14:01:07 ad64b4e77459: Pushed 14:01:07 d72be4ae7c63: Pushed 14:01:17 aa8d6a94d18c: Pushed 14:01:17 b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:40a0b1c7f6a14935dfb6575e15e28f389006be49bc43e2a2c4b78d455d20d5be size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:17 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 14:01:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 14:01:17 dc4acdcb3551: Preparing 14:01:17 612699053ccc: Preparing 14:01:17 67b29791377c: Preparing 14:01:17 2f9b2c563cd2: Preparing 14:01:17 44ea4e9a09a2: Preparing 14:01:17 aa8d6a94d18c: Preparing 14:01:17 ad64b4e77459: Preparing 14:01:17 d72be4ae7c63: Preparing 14:01:17 ce7f800efff9: Preparing 14:01:17 ad64b4e77459: Waiting 14:01:17 d72be4ae7c63: Waiting 14:01:17 ce7f800efff9: Waiting 14:01:17 aa8d6a94d18c: Waiting 14:01:17 612699053ccc: Layer already exists 14:01:17 2f9b2c563cd2: Layer already exists 14:01:17 dc4acdcb3551: Layer already exists 14:01:17 44ea4e9a09a2: Layer already exists 14:01:17 67b29791377c: Layer already exists 14:01:17 aa8d6a94d18c: Layer already exists 14:01:17 ad64b4e77459: Layer already exists 14:01:17 d72be4ae7c63: Layer already exists 14:01:17 ce7f800efff9: Layer already exists 14:01:17 latest: digest: sha256:40a0b1c7f6a14935dfb6575e15e28f389006be49bc43e2a2c4b78d455d20d5be size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:18 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.42 14:01:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 14:01:18 dc4acdcb3551: Preparing 14:01:18 612699053ccc: Preparing 14:01:18 67b29791377c: Preparing 14:01:18 2f9b2c563cd2: Preparing 14:01:18 44ea4e9a09a2: Preparing 14:01:18 aa8d6a94d18c: Preparing 14:01:18 ad64b4e77459: Preparing 14:01:18 d72be4ae7c63: Preparing 14:01:18 ce7f800efff9: Preparing 14:01:18 aa8d6a94d18c: Waiting 14:01:18 ad64b4e77459: Waiting 14:01:18 d72be4ae7c63: Waiting 14:01:18 ce7f800efff9: Waiting 14:01:18 2f9b2c563cd2: Layer already exists 14:01:18 612699053ccc: Layer already exists 14:01:18 dc4acdcb3551: Layer already exists 14:01:18 67b29791377c: Layer already exists 14:01:18 44ea4e9a09a2: Layer already exists 14:01:18 aa8d6a94d18c: Layer already exists 14:01:18 ad64b4e77459: Layer already exists 14:01:18 d72be4ae7c63: Layer already exists 14:01:18 ce7f800efff9: Layer already exists 14:01:18 3.2.0-dev.42: digest: sha256:40a0b1c7f6a14935dfb6575e15e28f389006be49bc43e2a2c4b78d455d20d5be size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:18 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:01:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 14:01:19 dc4acdcb3551: Preparing 14:01:19 612699053ccc: Preparing 14:01:19 67b29791377c: Preparing 14:01:19 2f9b2c563cd2: Preparing 14:01:19 44ea4e9a09a2: Preparing 14:01:19 aa8d6a94d18c: Preparing 14:01:19 ad64b4e77459: Preparing 14:01:19 d72be4ae7c63: Preparing 14:01:19 ce7f800efff9: Preparing 14:01:19 aa8d6a94d18c: Waiting 14:01:19 ad64b4e77459: Waiting 14:01:19 d72be4ae7c63: Waiting 14:01:19 ce7f800efff9: Waiting 14:01:19 dc4acdcb3551: Layer already exists 14:01:19 44ea4e9a09a2: Layer already exists 14:01:19 612699053ccc: Layer already exists 14:01:19 67b29791377c: Layer already exists 14:01:19 2f9b2c563cd2: Layer already exists 14:01:19 aa8d6a94d18c: Layer already exists 14:01:19 d72be4ae7c63: Layer already exists 14:01:19 ce7f800efff9: Layer already exists 14:01:19 ad64b4e77459: Layer already exists 14:01:19 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:40a0b1c7f6a14935dfb6575e15e28f389006be49bc43e2a2c4b78d455d20d5be size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:19 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 14:01:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 14:01:19 dc4acdcb3551: Preparing 14:01:19 612699053ccc: Preparing 14:01:19 67b29791377c: Preparing 14:01:19 2f9b2c563cd2: Preparing 14:01:19 44ea4e9a09a2: Preparing 14:01:19 aa8d6a94d18c: Preparing 14:01:19 ad64b4e77459: Preparing 14:01:19 d72be4ae7c63: Preparing 14:01:19 ce7f800efff9: Preparing 14:01:19 ad64b4e77459: Waiting 14:01:19 d72be4ae7c63: Waiting 14:01:19 aa8d6a94d18c: Waiting 14:01:19 612699053ccc: Layer already exists 14:01:19 44ea4e9a09a2: Layer already exists 14:01:19 dc4acdcb3551: Layer already exists 14:01:19 67b29791377c: Layer already exists 14:01:19 2f9b2c563cd2: Layer already exists 14:01:19 ad64b4e77459: Layer already exists 14:01:19 aa8d6a94d18c: Layer already exists 14:01:19 d72be4ae7c63: Layer already exists 14:01:19 ce7f800efff9: Layer already exists 14:01:19 main: digest: sha256:40a0b1c7f6a14935dfb6575e15e28f389006be49bc43e2a2c4b78d455d20d5be size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:01:19 ===================================================== [Pipeline] echo 14:01:19 taggedImages: 14:01:19 - nexus3.edgexfoundry.org:10004/security-spire-config:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:01:19 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 14:01:19 - nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.42 14:01:19 - nexus3.edgexfoundry.org:10004/security-spire-config:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:01:19 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 14:01:19 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 14:01:19 b103c04882abc23661cee8905a92a31c1ff0bf6a 14:01:19 latest 14:01:19 3.2.0-dev.42 14:01:19 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:01:19 main 14:01:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:20 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:20 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:01:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 14:01:20 191872d217e6: Preparing 14:01:20 f330c5853814: Preparing 14:01:20 b70fde92e305: Preparing 14:01:20 2f9b2c563cd2: Preparing 14:01:20 44ea4e9a09a2: Preparing 14:01:20 f08e7011e1e8: Preparing 14:01:20 918468545a34: Preparing 14:01:20 c21434d1c396: Preparing 14:01:20 ce7f800efff9: Preparing 14:01:20 c21434d1c396: Waiting 14:01:20 f08e7011e1e8: Waiting 14:01:20 ce7f800efff9: Waiting 14:01:20 918468545a34: Waiting 14:01:20 44ea4e9a09a2: Layer already exists 14:01:20 2f9b2c563cd2: Layer already exists 14:01:20 918468545a34: Layer already exists 14:01:20 c21434d1c396: Layer already exists 14:01:20 ce7f800efff9: Layer already exists 14:01:20 b70fde92e305: Pushed 14:01:20 191872d217e6: Pushed 14:01:20 f330c5853814: Pushed 14:01:30 f08e7011e1e8: Pushed 14:01:30 b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:455a216e8e9d50fb8fddd755791a44eebad1c577769508f25c9d2f290ab3b365 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:30 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 14:01:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 14:01:31 191872d217e6: Preparing 14:01:31 f330c5853814: Preparing 14:01:31 b70fde92e305: Preparing 14:01:31 2f9b2c563cd2: Preparing 14:01:31 44ea4e9a09a2: Preparing 14:01:31 f08e7011e1e8: Preparing 14:01:31 918468545a34: Preparing 14:01:31 c21434d1c396: Preparing 14:01:31 ce7f800efff9: Preparing 14:01:31 f08e7011e1e8: Waiting 14:01:31 c21434d1c396: Waiting 14:01:31 b70fde92e305: Layer already exists 14:01:31 f330c5853814: Layer already exists 14:01:31 2f9b2c563cd2: Layer already exists 14:01:31 44ea4e9a09a2: Layer already exists 14:01:31 191872d217e6: Layer already exists 14:01:31 f08e7011e1e8: Layer already exists 14:01:31 c21434d1c396: Layer already exists 14:01:31 918468545a34: Layer already exists 14:01:31 ce7f800efff9: Layer already exists 14:01:31 latest: digest: sha256:455a216e8e9d50fb8fddd755791a44eebad1c577769508f25c9d2f290ab3b365 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:31 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.42 14:01:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 14:01:31 191872d217e6: Preparing 14:01:31 f330c5853814: Preparing 14:01:31 b70fde92e305: Preparing 14:01:31 2f9b2c563cd2: Preparing 14:01:31 44ea4e9a09a2: Preparing 14:01:31 f08e7011e1e8: Preparing 14:01:31 918468545a34: Preparing 14:01:31 c21434d1c396: Preparing 14:01:31 f08e7011e1e8: Waiting 14:01:31 ce7f800efff9: Preparing 14:01:31 ce7f800efff9: Waiting 14:01:31 2f9b2c563cd2: Layer already exists 14:01:31 b70fde92e305: Layer already exists 14:01:31 44ea4e9a09a2: Layer already exists 14:01:31 191872d217e6: Layer already exists 14:01:31 f330c5853814: Layer already exists 14:01:31 918468545a34: Layer already exists 14:01:31 c21434d1c396: Layer already exists 14:01:31 f08e7011e1e8: Layer already exists 14:01:31 ce7f800efff9: Layer already exists 14:01:31 3.2.0-dev.42: digest: sha256:455a216e8e9d50fb8fddd755791a44eebad1c577769508f25c9d2f290ab3b365 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:32 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:01:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 14:01:32 191872d217e6: Preparing 14:01:32 f330c5853814: Preparing 14:01:32 b70fde92e305: Preparing 14:01:32 2f9b2c563cd2: Preparing 14:01:32 44ea4e9a09a2: Preparing 14:01:32 f08e7011e1e8: Preparing 14:01:32 918468545a34: Preparing 14:01:32 c21434d1c396: Preparing 14:01:32 ce7f800efff9: Preparing 14:01:32 918468545a34: Waiting 14:01:32 c21434d1c396: Waiting 14:01:32 ce7f800efff9: Waiting 14:01:32 f08e7011e1e8: Waiting 14:01:32 f330c5853814: Layer already exists 14:01:32 44ea4e9a09a2: Layer already exists 14:01:32 2f9b2c563cd2: Layer already exists 14:01:32 b70fde92e305: Layer already exists 14:01:32 191872d217e6: Layer already exists 14:01:32 918468545a34: Layer already exists 14:01:32 c21434d1c396: Layer already exists 14:01:32 f08e7011e1e8: Layer already exists 14:01:32 ce7f800efff9: Layer already exists 14:01:32 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:455a216e8e9d50fb8fddd755791a44eebad1c577769508f25c9d2f290ab3b365 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:32 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 14:01:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 14:01:33 191872d217e6: Preparing 14:01:33 f330c5853814: Preparing 14:01:33 b70fde92e305: Preparing 14:01:33 2f9b2c563cd2: Preparing 14:01:33 44ea4e9a09a2: Preparing 14:01:33 f08e7011e1e8: Preparing 14:01:33 918468545a34: Preparing 14:01:33 c21434d1c396: Preparing 14:01:33 ce7f800efff9: Preparing 14:01:33 f08e7011e1e8: Waiting 14:01:33 918468545a34: Waiting 14:01:33 c21434d1c396: Waiting 14:01:33 ce7f800efff9: Waiting 14:01:33 44ea4e9a09a2: Layer already exists 14:01:33 2f9b2c563cd2: Layer already exists 14:01:33 b70fde92e305: Layer already exists 14:01:33 f330c5853814: Layer already exists 14:01:33 191872d217e6: Layer already exists 14:01:33 918468545a34: Layer already exists 14:01:33 f08e7011e1e8: Layer already exists 14:01:33 c21434d1c396: Layer already exists 14:01:33 ce7f800efff9: Layer already exists 14:01:33 main: digest: sha256:455a216e8e9d50fb8fddd755791a44eebad1c577769508f25c9d2f290ab3b365 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:01:33 ===================================================== [Pipeline] echo 14:01:33 taggedImages: 14:01:33 - nexus3.edgexfoundry.org:10004/security-spire-server:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:01:33 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 14:01:33 - nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.42 14:01:33 - nexus3.edgexfoundry.org:10004/security-spire-server:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:01:33 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 14:01:33 [edgeXDocker.push] Tagging docker image support-cron-scheduler with the following tags: 14:01:33 b103c04882abc23661cee8905a92a31c1ff0bf6a 14:01:33 latest 14:01:33 3.2.0-dev.42 14:01:33 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:01:33 main 14:01:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:33 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:33 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:01:33 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 14:01:33 d020d78a6c43: Preparing 14:01:33 5851edf3d228: Preparing 14:01:33 2f9b2c563cd2: Preparing 14:01:33 44ea4e9a09a2: Preparing 14:01:33 60ade07cef62: Preparing 14:01:33 4c9bd7006291: Preparing 14:01:33 ce7f800efff9: Preparing 14:01:33 4c9bd7006291: Waiting 14:01:33 ce7f800efff9: Waiting 14:01:33 2f9b2c563cd2: Layer already exists 14:01:33 44ea4e9a09a2: Layer already exists 14:01:33 ce7f800efff9: Layer already exists 14:01:33 60ade07cef62: Pushed 14:01:33 d020d78a6c43: Pushed 14:01:33 4c9bd7006291: Pushed 14:01:37 5851edf3d228: Pushed 14:01:37 b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:62344bdf18083065fd85dfe006bc14993955a8f5b9a9d1ec858f2b6447d4cf1d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:37 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:38 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest 14:01:38 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 14:01:38 d020d78a6c43: Preparing 14:01:38 5851edf3d228: Preparing 14:01:38 2f9b2c563cd2: Preparing 14:01:38 44ea4e9a09a2: Preparing 14:01:38 60ade07cef62: Preparing 14:01:38 4c9bd7006291: Preparing 14:01:38 ce7f800efff9: Preparing 14:01:38 4c9bd7006291: Waiting 14:01:38 ce7f800efff9: Waiting 14:01:38 d020d78a6c43: Layer already exists 14:01:38 60ade07cef62: Layer already exists 14:01:38 2f9b2c563cd2: Layer already exists 14:01:38 5851edf3d228: Layer already exists 14:01:38 44ea4e9a09a2: Layer already exists 14:01:38 4c9bd7006291: Layer already exists 14:01:38 ce7f800efff9: Layer already exists 14:01:38 latest: digest: sha256:62344bdf18083065fd85dfe006bc14993955a8f5b9a9d1ec858f2b6447d4cf1d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:38 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:38 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.42 14:01:38 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 14:01:38 d020d78a6c43: Preparing 14:01:38 5851edf3d228: Preparing 14:01:38 2f9b2c563cd2: Preparing 14:01:38 44ea4e9a09a2: Preparing 14:01:38 60ade07cef62: Preparing 14:01:38 4c9bd7006291: Preparing 14:01:38 ce7f800efff9: Preparing 14:01:38 4c9bd7006291: Waiting 14:01:38 ce7f800efff9: Waiting 14:01:38 5851edf3d228: Layer already exists 14:01:38 44ea4e9a09a2: Layer already exists 14:01:38 60ade07cef62: Layer already exists 14:01:38 d020d78a6c43: Layer already exists 14:01:38 2f9b2c563cd2: Layer already exists 14:01:38 4c9bd7006291: Layer already exists 14:01:38 ce7f800efff9: Layer already exists 14:01:38 3.2.0-dev.42: digest: sha256:62344bdf18083065fd85dfe006bc14993955a8f5b9a9d1ec858f2b6447d4cf1d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:39 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:39 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:01:39 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 14:01:39 d020d78a6c43: Preparing 14:01:39 5851edf3d228: Preparing 14:01:39 2f9b2c563cd2: Preparing 14:01:39 44ea4e9a09a2: Preparing 14:01:39 60ade07cef62: Preparing 14:01:39 4c9bd7006291: Preparing 14:01:39 ce7f800efff9: Preparing 14:01:39 ce7f800efff9: Waiting 14:01:39 4c9bd7006291: Waiting 14:01:39 d020d78a6c43: Layer already exists 14:01:39 2f9b2c563cd2: Layer already exists 14:01:39 5851edf3d228: Layer already exists 14:01:39 60ade07cef62: Layer already exists 14:01:39 44ea4e9a09a2: Layer already exists 14:01:39 ce7f800efff9: Layer already exists 14:01:39 4c9bd7006291: Layer already exists 14:01:39 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:62344bdf18083065fd85dfe006bc14993955a8f5b9a9d1ec858f2b6447d4cf1d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:39 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:40 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:main 14:01:40 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 14:01:40 d020d78a6c43: Preparing 14:01:40 5851edf3d228: Preparing 14:01:40 2f9b2c563cd2: Preparing 14:01:40 44ea4e9a09a2: Preparing 14:01:40 60ade07cef62: Preparing 14:01:40 4c9bd7006291: Preparing 14:01:40 ce7f800efff9: Preparing 14:01:40 4c9bd7006291: Waiting 14:01:40 60ade07cef62: Layer already exists 14:01:40 d020d78a6c43: Layer already exists 14:01:40 44ea4e9a09a2: Layer already exists 14:01:40 5851edf3d228: Layer already exists 14:01:40 2f9b2c563cd2: Layer already exists 14:01:40 ce7f800efff9: Layer already exists 14:01:40 4c9bd7006291: Layer already exists 14:01:40 main: digest: sha256:62344bdf18083065fd85dfe006bc14993955a8f5b9a9d1ec858f2b6447d4cf1d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:01:40 ===================================================== [Pipeline] echo 14:01:40 taggedImages: 14:01:40 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:01:40 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest 14:01:40 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.42 14:01:40 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:01:40 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] echo 14:01:40 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 14:01:40 b103c04882abc23661cee8905a92a31c1ff0bf6a 14:01:40 latest 14:01:40 3.2.0-dev.42 14:01:40 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:01:40 main 14:01:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:40 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:40 + docker push nexus3.edgexfoundry.org:10004/support-notifications:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:01:40 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 14:01:40 dd035737bb88: Preparing 14:01:40 6706893f4e68: Preparing 14:01:40 2f9b2c563cd2: Preparing 14:01:40 44ea4e9a09a2: Preparing 14:01:40 60ade07cef62: Preparing 14:01:40 4c9bd7006291: Preparing 14:01:40 ce7f800efff9: Preparing 14:01:40 4c9bd7006291: Waiting 14:01:40 ce7f800efff9: Waiting 14:01:40 44ea4e9a09a2: Layer already exists 14:01:40 60ade07cef62: Layer already exists 14:01:40 2f9b2c563cd2: Layer already exists 14:01:40 4c9bd7006291: Layer already exists 14:01:40 ce7f800efff9: Layer already exists 14:01:40 dd035737bb88: Pushed 14:01:45 6706893f4e68: Pushed 14:01:45 b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:9397ebc798e0818d23b9d5863a46d35a67403c3fd0836c2db6d30c6ffa73ea1e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:45 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:45 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 14:01:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 14:01:45 dd035737bb88: Preparing 14:01:45 6706893f4e68: Preparing 14:01:45 2f9b2c563cd2: Preparing 14:01:45 44ea4e9a09a2: Preparing 14:01:45 60ade07cef62: Preparing 14:01:45 4c9bd7006291: Preparing 14:01:45 ce7f800efff9: Preparing 14:01:45 4c9bd7006291: Waiting 14:01:45 ce7f800efff9: Waiting 14:01:45 dd035737bb88: Layer already exists 14:01:45 60ade07cef62: Layer already exists 14:01:45 2f9b2c563cd2: Layer already exists 14:01:45 6706893f4e68: Layer already exists 14:01:45 44ea4e9a09a2: Layer already exists 14:01:45 ce7f800efff9: Layer already exists 14:01:45 4c9bd7006291: Layer already exists 14:01:45 latest: digest: sha256:9397ebc798e0818d23b9d5863a46d35a67403c3fd0836c2db6d30c6ffa73ea1e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:46 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:46 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.42 14:01:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 14:01:46 dd035737bb88: Preparing 14:01:46 6706893f4e68: Preparing 14:01:46 2f9b2c563cd2: Preparing 14:01:46 44ea4e9a09a2: Preparing 14:01:46 60ade07cef62: Preparing 14:01:46 4c9bd7006291: Preparing 14:01:46 ce7f800efff9: Preparing 14:01:46 4c9bd7006291: Waiting 14:01:46 ce7f800efff9: Waiting 14:01:46 dd035737bb88: Layer already exists 14:01:46 6706893f4e68: Layer already exists 14:01:46 2f9b2c563cd2: Layer already exists 14:01:46 60ade07cef62: Layer already exists 14:01:46 44ea4e9a09a2: Layer already exists 14:01:46 4c9bd7006291: Layer already exists 14:01:46 ce7f800efff9: Layer already exists 14:01:46 3.2.0-dev.42: digest: sha256:9397ebc798e0818d23b9d5863a46d35a67403c3fd0836c2db6d30c6ffa73ea1e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:46 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:47 + docker push nexus3.edgexfoundry.org:10004/support-notifications:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:01:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 14:01:47 dd035737bb88: Preparing 14:01:47 6706893f4e68: Preparing 14:01:47 2f9b2c563cd2: Preparing 14:01:47 44ea4e9a09a2: Preparing 14:01:47 60ade07cef62: Preparing 14:01:47 4c9bd7006291: Preparing 14:01:47 ce7f800efff9: Preparing 14:01:47 ce7f800efff9: Waiting 14:01:47 4c9bd7006291: Waiting 14:01:47 44ea4e9a09a2: Layer already exists 14:01:47 6706893f4e68: Layer already exists 14:01:47 2f9b2c563cd2: Layer already exists 14:01:47 60ade07cef62: Layer already exists 14:01:47 dd035737bb88: Layer already exists 14:01:47 4c9bd7006291: Layer already exists 14:01:47 ce7f800efff9: Layer already exists 14:01:47 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:9397ebc798e0818d23b9d5863a46d35a67403c3fd0836c2db6d30c6ffa73ea1e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:47 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:47 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 14:01:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 14:01:47 dd035737bb88: Preparing 14:01:47 6706893f4e68: Preparing 14:01:47 2f9b2c563cd2: Preparing 14:01:47 44ea4e9a09a2: Preparing 14:01:47 60ade07cef62: Preparing 14:01:47 4c9bd7006291: Preparing 14:01:47 ce7f800efff9: Preparing 14:01:47 4c9bd7006291: Waiting 14:01:47 ce7f800efff9: Waiting 14:01:47 6706893f4e68: Layer already exists 14:01:47 dd035737bb88: Layer already exists 14:01:47 60ade07cef62: Layer already exists 14:01:47 44ea4e9a09a2: Layer already exists 14:01:47 2f9b2c563cd2: Layer already exists 14:01:47 4c9bd7006291: Layer already exists 14:01:47 ce7f800efff9: Layer already exists 14:01:47 main: digest: sha256:9397ebc798e0818d23b9d5863a46d35a67403c3fd0836c2db6d30c6ffa73ea1e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:01:47 ===================================================== [Pipeline] echo 14:01:47 taggedImages: 14:01:47 - nexus3.edgexfoundry.org:10004/support-notifications:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:01:47 - nexus3.edgexfoundry.org:10004/support-notifications:latest 14:01:47 - nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.42 14:01:47 - nexus3.edgexfoundry.org:10004/support-notifications:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:01:47 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 14:01:47 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 14:01:47 b103c04882abc23661cee8905a92a31c1ff0bf6a 14:01:47 latest 14:01:47 3.2.0-dev.42 14:01:47 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:01:47 main 14:01:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:48 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:48 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:01:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 14:01:48 d987a481f348: Preparing 14:01:48 897c30f73e7d: Preparing 14:01:48 2f9b2c563cd2: Preparing 14:01:48 44ea4e9a09a2: Preparing 14:01:48 3fc7ab47dd1b: Preparing 14:01:48 941a02c2d58b: Preparing 14:01:48 ce7f800efff9: Preparing 14:01:48 941a02c2d58b: Waiting 14:01:48 ce7f800efff9: Waiting 14:01:48 2f9b2c563cd2: Layer already exists 14:01:48 44ea4e9a09a2: Layer already exists 14:01:48 3fc7ab47dd1b: Layer already exists 14:01:48 941a02c2d58b: Layer already exists 14:01:48 ce7f800efff9: Layer already exists 14:01:48 d987a481f348: Pushed 14:01:51 897c30f73e7d: Pushed 14:01:51 b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:75957be2153cdcf95b34a043bcc5380591afafe1c8b56a5c3fbec44602492d23 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:52 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:52 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 14:01:52 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 14:01:52 d987a481f348: Preparing 14:01:52 897c30f73e7d: Preparing 14:01:52 2f9b2c563cd2: Preparing 14:01:52 44ea4e9a09a2: Preparing 14:01:52 3fc7ab47dd1b: Preparing 14:01:52 941a02c2d58b: Preparing 14:01:52 ce7f800efff9: Preparing 14:01:52 ce7f800efff9: Waiting 14:01:52 941a02c2d58b: Waiting 14:01:52 d987a481f348: Layer already exists 14:01:52 2f9b2c563cd2: Layer already exists 14:01:52 897c30f73e7d: Layer already exists 14:01:52 3fc7ab47dd1b: Layer already exists 14:01:52 44ea4e9a09a2: Layer already exists 14:01:52 ce7f800efff9: Layer already exists 14:01:52 941a02c2d58b: Layer already exists 14:01:52 latest: digest: sha256:75957be2153cdcf95b34a043bcc5380591afafe1c8b56a5c3fbec44602492d23 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:52 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:53 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.42 14:01:53 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 14:01:53 d987a481f348: Preparing 14:01:53 897c30f73e7d: Preparing 14:01:53 2f9b2c563cd2: Preparing 14:01:53 44ea4e9a09a2: Preparing 14:01:53 3fc7ab47dd1b: Preparing 14:01:53 941a02c2d58b: Preparing 14:01:53 ce7f800efff9: Preparing 14:01:53 ce7f800efff9: Waiting 14:01:53 941a02c2d58b: Waiting 14:01:53 d987a481f348: Layer already exists 14:01:53 3fc7ab47dd1b: Layer already exists 14:01:53 897c30f73e7d: Layer already exists 14:01:53 44ea4e9a09a2: Layer already exists 14:01:53 2f9b2c563cd2: Layer already exists 14:01:53 941a02c2d58b: Layer already exists 14:01:53 ce7f800efff9: Layer already exists 14:01:53 3.2.0-dev.42: digest: sha256:75957be2153cdcf95b34a043bcc5380591afafe1c8b56a5c3fbec44602492d23 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:53 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:53 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:01:53 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 14:01:53 d987a481f348: Preparing 14:01:53 897c30f73e7d: Preparing 14:01:53 2f9b2c563cd2: Preparing 14:01:53 44ea4e9a09a2: Preparing 14:01:53 3fc7ab47dd1b: Preparing 14:01:53 941a02c2d58b: Preparing 14:01:53 ce7f800efff9: Preparing 14:01:53 941a02c2d58b: Waiting 14:01:53 2f9b2c563cd2: Layer already exists 14:01:53 3fc7ab47dd1b: Layer already exists 14:01:53 897c30f73e7d: Layer already exists 14:01:53 d987a481f348: Layer already exists 14:01:53 44ea4e9a09a2: Layer already exists 14:01:53 941a02c2d58b: Layer already exists 14:01:53 ce7f800efff9: Layer already exists 14:01:53 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:75957be2153cdcf95b34a043bcc5380591afafe1c8b56a5c3fbec44602492d23 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:54 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:01:54 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 14:01:54 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 14:01:54 d987a481f348: Preparing 14:01:54 897c30f73e7d: Preparing 14:01:54 2f9b2c563cd2: Preparing 14:01:54 44ea4e9a09a2: Preparing 14:01:54 3fc7ab47dd1b: Preparing 14:01:54 941a02c2d58b: Preparing 14:01:54 ce7f800efff9: Preparing 14:01:54 941a02c2d58b: Waiting 14:01:54 ce7f800efff9: Waiting 14:01:54 897c30f73e7d: Layer already exists 14:01:54 2f9b2c563cd2: Layer already exists 14:01:54 3fc7ab47dd1b: Layer already exists 14:01:54 44ea4e9a09a2: Layer already exists 14:01:54 d987a481f348: Layer already exists 14:01:54 ce7f800efff9: Layer already exists 14:01:54 941a02c2d58b: Layer already exists 14:01:54 main: digest: sha256:75957be2153cdcf95b34a043bcc5380591afafe1c8b56a5c3fbec44602492d23 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:01:54 ===================================================== [Pipeline] echo 14:01:54 taggedImages: 14:01:54 - nexus3.edgexfoundry.org:10004/support-scheduler:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:01:54 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 14:01:54 - nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.42 14:01:54 - nexus3.edgexfoundry.org:10004/support-scheduler:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:01:54 - 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] } 14:17:52 #158 ... 14:17:52 14:17:52 #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 14:17:52 #153 1165.5 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 14:17:52 #153 ... 14:17:52 14:17:52 #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 14:17:52 #151 DONE 1174.8s 14:17:52 14:17:52 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 14:17:52 #45 ... 14:17:52 14:17:52 #159 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 14:17:52 #159 DONE 0.2s 14:17:52 14:17:52 #160 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 14:17:54 #160 ... 14:17:54 14:17:54 #155 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 14:17:54 #155 DONE 1177.9s 14:17:54 14:17:54 #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 14:17:55 #148 ... 14:17:55 14:17:55 #161 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 14:17:55 #161 DONE 0.3s 14:17:55 14:17:55 #162 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 14:17:56 #162 DONE 0.6s 14:17:56 14:17:56 #163 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 14:17:56 #163 ... 14:17:56 14:17:56 #160 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 14:17:56 #160 DONE 3.5s 14:17:56 14:17:56 #164 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 14:17:56 #164 ... 14:17:56 14:17:56 #163 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 14:17:56 #163 DONE 0.6s 14:17:56 14:17:56 #164 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 14:17:56 #164 DONE 0.4s 14:17:56 14:17:56 #165 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 14:17:56 #165 ... 14:17:56 14:17:56 #166 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 14:17:56 #166 DONE 0.2s 14:17:57 14:17:57 #165 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 14:17:57 #165 DONE 0.3s 14:17:57 14:17:57 #167 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 14:17:57 #167 DONE 0.6s 14:17:57 14:17:57 #168 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 14:17:57 #168 ... 14:17:57 14:17:57 #169 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 14:17:57 #169 DONE 0.8s 14:17:58 14:17:58 #168 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 14:17:58 #168 DONE 0.3s 14:17:58 14:17:58 #170 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 14:17:58 #170 DONE 0.3s 14:17:58 14:17:58 #171 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 14:17:58 #171 ... 14:17:58 14:17:58 #172 [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/ 14:17:58 #172 DONE 0.2s 14:17:58 14:17:58 #173 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 14:17:58 #173 DONE 0.5s 14:17:58 14:17:58 #174 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 14:17:59 #174 DONE 0.1s 14:17:59 14:17:59 #175 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 14:17:59 #175 DONE 0.2s 14:17:59 14:17:59 #156 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 14:17:59 #156 ... 14:17:59 14:17:59 #176 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 14:18:01 #176 ... 14:18:01 14:18:01 #171 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 14:18:01 #171 DONE 3.0s 14:18:01 14:18:01 #106 [security-proxy-setup] exporting to image 14:18:01 #106 exporting layers 14:18:02 #106 ... 14:18:02 14:18:02 #176 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 14:18:02 #176 DONE 3.2s 14:18:02 14:18:02 #106 [security-bootstrapper] exporting to image 14:18:03 #106 exporting layers 1.8s done 14:18:03 #106 writing image sha256:df64b9d677d6241a6278143ef700578924a321ca90d68e48c9dfe184d54c768b 0.0s done 14:18:03 #106 naming to docker.io/library/security-proxy-setup-arm64 done 14:18:03 #106 exporting layers 0.9s done 14:18:03 #106 writing image sha256:34d2f4f67ae0f00e1bbcbaa02555b153fdc6f7d6fc8af2be4b0f1c61dee82f4c done 14:18:03 #106 naming to docker.io/library/security-bootstrapper-arm64 done 14:18:03 #106 DONE 7.2s 14:18:03 14:18:03 #156 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 14:18:07 #156 ... 14:18:07 14:18:07 #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 14:18:07 #153 DONE 1190.2s 14:18:07 14:18:07 #156 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 14:18:07 #156 ... 14:18:07 14:18:07 #177 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 14:18:07 #177 DONE 0.2s 14:18:07 14:18:07 #178 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 14:18:07 #178 DONE 0.2s 14:18:07 14:18:07 #179 [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 14:18:08 #179 DONE 0.2s 14:18:08 14:18:08 #180 [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 14:18:08 #180 DONE 0.1s 14:18:08 14:18:08 #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 14:18:08 #148 ... 14:18:08 14:18:08 #181 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 14:18:08 #181 DONE 0.1s 14:18:08 14:18:08 #182 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 14:18:08 #182 DONE 0.3s 14:18:08 14:18:08 #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 14:18:08 #148 ... 14:18:08 14:18:08 #183 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 14:18:08 #183 DONE 0.3s 14:18:08 14:18:08 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 14:18:08 #150 ... 14:18:08 14:18:08 #184 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 14:18:08 #184 DONE 0.1s 14:18:08 14:18:08 #185 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 14:18:11 #185 DONE 2.4s 14:18:11 14:18:11 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 14:18:11 #150 ... 14:18:11 14:18:11 #106 [security-secretstore-setup] exporting to image 14:18:11 #106 exporting layers 14:18:12 #106 exporting layers 1.1s done 14:18:12 #106 writing image sha256:d5b40320dd5c1219531fcdb763b65038f3ad803ca827c530c2726b3e2cd28b57 done 14:18:12 #106 naming to docker.io/library/security-secretstore-setup-arm64 0.0s done 14:18:12 #106 DONE 8.3s 14:18:12 14:18:12 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 14:19:20 #45 ... 14:19:20 14:19:20 #154 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 14:19:20 #154 DONE 1254.1s 14:19:20 14:19:20 #156 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 14:19:20 #156 ... 14:19:20 14:19:20 #186 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 14:19:20 #186 DONE 0.1s 14:19:20 14:19:20 #187 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 14:19:20 #187 DONE 0.1s 14:19:20 14:19:20 #146 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 14:19:20 #146 ... 14:19:20 14:19:20 #188 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 14:19:20 #188 DONE 0.2s 14:19:20 14:19:20 #189 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 14:19:20 #189 DONE 0.1s 14:19:20 14:19:20 #190 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 14:19:20 #190 DONE 0.1s 14:19:20 14:19:20 #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 14:19:20 #148 ... 14:19:20 14:19:20 #191 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 14:19:20 #191 DONE 1.9s 14:19:20 14:19:20 #106 [core-common-config-bootstrapper] exporting to image 14:19:20 #106 exporting layers 14:19:20 #106 exporting layers 0.6s done 14:19:20 #106 writing image sha256:bab1f3123ebfa7b3dec2037d851b7b576f05bfeb47f715f2df034721d4319aa5 14:19:20 #106 writing image sha256:bab1f3123ebfa7b3dec2037d851b7b576f05bfeb47f715f2df034721d4319aa5 0.0s done 14:19:20 #106 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 14:19:20 #106 DONE 9.0s 14:19:20 14:19:20 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 14:21:26 #150 ... 14:21:26 14:21:26 #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 14:21:26 #148 DONE 1389.9s 14:21:26 14:21:26 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 14:21:27 #45 ... 14:21:27 14:21:27 #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 14:21:27 #192 DONE 0.3s 14:21:27 14:21:27 #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 14:21:27 #193 DONE 0.2s 14:21:27 14:21:27 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 14:21:28 #194 DONE 0.3s 14:21:28 14:21:28 #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 14:21:28 #195 DONE 0.1s 14:21:28 14:21:28 #106 [security-spiffe-token-provider] exporting to image 14:21:28 #106 exporting layers 14:21:28 #106 exporting layers 0.7s done 14:21:28 #106 writing image sha256:a0a5685f9dbc6b269e977d2fd7dbd10c0e8bfee60792398b466449167418093e 0.1s done 14:21:28 #106 naming to docker.io/library/security-spiffe-token-provider-arm64 14:21:28 #106 naming to docker.io/library/security-spiffe-token-provider-arm64 done 14:21:28 #106 DONE 9.7s 14:21:28 14:21:28 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 14:30:06 #152 DONE 1905.7s 14:30:06 14:30:06 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 14:30:06 #150 ... 14:30:06 14:30:06 #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 14:30:06 #196 DONE 0.2s 14:30:06 14:30:06 #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 14:30:06 #197 DONE 0.1s 14:30:06 14:30:06 #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 14:30:06 #198 DONE 0.5s 14:30:06 14:30:06 #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 14:30:06 #199 DONE 0.2s 14:30:06 14:30:06 #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 14:30:06 #200 DONE 0.2s 14:30:06 14:30:06 #201 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 14:30:06 #201 DONE 2.0s 14:30:06 14:30:06 #106 [security-proxy-auth] exporting to image 14:30:06 #106 exporting layers 14:30:07 #106 exporting layers 0.7s done 14:30:07 #106 writing image sha256:84a954d045790ddbacbde11631aedb4695db022d19f4492d41d0db4de24eae20 done 14:30:07 #106 naming to docker.io/library/security-proxy-auth-arm64 done 14:30:07 #106 DONE 10.4s 14:30:07 14:30:07 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 14:31:15 #45 ... 14:31:15 14:31:15 #156 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 14:31:15 #156 DONE 1970.1s 14:31:15 14:31:15 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 14:31:15 #45 ... 14:31:15 14:31:15 #202 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 14:31:15 #202 DONE 0.1s 14:31:15 14:31:15 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 14:31:15 #150 ... 14:31:15 14:31:15 #203 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 14:31:15 #203 DONE 0.2s 14:31:15 14:31:15 #204 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 14:31:15 #204 DONE 0.4s 14:31:15 14:31:15 #157 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 14:31:15 #157 ... 14:31:15 14:31:15 #205 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 14:31:15 #205 DONE 0.2s 14:31:15 14:31:15 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 14:31:15 #150 ... 14:31:15 14:31:15 #106 [core-command] exporting to image 14:31:15 #106 exporting layers 14:31:15 #106 exporting layers 0.5s done 14:31:15 #106 writing image sha256:2e5871ba327f1fd5a333f689e918fefa442e0ff65771341011baf7516f0791b9 done 14:31:15 #106 naming to docker.io/library/core-command-arm64 done 14:31:15 #106 DONE 11.0s 14:31:15 14:31:15 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 14:33:37 #150 ... 14:33:37 14:33:37 #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 14:33:37 #149 DONE 2113.4s 14:33:37 14:33:37 #158 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 14:33:37 #158 DONE 2113.4s 14:33:37 14:33:37 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 14:33:37 #150 ... 14:33:37 14:33:37 #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 14:33:37 #147 DONE 2114.0s 14:33:37 14:33:37 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 14:33:37 #150 ... 14:33:37 14:33:37 #206 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 14:33:37 #206 DONE 0.4s 14:33:37 14:33:37 #207 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 14:33:37 #207 DONE 0.3s 14:33:37 14:33:37 #208 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 14:33:37 #208 DONE 0.2s 14:33:37 14:33:37 #146 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 14:33:37 #146 ... 14:33:37 14:33:37 #209 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 14:33:37 #209 DONE 0.2s 14:33:37 14:33:37 #210 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 14:33:37 #210 DONE 0.2s 14:33:37 14:33:37 #211 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 14:33:37 #211 DONE 0.9s 14:33:37 14:33:37 #212 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 14:33:37 #212 DONE 1.0s 14:33:37 14:33:37 #213 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 14:33:37 #213 DONE 0.3s 14:33:37 14:33:37 #106 [core-keeper] exporting to image 14:33:37 #106 exporting layers 14:33:37 #106 ... 14:33:37 14:33:37 #214 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 14:33:37 #214 DONE 0.3s 14:33:37 14:33:37 #106 [core-data] exporting to image 14:33:37 #106 ... 14:33:37 14:33:37 #215 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 14:33:37 #215 DONE 1.1s 14:33:37 14:33:37 #216 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 14:33:37 #216 DONE 0.2s 14:33:37 14:33:37 #217 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 14:33:37 #217 DONE 0.4s 14:33:37 14:33:37 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 14:33:37 #150 ... 14:33:37 14:33:37 #106 [core-metadata] exporting to image 14:33:37 #106 exporting layers 1.3s done 14:33:37 #106 writing image sha256:16e71da494560ea297b83000fc1f7beaf50eb4e9fc106734c1124e244c17c5da 14:33:37 #106 exporting layers 1.3s done 14:33:37 #106 writing image sha256:16e71da494560ea297b83000fc1f7beaf50eb4e9fc106734c1124e244c17c5da 0.1s done 14:33:37 #106 naming to docker.io/library/core-keeper-arm64 done 14:33:37 #106 writing image sha256:cd0af1f4fa88c5ceefba26aa224568c44b026ea3d648cf1da2814791cae18f5f done 14:33:37 #106 naming to docker.io/library/core-data-arm64 0.0s done 14:33:37 #106 exporting layers 0.7s done 14:33:37 #106 writing image sha256:834896b983a61e6a60d2d62c7272a6db822cb8c579ee7974f908d117e59e4f09 done 14:33:37 #106 naming to docker.io/library/core-metadata-arm64 done 14:33:37 #106 DONE 12.9s 14:33:37 14:33:37 #146 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 14:34:09 #146 DONE 2152.5s 14:34:09 14:34:09 #157 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 14:34:09 #157 ... 14:34:09 14:34:09 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 14:34:09 #150 DONE 2152.8s 14:34:09 14:34:09 #218 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 14:34:09 #218 DONE 0.3s 14:34:09 14:34:09 #219 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 14:34:10 #219 DONE 0.3s 14:34:10 14:34:10 #220 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / 14:34:10 #220 ... 14:34:10 14:34:10 #221 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 14:34:10 #221 DONE 0.2s 14:34:10 14:34:10 #222 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 14:34:10 #222 DONE 0.2s 14:34:10 14:34:10 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 14:34:10 #45 ... 14:34:10 14:34:10 #223 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 14:34:11 #223 ... 14:34:11 14:34:11 #220 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / 14:34:11 #220 DONE 0.6s 14:34:11 14:34:11 #223 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 14:34:11 #223 DONE 0.5s 14:34:11 14:34:11 #157 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 14:34:11 #157 DONE 2154.1s 14:34:11 14:34:11 #224 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 14:34:11 #224 ... 14:34:11 14:34:11 #225 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res 14:34:11 #225 DONE 0.3s 14:34:11 14:34:11 #224 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 14:34:11 #224 DONE 0.3s 14:34:11 14:34:11 #106 [support-scheduler] exporting to image 14:34:11 #106 exporting layers 14:34:11 #106 ... 14:34:11 14:34:11 #226 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 14:34:11 #226 CACHED 14:34:11 14:34:11 #227 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 14:34:11 #227 CACHED 14:34:11 14:34:11 #106 [support-scheduler] exporting to image 14:34:11 #106 exporting layers 0.7s done 14:34:12 #106 exporting layers 0.6s done 14:34:12 #106 writing image sha256:aafb38909146859fa5cfd41db80973ccaec6471a9f4c717f681aefbc458f97e7 done 14:34:12 #106 naming to docker.io/library/support-cron-scheduler-arm64 done 14:34:12 #106 writing image sha256:2e286b6019d35bd174835c61e26bcabcfaf20609d990be421052249b04b98a71 done 14:34:12 #106 naming to docker.io/library/support-scheduler-arm64 done 14:34:12 #106 DONE 13.7s 14:34:12 14:34:12 #228 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 14:34:12 #228 DONE 0.5s 14:34:12 14:34:12 #229 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 14:34:12 #229 DONE 0.1s 14:34:12 14:34:12 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 14:34:12 #45 ... 14:34:12 14:34:12 #106 [support-notifications] exporting to image 14:34:12 #106 exporting layers 0.5s done 14:34:12 #106 writing image sha256:2bc825b44afefe0b531b4d4ca61433c6a0caca657ddcfb76ea6d5d357e039d39 done 14:34:12 #106 naming to docker.io/library/support-notifications-arm64 done 14:34:12 #106 DONE 14.2s 14:34:12 14:34:12 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 14:34:12 time="2024-07-31T13:56:09Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 14:34:12 time="2024-07-31T13:56:09Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 14:34:12 time="2024-07-31T13:56:09Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 14:34:12 time="2024-07-31T13:56:09Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 14:34:12 time="2024-07-31T13:56:09Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 14:34:12 time="2024-07-31T13:56:09Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 14:34:12 time="2024-07-31T13:56:09Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 14:34:12 time="2024-07-31T13:56:09Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 14:34:12 time="2024-07-31T13:56:09Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 14:34:12 time="2024-07-31T13:56:09Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 14:34:12 time="2024-07-31T13:56:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 14:34:12 time="2024-07-31T13:56:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 14:34:12 time="2024-07-31T13:56:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 14:34:12 time="2024-07-31T13:56:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 14:34:12 time="2024-07-31T13:56:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 14:34:12 time="2024-07-31T13:56:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 14:34:12 $ docker stop --time=1 6a9360a68313e81e86c958f586f60c7583cf5da9b3067dfe00aa9138ce023ebf 14:34:14 $ docker rm -f --volumes 6a9360a68313e81e86c958f586f60c7583cf5da9b3067dfe00aa9138ce023ebf [Pipeline] // withDockerContainer [Pipeline] sh 14:34:15 + docker images 14:34:15 REPOSITORY TAG IMAGE ID CREATED SIZE 14:34:15 support-notifications-arm64 latest 2bc825b44afe 2 seconds ago 41.9MB 14:34:15 support-scheduler-arm64 latest 2e286b6019d3 3 seconds ago 41.2MB 14:34:15 support-cron-scheduler-arm64 latest aafb38909146 3 seconds ago 41.6MB 14:34:15 core-metadata-arm64 latest 834896b983a6 40 seconds ago 39.1MB 14:34:15 core-keeper-arm64 latest 16e71da49456 41 seconds ago 38.9MB 14:34:15 core-data-arm64 latest cd0af1f4fa88 41 seconds ago 39MB 14:34:15 core-command-arm64 latest 2e5871ba327f 3 minutes ago 35MB 14:34:15 security-proxy-auth-arm64 latest 84a954d04579 4 minutes ago 32.6MB 14:34:15 security-spiffe-token-provider-arm64 latest a0a5685f9dbc 12 minutes ago 29MB 14:34:15 core-common-config-bootstrapper-arm64 latest bab1f3123ebf 15 minutes ago 15.3MB 14:34:15 security-secretstore-setup-arm64 latest d5b40320dd5c 16 minutes ago 36.4MB 14:34:15 security-bootstrapper-arm64 latest 34d2f4f67ae0 16 minutes ago 18.9MB 14:34:15 security-proxy-setup-arm64 latest df64b9d677d6 16 minutes ago 26.1MB 14:34:15 security-spire-agent-arm64 latest a4e6d7422a29 37 minutes ago 174MB 14:34:15 security-spire-config-arm64 latest 0a8d0a45ee21 37 minutes ago 115MB 14:34:15 security-spire-server-arm64 latest 0c4bf04ed733 37 minutes ago 116MB 14:34:15 ci-base-image-arm64 latest 6a24ff6125cc 38 minutes ago 965MB 14:34:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine f246e2811388 3 months ago 561MB 14:34:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 14 months ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:34:15 provisioning config files... 14:34:15 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/660@tmp/config6766051726164739314tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:34:15 ---> ****-login.sh 14:34:15 nexus3.edgexfoundry.org:10001 14:34:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:34:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:34:15 Configure a credential helper to remove this warning. See 14:34:15 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:34:15 14:34:15 Login Succeeded 14:34:15 nexus3.edgexfoundry.org:10002 14:34:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:34:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:34:16 Configure a credential helper to remove this warning. See 14:34:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:34:16 14:34:16 Login Succeeded 14:34:16 nexus3.edgexfoundry.org:10003 14:34:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:34:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:34:16 Configure a credential helper to remove this warning. See 14:34:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:34:16 14:34:16 Login Succeeded 14:34:16 nexus3.edgexfoundry.org:10004 14:34:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:34:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:34:17 Configure a credential helper to remove this warning. See 14:34:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:34:17 14:34:17 Login Succeeded 14:34:17 ****.io 14:34:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:34:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 14:34:17 Configure a credential helper to remove this warning. See 14:34:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 14:34:17 14:34:17 Login Succeeded 14:34:17 ---> ****-login.sh ends [Pipeline] } 14:34:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:34:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 14:34:17 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 14:34:17 b103c04882abc23661cee8905a92a31c1ff0bf6a 14:34:17 latest 14:34:17 3.2.0-dev.42 14:34:17 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:34:17 main 14:34:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:18 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:18 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:34:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 14:34:18 1ed2259cee78: Preparing 14:34:18 a307b6e19393: Preparing 14:34:18 41908c1543b7: Preparing 14:34:18 106403aad51f: Preparing 14:34:18 783a833435b8: Preparing 14:34:18 e828ff23cda4: Preparing 14:34:18 3c20671a5817: Preparing 14:34:18 e828ff23cda4: Waiting 14:34:18 106403aad51f: Pushed 14:34:18 1ed2259cee78: Pushed 14:34:18 783a833435b8: Pushed 14:34:18 41908c1543b7: Pushed 14:34:18 3c20671a5817: Layer already exists 14:34:18 e828ff23cda4: Pushed 14:34:25 a307b6e19393: Pushed 14:34:25 b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:a0e31e84f5f84e2a9feec8e4cf039ebc913347bb34a42d350efb88b08a109f8e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:25 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:26 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 14:34:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 14:34:26 1ed2259cee78: Preparing 14:34:26 a307b6e19393: Preparing 14:34:26 41908c1543b7: Preparing 14:34:26 106403aad51f: Preparing 14:34:26 783a833435b8: Preparing 14:34:26 e828ff23cda4: Preparing 14:34:26 3c20671a5817: Preparing 14:34:26 e828ff23cda4: Waiting 14:34:26 3c20671a5817: Waiting 14:34:26 106403aad51f: Layer already exists 14:34:26 1ed2259cee78: Layer already exists 14:34:26 41908c1543b7: Layer already exists 14:34:26 a307b6e19393: Layer already exists 14:34:26 783a833435b8: Layer already exists 14:34:26 3c20671a5817: Layer already exists 14:34:26 e828ff23cda4: Layer already exists 14:34:26 latest: digest: sha256:a0e31e84f5f84e2a9feec8e4cf039ebc913347bb34a42d350efb88b08a109f8e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:26 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:27 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.42 14:34:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 14:34:27 1ed2259cee78: Preparing 14:34:27 a307b6e19393: Preparing 14:34:27 41908c1543b7: Preparing 14:34:27 106403aad51f: Preparing 14:34:27 783a833435b8: Preparing 14:34:27 e828ff23cda4: Preparing 14:34:27 3c20671a5817: Preparing 14:34:27 e828ff23cda4: Waiting 14:34:27 3c20671a5817: Waiting 14:34:27 783a833435b8: Layer already exists 14:34:27 a307b6e19393: Layer already exists 14:34:27 106403aad51f: Layer already exists 14:34:27 41908c1543b7: Layer already exists 14:34:27 1ed2259cee78: Layer already exists 14:34:27 e828ff23cda4: Layer already exists 14:34:27 3c20671a5817: Layer already exists 14:34:27 3.2.0-dev.42: digest: sha256:a0e31e84f5f84e2a9feec8e4cf039ebc913347bb34a42d350efb88b08a109f8e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:27 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:28 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:34:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 14:34:28 1ed2259cee78: Preparing 14:34:28 a307b6e19393: Preparing 14:34:28 41908c1543b7: Preparing 14:34:28 106403aad51f: Preparing 14:34:28 783a833435b8: Preparing 14:34:28 e828ff23cda4: Preparing 14:34:28 3c20671a5817: Preparing 14:34:28 e828ff23cda4: Waiting 14:34:28 3c20671a5817: Waiting 14:34:28 1ed2259cee78: Layer already exists 14:34:28 783a833435b8: Layer already exists 14:34:28 41908c1543b7: Layer already exists 14:34:28 106403aad51f: Layer already exists 14:34:28 a307b6e19393: Layer already exists 14:34:28 3c20671a5817: Layer already exists 14:34:28 e828ff23cda4: Layer already exists 14:34:28 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:a0e31e84f5f84e2a9feec8e4cf039ebc913347bb34a42d350efb88b08a109f8e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:28 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:29 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 14:34:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 14:34:29 1ed2259cee78: Preparing 14:34:29 a307b6e19393: Preparing 14:34:29 41908c1543b7: Preparing 14:34:29 106403aad51f: Preparing 14:34:29 783a833435b8: Preparing 14:34:29 e828ff23cda4: Preparing 14:34:29 3c20671a5817: Preparing 14:34:29 e828ff23cda4: Waiting 14:34:29 3c20671a5817: Waiting 14:34:29 1ed2259cee78: Layer already exists 14:34:29 783a833435b8: Layer already exists 14:34:29 41908c1543b7: Layer already exists 14:34:29 a307b6e19393: Layer already exists 14:34:29 106403aad51f: Layer already exists 14:34:29 e828ff23cda4: Layer already exists 14:34:29 3c20671a5817: Layer already exists 14:34:29 main: digest: sha256:a0e31e84f5f84e2a9feec8e4cf039ebc913347bb34a42d350efb88b08a109f8e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:34:29 ===================================================== [Pipeline] echo 14:34:29 taggedImages: 14:34:29 - nexus3.edgexfoundry.org:10004/core-command-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:34:29 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 14:34:29 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.42 14:34:29 - nexus3.edgexfoundry.org:10004/core-command-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:34:29 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 14:34:29 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 14:34:29 b103c04882abc23661cee8905a92a31c1ff0bf6a 14:34:29 latest 14:34:29 3.2.0-dev.42 14:34:29 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:34:29 main 14:34:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:29 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:30 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:34:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 14:34:30 d5a4f2c21f9b: Preparing 14:34:30 a22963ac5145: Preparing 14:34:30 4e3944a9bc4d: Preparing 14:34:30 56e2564ebb0b: Preparing 14:34:30 41908c1543b7: Preparing 14:34:30 106403aad51f: Preparing 14:34:30 783a833435b8: Preparing 14:34:30 e828ff23cda4: Preparing 14:34:30 3c20671a5817: Preparing 14:34:30 106403aad51f: Waiting 14:34:30 783a833435b8: Waiting 14:34:30 e828ff23cda4: Waiting 14:34:30 3c20671a5817: Waiting 14:34:30 41908c1543b7: Layer already exists 14:34:30 106403aad51f: Layer already exists 14:34:30 a22963ac5145: Pushed 14:34:30 783a833435b8: Layer already exists 14:34:30 e828ff23cda4: Layer already exists 14:34:30 3c20671a5817: Layer already exists 14:34:30 4e3944a9bc4d: Pushed 14:34:30 d5a4f2c21f9b: Pushed 14:34:32 56e2564ebb0b: Pushed 14:34:32 b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:9662c05bac7cb9c8708ec24076864437c593caecb632ef1b7abea23b8362eb73 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:32 + 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 14:34:33 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 14:34:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 14:34:33 d5a4f2c21f9b: Preparing 14:34:33 a22963ac5145: Preparing 14:34:33 4e3944a9bc4d: Preparing 14:34:33 56e2564ebb0b: Preparing 14:34:33 41908c1543b7: Preparing 14:34:33 106403aad51f: Preparing 14:34:33 783a833435b8: Preparing 14:34:33 e828ff23cda4: Preparing 14:34:33 3c20671a5817: Preparing 14:34:33 783a833435b8: Waiting 14:34:33 e828ff23cda4: Waiting 14:34:33 106403aad51f: Waiting 14:34:33 3c20671a5817: Waiting 14:34:33 56e2564ebb0b: Layer already exists 14:34:33 41908c1543b7: Layer already exists 14:34:33 d5a4f2c21f9b: Layer already exists 14:34:33 a22963ac5145: Layer already exists 14:34:33 4e3944a9bc4d: Layer already exists 14:34:33 106403aad51f: Layer already exists 14:34:33 783a833435b8: Layer already exists 14:34:33 e828ff23cda4: Layer already exists 14:34:33 3c20671a5817: Layer already exists 14:34:33 latest: digest: sha256:9662c05bac7cb9c8708ec24076864437c593caecb632ef1b7abea23b8362eb73 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:33 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:34 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.42 14:34:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 14:34:34 d5a4f2c21f9b: Preparing 14:34:34 a22963ac5145: Preparing 14:34:34 4e3944a9bc4d: Preparing 14:34:34 56e2564ebb0b: Preparing 14:34:34 41908c1543b7: Preparing 14:34:34 106403aad51f: Preparing 14:34:34 783a833435b8: Preparing 14:34:34 e828ff23cda4: Preparing 14:34:34 3c20671a5817: Preparing 14:34:34 783a833435b8: Waiting 14:34:34 e828ff23cda4: Waiting 14:34:34 3c20671a5817: Waiting 14:34:34 106403aad51f: Waiting 14:34:34 4e3944a9bc4d: Layer already exists 14:34:34 56e2564ebb0b: Layer already exists 14:34:34 41908c1543b7: Layer already exists 14:34:34 a22963ac5145: Layer already exists 14:34:34 d5a4f2c21f9b: Layer already exists 14:34:34 783a833435b8: Layer already exists 14:34:34 106403aad51f: Layer already exists 14:34:34 3c20671a5817: Layer already exists 14:34:34 e828ff23cda4: Layer already exists 14:34:34 3.2.0-dev.42: digest: sha256:9662c05bac7cb9c8708ec24076864437c593caecb632ef1b7abea23b8362eb73 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:34 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:35 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:34:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 14:34:35 d5a4f2c21f9b: Preparing 14:34:35 a22963ac5145: Preparing 14:34:35 4e3944a9bc4d: Preparing 14:34:35 56e2564ebb0b: Preparing 14:34:35 41908c1543b7: Preparing 14:34:35 106403aad51f: Preparing 14:34:35 783a833435b8: Preparing 14:34:35 e828ff23cda4: Preparing 14:34:35 3c20671a5817: Preparing 14:34:35 783a833435b8: Waiting 14:34:35 e828ff23cda4: Waiting 14:34:35 3c20671a5817: Waiting 14:34:35 106403aad51f: Waiting 14:34:35 a22963ac5145: Layer already exists 14:34:35 41908c1543b7: Layer already exists 14:34:35 d5a4f2c21f9b: Layer already exists 14:34:35 56e2564ebb0b: Layer already exists 14:34:35 4e3944a9bc4d: Layer already exists 14:34:35 783a833435b8: Layer already exists 14:34:35 106403aad51f: Layer already exists 14:34:35 e828ff23cda4: Layer already exists 14:34:35 3c20671a5817: Layer already exists 14:34:35 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:9662c05bac7cb9c8708ec24076864437c593caecb632ef1b7abea23b8362eb73 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:35 + 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 14:34:36 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 14:34:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 14:34:36 d5a4f2c21f9b: Preparing 14:34:36 a22963ac5145: Preparing 14:34:36 4e3944a9bc4d: Preparing 14:34:36 56e2564ebb0b: Preparing 14:34:36 41908c1543b7: Preparing 14:34:36 106403aad51f: Preparing 14:34:36 783a833435b8: Preparing 14:34:36 e828ff23cda4: Preparing 14:34:36 3c20671a5817: Preparing 14:34:36 106403aad51f: Waiting 14:34:36 783a833435b8: Waiting 14:34:36 e828ff23cda4: Waiting 14:34:36 3c20671a5817: Waiting 14:34:36 41908c1543b7: Layer already exists 14:34:36 56e2564ebb0b: Layer already exists 14:34:36 a22963ac5145: Layer already exists 14:34:36 d5a4f2c21f9b: Layer already exists 14:34:36 4e3944a9bc4d: Layer already exists 14:34:36 106403aad51f: Layer already exists 14:34:36 3c20671a5817: Layer already exists 14:34:36 783a833435b8: Layer already exists 14:34:36 e828ff23cda4: Layer already exists 14:34:36 main: digest: sha256:9662c05bac7cb9c8708ec24076864437c593caecb632ef1b7abea23b8362eb73 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:34:36 ===================================================== [Pipeline] echo 14:34:36 taggedImages: 14:34:36 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:34:36 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 14:34:36 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.42 14:34:36 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:34:36 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 14:34:36 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 14:34:36 b103c04882abc23661cee8905a92a31c1ff0bf6a 14:34:36 latest 14:34:36 3.2.0-dev.42 14:34:36 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:34:36 main 14:34:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:37 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:37 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:34:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 14:34:37 4cbea2dc5628: Preparing 14:34:37 0b9007c21937: Preparing 14:34:37 41908c1543b7: Preparing 14:34:37 106403aad51f: Preparing 14:34:37 98ce9a079c7a: Preparing 14:34:37 61f932c933b3: Preparing 14:34:37 3c20671a5817: Preparing 14:34:37 61f932c933b3: Waiting 14:34:37 3c20671a5817: Waiting 14:34:37 98ce9a079c7a: Pushed 14:34:37 106403aad51f: Layer already exists 14:34:37 41908c1543b7: Layer already exists 14:34:37 3c20671a5817: Layer already exists 14:34:37 4cbea2dc5628: Pushed 14:34:37 61f932c933b3: Pushed 14:34:44 0b9007c21937: Pushed 14:34:44 b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:99fa38fa27e993df2a26140518f9c501ea449176261e64378469ce0efb63b066 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:44 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:45 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 14:34:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 14:34:45 4cbea2dc5628: Preparing 14:34:45 0b9007c21937: Preparing 14:34:45 41908c1543b7: Preparing 14:34:45 106403aad51f: Preparing 14:34:45 98ce9a079c7a: Preparing 14:34:45 61f932c933b3: Preparing 14:34:45 3c20671a5817: Preparing 14:34:45 61f932c933b3: Waiting 14:34:45 3c20671a5817: Waiting 14:34:45 106403aad51f: Layer already exists 14:34:45 4cbea2dc5628: Layer already exists 14:34:45 41908c1543b7: Layer already exists 14:34:45 98ce9a079c7a: Layer already exists 14:34:45 0b9007c21937: Layer already exists 14:34:45 61f932c933b3: Layer already exists 14:34:45 3c20671a5817: Layer already exists 14:34:45 latest: digest: sha256:99fa38fa27e993df2a26140518f9c501ea449176261e64378469ce0efb63b066 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:45 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:46 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.42 14:34:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 14:34:46 4cbea2dc5628: Preparing 14:34:46 0b9007c21937: Preparing 14:34:46 41908c1543b7: Preparing 14:34:46 106403aad51f: Preparing 14:34:46 98ce9a079c7a: Preparing 14:34:46 61f932c933b3: Preparing 14:34:46 3c20671a5817: Preparing 14:34:46 61f932c933b3: Waiting 14:34:46 3c20671a5817: Waiting 14:34:46 41908c1543b7: Layer already exists 14:34:46 4cbea2dc5628: Layer already exists 14:34:46 106403aad51f: Layer already exists 14:34:46 98ce9a079c7a: Layer already exists 14:34:46 0b9007c21937: Layer already exists 14:34:46 61f932c933b3: Layer already exists 14:34:46 3c20671a5817: Layer already exists 14:34:46 3.2.0-dev.42: digest: sha256:99fa38fa27e993df2a26140518f9c501ea449176261e64378469ce0efb63b066 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:46 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:47 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:34:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 14:34:47 4cbea2dc5628: Preparing 14:34:47 0b9007c21937: Preparing 14:34:47 41908c1543b7: Preparing 14:34:47 106403aad51f: Preparing 14:34:47 98ce9a079c7a: Preparing 14:34:47 61f932c933b3: Preparing 14:34:47 3c20671a5817: Preparing 14:34:47 61f932c933b3: Waiting 14:34:47 3c20671a5817: Waiting 14:34:47 98ce9a079c7a: Layer already exists 14:34:47 4cbea2dc5628: Layer already exists 14:34:47 106403aad51f: Layer already exists 14:34:47 0b9007c21937: Layer already exists 14:34:47 41908c1543b7: Layer already exists 14:34:47 61f932c933b3: Layer already exists 14:34:47 3c20671a5817: Layer already exists 14:34:47 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:99fa38fa27e993df2a26140518f9c501ea449176261e64378469ce0efb63b066 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:47 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:48 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 14:34:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 14:34:48 4cbea2dc5628: Preparing 14:34:48 0b9007c21937: Preparing 14:34:48 41908c1543b7: Preparing 14:34:48 106403aad51f: Preparing 14:34:48 98ce9a079c7a: Preparing 14:34:48 61f932c933b3: Preparing 14:34:48 3c20671a5817: Preparing 14:34:48 61f932c933b3: Waiting 14:34:48 3c20671a5817: Waiting 14:34:48 41908c1543b7: Layer already exists 14:34:48 98ce9a079c7a: Layer already exists 14:34:48 106403aad51f: Layer already exists 14:34:48 4cbea2dc5628: Layer already exists 14:34:48 0b9007c21937: Layer already exists 14:34:48 61f932c933b3: Layer already exists 14:34:48 3c20671a5817: Layer already exists 14:34:48 main: digest: sha256:99fa38fa27e993df2a26140518f9c501ea449176261e64378469ce0efb63b066 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:34:48 ===================================================== [Pipeline] echo 14:34:48 taggedImages: 14:34:48 - nexus3.edgexfoundry.org:10004/core-data-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:34:48 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 14:34:48 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.42 14:34:48 - nexus3.edgexfoundry.org:10004/core-data-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:34:48 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 14:34:48 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 14:34:48 b103c04882abc23661cee8905a92a31c1ff0bf6a 14:34:48 latest 14:34:48 3.2.0-dev.42 14:34:48 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:34:48 main 14:34:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:49 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:49 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:34:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 14:34:49 3cb4901dd069: Preparing 14:34:49 10a46c4fa727: Preparing 14:34:49 106403aad51f: Preparing 14:34:49 de1441563d46: Preparing 14:34:49 caa178e2c415: Preparing 14:34:49 3c20671a5817: Preparing 14:34:49 3c20671a5817: Waiting 14:34:49 106403aad51f: Layer already exists 14:34:49 3c20671a5817: Layer already exists 14:34:49 caa178e2c415: Pushed 14:34:49 de1441563d46: Pushed 14:34:49 3cb4901dd069: Pushed 14:34:56 10a46c4fa727: Pushed 14:34:56 b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:9f044a1f68ea0f1f7c093251003cd5800c88da732db2674eae3fa027e23d74b8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:56 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:57 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 14:34:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 14:34:57 3cb4901dd069: Preparing 14:34:57 10a46c4fa727: Preparing 14:34:57 106403aad51f: Preparing 14:34:57 de1441563d46: Preparing 14:34:57 caa178e2c415: Preparing 14:34:57 3c20671a5817: Preparing 14:34:57 3c20671a5817: Waiting 14:34:57 106403aad51f: Layer already exists 14:34:57 10a46c4fa727: Layer already exists 14:34:57 caa178e2c415: Layer already exists 14:34:57 de1441563d46: Layer already exists 14:34:57 3cb4901dd069: Layer already exists 14:34:57 3c20671a5817: Layer already exists 14:34:57 latest: digest: sha256:9f044a1f68ea0f1f7c093251003cd5800c88da732db2674eae3fa027e23d74b8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:57 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:58 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.42 14:34:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 14:34:58 3cb4901dd069: Preparing 14:34:58 10a46c4fa727: Preparing 14:34:58 106403aad51f: Preparing 14:34:58 de1441563d46: Preparing 14:34:58 caa178e2c415: Preparing 14:34:58 3c20671a5817: Preparing 14:34:58 3c20671a5817: Waiting 14:34:58 de1441563d46: Layer already exists 14:34:58 106403aad51f: Layer already exists 14:34:58 3cb4901dd069: Layer already exists 14:34:58 10a46c4fa727: Layer already exists 14:34:58 caa178e2c415: Layer already exists 14:34:58 3c20671a5817: Layer already exists 14:34:58 3.2.0-dev.42: digest: sha256:9f044a1f68ea0f1f7c093251003cd5800c88da732db2674eae3fa027e23d74b8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:58 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:59 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:34:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 14:34:59 3cb4901dd069: Preparing 14:34:59 10a46c4fa727: Preparing 14:34:59 106403aad51f: Preparing 14:34:59 de1441563d46: Preparing 14:34:59 caa178e2c415: Preparing 14:34:59 3c20671a5817: Preparing 14:34:59 3c20671a5817: Waiting 14:34:59 3cb4901dd069: Layer already exists 14:34:59 caa178e2c415: Layer already exists 14:34:59 de1441563d46: Layer already exists 14:34:59 106403aad51f: Layer already exists 14:34:59 10a46c4fa727: Layer already exists 14:34:59 3c20671a5817: Layer already exists 14:34:59 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:9f044a1f68ea0f1f7c093251003cd5800c88da732db2674eae3fa027e23d74b8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:59 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:00 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 14:35:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 14:35:00 3cb4901dd069: Preparing 14:35:00 10a46c4fa727: Preparing 14:35:00 106403aad51f: Preparing 14:35:00 de1441563d46: Preparing 14:35:00 caa178e2c415: Preparing 14:35:00 3c20671a5817: Preparing 14:35:00 3c20671a5817: Waiting 14:35:00 3cb4901dd069: Layer already exists 14:35:00 caa178e2c415: Layer already exists 14:35:00 10a46c4fa727: Layer already exists 14:35:00 106403aad51f: Layer already exists 14:35:00 de1441563d46: Layer already exists 14:35:00 3c20671a5817: Layer already exists 14:35:00 main: digest: sha256:9f044a1f68ea0f1f7c093251003cd5800c88da732db2674eae3fa027e23d74b8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:35:00 ===================================================== [Pipeline] echo 14:35:00 taggedImages: 14:35:00 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:35:00 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 14:35:00 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.42 14:35:00 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:35:00 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 14:35:00 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 14:35:00 b103c04882abc23661cee8905a92a31c1ff0bf6a 14:35:00 latest 14:35:00 3.2.0-dev.42 14:35:00 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:35:00 main 14:35:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:00 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:01 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:35:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 14:35:01 2b9f1199483d: Preparing 14:35:01 e8c96c0b6a0a: Preparing 14:35:01 110e3c78f35c: Preparing 14:35:01 41908c1543b7: Preparing 14:35:01 106403aad51f: Preparing 14:35:01 783a833435b8: Preparing 14:35:01 e828ff23cda4: Preparing 14:35:01 3c20671a5817: Preparing 14:35:01 783a833435b8: Waiting 14:35:01 e828ff23cda4: Waiting 14:35:01 3c20671a5817: Waiting 14:35:01 106403aad51f: Layer already exists 14:35:01 41908c1543b7: Layer already exists 14:35:01 783a833435b8: Layer already exists 14:35:01 e8c96c0b6a0a: Pushed 14:35:01 3c20671a5817: Layer already exists 14:35:01 e828ff23cda4: Layer already exists 14:35:01 2b9f1199483d: Pushed 14:35:08 110e3c78f35c: Pushed 14:35:08 b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:41bf9179e58c314fe058a089cb9e5818b7b3dfb885bfee8e5cc9f3531f0d9c6a size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:08 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:08 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 14:35:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 14:35:08 2b9f1199483d: Preparing 14:35:08 e8c96c0b6a0a: Preparing 14:35:08 110e3c78f35c: Preparing 14:35:08 41908c1543b7: Preparing 14:35:08 106403aad51f: Preparing 14:35:08 783a833435b8: Preparing 14:35:08 e828ff23cda4: Preparing 14:35:08 3c20671a5817: Preparing 14:35:08 e828ff23cda4: Waiting 14:35:08 3c20671a5817: Waiting 14:35:08 783a833435b8: Waiting 14:35:08 e8c96c0b6a0a: Layer already exists 14:35:08 2b9f1199483d: Layer already exists 14:35:08 106403aad51f: Layer already exists 14:35:08 110e3c78f35c: Layer already exists 14:35:08 41908c1543b7: Layer already exists 14:35:08 783a833435b8: Layer already exists 14:35:08 e828ff23cda4: Layer already exists 14:35:08 3c20671a5817: Layer already exists 14:35:09 latest: digest: sha256:41bf9179e58c314fe058a089cb9e5818b7b3dfb885bfee8e5cc9f3531f0d9c6a size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:09 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:09 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.42 14:35:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 14:35:09 2b9f1199483d: Preparing 14:35:09 e8c96c0b6a0a: Preparing 14:35:09 110e3c78f35c: Preparing 14:35:09 41908c1543b7: Preparing 14:35:09 106403aad51f: Preparing 14:35:09 783a833435b8: Preparing 14:35:09 e828ff23cda4: Preparing 14:35:09 3c20671a5817: Preparing 14:35:09 783a833435b8: Waiting 14:35:09 e828ff23cda4: Waiting 14:35:09 3c20671a5817: Waiting 14:35:09 110e3c78f35c: Layer already exists 14:35:09 e8c96c0b6a0a: Layer already exists 14:35:09 41908c1543b7: Layer already exists 14:35:09 2b9f1199483d: Layer already exists 14:35:09 106403aad51f: Layer already exists 14:35:09 e828ff23cda4: Layer already exists 14:35:09 3c20671a5817: Layer already exists 14:35:09 783a833435b8: Layer already exists 14:35:10 3.2.0-dev.42: digest: sha256:41bf9179e58c314fe058a089cb9e5818b7b3dfb885bfee8e5cc9f3531f0d9c6a size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:10 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:10 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:35:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 14:35:10 2b9f1199483d: Preparing 14:35:10 e8c96c0b6a0a: Preparing 14:35:10 110e3c78f35c: Preparing 14:35:10 41908c1543b7: Preparing 14:35:10 106403aad51f: Preparing 14:35:10 783a833435b8: Preparing 14:35:10 e828ff23cda4: Preparing 14:35:10 3c20671a5817: Preparing 14:35:10 e828ff23cda4: Waiting 14:35:10 3c20671a5817: Waiting 14:35:10 783a833435b8: Waiting 14:35:10 e8c96c0b6a0a: Layer already exists 14:35:10 41908c1543b7: Layer already exists 14:35:10 110e3c78f35c: Layer already exists 14:35:10 106403aad51f: Layer already exists 14:35:10 2b9f1199483d: Layer already exists 14:35:10 3c20671a5817: Layer already exists 14:35:10 e828ff23cda4: Layer already exists 14:35:10 783a833435b8: Layer already exists 14:35:10 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:41bf9179e58c314fe058a089cb9e5818b7b3dfb885bfee8e5cc9f3531f0d9c6a size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:11 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:12 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 14:35:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 14:35:12 2b9f1199483d: Preparing 14:35:12 e8c96c0b6a0a: Preparing 14:35:12 110e3c78f35c: Preparing 14:35:12 41908c1543b7: Preparing 14:35:12 106403aad51f: Preparing 14:35:12 783a833435b8: Preparing 14:35:12 e828ff23cda4: Preparing 14:35:12 3c20671a5817: Preparing 14:35:12 e828ff23cda4: Waiting 14:35:12 3c20671a5817: Waiting 14:35:12 783a833435b8: Waiting 14:35:12 2b9f1199483d: Layer already exists 14:35:12 110e3c78f35c: Layer already exists 14:35:12 41908c1543b7: Layer already exists 14:35:12 e8c96c0b6a0a: Layer already exists 14:35:12 106403aad51f: Layer already exists 14:35:12 783a833435b8: Layer already exists 14:35:12 e828ff23cda4: Layer already exists 14:35:12 3c20671a5817: Layer already exists 14:35:12 main: digest: sha256:41bf9179e58c314fe058a089cb9e5818b7b3dfb885bfee8e5cc9f3531f0d9c6a size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:35:12 ===================================================== [Pipeline] echo 14:35:12 taggedImages: 14:35:12 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:35:12 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 14:35:12 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.42 14:35:12 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:35:12 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 14:35:12 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 14:35:12 b103c04882abc23661cee8905a92a31c1ff0bf6a 14:35:12 latest 14:35:12 3.2.0-dev.42 14:35:12 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:35:12 main 14:35:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:12 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:13 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:35:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 14:35:13 62239d80a43c: Preparing 14:35:13 835d6d0334a2: Preparing 14:35:13 e6c102b58144: Preparing 14:35:13 f0bb85c6e848: Preparing 14:35:13 e1348683f5b7: Preparing 14:35:13 ae91dad445f3: Preparing 14:35:13 86390a1c43e4: Preparing 14:35:13 41908c1543b7: Preparing 14:35:13 106403aad51f: Preparing 14:35:13 1504dedeacd8: Preparing 14:35:13 3cd76927520e: Preparing 14:35:13 5f70bf18a086: Preparing 14:35:13 fe083cd448d5: Preparing 14:35:13 dafe40770565: Preparing 14:35:13 195db9ad5685: Preparing 14:35:13 3c20671a5817: Preparing 14:35:13 1504dedeacd8: Waiting 14:35:13 3cd76927520e: Waiting 14:35:13 5f70bf18a086: Waiting 14:35:13 fe083cd448d5: Waiting 14:35:13 dafe40770565: Waiting 14:35:13 195db9ad5685: Waiting 14:35:13 3c20671a5817: Waiting 14:35:13 ae91dad445f3: Waiting 14:35:13 86390a1c43e4: Waiting 14:35:13 41908c1543b7: Waiting 14:35:13 106403aad51f: Waiting 14:35:13 e6c102b58144: Pushed 14:35:13 835d6d0334a2: Pushed 14:35:13 62239d80a43c: Pushed 14:35:13 e1348683f5b7: Pushed 14:35:13 f0bb85c6e848: Pushed 14:35:13 41908c1543b7: Layer already exists 14:35:13 ae91dad445f3: Pushed 14:35:13 106403aad51f: Layer already exists 14:35:13 5f70bf18a086: Layer already exists 14:35:13 1504dedeacd8: Pushed 14:35:13 3cd76927520e: Pushed 14:35:13 fe083cd448d5: Pushed 14:35:13 3c20671a5817: Layer already exists 14:35:13 dafe40770565: Pushed 14:35:13 195db9ad5685: Pushed 14:35:16 86390a1c43e4: Pushed 14:35:16 b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:78c2020fb9054fc022f8d6fb4f6ed31d2c0687e2b928ea5e1caeea7a66b43358 size: 3645 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:16 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:17 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 14:35:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 14:35:17 62239d80a43c: Preparing 14:35:17 835d6d0334a2: Preparing 14:35:17 e6c102b58144: Preparing 14:35:17 f0bb85c6e848: Preparing 14:35:17 e1348683f5b7: Preparing 14:35:17 ae91dad445f3: Preparing 14:35:17 86390a1c43e4: Preparing 14:35:17 41908c1543b7: Preparing 14:35:17 106403aad51f: Preparing 14:35:17 1504dedeacd8: Preparing 14:35:17 3cd76927520e: Preparing 14:35:17 5f70bf18a086: Preparing 14:35:17 fe083cd448d5: Preparing 14:35:17 dafe40770565: Preparing 14:35:17 195db9ad5685: Preparing 14:35:17 3c20671a5817: Preparing 14:35:17 ae91dad445f3: Waiting 14:35:17 86390a1c43e4: Waiting 14:35:17 41908c1543b7: Waiting 14:35:17 106403aad51f: Waiting 14:35:17 1504dedeacd8: Waiting 14:35:17 3cd76927520e: Waiting 14:35:17 5f70bf18a086: Waiting 14:35:17 fe083cd448d5: Waiting 14:35:17 dafe40770565: Waiting 14:35:17 195db9ad5685: Waiting 14:35:17 3c20671a5817: Waiting 14:35:17 835d6d0334a2: Layer already exists 14:35:17 e1348683f5b7: Layer already exists 14:35:17 62239d80a43c: Layer already exists 14:35:17 e6c102b58144: Layer already exists 14:35:17 f0bb85c6e848: Layer already exists 14:35:17 106403aad51f: Layer already exists 14:35:17 86390a1c43e4: Layer already exists 14:35:17 41908c1543b7: Layer already exists 14:35:17 ae91dad445f3: Layer already exists 14:35:17 1504dedeacd8: Layer already exists 14:35:17 fe083cd448d5: Layer already exists 14:35:17 dafe40770565: Layer already exists 14:35:17 3cd76927520e: Layer already exists 14:35:17 5f70bf18a086: Layer already exists 14:35:17 195db9ad5685: Layer already exists 14:35:17 3c20671a5817: Layer already exists 14:35:17 latest: digest: sha256:78c2020fb9054fc022f8d6fb4f6ed31d2c0687e2b928ea5e1caeea7a66b43358 size: 3645 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:17 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:18 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.42 14:35:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 14:35:18 62239d80a43c: Preparing 14:35:18 835d6d0334a2: Preparing 14:35:18 e6c102b58144: Preparing 14:35:18 f0bb85c6e848: Preparing 14:35:18 e1348683f5b7: Preparing 14:35:18 ae91dad445f3: Preparing 14:35:18 86390a1c43e4: Preparing 14:35:18 41908c1543b7: Preparing 14:35:18 106403aad51f: Preparing 14:35:18 1504dedeacd8: Preparing 14:35:18 3cd76927520e: Preparing 14:35:18 5f70bf18a086: Preparing 14:35:18 fe083cd448d5: Preparing 14:35:18 dafe40770565: Preparing 14:35:18 195db9ad5685: Preparing 14:35:18 3c20671a5817: Preparing 14:35:18 86390a1c43e4: Waiting 14:35:18 41908c1543b7: Waiting 14:35:18 106403aad51f: Waiting 14:35:18 1504dedeacd8: Waiting 14:35:18 ae91dad445f3: Waiting 14:35:18 3cd76927520e: Waiting 14:35:18 5f70bf18a086: Waiting 14:35:18 fe083cd448d5: Waiting 14:35:18 dafe40770565: Waiting 14:35:18 195db9ad5685: Waiting 14:35:18 3c20671a5817: Waiting 14:35:18 e1348683f5b7: Layer already exists 14:35:18 835d6d0334a2: Layer already exists 14:35:18 e6c102b58144: Layer already exists 14:35:18 62239d80a43c: Layer already exists 14:35:18 f0bb85c6e848: Layer already exists 14:35:18 106403aad51f: Layer already exists 14:35:18 ae91dad445f3: Layer already exists 14:35:18 1504dedeacd8: Layer already exists 14:35:18 41908c1543b7: Layer already exists 14:35:18 86390a1c43e4: Layer already exists 14:35:18 dafe40770565: Layer already exists 14:35:18 fe083cd448d5: Layer already exists 14:35:18 195db9ad5685: Layer already exists 14:35:18 3cd76927520e: Layer already exists 14:35:18 5f70bf18a086: Layer already exists 14:35:18 3c20671a5817: Layer already exists 14:35:18 3.2.0-dev.42: digest: sha256:78c2020fb9054fc022f8d6fb4f6ed31d2c0687e2b928ea5e1caeea7a66b43358 size: 3645 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:18 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:19 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:35:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 14:35:19 62239d80a43c: Preparing 14:35:19 835d6d0334a2: Preparing 14:35:19 e6c102b58144: Preparing 14:35:19 f0bb85c6e848: Preparing 14:35:19 e1348683f5b7: Preparing 14:35:19 ae91dad445f3: Preparing 14:35:19 86390a1c43e4: Preparing 14:35:19 41908c1543b7: Preparing 14:35:19 106403aad51f: Preparing 14:35:19 1504dedeacd8: Preparing 14:35:19 3cd76927520e: Preparing 14:35:19 5f70bf18a086: Preparing 14:35:19 fe083cd448d5: Preparing 14:35:19 dafe40770565: Preparing 14:35:19 195db9ad5685: Preparing 14:35:19 3c20671a5817: Preparing 14:35:19 ae91dad445f3: Waiting 14:35:19 86390a1c43e4: Waiting 14:35:19 41908c1543b7: Waiting 14:35:19 106403aad51f: Waiting 14:35:19 1504dedeacd8: Waiting 14:35:19 3cd76927520e: Waiting 14:35:19 5f70bf18a086: Waiting 14:35:19 fe083cd448d5: Waiting 14:35:19 dafe40770565: Waiting 14:35:19 195db9ad5685: Waiting 14:35:19 3c20671a5817: Waiting 14:35:19 835d6d0334a2: Layer already exists 14:35:19 62239d80a43c: Layer already exists 14:35:19 e6c102b58144: Layer already exists 14:35:19 f0bb85c6e848: Layer already exists 14:35:19 e1348683f5b7: Layer already exists 14:35:19 ae91dad445f3: Layer already exists 14:35:19 86390a1c43e4: Layer already exists 14:35:19 106403aad51f: Layer already exists 14:35:19 41908c1543b7: Layer already exists 14:35:19 1504dedeacd8: Layer already exists 14:35:19 3cd76927520e: Layer already exists 14:35:19 5f70bf18a086: Layer already exists 14:35:19 dafe40770565: Layer already exists 14:35:19 195db9ad5685: Layer already exists 14:35:19 fe083cd448d5: Layer already exists 14:35:19 3c20671a5817: Layer already exists 14:35:19 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:78c2020fb9054fc022f8d6fb4f6ed31d2c0687e2b928ea5e1caeea7a66b43358 size: 3645 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:19 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:20 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 14:35:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 14:35:20 62239d80a43c: Preparing 14:35:20 835d6d0334a2: Preparing 14:35:20 e6c102b58144: Preparing 14:35:20 f0bb85c6e848: Preparing 14:35:20 e1348683f5b7: Preparing 14:35:20 ae91dad445f3: Preparing 14:35:20 86390a1c43e4: Preparing 14:35:20 41908c1543b7: Preparing 14:35:20 106403aad51f: Preparing 14:35:20 1504dedeacd8: Preparing 14:35:20 3cd76927520e: Preparing 14:35:20 5f70bf18a086: Preparing 14:35:20 fe083cd448d5: Preparing 14:35:20 dafe40770565: Preparing 14:35:20 195db9ad5685: Preparing 14:35:20 3c20671a5817: Preparing 14:35:20 ae91dad445f3: Waiting 14:35:20 86390a1c43e4: Waiting 14:35:20 41908c1543b7: Waiting 14:35:20 106403aad51f: Waiting 14:35:20 1504dedeacd8: Waiting 14:35:20 3cd76927520e: Waiting 14:35:20 5f70bf18a086: Waiting 14:35:20 fe083cd448d5: Waiting 14:35:20 dafe40770565: Waiting 14:35:20 195db9ad5685: Waiting 14:35:20 3c20671a5817: Waiting 14:35:20 62239d80a43c: Layer already exists 14:35:20 e1348683f5b7: Layer already exists 14:35:20 e6c102b58144: Layer already exists 14:35:20 835d6d0334a2: Layer already exists 14:35:20 f0bb85c6e848: Layer already exists 14:35:20 106403aad51f: Layer already exists 14:35:20 41908c1543b7: Layer already exists 14:35:20 ae91dad445f3: Layer already exists 14:35:20 1504dedeacd8: Layer already exists 14:35:20 86390a1c43e4: Layer already exists 14:35:20 3cd76927520e: Layer already exists 14:35:20 fe083cd448d5: Layer already exists 14:35:20 5f70bf18a086: Layer already exists 14:35:20 dafe40770565: Layer already exists 14:35:20 195db9ad5685: Layer already exists 14:35:20 3c20671a5817: Layer already exists 14:35:20 main: digest: sha256:78c2020fb9054fc022f8d6fb4f6ed31d2c0687e2b928ea5e1caeea7a66b43358 size: 3645 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:35:20 ===================================================== [Pipeline] echo 14:35:20 taggedImages: 14:35:20 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:35:20 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 14:35:20 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.42 14:35:20 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:35:20 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 14:35:20 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 14:35:20 b103c04882abc23661cee8905a92a31c1ff0bf6a 14:35:20 latest 14:35:20 3.2.0-dev.42 14:35:20 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:35:20 main 14:35:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:20 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:21 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:35:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 14:35:21 53616a70a281: Preparing 14:35:21 3824204ebeeb: Preparing 14:35:21 a6ad759fada8: Preparing 14:35:21 ab8161dc4ade: Preparing 14:35:21 41908c1543b7: Preparing 14:35:21 106403aad51f: Preparing 14:35:21 783a833435b8: Preparing 14:35:21 106403aad51f: Waiting 14:35:21 e828ff23cda4: Preparing 14:35:21 3c20671a5817: Preparing 14:35:21 783a833435b8: Waiting 14:35:21 3c20671a5817: Waiting 14:35:21 e828ff23cda4: Waiting 14:35:21 3824204ebeeb: Pushed 14:35:21 a6ad759fada8: Pushed 14:35:21 41908c1543b7: Layer already exists 14:35:21 106403aad51f: Layer already exists 14:35:21 783a833435b8: Layer already exists 14:35:21 e828ff23cda4: Layer already exists 14:35:21 3c20671a5817: Layer already exists 14:35:21 53616a70a281: Pushed 14:35:27 ab8161dc4ade: Pushed 14:35:27 b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:8259bca4c59bc615ae12072956a018472948032c000265833e51d1b40fda8f19 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:27 + 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 14:35:27 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 14:35:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 14:35:27 53616a70a281: Preparing 14:35:27 3824204ebeeb: Preparing 14:35:27 a6ad759fada8: Preparing 14:35:27 ab8161dc4ade: Preparing 14:35:27 41908c1543b7: Preparing 14:35:27 106403aad51f: Preparing 14:35:27 783a833435b8: Preparing 14:35:27 e828ff23cda4: Preparing 14:35:27 3c20671a5817: Preparing 14:35:27 783a833435b8: Waiting 14:35:27 106403aad51f: Waiting 14:35:27 e828ff23cda4: Waiting 14:35:27 3c20671a5817: Waiting 14:35:27 53616a70a281: Layer already exists 14:35:27 41908c1543b7: Layer already exists 14:35:27 ab8161dc4ade: Layer already exists 14:35:27 3824204ebeeb: Layer already exists 14:35:27 a6ad759fada8: Layer already exists 14:35:27 3c20671a5817: Layer already exists 14:35:27 106403aad51f: Layer already exists 14:35:27 783a833435b8: Layer already exists 14:35:27 e828ff23cda4: Layer already exists 14:35:28 latest: digest: sha256:8259bca4c59bc615ae12072956a018472948032c000265833e51d1b40fda8f19 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:28 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:28 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.42 14:35:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 14:35:28 53616a70a281: Preparing 14:35:28 3824204ebeeb: Preparing 14:35:28 a6ad759fada8: Preparing 14:35:28 ab8161dc4ade: Preparing 14:35:28 41908c1543b7: Preparing 14:35:28 106403aad51f: Preparing 14:35:28 783a833435b8: Preparing 14:35:28 106403aad51f: Waiting 14:35:28 e828ff23cda4: Preparing 14:35:28 783a833435b8: Waiting 14:35:28 3c20671a5817: Preparing 14:35:28 e828ff23cda4: Waiting 14:35:28 3c20671a5817: Waiting 14:35:28 a6ad759fada8: Layer already exists 14:35:28 41908c1543b7: Layer already exists 14:35:28 53616a70a281: Layer already exists 14:35:28 3824204ebeeb: Layer already exists 14:35:28 ab8161dc4ade: Layer already exists 14:35:28 106403aad51f: Layer already exists 14:35:28 3c20671a5817: Layer already exists 14:35:28 e828ff23cda4: Layer already exists 14:35:28 783a833435b8: Layer already exists 14:35:29 3.2.0-dev.42: digest: sha256:8259bca4c59bc615ae12072956a018472948032c000265833e51d1b40fda8f19 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:29 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:29 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:35:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 14:35:29 53616a70a281: Preparing 14:35:29 3824204ebeeb: Preparing 14:35:29 a6ad759fada8: Preparing 14:35:29 ab8161dc4ade: Preparing 14:35:29 41908c1543b7: Preparing 14:35:29 106403aad51f: Preparing 14:35:29 106403aad51f: Waiting 14:35:29 783a833435b8: Preparing 14:35:29 e828ff23cda4: Preparing 14:35:29 783a833435b8: Waiting 14:35:29 3c20671a5817: Preparing 14:35:29 e828ff23cda4: Waiting 14:35:29 ab8161dc4ade: Layer already exists 14:35:29 53616a70a281: Layer already exists 14:35:29 41908c1543b7: Layer already exists 14:35:29 3824204ebeeb: Layer already exists 14:35:29 a6ad759fada8: Layer already exists 14:35:29 783a833435b8: Layer already exists 14:35:29 106403aad51f: Layer already exists 14:35:29 e828ff23cda4: Layer already exists 14:35:29 3c20671a5817: Layer already exists 14:35:30 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:8259bca4c59bc615ae12072956a018472948032c000265833e51d1b40fda8f19 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:30 + 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 14:35:30 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 14:35:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 14:35:30 53616a70a281: Preparing 14:35:30 3824204ebeeb: Preparing 14:35:30 a6ad759fada8: Preparing 14:35:30 ab8161dc4ade: Preparing 14:35:30 41908c1543b7: Preparing 14:35:30 106403aad51f: Preparing 14:35:30 783a833435b8: Preparing 14:35:30 e828ff23cda4: Preparing 14:35:30 3c20671a5817: Preparing 14:35:30 106403aad51f: Waiting 14:35:30 783a833435b8: Waiting 14:35:30 e828ff23cda4: Waiting 14:35:30 3c20671a5817: Waiting 14:35:30 53616a70a281: Layer already exists 14:35:30 ab8161dc4ade: Layer already exists 14:35:30 3824204ebeeb: Layer already exists 14:35:30 41908c1543b7: Layer already exists 14:35:30 a6ad759fada8: Layer already exists 14:35:30 106403aad51f: Layer already exists 14:35:30 e828ff23cda4: Layer already exists 14:35:30 783a833435b8: Layer already exists 14:35:30 3c20671a5817: Layer already exists 14:35:31 main: digest: sha256:8259bca4c59bc615ae12072956a018472948032c000265833e51d1b40fda8f19 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:35:31 ===================================================== [Pipeline] echo 14:35:31 taggedImages: 14:35:31 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:35:31 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 14:35:31 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.42 14:35:31 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:35:31 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 14:35:31 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 14:35:31 b103c04882abc23661cee8905a92a31c1ff0bf6a 14:35:31 latest 14:35:31 3.2.0-dev.42 14:35:31 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:35:31 main 14:35:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:31 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:31 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:35:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 14:35:31 3cdc4e3816fe: Preparing 14:35:31 c5fad9ae24cd: Preparing 14:35:31 564e20efe66e: Preparing 14:35:31 adfbda711cc7: Preparing 14:35:31 31adc39ab350: Preparing 14:35:31 41908c1543b7: Preparing 14:35:31 106403aad51f: Preparing 14:35:31 ad98d079d6e2: Preparing 14:35:31 e1f88626cb65: Preparing 14:35:31 030dac5be420: Preparing 14:35:31 3c20671a5817: Preparing 14:35:31 ad98d079d6e2: Waiting 14:35:31 e1f88626cb65: Waiting 14:35:31 41908c1543b7: Waiting 14:35:31 030dac5be420: Waiting 14:35:31 3c20671a5817: Waiting 14:35:31 106403aad51f: Waiting 14:35:32 c5fad9ae24cd: Pushed 14:35:32 31adc39ab350: Pushed 14:35:32 adfbda711cc7: Pushed 14:35:32 3cdc4e3816fe: Pushed 14:35:32 41908c1543b7: Layer already exists 14:35:32 106403aad51f: Layer already exists 14:35:32 3c20671a5817: Layer already exists 14:35:32 ad98d079d6e2: Pushed 14:35:32 e1f88626cb65: Pushed 14:35:34 564e20efe66e: Pushed 14:35:34 030dac5be420: Pushed 14:35:34 b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:40bf68e7f436ea697fc3a06c2f48a905754c98937638ab0ec7de7746dffdf755 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:35 + 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 14:35:35 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 14:35:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 14:35:35 3cdc4e3816fe: Preparing 14:35:35 c5fad9ae24cd: Preparing 14:35:35 564e20efe66e: Preparing 14:35:35 adfbda711cc7: Preparing 14:35:35 31adc39ab350: Preparing 14:35:35 41908c1543b7: Preparing 14:35:35 106403aad51f: Preparing 14:35:35 ad98d079d6e2: Preparing 14:35:35 e1f88626cb65: Preparing 14:35:35 030dac5be420: Preparing 14:35:35 3c20671a5817: Preparing 14:35:35 ad98d079d6e2: Waiting 14:35:35 e1f88626cb65: Waiting 14:35:35 030dac5be420: Waiting 14:35:35 3c20671a5817: Waiting 14:35:35 41908c1543b7: Waiting 14:35:35 106403aad51f: Waiting 14:35:35 3cdc4e3816fe: Layer already exists 14:35:35 564e20efe66e: Layer already exists 14:35:35 c5fad9ae24cd: Layer already exists 14:35:35 31adc39ab350: Layer already exists 14:35:35 adfbda711cc7: Layer already exists 14:35:35 e1f88626cb65: Layer already exists 14:35:35 106403aad51f: Layer already exists 14:35:35 ad98d079d6e2: Layer already exists 14:35:35 41908c1543b7: Layer already exists 14:35:35 030dac5be420: Layer already exists 14:35:35 3c20671a5817: Layer already exists 14:35:35 latest: digest: sha256:40bf68e7f436ea697fc3a06c2f48a905754c98937638ab0ec7de7746dffdf755 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:36 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:36 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.42 14:35:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 14:35:36 3cdc4e3816fe: Preparing 14:35:36 c5fad9ae24cd: Preparing 14:35:36 564e20efe66e: Preparing 14:35:36 adfbda711cc7: Preparing 14:35:36 31adc39ab350: Preparing 14:35:36 41908c1543b7: Preparing 14:35:36 106403aad51f: Preparing 14:35:36 ad98d079d6e2: Preparing 14:35:36 e1f88626cb65: Preparing 14:35:36 030dac5be420: Preparing 14:35:36 3c20671a5817: Preparing 14:35:36 ad98d079d6e2: Waiting 14:35:36 e1f88626cb65: Waiting 14:35:36 030dac5be420: Waiting 14:35:36 3c20671a5817: Waiting 14:35:36 41908c1543b7: Waiting 14:35:36 106403aad51f: Waiting 14:35:36 adfbda711cc7: Layer already exists 14:35:36 564e20efe66e: Layer already exists 14:35:36 c5fad9ae24cd: Layer already exists 14:35:36 3cdc4e3816fe: Layer already exists 14:35:36 31adc39ab350: Layer already exists 14:35:36 106403aad51f: Layer already exists 14:35:36 030dac5be420: Layer already exists 14:35:36 ad98d079d6e2: Layer already exists 14:35:36 41908c1543b7: Layer already exists 14:35:36 e1f88626cb65: Layer already exists 14:35:36 3c20671a5817: Layer already exists 14:35:36 3.2.0-dev.42: digest: sha256:40bf68e7f436ea697fc3a06c2f48a905754c98937638ab0ec7de7746dffdf755 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:37 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:37 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:35:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 14:35:37 3cdc4e3816fe: Preparing 14:35:37 c5fad9ae24cd: Preparing 14:35:37 564e20efe66e: Preparing 14:35:37 adfbda711cc7: Preparing 14:35:37 31adc39ab350: Preparing 14:35:37 41908c1543b7: Preparing 14:35:37 106403aad51f: Preparing 14:35:37 ad98d079d6e2: Preparing 14:35:37 e1f88626cb65: Preparing 14:35:37 030dac5be420: Preparing 14:35:37 3c20671a5817: Preparing 14:35:37 41908c1543b7: Waiting 14:35:37 106403aad51f: Waiting 14:35:37 ad98d079d6e2: Waiting 14:35:37 e1f88626cb65: Waiting 14:35:37 030dac5be420: Waiting 14:35:37 3c20671a5817: Waiting 14:35:37 adfbda711cc7: Layer already exists 14:35:37 3cdc4e3816fe: Layer already exists 14:35:37 c5fad9ae24cd: Layer already exists 14:35:37 31adc39ab350: Layer already exists 14:35:37 564e20efe66e: Layer already exists 14:35:37 e1f88626cb65: Layer already exists 14:35:37 106403aad51f: Layer already exists 14:35:37 41908c1543b7: Layer already exists 14:35:37 030dac5be420: Layer already exists 14:35:37 ad98d079d6e2: Layer already exists 14:35:37 3c20671a5817: Layer already exists 14:35:37 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:40bf68e7f436ea697fc3a06c2f48a905754c98937638ab0ec7de7746dffdf755 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:38 + 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 14:35:38 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 14:35:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 14:35:38 3cdc4e3816fe: Preparing 14:35:38 c5fad9ae24cd: Preparing 14:35:38 564e20efe66e: Preparing 14:35:38 adfbda711cc7: Preparing 14:35:38 31adc39ab350: Preparing 14:35:38 41908c1543b7: Preparing 14:35:38 106403aad51f: Preparing 14:35:38 ad98d079d6e2: Preparing 14:35:38 e1f88626cb65: Preparing 14:35:38 030dac5be420: Preparing 14:35:38 3c20671a5817: Preparing 14:35:38 41908c1543b7: Waiting 14:35:38 106403aad51f: Waiting 14:35:38 ad98d079d6e2: Waiting 14:35:38 e1f88626cb65: Waiting 14:35:38 030dac5be420: Waiting 14:35:38 3c20671a5817: Waiting 14:35:38 adfbda711cc7: Layer already exists 14:35:38 c5fad9ae24cd: Layer already exists 14:35:38 31adc39ab350: Layer already exists 14:35:38 564e20efe66e: Layer already exists 14:35:38 3cdc4e3816fe: Layer already exists 14:35:38 030dac5be420: Layer already exists 14:35:38 41908c1543b7: Layer already exists 14:35:38 106403aad51f: Layer already exists 14:35:38 e1f88626cb65: Layer already exists 14:35:38 ad98d079d6e2: Layer already exists 14:35:38 3c20671a5817: Layer already exists 14:35:38 main: digest: sha256:40bf68e7f436ea697fc3a06c2f48a905754c98937638ab0ec7de7746dffdf755 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:35:38 ===================================================== [Pipeline] echo 14:35:38 taggedImages: 14:35:38 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:35:38 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 14:35:38 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.42 14:35:38 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:35:38 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 14:35:38 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 14:35:38 b103c04882abc23661cee8905a92a31c1ff0bf6a 14:35:38 latest 14:35:38 3.2.0-dev.42 14:35:38 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:35:38 main 14:35:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:39 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:39 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:35:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 14:35:39 209d83d35043: Preparing 14:35:39 4bb87d869659: Preparing 14:35:39 8a659c752590: Preparing 14:35:39 b2de04b6e105: Preparing 14:35:39 ac74418595ce: Preparing 14:35:39 75fb6cb85ba9: Preparing 14:35:39 5a255d8f7a41: Preparing 14:35:39 41908c1543b7: Preparing 14:35:39 106403aad51f: Preparing 14:35:39 2e7ee88e1c58: Preparing 14:35:39 c10648cc4290: Preparing 14:35:39 3c20671a5817: Preparing 14:35:39 75fb6cb85ba9: Waiting 14:35:39 5a255d8f7a41: Waiting 14:35:39 41908c1543b7: Waiting 14:35:39 106403aad51f: Waiting 14:35:39 2e7ee88e1c58: Waiting 14:35:39 c10648cc4290: Waiting 14:35:39 3c20671a5817: Waiting 14:35:39 209d83d35043: Pushed 14:35:39 4bb87d869659: Pushed 14:35:39 ac74418595ce: Pushed 14:35:39 41908c1543b7: Layer already exists 14:35:39 106403aad51f: Layer already exists 14:35:40 75fb6cb85ba9: Pushed 14:35:40 5a255d8f7a41: Pushed 14:35:40 3c20671a5817: Layer already exists 14:35:40 2e7ee88e1c58: Pushed 14:35:42 b2de04b6e105: Pushed 14:35:42 8a659c752590: Pushed 14:35:42 c10648cc4290: Pushed 14:35:43 b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:239cdc437ce06fd447a8f259462ef1d2f51ac22c3398335175bcdd8b84c54b63 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:43 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:44 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 14:35:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 14:35:44 209d83d35043: Preparing 14:35:44 4bb87d869659: Preparing 14:35:44 8a659c752590: Preparing 14:35:44 b2de04b6e105: Preparing 14:35:44 ac74418595ce: Preparing 14:35:44 75fb6cb85ba9: Preparing 14:35:44 5a255d8f7a41: Preparing 14:35:44 41908c1543b7: Preparing 14:35:44 106403aad51f: Preparing 14:35:44 2e7ee88e1c58: Preparing 14:35:44 c10648cc4290: Preparing 14:35:44 3c20671a5817: Preparing 14:35:44 75fb6cb85ba9: Waiting 14:35:44 2e7ee88e1c58: Waiting 14:35:44 5a255d8f7a41: Waiting 14:35:44 41908c1543b7: Waiting 14:35:44 106403aad51f: Waiting 14:35:44 c10648cc4290: Waiting 14:35:44 3c20671a5817: Waiting 14:35:44 ac74418595ce: Layer already exists 14:35:44 4bb87d869659: Layer already exists 14:35:44 8a659c752590: Layer already exists 14:35:44 209d83d35043: Layer already exists 14:35:44 b2de04b6e105: Layer already exists 14:35:44 2e7ee88e1c58: Layer already exists 14:35:44 75fb6cb85ba9: Layer already exists 14:35:44 106403aad51f: Layer already exists 14:35:44 41908c1543b7: Layer already exists 14:35:44 5a255d8f7a41: Layer already exists 14:35:44 c10648cc4290: Layer already exists 14:35:44 3c20671a5817: Layer already exists 14:35:44 latest: digest: sha256:239cdc437ce06fd447a8f259462ef1d2f51ac22c3398335175bcdd8b84c54b63 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:44 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:45 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.42 14:35:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 14:35:45 209d83d35043: Preparing 14:35:45 4bb87d869659: Preparing 14:35:45 8a659c752590: Preparing 14:35:45 b2de04b6e105: Preparing 14:35:45 ac74418595ce: Preparing 14:35:45 75fb6cb85ba9: Preparing 14:35:45 5a255d8f7a41: Preparing 14:35:45 41908c1543b7: Preparing 14:35:45 106403aad51f: Preparing 14:35:45 2e7ee88e1c58: Preparing 14:35:45 c10648cc4290: Preparing 14:35:45 3c20671a5817: Preparing 14:35:45 106403aad51f: Waiting 14:35:45 2e7ee88e1c58: Waiting 14:35:45 75fb6cb85ba9: Waiting 14:35:45 5a255d8f7a41: Waiting 14:35:45 41908c1543b7: Waiting 14:35:45 c10648cc4290: Waiting 14:35:45 3c20671a5817: Waiting 14:35:45 b2de04b6e105: Layer already exists 14:35:45 8a659c752590: Layer already exists 14:35:45 209d83d35043: Layer already exists 14:35:45 ac74418595ce: Layer already exists 14:35:45 4bb87d869659: Layer already exists 14:35:45 75fb6cb85ba9: Layer already exists 14:35:45 41908c1543b7: Layer already exists 14:35:45 5a255d8f7a41: Layer already exists 14:35:45 106403aad51f: Layer already exists 14:35:45 2e7ee88e1c58: Layer already exists 14:35:45 c10648cc4290: Layer already exists 14:35:45 3c20671a5817: Layer already exists 14:35:45 3.2.0-dev.42: digest: sha256:239cdc437ce06fd447a8f259462ef1d2f51ac22c3398335175bcdd8b84c54b63 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:45 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:46 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:35:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 14:35:46 209d83d35043: Preparing 14:35:46 4bb87d869659: Preparing 14:35:46 8a659c752590: Preparing 14:35:46 b2de04b6e105: Preparing 14:35:46 ac74418595ce: Preparing 14:35:46 75fb6cb85ba9: Preparing 14:35:46 5a255d8f7a41: Preparing 14:35:46 41908c1543b7: Preparing 14:35:46 106403aad51f: Preparing 14:35:46 2e7ee88e1c58: Preparing 14:35:46 c10648cc4290: Preparing 14:35:46 3c20671a5817: Preparing 14:35:46 106403aad51f: Waiting 14:35:46 2e7ee88e1c58: Waiting 14:35:46 c10648cc4290: Waiting 14:35:46 3c20671a5817: Waiting 14:35:46 75fb6cb85ba9: Waiting 14:35:46 5a255d8f7a41: Waiting 14:35:46 41908c1543b7: Waiting 14:35:46 209d83d35043: Layer already exists 14:35:46 ac74418595ce: Layer already exists 14:35:46 b2de04b6e105: Layer already exists 14:35:46 8a659c752590: Layer already exists 14:35:46 4bb87d869659: Layer already exists 14:35:46 75fb6cb85ba9: Layer already exists 14:35:46 2e7ee88e1c58: Layer already exists 14:35:46 41908c1543b7: Layer already exists 14:35:46 106403aad51f: Layer already exists 14:35:46 5a255d8f7a41: Layer already exists 14:35:46 c10648cc4290: Layer already exists 14:35:46 3c20671a5817: Layer already exists 14:35:46 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:239cdc437ce06fd447a8f259462ef1d2f51ac22c3398335175bcdd8b84c54b63 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:46 + 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 14:35:47 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 14:35:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 14:35:47 209d83d35043: Preparing 14:35:47 4bb87d869659: Preparing 14:35:47 8a659c752590: Preparing 14:35:47 b2de04b6e105: Preparing 14:35:47 ac74418595ce: Preparing 14:35:47 75fb6cb85ba9: Preparing 14:35:47 5a255d8f7a41: Preparing 14:35:47 41908c1543b7: Preparing 14:35:47 106403aad51f: Preparing 14:35:47 2e7ee88e1c58: Preparing 14:35:47 c10648cc4290: Preparing 14:35:47 3c20671a5817: Preparing 14:35:47 75fb6cb85ba9: Waiting 14:35:47 5a255d8f7a41: Waiting 14:35:47 41908c1543b7: Waiting 14:35:47 106403aad51f: Waiting 14:35:47 2e7ee88e1c58: Waiting 14:35:47 3c20671a5817: Waiting 14:35:47 c10648cc4290: Waiting 14:35:47 b2de04b6e105: Layer already exists 14:35:47 209d83d35043: Layer already exists 14:35:47 8a659c752590: Layer already exists 14:35:47 4bb87d869659: Layer already exists 14:35:47 ac74418595ce: Layer already exists 14:35:47 2e7ee88e1c58: Layer already exists 14:35:47 106403aad51f: Layer already exists 14:35:47 5a255d8f7a41: Layer already exists 14:35:47 75fb6cb85ba9: Layer already exists 14:35:47 41908c1543b7: Layer already exists 14:35:47 3c20671a5817: Layer already exists 14:35:47 c10648cc4290: Layer already exists 14:35:47 main: digest: sha256:239cdc437ce06fd447a8f259462ef1d2f51ac22c3398335175bcdd8b84c54b63 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:35:47 ===================================================== [Pipeline] echo 14:35:47 taggedImages: 14:35:47 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:35:47 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 14:35:47 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.42 14:35:47 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:35:47 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 14:35:47 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 14:35:47 b103c04882abc23661cee8905a92a31c1ff0bf6a 14:35:47 latest 14:35:47 3.2.0-dev.42 14:35:47 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:35:47 main 14:35:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:47 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:48 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:35:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 14:35:48 fb4afc3d9dd5: Preparing 14:35:48 c005f8480f20: Preparing 14:35:48 41908c1543b7: Preparing 14:35:48 106403aad51f: Preparing 14:35:48 255ec1f166fc: Preparing 14:35:48 a4e99635da6c: Preparing 14:35:48 3c20671a5817: Preparing 14:35:48 a4e99635da6c: Waiting 14:35:48 3c20671a5817: Waiting 14:35:48 106403aad51f: Layer already exists 14:35:48 41908c1543b7: Layer already exists 14:35:48 3c20671a5817: Layer already exists 14:35:48 255ec1f166fc: Pushed 14:35:48 fb4afc3d9dd5: Pushed 14:35:49 a4e99635da6c: Pushed 14:35:52 c005f8480f20: Pushed 14:35:52 b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:3a2a40688e300e342ef3c25ca7ae3a941f829120435423d52c4e2c29875324f8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:52 + 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 14:35:53 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 14:35:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 14:35:53 fb4afc3d9dd5: Preparing 14:35:53 c005f8480f20: Preparing 14:35:53 41908c1543b7: Preparing 14:35:53 106403aad51f: Preparing 14:35:53 255ec1f166fc: Preparing 14:35:53 a4e99635da6c: Preparing 14:35:53 3c20671a5817: Preparing 14:35:53 a4e99635da6c: Waiting 14:35:53 3c20671a5817: Waiting 14:35:53 255ec1f166fc: Layer already exists 14:35:53 c005f8480f20: Layer already exists 14:35:53 fb4afc3d9dd5: Layer already exists 14:35:53 106403aad51f: Layer already exists 14:35:53 41908c1543b7: Layer already exists 14:35:53 3c20671a5817: Layer already exists 14:35:53 a4e99635da6c: Layer already exists 14:35:53 latest: digest: sha256:3a2a40688e300e342ef3c25ca7ae3a941f829120435423d52c4e2c29875324f8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:53 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:54 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.42 14:35:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 14:35:54 fb4afc3d9dd5: Preparing 14:35:54 c005f8480f20: Preparing 14:35:54 41908c1543b7: Preparing 14:35:54 106403aad51f: Preparing 14:35:54 255ec1f166fc: Preparing 14:35:54 a4e99635da6c: Preparing 14:35:54 3c20671a5817: Preparing 14:35:54 a4e99635da6c: Waiting 14:35:54 3c20671a5817: Waiting 14:35:54 fb4afc3d9dd5: Layer already exists 14:35:54 c005f8480f20: Layer already exists 14:35:54 255ec1f166fc: Layer already exists 14:35:54 106403aad51f: Layer already exists 14:35:54 41908c1543b7: Layer already exists 14:35:54 a4e99635da6c: Layer already exists 14:35:54 3c20671a5817: Layer already exists 14:35:54 3.2.0-dev.42: digest: sha256:3a2a40688e300e342ef3c25ca7ae3a941f829120435423d52c4e2c29875324f8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:54 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:55 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:35:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 14:35:55 fb4afc3d9dd5: Preparing 14:35:55 c005f8480f20: Preparing 14:35:55 41908c1543b7: Preparing 14:35:55 106403aad51f: Preparing 14:35:55 255ec1f166fc: Preparing 14:35:55 a4e99635da6c: Preparing 14:35:55 3c20671a5817: Preparing 14:35:55 a4e99635da6c: Waiting 14:35:55 3c20671a5817: Waiting 14:35:55 106403aad51f: Layer already exists 14:35:55 c005f8480f20: Layer already exists 14:35:55 255ec1f166fc: Layer already exists 14:35:55 41908c1543b7: Layer already exists 14:35:55 fb4afc3d9dd5: Layer already exists 14:35:55 a4e99635da6c: Layer already exists 14:35:55 3c20671a5817: Layer already exists 14:35:55 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:3a2a40688e300e342ef3c25ca7ae3a941f829120435423d52c4e2c29875324f8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:55 + 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 14:35:56 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 14:35:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 14:35:56 fb4afc3d9dd5: Preparing 14:35:56 c005f8480f20: Preparing 14:35:56 41908c1543b7: Preparing 14:35:56 106403aad51f: Preparing 14:35:56 255ec1f166fc: Preparing 14:35:56 a4e99635da6c: Preparing 14:35:56 3c20671a5817: Preparing 14:35:56 a4e99635da6c: Waiting 14:35:56 3c20671a5817: Waiting 14:35:56 c005f8480f20: Layer already exists 14:35:56 255ec1f166fc: Layer already exists 14:35:56 41908c1543b7: Layer already exists 14:35:56 fb4afc3d9dd5: Layer already exists 14:35:56 106403aad51f: Layer already exists 14:35:56 a4e99635da6c: Layer already exists 14:35:56 3c20671a5817: Layer already exists 14:35:56 main: digest: sha256:3a2a40688e300e342ef3c25ca7ae3a941f829120435423d52c4e2c29875324f8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:35:56 ===================================================== [Pipeline] echo 14:35:56 taggedImages: 14:35:56 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:35:56 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 14:35:56 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.42 14:35:56 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:35:56 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 14:35:56 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 14:35:56 b103c04882abc23661cee8905a92a31c1ff0bf6a 14:35:56 latest 14:35:56 3.2.0-dev.42 14:35:56 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:35:56 main 14:35:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:56 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:35:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:35:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 14:35:57 bed90fa6d54b: Preparing 14:35:57 f37d4f50cb61: Preparing 14:35:57 6c9b370e5c2b: Preparing 14:35:57 41908c1543b7: Preparing 14:35:57 106403aad51f: Preparing 14:35:57 cca7109352ea: Preparing 14:35:57 e321c9400ec1: Preparing 14:35:57 d8189a59a819: Preparing 14:35:57 b134abb4a5d5: Preparing 14:35:57 3c20671a5817: Preparing 14:35:57 d8189a59a819: Waiting 14:35:57 b134abb4a5d5: Waiting 14:35:57 3c20671a5817: Waiting 14:35:57 cca7109352ea: Waiting 14:35:57 e321c9400ec1: Waiting 14:35:57 41908c1543b7: Layer already exists 14:35:57 106403aad51f: Layer already exists 14:35:57 6c9b370e5c2b: Pushed 14:35:57 f37d4f50cb61: Pushed 14:35:57 bed90fa6d54b: Pushed 14:35:57 3c20671a5817: Layer already exists 14:35:57 d8189a59a819: Pushed 14:35:58 b134abb4a5d5: Pushed 14:36:10 e321c9400ec1: Pushed 14:36:18 cca7109352ea: Pushed 14:36:18 b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:428b9551e2f9a83f0ae66e59670e246b0df76dab405fb5d6c38d0f8be6328622 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:36:19 + 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 14:36:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 14:36:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 14:36:19 bed90fa6d54b: Preparing 14:36:19 f37d4f50cb61: Preparing 14:36:19 6c9b370e5c2b: Preparing 14:36:19 41908c1543b7: Preparing 14:36:19 106403aad51f: Preparing 14:36:19 cca7109352ea: Preparing 14:36:19 e321c9400ec1: Preparing 14:36:19 d8189a59a819: Preparing 14:36:19 b134abb4a5d5: Preparing 14:36:19 3c20671a5817: Preparing 14:36:19 cca7109352ea: Waiting 14:36:19 e321c9400ec1: Waiting 14:36:19 d8189a59a819: Waiting 14:36:19 b134abb4a5d5: Waiting 14:36:19 3c20671a5817: Waiting 14:36:19 6c9b370e5c2b: Layer already exists 14:36:19 41908c1543b7: Layer already exists 14:36:19 106403aad51f: Layer already exists 14:36:19 bed90fa6d54b: Layer already exists 14:36:19 f37d4f50cb61: Layer already exists 14:36:19 cca7109352ea: Layer already exists 14:36:19 e321c9400ec1: Layer already exists 14:36:19 b134abb4a5d5: Layer already exists 14:36:19 d8189a59a819: Layer already exists 14:36:19 3c20671a5817: Layer already exists 14:36:19 latest: digest: sha256:428b9551e2f9a83f0ae66e59670e246b0df76dab405fb5d6c38d0f8be6328622 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:36:20 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:36:20 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.42 14:36:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 14:36:20 bed90fa6d54b: Preparing 14:36:20 f37d4f50cb61: Preparing 14:36:20 6c9b370e5c2b: Preparing 14:36:20 41908c1543b7: Preparing 14:36:20 106403aad51f: Preparing 14:36:20 cca7109352ea: Preparing 14:36:20 e321c9400ec1: Preparing 14:36:20 d8189a59a819: Preparing 14:36:20 b134abb4a5d5: Preparing 14:36:20 3c20671a5817: Preparing 14:36:20 d8189a59a819: Waiting 14:36:20 b134abb4a5d5: Waiting 14:36:20 3c20671a5817: Waiting 14:36:20 cca7109352ea: Waiting 14:36:20 e321c9400ec1: Waiting 14:36:20 bed90fa6d54b: Layer already exists 14:36:20 106403aad51f: Layer already exists 14:36:20 f37d4f50cb61: Layer already exists 14:36:20 41908c1543b7: Layer already exists 14:36:20 6c9b370e5c2b: Layer already exists 14:36:20 cca7109352ea: Layer already exists 14:36:20 e321c9400ec1: Layer already exists 14:36:20 3c20671a5817: Layer already exists 14:36:20 d8189a59a819: Layer already exists 14:36:20 b134abb4a5d5: Layer already exists 14:36:20 3.2.0-dev.42: digest: sha256:428b9551e2f9a83f0ae66e59670e246b0df76dab405fb5d6c38d0f8be6328622 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:36:21 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:36:21 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:36:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 14:36:21 bed90fa6d54b: Preparing 14:36:21 f37d4f50cb61: Preparing 14:36:21 6c9b370e5c2b: Preparing 14:36:21 41908c1543b7: Preparing 14:36:21 106403aad51f: Preparing 14:36:21 cca7109352ea: Preparing 14:36:21 e321c9400ec1: Preparing 14:36:21 d8189a59a819: Preparing 14:36:21 b134abb4a5d5: Preparing 14:36:21 3c20671a5817: Preparing 14:36:21 e321c9400ec1: Waiting 14:36:21 d8189a59a819: Waiting 14:36:21 b134abb4a5d5: Waiting 14:36:21 3c20671a5817: Waiting 14:36:21 cca7109352ea: Waiting 14:36:21 41908c1543b7: Layer already exists 14:36:21 f37d4f50cb61: Layer already exists 14:36:21 6c9b370e5c2b: Layer already exists 14:36:21 106403aad51f: Layer already exists 14:36:21 bed90fa6d54b: Layer already exists 14:36:21 b134abb4a5d5: Layer already exists 14:36:21 cca7109352ea: Layer already exists 14:36:21 d8189a59a819: Layer already exists 14:36:21 e321c9400ec1: Layer already exists 14:36:21 3c20671a5817: Layer already exists 14:36:21 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:428b9551e2f9a83f0ae66e59670e246b0df76dab405fb5d6c38d0f8be6328622 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:36:22 + 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 14:36:22 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 14:36:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 14:36:22 bed90fa6d54b: Preparing 14:36:22 f37d4f50cb61: Preparing 14:36:22 6c9b370e5c2b: Preparing 14:36:22 41908c1543b7: Preparing 14:36:22 106403aad51f: Preparing 14:36:22 cca7109352ea: Preparing 14:36:22 e321c9400ec1: Preparing 14:36:22 d8189a59a819: Preparing 14:36:22 b134abb4a5d5: Preparing 14:36:22 3c20671a5817: Preparing 14:36:22 cca7109352ea: Waiting 14:36:22 b134abb4a5d5: Waiting 14:36:22 e321c9400ec1: Waiting 14:36:22 3c20671a5817: Waiting 14:36:22 d8189a59a819: Waiting 14:36:22 106403aad51f: Layer already exists 14:36:22 bed90fa6d54b: Layer already exists 14:36:22 41908c1543b7: Layer already exists 14:36:22 6c9b370e5c2b: Layer already exists 14:36:22 f37d4f50cb61: Layer already exists 14:36:22 b134abb4a5d5: Layer already exists 14:36:22 e321c9400ec1: Layer already exists 14:36:22 d8189a59a819: Layer already exists 14:36:22 cca7109352ea: Layer already exists 14:36:22 3c20671a5817: Layer already exists 14:36:22 main: digest: sha256:428b9551e2f9a83f0ae66e59670e246b0df76dab405fb5d6c38d0f8be6328622 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:36:22 ===================================================== [Pipeline] echo 14:36:22 taggedImages: 14:36:22 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:36:22 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 14:36:22 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.42 14:36:22 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:36:22 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 14:36:22 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 14:36:22 b103c04882abc23661cee8905a92a31c1ff0bf6a 14:36:22 latest 14:36:22 3.2.0-dev.42 14:36:22 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:36:22 main 14:36:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:36:23 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:36:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:36:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 14:36:23 9a7bd2c8541a: Preparing 14:36:23 b3d15fbd590d: Preparing 14:36:23 05c4ecc63f47: Preparing 14:36:23 41908c1543b7: Preparing 14:36:23 106403aad51f: Preparing 14:36:23 cca7109352ea: Preparing 14:36:23 6e8bb5bc4c66: Preparing 14:36:23 bf27ea849cc4: Preparing 14:36:23 3c20671a5817: Preparing 14:36:23 6e8bb5bc4c66: Waiting 14:36:23 bf27ea849cc4: Waiting 14:36:23 3c20671a5817: Waiting 14:36:23 cca7109352ea: Waiting 14:36:23 106403aad51f: Layer already exists 14:36:23 41908c1543b7: Layer already exists 14:36:24 cca7109352ea: Layer already exists 14:36:24 b3d15fbd590d: Pushed 14:36:24 9a7bd2c8541a: Pushed 14:36:24 05c4ecc63f47: Pushed 14:36:24 6e8bb5bc4c66: Pushed 14:36:24 3c20671a5817: Layer already exists 14:36:24 bf27ea849cc4: Pushed 14:36:24 b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:330c1ed0feed6602b982a5051d8b280ec2a1186a43be99ebcb22e45ff047f1a3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:36:24 + 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 14:36:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 14:36:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 14:36:25 9a7bd2c8541a: Preparing 14:36:25 b3d15fbd590d: Preparing 14:36:25 05c4ecc63f47: Preparing 14:36:25 41908c1543b7: Preparing 14:36:25 106403aad51f: Preparing 14:36:25 cca7109352ea: Preparing 14:36:25 6e8bb5bc4c66: Preparing 14:36:25 bf27ea849cc4: Preparing 14:36:25 3c20671a5817: Preparing 14:36:25 cca7109352ea: Waiting 14:36:25 6e8bb5bc4c66: Waiting 14:36:25 bf27ea849cc4: Waiting 14:36:25 3c20671a5817: Waiting 14:36:25 106403aad51f: Layer already exists 14:36:25 9a7bd2c8541a: Layer already exists 14:36:25 05c4ecc63f47: Layer already exists 14:36:25 41908c1543b7: Layer already exists 14:36:25 b3d15fbd590d: Layer already exists 14:36:25 3c20671a5817: Layer already exists 14:36:25 cca7109352ea: Layer already exists 14:36:25 bf27ea849cc4: Layer already exists 14:36:25 6e8bb5bc4c66: Layer already exists 14:36:25 latest: digest: sha256:330c1ed0feed6602b982a5051d8b280ec2a1186a43be99ebcb22e45ff047f1a3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:36:25 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:36:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.42 14:36:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 14:36:26 9a7bd2c8541a: Preparing 14:36:26 b3d15fbd590d: Preparing 14:36:26 05c4ecc63f47: Preparing 14:36:26 41908c1543b7: Preparing 14:36:26 106403aad51f: Preparing 14:36:26 cca7109352ea: Preparing 14:36:26 6e8bb5bc4c66: Preparing 14:36:26 bf27ea849cc4: Preparing 14:36:26 3c20671a5817: Preparing 14:36:26 6e8bb5bc4c66: Waiting 14:36:26 bf27ea849cc4: Waiting 14:36:26 3c20671a5817: Waiting 14:36:26 cca7109352ea: Waiting 14:36:26 b3d15fbd590d: Layer already exists 14:36:26 05c4ecc63f47: Layer already exists 14:36:26 106403aad51f: Layer already exists 14:36:26 41908c1543b7: Layer already exists 14:36:26 9a7bd2c8541a: Layer already exists 14:36:26 3c20671a5817: Layer already exists 14:36:26 6e8bb5bc4c66: Layer already exists 14:36:26 bf27ea849cc4: Layer already exists 14:36:26 cca7109352ea: Layer already exists 14:36:26 3.2.0-dev.42: digest: sha256:330c1ed0feed6602b982a5051d8b280ec2a1186a43be99ebcb22e45ff047f1a3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:36:26 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:36:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:36:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 14:36:27 9a7bd2c8541a: Preparing 14:36:27 b3d15fbd590d: Preparing 14:36:27 05c4ecc63f47: Preparing 14:36:27 41908c1543b7: Preparing 14:36:27 106403aad51f: Preparing 14:36:27 cca7109352ea: Preparing 14:36:27 6e8bb5bc4c66: Preparing 14:36:27 bf27ea849cc4: Preparing 14:36:27 3c20671a5817: Preparing 14:36:27 6e8bb5bc4c66: Waiting 14:36:27 bf27ea849cc4: Waiting 14:36:27 3c20671a5817: Waiting 14:36:27 cca7109352ea: Waiting 14:36:27 b3d15fbd590d: Layer already exists 14:36:27 41908c1543b7: Layer already exists 14:36:27 05c4ecc63f47: Layer already exists 14:36:27 106403aad51f: Layer already exists 14:36:27 9a7bd2c8541a: Layer already exists 14:36:27 cca7109352ea: Layer already exists 14:36:27 bf27ea849cc4: Layer already exists 14:36:27 3c20671a5817: Layer already exists 14:36:27 6e8bb5bc4c66: Layer already exists 14:36:27 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:330c1ed0feed6602b982a5051d8b280ec2a1186a43be99ebcb22e45ff047f1a3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:36:27 + 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 14:36:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 14:36:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 14:36:28 9a7bd2c8541a: Preparing 14:36:28 b3d15fbd590d: Preparing 14:36:28 05c4ecc63f47: Preparing 14:36:28 41908c1543b7: Preparing 14:36:28 106403aad51f: Preparing 14:36:28 cca7109352ea: Preparing 14:36:28 6e8bb5bc4c66: Preparing 14:36:28 bf27ea849cc4: Preparing 14:36:28 3c20671a5817: Preparing 14:36:28 cca7109352ea: Waiting 14:36:28 6e8bb5bc4c66: Waiting 14:36:28 bf27ea849cc4: Waiting 14:36:28 3c20671a5817: Waiting 14:36:28 41908c1543b7: Layer already exists 14:36:28 05c4ecc63f47: Layer already exists 14:36:28 b3d15fbd590d: Layer already exists 14:36:28 106403aad51f: Layer already exists 14:36:28 9a7bd2c8541a: Layer already exists 14:36:28 cca7109352ea: Layer already exists 14:36:28 bf27ea849cc4: Layer already exists 14:36:28 6e8bb5bc4c66: Layer already exists 14:36:28 3c20671a5817: Layer already exists 14:36:28 main: digest: sha256:330c1ed0feed6602b982a5051d8b280ec2a1186a43be99ebcb22e45ff047f1a3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:36:28 ===================================================== [Pipeline] echo 14:36:28 taggedImages: 14:36:28 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:36:28 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 14:36:28 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.42 14:36:28 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:36:28 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 14:36:28 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 14:36:28 b103c04882abc23661cee8905a92a31c1ff0bf6a 14:36:28 latest 14:36:28 3.2.0-dev.42 14:36:28 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:36:28 main 14:36:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:36:28 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:36:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:36:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 14:36:29 963bbaa9aa7a: Preparing 14:36:29 ebf55ccb5f21: Preparing 14:36:29 d33f20a44069: Preparing 14:36:29 41908c1543b7: Preparing 14:36:29 106403aad51f: Preparing 14:36:29 a1c7ebfffbc2: Preparing 14:36:29 d8189a59a819: Preparing 14:36:29 b134abb4a5d5: Preparing 14:36:29 3c20671a5817: Preparing 14:36:29 a1c7ebfffbc2: Waiting 14:36:29 d8189a59a819: Waiting 14:36:29 b134abb4a5d5: Waiting 14:36:29 3c20671a5817: Waiting 14:36:29 41908c1543b7: Layer already exists 14:36:29 106403aad51f: Layer already exists 14:36:29 d8189a59a819: Layer already exists 14:36:29 b134abb4a5d5: Layer already exists 14:36:29 ebf55ccb5f21: Pushed 14:36:29 963bbaa9aa7a: Pushed 14:36:29 d33f20a44069: Pushed 14:36:29 3c20671a5817: Layer already exists 14:36:51 a1c7ebfffbc2: Pushed 14:36:51 b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:3b814636d8464740dadac1b7569e7e61bfc9a4858f0356e03380847f1678dbae size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:36:52 + 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 14:36:52 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 14:36:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 14:36:52 963bbaa9aa7a: Preparing 14:36:52 ebf55ccb5f21: Preparing 14:36:52 d33f20a44069: Preparing 14:36:52 41908c1543b7: Preparing 14:36:52 106403aad51f: Preparing 14:36:52 a1c7ebfffbc2: Preparing 14:36:52 d8189a59a819: Preparing 14:36:52 b134abb4a5d5: Preparing 14:36:52 3c20671a5817: Preparing 14:36:52 d8189a59a819: Waiting 14:36:52 b134abb4a5d5: Waiting 14:36:52 a1c7ebfffbc2: Waiting 14:36:52 3c20671a5817: Waiting 14:36:52 963bbaa9aa7a: Layer already exists 14:36:52 106403aad51f: Layer already exists 14:36:52 d33f20a44069: Layer already exists 14:36:52 ebf55ccb5f21: Layer already exists 14:36:52 41908c1543b7: Layer already exists 14:36:52 b134abb4a5d5: Layer already exists 14:36:52 a1c7ebfffbc2: Layer already exists 14:36:52 d8189a59a819: Layer already exists 14:36:52 3c20671a5817: Layer already exists 14:36:52 latest: digest: sha256:3b814636d8464740dadac1b7569e7e61bfc9a4858f0356e03380847f1678dbae size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:36:52 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:36:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.42 14:36:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 14:36:53 963bbaa9aa7a: Preparing 14:36:53 ebf55ccb5f21: Preparing 14:36:53 d33f20a44069: Preparing 14:36:53 41908c1543b7: Preparing 14:36:53 106403aad51f: Preparing 14:36:53 a1c7ebfffbc2: Preparing 14:36:53 d8189a59a819: Preparing 14:36:53 b134abb4a5d5: Preparing 14:36:53 3c20671a5817: Preparing 14:36:53 a1c7ebfffbc2: Waiting 14:36:53 d8189a59a819: Waiting 14:36:53 b134abb4a5d5: Waiting 14:36:53 3c20671a5817: Waiting 14:36:53 963bbaa9aa7a: Layer already exists 14:36:53 ebf55ccb5f21: Layer already exists 14:36:53 d33f20a44069: Layer already exists 14:36:53 106403aad51f: Layer already exists 14:36:53 41908c1543b7: Layer already exists 14:36:53 b134abb4a5d5: Layer already exists 14:36:53 a1c7ebfffbc2: Layer already exists 14:36:53 3c20671a5817: Layer already exists 14:36:53 d8189a59a819: Layer already exists 14:36:53 3.2.0-dev.42: digest: sha256:3b814636d8464740dadac1b7569e7e61bfc9a4858f0356e03380847f1678dbae size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:36:53 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:36:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:36:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 14:36:54 963bbaa9aa7a: Preparing 14:36:54 ebf55ccb5f21: Preparing 14:36:54 d33f20a44069: Preparing 14:36:54 41908c1543b7: Preparing 14:36:54 106403aad51f: Preparing 14:36:54 a1c7ebfffbc2: Preparing 14:36:54 d8189a59a819: Preparing 14:36:54 b134abb4a5d5: Preparing 14:36:54 3c20671a5817: Preparing 14:36:54 a1c7ebfffbc2: Waiting 14:36:54 d8189a59a819: Waiting 14:36:54 b134abb4a5d5: Waiting 14:36:54 3c20671a5817: Waiting 14:36:54 d33f20a44069: Layer already exists 14:36:54 ebf55ccb5f21: Layer already exists 14:36:54 106403aad51f: Layer already exists 14:36:54 963bbaa9aa7a: Layer already exists 14:36:54 41908c1543b7: Layer already exists 14:36:54 d8189a59a819: Layer already exists 14:36:54 b134abb4a5d5: Layer already exists 14:36:54 3c20671a5817: Layer already exists 14:36:54 a1c7ebfffbc2: Layer already exists 14:36:54 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:3b814636d8464740dadac1b7569e7e61bfc9a4858f0356e03380847f1678dbae size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:36:54 + 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 14:36:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 14:36:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 14:36:55 963bbaa9aa7a: Preparing 14:36:55 ebf55ccb5f21: Preparing 14:36:55 d33f20a44069: Preparing 14:36:55 41908c1543b7: Preparing 14:36:55 106403aad51f: Preparing 14:36:55 a1c7ebfffbc2: Preparing 14:36:55 d8189a59a819: Preparing 14:36:55 b134abb4a5d5: Preparing 14:36:55 3c20671a5817: Preparing 14:36:55 a1c7ebfffbc2: Waiting 14:36:55 b134abb4a5d5: Waiting 14:36:55 3c20671a5817: Waiting 14:36:55 d8189a59a819: Waiting 14:36:55 d33f20a44069: Layer already exists 14:36:55 ebf55ccb5f21: Layer already exists 14:36:55 106403aad51f: Layer already exists 14:36:55 963bbaa9aa7a: Layer already exists 14:36:55 41908c1543b7: Layer already exists 14:36:55 a1c7ebfffbc2: Layer already exists 14:36:55 d8189a59a819: Layer already exists 14:36:55 3c20671a5817: Layer already exists 14:36:55 b134abb4a5d5: Layer already exists 14:36:55 main: digest: sha256:3b814636d8464740dadac1b7569e7e61bfc9a4858f0356e03380847f1678dbae size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:36:55 ===================================================== [Pipeline] echo 14:36:55 taggedImages: 14:36:55 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:36:55 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 14:36:55 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.42 14:36:55 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:36:55 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 14:36:55 [edgeXDocker.push] Tagging docker image support-cron-scheduler-arm64 with the following tags: 14:36:55 b103c04882abc23661cee8905a92a31c1ff0bf6a 14:36:55 latest 14:36:55 3.2.0-dev.42 14:36:55 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:36:55 main 14:36:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:36:56 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:36:56 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:36:56 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 14:36:56 97688630ca6a: Preparing 14:36:56 4a8a7da430d9: Preparing 14:36:56 41908c1543b7: Preparing 14:36:56 106403aad51f: Preparing 14:36:56 19fbff5c192a: Preparing 14:36:56 b13d2a940a9b: Preparing 14:36:56 3c20671a5817: Preparing 14:36:56 b13d2a940a9b: Waiting 14:36:56 3c20671a5817: Waiting 14:36:56 106403aad51f: Layer already exists 14:36:56 41908c1543b7: Layer already exists 14:36:56 19fbff5c192a: Pushed 14:36:56 3c20671a5817: Layer already exists 14:36:56 97688630ca6a: Pushed 14:36:57 b13d2a940a9b: Pushed 14:37:05 4a8a7da430d9: Pushed 14:37:05 b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:54f031b863ff207d45ef2d2d3697b344399282c6a535dcc8a4b515b7a1f0510b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:37:05 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:37:05 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest 14:37:05 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 14:37:05 97688630ca6a: Preparing 14:37:05 4a8a7da430d9: Preparing 14:37:05 41908c1543b7: Preparing 14:37:05 106403aad51f: Preparing 14:37:05 19fbff5c192a: Preparing 14:37:05 b13d2a940a9b: Preparing 14:37:05 3c20671a5817: Preparing 14:37:05 b13d2a940a9b: Waiting 14:37:05 3c20671a5817: Waiting 14:37:05 97688630ca6a: Layer already exists 14:37:05 19fbff5c192a: Layer already exists 14:37:05 41908c1543b7: Layer already exists 14:37:05 4a8a7da430d9: Layer already exists 14:37:05 106403aad51f: Layer already exists 14:37:05 b13d2a940a9b: Layer already exists 14:37:05 3c20671a5817: Layer already exists 14:37:06 latest: digest: sha256:54f031b863ff207d45ef2d2d3697b344399282c6a535dcc8a4b515b7a1f0510b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:37:06 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:37:06 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.42 14:37:06 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 14:37:06 97688630ca6a: Preparing 14:37:06 4a8a7da430d9: Preparing 14:37:06 41908c1543b7: Preparing 14:37:06 106403aad51f: Preparing 14:37:06 19fbff5c192a: Preparing 14:37:06 b13d2a940a9b: Preparing 14:37:06 3c20671a5817: Preparing 14:37:06 b13d2a940a9b: Waiting 14:37:06 3c20671a5817: Waiting 14:37:06 106403aad51f: Layer already exists 14:37:06 41908c1543b7: Layer already exists 14:37:06 97688630ca6a: Layer already exists 14:37:06 19fbff5c192a: Layer already exists 14:37:06 4a8a7da430d9: Layer already exists 14:37:07 3c20671a5817: Layer already exists 14:37:07 b13d2a940a9b: Layer already exists 14:37:07 3.2.0-dev.42: digest: sha256:54f031b863ff207d45ef2d2d3697b344399282c6a535dcc8a4b515b7a1f0510b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:37:07 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:37:07 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:37:07 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 14:37:07 97688630ca6a: Preparing 14:37:07 4a8a7da430d9: Preparing 14:37:07 41908c1543b7: Preparing 14:37:07 106403aad51f: Preparing 14:37:07 19fbff5c192a: Preparing 14:37:07 b13d2a940a9b: Preparing 14:37:07 3c20671a5817: Preparing 14:37:07 b13d2a940a9b: Waiting 14:37:07 3c20671a5817: Waiting 14:37:07 41908c1543b7: Layer already exists 14:37:07 4a8a7da430d9: Layer already exists 14:37:07 106403aad51f: Layer already exists 14:37:07 97688630ca6a: Layer already exists 14:37:07 19fbff5c192a: Layer already exists 14:37:08 3c20671a5817: Layer already exists 14:37:08 b13d2a940a9b: Layer already exists 14:37:08 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:54f031b863ff207d45ef2d2d3697b344399282c6a535dcc8a4b515b7a1f0510b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:37:08 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:37:08 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main 14:37:08 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 14:37:08 97688630ca6a: Preparing 14:37:08 4a8a7da430d9: Preparing 14:37:08 41908c1543b7: Preparing 14:37:08 106403aad51f: Preparing 14:37:08 19fbff5c192a: Preparing 14:37:08 b13d2a940a9b: Preparing 14:37:08 3c20671a5817: Preparing 14:37:08 b13d2a940a9b: Waiting 14:37:08 3c20671a5817: Waiting 14:37:08 19fbff5c192a: Layer already exists 14:37:08 4a8a7da430d9: Layer already exists 14:37:08 41908c1543b7: Layer already exists 14:37:08 97688630ca6a: Layer already exists 14:37:08 106403aad51f: Layer already exists 14:37:08 b13d2a940a9b: Layer already exists 14:37:08 3c20671a5817: Layer already exists 14:37:09 main: digest: sha256:54f031b863ff207d45ef2d2d3697b344399282c6a535dcc8a4b515b7a1f0510b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:37:09 ===================================================== [Pipeline] echo 14:37:09 taggedImages: 14:37:09 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:37:09 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest 14:37:09 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.42 14:37:09 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:37:09 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [Pipeline] echo 14:37:09 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 14:37:09 b103c04882abc23661cee8905a92a31c1ff0bf6a 14:37:09 latest 14:37:09 3.2.0-dev.42 14:37:09 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:37:09 main 14:37:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:37:09 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:37:10 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:37:10 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 14:37:10 ddd1f17a1b28: Preparing 14:37:10 7f1b8827308d: Preparing 14:37:10 41908c1543b7: Preparing 14:37:10 106403aad51f: Preparing 14:37:10 19fbff5c192a: Preparing 14:37:10 b13d2a940a9b: Preparing 14:37:10 3c20671a5817: Preparing 14:37:10 3c20671a5817: Waiting 14:37:10 b13d2a940a9b: Waiting 14:37:10 19fbff5c192a: Layer already exists 14:37:10 106403aad51f: Layer already exists 14:37:10 41908c1543b7: Layer already exists 14:37:10 b13d2a940a9b: Layer already exists 14:37:10 3c20671a5817: Layer already exists 14:37:10 ddd1f17a1b28: Pushed 14:37:18 7f1b8827308d: Pushed 14:37:18 b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:d68209d010cefffa4c0fe4e35dbc6d0084c7184a46d3230f9bd0210fb7ef4428 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:37:18 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:37:19 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 14:37:19 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 14:37:19 ddd1f17a1b28: Preparing 14:37:19 7f1b8827308d: Preparing 14:37:19 41908c1543b7: Preparing 14:37:19 106403aad51f: Preparing 14:37:19 19fbff5c192a: Preparing 14:37:19 b13d2a940a9b: Preparing 14:37:19 3c20671a5817: Preparing 14:37:19 3c20671a5817: Waiting 14:37:19 b13d2a940a9b: Waiting 14:37:19 106403aad51f: Layer already exists 14:37:19 41908c1543b7: Layer already exists 14:37:19 19fbff5c192a: Layer already exists 14:37:19 7f1b8827308d: Layer already exists 14:37:19 ddd1f17a1b28: Layer already exists 14:37:19 3c20671a5817: Layer already exists 14:37:19 b13d2a940a9b: Layer already exists 14:37:19 latest: digest: sha256:d68209d010cefffa4c0fe4e35dbc6d0084c7184a46d3230f9bd0210fb7ef4428 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:37:19 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:37:20 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.42 14:37:20 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 14:37:20 ddd1f17a1b28: Preparing 14:37:20 7f1b8827308d: Preparing 14:37:20 41908c1543b7: Preparing 14:37:20 106403aad51f: Preparing 14:37:20 19fbff5c192a: Preparing 14:37:20 b13d2a940a9b: Preparing 14:37:20 3c20671a5817: Preparing 14:37:20 b13d2a940a9b: Waiting 14:37:20 3c20671a5817: Waiting 14:37:20 ddd1f17a1b28: Layer already exists 14:37:20 41908c1543b7: Layer already exists 14:37:20 7f1b8827308d: Layer already exists 14:37:20 19fbff5c192a: Layer already exists 14:37:20 106403aad51f: Layer already exists 14:37:20 b13d2a940a9b: Layer already exists 14:37:20 3c20671a5817: Layer already exists 14:37:20 3.2.0-dev.42: digest: sha256:d68209d010cefffa4c0fe4e35dbc6d0084c7184a46d3230f9bd0210fb7ef4428 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:37:20 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:37:21 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:37:21 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 14:37:21 ddd1f17a1b28: Preparing 14:37:21 7f1b8827308d: Preparing 14:37:21 41908c1543b7: Preparing 14:37:21 106403aad51f: Preparing 14:37:21 19fbff5c192a: Preparing 14:37:21 b13d2a940a9b: Preparing 14:37:21 3c20671a5817: Preparing 14:37:21 b13d2a940a9b: Waiting 14:37:21 3c20671a5817: Waiting 14:37:21 7f1b8827308d: Layer already exists 14:37:21 106403aad51f: Layer already exists 14:37:21 19fbff5c192a: Layer already exists 14:37:21 ddd1f17a1b28: Layer already exists 14:37:21 41908c1543b7: Layer already exists 14:37:21 b13d2a940a9b: Layer already exists 14:37:21 3c20671a5817: Layer already exists 14:37:21 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:d68209d010cefffa4c0fe4e35dbc6d0084c7184a46d3230f9bd0210fb7ef4428 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:37:21 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:37:22 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 14:37:22 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 14:37:22 ddd1f17a1b28: Preparing 14:37:22 7f1b8827308d: Preparing 14:37:22 41908c1543b7: Preparing 14:37:22 106403aad51f: Preparing 14:37:22 19fbff5c192a: Preparing 14:37:22 b13d2a940a9b: Preparing 14:37:22 3c20671a5817: Preparing 14:37:22 b13d2a940a9b: Waiting 14:37:22 3c20671a5817: Waiting 14:37:22 7f1b8827308d: Layer already exists 14:37:22 ddd1f17a1b28: Layer already exists 14:37:22 106403aad51f: Layer already exists 14:37:22 41908c1543b7: Layer already exists 14:37:22 19fbff5c192a: Layer already exists 14:37:22 3c20671a5817: Layer already exists 14:37:22 b13d2a940a9b: Layer already exists 14:37:22 main: digest: sha256:d68209d010cefffa4c0fe4e35dbc6d0084c7184a46d3230f9bd0210fb7ef4428 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:37:22 ===================================================== [Pipeline] echo 14:37:22 taggedImages: 14:37:22 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:37:22 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 14:37:22 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.42 14:37:22 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:37:22 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 14:37:22 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 14:37:22 b103c04882abc23661cee8905a92a31c1ff0bf6a 14:37:22 latest 14:37:22 3.2.0-dev.42 14:37:22 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:37:22 main 14:37:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:37:22 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:37:23 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:37:23 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 14:37:23 6acedb1de77e: Preparing 14:37:23 9de5599ec121: Preparing 14:37:23 41908c1543b7: Preparing 14:37:23 106403aad51f: Preparing 14:37:23 783a833435b8: Preparing 14:37:23 e828ff23cda4: Preparing 14:37:23 3c20671a5817: Preparing 14:37:23 e828ff23cda4: Waiting 14:37:23 3c20671a5817: Waiting 14:37:23 41908c1543b7: Layer already exists 14:37:23 783a833435b8: Layer already exists 14:37:23 106403aad51f: Layer already exists 14:37:23 e828ff23cda4: Layer already exists 14:37:23 3c20671a5817: Layer already exists 14:37:23 6acedb1de77e: Pushed 14:37:50 9de5599ec121: Pushed 14:37:58 b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:2fb9e34689c1c676d96c635dbf90085ab38e88edb41767c157c020f3820f5894 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:37:58 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:37:59 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 14:37:59 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 14:37:59 6acedb1de77e: Preparing 14:37:59 9de5599ec121: Preparing 14:37:59 41908c1543b7: Preparing 14:37:59 106403aad51f: Preparing 14:37:59 783a833435b8: Preparing 14:37:59 e828ff23cda4: Preparing 14:37:59 3c20671a5817: Preparing 14:37:59 e828ff23cda4: Waiting 14:37:59 3c20671a5817: Waiting 14:37:59 9de5599ec121: Layer already exists 14:37:59 106403aad51f: Layer already exists 14:37:59 783a833435b8: Layer already exists 14:37:59 41908c1543b7: Layer already exists 14:37:59 6acedb1de77e: Layer already exists 14:37:59 3c20671a5817: Layer already exists 14:37:59 e828ff23cda4: Layer already exists 14:37:59 latest: digest: sha256:2fb9e34689c1c676d96c635dbf90085ab38e88edb41767c157c020f3820f5894 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:37:59 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:38:00 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.42 14:38:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 14:38:00 6acedb1de77e: Preparing 14:38:00 9de5599ec121: Preparing 14:38:00 41908c1543b7: Preparing 14:38:00 106403aad51f: Preparing 14:38:00 783a833435b8: Preparing 14:38:00 e828ff23cda4: Preparing 14:38:00 3c20671a5817: Preparing 14:38:00 e828ff23cda4: Waiting 14:38:00 3c20671a5817: Waiting 14:38:00 6acedb1de77e: Layer already exists 14:38:00 783a833435b8: Layer already exists 14:38:00 9de5599ec121: Layer already exists 14:38:00 106403aad51f: Layer already exists 14:38:00 41908c1543b7: Layer already exists 14:38:00 3c20671a5817: Layer already exists 14:38:00 e828ff23cda4: Layer already exists 14:38:00 3.2.0-dev.42: digest: sha256:2fb9e34689c1c676d96c635dbf90085ab38e88edb41767c157c020f3820f5894 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:38:00 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:38:01 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:38:01 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 14:38:01 6acedb1de77e: Preparing 14:38:01 9de5599ec121: Preparing 14:38:01 41908c1543b7: Preparing 14:38:01 106403aad51f: Preparing 14:38:01 783a833435b8: Preparing 14:38:01 e828ff23cda4: Preparing 14:38:01 3c20671a5817: Preparing 14:38:01 e828ff23cda4: Waiting 14:38:01 3c20671a5817: Waiting 14:38:01 41908c1543b7: Layer already exists 14:38:01 106403aad51f: Layer already exists 14:38:01 6acedb1de77e: Layer already exists 14:38:01 9de5599ec121: Layer already exists 14:38:01 783a833435b8: Layer already exists 14:38:01 e828ff23cda4: Layer already exists 14:38:01 3c20671a5817: Layer already exists 14:38:01 b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:2fb9e34689c1c676d96c635dbf90085ab38e88edb41767c157c020f3820f5894 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:38:01 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:38:02 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 14:38:02 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 14:38:02 6acedb1de77e: Preparing 14:38:02 9de5599ec121: Preparing 14:38:02 41908c1543b7: Preparing 14:38:02 106403aad51f: Preparing 14:38:02 783a833435b8: Preparing 14:38:02 e828ff23cda4: Preparing 14:38:02 3c20671a5817: Preparing 14:38:02 e828ff23cda4: Waiting 14:38:02 3c20671a5817: Waiting 14:38:02 9de5599ec121: Layer already exists 14:38:02 783a833435b8: Layer already exists 14:38:02 106403aad51f: Layer already exists 14:38:02 41908c1543b7: Layer already exists 14:38:02 6acedb1de77e: Layer already exists 14:38:02 e828ff23cda4: Layer already exists 14:38:02 3c20671a5817: Layer already exists 14:38:02 main: digest: sha256:2fb9e34689c1c676d96c635dbf90085ab38e88edb41767c157c020f3820f5894 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:38:02 ===================================================== [Pipeline] echo 14:38:02 taggedImages: 14:38:02 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a 14:38:02 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 14:38:02 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.42 14:38:02 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 14:38:02 - 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 14:38:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 14:38:02 14:38:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:38:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 14:38:03 arm64: Pulling from edgex-lftools-log-publisher 14:38:03 8998bd30e6a1: Pulling fs layer 14:38:03 04944245beec: Pulling fs layer 14:38:03 699f458cf7ca: Pulling fs layer 14:38:03 765212b225bb: Pulling fs layer 14:38:03 f23df028b6ca: Pulling fs layer 14:38:03 d65c8cfc05b1: Pulling fs layer 14:38:03 2437ff75d9bd: Pulling fs layer 14:38:03 765212b225bb: Waiting 14:38:03 d65c8cfc05b1: Waiting 14:38:03 2437ff75d9bd: Waiting 14:38:03 f23df028b6ca: Waiting 14:38:03 04944245beec: Verifying Checksum 14:38:03 04944245beec: Download complete 14:38:03 765212b225bb: Download complete 14:38:03 f23df028b6ca: Verifying Checksum 14:38:03 f23df028b6ca: Download complete 14:38:03 d65c8cfc05b1: Verifying Checksum 14:38:03 d65c8cfc05b1: Download complete 14:38:03 699f458cf7ca: Verifying Checksum 14:38:03 699f458cf7ca: Download complete 14:38:03 8998bd30e6a1: Verifying Checksum 14:38:03 8998bd30e6a1: Download complete 14:38:06 2437ff75d9bd: Verifying Checksum 14:38:06 2437ff75d9bd: Download complete 14:38:09 8998bd30e6a1: Pull complete 14:38:09 04944245beec: Pull complete 14:38:11 699f458cf7ca: Pull complete 14:38:11 765212b225bb: Pull complete 14:38:12 f23df028b6ca: Pull complete 14:38:12 d65c8cfc05b1: Pull complete 14:38:30 2437ff75d9bd: Pull complete 14:38:30 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 14:38:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 14:38:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:38:31 prd-ubuntu20.04-docker-arm64-4c-16g-6885 does not seem to be running inside a container 14:38:31 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/660 -v /w/workspace/edgex-go/660:/w/workspace/edgex-go/660:rw,z -v /w/workspace/edgex-go/660@tmp:/w/workspace/edgex-go/660@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 14:38:34 $ docker top f3a335b7fbd844b07a78d5af5cb3589d6beecc0a4431005adc97adfb787b8a75 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:38:35 ---> job-cost.sh 14:38:35 lf-activate-venv: SKIPPING 14:38:35 INFO: No Stack... 14:38:36 INFO: Retrieving Pricing Info for: v3-standard-4 14:38:36 INFO: Archiving Costs [Pipeline] sh 14:38:37 + cat /w/workspace/edgex-go/660/archives/cost.csv 14:38:37 + cut -d, -f6 [Pipeline] lock 14:38:37 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-660-stack-cost] 14:38:37 Resource [jenkins-edgexfoundry-edgex-go-main-660-stack-cost] did not exist. Created. 14:38:37 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-660-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:38:38 + echo total: 0.10999999940395355 [Pipeline] stash 14:38:39 Stashed 1 file(s) [Pipeline] } 14:38:39 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-660-stack-cost] [Pipeline] // lock [Pipeline] } 14:38:39 $ docker stop --time=1 f3a335b7fbd844b07a78d5af5cb3589d6beecc0a4431005adc97adfb787b8a75 14:38:40 $ docker rm -f --volumes f3a335b7fbd844b07a78d5af5cb3589d6beecc0a4431005adc97adfb787b8a75 [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 14:38:41 provisioning config files... 14:38:41 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/660@tmp/config15251159552816818772tmp [Pipeline] { [Pipeline] sh 14:38:41 + set +x 14:38:41 + curl -s https://codecov.io/bash 14:38:41 + bash -s -- 14:38:41 14:38:41 _____ _ 14:38:41 / ____| | | 14:38:41 | | ___ __| | ___ ___ _____ __ 14:38:41 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 14:38:41 | |___| (_) | (_| | __/ (_| (_) \ V / 14:38:41 \_____\___/ \__,_|\___|\___\___/ \_/ 14:38:41 Bash-1.0.6 14:38:41 14:38:41 14:38:41 ==> git version 2.25.1 found 14:38:41 ==> 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 14:38:41 Release-Date: 2020-01-08 14:38:41 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 14:38:41 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 14:38:41 ==> Jenkins CI detected. 14:38:41 current dir:  /w/workspace/edgex-go/660 14:38:41 project root: . 14:38:41 --> token set from env 14:38:41 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 14:38:42 ==> Running gcov in . (disable via -X gcov) 14:38:42 ==> Python coveragepy not found 14:38:42 ==> Searching for coverage reports in: 14:38:42 + . 14:38:42 -> Found 1 reports 14:38:42 ==> Detecting git/mercurial file structure 14:38:42 ==> Reading reports 14:38:42 + ./coverage.out bytes=497982 14:38:42 ==> Appending adjustments 14:38:42 https://docs.codecov.io/docs/fixing-reports 14:38:43 + Found adjustments 14:38:43 ==> Gzipping contents 14:38:43 64K /tmp/codecov.R9eb3E.gz 14:38:43 ==> Uploading reports 14:38:43 url: https://codecov.io 14:38:43 query: branch=main&commit=b103c04882abc23661cee8905a92a31c1ff0bf6a&build=660&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F660%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 14:38:43 -> Pinging Codecov 14:38:43 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=b103c04882abc23661cee8905a92a31c1ff0bf6a&build=660&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F660%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 14:38:43 -> Uploading to 14:38:43 https://storage.googleapis.com/codecov/v4/raw/2024-07-31/00271124DB129430A58F1EEE437C3FCB/b103c04882abc23661cee8905a92a31c1ff0bf6a/5dd2af83-4faf-4d5b-abe6-1563f4f1e36f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240731%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240731T143843Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=737c0c2a72b0f20e085b1830de570ac07b4806bcdcd0175e23df521563e52b03 14:38:43 % Total % Received % Xferd Average Speed Time Time Time Current 14:38:43 Dload Upload Total Spent Left Speed 14:38:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63306 0 0 100 63306 0 303k --:--:-- --:--:-- --:--:-- 301k 100 63306 0 0 100 63306 0 216k --:--:-- --:--:-- --:--:-- 215k 14:38:43 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } 14:38:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 14:38:44 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 14:38:44 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:38:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 14:38:44 14:38:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:38:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 14:38:44 latest: Pulling from edgex-devops/edgex-snyk-go 14:38:44 619be1103602: Already exists 14:38:44 f8ea3408117e: Pulling fs layer 14:38:44 91320369b822: Pulling fs layer 14:38:44 0406650e8295: Pulling fs layer 14:38:44 4f4fb700ef54: Pulling fs layer 14:38:44 96d80e3f36e1: Pulling fs layer 14:38:44 bcf3aedb951c: Pulling fs layer 14:38:44 96d80e3f36e1: Waiting 14:38:44 bcf3aedb951c: Waiting 14:38:44 4f4fb700ef54: Waiting 14:38:44 0406650e8295: Download complete 14:38:44 f8ea3408117e: Verifying Checksum 14:38:44 f8ea3408117e: Download complete 14:38:44 4f4fb700ef54: Verifying Checksum 14:38:44 4f4fb700ef54: Download complete 14:38:44 f8ea3408117e: Pull complete 14:38:45 96d80e3f36e1: Download complete 14:38:45 91320369b822: Verifying Checksum 14:38:45 91320369b822: Download complete 14:38:45 bcf3aedb951c: Verifying Checksum 14:38:45 bcf3aedb951c: Download complete 14:38:48 91320369b822: Pull complete 14:38:48 0406650e8295: Pull complete 14:38:48 4f4fb700ef54: Pull complete 14:38:48 96d80e3f36e1: Pull complete 14:38:51 bcf3aedb951c: Pull complete 14:38:51 Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 14:38:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 14:38:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:38:51 prd-ubuntu20.04-docker-8c-8g-6878 does not seem to be running inside a container 14:38:51 $ 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/660 -v /w/workspace/edgex-go/660:/w/workspace/edgex-go/660:rw,z -v /w/workspace/edgex-go/660@tmp:/w/workspace/edgex-go/660@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 14:38:56 $ docker top 0ed5a2ab2f217389eb031d9b4d0d97542e4b234f7055b025be4790e90dd5e4ea -eo pid,comm [Pipeline] { [Pipeline] sh 14:38:57 + git config --global --add safe.directory /w/workspace/edgex-go/660 [Pipeline] echo 14:38:57 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 14:38:57 + set -o pipefail 14:38:57 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 14:39:05 14:39:05 Monitoring /w/workspace/edgex-go/660 (github.com/edgexfoundry/edgex-go)... 14:39:05 14:39:05 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/d996c0a6-9ac4-4791-bf55-bec0c87a551e 14:39:05 14:39:05 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 14:39:05 14:39:05 14:39:05 You have reached your monthly limit of 401 private tests for your edgex-jenkins org. 14:39:05 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 14:39:05 $ docker stop --time=1 0ed5a2ab2f217389eb031d9b4d0d97542e4b234f7055b025be4790e90dd5e4ea 14:39:10 $ docker rm -f --volumes 0ed5a2ab2f217389eb031d9b4d0d97542e4b234f7055b025be4790e90dd5e4ea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 14:39:10 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:39:10 provisioning config files... 14:39:10 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/660@tmp/config14308346862820612711tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:39:11 --> edgex-publish-swagger.sh 14:39:11 === Publish openapi/v3 API === 14:39:11 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 14:39:11 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/660/openapi/v3/core-command.yaml] 14:39:11 % Total % Received % Xferd Average Speed Time Time Time Current 14:39:11 Dload Upload Total Spent Left Speed 14:39:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 44420 --:--:-- --:--:-- --:--:-- 44359 100 32782 0 0 100 32782 0 44420 --:--:-- --:--:-- --:--:-- 44359 14:39:11 14:39:11 14:39:11 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/660/openapi/v3/core-data.yaml] 14:39:11 % Total % Received % Xferd Average Speed Time Time Time Current 14:39:11 Dload Upload Total Spent Left Speed 14:39:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 72043 0 0 100 72043 0 137k --:--:-- --:--:-- --:--:-- 137k 14:39:12 14:39:12 14:39:12 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/660/openapi/v3/core-keeper.yaml] 14:39:12 % Total % Received % Xferd Average Speed Time Time Time Current 14:39:12 Dload Upload Total Spent Left Speed 14:39:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32887 100 66 100 32821 198 98858 --:--:-- --:--:-- --:--:-- 99057 14:39:12 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 14:39:12 14:39:12 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/660/openapi/v3/core-metadata.yaml] 14:39:12 % Total % Received % Xferd Average Speed Time Time Time Current 14:39:12 Dload Upload Total Spent Left Speed 14:39:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 43 148k 0 0 43 65535 0 1066k --:--:-- --:--:-- --:--:-- 1049k 100 149k 100 156 100 148k 325 310k --:--:-- --:--:-- --:--:-- 309k 14:39:13 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 14:39:13 14:39:13 [publishToSwagger] Publishing API Name [support-cron-scheduler] [/w/workspace/edgex-go/660/openapi/v3/support-cron-scheduler.yaml] 14:39:13 % Total % Received % Xferd Average Speed Time Time Time Current 14:39:13 Dload Upload Total Spent Left Speed 14:39:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 42976 100 66 100 42910 201 127k --:--:-- --:--:-- --:--:-- 127k 14:39:13 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 14:39:13 14:39:13 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/660/openapi/v3/support-notifications.yaml] 14:39:13 % Total % Received % Xferd Average Speed Time Time Time Current 14:39:13 Dload Upload Total Spent Left Speed 14:39:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87301 0 0 100 87301 0 417k --:--:-- --:--:-- --:--:-- 415k 100 87457 100 156 100 87301 381 208k --:--:-- --:--:-- --:--:-- 208k 14:39:13 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 14:39:13 14:39:13 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/660/openapi/v3/support-scheduler.yaml] 14:39:13 % Total % Received % Xferd Average Speed Time Time Time Current 14:39:13 Dload Upload Total Spent Left Speed 14:39:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37110 100 156 100 36954 327 77634 --:--:-- --:--:-- --:--:-- 77962 14:39:14 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 14:39:14 [Pipeline] } 14:39:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 14:39:14 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 14:39:14 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:39:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:39:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:39:15 prd-ubuntu20.04-docker-8c-8g-6878 does not seem to be running inside a container 14:39:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/660 -v /w/workspace/edgex-go/660:/w/workspace/edgex-go/660:rw,z -v /w/workspace/edgex-go/660@tmp:/w/workspace/edgex-go/660@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 14:39:15 $ docker top ed82dc4c2e86766f05d0302cc8dbe97c23345de80a189fe38154109d23cfd31c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:39:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:39:15 [ssh-agent] Looking for ssh-agent implementation... 14:39:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:39:16 $ docker exec ed82dc4c2e86766f05d0302cc8dbe97c23345de80a189fe38154109d23cfd31c ssh-agent 14:39:16 SSH_AUTH_SOCK=/tmp/ssh-aazhQ8e5CQCb/agent.32 14:39:16 SSH_AGENT_PID=38 14:39:16 Running ssh-add (command line suppressed) 14:39:16 Identity added: /w/workspace/edgex-go/660@tmp/private_key_10924713119981697410.key (/w/workspace/edgex-go/660@tmp/private_key_10924713119981697410.key) 14:39:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:39:16 + git semver tag 14:39:16 2024-07-31 14:39:16,794 [run_tag] DEBUG tag force:False 14:39:16 2024-07-31 14:39:16,794 [check_head_tag] DEBUG check head tag 14:39:16 2024-07-31 14:39:16,797 [execute] INFO git cat-file --batch-check 14:39:16 2024-07-31 14:39:16,797 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/660, universal_newlines=False, shell=None, istream=) 14:39:16 2024-07-31 14:39:16,800 [execute] INFO git cat-file --batch 14:39:16 2024-07-31 14:39:16,801 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/660, universal_newlines=False, shell=None, istream=) 14:39:16 2024-07-31 14:39:16,834 [read_version] DEBUG read version from /w/workspace/edgex-go/660/.semver/main 14:39:16 2024-07-31 14:39:16,834 [execute] INFO git tag -a v3.2.0-dev.42 -m v3.2.0-dev.42 14:39:16 2024-07-31 14:39:16,834 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.42', '-m', 'v3.2.0-dev.42'], cwd=/w/workspace/edgex-go/660, universal_newlines=False, shell=None, istream=None) 14:39:16 2024-07-31 14:39:16,839 [read_version] DEBUG read version from /w/workspace/edgex-go/660/.semver/main 14:39:16 3.2.0-dev.42 [Pipeline] } 14:39:16 $ docker exec --env ******** --env ******** ed82dc4c2e86766f05d0302cc8dbe97c23345de80a189fe38154109d23cfd31c ssh-agent -k 14:39:16 unset SSH_AUTH_SOCK; 14:39:16 unset SSH_AGENT_PID; 14:39:16 echo Agent pid 38 killed; 14:39:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:39:17 + git semver [Pipeline] } 14:39:17 $ docker stop --time=1 ed82dc4c2e86766f05d0302cc8dbe97c23345de80a189fe38154109d23cfd31c 14:39:18 $ docker rm -f --volumes ed82dc4c2e86766f05d0302cc8dbe97c23345de80a189fe38154109d23cfd31c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:39:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:39:19 14:39:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:39:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:39:19 0.23.1-centos7: Pulling from edgex-lftools 14:39:19 ab5ef0e58194: Pulling fs layer 14:39:19 9712f1f96733: Pulling fs layer 14:39:19 63f879dbbcfc: Pulling fs layer 14:39:19 0d9ebad4ef96: Pulling fs layer 14:39:19 e9a5061849ea: Pulling fs layer 14:39:19 d747dcd14b5f: Pulling fs layer 14:39:19 2de7ff778b66: Pulling fs layer 14:39:19 0d9ebad4ef96: Waiting 14:39:19 e9a5061849ea: Waiting 14:39:19 2de7ff778b66: Waiting 14:39:19 d747dcd14b5f: Waiting 14:39:19 9712f1f96733: Verifying Checksum 14:39:19 9712f1f96733: Download complete 14:39:20 63f879dbbcfc: Verifying Checksum 14:39:20 63f879dbbcfc: Download complete 14:39:20 0d9ebad4ef96: Verifying Checksum 14:39:20 0d9ebad4ef96: Download complete 14:39:20 ab5ef0e58194: Verifying Checksum 14:39:20 ab5ef0e58194: Download complete 14:39:20 d747dcd14b5f: Download complete 14:39:20 e9a5061849ea: Download complete 14:39:20 2de7ff778b66: Verifying Checksum 14:39:20 2de7ff778b66: Download complete 14:39:22 ab5ef0e58194: Pull complete 14:39:22 9712f1f96733: Pull complete 14:39:23 63f879dbbcfc: Pull complete 14:39:28 0d9ebad4ef96: Pull complete 14:39:28 e9a5061849ea: Pull complete 14:39:28 d747dcd14b5f: Pull complete 14:39:28 2de7ff778b66: Pull complete 14:39:28 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 14:39:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:39:28 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:39:28 prd-ubuntu20.04-docker-8c-8g-6878 does not seem to be running inside a container 14:39:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/660 -v /w/workspace/edgex-go/660:/w/workspace/edgex-go/660:rw,z -v /w/workspace/edgex-go/660@tmp:/w/workspace/edgex-go/660@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 14:39:34 $ docker top e87a18f8978e318f231778efff9013db5957c4f196a072e18f75fb92bb1f627e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 14:39:34 provisioning config files... 14:39:34 copy managed file [sigul-config] to file:/w/workspace/edgex-go/660@tmp/config3872132741981436466tmp 14:39:34 copy managed file [sigul-password] to file:/w/workspace/edgex-go/660@tmp/config12434931503923533903tmp 14:39:34 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/660@tmp/config6446733485832817189tmp [Pipeline] { [Pipeline] echo 14:39:34 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 14:39:34 ---> sigul-configuration.sh 14:39:34 gpg: directory `/root/.gnupg' created 14:39:34 gpg: new configuration file `/root/.gnupg/gpg.conf' created 14:39:34 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 14:39:34 gpg: keyring `/root/.gnupg/secring.gpg' created 14:39:34 gpg: keyring `/root/.gnupg/pubring.gpg' created 14:39:34 gpg: CAST5 encrypted data 14:39:34 gpg: encrypted with 1 passphrase 14:39:34 gpg: WARNING: message was not integrity protected [Pipeline] sh 14:39:35 + mkdir /home/jenkins 14:39:35 + mkdir /home/jenkins/sigul [Pipeline] sh 14:39:35 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 14:39:35 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 14:39:35 ---> sigul-install.sh 14:39:35 Sigul already installed; skipping installation. [Pipeline] sh 14:39:36 + git tag --list 14:39:36 0.6.0 14:39:36 0.6.1 14:39:36 0.7.0 14:39:36 0.7.1 14:39:36 v1.0.0 14:39:36 v1.0.1 14:39:36 v1.1.0 14:39:36 v1.2.0 14:39:36 v1.2.1 14:39:36 v1.3.0 14:39:36 v1.3.1 14:39:36 v2.0.0 14:39:36 v2.1.0 14:39:36 v2.1.1 14:39:36 v2.2.0 14:39:36 v2.3.0 14:39:36 v3.0 14:39:36 v3.0.0 14:39:36 v3.1 14:39:36 v3.1.0 14:39:36 v3.1.0-dev.1 14:39:36 v3.1.0-dev.10 14:39:36 v3.1.0-dev.11 14:39:36 v3.1.0-dev.12 14:39:36 v3.1.0-dev.13 14:39:36 v3.1.0-dev.14 14:39:36 v3.1.0-dev.15 14:39:36 v3.1.0-dev.16 14:39:36 v3.1.0-dev.17 14:39:36 v3.1.0-dev.18 14:39:36 v3.1.0-dev.19 14:39:36 v3.1.0-dev.2 14:39:36 v3.1.0-dev.20 14:39:36 v3.1.0-dev.21 14:39:36 v3.1.0-dev.22 14:39:36 v3.1.0-dev.23 14:39:36 v3.1.0-dev.24 14:39:36 v3.1.0-dev.25 14:39:36 v3.1.0-dev.26 14:39:36 v3.1.0-dev.27 14:39:36 v3.1.0-dev.28 14:39:36 v3.1.0-dev.29 14:39:36 v3.1.0-dev.3 14:39:36 v3.1.0-dev.30 14:39:36 v3.1.0-dev.31 14:39:36 v3.1.0-dev.32 14:39:36 v3.1.0-dev.33 14:39:36 v3.1.0-dev.34 14:39:36 v3.1.0-dev.35 14:39:36 v3.1.0-dev.36 14:39:36 v3.1.0-dev.37 14:39:36 v3.1.0-dev.38 14:39:36 v3.1.0-dev.39 14:39:36 v3.1.0-dev.4 14:39:36 v3.1.0-dev.40 14:39:36 v3.1.0-dev.41 14:39:36 v3.1.0-dev.42 14:39:36 v3.1.0-dev.43 14:39:36 v3.1.0-dev.44 14:39:36 v3.1.0-dev.45 14:39:36 v3.1.0-dev.46 14:39:36 v3.1.0-dev.47 14:39:36 v3.1.0-dev.48 14:39:36 v3.1.0-dev.49 14:39:36 v3.1.0-dev.5 14:39:36 v3.1.0-dev.50 14:39:36 v3.1.0-dev.51 14:39:36 v3.1.0-dev.52 14:39:36 v3.1.0-dev.53 14:39:36 v3.1.0-dev.54 14:39:36 v3.1.0-dev.55 14:39:36 v3.1.0-dev.56 14:39:36 v3.1.0-dev.57 14:39:36 v3.1.0-dev.58 14:39:36 v3.1.0-dev.59 14:39:36 v3.1.0-dev.6 14:39:36 v3.1.0-dev.60 14:39:36 v3.1.0-dev.61 14:39:36 v3.1.0-dev.62 14:39:36 v3.1.0-dev.63 14:39:36 v3.1.0-dev.64 14:39:36 v3.1.0-dev.65 14:39:36 v3.1.0-dev.66 14:39:36 v3.1.0-dev.67 14:39:36 v3.1.0-dev.68 14:39:36 v3.1.0-dev.69 14:39:36 v3.1.0-dev.7 14:39:36 v3.1.0-dev.70 14:39:36 v3.1.0-dev.71 14:39:36 v3.1.0-dev.72 14:39:36 v3.1.0-dev.73 14:39:36 v3.1.0-dev.8 14:39:36 v3.1.0-dev.9 14:39:36 v3.1.1 14:39:36 v3.1.1-dev.1 14:39:36 v3.1.1-dev.2 14:39:36 v3.2.0-dev.1 14:39:36 v3.2.0-dev.10 14:39:36 v3.2.0-dev.11 14:39:36 v3.2.0-dev.12 14:39:36 v3.2.0-dev.13 14:39:36 v3.2.0-dev.14 14:39:36 v3.2.0-dev.15 14:39:36 v3.2.0-dev.16 14:39:36 v3.2.0-dev.17 14:39:36 v3.2.0-dev.18 14:39:36 v3.2.0-dev.19 14:39:36 v3.2.0-dev.2 14:39:36 v3.2.0-dev.20 14:39:36 v3.2.0-dev.21 14:39:36 v3.2.0-dev.22 14:39:36 v3.2.0-dev.23 14:39:36 v3.2.0-dev.24 14:39:36 v3.2.0-dev.25 14:39:36 v3.2.0-dev.26 14:39:36 v3.2.0-dev.27 14:39:36 v3.2.0-dev.28 14:39:36 v3.2.0-dev.29 14:39:36 v3.2.0-dev.3 14:39:36 v3.2.0-dev.30 14:39:36 v3.2.0-dev.31 14:39:36 v3.2.0-dev.32 14:39:36 v3.2.0-dev.33 14:39:36 v3.2.0-dev.34 14:39:36 v3.2.0-dev.35 14:39:36 v3.2.0-dev.36 14:39:36 v3.2.0-dev.37 14:39:36 v3.2.0-dev.38 14:39:36 v3.2.0-dev.39 14:39:36 v3.2.0-dev.4 14:39:36 v3.2.0-dev.40 14:39:36 v3.2.0-dev.41 14:39:36 v3.2.0-dev.42 14:39:36 v3.2.0-dev.5 14:39:36 v3.2.0-dev.6 14:39:36 v3.2.0-dev.7 14:39:36 v3.2.0-dev.8 14:39:36 v3.2.0-dev.9 [Pipeline] sh 14:39:36 + lftools sign git-tag v3.2.0-dev.42 14:39:36 Signing Git tag with Sigul... 14:39:36 Signing v3.2.0-dev.42 [Pipeline] echo 14:39:37 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 14:39:37 ---> sigul-configuration-cleanup.sh [Pipeline] } 14:39:37 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 14:39:37 $ docker stop --time=1 e87a18f8978e318f231778efff9013db5957c4f196a072e18f75fb92bb1f627e 14:39:38 $ docker rm -f --volumes e87a18f8978e318f231778efff9013db5957c4f196a072e18f75fb92bb1f627e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 14:39:39 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 14:39:39 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:39:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:39:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:39:39 prd-ubuntu20.04-docker-8c-8g-6878 does not seem to be running inside a container 14:39:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/660 -v /w/workspace/edgex-go/660:/w/workspace/edgex-go/660:rw,z -v /w/workspace/edgex-go/660@tmp:/w/workspace/edgex-go/660@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 14:39:39 $ docker top 34581141867a9fe156bb8414c675e0f4d5e0e72e2431d93d16531d2b53c834e7 -eo pid,comm 14:39:39 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 14:39:39 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:39:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:39:40 [ssh-agent] Looking for ssh-agent implementation... 14:39:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:39:40 $ docker exec 34581141867a9fe156bb8414c675e0f4d5e0e72e2431d93d16531d2b53c834e7 ssh-agent 14:39:40 SSH_AUTH_SOCK=/tmp/ssh-feckQFlx872A/agent.32 14:39:40 SSH_AGENT_PID=38 14:39:40 Running ssh-add (command line suppressed) 14:39:40 Identity added: /w/workspace/edgex-go/660@tmp/private_key_4804870568007384565.key (/w/workspace/edgex-go/660@tmp/private_key_4804870568007384565.key) 14:39:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:39:40 + git semver bump pre 14:39:40 2024-07-31 14:39:40,858 [read_version] DEBUG read version from /w/workspace/edgex-go/660/.semver/main 14:39:40 2024-07-31 14:39:40,858 [bump_version] DEBUG bumping version:3.2.0-dev.42 on axis:pre with prefix:dev 14:39:40 2024-07-31 14:39:40,858 [bump_version] DEBUG bumped version:3.2.0-dev.43 14:39:40 2024-07-31 14:39:40,859 [write_version] DEBUG write version:3.2.0-dev.43 to path:/w/workspace/edgex-go/660/.semver/main with force:True 14:39:40 2024-07-31 14:39:40,859 [read_version] DEBUG read version from /w/workspace/edgex-go/660/.semver/main 14:39:40 2024-07-31 14:39:40,859 [write_file] DEBUG write to file:/w/workspace/edgex-go/660/.semver/main 14:39:40 2024-07-31 14:39:40,860 [execute] INFO git cat-file --batch-check 14:39:40 2024-07-31 14:39:40,861 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/660/.semver, universal_newlines=False, shell=None, istream=) 14:39:40 2024-07-31 14:39:40,865 [execute] INFO git cat-file --batch 14:39:40 2024-07-31 14:39:40,865 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/660/.semver, universal_newlines=False, shell=None, istream=) 14:39:40 2024-07-31 14:39:40,869 [read_version] DEBUG read version from /w/workspace/edgex-go/660/.semver/main 14:39:40 3.2.0-dev.43 [Pipeline] } 14:39:40 $ docker exec --env ******** --env ******** 34581141867a9fe156bb8414c675e0f4d5e0e72e2431d93d16531d2b53c834e7 ssh-agent -k 14:39:41 unset SSH_AUTH_SOCK; 14:39:41 unset SSH_AGENT_PID; 14:39:41 echo Agent pid 38 killed; 14:39:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:39:41 + git semver [Pipeline] } 14:39:41 $ docker stop --time=1 34581141867a9fe156bb8414c675e0f4d5e0e72e2431d93d16531d2b53c834e7 14:39:42 $ docker rm -f --volumes 34581141867a9fe156bb8414c675e0f4d5e0e72e2431d93d16531d2b53c834e7 [Pipeline] // withDockerContainer [Pipeline] sh 14:39:43 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 14:39:43 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:39:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:39:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:39:43 prd-ubuntu20.04-docker-8c-8g-6878 does not seem to be running inside a container 14:39:43 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/660 -v /w/workspace/edgex-go/660:/w/workspace/edgex-go/660:rw,z -v /w/workspace/edgex-go/660@tmp:/w/workspace/edgex-go/660@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 14:39:44 $ docker top 58fbc8b29e16aa1e080baa9b8dcff9051f0d68a002b506b87a5cd001324d4bfb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:39:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:39:44 [ssh-agent] Looking for ssh-agent implementation... 14:39:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:39:44 $ docker exec 58fbc8b29e16aa1e080baa9b8dcff9051f0d68a002b506b87a5cd001324d4bfb ssh-agent 14:39:44 SSH_AUTH_SOCK=/tmp/ssh-X4vpbDEB35em/agent.32 14:39:44 SSH_AGENT_PID=38 14:39:44 Running ssh-add (command line suppressed) 14:39:44 Identity added: /w/workspace/edgex-go/660@tmp/private_key_2201354751992266741.key (/w/workspace/edgex-go/660@tmp/private_key_2201354751992266741.key) 14:39:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:39:44 + git semver push 14:39:45 2024-07-31 14:39:45,068 [run_push] DEBUG push 14:39:45 2024-07-31 14:39:45,068 [execute] INFO git cat-file --batch-check 14:39:45 2024-07-31 14:39:45,069 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/660/.semver, universal_newlines=False, shell=None, istream=) 14:39:45 2024-07-31 14:39:45,072 [execute] INFO git rev-list 92995a758b68fb4018a1e33329ba8a28aa61ec99 -- 14:39:45 2024-07-31 14:39:45,072 [execute] DEBUG Popen(['git', 'rev-list', '92995a758b68fb4018a1e33329ba8a28aa61ec99', '--'], cwd=/w/workspace/edgex-go/660/.semver, universal_newlines=False, shell=None, istream=None) 14:39:45 2024-07-31 14:39:45,091 [execute] INFO git fetch -v origin 14:39:45 2024-07-31 14:39:45,091 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/660/.semver, universal_newlines=True, shell=None, istream=None) 14:39:45 2024-07-31 14:39:45,524 [run_push] DEBUG no remote changes detected 14:39:45 2024-07-31 14:39:45,525 [execute] INFO git push origin semver 14:39:45 2024-07-31 14:39:45,525 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/660/.semver, universal_newlines=False, shell=None, istream=None) 14:39:46 2024-07-31 14:39:46,299 [run_push] DEBUG push all version tags 14:39:46 2024-07-31 14:39:46,300 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 14:39:46 2024-07-31 14:39:46,300 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/660, universal_newlines=False, shell=None, istream=None) 14:39:47 2024-07-31 14:39:47,015 [read_version] DEBUG read version from /w/workspace/edgex-go/660/.semver/main 14:39:47 3.2.0-dev.43 [Pipeline] } 14:39:47 $ docker exec --env ******** --env ******** 58fbc8b29e16aa1e080baa9b8dcff9051f0d68a002b506b87a5cd001324d4bfb ssh-agent -k 14:39:47 unset SSH_AUTH_SOCK; 14:39:47 unset SSH_AGENT_PID; 14:39:47 echo Agent pid 38 killed; 14:39:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:39:47 + git semver [Pipeline] } 14:39:47 $ docker stop --time=1 58fbc8b29e16aa1e080baa9b8dcff9051f0d68a002b506b87a5cd001324d4bfb 14:39:49 $ docker rm -f --volumes 58fbc8b29e16aa1e080baa9b8dcff9051f0d68a002b506b87a5cd001324d4bfb [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 14:39:49 + [ -d /w/workspace/edgex-go/660/archives ] [Pipeline] libraryResource [Pipeline] sh 14:39:50 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:39:51 ---> package-listing.sh 14:39:51 ++ facter osfamily 14:39:51 ++ tr '[:upper:]' '[:lower:]' 14:39:51 + OS_FAMILY=debian 14:39:51 + workspace=/w/workspace/edgex-go/660 14:39:51 + START_PACKAGES=/tmp/packages_start.txt 14:39:51 + END_PACKAGES=/tmp/packages_end.txt 14:39:51 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:39:51 + PACKAGES=/tmp/packages_start.txt 14:39:51 + '[' /w/workspace/edgex-go/660 ']' 14:39:51 + PACKAGES=/tmp/packages_end.txt 14:39:51 + case "${OS_FAMILY}" in 14:39:51 + grep '^ii' 14:39:51 + dpkg -l 14:39:51 + '[' -f /tmp/packages_start.txt ']' 14:39:51 + '[' -f /tmp/packages_end.txt ']' 14:39:51 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:39:51 + '[' /w/workspace/edgex-go/660 ']' 14:39:51 + mkdir -p /w/workspace/edgex-go/660/archives/ 14:39:51 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/660/archives/ [Pipeline] echo 14:39:51 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/660/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 14:39:51 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:39:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:39:52 14:39:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:39:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:39:52 latest: Pulling from edgex-lftools-log-publisher 14:39:52 5eb5b503b376: Pulling fs layer 14:39:52 5c69ac0246d0: Pulling fs layer 14:39:52 ec43610c2a17: Pulling fs layer 14:39:52 3a2ae6a8a46f: Pulling fs layer 14:39:52 33b1e0a273af: Pulling fs layer 14:39:52 5d3b04190fa2: Pulling fs layer 14:39:52 2f39f015ded8: Pulling fs layer 14:39:52 33b1e0a273af: Waiting 14:39:52 5d3b04190fa2: Waiting 14:39:52 2f39f015ded8: Waiting 14:39:52 3a2ae6a8a46f: Waiting 14:39:52 5c69ac0246d0: Download complete 14:39:52 3a2ae6a8a46f: Verifying Checksum 14:39:52 3a2ae6a8a46f: Download complete 14:39:52 ec43610c2a17: Verifying Checksum 14:39:52 ec43610c2a17: Download complete 14:39:52 33b1e0a273af: Verifying Checksum 14:39:52 33b1e0a273af: Download complete 14:39:52 5d3b04190fa2: Download complete 14:39:52 5eb5b503b376: Verifying Checksum 14:39:52 5eb5b503b376: Download complete 14:39:53 2f39f015ded8: Download complete 14:39:53 5eb5b503b376: Pull complete 14:39:54 5c69ac0246d0: Pull complete 14:39:54 ec43610c2a17: Pull complete 14:39:54 3a2ae6a8a46f: Pull complete 14:39:54 33b1e0a273af: Pull complete 14:39:54 5d3b04190fa2: Pull complete 14:39:59 2f39f015ded8: Pull complete 14:39:59 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 14:39:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:39:59 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:39:59 prd-ubuntu20.04-docker-8c-8g-6878 does not seem to be running inside a container 14:39:59 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/660/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/660 -v /w/workspace/edgex-go/660:/w/workspace/edgex-go/660:rw,z -v /w/workspace/edgex-go/660@tmp:/w/workspace/edgex-go/660@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 14:40:03 $ docker top 934bae05746c5d56f191c7e98e00115a017ce8738aa6eb93cc11c519be37fca8 -eo pid,comm [Pipeline] { [Pipeline] sh 14:40:04 + touch /tmp/pre-build-complete [Pipeline] sh 14:40:04 + mkdir -p /var/log/sysstat [Pipeline] sh 14:40:04 + ls /var/log/sa-host 14:40:04 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:40:04 provisioning config files... 14:40:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/660@tmp/config15390367440672028825tmp [Pipeline] { [Pipeline] echo 14:40:04 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:40:05 ---> create-netrc.sh [Pipeline] } 14:40:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 14:40:05 ---> python-tools-install.sh [Pipeline] echo 14:40:05 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 14:40:05 ---> sudo-logs.sh 14:40:05 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 14:40:05 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 14:40:06 ---> job-cost.sh 14:40:06 lf-activate-venv: SKIPPING 14:40:06 DEBUG: total: 0.10999999940395355 14:40:06 INFO: Retrieving Stack Cost... 14:40:06 INFO: Retrieving Pricing Info for: v3-standard-8 14:40:06 INFO: Archiving Costs [Pipeline] echo 14:40:06 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:40:07 ---> logs-deploy.sh 14:40:07 lf-activate-venv: SKIPPING 14:40:07 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/660 14:40:07 INFO: archiving workspace using pattern(s): 14:40:07 Archives upload complete. 14:40:08 INFO: archiving logs to Nexus 14:40:08 ---> uname -a: 14:40:08 Linux prd-ubuntu20-04-docker-8c-8g-6878 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 14:40:08 14:40:08 14:40:08 ---> lscpu: 14:40:08 Architecture: x86_64 14:40:08 CPU op-mode(s): 32-bit, 64-bit 14:40:08 Byte Order: Little Endian 14:40:08 Address sizes: 40 bits physical, 48 bits virtual 14:40:08 CPU(s): 8 14:40:08 On-line CPU(s) list: 0-7 14:40:08 Thread(s) per core: 1 14:40:08 Core(s) per socket: 1 14:40:08 Socket(s): 8 14:40:08 NUMA node(s): 1 14:40:08 Vendor ID: AuthenticAMD 14:40:08 CPU family: 23 14:40:08 Model: 49 14:40:08 Model name: AMD EPYC-Rome Processor 14:40:08 Stepping: 0 14:40:08 CPU MHz: 2800.000 14:40:08 BogoMIPS: 5600.00 14:40:08 Virtualization: AMD-V 14:40:08 Hypervisor vendor: KVM 14:40:08 Virtualization type: full 14:40:08 L1d cache: 256 KiB 14:40:08 L1i cache: 256 KiB 14:40:08 L2 cache: 4 MiB 14:40:08 L3 cache: 128 MiB 14:40:08 NUMA node0 CPU(s): 0-7 14:40:08 Vulnerability Itlb multihit: Not affected 14:40:08 Vulnerability L1tf: Not affected 14:40:08 Vulnerability Mds: Not affected 14:40:08 Vulnerability Meltdown: Not affected 14:40:08 Vulnerability Mmio stale data: Not affected 14:40:08 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 14:40:08 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 14:40:08 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 14:40:08 Vulnerability Srbds: Not affected 14:40:08 Vulnerability Tsx async abort: Not affected 14:40:08 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 14:40:08 14:40:08 14:40:08 ---> nproc: 14:40:08 8 14:40:08 14:40:08 14:40:08 ---> df -h: 14:40:08 Filesystem Size Used Avail Use% Mounted on 14:40:08 overlay 155G 29G 127G 19% / 14:40:08 tmpfs 64M 0 64M 0% /dev 14:40:08 tmpfs 16G 0 16G 0% /sys/fs/cgroup 14:40:08 shm 64M 0 64M 0% /dev/shm 14:40:08 /dev/vda1 155G 29G 127G 19% /facter-os 14:40:08 14:40:08 14:40:08 ---> sar -b -r -n DEV: 14:40:08 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6878) 07/31/24 _x86_64_ (8 CPU) 14:40:08 14:40:08 13:50:24 LINUX RESTART (8 CPU) 14:40:08 14:40:08 13:51:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 14:40:08 13:52:01 399.98 11.50 388.49 0.00 1742.64 66833.79 0.00 14:40:08 13:53:01 67.84 0.08 67.76 0.00 11.86 25855.29 0.00 14:40:08 13:54:01 39.74 0.03 39.70 0.00 0.27 29362.90 0.00 14:40:08 13:55:01 57.81 1.20 56.61 0.00 28.80 42126.85 0.00 14:40:08 13:56:01 535.94 1.37 534.58 0.00 118.78 249669.32 0.00 14:40:08 13:57:01 629.39 9.56 619.83 0.00 83.84 186376.14 0.00 14:40:08 13:58:01 180.91 0.07 180.84 0.00 0.53 51272.11 0.00 14:40:08 13:59:01 272.10 0.05 272.05 0.00 0.40 114166.01 0.00 14:40:08 14:00:01 567.87 0.05 567.82 0.00 4.93 86531.58 0.00 14:40:08 14:01:01 82.89 5.61 77.27 0.00 4289.50 9191.07 0.00 14:40:08 14:02:01 23.61 0.02 23.60 0.00 0.13 633.36 0.00 14:40:08 14:03:01 2.77 0.00 2.77 0.00 0.00 29.73 0.00 14:40:08 14:04:01 0.90 0.00 0.90 0.00 0.00 10.13 0.00 14:40:08 14:05:01 1.43 0.00 1.43 0.00 0.00 17.46 0.00 14:40:08 14:06:01 2.05 0.02 2.03 0.00 0.13 23.06 0.00 14:40:08 14:07:01 1.67 0.00 1.67 0.00 0.00 19.33 0.00 14:40:08 14:08:01 1.08 0.00 1.08 0.00 0.00 12.66 0.00 14:40:08 14:09:01 1.83 0.00 1.83 0.00 0.00 21.19 0.00 14:40:08 14:10:01 1.15 0.00 1.15 0.00 0.00 13.33 0.00 14:40:08 14:11:01 2.00 0.00 2.00 0.00 0.00 23.46 0.00 14:40:08 14:12:01 0.88 0.00 0.88 0.00 0.00 9.87 0.00 14:40:08 14:13:01 1.68 0.00 1.68 0.00 0.00 19.86 0.00 14:40:08 14:14:01 0.92 0.00 0.92 0.00 0.00 11.20 0.00 14:40:08 14:15:01 1.12 0.00 1.12 0.00 0.00 13.86 0.00 14:40:08 14:16:01 1.17 0.00 1.17 0.00 0.00 15.06 0.00 14:40:08 14:17:02 1.45 0.02 1.43 0.00 0.13 16.79 0.00 14:40:08 14:18:01 1.14 0.00 1.14 0.00 0.00 13.83 0.00 14:40:08 14:19:01 1.38 0.00 1.38 0.00 0.00 16.80 0.00 14:40:08 14:20:01 0.95 0.00 0.95 0.00 0.00 10.66 0.00 14:40:08 14:21:01 1.18 0.00 1.18 0.00 0.00 14.80 0.00 14:40:08 14:22:01 1.30 0.00 1.30 0.00 0.00 15.20 0.00 14:40:08 14:23:01 1.50 0.00 1.50 0.00 0.00 17.20 0.00 14:40:08 14:24:01 0.98 0.00 0.98 0.00 0.00 11.33 0.00 14:40:08 14:25:01 1.40 0.00 1.40 0.00 0.00 16.53 0.00 14:40:08 14:26:01 1.13 0.00 1.13 0.00 0.00 12.80 0.00 14:40:08 14:27:01 1.62 0.00 1.62 0.00 0.00 18.40 0.00 14:40:08 14:28:01 0.93 0.00 0.93 0.00 0.00 11.06 0.00 14:40:08 14:29:01 1.08 0.00 1.08 0.00 0.00 14.13 0.00 14:40:08 14:30:01 1.02 0.00 1.02 0.00 0.00 11.33 0.00 14:40:08 14:31:01 1.48 0.00 1.48 0.00 0.00 17.86 0.00 14:40:08 14:32:01 1.23 0.00 1.23 0.00 0.00 14.93 0.00 14:40:08 14:33:01 1.13 0.00 1.13 0.00 0.00 14.00 0.00 14:40:08 14:34:01 1.05 0.00 1.05 0.00 0.00 12.13 0.00 14:40:08 14:35:01 1.13 0.00 1.13 0.00 0.00 15.06 0.00 14:40:08 14:36:01 1.15 0.00 1.15 0.00 0.00 12.40 0.00 14:40:08 14:37:01 1.55 0.00 1.55 0.00 0.00 18.40 0.00 14:40:08 14:38:01 0.98 0.00 0.98 0.00 0.00 10.66 0.00 14:40:08 14:39:01 54.84 0.22 54.62 0.00 11.20 22490.25 0.00 14:40:08 14:40:01 144.69 0.62 144.07 0.00 17.19 45731.82 0.00 14:40:08 Average: 63.40 0.62 62.78 0.00 128.83 19007.10 0.00 14:40:08 14:40:08 13:51:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 14:40:08 13:52:01 28165240 31517652 796840 2.42 100352 3455820 1906916 5.62 1235628 3016932 35628 14:40:08 13:53:01 27138104 31405776 898760 2.73 128432 4264136 1962432 5.78 1850680 3347612 810640 14:40:08 13:54:01 25729992 30049840 2253412 6.85 133488 4286888 3126392 9.21 2769024 3809820 488140 14:40:08 13:55:01 27717204 31485904 822756 2.50 135372 3792548 2041952 6.02 1330500 3319288 208288 14:40:08 13:56:01 20136740 31197968 1079456 3.28 150864 10816060 3366908 9.92 2221152 9718952 988 14:40:08 13:57:01 12440240 29526444 2687016 8.17 342700 16016680 7350988 21.66 4485840 14439036 270080 14:40:08 13:58:01 9001356 28736332 3469828 10.55 361324 18512320 10314376 30.40 6494188 15716732 1369940 14:40:08 13:59:01 6742000 29067104 3156080 9.60 374668 21029300 7438480 21.92 7122068 17319928 1065132 14:40:08 14:00:01 10278520 31429536 849488 2.58 383696 20049120 2264020 6.67 3080080 18104640 484 14:40:08 14:01:01 9830128 31400672 848044 2.58 411672 20442756 2242504 6.61 3656616 17942208 584 14:40:08 14:02:01 9855196 31422276 826356 2.51 411092 20439796 2040940 6.01 3956920 17622088 312 14:40:08 14:03:01 9855544 31422660 826060 2.51 411132 20439800 2040940 6.01 3956472 17622092 4 14:40:08 14:04:01 9856180 31423296 825352 2.51 411144 20439800 2040940 6.01 3955296 17622092 20 14:40:08 14:05:01 9869344 31436484 812464 2.47 411180 20439804 2040940 6.01 3941440 17622096 8 14:40:08 14:06:01 9870488 31437760 811104 2.47 411208 20439808 2073568 6.11 3939588 17622092 8 14:40:08 14:07:01 9872196 31439488 809336 2.46 411248 20439812 2073568 6.11 3937788 17622096 8 14:40:08 14:08:01 9872148 31439448 809248 2.46 411272 20439816 2073568 6.11 3937796 17622100 8 14:40:08 14:09:01 9872592 31439952 808904 2.46 411316 20439820 2073568 6.11 3937852 17622104 8 14:40:08 14:10:01 9872576 31439996 808832 2.46 411372 20439820 2073568 6.11 3938008 17622108 12 14:40:08 14:11:01 9872276 31439772 808988 2.46 411420 20439824 2073568 6.11 3938168 17622108 32 14:40:08 14:12:01 9872180 31439692 809036 2.46 411424 20439824 2073568 6.11 3938400 17622108 16 14:40:08 14:13:01 9872384 31439924 808740 2.46 411448 20439828 2073568 6.11 3938204 17622112 16 14:40:08 14:14:01 9872336 31439896 808700 2.46 411468 20439832 2073568 6.11 3938200 17622116 32 14:40:08 14:15:01 9872060 31439640 808892 2.46 411480 20439832 2073568 6.11 3938228 17622116 44 14:40:08 14:16:01 9872536 31440148 808520 2.46 411528 20439828 2073568 6.11 3938260 17622128 60 14:40:08 14:17:02 9872204 31439868 808780 2.46 411560 20439840 2073568 6.11 3938444 17622128 4 14:40:08 14:18:01 9872040 31439780 808996 2.46 411600 20439848 2073568 6.11 3938540 17622132 32 14:40:08 14:19:01 9871748 31439516 809204 2.46 411628 20439852 2073568 6.11 3938356 17622136 4 14:40:08 14:20:01 9871732 31439512 809136 2.46 411652 20439852 2073568 6.11 3938384 17622136 8 14:40:08 14:21:01 9871968 31439808 808792 2.46 411696 20439856 2073568 6.11 3938228 17622140 64 14:40:08 14:22:01 9871668 31439512 809004 2.46 411720 20439860 2073568 6.11 3938460 17622144 36 14:40:08 14:23:01 9871872 31439716 808820 2.46 411740 20439860 2073568 6.11 3938476 17622144 44 14:40:08 14:24:01 9871784 31439688 808844 2.46 411748 20439864 2073568 6.11 3938592 17622148 8 14:40:08 14:25:01 9871524 31439452 809024 2.46 411768 20439868 2073568 6.11 3938336 17622148 44 14:40:08 14:26:01 9871476 31439412 808984 2.46 411792 20439872 2073568 6.11 3938416 17622152 12 14:40:08 14:27:01 9871688 31439672 808684 2.46 411804 20439876 2073568 6.11 3938720 17622156 156 14:40:08 14:28:01 9872068 31440176 808336 2.46 411808 20440004 2073568 6.11 3938244 17622276 8 14:40:08 14:29:01 9872084 31440208 808272 2.46 411816 20440008 2073568 6.11 3938248 17622280 60 14:40:08 14:30:01 9871816 31439952 808468 2.46 411828 20440008 2073568 6.11 3938248 17622292 8 14:40:08 14:31:01 9871784 31439964 808416 2.46 411844 20440012 2073568 6.11 3938540 17622296 12 14:40:08 14:32:01 9871784 31439976 808376 2.46 411856 20440020 2073568 6.11 3938168 17622300 36 14:40:08 14:33:01 9871736 31439940 808348 2.46 411872 20440020 2073568 6.11 3938180 17622300 44 14:40:08 14:34:01 9871688 31439900 808316 2.46 411884 20440024 2073568 6.11 3938196 17622304 8 14:40:08 14:35:01 9871872 31440116 808256 2.46 411892 20440032 2073568 6.11 3938240 17622308 64 14:40:08 14:36:01 9872000 31440244 808292 2.46 411908 20440032 2073568 6.11 3938608 17622308 12 14:40:08 14:37:01 9871928 31440184 808320 2.46 411928 20440036 2073568 6.11 3938284 17622320 32 14:40:08 14:38:01 9871880 31440136 808292 2.46 411940 20440036 2073568 6.11 3938600 17622320 8 14:40:08 14:39:01 8652536 31154400 1086708 3.30 417444 21281756 2466388 7.27 4253104 18426352 212220 14:40:08 14:40:01 7908972 31393500 850064 2.59 461032 22126100 2162316 6.37 4073448 19259348 229976 14:40:08 Average: 11407172 31256781 995489 3.03 380205 18823457 2515004 7.41 3843826 16253904 95784 14:40:08 14:40:08 13:51:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 14:40:08 13:52:01 ens3 1113.98 1009.90 10225.00 124.03 0.00 0.00 0.00 0.00 14:40:08 13:52:01 docker0 763.34 765.94 58.12 4930.64 0.00 0.00 0.00 0.00 14:40:08 13:52:01 lo 4.80 4.80 0.47 0.47 0.00 0.00 0.00 0.00 14:40:08 13:53:01 veth9855f42 0.00 0.18 0.00 0.02 0.00 0.00 0.00 0.00 14:40:08 13:53:01 ens3 36.23 20.33 35.02 13.63 0.00 0.00 0.00 0.00 14:40:08 13:53:01 docker0 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 14:40:08 13:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:40:08 13:54:01 veth9855f42 1.50 1.52 0.13 0.14 0.00 0.00 0.00 0.00 14:40:08 13:54:01 ens3 29.37 19.01 23.03 12.89 0.00 0.00 0.00 0.00 14:40:08 13:54:01 docker0 1.50 1.50 0.11 0.14 0.00 0.00 0.00 0.00 14:40:08 13:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 13:55:01 ens3 89.35 53.96 2212.10 14.66 0.00 0.00 0.00 0.00 14:40:08 13:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 13:55:01 lo 1.00 1.00 0.09 0.09 0.00 0.00 0.00 0.00 14:40:08 13:56:01 ens3 206.65 150.49 1956.95 179.25 0.00 0.00 0.00 0.00 14:40:08 13:56:01 veth6969f1a 3.20 3.58 0.23 10.20 0.00 0.00 0.00 0.00 14:40:08 13:56:01 veth6a71f55 8.98 11.90 0.86 6.01 0.00 0.00 0.00 0.00 14:40:08 13:56:01 veth2d819ad 0.37 0.28 0.04 0.21 0.00 0.00 0.00 0.00 14:40:08 13:56:01 veth81d38aa 9.15 11.68 0.88 5.99 0.00 0.00 0.00 0.00 14:40:08 13:56:01 veth312e0f4 7.25 9.23 0.70 4.88 0.00 0.00 0.00 0.00 14:40:08 13:56:01 docker0 73.09 112.71 5.07 1036.86 0.00 0.00 0.00 0.00 14:40:08 13:56:01 lo 0.47 0.47 0.05 0.05 0.00 0.00 0.00 0.00 14:40:08 13:56:01 veth8ce3c4e 0.63 1.23 0.06 0.27 0.00 0.00 0.00 0.00 14:40:08 13:57:01 veth4c15091 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 14:40:08 13:57:01 vethdfeeb77 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 14:40:08 13:57:01 veth1beb0ae 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 14:40:08 13:57:01 veth78651b1 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 14:40:08 13:57:01 ens3 635.92 367.78 5936.12 44.64 0.00 0.00 0.00 0.00 14:40:08 13:57:01 veth5d04505 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 14:40:08 13:57:01 veth58efd84 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 14:40:08 13:57:01 vetha70ad41 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 14:40:08 13:57:01 vethcf2db33 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 14:40:08 13:57:01 vethe7fafa9 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 14:40:08 13:57:01 vethbd1ea26 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 14:40:08 13:57:01 docker0 358.05 618.89 32.42 5922.61 0.00 0.00 0.00 0.00 14:40:08 13:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:40:08 13:57:01 veth8ce3c4e 0.13 0.43 0.01 0.02 0.00 0.00 0.00 0.00 14:40:08 13:57:01 veth25d78bb 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 14:40:08 13:57:01 veth6916f38 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 14:40:08 13:57:01 vethb3adb7b 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 14:40:08 13:58:01 veth4c15091 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 13:58:01 vethdfeeb77 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 13:58:01 veth1beb0ae 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 13:58:01 veth78651b1 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 13:58:01 ens3 6.91 3.75 5.47 2.96 0.00 0.00 0.00 0.00 14:40:08 13:58:01 veth5d04505 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 13:58:01 veth58efd84 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 13:58:01 vetha70ad41 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 13:58:01 vethcf2db33 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 13:58:01 vethe7fafa9 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 13:58:01 vethbd1ea26 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 13:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 13:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 13:58:01 veth8ce3c4e 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 13:58:01 veth25d78bb 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 13:58:01 veth6916f38 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 13:58:01 vethb3adb7b 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 13:59:01 veth4c15091 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 13:59:01 vethdfeeb77 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 13:59:01 veth1beb0ae 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 13:59:01 veth78651b1 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 13:59:01 ens3 6.00 3.14 4.56 2.42 0.00 0.00 0.00 0.00 14:40:08 13:59:01 veth5d04505 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 13:59:01 veth58efd84 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 13:59:01 vetha70ad41 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 13:59:01 vethcf2db33 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 13:59:01 vethe7fafa9 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 13:59:01 vethbd1ea26 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 13:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 13:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:40:08 13:59:01 veth8ce3c4e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 13:59:01 veth25d78bb 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 13:59:01 veth6916f38 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 13:59:01 vethb3adb7b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:00:01 ens3 129.48 123.06 82.33 490.84 0.00 0.00 0.00 0.00 14:40:08 14:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:00:01 lo 16.73 16.73 1.65 1.65 0.00 0.00 0.00 0.00 14:40:08 14:01:01 ens3 631.76 514.41 2914.07 2014.85 0.00 0.00 0.00 0.00 14:40:08 14:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:01:01 lo 40.32 40.32 3.97 3.97 0.00 0.00 0.00 0.00 14:40:08 14:02:01 ens3 292.60 279.04 144.32 1634.93 0.00 0.00 0.00 0.00 14:40:08 14:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:02:01 lo 26.93 26.93 2.66 2.66 0.00 0.00 0.00 0.00 14:40:08 14:03:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 14:40:08 14:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:40:08 14:04:01 ens3 1.10 0.68 1.10 0.24 0.00 0.00 0.00 0.00 14:40:08 14:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:05:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 14:40:08 14:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:40:08 14:06:01 ens3 0.18 0.18 0.08 0.07 0.00 0.00 0.00 0.00 14:40:08 14:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:07:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 14:40:08 14:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:40:08 14:08:01 ens3 0.08 0.07 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:09:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 14:40:08 14:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:40:08 14:10:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:11:01 ens3 0.45 0.25 0.10 0.08 0.00 0.00 0.00 0.00 14:40:08 14:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:40:08 14:12:01 ens3 0.60 0.37 0.28 0.21 0.00 0.00 0.00 0.00 14:40:08 14:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:13:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 14:40:08 14:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:40:08 14:14:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:15:01 ens3 0.27 0.10 0.01 0.01 0.00 0.00 0.00 0.00 14:40:08 14:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:40:08 14:16:01 ens3 0.77 0.18 0.24 0.07 0.00 0.00 0.00 0.00 14:40:08 14:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:17:02 ens3 0.60 0.43 0.36 0.29 0.00 0.00 0.00 0.00 14:40:08 14:17:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:17:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:40:08 14:18:01 ens3 0.17 0.08 0.06 0.00 0.00 0.00 0.00 0.00 14:40:08 14:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:19:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 14:40:08 14:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:40:08 14:20:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:21:01 ens3 0.30 0.20 0.09 0.07 0.00 0.00 0.00 0.00 14:40:08 14:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:40:08 14:22:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:23:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 14:40:08 14:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:40:08 14:24:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:25:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 14:40:08 14:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:40:08 14:26:01 ens3 0.25 0.20 0.09 0.10 0.00 0.00 0.00 0.00 14:40:08 14:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:27:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 14:40:08 14:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:40:08 14:28:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:29:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 14:40:08 14:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:40:08 14:30:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:31:01 ens3 0.30 0.27 0.09 0.08 0.00 0.00 0.00 0.00 14:40:08 14:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:40:08 14:32:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:33:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 14:40:08 14:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:40:08 14:34:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:35:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 14:40:08 14:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:40:08 14:36:01 ens3 0.45 0.27 0.25 0.08 0.00 0.00 0.00 0.00 14:40:08 14:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:37:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 14:40:08 14:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:40:08 14:38:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:40:08 14:39:01 vethc9da5be 31.88 56.02 3.32 568.59 0.00 0.00 0.00 0.05 14:40:08 14:39:01 ens3 194.90 133.93 4179.46 128.23 0.00 0.00 0.00 0.00 14:40:08 14:39:01 docker0 31.88 55.92 2.88 568.58 0.00 0.00 0.00 0.00 14:40:08 14:39:01 lo 1.33 1.33 0.12 0.12 0.00 0.00 0.00 0.00 14:40:08 14:40:01 ens3 350.70 211.23 6490.34 56.81 0.00 0.00 0.00 0.00 14:40:08 14:40:01 docker0 43.49 81.71 4.35 699.73 0.00 0.00 0.00 0.00 14:40:08 14:40:01 lo 2.20 2.20 0.23 0.23 0.00 0.00 0.00 0.00 14:40:08 Average: ens3 76.17 59.09 698.44 96.39 0.00 0.00 0.00 0.00 14:40:08 Average: docker0 25.95 33.41 2.10 268.64 0.00 0.00 0.00 0.00 14:40:08 Average: lo 2.00 2.00 0.19 0.19 0.00 0.00 0.00 0.00 14:40:08 14:40:08 14:40:08 ---> sar -P ALL: 14:40:08 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6878) 07/31/24 _x86_64_ (8 CPU) 14:40:08 14:40:08 13:50:24 LINUX RESTART (8 CPU) 14:40:08 14:40:08 13:51:01 CPU %user %nice %system %iowait %steal %idle 14:40:08 13:52:01 all 8.71 0.00 3.81 4.50 0.07 82.92 14:40:08 13:52:01 0 8.17 0.00 4.19 8.39 0.05 79.19 14:40:08 13:52:01 1 8.76 0.00 4.05 3.41 0.07 83.70 14:40:08 13:52:01 2 8.61 0.00 4.12 13.37 0.07 73.83 14:40:08 13:52:01 3 8.91 0.00 3.37 0.69 0.07 86.96 14:40:08 13:52:01 4 11.77 0.00 5.77 2.26 0.07 80.14 14:40:08 13:52:01 5 7.22 0.00 2.87 1.34 0.08 88.48 14:40:08 13:52:01 6 9.46 0.00 3.03 0.22 0.08 87.21 14:40:08 13:52:01 7 6.75 0.00 3.09 6.41 0.05 83.70 14:40:08 13:53:01 all 34.62 0.00 5.52 2.04 0.08 57.74 14:40:08 13:53:01 0 32.26 0.00 6.31 0.97 0.08 60.37 14:40:08 13:53:01 1 36.12 0.00 5.45 0.15 0.10 58.18 14:40:08 13:53:01 2 33.32 0.00 6.92 0.91 0.10 58.75 14:40:08 13:53:01 3 36.78 0.00 4.74 2.03 0.07 56.38 14:40:08 13:53:01 4 36.35 0.00 4.98 0.25 0.08 58.33 14:40:08 13:53:01 5 34.21 0.00 4.92 0.84 0.07 59.97 14:40:08 13:53:01 6 32.55 0.00 4.94 0.45 0.08 61.98 14:40:08 13:53:01 7 35.33 0.00 5.93 10.76 0.08 47.89 14:40:08 13:54:01 all 43.92 0.00 5.16 1.93 0.08 48.91 14:40:08 13:54:01 0 42.83 0.00 5.45 0.50 0.08 51.14 14:40:08 13:54:01 1 42.72 0.00 5.03 0.84 0.10 51.31 14:40:08 13:54:01 2 45.30 0.00 5.11 0.12 0.08 49.39 14:40:08 13:54:01 3 46.74 0.00 5.39 11.22 0.10 36.55 14:40:08 13:54:01 4 42.78 0.00 5.04 0.10 0.07 52.01 14:40:08 13:54:01 5 42.51 0.00 5.21 2.35 0.07 49.87 14:40:08 13:54:01 6 43.75 0.00 4.56 0.22 0.07 51.40 14:40:08 13:54:01 7 44.74 0.00 5.52 0.08 0.08 49.58 14:40:08 13:55:01 all 34.73 0.00 6.68 3.22 0.10 55.26 14:40:08 13:55:01 0 35.77 0.00 6.46 10.91 0.10 46.76 14:40:08 13:55:01 1 37.15 0.00 7.08 0.83 0.10 54.84 14:40:08 13:55:01 2 35.07 0.00 6.64 6.16 0.10 52.03 14:40:08 13:55:01 3 34.53 0.00 6.46 1.08 0.08 57.85 14:40:08 13:55:01 4 33.91 0.00 6.48 1.44 0.08 58.09 14:40:08 13:55:01 5 35.61 0.00 7.43 3.50 0.15 53.31 14:40:08 13:55:01 6 33.72 0.00 6.73 0.54 0.10 58.90 14:40:08 13:55:01 7 32.10 0.00 6.19 1.33 0.08 60.29 14:40:08 13:56:01 all 17.78 0.00 7.03 22.95 0.10 52.14 14:40:08 13:56:01 0 19.02 0.00 7.94 26.30 0.10 46.64 14:40:08 13:56:01 1 19.39 0.00 7.65 30.73 0.10 42.13 14:40:08 13:56:01 2 19.47 0.00 7.57 11.32 0.08 61.54 14:40:08 13:56:01 3 15.32 0.00 6.45 41.03 0.09 37.12 14:40:08 13:56:01 4 17.50 0.00 7.09 8.05 0.10 67.26 14:40:08 13:56:01 5 17.75 0.00 6.38 29.68 0.09 46.11 14:40:08 13:56:01 6 18.01 0.00 7.22 9.95 0.10 64.72 14:40:08 13:56:01 7 15.80 0.00 5.99 26.47 0.10 51.64 14:40:08 13:57:01 all 18.40 0.00 6.58 16.23 0.08 58.71 14:40:08 13:57:01 0 19.23 0.00 6.50 13.57 0.08 60.61 14:40:08 13:57:01 1 19.60 0.00 7.07 20.21 0.08 53.03 14:40:08 13:57:01 2 19.95 0.00 6.56 5.91 0.07 67.51 14:40:08 13:57:01 3 18.29 0.00 5.28 8.71 0.07 67.65 14:40:08 13:57:01 4 16.71 0.00 6.66 4.46 0.07 72.09 14:40:08 13:57:01 5 17.12 0.00 8.58 64.51 0.10 9.69 14:40:08 13:57:01 6 18.28 0.00 5.98 4.83 0.07 70.84 14:40:08 13:57:01 7 17.98 0.00 6.03 8.07 0.07 67.85 14:40:08 13:58:01 all 88.69 0.00 11.15 0.00 0.15 0.00 14:40:08 13:58:01 0 88.34 0.00 11.49 0.00 0.17 0.00 14:40:08 13:58:01 1 89.25 0.00 10.62 0.00 0.13 0.00 14:40:08 13:58:01 2 88.66 0.00 11.17 0.00 0.17 0.00 14:40:08 13:58:01 3 89.70 0.00 10.15 0.02 0.12 0.02 14:40:08 13:58:01 4 87.22 0.00 12.62 0.00 0.15 0.00 14:40:08 13:58:01 5 88.49 0.00 11.32 0.02 0.17 0.00 14:40:08 13:58:01 6 88.84 0.00 10.99 0.00 0.17 0.00 14:40:08 13:58:01 7 89.00 0.00 10.87 0.00 0.13 0.00 14:40:08 13:59:01 all 89.28 0.00 10.54 0.00 0.18 0.00 14:40:08 13:59:01 0 88.25 0.00 11.58 0.00 0.17 0.00 14:40:08 13:59:01 1 88.83 0.00 10.97 0.00 0.20 0.00 14:40:08 13:59:01 2 89.67 0.00 10.20 0.00 0.13 0.00 14:40:08 13:59:01 3 89.76 0.00 9.98 0.00 0.26 0.00 14:40:08 13:59:01 4 88.42 0.00 11.41 0.00 0.17 0.00 14:40:08 13:59:01 5 88.64 0.00 11.15 0.00 0.21 0.00 14:40:08 13:59:01 6 90.42 0.00 9.43 0.02 0.13 0.00 14:40:08 13:59:01 7 90.16 0.00 9.67 0.00 0.15 0.02 14:40:08 14:00:01 all 30.87 0.00 5.34 5.94 0.09 57.76 14:40:08 14:00:01 0 32.73 0.00 5.55 17.68 0.10 43.94 14:40:08 14:00:01 1 29.14 0.00 5.78 4.24 0.07 60.77 14:40:08 14:00:01 2 29.93 0.00 5.09 7.71 0.08 57.18 14:40:08 14:00:01 3 28.78 0.00 5.57 2.77 0.09 62.79 14:40:08 14:00:01 4 29.09 0.00 5.67 4.15 0.10 61.00 14:40:08 14:00:01 5 33.12 0.00 5.15 5.45 0.08 56.20 14:40:08 14:00:01 6 32.70 0.00 5.12 3.07 0.10 59.01 14:40:08 14:00:01 7 31.42 0.00 4.79 2.26 0.07 61.46 14:40:08 14:01:01 all 9.84 0.00 2.17 1.26 0.07 86.67 14:40:08 14:01:01 0 8.98 0.00 1.68 0.37 0.05 88.92 14:40:08 14:01:01 1 9.70 0.00 2.12 2.36 0.07 85.75 14:40:08 14:01:01 2 8.36 0.00 1.97 1.17 0.07 88.43 14:40:08 14:01:01 3 9.01 0.00 1.74 0.87 0.07 88.31 14:40:08 14:01:01 4 9.21 0.00 1.74 1.66 0.07 87.32 14:40:08 14:01:01 5 10.59 0.00 4.02 0.99 0.07 84.34 14:40:08 14:01:01 6 8.51 0.00 1.57 1.41 0.07 88.44 14:40:08 14:01:01 7 14.35 0.00 2.51 1.25 0.08 81.81 14:40:08 14:02:01 all 6.85 0.00 0.76 0.06 0.05 92.28 14:40:08 14:02:01 0 5.96 0.00 0.83 0.08 0.05 93.07 14:40:08 14:02:01 1 4.86 0.00 0.72 0.00 0.05 94.37 14:40:08 14:02:01 2 4.48 0.00 0.73 0.03 0.05 94.71 14:40:08 14:02:01 3 7.89 0.00 0.77 0.08 0.05 91.21 14:40:08 14:02:01 4 7.96 0.00 0.73 0.15 0.05 91.11 14:40:08 14:02:01 5 10.61 0.00 0.68 0.12 0.07 88.52 14:40:08 14:02:01 6 8.66 0.00 0.80 0.02 0.07 90.46 14:40:08 14:02:01 7 4.34 0.00 0.77 0.03 0.05 94.80 14:40:08 14:40:08 14:02:01 CPU %user %nice %system %iowait %steal %idle 14:40:08 14:03:01 all 0.04 0.00 0.02 0.00 0.01 99.92 14:40:08 14:03:01 0 0.02 0.00 0.02 0.00 0.00 99.97 14:40:08 14:03:01 1 0.08 0.00 0.03 0.02 0.02 99.85 14:40:08 14:03:01 2 0.10 0.00 0.08 0.00 0.02 99.80 14:40:08 14:03:01 3 0.02 0.00 0.02 0.00 0.02 99.95 14:40:08 14:03:01 4 0.03 0.00 0.00 0.02 0.02 99.93 14:40:08 14:03:01 5 0.05 0.00 0.02 0.00 0.00 99.93 14:40:08 14:03:01 6 0.00 0.00 0.02 0.00 0.00 99.98 14:40:08 14:03:01 7 0.00 0.00 0.00 0.00 0.02 99.98 14:40:08 14:04:01 all 0.11 0.00 0.02 0.00 0.01 99.86 14:40:08 14:04:01 0 0.07 0.00 0.00 0.00 0.02 99.92 14:40:08 14:04:01 1 0.00 0.00 0.00 0.00 0.00 100.00 14:40:08 14:04:01 2 0.15 0.00 0.05 0.00 0.02 99.78 14:40:08 14:04:01 3 0.03 0.00 0.02 0.02 0.00 99.93 14:40:08 14:04:01 4 0.05 0.00 0.02 0.00 0.02 99.92 14:40:08 14:04:01 5 0.03 0.00 0.00 0.00 0.02 99.95 14:40:08 14:04:01 6 0.02 0.00 0.05 0.00 0.02 99.92 14:40:08 14:04:01 7 0.52 0.00 0.02 0.00 0.00 99.47 14:40:08 14:05:01 all 0.13 0.00 0.03 0.00 0.01 99.83 14:40:08 14:05:01 0 0.03 0.00 0.02 0.00 0.02 99.93 14:40:08 14:05:01 1 0.02 0.00 0.00 0.00 0.00 99.98 14:40:08 14:05:01 2 0.05 0.00 0.05 0.00 0.02 99.88 14:40:08 14:05:01 3 0.00 0.00 0.00 0.00 0.00 100.00 14:40:08 14:05:01 4 0.05 0.00 0.03 0.02 0.03 99.87 14:40:08 14:05:01 5 0.02 0.00 0.02 0.00 0.00 99.97 14:40:08 14:05:01 6 0.02 0.00 0.00 0.00 0.02 99.97 14:40:08 14:05:01 7 0.88 0.00 0.10 0.00 0.02 99.00 14:40:08 14:06:01 all 0.05 0.00 0.04 0.00 0.01 99.89 14:40:08 14:06:01 0 0.07 0.00 0.05 0.00 0.00 99.88 14:40:08 14:06:01 1 0.02 0.00 0.05 0.00 0.02 99.92 14:40:08 14:06:01 2 0.08 0.00 0.03 0.00 0.02 99.87 14:40:08 14:06:01 3 0.03 0.00 0.02 0.02 0.02 99.92 14:40:08 14:06:01 4 0.08 0.00 0.07 0.02 0.02 99.82 14:40:08 14:06:01 5 0.03 0.00 0.05 0.00 0.00 99.92 14:40:08 14:06:01 6 0.07 0.00 0.05 0.00 0.02 99.87 14:40:08 14:06:01 7 0.02 0.00 0.02 0.00 0.00 99.97 14:40:08 14:07:01 all 0.05 0.00 0.02 0.00 0.01 99.91 14:40:08 14:07:01 0 0.17 0.00 0.07 0.00 0.03 99.73 14:40:08 14:07:01 1 0.02 0.00 0.02 0.00 0.00 99.97 14:40:08 14:07:01 2 0.07 0.00 0.02 0.00 0.00 99.92 14:40:08 14:07:01 3 0.03 0.00 0.00 0.02 0.00 99.95 14:40:08 14:07:01 4 0.02 0.00 0.02 0.02 0.03 99.92 14:40:08 14:07:01 5 0.07 0.00 0.02 0.00 0.02 99.90 14:40:08 14:07:01 6 0.03 0.00 0.02 0.00 0.02 99.93 14:40:08 14:07:01 7 0.03 0.00 0.00 0.00 0.02 99.95 14:40:08 14:08:01 all 0.26 0.00 0.02 0.00 0.01 99.71 14:40:08 14:08:01 0 0.03 0.00 0.03 0.00 0.00 99.93 14:40:08 14:08:01 1 0.00 0.00 0.00 0.00 0.00 100.00 14:40:08 14:08:01 2 0.05 0.00 0.03 0.00 0.02 99.90 14:40:08 14:08:01 3 0.02 0.00 0.02 0.02 0.00 99.95 14:40:08 14:08:01 4 0.03 0.00 0.03 0.02 0.02 99.90 14:40:08 14:08:01 5 0.00 0.00 0.00 0.00 0.00 100.00 14:40:08 14:08:01 6 0.03 0.00 0.02 0.00 0.02 99.93 14:40:08 14:08:01 7 1.90 0.00 0.02 0.00 0.00 98.08 14:40:08 14:09:01 all 0.28 0.00 0.02 0.00 0.02 99.67 14:40:08 14:09:01 0 0.03 0.00 0.03 0.00 0.02 99.92 14:40:08 14:09:01 1 0.05 0.00 0.02 0.00 0.00 99.93 14:40:08 14:09:01 2 0.03 0.00 0.02 0.00 0.02 99.93 14:40:08 14:09:01 3 0.02 0.00 0.02 0.02 0.02 99.93 14:40:08 14:09:01 4 0.02 0.00 0.02 0.02 0.02 99.93 14:40:08 14:09:01 5 0.07 0.00 0.02 0.00 0.02 99.90 14:40:08 14:09:01 6 0.03 0.00 0.05 0.00 0.03 99.88 14:40:08 14:09:01 7 1.99 0.00 0.02 0.00 0.02 97.98 14:40:08 14:10:01 all 0.20 0.00 0.02 0.00 0.01 99.77 14:40:08 14:10:01 0 0.05 0.00 0.05 0.00 0.02 99.88 14:40:08 14:10:01 1 0.03 0.00 0.00 0.00 0.02 99.95 14:40:08 14:10:01 2 0.15 0.00 0.00 0.00 0.02 99.83 14:40:08 14:10:01 3 0.00 0.00 0.00 0.00 0.00 100.00 14:40:08 14:10:01 4 0.02 0.00 0.02 0.02 0.02 99.93 14:40:08 14:10:01 5 0.02 0.00 0.00 0.00 0.00 99.98 14:40:08 14:10:01 6 0.03 0.00 0.03 0.00 0.02 99.92 14:40:08 14:10:01 7 1.32 0.00 0.03 0.00 0.00 98.65 14:40:08 14:11:01 all 0.04 0.00 0.02 0.00 0.01 99.93 14:40:08 14:11:01 0 0.02 0.00 0.00 0.00 0.02 99.97 14:40:08 14:11:01 1 0.05 0.00 0.02 0.00 0.00 99.93 14:40:08 14:11:01 2 0.03 0.00 0.00 0.00 0.00 99.97 14:40:08 14:11:01 3 0.02 0.00 0.02 0.02 0.00 99.95 14:40:08 14:11:01 4 0.02 0.00 0.03 0.02 0.03 99.90 14:40:08 14:11:01 5 0.02 0.00 0.02 0.00 0.00 99.97 14:40:08 14:11:01 6 0.07 0.00 0.05 0.00 0.03 99.85 14:40:08 14:11:01 7 0.07 0.00 0.02 0.00 0.02 99.90 14:40:08 14:12:01 all 0.03 0.00 0.02 0.00 0.01 99.94 14:40:08 14:12:01 0 0.03 0.00 0.02 0.00 0.00 99.95 14:40:08 14:12:01 1 0.03 0.00 0.02 0.00 0.02 99.93 14:40:08 14:12:01 2 0.02 0.00 0.02 0.00 0.00 99.97 14:40:08 14:12:01 3 0.02 0.00 0.00 0.00 0.02 99.97 14:40:08 14:12:01 4 0.03 0.00 0.00 0.02 0.02 99.93 14:40:08 14:12:01 5 0.05 0.00 0.03 0.00 0.02 99.90 14:40:08 14:12:01 6 0.00 0.00 0.03 0.00 0.00 99.97 14:40:08 14:12:01 7 0.07 0.00 0.03 0.00 0.03 99.87 14:40:08 14:13:01 all 0.05 0.00 0.02 0.05 0.01 99.87 14:40:08 14:13:01 0 0.07 0.00 0.03 0.00 0.02 99.88 14:40:08 14:13:01 1 0.05 0.00 0.02 0.00 0.00 99.93 14:40:08 14:13:01 2 0.05 0.00 0.02 0.00 0.02 99.92 14:40:08 14:13:01 3 0.03 0.00 0.02 0.20 0.00 99.75 14:40:08 14:13:01 4 0.02 0.00 0.03 0.08 0.02 99.85 14:40:08 14:13:01 5 0.03 0.00 0.00 0.00 0.02 99.95 14:40:08 14:13:01 6 0.02 0.00 0.02 0.10 0.00 99.87 14:40:08 14:13:01 7 0.12 0.00 0.02 0.00 0.02 99.85 14:40:08 14:40:08 14:13:01 CPU %user %nice %system %iowait %steal %idle 14:40:08 14:14:01 all 0.03 0.00 0.01 0.00 0.01 99.95 14:40:08 14:14:01 0 0.00 0.00 0.02 0.00 0.02 99.97 14:40:08 14:14:01 1 0.03 0.00 0.00 0.00 0.02 99.95 14:40:08 14:14:01 2 0.10 0.00 0.00 0.00 0.00 99.90 14:40:08 14:14:01 3 0.02 0.00 0.00 0.00 0.02 99.97 14:40:08 14:14:01 4 0.00 0.00 0.03 0.00 0.02 99.95 14:40:08 14:14:01 5 0.05 0.00 0.03 0.00 0.02 99.90 14:40:08 14:14:01 6 0.02 0.00 0.00 0.00 0.02 99.97 14:40:08 14:14:01 7 0.02 0.00 0.02 0.00 0.00 99.97 14:40:08 14:15:01 all 0.04 0.00 0.02 0.00 0.02 99.92 14:40:08 14:15:01 0 0.05 0.00 0.02 0.00 0.02 99.92 14:40:08 14:15:01 1 0.03 0.00 0.03 0.00 0.02 99.92 14:40:08 14:15:01 2 0.08 0.00 0.03 0.00 0.02 99.87 14:40:08 14:15:01 3 0.03 0.00 0.02 0.00 0.00 99.95 14:40:08 14:15:01 4 0.03 0.00 0.03 0.00 0.03 99.90 14:40:08 14:15:01 5 0.02 0.00 0.03 0.00 0.03 99.92 14:40:08 14:15:01 6 0.00 0.00 0.00 0.02 0.00 99.98 14:40:08 14:15:01 7 0.05 0.00 0.00 0.00 0.02 99.93 14:40:08 14:16:01 all 0.21 0.00 0.02 0.01 0.01 99.75 14:40:08 14:16:01 0 0.02 0.00 0.02 0.00 0.02 99.95 14:40:08 14:16:01 1 0.02 0.00 0.02 0.00 0.00 99.97 14:40:08 14:16:01 2 0.07 0.00 0.03 0.00 0.02 99.88 14:40:08 14:16:01 3 0.02 0.00 0.00 0.00 0.00 99.98 14:40:08 14:16:01 4 0.00 0.00 0.03 0.07 0.02 99.88 14:40:08 14:16:01 5 0.07 0.00 0.02 0.00 0.02 99.90 14:40:08 14:16:01 6 0.00 0.00 0.00 0.00 0.00 100.00 14:40:08 14:16:01 7 1.52 0.00 0.03 0.00 0.02 98.43 14:40:08 14:17:02 all 0.04 0.00 0.02 0.00 0.01 99.93 14:40:08 14:17:02 0 0.08 0.00 0.02 0.00 0.02 99.88 14:40:08 14:17:02 1 0.07 0.00 0.00 0.00 0.00 99.93 14:40:08 14:17:02 2 0.10 0.00 0.00 0.00 0.02 99.88 14:40:08 14:17:02 3 0.02 0.00 0.02 0.02 0.02 99.93 14:40:08 14:17:02 4 0.00 0.00 0.03 0.00 0.02 99.95 14:40:08 14:17:02 5 0.03 0.00 0.03 0.00 0.03 99.90 14:40:08 14:17:02 6 0.00 0.00 0.02 0.00 0.00 99.98 14:40:08 14:17:02 7 0.03 0.00 0.02 0.00 0.00 99.95 14:40:08 14:18:01 all 0.03 0.00 0.02 0.00 0.01 99.94 14:40:08 14:18:01 0 0.02 0.00 0.03 0.00 0.02 99.93 14:40:08 14:18:01 1 0.05 0.00 0.03 0.00 0.02 99.90 14:40:08 14:18:01 2 0.02 0.00 0.05 0.00 0.00 99.93 14:40:08 14:18:01 3 0.02 0.00 0.00 0.00 0.02 99.97 14:40:08 14:18:01 4 0.02 0.00 0.00 0.02 0.00 99.97 14:40:08 14:18:01 5 0.07 0.00 0.05 0.00 0.02 99.86 14:40:08 14:18:01 6 0.00 0.00 0.00 0.00 0.00 100.00 14:40:08 14:18:01 7 0.02 0.00 0.00 0.00 0.00 99.98 14:40:08 14:19:01 all 0.04 0.00 0.02 0.00 0.01 99.92 14:40:08 14:19:01 0 0.05 0.00 0.05 0.00 0.02 99.88 14:40:08 14:19:01 1 0.02 0.00 0.02 0.00 0.00 99.97 14:40:08 14:19:01 2 0.02 0.00 0.02 0.00 0.02 99.95 14:40:08 14:19:01 3 0.03 0.00 0.05 0.02 0.02 99.88 14:40:08 14:19:01 4 0.00 0.00 0.00 0.02 0.02 99.97 14:40:08 14:19:01 5 0.05 0.00 0.02 0.00 0.02 99.92 14:40:08 14:19:01 6 0.13 0.00 0.02 0.00 0.02 99.83 14:40:08 14:19:01 7 0.00 0.00 0.00 0.00 0.00 100.00 14:40:08 14:20:01 all 0.17 0.00 0.02 0.00 0.01 99.78 14:40:08 14:20:01 0 0.05 0.00 0.02 0.00 0.02 99.92 14:40:08 14:20:01 1 0.03 0.00 0.02 0.00 0.02 99.93 14:40:08 14:20:01 2 0.03 0.00 0.02 0.00 0.02 99.93 14:40:08 14:20:01 3 0.02 0.00 0.03 0.02 0.03 99.90 14:40:08 14:20:01 4 0.00 0.00 0.00 0.02 0.00 99.98 14:40:08 14:20:01 5 0.00 0.00 0.03 0.00 0.02 99.95 14:40:08 14:20:01 6 1.22 0.00 0.07 0.00 0.00 98.71 14:40:08 14:20:01 7 0.03 0.00 0.00 0.00 0.02 99.95 14:40:08 14:21:01 all 0.02 0.00 0.02 0.00 0.01 99.95 14:40:08 14:21:01 0 0.03 0.00 0.03 0.00 0.02 99.92 14:40:08 14:21:01 1 0.03 0.00 0.02 0.00 0.00 99.95 14:40:08 14:21:01 2 0.00 0.00 0.02 0.00 0.00 99.98 14:40:08 14:21:01 3 0.05 0.00 0.05 0.00 0.02 99.88 14:40:08 14:21:01 4 0.00 0.00 0.00 0.02 0.00 99.98 14:40:08 14:21:01 5 0.05 0.00 0.02 0.00 0.03 99.90 14:40:08 14:21:01 6 0.00 0.00 0.00 0.00 0.00 100.00 14:40:08 14:21:01 7 0.02 0.00 0.03 0.00 0.00 99.95 14:40:08 14:22:01 all 0.04 0.00 0.01 0.00 0.02 99.93 14:40:08 14:22:01 0 0.03 0.00 0.02 0.00 0.02 99.93 14:40:08 14:22:01 1 0.03 0.00 0.02 0.00 0.00 99.95 14:40:08 14:22:01 2 0.07 0.00 0.02 0.02 0.02 99.88 14:40:08 14:22:01 3 0.07 0.00 0.02 0.00 0.03 99.88 14:40:08 14:22:01 4 0.00 0.00 0.00 0.02 0.02 99.97 14:40:08 14:22:01 5 0.07 0.00 0.02 0.00 0.02 99.90 14:40:08 14:22:01 6 0.02 0.00 0.02 0.00 0.02 99.95 14:40:08 14:22:01 7 0.02 0.00 0.00 0.00 0.02 99.97 14:40:08 14:23:01 all 0.01 0.00 0.02 0.00 0.01 99.95 14:40:08 14:23:01 0 0.02 0.00 0.05 0.00 0.02 99.92 14:40:08 14:23:01 1 0.02 0.00 0.02 0.00 0.02 99.95 14:40:08 14:23:01 2 0.00 0.00 0.02 0.00 0.00 99.98 14:40:08 14:23:01 3 0.02 0.00 0.02 0.02 0.02 99.93 14:40:08 14:23:01 4 0.00 0.00 0.00 0.02 0.00 99.98 14:40:08 14:23:01 5 0.05 0.00 0.05 0.00 0.03 99.87 14:40:08 14:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 14:40:08 14:23:01 7 0.00 0.00 0.02 0.00 0.00 99.98 14:40:08 14:24:01 all 0.03 0.00 0.02 0.00 0.01 99.94 14:40:08 14:24:01 0 0.07 0.00 0.05 0.00 0.02 99.87 14:40:08 14:24:01 1 0.02 0.00 0.00 0.00 0.00 99.98 14:40:08 14:24:01 2 0.05 0.00 0.02 0.00 0.02 99.92 14:40:08 14:24:01 3 0.03 0.00 0.07 0.02 0.03 99.85 14:40:08 14:24:01 4 0.00 0.00 0.00 0.00 0.00 100.00 14:40:08 14:24:01 5 0.05 0.00 0.03 0.00 0.02 99.90 14:40:08 14:24:01 6 0.00 0.00 0.00 0.00 0.02 99.98 14:40:08 14:24:01 7 0.02 0.00 0.00 0.00 0.00 99.98 14:40:08 14:40:08 14:24:01 CPU %user %nice %system %iowait %steal %idle 14:40:08 14:25:01 all 0.03 0.00 0.02 0.00 0.01 99.94 14:40:08 14:25:01 0 0.03 0.00 0.03 0.00 0.02 99.92 14:40:08 14:25:01 1 0.03 0.00 0.02 0.00 0.00 99.95 14:40:08 14:25:01 2 0.02 0.00 0.03 0.00 0.00 99.95 14:40:08 14:25:01 3 0.02 0.00 0.02 0.02 0.02 99.93 14:40:08 14:25:01 4 0.00 0.00 0.00 0.00 0.00 100.00 14:40:08 14:25:01 5 0.05 0.00 0.05 0.00 0.02 99.88 14:40:08 14:25:01 6 0.08 0.00 0.02 0.00 0.00 99.90 14:40:08 14:25:01 7 0.00 0.00 0.00 0.00 0.00 100.00 14:40:08 14:26:01 all 0.03 0.00 0.01 0.00 0.01 99.94 14:40:08 14:26:01 0 0.07 0.00 0.00 0.00 0.02 99.92 14:40:08 14:26:01 1 0.03 0.00 0.00 0.00 0.02 99.95 14:40:08 14:26:01 2 0.03 0.00 0.02 0.00 0.02 99.93 14:40:08 14:26:01 3 0.03 0.00 0.05 0.02 0.02 99.88 14:40:08 14:26:01 4 0.00 0.00 0.00 0.02 0.02 99.97 14:40:08 14:26:01 5 0.03 0.00 0.05 0.00 0.02 99.90 14:40:08 14:26:01 6 0.03 0.00 0.00 0.00 0.00 99.97 14:40:08 14:26:01 7 0.02 0.00 0.00 0.00 0.00 99.98 14:40:08 14:27:01 all 0.05 0.00 0.03 0.00 0.01 99.91 14:40:08 14:27:01 0 0.02 0.00 0.03 0.00 0.02 99.93 14:40:08 14:27:01 1 0.05 0.00 0.03 0.00 0.00 99.92 14:40:08 14:27:01 2 0.00 0.00 0.02 0.00 0.00 99.98 14:40:08 14:27:01 3 0.03 0.00 0.05 0.02 0.02 99.88 14:40:08 14:27:01 4 0.02 0.00 0.00 0.02 0.00 99.97 14:40:08 14:27:01 5 0.02 0.00 0.00 0.00 0.02 99.97 14:40:08 14:27:01 6 0.30 0.00 0.07 0.00 0.02 99.62 14:40:08 14:27:01 7 0.00 0.00 0.00 0.00 0.02 99.98 14:40:08 14:28:01 all 0.04 0.00 0.03 0.00 0.01 99.92 14:40:08 14:28:01 0 0.08 0.00 0.07 0.00 0.02 99.83 14:40:08 14:28:01 1 0.03 0.00 0.03 0.00 0.02 99.92 14:40:08 14:28:01 2 0.05 0.00 0.02 0.00 0.02 99.92 14:40:08 14:28:01 3 0.02 0.00 0.07 0.00 0.02 99.90 14:40:08 14:28:01 4 0.00 0.00 0.00 0.00 0.00 100.00 14:40:08 14:28:01 5 0.05 0.00 0.02 0.00 0.00 99.93 14:40:08 14:28:01 6 0.05 0.00 0.00 0.00 0.02 99.93 14:40:08 14:28:01 7 0.02 0.00 0.02 0.00 0.00 99.97 14:40:08 14:29:01 all 0.01 0.00 0.02 0.00 0.01 99.95 14:40:08 14:29:01 0 0.03 0.00 0.05 0.00 0.03 99.88 14:40:08 14:29:01 1 0.00 0.00 0.02 0.00 0.00 99.98 14:40:08 14:29:01 2 0.02 0.00 0.02 0.00 0.00 99.97 14:40:08 14:29:01 3 0.02 0.00 0.03 0.02 0.02 99.92 14:40:08 14:29:01 4 0.00 0.00 0.02 0.00 0.00 99.98 14:40:08 14:29:01 5 0.00 0.00 0.02 0.00 0.02 99.97 14:40:08 14:29:01 6 0.02 0.00 0.00 0.00 0.00 99.98 14:40:08 14:29:01 7 0.02 0.00 0.03 0.00 0.02 99.93 14:40:08 14:30:01 all 0.02 0.00 0.01 0.00 0.01 99.95 14:40:08 14:30:01 0 0.07 0.00 0.05 0.00 0.02 99.87 14:40:08 14:30:01 1 0.02 0.00 0.02 0.00 0.00 99.97 14:40:08 14:30:01 2 0.03 0.00 0.03 0.00 0.00 99.93 14:40:08 14:30:01 3 0.00 0.00 0.00 0.00 0.02 99.98 14:40:08 14:30:01 4 0.00 0.00 0.00 0.02 0.02 99.97 14:40:08 14:30:01 5 0.05 0.00 0.00 0.00 0.00 99.95 14:40:08 14:30:01 6 0.02 0.00 0.00 0.00 0.00 99.98 14:40:08 14:30:01 7 0.00 0.00 0.02 0.00 0.02 99.97 14:40:08 14:31:01 all 0.02 0.00 0.01 0.00 0.01 99.95 14:40:08 14:31:01 0 0.10 0.00 0.03 0.00 0.03 99.83 14:40:08 14:31:01 1 0.03 0.00 0.00 0.00 0.02 99.95 14:40:08 14:31:01 2 0.02 0.00 0.00 0.00 0.02 99.97 14:40:08 14:31:01 3 0.02 0.00 0.02 0.02 0.03 99.92 14:40:08 14:31:01 4 0.00 0.00 0.00 0.00 0.00 100.00 14:40:08 14:31:01 5 0.00 0.00 0.03 0.00 0.02 99.95 14:40:08 14:31:01 6 0.00 0.00 0.02 0.00 0.00 99.98 14:40:08 14:31:01 7 0.02 0.00 0.00 0.00 0.00 99.98 14:40:08 14:32:01 all 0.05 0.00 0.01 0.00 0.01 99.92 14:40:08 14:32:01 0 0.05 0.00 0.03 0.00 0.03 99.88 14:40:08 14:32:01 1 0.03 0.00 0.00 0.00 0.00 99.97 14:40:08 14:32:01 2 0.02 0.00 0.00 0.00 0.00 99.98 14:40:08 14:32:01 3 0.03 0.00 0.00 0.02 0.02 99.93 14:40:08 14:32:01 4 0.00 0.00 0.00 0.02 0.00 99.98 14:40:08 14:32:01 5 0.07 0.00 0.03 0.00 0.02 99.88 14:40:08 14:32:01 6 0.15 0.00 0.00 0.00 0.02 99.83 14:40:08 14:32:01 7 0.05 0.00 0.00 0.00 0.02 99.93 14:40:08 14:33:01 all 0.27 0.00 0.02 0.00 0.01 99.70 14:40:08 14:33:01 0 0.03 0.00 0.05 0.00 0.02 99.90 14:40:08 14:33:01 1 0.02 0.00 0.02 0.00 0.00 99.97 14:40:08 14:33:01 2 0.02 0.00 0.00 0.00 0.00 99.98 14:40:08 14:33:01 3 0.02 0.00 0.00 0.02 0.00 99.97 14:40:08 14:33:01 4 0.00 0.00 0.00 0.00 0.02 99.98 14:40:08 14:33:01 5 0.05 0.00 0.02 0.00 0.00 99.93 14:40:08 14:33:01 6 1.97 0.00 0.02 0.00 0.02 98.00 14:40:08 14:33:01 7 0.03 0.00 0.03 0.00 0.00 99.93 14:40:08 14:34:01 all 0.28 0.00 0.02 0.00 0.01 99.68 14:40:08 14:34:01 0 0.07 0.00 0.03 0.00 0.02 99.88 14:40:08 14:34:01 1 0.05 0.00 0.02 0.00 0.02 99.92 14:40:08 14:34:01 2 0.03 0.00 0.03 0.00 0.02 99.92 14:40:08 14:34:01 3 0.02 0.00 0.02 0.00 0.00 99.97 14:40:08 14:34:01 4 0.00 0.00 0.00 0.02 0.00 99.98 14:40:08 14:34:01 5 0.05 0.00 0.00 0.00 0.02 99.93 14:40:08 14:34:01 6 2.00 0.00 0.03 0.00 0.02 97.95 14:40:08 14:34:01 7 0.03 0.00 0.00 0.00 0.02 99.95 14:40:08 14:35:01 all 0.10 0.00 0.02 0.00 0.01 99.86 14:40:08 14:35:01 0 0.03 0.00 0.07 0.00 0.02 99.88 14:40:08 14:35:01 1 0.03 0.00 0.03 0.00 0.02 99.92 14:40:08 14:35:01 2 0.05 0.00 0.03 0.00 0.02 99.90 14:40:08 14:35:01 3 0.00 0.00 0.00 0.02 0.02 99.97 14:40:08 14:35:01 4 0.00 0.00 0.02 0.00 0.00 99.98 14:40:08 14:35:01 5 0.00 0.00 0.02 0.00 0.00 99.98 14:40:08 14:35:01 6 0.66 0.00 0.02 0.00 0.02 99.30 14:40:08 14:35:01 7 0.00 0.00 0.02 0.00 0.00 99.98 14:40:08 14:40:08 14:35:01 CPU %user %nice %system %iowait %steal %idle 14:40:08 14:36:01 all 0.03 0.00 0.01 0.01 0.01 99.94 14:40:08 14:36:01 0 0.03 0.00 0.00 0.00 0.02 99.95 14:40:08 14:36:01 1 0.03 0.00 0.05 0.00 0.02 99.90 14:40:08 14:36:01 2 0.08 0.00 0.02 0.00 0.00 99.90 14:40:08 14:36:01 3 0.02 0.00 0.00 0.07 0.00 99.92 14:40:08 14:36:01 4 0.00 0.00 0.00 0.02 0.00 99.98 14:40:08 14:36:01 5 0.03 0.00 0.02 0.00 0.02 99.93 14:40:08 14:36:01 6 0.02 0.00 0.02 0.00 0.03 99.93 14:40:08 14:36:01 7 0.02 0.00 0.02 0.00 0.00 99.97 14:40:08 14:37:01 all 0.02 0.00 0.02 0.00 0.01 99.95 14:40:08 14:37:01 0 0.05 0.00 0.03 0.00 0.02 99.90 14:40:08 14:37:01 1 0.02 0.00 0.03 0.00 0.03 99.92 14:40:08 14:37:01 2 0.02 0.00 0.00 0.00 0.02 99.97 14:40:08 14:37:01 3 0.02 0.00 0.00 0.00 0.02 99.97 14:40:08 14:37:01 4 0.00 0.00 0.00 0.02 0.02 99.97 14:40:08 14:37:01 5 0.05 0.00 0.05 0.00 0.00 99.90 14:40:08 14:37:01 6 0.02 0.00 0.02 0.00 0.02 99.95 14:40:08 14:37:01 7 0.00 0.00 0.00 0.00 0.00 100.00 14:40:08 14:38:01 all 0.03 0.00 0.01 0.00 0.01 99.95 14:40:08 14:38:01 0 0.05 0.00 0.03 0.00 0.02 99.90 14:40:08 14:38:01 1 0.03 0.00 0.02 0.00 0.02 99.93 14:40:08 14:38:01 2 0.02 0.00 0.00 0.00 0.00 99.98 14:40:08 14:38:01 3 0.00 0.00 0.00 0.02 0.00 99.98 14:40:08 14:38:01 4 0.00 0.00 0.00 0.00 0.00 100.00 14:40:08 14:38:01 5 0.07 0.00 0.03 0.00 0.02 99.88 14:40:08 14:38:01 6 0.02 0.00 0.02 0.00 0.02 99.95 14:40:08 14:38:01 7 0.02 0.00 0.00 0.00 0.02 99.97 14:40:08 14:39:01 all 3.86 0.00 1.68 1.02 0.04 93.40 14:40:08 14:39:01 0 4.23 0.00 1.17 0.03 0.03 94.53 14:40:08 14:39:01 1 3.78 0.00 1.59 0.05 0.03 94.54 14:40:08 14:39:01 2 4.72 0.00 1.66 0.02 0.03 93.58 14:40:08 14:39:01 3 3.56 0.00 2.11 6.81 0.07 87.45 14:40:08 14:39:01 4 3.93 0.00 2.01 1.02 0.03 93.01 14:40:08 14:39:01 5 3.56 0.00 1.62 0.02 0.05 94.75 14:40:08 14:39:01 6 4.39 0.00 1.15 0.00 0.05 94.41 14:40:08 14:39:01 7 2.74 0.00 2.12 0.24 0.03 94.88 14:40:08 14:40:01 all 8.67 0.00 3.81 2.45 0.07 85.01 14:40:08 14:40:01 0 9.87 0.00 3.40 0.17 0.07 86.50 14:40:08 14:40:01 1 8.46 0.00 4.54 7.33 0.14 79.54 14:40:08 14:40:01 2 9.78 0.00 3.83 2.70 0.03 83.66 14:40:08 14:40:01 3 8.09 0.00 3.62 7.86 0.05 80.37 14:40:08 14:40:01 4 7.98 0.00 4.21 0.08 0.07 87.66 14:40:08 14:40:01 5 8.22 0.00 3.81 0.71 0.07 87.20 14:40:08 14:40:01 6 8.52 0.00 3.60 0.30 0.07 87.51 14:40:08 14:40:01 7 8.39 0.00 3.48 0.49 0.05 87.59 14:40:08 Average: all 8.07 0.00 1.43 1.25 0.03 89.22 14:40:08 Average: 0 7.99 0.00 1.48 1.60 0.04 88.90 14:40:08 Average: 1 8.10 0.00 1.48 1.41 0.03 88.98 14:40:08 Average: 2 8.10 0.00 1.47 1.00 0.03 89.41 14:40:08 Average: 3 8.06 0.00 1.34 1.69 0.03 88.88 14:40:08 Average: 4 7.91 0.00 1.51 0.49 0.03 90.06 14:40:08 Average: 5 8.00 0.00 1.49 2.21 0.04 88.27 14:40:08 Average: 6 8.22 0.00 1.33 0.43 0.03 89.99 14:40:08 Average: 7 8.17 0.00 1.37 1.16 0.03 89.27 14:40:08 14:40:08 14:40:08