Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 239ef15ab24daf2ea0f6ddd51cd241359830100f 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-ssh3023434069962725729.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-ssh16629073549816721277.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-ssh12380168478074012519.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-ssh2336561615380998181.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-ssh5063168295751885153.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-915’ is offline Running on prd-ubuntu20.04-docker-8c-8g-918 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/641 [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/641 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 239ef15ab24daf2ea0f6ddd51cd241359830100f (main) Commit message: "Merge pull request #4786 from edgexfoundry/dependabot/go_modules/github.com/spiffe/go-spiffe/v2-2.2.0" > git config core.sparsecheckout # timeout=10 > git checkout -f 239ef15ab24daf2ea0f6ddd51cd241359830100f # timeout=10 > git rev-list --no-walk c31cd9eb7015f09c4a21cf57bf0b40645aaa1bb4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:17:53 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:17:53 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:17:53 ========================================================= 05:17:53 EdgeX Global Pipelines Version Info 05:17:53 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:17:54 ------------------- 05:17:54 stable info: 05:17:54 ------------------- 05:17:54 Commited By: Ginny Guan ginny@iotechsys.com 05:17:54 Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc 05:17:54 Message: update stable to v1.0.260 05:17:55 ------------------- 05:17:55 experimental info: 05:17:55 ------------------- 05:17:55 Commited By: Ginny Guan ginny@iotechsys.com 05:17:55 Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 05:17:55 Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:17:55 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 05:17:55 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 05:17:55 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:17:55 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:17:55 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:17:55 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 05:17:55 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 05:17:55 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 05:17:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 05:17:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 05:17:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:17:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:17:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 05:17:55 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:17:55 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:17:55 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 05:17:55 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 05:17:55 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:17:55 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 05:17:55 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 05:17:55 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:17:55 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 05:17:55 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 05:17:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 05:17:55 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 05:17:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 05:17:55 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] echo 05:17:55 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 239ef15 [Pipeline] echo 05:17:55 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:17:55 provisioning config files... 05:17:55 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/641@tmp/config18439249176369628540tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:17:56 ---> ****-login.sh 05:17:56 nexus3.edgexfoundry.org:10001 05:17:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:17:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:17:56 Configure a credential helper to remove this warning. See 05:17:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:17:56 05:17:56 Login Succeeded 05:17:56 nexus3.edgexfoundry.org:10002 05:17:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:17:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:17:56 Configure a credential helper to remove this warning. See 05:17:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:17:56 05:17:56 Login Succeeded 05:17:56 nexus3.edgexfoundry.org:10003 05:17:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:17:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:17:56 Configure a credential helper to remove this warning. See 05:17:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:17:56 05:17:56 Login Succeeded 05:17:56 nexus3.edgexfoundry.org:10004 05:17:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:17:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:17:56 Configure a credential helper to remove this warning. See 05:17:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:17:56 05:17:56 Login Succeeded 05:17:56 ****.io 05:17:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:17:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:17:57 Configure a credential helper to remove this warning. See 05:17:57 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:17:57 05:17:57 Login Succeeded 05:17:57 ---> ****-login.sh ends [Pipeline] } 05:17:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:17:57 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 05:17:57 + dirname cmd/core-command/Dockerfile 05:17:57 + cut -d/ -f2 05:17:57 + echo core-command,cmd/core-command/Dockerfile 05:17:57 + dirname cmd/core-common-config-bootstrapper/Dockerfile 05:17:57 + cut -d/ -f2 05:17:57 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 05:17:57 + + cut -d/dirname -f2 cmd/core-data/Dockerfile 05:17:57 05:17:57 + echo core-data,cmd/core-data/Dockerfile 05:17:57 + + dirnamecut cmd/core-metadata/Dockerfile -d/ 05:17:57 -f2 05:17:57 + echo core-metadata,cmd/core-metadata/Dockerfile 05:17:57 + + dirname cmd/security-bootstrapper/Dockerfilecut 05:17:57 -d/ -f2 05:17:57 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 05:17:57 + dirname cmd/security-proxy-auth/Dockerfile 05:17:57 + cut -d/ -f2 05:17:57 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 05:17:57 + dirname+ cmd/security-proxy-setup/Dockerfile 05:17:57 cut -d/ -f2 05:17:57 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 05:17:57 + dirname cmd/security-secretstore-setup/Dockerfile 05:17:57 + cut -d/ -f2 05:17:57 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 05:17:57 + + dirname cmd/security-spiffe-token-provider/Dockerfile 05:17:57 cut -d/ -f2 05:17:57 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 05:17:57 + dirname cmd/security-spire-agent/Dockerfile 05:17:57 + cut -d/ -f2 05:17:57 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 05:17:57 + dirname cmd/security-spire-config/Dockerfile 05:17:57 + cut -d/ -f2 05:17:57 + echo security-spire-config,cmd/security-spire-config/Dockerfile 05:17:57 + dirname cmd/security-spire-server/Dockerfile 05:17:57 + cut -d/ -f2 05:17:57 + echo security-spire-server,cmd/security-spire-server/Dockerfile 05:17:57 + dirname cmd/support-notifications/Dockerfile 05:17:57 + cut -d/ -f2 05:17:57 + echo support-notifications,cmd/support-notifications/Dockerfile 05:17:57 + dirname cmd/support-scheduler/Dockerfile 05:17:57 + cut -d/ -f2 05:17:57 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 05:17:57 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-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 05:17:58 + git rev-list -1 --merges 239ef15ab24daf2ea0f6ddd51cd241359830100f~1..239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] echo 05:17:58 -----------> git rev-list -1 --merges 239ef15ab24daf2ea0f6ddd51cd241359830100f~1..239ef15ab24daf2ea0f6ddd51cd241359830100f 239ef15ab24daf2ea0f6ddd51cd241359830100f 05:17:58 239ef15ab24daf2ea0f6ddd51cd241359830100f [false] [Pipeline] sh 05:17:58 + git log --format=format:%s -1 239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] echo 05:17:58 ========================================================= 05:17:58 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 05:17:58 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 05:17:58 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:17:58 + grep -v github /etc/ssh/ssh_known_hosts 05:17:58 + [ -e /tmp/ssh_known_hosts ] 05:17:58 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 05:17:58 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 05:17:58 + sudo tee -a /etc/ssh/ssh_known_hosts 05:17:58 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:17:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:17:59 05:17:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:17:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:17:59 0.1.4: Pulling from edgex-devops/py-git-semver 05:17:59 b85a868b505f: Pulling fs layer 05:17:59 e2be974225ed: Pulling fs layer 05:17:59 339a4e72a1f5: Pulling fs layer 05:17:59 988bab9f4d93: Pulling fs layer 05:17:59 1469e6f7b9e6: Pulling fs layer 05:17:59 eaf3925da568: Pulling fs layer 05:17:59 bab4dde63d76: Pulling fs layer 05:17:59 bde34c3a00c8: Pulling fs layer 05:17:59 b352a97aabf1: Pulling fs layer 05:17:59 4872d77fe225: Pulling fs layer 05:17:59 5851b861e8e6: Pulling fs layer 05:17:59 bab4dde63d76: Waiting 05:17:59 1469e6f7b9e6: Waiting 05:17:59 b352a97aabf1: Waiting 05:17:59 4872d77fe225: Waiting 05:17:59 bde34c3a00c8: Waiting 05:17:59 5851b861e8e6: Waiting 05:17:59 988bab9f4d93: Waiting 05:17:59 eaf3925da568: Waiting 05:17:59 e2be974225ed: Download complete 05:17:59 988bab9f4d93: Verifying Checksum 05:17:59 988bab9f4d93: Download complete 05:17:59 1469e6f7b9e6: Verifying Checksum 05:17:59 1469e6f7b9e6: Download complete 05:17:59 eaf3925da568: Verifying Checksum 05:17:59 eaf3925da568: Download complete 05:18:00 339a4e72a1f5: Verifying Checksum 05:18:00 339a4e72a1f5: Download complete 05:18:00 bde34c3a00c8: Verifying Checksum 05:18:00 bde34c3a00c8: Download complete 05:18:00 b352a97aabf1: Download complete 05:18:00 4872d77fe225: Verifying Checksum 05:18:00 4872d77fe225: Download complete 05:18:00 b85a868b505f: Verifying Checksum 05:18:00 b85a868b505f: Download complete 05:18:00 bab4dde63d76: Verifying Checksum 05:18:00 bab4dde63d76: Download complete 05:18:01 b85a868b505f: Pull complete 05:18:01 e2be974225ed: Pull complete 05:18:01 339a4e72a1f5: Pull complete 05:18:01 988bab9f4d93: Pull complete 05:18:02 1469e6f7b9e6: Pull complete 05:18:02 eaf3925da568: Pull complete 05:18:03 bab4dde63d76: Pull complete 05:18:03 bde34c3a00c8: Pull complete 05:18:03 b352a97aabf1: Pull complete 05:18:03 4872d77fe225: Pull complete 05:18:03 5851b861e8e6: Pull complete 05:18:03 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 05:18:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:18:03 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:18:04 prd-ubuntu20.04-docker-8c-8g-918 does not seem to be running inside a container 05:18:04 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/641 -v /w/workspace/edgex-go/641:/w/workspace/edgex-go/641:rw,z -v /w/workspace/edgex-go/641@tmp:/w/workspace/edgex-go/641@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 05:18:07 $ docker top f8183ad6e4f54c793a62e73ad74dbb7d1aec192f4985f49452e5178ec06c99cb -eo pid,comm 05:18:07 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). 05:18:07 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:18:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:18:07 [ssh-agent] Looking for ssh-agent implementation... 05:18:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:18:07 $ docker exec f8183ad6e4f54c793a62e73ad74dbb7d1aec192f4985f49452e5178ec06c99cb ssh-agent 05:18:07 SSH_AUTH_SOCK=/tmp/ssh-DPJr633eGpZ0/agent.32 05:18:07 SSH_AGENT_PID=38 05:18:07 Running ssh-add (command line suppressed) 05:18:07 Identity added: /w/workspace/edgex-go/641@tmp/private_key_18231966235602969987.key (/w/workspace/edgex-go/641@tmp/private_key_18231966235602969987.key) 05:18:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:18:07 + git tag --points-at HEAD [Pipeline] } 05:18:07 $ docker exec --env ******** --env ******** f8183ad6e4f54c793a62e73ad74dbb7d1aec192f4985f49452e5178ec06c99cb ssh-agent -k 05:18:07 unset SSH_AUTH_SOCK; 05:18:07 unset SSH_AGENT_PID; 05:18:07 echo Agent pid 38 killed; 05:18:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:18:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:18:07 [ssh-agent] Looking for ssh-agent implementation... 05:18:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:18:08 $ docker exec f8183ad6e4f54c793a62e73ad74dbb7d1aec192f4985f49452e5178ec06c99cb ssh-agent 05:18:08 SSH_AUTH_SOCK=/tmp/ssh-ZO2ynzXzvQj3/agent.72 05:18:08 SSH_AGENT_PID=78 05:18:08 Running ssh-add (command line suppressed) 05:18:08 Identity added: /w/workspace/edgex-go/641@tmp/private_key_4752444051332249162.key (/w/workspace/edgex-go/641@tmp/private_key_4752444051332249162.key) 05:18:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:18:08 + git semver init 05:18:08 2024-05-28 05:18:08,811 [run_init] DEBUG init version:0.0.0 force:False 05:18:08 2024-05-28 05:18:08,812 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/641/.semver 05:18:08 2024-05-28 05:18:08,813 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/641/.semver 05:18:08 2024-05-28 05:18:08,813 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/641/.semver'], cwd=/w/workspace/edgex-go/641, universal_newlines=False, shell=None, istream=None) 05:18:15 2024-05-28 05:18:14,356 [append_file] DEBUG append to file:/w/workspace/edgex-go/641/.git/info/exclude 05:18:15 2024-05-28 05:18:14,357 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/641/.semver/main with force:False 05:18:15 2024-05-28 05:18:14,357 [read_version] DEBUG read version from /w/workspace/edgex-go/641/.semver/main 05:18:15 2024-05-28 05:18:14,357 [read_version] DEBUG read version from /w/workspace/edgex-go/641/.semver/main 05:18:15 3.2.0-dev.23 [Pipeline] } 05:18:15 $ docker exec --env ******** --env ******** f8183ad6e4f54c793a62e73ad74dbb7d1aec192f4985f49452e5178ec06c99cb ssh-agent -k 05:18:15 unset SSH_AUTH_SOCK; 05:18:15 unset SSH_AGENT_PID; 05:18:15 echo Agent pid 78 killed; 05:18:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:18:15 + git semver [Pipeline] } 05:18:16 $ docker stop --time=1 f8183ad6e4f54c793a62e73ad74dbb7d1aec192f4985f49452e5178ec06c99cb 05:18:17 $ docker rm -f --volumes f8183ad6e4f54c793a62e73ad74dbb7d1aec192f4985f49452e5178ec06c99cb [Pipeline] // withDockerContainer [Pipeline] sh 05:18:17 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:18:18 Stashed 1 file(s) [Pipeline] echo 05:18:18 [edgeXSemver]: initialized semver on version 3.2.0-dev.23 [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 05:18:18 + git config --global --add safe.directory /w/workspace/edgex-go/641 [Pipeline] echo 05:18:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 05:18:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 05:18:18 ========================================================= 05:18:18 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 05:18:18 ========================================================= [Pipeline] fileExists [Pipeline] sh 05:18:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 05:18:18 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 05:18:18 619be1103602: Pulling fs layer 05:18:18 7862e08f4a3e: Pulling fs layer 05:18:18 5df492c9dc93: Pulling fs layer 05:18:18 7629e6793208: Pulling fs layer 05:18:18 4f4fb700ef54: Pulling fs layer 05:18:18 fb5054dd5b73: Pulling fs layer 05:18:18 eeca6798cff9: Pulling fs layer 05:18:18 aa269ceb94a6: Pulling fs layer 05:18:18 ada007ff1a6a: Pulling fs layer 05:18:18 7629e6793208: Waiting 05:18:18 4f4fb700ef54: Waiting 05:18:18 fb5054dd5b73: Waiting 05:18:18 eeca6798cff9: Waiting 05:18:18 aa269ceb94a6: Waiting 05:18:18 ada007ff1a6a: Waiting 05:18:18 7862e08f4a3e: Verifying Checksum 05:18:18 7862e08f4a3e: Download complete 05:18:18 7629e6793208: Download complete 05:18:18 4f4fb700ef54: Verifying Checksum 05:18:18 4f4fb700ef54: Download complete 05:18:18 fb5054dd5b73: Verifying Checksum 05:18:18 fb5054dd5b73: Download complete 05:18:18 619be1103602: Verifying Checksum 05:18:18 619be1103602: Download complete 05:18:18 eeca6798cff9: Verifying Checksum 05:18:18 eeca6798cff9: Download complete 05:18:19 619be1103602: Pull complete 05:18:19 ada007ff1a6a: Verifying Checksum 05:18:19 ada007ff1a6a: Download complete 05:18:19 7862e08f4a3e: Pull complete 05:18:19 5df492c9dc93: Verifying Checksum 05:18:19 5df492c9dc93: Download complete 05:18:19 aa269ceb94a6: Verifying Checksum 05:18:19 aa269ceb94a6: Download complete 05:18:22 5df492c9dc93: Pull complete 05:18:22 7629e6793208: Pull complete 05:18:22 4f4fb700ef54: Pull complete 05:18:22 fb5054dd5b73: Pull complete 05:18:22 eeca6798cff9: Pull complete 05:18:24 aa269ceb94a6: Pull complete 05:18:25 ada007ff1a6a: Pull complete 05:18:25 Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 05:18:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 05:18:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh 05:18:25 + + echodocker FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 05:18:25 WORKDIR /edgex 05:18:25 COPY go.mod . 05:18:25 RUN go mod download build 05:18:25 -t ci-base-image-x86_64 -f - . 05:18:26 Sending build context to Docker daemon 178.3MB 05:18:26 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 05:18:26 ---> f489d0715acc 05:18:26 Step 2/4 : WORKDIR /edgex 05:18:32 ---> Running in 140d6ed753a8 05:18:32 Removing intermediate container 140d6ed753a8 05:18:32 ---> 08d2df7e3083 05:18:32 Step 3/4 : COPY go.mod . 05:18:32 ---> 51a8aa1e0c2f 05:18:32 Step 4/4 : RUN go mod download 05:18:32 ---> Running in f5dee1e80fdc 05:18:33 Still waiting to schedule task 05:18:33 ‘prd-ubuntu20.04-docker-arm64-4c-16g-916’ is offline 05:18:59 Removing intermediate container f5dee1e80fdc 05:18:59 ---> f6246d9fdec1 05:18:59 Successfully built f6246d9fdec1 05:18:59 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:18:59 + docker inspect -f . ci-base-image-x86_64 05:18:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:18:59 prd-ubuntu20.04-docker-8c-8g-918 does not seem to be running inside a container 05:18:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/641 -v /w/workspace/edgex-go/641:/w/workspace/edgex-go/641:rw,z -v /w/workspace/edgex-go/641@tmp:/w/workspace/edgex-go/641@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:19:00 $ docker top 04d8959eb5a5c5d2cfc8ff014f09b9652f5d7ba9d5f0c0232a660b372e14d922 -eo pid,comm [Pipeline] { [Pipeline] sh 05:19:00 + go version 05:19:00 go version go1.21.9 linux/amd64 [Pipeline] } 05:19:00 $ docker stop --time=1 04d8959eb5a5c5d2cfc8ff014f09b9652f5d7ba9d5f0c0232a660b372e14d922 05:19:02 $ docker rm -f --volumes 04d8959eb5a5c5d2cfc8ff014f09b9652f5d7ba9d5f0c0232a660b372e14d922 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:19:02 + docker inspect -f . ci-base-image-x86_64 05:19:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:19:02 prd-ubuntu20.04-docker-8c-8g-918 does not seem to be running inside a container 05:19:02 $ 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/641 -v /w/workspace/edgex-go/641:/w/workspace/edgex-go/641:rw,z -v /w/workspace/edgex-go/641@tmp:/w/workspace/edgex-go/641@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:19:02 $ docker top dc767cb7f5f01c4b684d89217ea2e1d3606adb90f36fe0b7ec2aea8f616f1fab -eo pid,comm [Pipeline] { [Pipeline] echo 05:19:03 ========================================================= 05:19:03 [edgeXBuildGoParallel] Running Tests and Build... 05:19:03 ========================================================= [Pipeline] sh 05:19:03 + git config --global --add safe.directory /w/workspace/edgex-go/641 [Pipeline] fileExists [Pipeline] sh 05:19:03 + make test 05:19:03 go test -race -coverprofile=coverage.out ./... 05:19:11 ? github.com/edgexfoundry/edgex-go [no test files] 05:19:50 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 05:19:50 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 05:19:50 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 05:19:50 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 05:19:50 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 05:19:50 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 05:19:50 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 05:19:50 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 05:19:50 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 05:19:50 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 05:19:50 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 05:19:50 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 05:19:50 ? github.com/edgexfoundry/edgex-go/internal [no test files] 05:19:50 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 05:19:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 05:19:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 05:19:50 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.060s coverage: 28.7% of statements 05:19:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 05:19:50 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 05:19:50 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 05:19:50 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.056s coverage: 97.0% of statements 05:19:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 05:19:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 05:19:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 05:19:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 05:19:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 05:19:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 05:19:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 05:19:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 05:19:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 05:19:54 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.237s coverage: 69.2% of statements 05:19:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.086s coverage: 53.2% of statements 05:19:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 05:19:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 05:19:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 05:19:54 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 05:19:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 05:19:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 05:19:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 05:19:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 05:19:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 05:19:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 05:19:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 4.135s coverage: 93.4% of statements 05:19:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.054s coverage: 6.1% of statements 05:19:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.387s coverage: 97.6% of statements 05:19:56 ok github.com/edgexfoundry/edgex-go/internal/io 1.046s coverage: 72.2% of statements 05:19:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 05:19:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 05:19:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.080s coverage: 0.9% of statements 05:19:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.058s coverage: 32.2% of statements 05:19:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.045s coverage: 41.7% of statements 05:19:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.061s coverage: 82.9% of statements 05:19:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.042s coverage: 94.1% of statements 05:19:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.298s coverage: 96.3% of statements 05:19:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.044s coverage: 87.5% of statements 05:19:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 05:19:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 05:19:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 05:19:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 05:19:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 05:19:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 05:19:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 05:19:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 05:19:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 05:19:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 05:19:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 05:19:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 05:20:00 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 05:20:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 05:20:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 05:20:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 05:20:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 05:20:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 05:20:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 05:20:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 05:20:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 05:20:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 05:20:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 05:20:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 05:20:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 05:20:08 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 05:20:08 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 05:20:08 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 05:20:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 05:20:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.046s coverage: 94.4% of statements 05:20:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 05:20:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 05:20:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 05:20:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 05:20:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 05:20:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 05:20:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 05:20:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 05:20:11 Running on prd-ubuntu20.04-docker-arm64-4c-16g-919 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 05:20:11 Running in /w/workspace/edgex-go/641 [Pipeline] { [Pipeline] checkout 05:20:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 05:20:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 05:20:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 05:20:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 05:20:14 The recommended git tool is: git 05:20:23 using credential edgex-jenkins-ssh 05:20:23 Cloning the remote Git repository 05:20:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.264s coverage: 79.9% of statements 05:20:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 20.063s coverage: 92.9% of statements 05:20:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.016s coverage: 64.4% of statements 05:20:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.076s coverage: 62.3% of statements 05:20:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.043s coverage: 87.2% of statements 05:20:23 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.036s coverage: 20.0% of statements 05:20:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.034s coverage: 100.0% of statements 05:20:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.089s coverage: 81.8% of statements 05:20:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.083s coverage: 82.1% of statements 05:20:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.043s coverage: 86.0% of statements 05:20:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.170s coverage: 63.1% of statements 05:20:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.054s coverage: 100.0% of statements 05:20:23 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.023s coverage: 89.4% of statements 05:20:23 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.014s coverage: 100.0% of statements 05:20:23 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.018s coverage: 73.7% of statements 05:20:23 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.014s coverage: 100.0% of statements 05:20:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.210s coverage: 38.4% of statements 05:20:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.048s coverage: 89.5% of statements 05:20:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.041s coverage: 84.8% of statements 05:20:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.061s coverage: 19.9% of statements 05:20:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.110s coverage: 95.7% of statements 05:20:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.046s coverage: 61.8% of statements 05:20:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.073s coverage: 98.9% of statements 05:20:23 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 05:20:23 running golangci-lint 05:20:23 golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z 05:20:23 go version go1.21.9 linux/amd64 05:20:23 level=info msg="[config_reader] Used config file .golangci.yml" 05:20:23 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 05:20:23 Cloning repository git@github.com:edgexfoundry/edgex-go.git 05:20:23 > git init /w/workspace/edgex-go/641 # timeout=10 05:20:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 05:20:23 > git --version # timeout=10 05:20:23 > git --version # 'git version 2.25.1' 05:20:23 using GIT_SSH to set credentials SSH Credentials for GitHub 05:20:23 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:20:43 Avoid second fetch 05:20:43 Checking out Revision 239ef15ab24daf2ea0f6ddd51cd241359830100f (main) 05:20:43 Commit message: "Merge pull request #4786 from edgexfoundry/dependabot/go_modules/github.com/spiffe/go-spiffe/v2-2.2.0" 05:20:42 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 05:20:42 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:20:43 > git config core.sparsecheckout # timeout=10 05:20:43 > git checkout -f 239ef15ab24daf2ea0f6ddd51cd241359830100f # timeout=10 05:20:45 level=info msg="[loader] Go packages loading at mode 575 (deps|exports_file|imports|types_sizes|compiled_files|files|name) took 20.726569485s" 05:20:45 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 39.929449ms" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:20:48 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 05:20:48 % Total % Received % Xferd Average Speed Time Time Time Current 05:20:48 Dload Upload Total Spent Left Speed 05:20:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 111k 0 --:--:-- --:--:-- --:--:-- 111k [Pipeline] sh 05:20:49 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 05:20:49 + sudo tee /etc/docker/daemon.new 05:20:49 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 05:20:49 { 05:20:49 "registry-mirrors": [ 05:20:49 "https://nexus3.edgexfoundry.org:10001" 05:20:49 ], 05:20:49 "bip": "10.250.0.254/24", 05:20:49 "hosts": [ 05:20:49 "tcp://0.0.0.0:5555", 05:20:49 "unix:///var/run/docker.sock" 05:20:49 ], 05:20:49 "mtu": 1458, 05:20:49 "selinux-enabled": true, 05:20:49 "seccomp-profile": "/etc/docker/seccomp.json" 05:20:49 } [Pipeline] sh 05:20:49 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 05:20:50 + sudo service docker restart 05:20:57 level=info msg="[linters_context/goanalysis] analyzers took 1m29.49788615s with top 10 stages: buildir: 53.934224791s, gosec: 7.070481696s, inspect: 2.636064658s, fact_deprecated: 2.163664157s, printf: 1.953580357s, ctrlflow: 1.524224855s, nilness: 1.157992507s, fact_purity: 1.074426251s, S1038: 1.045995046s, typedness: 795.45319ms" 05:20:57 level=info msg="[runner] Issues before processing: 197, after processing: 0" 05:20:57 level=info msg="[runner] Processors filtering stat (out/in): nolint: 0/21, path_prettifier: 197/197, autogenerated_exclude: 197/197, exclude: 197/197, exclude-rules: 21/197, cgo: 197/197, skip_dirs: 197/197, identifier_marker: 197/197, filename_unadjuster: 197/197, skip_files: 197/197" 05:20:57 level=info msg="[runner] processing took 15.804187ms with stages: nolint: 6.928659ms, identifier_marker: 3.989489ms, path_prettifier: 1.544225ms, autogenerated_exclude: 1.517355ms, exclude-rules: 1.060021ms, skip_dirs: 687.537µs, cgo: 50.37µs, filename_unadjuster: 22.441µs, skip_files: 670ns, max_same_issues: 590ns, uniq_by_line: 560ns, fixer: 420ns, diff: 350ns, exclude: 300ns, sort_results: 280ns, severity-rules: 260ns, max_from_linter: 170ns, source_code: 140ns, max_per_file_from_linter: 120ns, path_prefixer: 120ns, path_shortener: 110ns" 05:20:57 level=info msg="[runner] linters took 11.688989181s with stages: goanalysis_metalinter: 11.673098853s" 05:20:57 level=info msg="File cache stats: 0 entries of total size 0B" 05:20:57 level=info msg="Memory: 322 samples, avg is 263.5MB, max is 1190.5MB" 05:20:57 level=info msg="Execution took 32.4642003s" 05:20:57 go vet ./... 05:21:03 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 05:21:03 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 05:21:03 ./bin/test-attribution-txt.sh 05:21:03 An attribution for github.com/go-jose/go-jose/v4 is missing from Attribution.txt, please add 05:21:03 An attribution for github.com/spf13/cast is missing from Attribution.txt, please add [Pipeline] echo 05:21:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh 05:21:03 + ls -al . 05:21:03 total 816 05:21:03 drwxrwxr-x 11 1001 1001 4096 May 28 05:19 . 05:21:03 drwxr-xr-x 4 root root 4096 May 28 05:19 .. 05:21:03 drwxrwxr-x 2 1001 1001 4096 May 28 05:17 .blubracket 05:21:03 -rw-rw-r-- 1 1001 1001 10 May 28 05:17 .dockerignore 05:21:03 drwxrwxr-x 8 1001 1001 4096 May 28 05:20 .git 05:21:03 drwxrwxr-x 3 1001 1001 4096 May 28 05:17 .github 05:21:03 -rw-rw-r-- 1 1001 1001 1074 May 28 05:17 .gitignore 05:21:03 -rw-rw-r-- 1 1001 1001 42 May 28 05:17 .golangci.yml 05:21:03 -rw-rw-r-- 1 1001 1001 100 May 28 05:17 .hadolint.yml 05:21:03 drwxr-xr-x 3 1001 1001 4096 May 28 05:18 .semver 05:21:03 -rw-rw-r-- 1 1001 1001 155 May 28 05:17 .sonarcloud.properties 05:21:03 -rw-rw-r-- 1 1001 1001 1171 May 28 05:17 ADOPTERS.md 05:21:03 -rw-rw-r-- 1 1001 1001 20261 May 28 05:17 Attribution.txt 05:21:03 -rw-rw-r-- 1 1001 1001 100284 May 28 05:17 CHANGELOG.md 05:21:03 -rw-rw-r-- 1 1001 1001 3804 May 28 05:17 CONTRIBUTING.md 05:21:03 -rw-rw-r-- 1 1001 1001 677 May 28 05:17 GOVERNANCE.md 05:21:03 -rw-rw-r-- 1 1001 1001 861 May 28 05:17 Jenkinsfile 05:21:03 -rw-rw-r-- 1 1001 1001 10775 May 28 05:17 LICENSE 05:21:03 -rw-rw-r-- 1 1001 1001 15392 May 28 05:17 Makefile 05:21:03 -rw-rw-r-- 1 1001 1001 582 May 28 05:17 OWNERS.md 05:21:03 -rw-rw-r-- 1 1001 1001 9528 May 28 05:17 README.md 05:21:03 -rw-rw-r-- 1 1001 1001 789 May 28 05:17 SECURITY.md 05:21:03 -rw-rw-r-- 1 1001 1001 12 May 28 05:18 VERSION 05:21:03 drwxrwxr-x 2 1001 1001 4096 May 28 05:17 bin 05:21:03 drwxrwxr-x 18 1001 1001 4096 May 28 05:17 cmd 05:21:03 -rw-r--r-- 1 root root 455714 May 28 05:20 coverage.out 05:21:03 drwxrwxr-x 2 1001 1001 4096 May 28 05:17 fuzz_test 05:21:03 -rw-rw-r-- 1 1001 1001 7030 May 28 05:17 go.mod 05:21:03 -rw-rw-r-- 1 1001 1001 101500 May 28 05:17 go.sum 05:21:03 drwxrwxr-x 7 1001 1001 4096 May 28 05:17 internal 05:21:03 drwxrwxr-x 3 1001 1001 4096 May 28 05:17 openapi 05:21:03 -rw-rw-r-- 1 1001 1001 584 May 28 05:17 security.txt 05:21:03 -rw-rw-r-- 1 1001 1001 204 May 28 05:17 version.go [Pipeline] sh 05:21:04 + '[' -e coverage.out ] 05:21:04 + chown 1001:1001 coverage.out [Pipeline] stash 05:21:04 Stashed 1 file(s) [Pipeline] sh 05:21:04 + make build 05:21:04 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:21:08 provisioning config files... 05:21:08 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/641@tmp/config17051852930525588153tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:21:08 ---> ****-login.sh 05:21:08 nexus3.edgexfoundry.org:10001 05:21:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:21:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:21:09 Configure a credential helper to remove this warning. See 05:21:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:21:09 05:21:09 Login Succeeded 05:21:09 nexus3.edgexfoundry.org:10002 05:21:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:21:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:21:10 Configure a credential helper to remove this warning. See 05:21:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:21:10 05:21:10 Login Succeeded 05:21:10 nexus3.edgexfoundry.org:10003 05:21:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:21:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:21:10 Configure a credential helper to remove this warning. See 05:21:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:21:10 05:21:10 Login Succeeded 05:21:10 nexus3.edgexfoundry.org:10004 05:21:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:21:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:21:10 Configure a credential helper to remove this warning. See 05:21:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:21:10 05:21:10 Login Succeeded 05:21:10 ****.io 05:21:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:21:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:21:11 Configure a credential helper to remove this warning. See 05:21:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:21:11 05:21:11 Login Succeeded 05:21:11 ---> ****-login.sh ends [Pipeline] } 05:21:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 05:21:12 + git config --global --add safe.directory /w/workspace/edgex-go/641 [Pipeline] echo 05:21:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 05:21:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 05:21:12 ========================================================= 05:21:12 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 05:21:12 ========================================================= [Pipeline] fileExists [Pipeline] sh 05:21:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 05:21:12 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:21:12 c6b39de5b339: Pulling fs layer 05:21:12 a69c41024577: Pulling fs layer 05:21:12 d6de4b400683: Pulling fs layer 05:21:12 35cb2a7552d0: Pulling fs layer 05:21:12 4f4fb700ef54: Pulling fs layer 05:21:12 35cb2a7552d0: Waiting 05:21:12 4f4fb700ef54: Waiting 05:21:12 464afbd9ba4c: Pulling fs layer 05:21:12 00f215d4a9da: Pulling fs layer 05:21:12 464afbd9ba4c: Waiting 05:21:12 d496ad576159: Pulling fs layer 05:21:12 00f215d4a9da: Waiting 05:21:12 a69c41024577: Verifying Checksum 05:21:12 a69c41024577: Download complete 05:21:12 35cb2a7552d0: Verifying Checksum 05:21:12 35cb2a7552d0: Download complete 05:21:12 4f4fb700ef54: Verifying Checksum 05:21:12 4f4fb700ef54: Download complete 05:21:12 464afbd9ba4c: Verifying Checksum 05:21:12 464afbd9ba4c: Download complete 05:21:12 c6b39de5b339: Verifying Checksum 05:21:12 c6b39de5b339: Download complete 05:21:12 d496ad576159: Verifying Checksum 05:21:12 d496ad576159: Download complete 05:21:13 c6b39de5b339: Pull complete 05:21:14 a69c41024577: Pull complete 05:21:14 d6de4b400683: Verifying Checksum 05:21:14 d6de4b400683: Download complete 05:21:15 00f215d4a9da: Verifying Checksum 05:21:15 00f215d4a9da: Download complete 05:21:28 d6de4b400683: Pull complete 05:21:28 35cb2a7552d0: Pull complete 05:21:28 4f4fb700ef54: Pull complete 05:21:28 464afbd9ba4c: Pull complete 05:21:31 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 05:21:31 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 05:21:31 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 05:21:31 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 05:21:35 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 05:21:36 00f215d4a9da: Pull complete 05:21:37 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 05:21:38 d496ad576159: Pull complete 05:21:38 Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 05:21:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 05:21:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists [Pipeline] sh 05:21:38 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 05:21:38 WORKDIR /edgex 05:21:38 COPY go.mod . 05:21:38 RUN go mod download 05:21:38 + docker build -t ci-base-image-arm64 -f - . 05:21:39 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 05:21:39 Sending build context to Docker daemon 3.004MB 05:21:39 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 05:21:39 ---> f246e2811388 05:21:39 Step 2/4 : WORKDIR /edgex 05:21:40 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 05:21:40 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 05:21:41 ---> Running in 5dc801617aa0 05:21:41 Removing intermediate container 5dc801617aa0 05:21:41 ---> 1eecc153c628 05:21:41 Step 3/4 : COPY go.mod . 05:21:41 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 05:21:41 ---> 6032fd041466 05:21:41 Step 4/4 : RUN go mod download 05:21:41 ---> Running in 014753cb6ad8 05:21:42 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 05:21:43 $ docker stop --time=1 dc767cb7f5f01c4b684d89217ea2e1d3606adb90f36fe0b7ec2aea8f616f1fab 05:21:51 $ docker rm -f --volumes dc767cb7f5f01c4b684d89217ea2e1d3606adb90f36fe0b7ec2aea8f616f1fab [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 05:21:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 05:21:52 05:21:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 05:21:53 latest: Pulling from edgex-devops/edgex-compose 05:21:53 91d30c5bc195: Pulling fs layer 05:21:53 2e9b0aa3be6d: Pulling fs layer 05:21:53 9c61dcf015f6: Pulling fs layer 05:21:53 4698f68db338: Pulling fs layer 05:21:53 2a2f49069b9e: Pulling fs layer 05:21:53 e0025b399a48: Pulling fs layer 05:21:53 2a2f49069b9e: Waiting 05:21:53 e0025b399a48: Waiting 05:21:53 4698f68db338: Waiting 05:21:53 91d30c5bc195: Verifying Checksum 05:21:53 91d30c5bc195: Download complete 05:21:53 4698f68db338: Verifying Checksum 05:21:53 4698f68db338: Download complete 05:21:53 2e9b0aa3be6d: Verifying Checksum 05:21:53 2e9b0aa3be6d: Download complete 05:21:53 e0025b399a48: Verifying Checksum 05:21:53 e0025b399a48: Download complete 05:21:53 91d30c5bc195: Pull complete 05:21:53 2a2f49069b9e: Download complete 05:21:53 2e9b0aa3be6d: Pull complete 05:21:54 9c61dcf015f6: Download complete 05:21:56 9c61dcf015f6: Pull complete 05:21:56 4698f68db338: Pull complete 05:21:56 2a2f49069b9e: Pull complete 05:21:57 e0025b399a48: Pull complete 05:21:57 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 05:21:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 05:21:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:21:57 prd-ubuntu20.04-docker-8c-8g-918 does not seem to be running inside a container 05:21:57 $ 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/641 -v /w/workspace/edgex-go/641:/w/workspace/edgex-go/641:rw,z -v /w/workspace/edgex-go/641@tmp:/w/workspace/edgex-go/641@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 05:22:00 $ docker top 0556a470cd07c53f41b6fae175dabf864b93b56276efe81d6b6047fda43e15cd -eo pid,comm [Pipeline] { [Pipeline] sh 05:22:00 + docker compose -f ./docker-compose-build.yml build --parallel 05:22:03 #1 [security-proxy-setup internal] load build definition from Dockerfile 05:22:03 #1 transferring dockerfile: 2.50kB done 05:22:03 #1 DONE 0.0s 05:22:03 05:22:03 #2 [support-scheduler internal] load build definition from Dockerfile 05:22:03 #2 transferring dockerfile: 1.93kB done 05:22:03 #2 DONE 0.0s 05:22:03 05:22:03 #3 [core-metadata internal] load build definition from Dockerfile 05:22:03 #3 transferring dockerfile: 2.06kB done 05:22:03 #3 DONE 0.0s 05:22:03 05:22:03 #4 [support-notifications internal] load build definition from Dockerfile 05:22:03 #4 transferring dockerfile: 1.95kB done 05:22:03 #4 DONE 0.0s 05:22:03 05:22:03 #5 [core-data internal] load build definition from Dockerfile 05:22:03 #5 DONE 0.0s 05:22:03 05:22:03 #6 [security-spire-agent internal] load build definition from Dockerfile 05:22:03 #6 transferring dockerfile: 1.81kB done 05:22:03 #6 DONE 0.0s 05:22:03 05:22:03 #7 [core-command internal] load build definition from Dockerfile 05:22:03 #7 transferring dockerfile: 1.93kB done 05:22:03 #7 DONE 0.0s 05:22:03 05:22:03 #5 [core-data internal] load build definition from Dockerfile 05:22:03 #5 transferring dockerfile: 2.01kB done 05:22:03 #5 DONE 0.0s 05:22:03 05:22:03 #8 [security-spiffe-token-provider internal] load build definition from Dockerfile 05:22:03 #8 transferring dockerfile: 1.89kB done 05:22:03 #8 DONE 0.0s 05:22:03 05:22:03 #9 [security-spire-config internal] load build definition from Dockerfile 05:22:03 #9 transferring dockerfile: 1.69kB done 05:22:03 #9 DONE 0.1s 05:22:03 05:22:03 #10 [security-proxy-setup internal] load .dockerignore 05:22:03 #10 transferring context: 50B done 05:22:03 #10 DONE 0.1s 05:22:03 05:22:03 #11 [security-bootstrapper internal] load build definition from Dockerfile 05:22:03 #11 transferring dockerfile: 2.93kB done 05:22:03 #11 DONE 0.1s 05:22:03 05:22:03 #12 [security-secretstore-setup internal] load build definition from Dockerfile 05:22:03 #12 transferring dockerfile: 2.49kB done 05:22:03 #12 DONE 0.1s 05:22:03 05:22:03 #13 [core-common-config-bootstrapper internal] load build definition from Dockerfile 05:22:03 #13 transferring dockerfile: 2.23kB done 05:22:03 #13 DONE 0.1s 05:22:03 05:22:03 #14 [security-proxy-auth internal] load build definition from Dockerfile 05:22:03 #14 transferring dockerfile: 2.15kB done 05:22:03 #14 DONE 0.1s 05:22:03 05:22:03 #15 [security-spire-server internal] load build definition from Dockerfile 05:22:03 #15 transferring dockerfile: 1.70kB done 05:22:03 #15 DONE 0.1s 05:22:03 05:22:03 #16 [support-scheduler internal] load .dockerignore 05:22:03 #16 transferring context: 50B done 05:22:03 #16 DONE 0.0s 05:22:03 05:22:03 #17 [core-metadata internal] load .dockerignore 05:22:03 #17 transferring context: 50B done 05:22:03 #17 DONE 0.0s 05:22:03 05:22:03 #18 [support-notifications internal] load .dockerignore 05:22:03 #18 transferring context: 50B done 05:22:03 #18 DONE 0.0s 05:22:03 05:22:03 #19 [core-command internal] load .dockerignore 05:22:03 #19 transferring context: 50B done 05:22:03 #19 DONE 0.0s 05:22:03 05:22:03 #20 [security-spire-agent internal] load .dockerignore 05:22:03 #20 transferring context: 50B done 05:22:03 #20 DONE 0.0s 05:22:03 05:22:03 #21 [core-data internal] load .dockerignore 05:22:03 #21 transferring context: 50B done 05:22:03 #21 DONE 0.0s 05:22:03 05:22:03 #22 [security-spiffe-token-provider internal] load .dockerignore 05:22:03 #22 transferring context: 50B done 05:22:03 #22 DONE 0.0s 05:22:03 05:22:03 #23 [security-spire-config internal] load .dockerignore 05:22:03 #23 transferring context: 50B done 05:22:03 #23 DONE 0.0s 05:22:03 05:22:03 #24 [security-bootstrapper internal] load .dockerignore 05:22:03 #24 transferring context: 50B done 05:22:03 #24 DONE 0.0s 05:22:03 05:22:03 #25 [security-secretstore-setup internal] load .dockerignore 05:22:03 #25 transferring context: 50B done 05:22:03 #25 DONE 0.0s 05:22:03 05:22:03 #26 [core-common-config-bootstrapper internal] load .dockerignore 05:22:03 #26 transferring context: 50B done 05:22:03 #26 DONE 0.0s 05:22:03 05:22:03 #27 [security-spire-server internal] load .dockerignore 05:22:03 #27 transferring context: 50B done 05:22:03 #27 DONE 0.0s 05:22:03 05:22:03 #28 [security-proxy-auth internal] load .dockerignore 05:22:03 #28 transferring context: 50B done 05:22:03 #28 DONE 0.0s 05:22:03 05:22:03 #29 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.18 05:22:03 #29 ... 05:22:03 05:22:03 #30 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 05:22:03 #30 DONE 0.0s 05:22:03 05:22:03 #29 [support-scheduler internal] load metadata for docker.io/library/alpine:3.18 05:22:03 #29 ... 05:22:03 05:22:03 #30 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 05:22:03 #30 DONE 0.0s 05:22:03 05:22:03 #31 [support-notifications stage-1 1/11] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 05:22:03 #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done 05:22:03 #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done 05:22:03 #31 sha256:695ae78b4957fef4e53adc51febd07f5401eb36fcd80fff3e5107a2b4aa42ace 528B / 528B done 05:22:03 #31 sha256:d3782b16ccc94322a5c5a7d004192b5daa2a1ecd61c143074e36dba844408e1c 1.47kB / 1.47kB done 05:22:03 #31 DONE 0.1s 05:22:03 05:22:03 #29 [core-data internal] load metadata for docker.io/library/alpine:3.18 05:22:03 #29 ... 05:22:03 05:22:03 #31 [core-data stage-1 1/11] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 05:22:03 #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done 05:22:03 #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done 05:22:03 #31 sha256:695ae78b4957fef4e53adc51febd07f5401eb36fcd80fff3e5107a2b4aa42ace 528B / 528B done 05:22:03 #31 sha256:d3782b16ccc94322a5c5a7d004192b5daa2a1ecd61c143074e36dba844408e1c 1.47kB / 1.47kB done 05:22:03 #31 DONE 0.1s 05:22:03 05:22:03 #30 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 05:22:03 #30 DONE 0.0s 05:22:03 05:22:03 #29 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 05:22:03 #29 ... 05:22:03 05:22:03 #31 [security-bootstrapper stage-1 1/11] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 05:22:03 #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done 05:22:03 #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done 05:22:03 #31 sha256:695ae78b4957fef4e53adc51febd07f5401eb36fcd80fff3e5107a2b4aa42ace 528B / 528B done 05:22:03 #31 sha256:d3782b16ccc94322a5c5a7d004192b5daa2a1ecd61c143074e36dba844408e1c 1.47kB / 1.47kB done 05:22:03 #31 DONE 0.1s 05:22:03 05:22:03 #30 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 05:22:03 #30 DONE 0.0s 05:22:03 05:22:03 #29 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.18 05:22:03 #29 DONE 0.5s 05:22:03 05:22:03 #31 [security-proxy-auth stage-1 1/11] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 05:22:03 #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done 05:22:03 #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done 05:22:03 #31 sha256:695ae78b4957fef4e53adc51febd07f5401eb36fcd80fff3e5107a2b4aa42ace 528B / 528B done 05:22:03 #31 sha256:d3782b16ccc94322a5c5a7d004192b5daa2a1ecd61c143074e36dba844408e1c 1.47kB / 1.47kB done 05:22:03 #31 DONE 0.1s 05:22:03 05:22:03 #32 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-x86_64 05:22:04 #32 ... 05:22:04 05:22:04 #31 [security-spire-agent stage-1 1/11] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 05:22:04 #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done 05:22:04 #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done 05:22:04 #31 sha256:695ae78b4957fef4e53adc51febd07f5401eb36fcd80fff3e5107a2b4aa42ace 528B / 528B done 05:22:04 #31 sha256:d3782b16ccc94322a5c5a7d004192b5daa2a1ecd61c143074e36dba844408e1c 1.47kB / 1.47kB done 05:22:04 #31 DONE 0.1s 05:22:04 05:22:04 #33 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 05:22:04 #33 DONE 1.1s 05:22:04 05:22:04 #34 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 05:22:04 #34 DONE 1.1s 05:22:04 05:22:04 #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 05:22:04 #35 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.2s done 05:22:04 #35 ... 05:22:04 05:22:04 #36 [security-spire-server internal] load build context 05:22:04 #36 transferring context: 26.69kB 0.0s done 05:22:04 #36 DONE 0.2s 05:22:04 05:22:04 #32 [core-data builder 1/7] FROM docker.io/library/ci-base-image-x86_64 05:22:04 #32 DONE 1.6s 05:22:05 05:22:05 #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 05:22:05 #35 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done 05:22:05 #35 sha256:13e228de2edc156c9cd22d12c33ecfc049b8ac3b6e92ae8d11319185a75505d4 1.05kB / 1.05kB done 05:22:05 #35 sha256:61cc53a269b199a7b169c2fb56b2d1061fc00d6167416d87f60f3ddc5ceb4f8b 2.74kB / 2.74kB done 05:22:05 #35 ... 05:22:05 05:22:05 #37 [security-spire-agent internal] load build context 05:22:05 #37 transferring context: 26.22kB 0.1s done 05:22:05 #37 DONE 0.4s 05:22:05 05:22:05 #38 [security-spire-config internal] load build context 05:22:05 #38 transferring context: 24.94kB 0.1s done 05:22:05 #38 DONE 0.5s 05:22:05 05:22:05 #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 05:22:05 #35 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0B / 120B 0.1s 05:22:05 #35 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0B / 302B 0.1s 05:22:05 #35 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.2s 05:22:05 #35 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.2s done 05:22:05 #35 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0B / 123.55kB 0.2s 05:22:05 #35 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.4s 05:22:08 #35 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 0B / 25.84MB 3.3s 05:22:08 #35 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 5.24MB / 25.84MB 3.5s 05:22:08 #35 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 13.93MB / 25.84MB 3.6s 05:22:08 #35 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 22.02MB / 25.84MB 3.7s 05:22:08 #35 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 3.8s 05:22:10 #35 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 4.8s done 05:22:10 #35 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 5.5s 05:22:11 #35 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done 05:22:13 #35 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 8.3s done 05:22:13 #35 ... 05:22:13 05:22:13 #39 [security-proxy-setup internal] load build context 05:22:13 #39 transferring context: 265.78MB 10.0s 05:22:13 #39 ... 05:22:13 05:22:13 #40 [core-metadata internal] load build context 05:22:13 #40 transferring context: 410.33MB 9.3s done 05:22:13 #40 ... 05:22:13 05:22:13 #41 [core-data internal] load build context 05:22:13 #41 transferring context: 410.33MB 9.8s done 05:22:13 #41 ... 05:22:13 05:22:13 #42 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 05:22:13 #0 1.266 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:22:13 #0 1.351 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:22:13 #0 1.605 (1/1) Installing dumb-init (1.2.5-r2) 05:22:13 #0 1.608 Executing busybox-1.36.1-r5.trigger 05:22:13 #0 1.620 OK: 7 MiB in 16 packages 05:22:13 #42 ... 05:22:13 05:22:13 #43 [security-bootstrapper internal] load build context 05:22:13 #43 ... 05:22:13 05:22:13 #44 [support-scheduler internal] load build context 05:22:13 #44 ... 05:22:13 05:22:13 #45 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 05:22:13 #0 1.413 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:22:13 #0 1.555 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:22:13 #0 1.805 v3.18.6-236-gda1aa23a2d3 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 05:22:13 #0 1.805 v3.18.6-237-gf6249c4ff44 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 05:22:13 #0 1.805 OK: 20077 distinct packages available 05:22:13 #0 1.867 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:22:13 #0 1.955 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:22:13 #0 2.204 (1/11) Installing ca-certificates (20240226-r0) 05:22:13 #0 2.207 (2/11) Installing brotli-libs (1.0.9-r14) 05:22:13 #0 2.220 (3/11) Installing libunistring (1.1-r1) 05:22:13 #0 2.237 (4/11) Installing libidn2 (2.3.4-r1) 05:22:13 #0 2.247 (5/11) Installing nghttp2-libs (1.57.0-r0) 05:22:13 #0 2.256 (6/11) Installing libcurl (8.5.0-r0) 05:22:13 #0 2.262 (7/11) Installing curl (8.5.0-r0) 05:22:13 #0 2.268 (8/11) Installing dumb-init (1.2.5-r2) 05:22:13 #0 2.274 (9/11) Installing musl-obstack (1.2.3-r2) 05:22:13 #0 2.274 (10/11) Installing libucontext (1.2-r2) 05:22:13 #0 2.276 (11/11) Installing gcompat (1.1.0-r1) 05:22:13 #0 2.280 Executing busybox-1.36.1-r5.trigger 05:22:13 #0 2.288 Executing ca-certificates-20240226-r0.trigger 05:22:13 #0 2.341 OK: 12 MiB in 26 packages 05:22:13 #45 ... 05:22:13 05:22:13 #46 [security-spiffe-token-provider internal] load build context 05:22:13 #46 transferring context: 410.33MB 8.8s done 05:22:14 #46 ... 05:22:14 05:22:14 #47 [security-proxy-auth internal] load build context 05:22:14 #47 transferring context: 410.33MB 8.9s done 05:22:14 #47 ... 05:22:14 05:22:14 #48 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 05:22:14 #0 6.041 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:22:14 #0 6.239 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:22:14 #0 6.475 (1/4) Installing ca-certificates (20240226-r0) 05:22:14 #0 6.487 (2/4) Installing dumb-init (1.2.5-r2) 05:22:14 #0 6.491 (3/4) Installing su-exec (0.2-r3) 05:22:14 #0 6.497 (4/4) Installing yq (4.33.3-r5) 05:22:14 #0 6.551 Executing busybox-1.36.1-r5.trigger 05:22:14 #0 6.556 Executing ca-certificates-20240226-r0.trigger 05:22:14 #0 6.591 OK: 17 MiB in 19 packages 05:22:14 #48 ... 05:22:14 05:22:14 #49 [security-proxy-auth stage-1 2/7] RUN apk add --update --no-cache dumb-init 05:22:14 #0 1.387 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:22:14 #0 1.478 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:22:14 #0 1.718 (1/1) Installing dumb-init (1.2.5-r2) 05:22:14 #0 1.718 Executing busybox-1.36.1-r5.trigger 05:22:14 #0 1.728 OK: 7 MiB in 16 packages 05:22:14 #49 ... 05:22:14 05:22:14 #50 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 05:22:14 #0 2.075 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:22:14 #0 2.170 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:22:14 #0 2.420 (1/2) Installing dumb-init (1.2.5-r2) 05:22:14 #0 2.423 (2/2) Installing su-exec (0.2-r3) 05:22:14 #0 2.430 Executing busybox-1.36.1-r5.trigger 05:22:14 #0 2.440 OK: 7 MiB in 17 packages 05:22:14 #50 ... 05:22:14 05:22:14 #51 [core-common-config-bootstrapper internal] load build context 05:22:14 #51 ... 05:22:14 05:22:14 #52 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:22:14 #52 ... 05:22:14 05:22:14 #53 [security-secretstore-setup internal] load build context 05:22:14 #53 transferring context: 410.33MB 10.7s done 05:22:15 #53 ... 05:22:15 05:22:15 #54 [core-command internal] load build context 05:22:15 #54 transferring context: 410.33MB 10.1s done 05:22:15 #54 ... 05:22:15 05:22:15 #55 [support-notifications internal] load build context 05:22:15 #55 transferring context: 410.33MB 10.5s done 05:22:15 #55 ... 05:22:15 05:22:15 #56 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 05:22:15 #56 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 0.2s done 05:22:15 #56 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done 05:22:15 #56 sha256:7e76a3dce7eaf6d44f2b1987f5da8cd79a07e608aa6fd6d2c6133d2de2567113 1.05kB / 1.05kB done 05:22:15 #56 sha256:fbfe9bfccec4363503047752a0612bd8185689ca4b7569a923953aa6ca43f9dc 2.74kB / 2.74kB done 05:22:15 #56 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 4.8s done 05:22:15 #56 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 8.3s done 05:22:15 #56 ... 05:22:15 05:22:15 #57 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 05:22:15 #0 0.973 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:22:15 #0 1.159 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:22:15 #0 1.548 (1/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) 05:22:15 #0 1.608 (2/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) 05:22:15 #0 1.643 (3/6) Installing dumb-init (1.2.5-r2) 05:22:15 #0 1.648 (4/6) Installing openssl (3.1.5-r0) 05:22:15 #0 1.660 (5/6) Installing su-exec (0.2-r3) 05:22:15 #0 1.660 (6/6) Installing yq (4.33.3-r5) 05:22:15 #0 1.746 Executing busybox-1.36.1-r5.trigger 05:22:15 #0 1.768 OK: 17 MiB in 19 packages 05:22:15 #57 ... 05:22:15 05:22:15 #58 [security-proxy-setup builder 2/7] WORKDIR /edgex-go 05:22:15 #58 ... 05:22:15 05:22:15 #59 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 05:22:15 #0 1.036 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:22:15 #0 1.109 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:22:15 #0 1.483 (1/2) Installing ca-certificates (20240226-r0) 05:22:15 #0 1.527 (2/2) Installing dumb-init (1.2.5-r2) 05:22:15 #0 1.531 Executing busybox-1.36.1-r5.trigger 05:22:15 #0 1.570 Executing ca-certificates-20240226-r0.trigger 05:22:15 #0 1.654 OK: 8 MiB in 17 packages 05:22:15 #59 ... 05:22:15 05:22:15 #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 05:22:15 #60 ... 05:22:15 05:22:15 #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 05:22:15 #35 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 11.0s 05:22:19 #35 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 13.5s done 05:22:24 #35 ... 05:22:24 05:22:24 #39 [security-proxy-setup internal] load build context 05:22:24 #39 transferring context: 410.33MB 11.4s done 05:22:25 #39 ... 05:22:25 05:22:25 #43 [security-bootstrapper internal] load build context 05:22:25 #43 transferring context: 410.33MB 9.7s done 05:22:26 #43 ... 05:22:26 05:22:26 #51 [core-common-config-bootstrapper internal] load build context 05:22:26 #51 transferring context: 410.33MB 11.5s done 05:22:26 #51 ... 05:22:26 05:22:26 #44 [support-scheduler internal] load build context 05:22:26 #44 transferring context: 410.33MB 11.7s done 05:22:26 #44 ... 05:22:26 05:22:26 #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 05:22:26 #35 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done 05:22:32 #35 ... 05:22:32 05:22:32 #56 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 05:22:32 #56 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 26.7s 05:22:32 #56 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 0B / 18.86MB 27.5s 05:22:32 #56 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 27.8s done 05:22:32 #56 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 1.05MB / 18.86MB 27.8s 05:22:32 #56 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 10.49MB / 18.86MB 28.0s 05:22:33 #56 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 14.68MB / 18.86MB 28.1s 05:22:33 #56 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 16.78MB / 18.86MB 28.2s 05:22:33 #56 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 18.86MB / 18.86MB 28.4s 05:22:33 #56 ... 05:22:33 05:22:33 #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 05:22:33 #35 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 05:22:34 #35 ... 05:22:34 05:22:34 #46 [security-spiffe-token-provider internal] load build context 05:22:34 #46 DONE 30.5s 05:22:34 05:22:34 #42 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 05:22:34 #42 DONE 30.5s 05:22:34 05:22:34 #45 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 05:22:34 #45 DONE 30.5s 05:22:34 05:22:34 #49 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache dumb-init 05:22:34 #49 DONE 30.7s 05:22:34 05:22:34 #58 [support-notifications builder 2/7] WORKDIR /edgex-go 05:22:34 #58 DONE 29.4s 05:22:34 05:22:34 #57 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 05:22:34 #57 DONE 30.7s 05:22:34 05:22:34 #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 05:22:34 #35 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 done 05:22:34 #35 ... 05:22:34 05:22:34 #48 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 05:22:34 #48 DONE 30.5s 05:22:34 05:22:34 #50 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 05:22:34 #50 DONE 30.5s 05:22:34 05:22:34 #59 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 05:22:34 #59 DONE 30.7s 05:22:34 05:22:34 #40 [core-metadata internal] load build context 05:22:34 #40 DONE 30.7s 05:22:34 05:22:34 #47 [security-proxy-auth internal] load build context 05:22:34 #47 DONE 30.3s 05:22:34 05:22:34 #41 [core-data internal] load build context 05:22:34 #41 DONE 30.7s 05:22:34 05:22:34 #43 [security-bootstrapper internal] load build context 05:22:34 #43 DONE 30.6s 05:22:34 05:22:34 #54 [core-command internal] load build context 05:22:34 #54 DONE 30.7s 05:22:34 05:22:34 #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 05:22:34 #35 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 05:22:34 #35 ... 05:22:34 05:22:34 #55 [support-notifications internal] load build context 05:22:34 #55 DONE 30.7s 05:22:34 05:22:34 #53 [security-secretstore-setup internal] load build context 05:22:34 #53 DONE 30.6s 05:22:34 05:22:34 #44 [support-scheduler internal] load build context 05:22:34 #44 DONE 30.8s 05:22:34 05:22:34 #51 [core-common-config-bootstrapper internal] load build context 05:22:34 #51 DONE 30.6s 05:22:34 05:22:34 #39 [security-proxy-setup internal] load build context 05:22:34 #39 DONE 30.9s 05:22:34 05:22:34 #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 05:22:34 #35 ... 05:22:34 05:22:34 #56 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 05:22:34 #56 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 18.86MB / 18.86MB 29.1s done 05:22:34 #56 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 done 05:22:34 #56 extracting sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 0.5s done 05:22:34 #56 DONE 30.1s 05:22:34 05:22:34 #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 05:22:35 #35 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 0.9s done 05:22:36 #35 ... 05:22:36 05:22:36 #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 05:22:36 #60 29.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:22:36 #60 30.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:22:36 #60 30.34 v3.18.6-236-gda1aa23a2d3 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 05:22:36 #60 30.34 v3.18.6-237-gf6249c4ff44 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 05:22:36 #60 30.34 OK: 20077 distinct packages available 05:22:36 #60 30.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:22:36 #60 30.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:22:36 #60 30.67 (1/4) Installing dumb-init (1.2.5-r2) 05:22:36 #60 30.68 (2/4) Installing musl-obstack (1.2.3-r2) 05:22:36 #60 30.68 (3/4) Installing libucontext (1.2-r2) 05:22:36 #60 30.68 (4/4) Installing gcompat (1.1.0-r1) 05:22:36 #60 30.69 Executing busybox-1.36.1-r5.trigger 05:22:36 #60 30.70 OK: 8 MiB in 19 packages 05:22:36 #60 DONE 31.6s 05:22:36 05:22:36 #52 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:22:36 #52 30.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:22:36 #52 30.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:22:36 #52 30.46 v3.18.6-236-gda1aa23a2d3 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 05:22:36 #52 30.46 v3.18.6-237-gf6249c4ff44 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 05:22:36 #52 30.46 OK: 20077 distinct packages available 05:22:36 #52 30.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:22:36 #52 30.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:22:36 #52 30.85 (1/7) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) 05:22:36 #52 30.89 (2/7) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) 05:22:36 #52 30.90 (3/7) Installing dumb-init (1.2.5-r2) 05:22:36 #52 30.91 (4/7) Installing musl-obstack (1.2.3-r2) 05:22:36 #52 30.91 (5/7) Installing libucontext (1.2-r2) 05:22:36 #52 30.91 (6/7) Installing gcompat (1.1.0-r1) 05:22:36 #52 30.92 (7/7) Installing openssl (3.1.5-r0) 05:22:36 #52 30.93 Executing busybox-1.36.1-r5.trigger 05:22:36 #52 30.94 OK: 8 MiB in 20 packages 05:22:36 #52 DONE 31.6s 05:22:36 05:22:36 #35 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 05:22:37 #35 ... 05:22:37 05:22:37 #61 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 05:22:37 #0 2.631 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:22:37 #0 2.719 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:22:37 #0 2.917 OK: 264 MiB in 52 packages 05:22:37 #61 DONE 3.2s 05:22:37 05:22:37 #62 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 05:22:37 #62 DONE 0.1s 05:22:37 05:22:37 #63 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:22:37 #63 ... 05:22:37 05:22:37 #64 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 05:22:37 #0 2.926 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:22:37 #0 3.009 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:22:37 #0 3.215 OK: 264 MiB in 52 packages 05:22:37 #64 DONE 3.3s 05:22:37 05:22:37 #65 [support-notifications builder 4/7] COPY go.mod vendor* ./ 05:22:37 #65 DONE 0.1s 05:22:37 05:22:37 #66 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:22:38 #66 ... 05:22:38 05:22:38 #67 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 05:22:38 #0 2.794 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:22:38 #0 2.881 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:22:38 #0 3.138 v3.18.6-236-gda1aa23a2d3 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 05:22:38 #0 3.138 v3.18.6-237-gf6249c4ff44 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 05:22:38 #0 3.138 OK: 20075 distinct packages available 05:22:38 #0 3.217 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:22:38 #0 3.317 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:22:38 #0 3.599 OK: 264 MiB in 52 packages 05:22:38 #67 DONE 3.8s 05:22:38 05:22:38 #68 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 05:22:38 #68 DONE 0.5s 05:22:38 05:22:38 #69 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git 05:22:38 #0 2.814 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:22:38 #0 3.911 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:22:38 #0 4.140 OK: 264 MiB in 52 packages 05:22:38 #69 DONE 4.4s 05:22:38 05:22:38 #70 [security-proxy-auth stage-1 3/7] RUN apk --no-cache upgrade 05:22:38 #0 3.071 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:22:38 #0 3.157 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:22:38 #0 3.428 Upgrading critical system libraries and apk-tools: 05:22:38 #0 3.428 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) 05:22:38 #0 3.431 Executing busybox-1.36.1-r5.trigger 05:22:38 #0 3.497 Continuing the upgrade transaction with new apk-tools: 05:22:38 #0 3.502 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:22:38 #0 3.605 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:22:38 #0 3.801 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r6) 05:22:38 #0 3.819 Executing busybox-1.36.1-r6.post-upgrade 05:22:38 #0 3.951 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r6) 05:22:38 #0 3.955 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 05:22:38 #0 3.961 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) 05:22:38 #0 4.019 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) 05:22:38 #0 4.085 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r6) 05:22:38 #0 4.089 Executing busybox-1.36.1-r6.trigger 05:22:38 #0 4.097 OK: 7 MiB in 16 packages 05:22:38 #70 DONE 4.4s 05:22:38 05:22:38 #71 [core-data stage-1 3/7] RUN apk --no-cache upgrade 05:22:38 #0 3.086 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:22:38 #0 3.189 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:22:38 #0 3.443 Upgrading critical system libraries and apk-tools: 05:22:38 #0 3.443 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) 05:22:38 #0 3.450 Executing busybox-1.36.1-r5.trigger 05:22:38 #0 3.550 Continuing the upgrade transaction with new apk-tools: 05:22:38 #0 3.551 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:22:38 #0 3.640 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:22:38 #0 3.857 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r6) 05:22:38 #0 3.934 Executing busybox-1.36.1-r6.post-upgrade 05:22:38 #0 3.948 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r6) 05:22:38 #0 3.952 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 05:22:38 #0 3.960 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) 05:22:38 #0 3.998 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) 05:22:38 #0 4.029 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r6) 05:22:38 #0 4.029 Executing busybox-1.36.1-r6.trigger 05:22:38 #0 4.133 OK: 7 MiB in 16 packages 05:22:38 #71 DONE 4.4s 05:22:38 05:22:38 #72 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 05:22:38 #0 3.351 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:22:38 #0 3.435 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:22:38 #0 3.684 Upgrading critical system libraries and apk-tools: 05:22:38 #0 3.684 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) 05:22:38 #0 3.693 Executing busybox-1.36.1-r5.trigger 05:22:38 #0 3.740 Continuing the upgrade transaction with new apk-tools: 05:22:38 #0 3.758 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:22:38 #0 3.856 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:22:38 #0 4.066 (1/4) Upgrading busybox (1.36.1-r5 -> 1.36.1-r6) 05:22:38 #0 4.077 Executing busybox-1.36.1-r6.post-upgrade 05:22:38 #0 4.101 (2/4) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r6) 05:22:38 #0 4.104 (3/4) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 05:22:38 #0 4.111 (4/4) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r6) 05:22:38 #0 4.114 Executing busybox-1.36.1-r6.trigger 05:22:38 #0 4.122 OK: 17 MiB in 19 packages 05:22:38 #72 DONE 4.4s 05:22:38 05:22:38 #73 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 05:22:38 #73 ... 05:22:38 05:22:38 #74 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 05:22:38 #0 2.988 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:22:38 #0 3.086 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:22:38 #0 3.317 Upgrading critical system libraries and apk-tools: 05:22:38 #0 3.317 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) 05:22:38 #0 3.330 Executing busybox-1.36.1-r5.trigger 05:22:38 #0 3.429 Continuing the upgrade transaction with new apk-tools: 05:22:38 #0 3.433 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:22:38 #0 3.506 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:22:38 #0 3.814 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r6) 05:22:38 #0 3.833 Executing busybox-1.36.1-r6.post-upgrade 05:22:38 #0 3.927 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r6) 05:22:38 #0 3.937 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 05:22:38 #0 3.942 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) 05:22:38 #0 3.974 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) 05:22:38 #0 3.980 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r6) 05:22:38 #0 3.983 Executing busybox-1.36.1-r6.trigger 05:22:38 #0 3.988 Executing ca-certificates-20240226-r0.trigger 05:22:38 #0 4.229 OK: 12 MiB in 26 packages 05:22:38 #74 DONE 4.5s 05:22:38 05:22:38 #73 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 05:22:38 #73 DONE 0.3s 05:22:38 05:22:38 #75 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 05:22:38 #75 DONE 0.3s 05:22:38 05:22:38 #76 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:22:39 #76 ... 05:22:39 05:22:39 #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 05:22:39 #0 3.779 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:22:39 #0 3.901 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:22:39 #0 4.180 Upgrading critical system libraries and apk-tools: 05:22:39 #0 4.180 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) 05:22:39 #0 4.192 Executing busybox-1.36.1-r5.trigger 05:22:39 #0 4.238 Continuing the upgrade transaction with new apk-tools: 05:22:39 #0 4.276 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:22:39 #0 4.397 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:22:39 #0 4.586 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r6) 05:22:39 #0 4.625 Executing busybox-1.36.1-r6.post-upgrade 05:22:39 #0 4.651 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r6) 05:22:39 #0 4.654 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 05:22:39 #0 4.661 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) 05:22:39 #0 4.697 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) 05:22:39 #0 4.708 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r6) 05:22:39 #0 4.712 Executing busybox-1.36.1-r6.trigger 05:22:39 #0 4.718 OK: 7 MiB in 17 packages 05:22:39 #77 DONE 5.1s 05:22:39 05:22:39 #78 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 05:22:39 #0 3.878 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:22:39 #0 4.043 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:22:39 #0 4.298 Upgrading critical system libraries and apk-tools: 05:22:39 #0 4.298 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) 05:22:39 #0 4.309 Executing busybox-1.36.1-r5.trigger 05:22:39 #0 4.390 Continuing the upgrade transaction with new apk-tools: 05:22:39 #0 4.395 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:22:39 #0 4.485 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:22:39 #0 4.685 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r6) 05:22:39 #0 4.698 Executing busybox-1.36.1-r6.post-upgrade 05:22:39 #0 4.729 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r6) 05:22:39 #0 4.732 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 05:22:39 #0 4.738 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) 05:22:39 #0 4.775 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) 05:22:39 #0 4.782 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r6) 05:22:39 #0 4.785 Executing busybox-1.36.1-r6.trigger 05:22:39 #0 4.791 Executing ca-certificates-20240226-r0.trigger 05:22:39 #0 4.844 OK: 17 MiB in 19 packages 05:22:39 #78 DONE 5.4s 05:22:39 05:22:39 #79 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 05:22:39 #0 2.212 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:22:39 #0 2.294 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:22:39 #0 2.517 Upgrading critical system libraries and apk-tools: 05:22:39 #0 2.517 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) 05:22:39 #0 2.520 Executing busybox-1.36.1-r5.trigger 05:22:39 #0 2.586 Continuing the upgrade transaction with new apk-tools: 05:22:39 #0 2.590 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:22:39 #0 2.670 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:22:39 #0 2.856 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r6) 05:22:39 #0 2.869 Executing busybox-1.36.1-r6.post-upgrade 05:22:39 #0 2.884 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r6) 05:22:39 #0 2.888 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 05:22:39 #0 2.894 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) 05:22:39 #0 2.925 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) 05:22:39 #0 2.932 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r6) 05:22:39 #0 2.935 Executing busybox-1.36.1-r6.trigger 05:22:39 #0 2.974 OK: 8 MiB in 19 packages 05:22:39 #79 DONE 3.4s 05:22:39 05:22:39 #80 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 05:22:39 #0 1.964 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:22:39 #0 2.057 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:22:39 #0 2.302 Upgrading critical system libraries and apk-tools: 05:22:39 #0 2.302 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) 05:22:39 #0 2.370 Executing busybox-1.36.1-r5.trigger 05:22:39 #0 2.455 Continuing the upgrade transaction with new apk-tools: 05:22:39 #0 2.493 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:22:39 #0 2.580 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:22:39 #0 2.849 (1/4) Upgrading busybox (1.36.1-r5 -> 1.36.1-r6) 05:22:39 #0 2.867 Executing busybox-1.36.1-r6.post-upgrade 05:22:39 #0 2.877 (2/4) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r6) 05:22:39 #0 2.880 (3/4) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 05:22:39 #0 2.886 (4/4) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r6) 05:22:39 #0 2.889 Executing busybox-1.36.1-r6.trigger 05:22:39 #0 2.895 OK: 8 MiB in 20 packages 05:22:39 #80 DONE 3.4s 05:22:39 05:22:39 #81 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 05:22:39 #0 4.174 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:22:39 #0 4.282 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:22:39 #0 4.506 Upgrading critical system libraries and apk-tools: 05:22:39 #0 4.506 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) 05:22:39 #0 4.514 Executing busybox-1.36.1-r5.trigger 05:22:39 #0 4.563 Continuing the upgrade transaction with new apk-tools: 05:22:39 #0 4.605 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:22:39 #0 4.706 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:22:39 #0 4.916 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r6) 05:22:39 #0 4.931 Executing busybox-1.36.1-r6.post-upgrade 05:22:39 #0 4.946 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r6) 05:22:39 #0 4.951 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 05:22:39 #0 4.959 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) 05:22:39 #0 4.989 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) 05:22:39 #0 4.998 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r6) 05:22:39 #0 5.001 Executing busybox-1.36.1-r6.trigger 05:22:39 #0 5.006 Executing ca-certificates-20240226-r0.trigger 05:22:39 #0 5.072 OK: 8 MiB in 17 packages 05:22:39 #81 DONE 5.5s 05:22:39 05:22:39 #82 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:22:41 #82 DONE 2.2s 05:22:41 05:22:41 #83 [security-spire-config stage-2 5/10] COPY Attribution.txt / 05:22:42 #83 ... 05:22:42 05:22:42 #84 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 05:22:42 #84 DONE 2.2s 05:22:42 05:22:42 #85 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:22:42 #85 DONE 2.3s 05:22:42 05:22:42 #83 [security-spire-config stage-2 5/10] COPY Attribution.txt / 05:22:42 #83 DONE 0.2s 05:22:42 05:22:42 #86 [security-spire-server stage-2 5/9] COPY Attribution.txt / 05:22:42 #86 DONE 0.2s 05:22:42 05:22:42 #87 [security-spire-server stage-2 6/9] COPY security.txt / 05:22:43 #87 DONE 0.7s 05:22:43 05:22:43 #88 [security-spire-config stage-2 6/10] COPY security.txt / 05:22:43 #88 DONE 0.7s 05:22:43 05:22:43 #89 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:22:43 #89 DONE 1.0s 05:22:43 05:22:43 #90 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 05:22:43 #90 DONE 0.1s 05:22:43 05:22:43 #91 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 05:22:43 #91 DONE 0.1s 05:22:43 05:22:43 #92 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 05:22:43 #92 DONE 0.1s 05:22:43 05:22:43 #93 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 05:22:43 #93 DONE 0.1s 05:22:43 05:22:43 #94 [security-spire-agent stage-3 7/10] COPY security.txt / 05:22:43 #94 DONE 0.1s 05:22:43 05:22:43 #95 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 05:22:43 #95 DONE 0.1s 05:22:43 05:22:43 #96 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 05:22:43 #96 DONE 0.1s 05:22:43 05:22:43 #97 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 05:22:43 #97 ... 05:22:43 05:22:43 #98 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 05:22:43 #98 DONE 3.9s 05:22:43 05:22:43 #99 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 05:22:43 #99 DONE 0.2s 05:22:43 05:22:43 #97 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 05:22:43 #97 DONE 0.2s 05:22:43 05:22:43 #100 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 05:22:43 #100 DONE 0.2s 05:22:43 05:22:43 #101 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 05:22:43 #101 DONE 0.1s 05:22:43 05:22:43 #102 [security-spire-server] exporting to image 05:22:43 #102 exporting layers 05:22:43 #102 ... 05:22:43 05:22:43 #103 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 05:22:43 #103 DONE 0.0s 05:22:43 05:22:43 #102 [security-spire-agent] exporting to image 05:22:43 #102 exporting layers 0.5s done 05:22:43 #102 writing image sha256:11d4f0b1140fa5c47ab0405ff636297e371309a98203bc0db933a65c85bb5107 done 05:22:43 #102 naming to docker.io/library/security-spire-config done 05:22:43 #102 exporting layers 0.5s done 05:22:43 #102 writing image sha256:35166f447450b8bbcb1892ca66842621fe52a0b4bfc2f8c13cb0aa7e06a255da done 05:22:43 #102 naming to docker.io/library/security-spire-server done 05:22:43 #102 writing image sha256:012b38a9bdcc4c4e9ab9a04dce27f48a92919a2806f0b7df817de57c958dc6ef done 05:22:43 #102 naming to docker.io/library/security-spire-agent done 05:22:43 #102 DONE 0.7s 05:22:43 05:22:43 #104 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:22:49 Removing intermediate container 014753cb6ad8 05:22:49 ---> dd224a0ab584 05:22:49 Successfully built dd224a0ab584 05:22:49 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:22:50 + docker inspect -f . ci-base-image-arm64 05:22:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:22:50 prd-ubuntu20.04-docker-arm64-4c-16g-919 does not seem to be running inside a container 05:22:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/641 -v /w/workspace/edgex-go/641:/w/workspace/edgex-go/641:rw,z -v /w/workspace/edgex-go/641@tmp:/w/workspace/edgex-go/641@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 05:22:51 $ docker top a57741fda934c1a01c47e4bea7adcb6ca499b0fd4b907d50c3750346b22d7525 -eo pid,comm [Pipeline] { [Pipeline] sh 05:22:52 + go version 05:22:52 go version go1.21.9 linux/arm64 [Pipeline] } 05:22:52 $ docker stop --time=1 a57741fda934c1a01c47e4bea7adcb6ca499b0fd4b907d50c3750346b22d7525 05:22:53 $ docker rm -f --volumes a57741fda934c1a01c47e4bea7adcb6ca499b0fd4b907d50c3750346b22d7525 [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 05:22:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 05:22:54 05:22:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:22:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 05:22:54 latest: Pulling from edgex-devops/edgex-compose-arm64 05:22:54 547446be3368: Pulling fs layer 05:22:54 d125d8839a47: Pulling fs layer 05:22:54 3e85d5ac6304: Pulling fs layer 05:22:54 c3105a71a48b: Pulling fs layer 05:22:54 0f093f025ec4: Pulling fs layer 05:22:54 c3105a71a48b: Waiting 05:22:54 c3106fc0e877: Pulling fs layer 05:22:54 c3106fc0e877: Waiting 05:22:54 0f093f025ec4: Waiting 05:22:55 547446be3368: Verifying Checksum 05:22:55 547446be3368: Download complete 05:22:55 c3105a71a48b: Verifying Checksum 05:22:55 c3105a71a48b: Download complete 05:22:55 d125d8839a47: Verifying Checksum 05:22:55 d125d8839a47: Download complete 05:22:55 c3106fc0e877: Download complete 05:22:55 0f093f025ec4: Verifying Checksum 05:22:55 0f093f025ec4: Download complete 05:22:56 547446be3368: Pull complete 05:22:57 d125d8839a47: Pull complete 05:22:57 3e85d5ac6304: Verifying Checksum 05:22:57 3e85d5ac6304: Download complete 05:23:07 3e85d5ac6304: Pull complete 05:23:07 c3105a71a48b: Pull complete 05:23:08 0f093f025ec4: Pull complete 05:23:08 c3106fc0e877: Pull complete 05:23:08 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 05:23:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 05:23:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:23:09 prd-ubuntu20.04-docker-arm64-4c-16g-919 does not seem to be running inside a container 05:23:09 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/641 -v /w/workspace/edgex-go/641:/w/workspace/edgex-go/641:rw,z -v /w/workspace/edgex-go/641@tmp:/w/workspace/edgex-go/641@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 05:23:11 $ docker top d75e73cd940375643e39cea44ae0f5378e227c352a82d4ff49bd8ab1f4ee4235 -eo pid,comm [Pipeline] { [Pipeline] sh 05:23:11 + docker compose -f ./docker-compose-build.yml build --parallel 05:23:20 #1 [core-metadata internal] load build definition from Dockerfile 05:23:20 #1 transferring dockerfile: 30B 05:23:20 #1 transferring dockerfile: 2.06kB 0.0s done 05:23:20 #1 DONE 0.1s 05:23:20 05:23:20 #2 [security-spiffe-token-provider internal] load build definition from Dockerfile 05:23:20 #2 transferring dockerfile: 1.89kB done 05:23:20 #2 DONE 0.0s 05:23:20 05:23:20 #3 [security-proxy-setup internal] load build definition from Dockerfile 05:23:20 #3 transferring dockerfile: 2.50kB 0.0s done 05:23:20 #3 DONE 0.1s 05:23:20 05:23:20 #4 [security-bootstrapper internal] load build definition from Dockerfile 05:23:20 #4 transferring dockerfile: 2.93kB done 05:23:20 #4 DONE 0.1s 05:23:21 05:23:21 #5 [support-scheduler internal] load build definition from Dockerfile 05:23:21 #5 transferring dockerfile: 1.93kB done 05:23:21 #5 DONE 0.0s 05:23:21 05:23:21 #6 [core-command internal] load build definition from Dockerfile 05:23:21 #6 transferring dockerfile: 1.93kB done 05:23:21 #6 DONE 0.0s 05:23:21 05:23:21 #7 [security-spire-agent internal] load build definition from Dockerfile 05:23:21 #7 transferring dockerfile: 1.81kB 0.0s done 05:23:21 #7 DONE 0.1s 05:23:21 05:23:21 #8 [core-data internal] load build definition from Dockerfile 05:23:21 #8 transferring dockerfile: 2.01kB done 05:23:21 #8 DONE 0.1s 05:23:21 05:23:21 #9 [security-spire-server internal] load build definition from Dockerfile 05:23:21 #9 transferring dockerfile: 1.70kB done 05:23:21 #9 DONE 0.1s 05:23:21 05:23:21 #10 [security-secretstore-setup internal] load build definition from Dockerfile 05:23:21 #10 transferring dockerfile: 2.49kB 0.0s done 05:23:21 #10 DONE 0.1s 05:23:21 05:23:21 #11 [core-common-config-bootstrapper internal] load build definition from Dockerfile 05:23:21 #11 transferring dockerfile: 2.23kB 0.0s done 05:23:21 #11 DONE 0.1s 05:23:21 05:23:21 #12 [security-spire-config internal] load build definition from Dockerfile 05:23:21 #12 transferring dockerfile: 1.69kB 0.0s done 05:23:21 #12 DONE 0.1s 05:23:21 05:23:21 #13 [security-proxy-auth internal] load build definition from Dockerfile 05:23:21 #13 transferring dockerfile: 2.15kB done 05:23:21 #13 DONE 0.1s 05:23:21 05:23:21 #14 [support-notifications internal] load build definition from Dockerfile 05:23:21 #14 transferring dockerfile: 1.95kB 0.0s done 05:23:21 #14 DONE 0.1s 05:23:21 05:23:21 #15 [core-metadata internal] load .dockerignore 05:23:21 #15 transferring context: 50B done 05:23:22 #15 DONE 0.1s 05:23:22 05:23:22 #16 [security-spiffe-token-provider internal] load .dockerignore 05:23:22 #16 transferring context: 50B done 05:23:22 #16 DONE 0.0s 05:23:22 05:23:22 #17 [security-proxy-setup internal] load .dockerignore 05:23:22 #17 transferring context: 50B done 05:23:22 #17 DONE 0.1s 05:23:22 05:23:22 #18 [security-bootstrapper internal] load .dockerignore 05:23:22 #18 transferring context: 50B 0.0s done 05:23:22 #18 DONE 0.1s 05:23:22 05:23:22 #19 [support-scheduler internal] load .dockerignore 05:23:22 #19 transferring context: 50B done 05:23:22 #19 DONE 0.1s 05:23:22 05:23:22 #20 [core-command internal] load .dockerignore 05:23:22 #20 transferring context: 50B 0.0s done 05:23:22 #20 DONE 0.1s 05:23:22 05:23:22 #21 [security-spire-agent internal] load .dockerignore 05:23:22 #21 transferring context: 50B 0.0s done 05:23:22 #21 DONE 0.1s 05:23:22 05:23:22 #22 [core-data internal] load .dockerignore 05:23:22 #22 transferring context: 50B 0.0s done 05:23:22 #22 DONE 0.1s 05:23:22 05:23:22 #23 [security-spire-server internal] load .dockerignore 05:23:22 #23 transferring context: 50B done 05:23:22 #23 DONE 0.0s 05:23:22 05:23:22 #24 [security-secretstore-setup internal] load .dockerignore 05:23:22 #104 DONE 43.1s 05:23:22 05:23:22 #76 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:23:22 #76 DONE 42.7s 05:23:22 05:23:22 #105 [security-spiffe-token-provider builder 6/7] COPY . . 05:23:22 #105 ... 05:23:22 05:23:22 #66 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:23:22 #66 DONE 44.0s 05:23:22 05:23:22 #63 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:23:22 #63 DONE 44.3s 05:23:22 05:23:22 #106 [security-proxy-setup builder 6/7] COPY . . 05:23:23 #24 transferring context: 50B 0.0s done 05:23:23 #24 DONE 0.1s 05:23:23 05:23:23 #25 [core-common-config-bootstrapper internal] load .dockerignore 05:23:23 #25 transferring context: 50B 0.0s done 05:23:23 #25 DONE 0.1s 05:23:23 05:23:23 #26 [security-spire-config internal] load .dockerignore 05:23:23 #26 transferring context: 50B 0.0s done 05:23:23 #26 DONE 0.1s 05:23:23 05:23:23 #27 [support-notifications internal] load .dockerignore 05:23:23 #27 transferring context: 50B 0.0s done 05:23:23 #27 DONE 0.1s 05:23:23 05:23:23 #28 [security-proxy-auth internal] load .dockerignore 05:23:23 #28 transferring context: 50B 0.0s done 05:23:23 #28 DONE 0.1s 05:23:23 05:23:23 #29 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:23:23 #29 DONE 0.0s 05:23:23 05:23:23 #30 [core-metadata internal] load metadata for docker.io/library/alpine:3.18 05:23:23 #30 DONE 0.1s 05:23:23 05:23:23 #31 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 05:23:23 #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done 05:23:23 #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done 05:23:23 #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done 05:23:23 #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done 05:23:23 #31 DONE 0.2s 05:23:23 05:23:23 #32 [core-metadata internal] load build context 05:23:23 #32 transferring context: 2.64MB 0.5s done 05:23:24 #32 DONE 0.6s 05:23:24 05:23:24 #33 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 05:23:24 #33 ... 05:23:24 05:23:24 #29 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:23:24 #29 DONE 0.0s 05:23:24 05:23:24 #31 [security-spiffe-token-provider stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 05:23:24 #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done 05:23:24 #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done 05:23:24 #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done 05:23:24 #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done 05:23:24 #31 DONE 0.4s 05:23:24 05:23:24 #33 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 05:23:24 #33 DONE 1.6s 05:23:24 05:23:24 #31 [security-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 05:23:24 #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done 05:23:24 #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done 05:23:24 #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done 05:23:24 #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done 05:23:24 #31 DONE 0.4s 05:23:24 05:23:24 #29 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:23:24 #29 DONE 0.0s 05:23:24 05:23:24 #30 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.18 05:23:24 #30 DONE 0.3s 05:23:24 05:23:24 #34 [security-bootstrapper internal] load build context 05:23:24 #34 ... 05:23:24 05:23:24 #29 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:23:24 #29 DONE 0.0s 05:23:24 05:23:24 #34 [security-bootstrapper internal] load build context 05:23:24 #34 ... 05:23:24 05:23:24 #31 [support-scheduler stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 05:23:24 #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done 05:23:24 #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done 05:23:24 #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done 05:23:24 #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done 05:23:24 #31 DONE 0.4s 05:23:24 05:23:24 #33 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 05:23:24 #33 DONE 1.7s 05:23:24 05:23:24 #34 [security-bootstrapper internal] load build context 05:23:25 #34 ... 05:23:25 05:23:25 #29 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:23:25 #29 DONE 0.0s 05:23:25 05:23:25 #30 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.18 05:23:25 #30 DONE 1.1s 05:23:25 05:23:25 #35 [support-scheduler builder 2/7] WORKDIR /edgex-go 05:23:25 #35 DONE 1.5s 05:23:25 05:23:25 #34 [security-bootstrapper internal] load build context 05:23:25 #34 ... 05:23:25 05:23:25 #31 [core-data stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 05:23:25 #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done 05:23:25 #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done 05:23:25 #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done 05:23:25 #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done 05:23:25 #31 DONE 0.5s 05:23:25 05:23:25 #33 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 05:23:25 #33 DONE 1.7s 05:23:25 05:23:25 #35 [core-data builder 2/7] WORKDIR /edgex-go 05:23:25 #35 DONE 1.5s 05:23:25 05:23:25 #36 [core-command builder 3/7] RUN apk add --update --no-cache make git 05:23:25 #36 ... 05:23:25 05:23:25 #29 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:23:25 #29 DONE 0.0s 05:23:25 05:23:25 #34 [security-bootstrapper internal] load build context 05:23:26 #34 ... 05:23:26 05:23:26 #29 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:23:26 #29 DONE 0.0s 05:23:26 05:23:26 #34 [security-bootstrapper internal] load build context 05:23:26 #34 transferring context: 2.64MB 1.5s done 05:23:26 #34 DONE 1.8s 05:23:26 05:23:26 #37 [security-proxy-setup internal] load build context 05:23:26 #37 ... 05:23:26 05:23:26 #30 [security-spire-server internal] load metadata for docker.io/library/alpine:3.18 05:23:26 #30 DONE 2.2s 05:23:26 05:23:26 #37 [security-proxy-setup internal] load build context 05:23:26 #37 ... 05:23:26 05:23:26 #31 [security-secretstore-setup stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 05:23:26 #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done 05:23:26 #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done 05:23:26 #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done 05:23:26 #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done 05:23:26 #31 DONE 0.6s 05:23:26 05:23:26 #33 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 05:23:26 #33 DONE 1.8s 05:23:26 05:23:26 #35 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go 05:23:26 #35 DONE 1.6s 05:23:26 05:23:26 #37 [security-proxy-setup internal] load build context 05:23:26 #37 ... 05:23:26 05:23:26 #29 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:23:26 #29 DONE 0.0s 05:23:26 05:23:26 #37 [security-proxy-setup internal] load build context 05:23:26 #37 transferring context: 2.64MB 2.1s done 05:23:26 #37 ... 05:23:26 05:23:26 #29 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:23:26 #29 DONE 0.0s 05:23:26 05:23:26 #38 [security-spiffe-token-provider internal] load build context 05:23:26 #38 transferring context: 2.64MB 2.0s done 05:23:26 #38 DONE 2.5s 05:23:26 05:23:26 #39 [support-scheduler internal] load build context 05:23:26 #39 transferring context: 2.64MB 1.7s done 05:23:27 #39 ... 05:23:27 05:23:27 #31 [security-proxy-auth stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 05:23:27 #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done 05:23:27 #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done 05:23:27 #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done 05:23:27 #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done 05:23:27 #31 DONE 0.7s 05:23:27 05:23:27 #33 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 05:23:27 #33 DONE 1.9s 05:23:27 05:23:27 #35 [security-proxy-auth builder 2/7] WORKDIR /edgex-go 05:23:27 #35 DONE 1.7s 05:23:27 05:23:27 #30 [security-spire-config internal] load metadata for docker.io/library/alpine:3.18 05:23:27 #30 DONE 2.8s 05:23:27 05:23:27 #37 [security-proxy-setup internal] load build context 05:23:27 #37 DONE 2.9s 05:23:27 05:23:27 #40 [support-notifications internal] load build context 05:23:27 #40 ... 05:23:27 05:23:27 #41 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 05:23:27 #41 DONE 2.7s 05:23:27 05:23:27 #42 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 05:23:27 #42 ... 05:23:27 05:23:27 #31 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 05:23:27 #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done 05:23:27 #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done 05:23:27 #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done 05:23:27 #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done 05:23:27 #31 DONE 0.7s 05:23:27 05:23:27 #43 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 05:23:27 #43 DONE 2.8s 05:23:27 05:23:27 #39 [support-scheduler internal] load build context 05:23:27 #39 DONE 3.0s 05:23:27 05:23:27 #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 05:23:27 #44 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 05:23:28 #44 ... 05:23:28 05:23:28 #45 [core-command internal] load build context 05:23:28 #45 transferring context: 2.64MB 1.5s done 05:23:28 #45 DONE 3.2s 05:23:28 05:23:28 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 05:23:28 #44 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.2s done 05:23:28 #44 ... 05:23:28 05:23:28 #46 [core-data internal] load build context 05:23:28 #46 transferring context: 2.64MB 1.6s done 05:23:28 #46 DONE 2.8s 05:23:28 05:23:28 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 05:23:28 #44 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done 05:23:28 #44 sha256:7f1a042121549eaff99a14cf9dd09b8e9800ffe831816902ce4dc13d1ba16589 1.05kB / 1.05kB done 05:23:29 #44 sha256:6dd7dc7370d8ed10ec8280fb6249b38c860421f5750b0a0fa1db764e8eebdf0b 2.74kB / 2.74kB done 05:23:29 #44 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.5s 05:23:30 #44 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0B / 120B 0.7s 05:23:30 #44 ... 05:23:30 05:23:30 #47 [security-spire-agent internal] load build context 05:23:30 #47 transferring context: 26.22kB 0.2s done 05:23:30 #47 DONE 2.5s 05:23:30 05:23:30 #40 [support-notifications internal] load build context 05:23:30 #40 ... 05:23:30 05:23:30 #48 [security-spire-config internal] load build context 05:23:30 #48 transferring context: 24.94kB 0.3s done 05:23:30 #48 DONE 2.9s 05:23:30 05:23:30 #40 [support-notifications internal] load build context 05:23:31 #106 ... 05:23:31 05:23:31 #107 [support-scheduler builder 6/7] COPY . . 05:23:31 #40 ... 05:23:31 05:23:31 #49 [security-spire-server internal] load build context 05:23:31 #49 transferring context: 26.69kB 0.7s done 05:23:31 #49 DONE 3.7s 05:23:31 05:23:31 #40 [support-notifications internal] load build context 05:23:31 #107 ... 05:23:31 05:23:31 #108 [support-notifications builder 6/7] COPY . . 05:23:32 #40 ... 05:23:32 05:23:32 #50 [security-secretstore-setup internal] load build context 05:23:32 #50 transferring context: 2.64MB 3.6s done 05:23:32 #50 DONE 5.4s 05:23:32 05:23:32 #40 [support-notifications internal] load build context 05:23:32 #40 ... 05:23:32 05:23:32 #51 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 05:23:32 #0 4.629 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:23:32 #0 5.324 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:23:32 #0 7.183 (1/1) Installing dumb-init (1.2.5-r2) 05:23:32 #0 7.183 Executing busybox-1.36.1-r5.trigger 05:23:32 #0 7.183 OK: 8 MiB in 16 packages 05:23:32 #51 DONE 9.3s 05:23:32 05:23:32 #40 [support-notifications internal] load build context 05:23:32 #40 ... 05:23:32 05:23:32 #52 [core-common-config-bootstrapper internal] load build context 05:23:32 #52 transferring context: 2.64MB 4.1s done 05:23:32 #52 DONE 6.1s 05:23:32 05:23:32 #40 [support-notifications internal] load build context 05:23:34 #108 ... 05:23:34 05:23:34 #107 [support-scheduler builder 6/7] COPY . . 05:23:34 #107 DONE 12.7s 05:23:34 05:23:34 #109 [core-metadata builder 6/7] COPY . . 05:23:34 #109 CACHED 05:23:34 05:23:34 #110 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:23:34 #110 CACHED 05:23:34 05:23:34 #111 [core-metadata builder 4/7] COPY go.mod vendor* ./ 05:23:34 #111 CACHED 05:23:34 05:23:34 #112 [core-command builder 6/7] COPY . . 05:23:34 #112 CACHED 05:23:34 05:23:34 #113 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:23:34 #113 CACHED 05:23:34 05:23:34 #114 [core-command builder 4/7] COPY go.mod vendor* ./ 05:23:34 #114 CACHED 05:23:34 05:23:34 #115 [core-data builder 4/7] COPY go.mod vendor* ./ 05:23:34 #115 CACHED 05:23:34 05:23:34 #116 [core-data builder 6/7] COPY . . 05:23:34 #116 CACHED 05:23:34 05:23:34 #117 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:23:34 #117 CACHED 05:23:34 05:23:34 #108 [support-notifications builder 6/7] COPY . . 05:23:34 #108 DONE 12.7s 05:23:34 05:23:34 #118 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 05:23:34 #118 CACHED 05:23:34 05:23:34 #119 [security-proxy-auth builder 6/7] COPY . . 05:23:34 #119 CACHED 05:23:34 05:23:34 #120 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:23:34 #120 CACHED 05:23:34 05:23:34 #121 [core-common-config-bootstrapper builder 6/7] COPY . . 05:23:34 #121 CACHED 05:23:34 05:23:34 #122 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:23:34 #122 CACHED 05:23:34 05:23:34 #123 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 05:23:34 #123 CACHED 05:23:34 05:23:34 #124 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:23:34 #124 CACHED 05:23:34 05:23:34 #125 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 05:23:34 #125 CACHED 05:23:34 05:23:34 #126 [security-bootstrapper builder 6/7] COPY . . 05:23:34 #126 CACHED 05:23:34 05:23:34 #127 [security-secretstore-setup builder 6/7] COPY . . 05:23:34 #127 CACHED 05:23:34 05:23:34 #128 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:23:34 #128 CACHED 05:23:34 05:23:34 #129 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 05:23:34 #129 CACHED 05:23:34 05:23:34 #105 [security-spiffe-token-provider builder 6/7] COPY . . 05:23:34 #105 DONE 12.7s 05:23:34 05:23:34 #106 [security-proxy-setup builder 6/7] COPY . . 05:23:34 #106 DONE 12.7s 05:23:34 05:23:34 #130 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 05:23:34 #40 transferring context: 2.64MB 5.1s done 05:23:34 #40 ... 05:23:34 05:23:34 #53 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 05:23:34 #0 9.631 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:23:34 #53 ... 05:23:34 05:23:34 #40 [support-notifications internal] load build context 05:23:34 #40 DONE 7.2s 05:23:34 05:23:34 #54 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 05:23:34 #0 9.615 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:23:34 #54 ... 05:23:34 05:23:34 #55 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 05:23:34 #55 10.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:23:34 #55 ... 05:23:34 05:23:34 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 05:23:34 #44 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 1.2s done 05:23:34 #44 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 1.3s done 05:23:34 #44 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 2.1s done 05:23:34 #44 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0.1s done 05:23:34 #44 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 8.39MB / 23.39MB 5.5s 05:23:34 #44 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.0s done 05:23:35 #44 ... 05:23:35 05:23:35 #56 [security-proxy-auth internal] load build context 05:23:35 #56 transferring context: 2.64MB 5.6s done 05:23:35 #56 DONE 7.7s 05:23:35 05:23:35 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 05:23:35 #44 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 10.49MB / 23.39MB 6.0s 05:23:35 #44 ... 05:23:35 05:23:35 #57 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 05:23:35 #57 ... 05:23:35 05:23:35 #58 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 05:23:35 #58 ... 05:23:35 05:23:35 #59 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 05:23:35 #0 9.903 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:23:35 #59 ... 05:23:35 05:23:35 #55 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 05:23:35 #55 11.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:23:35 #130 1.578 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 05:23:36 #55 ... 05:23:36 05:23:36 #36 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git 05:23:36 #36 8.623 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:23:36 #36 9.036 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:23:36 #36 10.61 OK: 266 MiB in 52 packages 05:23:36 #36 DONE 11.6s 05:23:36 05:23:36 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 05:23:36 #44 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 15.86MB / 23.39MB 7.0s 05:23:36 #44 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 17.47MB / 23.39MB 7.3s 05:23:36 #44 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 19.10MB / 23.39MB 7.6s 05:23:37 #44 ... 05:23:37 05:23:37 #60 [core-metadata builder 4/7] COPY go.mod vendor* ./ 05:23:37 #60 DONE 1.0s 05:23:37 05:23:37 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 05:23:37 #44 ... 05:23:37 05:23:37 #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 05:23:37 #0 9.537 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:23:37 #61 ... 05:23:37 05:23:37 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 05:23:37 #44 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 21.61MB / 23.39MB 8.0s 05:23:37 #44 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.07MB / 23.39MB 8.1s 05:23:37 #44 ... 05:23:37 05:23:37 #62 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 05:23:37 #62 ... 05:23:37 05:23:37 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 05:23:37 #44 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 8.2s done 05:23:37 #44 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0.0s done 05:23:37 #44 ... 05:23:37 05:23:37 #63 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 05:23:37 #0 9.982 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:23:37 #63 ... 05:23:37 05:23:37 #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 05:23:37 #64 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 0.8s done 05:23:37 #64 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done 05:23:37 #64 sha256:ad4dd425609715af26ecdaca2eb780a94c16ab3f2bf7af379c54c59118cbad72 1.05kB / 1.05kB done 05:23:37 #64 sha256:2e3c005644c68a66b99f2ab1386460866c91f666818b8e3156b9a89d00c7486e 2.74kB / 2.74kB done 05:23:37 #64 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.9s done 05:23:37 #64 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.1s done 05:23:37 #64 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 17.12MB / 17.12MB 6.3s done 05:23:37 #64 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 1.4s done 05:23:37 #64 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.1s done 05:23:37 #64 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 0.0s done 05:23:38 #64 ... 05:23:38 05:23:38 #65 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:23:38 #65 ... 05:23:38 05:23:38 #62 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 05:23:38 #62 10.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:23:39 #62 12.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:23:42 #62 ... 05:23:42 05:23:42 #54 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 05:23:42 #54 10.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:23:42 #54 13.49 (1/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) 05:23:42 #54 14.03 (2/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) 05:23:42 #54 14.12 (3/6) Installing dumb-init (1.2.5-r2) 05:23:42 #54 14.15 (4/6) Installing openssl (3.1.5-r0) 05:23:42 #54 14.26 (5/6) Installing su-exec (0.2-r3) 05:23:42 #54 14.26 (6/6) Installing yq (4.33.3-r5) 05:23:42 #54 15.82 Executing busybox-1.36.1-r5.trigger 05:23:42 #54 15.96 OK: 18 MiB in 19 packages 05:23:42 #54 DONE 17.6s 05:23:42 05:23:42 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 05:23:42 #44 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 3.0s 05:23:42 #44 ... 05:23:42 05:23:42 #66 [core-command stage-1 3/9] RUN apk --no-cache upgrade 05:23:42 #0 7.129 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:23:42 #0 8.993 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:23:42 #66 ... 05:23:42 05:23:42 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 05:23:43 #44 ... 05:23:43 05:23:43 #57 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 05:23:43 #57 10.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:23:43 #57 11.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:23:43 #57 16.16 OK: 266 MiB in 52 packages 05:23:43 #57 DONE 17.6s 05:23:43 05:23:43 #55 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 05:23:43 #55 16.59 (1/2) Installing dumb-init (1.2.5-r2) 05:23:43 #55 16.64 (2/2) Installing su-exec (0.2-r3) 05:23:43 #55 16.66 Executing busybox-1.36.1-r5.trigger 05:23:43 #55 16.85 OK: 8 MiB in 17 packages 05:23:43 #55 DONE 18.5s 05:23:43 05:23:43 #67 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 05:23:44 #67 ... 05:23:44 05:23:44 #68 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 05:23:44 #68 DONE 1.2s 05:23:44 05:23:44 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 05:23:44 #44 ... 05:23:44 05:23:44 #62 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 05:23:44 #62 16.25 OK: 266 MiB in 52 packages 05:23:44 #62 DONE 17.4s 05:23:44 05:23:44 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 05:23:45 #44 ... 05:23:45 05:23:45 #53 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 05:23:45 #53 10.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:23:45 #53 16.02 v3.18.6-236-gda1aa23a2d3 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 05:23:45 #53 16.02 v3.18.6-237-gf6249c4ff44 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 05:23:45 #53 16.02 OK: 19953 distinct packages available 05:23:45 #53 17.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:23:45 #53 18.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:23:45 #53 ... 05:23:45 05:23:45 #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 05:23:45 #64 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 6.1s 05:23:45 #64 ... 05:23:45 05:23:45 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 05:23:45 #44 ... 05:23:45 05:23:45 #69 [support-notifications builder 4/7] COPY go.mod vendor* ./ 05:23:45 #69 DONE 0.9s 05:23:45 #130 ... 05:23:45 05:23:45 #131 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:23:45 #0 0.579 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 05:23:45 #131 ... 05:23:45 05:23:45 #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:23:45 #0 0.702 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 05:23:45 #132 ... 05:23:45 05:23:45 #133 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 05:23:45 #0 0.676 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 05:23:45 #133 ... 05:23:45 05:23:45 #134 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 05:23:45 #0 1.486 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 05:23:45 #134 ... 05:23:45 05:23:45 #135 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:23:45 #0 0.948 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 05:23:45 #135 ... 05:23:45 05:23:45 #136 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:23:45 #0 1.514 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 05:23:45 #136 ... 05:23:45 05:23:45 #137 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 05:23:45 #0 1.002 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 05:23:45 #137 ... 05:23:45 05:23:45 #138 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 05:23:45 #0 1.248 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 05:23:45 #138 ... 05:23:45 05:23:45 #139 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:23:45 #0 0.766 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 05:23:45 #139 ... 05:23:45 05:23:45 #140 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 05:23:45 #0 1.583 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 05:23:45 05:23:45 #70 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:23:45 #70 ... 05:23:45 05:23:45 #59 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 05:23:45 #59 11.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:23:45 #59 17.83 (1/1) Installing dumb-init (1.2.5-r2) 05:23:45 #59 17.83 Executing busybox-1.36.1-r5.trigger 05:23:45 #59 18.11 OK: 8 MiB in 16 packages 05:23:45 #59 DONE 20.4s 05:23:46 05:23:46 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 05:23:47 #44 ... 05:23:47 05:23:47 #58 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 05:23:47 #58 11.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:23:47 #58 13.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:23:47 #58 19.23 v3.18.6-236-gda1aa23a2d3 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 05:23:47 #58 19.23 v3.18.6-237-gf6249c4ff44 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 05:23:47 #58 19.23 OK: 19951 distinct packages available 05:23:47 #58 20.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:23:47 #58 ... 05:23:47 05:23:47 #71 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:23:47 #71 ... 05:23:47 05:23:47 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 05:23:47 #44 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 8.1s 05:23:47 #44 ... 05:23:47 05:23:47 #42 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 05:23:47 #42 10.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:23:47 #42 11.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:23:47 #42 19.28 (1/2) Installing ca-certificates (20240226-r0) 05:23:47 #42 20.05 (2/2) Installing dumb-init (1.2.5-r2) 05:23:47 #42 20.09 Executing busybox-1.36.1-r5.trigger 05:23:47 #42 ... 05:23:47 05:23:47 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 05:23:48 #44 ... 05:23:48 05:23:48 #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 05:23:48 #61 11.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:23:48 #61 17.72 (1/4) Installing ca-certificates (20240226-r0) 05:23:48 #61 18.49 (2/4) Installing dumb-init (1.2.5-r2) 05:23:48 #61 18.49 (3/4) Installing su-exec (0.2-r3) 05:23:48 #61 18.49 (4/4) Installing yq (4.33.3-r5) 05:23:48 #61 19.49 Executing busybox-1.36.1-r5.trigger 05:23:48 #61 19.59 Executing ca-certificates-20240226-r0.trigger 05:23:48 #61 20.46 OK: 18 MiB in 19 packages 05:23:48 #61 ... 05:23:48 05:23:48 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 05:23:49 #44 ... 05:23:49 05:23:49 #65 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:23:49 #65 11.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:23:49 #65 13.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:23:49 #65 18.70 v3.18.6-236-gda1aa23a2d3 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 05:23:49 #65 18.70 v3.18.6-237-gf6249c4ff44 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 05:23:49 #65 18.70 OK: 19953 distinct packages available 05:23:49 #65 19.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:23:49 #65 ... 05:23:49 05:23:49 #53 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 05:23:49 #53 23.45 (1/11) Installing ca-certificates (20240226-r0) 05:23:49 #53 23.73 (2/11) Installing brotli-libs (1.0.9-r14) 05:23:49 #53 23.81 (3/11) Installing libunistring (1.1-r1) 05:23:49 #53 23.94 (4/11) Installing libidn2 (2.3.4-r1) 05:23:49 #53 23.96 (5/11) Installing nghttp2-libs (1.57.0-r0) 05:23:49 #53 24.00 (6/11) Installing libcurl (8.5.0-r0) 05:23:49 #53 24.10 (7/11) Installing curl (8.5.0-r0) 05:23:49 #53 24.13 (8/11) Installing dumb-init (1.2.5-r2) 05:23:49 #53 24.16 (9/11) Installing musl-obstack (1.2.3-r2) 05:23:49 #53 24.19 (10/11) Installing libucontext (1.2-r2) 05:23:49 #53 24.21 (11/11) Installing gcompat (1.1.0-r1) 05:23:49 #53 24.24 Executing busybox-1.36.1-r5.trigger 05:23:49 #53 24.36 Executing ca-certificates-20240226-r0.trigger 05:23:49 #53 ... 05:23:49 05:23:49 #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 05:23:49 #61 DONE 22.4s 05:23:49 05:23:49 #65 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:23:49 #65 21.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:23:49 #65 ... 05:23:49 05:23:49 #63 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 05:23:49 #63 12.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:23:49 #63 19.97 v3.18.6-236-gda1aa23a2d3 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 05:23:49 #63 19.97 v3.18.6-237-gf6249c4ff44 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 05:23:49 #63 19.97 OK: 19953 distinct packages available 05:23:49 #63 21.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:23:49 #63 ... 05:23:49 05:23:49 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 05:23:50 #44 ... 05:23:50 05:23:50 #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 05:23:50 #64 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 10.6s done 05:23:50 #64 DONE 22.5s 05:23:50 05:23:50 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 05:23:51 #44 ... 05:23:51 05:23:51 #42 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 05:23:51 #42 20.27 Executing ca-certificates-20240226-r0.trigger 05:23:51 #42 21.72 OK: 9 MiB in 17 packages 05:23:51 #42 DONE 23.4s 05:23:51 05:23:51 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 05:23:51 #44 ... 05:23:51 05:23:51 #53 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 05:23:51 #53 25.64 OK: 13 MiB in 26 packages 05:23:51 #53 DONE 27.6s 05:23:51 05:23:51 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 05:23:52 #44 ... 05:23:52 05:23:52 #72 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 05:23:52 #0 6.699 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:23:52 #0 8.422 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:23:52 #72 ... 05:23:52 05:23:52 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 05:23:52 #44 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 13.5s 05:23:54 #44 ... 05:23:54 05:23:54 #73 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:23:54 #73 ... 05:23:54 05:23:54 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 05:23:55 #44 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 16.4s done 05:23:56 #44 ... 05:23:56 05:23:56 #58 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 05:23:56 #58 21.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:23:56 #58 28.18 OK: 266 MiB in 52 packages 05:23:56 #58 DONE 30.6s 05:23:56 05:23:56 #74 [core-data stage-1 3/7] RUN apk --no-cache upgrade 05:23:56 #0 7.190 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:23:56 #0 8.619 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:23:56 #74 ... 05:23:56 05:23:56 #75 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 05:23:56 #75 DONE 0.6s 05:23:56 05:23:56 #65 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:23:56 #65 26.15 (1/7) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) 05:23:56 #65 26.67 (2/7) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) 05:23:56 #65 26.82 (3/7) Installing dumb-init (1.2.5-r2) 05:23:56 #65 26.86 (4/7) Installing musl-obstack (1.2.3-r2) 05:23:56 #65 26.87 (5/7) Installing libucontext (1.2-r2) 05:23:56 #65 26.90 (6/7) Installing gcompat (1.1.0-r1) 05:23:56 #65 26.96 (7/7) Installing openssl (3.1.5-r0) 05:23:56 #65 27.20 Executing busybox-1.36.1-r5.trigger 05:23:56 #65 27.54 OK: 9 MiB in 20 packages 05:23:57 #65 ... 05:23:57 05:23:57 #66 [core-command stage-1 3/9] RUN apk --no-cache upgrade 05:23:57 #66 15.15 Upgrading critical system libraries and apk-tools: 05:23:57 #66 15.15 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) 05:23:57 #66 15.21 Executing busybox-1.36.1-r5.trigger 05:23:57 #66 16.49 Continuing the upgrade transaction with new apk-tools: 05:23:57 #66 16.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:23:57 #66 18.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:23:57 #66 23.17 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r6) 05:23:57 #66 23.31 Executing busybox-1.36.1-r6.post-upgrade 05:23:57 #66 23.76 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r6) 05:23:57 #66 23.76 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 05:23:57 #66 23.90 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) 05:23:57 #66 25.05 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) 05:23:57 #66 25.11 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r6) 05:23:57 #66 25.16 Executing busybox-1.36.1-r6.trigger 05:23:57 #66 25.34 OK: 8 MiB in 16 packages 05:23:57 #66 ... 05:23:57 05:23:57 #65 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:23:57 #65 DONE 29.7s 05:23:57 05:23:57 #76 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 05:23:58 #76 ... 05:23:58 05:23:58 #63 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 05:23:58 #63 23.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:23:58 #63 28.00 (1/4) Installing dumb-init (1.2.5-r2) 05:23:58 #63 28.02 (2/4) Installing musl-obstack (1.2.3-r2) 05:23:58 #63 28.05 (3/4) Installing libucontext (1.2-r2) 05:23:58 #63 28.08 (4/4) Installing gcompat (1.1.0-r1) 05:23:58 #63 28.16 Executing busybox-1.36.1-r5.trigger 05:23:58 #63 28.45 OK: 8 MiB in 19 packages 05:23:58 #63 DONE 30.6s 05:23:58 05:23:58 #77 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 05:23:59 #77 ... 05:23:59 05:23:59 #78 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 05:23:59 #0 5.676 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:23:59 #0 7.688 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:23:59 #78 ... 05:23:59 05:23:59 #72 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 05:23:59 #72 15.07 Upgrading critical system libraries and apk-tools: 05:23:59 #72 15.08 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) 05:23:59 #72 15.20 Executing busybox-1.36.1-r5.trigger 05:23:59 #72 17.24 Continuing the upgrade transaction with new apk-tools: 05:23:59 #72 17.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:23:59 #72 ... 05:23:59 05:23:59 #67 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 05:23:59 #67 6.632 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:23:59 #67 8.468 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:23:59 #67 ... 05:23:59 05:23:59 #66 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 05:23:59 #66 DONE 28.2s 05:23:59 05:23:59 #79 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 05:23:59 #0 4.917 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:23:59 #0 7.596 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:24:00 #79 ... 05:24:00 05:24:00 #67 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 05:24:00 #67 17.01 Upgrading critical system libraries and apk-tools: 05:24:00 #67 17.01 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) 05:24:00 #67 17.08 Executing busybox-1.36.1-r5.trigger 05:24:01 #67 18.05 Continuing the upgrade transaction with new apk-tools: 05:24:01 #67 18.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:24:01 #67 ... 05:24:01 05:24:01 #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 05:24:01 #0 5.748 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:24:01 #0 7.911 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:24:01 #80 ... 05:24:01 05:24:01 #74 [core-data stage-1 3/7] RUN apk --no-cache upgrade 05:24:01 #74 14.82 Upgrading critical system libraries and apk-tools: 05:24:01 #74 14.82 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) 05:24:01 #74 14.86 Executing busybox-1.36.1-r5.trigger 05:24:01 #74 15.50 Continuing the upgrade transaction with new apk-tools: 05:24:01 #74 15.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:24:02 #74 16.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:24:05 #74 19.62 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r6) 05:24:05 #74 19.74 Executing busybox-1.36.1-r6.post-upgrade 05:24:05 #74 19.99 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r6) 05:24:05 #74 19.99 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 05:24:05 #74 20.05 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) 05:24:06 #74 ... 05:24:06 05:24:06 #72 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 05:24:06 #72 19.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:24:06 #72 22.50 (1/4) Upgrading busybox (1.36.1-r5 -> 1.36.1-r6) 05:24:06 #72 22.59 Executing busybox-1.36.1-r6.post-upgrade 05:24:06 #72 22.79 (2/4) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r6) 05:24:06 #72 22.80 (3/4) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 05:24:06 #72 22.86 (4/4) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r6) 05:24:06 #72 22.88 Executing busybox-1.36.1-r6.trigger 05:24:06 #72 22.93 OK: 18 MiB in 19 packages 05:24:06 #72 DONE 24.0s 05:24:06 05:24:06 #81 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 05:24:06 #81 DONE 0.2s 05:24:06 05:24:06 #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 05:24:06 #80 12.60 Upgrading critical system libraries and apk-tools: 05:24:06 #80 12.60 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) 05:24:06 #80 12.64 Executing busybox-1.36.1-r5.trigger 05:24:06 #80 13.51 Continuing the upgrade transaction with new apk-tools: 05:24:06 #80 13.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:24:06 #80 14.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:24:06 #80 ... 05:24:06 05:24:06 #82 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:24:06 #82 ... 05:24:06 05:24:06 #74 [core-data stage-1 3/7] RUN apk --no-cache upgrade 05:24:06 #74 20.70 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) 05:24:06 #74 20.77 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r6) 05:24:06 #74 20.78 Executing busybox-1.36.1-r6.trigger 05:24:06 #74 20.89 OK: 8 MiB in 16 packages 05:24:07 #74 ... 05:24:07 05:24:07 #67 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 05:24:07 #67 19.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:24:07 #67 22.50 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r6) 05:24:07 #67 22.62 Executing busybox-1.36.1-r6.post-upgrade 05:24:07 #67 22.90 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r6) 05:24:07 #67 22.91 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 05:24:07 #67 23.04 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) 05:24:07 #67 23.34 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) 05:24:07 #67 23.39 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r6) 05:24:07 #67 23.42 Executing busybox-1.36.1-r6.trigger 05:24:07 #67 23.47 OK: 8 MiB in 17 packages 05:24:07 #67 DONE 24.2s 05:24:07 05:24:07 #83 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 05:24:07 #83 ... 05:24:07 05:24:07 #74 [core-data stage-1 3/7] RUN apk --no-cache upgrade 05:24:07 #74 DONE 22.1s 05:24:08 05:24:08 #79 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 05:24:08 #79 11.62 Upgrading critical system libraries and apk-tools: 05:24:08 #79 11.63 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) 05:24:08 #79 11.68 Executing busybox-1.36.1-r5.trigger 05:24:08 #79 12.67 Continuing the upgrade transaction with new apk-tools: 05:24:08 #79 12.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:24:08 #79 13.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:24:09 #79 17.40 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r6) 05:24:09 #79 ... 05:24:09 05:24:09 #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 05:24:09 #80 18.37 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r6) 05:24:09 #80 18.47 Executing busybox-1.36.1-r6.post-upgrade 05:24:09 #80 18.69 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r6) 05:24:09 #80 18.70 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 05:24:09 #80 18.78 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) 05:24:09 #80 ... 05:24:09 05:24:09 #83 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 05:24:09 #83 DONE 2.7s 05:24:10 05:24:10 #84 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 05:24:10 #84 DONE 0.2s 05:24:10 05:24:10 #79 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 05:24:10 #79 17.58 Executing busybox-1.36.1-r6.post-upgrade 05:24:10 #79 17.74 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r6) 05:24:10 #79 17.75 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 05:24:10 #79 17.79 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) 05:24:10 #79 18.24 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) 05:24:10 #79 18.31 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r6) 05:24:10 #79 18.34 Executing busybox-1.36.1-r6.trigger 05:24:10 #79 18.40 Executing ca-certificates-20240226-r0.trigger 05:24:11 #79 ... 05:24:11 05:24:11 #78 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 05:24:11 #78 13.02 Upgrading critical system libraries and apk-tools: 05:24:11 #78 13.02 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) 05:24:11 #78 13.07 Executing busybox-1.36.1-r5.trigger 05:24:11 #78 14.05 Continuing the upgrade transaction with new apk-tools: 05:24:11 #78 14.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:24:11 #78 15.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:24:11 #78 19.31 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r6) 05:24:11 #78 19.43 Executing busybox-1.36.1-r6.post-upgrade 05:24:11 #78 19.60 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r6) 05:24:11 #78 19.62 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 05:24:11 #78 19.67 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) 05:24:11 #78 20.07 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) 05:24:11 #78 20.12 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r6) 05:24:11 #78 20.14 Executing busybox-1.36.1-r6.trigger 05:24:11 #78 20.17 Executing ca-certificates-20240226-r0.trigger 05:24:11 #78 20.95 OK: 18 MiB in 19 packages 05:24:11 #78 DONE 21.6s 05:24:11 05:24:11 #79 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 05:24:11 #79 19.11 OK: 13 MiB in 26 packages 05:24:11 #79 DONE 19.9s 05:24:11 05:24:11 #76 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 05:24:11 #76 4.123 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:24:11 #76 4.974 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:24:11 #76 8.288 Upgrading critical system libraries and apk-tools: 05:24:11 #76 8.288 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) 05:24:11 #76 8.410 Executing busybox-1.36.1-r5.trigger 05:24:11 #76 9.534 Continuing the upgrade transaction with new apk-tools: 05:24:11 #76 9.663 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:24:11 #76 10.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:24:11 #76 14.05 (1/4) Upgrading busybox (1.36.1-r5 -> 1.36.1-r6) 05:24:11 #76 14.13 Executing busybox-1.36.1-r6.post-upgrade 05:24:11 #76 ... 05:24:11 05:24:11 #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 05:24:11 #80 19.30 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) 05:24:11 #80 19.35 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r6) 05:24:11 #80 19.37 Executing busybox-1.36.1-r6.trigger 05:24:11 #80 19.42 Executing ca-certificates-20240226-r0.trigger 05:24:11 #80 20.13 OK: 9 MiB in 17 packages 05:24:11 #80 DONE 21.1s 05:24:11 05:24:11 #77 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 05:24:11 #77 3.404 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:24:11 #77 4.591 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:24:11 #77 8.164 Upgrading critical system libraries and apk-tools: 05:24:11 #77 8.167 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) 05:24:11 #77 8.235 Executing busybox-1.36.1-r5.trigger 05:24:11 #77 9.257 Continuing the upgrade transaction with new apk-tools: 05:24:11 #77 9.307 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:24:11 #77 10.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:24:11 #77 13.41 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r6) 05:24:11 #77 13.52 Executing busybox-1.36.1-r6.post-upgrade 05:24:12 #77 ... 05:24:12 05:24:12 #76 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 05:24:12 #76 14.43 (2/4) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r6) 05:24:12 #76 14.43 (3/4) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 05:24:12 #76 14.47 (4/4) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r6) 05:24:12 #76 14.48 Executing busybox-1.36.1-r6.trigger 05:24:12 #76 14.54 OK: 9 MiB in 20 packages 05:24:13 #76 DONE 15.2s 05:24:13 05:24:13 #77 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 05:24:13 #77 13.79 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r6) 05:24:13 #77 13.80 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 05:24:13 #77 13.88 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) 05:24:13 #77 14.08 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) 05:24:13 #77 14.10 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r6) 05:24:13 #77 14.12 Executing busybox-1.36.1-r6.trigger 05:24:13 #77 14.16 OK: 8 MiB in 19 packages 05:24:13 #77 DONE 14.8s 05:24:13 05:24:13 #85 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 05:24:14 #85 DONE 1.7s 05:24:14 05:24:14 #86 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:24:14 #86 DONE 1.3s 05:24:14 05:24:14 #87 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:24:14 #87 DONE 1.7s 05:24:14 05:24:14 #88 [security-spire-config stage-2 5/10] COPY Attribution.txt / 05:24:14 #88 ... 05:24:14 05:24:14 #89 [security-spire-server stage-2 5/9] COPY Attribution.txt / 05:24:14 #89 DONE 0.2s 05:24:14 05:24:14 #88 [security-spire-config stage-2 5/10] COPY Attribution.txt / 05:24:14 #88 DONE 0.3s 05:24:14 05:24:14 #90 [security-spire-config stage-2 6/10] COPY security.txt / 05:24:15 #90 ... 05:24:15 05:24:15 #91 [security-spire-server stage-2 6/9] COPY security.txt / 05:24:15 #91 DONE 0.3s 05:24:15 05:24:15 #90 [security-spire-config stage-2 6/10] COPY security.txt / 05:24:15 #90 DONE 0.3s 05:24:15 05:24:15 #92 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 05:24:15 #92 DONE 0.3s 05:24:15 05:24:15 #93 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 05:24:15 #93 DONE 0.2s 05:24:15 05:24:15 #94 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 05:24:15 #94 DONE 0.2s 05:24:15 05:24:15 #95 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 05:24:15 #95 DONE 0.3s 05:24:15 05:24:15 #96 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 05:24:16 #96 ... 05:24:16 05:24:16 #97 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 05:24:16 #97 DONE 0.4s 05:24:16 05:24:16 #96 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 05:24:16 #96 DONE 0.4s 05:24:16 05:24:16 #98 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:24:16 #98 DONE 1.5s 05:24:16 05:24:16 #99 [security-spire-config] exporting to image 05:24:16 #99 exporting layers 05:24:16 #99 ... 05:24:16 05:24:16 #100 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 05:24:16 #100 DONE 0.5s 05:24:16 05:24:16 #101 [security-spire-agent stage-3 7/10] COPY security.txt / 05:24:17 #101 DONE 0.4s 05:24:17 05:24:17 #102 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 05:24:17 #102 DONE 0.3s 05:24:17 05:24:17 #103 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 05:24:17 #103 DONE 0.2s 05:24:17 05:24:17 #104 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 05:24:18 #104 DONE 0.3s 05:24:18 05:24:18 #99 [security-spire-agent] exporting to image 05:24:19 #99 exporting layers 3.2s done 05:24:19 #99 writing image sha256:315189c1784167e9c4132d5dee7b8bb6d619b2ae543a9e3bafb7d1002b202db1 0.1s done 05:24:19 #99 naming to docker.io/library/security-spire-server-arm64 done 05:24:19 #99 exporting layers 3.3s done 05:24:19 #99 writing image sha256:8c2ca75ad8f7e7ba49308084496d1466d69c5c408b61bbcf42f5fe88e7435ffb done 05:24:19 #99 naming to docker.io/library/security-spire-config-arm64 0.0s done 05:24:19 #99 exporting layers 2.0s done 05:24:19 #99 writing image sha256:d666d7239981b5e366f0e60bb9b8d680491b3808704c78ceda87bcfac10f0c47 done 05:24:19 #99 naming to docker.io/library/security-spire-agent-arm64 done 05:24:19 #99 DONE 3.9s 05:24:19 05:24:19 #73 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:25:06 #73 ... 05:25:06 05:25:06 #70 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:25:06 #70 DONE 75.9s 05:25:06 05:25:06 #73 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:25:06 #73 DONE 77.4s 05:25:06 05:25:06 #82 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:25:06 #82 DONE 65.0s 05:25:06 05:25:06 #71 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:25:06 #71 DONE 84.5s 05:25:06 05:25:06 #105 [security-spiffe-token-provider builder 6/7] COPY . . 05:25:06 #105 ... 05:25:06 05:25:06 #106 [core-metadata builder 6/7] COPY . . 05:25:06 #106 DONE 1.1s 05:25:06 05:25:06 #107 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 05:25:06 #107 CACHED 05:25:06 05:25:06 #108 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:25:06 #108 CACHED 05:25:06 05:25:06 #109 [security-proxy-auth builder 6/7] COPY . . 05:25:06 #109 CACHED 05:25:06 05:25:06 #110 [support-notifications builder 6/7] COPY . . 05:25:06 #110 DONE 1.2s 05:25:06 05:25:06 #111 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 05:25:06 #111 CACHED 05:25:06 05:25:06 #112 [core-common-config-bootstrapper builder 6/7] COPY . . 05:25:06 #112 CACHED 05:25:06 05:25:06 #113 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:25:06 #113 CACHED 05:25:06 05:25:06 #114 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:25:06 #114 CACHED 05:25:06 05:25:06 #115 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 05:25:06 #115 CACHED 05:25:06 05:25:06 #116 [security-secretstore-setup builder 6/7] COPY . . 05:25:06 #116 CACHED 05:25:06 05:25:06 #117 [core-data builder 4/7] COPY go.mod vendor* ./ 05:25:06 #117 CACHED 05:25:06 05:25:06 #118 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:25:06 #118 CACHED 05:25:06 05:25:06 #119 [core-data builder 6/7] COPY . . 05:25:06 #119 CACHED 05:25:06 05:25:06 #120 [core-command builder 6/7] COPY . . 05:25:06 #120 CACHED 05:25:06 05:25:06 #121 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:25:06 #121 CACHED 05:25:06 05:25:06 #122 [core-command builder 4/7] COPY go.mod vendor* ./ 05:25:06 #122 CACHED 05:25:06 05:25:06 #123 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 05:25:06 #123 CACHED 05:25:06 05:25:06 #124 [support-scheduler builder 6/7] COPY . . 05:25:06 #124 CACHED 05:25:06 05:25:06 #125 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:25:06 #125 CACHED 05:25:06 05:25:06 #105 [security-spiffe-token-provider builder 6/7] COPY . . 05:25:06 #105 DONE 1.1s 05:25:06 05:25:06 #126 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:25:06 #126 CACHED 05:25:06 05:25:06 #127 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 05:25:06 #127 CACHED 05:25:06 05:25:06 #128 [security-bootstrapper builder 6/7] COPY . . 05:25:06 #128 CACHED 05:25:06 05:25:06 #129 [security-proxy-setup builder 6/7] COPY . . 05:25:06 #129 DONE 1.2s 05:25:06 05:25:06 #130 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:25:07 #130 4.459 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 05:25:07 #140 ... 05:25:07 05:25:07 #136 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:25:07 #136 85.84 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 05:25:12 #130 ... 05:25:12 05:25:12 #131 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 05:25:12 #0 5.512 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 05:25:13 #131 ... 05:25:13 05:25:13 #132 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 05:25:13 #0 4.995 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 05:25:13 #132 ... 05:25:13 05:25:13 #133 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:25:13 #0 5.358 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 05:25:13 #133 ... 05:25:13 05:25:13 #134 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 05:25:13 #0 4.138 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 05:25:13 #134 ... 05:25:13 05:25:13 #135 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 05:25:13 #0 5.263 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 05:25:13 #135 ... 05:25:13 05:25:13 #136 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:25:13 #0 5.373 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 05:25:13 #136 ... 05:25:13 05:25:13 #137 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 05:25:13 #0 4.449 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 05:25:13 #137 ... 05:25:13 05:25:13 #138 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:25:13 #0 4.844 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 05:25:14 #138 ... 05:25:14 05:25:14 #139 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:25:14 #0 3.851 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 05:25:14 #139 ... 05:25:14 05:25:14 #140 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 05:25:14 #0 5.400 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 05:25:54 #136 ... 05:25:54 05:25:54 #135 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:25:54 #135 DONE 133.1s 05:25:54 05:25:54 #134 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 05:25:54 #134 DONE 133.1s 05:25:54 05:25:54 #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:25:54 #132 DONE 133.1s 05:25:54 05:25:54 #138 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 05:25:54 #138 DONE 133.1s 05:25:54 05:25:54 #139 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:25:54 #139 DONE 133.1s 05:25:54 05:25:54 #137 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 05:25:54 #137 DONE 133.1s 05:25:54 05:25:54 #141 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 05:25:54 #141 ... 05:25:54 05:25:54 #130 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 05:25:54 #130 DONE 133.3s 05:25:54 05:25:54 #142 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:25:54 #142 ... 05:25:54 05:25:54 #136 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:25:54 #136 DONE 133.4s 05:25:54 05:25:54 #140 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 05:25:54 #140 DONE 133.5s 05:25:54 05:25:54 #133 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 05:25:54 #133 DONE 133.5s 05:25:54 05:25:54 #131 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:25:54 #131 DONE 133.5s 05:25:54 05:25:54 #143 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 05:25:54 #143 ... 05:25:54 05:25:54 #144 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:25:54 #144 DONE 0.7s 05:25:54 05:25:54 #141 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 05:25:54 #141 DONE 0.8s 05:25:54 05:25:54 #142 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:25:54 #142 DONE 0.5s 05:25:54 05:25:54 #145 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:25:54 #145 DONE 0.6s 05:25:54 05:25:54 #146 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 05:25:54 #146 DONE 0.7s 05:25:54 05:25:54 #147 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 05:25:54 #147 DONE 0.8s 05:25:54 05:25:54 #148 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 05:25:54 #148 ... 05:25:54 05:25:54 #143 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 05:25:54 #143 DONE 0.4s 05:25:54 05:25:54 #149 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:25:54 #149 DONE 0.4s 05:25:54 05:25:54 #150 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 05:25:54 #150 DONE 0.3s 05:25:54 05:25:54 #151 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 05:25:54 #151 ... 05:25:54 05:25:54 #152 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 05:25:54 #152 CACHED 05:25:54 05:25:54 #153 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 05:25:54 #153 CACHED 05:25:54 05:25:54 #154 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:25:54 #154 CACHED 05:25:54 05:25:54 #155 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:25:54 #155 CACHED 05:25:54 05:25:54 #156 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 05:25:54 #156 CACHED 05:25:54 05:25:54 #157 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 05:25:54 #157 CACHED 05:25:54 05:25:54 #158 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:25:54 #158 DONE 0.3s 05:25:54 05:25:54 #159 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 05:25:54 #159 CACHED 05:25:54 05:25:54 #160 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 05:25:54 #160 CACHED 05:25:54 05:25:54 #161 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:25:54 #161 DONE 0.3s 05:25:54 05:25:54 #162 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 05:25:54 #162 DONE 0.3s 05:25:54 05:25:54 #163 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 05:25:54 #163 DONE 0.3s 05:25:54 05:25:54 #164 [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 05:25:54 #164 ... 05:25:54 05:25:54 #165 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 05:25:54 #165 DONE 1.7s 05:25:54 05:25:54 #166 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 05:25:54 #166 DONE 2.8s 05:25:54 05:25:54 #167 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 05:25:54 #167 DONE 2.8s 05:25:54 05:25:54 #151 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 05:25:54 #151 DONE 2.9s 05:25:54 05:25:54 #168 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 05:25:54 #168 DONE 2.8s 05:25:54 05:25:54 #169 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 05:25:54 #169 DONE 2.8s 05:25:54 05:25:54 #170 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 05:25:54 #170 DONE 2.9s 05:25:54 05:25:54 #164 [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 05:25:54 #164 DONE 2.8s 05:25:54 05:25:54 #171 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 05:25:54 #171 DONE 2.9s 05:25:54 05:25:54 #172 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 05:25:54 #172 DONE 2.9s 05:25:54 05:25:54 #173 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 05:25:54 #173 ... 05:25:54 05:25:54 #174 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 05:25:54 #174 DONE 0.3s 05:25:54 05:25:54 #175 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 05:25:54 #175 DONE 0.3s 05:25:54 05:25:54 #176 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 05:25:54 #176 DONE 0.3s 05:25:54 05:25:54 #177 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 05:25:54 #177 DONE 0.4s 05:25:54 05:25:54 #178 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 05:25:54 #178 DONE 0.4s 05:25:54 05:25:54 #179 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 05:25:54 #179 DONE 0.4s 05:25:54 05:25:54 #180 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 05:25:54 #180 DONE 0.4s 05:25:54 05:25:54 #102 [core-command] exporting to image 05:25:54 #102 exporting layers 05:25:54 #102 ... 05:25:54 05:25:54 #181 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 05:25:54 #181 DONE 0.4s 05:25:54 05:25:54 #148 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 05:25:54 #148 DONE 3.6s 05:25:54 05:25:54 #173 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 05:25:54 #173 DONE 0.4s 05:25:54 05:25:54 #182 [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 05:25:54 #182 DONE 0.4s 05:25:54 05:25:54 #102 [core-data] exporting to image 05:25:54 #102 exporting layers 0.2s done 05:25:54 #102 writing image sha256:983e4fe275365310ca14469c0ada9abbd8a7dddfa9159dcc451ee399517d069d 05:25:54 #102 ... 05:25:54 05:25:54 #183 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 05:25:54 #183 DONE 0.4s 05:25:54 05:25:54 #184 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 05:25:54 #184 DONE 0.4s 05:25:54 05:25:54 #185 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 05:25:54 #185 DONE 0.3s 05:25:54 05:25:54 #186 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 05:25:54 #186 DONE 0.3s 05:25:54 05:25:54 #187 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 05:25:54 #187 DONE 0.4s 05:25:54 05:25:54 #188 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 05:25:54 #188 DONE 0.4s 05:25:54 05:25:54 #102 [core-metadata] exporting to image 05:25:54 #102 writing image sha256:983e4fe275365310ca14469c0ada9abbd8a7dddfa9159dcc451ee399517d069d 0.0s done 05:25:54 #102 naming to docker.io/library/support-notifications done 05:25:54 #102 exporting layers 0.5s done 05:25:54 #102 writing image sha256:b6c3baaa7283b7344a855988c0cf91f3e4a82070a7b0ef83ce0ce44f1e23e323 0.0s done 05:25:54 #102 naming to docker.io/library/support-scheduler done 05:25:54 #102 writing image sha256:bb625199db05cac5561e9dfd66e8c5ebf146e3e08faf8329a2fff1caad1e6a74 0.0s done 05:25:54 #102 naming to docker.io/library/core-command 05:25:54 #102 naming to docker.io/library/core-command 0.0s done 05:25:54 #102 writing image sha256:2d8f5ec370f60d9be16fc9b1f3f8e36939150f55c6b15c1a408800fadeb3cdfb 05:25:54 #102 writing image sha256:ec09204683fdf78785b4e9364cc0c17ba7302d85fb32fae7a350e0fb1670f6e6 05:25:54 #102 ... 05:25:54 05:25:54 #189 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 05:25:54 #189 DONE 0.3s 05:25:54 05:25:54 #190 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 05:25:54 #190 DONE 0.4s 05:25:54 05:25:54 #191 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 05:25:54 #191 DONE 0.4s 05:25:54 05:25:54 #102 [core-data] exporting to image 05:25:54 #102 exporting layers 0.4s done 05:25:54 #102 writing image sha256:2d8f5ec370f60d9be16fc9b1f3f8e36939150f55c6b15c1a408800fadeb3cdfb 0.1s done 05:25:54 #102 writing image sha256:ec09204683fdf78785b4e9364cc0c17ba7302d85fb32fae7a350e0fb1670f6e6 0.1s done 05:25:54 #102 naming to docker.io/library/security-spiffe-token-provider done 05:25:54 #102 naming to docker.io/library/core-data done 05:25:54 #102 writing image sha256:cd54f7edb24e88efad104dc82ef50a89ba8d69005ee829ab4c482591e7d01348 done 05:25:54 #102 naming to docker.io/library/core-metadata done 05:25:54 #102 DONE 1.6s 05:25:54 05:25:54 #192 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 05:25:54 #192 DONE 0.3s 05:25:54 05:25:54 #193 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 05:25:54 #193 DONE 0.3s 05:25:54 05:25:54 #194 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:25:54 #194 DONE 0.7s 05:25:54 05:25:54 #195 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:25:54 #195 DONE 0.8s 05:25:54 05:25:54 #196 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 05:25:54 #196 DONE 0.1s 05:25:54 05:25:54 #102 [core-common-config-bootstrapper] exporting to image 05:25:54 #102 ... 05:25:54 05:25:54 #197 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 05:25:54 #197 DONE 0.1s 05:25:54 05:25:54 #198 [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/ 05:25:54 #198 DONE 0.1s 05:25:54 05:25:54 #199 [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/ 05:25:54 #199 DONE 0.1s 05:25:54 05:25:54 #102 [core-common-config-bootstrapper] exporting to image 05:25:54 #102 exporting layers 0.1s done 05:25:54 #102 writing image sha256:93341c808657ab070f160487e19e9ca179ce4debf7e773d1738de3f8931de549 done 05:25:54 #102 naming to docker.io/library/core-common-config-bootstrapper done 05:25:54 #102 exporting layers 0.2s done 05:25:54 #102 writing image sha256:1a3bcd9486846e298c4f19e3302b30f43d59491a38fd05a6469746a067908a1b done 05:25:54 #102 naming to docker.io/library/security-proxy-auth done 05:25:54 #102 DONE 1.9s 05:25:54 05:25:54 #200 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:25:54 #200 DONE 0.7s 05:25:54 05:25:54 #201 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 05:25:54 #201 DONE 0.1s 05:25:54 05:25:54 #202 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 05:25:54 #202 DONE 0.1s 05:25:54 05:25:54 #203 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 05:25:54 #203 ... 05:25:54 05:25:54 #102 [security-proxy-setup] exporting to image 05:25:54 #102 exporting layers 0.3s done 05:25:54 #102 writing image sha256:f3f9632a266fcb3f06380eaee7ed0d6e47a676fee5a08a6ac5c891984cf12687 done 05:25:54 #102 naming to docker.io/library/security-proxy-setup done 05:25:54 #102 DONE 2.1s 05:25:54 05:25:54 #204 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:25:54 #204 DONE 0.7s 05:25:54 05:25:54 #203 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 05:25:54 #203 DONE 0.4s 05:25:54 05:25:54 #102 [security-bootstrapper] exporting to image 05:25:54 #102 exporting layers 0.3s done 05:25:54 #102 writing image sha256:2c9351ee78b3f4228ba97e3672308e386e0af32d8e18d3fd283134eb3a1cb630 done 05:25:54 #102 naming to docker.io/library/security-secretstore-setup done 05:25:54 #102 writing image sha256:af0e2872c364173404f4b4a06ded9ac56d12e4a863e6bf14326e70222b479475 done 05:25:54 #102 naming to docker.io/library/security-bootstrapper done 05:25:54 #102 DONE 2.5s 05:25:54 05:25:54 #35 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 05:25:54 time="2024-05-28T05:22:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:25:54 time="2024-05-28T05:22:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:25:54 time="2024-05-28T05:22:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:25:54 time="2024-05-28T05:22:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:25:54 time="2024-05-28T05:22:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:25:54 time="2024-05-28T05:22:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:25:54 time="2024-05-28T05:22:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:25:54 time="2024-05-28T05:22:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:25:54 time="2024-05-28T05:22:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:25:54 time="2024-05-28T05:22:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:25:54 time="2024-05-28T05:22:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:25:54 time="2024-05-28T05:22:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:25:54 time="2024-05-28T05:22:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:25:54 time="2024-05-28T05:22:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 05:25:54 $ docker stop --time=1 0556a470cd07c53f41b6fae175dabf864b93b56276efe81d6b6047fda43e15cd 05:25:55 $ docker rm -f --volumes 0556a470cd07c53f41b6fae175dabf864b93b56276efe81d6b6047fda43e15cd [Pipeline] // withDockerContainer [Pipeline] sh 05:25:56 + docker images 05:25:56 REPOSITORY TAG IMAGE ID CREATED SIZE 05:25:56 security-proxy-setup latest f3f9632a266f 2 seconds ago 32.5MB 05:25:56 security-bootstrapper latest af0e2872c364 2 seconds ago 25.2MB 05:25:56 security-secretstore-setup latest 2c9351ee78b3 2 seconds ago 43.1MB 05:25:56 security-proxy-auth latest 1a3bcd948684 3 seconds ago 39.2MB 05:25:56 core-common-config-bootstrapper latest 93341c808657 3 seconds ago 21.5MB 05:25:56 core-command latest bb625199db05 4 seconds ago 41.5MB 05:25:56 core-data latest ec09204683fd 4 seconds ago 41.9MB 05:25:56 security-spiffe-token-provider latest 2d8f5ec370f6 4 seconds ago 35.2MB 05:25:56 support-scheduler latest b6c3baaa7283 4 seconds ago 44.4MB 05:25:56 core-metadata latest cd54f7edb24e 4 seconds ago 42.1MB 05:25:56 support-notifications latest 983e4fe27536 4 seconds ago 45MB 05:25:56 security-spire-agent latest 012b38a9bdcc 3 minutes ago 167MB 05:25:56 security-spire-server latest 35166f447450 3 minutes ago 109MB 05:25:56 security-spire-config latest 11d4f0b1140f 3 minutes ago 108MB 05:25:56 ci-base-image-x86_64 latest f6246d9fdec1 7 minutes ago 976MB 05:25:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine f489d0715acc 5 weeks ago 565MB 05:25:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 12 months ago 334MB 05:25:56 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 22 months ago 253MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:25:56 provisioning config files... 05:25:56 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/641@tmp/config14074361773440610201tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:25:56 ---> ****-login.sh 05:25:56 nexus3.edgexfoundry.org:10001 05:25:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:25:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:25:56 Configure a credential helper to remove this warning. See 05:25:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:25:56 05:25:56 Login Succeeded 05:25:56 nexus3.edgexfoundry.org:10002 05:25:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:25:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:25:56 Configure a credential helper to remove this warning. See 05:25:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:25:56 05:25:56 Login Succeeded 05:25:56 nexus3.edgexfoundry.org:10003 05:25:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:25:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:25:56 Configure a credential helper to remove this warning. See 05:25:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:25:56 05:25:56 Login Succeeded 05:25:56 nexus3.edgexfoundry.org:10004 05:25:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:25:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:25:56 Configure a credential helper to remove this warning. See 05:25:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:25:56 05:25:56 Login Succeeded 05:25:56 ****.io 05:25:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:25:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:25:57 Configure a credential helper to remove this warning. See 05:25:57 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:25:57 05:25:57 Login Succeeded 05:25:57 ---> ****-login.sh ends [Pipeline] } 05:25:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:25:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 05:25:57 [edgeXDocker.push] Tagging docker image core-command with the following tags: 05:25:57 239ef15ab24daf2ea0f6ddd51cd241359830100f 05:25:57 latest 05:25:57 3.2.0-dev.23 05:25:57 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:25:57 main 05:25:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:57 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:57 + docker push nexus3.edgexfoundry.org:10004/core-command:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:25:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 05:25:57 edcf3dc2f453: Preparing 05:25:57 8067a0bdd7a8: Preparing 05:25:57 57de212e3bc2: Preparing 05:25:57 c92f10590cdd: Preparing 05:25:57 6a08039cd6e2: Preparing 05:25:57 3a9e07163c1a: Preparing 05:25:57 aedc3bda2944: Preparing 05:25:57 3a9e07163c1a: Waiting 05:25:57 aedc3bda2944: Waiting 05:25:57 57de212e3bc2: Pushed 05:25:57 c92f10590cdd: Pushed 05:25:57 edcf3dc2f453: Pushed 05:25:57 aedc3bda2944: Layer already exists 05:25:57 3a9e07163c1a: Pushed 05:25:58 6a08039cd6e2: Pushed 05:26:00 8067a0bdd7a8: Pushed 05:26:00 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:0dcf6b5333a580c2fd435c3b5ec8e2e3c1ff772b4385f9cba761c5f46ce0e4f5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:00 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:01 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 05:26:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 05:26:01 edcf3dc2f453: Preparing 05:26:01 8067a0bdd7a8: Preparing 05:26:01 57de212e3bc2: Preparing 05:26:01 c92f10590cdd: Preparing 05:26:01 6a08039cd6e2: Preparing 05:26:01 3a9e07163c1a: Preparing 05:26:01 aedc3bda2944: Preparing 05:26:01 3a9e07163c1a: Waiting 05:26:01 aedc3bda2944: Waiting 05:26:01 6a08039cd6e2: Layer already exists 05:26:01 8067a0bdd7a8: Layer already exists 05:26:01 c92f10590cdd: Layer already exists 05:26:01 edcf3dc2f453: Layer already exists 05:26:01 57de212e3bc2: Layer already exists 05:26:01 aedc3bda2944: Layer already exists 05:26:01 3a9e07163c1a: Layer already exists 05:26:01 latest: digest: sha256:0dcf6b5333a580c2fd435c3b5ec8e2e3c1ff772b4385f9cba761c5f46ce0e4f5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:01 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:01 + docker push nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.23 05:26:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 05:26:01 edcf3dc2f453: Preparing 05:26:01 8067a0bdd7a8: Preparing 05:26:01 57de212e3bc2: Preparing 05:26:01 c92f10590cdd: Preparing 05:26:01 6a08039cd6e2: Preparing 05:26:01 3a9e07163c1a: Preparing 05:26:01 aedc3bda2944: Preparing 05:26:01 aedc3bda2944: Waiting 05:26:01 3a9e07163c1a: Waiting 05:26:01 c92f10590cdd: Layer already exists 05:26:01 6a08039cd6e2: Layer already exists 05:26:01 8067a0bdd7a8: Layer already exists 05:26:01 57de212e3bc2: Layer already exists 05:26:01 edcf3dc2f453: Layer already exists 05:26:01 3a9e07163c1a: Layer already exists 05:26:01 aedc3bda2944: Layer already exists 05:26:01 3.2.0-dev.23: digest: sha256:0dcf6b5333a580c2fd435c3b5ec8e2e3c1ff772b4385f9cba761c5f46ce0e4f5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:02 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:02 + docker push nexus3.edgexfoundry.org:10004/core-command:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:26:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 05:26:02 edcf3dc2f453: Preparing 05:26:02 8067a0bdd7a8: Preparing 05:26:02 57de212e3bc2: Preparing 05:26:02 c92f10590cdd: Preparing 05:26:02 6a08039cd6e2: Preparing 05:26:02 3a9e07163c1a: Preparing 05:26:02 aedc3bda2944: Preparing 05:26:02 aedc3bda2944: Waiting 05:26:02 3a9e07163c1a: Waiting 05:26:02 edcf3dc2f453: Layer already exists 05:26:02 8067a0bdd7a8: Layer already exists 05:26:02 57de212e3bc2: Layer already exists 05:26:02 6a08039cd6e2: Layer already exists 05:26:02 c92f10590cdd: Layer already exists 05:26:02 aedc3bda2944: Layer already exists 05:26:02 3a9e07163c1a: Layer already exists 05:26:02 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:0dcf6b5333a580c2fd435c3b5ec8e2e3c1ff772b4385f9cba761c5f46ce0e4f5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:02 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:03 + docker push nexus3.edgexfoundry.org:10004/core-command:main 05:26:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 05:26:03 edcf3dc2f453: Preparing 05:26:03 8067a0bdd7a8: Preparing 05:26:03 57de212e3bc2: Preparing 05:26:03 c92f10590cdd: Preparing 05:26:03 6a08039cd6e2: Preparing 05:26:03 3a9e07163c1a: Preparing 05:26:03 aedc3bda2944: Preparing 05:26:03 3a9e07163c1a: Waiting 05:26:03 aedc3bda2944: Waiting 05:26:03 edcf3dc2f453: Layer already exists 05:26:03 6a08039cd6e2: Layer already exists 05:26:03 c92f10590cdd: Layer already exists 05:26:03 8067a0bdd7a8: Layer already exists 05:26:03 57de212e3bc2: Layer already exists 05:26:03 aedc3bda2944: Layer already exists 05:26:03 3a9e07163c1a: Layer already exists 05:26:03 main: digest: sha256:0dcf6b5333a580c2fd435c3b5ec8e2e3c1ff772b4385f9cba761c5f46ce0e4f5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:26:03 ===================================================== [Pipeline] echo 05:26:03 taggedImages: 05:26:03 - nexus3.edgexfoundry.org:10004/core-command:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:26:03 - nexus3.edgexfoundry.org:10004/core-command:latest 05:26:03 - nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.23 05:26:03 - nexus3.edgexfoundry.org:10004/core-command:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:26:03 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 05:26:03 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 05:26:03 239ef15ab24daf2ea0f6ddd51cd241359830100f 05:26:03 latest 05:26:03 3.2.0-dev.23 05:26:03 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:26:03 main 05:26:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:03 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:03 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:26:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 05:26:03 6b50e1abb478: Preparing 05:26:03 321ff4cc2dfb: Preparing 05:26:03 e7bc65ca9b8d: Preparing 05:26:03 f5f6cdd6fa6f: Preparing 05:26:03 57de212e3bc2: Preparing 05:26:03 c92f10590cdd: Preparing 05:26:03 6a08039cd6e2: Preparing 05:26:03 3a9e07163c1a: Preparing 05:26:03 aedc3bda2944: Preparing 05:26:03 6a08039cd6e2: Waiting 05:26:03 3a9e07163c1a: Waiting 05:26:03 aedc3bda2944: Waiting 05:26:03 c92f10590cdd: Waiting 05:26:03 57de212e3bc2: Layer already exists 05:26:03 c92f10590cdd: Layer already exists 05:26:03 6a08039cd6e2: Layer already exists 05:26:03 e7bc65ca9b8d: Pushed 05:26:03 321ff4cc2dfb: Pushed 05:26:03 3a9e07163c1a: Layer already exists 05:26:03 6b50e1abb478: Pushed 05:26:03 aedc3bda2944: Layer already exists 05:26:04 f5f6cdd6fa6f: Pushed 05:26:04 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:d8e7eb899ec67b7cefe52ee98ecf90f0c28039bd956b372ae9e88f95f5927cd4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:05 + 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 05:26:05 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 05:26:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 05:26:05 6b50e1abb478: Preparing 05:26:05 321ff4cc2dfb: Preparing 05:26:05 e7bc65ca9b8d: Preparing 05:26:05 f5f6cdd6fa6f: Preparing 05:26:05 57de212e3bc2: Preparing 05:26:05 c92f10590cdd: Preparing 05:26:05 6a08039cd6e2: Preparing 05:26:05 3a9e07163c1a: Preparing 05:26:05 aedc3bda2944: Preparing 05:26:05 6a08039cd6e2: Waiting 05:26:05 aedc3bda2944: Waiting 05:26:05 3a9e07163c1a: Waiting 05:26:05 c92f10590cdd: Waiting 05:26:05 57de212e3bc2: Layer already exists 05:26:05 e7bc65ca9b8d: Layer already exists 05:26:05 6b50e1abb478: Layer already exists 05:26:05 321ff4cc2dfb: Layer already exists 05:26:05 f5f6cdd6fa6f: Layer already exists 05:26:05 3a9e07163c1a: Layer already exists 05:26:05 6a08039cd6e2: Layer already exists 05:26:05 c92f10590cdd: Layer already exists 05:26:05 aedc3bda2944: Layer already exists 05:26:05 latest: digest: sha256:d8e7eb899ec67b7cefe52ee98ecf90f0c28039bd956b372ae9e88f95f5927cd4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:05 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:06 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.23 05:26:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 05:26:06 6b50e1abb478: Preparing 05:26:06 321ff4cc2dfb: Preparing 05:26:06 e7bc65ca9b8d: Preparing 05:26:06 f5f6cdd6fa6f: Preparing 05:26:06 57de212e3bc2: Preparing 05:26:06 c92f10590cdd: Preparing 05:26:06 6a08039cd6e2: Preparing 05:26:06 3a9e07163c1a: Preparing 05:26:06 aedc3bda2944: Preparing 05:26:06 c92f10590cdd: Waiting 05:26:06 6a08039cd6e2: Waiting 05:26:06 3a9e07163c1a: Waiting 05:26:06 e7bc65ca9b8d: Layer already exists 05:26:06 57de212e3bc2: Layer already exists 05:26:06 6b50e1abb478: Layer already exists 05:26:06 321ff4cc2dfb: Layer already exists 05:26:06 f5f6cdd6fa6f: Layer already exists 05:26:06 c92f10590cdd: Layer already exists 05:26:06 aedc3bda2944: Layer already exists 05:26:06 3a9e07163c1a: Layer already exists 05:26:06 6a08039cd6e2: Layer already exists 05:26:06 3.2.0-dev.23: digest: sha256:d8e7eb899ec67b7cefe52ee98ecf90f0c28039bd956b372ae9e88f95f5927cd4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:06 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:06 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:26:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 05:26:06 6b50e1abb478: Preparing 05:26:06 321ff4cc2dfb: Preparing 05:26:06 e7bc65ca9b8d: Preparing 05:26:06 f5f6cdd6fa6f: Preparing 05:26:06 57de212e3bc2: Preparing 05:26:06 c92f10590cdd: Preparing 05:26:06 6a08039cd6e2: Preparing 05:26:06 3a9e07163c1a: Preparing 05:26:06 aedc3bda2944: Preparing 05:26:06 6a08039cd6e2: Waiting 05:26:06 c92f10590cdd: Waiting 05:26:06 3a9e07163c1a: Waiting 05:26:06 aedc3bda2944: Waiting 05:26:06 57de212e3bc2: Layer already exists 05:26:06 6b50e1abb478: Layer already exists 05:26:06 f5f6cdd6fa6f: Layer already exists 05:26:06 e7bc65ca9b8d: Layer already exists 05:26:06 321ff4cc2dfb: Layer already exists 05:26:06 6a08039cd6e2: Layer already exists 05:26:06 aedc3bda2944: Layer already exists 05:26:06 c92f10590cdd: Layer already exists 05:26:06 3a9e07163c1a: Layer already exists 05:26:06 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:d8e7eb899ec67b7cefe52ee98ecf90f0c28039bd956b372ae9e88f95f5927cd4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:07 + 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 05:26:07 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 05:26:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 05:26:07 6b50e1abb478: Preparing 05:26:07 321ff4cc2dfb: Preparing 05:26:07 e7bc65ca9b8d: Preparing 05:26:07 f5f6cdd6fa6f: Preparing 05:26:07 57de212e3bc2: Preparing 05:26:07 c92f10590cdd: Preparing 05:26:07 6a08039cd6e2: Preparing 05:26:07 3a9e07163c1a: Preparing 05:26:07 aedc3bda2944: Preparing 05:26:07 c92f10590cdd: Waiting 05:26:07 6a08039cd6e2: Waiting 05:26:07 3a9e07163c1a: Waiting 05:26:07 6b50e1abb478: Layer already exists 05:26:07 321ff4cc2dfb: Layer already exists 05:26:07 e7bc65ca9b8d: Layer already exists 05:26:07 f5f6cdd6fa6f: Layer already exists 05:26:07 57de212e3bc2: Layer already exists 05:26:07 c92f10590cdd: Layer already exists 05:26:07 aedc3bda2944: Layer already exists 05:26:07 3a9e07163c1a: Layer already exists 05:26:07 6a08039cd6e2: Layer already exists 05:26:07 main: digest: sha256:d8e7eb899ec67b7cefe52ee98ecf90f0c28039bd956b372ae9e88f95f5927cd4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:26:07 ===================================================== [Pipeline] echo 05:26:07 taggedImages: 05:26:07 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:26:07 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 05:26:07 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.23 05:26:07 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:26:07 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 05:26:07 [edgeXDocker.push] Tagging docker image core-data with the following tags: 05:26:07 239ef15ab24daf2ea0f6ddd51cd241359830100f 05:26:07 latest 05:26:07 3.2.0-dev.23 05:26:07 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:26:07 main 05:26:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:07 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:08 + docker push nexus3.edgexfoundry.org:10004/core-data:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:26:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 05:26:08 b30fd2eab66e: Preparing 05:26:08 5b3f7f85a20e: Preparing 05:26:08 57de212e3bc2: Preparing 05:26:08 c92f10590cdd: Preparing 05:26:08 830a8adc01fd: Preparing 05:26:08 30f395be0b5a: Preparing 05:26:08 aedc3bda2944: Preparing 05:26:08 30f395be0b5a: Waiting 05:26:08 aedc3bda2944: Waiting 05:26:08 57de212e3bc2: Layer already exists 05:26:08 c92f10590cdd: Layer already exists 05:26:08 aedc3bda2944: Layer already exists 05:26:08 b30fd2eab66e: Pushed 05:26:08 30f395be0b5a: Pushed 05:26:08 830a8adc01fd: Pushed 05:26:10 5b3f7f85a20e: Pushed 05:26:11 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:b00ee9c9e21e0a763a22f0c5f6d8279d982ddf09e65a24956e8be6202c5a903f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:11 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:11 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 05:26:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 05:26:11 b30fd2eab66e: Preparing 05:26:11 5b3f7f85a20e: Preparing 05:26:11 57de212e3bc2: Preparing 05:26:11 c92f10590cdd: Preparing 05:26:11 830a8adc01fd: Preparing 05:26:11 30f395be0b5a: Preparing 05:26:11 aedc3bda2944: Preparing 05:26:11 30f395be0b5a: Waiting 05:26:11 aedc3bda2944: Waiting 05:26:11 5b3f7f85a20e: Layer already exists 05:26:11 830a8adc01fd: Layer already exists 05:26:11 57de212e3bc2: Layer already exists 05:26:11 b30fd2eab66e: Layer already exists 05:26:11 c92f10590cdd: Layer already exists 05:26:11 aedc3bda2944: Layer already exists 05:26:11 30f395be0b5a: Layer already exists 05:26:11 latest: digest: sha256:b00ee9c9e21e0a763a22f0c5f6d8279d982ddf09e65a24956e8be6202c5a903f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:11 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:12 + docker push nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.23 05:26:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 05:26:12 b30fd2eab66e: Preparing 05:26:12 5b3f7f85a20e: Preparing 05:26:12 57de212e3bc2: Preparing 05:26:12 c92f10590cdd: Preparing 05:26:12 830a8adc01fd: Preparing 05:26:12 30f395be0b5a: Preparing 05:26:12 aedc3bda2944: Preparing 05:26:12 30f395be0b5a: Waiting 05:26:12 aedc3bda2944: Waiting 05:26:12 830a8adc01fd: Layer already exists 05:26:12 5b3f7f85a20e: Layer already exists 05:26:12 b30fd2eab66e: Layer already exists 05:26:12 c92f10590cdd: Layer already exists 05:26:12 57de212e3bc2: Layer already exists 05:26:12 30f395be0b5a: Layer already exists 05:26:12 aedc3bda2944: Layer already exists 05:26:12 3.2.0-dev.23: digest: sha256:b00ee9c9e21e0a763a22f0c5f6d8279d982ddf09e65a24956e8be6202c5a903f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:12 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:12 + docker push nexus3.edgexfoundry.org:10004/core-data:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:26:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 05:26:12 b30fd2eab66e: Preparing 05:26:12 5b3f7f85a20e: Preparing 05:26:12 57de212e3bc2: Preparing 05:26:12 c92f10590cdd: Preparing 05:26:12 830a8adc01fd: Preparing 05:26:12 30f395be0b5a: Preparing 05:26:12 aedc3bda2944: Preparing 05:26:12 30f395be0b5a: Waiting 05:26:12 aedc3bda2944: Waiting 05:26:12 c92f10590cdd: Layer already exists 05:26:12 57de212e3bc2: Layer already exists 05:26:12 5b3f7f85a20e: Layer already exists 05:26:12 830a8adc01fd: Layer already exists 05:26:12 b30fd2eab66e: Layer already exists 05:26:12 aedc3bda2944: Layer already exists 05:26:12 30f395be0b5a: Layer already exists 05:26:12 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:b00ee9c9e21e0a763a22f0c5f6d8279d982ddf09e65a24956e8be6202c5a903f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:13 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:13 + docker push nexus3.edgexfoundry.org:10004/core-data:main 05:26:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 05:26:13 b30fd2eab66e: Preparing 05:26:13 5b3f7f85a20e: Preparing 05:26:13 57de212e3bc2: Preparing 05:26:13 c92f10590cdd: Preparing 05:26:13 830a8adc01fd: Preparing 05:26:13 30f395be0b5a: Preparing 05:26:13 aedc3bda2944: Preparing 05:26:13 30f395be0b5a: Waiting 05:26:13 aedc3bda2944: Waiting 05:26:13 830a8adc01fd: Layer already exists 05:26:13 5b3f7f85a20e: Layer already exists 05:26:13 57de212e3bc2: Layer already exists 05:26:13 b30fd2eab66e: Layer already exists 05:26:13 c92f10590cdd: Layer already exists 05:26:13 30f395be0b5a: Layer already exists 05:26:13 aedc3bda2944: Layer already exists 05:26:13 main: digest: sha256:b00ee9c9e21e0a763a22f0c5f6d8279d982ddf09e65a24956e8be6202c5a903f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:26:13 ===================================================== [Pipeline] echo 05:26:13 taggedImages: 05:26:13 - nexus3.edgexfoundry.org:10004/core-data:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:26:13 - nexus3.edgexfoundry.org:10004/core-data:latest 05:26:13 - nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.23 05:26:13 - nexus3.edgexfoundry.org:10004/core-data:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:26:13 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 05:26:13 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 05:26:13 239ef15ab24daf2ea0f6ddd51cd241359830100f 05:26:13 latest 05:26:13 3.2.0-dev.23 05:26:13 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:26:13 main 05:26:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:14 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:14 + docker push nexus3.edgexfoundry.org:10004/core-metadata:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:26:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 05:26:14 003bbbdb0bc0: Preparing 05:26:14 f2cdbd8dfd9a: Preparing 05:26:14 ac22477cf54f: Preparing 05:26:14 57de212e3bc2: Preparing 05:26:14 c92f10590cdd: Preparing 05:26:14 6a08039cd6e2: Preparing 05:26:14 3a9e07163c1a: Preparing 05:26:14 aedc3bda2944: Preparing 05:26:14 6a08039cd6e2: Waiting 05:26:14 3a9e07163c1a: Waiting 05:26:14 aedc3bda2944: Waiting 05:26:14 c92f10590cdd: Layer already exists 05:26:14 57de212e3bc2: Layer already exists 05:26:14 6a08039cd6e2: Layer already exists 05:26:14 3a9e07163c1a: Layer already exists 05:26:14 aedc3bda2944: Layer already exists 05:26:14 f2cdbd8dfd9a: Pushed 05:26:14 003bbbdb0bc0: Pushed 05:26:16 ac22477cf54f: Pushed 05:26:17 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:51783f511cff80ed566fc82085def371e306c8cbe24ad91dd17d9574e14eb938 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:17 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:17 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 05:26:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 05:26:17 003bbbdb0bc0: Preparing 05:26:17 f2cdbd8dfd9a: Preparing 05:26:17 ac22477cf54f: Preparing 05:26:17 57de212e3bc2: Preparing 05:26:17 c92f10590cdd: Preparing 05:26:17 6a08039cd6e2: Preparing 05:26:17 3a9e07163c1a: Preparing 05:26:17 aedc3bda2944: Preparing 05:26:17 3a9e07163c1a: Waiting 05:26:17 aedc3bda2944: Waiting 05:26:17 6a08039cd6e2: Waiting 05:26:17 f2cdbd8dfd9a: Layer already exists 05:26:17 003bbbdb0bc0: Layer already exists 05:26:17 ac22477cf54f: Layer already exists 05:26:17 c92f10590cdd: Layer already exists 05:26:17 57de212e3bc2: Layer already exists 05:26:17 3a9e07163c1a: Layer already exists 05:26:17 aedc3bda2944: Layer already exists 05:26:17 6a08039cd6e2: Layer already exists 05:26:17 latest: digest: sha256:51783f511cff80ed566fc82085def371e306c8cbe24ad91dd17d9574e14eb938 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:18 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:18 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.23 05:26:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 05:26:18 003bbbdb0bc0: Preparing 05:26:18 f2cdbd8dfd9a: Preparing 05:26:18 ac22477cf54f: Preparing 05:26:18 57de212e3bc2: Preparing 05:26:18 c92f10590cdd: Preparing 05:26:18 6a08039cd6e2: Preparing 05:26:18 3a9e07163c1a: Preparing 05:26:18 6a08039cd6e2: Waiting 05:26:18 aedc3bda2944: Preparing 05:26:18 3a9e07163c1a: Waiting 05:26:18 aedc3bda2944: Waiting 05:26:18 003bbbdb0bc0: Layer already exists 05:26:18 ac22477cf54f: Layer already exists 05:26:18 c92f10590cdd: Layer already exists 05:26:18 f2cdbd8dfd9a: Layer already exists 05:26:18 57de212e3bc2: Layer already exists 05:26:18 6a08039cd6e2: Layer already exists 05:26:18 3a9e07163c1a: Layer already exists 05:26:18 aedc3bda2944: Layer already exists 05:26:18 3.2.0-dev.23: digest: sha256:51783f511cff80ed566fc82085def371e306c8cbe24ad91dd17d9574e14eb938 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:18 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:19 + docker push nexus3.edgexfoundry.org:10004/core-metadata:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:26:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 05:26:19 003bbbdb0bc0: Preparing 05:26:19 f2cdbd8dfd9a: Preparing 05:26:19 ac22477cf54f: Preparing 05:26:19 57de212e3bc2: Preparing 05:26:19 c92f10590cdd: Preparing 05:26:19 6a08039cd6e2: Preparing 05:26:19 3a9e07163c1a: Preparing 05:26:19 6a08039cd6e2: Waiting 05:26:19 aedc3bda2944: Preparing 05:26:19 aedc3bda2944: Waiting 05:26:19 3a9e07163c1a: Waiting 05:26:19 f2cdbd8dfd9a: Layer already exists 05:26:19 57de212e3bc2: Layer already exists 05:26:19 003bbbdb0bc0: Layer already exists 05:26:19 c92f10590cdd: Layer already exists 05:26:19 ac22477cf54f: Layer already exists 05:26:19 6a08039cd6e2: Layer already exists 05:26:19 3a9e07163c1a: Layer already exists 05:26:19 aedc3bda2944: Layer already exists 05:26:19 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:51783f511cff80ed566fc82085def371e306c8cbe24ad91dd17d9574e14eb938 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:19 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:19 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 05:26:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 05:26:19 003bbbdb0bc0: Preparing 05:26:19 f2cdbd8dfd9a: Preparing 05:26:19 ac22477cf54f: Preparing 05:26:19 57de212e3bc2: Preparing 05:26:19 c92f10590cdd: Preparing 05:26:19 6a08039cd6e2: Preparing 05:26:19 3a9e07163c1a: Preparing 05:26:19 aedc3bda2944: Preparing 05:26:19 6a08039cd6e2: Waiting 05:26:19 3a9e07163c1a: Waiting 05:26:19 aedc3bda2944: Waiting 05:26:19 f2cdbd8dfd9a: Layer already exists 05:26:19 57de212e3bc2: Layer already exists 05:26:19 c92f10590cdd: Layer already exists 05:26:19 003bbbdb0bc0: Layer already exists 05:26:19 ac22477cf54f: Layer already exists 05:26:19 6a08039cd6e2: Layer already exists 05:26:19 aedc3bda2944: Layer already exists 05:26:19 3a9e07163c1a: Layer already exists 05:26:19 main: digest: sha256:51783f511cff80ed566fc82085def371e306c8cbe24ad91dd17d9574e14eb938 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:26:19 ===================================================== [Pipeline] echo 05:26:19 taggedImages: 05:26:19 - nexus3.edgexfoundry.org:10004/core-metadata:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:26:19 - nexus3.edgexfoundry.org:10004/core-metadata:latest 05:26:19 - nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.23 05:26:19 - nexus3.edgexfoundry.org:10004/core-metadata:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:26:19 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 05:26:19 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 05:26:19 239ef15ab24daf2ea0f6ddd51cd241359830100f 05:26:19 latest 05:26:19 3.2.0-dev.23 05:26:19 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:26:19 main 05:26:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:20 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:20 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:26:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 05:26:20 0052468d9171: Preparing 05:26:20 c1d9e5e5a6ba: Preparing 05:26:20 968bf1ab4e91: Preparing 05:26:20 600c60533424: Preparing 05:26:20 5a98a1ea1a0a: Preparing 05:26:20 c1a0448da102: Preparing 05:26:20 64a4a94f90c1: Preparing 05:26:20 57de212e3bc2: Preparing 05:26:20 c92f10590cdd: Preparing 05:26:20 c3a39d1e6841: Preparing 05:26:20 7d8437aaa205: Preparing 05:26:20 5f70bf18a086: Preparing 05:26:20 c3399f6105b9: Preparing 05:26:20 d36c2ba09b8b: Preparing 05:26:20 37e2ac62888c: Preparing 05:26:20 aedc3bda2944: Preparing 05:26:20 64a4a94f90c1: Waiting 05:26:20 57de212e3bc2: Waiting 05:26:20 c92f10590cdd: Waiting 05:26:20 c3a39d1e6841: Waiting 05:26:20 7d8437aaa205: Waiting 05:26:20 5f70bf18a086: Waiting 05:26:20 c3399f6105b9: Waiting 05:26:20 c1a0448da102: Waiting 05:26:20 d36c2ba09b8b: Waiting 05:26:20 37e2ac62888c: Waiting 05:26:20 600c60533424: Pushed 05:26:20 5a98a1ea1a0a: Pushed 05:26:20 c1d9e5e5a6ba: Pushed 05:26:20 968bf1ab4e91: Pushed 05:26:20 0052468d9171: Pushed 05:26:20 c1a0448da102: Pushed 05:26:20 57de212e3bc2: Layer already exists 05:26:20 c92f10590cdd: Layer already exists 05:26:20 5f70bf18a086: Layer already exists 05:26:20 7d8437aaa205: Pushed 05:26:20 c3a39d1e6841: Pushed 05:26:20 c3399f6105b9: Pushed 05:26:20 aedc3bda2944: Layer already exists 05:26:20 37e2ac62888c: Pushed 05:26:21 d36c2ba09b8b: Pushed 05:26:21 64a4a94f90c1: Pushed 05:26:21 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:8669cd85a6088d52ef3176847200114b042e7cdec277bbac9c91f15a551648a8 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:22 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:22 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 05:26:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 05:26:22 0052468d9171: Preparing 05:26:22 c1d9e5e5a6ba: Preparing 05:26:22 968bf1ab4e91: Preparing 05:26:22 600c60533424: Preparing 05:26:22 5a98a1ea1a0a: Preparing 05:26:22 c1a0448da102: Preparing 05:26:22 64a4a94f90c1: Preparing 05:26:22 57de212e3bc2: Preparing 05:26:22 c92f10590cdd: Preparing 05:26:22 c3a39d1e6841: Preparing 05:26:22 7d8437aaa205: Preparing 05:26:22 5f70bf18a086: Preparing 05:26:22 c3399f6105b9: Preparing 05:26:22 d36c2ba09b8b: Preparing 05:26:22 37e2ac62888c: Preparing 05:26:22 aedc3bda2944: Preparing 05:26:22 c92f10590cdd: Waiting 05:26:22 c3a39d1e6841: Waiting 05:26:22 7d8437aaa205: Waiting 05:26:22 5f70bf18a086: Waiting 05:26:22 c3399f6105b9: Waiting 05:26:22 d36c2ba09b8b: Waiting 05:26:22 37e2ac62888c: Waiting 05:26:22 aedc3bda2944: Waiting 05:26:22 64a4a94f90c1: Waiting 05:26:22 57de212e3bc2: Waiting 05:26:22 c1a0448da102: Waiting 05:26:22 968bf1ab4e91: Layer already exists 05:26:22 600c60533424: Layer already exists 05:26:22 c1d9e5e5a6ba: Layer already exists 05:26:22 5a98a1ea1a0a: Layer already exists 05:26:22 0052468d9171: Layer already exists 05:26:22 64a4a94f90c1: Layer already exists 05:26:22 57de212e3bc2: Layer already exists 05:26:22 c1a0448da102: Layer already exists 05:26:22 c3a39d1e6841: Layer already exists 05:26:22 c92f10590cdd: Layer already exists 05:26:22 7d8437aaa205: Layer already exists 05:26:22 5f70bf18a086: Layer already exists 05:26:22 c3399f6105b9: Layer already exists 05:26:22 d36c2ba09b8b: Layer already exists 05:26:22 37e2ac62888c: Layer already exists 05:26:22 aedc3bda2944: Layer already exists 05:26:22 latest: digest: sha256:8669cd85a6088d52ef3176847200114b042e7cdec277bbac9c91f15a551648a8 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:22 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:23 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.23 05:26:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 05:26:23 0052468d9171: Preparing 05:26:23 c1d9e5e5a6ba: Preparing 05:26:23 968bf1ab4e91: Preparing 05:26:23 600c60533424: Preparing 05:26:23 5a98a1ea1a0a: Preparing 05:26:23 c1a0448da102: Preparing 05:26:23 64a4a94f90c1: Preparing 05:26:23 57de212e3bc2: Preparing 05:26:23 c92f10590cdd: Preparing 05:26:23 c3a39d1e6841: Preparing 05:26:23 7d8437aaa205: Preparing 05:26:23 5f70bf18a086: Preparing 05:26:23 c3399f6105b9: Preparing 05:26:23 d36c2ba09b8b: Preparing 05:26:23 37e2ac62888c: Preparing 05:26:23 aedc3bda2944: Preparing 05:26:23 c92f10590cdd: Waiting 05:26:23 c3a39d1e6841: Waiting 05:26:23 57de212e3bc2: Waiting 05:26:23 5f70bf18a086: Waiting 05:26:23 7d8437aaa205: Waiting 05:26:23 c3399f6105b9: Waiting 05:26:23 c1a0448da102: Waiting 05:26:23 d36c2ba09b8b: Waiting 05:26:23 37e2ac62888c: Waiting 05:26:23 aedc3bda2944: Waiting 05:26:23 64a4a94f90c1: Waiting 05:26:23 c1d9e5e5a6ba: Layer already exists 05:26:23 0052468d9171: Layer already exists 05:26:23 968bf1ab4e91: Layer already exists 05:26:23 600c60533424: Layer already exists 05:26:23 5a98a1ea1a0a: Layer already exists 05:26:23 64a4a94f90c1: Layer already exists 05:26:23 c1a0448da102: Layer already exists 05:26:23 57de212e3bc2: Layer already exists 05:26:23 c3a39d1e6841: Layer already exists 05:26:23 c92f10590cdd: Layer already exists 05:26:23 7d8437aaa205: Layer already exists 05:26:23 5f70bf18a086: Layer already exists 05:26:23 37e2ac62888c: Layer already exists 05:26:23 d36c2ba09b8b: Layer already exists 05:26:23 c3399f6105b9: Layer already exists 05:26:23 aedc3bda2944: Layer already exists 05:26:23 3.2.0-dev.23: digest: sha256:8669cd85a6088d52ef3176847200114b042e7cdec277bbac9c91f15a551648a8 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:23 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:23 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:26:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 05:26:23 0052468d9171: Preparing 05:26:23 c1d9e5e5a6ba: Preparing 05:26:23 968bf1ab4e91: Preparing 05:26:23 600c60533424: Preparing 05:26:23 5a98a1ea1a0a: Preparing 05:26:23 c1a0448da102: Preparing 05:26:23 64a4a94f90c1: Preparing 05:26:23 57de212e3bc2: Preparing 05:26:23 c92f10590cdd: Preparing 05:26:23 c3a39d1e6841: Preparing 05:26:23 7d8437aaa205: Preparing 05:26:23 5f70bf18a086: Preparing 05:26:23 c3399f6105b9: Preparing 05:26:23 d36c2ba09b8b: Preparing 05:26:23 37e2ac62888c: Preparing 05:26:23 aedc3bda2944: Preparing 05:26:23 64a4a94f90c1: Waiting 05:26:23 57de212e3bc2: Waiting 05:26:23 c92f10590cdd: Waiting 05:26:23 c3a39d1e6841: Waiting 05:26:23 7d8437aaa205: Waiting 05:26:23 5f70bf18a086: Waiting 05:26:23 c3399f6105b9: Waiting 05:26:23 d36c2ba09b8b: Waiting 05:26:23 37e2ac62888c: Waiting 05:26:23 aedc3bda2944: Waiting 05:26:23 c1a0448da102: Waiting 05:26:23 5a98a1ea1a0a: Layer already exists 05:26:23 0052468d9171: Layer already exists 05:26:23 600c60533424: Layer already exists 05:26:23 c1d9e5e5a6ba: Layer already exists 05:26:23 968bf1ab4e91: Layer already exists 05:26:23 64a4a94f90c1: Layer already exists 05:26:23 c1a0448da102: Layer already exists 05:26:23 c92f10590cdd: Layer already exists 05:26:23 57de212e3bc2: Layer already exists 05:26:23 c3a39d1e6841: Layer already exists 05:26:23 7d8437aaa205: Layer already exists 05:26:23 5f70bf18a086: Layer already exists 05:26:23 c3399f6105b9: Layer already exists 05:26:23 d36c2ba09b8b: Layer already exists 05:26:23 37e2ac62888c: Layer already exists 05:26:23 aedc3bda2944: Layer already exists 05:26:23 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:8669cd85a6088d52ef3176847200114b042e7cdec277bbac9c91f15a551648a8 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:24 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:24 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 05:26:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 05:26:24 0052468d9171: Preparing 05:26:24 c1d9e5e5a6ba: Preparing 05:26:24 968bf1ab4e91: Preparing 05:26:24 600c60533424: Preparing 05:26:24 5a98a1ea1a0a: Preparing 05:26:24 c1a0448da102: Preparing 05:26:24 64a4a94f90c1: Preparing 05:26:24 57de212e3bc2: Preparing 05:26:24 c92f10590cdd: Preparing 05:26:24 c3a39d1e6841: Preparing 05:26:24 7d8437aaa205: Preparing 05:26:24 5f70bf18a086: Preparing 05:26:24 c3399f6105b9: Preparing 05:26:24 d36c2ba09b8b: Preparing 05:26:24 37e2ac62888c: Preparing 05:26:24 aedc3bda2944: Preparing 05:26:24 57de212e3bc2: Waiting 05:26:24 c92f10590cdd: Waiting 05:26:24 7d8437aaa205: Waiting 05:26:24 5f70bf18a086: Waiting 05:26:24 c3a39d1e6841: Waiting 05:26:24 c3399f6105b9: Waiting 05:26:24 d36c2ba09b8b: Waiting 05:26:24 37e2ac62888c: Waiting 05:26:24 aedc3bda2944: Waiting 05:26:24 c1a0448da102: Waiting 05:26:24 64a4a94f90c1: Waiting 05:26:24 c1d9e5e5a6ba: Layer already exists 05:26:24 600c60533424: Layer already exists 05:26:24 5a98a1ea1a0a: Layer already exists 05:26:24 968bf1ab4e91: Layer already exists 05:26:24 0052468d9171: Layer already exists 05:26:24 64a4a94f90c1: Layer already exists 05:26:24 c1a0448da102: Layer already exists 05:26:24 57de212e3bc2: Layer already exists 05:26:24 c92f10590cdd: Layer already exists 05:26:24 7d8437aaa205: Layer already exists 05:26:24 c3a39d1e6841: Layer already exists 05:26:24 5f70bf18a086: Layer already exists 05:26:24 d36c2ba09b8b: Layer already exists 05:26:24 c3399f6105b9: Layer already exists 05:26:24 aedc3bda2944: Layer already exists 05:26:24 37e2ac62888c: Layer already exists 05:26:24 main: digest: sha256:8669cd85a6088d52ef3176847200114b042e7cdec277bbac9c91f15a551648a8 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:26:24 ===================================================== [Pipeline] echo 05:26:24 taggedImages: 05:26:24 - nexus3.edgexfoundry.org:10004/security-bootstrapper:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:26:24 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 05:26:24 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.23 05:26:24 - nexus3.edgexfoundry.org:10004/security-bootstrapper:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:26:24 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 05:26:24 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 05:26:24 239ef15ab24daf2ea0f6ddd51cd241359830100f 05:26:24 latest 05:26:24 3.2.0-dev.23 05:26:24 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:26:24 main 05:26:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:25 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:25 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:26:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 05:26:25 6b50e1abb478: Preparing 05:26:25 321ff4cc2dfb: Preparing 05:26:25 7f26dfbe3b59: Preparing 05:26:25 2738ae55d70f: Preparing 05:26:25 57de212e3bc2: Preparing 05:26:25 c92f10590cdd: Preparing 05:26:25 6a08039cd6e2: Preparing 05:26:25 3a9e07163c1a: Preparing 05:26:25 aedc3bda2944: Preparing 05:26:25 c92f10590cdd: Waiting 05:26:25 6a08039cd6e2: Waiting 05:26:25 3a9e07163c1a: Waiting 05:26:25 aedc3bda2944: Waiting 05:26:25 321ff4cc2dfb: Layer already exists 05:26:25 6b50e1abb478: Layer already exists 05:26:25 57de212e3bc2: Layer already exists 05:26:25 c92f10590cdd: Layer already exists 05:26:25 6a08039cd6e2: Layer already exists 05:26:25 3a9e07163c1a: Layer already exists 05:26:25 aedc3bda2944: Layer already exists 05:26:25 7f26dfbe3b59: Pushed 05:26:27 2738ae55d70f: Pushed 05:26:27 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:b3af5a4ac5bd156e6faabc69bfa27df7626e5fdd3312d2b41ceaa98719145ce8 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:28 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:28 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 05:26:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 05:26:28 6b50e1abb478: Preparing 05:26:28 321ff4cc2dfb: Preparing 05:26:28 7f26dfbe3b59: Preparing 05:26:28 2738ae55d70f: Preparing 05:26:28 57de212e3bc2: Preparing 05:26:28 c92f10590cdd: Preparing 05:26:28 6a08039cd6e2: Preparing 05:26:28 3a9e07163c1a: Preparing 05:26:28 aedc3bda2944: Preparing 05:26:28 6a08039cd6e2: Waiting 05:26:28 3a9e07163c1a: Waiting 05:26:28 aedc3bda2944: Waiting 05:26:28 c92f10590cdd: Waiting 05:26:28 6b50e1abb478: Layer already exists 05:26:28 57de212e3bc2: Layer already exists 05:26:28 321ff4cc2dfb: Layer already exists 05:26:28 7f26dfbe3b59: Layer already exists 05:26:28 2738ae55d70f: Layer already exists 05:26:28 3a9e07163c1a: Layer already exists 05:26:28 6a08039cd6e2: Layer already exists 05:26:28 c92f10590cdd: Layer already exists 05:26:28 aedc3bda2944: Layer already exists 05:26:28 latest: digest: sha256:b3af5a4ac5bd156e6faabc69bfa27df7626e5fdd3312d2b41ceaa98719145ce8 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:28 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:29 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.23 05:26:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 05:26:29 6b50e1abb478: Preparing 05:26:29 321ff4cc2dfb: Preparing 05:26:29 7f26dfbe3b59: Preparing 05:26:29 2738ae55d70f: Preparing 05:26:29 57de212e3bc2: Preparing 05:26:29 c92f10590cdd: Preparing 05:26:29 6a08039cd6e2: Preparing 05:26:29 3a9e07163c1a: Preparing 05:26:29 aedc3bda2944: Preparing 05:26:29 c92f10590cdd: Waiting 05:26:29 aedc3bda2944: Waiting 05:26:29 6a08039cd6e2: Waiting 05:26:29 3a9e07163c1a: Waiting 05:26:29 7f26dfbe3b59: Layer already exists 05:26:29 2738ae55d70f: Layer already exists 05:26:29 57de212e3bc2: Layer already exists 05:26:29 6b50e1abb478: Layer already exists 05:26:29 321ff4cc2dfb: Layer already exists 05:26:29 3a9e07163c1a: Layer already exists 05:26:29 aedc3bda2944: Layer already exists 05:26:29 6a08039cd6e2: Layer already exists 05:26:29 c92f10590cdd: Layer already exists 05:26:29 3.2.0-dev.23: digest: sha256:b3af5a4ac5bd156e6faabc69bfa27df7626e5fdd3312d2b41ceaa98719145ce8 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:29 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:29 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:26:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 05:26:29 6b50e1abb478: Preparing 05:26:29 321ff4cc2dfb: Preparing 05:26:29 7f26dfbe3b59: Preparing 05:26:29 2738ae55d70f: Preparing 05:26:29 57de212e3bc2: Preparing 05:26:29 c92f10590cdd: Preparing 05:26:29 6a08039cd6e2: Preparing 05:26:29 3a9e07163c1a: Preparing 05:26:29 aedc3bda2944: Preparing 05:26:29 6a08039cd6e2: Waiting 05:26:29 3a9e07163c1a: Waiting 05:26:29 aedc3bda2944: Waiting 05:26:29 c92f10590cdd: Waiting 05:26:29 321ff4cc2dfb: Layer already exists 05:26:29 6b50e1abb478: Layer already exists 05:26:29 2738ae55d70f: Layer already exists 05:26:29 57de212e3bc2: Layer already exists 05:26:29 7f26dfbe3b59: Layer already exists 05:26:29 6a08039cd6e2: Layer already exists 05:26:29 c92f10590cdd: Layer already exists 05:26:29 aedc3bda2944: Layer already exists 05:26:29 3a9e07163c1a: Layer already exists 05:26:29 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:b3af5a4ac5bd156e6faabc69bfa27df7626e5fdd3312d2b41ceaa98719145ce8 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:30 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:30 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 05:26:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 05:26:30 6b50e1abb478: Preparing 05:26:30 321ff4cc2dfb: Preparing 05:26:30 7f26dfbe3b59: Preparing 05:26:30 2738ae55d70f: Preparing 05:26:30 57de212e3bc2: Preparing 05:26:30 c92f10590cdd: Preparing 05:26:30 6a08039cd6e2: Preparing 05:26:30 3a9e07163c1a: Preparing 05:26:30 aedc3bda2944: Preparing 05:26:30 c92f10590cdd: Waiting 05:26:30 6a08039cd6e2: Waiting 05:26:30 3a9e07163c1a: Waiting 05:26:30 aedc3bda2944: Waiting 05:26:30 321ff4cc2dfb: Layer already exists 05:26:30 6b50e1abb478: Layer already exists 05:26:30 57de212e3bc2: Layer already exists 05:26:30 7f26dfbe3b59: Layer already exists 05:26:30 2738ae55d70f: Layer already exists 05:26:30 6a08039cd6e2: Layer already exists 05:26:30 c92f10590cdd: Layer already exists 05:26:30 3a9e07163c1a: Layer already exists 05:26:30 aedc3bda2944: Layer already exists 05:26:30 main: digest: sha256:b3af5a4ac5bd156e6faabc69bfa27df7626e5fdd3312d2b41ceaa98719145ce8 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:26:30 ===================================================== [Pipeline] echo 05:26:30 taggedImages: 05:26:30 - nexus3.edgexfoundry.org:10004/security-proxy-auth:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:26:30 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 05:26:30 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.23 05:26:30 - nexus3.edgexfoundry.org:10004/security-proxy-auth:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:26:30 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 05:26:30 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 05:26:30 239ef15ab24daf2ea0f6ddd51cd241359830100f 05:26:30 latest 05:26:30 3.2.0-dev.23 05:26:30 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:26:30 main 05:26:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:31 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:31 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:26:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 05:26:31 893d0b19bf79: Preparing 05:26:31 eead58d43057: Preparing 05:26:31 b239a4ffe671: Preparing 05:26:31 757e16a9148c: Preparing 05:26:31 ba17c1c702e1: Preparing 05:26:31 57de212e3bc2: Preparing 05:26:31 c92f10590cdd: Preparing 05:26:31 f72817c60555: Preparing 05:26:31 e629141ecbb6: Preparing 05:26:31 1bf973cefe1e: Preparing 05:26:31 aedc3bda2944: Preparing 05:26:31 c92f10590cdd: Waiting 05:26:31 1bf973cefe1e: Waiting 05:26:31 f72817c60555: Waiting 05:26:31 e629141ecbb6: Waiting 05:26:31 aedc3bda2944: Waiting 05:26:31 ba17c1c702e1: Pushed 05:26:31 893d0b19bf79: Pushed 05:26:31 757e16a9148c: Pushed 05:26:31 57de212e3bc2: Layer already exists 05:26:31 eead58d43057: Pushed 05:26:31 c92f10590cdd: Layer already exists 05:26:31 aedc3bda2944: Layer already exists 05:26:31 f72817c60555: Pushed 05:26:31 e629141ecbb6: Pushed 05:26:32 b239a4ffe671: Pushed 05:26:33 1bf973cefe1e: Pushed 05:26:33 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:e466a38a1acf61f119e3f751c7a1008f2dd9be0a9bc6cc23107b320aab4d8749 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:33 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:34 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 05:26:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 05:26:34 893d0b19bf79: Preparing 05:26:34 eead58d43057: Preparing 05:26:34 b239a4ffe671: Preparing 05:26:34 757e16a9148c: Preparing 05:26:34 ba17c1c702e1: Preparing 05:26:34 57de212e3bc2: Preparing 05:26:34 c92f10590cdd: Preparing 05:26:34 f72817c60555: Preparing 05:26:34 e629141ecbb6: Preparing 05:26:34 1bf973cefe1e: Preparing 05:26:34 aedc3bda2944: Preparing 05:26:34 57de212e3bc2: Waiting 05:26:34 f72817c60555: Waiting 05:26:34 c92f10590cdd: Waiting 05:26:34 e629141ecbb6: Waiting 05:26:34 1bf973cefe1e: Waiting 05:26:34 aedc3bda2944: Waiting 05:26:34 b239a4ffe671: Layer already exists 05:26:34 ba17c1c702e1: Layer already exists 05:26:34 757e16a9148c: Layer already exists 05:26:34 eead58d43057: Layer already exists 05:26:34 893d0b19bf79: Layer already exists 05:26:34 c92f10590cdd: Layer already exists 05:26:34 57de212e3bc2: Layer already exists 05:26:34 e629141ecbb6: Layer already exists 05:26:34 f72817c60555: Layer already exists 05:26:34 1bf973cefe1e: Layer already exists 05:26:34 aedc3bda2944: Layer already exists 05:26:34 latest: digest: sha256:e466a38a1acf61f119e3f751c7a1008f2dd9be0a9bc6cc23107b320aab4d8749 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:34 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:34 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.23 05:26:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 05:26:34 893d0b19bf79: Preparing 05:26:34 eead58d43057: Preparing 05:26:34 b239a4ffe671: Preparing 05:26:34 757e16a9148c: Preparing 05:26:34 ba17c1c702e1: Preparing 05:26:34 57de212e3bc2: Preparing 05:26:34 c92f10590cdd: Preparing 05:26:34 f72817c60555: Preparing 05:26:34 e629141ecbb6: Preparing 05:26:34 1bf973cefe1e: Preparing 05:26:34 aedc3bda2944: Preparing 05:26:34 57de212e3bc2: Waiting 05:26:34 c92f10590cdd: Waiting 05:26:34 f72817c60555: Waiting 05:26:34 e629141ecbb6: Waiting 05:26:34 1bf973cefe1e: Waiting 05:26:34 aedc3bda2944: Waiting 05:26:34 893d0b19bf79: Layer already exists 05:26:34 ba17c1c702e1: Layer already exists 05:26:34 757e16a9148c: Layer already exists 05:26:34 b239a4ffe671: Layer already exists 05:26:34 eead58d43057: Layer already exists 05:26:34 57de212e3bc2: Layer already exists 05:26:34 c92f10590cdd: Layer already exists 05:26:34 e629141ecbb6: Layer already exists 05:26:34 f72817c60555: Layer already exists 05:26:34 1bf973cefe1e: Layer already exists 05:26:34 aedc3bda2944: Layer already exists 05:26:34 3.2.0-dev.23: digest: sha256:e466a38a1acf61f119e3f751c7a1008f2dd9be0a9bc6cc23107b320aab4d8749 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:34 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:35 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:26:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 05:26:35 893d0b19bf79: Preparing 05:26:35 eead58d43057: Preparing 05:26:35 b239a4ffe671: Preparing 05:26:35 757e16a9148c: Preparing 05:26:35 ba17c1c702e1: Preparing 05:26:35 57de212e3bc2: Preparing 05:26:35 c92f10590cdd: Preparing 05:26:35 f72817c60555: Preparing 05:26:35 c92f10590cdd: Waiting 05:26:35 57de212e3bc2: Waiting 05:26:35 e629141ecbb6: Preparing 05:26:35 1bf973cefe1e: Preparing 05:26:35 aedc3bda2944: Preparing 05:26:35 f72817c60555: Waiting 05:26:35 e629141ecbb6: Waiting 05:26:35 1bf973cefe1e: Waiting 05:26:35 aedc3bda2944: Waiting 05:26:35 eead58d43057: Layer already exists 05:26:35 b239a4ffe671: Layer already exists 05:26:35 ba17c1c702e1: Layer already exists 05:26:35 757e16a9148c: Layer already exists 05:26:35 893d0b19bf79: Layer already exists 05:26:35 c92f10590cdd: Layer already exists 05:26:35 f72817c60555: Layer already exists 05:26:35 1bf973cefe1e: Layer already exists 05:26:35 e629141ecbb6: Layer already exists 05:26:35 57de212e3bc2: Layer already exists 05:26:35 aedc3bda2944: Layer already exists 05:26:35 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:e466a38a1acf61f119e3f751c7a1008f2dd9be0a9bc6cc23107b320aab4d8749 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:35 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:35 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 05:26:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 05:26:35 893d0b19bf79: Preparing 05:26:35 eead58d43057: Preparing 05:26:35 b239a4ffe671: Preparing 05:26:35 757e16a9148c: Preparing 05:26:35 ba17c1c702e1: Preparing 05:26:35 57de212e3bc2: Preparing 05:26:35 c92f10590cdd: Preparing 05:26:35 f72817c60555: Preparing 05:26:35 e629141ecbb6: Preparing 05:26:35 1bf973cefe1e: Preparing 05:26:35 aedc3bda2944: Preparing 05:26:35 57de212e3bc2: Waiting 05:26:35 c92f10590cdd: Waiting 05:26:35 f72817c60555: Waiting 05:26:35 e629141ecbb6: Waiting 05:26:35 aedc3bda2944: Waiting 05:26:35 1bf973cefe1e: Waiting 05:26:35 eead58d43057: Layer already exists 05:26:35 ba17c1c702e1: Layer already exists 05:26:35 757e16a9148c: Layer already exists 05:26:35 893d0b19bf79: Layer already exists 05:26:35 b239a4ffe671: Layer already exists 05:26:35 57de212e3bc2: Layer already exists 05:26:35 f72817c60555: Layer already exists 05:26:35 e629141ecbb6: Layer already exists 05:26:35 c92f10590cdd: Layer already exists 05:26:35 1bf973cefe1e: Layer already exists 05:26:35 aedc3bda2944: Layer already exists 05:26:35 main: digest: sha256:e466a38a1acf61f119e3f751c7a1008f2dd9be0a9bc6cc23107b320aab4d8749 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:26:36 ===================================================== [Pipeline] echo 05:26:36 taggedImages: 05:26:36 - nexus3.edgexfoundry.org:10004/security-proxy-setup:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:26:36 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 05:26:36 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.23 05:26:36 - nexus3.edgexfoundry.org:10004/security-proxy-setup:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:26:36 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 05:26:36 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 05:26:36 239ef15ab24daf2ea0f6ddd51cd241359830100f 05:26:36 latest 05:26:36 3.2.0-dev.23 05:26:36 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:26:36 main 05:26:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:36 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:36 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:26:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 05:26:36 5af73f8be9e9: Preparing 05:26:36 1bec75ec2043: Preparing 05:26:36 a3e7f794ed20: Preparing 05:26:36 c1fba5642d2f: Preparing 05:26:36 338229f4e8cf: Preparing 05:26:36 f27c6e77aa9d: Preparing 05:26:36 593c93c25703: Preparing 05:26:36 57de212e3bc2: Preparing 05:26:36 c92f10590cdd: Preparing 05:26:36 d126dc49e2c3: Preparing 05:26:36 ce4c2dab0dcf: Preparing 05:26:36 aedc3bda2944: Preparing 05:26:36 f27c6e77aa9d: Waiting 05:26:36 593c93c25703: Waiting 05:26:36 57de212e3bc2: Waiting 05:26:36 c92f10590cdd: Waiting 05:26:36 d126dc49e2c3: Waiting 05:26:36 ce4c2dab0dcf: Waiting 05:26:36 aedc3bda2944: Waiting 05:26:36 1bec75ec2043: Pushed 05:26:36 5af73f8be9e9: Pushed 05:26:36 338229f4e8cf: Pushed 05:26:36 57de212e3bc2: Layer already exists 05:26:36 c92f10590cdd: Layer already exists 05:26:37 f27c6e77aa9d: Pushed 05:26:37 593c93c25703: Pushed 05:26:37 aedc3bda2944: Layer already exists 05:26:37 d126dc49e2c3: Pushed 05:26:37 c1fba5642d2f: Pushed 05:26:37 a3e7f794ed20: Pushed 05:26:38 ce4c2dab0dcf: Pushed 05:26:38 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:bafd197cca5401c2477e68e31a4ed799dab0b41157bf8a33599e04c2fe832731 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:38 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:38 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 05:26:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 05:26:38 5af73f8be9e9: Preparing 05:26:38 1bec75ec2043: Preparing 05:26:38 a3e7f794ed20: Preparing 05:26:38 c1fba5642d2f: Preparing 05:26:38 338229f4e8cf: Preparing 05:26:38 f27c6e77aa9d: Preparing 05:26:38 593c93c25703: Preparing 05:26:38 57de212e3bc2: Preparing 05:26:38 c92f10590cdd: Preparing 05:26:38 d126dc49e2c3: Preparing 05:26:38 ce4c2dab0dcf: Preparing 05:26:38 aedc3bda2944: Preparing 05:26:38 f27c6e77aa9d: Waiting 05:26:38 593c93c25703: Waiting 05:26:38 c92f10590cdd: Waiting 05:26:38 57de212e3bc2: Waiting 05:26:38 d126dc49e2c3: Waiting 05:26:38 aedc3bda2944: Waiting 05:26:38 ce4c2dab0dcf: Waiting 05:26:38 a3e7f794ed20: Layer already exists 05:26:38 5af73f8be9e9: Layer already exists 05:26:38 338229f4e8cf: Layer already exists 05:26:38 c1fba5642d2f: Layer already exists 05:26:38 1bec75ec2043: Layer already exists 05:26:38 f27c6e77aa9d: Layer already exists 05:26:38 57de212e3bc2: Layer already exists 05:26:38 593c93c25703: Layer already exists 05:26:38 d126dc49e2c3: Layer already exists 05:26:38 c92f10590cdd: Layer already exists 05:26:38 aedc3bda2944: Layer already exists 05:26:38 ce4c2dab0dcf: Layer already exists 05:26:38 latest: digest: sha256:bafd197cca5401c2477e68e31a4ed799dab0b41157bf8a33599e04c2fe832731 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:39 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:39 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.23 05:26:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 05:26:39 5af73f8be9e9: Preparing 05:26:39 1bec75ec2043: Preparing 05:26:39 a3e7f794ed20: Preparing 05:26:39 c1fba5642d2f: Preparing 05:26:39 338229f4e8cf: Preparing 05:26:39 f27c6e77aa9d: Preparing 05:26:39 593c93c25703: Preparing 05:26:39 57de212e3bc2: Preparing 05:26:39 c92f10590cdd: Preparing 05:26:39 d126dc49e2c3: Preparing 05:26:39 ce4c2dab0dcf: Preparing 05:26:39 aedc3bda2944: Preparing 05:26:39 f27c6e77aa9d: Waiting 05:26:39 57de212e3bc2: Waiting 05:26:39 d126dc49e2c3: Waiting 05:26:39 593c93c25703: Waiting 05:26:39 c92f10590cdd: Waiting 05:26:39 ce4c2dab0dcf: Waiting 05:26:39 aedc3bda2944: Waiting 05:26:39 338229f4e8cf: Layer already exists 05:26:39 c1fba5642d2f: Layer already exists 05:26:39 a3e7f794ed20: Layer already exists 05:26:39 1bec75ec2043: Layer already exists 05:26:39 5af73f8be9e9: Layer already exists 05:26:39 593c93c25703: Layer already exists 05:26:39 f27c6e77aa9d: Layer already exists 05:26:39 c92f10590cdd: Layer already exists 05:26:39 57de212e3bc2: Layer already exists 05:26:39 d126dc49e2c3: Layer already exists 05:26:39 ce4c2dab0dcf: Layer already exists 05:26:39 aedc3bda2944: Layer already exists 05:26:39 3.2.0-dev.23: digest: sha256:bafd197cca5401c2477e68e31a4ed799dab0b41157bf8a33599e04c2fe832731 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:39 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:40 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:26:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 05:26:40 5af73f8be9e9: Preparing 05:26:40 1bec75ec2043: Preparing 05:26:40 a3e7f794ed20: Preparing 05:26:40 c1fba5642d2f: Preparing 05:26:40 338229f4e8cf: Preparing 05:26:40 f27c6e77aa9d: Preparing 05:26:40 593c93c25703: Preparing 05:26:40 57de212e3bc2: Preparing 05:26:40 c92f10590cdd: Preparing 05:26:40 d126dc49e2c3: Preparing 05:26:40 ce4c2dab0dcf: Preparing 05:26:40 aedc3bda2944: Preparing 05:26:40 f27c6e77aa9d: Waiting 05:26:40 593c93c25703: Waiting 05:26:40 57de212e3bc2: Waiting 05:26:40 c92f10590cdd: Waiting 05:26:40 d126dc49e2c3: Waiting 05:26:40 ce4c2dab0dcf: Waiting 05:26:40 aedc3bda2944: Waiting 05:26:40 a3e7f794ed20: Layer already exists 05:26:40 338229f4e8cf: Layer already exists 05:26:40 1bec75ec2043: Layer already exists 05:26:40 5af73f8be9e9: Layer already exists 05:26:40 c1fba5642d2f: Layer already exists 05:26:40 593c93c25703: Layer already exists 05:26:40 c92f10590cdd: Layer already exists 05:26:40 57de212e3bc2: Layer already exists 05:26:40 f27c6e77aa9d: Layer already exists 05:26:40 d126dc49e2c3: Layer already exists 05:26:40 aedc3bda2944: Layer already exists 05:26:40 ce4c2dab0dcf: Layer already exists 05:26:40 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:bafd197cca5401c2477e68e31a4ed799dab0b41157bf8a33599e04c2fe832731 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:40 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:40 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 05:26:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 05:26:40 5af73f8be9e9: Preparing 05:26:40 1bec75ec2043: Preparing 05:26:40 a3e7f794ed20: Preparing 05:26:40 c1fba5642d2f: Preparing 05:26:40 338229f4e8cf: Preparing 05:26:40 f27c6e77aa9d: Preparing 05:26:40 593c93c25703: Preparing 05:26:40 57de212e3bc2: Preparing 05:26:40 c92f10590cdd: Preparing 05:26:40 d126dc49e2c3: Preparing 05:26:40 ce4c2dab0dcf: Preparing 05:26:40 aedc3bda2944: Preparing 05:26:40 c92f10590cdd: Waiting 05:26:40 d126dc49e2c3: Waiting 05:26:40 ce4c2dab0dcf: Waiting 05:26:40 aedc3bda2944: Waiting 05:26:40 f27c6e77aa9d: Waiting 05:26:40 593c93c25703: Waiting 05:26:40 57de212e3bc2: Waiting 05:26:40 1bec75ec2043: Layer already exists 05:26:40 c1fba5642d2f: Layer already exists 05:26:40 338229f4e8cf: Layer already exists 05:26:40 5af73f8be9e9: Layer already exists 05:26:40 a3e7f794ed20: Layer already exists 05:26:40 593c93c25703: Layer already exists 05:26:40 d126dc49e2c3: Layer already exists 05:26:40 57de212e3bc2: Layer already exists 05:26:40 f27c6e77aa9d: Layer already exists 05:26:40 c92f10590cdd: Layer already exists 05:26:40 ce4c2dab0dcf: Layer already exists 05:26:40 aedc3bda2944: Layer already exists 05:26:40 main: digest: sha256:bafd197cca5401c2477e68e31a4ed799dab0b41157bf8a33599e04c2fe832731 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:26:40 ===================================================== [Pipeline] echo 05:26:40 taggedImages: 05:26:40 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:26:40 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 05:26:40 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.23 05:26:40 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:26:40 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 05:26:40 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 05:26:40 239ef15ab24daf2ea0f6ddd51cd241359830100f 05:26:40 latest 05:26:40 3.2.0-dev.23 05:26:40 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:26:40 main 05:26:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:41 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:41 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:26:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 05:26:41 ac66f5b013d4: Preparing 05:26:41 88790824a0a7: Preparing 05:26:41 57de212e3bc2: Preparing 05:26:41 c92f10590cdd: Preparing 05:26:41 31d60dec7b8c: Preparing 05:26:41 82846de23d40: Preparing 05:26:41 aedc3bda2944: Preparing 05:26:41 aedc3bda2944: Waiting 05:26:41 82846de23d40: Waiting 05:26:41 c92f10590cdd: Layer already exists 05:26:41 57de212e3bc2: Layer already exists 05:26:41 aedc3bda2944: Layer already exists 05:26:41 ac66f5b013d4: Pushed 05:26:42 82846de23d40: Pushed 05:26:42 31d60dec7b8c: Pushed 05:26:43 88790824a0a7: Pushed 05:26:43 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:40766ff0d7801758e38440e62b5931d0d0de0f8f161cc631f38bd9b053190029 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:43 + 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 05:26:43 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 05:26:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 05:26:43 ac66f5b013d4: Preparing 05:26:43 88790824a0a7: Preparing 05:26:43 57de212e3bc2: Preparing 05:26:43 c92f10590cdd: Preparing 05:26:43 31d60dec7b8c: Preparing 05:26:43 82846de23d40: Preparing 05:26:43 aedc3bda2944: Preparing 05:26:43 aedc3bda2944: Waiting 05:26:43 88790824a0a7: Layer already exists 05:26:43 ac66f5b013d4: Layer already exists 05:26:43 31d60dec7b8c: Layer already exists 05:26:43 57de212e3bc2: Layer already exists 05:26:43 c92f10590cdd: Layer already exists 05:26:43 82846de23d40: Layer already exists 05:26:43 aedc3bda2944: Layer already exists 05:26:43 latest: digest: sha256:40766ff0d7801758e38440e62b5931d0d0de0f8f161cc631f38bd9b053190029 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:44 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:44 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.23 05:26:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 05:26:44 ac66f5b013d4: Preparing 05:26:44 88790824a0a7: Preparing 05:26:44 57de212e3bc2: Preparing 05:26:44 c92f10590cdd: Preparing 05:26:44 31d60dec7b8c: Preparing 05:26:44 82846de23d40: Preparing 05:26:44 aedc3bda2944: Preparing 05:26:44 82846de23d40: Waiting 05:26:44 aedc3bda2944: Waiting 05:26:44 ac66f5b013d4: Layer already exists 05:26:44 c92f10590cdd: Layer already exists 05:26:44 31d60dec7b8c: Layer already exists 05:26:44 57de212e3bc2: Layer already exists 05:26:44 88790824a0a7: Layer already exists 05:26:44 82846de23d40: Layer already exists 05:26:44 aedc3bda2944: Layer already exists 05:26:44 3.2.0-dev.23: digest: sha256:40766ff0d7801758e38440e62b5931d0d0de0f8f161cc631f38bd9b053190029 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:07 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:07 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:27:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 05:27:07 ac66f5b013d4: Preparing 05:27:07 88790824a0a7: Preparing 05:27:07 57de212e3bc2: Preparing 05:27:07 c92f10590cdd: Preparing 05:27:07 31d60dec7b8c: Preparing 05:27:07 82846de23d40: Preparing 05:27:07 aedc3bda2944: Preparing 05:27:07 82846de23d40: Waiting 05:27:07 aedc3bda2944: Waiting 05:27:07 57de212e3bc2: Layer already exists 05:27:07 88790824a0a7: Layer already exists 05:27:07 ac66f5b013d4: Layer already exists 05:27:07 c92f10590cdd: Layer already exists 05:27:07 31d60dec7b8c: Layer already exists 05:27:07 82846de23d40: Layer already exists 05:27:07 aedc3bda2944: Layer already exists 05:27:07 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:40766ff0d7801758e38440e62b5931d0d0de0f8f161cc631f38bd9b053190029 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:08 + 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 05:27:08 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 05:27:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 05:27:08 ac66f5b013d4: Preparing 05:27:08 88790824a0a7: Preparing 05:27:08 57de212e3bc2: Preparing 05:27:08 c92f10590cdd: Preparing 05:27:08 31d60dec7b8c: Preparing 05:27:08 82846de23d40: Preparing 05:27:08 aedc3bda2944: Preparing 05:27:08 82846de23d40: Waiting 05:27:08 aedc3bda2944: Waiting 05:27:08 ac66f5b013d4: Layer already exists 05:27:08 88790824a0a7: Layer already exists 05:27:08 31d60dec7b8c: Layer already exists 05:27:08 c92f10590cdd: Layer already exists 05:27:08 57de212e3bc2: Layer already exists 05:27:08 82846de23d40: Layer already exists 05:27:08 aedc3bda2944: Layer already exists 05:27:09 main: digest: sha256:40766ff0d7801758e38440e62b5931d0d0de0f8f161cc631f38bd9b053190029 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:27:09 ===================================================== [Pipeline] echo 05:27:09 taggedImages: 05:27:09 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:27:09 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 05:27:09 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.23 05:27:09 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:27:09 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 05:27:09 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 05:27:09 239ef15ab24daf2ea0f6ddd51cd241359830100f 05:27:09 latest 05:27:09 3.2.0-dev.23 05:27:09 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:27:09 main 05:27:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:10 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:27:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 05:27:10 551901a29beb: Preparing 05:27:10 4f0e06742b07: Preparing 05:27:10 ca344c0335f2: Preparing 05:27:10 57de212e3bc2: Preparing 05:27:10 c92f10590cdd: Preparing 05:27:10 d24894bd2e73: Preparing 05:27:10 b2adf19fe235: Preparing 05:27:10 4ad6b3dded9d: Preparing 05:27:10 74d001bae053: Preparing 05:27:10 aedc3bda2944: Preparing 05:27:10 d24894bd2e73: Waiting 05:27:10 aedc3bda2944: Waiting 05:27:10 74d001bae053: Waiting 05:27:10 b2adf19fe235: Waiting 05:27:10 4ad6b3dded9d: Waiting 05:27:10 57de212e3bc2: Layer already exists 05:27:10 c92f10590cdd: Layer already exists 05:27:10 4f0e06742b07: Pushed 05:27:10 551901a29beb: Pushed 05:27:10 ca344c0335f2: Pushed 05:27:10 aedc3bda2944: Layer already exists 05:27:10 4ad6b3dded9d: Pushed 05:27:11 74d001bae053: Pushed 05:27:16 b2adf19fe235: Pushed 05:27:18 d24894bd2e73: Pushed 05:27:18 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:058d50e7cd200c78b7fd433f4bd3780b22c75b6242066e481d33a7a91ebb83d8 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:18 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 05:27:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 05:27:18 551901a29beb: Preparing 05:27:18 4f0e06742b07: Preparing 05:27:18 ca344c0335f2: Preparing 05:27:18 57de212e3bc2: Preparing 05:27:18 c92f10590cdd: Preparing 05:27:18 d24894bd2e73: Preparing 05:27:18 b2adf19fe235: Preparing 05:27:18 4ad6b3dded9d: Preparing 05:27:18 74d001bae053: Preparing 05:27:18 aedc3bda2944: Preparing 05:27:18 b2adf19fe235: Waiting 05:27:18 d24894bd2e73: Waiting 05:27:18 4ad6b3dded9d: Waiting 05:27:18 74d001bae053: Waiting 05:27:18 aedc3bda2944: Waiting 05:27:18 551901a29beb: Layer already exists 05:27:18 c92f10590cdd: Layer already exists 05:27:18 ca344c0335f2: Layer already exists 05:27:18 57de212e3bc2: Layer already exists 05:27:18 d24894bd2e73: Layer already exists 05:27:18 4ad6b3dded9d: Layer already exists 05:27:18 4f0e06742b07: Layer already exists 05:27:18 b2adf19fe235: Layer already exists 05:27:18 74d001bae053: Layer already exists 05:27:18 aedc3bda2944: Layer already exists 05:27:18 latest: digest: sha256:058d50e7cd200c78b7fd433f4bd3780b22c75b6242066e481d33a7a91ebb83d8 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:19 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.23 05:27:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 05:27:19 551901a29beb: Preparing 05:27:19 4f0e06742b07: Preparing 05:27:19 ca344c0335f2: Preparing 05:27:19 57de212e3bc2: Preparing 05:27:19 c92f10590cdd: Preparing 05:27:19 d24894bd2e73: Preparing 05:27:19 b2adf19fe235: Preparing 05:27:19 4ad6b3dded9d: Preparing 05:27:19 74d001bae053: Preparing 05:27:19 aedc3bda2944: Preparing 05:27:19 4ad6b3dded9d: Waiting 05:27:19 74d001bae053: Waiting 05:27:19 aedc3bda2944: Waiting 05:27:19 d24894bd2e73: Waiting 05:27:19 b2adf19fe235: Waiting 05:27:19 ca344c0335f2: Layer already exists 05:27:19 551901a29beb: Layer already exists 05:27:19 c92f10590cdd: Layer already exists 05:27:19 57de212e3bc2: Layer already exists 05:27:19 4f0e06742b07: Layer already exists 05:27:19 4ad6b3dded9d: Layer already exists 05:27:19 b2adf19fe235: Layer already exists 05:27:19 d24894bd2e73: Layer already exists 05:27:19 74d001bae053: Layer already exists 05:27:19 aedc3bda2944: Layer already exists 05:27:19 3.2.0-dev.23: digest: sha256:058d50e7cd200c78b7fd433f4bd3780b22c75b6242066e481d33a7a91ebb83d8 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:37 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:27:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 05:27:38 551901a29beb: Preparing 05:27:38 4f0e06742b07: Preparing 05:27:38 ca344c0335f2: Preparing 05:27:38 57de212e3bc2: Preparing 05:27:38 c92f10590cdd: Preparing 05:27:38 d24894bd2e73: Preparing 05:27:38 b2adf19fe235: Preparing 05:27:38 4ad6b3dded9d: Preparing 05:27:38 74d001bae053: Preparing 05:27:38 aedc3bda2944: Preparing 05:27:38 d24894bd2e73: Waiting 05:27:38 4ad6b3dded9d: Waiting 05:27:38 b2adf19fe235: Waiting 05:27:38 74d001bae053: Waiting 05:27:38 aedc3bda2944: Waiting 05:27:38 4f0e06742b07: Layer already exists 05:27:38 ca344c0335f2: Layer already exists 05:27:38 c92f10590cdd: Layer already exists 05:27:38 551901a29beb: Layer already exists 05:27:38 57de212e3bc2: Layer already exists 05:27:38 d24894bd2e73: Layer already exists 05:27:38 b2adf19fe235: Layer already exists 05:27:38 4ad6b3dded9d: Layer already exists 05:27:38 74d001bae053: Layer already exists 05:27:38 aedc3bda2944: Layer already exists 05:27:38 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:058d50e7cd200c78b7fd433f4bd3780b22c75b6242066e481d33a7a91ebb83d8 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:38 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 05:27:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 05:27:38 551901a29beb: Preparing 05:27:38 4f0e06742b07: Preparing 05:27:38 ca344c0335f2: Preparing 05:27:38 57de212e3bc2: Preparing 05:27:38 c92f10590cdd: Preparing 05:27:38 d24894bd2e73: Preparing 05:27:38 b2adf19fe235: Preparing 05:27:38 d24894bd2e73: Waiting 05:27:38 b2adf19fe235: Waiting 05:27:38 4ad6b3dded9d: Preparing 05:27:38 74d001bae053: Preparing 05:27:38 74d001bae053: Waiting 05:27:38 4ad6b3dded9d: Waiting 05:27:38 aedc3bda2944: Preparing 05:27:38 551901a29beb: Layer already exists 05:27:38 4f0e06742b07: Layer already exists 05:27:38 ca344c0335f2: Layer already exists 05:27:38 57de212e3bc2: Layer already exists 05:27:38 c92f10590cdd: Layer already exists 05:27:38 74d001bae053: Layer already exists 05:27:38 d24894bd2e73: Layer already exists 05:27:38 b2adf19fe235: Layer already exists 05:27:38 aedc3bda2944: Layer already exists 05:27:38 4ad6b3dded9d: Layer already exists 05:27:38 main: digest: sha256:058d50e7cd200c78b7fd433f4bd3780b22c75b6242066e481d33a7a91ebb83d8 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:27:38 ===================================================== [Pipeline] echo 05:27:38 taggedImages: 05:27:38 - nexus3.edgexfoundry.org:10004/security-spire-agent:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:27:38 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 05:27:38 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.23 05:27:38 - nexus3.edgexfoundry.org:10004/security-spire-agent:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:27:38 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 05:27:38 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 05:27:38 239ef15ab24daf2ea0f6ddd51cd241359830100f 05:27:38 latest 05:27:38 3.2.0-dev.23 05:27:38 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:27:38 main 05:27:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:39 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:27:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 05:27:39 103ac0ea28ed: Preparing 05:27:39 a1872b9e17bb: Preparing 05:27:39 cd602bf3a7eb: Preparing 05:27:39 57de212e3bc2: Preparing 05:27:39 c92f10590cdd: Preparing 05:27:39 867e3c595aaa: Preparing 05:27:39 bcaa2e7b760d: Preparing 05:27:39 5fd6ea85df0b: Preparing 05:27:39 aedc3bda2944: Preparing 05:27:39 bcaa2e7b760d: Waiting 05:27:39 867e3c595aaa: Waiting 05:27:39 5fd6ea85df0b: Waiting 05:27:39 aedc3bda2944: Waiting 05:27:39 57de212e3bc2: Layer already exists 05:27:39 c92f10590cdd: Layer already exists 05:27:39 103ac0ea28ed: Pushed 05:27:39 a1872b9e17bb: Pushed 05:27:39 cd602bf3a7eb: Pushed 05:27:39 aedc3bda2944: Layer already exists 05:27:39 5fd6ea85df0b: Pushed 05:27:40 bcaa2e7b760d: Pushed 05:27:48 867e3c595aaa: Pushed 05:27:48 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:9ba79150aeb8fa7e0f541a67987c3ff5f89eebad4b27b52962ea3ca68c46ead9 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:48 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 05:27:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 05:27:48 103ac0ea28ed: Preparing 05:27:48 a1872b9e17bb: Preparing 05:27:48 cd602bf3a7eb: Preparing 05:27:48 57de212e3bc2: Preparing 05:27:48 c92f10590cdd: Preparing 05:27:48 867e3c595aaa: Preparing 05:27:48 bcaa2e7b760d: Preparing 05:27:48 5fd6ea85df0b: Preparing 05:27:48 aedc3bda2944: Preparing 05:27:48 5fd6ea85df0b: Waiting 05:27:48 bcaa2e7b760d: Waiting 05:27:48 aedc3bda2944: Waiting 05:27:48 a1872b9e17bb: Layer already exists 05:27:48 57de212e3bc2: Layer already exists 05:27:48 103ac0ea28ed: Layer already exists 05:27:48 cd602bf3a7eb: Layer already exists 05:27:48 c92f10590cdd: Layer already exists 05:27:48 aedc3bda2944: Layer already exists 05:27:48 867e3c595aaa: Layer already exists 05:27:48 bcaa2e7b760d: Layer already exists 05:27:48 5fd6ea85df0b: Layer already exists 05:28:27 latest: digest: sha256:9ba79150aeb8fa7e0f541a67987c3ff5f89eebad4b27b52962ea3ca68c46ead9 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:28:27 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:28:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.23 05:28:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 05:28:28 103ac0ea28ed: Preparing 05:28:28 a1872b9e17bb: Preparing 05:28:28 cd602bf3a7eb: Preparing 05:28:28 57de212e3bc2: Preparing 05:28:28 c92f10590cdd: Preparing 05:28:28 867e3c595aaa: Preparing 05:28:28 bcaa2e7b760d: Preparing 05:28:28 5fd6ea85df0b: Preparing 05:28:28 aedc3bda2944: Preparing 05:28:28 867e3c595aaa: Waiting 05:28:28 bcaa2e7b760d: Waiting 05:28:28 5fd6ea85df0b: Waiting 05:28:28 aedc3bda2944: Waiting 05:28:28 cd602bf3a7eb: Layer already exists 05:28:28 a1872b9e17bb: Layer already exists 05:28:28 57de212e3bc2: Layer already exists 05:28:28 103ac0ea28ed: Layer already exists 05:28:28 c92f10590cdd: Layer already exists 05:28:28 867e3c595aaa: Layer already exists 05:28:28 aedc3bda2944: Layer already exists 05:28:28 bcaa2e7b760d: Layer already exists 05:28:28 5fd6ea85df0b: Layer already exists 05:28:28 3.2.0-dev.23: digest: sha256:9ba79150aeb8fa7e0f541a67987c3ff5f89eebad4b27b52962ea3ca68c46ead9 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:28:28 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:28:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:28:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 05:28:28 103ac0ea28ed: Preparing 05:28:28 a1872b9e17bb: Preparing 05:28:28 cd602bf3a7eb: Preparing 05:28:28 57de212e3bc2: Preparing 05:28:28 c92f10590cdd: Preparing 05:28:28 867e3c595aaa: Preparing 05:28:28 bcaa2e7b760d: Preparing 05:28:28 5fd6ea85df0b: Preparing 05:28:28 aedc3bda2944: Preparing 05:28:28 867e3c595aaa: Waiting 05:28:28 bcaa2e7b760d: Waiting 05:28:28 aedc3bda2944: Waiting 05:28:28 5fd6ea85df0b: Waiting 05:28:28 57de212e3bc2: Layer already exists 05:28:28 c92f10590cdd: Layer already exists 05:28:28 a1872b9e17bb: Layer already exists 05:28:28 cd602bf3a7eb: Layer already exists 05:28:28 103ac0ea28ed: Layer already exists 05:28:28 867e3c595aaa: Layer already exists 05:28:28 bcaa2e7b760d: Layer already exists 05:28:28 5fd6ea85df0b: Layer already exists 05:28:28 aedc3bda2944: Layer already exists 05:28:28 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:9ba79150aeb8fa7e0f541a67987c3ff5f89eebad4b27b52962ea3ca68c46ead9 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:28:29 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:28:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 05:28:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 05:28:29 103ac0ea28ed: Preparing 05:28:29 a1872b9e17bb: Preparing 05:28:29 cd602bf3a7eb: Preparing 05:28:29 57de212e3bc2: Preparing 05:28:29 c92f10590cdd: Preparing 05:28:29 867e3c595aaa: Preparing 05:28:29 bcaa2e7b760d: Preparing 05:28:29 5fd6ea85df0b: Preparing 05:28:29 aedc3bda2944: Preparing 05:28:29 867e3c595aaa: Waiting 05:28:29 bcaa2e7b760d: Waiting 05:28:29 5fd6ea85df0b: Waiting 05:28:29 103ac0ea28ed: Layer already exists 05:28:29 57de212e3bc2: Layer already exists 05:28:29 cd602bf3a7eb: Layer already exists 05:28:29 a1872b9e17bb: Layer already exists 05:28:29 c92f10590cdd: Layer already exists 05:28:29 867e3c595aaa: Layer already exists 05:28:29 bcaa2e7b760d: Layer already exists 05:28:29 5fd6ea85df0b: Layer already exists 05:28:29 aedc3bda2944: Layer already exists 05:28:29 main: digest: sha256:9ba79150aeb8fa7e0f541a67987c3ff5f89eebad4b27b52962ea3ca68c46ead9 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:28:29 ===================================================== [Pipeline] echo 05:28:29 taggedImages: 05:28:29 - nexus3.edgexfoundry.org:10004/security-spire-config:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:28:29 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 05:28:29 - nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.23 05:28:29 - nexus3.edgexfoundry.org:10004/security-spire-config:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:28:29 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 05:28:29 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 05:28:29 239ef15ab24daf2ea0f6ddd51cd241359830100f 05:28:29 latest 05:28:29 3.2.0-dev.23 05:28:29 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:28:29 main 05:28:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:28:29 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:28:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:28:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 05:28:30 c5fb81862542: Preparing 05:28:30 2c5971b30c0d: Preparing 05:28:30 c1bcec9451bc: Preparing 05:28:30 57de212e3bc2: Preparing 05:28:30 c92f10590cdd: Preparing 05:28:30 867e3c595aaa: Preparing 05:28:30 4ad6b3dded9d: Preparing 05:28:30 74d001bae053: Preparing 05:28:30 aedc3bda2944: Preparing 05:28:30 4ad6b3dded9d: Waiting 05:28:30 867e3c595aaa: Waiting 05:28:30 aedc3bda2944: Waiting 05:28:30 74d001bae053: Waiting 05:28:30 57de212e3bc2: Layer already exists 05:28:30 c92f10590cdd: Layer already exists 05:28:30 867e3c595aaa: Layer already exists 05:28:30 4ad6b3dded9d: Layer already exists 05:28:30 74d001bae053: Layer already exists 05:28:30 aedc3bda2944: Layer already exists 05:28:30 c5fb81862542: Pushed 05:28:30 2c5971b30c0d: Pushed 05:28:30 c1bcec9451bc: Pushed 05:28:30 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:5a769314704a694b7eb76963e780cd39251e38edfe06a607048d788d58988331 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:28:30 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:28:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 05:28:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 05:28:31 c5fb81862542: Preparing 05:28:31 2c5971b30c0d: Preparing 05:28:31 c1bcec9451bc: Preparing 05:28:31 57de212e3bc2: Preparing 05:28:31 c92f10590cdd: Preparing 05:28:31 867e3c595aaa: Preparing 05:28:31 4ad6b3dded9d: Preparing 05:28:31 74d001bae053: Preparing 05:28:31 aedc3bda2944: Preparing 05:28:31 867e3c595aaa: Waiting 05:28:31 4ad6b3dded9d: Waiting 05:28:31 aedc3bda2944: Waiting 05:28:31 c5fb81862542: Layer already exists 05:28:31 2c5971b30c0d: Layer already exists 05:28:31 c1bcec9451bc: Layer already exists 05:28:31 57de212e3bc2: Layer already exists 05:28:31 c92f10590cdd: Layer already exists 05:28:31 4ad6b3dded9d: Layer already exists 05:28:31 867e3c595aaa: Layer already exists 05:28:31 74d001bae053: Layer already exists 05:28:31 aedc3bda2944: Layer already exists 05:28:31 latest: digest: sha256:5a769314704a694b7eb76963e780cd39251e38edfe06a607048d788d58988331 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:28:31 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:28:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.23 05:28:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 05:28:31 c5fb81862542: Preparing 05:28:31 2c5971b30c0d: Preparing 05:28:31 c1bcec9451bc: Preparing 05:28:31 57de212e3bc2: Preparing 05:28:31 c92f10590cdd: Preparing 05:28:31 867e3c595aaa: Preparing 05:28:31 4ad6b3dded9d: Preparing 05:28:31 867e3c595aaa: Waiting 05:28:31 74d001bae053: Preparing 05:28:31 aedc3bda2944: Preparing 05:28:31 4ad6b3dded9d: Waiting 05:28:31 aedc3bda2944: Waiting 05:28:31 74d001bae053: Waiting 05:28:31 c1bcec9451bc: Layer already exists 05:28:31 57de212e3bc2: Layer already exists 05:28:31 c5fb81862542: Layer already exists 05:28:31 c92f10590cdd: Layer already exists 05:28:31 2c5971b30c0d: Layer already exists 05:28:31 867e3c595aaa: Layer already exists 05:28:31 aedc3bda2944: Layer already exists 05:28:31 4ad6b3dded9d: Layer already exists 05:28:31 74d001bae053: Layer already exists 05:28:31 3.2.0-dev.23: digest: sha256:5a769314704a694b7eb76963e780cd39251e38edfe06a607048d788d58988331 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:28:32 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:28:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:28:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 05:28:32 c5fb81862542: Preparing 05:28:32 2c5971b30c0d: Preparing 05:28:32 c1bcec9451bc: Preparing 05:28:32 57de212e3bc2: Preparing 05:28:32 c92f10590cdd: Preparing 05:28:32 867e3c595aaa: Preparing 05:28:32 4ad6b3dded9d: Preparing 05:28:32 74d001bae053: Preparing 05:28:32 aedc3bda2944: Preparing 05:28:32 867e3c595aaa: Waiting 05:28:32 4ad6b3dded9d: Waiting 05:28:32 74d001bae053: Waiting 05:28:32 aedc3bda2944: Waiting 05:28:32 2c5971b30c0d: Layer already exists 05:28:32 c1bcec9451bc: Layer already exists 05:28:32 c5fb81862542: Layer already exists 05:28:32 57de212e3bc2: Layer already exists 05:28:32 c92f10590cdd: Layer already exists 05:28:32 867e3c595aaa: Layer already exists 05:28:32 4ad6b3dded9d: Layer already exists 05:28:32 74d001bae053: Layer already exists 05:28:32 aedc3bda2944: Layer already exists 05:28:32 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:5a769314704a694b7eb76963e780cd39251e38edfe06a607048d788d58988331 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:28:32 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:28:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 05:28:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 05:28:33 c5fb81862542: Preparing 05:28:33 2c5971b30c0d: Preparing 05:28:33 c1bcec9451bc: Preparing 05:28:33 57de212e3bc2: Preparing 05:28:33 c92f10590cdd: Preparing 05:28:33 867e3c595aaa: Preparing 05:28:33 4ad6b3dded9d: Preparing 05:28:33 74d001bae053: Preparing 05:28:33 aedc3bda2944: Preparing 05:28:33 74d001bae053: Waiting 05:28:33 4ad6b3dded9d: Waiting 05:28:33 aedc3bda2944: Waiting 05:28:33 2c5971b30c0d: Layer already exists 05:28:33 c92f10590cdd: Layer already exists 05:28:33 c5fb81862542: Layer already exists 05:28:33 57de212e3bc2: Layer already exists 05:28:33 c1bcec9451bc: Layer already exists 05:28:33 4ad6b3dded9d: Layer already exists 05:28:33 74d001bae053: Layer already exists 05:28:33 867e3c595aaa: Layer already exists 05:28:33 aedc3bda2944: Layer already exists 05:28:33 main: digest: sha256:5a769314704a694b7eb76963e780cd39251e38edfe06a607048d788d58988331 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:28:33 ===================================================== [Pipeline] echo 05:28:33 taggedImages: 05:28:33 - nexus3.edgexfoundry.org:10004/security-spire-server:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:28:33 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 05:28:33 - nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.23 05:28:33 - nexus3.edgexfoundry.org:10004/security-spire-server:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:28:33 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 05:28:33 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 05:28:33 239ef15ab24daf2ea0f6ddd51cd241359830100f 05:28:33 latest 05:28:33 3.2.0-dev.23 05:28:33 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:28:33 main 05:28:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:28:33 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:28:33 + docker push nexus3.edgexfoundry.org:10004/support-notifications:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:28:33 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 05:28:33 cf735b2a6af0: Preparing 05:28:33 e4005ece46e6: Preparing 05:28:33 57de212e3bc2: Preparing 05:28:33 c92f10590cdd: Preparing 05:28:33 859c6ad63ebb: Preparing 05:28:33 83ecad25d87b: Preparing 05:28:33 aedc3bda2944: Preparing 05:28:33 83ecad25d87b: Waiting 05:28:33 aedc3bda2944: Waiting 05:28:33 57de212e3bc2: Layer already exists 05:28:33 c92f10590cdd: Layer already exists 05:28:33 aedc3bda2944: Layer already exists 05:28:33 cf735b2a6af0: Pushed 05:28:33 83ecad25d87b: Pushed 05:28:34 859c6ad63ebb: Pushed 05:28:36 e4005ece46e6: Pushed 05:28:36 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:a5bca8a59030daa32a22281db80cca71a17a4a5082e198095edb5e168dd2834c size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:28:37 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:28:37 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 05:28:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 05:28:37 cf735b2a6af0: Preparing 05:28:37 e4005ece46e6: Preparing 05:28:37 57de212e3bc2: Preparing 05:28:37 c92f10590cdd: Preparing 05:28:37 859c6ad63ebb: Preparing 05:28:37 83ecad25d87b: Preparing 05:28:37 aedc3bda2944: Preparing 05:28:37 83ecad25d87b: Waiting 05:28:37 aedc3bda2944: Waiting 05:28:37 57de212e3bc2: Layer already exists 05:28:37 859c6ad63ebb: Layer already exists 05:28:37 cf735b2a6af0: Layer already exists 05:28:37 c92f10590cdd: Layer already exists 05:28:37 e4005ece46e6: Layer already exists 05:28:37 83ecad25d87b: Layer already exists 05:28:37 aedc3bda2944: Layer already exists 05:28:37 latest: digest: sha256:a5bca8a59030daa32a22281db80cca71a17a4a5082e198095edb5e168dd2834c size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:28:37 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:28:38 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.23 05:28:38 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 05:28:38 cf735b2a6af0: Preparing 05:28:38 e4005ece46e6: Preparing 05:28:38 57de212e3bc2: Preparing 05:28:38 c92f10590cdd: Preparing 05:28:38 859c6ad63ebb: Preparing 05:28:38 83ecad25d87b: Preparing 05:28:38 aedc3bda2944: Preparing 05:28:38 83ecad25d87b: Waiting 05:28:38 aedc3bda2944: Waiting 05:28:38 859c6ad63ebb: Layer already exists 05:28:38 e4005ece46e6: Layer already exists 05:28:38 cf735b2a6af0: Layer already exists 05:28:38 c92f10590cdd: Layer already exists 05:28:38 57de212e3bc2: Layer already exists 05:28:38 aedc3bda2944: Layer already exists 05:28:38 83ecad25d87b: Layer already exists 05:28:38 3.2.0-dev.23: digest: sha256:a5bca8a59030daa32a22281db80cca71a17a4a5082e198095edb5e168dd2834c size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:28:38 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:28:38 + docker push nexus3.edgexfoundry.org:10004/support-notifications:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:28:38 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 05:28:38 cf735b2a6af0: Preparing 05:28:38 e4005ece46e6: Preparing 05:28:38 57de212e3bc2: Preparing 05:28:38 c92f10590cdd: Preparing 05:28:38 859c6ad63ebb: Preparing 05:28:38 83ecad25d87b: Preparing 05:28:38 aedc3bda2944: Preparing 05:28:38 83ecad25d87b: Waiting 05:28:38 aedc3bda2944: Waiting 05:28:38 cf735b2a6af0: Layer already exists 05:28:38 859c6ad63ebb: Layer already exists 05:28:38 e4005ece46e6: Layer already exists 05:28:38 57de212e3bc2: Layer already exists 05:28:38 c92f10590cdd: Layer already exists 05:28:38 aedc3bda2944: Layer already exists 05:28:38 83ecad25d87b: Layer already exists 05:28:38 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:a5bca8a59030daa32a22281db80cca71a17a4a5082e198095edb5e168dd2834c size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:28:39 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:28:39 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 05:28:39 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 05:28:39 cf735b2a6af0: Preparing 05:28:39 e4005ece46e6: Preparing 05:28:39 57de212e3bc2: Preparing 05:28:39 c92f10590cdd: Preparing 05:28:39 859c6ad63ebb: Preparing 05:28:39 83ecad25d87b: Preparing 05:28:39 aedc3bda2944: Preparing 05:28:39 83ecad25d87b: Waiting 05:28:39 aedc3bda2944: Waiting 05:28:39 cf735b2a6af0: Layer already exists 05:28:39 e4005ece46e6: Layer already exists 05:28:39 57de212e3bc2: Layer already exists 05:28:39 859c6ad63ebb: Layer already exists 05:28:39 c92f10590cdd: Layer already exists 05:28:39 83ecad25d87b: Layer already exists 05:28:39 aedc3bda2944: Layer already exists 05:28:39 main: digest: sha256:a5bca8a59030daa32a22281db80cca71a17a4a5082e198095edb5e168dd2834c size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:28:39 ===================================================== [Pipeline] echo 05:28:39 taggedImages: 05:28:39 - nexus3.edgexfoundry.org:10004/support-notifications:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:28:39 - nexus3.edgexfoundry.org:10004/support-notifications:latest 05:28:39 - nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.23 05:28:39 - nexus3.edgexfoundry.org:10004/support-notifications:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:28:39 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 05:28:39 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 05:28:39 239ef15ab24daf2ea0f6ddd51cd241359830100f 05:28:39 latest 05:28:39 3.2.0-dev.23 05:28:39 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:28:39 main 05:28:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:28:40 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:28:40 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:28:40 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 05:28:40 3ea6e7e8f646: Preparing 05:28:40 d1f95a288cbb: Preparing 05:28:40 57de212e3bc2: Preparing 05:28:40 c92f10590cdd: Preparing 05:28:40 6a08039cd6e2: Preparing 05:28:40 3a9e07163c1a: Preparing 05:28:40 aedc3bda2944: Preparing 05:28:40 3a9e07163c1a: Waiting 05:28:40 aedc3bda2944: Waiting 05:28:40 57de212e3bc2: Layer already exists 05:28:40 c92f10590cdd: Layer already exists 05:28:40 6a08039cd6e2: Layer already exists 05:28:40 aedc3bda2944: Layer already exists 05:28:40 3a9e07163c1a: Layer already exists 05:28:40 3ea6e7e8f646: Pushed 05:28:43 d1f95a288cbb: Pushed 05:28:43 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:e62259bb4fe14b51b635842ea280dc3620d58682d8b9d08e5f6282c68bc7c2a8 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:28:43 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:28:44 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 05:28:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 05:28:44 3ea6e7e8f646: Preparing 05:28:44 d1f95a288cbb: Preparing 05:28:44 57de212e3bc2: Preparing 05:28:44 c92f10590cdd: Preparing 05:28:44 6a08039cd6e2: Preparing 05:28:44 3a9e07163c1a: Preparing 05:28:44 aedc3bda2944: Preparing 05:28:44 3a9e07163c1a: Waiting 05:28:44 aedc3bda2944: Waiting 05:28:44 57de212e3bc2: Layer already exists 05:28:44 c92f10590cdd: Layer already exists 05:28:44 3ea6e7e8f646: Layer already exists 05:28:44 6a08039cd6e2: Layer already exists 05:28:44 d1f95a288cbb: Layer already exists 05:28:44 3a9e07163c1a: Layer already exists 05:28:44 aedc3bda2944: Layer already exists 05:28:44 latest: digest: sha256:e62259bb4fe14b51b635842ea280dc3620d58682d8b9d08e5f6282c68bc7c2a8 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:28:44 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:28:44 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.23 05:28:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 05:28:44 3ea6e7e8f646: Preparing 05:28:44 d1f95a288cbb: Preparing 05:28:44 57de212e3bc2: Preparing 05:28:44 c92f10590cdd: Preparing 05:28:44 6a08039cd6e2: Preparing 05:28:44 3a9e07163c1a: Preparing 05:28:44 aedc3bda2944: Preparing 05:28:44 3a9e07163c1a: Waiting 05:28:44 aedc3bda2944: Waiting 05:28:44 c92f10590cdd: Layer already exists 05:28:44 d1f95a288cbb: Layer already exists 05:28:44 57de212e3bc2: Layer already exists 05:28:44 6a08039cd6e2: Layer already exists 05:28:44 3ea6e7e8f646: Layer already exists 05:28:44 aedc3bda2944: Layer already exists 05:28:44 3a9e07163c1a: Layer already exists 05:28:44 3.2.0-dev.23: digest: sha256:e62259bb4fe14b51b635842ea280dc3620d58682d8b9d08e5f6282c68bc7c2a8 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:28:45 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:28:45 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:28:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 05:28:45 3ea6e7e8f646: Preparing 05:28:45 d1f95a288cbb: Preparing 05:28:45 57de212e3bc2: Preparing 05:28:45 c92f10590cdd: Preparing 05:28:45 6a08039cd6e2: Preparing 05:28:45 3a9e07163c1a: Preparing 05:28:45 aedc3bda2944: Preparing 05:28:45 3a9e07163c1a: Waiting 05:28:45 3ea6e7e8f646: Layer already exists 05:28:45 d1f95a288cbb: Layer already exists 05:28:45 57de212e3bc2: Layer already exists 05:28:45 c92f10590cdd: Layer already exists 05:28:45 6a08039cd6e2: Layer already exists 05:28:45 3a9e07163c1a: Layer already exists 05:28:45 aedc3bda2944: Layer already exists 05:28:45 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:e62259bb4fe14b51b635842ea280dc3620d58682d8b9d08e5f6282c68bc7c2a8 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:28:45 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:28:46 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 05:28:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 05:28:46 3ea6e7e8f646: Preparing 05:28:46 d1f95a288cbb: Preparing 05:28:46 57de212e3bc2: Preparing 05:28:46 c92f10590cdd: Preparing 05:28:46 6a08039cd6e2: Preparing 05:28:46 3a9e07163c1a: Preparing 05:28:46 aedc3bda2944: Preparing 05:28:46 3a9e07163c1a: Waiting 05:28:46 aedc3bda2944: Waiting 05:28:46 c92f10590cdd: Layer already exists 05:28:46 3ea6e7e8f646: Layer already exists 05:28:46 6a08039cd6e2: Layer already exists 05:28:46 57de212e3bc2: Layer already exists 05:28:46 d1f95a288cbb: Layer already exists 05:28:46 3a9e07163c1a: Layer already exists 05:28:46 aedc3bda2944: Layer already exists 05:28:46 main: digest: sha256:e62259bb4fe14b51b635842ea280dc3620d58682d8b9d08e5f6282c68bc7c2a8 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:28:46 ===================================================== [Pipeline] echo 05:28:46 taggedImages: 05:28:46 - nexus3.edgexfoundry.org:10004/support-scheduler:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:28:46 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 05:28:46 - nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.23 05:28:46 - nexus3.edgexfoundry.org:10004/support-scheduler:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:28:46 - 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] } 05:41:06 #140 ... 05:41:06 05:41:06 #130 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:41:06 #130 964.1 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 05:41:16 #130 ... 05:41:16 05:41:16 #132 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 05:41:16 #132 DONE 973.1s 05:41:16 05:41:16 #135 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 05:41:16 #135 DONE 973.2s 05:41:16 05:41:16 #137 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 05:41:16 #137 ... 05:41:16 05:41:16 #141 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 05:41:16 #141 DONE 0.4s 05:41:16 05:41:16 #142 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 05:41:16 #142 DONE 0.5s 05:41:16 05:41:16 #143 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 05:41:17 #143 ... 05:41:17 05:41:17 #144 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 05:41:17 #144 DONE 0.4s 05:41:17 05:41:17 #145 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 05:41:17 #145 DONE 0.2s 05:41:17 05:41:17 #140 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 05:41:17 #140 ... 05:41:17 05:41:17 #146 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 05:41:17 #146 DONE 0.1s 05:41:17 05:41:17 #147 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 05:41:18 #147 DONE 0.3s 05:41:18 05:41:18 #148 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 05:41:18 #148 DONE 0.3s 05:41:18 05:41:18 #136 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:41:18 #136 ... 05:41:18 05:41:18 #149 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:41:20 #149 ... 05:41:20 05:41:20 #143 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 05:41:20 #143 DONE 3.1s 05:41:20 05:41:20 #150 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 05:41:20 #150 DONE 0.4s 05:41:20 05:41:20 #140 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 05:41:20 #140 ... 05:41:20 05:41:20 #151 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 05:41:20 #151 DONE 0.1s 05:41:20 05:41:20 #152 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 05:41:20 #152 ... 05:41:20 05:41:20 #149 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:41:20 #149 DONE 2.5s 05:41:21 05:41:21 #99 [security-proxy-setup] exporting to image 05:41:21 #99 exporting layers 05:41:21 #99 ... 05:41:21 05:41:21 #152 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 05:41:21 #152 DONE 0.8s 05:41:21 05:41:21 #153 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 05:41:22 #153 DONE 0.7s 05:41:22 05:41:22 #154 [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/ 05:41:22 #154 DONE 0.3s 05:41:22 05:41:22 #155 [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/ 05:41:22 #155 DONE 0.3s 05:41:22 05:41:22 #137 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 05:41:22 #137 ... 05:41:22 05:41:22 #99 [security-proxy-setup] exporting to image 05:41:22 #99 exporting layers 1.9s done 05:41:22 #99 writing image sha256:3a5f78d3fc7ebc6f7606ea6e7ca3f0bd48d4d2a0c9d15d1a5b3d6f7fed7c79c5 done 05:41:22 #99 naming to docker.io/library/security-proxy-setup-arm64 0.0s done 05:41:22 #99 DONE 5.9s 05:41:22 05:41:22 #156 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 05:41:23 #156 DONE 0.2s 05:41:23 05:41:23 #157 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 05:41:23 #157 DONE 0.2s 05:41:23 05:41:23 #139 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:41:23 #139 ... 05:41:23 05:41:23 #158 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 05:41:24 #158 ... 05:41:24 05:41:24 #130 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:41:24 #130 DONE 981.8s 05:41:24 05:41:24 #134 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 05:41:25 #134 ... 05:41:25 05:41:25 #159 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 05:41:25 #159 DONE 0.2s 05:41:25 05:41:25 #160 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 05:41:25 #160 DONE 0.2s 05:41:25 05:41:25 #137 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 05:41:25 #137 ... 05:41:25 05:41:25 #161 [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 05:41:25 #161 DONE 0.3s 05:41:25 05:41:25 #162 [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 05:41:26 #162 DONE 0.3s 05:41:26 05:41:26 #131 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 05:41:26 #131 ... 05:41:26 05:41:26 #158 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 05:41:26 #158 DONE 3.0s 05:41:26 05:41:26 #99 [security-bootstrapper] exporting to image 05:41:26 #99 ... 05:41:26 05:41:26 #163 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 05:41:26 #163 DONE 0.5s 05:41:26 05:41:26 #164 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 05:41:27 #164 DONE 0.3s 05:41:27 05:41:27 #136 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:41:27 #136 ... 05:41:27 05:41:27 #165 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 05:41:27 #165 DONE 0.5s 05:41:27 05:41:27 #166 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 05:41:27 #166 DONE 0.3s 05:41:27 05:41:27 #99 [security-bootstrapper] exporting to image 05:41:27 #99 exporting layers 1.6s done 05:41:27 #99 writing image sha256:7ebe52490b9543b8ff0c8cc5bca36812a786e5baecf37305e4bf10a12ff7ad12 done 05:41:27 #99 naming to docker.io/library/security-bootstrapper-arm64 done 05:41:27 #99 DONE 7.5s 05:41:27 05:41:27 #167 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:41:29 #167 DONE 2.1s 05:41:29 05:41:29 #140 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 05:41:30 #140 ... 05:41:30 05:41:30 #99 [security-secretstore-setup] exporting to image 05:41:31 #99 exporting layers 1.4s done 05:41:31 #99 writing image sha256:a697815167c683747628567496de5638510a7c6e5af86b7044b832e80ae8ba3b 0.0s done 05:41:31 #99 naming to docker.io/library/security-secretstore-setup-arm64 done 05:41:31 #99 DONE 8.9s 05:41:31 05:41:31 #131 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 05:42:28 #131 DONE 1036.9s 05:42:28 05:42:28 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 05:42:28 #44 ... 05:42:28 05:42:28 #168 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 05:42:28 #168 DONE 0.3s 05:42:28 05:42:28 #138 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:42:28 #138 ... 05:42:28 05:42:28 #169 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 05:42:28 #169 DONE 0.2s 05:42:28 05:42:28 #139 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:42:28 #139 ... 05:42:28 05:42:28 #170 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 05:42:28 #170 DONE 0.3s 05:42:28 05:42:28 #171 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 05:42:28 #171 DONE 0.2s 05:42:28 05:42:28 #172 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 05:42:28 #172 DONE 0.1s 05:42:28 05:42:28 #173 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:42:28 #173 DONE 2.0s 05:42:28 05:42:28 #99 [core-common-config-bootstrapper] exporting to image 05:42:28 #99 exporting layers 05:42:28 #99 exporting layers 0.6s done 05:42:28 #99 writing image sha256:6c55e7d0e7460816fd3b27ac30ae017e147518b072f63bb45657133c285d99b3 done 05:42:28 #99 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 05:42:28 #99 DONE 9.5s 05:42:28 05:42:28 #137 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 05:44:04 #137 ... 05:44:04 05:44:04 #140 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 05:44:04 #140 DONE 1142.3s 05:44:05 05:44:05 #137 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 05:44:05 #137 ... 05:44:05 05:44:05 #174 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:44:05 #174 DONE 0.1s 05:44:05 05:44:05 #175 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:44:05 #175 DONE 0.1s 05:44:05 05:44:05 #137 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 05:44:06 #137 ... 05:44:06 05:44:06 #176 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 05:44:06 #176 DONE 0.3s 05:44:06 05:44:06 #177 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 05:44:06 #177 DONE 0.1s 05:44:06 05:44:06 #138 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:44:06 #138 ... 05:44:06 05:44:06 #99 [security-spiffe-token-provider] exporting to image 05:44:06 #99 exporting layers 05:44:06 #99 exporting layers 0.7s done 05:44:07 #99 writing image sha256:c3ae0970ca7a55c09fbb66360133a0fdea23a0d04d16da5d1d9c244e1a32bd18 done 05:44:07 #99 naming to docker.io/library/security-spiffe-token-provider-arm64 done 05:44:07 #99 DONE 10.3s 05:44:07 05:44:07 #137 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 05:49:44 #137 ... 05:49:44 05:49:44 #134 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 05:49:44 #134 DONE 1481.2s 05:49:44 05:49:44 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 05:49:44 #44 ... 05:49:44 05:49:44 #178 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 05:49:44 #178 DONE 0.3s 05:49:44 05:49:44 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 05:49:44 #44 ... 05:49:44 05:49:44 #179 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 05:49:44 #179 DONE 0.3s 05:49:44 05:49:44 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 05:49:44 #44 ... 05:49:44 05:49:44 #180 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 05:49:45 #180 DONE 0.4s 05:49:45 05:49:45 #181 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 05:49:45 #181 DONE 0.2s 05:49:45 05:49:45 #182 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 05:49:45 #182 DONE 0.1s 05:49:45 05:49:45 #183 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:49:47 #183 DONE 1.8s 05:49:47 05:49:47 #99 [security-proxy-auth] exporting to image 05:49:47 #99 exporting layers 05:49:47 #99 exporting layers 0.7s done 05:49:48 #99 writing image sha256:dda952f0c43cd246553f5a23bf9fb8d3fd9b17b9bd1b095a2e15072e4269cb93 done 05:49:48 #99 naming to docker.io/library/security-proxy-auth-arm64 done 05:49:48 #99 DONE 10.9s 05:49:48 05:49:48 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 05:50:27 #44 ... 05:50:27 05:50:27 #137 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 05:50:27 #137 DONE 1522.8s 05:50:27 05:50:27 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 05:50:27 #44 ... 05:50:27 05:50:27 #184 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 05:50:27 #184 DONE 0.1s 05:50:27 05:50:27 #185 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 05:50:27 #185 DONE 0.2s 05:50:27 05:50:27 #186 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 05:50:27 #186 DONE 0.4s 05:50:27 05:50:27 #187 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 05:50:27 #187 DONE 0.1s 05:50:27 05:50:27 #138 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:50:27 #138 ... 05:50:27 05:50:27 #99 [core-command] exporting to image 05:50:27 #99 exporting layers 05:50:27 #99 exporting layers 0.4s done 05:50:27 #99 writing image sha256:1d341c3c4c25a0b26e77c5a0353ac8682315513bba13c58253078771d759c72d done 05:50:27 #99 naming to docker.io/library/core-command-arm64 done 05:50:27 #99 DONE 11.4s 05:50:27 05:50:27 #138 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:50:35 #138 ... 05:50:35 05:50:35 #133 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:50:35 #133 DONE 1532.3s 05:50:35 05:50:35 #138 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:50:35 #138 ... 05:50:35 05:50:35 #188 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:50:35 #188 DONE 0.3s 05:50:35 05:50:35 #138 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:50:35 #138 ... 05:50:35 05:50:35 #189 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:50:35 #189 DONE 0.1s 05:50:35 05:50:35 #190 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 05:50:36 #190 DONE 0.4s 05:50:36 05:50:36 #191 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 05:50:36 #191 DONE 0.1s 05:50:36 05:50:36 #138 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:50:36 #138 ... 05:50:36 05:50:36 #99 [core-data] exporting to image 05:50:36 #99 exporting layers 05:50:37 #99 exporting layers 0.6s done 05:50:37 #99 writing image sha256:6481c896321f45a16b936a1811f78f6173332891b4fde5195f56752ca982e95a done 05:50:37 #99 naming to docker.io/library/core-data-arm64 done 05:50:37 #99 DONE 12.0s 05:50:37 05:50:37 #138 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:50:39 #138 DONE 1535.9s 05:50:39 05:50:39 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 05:50:39 #44 ... 05:50:39 05:50:39 #192 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 05:50:39 #192 DONE 0.2s 05:50:39 05:50:39 #139 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:50:39 #139 ... 05:50:39 05:50:39 #193 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 05:50:39 #193 DONE 0.1s 05:50:39 05:50:39 #194 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 05:50:39 #194 DONE 0.4s 05:50:39 05:50:39 #136 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:50:40 #136 ... 05:50:40 05:50:40 #195 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 05:50:40 #195 DONE 0.1s 05:50:40 05:50:40 #196 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 05:50:40 #196 DONE 0.2s 05:50:40 05:50:40 #99 [core-metadata] exporting to image 05:50:40 #99 exporting layers 0.5s done 05:50:40 #99 writing image sha256:46b6bb45aff6f20439f4e7c656b3ab692e2a0157799fe494342b7a09cf83a90f done 05:50:40 #99 naming to docker.io/library/core-metadata-arm64 done 05:50:40 #99 DONE 12.4s 05:50:40 05:50:40 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 05:51:13 #44 ... 05:51:13 05:51:13 #139 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:51:13 #139 DONE 1565.7s 05:51:13 05:51:13 #197 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:51:13 #197 DONE 0.1s 05:51:13 05:51:13 #136 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:51:13 #136 DONE 1566.2s 05:51:13 05:51:13 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 05:51:13 #44 ... 05:51:13 05:51:13 #198 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:51:13 #198 DONE 0.2s 05:51:13 05:51:13 #199 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 05:51:13 #199 DONE 0.3s 05:51:13 05:51:13 #200 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:51:13 #200 DONE 0.1s 05:51:13 05:51:13 #201 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:51:13 #201 ... 05:51:13 05:51:13 #202 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 05:51:13 #202 DONE 0.1s 05:51:13 05:51:13 #201 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:51:13 #201 DONE 0.1s 05:51:13 05:51:13 #203 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 05:51:13 #203 DONE 0.5s 05:51:13 05:51:13 #99 [support-notifications] exporting to image 05:51:13 #99 exporting layers 0.6s done 05:51:13 #99 writing image sha256:ec81f8f58d45bb938f11d08bf5a467486b2142dd279a3175e45c8b27b65b3d23 done 05:51:13 #99 naming to docker.io/library/support-notifications-arm64 done 05:51:13 #99 DONE 13.1s 05:51:13 05:51:13 #204 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 05:51:13 #204 DONE 0.1s 05:51:13 05:51:13 #99 [support-scheduler] exporting to image 05:51:13 #99 exporting layers 0.5s done 05:51:13 #99 writing image sha256:ff52c45d8bfeaf1fdf0895ba430662424df81166039430f27b5e1e3263577416 done 05:51:13 #99 naming to docker.io/library/support-scheduler-arm64 done 05:51:13 #99 DONE 13.6s 05:51:13 05:51:13 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 05:51:13 time="2024-05-28T05:23:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:51:13 time="2024-05-28T05:23:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:51:13 time="2024-05-28T05:23:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:51:13 time="2024-05-28T05:23:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:51:13 time="2024-05-28T05:23:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:51:13 time="2024-05-28T05:23:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:51:13 time="2024-05-28T05:23:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:51:13 time="2024-05-28T05:23:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:51:13 time="2024-05-28T05:23:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:51:13 time="2024-05-28T05:23:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:51:13 time="2024-05-28T05:23:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:51:13 time="2024-05-28T05:23:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:51:13 time="2024-05-28T05:23:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:51:13 time="2024-05-28T05:23:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 05:51:13 $ docker stop --time=1 d75e73cd940375643e39cea44ae0f5378e227c352a82d4ff49bd8ab1f4ee4235 05:51:14 $ docker rm -f --volumes d75e73cd940375643e39cea44ae0f5378e227c352a82d4ff49bd8ab1f4ee4235 [Pipeline] // withDockerContainer [Pipeline] sh 05:51:15 + docker images 05:51:15 REPOSITORY TAG IMAGE ID CREATED SIZE 05:51:15 support-scheduler-arm64 latest ff52c45d8bfe 5 seconds ago 44.1MB 05:51:15 support-notifications-arm64 latest ec81f8f58d45 6 seconds ago 44.7MB 05:51:15 core-metadata-arm64 latest 46b6bb45aff6 35 seconds ago 41.7MB 05:51:15 core-data-arm64 latest 6481c896321f 39 seconds ago 41.5MB 05:51:15 core-command-arm64 latest 1d341c3c4c25 49 seconds ago 41.2MB 05:51:15 security-proxy-auth-arm64 latest dda952f0c43c About a minute ago 38.9MB 05:51:15 security-spiffe-token-provider-arm64 latest c3ae0970ca7a 7 minutes ago 35.7MB 05:51:15 core-common-config-bootstrapper-arm64 latest 6c55e7d0e746 8 minutes ago 21.6MB 05:51:15 security-secretstore-setup-arm64 latest a697815167c6 9 minutes ago 42.6MB 05:51:15 security-bootstrapper-arm64 latest 7ebe52490b95 9 minutes ago 25.2MB 05:51:15 security-proxy-setup-arm64 latest 3a5f78d3fc7e 9 minutes ago 32.5MB 05:51:15 security-spire-agent-arm64 latest d666d7239981 26 minutes ago 159MB 05:51:15 security-spire-server-arm64 latest 315189c17841 27 minutes ago 103MB 05:51:15 security-spire-config-arm64 latest 8c2ca75ad8f7 27 minutes ago 102MB 05:51:15 ci-base-image-arm64 latest dd224a0ab584 28 minutes ago 973MB 05:51:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine f246e2811388 5 weeks ago 561MB 05:51:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 12 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 05:51:15 provisioning config files... 05:51:15 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/641@tmp/config15857870850927128824tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:51:15 ---> ****-login.sh 05:51:15 nexus3.edgexfoundry.org:10001 05:51:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:51:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:51:16 Configure a credential helper to remove this warning. See 05:51:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:51:16 05:51:16 Login Succeeded 05:51:16 nexus3.edgexfoundry.org:10002 05:51:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:51:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:51:16 Configure a credential helper to remove this warning. See 05:51:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:51:16 05:51:16 Login Succeeded 05:51:16 nexus3.edgexfoundry.org:10003 05:51:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:51:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:51:16 Configure a credential helper to remove this warning. See 05:51:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:51:16 05:51:16 Login Succeeded 05:51:16 nexus3.edgexfoundry.org:10004 05:51:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:51:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:51:17 Configure a credential helper to remove this warning. See 05:51:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:51:17 05:51:17 Login Succeeded 05:51:17 ****.io 05:51:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:51:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:51:17 Configure a credential helper to remove this warning. See 05:51:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:51:17 05:51:17 Login Succeeded 05:51:17 ---> ****-login.sh ends [Pipeline] } 05:51:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:51:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 05:51:17 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 05:51:17 239ef15ab24daf2ea0f6ddd51cd241359830100f 05:51:17 latest 05:51:17 3.2.0-dev.23 05:51:17 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:51:17 main 05:51:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:18 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:18 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:51:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 05:51:18 7ad1629e06aa: Preparing 05:51:18 c2ebf6f3c0db: Preparing 05:51:18 110cc3631f76: Preparing 05:51:18 d2ea45d9f295: Preparing 05:51:18 fe24993947c7: Preparing 05:51:18 265c32dd9039: Preparing 05:51:18 7c504f21be85: Preparing 05:51:18 7c504f21be85: Waiting 05:51:18 265c32dd9039: Waiting 05:51:18 d2ea45d9f295: Pushed 05:51:18 110cc3631f76: Pushed 05:51:18 7ad1629e06aa: Pushed 05:51:18 7c504f21be85: Layer already exists 05:51:19 265c32dd9039: Pushed 05:51:20 fe24993947c7: Pushed 05:51:24 c2ebf6f3c0db: Pushed 05:51:24 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:6f8bc1557263fdabd1ac70b2fe1cbe929637cf1d15a3a98178b383c166e389d2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:25 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:25 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 05:51:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 05:51:25 7ad1629e06aa: Preparing 05:51:25 c2ebf6f3c0db: Preparing 05:51:25 110cc3631f76: Preparing 05:51:25 d2ea45d9f295: Preparing 05:51:25 fe24993947c7: Preparing 05:51:25 265c32dd9039: Preparing 05:51:25 7c504f21be85: Preparing 05:51:25 265c32dd9039: Waiting 05:51:25 7c504f21be85: Waiting 05:51:25 c2ebf6f3c0db: Layer already exists 05:51:25 7ad1629e06aa: Layer already exists 05:51:25 fe24993947c7: Layer already exists 05:51:25 110cc3631f76: Layer already exists 05:51:25 d2ea45d9f295: Layer already exists 05:51:25 265c32dd9039: Layer already exists 05:51:25 7c504f21be85: Layer already exists 05:51:25 latest: digest: sha256:6f8bc1557263fdabd1ac70b2fe1cbe929637cf1d15a3a98178b383c166e389d2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:26 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:26 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.23 05:51:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 05:51:26 7ad1629e06aa: Preparing 05:51:26 c2ebf6f3c0db: Preparing 05:51:26 110cc3631f76: Preparing 05:51:26 d2ea45d9f295: Preparing 05:51:26 fe24993947c7: Preparing 05:51:26 265c32dd9039: Preparing 05:51:26 7c504f21be85: Preparing 05:51:26 265c32dd9039: Waiting 05:51:26 7c504f21be85: Waiting 05:51:26 fe24993947c7: Layer already exists 05:51:26 7ad1629e06aa: Layer already exists 05:51:26 c2ebf6f3c0db: Layer already exists 05:51:26 d2ea45d9f295: Layer already exists 05:51:26 110cc3631f76: Layer already exists 05:51:26 265c32dd9039: Layer already exists 05:51:26 7c504f21be85: Layer already exists 05:51:26 3.2.0-dev.23: digest: sha256:6f8bc1557263fdabd1ac70b2fe1cbe929637cf1d15a3a98178b383c166e389d2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:27 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:27 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:51:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 05:51:27 7ad1629e06aa: Preparing 05:51:27 c2ebf6f3c0db: Preparing 05:51:27 110cc3631f76: Preparing 05:51:27 d2ea45d9f295: Preparing 05:51:27 fe24993947c7: Preparing 05:51:27 265c32dd9039: Preparing 05:51:27 7c504f21be85: Preparing 05:51:27 265c32dd9039: Waiting 05:51:27 7c504f21be85: Waiting 05:51:27 fe24993947c7: Layer already exists 05:51:27 d2ea45d9f295: Layer already exists 05:51:27 7ad1629e06aa: Layer already exists 05:51:27 c2ebf6f3c0db: Layer already exists 05:51:27 110cc3631f76: Layer already exists 05:51:27 7c504f21be85: Layer already exists 05:51:27 265c32dd9039: Layer already exists 05:51:27 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:6f8bc1557263fdabd1ac70b2fe1cbe929637cf1d15a3a98178b383c166e389d2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:28 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:28 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 05:51:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 05:51:28 7ad1629e06aa: Preparing 05:51:28 c2ebf6f3c0db: Preparing 05:51:28 110cc3631f76: Preparing 05:51:28 d2ea45d9f295: Preparing 05:51:28 fe24993947c7: Preparing 05:51:28 265c32dd9039: Preparing 05:51:28 7c504f21be85: Preparing 05:51:28 265c32dd9039: Waiting 05:51:28 7c504f21be85: Waiting 05:51:28 c2ebf6f3c0db: Layer already exists 05:51:28 fe24993947c7: Layer already exists 05:51:28 110cc3631f76: Layer already exists 05:51:28 d2ea45d9f295: Layer already exists 05:51:28 7ad1629e06aa: Layer already exists 05:51:28 7c504f21be85: Layer already exists 05:51:28 265c32dd9039: Layer already exists 05:51:28 main: digest: sha256:6f8bc1557263fdabd1ac70b2fe1cbe929637cf1d15a3a98178b383c166e389d2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:51:28 ===================================================== [Pipeline] echo 05:51:28 taggedImages: 05:51:28 - nexus3.edgexfoundry.org:10004/core-command-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:51:28 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 05:51:28 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.23 05:51:28 - nexus3.edgexfoundry.org:10004/core-command-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:51:28 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 05:51:28 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 05:51:28 239ef15ab24daf2ea0f6ddd51cd241359830100f 05:51:28 latest 05:51:28 3.2.0-dev.23 05:51:28 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:51:28 main 05:51:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:29 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:29 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:51:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 05:51:29 33e1431a5307: Preparing 05:51:29 30780c698434: Preparing 05:51:29 e2eb49990d86: Preparing 05:51:29 bc8332b8c6a5: Preparing 05:51:29 110cc3631f76: Preparing 05:51:29 d2ea45d9f295: Preparing 05:51:29 fe24993947c7: Preparing 05:51:29 265c32dd9039: Preparing 05:51:29 7c504f21be85: Preparing 05:51:29 d2ea45d9f295: Waiting 05:51:29 fe24993947c7: Waiting 05:51:29 265c32dd9039: Waiting 05:51:29 7c504f21be85: Waiting 05:51:29 e2eb49990d86: Pushed 05:51:29 30780c698434: Pushed 05:51:29 110cc3631f76: Layer already exists 05:51:29 d2ea45d9f295: Layer already exists 05:51:29 fe24993947c7: Layer already exists 05:51:30 265c32dd9039: Layer already exists 05:51:30 7c504f21be85: Layer already exists 05:51:30 33e1431a5307: Pushed 05:51:31 bc8332b8c6a5: Pushed 05:51:31 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:99142a9e068b13010a6bc2da5ac21618329706afc3da93b415a4c34dcd276cd9 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51: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 05:51:32 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 05:51:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 05:51:32 33e1431a5307: Preparing 05:51:32 30780c698434: Preparing 05:51:32 e2eb49990d86: Preparing 05:51:32 bc8332b8c6a5: Preparing 05:51:32 110cc3631f76: Preparing 05:51:32 d2ea45d9f295: Preparing 05:51:32 fe24993947c7: Preparing 05:51:32 265c32dd9039: Preparing 05:51:32 7c504f21be85: Preparing 05:51:32 d2ea45d9f295: Waiting 05:51:32 fe24993947c7: Waiting 05:51:32 265c32dd9039: Waiting 05:51:32 7c504f21be85: Waiting 05:51:32 bc8332b8c6a5: Layer already exists 05:51:32 e2eb49990d86: Layer already exists 05:51:32 110cc3631f76: Layer already exists 05:51:32 30780c698434: Layer already exists 05:51:32 33e1431a5307: Layer already exists 05:51:32 fe24993947c7: Layer already exists 05:51:32 7c504f21be85: Layer already exists 05:51:32 d2ea45d9f295: Layer already exists 05:51:32 265c32dd9039: Layer already exists 05:51:32 latest: digest: sha256:99142a9e068b13010a6bc2da5ac21618329706afc3da93b415a4c34dcd276cd9 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:33 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:33 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.23 05:51:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 05:51:33 33e1431a5307: Preparing 05:51:33 30780c698434: Preparing 05:51:33 e2eb49990d86: Preparing 05:51:33 bc8332b8c6a5: Preparing 05:51:33 110cc3631f76: Preparing 05:51:33 d2ea45d9f295: Preparing 05:51:33 fe24993947c7: Preparing 05:51:33 265c32dd9039: Preparing 05:51:33 7c504f21be85: Preparing 05:51:33 fe24993947c7: Waiting 05:51:33 265c32dd9039: Waiting 05:51:33 7c504f21be85: Waiting 05:51:33 d2ea45d9f295: Waiting 05:51:33 30780c698434: Layer already exists 05:51:33 bc8332b8c6a5: Layer already exists 05:51:33 110cc3631f76: Layer already exists 05:51:33 33e1431a5307: Layer already exists 05:51:33 e2eb49990d86: Layer already exists 05:51:33 d2ea45d9f295: Layer already exists 05:51:33 fe24993947c7: Layer already exists 05:51:33 265c32dd9039: Layer already exists 05:51:33 7c504f21be85: Layer already exists 05:51:33 3.2.0-dev.23: digest: sha256:99142a9e068b13010a6bc2da5ac21618329706afc3da93b415a4c34dcd276cd9 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:34 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:34 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:51:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 05:51:34 33e1431a5307: Preparing 05:51:34 30780c698434: Preparing 05:51:34 e2eb49990d86: Preparing 05:51:34 bc8332b8c6a5: Preparing 05:51:34 110cc3631f76: Preparing 05:51:34 d2ea45d9f295: Preparing 05:51:34 fe24993947c7: Preparing 05:51:34 265c32dd9039: Preparing 05:51:34 7c504f21be85: Preparing 05:51:34 d2ea45d9f295: Waiting 05:51:34 fe24993947c7: Waiting 05:51:34 265c32dd9039: Waiting 05:51:34 7c504f21be85: Waiting 05:51:34 110cc3631f76: Layer already exists 05:51:34 33e1431a5307: Layer already exists 05:51:34 e2eb49990d86: Layer already exists 05:51:34 30780c698434: Layer already exists 05:51:34 bc8332b8c6a5: Layer already exists 05:51:34 7c504f21be85: Layer already exists 05:51:34 fe24993947c7: Layer already exists 05:51:34 d2ea45d9f295: Layer already exists 05:51:34 265c32dd9039: Layer already exists 05:51:34 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:99142a9e068b13010a6bc2da5ac21618329706afc3da93b415a4c34dcd276cd9 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:34 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:35 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 05:51:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 05:51:35 33e1431a5307: Preparing 05:51:35 30780c698434: Preparing 05:51:35 e2eb49990d86: Preparing 05:51:35 bc8332b8c6a5: Preparing 05:51:35 110cc3631f76: Preparing 05:51:35 d2ea45d9f295: Preparing 05:51:35 fe24993947c7: Preparing 05:51:35 265c32dd9039: Preparing 05:51:35 7c504f21be85: Preparing 05:51:35 d2ea45d9f295: Waiting 05:51:35 fe24993947c7: Waiting 05:51:35 265c32dd9039: Waiting 05:51:35 7c504f21be85: Waiting 05:51:35 30780c698434: Layer already exists 05:51:35 e2eb49990d86: Layer already exists 05:51:35 110cc3631f76: Layer already exists 05:51:35 33e1431a5307: Layer already exists 05:51:35 bc8332b8c6a5: Layer already exists 05:51:35 265c32dd9039: Layer already exists 05:51:35 fe24993947c7: Layer already exists 05:51:35 d2ea45d9f295: Layer already exists 05:51:35 7c504f21be85: Layer already exists 05:51:35 main: digest: sha256:99142a9e068b13010a6bc2da5ac21618329706afc3da93b415a4c34dcd276cd9 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:51:35 ===================================================== [Pipeline] echo 05:51:35 taggedImages: 05:51:35 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:51:35 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 05:51:35 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.23 05:51:35 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:51:35 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 05:51:35 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 05:51:35 239ef15ab24daf2ea0f6ddd51cd241359830100f 05:51:35 latest 05:51:35 3.2.0-dev.23 05:51:35 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:51:35 main 05:51:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:36 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:36 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:51:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 05:51:36 2252c4817b90: Preparing 05:51:36 9e1584f2c3e5: Preparing 05:51:36 110cc3631f76: Preparing 05:51:36 d2ea45d9f295: Preparing 05:51:36 3a7d7ad3f0ae: Preparing 05:51:36 8b63ad90c977: Preparing 05:51:36 7c504f21be85: Preparing 05:51:36 8b63ad90c977: Waiting 05:51:36 7c504f21be85: Waiting 05:51:36 110cc3631f76: Layer already exists 05:51:36 d2ea45d9f295: Layer already exists 05:51:36 7c504f21be85: Layer already exists 05:51:36 2252c4817b90: Pushed 05:51:36 8b63ad90c977: Pushed 05:51:38 3a7d7ad3f0ae: Pushed 05:51:42 9e1584f2c3e5: Pushed 05:51:42 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:ead25caf9c621ec1d11e1b6ed17ee4bbdbd74a365253fbe556d3aae3d84edf10 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:42 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:43 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 05:51:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 05:51:43 2252c4817b90: Preparing 05:51:43 9e1584f2c3e5: Preparing 05:51:43 110cc3631f76: Preparing 05:51:43 d2ea45d9f295: Preparing 05:51:43 3a7d7ad3f0ae: Preparing 05:51:43 8b63ad90c977: Preparing 05:51:43 7c504f21be85: Preparing 05:51:43 8b63ad90c977: Waiting 05:51:43 7c504f21be85: Waiting 05:51:43 110cc3631f76: Layer already exists 05:51:43 d2ea45d9f295: Layer already exists 05:51:43 3a7d7ad3f0ae: Layer already exists 05:51:43 9e1584f2c3e5: Layer already exists 05:51:43 2252c4817b90: Layer already exists 05:51:43 8b63ad90c977: Layer already exists 05:51:43 7c504f21be85: Layer already exists 05:51:43 latest: digest: sha256:ead25caf9c621ec1d11e1b6ed17ee4bbdbd74a365253fbe556d3aae3d84edf10 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:43 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:43 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.23 05:51:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 05:51:43 2252c4817b90: Preparing 05:51:43 9e1584f2c3e5: Preparing 05:51:43 110cc3631f76: Preparing 05:51:43 d2ea45d9f295: Preparing 05:51:43 3a7d7ad3f0ae: Preparing 05:51:43 8b63ad90c977: Preparing 05:51:43 7c504f21be85: Preparing 05:51:43 8b63ad90c977: Waiting 05:51:43 7c504f21be85: Waiting 05:51:43 9e1584f2c3e5: Layer already exists 05:51:43 3a7d7ad3f0ae: Layer already exists 05:51:43 2252c4817b90: Layer already exists 05:51:43 110cc3631f76: Layer already exists 05:51:43 d2ea45d9f295: Layer already exists 05:51:43 8b63ad90c977: Layer already exists 05:51:43 7c504f21be85: Layer already exists 05:51:44 3.2.0-dev.23: digest: sha256:ead25caf9c621ec1d11e1b6ed17ee4bbdbd74a365253fbe556d3aae3d84edf10 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:44 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:44 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:51:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 05:51:44 2252c4817b90: Preparing 05:51:44 9e1584f2c3e5: Preparing 05:51:44 110cc3631f76: Preparing 05:51:44 d2ea45d9f295: Preparing 05:51:44 3a7d7ad3f0ae: Preparing 05:51:44 8b63ad90c977: Preparing 05:51:44 7c504f21be85: Preparing 05:51:44 8b63ad90c977: Waiting 05:51:44 7c504f21be85: Waiting 05:51:44 3a7d7ad3f0ae: Layer already exists 05:51:44 2252c4817b90: Layer already exists 05:51:44 d2ea45d9f295: Layer already exists 05:51:44 9e1584f2c3e5: Layer already exists 05:51:44 110cc3631f76: Layer already exists 05:51:44 8b63ad90c977: Layer already exists 05:51:44 7c504f21be85: Layer already exists 05:51:45 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:ead25caf9c621ec1d11e1b6ed17ee4bbdbd74a365253fbe556d3aae3d84edf10 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:45 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:45 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 05:51:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 05:51:45 2252c4817b90: Preparing 05:51:45 9e1584f2c3e5: Preparing 05:51:45 110cc3631f76: Preparing 05:51:45 d2ea45d9f295: Preparing 05:51:45 3a7d7ad3f0ae: Preparing 05:51:45 8b63ad90c977: Preparing 05:51:45 7c504f21be85: Preparing 05:51:45 8b63ad90c977: Waiting 05:51:45 7c504f21be85: Waiting 05:51:45 9e1584f2c3e5: Layer already exists 05:51:45 2252c4817b90: Layer already exists 05:51:45 d2ea45d9f295: Layer already exists 05:51:45 110cc3631f76: Layer already exists 05:51:45 3a7d7ad3f0ae: Layer already exists 05:51:45 8b63ad90c977: Layer already exists 05:51:45 7c504f21be85: Layer already exists 05:51:46 main: digest: sha256:ead25caf9c621ec1d11e1b6ed17ee4bbdbd74a365253fbe556d3aae3d84edf10 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:51:46 ===================================================== [Pipeline] echo 05:51:46 taggedImages: 05:51:46 - nexus3.edgexfoundry.org:10004/core-data-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:51:46 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 05:51:46 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.23 05:51:46 - nexus3.edgexfoundry.org:10004/core-data-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:51:46 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 05:51:46 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 05:51:46 239ef15ab24daf2ea0f6ddd51cd241359830100f 05:51:46 latest 05:51:46 3.2.0-dev.23 05:51:46 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:51:46 main 05:51:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:46 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:47 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:51:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 05:51:47 7548e2167266: Preparing 05:51:47 0b74a4d38d24: Preparing 05:51:47 b7d0f9234b7b: Preparing 05:51:47 110cc3631f76: Preparing 05:51:47 d2ea45d9f295: Preparing 05:51:47 fe24993947c7: Preparing 05:51:47 265c32dd9039: Preparing 05:51:47 7c504f21be85: Preparing 05:51:47 fe24993947c7: Waiting 05:51:47 7c504f21be85: Waiting 05:51:47 265c32dd9039: Waiting 05:51:47 110cc3631f76: Layer already exists 05:51:47 d2ea45d9f295: Layer already exists 05:51:47 fe24993947c7: Layer already exists 05:51:47 265c32dd9039: Layer already exists 05:51:47 0b74a4d38d24: Pushed 05:51:47 7c504f21be85: Layer already exists 05:51:47 7548e2167266: Pushed 05:51:54 b7d0f9234b7b: Pushed 05:51:54 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:a6a52d405a9857d198f126f240dfb6a373d23f1adbf3d8669c226f4716bbec54 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:54 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:54 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 05:51:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 05:51:54 7548e2167266: Preparing 05:51:54 0b74a4d38d24: Preparing 05:51:54 b7d0f9234b7b: Preparing 05:51:54 110cc3631f76: Preparing 05:51:54 d2ea45d9f295: Preparing 05:51:54 fe24993947c7: Preparing 05:51:54 265c32dd9039: Preparing 05:51:54 7c504f21be85: Preparing 05:51:54 fe24993947c7: Waiting 05:51:54 265c32dd9039: Waiting 05:51:54 7c504f21be85: Waiting 05:51:54 7548e2167266: Layer already exists 05:51:54 110cc3631f76: Layer already exists 05:51:54 b7d0f9234b7b: Layer already exists 05:51:54 d2ea45d9f295: Layer already exists 05:51:54 0b74a4d38d24: Layer already exists 05:51:54 7c504f21be85: Layer already exists 05:51:54 fe24993947c7: Layer already exists 05:51:54 265c32dd9039: Layer already exists 05:51:55 latest: digest: sha256:a6a52d405a9857d198f126f240dfb6a373d23f1adbf3d8669c226f4716bbec54 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:55 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:55 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.23 05:51:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 05:51:55 7548e2167266: Preparing 05:51:55 0b74a4d38d24: Preparing 05:51:55 b7d0f9234b7b: Preparing 05:51:55 110cc3631f76: Preparing 05:51:55 d2ea45d9f295: Preparing 05:51:55 fe24993947c7: Preparing 05:51:55 265c32dd9039: Preparing 05:51:55 7c504f21be85: Preparing 05:51:55 fe24993947c7: Waiting 05:51:55 265c32dd9039: Waiting 05:51:55 b7d0f9234b7b: Layer already exists 05:51:55 7548e2167266: Layer already exists 05:51:55 110cc3631f76: Layer already exists 05:51:55 0b74a4d38d24: Layer already exists 05:51:55 265c32dd9039: Layer already exists 05:51:55 fe24993947c7: Layer already exists 05:51:55 7c504f21be85: Layer already exists 05:51:55 d2ea45d9f295: Layer already exists 05:51:55 3.2.0-dev.23: digest: sha256:a6a52d405a9857d198f126f240dfb6a373d23f1adbf3d8669c226f4716bbec54 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:56 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:56 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:51:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 05:51:56 7548e2167266: Preparing 05:51:56 0b74a4d38d24: Preparing 05:51:56 b7d0f9234b7b: Preparing 05:51:56 110cc3631f76: Preparing 05:51:56 d2ea45d9f295: Preparing 05:51:56 fe24993947c7: Preparing 05:51:56 265c32dd9039: Preparing 05:51:56 fe24993947c7: Waiting 05:51:56 7c504f21be85: Preparing 05:51:56 265c32dd9039: Waiting 05:51:56 7c504f21be85: Waiting 05:51:56 110cc3631f76: Layer already exists 05:51:56 7548e2167266: Layer already exists 05:51:56 d2ea45d9f295: Layer already exists 05:51:56 b7d0f9234b7b: Layer already exists 05:51:56 0b74a4d38d24: Layer already exists 05:51:56 265c32dd9039: Layer already exists 05:51:56 fe24993947c7: Layer already exists 05:51:56 7c504f21be85: Layer already exists 05:51:56 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:a6a52d405a9857d198f126f240dfb6a373d23f1adbf3d8669c226f4716bbec54 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:57 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:57 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 05:51:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 05:51:57 7548e2167266: Preparing 05:51:57 0b74a4d38d24: Preparing 05:51:57 b7d0f9234b7b: Preparing 05:51:57 110cc3631f76: Preparing 05:51:57 d2ea45d9f295: Preparing 05:51:57 fe24993947c7: Preparing 05:51:57 265c32dd9039: Preparing 05:51:57 7c504f21be85: Preparing 05:51:57 265c32dd9039: Waiting 05:51:57 fe24993947c7: Waiting 05:51:57 7c504f21be85: Waiting 05:51:57 7548e2167266: Layer already exists 05:51:57 0b74a4d38d24: Layer already exists 05:51:57 d2ea45d9f295: Layer already exists 05:51:57 110cc3631f76: Layer already exists 05:51:57 b7d0f9234b7b: Layer already exists 05:51:57 fe24993947c7: Layer already exists 05:51:57 265c32dd9039: Layer already exists 05:51:57 7c504f21be85: Layer already exists 05:51:57 main: digest: sha256:a6a52d405a9857d198f126f240dfb6a373d23f1adbf3d8669c226f4716bbec54 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:51:57 ===================================================== [Pipeline] echo 05:51:58 taggedImages: 05:51:58 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:51:58 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 05:51:58 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.23 05:51:58 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:51:58 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 05:51:58 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 05:51:58 239ef15ab24daf2ea0f6ddd51cd241359830100f 05:51:58 latest 05:51:58 3.2.0-dev.23 05:51:58 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:51:58 main 05:51:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:58 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:58 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:51:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 05:51:58 a17868991561: Preparing 05:51:58 f4fa7809a1dc: Preparing 05:51:58 3b173d6d8bc5: Preparing 05:51:58 f642651235dc: Preparing 05:51:58 1d8a8e098d50: Preparing 05:51:58 4b0de0826243: Preparing 05:51:58 c133f527ebfb: Preparing 05:51:58 110cc3631f76: Preparing 05:51:58 d2ea45d9f295: Preparing 05:51:58 02f19529b92b: Preparing 05:51:58 c4849c59e4e2: Preparing 05:51:58 5f70bf18a086: Preparing 05:51:58 6ae1401c674d: Preparing 05:51:58 f47a0b9fb879: Preparing 05:51:58 4d370ec4e2ef: Preparing 05:51:58 7c504f21be85: Preparing 05:51:58 4b0de0826243: Waiting 05:51:58 d2ea45d9f295: Waiting 05:51:58 c4849c59e4e2: Waiting 05:51:58 02f19529b92b: Waiting 05:51:58 5f70bf18a086: Waiting 05:51:58 c133f527ebfb: Waiting 05:51:58 6ae1401c674d: Waiting 05:51:58 110cc3631f76: Waiting 05:51:58 7c504f21be85: Waiting 05:51:58 f47a0b9fb879: Waiting 05:51:59 f642651235dc: Pushed 05:51:59 3b173d6d8bc5: Pushed 05:51:59 f4fa7809a1dc: Pushed 05:51:59 a17868991561: Pushed 05:51:59 1d8a8e098d50: Pushed 05:51:59 110cc3631f76: Layer already exists 05:51:59 d2ea45d9f295: Layer already exists 05:51:59 5f70bf18a086: Layer already exists 05:51:59 4b0de0826243: Pushed 05:51:59 02f19529b92b: Pushed 05:51:59 c4849c59e4e2: Pushed 05:51:59 7c504f21be85: Layer already exists 05:51:59 6ae1401c674d: Pushed 05:51:59 4d370ec4e2ef: Pushed 05:52:01 f47a0b9fb879: Pushed 05:52:09 c133f527ebfb: Pushed 05:52:09 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:cc919b621d6bc963e36bbf2461f6c4a4250bcabcd68befccfead8c130fe0c0c7 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:09 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:10 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 05:52:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 05:52:10 a17868991561: Preparing 05:52:10 f4fa7809a1dc: Preparing 05:52:10 3b173d6d8bc5: Preparing 05:52:10 f642651235dc: Preparing 05:52:10 1d8a8e098d50: Preparing 05:52:10 4b0de0826243: Preparing 05:52:10 c133f527ebfb: Preparing 05:52:10 110cc3631f76: Preparing 05:52:10 d2ea45d9f295: Preparing 05:52:10 02f19529b92b: Preparing 05:52:10 c4849c59e4e2: Preparing 05:52:10 5f70bf18a086: Preparing 05:52:10 6ae1401c674d: Preparing 05:52:10 f47a0b9fb879: Preparing 05:52:10 4d370ec4e2ef: Preparing 05:52:10 7c504f21be85: Preparing 05:52:10 4b0de0826243: Waiting 05:52:10 c133f527ebfb: Waiting 05:52:10 c4849c59e4e2: Waiting 05:52:10 110cc3631f76: Waiting 05:52:10 5f70bf18a086: Waiting 05:52:10 d2ea45d9f295: Waiting 05:52:10 6ae1401c674d: Waiting 05:52:10 f47a0b9fb879: Waiting 05:52:10 02f19529b92b: Waiting 05:52:10 4d370ec4e2ef: Waiting 05:52:10 3b173d6d8bc5: Layer already exists 05:52:10 f642651235dc: Layer already exists 05:52:10 f4fa7809a1dc: Layer already exists 05:52:10 a17868991561: Layer already exists 05:52:10 1d8a8e098d50: Layer already exists 05:52:10 4b0de0826243: Layer already exists 05:52:10 c133f527ebfb: Layer already exists 05:52:10 110cc3631f76: Layer already exists 05:52:10 d2ea45d9f295: Layer already exists 05:52:10 02f19529b92b: Layer already exists 05:52:10 5f70bf18a086: Layer already exists 05:52:10 c4849c59e4e2: Layer already exists 05:52:10 6ae1401c674d: Layer already exists 05:52:10 f47a0b9fb879: Layer already exists 05:52:10 4d370ec4e2ef: Layer already exists 05:52:10 7c504f21be85: Layer already exists 05:52:10 latest: digest: sha256:cc919b621d6bc963e36bbf2461f6c4a4250bcabcd68befccfead8c130fe0c0c7 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:10 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:11 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.23 05:52:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 05:52:11 a17868991561: Preparing 05:52:11 f4fa7809a1dc: Preparing 05:52:11 3b173d6d8bc5: Preparing 05:52:11 f642651235dc: Preparing 05:52:11 1d8a8e098d50: Preparing 05:52:11 4b0de0826243: Preparing 05:52:11 c133f527ebfb: Preparing 05:52:11 4b0de0826243: Waiting 05:52:11 110cc3631f76: Preparing 05:52:11 c133f527ebfb: Waiting 05:52:11 d2ea45d9f295: Preparing 05:52:11 110cc3631f76: Waiting 05:52:11 d2ea45d9f295: Waiting 05:52:11 02f19529b92b: Preparing 05:52:11 c4849c59e4e2: Preparing 05:52:11 02f19529b92b: Waiting 05:52:11 5f70bf18a086: Preparing 05:52:11 6ae1401c674d: Preparing 05:52:11 f47a0b9fb879: Preparing 05:52:11 4d370ec4e2ef: Preparing 05:52:11 c4849c59e4e2: Waiting 05:52:11 5f70bf18a086: Waiting 05:52:11 6ae1401c674d: Waiting 05:52:11 f47a0b9fb879: Waiting 05:52:11 4d370ec4e2ef: Waiting 05:52:11 7c504f21be85: Preparing 05:52:11 7c504f21be85: Waiting 05:52:11 1d8a8e098d50: Layer already exists 05:52:11 f642651235dc: Layer already exists 05:52:11 f4fa7809a1dc: Layer already exists 05:52:11 3b173d6d8bc5: Layer already exists 05:52:11 a17868991561: Layer already exists 05:52:11 c133f527ebfb: Layer already exists 05:52:11 110cc3631f76: Layer already exists 05:52:11 4b0de0826243: Layer already exists 05:52:11 d2ea45d9f295: Layer already exists 05:52:11 02f19529b92b: Layer already exists 05:52:11 c4849c59e4e2: Layer already exists 05:52:11 5f70bf18a086: Layer already exists 05:52:11 f47a0b9fb879: Layer already exists 05:52:11 6ae1401c674d: Layer already exists 05:52:11 4d370ec4e2ef: Layer already exists 05:52:11 7c504f21be85: Layer already exists 05:52:11 3.2.0-dev.23: digest: sha256:cc919b621d6bc963e36bbf2461f6c4a4250bcabcd68befccfead8c130fe0c0c7 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:11 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:12 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:52:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 05:52:12 a17868991561: Preparing 05:52:12 f4fa7809a1dc: Preparing 05:52:12 3b173d6d8bc5: Preparing 05:52:12 f642651235dc: Preparing 05:52:12 1d8a8e098d50: Preparing 05:52:12 4b0de0826243: Preparing 05:52:12 c133f527ebfb: Preparing 05:52:12 110cc3631f76: Preparing 05:52:12 d2ea45d9f295: Preparing 05:52:12 02f19529b92b: Preparing 05:52:12 c4849c59e4e2: Preparing 05:52:12 5f70bf18a086: Preparing 05:52:12 6ae1401c674d: Preparing 05:52:12 f47a0b9fb879: Preparing 05:52:12 4d370ec4e2ef: Preparing 05:52:12 7c504f21be85: Preparing 05:52:12 02f19529b92b: Waiting 05:52:12 c4849c59e4e2: Waiting 05:52:12 5f70bf18a086: Waiting 05:52:12 4d370ec4e2ef: Waiting 05:52:12 7c504f21be85: Waiting 05:52:12 6ae1401c674d: Waiting 05:52:12 f47a0b9fb879: Waiting 05:52:12 c133f527ebfb: Waiting 05:52:12 110cc3631f76: Waiting 05:52:12 d2ea45d9f295: Waiting 05:52:12 f4fa7809a1dc: Layer already exists 05:52:12 3b173d6d8bc5: Layer already exists 05:52:12 f642651235dc: Layer already exists 05:52:12 a17868991561: Layer already exists 05:52:12 1d8a8e098d50: Layer already exists 05:52:12 110cc3631f76: Layer already exists 05:52:12 4b0de0826243: Layer already exists 05:52:12 c133f527ebfb: Layer already exists 05:52:12 02f19529b92b: Layer already exists 05:52:12 d2ea45d9f295: Layer already exists 05:52:12 5f70bf18a086: Layer already exists 05:52:12 4d370ec4e2ef: Layer already exists 05:52:12 6ae1401c674d: Layer already exists 05:52:12 c4849c59e4e2: Layer already exists 05:52:12 f47a0b9fb879: Layer already exists 05:52:12 7c504f21be85: Layer already exists 05:52:12 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:cc919b621d6bc963e36bbf2461f6c4a4250bcabcd68befccfead8c130fe0c0c7 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:12 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:13 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 05:52:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 05:52:13 a17868991561: Preparing 05:52:13 f4fa7809a1dc: Preparing 05:52:13 3b173d6d8bc5: Preparing 05:52:13 f642651235dc: Preparing 05:52:13 1d8a8e098d50: Preparing 05:52:13 4b0de0826243: Preparing 05:52:13 c133f527ebfb: Preparing 05:52:13 110cc3631f76: Preparing 05:52:13 d2ea45d9f295: Preparing 05:52:13 02f19529b92b: Preparing 05:52:13 c4849c59e4e2: Preparing 05:52:13 5f70bf18a086: Preparing 05:52:13 6ae1401c674d: Preparing 05:52:13 f47a0b9fb879: Preparing 05:52:13 4d370ec4e2ef: Preparing 05:52:13 4b0de0826243: Waiting 05:52:13 7c504f21be85: Preparing 05:52:13 c133f527ebfb: Waiting 05:52:13 02f19529b92b: Waiting 05:52:13 110cc3631f76: Waiting 05:52:13 d2ea45d9f295: Waiting 05:52:13 f47a0b9fb879: Waiting 05:52:13 c4849c59e4e2: Waiting 05:52:13 4d370ec4e2ef: Waiting 05:52:13 7c504f21be85: Waiting 05:52:13 5f70bf18a086: Waiting 05:52:13 6ae1401c674d: Waiting 05:52:13 a17868991561: Layer already exists 05:52:13 1d8a8e098d50: Layer already exists 05:52:13 f642651235dc: Layer already exists 05:52:13 3b173d6d8bc5: Layer already exists 05:52:13 f4fa7809a1dc: Layer already exists 05:52:13 4b0de0826243: Layer already exists 05:52:13 02f19529b92b: Layer already exists 05:52:13 110cc3631f76: Layer already exists 05:52:13 c133f527ebfb: Layer already exists 05:52:13 d2ea45d9f295: Layer already exists 05:52:13 6ae1401c674d: Layer already exists 05:52:13 c4849c59e4e2: Layer already exists 05:52:13 5f70bf18a086: Layer already exists 05:52:13 f47a0b9fb879: Layer already exists 05:52:13 4d370ec4e2ef: Layer already exists 05:52:13 7c504f21be85: Layer already exists 05:52:13 main: digest: sha256:cc919b621d6bc963e36bbf2461f6c4a4250bcabcd68befccfead8c130fe0c0c7 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:52:13 ===================================================== [Pipeline] echo 05:52:13 taggedImages: 05:52:13 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:52:13 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 05:52:13 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.23 05:52:13 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:52:13 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 05:52:13 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 05:52:13 239ef15ab24daf2ea0f6ddd51cd241359830100f 05:52:13 latest 05:52:13 3.2.0-dev.23 05:52:13 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:52:13 main 05:52:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:13 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:14 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:52:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 05:52:14 f83b72698018: Preparing 05:52:14 e7b8c565a846: Preparing 05:52:14 1c21b5609213: Preparing 05:52:14 3ad2e0082392: Preparing 05:52:14 110cc3631f76: Preparing 05:52:14 d2ea45d9f295: Preparing 05:52:14 fe24993947c7: Preparing 05:52:14 265c32dd9039: Preparing 05:52:14 7c504f21be85: Preparing 05:52:14 d2ea45d9f295: Waiting 05:52:14 fe24993947c7: Waiting 05:52:14 265c32dd9039: Waiting 05:52:14 7c504f21be85: Waiting 05:52:14 110cc3631f76: Layer already exists 05:52:14 d2ea45d9f295: Layer already exists 05:52:14 fe24993947c7: Layer already exists 05:52:14 1c21b5609213: Pushed 05:52:14 e7b8c565a846: Pushed 05:52:14 265c32dd9039: Layer already exists 05:52:14 f83b72698018: Pushed 05:52:14 7c504f21be85: Layer already exists 05:52:19 3ad2e0082392: Pushed 05:52:19 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:50150390c25f50532505c0792f0d23e330ffafdc8dea76241757262650821126 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:20 + 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 05:52:20 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 05:52:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 05:52:20 f83b72698018: Preparing 05:52:20 e7b8c565a846: Preparing 05:52:20 1c21b5609213: Preparing 05:52:20 3ad2e0082392: Preparing 05:52:20 110cc3631f76: Preparing 05:52:20 d2ea45d9f295: Preparing 05:52:20 fe24993947c7: Preparing 05:52:20 265c32dd9039: Preparing 05:52:20 7c504f21be85: Preparing 05:52:20 d2ea45d9f295: Waiting 05:52:20 fe24993947c7: Waiting 05:52:20 265c32dd9039: Waiting 05:52:20 7c504f21be85: Waiting 05:52:20 1c21b5609213: Layer already exists 05:52:20 3ad2e0082392: Layer already exists 05:52:20 f83b72698018: Layer already exists 05:52:20 e7b8c565a846: Layer already exists 05:52:20 110cc3631f76: Layer already exists 05:52:20 d2ea45d9f295: Layer already exists 05:52:20 fe24993947c7: Layer already exists 05:52:20 7c504f21be85: Layer already exists 05:52:20 265c32dd9039: Layer already exists 05:52:20 latest: digest: sha256:50150390c25f50532505c0792f0d23e330ffafdc8dea76241757262650821126 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:21 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:21 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.23 05:52:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 05:52:21 f83b72698018: Preparing 05:52:21 e7b8c565a846: Preparing 05:52:21 1c21b5609213: Preparing 05:52:21 3ad2e0082392: Preparing 05:52:21 110cc3631f76: Preparing 05:52:21 d2ea45d9f295: Preparing 05:52:21 fe24993947c7: Preparing 05:52:21 265c32dd9039: Preparing 05:52:21 7c504f21be85: Preparing 05:52:21 d2ea45d9f295: Waiting 05:52:21 7c504f21be85: Waiting 05:52:21 fe24993947c7: Waiting 05:52:21 265c32dd9039: Waiting 05:52:21 110cc3631f76: Layer already exists 05:52:21 f83b72698018: Layer already exists 05:52:21 3ad2e0082392: Layer already exists 05:52:21 1c21b5609213: Layer already exists 05:52:21 e7b8c565a846: Layer already exists 05:52:21 d2ea45d9f295: Layer already exists 05:52:21 fe24993947c7: Layer already exists 05:52:21 7c504f21be85: Layer already exists 05:52:21 265c32dd9039: Layer already exists 05:52:21 3.2.0-dev.23: digest: sha256:50150390c25f50532505c0792f0d23e330ffafdc8dea76241757262650821126 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:22 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:22 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:52:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 05:52:22 f83b72698018: Preparing 05:52:22 e7b8c565a846: Preparing 05:52:22 1c21b5609213: Preparing 05:52:22 3ad2e0082392: Preparing 05:52:22 110cc3631f76: Preparing 05:52:22 d2ea45d9f295: Preparing 05:52:22 fe24993947c7: Preparing 05:52:22 d2ea45d9f295: Waiting 05:52:22 fe24993947c7: Waiting 05:52:22 265c32dd9039: Preparing 05:52:22 7c504f21be85: Preparing 05:52:22 265c32dd9039: Waiting 05:52:22 7c504f21be85: Waiting 05:52:22 e7b8c565a846: Layer already exists 05:52:22 f83b72698018: Layer already exists 05:52:22 110cc3631f76: Layer already exists 05:52:22 1c21b5609213: Layer already exists 05:52:22 3ad2e0082392: Layer already exists 05:52:22 d2ea45d9f295: Layer already exists 05:52:22 265c32dd9039: Layer already exists 05:52:22 fe24993947c7: Layer already exists 05:52:22 7c504f21be85: Layer already exists 05:52:22 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:50150390c25f50532505c0792f0d23e330ffafdc8dea76241757262650821126 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:22 + 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 05:52:23 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 05:52:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 05:52:23 f83b72698018: Preparing 05:52:23 e7b8c565a846: Preparing 05:52:23 1c21b5609213: Preparing 05:52:23 3ad2e0082392: Preparing 05:52:23 110cc3631f76: Preparing 05:52:23 d2ea45d9f295: Preparing 05:52:23 fe24993947c7: Preparing 05:52:23 d2ea45d9f295: Waiting 05:52:23 265c32dd9039: Preparing 05:52:23 7c504f21be85: Preparing 05:52:23 fe24993947c7: Waiting 05:52:23 7c504f21be85: Waiting 05:52:23 1c21b5609213: Layer already exists 05:52:23 3ad2e0082392: Layer already exists 05:52:23 110cc3631f76: Layer already exists 05:52:23 e7b8c565a846: Layer already exists 05:52:23 f83b72698018: Layer already exists 05:52:23 d2ea45d9f295: Layer already exists 05:52:23 fe24993947c7: Layer already exists 05:52:23 7c504f21be85: Layer already exists 05:52:23 265c32dd9039: Layer already exists 05:52:23 main: digest: sha256:50150390c25f50532505c0792f0d23e330ffafdc8dea76241757262650821126 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:52:23 ===================================================== [Pipeline] echo 05:52:23 taggedImages: 05:52:23 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:52:23 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 05:52:23 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.23 05:52:23 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:52:23 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 05:52:23 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 05:52:23 239ef15ab24daf2ea0f6ddd51cd241359830100f 05:52:23 latest 05:52:23 3.2.0-dev.23 05:52:23 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:52:23 main 05:52:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:24 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:24 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:52:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 05:52:24 3e5271ebf2ea: Preparing 05:52:24 d7ab1d8f9b02: Preparing 05:52:24 daf74fe3f462: Preparing 05:52:24 3a799a8dd242: Preparing 05:52:24 62fe4852b606: Preparing 05:52:24 110cc3631f76: Preparing 05:52:24 d2ea45d9f295: Preparing 05:52:24 1e8cc3107b3f: Preparing 05:52:24 4927f6a7d248: Preparing 05:52:24 6134c3d2fe5b: Preparing 05:52:24 7c504f21be85: Preparing 05:52:24 d2ea45d9f295: Waiting 05:52:24 1e8cc3107b3f: Waiting 05:52:24 7c504f21be85: Waiting 05:52:24 110cc3631f76: Waiting 05:52:24 6134c3d2fe5b: Waiting 05:52:24 d7ab1d8f9b02: Pushed 05:52:24 3e5271ebf2ea: Pushed 05:52:24 3a799a8dd242: Pushed 05:52:24 110cc3631f76: Layer already exists 05:52:24 62fe4852b606: Pushed 05:52:24 d2ea45d9f295: Layer already exists 05:52:24 7c504f21be85: Layer already exists 05:52:24 1e8cc3107b3f: Pushed 05:52:25 4927f6a7d248: Pushed 05:52:26 daf74fe3f462: Pushed 05:52:28 6134c3d2fe5b: Pushed 05:52:28 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:c8b67fd07e41448bb65819029cf37afa6d84925692be53063c8958ec01ed80b7 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:28 + 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 05:52:29 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 05:52:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 05:52:29 3e5271ebf2ea: Preparing 05:52:29 d7ab1d8f9b02: Preparing 05:52:29 daf74fe3f462: Preparing 05:52:29 3a799a8dd242: Preparing 05:52:29 62fe4852b606: Preparing 05:52:29 110cc3631f76: Preparing 05:52:29 d2ea45d9f295: Preparing 05:52:29 1e8cc3107b3f: Preparing 05:52:29 4927f6a7d248: Preparing 05:52:29 6134c3d2fe5b: Preparing 05:52:29 7c504f21be85: Preparing 05:52:29 1e8cc3107b3f: Waiting 05:52:29 4927f6a7d248: Waiting 05:52:29 6134c3d2fe5b: Waiting 05:52:29 7c504f21be85: Waiting 05:52:29 110cc3631f76: Waiting 05:52:29 d2ea45d9f295: Waiting 05:52:29 daf74fe3f462: Layer already exists 05:52:29 d7ab1d8f9b02: Layer already exists 05:52:29 3e5271ebf2ea: Layer already exists 05:52:29 3a799a8dd242: Layer already exists 05:52:29 62fe4852b606: Layer already exists 05:52:29 1e8cc3107b3f: Layer already exists 05:52:29 4927f6a7d248: Layer already exists 05:52:29 110cc3631f76: Layer already exists 05:52:29 d2ea45d9f295: Layer already exists 05:52:29 6134c3d2fe5b: Layer already exists 05:52:29 7c504f21be85: Layer already exists 05:52:29 latest: digest: sha256:c8b67fd07e41448bb65819029cf37afa6d84925692be53063c8958ec01ed80b7 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:29 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:30 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.23 05:52:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 05:52:30 3e5271ebf2ea: Preparing 05:52:30 d7ab1d8f9b02: Preparing 05:52:30 daf74fe3f462: Preparing 05:52:30 3a799a8dd242: Preparing 05:52:30 62fe4852b606: Preparing 05:52:30 110cc3631f76: Preparing 05:52:30 d2ea45d9f295: Preparing 05:52:30 110cc3631f76: Waiting 05:52:30 1e8cc3107b3f: Preparing 05:52:30 d2ea45d9f295: Waiting 05:52:30 1e8cc3107b3f: Waiting 05:52:30 4927f6a7d248: Preparing 05:52:30 4927f6a7d248: Waiting 05:52:30 6134c3d2fe5b: Preparing 05:52:30 7c504f21be85: Preparing 05:52:30 6134c3d2fe5b: Waiting 05:52:30 daf74fe3f462: Layer already exists 05:52:30 d7ab1d8f9b02: Layer already exists 05:52:30 62fe4852b606: Layer already exists 05:52:30 3a799a8dd242: Layer already exists 05:52:30 3e5271ebf2ea: Layer already exists 05:52:30 1e8cc3107b3f: Layer already exists 05:52:30 110cc3631f76: Layer already exists 05:52:30 6134c3d2fe5b: Layer already exists 05:52:30 d2ea45d9f295: Layer already exists 05:52:30 4927f6a7d248: Layer already exists 05:52:30 7c504f21be85: Layer already exists 05:52:30 3.2.0-dev.23: digest: sha256:c8b67fd07e41448bb65819029cf37afa6d84925692be53063c8958ec01ed80b7 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:30 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:31 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:52:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 05:52:31 3e5271ebf2ea: Preparing 05:52:31 d7ab1d8f9b02: Preparing 05:52:31 daf74fe3f462: Preparing 05:52:31 3a799a8dd242: Preparing 05:52:31 62fe4852b606: Preparing 05:52:31 110cc3631f76: Preparing 05:52:31 d2ea45d9f295: Preparing 05:52:31 1e8cc3107b3f: Preparing 05:52:31 4927f6a7d248: Preparing 05:52:31 6134c3d2fe5b: Preparing 05:52:31 7c504f21be85: Preparing 05:52:31 110cc3631f76: Waiting 05:52:31 d2ea45d9f295: Waiting 05:52:31 4927f6a7d248: Waiting 05:52:31 1e8cc3107b3f: Waiting 05:52:31 6134c3d2fe5b: Waiting 05:52:31 7c504f21be85: Waiting 05:52:31 d7ab1d8f9b02: Layer already exists 05:52:31 daf74fe3f462: Layer already exists 05:52:31 3e5271ebf2ea: Layer already exists 05:52:31 62fe4852b606: Layer already exists 05:52:31 3a799a8dd242: Layer already exists 05:52:31 110cc3631f76: Layer already exists 05:52:31 1e8cc3107b3f: Layer already exists 05:52:31 4927f6a7d248: Layer already exists 05:52:31 d2ea45d9f295: Layer already exists 05:52:31 6134c3d2fe5b: Layer already exists 05:52:31 7c504f21be85: Layer already exists 05:52:31 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:c8b67fd07e41448bb65819029cf37afa6d84925692be53063c8958ec01ed80b7 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:31 + 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 05:52:32 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 05:52:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 05:52:32 3e5271ebf2ea: Preparing 05:52:32 d7ab1d8f9b02: Preparing 05:52:32 daf74fe3f462: Preparing 05:52:32 3a799a8dd242: Preparing 05:52:32 62fe4852b606: Preparing 05:52:32 110cc3631f76: Preparing 05:52:32 d2ea45d9f295: Preparing 05:52:32 1e8cc3107b3f: Preparing 05:52:32 4927f6a7d248: Preparing 05:52:32 6134c3d2fe5b: Preparing 05:52:32 7c504f21be85: Preparing 05:52:32 1e8cc3107b3f: Waiting 05:52:32 4927f6a7d248: Waiting 05:52:32 6134c3d2fe5b: Waiting 05:52:32 7c504f21be85: Waiting 05:52:32 110cc3631f76: Waiting 05:52:32 d2ea45d9f295: Waiting 05:52:32 d7ab1d8f9b02: Layer already exists 05:52:32 3e5271ebf2ea: Layer already exists 05:52:32 62fe4852b606: Layer already exists 05:52:32 3a799a8dd242: Layer already exists 05:52:32 daf74fe3f462: Layer already exists 05:52:32 d2ea45d9f295: Layer already exists 05:52:32 110cc3631f76: Layer already exists 05:52:32 4927f6a7d248: Layer already exists 05:52:32 6134c3d2fe5b: Layer already exists 05:52:32 1e8cc3107b3f: Layer already exists 05:52:32 7c504f21be85: Layer already exists 05:52:32 main: digest: sha256:c8b67fd07e41448bb65819029cf37afa6d84925692be53063c8958ec01ed80b7 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:52:32 ===================================================== [Pipeline] echo 05:52:32 taggedImages: 05:52:32 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:52:32 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 05:52:32 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.23 05:52:32 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:52:32 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 05:52:32 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 05:52:32 239ef15ab24daf2ea0f6ddd51cd241359830100f 05:52:32 latest 05:52:32 3.2.0-dev.23 05:52:32 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:52:32 main 05:52:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:32 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:33 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:52:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 05:52:33 f971a7a0708b: Preparing 05:52:33 1e47957c5bc3: Preparing 05:52:33 a7a303d38e26: Preparing 05:52:33 de3eb4cb0e5f: Preparing 05:52:33 af3e64b05328: Preparing 05:52:33 ad829774f402: Preparing 05:52:33 387132563929: Preparing 05:52:33 110cc3631f76: Preparing 05:52:33 d2ea45d9f295: Preparing 05:52:33 16004d63cd62: Preparing 05:52:33 d672bdaf86d7: Preparing 05:52:33 7c504f21be85: Preparing 05:52:33 16004d63cd62: Waiting 05:52:33 d672bdaf86d7: Waiting 05:52:33 110cc3631f76: Waiting 05:52:33 7c504f21be85: Waiting 05:52:33 d2ea45d9f295: Waiting 05:52:33 387132563929: Waiting 05:52:33 1e47957c5bc3: Pushed 05:52:33 af3e64b05328: Pushed 05:52:33 f971a7a0708b: Pushed 05:52:33 110cc3631f76: Layer already exists 05:52:33 ad829774f402: Pushed 05:52:33 d2ea45d9f295: Layer already exists 05:52:33 387132563929: Pushed 05:52:34 7c504f21be85: Layer already exists 05:52:35 16004d63cd62: Pushed 05:52:35 de3eb4cb0e5f: Pushed 05:52:36 a7a303d38e26: Pushed 05:52:36 d672bdaf86d7: Pushed 05:52:36 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:16c4447a39f06253e32753d0005901dcf2ad585cca83d1470eef9c0f9f42e6e1 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:36 + 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 05:52:36 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 05:52:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 05:52:36 f971a7a0708b: Preparing 05:52:36 1e47957c5bc3: Preparing 05:52:36 a7a303d38e26: Preparing 05:52:36 de3eb4cb0e5f: Preparing 05:52:36 af3e64b05328: Preparing 05:52:36 ad829774f402: Preparing 05:52:36 387132563929: Preparing 05:52:36 110cc3631f76: Preparing 05:52:36 d2ea45d9f295: Preparing 05:52:36 16004d63cd62: Preparing 05:52:36 d672bdaf86d7: Preparing 05:52:36 7c504f21be85: Preparing 05:52:36 ad829774f402: Waiting 05:52:36 387132563929: Waiting 05:52:36 110cc3631f76: Waiting 05:52:36 d2ea45d9f295: Waiting 05:52:36 16004d63cd62: Waiting 05:52:36 d672bdaf86d7: Waiting 05:52:36 7c504f21be85: Waiting 05:52:36 f971a7a0708b: Layer already exists 05:52:36 1e47957c5bc3: Layer already exists 05:52:36 a7a303d38e26: Layer already exists 05:52:36 af3e64b05328: Layer already exists 05:52:36 de3eb4cb0e5f: Layer already exists 05:52:36 ad829774f402: Layer already exists 05:52:36 110cc3631f76: Layer already exists 05:52:36 387132563929: Layer already exists 05:52:36 d2ea45d9f295: Layer already exists 05:52:36 16004d63cd62: Layer already exists 05:52:36 d672bdaf86d7: Layer already exists 05:52:36 7c504f21be85: Layer already exists 05:52:37 latest: digest: sha256:16c4447a39f06253e32753d0005901dcf2ad585cca83d1470eef9c0f9f42e6e1 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:37 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:37 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.23 05:52:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 05:52:37 f971a7a0708b: Preparing 05:52:37 1e47957c5bc3: Preparing 05:52:37 a7a303d38e26: Preparing 05:52:37 de3eb4cb0e5f: Preparing 05:52:37 af3e64b05328: Preparing 05:52:37 ad829774f402: Preparing 05:52:37 387132563929: Preparing 05:52:37 110cc3631f76: Preparing 05:52:37 d2ea45d9f295: Preparing 05:52:37 16004d63cd62: Preparing 05:52:37 d672bdaf86d7: Preparing 05:52:37 7c504f21be85: Preparing 05:52:37 d2ea45d9f295: Waiting 05:52:37 16004d63cd62: Waiting 05:52:37 d672bdaf86d7: Waiting 05:52:37 7c504f21be85: Waiting 05:52:37 ad829774f402: Waiting 05:52:37 387132563929: Waiting 05:52:37 110cc3631f76: Waiting 05:52:37 af3e64b05328: Layer already exists 05:52:37 a7a303d38e26: Layer already exists 05:52:37 f971a7a0708b: Layer already exists 05:52:37 de3eb4cb0e5f: Layer already exists 05:52:37 1e47957c5bc3: Layer already exists 05:52:37 ad829774f402: Layer already exists 05:52:37 387132563929: Layer already exists 05:52:37 110cc3631f76: Layer already exists 05:52:37 16004d63cd62: Layer already exists 05:52:37 d2ea45d9f295: Layer already exists 05:52:37 d672bdaf86d7: Layer already exists 05:52:37 7c504f21be85: Layer already exists 05:52:38 3.2.0-dev.23: digest: sha256:16c4447a39f06253e32753d0005901dcf2ad585cca83d1470eef9c0f9f42e6e1 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:38 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:38 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:52:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 05:52:38 f971a7a0708b: Preparing 05:52:38 1e47957c5bc3: Preparing 05:52:38 a7a303d38e26: Preparing 05:52:38 de3eb4cb0e5f: Preparing 05:52:38 af3e64b05328: Preparing 05:52:38 ad829774f402: Preparing 05:52:38 387132563929: Preparing 05:52:38 110cc3631f76: Preparing 05:52:38 d2ea45d9f295: Preparing 05:52:38 16004d63cd62: Preparing 05:52:38 d672bdaf86d7: Preparing 05:52:38 7c504f21be85: Preparing 05:52:38 ad829774f402: Waiting 05:52:38 16004d63cd62: Waiting 05:52:38 387132563929: Waiting 05:52:38 110cc3631f76: Waiting 05:52:38 d2ea45d9f295: Waiting 05:52:38 d672bdaf86d7: Waiting 05:52:38 7c504f21be85: Waiting 05:52:38 de3eb4cb0e5f: Layer already exists 05:52:38 1e47957c5bc3: Layer already exists 05:52:38 f971a7a0708b: Layer already exists 05:52:38 a7a303d38e26: Layer already exists 05:52:38 af3e64b05328: Layer already exists 05:52:38 d2ea45d9f295: Layer already exists 05:52:38 ad829774f402: Layer already exists 05:52:38 16004d63cd62: Layer already exists 05:52:38 387132563929: Layer already exists 05:52:38 110cc3631f76: Layer already exists 05:52:38 d672bdaf86d7: Layer already exists 05:52:38 7c504f21be85: Layer already exists 05:52:39 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:16c4447a39f06253e32753d0005901dcf2ad585cca83d1470eef9c0f9f42e6e1 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:39 + 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 05:52:39 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 05:52:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 05:52:39 f971a7a0708b: Preparing 05:52:39 1e47957c5bc3: Preparing 05:52:39 a7a303d38e26: Preparing 05:52:39 de3eb4cb0e5f: Preparing 05:52:39 af3e64b05328: Preparing 05:52:39 ad829774f402: Preparing 05:52:39 387132563929: Preparing 05:52:39 110cc3631f76: Preparing 05:52:39 d2ea45d9f295: Preparing 05:52:39 16004d63cd62: Preparing 05:52:39 d672bdaf86d7: Preparing 05:52:39 7c504f21be85: Preparing 05:52:39 ad829774f402: Waiting 05:52:39 387132563929: Waiting 05:52:39 16004d63cd62: Waiting 05:52:39 110cc3631f76: Waiting 05:52:39 d672bdaf86d7: Waiting 05:52:39 d2ea45d9f295: Waiting 05:52:39 7c504f21be85: Waiting 05:52:39 a7a303d38e26: Layer already exists 05:52:39 af3e64b05328: Layer already exists 05:52:39 de3eb4cb0e5f: Layer already exists 05:52:39 f971a7a0708b: Layer already exists 05:52:39 1e47957c5bc3: Layer already exists 05:52:39 387132563929: Layer already exists 05:52:39 ad829774f402: Layer already exists 05:52:39 110cc3631f76: Layer already exists 05:52:39 d2ea45d9f295: Layer already exists 05:52:39 16004d63cd62: Layer already exists 05:52:39 d672bdaf86d7: Layer already exists 05:52:39 7c504f21be85: Layer already exists 05:52:40 main: digest: sha256:16c4447a39f06253e32753d0005901dcf2ad585cca83d1470eef9c0f9f42e6e1 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:52:40 ===================================================== [Pipeline] echo 05:52:40 taggedImages: 05:52:40 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:52:40 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 05:52:40 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.23 05:52:40 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:52:40 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 05:52:40 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 05:52:40 239ef15ab24daf2ea0f6ddd51cd241359830100f 05:52:40 latest 05:52:40 3.2.0-dev.23 05:52:40 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:52:40 main 05:52:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:40 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:40 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:52:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 05:52:40 df07a5ffc9aa: Preparing 05:52:40 25b58946f70c: Preparing 05:52:40 110cc3631f76: Preparing 05:52:40 d2ea45d9f295: Preparing 05:52:40 4f54ae4858d2: Preparing 05:52:40 9d2bbf11afce: Preparing 05:52:40 7c504f21be85: Preparing 05:52:40 9d2bbf11afce: Waiting 05:52:40 7c504f21be85: Waiting 05:52:40 110cc3631f76: Layer already exists 05:52:41 d2ea45d9f295: Layer already exists 05:52:41 7c504f21be85: Layer already exists 05:52:41 df07a5ffc9aa: Pushed 05:52:42 4f54ae4858d2: Pushed 05:52:42 9d2bbf11afce: Pushed 05:52:45 25b58946f70c: Pushed 05:52:45 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:862c7a6246130be3380413815e3f11c2f0328a587bc80f58896731334665b486 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:45 + 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 05:52:45 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 05:52:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 05:52:45 df07a5ffc9aa: Preparing 05:52:45 25b58946f70c: Preparing 05:52:45 110cc3631f76: Preparing 05:52:45 d2ea45d9f295: Preparing 05:52:45 4f54ae4858d2: Preparing 05:52:45 9d2bbf11afce: Preparing 05:52:45 7c504f21be85: Preparing 05:52:45 7c504f21be85: Waiting 05:52:45 9d2bbf11afce: Waiting 05:52:45 df07a5ffc9aa: Layer already exists 05:52:45 d2ea45d9f295: Layer already exists 05:52:45 4f54ae4858d2: Layer already exists 05:52:45 25b58946f70c: Layer already exists 05:52:45 110cc3631f76: Layer already exists 05:52:45 9d2bbf11afce: Layer already exists 05:52:45 7c504f21be85: Layer already exists 05:52:46 latest: digest: sha256:862c7a6246130be3380413815e3f11c2f0328a587bc80f58896731334665b486 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:46 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:46 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.23 05:52:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 05:52:46 df07a5ffc9aa: Preparing 05:52:46 25b58946f70c: Preparing 05:52:46 110cc3631f76: Preparing 05:52:46 d2ea45d9f295: Preparing 05:52:46 4f54ae4858d2: Preparing 05:52:46 9d2bbf11afce: Preparing 05:52:46 7c504f21be85: Preparing 05:52:46 9d2bbf11afce: Waiting 05:52:46 7c504f21be85: Waiting 05:52:46 110cc3631f76: Layer already exists 05:52:46 d2ea45d9f295: Layer already exists 05:52:46 25b58946f70c: Layer already exists 05:52:46 4f54ae4858d2: Layer already exists 05:52:46 df07a5ffc9aa: Layer already exists 05:52:46 9d2bbf11afce: Layer already exists 05:52:46 7c504f21be85: Layer already exists 05:52:46 3.2.0-dev.23: digest: sha256:862c7a6246130be3380413815e3f11c2f0328a587bc80f58896731334665b486 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:47 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:47 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:52:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 05:52:47 df07a5ffc9aa: Preparing 05:52:47 25b58946f70c: Preparing 05:52:47 110cc3631f76: Preparing 05:52:47 d2ea45d9f295: Preparing 05:52:47 4f54ae4858d2: Preparing 05:52:47 9d2bbf11afce: Preparing 05:52:47 7c504f21be85: Preparing 05:52:47 9d2bbf11afce: Waiting 05:52:47 7c504f21be85: Waiting 05:52:47 25b58946f70c: Layer already exists 05:52:47 df07a5ffc9aa: Layer already exists 05:52:47 110cc3631f76: Layer already exists 05:52:47 4f54ae4858d2: Layer already exists 05:52:47 d2ea45d9f295: Layer already exists 05:52:47 9d2bbf11afce: Layer already exists 05:52:47 7c504f21be85: Layer already exists 05:52:47 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:862c7a6246130be3380413815e3f11c2f0328a587bc80f58896731334665b486 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:48 + 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 05:52:48 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 05:52:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 05:52:48 df07a5ffc9aa: Preparing 05:52:48 25b58946f70c: Preparing 05:52:48 110cc3631f76: Preparing 05:52:48 d2ea45d9f295: Preparing 05:52:48 4f54ae4858d2: Preparing 05:52:48 9d2bbf11afce: Preparing 05:52:48 7c504f21be85: Preparing 05:52:48 9d2bbf11afce: Waiting 05:52:48 7c504f21be85: Waiting 05:52:48 d2ea45d9f295: Layer already exists 05:52:48 df07a5ffc9aa: Layer already exists 05:52:48 25b58946f70c: Layer already exists 05:52:48 110cc3631f76: Layer already exists 05:52:48 4f54ae4858d2: Layer already exists 05:52:48 9d2bbf11afce: Layer already exists 05:52:48 7c504f21be85: Layer already exists 05:52:49 main: digest: sha256:862c7a6246130be3380413815e3f11c2f0328a587bc80f58896731334665b486 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:52:49 ===================================================== [Pipeline] echo 05:52:49 taggedImages: 05:52:49 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:52:49 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 05:52:49 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.23 05:52:49 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:52:49 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 05:52:49 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 05:52:49 239ef15ab24daf2ea0f6ddd51cd241359830100f 05:52:49 latest 05:52:49 3.2.0-dev.23 05:52:49 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:52:49 main 05:52:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:49 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:49 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:52:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 05:52:49 291506d53dac: Preparing 05:52:49 8e52d169d450: Preparing 05:52:49 6da6c6caa054: Preparing 05:52:49 110cc3631f76: Preparing 05:52:49 d2ea45d9f295: Preparing 05:52:49 fba2635181ec: Preparing 05:52:49 16ebd4dd0fc7: Preparing 05:52:49 5b74c8cd712b: Preparing 05:52:49 3be9ee9f7c33: Preparing 05:52:49 7c504f21be85: Preparing 05:52:49 5b74c8cd712b: Waiting 05:52:49 3be9ee9f7c33: Waiting 05:52:49 7c504f21be85: Waiting 05:52:49 fba2635181ec: Waiting 05:52:49 16ebd4dd0fc7: Waiting 05:52:49 110cc3631f76: Layer already exists 05:52:49 d2ea45d9f295: Layer already exists 05:52:50 6da6c6caa054: Pushed 05:52:50 8e52d169d450: Pushed 05:52:50 291506d53dac: Pushed 05:52:50 7c504f21be85: Layer already exists 05:52:50 5b74c8cd712b: Pushed 05:52:52 3be9ee9f7c33: Pushed 05:53:04 16ebd4dd0fc7: Pushed 05:53:07 fba2635181ec: Pushed 05:53:07 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:9c124e00f49565271d7e5c785c10a27f576b1ed362e2c8eec644b78e47f56dd3 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:53:08 + 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 05:53:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 05:53:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 05:53:08 291506d53dac: Preparing 05:53:08 8e52d169d450: Preparing 05:53:08 6da6c6caa054: Preparing 05:53:08 110cc3631f76: Preparing 05:53:08 d2ea45d9f295: Preparing 05:53:08 fba2635181ec: Preparing 05:53:08 16ebd4dd0fc7: Preparing 05:53:08 5b74c8cd712b: Preparing 05:53:08 3be9ee9f7c33: Preparing 05:53:08 7c504f21be85: Preparing 05:53:08 fba2635181ec: Waiting 05:53:08 16ebd4dd0fc7: Waiting 05:53:08 5b74c8cd712b: Waiting 05:53:08 3be9ee9f7c33: Waiting 05:53:08 7c504f21be85: Waiting 05:53:08 d2ea45d9f295: Layer already exists 05:53:08 291506d53dac: Layer already exists 05:53:08 110cc3631f76: Layer already exists 05:53:08 6da6c6caa054: Layer already exists 05:53:08 8e52d169d450: Layer already exists 05:53:08 16ebd4dd0fc7: Layer already exists 05:53:08 3be9ee9f7c33: Layer already exists 05:53:08 5b74c8cd712b: Layer already exists 05:53:08 fba2635181ec: Layer already exists 05:53:08 7c504f21be85: Layer already exists 05:53:08 latest: digest: sha256:9c124e00f49565271d7e5c785c10a27f576b1ed362e2c8eec644b78e47f56dd3 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:53:09 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:53:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.23 05:53:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 05:53:09 291506d53dac: Preparing 05:53:09 8e52d169d450: Preparing 05:53:09 6da6c6caa054: Preparing 05:53:09 110cc3631f76: Preparing 05:53:09 d2ea45d9f295: Preparing 05:53:09 fba2635181ec: Preparing 05:53:09 16ebd4dd0fc7: Preparing 05:53:09 5b74c8cd712b: Preparing 05:53:09 3be9ee9f7c33: Preparing 05:53:09 7c504f21be85: Preparing 05:53:09 fba2635181ec: Waiting 05:53:09 16ebd4dd0fc7: Waiting 05:53:09 5b74c8cd712b: Waiting 05:53:09 3be9ee9f7c33: Waiting 05:53:09 7c504f21be85: Waiting 05:53:09 110cc3631f76: Layer already exists 05:53:09 8e52d169d450: Layer already exists 05:53:09 d2ea45d9f295: Layer already exists 05:53:09 6da6c6caa054: Layer already exists 05:53:09 291506d53dac: Layer already exists 05:53:09 fba2635181ec: Layer already exists 05:53:09 16ebd4dd0fc7: Layer already exists 05:53:09 3be9ee9f7c33: Layer already exists 05:53:09 5b74c8cd712b: Layer already exists 05:53:09 7c504f21be85: Layer already exists 05:53:09 3.2.0-dev.23: digest: sha256:9c124e00f49565271d7e5c785c10a27f576b1ed362e2c8eec644b78e47f56dd3 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:53:10 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:53:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:53:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 05:53:10 291506d53dac: Preparing 05:53:10 8e52d169d450: Preparing 05:53:10 6da6c6caa054: Preparing 05:53:10 110cc3631f76: Preparing 05:53:10 d2ea45d9f295: Preparing 05:53:10 fba2635181ec: Preparing 05:53:10 16ebd4dd0fc7: Preparing 05:53:10 5b74c8cd712b: Preparing 05:53:10 3be9ee9f7c33: Preparing 05:53:10 7c504f21be85: Preparing 05:53:10 16ebd4dd0fc7: Waiting 05:53:10 5b74c8cd712b: Waiting 05:53:10 3be9ee9f7c33: Waiting 05:53:10 7c504f21be85: Waiting 05:53:10 fba2635181ec: Waiting 05:53:10 8e52d169d450: Layer already exists 05:53:10 291506d53dac: Layer already exists 05:53:10 110cc3631f76: Layer already exists 05:53:10 6da6c6caa054: Layer already exists 05:53:10 d2ea45d9f295: Layer already exists 05:53:10 16ebd4dd0fc7: Layer already exists 05:53:10 3be9ee9f7c33: Layer already exists 05:53:10 7c504f21be85: Layer already exists 05:53:10 fba2635181ec: Layer already exists 05:53:10 5b74c8cd712b: Layer already exists 05:53:10 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:9c124e00f49565271d7e5c785c10a27f576b1ed362e2c8eec644b78e47f56dd3 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:53:11 + 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 05:53:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 05:53:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 05:53:11 291506d53dac: Preparing 05:53:11 8e52d169d450: Preparing 05:53:11 6da6c6caa054: Preparing 05:53:11 110cc3631f76: Preparing 05:53:11 d2ea45d9f295: Preparing 05:53:11 fba2635181ec: Preparing 05:53:11 16ebd4dd0fc7: Preparing 05:53:11 5b74c8cd712b: Preparing 05:53:11 3be9ee9f7c33: Preparing 05:53:11 7c504f21be85: Preparing 05:53:11 5b74c8cd712b: Waiting 05:53:11 3be9ee9f7c33: Waiting 05:53:11 7c504f21be85: Waiting 05:53:11 fba2635181ec: Waiting 05:53:11 16ebd4dd0fc7: Waiting 05:53:11 6da6c6caa054: Layer already exists 05:53:11 8e52d169d450: Layer already exists 05:53:11 291506d53dac: Layer already exists 05:53:11 110cc3631f76: Layer already exists 05:53:11 d2ea45d9f295: Layer already exists 05:53:11 16ebd4dd0fc7: Layer already exists 05:53:11 fba2635181ec: Layer already exists 05:53:11 3be9ee9f7c33: Layer already exists 05:53:11 5b74c8cd712b: Layer already exists 05:53:11 7c504f21be85: Layer already exists 05:53:11 main: digest: sha256:9c124e00f49565271d7e5c785c10a27f576b1ed362e2c8eec644b78e47f56dd3 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:53:11 ===================================================== [Pipeline] echo 05:53:11 taggedImages: 05:53:11 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:53:11 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 05:53:11 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.23 05:53:11 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:53:11 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 05:53:11 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 05:53:11 239ef15ab24daf2ea0f6ddd51cd241359830100f 05:53:11 latest 05:53:11 3.2.0-dev.23 05:53:11 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:53:11 main 05:53:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:53:12 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:53:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:53:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 05:53:12 bd958387743a: Preparing 05:53:12 91ba4af68e26: Preparing 05:53:12 6c873fcac3d2: Preparing 05:53:12 110cc3631f76: Preparing 05:53:12 d2ea45d9f295: Preparing 05:53:12 83eafa06a62d: Preparing 05:53:12 c3b67312bf4a: Preparing 05:53:12 765e0b24d838: Preparing 05:53:12 7c504f21be85: Preparing 05:53:12 83eafa06a62d: Waiting 05:53:12 c3b67312bf4a: Waiting 05:53:12 765e0b24d838: Waiting 05:53:12 7c504f21be85: Waiting 05:53:12 d2ea45d9f295: Layer already exists 05:53:12 110cc3631f76: Layer already exists 05:53:12 6c873fcac3d2: Pushed 05:53:12 bd958387743a: Pushed 05:53:12 91ba4af68e26: Pushed 05:53:12 7c504f21be85: Layer already exists 05:53:13 765e0b24d838: Pushed 05:53:14 c3b67312bf4a: Pushed 05:53:32 83eafa06a62d: Pushed 05:53:32 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:c1a6229557385bcff96c5ec1ce3fb0934c346596e4e1201018e641ff8a427918 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:53:32 + 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 05:53:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 05:53:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 05:53:33 bd958387743a: Preparing 05:53:33 91ba4af68e26: Preparing 05:53:33 6c873fcac3d2: Preparing 05:53:33 110cc3631f76: Preparing 05:53:33 d2ea45d9f295: Preparing 05:53:33 83eafa06a62d: Preparing 05:53:33 c3b67312bf4a: Preparing 05:53:33 765e0b24d838: Preparing 05:53:33 7c504f21be85: Preparing 05:53:33 83eafa06a62d: Waiting 05:53:33 c3b67312bf4a: Waiting 05:53:33 765e0b24d838: Waiting 05:53:33 7c504f21be85: Waiting 05:53:33 d2ea45d9f295: Layer already exists 05:53:33 bd958387743a: Layer already exists 05:53:33 6c873fcac3d2: Layer already exists 05:53:33 91ba4af68e26: Layer already exists 05:53:33 110cc3631f76: Layer already exists 05:53:33 c3b67312bf4a: Layer already exists 05:53:33 83eafa06a62d: Layer already exists 05:53:33 765e0b24d838: Layer already exists 05:53:33 7c504f21be85: Layer already exists 05:53:33 latest: digest: sha256:c1a6229557385bcff96c5ec1ce3fb0934c346596e4e1201018e641ff8a427918 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:53:33 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:53:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.23 05:53:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 05:53:34 bd958387743a: Preparing 05:53:34 91ba4af68e26: Preparing 05:53:34 6c873fcac3d2: Preparing 05:53:34 110cc3631f76: Preparing 05:53:34 d2ea45d9f295: Preparing 05:53:34 83eafa06a62d: Preparing 05:53:34 c3b67312bf4a: Preparing 05:53:34 765e0b24d838: Preparing 05:53:34 7c504f21be85: Preparing 05:53:34 83eafa06a62d: Waiting 05:53:34 765e0b24d838: Waiting 05:53:34 7c504f21be85: Waiting 05:53:34 c3b67312bf4a: Waiting 05:53:34 6c873fcac3d2: Layer already exists 05:53:34 bd958387743a: Layer already exists 05:53:34 91ba4af68e26: Layer already exists 05:53:34 110cc3631f76: Layer already exists 05:53:34 d2ea45d9f295: Layer already exists 05:53:34 765e0b24d838: Layer already exists 05:53:34 c3b67312bf4a: Layer already exists 05:53:34 7c504f21be85: Layer already exists 05:53:34 83eafa06a62d: Layer already exists 05:53:34 3.2.0-dev.23: digest: sha256:c1a6229557385bcff96c5ec1ce3fb0934c346596e4e1201018e641ff8a427918 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:53:34 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:53:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:53:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 05:53:35 bd958387743a: Preparing 05:53:35 91ba4af68e26: Preparing 05:53:35 6c873fcac3d2: Preparing 05:53:35 110cc3631f76: Preparing 05:53:35 d2ea45d9f295: Preparing 05:53:35 83eafa06a62d: Preparing 05:53:35 c3b67312bf4a: Preparing 05:53:35 765e0b24d838: Preparing 05:53:35 7c504f21be85: Preparing 05:53:35 c3b67312bf4a: Waiting 05:53:35 765e0b24d838: Waiting 05:53:35 7c504f21be85: Waiting 05:53:35 83eafa06a62d: Waiting 05:53:35 bd958387743a: Layer already exists 05:53:35 91ba4af68e26: Layer already exists 05:53:35 d2ea45d9f295: Layer already exists 05:53:35 110cc3631f76: Layer already exists 05:53:35 6c873fcac3d2: Layer already exists 05:53:35 83eafa06a62d: Layer already exists 05:53:35 7c504f21be85: Layer already exists 05:53:35 c3b67312bf4a: Layer already exists 05:53:35 765e0b24d838: Layer already exists 05:53:35 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:c1a6229557385bcff96c5ec1ce3fb0934c346596e4e1201018e641ff8a427918 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:53:35 + 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 05:53:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 05:53:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 05:53:36 bd958387743a: Preparing 05:53:36 91ba4af68e26: Preparing 05:53:36 6c873fcac3d2: Preparing 05:53:36 110cc3631f76: Preparing 05:53:36 d2ea45d9f295: Preparing 05:53:36 83eafa06a62d: Preparing 05:53:36 c3b67312bf4a: Preparing 05:53:36 765e0b24d838: Preparing 05:53:36 7c504f21be85: Preparing 05:53:36 83eafa06a62d: Waiting 05:53:36 c3b67312bf4a: Waiting 05:53:36 765e0b24d838: Waiting 05:53:36 7c504f21be85: Waiting 05:53:36 d2ea45d9f295: Layer already exists 05:53:36 6c873fcac3d2: Layer already exists 05:53:36 bd958387743a: Layer already exists 05:53:36 91ba4af68e26: Layer already exists 05:53:36 110cc3631f76: Layer already exists 05:53:36 83eafa06a62d: Layer already exists 05:53:36 c3b67312bf4a: Layer already exists 05:53:36 7c504f21be85: Layer already exists 05:53:36 765e0b24d838: Layer already exists 05:53:36 main: digest: sha256:c1a6229557385bcff96c5ec1ce3fb0934c346596e4e1201018e641ff8a427918 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:53:36 ===================================================== [Pipeline] echo 05:53:36 taggedImages: 05:53:36 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:53:36 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 05:53:36 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.23 05:53:36 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:53:36 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 05:53:36 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 05:53:36 239ef15ab24daf2ea0f6ddd51cd241359830100f 05:53:36 latest 05:53:36 3.2.0-dev.23 05:53:36 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:53:36 main 05:53:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:53:36 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:53:37 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:53:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 05:53:37 f5b39837442f: Preparing 05:53:37 fcec9b9e0b28: Preparing 05:53:37 b16987794b0a: Preparing 05:53:37 110cc3631f76: Preparing 05:53:37 d2ea45d9f295: Preparing 05:53:37 83eafa06a62d: Preparing 05:53:37 5b74c8cd712b: Preparing 05:53:37 3be9ee9f7c33: Preparing 05:53:37 7c504f21be85: Preparing 05:53:37 5b74c8cd712b: Waiting 05:53:37 3be9ee9f7c33: Waiting 05:53:37 83eafa06a62d: Waiting 05:53:37 7c504f21be85: Waiting 05:53:37 d2ea45d9f295: Layer already exists 05:53:37 110cc3631f76: Layer already exists 05:53:37 83eafa06a62d: Layer already exists 05:53:37 5b74c8cd712b: Layer already exists 05:53:37 fcec9b9e0b28: Pushed 05:53:37 b16987794b0a: Pushed 05:53:37 3be9ee9f7c33: Layer already exists 05:53:37 7c504f21be85: Layer already exists 05:53:37 f5b39837442f: Pushed 05:53:37 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:3a73ad16a53ff10112a1124f628efdd2465197765bb2fa52d7334f5886c66f65 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:53:38 + 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 05:53:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 05:53:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 05:53:38 f5b39837442f: Preparing 05:53:38 fcec9b9e0b28: Preparing 05:53:38 b16987794b0a: Preparing 05:53:38 110cc3631f76: Preparing 05:53:38 d2ea45d9f295: Preparing 05:53:38 83eafa06a62d: Preparing 05:53:38 5b74c8cd712b: Preparing 05:53:38 3be9ee9f7c33: Preparing 05:53:38 7c504f21be85: Preparing 05:53:38 83eafa06a62d: Waiting 05:53:38 5b74c8cd712b: Waiting 05:53:38 3be9ee9f7c33: Waiting 05:53:38 7c504f21be85: Waiting 05:53:38 b16987794b0a: Layer already exists 05:53:38 fcec9b9e0b28: Layer already exists 05:53:38 f5b39837442f: Layer already exists 05:53:38 d2ea45d9f295: Layer already exists 05:53:38 110cc3631f76: Layer already exists 05:53:38 83eafa06a62d: Layer already exists 05:53:38 3be9ee9f7c33: Layer already exists 05:53:38 5b74c8cd712b: Layer already exists 05:53:38 7c504f21be85: Layer already exists 05:53:38 latest: digest: sha256:3a73ad16a53ff10112a1124f628efdd2465197765bb2fa52d7334f5886c66f65 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:53:39 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:53:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.23 05:53:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 05:53:39 f5b39837442f: Preparing 05:53:39 fcec9b9e0b28: Preparing 05:53:39 b16987794b0a: Preparing 05:53:39 110cc3631f76: Preparing 05:53:39 d2ea45d9f295: Preparing 05:53:39 83eafa06a62d: Preparing 05:53:39 5b74c8cd712b: Preparing 05:53:39 3be9ee9f7c33: Preparing 05:53:39 7c504f21be85: Preparing 05:53:39 5b74c8cd712b: Waiting 05:53:39 3be9ee9f7c33: Waiting 05:53:39 7c504f21be85: Waiting 05:53:39 83eafa06a62d: Waiting 05:53:39 d2ea45d9f295: Layer already exists 05:53:39 fcec9b9e0b28: Layer already exists 05:53:39 110cc3631f76: Layer already exists 05:53:39 b16987794b0a: Layer already exists 05:53:39 f5b39837442f: Layer already exists 05:53:39 5b74c8cd712b: Layer already exists 05:53:39 83eafa06a62d: Layer already exists 05:53:39 3be9ee9f7c33: Layer already exists 05:53:39 7c504f21be85: Layer already exists 05:53:39 3.2.0-dev.23: digest: sha256:3a73ad16a53ff10112a1124f628efdd2465197765bb2fa52d7334f5886c66f65 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:53:39 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:53:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:53:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 05:53:40 f5b39837442f: Preparing 05:53:40 fcec9b9e0b28: Preparing 05:53:40 b16987794b0a: Preparing 05:53:40 110cc3631f76: Preparing 05:53:40 d2ea45d9f295: Preparing 05:53:40 83eafa06a62d: Preparing 05:53:40 5b74c8cd712b: Preparing 05:53:40 3be9ee9f7c33: Preparing 05:53:40 7c504f21be85: Preparing 05:53:40 83eafa06a62d: Waiting 05:53:40 5b74c8cd712b: Waiting 05:53:40 3be9ee9f7c33: Waiting 05:53:40 7c504f21be85: Waiting 05:53:40 b16987794b0a: Layer already exists 05:53:40 fcec9b9e0b28: Layer already exists 05:53:40 f5b39837442f: Layer already exists 05:53:40 d2ea45d9f295: Layer already exists 05:53:40 110cc3631f76: Layer already exists 05:53:40 3be9ee9f7c33: Layer already exists 05:53:40 5b74c8cd712b: Layer already exists 05:53:40 83eafa06a62d: Layer already exists 05:53:40 7c504f21be85: Layer already exists 05:53:40 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:3a73ad16a53ff10112a1124f628efdd2465197765bb2fa52d7334f5886c66f65 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:53:40 + 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 05:53:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 05:53:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 05:53:41 f5b39837442f: Preparing 05:53:41 fcec9b9e0b28: Preparing 05:53:41 b16987794b0a: Preparing 05:53:41 110cc3631f76: Preparing 05:53:41 d2ea45d9f295: Preparing 05:53:41 83eafa06a62d: Preparing 05:53:41 5b74c8cd712b: Preparing 05:53:41 3be9ee9f7c33: Preparing 05:53:41 7c504f21be85: Preparing 05:53:41 83eafa06a62d: Waiting 05:53:41 5b74c8cd712b: Waiting 05:53:41 3be9ee9f7c33: Waiting 05:53:41 7c504f21be85: Waiting 05:53:41 fcec9b9e0b28: Layer already exists 05:53:41 f5b39837442f: Layer already exists 05:53:41 d2ea45d9f295: Layer already exists 05:53:41 110cc3631f76: Layer already exists 05:53:41 b16987794b0a: Layer already exists 05:53:41 83eafa06a62d: Layer already exists 05:53:41 5b74c8cd712b: Layer already exists 05:53:41 3be9ee9f7c33: Layer already exists 05:53:41 7c504f21be85: Layer already exists 05:53:41 main: digest: sha256:3a73ad16a53ff10112a1124f628efdd2465197765bb2fa52d7334f5886c66f65 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:53:41 ===================================================== [Pipeline] echo 05:53:41 taggedImages: 05:53:41 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:53:41 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 05:53:41 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.23 05:53:41 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:53:41 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 05:53:41 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 05:53:41 239ef15ab24daf2ea0f6ddd51cd241359830100f 05:53:41 latest 05:53:41 3.2.0-dev.23 05:53:41 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:53:41 main 05:53:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:53:42 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:53:42 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:53:42 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 05:53:42 5b4be0a67750: Preparing 05:53:42 4ccc981e4a30: Preparing 05:53:42 110cc3631f76: Preparing 05:53:42 d2ea45d9f295: Preparing 05:53:42 202df0e0a916: Preparing 05:53:42 ea23795b55c4: Preparing 05:53:42 7c504f21be85: Preparing 05:53:42 ea23795b55c4: Waiting 05:53:42 7c504f21be85: Waiting 05:53:42 d2ea45d9f295: Layer already exists 05:53:42 110cc3631f76: Layer already exists 05:53:42 7c504f21be85: Layer already exists 05:53:42 5b4be0a67750: Pushed 05:53:42 ea23795b55c4: Pushed 05:53:44 202df0e0a916: Pushed 05:53:49 4ccc981e4a30: Pushed 05:53:49 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:38391a61de550e689d35bb1d6f63920b243197649a997f27fe34bdffd7ff4f8f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:53:49 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:53:50 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 05:53:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 05:53:50 5b4be0a67750: Preparing 05:53:50 4ccc981e4a30: Preparing 05:53:50 110cc3631f76: Preparing 05:53:50 d2ea45d9f295: Preparing 05:53:50 202df0e0a916: Preparing 05:53:50 ea23795b55c4: Preparing 05:53:50 7c504f21be85: Preparing 05:53:50 ea23795b55c4: Waiting 05:53:50 d2ea45d9f295: Layer already exists 05:53:50 4ccc981e4a30: Layer already exists 05:53:50 202df0e0a916: Layer already exists 05:53:50 110cc3631f76: Layer already exists 05:53:50 5b4be0a67750: Layer already exists 05:53:50 ea23795b55c4: Layer already exists 05:53:50 7c504f21be85: Layer already exists 05:53:50 latest: digest: sha256:38391a61de550e689d35bb1d6f63920b243197649a997f27fe34bdffd7ff4f8f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:53:50 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:53:51 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.23 05:53:51 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 05:53:51 5b4be0a67750: Preparing 05:53:51 4ccc981e4a30: Preparing 05:53:51 110cc3631f76: Preparing 05:53:51 d2ea45d9f295: Preparing 05:53:51 202df0e0a916: Preparing 05:53:51 ea23795b55c4: Preparing 05:53:51 7c504f21be85: Preparing 05:53:51 ea23795b55c4: Waiting 05:53:51 7c504f21be85: Waiting 05:53:51 d2ea45d9f295: Layer already exists 05:53:51 5b4be0a67750: Layer already exists 05:53:51 4ccc981e4a30: Layer already exists 05:53:51 202df0e0a916: Layer already exists 05:53:51 110cc3631f76: Layer already exists 05:53:51 ea23795b55c4: Layer already exists 05:53:51 7c504f21be85: Layer already exists 05:53:51 3.2.0-dev.23: digest: sha256:38391a61de550e689d35bb1d6f63920b243197649a997f27fe34bdffd7ff4f8f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:53:51 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:53:52 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:53:52 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 05:53:52 5b4be0a67750: Preparing 05:53:52 4ccc981e4a30: Preparing 05:53:52 110cc3631f76: Preparing 05:53:52 d2ea45d9f295: Preparing 05:53:52 202df0e0a916: Preparing 05:53:52 ea23795b55c4: Preparing 05:53:52 7c504f21be85: Preparing 05:53:52 ea23795b55c4: Waiting 05:53:52 7c504f21be85: Waiting 05:53:52 110cc3631f76: Layer already exists 05:53:52 d2ea45d9f295: Layer already exists 05:53:52 202df0e0a916: Layer already exists 05:53:52 4ccc981e4a30: Layer already exists 05:53:52 5b4be0a67750: Layer already exists 05:53:52 ea23795b55c4: Layer already exists 05:53:52 7c504f21be85: Layer already exists 05:53:52 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:38391a61de550e689d35bb1d6f63920b243197649a997f27fe34bdffd7ff4f8f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:53:52 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:53:53 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 05:53:53 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 05:53:53 5b4be0a67750: Preparing 05:53:53 4ccc981e4a30: Preparing 05:53:53 110cc3631f76: Preparing 05:53:53 d2ea45d9f295: Preparing 05:53:53 202df0e0a916: Preparing 05:53:53 ea23795b55c4: Preparing 05:53:53 7c504f21be85: Preparing 05:53:53 ea23795b55c4: Waiting 05:53:53 7c504f21be85: Waiting 05:53:53 5b4be0a67750: Layer already exists 05:53:53 d2ea45d9f295: Layer already exists 05:53:53 202df0e0a916: Layer already exists 05:53:53 4ccc981e4a30: Layer already exists 05:53:53 110cc3631f76: Layer already exists 05:53:53 ea23795b55c4: Layer already exists 05:53:53 7c504f21be85: Layer already exists 05:53:53 main: digest: sha256:38391a61de550e689d35bb1d6f63920b243197649a997f27fe34bdffd7ff4f8f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:53:53 ===================================================== [Pipeline] echo 05:53:53 taggedImages: 05:53:53 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:53:53 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 05:53:53 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.23 05:53:53 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:53:53 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 05:53:53 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 05:53:53 239ef15ab24daf2ea0f6ddd51cd241359830100f 05:53:53 latest 05:53:53 3.2.0-dev.23 05:53:53 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:53:53 main 05:53:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:53:53 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:53:54 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:53:54 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 05:53:54 4dbb192d8905: Preparing 05:53:54 c7cba836d115: Preparing 05:53:54 110cc3631f76: Preparing 05:53:54 d2ea45d9f295: Preparing 05:53:54 fe24993947c7: Preparing 05:53:54 265c32dd9039: Preparing 05:53:54 7c504f21be85: Preparing 05:53:54 265c32dd9039: Waiting 05:53:54 7c504f21be85: Waiting 05:53:54 fe24993947c7: Layer already exists 05:53:54 110cc3631f76: Layer already exists 05:53:54 d2ea45d9f295: Layer already exists 05:53:54 265c32dd9039: Layer already exists 05:53:54 7c504f21be85: Layer already exists 05:53:54 4dbb192d8905: Pushed 05:54:01 c7cba836d115: Pushed 05:54:01 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:85ece5b718c2daea093df788ff17f7e2a205586d3c91f449b8eea58d0d52cdd9 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:54:01 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:54:01 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 05:54:01 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 05:54:01 4dbb192d8905: Preparing 05:54:01 c7cba836d115: Preparing 05:54:01 110cc3631f76: Preparing 05:54:01 d2ea45d9f295: Preparing 05:54:01 fe24993947c7: Preparing 05:54:01 265c32dd9039: Preparing 05:54:01 7c504f21be85: Preparing 05:54:01 265c32dd9039: Waiting 05:54:01 7c504f21be85: Waiting 05:54:01 d2ea45d9f295: Layer already exists 05:54:01 fe24993947c7: Layer already exists 05:54:01 c7cba836d115: Layer already exists 05:54:01 110cc3631f76: Layer already exists 05:54:01 4dbb192d8905: Layer already exists 05:54:01 265c32dd9039: Layer already exists 05:54:01 7c504f21be85: Layer already exists 05:54:02 latest: digest: sha256:85ece5b718c2daea093df788ff17f7e2a205586d3c91f449b8eea58d0d52cdd9 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:54:02 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:54:02 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.23 05:54:02 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 05:54:02 4dbb192d8905: Preparing 05:54:02 c7cba836d115: Preparing 05:54:02 110cc3631f76: Preparing 05:54:02 d2ea45d9f295: Preparing 05:54:02 fe24993947c7: Preparing 05:54:02 265c32dd9039: Preparing 05:54:02 7c504f21be85: Preparing 05:54:02 265c32dd9039: Waiting 05:54:02 7c504f21be85: Waiting 05:54:02 4dbb192d8905: Layer already exists 05:54:02 d2ea45d9f295: Layer already exists 05:54:02 fe24993947c7: Layer already exists 05:54:02 110cc3631f76: Layer already exists 05:54:02 c7cba836d115: Layer already exists 05:54:02 265c32dd9039: Layer already exists 05:54:02 7c504f21be85: Layer already exists 05:54:03 3.2.0-dev.23: digest: sha256:85ece5b718c2daea093df788ff17f7e2a205586d3c91f449b8eea58d0d52cdd9 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:54:03 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:54:03 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:54:03 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 05:54:03 4dbb192d8905: Preparing 05:54:03 c7cba836d115: Preparing 05:54:03 110cc3631f76: Preparing 05:54:03 d2ea45d9f295: Preparing 05:54:03 fe24993947c7: Preparing 05:54:03 265c32dd9039: Preparing 05:54:03 7c504f21be85: Preparing 05:54:03 265c32dd9039: Waiting 05:54:03 7c504f21be85: Waiting 05:54:03 c7cba836d115: Layer already exists 05:54:03 110cc3631f76: Layer already exists 05:54:03 4dbb192d8905: Layer already exists 05:54:03 fe24993947c7: Layer already exists 05:54:03 d2ea45d9f295: Layer already exists 05:54:03 265c32dd9039: Layer already exists 05:54:03 7c504f21be85: Layer already exists 05:54:03 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:85ece5b718c2daea093df788ff17f7e2a205586d3c91f449b8eea58d0d52cdd9 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:54:04 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:54:04 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 05:54:04 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 05:54:04 4dbb192d8905: Preparing 05:54:04 c7cba836d115: Preparing 05:54:04 110cc3631f76: Preparing 05:54:04 d2ea45d9f295: Preparing 05:54:04 fe24993947c7: Preparing 05:54:04 265c32dd9039: Preparing 05:54:04 7c504f21be85: Preparing 05:54:04 265c32dd9039: Waiting 05:54:04 7c504f21be85: Waiting 05:54:04 c7cba836d115: Layer already exists 05:54:04 4dbb192d8905: Layer already exists 05:54:04 fe24993947c7: Layer already exists 05:54:04 110cc3631f76: Layer already exists 05:54:04 d2ea45d9f295: Layer already exists 05:54:04 265c32dd9039: Layer already exists 05:54:04 7c504f21be85: Layer already exists 05:54:04 main: digest: sha256:85ece5b718c2daea093df788ff17f7e2a205586d3c91f449b8eea58d0d52cdd9 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:54:04 ===================================================== [Pipeline] echo 05:54:04 taggedImages: 05:54:04 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f 05:54:04 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 05:54:04 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.23 05:54:04 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 05:54:04 - 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 05:54:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:54:05 05:54:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:54:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:54:05 arm64: Pulling from edgex-lftools-log-publisher 05:54:05 8998bd30e6a1: Pulling fs layer 05:54:05 04944245beec: Pulling fs layer 05:54:05 699f458cf7ca: Pulling fs layer 05:54:05 765212b225bb: Pulling fs layer 05:54:05 f23df028b6ca: Pulling fs layer 05:54:05 d65c8cfc05b1: Pulling fs layer 05:54:05 2437ff75d9bd: Pulling fs layer 05:54:05 f23df028b6ca: Waiting 05:54:05 d65c8cfc05b1: Waiting 05:54:05 2437ff75d9bd: Waiting 05:54:05 765212b225bb: Waiting 05:54:05 04944245beec: Verifying Checksum 05:54:05 04944245beec: Download complete 05:54:05 765212b225bb: Verifying Checksum 05:54:05 765212b225bb: Download complete 05:54:05 f23df028b6ca: Verifying Checksum 05:54:05 f23df028b6ca: Download complete 05:54:05 d65c8cfc05b1: Verifying Checksum 05:54:05 d65c8cfc05b1: Download complete 05:54:05 699f458cf7ca: Verifying Checksum 05:54:05 699f458cf7ca: Download complete 05:54:06 8998bd30e6a1: Verifying Checksum 05:54:06 8998bd30e6a1: Download complete 05:54:09 2437ff75d9bd: Verifying Checksum 05:54:09 2437ff75d9bd: Download complete 05:54:10 8998bd30e6a1: Pull complete 05:54:11 04944245beec: Pull complete 05:54:13 699f458cf7ca: Pull complete 05:54:13 765212b225bb: Pull complete 05:54:14 f23df028b6ca: Pull complete 05:54:14 d65c8cfc05b1: Pull complete 05:54:32 2437ff75d9bd: Pull complete 05:54:32 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 05:54:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:54:32 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:54:32 prd-ubuntu20.04-docker-arm64-4c-16g-919 does not seem to be running inside a container 05:54:32 $ 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/641 -v /w/workspace/edgex-go/641:/w/workspace/edgex-go/641:rw,z -v /w/workspace/edgex-go/641@tmp:/w/workspace/edgex-go/641@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 05:54:34 $ docker top 26067d441072ab15fd2b0b2f1c84febaf6e98fb84c1436c9ebeb3c6ee2f52d52 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:54:35 ---> job-cost.sh 05:54:35 lf-activate-venv: SKIPPING 05:54:35 INFO: No Stack... 05:54:36 INFO: Retrieving Pricing Info for: v3-standard-4 05:54:36 INFO: Archiving Costs [Pipeline] sh 05:54:37 + cat /w/workspace/edgex-go/641/archives/cost.csv 05:54:37 + cut -d, -f6 [Pipeline] lock 05:54:37 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-641-stack-cost] 05:54:37 Resource [jenkins-edgexfoundry-edgex-go-main-641-stack-cost] did not exist. Created. 05:54:37 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-641-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:54:37 + echo total: 0.10999999940395355 [Pipeline] stash 05:54:38 Stashed 1 file(s) [Pipeline] } 05:54:38 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-641-stack-cost] [Pipeline] // lock [Pipeline] } 05:54:38 $ docker stop --time=1 26067d441072ab15fd2b0b2f1c84febaf6e98fb84c1436c9ebeb3c6ee2f52d52 05:54:40 $ docker rm -f --volumes 26067d441072ab15fd2b0b2f1c84febaf6e98fb84c1436c9ebeb3c6ee2f52d52 [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 05:54:40 provisioning config files... 05:54:40 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/641@tmp/config6390617898913351449tmp [Pipeline] { [Pipeline] sh 05:54:41 + set +x 05:54:41 + curl -s https://codecov.io/bash 05:54:41 + bash -s -- 05:54:41 05:54:41 _____ _ 05:54:41 / ____| | | 05:54:41 | | ___ __| | ___ ___ _____ __ 05:54:41 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:54:41 | |___| (_) | (_| | __/ (_| (_) \ V / 05:54:41 \_____\___/ \__,_|\___|\___\___/ \_/ 05:54:41 Bash-1.0.6 05:54:41 05:54:41 05:54:41 ==> git version 2.25.1 found 05:54: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 05:54:41 Release-Date: 2020-01-08 05:54: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 05:54:41 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 05:54:41 ==> Jenkins CI detected. 05:54:41 current dir:  /w/workspace/edgex-go/641 05:54:41 project root: . 05:54:41 --> token set from env 05:54:41 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:54:41 ==> Running gcov in . (disable via -X gcov) 05:54:41 ==> Python coveragepy not found 05:54:41 ==> Searching for coverage reports in: 05:54:41 + . 05:54:41 -> Found 1 reports 05:54:41 ==> Detecting git/mercurial file structure 05:54:41 ==> Reading reports 05:54:41 + ./coverage.out bytes=455714 05:54:41 ==> Appending adjustments 05:54:41 https://docs.codecov.io/docs/fixing-reports 05:54:42 + Found adjustments 05:54:42 ==> Gzipping contents 05:54:42 60K /tmp/codecov.Yr6aQY.gz 05:54:42 ==> Uploading reports 05:54:42 url: https://codecov.io 05:54:42 query: branch=main&commit=239ef15ab24daf2ea0f6ddd51cd241359830100f&build=641&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F641%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 05:54:42 -> Pinging Codecov 05:54:42 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=239ef15ab24daf2ea0f6ddd51cd241359830100f&build=641&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F641%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 05:54:42 -> Uploading to 05:54:42 https://storage.googleapis.com/codecov/v4/raw/2024-05-28/00271124DB129430A58F1EEE437C3FCB/239ef15ab24daf2ea0f6ddd51cd241359830100f/f36525e0-5f72-4003-a2c1-dd89045d60d1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240528%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240528T055442Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2fc7720328c7b4a8b0c08afa96e90459718bbdc540d8aaa44cf08737f2c388cf 05:54:42 % Total % Received % Xferd Average Speed Time Time Time Current 05:54:42 Dload Upload Total Spent Left Speed 05:54:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58037 0 0 100 58037 0 179k --:--:-- --:--:-- --:--:-- 179k 05:54:42 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } 05:54:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 05:54:42 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 05:54:43 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:54:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 05:54:43 05:54:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:54:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 05:54:43 latest: Pulling from edgex-devops/edgex-snyk-go 05:54:43 619be1103602: Already exists 05:54:43 f8ea3408117e: Pulling fs layer 05:54:43 91320369b822: Pulling fs layer 05:54:43 0406650e8295: Pulling fs layer 05:54:43 4f4fb700ef54: Pulling fs layer 05:54:43 96d80e3f36e1: Pulling fs layer 05:54:43 bcf3aedb951c: Pulling fs layer 05:54:43 96d80e3f36e1: Waiting 05:54:43 bcf3aedb951c: Waiting 05:54:43 4f4fb700ef54: Waiting 05:54:43 0406650e8295: Verifying Checksum 05:54:43 0406650e8295: Download complete 05:54:43 f8ea3408117e: Verifying Checksum 05:54:43 f8ea3408117e: Download complete 05:54:43 4f4fb700ef54: Download complete 05:54:43 f8ea3408117e: Pull complete 05:54:43 96d80e3f36e1: Verifying Checksum 05:54:43 96d80e3f36e1: Download complete 05:54:44 91320369b822: Verifying Checksum 05:54:44 91320369b822: Download complete 05:54:44 bcf3aedb951c: Verifying Checksum 05:54:44 bcf3aedb951c: Download complete 05:54:47 91320369b822: Pull complete 05:54:47 0406650e8295: Pull complete 05:54:47 4f4fb700ef54: Pull complete 05:54:47 96d80e3f36e1: Pull complete 05:54:51 bcf3aedb951c: Pull complete 05:54:51 Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 05:54:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 05:54:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:54:51 prd-ubuntu20.04-docker-8c-8g-918 does not seem to be running inside a container 05:54: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/641 -v /w/workspace/edgex-go/641:/w/workspace/edgex-go/641:rw,z -v /w/workspace/edgex-go/641@tmp:/w/workspace/edgex-go/641@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 05:54:58 $ docker top 4bd633f3f3df7f2578e8167a8c564a298b2c28f1bd628419074c5afaf46e66c0 -eo pid,comm [Pipeline] { [Pipeline] sh 05:54:59 + git config --global --add safe.directory /w/workspace/edgex-go/641 [Pipeline] echo 05:54:59 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 05:54:59 + set -o pipefail 05:54:59 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 05:55:10 05:55:10 Monitoring /w/workspace/edgex-go/641 (github.com/edgexfoundry/edgex-go)... 05:55:10 05:55:10 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/58aa24e3-9448-4468-a845-2825aeae2601 05:55:10 05:55:10 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 05:55:10 05:55:10 05:55:10 You have reached your monthly limit of 401 private tests for your edgex-jenkins org. 05:55:10 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 05:55:10 $ docker stop --time=1 4bd633f3f3df7f2578e8167a8c564a298b2c28f1bd628419074c5afaf46e66c0 05:55:16 $ docker rm -f --volumes 4bd633f3f3df7f2578e8167a8c564a298b2c28f1bd628419074c5afaf46e66c0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 05:55:17 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:55:17 provisioning config files... 05:55:17 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/641@tmp/config12650911732944264205tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:55:17 --> edgex-publish-swagger.sh 05:55:17 === Publish openapi/v3 API === 05:55:17 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 05:55:17 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/641/openapi/v3/core-command.yaml] 05:55:17 % Total % Received % Xferd Average Speed Time Time Time Current 05:55:17 Dload Upload Total Spent Left Speed 05:55:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 56423 --:--:-- --:--:-- --:--:-- 56423 05:55:18 05:55:18 05:55:18 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/641/openapi/v3/core-data.yaml] 05:55:18 % Total % Received % Xferd Average Speed Time Time Time Current 05:55:18 Dload Upload Total Spent Left Speed 05:55:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 72043 0 0 100 72043 0 136k --:--:-- --:--:-- --:--:-- 136k 100 72043 0 0 100 72043 0 136k --:--:-- --:--:-- --:--:-- 136k 05:55:18 05:55:18 05:55:18 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/641/openapi/v3/core-metadata.yaml] 05:55:18 % Total % Received % Xferd Average Speed Time Time Time Current 05:55:18 Dload Upload Total Spent Left Speed 05:55:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 144k 100 156 100 144k 308 285k --:--:-- --:--:-- --:--:-- 286k 05:55:19 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 05:55:19 05:55:19 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/641/openapi/v3/support-notifications.yaml] 05:55:19 % Total % Received % Xferd Average Speed Time Time Time Current 05:55:19 Dload Upload Total Spent Left Speed 05:55:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87457 100 156 100 87301 395 216k --:--:-- --:--:-- --:--:-- 216k 100 87457 100 156 100 87301 394 215k --:--:-- --:--:-- --:--:-- 216k 05:55:19 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 05:55:19 05:55:19 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/641/openapi/v3/support-scheduler.yaml] 05:55:19 % Total % Received % Xferd Average Speed Time Time Time Current 05:55:19 Dload Upload Total Spent Left Speed 05:55:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37110 100 156 100 36954 411 97503 --:--:-- --:--:-- --:--:-- 97915 05:55:19 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 05:55:19 [Pipeline] } 05:55:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 05:55:20 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:55:20 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:55:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:55:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:55:20 prd-ubuntu20.04-docker-8c-8g-918 does not seem to be running inside a container 05:55:20 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/641 -v /w/workspace/edgex-go/641:/w/workspace/edgex-go/641:rw,z -v /w/workspace/edgex-go/641@tmp:/w/workspace/edgex-go/641@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 05:55:21 $ docker top 075b3d297014a4b089db97f4ea720f81ee1a0d6d73080d2132fff076544acb09 -eo pid,comm 05:55:21 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). 05:55:21 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:55:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:55:21 [ssh-agent] Looking for ssh-agent implementation... 05:55:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:55:21 $ docker exec 075b3d297014a4b089db97f4ea720f81ee1a0d6d73080d2132fff076544acb09 ssh-agent 05:55:21 SSH_AUTH_SOCK=/tmp/ssh-fLodGLO8uuZe/agent.31 05:55:21 SSH_AGENT_PID=37 05:55:21 Running ssh-add (command line suppressed) 05:55:21 Identity added: /w/workspace/edgex-go/641@tmp/private_key_13754214242267323134.key (/w/workspace/edgex-go/641@tmp/private_key_13754214242267323134.key) 05:55:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:55:21 + git semver tag 05:55:22 2024-05-28 05:55:22,148 [run_tag] DEBUG tag force:False 05:55:22 2024-05-28 05:55:22,149 [check_head_tag] DEBUG check head tag 05:55:22 2024-05-28 05:55:22,151 [execute] INFO git cat-file --batch-check 05:55:22 2024-05-28 05:55:22,151 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/641, universal_newlines=False, shell=None, istream=) 05:55:22 2024-05-28 05:55:22,156 [execute] INFO git cat-file --batch 05:55:22 2024-05-28 05:55:22,156 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/641, universal_newlines=False, shell=None, istream=) 05:55:22 2024-05-28 05:55:22,188 [read_version] DEBUG read version from /w/workspace/edgex-go/641/.semver/main 05:55:22 2024-05-28 05:55:22,188 [execute] INFO git tag -a v3.2.0-dev.23 -m v3.2.0-dev.23 05:55:22 2024-05-28 05:55:22,188 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.23', '-m', 'v3.2.0-dev.23'], cwd=/w/workspace/edgex-go/641, universal_newlines=False, shell=None, istream=None) 05:55:22 2024-05-28 05:55:22,193 [read_version] DEBUG read version from /w/workspace/edgex-go/641/.semver/main 05:55:22 3.2.0-dev.23 [Pipeline] } 05:55:22 $ docker exec --env ******** --env ******** 075b3d297014a4b089db97f4ea720f81ee1a0d6d73080d2132fff076544acb09 ssh-agent -k 05:55:22 unset SSH_AUTH_SOCK; 05:55:22 unset SSH_AGENT_PID; 05:55:22 echo Agent pid 37 killed; 05:55:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:55:22 + git semver [Pipeline] } 05:55:23 $ docker stop --time=1 075b3d297014a4b089db97f4ea720f81ee1a0d6d73080d2132fff076544acb09 05:55:25 $ docker rm -f --volumes 075b3d297014a4b089db97f4ea720f81ee1a0d6d73080d2132fff076544acb09 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:55:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:55:25 05:55:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:55:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:55:25 0.23.1-centos7: Pulling from edgex-lftools 05:55:25 ab5ef0e58194: Pulling fs layer 05:55:25 9712f1f96733: Pulling fs layer 05:55:25 63f879dbbcfc: Pulling fs layer 05:55:25 0d9ebad4ef96: Pulling fs layer 05:55:25 e9a5061849ea: Pulling fs layer 05:55:25 d747dcd14b5f: Pulling fs layer 05:55:25 2de7ff778b66: Pulling fs layer 05:55:25 0d9ebad4ef96: Waiting 05:55:25 d747dcd14b5f: Waiting 05:55:25 e9a5061849ea: Waiting 05:55:25 2de7ff778b66: Waiting 05:55:25 9712f1f96733: Download complete 05:55:26 63f879dbbcfc: Download complete 05:55:26 e9a5061849ea: Verifying Checksum 05:55:26 e9a5061849ea: Download complete 05:55:26 d747dcd14b5f: Download complete 05:55:26 0d9ebad4ef96: Verifying Checksum 05:55:26 0d9ebad4ef96: Download complete 05:55:26 ab5ef0e58194: Download complete 05:55:26 2de7ff778b66: Verifying Checksum 05:55:26 2de7ff778b66: Download complete 05:55:29 ab5ef0e58194: Pull complete 05:55:29 9712f1f96733: Pull complete 05:55:29 63f879dbbcfc: Pull complete 05:55:34 0d9ebad4ef96: Pull complete 05:55:34 e9a5061849ea: Pull complete 05:55:34 d747dcd14b5f: Pull complete 05:55:35 2de7ff778b66: Pull complete 05:55:35 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 05:55:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:55:35 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:55:35 prd-ubuntu20.04-docker-8c-8g-918 does not seem to be running inside a container 05:55:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/641 -v /w/workspace/edgex-go/641:/w/workspace/edgex-go/641:rw,z -v /w/workspace/edgex-go/641@tmp:/w/workspace/edgex-go/641@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 05:55:43 $ docker top f9cd259930a7667bf3463dadd9cdab5cb51f281b6eb0a00b54fc5c51f6a0bf54 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 05:55:43 provisioning config files... 05:55:43 copy managed file [sigul-config] to file:/w/workspace/edgex-go/641@tmp/config5518358569483720262tmp 05:55:43 copy managed file [sigul-password] to file:/w/workspace/edgex-go/641@tmp/config17457211323240813029tmp 05:55:43 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/641@tmp/config13375857414137432781tmp [Pipeline] { [Pipeline] echo 05:55:43 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 05:55:43 ---> sigul-configuration.sh 05:55:43 gpg: directory `/root/.gnupg' created 05:55:43 gpg: new configuration file `/root/.gnupg/gpg.conf' created 05:55:43 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 05:55:43 gpg: keyring `/root/.gnupg/secring.gpg' created 05:55:43 gpg: keyring `/root/.gnupg/pubring.gpg' created 05:55:43 gpg: CAST5 encrypted data 05:55:43 gpg: encrypted with 1 passphrase 05:55:43 gpg: WARNING: message was not integrity protected [Pipeline] sh 05:55:44 + mkdir /home/jenkins 05:55:44 + mkdir /home/jenkins/sigul [Pipeline] sh 05:55:44 + 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 05:55:44 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 05:55:45 ---> sigul-install.sh 05:55:45 Sigul already installed; skipping installation. [Pipeline] sh 05:55:46 + git tag --list 05:55:46 0.6.0 05:55:46 0.6.1 05:55:46 0.7.0 05:55:46 0.7.1 05:55:46 v1.0.0 05:55:46 v1.0.1 05:55:46 v1.1.0 05:55:46 v1.2.0 05:55:46 v1.2.1 05:55:46 v1.3.0 05:55:46 v1.3.1 05:55:46 v2.0.0 05:55:46 v2.1.0 05:55:46 v2.1.1 05:55:46 v2.2.0 05:55:46 v2.3.0 05:55:46 v3.0 05:55:46 v3.0.0 05:55:46 v3.1 05:55:46 v3.1.0 05:55:46 v3.1.0-dev.1 05:55:46 v3.1.0-dev.10 05:55:46 v3.1.0-dev.11 05:55:46 v3.1.0-dev.12 05:55:46 v3.1.0-dev.13 05:55:46 v3.1.0-dev.14 05:55:46 v3.1.0-dev.15 05:55:46 v3.1.0-dev.16 05:55:46 v3.1.0-dev.17 05:55:46 v3.1.0-dev.18 05:55:46 v3.1.0-dev.19 05:55:46 v3.1.0-dev.2 05:55:46 v3.1.0-dev.20 05:55:46 v3.1.0-dev.21 05:55:46 v3.1.0-dev.22 05:55:46 v3.1.0-dev.23 05:55:46 v3.1.0-dev.24 05:55:46 v3.1.0-dev.25 05:55:46 v3.1.0-dev.26 05:55:46 v3.1.0-dev.27 05:55:46 v3.1.0-dev.28 05:55:46 v3.1.0-dev.29 05:55:46 v3.1.0-dev.3 05:55:46 v3.1.0-dev.30 05:55:46 v3.1.0-dev.31 05:55:46 v3.1.0-dev.32 05:55:46 v3.1.0-dev.33 05:55:46 v3.1.0-dev.34 05:55:46 v3.1.0-dev.35 05:55:46 v3.1.0-dev.36 05:55:46 v3.1.0-dev.37 05:55:46 v3.1.0-dev.38 05:55:46 v3.1.0-dev.39 05:55:46 v3.1.0-dev.4 05:55:46 v3.1.0-dev.40 05:55:46 v3.1.0-dev.41 05:55:46 v3.1.0-dev.42 05:55:46 v3.1.0-dev.43 05:55:46 v3.1.0-dev.44 05:55:46 v3.1.0-dev.45 05:55:46 v3.1.0-dev.46 05:55:46 v3.1.0-dev.47 05:55:46 v3.1.0-dev.48 05:55:46 v3.1.0-dev.49 05:55:46 v3.1.0-dev.5 05:55:46 v3.1.0-dev.50 05:55:46 v3.1.0-dev.51 05:55:46 v3.1.0-dev.52 05:55:46 v3.1.0-dev.53 05:55:46 v3.1.0-dev.54 05:55:46 v3.1.0-dev.55 05:55:46 v3.1.0-dev.56 05:55:46 v3.1.0-dev.57 05:55:46 v3.1.0-dev.58 05:55:46 v3.1.0-dev.59 05:55:46 v3.1.0-dev.6 05:55:46 v3.1.0-dev.60 05:55:46 v3.1.0-dev.61 05:55:46 v3.1.0-dev.62 05:55:46 v3.1.0-dev.63 05:55:46 v3.1.0-dev.64 05:55:46 v3.1.0-dev.65 05:55:46 v3.1.0-dev.66 05:55:46 v3.1.0-dev.67 05:55:46 v3.1.0-dev.68 05:55:46 v3.1.0-dev.69 05:55:46 v3.1.0-dev.7 05:55:46 v3.1.0-dev.70 05:55:46 v3.1.0-dev.71 05:55:46 v3.1.0-dev.72 05:55:46 v3.1.0-dev.73 05:55:46 v3.1.0-dev.8 05:55:46 v3.1.0-dev.9 05:55:46 v3.1.1 05:55:46 v3.1.1-dev.1 05:55:46 v3.1.1-dev.2 05:55:46 v3.2.0-dev.1 05:55:46 v3.2.0-dev.10 05:55:46 v3.2.0-dev.11 05:55:46 v3.2.0-dev.12 05:55:46 v3.2.0-dev.13 05:55:46 v3.2.0-dev.14 05:55:46 v3.2.0-dev.15 05:55:46 v3.2.0-dev.16 05:55:46 v3.2.0-dev.17 05:55:46 v3.2.0-dev.18 05:55:46 v3.2.0-dev.19 05:55:46 v3.2.0-dev.2 05:55:46 v3.2.0-dev.20 05:55:46 v3.2.0-dev.21 05:55:46 v3.2.0-dev.22 05:55:46 v3.2.0-dev.23 05:55:46 v3.2.0-dev.3 05:55:46 v3.2.0-dev.4 05:55:46 v3.2.0-dev.5 05:55:46 v3.2.0-dev.6 05:55:46 v3.2.0-dev.7 05:55:46 v3.2.0-dev.8 05:55:46 v3.2.0-dev.9 [Pipeline] sh 05:55:47 + lftools sign git-tag v3.2.0-dev.23 05:55:47 Signing Git tag with Sigul... 05:55:47 Signing v3.2.0-dev.23 [Pipeline] echo 05:55:47 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 05:55:48 ---> sigul-configuration-cleanup.sh [Pipeline] } 05:55:48 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 05:55:48 $ docker stop --time=1 f9cd259930a7667bf3463dadd9cdab5cb51f281b6eb0a00b54fc5c51f6a0bf54 05:55:49 $ docker rm -f --volumes f9cd259930a7667bf3463dadd9cdab5cb51f281b6eb0a00b54fc5c51f6a0bf54 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 05:55:49 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:55:49 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:55:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:55:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:55:50 prd-ubuntu20.04-docker-8c-8g-918 does not seem to be running inside a container 05:55:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/641 -v /w/workspace/edgex-go/641:/w/workspace/edgex-go/641:rw,z -v /w/workspace/edgex-go/641@tmp:/w/workspace/edgex-go/641@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 05:55:50 $ docker top c62a6aa91748d66d81d1ffe8d1063aacfe575ee28f28be85e035b54f5eb4f8a9 -eo pid,comm 05:55:50 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). 05:55:50 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:55:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:55:50 [ssh-agent] Looking for ssh-agent implementation... 05:55:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:55:50 $ docker exec c62a6aa91748d66d81d1ffe8d1063aacfe575ee28f28be85e035b54f5eb4f8a9 ssh-agent 05:55:51 SSH_AUTH_SOCK=/tmp/ssh-d1bBUqmZyO7Q/agent.32 05:55:51 SSH_AGENT_PID=38 05:55:51 Running ssh-add (command line suppressed) 05:55:51 Identity added: /w/workspace/edgex-go/641@tmp/private_key_18242338100639062320.key (/w/workspace/edgex-go/641@tmp/private_key_18242338100639062320.key) 05:55:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:55:51 + git semver bump pre 05:55:51 2024-05-28 05:55:51,638 [read_version] DEBUG read version from /w/workspace/edgex-go/641/.semver/main 05:55:51 2024-05-28 05:55:51,638 [bump_version] DEBUG bumping version:3.2.0-dev.23 on axis:pre with prefix:dev 05:55:51 2024-05-28 05:55:51,638 [bump_version] DEBUG bumped version:3.2.0-dev.24 05:55:51 2024-05-28 05:55:51,638 [write_version] DEBUG write version:3.2.0-dev.24 to path:/w/workspace/edgex-go/641/.semver/main with force:True 05:55:51 2024-05-28 05:55:51,638 [read_version] DEBUG read version from /w/workspace/edgex-go/641/.semver/main 05:55:51 2024-05-28 05:55:51,638 [write_file] DEBUG write to file:/w/workspace/edgex-go/641/.semver/main 05:55:51 2024-05-28 05:55:51,640 [execute] INFO git cat-file --batch-check 05:55:51 2024-05-28 05:55:51,640 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/641/.semver, universal_newlines=False, shell=None, istream=) 05:55:51 2024-05-28 05:55:51,645 [execute] INFO git cat-file --batch 05:55:51 2024-05-28 05:55:51,646 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/641/.semver, universal_newlines=False, shell=None, istream=) 05:55:51 2024-05-28 05:55:51,650 [read_version] DEBUG read version from /w/workspace/edgex-go/641/.semver/main 05:55:51 3.2.0-dev.24 [Pipeline] } 05:55:51 $ docker exec --env ******** --env ******** c62a6aa91748d66d81d1ffe8d1063aacfe575ee28f28be85e035b54f5eb4f8a9 ssh-agent -k 05:55:51 unset SSH_AUTH_SOCK; 05:55:51 unset SSH_AGENT_PID; 05:55:51 echo Agent pid 38 killed; 05:55:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:55:52 + git semver [Pipeline] } 05:55:52 $ docker stop --time=1 c62a6aa91748d66d81d1ffe8d1063aacfe575ee28f28be85e035b54f5eb4f8a9 05:55:53 $ docker rm -f --volumes c62a6aa91748d66d81d1ffe8d1063aacfe575ee28f28be85e035b54f5eb4f8a9 [Pipeline] // withDockerContainer [Pipeline] sh 05:55:54 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:55:54 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:55:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:55:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:55:54 prd-ubuntu20.04-docker-8c-8g-918 does not seem to be running inside a container 05:55:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/641 -v /w/workspace/edgex-go/641:/w/workspace/edgex-go/641:rw,z -v /w/workspace/edgex-go/641@tmp:/w/workspace/edgex-go/641@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 05:55:54 $ docker top af15132fdbb948838cf80f1c4f14eec58dc300e5df9bb1036d56238fb47fe82b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:55:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:55:54 [ssh-agent] Looking for ssh-agent implementation... 05:55:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:55:55 $ docker exec af15132fdbb948838cf80f1c4f14eec58dc300e5df9bb1036d56238fb47fe82b ssh-agent 05:55:55 SSH_AUTH_SOCK=/tmp/ssh-bINTJAUTXlwu/agent.33 05:55:55 SSH_AGENT_PID=39 05:55:55 Running ssh-add (command line suppressed) 05:55:55 Identity added: /w/workspace/edgex-go/641@tmp/private_key_6570337722793846622.key (/w/workspace/edgex-go/641@tmp/private_key_6570337722793846622.key) 05:55:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:55:55 + git semver push 05:55:55 2024-05-28 05:55:55,751 [run_push] DEBUG push 05:55:55 2024-05-28 05:55:55,751 [execute] INFO git cat-file --batch-check 05:55:55 2024-05-28 05:55:55,751 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/641/.semver, universal_newlines=False, shell=None, istream=) 05:55:55 2024-05-28 05:55:55,755 [execute] INFO git rev-list 6dd51eacf1c9a7edd89c6232d846f8b574f367d4 -- 05:55:55 2024-05-28 05:55:55,756 [execute] DEBUG Popen(['git', 'rev-list', '6dd51eacf1c9a7edd89c6232d846f8b574f367d4', '--'], cwd=/w/workspace/edgex-go/641/.semver, universal_newlines=False, shell=None, istream=None) 05:55:55 2024-05-28 05:55:55,772 [execute] INFO git fetch -v origin 05:55:55 2024-05-28 05:55:55,773 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/641/.semver, universal_newlines=True, shell=None, istream=None) 05:55:56 2024-05-28 05:55:56,193 [run_push] DEBUG no remote changes detected 05:55:56 2024-05-28 05:55:56,194 [execute] INFO git push origin semver 05:55:56 2024-05-28 05:55:56,194 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/641/.semver, universal_newlines=False, shell=None, istream=None) 05:55:56 2024-05-28 05:55:56,934 [run_push] DEBUG push all version tags 05:55:56 2024-05-28 05:55:56,935 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 05:55:56 2024-05-28 05:55:56,936 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/641, universal_newlines=False, shell=None, istream=None) 05:55:57 2024-05-28 05:55:57,575 [read_version] DEBUG read version from /w/workspace/edgex-go/641/.semver/main 05:55:57 3.2.0-dev.24 [Pipeline] } 05:55:57 $ docker exec --env ******** --env ******** af15132fdbb948838cf80f1c4f14eec58dc300e5df9bb1036d56238fb47fe82b ssh-agent -k 05:55:57 unset SSH_AUTH_SOCK; 05:55:57 unset SSH_AGENT_PID; 05:55:57 echo Agent pid 39 killed; 05:55:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:55:58 + git semver [Pipeline] } 05:55:58 $ docker stop --time=1 af15132fdbb948838cf80f1c4f14eec58dc300e5df9bb1036d56238fb47fe82b 05:55:59 $ docker rm -f --volumes af15132fdbb948838cf80f1c4f14eec58dc300e5df9bb1036d56238fb47fe82b [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 05:56:00 + [ -d /w/workspace/edgex-go/641/archives ] [Pipeline] libraryResource [Pipeline] sh 05:56:00 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:56:01 ---> package-listing.sh 05:56:01 ++ facter osfamily 05:56:01 ++ tr '[:upper:]' '[:lower:]' 05:56:01 + OS_FAMILY=debian 05:56:01 + workspace=/w/workspace/edgex-go/641 05:56:01 + START_PACKAGES=/tmp/packages_start.txt 05:56:01 + END_PACKAGES=/tmp/packages_end.txt 05:56:01 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:56:01 + PACKAGES=/tmp/packages_start.txt 05:56:01 + '[' /w/workspace/edgex-go/641 ']' 05:56:01 + PACKAGES=/tmp/packages_end.txt 05:56:01 + case "${OS_FAMILY}" in 05:56:01 + dpkg -l 05:56:01 + grep '^ii' 05:56:01 + '[' -f /tmp/packages_start.txt ']' 05:56:01 + '[' -f /tmp/packages_end.txt ']' 05:56:01 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:56:01 + '[' /w/workspace/edgex-go/641 ']' 05:56:01 + mkdir -p /w/workspace/edgex-go/641/archives/ 05:56:01 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/641/archives/ [Pipeline] echo 05:56:01 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/641/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:56:02 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:56:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:56:02 05:56:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:56:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:56:02 latest: Pulling from edgex-lftools-log-publisher 05:56:02 5eb5b503b376: Pulling fs layer 05:56:02 5c69ac0246d0: Pulling fs layer 05:56:02 ec43610c2a17: Pulling fs layer 05:56:02 3a2ae6a8a46f: Pulling fs layer 05:56:02 33b1e0a273af: Pulling fs layer 05:56:02 5d3b04190fa2: Pulling fs layer 05:56:02 2f39f015ded8: Pulling fs layer 05:56:02 33b1e0a273af: Waiting 05:56:02 5d3b04190fa2: Waiting 05:56:02 2f39f015ded8: Waiting 05:56:02 3a2ae6a8a46f: Waiting 05:56:02 5c69ac0246d0: Verifying Checksum 05:56:02 5c69ac0246d0: Download complete 05:56:02 3a2ae6a8a46f: Verifying Checksum 05:56:02 3a2ae6a8a46f: Download complete 05:56:02 33b1e0a273af: Verifying Checksum 05:56:02 33b1e0a273af: Download complete 05:56:02 5d3b04190fa2: Verifying Checksum 05:56:02 5d3b04190fa2: Download complete 05:56:03 ec43610c2a17: Verifying Checksum 05:56:03 ec43610c2a17: Download complete 05:56:03 5eb5b503b376: Verifying Checksum 05:56:03 5eb5b503b376: Download complete 05:56:03 2f39f015ded8: Verifying Checksum 05:56:03 2f39f015ded8: Download complete 05:56:04 5eb5b503b376: Pull complete 05:56:04 5c69ac0246d0: Pull complete 05:56:04 ec43610c2a17: Pull complete 05:56:04 3a2ae6a8a46f: Pull complete 05:56:05 33b1e0a273af: Pull complete 05:56:05 5d3b04190fa2: Pull complete 05:56:09 2f39f015ded8: Pull complete 05:56:09 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 05:56:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:56:09 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:56:09 prd-ubuntu20.04-docker-8c-8g-918 does not seem to be running inside a container 05:56:09 $ 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/641/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/641 -v /w/workspace/edgex-go/641:/w/workspace/edgex-go/641:rw,z -v /w/workspace/edgex-go/641@tmp:/w/workspace/edgex-go/641@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 05:56:15 $ docker top 3b6ee328ac3bb6666829b9f24a3c446f2cc5d1f615784c2fcfdafadf4f42343f -eo pid,comm [Pipeline] { [Pipeline] sh 05:56:15 + touch /tmp/pre-build-complete [Pipeline] sh 05:56:15 + mkdir -p /var/log/sysstat [Pipeline] sh 05:56:16 + ls /var/log/sa-host 05:56:16 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:56:16 provisioning config files... 05:56:16 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/641@tmp/config2078151186576692969tmp [Pipeline] { [Pipeline] echo 05:56:16 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:56:16 ---> create-netrc.sh [Pipeline] } 05:56:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 05:56:16 ---> python-tools-install.sh [Pipeline] echo 05:56:16 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:56:17 ---> sudo-logs.sh 05:56:17 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:56:17 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:56:17 ---> job-cost.sh 05:56:17 lf-activate-venv: SKIPPING 05:56:17 DEBUG: total: 0.10999999940395355 05:56:17 INFO: Retrieving Stack Cost... 05:56:17 INFO: Retrieving Pricing Info for: v3-standard-8 05:56:18 INFO: Archiving Costs [Pipeline] echo 05:56:18 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:56:18 ---> logs-deploy.sh 05:56:18 lf-activate-venv: SKIPPING 05:56:18 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/641 05:56:18 INFO: archiving workspace using pattern(s): 05:56:19 Archives upload complete. 05:56:19 INFO: archiving logs to Nexus 05:56:20 ---> uname -a: 05:56:20 Linux prd-ubuntu20-04-docker-8c-8g-918 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 05:56:20 05:56:20 05:56:20 ---> lscpu: 05:56:20 Architecture: x86_64 05:56:20 CPU op-mode(s): 32-bit, 64-bit 05:56:20 Byte Order: Little Endian 05:56:20 Address sizes: 40 bits physical, 48 bits virtual 05:56:20 CPU(s): 8 05:56:20 On-line CPU(s) list: 0-7 05:56:20 Thread(s) per core: 1 05:56:20 Core(s) per socket: 1 05:56:20 Socket(s): 8 05:56:20 NUMA node(s): 1 05:56:20 Vendor ID: AuthenticAMD 05:56:20 CPU family: 23 05:56:20 Model: 49 05:56:20 Model name: AMD EPYC-Rome Processor 05:56:20 Stepping: 0 05:56:20 CPU MHz: 2800.000 05:56:20 BogoMIPS: 5600.00 05:56:20 Virtualization: AMD-V 05:56:20 Hypervisor vendor: KVM 05:56:20 Virtualization type: full 05:56:20 L1d cache: 256 KiB 05:56:20 L1i cache: 256 KiB 05:56:20 L2 cache: 4 MiB 05:56:20 L3 cache: 128 MiB 05:56:20 NUMA node0 CPU(s): 0-7 05:56:20 Vulnerability Itlb multihit: Not affected 05:56:20 Vulnerability L1tf: Not affected 05:56:20 Vulnerability Mds: Not affected 05:56:20 Vulnerability Meltdown: Not affected 05:56:20 Vulnerability Mmio stale data: Not affected 05:56:20 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:56:20 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 05:56:20 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 05:56:20 Vulnerability Srbds: Not affected 05:56:20 Vulnerability Tsx async abort: Not affected 05:56:20 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 05:56:20 05:56:20 05:56:20 ---> nproc: 05:56:20 8 05:56:20 05:56:20 05:56:20 ---> df -h: 05:56:20 Filesystem Size Used Avail Use% Mounted on 05:56:20 overlay 155G 25G 131G 16% / 05:56:20 tmpfs 64M 0 64M 0% /dev 05:56:20 tmpfs 16G 0 16G 0% /sys/fs/cgroup 05:56:20 shm 64M 0 64M 0% /dev/shm 05:56:20 /dev/vda1 155G 25G 131G 16% /facter-os 05:56:20 05:56:20 05:56:20 ---> sar -b -r -n DEV: 05:56:20 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-918) 05/28/24 _x86_64_ (8 CPU) 05:56:20 05:56:20 05:17:04 LINUX RESTART (8 CPU) 05:56:20 05:56:20 05:18:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 05:56:20 05:19:01 232.39 4.14 228.25 0.00 418.27 82027.37 0.00 05:56:20 05:20:01 42.99 0.07 42.93 0.00 9.20 23431.29 0.00 05:56:20 05:21:01 18.81 0.17 18.64 0.00 1.33 9625.74 0.00 05:56:20 05:22:01 78.79 0.22 78.57 0.00 18.26 48597.50 0.00 05:56:20 05:23:01 641.83 19.25 622.58 0.00 5286.59 200392.33 0.00 05:56:20 05:24:01 345.75 3.08 342.67 0.00 303.23 118055.45 0.00 05:56:20 05:25:01 236.25 0.05 236.20 0.00 0.40 77184.54 0.00 05:56:20 05:26:01 658.76 0.05 658.71 0.00 2.27 108362.34 0.00 05:56:20 05:27:01 32.06 0.05 32.01 0.00 9.47 863.19 0.00 05:56:20 05:28:01 12.71 0.02 12.70 0.00 2.80 280.22 0.00 05:56:20 05:29:01 12.51 0.07 12.45 0.00 13.46 326.08 0.00 05:56:20 05:30:01 1.25 0.00 1.25 0.00 0.00 14.39 0.00 05:56:20 05:31:01 2.47 1.52 0.95 0.00 37.59 12.80 0.00 05:56:20 05:32:01 1.77 0.00 1.77 0.00 0.00 19.86 0.00 05:56:20 05:33:01 1.35 0.02 1.33 0.00 0.13 16.26 0.00 05:56:20 05:34:01 1.55 0.00 1.55 0.00 0.00 17.73 0.00 05:56:20 05:35:01 1.00 0.00 1.00 0.00 0.00 12.00 0.00 05:56:20 05:36:01 1.73 0.00 1.73 0.00 0.00 20.53 0.00 05:56:20 05:37:01 1.05 0.00 1.05 0.00 0.00 12.26 0.00 05:56:20 05:38:01 1.65 0.00 1.65 0.00 0.00 19.06 0.00 05:56:20 05:39:01 0.93 0.00 0.93 0.00 0.00 10.53 0.00 05:56:20 05:40:01 1.93 0.00 1.93 0.00 0.00 21.20 0.00 05:56:20 05:41:01 1.03 0.00 1.03 0.00 0.00 11.86 0.00 05:56:20 05:42:01 1.63 0.00 1.63 0.00 0.00 19.33 0.00 05:56:20 05:43:01 0.93 0.00 0.93 0.00 0.00 10.93 0.00 05:56:20 05:44:01 1.42 0.00 1.42 0.00 0.00 17.86 0.00 05:56:20 05:45:01 0.92 0.00 0.92 0.00 0.00 10.00 0.00 05:56:20 05:46:01 1.91 0.00 1.91 0.00 0.00 21.43 0.00 05:56:20 05:47:01 1.45 0.00 1.45 0.00 0.00 16.13 0.00 05:56:20 05:48:01 1.60 0.00 1.60 0.00 0.00 18.80 0.00 05:56:20 05:49:01 1.07 0.00 1.07 0.00 0.00 11.73 0.00 05:56:20 05:50:01 1.58 0.00 1.58 0.00 0.00 17.73 0.00 05:56:20 05:51:01 1.02 0.00 1.02 0.00 0.00 11.33 0.00 05:56:20 05:52:01 1.73 0.00 1.73 0.00 0.00 19.46 0.00 05:56:20 05:53:01 1.02 0.00 1.02 0.00 0.00 12.00 0.00 05:56:20 05:54:01 1.40 0.00 1.40 0.00 0.00 16.66 0.00 05:56:20 05:55:01 56.29 0.13 56.16 0.00 8.40 22946.18 0.00 05:56:20 05:56:01 130.64 0.83 129.81 0.00 19.86 39063.22 0.00 05:56:20 Average: 66.56 0.78 65.79 0.00 161.11 19194.81 0.00 05:56:20 05:56:20 05:18:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 05:56:20 05:19:01 28297924 31514564 794868 2.42 129660 3291252 1913612 5.64 1160756 2957128 524 05:56:20 05:20:01 26928276 31216096 1085332 3.30 133252 4278660 2527016 7.45 2075592 3325044 327888 05:56:20 05:21:01 27135624 31400956 898252 2.73 138368 4223016 2155600 6.35 1465308 3700964 457228 05:56:20 05:22:01 27628104 31485268 818368 2.49 142048 3862276 1937072 5.71 1333048 3388020 1540 05:56:20 05:23:01 19701884 31344824 923096 2.81 267928 11127160 2448404 7.22 2576332 9631980 1740196 05:56:20 05:24:01 15110908 29661972 2547840 7.75 301560 13679212 8727668 25.72 4697000 11702152 943868 05:56:20 05:25:01 12064468 28884192 3329360 10.12 316148 15844828 8317112 24.51 6375640 12986392 1192476 05:56:20 05:26:01 14607008 31423012 845880 2.57 326060 15978460 2318180 6.83 2965160 14082148 640 05:56:20 05:27:01 14613092 31431808 835800 2.54 327820 15979352 2148620 6.33 3101716 13940044 228 05:56:20 05:28:01 14604176 31423464 844236 2.57 328220 15979548 2303452 6.79 3349248 13702288 12 05:56:20 05:29:01 14614400 31434624 832732 2.53 328764 15980160 2173000 6.40 3398040 13642164 228 05:56:20 05:30:01 14614448 31434860 832744 2.53 328788 15980164 2173000 6.40 3397688 13642332 160 05:56:20 05:31:01 14606244 31428948 838752 2.55 328816 15981292 2173000 6.40 3407044 13642652 216 05:56:20 05:32:01 14606268 31429092 838732 2.55 328844 15981280 2173000 6.40 3406324 13642772 16 05:56:20 05:33:01 14616164 31439028 829172 2.52 328872 15981296 2209364 6.51 3395400 13642776 184 05:56:20 05:34:01 14616016 31438936 829384 2.52 328900 15981304 2209364 6.51 3395768 13642780 192 05:56:20 05:35:01 14616268 31439336 828920 2.52 328912 15981432 2209364 6.51 3395444 13642912 8 05:56:20 05:36:01 14616468 31439556 828876 2.52 328940 15981436 2209364 6.51 3395168 13642916 12 05:56:20 05:37:01 14616236 31439360 828832 2.52 328968 15981436 2209364 6.51 3395616 13642916 88 05:56:20 05:38:01 14616180 31439328 828812 2.52 328988 15981440 2209364 6.51 3395664 13642920 184 05:56:20 05:39:01 14616204 31439364 828752 2.52 328996 15981444 2209364 6.51 3395532 13642924 12 05:56:20 05:40:01 14616068 31439316 828640 2.52 329064 15981444 2209364 6.51 3395292 13642928 8 05:56:20 05:41:01 14615768 31439020 828864 2.52 329088 15981448 2209364 6.51 3395584 13642932 8 05:56:20 05:42:01 14615656 31438984 828788 2.52 329116 15981448 2209364 6.51 3395228 13642932 12 05:56:20 05:43:01 14615640 31438976 828784 2.52 329128 15981456 2209364 6.51 3395012 13642936 36 05:56:20 05:44:01 14615812 31439156 828524 2.52 329144 15981464 2209364 6.51 3394960 13642940 8 05:56:20 05:45:01 14615764 31439144 828500 2.52 329156 15981464 2209364 6.51 3394976 13642944 8 05:56:20 05:46:01 14615716 31439104 828444 2.52 329192 15981468 2209364 6.51 3394992 13642948 4 05:56:20 05:47:01 14615320 31438776 828612 2.52 329248 15981464 2209364 6.51 3395040 13642948 12 05:56:20 05:48:01 14615772 31439304 828288 2.52 329268 15981472 2209364 6.51 3395480 13642952 8 05:56:20 05:49:01 14615756 31439296 828252 2.52 329284 15981476 2209364 6.51 3395140 13642956 8 05:56:20 05:50:01 14615708 31439268 828212 2.52 329312 15981476 2209364 6.51 3395164 13642956 4 05:56:20 05:51:01 14615660 31439228 828172 2.52 329332 15981480 2209364 6.51 3395164 13642960 8 05:56:20 05:52:01 14615580 31439204 828168 2.52 329364 15981472 2193096 6.46 3395236 13642960 4 05:56:20 05:53:01 14615816 31439468 827936 2.52 329396 15981484 2193096 6.46 3395312 13642964 28 05:56:20 05:54:01 14615492 31439184 828144 2.52 329424 15981488 2193096 6.46 3395288 13642964 8 05:56:20 05:55:01 13539548 31152344 1110436 3.38 333564 16702616 2603504 7.67 3688356 14348848 92756 05:56:20 05:56:01 13170348 31394872 869444 2.64 363896 17215820 2279348 6.72 3521452 14824636 992 05:56:20 Average: 15983994 31308506 959867 2.92 306969 14570444 2550758 7.52 3279346 12455367 125258 05:56:20 05:56:20 05:18:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 05:56:20 05:19:01 lo 1.17 1.17 0.12 0.12 0.00 0.00 0.00 0.00 05:56:20 05:19:01 veth21b8287 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 05:56:20 05:19:01 docker0 889.29 954.40 65.24 5153.82 0.00 0.00 0.00 0.00 05:56:20 05:19:01 ens3 1106.93 979.26 8460.83 101.77 0.00 0.00 0.00 0.00 05:56:20 05:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:56:20 05:20:01 veth95f2771 0.08 0.27 0.01 0.02 0.00 0.00 0.00 0.00 05:56:20 05:20:01 docker0 0.08 0.12 0.01 0.01 0.00 0.00 0.00 0.00 05:56:20 05:20:01 ens3 27.50 17.96 33.83 11.13 0.00 0.00 0.00 0.00 05:56:20 05:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:21:01 veth95f2771 1.55 1.57 0.14 0.14 0.00 0.00 0.00 0.00 05:56:20 05:21:01 docker0 1.55 1.55 0.11 0.14 0.00 0.00 0.00 0.00 05:56:20 05:21:01 ens3 25.64 18.94 19.84 11.54 0.00 0.00 0.00 0.00 05:56:20 05:22:01 lo 1.13 1.13 0.11 0.11 0.00 0.00 0.00 0.00 05:56:20 05:22:01 veth98641e5 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 05:56:20 05:22:01 docker0 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:22:01 ens3 94.72 58.77 2217.79 16.49 0.00 0.00 0.00 0.00 05:56:20 05:23:01 lo 0.73 0.73 0.07 0.07 0.00 0.00 0.00 0.00 05:56:20 05:23:01 veth40b7ebc 69.71 110.23 7.39 1117.56 0.00 0.00 0.00 0.09 05:56:20 05:23:01 veth98641e5 0.58 1.37 0.05 0.21 0.00 0.00 0.00 0.00 05:56:20 05:23:01 veth62b7328 80.10 147.38 8.00 1119.39 0.00 0.00 0.00 0.09 05:56:20 05:23:01 veth872d9db 90.07 133.24 8.66 1118.10 0.00 0.00 0.00 0.09 05:56:20 05:23:01 docker0 391.20 631.48 32.27 6136.30 0.00 0.00 0.00 0.00 05:56:20 05:23:01 ens3 871.89 530.84 8947.54 215.00 0.00 0.00 0.00 0.00 05:56:20 05:23:01 vethf994819 84.92 128.73 8.45 1117.55 0.00 0.00 0.00 0.09 05:56:20 05:24:01 veth490d718 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 05:56:20 05:24:01 vethfd9bf21 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 05:56:20 05:24:01 veth85c370f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 05:56:20 05:24:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 05:56:20 05:24:01 veth05d4118 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 05:56:20 05:24:01 vethb39d62d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 05:56:20 05:24:01 veth98641e5 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:56:20 05:24:01 vethc1d437a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 05:56:20 05:24:01 vethd863140 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 05:56:20 05:24:01 docker0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:56:20 05:24:01 veth2c07f0a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 05:56:20 05:24:01 ens3 15.26 9.51 12.33 6.74 0.00 0.00 0.00 0.00 05:56:20 05:24:01 veth8dab081 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 05:56:20 05:24:01 veth0a3675c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 05:56:20 05:24:01 vetheb8dc70 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 05:56:20 05:25:01 veth490d718 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:25:01 vethfd9bf21 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:25:01 veth85c370f 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:25:01 veth05d4118 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:25:01 vethb39d62d 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:25:01 veth98641e5 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:25:01 vethc1d437a 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:25:01 vethd863140 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:25:01 veth2c07f0a 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:25:01 ens3 2.33 1.42 1.84 1.01 0.00 0.00 0.00 0.00 05:56:20 05:25:01 veth8dab081 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:25:01 veth0a3675c 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:25:01 vetheb8dc70 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:26:01 lo 4.60 4.60 0.45 0.45 0.00 0.00 0.00 0.00 05:56:20 05:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:26:01 ens3 45.49 41.84 24.39 205.27 0.00 0.00 0.00 0.00 05:56:20 05:27:01 lo 44.53 44.53 4.39 4.39 0.00 0.00 0.00 0.00 05:56:20 05:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:27:01 ens3 358.52 362.59 192.70 1478.71 0.00 0.00 0.00 0.00 05:56:20 05:28:01 lo 10.26 10.26 1.01 1.01 0.00 0.00 0.00 0.00 05:56:20 05:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:28:01 ens3 171.07 172.20 54.70 1341.54 0.00 0.00 0.00 0.00 05:56:20 05:29:01 lo 15.86 15.86 1.56 1.56 0.00 0.00 0.00 0.00 05:56:20 05:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:29:01 ens3 120.90 111.48 84.48 409.93 0.00 0.00 0.00 0.00 05:56:20 05:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:56:20 05:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:30:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:56:20 05:31:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 05:56:20 05:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:31:01 ens3 7.70 6.07 5.43 6.23 0.00 0.00 0.00 0.00 05:56:20 05:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:56:20 05:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:32:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:56:20 05:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:33:01 ens3 0.20 0.10 0.08 0.06 0.00 0.00 0.00 0.00 05:56:20 05:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:56:20 05:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:34:01 ens3 1.08 0.57 0.82 0.23 0.00 0.00 0.00 0.00 05:56:20 05:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:35:01 ens3 0.08 0.08 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:56:20 05:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:36:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:56:20 05:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:37:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:56:20 05:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:38:01 ens3 0.27 0.20 0.08 0.07 0.00 0.00 0.00 0.00 05:56:20 05:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:39:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:56:20 05:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:40:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:56:20 05:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:41:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:56:20 05:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:42:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:56:20 05:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:43:01 ens3 0.17 0.10 0.08 0.06 0.00 0.00 0.00 0.00 05:56:20 05:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:56:20 05:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:44:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:56:20 05:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:45:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:56:20 05:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:46:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:56:20 05:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:47:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:56:20 05:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:48:01 ens3 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 05:56:20 05:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:49:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:56:20 05:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:50:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:56:20 05:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:51:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:56:20 05:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:52:01 ens3 0.23 0.18 0.17 0.01 0.00 0.00 0.00 0.00 05:56:20 05:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:53:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 05:56:20 05:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:56:20 05:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:56:20 05:54:01 ens3 0.15 0.10 0.06 0.01 0.00 0.00 0.00 0.00 05:56:20 05:55:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 05:56:20 05:55:01 veth9e7fc40 8.73 11.71 0.86 100.71 0.00 0.00 0.00 0.01 05:56:20 05:55:01 docker0 8.73 11.61 0.74 100.71 0.00 0.00 0.00 0.00 05:56:20 05:55:01 ens3 131.38 74.04 3710.43 13.29 0.00 0.00 0.00 0.00 05:56:20 05:56:01 lo 1.40 1.40 0.14 0.14 0.00 0.00 0.00 0.00 05:56:20 05:56:01 docker0 68.59 142.34 6.59 1155.50 0.00 0.00 0.00 0.00 05:56:20 05:56:01 ens3 362.14 228.60 4427.12 160.01 0.00 0.00 0.00 0.00 05:56:20 Average: lo 2.21 2.21 0.22 0.22 0.00 0.00 0.00 0.00 05:56:20 Average: docker0 35.02 45.03 2.71 325.90 0.00 0.00 0.00 0.00 05:56:20 Average: ens3 87.12 68.03 735.10 104.71 0.00 0.00 0.00 0.00 05:56:20 05:56:20 05:56:20 ---> sar -P ALL: 05:56:20 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-918) 05/28/24 _x86_64_ (8 CPU) 05:56:20 05:56:20 05:17:04 LINUX RESTART (8 CPU) 05:56:20 05:56:20 05:18:03 CPU %user %nice %system %iowait %steal %idle 05:56:20 05:19:01 all 8.25 0.00 4.04 4.64 0.06 83.01 05:56:20 05:19:01 0 9.80 0.00 4.33 0.07 0.05 85.74 05:56:20 05:19:01 1 7.78 0.00 4.21 9.18 0.07 78.76 05:56:20 05:19:01 2 7.60 0.00 4.94 12.91 0.07 74.47 05:56:20 05:19:01 3 7.68 0.00 3.21 9.88 0.07 79.16 05:56:20 05:19:01 4 8.07 0.00 3.58 0.35 0.07 87.93 05:56:20 05:19:01 5 7.96 0.00 4.23 0.58 0.05 87.18 05:56:20 05:19:01 6 7.49 0.00 4.19 2.99 0.07 85.26 05:56:20 05:19:01 7 9.55 0.00 3.62 1.34 0.05 85.44 05:56:20 05:20:01 all 36.66 0.00 6.12 1.79 0.10 55.32 05:56:20 05:20:01 0 39.46 0.00 5.99 0.20 0.10 54.25 05:56:20 05:20:01 1 34.41 0.00 6.55 1.18 0.08 57.77 05:56:20 05:20:01 2 36.49 0.00 6.89 0.17 0.10 56.35 05:56:20 05:20:01 3 37.70 0.00 5.70 3.34 0.08 53.18 05:56:20 05:20:01 4 37.75 0.00 5.76 0.09 0.14 56.26 05:56:20 05:20:01 5 38.43 0.00 5.30 0.22 0.10 55.95 05:56:20 05:20:01 6 33.98 0.00 6.39 9.03 0.08 50.52 05:56:20 05:20:01 7 35.10 0.00 6.38 0.13 0.10 58.28 05:56:20 05:21:01 all 47.48 0.00 5.44 0.70 0.09 46.28 05:56:20 05:21:01 0 47.69 0.00 5.12 0.22 0.08 46.89 05:56:20 05:21:01 1 46.98 0.00 5.58 3.59 0.10 43.74 05:56:20 05:21:01 2 48.76 0.00 5.90 0.23 0.08 45.02 05:56:20 05:21:01 3 47.03 0.00 5.62 0.91 0.08 46.36 05:56:20 05:21:01 4 47.87 0.00 5.14 0.18 0.08 46.72 05:56:20 05:21:01 5 46.64 0.00 5.21 0.18 0.08 47.88 05:56:20 05:21:01 6 47.67 0.00 5.82 0.23 0.10 46.18 05:56:20 05:21:01 7 47.18 0.00 5.17 0.05 0.10 47.50 05:56:20 05:22:01 all 28.29 0.00 5.75 3.72 0.08 62.16 05:56:20 05:22:01 0 28.67 0.00 5.99 1.56 0.08 63.70 05:56:20 05:22:01 1 27.93 0.00 5.67 0.73 0.08 65.60 05:56:20 05:22:01 2 28.37 0.00 6.29 0.56 0.07 64.72 05:56:20 05:22:01 3 27.68 0.00 6.01 3.40 0.08 62.83 05:56:20 05:22:01 4 28.91 0.00 4.96 0.36 0.08 65.69 05:56:20 05:22:01 5 28.35 0.00 6.35 12.70 0.10 52.50 05:56:20 05:22:01 6 28.16 0.00 5.31 2.90 0.07 63.56 05:56:20 05:22:01 7 28.27 0.00 5.40 7.65 0.09 58.60 05:56:20 05:23:01 all 20.95 0.00 8.71 24.72 0.15 45.47 05:56:20 05:23:01 0 20.35 0.00 9.09 14.45 0.10 56.00 05:56:20 05:23:01 1 20.94 0.00 8.59 21.52 0.12 48.83 05:56:20 05:23:01 2 22.28 0.00 9.06 17.98 0.19 50.48 05:56:20 05:23:01 3 19.75 0.00 9.01 45.32 0.36 25.56 05:56:20 05:23:01 4 21.12 0.00 7.99 17.81 0.10 52.97 05:56:20 05:23:01 5 20.83 0.00 9.25 47.55 0.10 22.26 05:56:20 05:23:01 6 20.20 0.00 8.63 17.13 0.12 53.92 05:56:20 05:23:01 7 22.11 0.00 8.09 16.15 0.10 53.55 05:56:20 05:24:01 all 36.64 0.00 7.12 14.82 0.11 41.31 05:56:20 05:24:01 0 38.05 0.00 6.02 12.47 0.08 43.38 05:56:20 05:24:01 1 37.08 0.00 7.04 19.76 0.22 35.90 05:56:20 05:24:01 2 36.26 0.00 6.40 9.77 0.10 47.46 05:56:20 05:24:01 3 36.33 0.00 8.11 6.55 0.08 48.93 05:56:20 05:24:01 4 35.30 0.00 8.70 29.03 0.08 26.89 05:56:20 05:24:01 5 36.67 0.00 7.20 14.31 0.07 41.76 05:56:20 05:24:01 6 36.23 0.00 6.49 24.99 0.10 32.19 05:56:20 05:24:01 7 37.23 0.00 6.98 1.76 0.13 53.89 05:56:20 05:25:01 all 88.99 0.00 10.86 0.00 0.15 0.00 05:56:20 05:25:01 0 89.36 0.00 10.49 0.00 0.15 0.00 05:56:20 05:25:01 1 89.39 0.00 10.47 0.00 0.13 0.00 05:56:20 05:25:01 2 89.64 0.00 10.23 0.00 0.13 0.00 05:56:20 05:25:01 3 88.49 0.00 11.38 0.00 0.13 0.00 05:56:20 05:25:01 4 88.68 0.00 11.17 0.02 0.13 0.00 05:56:20 05:25:01 5 87.37 0.00 12.42 0.00 0.21 0.00 05:56:20 05:25:01 6 89.56 0.00 10.26 0.02 0.17 0.00 05:56:20 05:25:01 7 89.37 0.00 10.48 0.00 0.15 0.00 05:56:20 05:26:01 all 50.11 0.00 7.55 5.92 0.13 36.29 05:56:20 05:26:01 0 51.44 0.00 6.95 2.54 0.15 38.92 05:56:20 05:26:01 1 52.35 0.00 7.71 24.38 0.12 15.45 05:56:20 05:26:01 2 49.64 0.00 7.53 2.09 0.12 40.63 05:56:20 05:26:01 3 50.25 0.00 8.05 8.25 0.12 33.33 05:56:20 05:26:01 4 46.70 0.00 7.21 0.91 0.15 45.02 05:56:20 05:26:01 5 49.28 0.00 8.88 4.19 0.14 37.51 05:56:20 05:26:01 6 49.06 0.00 6.54 0.20 0.10 44.10 05:56:20 05:26:01 7 52.09 0.00 7.58 4.67 0.13 35.52 05:56:20 05:27:01 all 5.32 0.00 0.86 0.11 0.05 93.66 05:56:20 05:27:01 0 6.89 0.00 1.27 0.05 0.05 91.75 05:56:20 05:27:01 1 6.04 0.00 0.83 0.03 0.05 93.05 05:56:20 05:27:01 2 3.12 0.00 0.68 0.02 0.03 96.14 05:56:20 05:27:01 3 6.74 0.00 0.97 0.50 0.07 91.72 05:56:20 05:27:01 4 3.08 0.00 0.60 0.00 0.05 96.27 05:56:20 05:27:01 5 4.56 0.00 0.99 0.02 0.05 94.39 05:56:20 05:27:01 6 5.26 0.00 0.57 0.02 0.03 94.12 05:56:20 05:27:01 7 6.84 0.00 0.97 0.25 0.05 91.89 05:56:20 05:28:01 all 4.69 0.00 0.30 0.05 0.03 94.94 05:56:20 05:28:01 0 5.04 0.00 0.38 0.10 0.03 94.45 05:56:20 05:28:01 1 5.83 0.00 0.32 0.02 0.03 93.80 05:56:20 05:28:01 2 2.80 0.00 0.12 0.02 0.02 97.05 05:56:20 05:28:01 3 6.43 0.00 0.38 0.22 0.03 92.94 05:56:20 05:28:01 4 5.03 0.00 0.25 0.02 0.03 94.67 05:56:20 05:28:01 5 6.29 0.00 0.38 0.00 0.03 93.29 05:56:20 05:28:01 6 2.58 0.00 0.29 0.02 0.02 97.10 05:56:20 05:28:01 7 3.49 0.00 0.25 0.00 0.03 96.23 05:56:20 05:29:01 all 1.74 0.00 0.31 0.05 0.03 97.88 05:56:20 05:29:01 0 1.67 0.00 0.42 0.02 0.03 97.86 05:56:20 05:29:01 1 2.85 0.00 0.37 0.03 0.03 96.72 05:56:20 05:29:01 2 0.17 0.00 0.20 0.00 0.02 99.62 05:56:20 05:29:01 3 0.78 0.00 0.28 0.15 0.02 98.77 05:56:20 05:29:01 4 1.08 0.00 0.20 0.00 0.03 98.68 05:56:20 05:29:01 5 3.06 0.00 0.33 0.15 0.03 96.43 05:56:20 05:29:01 6 2.04 0.00 0.32 0.02 0.03 97.59 05:56:20 05:29:01 7 2.24 0.00 0.37 0.02 0.03 97.35 05:56:20 05:56:20 05:29:01 CPU %user %nice %system %iowait %steal %idle 05:56:20 05:30:01 all 0.05 0.00 0.04 0.00 0.01 99.90 05:56:20 05:30:01 0 0.05 0.00 0.05 0.00 0.02 99.88 05:56:20 05:30:01 1 0.12 0.00 0.05 0.02 0.03 99.78 05:56:20 05:30:01 2 0.00 0.00 0.02 0.00 0.00 99.98 05:56:20 05:30:01 3 0.15 0.00 0.05 0.00 0.02 99.78 05:56:20 05:30:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:56:20 05:30:01 5 0.03 0.00 0.10 0.02 0.00 99.85 05:56:20 05:30:01 6 0.05 0.00 0.00 0.00 0.00 99.95 05:56:20 05:30:01 7 0.03 0.00 0.02 0.00 0.02 99.93 05:56:20 05:31:01 all 0.28 0.00 0.04 0.01 0.01 99.66 05:56:20 05:31:01 0 0.30 0.00 0.07 0.00 0.03 99.60 05:56:20 05:31:01 1 0.45 0.00 0.10 0.05 0.03 99.37 05:56:20 05:31:01 2 0.08 0.00 0.00 0.00 0.00 99.92 05:56:20 05:31:01 3 0.82 0.00 0.03 0.00 0.00 99.15 05:56:20 05:31:01 4 0.32 0.00 0.02 0.00 0.00 99.67 05:56:20 05:31:01 5 0.13 0.00 0.02 0.02 0.00 99.83 05:56:20 05:31:01 6 0.03 0.00 0.02 0.00 0.00 99.95 05:56:20 05:31:01 7 0.13 0.00 0.08 0.00 0.00 99.78 05:56:20 05:32:01 all 0.12 0.00 0.02 0.50 0.01 99.35 05:56:20 05:32:01 0 0.05 0.00 0.03 0.00 0.02 99.90 05:56:20 05:32:01 1 0.07 0.00 0.05 0.53 0.02 99.34 05:56:20 05:32:01 2 0.02 0.00 0.00 0.02 0.00 99.97 05:56:20 05:32:01 3 0.05 0.00 0.00 0.00 0.02 99.93 05:56:20 05:32:01 4 0.05 0.00 0.03 0.00 0.02 99.90 05:56:20 05:32:01 5 0.03 0.00 0.03 3.44 0.02 96.47 05:56:20 05:32:01 6 0.63 0.00 0.00 0.00 0.02 99.35 05:56:20 05:32:01 7 0.03 0.00 0.00 0.00 0.02 99.95 05:56:20 05:33:01 all 0.17 0.00 0.04 0.00 0.00 99.78 05:56:20 05:33:01 0 0.08 0.00 0.03 0.00 0.00 99.88 05:56:20 05:33:01 1 0.03 0.00 0.08 0.02 0.02 99.85 05:56:20 05:33:01 2 0.02 0.00 0.02 0.00 0.00 99.97 05:56:20 05:33:01 3 0.07 0.00 0.03 0.00 0.00 99.90 05:56:20 05:33:01 4 0.05 0.00 0.03 0.00 0.02 99.90 05:56:20 05:33:01 5 0.08 0.00 0.03 0.02 0.00 99.87 05:56:20 05:33:01 6 0.99 0.00 0.02 0.00 0.00 98.99 05:56:20 05:33:01 7 0.07 0.00 0.03 0.00 0.00 99.90 05:56:20 05:34:01 all 0.02 0.00 0.01 0.00 0.01 99.96 05:56:20 05:34:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:56:20 05:34:01 1 0.02 0.00 0.02 0.02 0.00 99.95 05:56:20 05:34:01 2 0.00 0.00 0.00 0.00 0.02 99.98 05:56:20 05:34:01 3 0.03 0.00 0.02 0.00 0.02 99.93 05:56:20 05:34:01 4 0.02 0.00 0.03 0.00 0.02 99.93 05:56:20 05:34:01 5 0.00 0.00 0.00 0.02 0.02 99.97 05:56:20 05:34:01 6 0.05 0.00 0.00 0.00 0.00 99.95 05:56:20 05:34:01 7 0.00 0.00 0.00 0.00 0.02 99.98 05:56:20 05:35:01 all 0.23 0.00 0.21 0.00 0.31 99.24 05:56:20 05:35:01 0 0.02 0.00 0.02 0.00 0.00 99.96 05:56:20 05:35:01 1 0.05 0.00 0.02 0.00 1.51 98.42 05:56:20 05:35:01 2 0.03 0.00 0.00 0.00 0.00 99.97 05:56:20 05:35:01 3 0.03 0.00 0.02 0.00 0.00 99.95 05:56:20 05:35:01 4 0.08 0.00 0.03 0.00 0.94 98.94 05:56:20 05:35:01 5 0.03 0.00 0.03 0.00 0.00 99.93 05:56:20 05:35:01 6 1.58 0.00 0.00 0.00 0.02 98.40 05:56:20 05:35:01 7 0.02 0.00 1.57 0.00 0.00 98.42 05:56:20 05:36:01 all 0.11 0.00 0.02 0.00 0.01 99.86 05:56:20 05:36:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:56:20 05:36:01 1 0.05 0.00 0.02 0.00 0.02 99.92 05:56:20 05:36:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:56:20 05:36:01 3 0.03 0.00 0.03 0.00 0.02 99.92 05:56:20 05:36:01 4 0.05 0.00 0.07 0.00 0.02 99.87 05:56:20 05:36:01 5 0.02 0.00 0.02 0.02 0.00 99.95 05:56:20 05:36:01 6 0.70 0.00 0.03 0.00 0.00 99.27 05:56:20 05:36:01 7 0.00 0.00 0.02 0.02 0.00 99.97 05:56:20 05:37:01 all 0.02 0.00 0.02 0.00 0.01 99.95 05:56:20 05:37:01 0 0.02 0.00 0.03 0.00 0.02 99.93 05:56:20 05:37:01 1 0.05 0.00 0.00 0.00 0.00 99.95 05:56:20 05:37:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:56:20 05:37:01 3 0.05 0.00 0.07 0.00 0.02 99.87 05:56:20 05:37:01 4 0.05 0.00 0.02 0.00 0.02 99.92 05:56:20 05:37:01 5 0.00 0.00 0.02 0.02 0.00 99.97 05:56:20 05:37:01 6 0.00 0.00 0.00 0.00 0.02 99.98 05:56:20 05:37:01 7 0.02 0.00 0.00 0.00 0.02 99.97 05:56:20 05:38:01 all 0.05 0.00 0.02 0.00 0.01 99.93 05:56:20 05:38:01 0 0.05 0.00 0.02 0.00 0.02 99.92 05:56:20 05:38:01 1 0.10 0.00 0.03 0.00 0.00 99.87 05:56:20 05:38:01 2 0.02 0.00 0.02 0.00 0.00 99.97 05:56:20 05:38:01 3 0.03 0.00 0.00 0.00 0.00 99.97 05:56:20 05:38:01 4 0.08 0.00 0.03 0.00 0.02 99.87 05:56:20 05:38:01 5 0.03 0.00 0.00 0.02 0.02 99.93 05:56:20 05:38:01 6 0.02 0.00 0.02 0.00 0.00 99.97 05:56:20 05:38:01 7 0.03 0.00 0.02 0.02 0.00 99.93 05:56:20 05:39:01 all 0.05 0.00 0.02 0.01 0.01 99.91 05:56:20 05:39:01 0 0.00 0.00 0.02 0.00 0.02 99.97 05:56:20 05:39:01 1 0.02 0.00 0.02 0.00 0.02 99.95 05:56:20 05:39:01 2 0.00 0.00 0.02 0.00 0.02 99.97 05:56:20 05:39:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:56:20 05:39:01 4 0.05 0.00 0.02 0.00 0.02 99.92 05:56:20 05:39:01 5 0.03 0.00 0.03 0.02 0.02 99.90 05:56:20 05:39:01 6 0.30 0.00 0.02 0.00 0.00 99.68 05:56:20 05:39:01 7 0.00 0.00 0.02 0.05 0.00 99.93 05:56:20 05:40:01 all 0.24 0.00 0.02 0.01 0.01 99.72 05:56:20 05:40:01 0 0.03 0.00 0.00 0.00 0.03 99.93 05:56:20 05:40:01 1 0.05 0.00 0.05 0.00 0.00 99.90 05:56:20 05:40:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:56:20 05:40:01 3 0.00 0.00 0.00 0.02 0.02 99.97 05:56:20 05:40:01 4 0.07 0.00 0.02 0.00 0.00 99.92 05:56:20 05:40:01 5 0.07 0.00 0.05 0.03 0.02 99.83 05:56:20 05:40:01 6 1.60 0.00 0.03 0.00 0.02 98.35 05:56:20 05:40:01 7 0.05 0.00 0.00 0.03 0.02 99.90 05:56:20 05:56:20 05:40:01 CPU %user %nice %system %iowait %steal %idle 05:56:20 05:41:01 all 0.02 0.00 0.02 0.00 0.01 99.95 05:56:20 05:41:01 0 0.07 0.00 0.05 0.00 0.02 99.87 05:56:20 05:41:01 1 0.00 0.00 0.00 0.00 0.02 99.98 05:56:20 05:41:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:56:20 05:41:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:56:20 05:41:01 4 0.03 0.00 0.02 0.00 0.02 99.93 05:56:20 05:41:01 5 0.03 0.00 0.03 0.00 0.02 99.92 05:56:20 05:41:01 6 0.03 0.00 0.00 0.00 0.00 99.97 05:56:20 05:41:01 7 0.02 0.00 0.03 0.00 0.00 99.95 05:56:20 05:42:01 all 0.06 0.00 0.01 0.01 0.01 99.91 05:56:20 05:42:01 0 0.07 0.00 0.05 0.00 0.03 99.85 05:56:20 05:42:01 1 0.07 0.00 0.00 0.00 0.00 99.93 05:56:20 05:42:01 2 0.03 0.00 0.00 0.00 0.00 99.97 05:56:20 05:42:01 3 0.15 0.00 0.00 0.02 0.02 99.82 05:56:20 05:42:01 4 0.05 0.00 0.00 0.00 0.00 99.95 05:56:20 05:42:01 5 0.03 0.00 0.02 0.03 0.03 99.88 05:56:20 05:42:01 6 0.02 0.00 0.00 0.00 0.00 99.98 05:56:20 05:42:01 7 0.03 0.00 0.00 0.02 0.02 99.93 05:56:20 05:43:01 all 0.03 0.00 0.01 0.00 0.01 99.95 05:56:20 05:43:01 0 0.07 0.00 0.03 0.00 0.02 99.88 05:56:20 05:43:01 1 0.03 0.00 0.00 0.00 0.00 99.97 05:56:20 05:43:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:56:20 05:43:01 3 0.00 0.00 0.02 0.00 0.00 99.98 05:56:20 05:43:01 4 0.02 0.00 0.02 0.00 0.00 99.97 05:56:20 05:43:01 5 0.05 0.00 0.03 0.00 0.02 99.90 05:56:20 05:43:01 6 0.05 0.00 0.00 0.00 0.02 99.93 05:56:20 05:43:01 7 0.02 0.00 0.02 0.00 0.00 99.97 05:56:20 05:44:01 all 0.04 0.00 0.02 0.00 0.01 99.92 05:56:20 05:44:01 0 0.07 0.00 0.02 0.00 0.02 99.90 05:56:20 05:44:01 1 0.05 0.00 0.03 0.00 0.00 99.92 05:56:20 05:44:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:56:20 05:44:01 3 0.00 0.00 0.02 0.00 0.00 99.98 05:56:20 05:44:01 4 0.07 0.00 0.02 0.00 0.02 99.90 05:56:20 05:44:01 5 0.05 0.00 0.03 0.02 0.02 99.88 05:56:20 05:44:01 6 0.07 0.00 0.02 0.00 0.00 99.92 05:56:20 05:44:01 7 0.03 0.00 0.03 0.02 0.02 99.90 05:56:20 05:45:01 all 0.03 0.00 0.05 0.00 0.01 99.91 05:56:20 05:45:01 0 0.02 0.00 0.02 0.00 0.02 99.95 05:56:20 05:45:01 1 0.05 0.00 0.00 0.00 0.02 99.93 05:56:20 05:45:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:56:20 05:45:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:56:20 05:45:01 4 0.00 0.00 0.02 0.00 0.00 99.98 05:56:20 05:45:01 5 0.05 0.00 0.07 0.00 0.02 99.87 05:56:20 05:45:01 6 0.07 0.00 0.00 0.00 0.00 99.93 05:56:20 05:45:01 7 0.02 0.00 0.33 0.00 0.00 99.65 05:56:20 05:46:01 all 0.03 0.00 0.02 0.01 0.01 99.94 05:56:20 05:46:01 0 0.03 0.00 0.03 0.00 0.03 99.90 05:56:20 05:46:01 1 0.07 0.00 0.05 0.00 0.00 99.88 05:56:20 05:46:01 2 0.03 0.00 0.02 0.00 0.02 99.93 05:56:20 05:46:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:56:20 05:46:01 4 0.02 0.00 0.02 0.00 0.00 99.97 05:56:20 05:46:01 5 0.02 0.00 0.02 0.03 0.00 99.93 05:56:20 05:46:01 6 0.02 0.00 0.00 0.00 0.02 99.97 05:56:20 05:46:01 7 0.03 0.00 0.02 0.02 0.02 99.92 05:56:20 05:47:01 all 0.02 0.00 0.01 0.01 0.01 99.95 05:56:20 05:47:01 0 0.07 0.00 0.03 0.02 0.02 99.87 05:56:20 05:47:01 1 0.02 0.00 0.02 0.00 0.02 99.95 05:56:20 05:47:01 2 0.00 0.00 0.03 0.00 0.02 99.95 05:56:20 05:47:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:56:20 05:47:01 4 0.02 0.00 0.00 0.00 0.00 99.98 05:56:20 05:47:01 5 0.03 0.00 0.02 0.03 0.00 99.92 05:56:20 05:47:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:56:20 05:47:01 7 0.03 0.00 0.02 0.02 0.02 99.92 05:56:20 05:48:01 all 0.06 0.00 0.01 0.00 0.01 99.91 05:56:20 05:48:01 0 0.08 0.00 0.00 0.00 0.02 99.90 05:56:20 05:48:01 1 0.03 0.00 0.00 0.00 0.00 99.97 05:56:20 05:48:01 2 0.10 0.00 0.02 0.00 0.00 99.88 05:56:20 05:48:01 3 0.12 0.00 0.00 0.00 0.00 99.88 05:56:20 05:48:01 4 0.02 0.00 0.00 0.00 0.00 99.98 05:56:20 05:48:01 5 0.07 0.00 0.00 0.02 0.00 99.92 05:56:20 05:48:01 6 0.00 0.00 0.02 0.00 0.00 99.98 05:56:20 05:48:01 7 0.10 0.00 0.07 0.02 0.03 99.78 05:56:20 05:49:01 all 0.02 0.00 0.01 0.00 0.01 99.96 05:56:20 05:49:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:56:20 05:49:01 1 0.05 0.00 0.00 0.00 0.00 99.95 05:56:20 05:49:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:56:20 05:49:01 3 0.02 0.00 0.00 0.00 0.02 99.97 05:56:20 05:49:01 4 0.02 0.00 0.03 0.00 0.02 99.93 05:56:20 05:49:01 5 0.02 0.00 0.00 0.02 0.00 99.97 05:56:20 05:49:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:56:20 05:49:01 7 0.05 0.00 0.03 0.02 0.03 99.87 05:56:20 05:50:01 all 0.14 0.00 0.02 0.00 0.01 99.83 05:56:20 05:50:01 0 0.08 0.00 0.02 0.00 0.00 99.90 05:56:20 05:50:01 1 0.07 0.00 0.00 0.00 0.00 99.93 05:56:20 05:50:01 2 0.03 0.00 0.00 0.00 0.02 99.95 05:56:20 05:50:01 3 0.00 0.00 0.02 0.00 0.00 99.98 05:56:20 05:50:01 4 0.02 0.00 0.03 0.00 0.00 99.95 05:56:20 05:50:01 5 0.05 0.00 0.02 0.02 0.02 99.90 05:56:20 05:50:01 6 0.78 0.00 0.00 0.00 0.02 99.20 05:56:20 05:50:01 7 0.07 0.00 0.08 0.00 0.05 99.80 05:56:20 05:51:01 all 0.07 0.00 0.02 0.00 0.01 99.90 05:56:20 05:51:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:56:20 05:51:01 1 0.05 0.00 0.03 0.00 0.00 99.92 05:56:20 05:51:01 2 0.00 0.00 0.02 0.00 0.00 99.98 05:56:20 05:51:01 3 0.00 0.00 0.02 0.00 0.00 99.98 05:56:20 05:51:01 4 0.02 0.00 0.03 0.00 0.00 99.95 05:56:20 05:51:01 5 0.02 0.00 0.00 0.02 0.00 99.97 05:56:20 05:51:01 6 0.40 0.00 0.00 0.00 0.00 99.60 05:56:20 05:51:01 7 0.05 0.00 0.07 0.02 0.05 99.82 05:56:20 05:56:20 05:51:01 CPU %user %nice %system %iowait %steal %idle 05:56:20 05:52:01 all 0.02 0.00 0.01 0.00 0.01 99.95 05:56:20 05:52:01 0 0.03 0.00 0.02 0.00 0.00 99.95 05:56:20 05:52:01 1 0.02 0.00 0.02 0.00 0.02 99.95 05:56:20 05:52:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:56:20 05:52:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:56:20 05:52:01 4 0.03 0.00 0.00 0.00 0.00 99.97 05:56:20 05:52:01 5 0.02 0.00 0.02 0.02 0.00 99.95 05:56:20 05:52:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:56:20 05:52:01 7 0.03 0.00 0.05 0.02 0.05 99.85 05:56:20 05:53:01 all 0.03 0.00 0.02 0.00 0.01 99.93 05:56:20 05:53:01 0 0.05 0.00 0.00 0.00 0.02 99.93 05:56:20 05:53:01 1 0.07 0.00 0.02 0.00 0.00 99.92 05:56:20 05:53:01 2 0.03 0.00 0.00 0.00 0.00 99.97 05:56:20 05:53:01 3 0.00 0.00 0.02 0.00 0.02 99.97 05:56:20 05:53:01 4 0.03 0.00 0.02 0.00 0.02 99.93 05:56:20 05:53:01 5 0.02 0.00 0.03 0.02 0.02 99.92 05:56:20 05:53:01 6 0.02 0.00 0.00 0.00 0.00 99.98 05:56:20 05:53:01 7 0.03 0.00 0.07 0.02 0.05 99.83 05:56:20 05:54:01 all 0.03 0.00 0.02 0.00 0.01 99.94 05:56:20 05:54:01 0 0.07 0.00 0.02 0.00 0.00 99.92 05:56:20 05:54:01 1 0.03 0.00 0.00 0.00 0.02 99.95 05:56:20 05:54:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:56:20 05:54:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:56:20 05:54:01 4 0.05 0.00 0.05 0.00 0.00 99.90 05:56:20 05:54:01 5 0.03 0.00 0.03 0.02 0.00 99.92 05:56:20 05:54:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:56:20 05:54:01 7 0.03 0.00 0.07 0.02 0.05 99.83 05:56:20 05:55:01 all 3.52 0.00 1.64 1.58 0.03 93.23 05:56:20 05:55:01 0 3.64 0.00 2.11 0.00 0.03 94.22 05:56:20 05:55:01 1 2.67 0.00 1.55 0.00 0.03 95.74 05:56:20 05:55:01 2 4.15 0.00 1.49 0.40 0.03 93.92 05:56:20 05:55:01 3 3.43 0.00 1.38 0.02 0.02 95.16 05:56:20 05:55:01 4 3.93 0.00 1.51 2.20 0.03 92.32 05:56:20 05:55:01 5 3.75 0.00 1.36 0.23 0.02 94.64 05:56:20 05:55:01 6 3.36 0.00 1.58 0.12 0.03 94.90 05:56:20 05:55:01 7 3.19 0.00 2.14 9.80 0.05 84.82 05:56:20 05:56:01 all 7.11 0.00 3.16 2.95 0.07 86.70 05:56:20 05:56:01 0 8.42 0.00 3.00 0.68 0.05 87.85 05:56:20 05:56:01 1 5.65 0.00 2.89 1.47 0.14 89.86 05:56:20 05:56:01 2 7.33 0.00 3.09 4.43 0.05 85.10 05:56:20 05:56:01 3 6.68 0.00 3.57 8.16 0.10 81.49 05:56:20 05:56:01 4 7.49 0.00 2.62 1.43 0.05 88.42 05:56:20 05:56:01 5 7.08 0.00 2.50 0.26 0.07 90.09 05:56:20 05:56:01 6 6.23 0.00 4.23 0.82 0.05 88.67 05:56:20 05:56:01 7 8.00 0.00 3.43 6.51 0.07 81.99 05:56:20 Average: all 8.92 0.00 1.63 1.59 0.04 87.82 05:56:20 Average: 0 9.21 0.00 1.61 0.84 0.04 88.30 05:56:20 Average: 1 8.94 0.00 1.62 2.14 0.08 87.22 05:56:20 Average: 2 8.80 0.00 1.63 1.24 0.03 88.30 05:56:20 Average: 3 8.91 0.00 1.67 2.23 0.04 87.15 05:56:20 Average: 4 8.76 0.00 1.56 1.36 0.06 88.26 05:56:20 Average: 5 8.84 0.00 1.68 2.17 0.03 87.28 05:56:20 Average: 6 8.88 0.00 1.58 1.51 0.03 88.00 05:56:20 Average: 7 9.04 0.00 1.66 1.26 0.04 88.00 05:56:20 05:56:20 05:56:20