Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 059044cd19e7cd756841b4b22dae69fa09f54287 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-ssh10777856562016608013.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-ssh16879382495890127391.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-ssh14953390312833344607.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-ssh14087830350804755272.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-ssh14312979144698367014.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 Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-5298’ Running on prd-ubuntu20.04-docker-8c-8g-5300 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/651 [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/651 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 059044cd19e7cd756841b4b22dae69fa09f54287 (main) Commit message: "Merge pull request #4822 from cloudxxx8/bump-spire" > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 059044cd19e7cd756841b4b22dae69fa09f54287 # timeout=10 > git rev-list --no-walk 5e6f43925c50daa722df62c58882fd3722b24060 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:44:07 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:44:07 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:44:07 ========================================================= 04:44:07 EdgeX Global Pipelines Version Info 04:44:07 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:44:08 ------------------- 04:44:08 stable info: 04:44:08 ------------------- 04:44:08 Commited By: Ginny Guan ginny@iotechsys.com 04:44:08 Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc 04:44:08 Message: update stable to v1.0.260 04:44:08 ------------------- 04:44:08 experimental info: 04:44:08 ------------------- 04:44:08 Commited By: Ginny Guan ginny@iotechsys.com 04:44:08 Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 04:44:08 Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:44:09 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 04:44:09 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 04:44:09 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:44:09 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:44:09 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:44:09 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 04:44:09 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 04:44:09 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 04:44:09 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 04:44:09 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 04:44:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:44:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:44:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 04:44:09 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:44:09 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:44:09 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:44:09 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:44:09 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:44:09 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:44:09 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 04:44:09 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:44:09 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:44:09 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 04:44:09 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 04:44:09 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 04:44:09 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 04:44:09 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] echo 04:44:09 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 059044c [Pipeline] echo 04:44:09 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:44:09 provisioning config files... 04:44:09 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/651@tmp/config12664422063943493305tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:44:10 ---> ****-login.sh 04:44:10 nexus3.edgexfoundry.org:10001 04:44:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:44:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:44:10 Configure a credential helper to remove this warning. See 04:44:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:44:10 04:44:10 Login Succeeded 04:44:10 nexus3.edgexfoundry.org:10002 04:44:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:44:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:44:10 Configure a credential helper to remove this warning. See 04:44:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:44:10 04:44:10 Login Succeeded 04:44:10 nexus3.edgexfoundry.org:10003 04:44:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:44:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:44:10 Configure a credential helper to remove this warning. See 04:44:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:44:10 04:44:10 Login Succeeded 04:44:10 nexus3.edgexfoundry.org:10004 04:44:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:44:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:44:10 Configure a credential helper to remove this warning. See 04:44:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:44:10 04:44:10 Login Succeeded 04:44:10 ****.io 04:44:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:44:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:44:10 Configure a credential helper to remove this warning. See 04:44:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:44:10 04:44:10 Login Succeeded 04:44:10 ---> ****-login.sh ends [Pipeline] } 04:44:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:44:11 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-keeper/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 04:44:11 + + cut -d/dirname -f2 cmd/core-command/Dockerfile 04:44:11 04:44:11 + echo core-command,cmd/core-command/Dockerfile 04:44:11 + dirname cmd/core-common-config-bootstrapper/Dockerfile 04:44:11 + cut -d/ -f2 04:44:11 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 04:44:11 + dirname cmd/core-data/Dockerfile 04:44:11 + cut -d/ -f2 04:44:11 + echo core-data,cmd/core-data/Dockerfile 04:44:11 + dirname cmd/core-keeper/Dockerfile 04:44:11 + cut -d/ -f2 04:44:11 + echo core-keeper,cmd/core-keeper/Dockerfile 04:44:11 + + cutdirname -d/ cmd/core-metadata/Dockerfile -f2 04:44:11 04:44:11 + echo core-metadata,cmd/core-metadata/Dockerfile 04:44:11 + dirname cmd/security-bootstrapper/Dockerfile 04:44:11 + cut -d/ -f2 04:44:11 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 04:44:11 + dirname cmd/security-proxy-auth/Dockerfile 04:44:11 + cut -d/ -f2 04:44:11 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 04:44:11 + dirname cmd/security-proxy-setup/Dockerfile 04:44:11 + cut -d/ -f2 04:44:11 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:44:11 + + cutdirname -d/ cmd/security-secretstore-setup/Dockerfile -f2 04:44:11 04:44:11 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:44:11 + dirname cmd/security-spiffe-token-provider/Dockerfile 04:44:11 + cut -d/ -f2 04:44:11 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 04:44:11 + dirname cmd/security-spire-agent/Dockerfile 04:44:11 + cut -d/ -f2 04:44:11 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 04:44:11 + dirname cmd/security-spire-config/Dockerfile 04:44:11 + cut -d/ -f2 04:44:11 + echo security-spire-config,cmd/security-spire-config/Dockerfile 04:44:11 + dirname cmd/security-spire-server/Dockerfile 04:44:11 + cut -d/ -f2 04:44:11 + echo security-spire-server,cmd/security-spire-server/Dockerfile 04:44:11 + dirname cmd/support-notifications/Dockerfile 04:44:11 + cut -d/ -f2 04:44:11 + echo support-notifications,cmd/support-notifications/Dockerfile 04:44:11 + dirname cmd/support-scheduler/Dockerfile 04:44:11 + cut -d/ -f2 04:44:11 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 04:44:11 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-keeper, dockerfile:cmd/core-keeper/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 04:44:11 + git rev-list -1 --merges 059044cd19e7cd756841b4b22dae69fa09f54287~1..059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] echo 04:44:11 -----------> git rev-list -1 --merges 059044cd19e7cd756841b4b22dae69fa09f54287~1..059044cd19e7cd756841b4b22dae69fa09f54287 059044cd19e7cd756841b4b22dae69fa09f54287 04:44:11 059044cd19e7cd756841b4b22dae69fa09f54287 [false] [Pipeline] sh 04:44:11 + git log --format=format:%s -1 059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] echo 04:44:11 ========================================================= 04:44:11 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 04:44:11 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 04:44:12 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:44:12 + grep -v github /etc/ssh/ssh_known_hosts 04:44:12 + [ -e /tmp/ssh_known_hosts ] 04:44:12 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 04:44:12 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 04:44:12 + sudo tee -a /etc/ssh/ssh_known_hosts 04:44:12 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:44:12 04:44:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:44:13 0.1.4: Pulling from edgex-devops/py-git-semver 04:44:13 b85a868b505f: Pulling fs layer 04:44:13 e2be974225ed: Pulling fs layer 04:44:13 339a4e72a1f5: Pulling fs layer 04:44:13 988bab9f4d93: Pulling fs layer 04:44:13 1469e6f7b9e6: Pulling fs layer 04:44:13 eaf3925da568: Pulling fs layer 04:44:13 bab4dde63d76: Pulling fs layer 04:44:13 bde34c3a00c8: Pulling fs layer 04:44:13 b352a97aabf1: Pulling fs layer 04:44:13 4872d77fe225: Pulling fs layer 04:44:13 5851b861e8e6: Pulling fs layer 04:44:13 988bab9f4d93: Waiting 04:44:13 b352a97aabf1: Waiting 04:44:13 bab4dde63d76: Waiting 04:44:13 bde34c3a00c8: Waiting 04:44:13 4872d77fe225: Waiting 04:44:13 eaf3925da568: Waiting 04:44:13 1469e6f7b9e6: Waiting 04:44:13 e2be974225ed: Verifying Checksum 04:44:13 e2be974225ed: Download complete 04:44:13 988bab9f4d93: Verifying Checksum 04:44:13 988bab9f4d93: Download complete 04:44:13 1469e6f7b9e6: Verifying Checksum 04:44:13 1469e6f7b9e6: Download complete 04:44:13 339a4e72a1f5: Download complete 04:44:13 eaf3925da568: Download complete 04:44:13 bde34c3a00c8: Download complete 04:44:13 b352a97aabf1: Download complete 04:44:13 4872d77fe225: Verifying Checksum 04:44:13 4872d77fe225: Download complete 04:44:13 5851b861e8e6: Verifying Checksum 04:44:13 5851b861e8e6: Download complete 04:44:13 b85a868b505f: Verifying Checksum 04:44:13 b85a868b505f: Download complete 04:44:13 bab4dde63d76: Verifying Checksum 04:44:13 bab4dde63d76: Download complete 04:44:14 b85a868b505f: Pull complete 04:44:14 e2be974225ed: Pull complete 04:44:14 339a4e72a1f5: Pull complete 04:44:14 988bab9f4d93: Pull complete 04:44:15 1469e6f7b9e6: Pull complete 04:44:15 eaf3925da568: Pull complete 04:44:16 bab4dde63d76: Pull complete 04:44:16 bde34c3a00c8: Pull complete 04:44:16 b352a97aabf1: Pull complete 04:44:16 4872d77fe225: Pull complete 04:44:17 5851b861e8e6: Pull complete 04:44:17 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 04:44:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:44:17 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:44:17 prd-ubuntu20.04-docker-8c-8g-5300 does not seem to be running inside a container 04:44:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/651 -v /w/workspace/edgex-go/651:/w/workspace/edgex-go/651:rw,z -v /w/workspace/edgex-go/651@tmp:/w/workspace/edgex-go/651@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 04:44:18 $ docker top 93665a9ff81bf42880d4f6e8415dff3a47adb90cd97008545b649d57ed48af56 -eo pid,comm 04:44:18 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). 04:44:18 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:44:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:44:18 [ssh-agent] Looking for ssh-agent implementation... 04:44:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:44:18 $ docker exec 93665a9ff81bf42880d4f6e8415dff3a47adb90cd97008545b649d57ed48af56 ssh-agent 04:44:18 SSH_AUTH_SOCK=/tmp/ssh-DfgHWtTKxZVW/agent.33 04:44:18 SSH_AGENT_PID=39 04:44:18 Running ssh-add (command line suppressed) 04:44:18 Identity added: /w/workspace/edgex-go/651@tmp/private_key_3387843666195539168.key (/w/workspace/edgex-go/651@tmp/private_key_3387843666195539168.key) 04:44:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:44:19 + git tag --points-at HEAD [Pipeline] } 04:44:19 $ docker exec --env ******** --env ******** 93665a9ff81bf42880d4f6e8415dff3a47adb90cd97008545b649d57ed48af56 ssh-agent -k 04:44:19 unset SSH_AUTH_SOCK; 04:44:19 unset SSH_AGENT_PID; 04:44:19 echo Agent pid 39 killed; 04:44:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:44:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:44:19 [ssh-agent] Looking for ssh-agent implementation... 04:44:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:44:19 $ docker exec 93665a9ff81bf42880d4f6e8415dff3a47adb90cd97008545b649d57ed48af56 ssh-agent 04:44:19 SSH_AUTH_SOCK=/tmp/ssh-P8NS5LuqQsqn/agent.72 04:44:19 SSH_AGENT_PID=78 04:44:19 Running ssh-add (command line suppressed) 04:44:19 Identity added: /w/workspace/edgex-go/651@tmp/private_key_7223826353073326131.key (/w/workspace/edgex-go/651@tmp/private_key_7223826353073326131.key) 04:44:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:44:19 + git semver init 04:44:20 2024-07-10 04:44:20,102 [run_init] DEBUG init version:0.0.0 force:False 04:44:20 2024-07-10 04:44:20,104 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/651/.semver 04:44:20 2024-07-10 04:44:20,104 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/651/.semver 04:44:20 2024-07-10 04:44:20,104 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/651/.semver'], cwd=/w/workspace/edgex-go/651, universal_newlines=False, shell=None, istream=None) 04:44:24 2024-07-10 04:44:24,238 [append_file] DEBUG append to file:/w/workspace/edgex-go/651/.git/info/exclude 04:44:24 2024-07-10 04:44:24,238 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/651/.semver/main with force:False 04:44:24 2024-07-10 04:44:24,238 [read_version] DEBUG read version from /w/workspace/edgex-go/651/.semver/main 04:44:24 2024-07-10 04:44:24,239 [read_version] DEBUG read version from /w/workspace/edgex-go/651/.semver/main 04:44:24 3.2.0-dev.33 [Pipeline] } 04:44:24 $ docker exec --env ******** --env ******** 93665a9ff81bf42880d4f6e8415dff3a47adb90cd97008545b649d57ed48af56 ssh-agent -k 04:44:24 unset SSH_AUTH_SOCK; 04:44:24 unset SSH_AGENT_PID; 04:44:24 echo Agent pid 78 killed; 04:44:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:44:24 + git semver [Pipeline] } 04:44:25 $ docker stop --time=1 93665a9ff81bf42880d4f6e8415dff3a47adb90cd97008545b649d57ed48af56 04:44:26 $ docker rm -f --volumes 93665a9ff81bf42880d4f6e8415dff3a47adb90cd97008545b649d57ed48af56 [Pipeline] // withDockerContainer [Pipeline] sh 04:44:26 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:44:26 Stashed 1 file(s) [Pipeline] echo 04:44:26 [edgeXSemver]: initialized semver on version 3.2.0-dev.33 [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 04:44:27 + git config --global --add safe.directory /w/workspace/edgex-go/651 [Pipeline] echo 04:44:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 04:44:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 04:44:27 ========================================================= 04:44:27 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 04:44:27 ========================================================= [Pipeline] fileExists [Pipeline] sh 04:44:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 04:44:27 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 04:44:27 619be1103602: Pulling fs layer 04:44:27 7862e08f4a3e: Pulling fs layer 04:44:27 5df492c9dc93: Pulling fs layer 04:44:27 7629e6793208: Pulling fs layer 04:44:27 4f4fb700ef54: Pulling fs layer 04:44:27 fb5054dd5b73: Pulling fs layer 04:44:27 eeca6798cff9: Pulling fs layer 04:44:27 aa269ceb94a6: Pulling fs layer 04:44:27 ada007ff1a6a: Pulling fs layer 04:44:27 eeca6798cff9: Waiting 04:44:27 7629e6793208: Waiting 04:44:27 aa269ceb94a6: Waiting 04:44:27 ada007ff1a6a: Waiting 04:44:27 fb5054dd5b73: Waiting 04:44:27 4f4fb700ef54: Waiting 04:44:27 7862e08f4a3e: Verifying Checksum 04:44:27 7862e08f4a3e: Download complete 04:44:27 7629e6793208: Verifying Checksum 04:44:27 7629e6793208: Download complete 04:44:27 4f4fb700ef54: Verifying Checksum 04:44:27 4f4fb700ef54: Download complete 04:44:27 fb5054dd5b73: Verifying Checksum 04:44:27 fb5054dd5b73: Download complete 04:44:27 619be1103602: Verifying Checksum 04:44:27 619be1103602: Download complete 04:44:27 eeca6798cff9: Verifying Checksum 04:44:27 eeca6798cff9: Download complete 04:44:27 619be1103602: Pull complete 04:44:27 7862e08f4a3e: Pull complete 04:44:27 ada007ff1a6a: Verifying Checksum 04:44:27 ada007ff1a6a: Download complete 04:44:28 5df492c9dc93: Verifying Checksum 04:44:28 5df492c9dc93: Download complete 04:44:28 aa269ceb94a6: Verifying Checksum 04:44:28 aa269ceb94a6: Download complete 04:44:31 5df492c9dc93: Pull complete 04:44:31 7629e6793208: Pull complete 04:44:31 4f4fb700ef54: Pull complete 04:44:31 fb5054dd5b73: Pull complete 04:44:31 eeca6798cff9: Pull complete 04:44:33 aa269ceb94a6: Pull complete 04:44:33 ada007ff1a6a: Pull complete 04:44:33 Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 04:44:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 04:44:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh 04:44:33 + echo+ FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 04:44:33 WORKDIR /edgex 04:44:33 COPY go.mod . 04:44:33 RUN go mod download 04:44:33 docker build -t ci-base-image-x86_64 -f - . 04:44:34 Sending build context to Docker daemon 178.6MB 04:44:34 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 04:44:34 ---> f489d0715acc 04:44:34 Step 2/4 : WORKDIR /edgex 04:44:36 ---> Running in 74c45718bfb0 04:44:36 Removing intermediate container 74c45718bfb0 04:44:36 ---> aefda60e8721 04:44:36 Step 3/4 : COPY go.mod . 04:44:36 ---> 893da817e532 04:44:36 Step 4/4 : RUN go mod download 04:44:36 ---> Running in fe9bcc95134b 04:44:42 Still waiting to schedule task 04:44:42 ‘prd-ubuntu20.04-docker-arm64-4c-16g-5299’ is offline 04:44:54 Removing intermediate container fe9bcc95134b 04:44:54 ---> 6eb8822365c3 04:44:54 Successfully built 6eb8822365c3 04:44:54 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:54 + docker inspect -f . ci-base-image-x86_64 04:44:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:44:54 prd-ubuntu20.04-docker-8c-8g-5300 does not seem to be running inside a container 04:44:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/651 -v /w/workspace/edgex-go/651:/w/workspace/edgex-go/651:rw,z -v /w/workspace/edgex-go/651@tmp:/w/workspace/edgex-go/651@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 04:44:55 $ docker top 1008cc8cefb625a2a08029e58060d82173e3b53d3002e6c13086c1b350be697e -eo pid,comm [Pipeline] { [Pipeline] sh 04:44:55 + go version 04:44:55 go version go1.21.9 linux/amd64 [Pipeline] } 04:44:55 $ docker stop --time=1 1008cc8cefb625a2a08029e58060d82173e3b53d3002e6c13086c1b350be697e 04:44:56 $ docker rm -f --volumes 1008cc8cefb625a2a08029e58060d82173e3b53d3002e6c13086c1b350be697e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:57 + docker inspect -f . ci-base-image-x86_64 04:44:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:44:57 prd-ubuntu20.04-docker-8c-8g-5300 does not seem to be running inside a container 04:44:57 $ 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/651 -v /w/workspace/edgex-go/651:/w/workspace/edgex-go/651:rw,z -v /w/workspace/edgex-go/651@tmp:/w/workspace/edgex-go/651@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 04:44:57 $ docker top d2cec9901b52875137e4dc3a735f51264fb9e18257a9e5c135caa278c8d9dcc3 -eo pid,comm [Pipeline] { [Pipeline] echo 04:44:57 ========================================================= 04:44:57 [edgeXBuildGoParallel] Running Tests and Build... 04:44:57 ========================================================= [Pipeline] sh 04:44:58 + git config --global --add safe.directory /w/workspace/edgex-go/651 [Pipeline] fileExists [Pipeline] sh 04:44:58 + make test 04:44:58 go test -race -coverprofile=coverage.out ./... 04:45:06 ? github.com/edgexfoundry/edgex-go [no test files] 04:45:45 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:45:45 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 04:45:45 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:45:45 ? github.com/edgexfoundry/edgex-go/cmd/core-keeper [no test files] 04:45:45 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:45:45 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 04:45:45 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:45:45 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 04:45:45 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 04:45:45 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:45:45 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 04:45:45 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:45:45 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:45:45 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:45:45 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 04:45:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:45:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:45:45 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.028s coverage: 28.7% of statements 04:45:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 04:45:45 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 04:45:45 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 04:45:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:45:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:45:45 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.040s coverage: 97.0% of statements 04:45:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 04:45:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 04:45:45 ? github.com/edgexfoundry/edgex-go/internal/core/keeper [no test files] 04:45:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 04:45:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:45:45 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/application [no test files] 04:45:45 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/config [no test files] 04:45:45 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 04:45:45 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/container [no test files] 04:45:46 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 04:45:46 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks [no test files] 04:45:46 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/registry [no test files] 04:45:46 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/utils [no test files] 04:45:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 04:45:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:45:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:45:47 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.063s coverage: 69.2% of statements 04:45:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.045s coverage: 53.2% of statements 04:45:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.534s coverage: 93.4% of statements 04:45:47 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.045s coverage: 91.7% of statements 04:45:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.040s coverage: 6.5% of statements 04:45:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 04:45:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 04:45:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 04:45:49 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:45:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 04:45:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:45:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 04:45:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:45:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:45:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:45:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.370s coverage: 95.8% of statements 04:45:51 ok github.com/edgexfoundry/edgex-go/internal/io 1.021s coverage: 72.2% of statements 04:45:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 04:45:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 04:45:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.048s coverage: 0.8% of statements 04:45:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.024s coverage: 32.2% of statements 04:45:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.024s coverage: 41.7% of statements 04:45:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 2.022s coverage: 77.8% of statements 04:45:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.018s coverage: 94.1% of statements 04:45:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.036s coverage: 96.3% of statements 04:45:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.021s coverage: 87.5% of statements 04:45:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 04:45:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 04:45:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 04:45:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 04:45:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 04:45:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 04:45:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 04:45:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 04:45:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 04:45:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 04:45:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 04:45:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 04:45:55 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 04:45:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 04:45:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 04:45:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 04:45:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 04:45:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:45:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:46:02 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 04:46:02 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 04:46:02 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 04:46:03 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:46:03 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:46:03 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 04:46:03 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 04:46:03 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 04:46:03 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 04:46:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 04:46:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.027s coverage: 94.4% of statements 04:46:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 04:46:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 04:46:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:46:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:46:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 04:46:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 04:46:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 04:46:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 04:46:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:46:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:46:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 04:46:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 04:46:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.242s coverage: 79.9% of statements 04:46:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.042s coverage: 92.9% of statements 04:46:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.018s coverage: 64.4% of statements 04:46:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.028s coverage: 62.3% of statements 04:46:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 13.026s coverage: 87.2% of statements 04:46:18 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.019s coverage: 20.0% of statements 04:46:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.019s coverage: 100.0% of statements 04:46:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.069s coverage: 81.8% of statements 04:46:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.058s coverage: 82.1% of statements 04:46:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.022s coverage: 86.0% of statements 04:46:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.131s coverage: 63.1% of statements 04:46:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.024s coverage: 100.0% of statements 04:46:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.021s coverage: 89.4% of statements 04:46:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.016s coverage: 100.0% of statements 04:46:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.026s coverage: 73.7% of statements 04:46:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.014s coverage: 100.0% of statements 04:46:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.138s coverage: 38.4% of statements 04:46:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.023s coverage: 89.5% of statements 04:46:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.017s coverage: 84.8% of statements 04:46:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.041s coverage: 19.9% of statements 04:46:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.090s coverage: 95.7% of statements 04:46:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.027s coverage: 61.8% of statements 04:46:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.058s coverage: 98.9% of statements 04:46:18 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 04:46:18 running golangci-lint 04:46:18 golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z 04:46:18 go version go1.21.9 linux/amd64 04:46:18 level=info msg="[config_reader] Used config file .golangci.yml" 04:46:18 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 04:46:20 Running on prd-ubuntu20.04-docker-arm64-4c-16g-5302 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 04:46:20 Running in /w/workspace/edgex-go/651 [Pipeline] { [Pipeline] checkout 04:46:21 The recommended git tool is: git 04:46:28 using credential edgex-jenkins-ssh 04:46:28 Cloning the remote Git repository 04:46:28 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:46:29 > git init /w/workspace/edgex-go/651 # timeout=10 04:46:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:46:29 > git --version # timeout=10 04:46:29 > git --version # 'git version 2.25.1' 04:46:29 using GIT_SSH to set credentials SSH Credentials for GitHub 04:46:29 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:46:40 level=info msg="[loader] Go packages loading at mode 575 (types_sizes|deps|exports_file|imports|name|compiled_files|files) took 20.862251128s" 04:46:40 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 37.760912ms" 04:46:49 Avoid second fetch 04:46:49 Checking out Revision 059044cd19e7cd756841b4b22dae69fa09f54287 (main) 04:46:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:46:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:46:49 > git config core.sparsecheckout # timeout=10 04:46:49 > git checkout -f 059044cd19e7cd756841b4b22dae69fa09f54287 # timeout=10 04:46:50 Commit message: "Merge pull request #4822 from cloudxxx8/bump-spire" 04:46:52 level=info msg="[linters_context/goanalysis] analyzers took 1m35.168271976s with top 10 stages: buildir: 53.98462245s, gosec: 8.212722748s, inspect: 2.890009374s, fact_deprecated: 2.772149564s, printf: 1.761563571s, ctrlflow: 1.737073716s, fact_purity: 1.18589907s, nilness: 1.082318435s, S1038: 1.055488504s, typedness: 719.770074ms" 04:46:52 level=info msg="[runner] Issues before processing: 209, after processing: 0" 04:46:52 level=info msg="[runner] Processors filtering stat (out/in): skip_dirs: 209/209, autogenerated_exclude: 209/209, exclude: 209/209, cgo: 209/209, path_prettifier: 209/209, exclude-rules: 21/209, nolint: 0/21, skip_files: 209/209, identifier_marker: 209/209, filename_unadjuster: 209/209" 04:46:52 level=info msg="[runner] processing took 21.247184ms with stages: nolint: 8.306235ms, identifier_marker: 6.994106ms, autogenerated_exclude: 2.079464ms, path_prettifier: 1.707973ms, exclude-rules: 1.326711ms, skip_dirs: 757.123µs, cgo: 47.691µs, filename_unadjuster: 21.431µs, fixer: 970ns, max_same_issues: 970ns, exclude: 740ns, uniq_by_line: 680ns, skip_files: 520ns, max_from_linter: 470ns, source_code: 410ns, severity-rules: 390ns, sort_results: 370ns, path_shortener: 360ns, diff: 330ns, max_per_file_from_linter: 120ns, path_prefixer: 120ns" 04:46:52 level=info msg="[runner] linters took 11.836108818s with stages: goanalysis_metalinter: 11.814762201s" 04:46:52 level=info msg="File cache stats: 0 entries of total size 0B" 04:46:52 level=info msg="Memory: 329 samples, avg is 302.1MB, max is 1292.8MB" 04:46:52 level=info msg="Execution took 32.74371628s" 04:46:52 go vet ./... [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:46:54 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 04:46:54 % Total % Received % Xferd Average Speed Time Time Time Current 04:46:54 Dload Upload Total Spent Left Speed 04:46:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 114k 0 --:--:-- --:--:-- --:--:-- 114k [Pipeline] sh 04:46:55 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 04:46:55 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}+ /etc/docker/daemon.json 04:46:55 sudo tee /etc/docker/daemon.new 04:46:55 { 04:46:55 "registry-mirrors": [ 04:46:55 "https://nexus3.edgexfoundry.org:10001" 04:46:55 ], 04:46:55 "bip": "10.250.0.254/24", 04:46:55 "hosts": [ 04:46:55 "tcp://0.0.0.0:5555", 04:46:55 "unix:///var/run/docker.sock" 04:46:55 ], 04:46:55 "mtu": 1458, 04:46:55 "selinux-enabled": true, 04:46:55 "seccomp-profile": "/etc/docker/seccomp.json" 04:46:55 } [Pipeline] sh 04:46:55 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 04:46:56 + sudo service docker restart 04:46:58 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:46:58 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:46:58 ./bin/test-attribution-txt.sh [Pipeline] echo 04:46:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh 04:46:58 + ls -al . 04:46:58 total 840 04:46:58 drwxrwxr-x 11 1001 1001 4096 Jul 10 04:44 . 04:46:58 drwxr-xr-x 4 root root 4096 Jul 10 04:44 .. 04:46:58 drwxrwxr-x 2 1001 1001 4096 Jul 10 04:44 .blubracket 04:46:58 -rw-rw-r-- 1 1001 1001 10 Jul 10 04:44 .dockerignore 04:46:58 drwxrwxr-x 8 1001 1001 4096 Jul 10 04:46 .git 04:46:58 drwxrwxr-x 3 1001 1001 4096 Jul 10 04:44 .github 04:46:58 -rw-rw-r-- 1 1001 1001 1102 Jul 10 04:44 .gitignore 04:46:58 -rw-rw-r-- 1 1001 1001 42 Jul 10 04:44 .golangci.yml 04:46:58 -rw-rw-r-- 1 1001 1001 100 Jul 10 04:44 .hadolint.yml 04:46:58 drwxr-xr-x 3 1001 1001 4096 Jul 10 04:44 .semver 04:46:58 -rw-rw-r-- 1 1001 1001 155 Jul 10 04:44 .sonarcloud.properties 04:46:58 -rw-rw-r-- 1 1001 1001 1171 Jul 10 04:44 ADOPTERS.md 04:46:58 -rw-rw-r-- 1 1001 1001 20361 Jul 10 04:44 Attribution.txt 04:46:58 -rw-rw-r-- 1 1001 1001 100284 Jul 10 04:44 CHANGELOG.md 04:46:58 -rw-rw-r-- 1 1001 1001 3804 Jul 10 04:44 CONTRIBUTING.md 04:46:58 -rw-rw-r-- 1 1001 1001 677 Jul 10 04:44 GOVERNANCE.md 04:46:58 -rw-rw-r-- 1 1001 1001 861 Jul 10 04:44 Jenkinsfile 04:46:58 -rw-rw-r-- 1 1001 1001 10775 Jul 10 04:44 LICENSE 04:46:58 -rw-rw-r-- 1 1001 1001 16051 Jul 10 04:44 Makefile 04:46:58 -rw-rw-r-- 1 1001 1001 582 Jul 10 04:44 OWNERS.md 04:46:58 -rw-rw-r-- 1 1001 1001 9528 Jul 10 04:44 README.md 04:46:58 -rw-rw-r-- 1 1001 1001 789 Jul 10 04:44 SECURITY.md 04:46:58 -rw-rw-r-- 1 1001 1001 12 Jul 10 04:44 VERSION 04:46:58 drwxrwxr-x 2 1001 1001 4096 Jul 10 04:44 bin 04:46:58 drwxrwxr-x 19 1001 1001 4096 Jul 10 04:44 cmd 04:46:58 -rw-r--r-- 1 root root 481596 Jul 10 04:46 coverage.out 04:46:58 drwxrwxr-x 2 1001 1001 4096 Jul 10 04:44 fuzz_test 04:46:58 -rw-rw-r-- 1 1001 1001 6911 Jul 10 04:44 go.mod 04:46:58 -rw-rw-r-- 1 1001 1001 101537 Jul 10 04:44 go.sum 04:46:58 drwxrwxr-x 7 1001 1001 4096 Jul 10 04:44 internal 04:46:58 drwxrwxr-x 3 1001 1001 4096 Jul 10 04:44 openapi 04:46:58 -rw-rw-r-- 1 1001 1001 584 Jul 10 04:44 security.txt 04:46:58 -rw-rw-r-- 1 1001 1001 204 Jul 10 04:44 version.go [Pipeline] sh 04:46:59 + '[' -e coverage.out ] 04:46:59 + chown 1001:1001 coverage.out [Pipeline] stash 04:46:59 Stashed 1 file(s) [Pipeline] sh 04:46:59 + make build 04:46:59 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:47:14 provisioning config files... 04:47:14 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/651@tmp/config11877883401023093948tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:47:14 ---> ****-login.sh 04:47:14 nexus3.edgexfoundry.org:10001 04:47:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:47:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:47:15 Configure a credential helper to remove this warning. See 04:47:15 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:47:15 04:47:15 Login Succeeded 04:47:15 nexus3.edgexfoundry.org:10002 04:47:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:47:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:47:15 Configure a credential helper to remove this warning. See 04:47:15 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:47:15 04:47:15 Login Succeeded 04:47:15 nexus3.edgexfoundry.org:10003 04:47:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:47:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:47:16 Configure a credential helper to remove this warning. See 04:47:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:47:16 04:47:16 Login Succeeded 04:47:16 nexus3.edgexfoundry.org:10004 04:47:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:47:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:47:16 Configure a credential helper to remove this warning. See 04:47:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:47:16 04:47:16 Login Succeeded 04:47:16 ****.io 04:47:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:47:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:47:17 Configure a credential helper to remove this warning. See 04:47:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:47:17 04:47:17 Login Succeeded 04:47:17 ---> ****-login.sh ends [Pipeline] } 04:47:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 04:47:17 + git config --global --add safe.directory /w/workspace/edgex-go/651 [Pipeline] echo 04:47:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 04:47:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 04:47:17 ========================================================= 04:47:17 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 04:47:17 ========================================================= [Pipeline] fileExists [Pipeline] sh 04:47:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 04:47:18 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:47:18 c6b39de5b339: Pulling fs layer 04:47:18 a69c41024577: Pulling fs layer 04:47:18 d6de4b400683: Pulling fs layer 04:47:18 35cb2a7552d0: Pulling fs layer 04:47:18 4f4fb700ef54: Pulling fs layer 04:47:18 464afbd9ba4c: Pulling fs layer 04:47:18 00f215d4a9da: Pulling fs layer 04:47:18 d496ad576159: Pulling fs layer 04:47:18 00f215d4a9da: Waiting 04:47:18 4f4fb700ef54: Waiting 04:47:18 35cb2a7552d0: Waiting 04:47:18 464afbd9ba4c: Waiting 04:47:18 d496ad576159: Waiting 04:47:18 a69c41024577: Verifying Checksum 04:47:18 a69c41024577: Download complete 04:47:18 35cb2a7552d0: Verifying Checksum 04:47:18 35cb2a7552d0: Download complete 04:47:18 4f4fb700ef54: Verifying Checksum 04:47:18 4f4fb700ef54: Download complete 04:47:18 464afbd9ba4c: Verifying Checksum 04:47:18 464afbd9ba4c: Download complete 04:47:18 c6b39de5b339: Download complete 04:47:18 d496ad576159: Verifying Checksum 04:47:18 d496ad576159: Download complete 04:47:19 c6b39de5b339: Pull complete 04:47:19 a69c41024577: Pull complete 04:47:20 d6de4b400683: Download complete 04:47:21 00f215d4a9da: Verifying Checksum 04:47:21 00f215d4a9da: Download complete 04:47:21 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:47:23 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 04:47:24 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 04:47:25 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 04:47:26 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:47:30 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:47:31 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 04:47:33 d6de4b400683: Pull complete 04:47:33 35cb2a7552d0: Pull complete 04:47:33 4f4fb700ef54: Pull complete 04:47:33 464afbd9ba4c: Pull complete 04:47:33 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:47:34 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:47:35 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 04:47:35 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 04:47:36 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 04:47:37 $ docker stop --time=1 d2cec9901b52875137e4dc3a735f51264fb9e18257a9e5c135caa278c8d9dcc3 04:47:43 00f215d4a9da: Pull complete 04:47:44 $ docker rm -f --volumes d2cec9901b52875137e4dc3a735f51264fb9e18257a9e5c135caa278c8d9dcc3 04:47:44 d496ad576159: Pull complete 04:47:44 Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 04:47:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 04:47:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] fileExists [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 04:47:45 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 04:47:45 WORKDIR /edgex 04:47:45 COPY go.mod . 04:47:45 RUN go mod download 04:47:45 + docker build -t ci-base-image-arm64 -f - . [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:47:45 04:47:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:45 Sending build context to Docker daemon 3.185MB 04:47:45 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 04:47:45 ---> f246e2811388 04:47:45 Step 2/4 : WORKDIR /edgex 04:47:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:47:46 latest: Pulling from edgex-devops/edgex-compose 04:47:46 91d30c5bc195: Pulling fs layer 04:47:46 2e9b0aa3be6d: Pulling fs layer 04:47:46 9c61dcf015f6: Pulling fs layer 04:47:46 4698f68db338: Pulling fs layer 04:47:46 2a2f49069b9e: Pulling fs layer 04:47:46 e0025b399a48: Pulling fs layer 04:47:46 4698f68db338: Waiting 04:47:46 2a2f49069b9e: Waiting 04:47:46 e0025b399a48: Waiting 04:47:46 91d30c5bc195: Verifying Checksum 04:47:46 91d30c5bc195: Download complete 04:47:46 4698f68db338: Verifying Checksum 04:47:46 4698f68db338: Download complete 04:47:46 2e9b0aa3be6d: Verifying Checksum 04:47:46 2e9b0aa3be6d: Download complete 04:47:46 e0025b399a48: Verifying Checksum 04:47:46 e0025b399a48: Download complete 04:47:46 91d30c5bc195: Pull complete 04:47:46 2a2f49069b9e: Verifying Checksum 04:47:46 2a2f49069b9e: Download complete 04:47:46 2e9b0aa3be6d: Pull complete 04:47:46 9c61dcf015f6: Verifying Checksum 04:47:46 9c61dcf015f6: Download complete 04:47:47 ---> Running in 5c5eb52c3226 04:47:47 Removing intermediate container 5c5eb52c3226 04:47:47 ---> 5827296e9779 04:47:47 Step 3/4 : COPY go.mod . 04:47:48 ---> 5210c5b6d1ad 04:47:48 Step 4/4 : RUN go mod download 04:47:48 ---> Running in 192423cea092 04:47:49 9c61dcf015f6: Pull complete 04:47:49 4698f68db338: Pull complete 04:47:49 2a2f49069b9e: Pull complete 04:47:49 e0025b399a48: Pull complete 04:47:49 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 04:47:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:47:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:47:49 prd-ubuntu20.04-docker-8c-8g-5300 does not seem to be running inside a container 04:47:49 $ 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/651 -v /w/workspace/edgex-go/651:/w/workspace/edgex-go/651:rw,z -v /w/workspace/edgex-go/651@tmp:/w/workspace/edgex-go/651@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 04:47:53 $ docker top 569ddc5d24eee794a90a84230b5a13a631efa55328c10ffebea2b7e1e265692d -eo pid,comm [Pipeline] { [Pipeline] sh 04:47:53 + docker compose -f ./docker-compose-build.yml build --parallel 04:47:56 #1 [security-proxy-setup internal] load build definition from Dockerfile 04:47:56 #1 transferring dockerfile: 2.50kB done 04:47:56 #1 DONE 0.0s 04:47:56 04:47:56 #2 [core-command internal] load build definition from Dockerfile 04:47:56 #2 transferring dockerfile: 1.93kB done 04:47:56 #2 DONE 0.0s 04:47:56 04:47:56 #3 [core-data internal] load build definition from Dockerfile 04:47:56 #3 transferring dockerfile: 2.01kB done 04:47:56 #3 DONE 0.0s 04:47:56 04:47:56 #4 [core-common-config-bootstrapper internal] load build definition from Dockerfile 04:47:56 #4 transferring dockerfile: 2.23kB done 04:47:56 #4 DONE 0.0s 04:47:56 04:47:56 #5 [security-spire-agent internal] load build definition from Dockerfile 04:47:56 #5 transferring dockerfile: 1.81kB done 04:47:56 #5 DONE 0.0s 04:47:56 04:47:56 #6 [core-metadata internal] load build definition from Dockerfile 04:47:56 #6 transferring dockerfile: 2.06kB done 04:47:56 #6 DONE 0.0s 04:47:56 04:47:56 #7 [security-spire-server internal] load build definition from Dockerfile 04:47:56 #7 transferring dockerfile: 1.70kB done 04:47:56 #7 DONE 0.0s 04:47:56 04:47:56 #8 [security-proxy-setup internal] load .dockerignore 04:47:56 #8 transferring context: 50B done 04:47:56 #8 DONE 0.0s 04:47:56 04:47:56 #9 [security-bootstrapper internal] load build definition from Dockerfile 04:47:56 #9 transferring dockerfile: 2.93kB done 04:47:56 #9 DONE 0.0s 04:47:56 04:47:56 #10 [security-proxy-auth internal] load build definition from Dockerfile 04:47:56 #10 transferring dockerfile: 2.15kB done 04:47:56 #10 DONE 0.0s 04:47:56 04:47:56 #11 [security-secretstore-setup internal] load build definition from Dockerfile 04:47:56 #11 transferring dockerfile: 2.49kB done 04:47:56 #11 DONE 0.0s 04:47:56 04:47:56 #12 [support-notifications internal] load build definition from Dockerfile 04:47:56 #12 transferring dockerfile: 1.95kB done 04:47:56 #12 DONE 0.0s 04:47:56 04:47:56 #13 [core-keeper internal] load build definition from Dockerfile 04:47:56 #13 transferring dockerfile: 2.01kB done 04:47:56 #13 DONE 0.0s 04:47:56 04:47:56 #14 [security-spiffe-token-provider internal] load build definition from Dockerfile 04:47:56 #14 transferring dockerfile: 1.89kB done 04:47:56 #14 DONE 0.0s 04:47:56 04:47:56 #15 [security-spire-config internal] load build definition from Dockerfile 04:47:56 #15 transferring dockerfile: 1.69kB done 04:47:56 #15 DONE 0.1s 04:47:56 04:47:56 #16 [support-scheduler internal] load build definition from Dockerfile 04:47:56 #16 transferring dockerfile: 1.93kB done 04:47:56 #16 DONE 0.0s 04:47:56 04:47:56 #17 [core-command internal] load .dockerignore 04:47:56 #17 transferring context: 50B done 04:47:56 #17 DONE 0.0s 04:47:56 04:47:56 #18 [core-data internal] load .dockerignore 04:47:56 #18 transferring context: 50B done 04:47:56 #18 DONE 0.0s 04:47:56 04:47:56 #19 [core-common-config-bootstrapper internal] load .dockerignore 04:47:56 #19 transferring context: 50B done 04:47:56 #19 DONE 0.0s 04:47:56 04:47:56 #20 [security-spire-agent internal] load .dockerignore 04:47:56 #20 transferring context: 50B done 04:47:56 #20 DONE 0.0s 04:47:56 04:47:56 #21 [core-metadata internal] load .dockerignore 04:47:56 #21 transferring context: 50B done 04:47:56 #21 DONE 0.0s 04:47:56 04:47:56 #22 [security-spire-server internal] load .dockerignore 04:47:56 #22 transferring context: 50B done 04:47:56 #22 DONE 0.0s 04:47:56 04:47:56 #23 [security-bootstrapper internal] load .dockerignore 04:47:56 #23 transferring context: 50B done 04:47:56 #23 DONE 0.0s 04:47:56 04:47:56 #24 [security-proxy-auth internal] load .dockerignore 04:47:56 #24 transferring context: 50B done 04:47:56 #24 DONE 0.0s 04:47:56 04:47:56 #25 [security-secretstore-setup internal] load .dockerignore 04:47:56 #25 transferring context: 50B done 04:47:56 #25 DONE 0.0s 04:47:56 04:47:56 #26 [support-notifications internal] load .dockerignore 04:47:56 #26 transferring context: 50B done 04:47:56 #26 DONE 0.0s 04:47:56 04:47:56 #27 [core-keeper internal] load .dockerignore 04:47:56 #27 transferring context: 50B done 04:47:56 #27 DONE 0.0s 04:47:56 04:47:56 #28 [security-spire-config internal] load .dockerignore 04:47:56 #28 transferring context: 50B done 04:47:56 #28 DONE 0.0s 04:47:56 04:47:56 #29 [security-spiffe-token-provider internal] load .dockerignore 04:47:56 #29 transferring context: 50B done 04:47:56 #29 DONE 0.0s 04:47:56 04:47:56 #30 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 04:47:56 #30 DONE 0.0s 04:47:56 04:47:56 #31 [support-scheduler internal] load .dockerignore 04:47:56 #31 transferring context: 50B done 04:47:56 #31 DONE 0.0s 04:47:56 04:47:56 #32 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.18 04:47:56 #32 DONE 0.1s 04:47:56 04:47:56 #33 [security-proxy-setup stage-1 1/11] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 04:47:56 #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 04:47:56 #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 04:47:56 #33 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done 04:47:56 #33 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done 04:47:56 #33 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.1s 04:47:57 #33 ... 04:47:57 04:47:57 #30 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 04:47:57 #30 DONE 0.0s 04:47:57 04:47:57 #32 [core-command internal] load metadata for docker.io/library/alpine:3.18 04:47:57 #32 DONE 0.1s 04:47:57 04:47:57 #33 [core-command stage-1 1/11] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 04:47:57 #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 04:47:57 #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 04:47:57 #33 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done 04:47:57 #33 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done 04:47:57 #33 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.2s done 04:47:57 #33 extracting sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 04:47:57 #33 ... 04:47:57 04:47:57 #30 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 04:47:57 #30 DONE 0.0s 04:47:57 04:47:57 #32 [core-metadata internal] load metadata for docker.io/library/alpine:3.18 04:47:57 #32 DONE 0.2s 04:47:57 04:47:57 #33 [core-metadata stage-1 1/11] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 04:47:57 #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 04:47:57 #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 04:47:57 #33 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done 04:47:57 #33 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done 04:47:57 #33 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.2s done 04:47:57 #33 ... 04:47:57 04:47:57 #30 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 04:47:57 #30 DONE 0.0s 04:47:57 04:47:57 #33 [security-bootstrapper stage-1 1/11] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 04:47:57 #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 04:47:57 #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 04:47:57 #33 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done 04:47:57 #33 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done 04:47:57 #33 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.2s done 04:47:57 #33 extracting sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 0.2s done 04:47:57 #33 ... 04:47:57 04:47:57 #30 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 04:47:57 #30 DONE 0.0s 04:47:57 04:47:57 #30 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 04:47:57 #30 DONE 0.0s 04:47:57 04:47:57 #33 [support-notifications stage-1 1/11] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 04:47:57 #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 04:47:57 #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 04:47:57 #33 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done 04:47:57 #33 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done 04:47:57 #33 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.2s done 04:47:57 #33 extracting sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 0.2s done 04:47:57 #33 ... 04:47:57 04:47:57 #30 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 04:47:57 #30 DONE 0.0s 04:47:57 04:47:57 #32 [support-scheduler internal] load metadata for docker.io/library/alpine:3.18 04:47:57 #32 DONE 0.7s 04:47:57 04:47:57 #33 [core-common-config-bootstrapper stage-1 1/11] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 04:47:57 #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 04:47:57 #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 04:47:57 #33 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done 04:47:57 #33 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done 04:47:57 #33 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.2s done 04:47:57 #33 extracting sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 0.2s done 04:47:57 #33 DONE 1.1s 04:47:57 04:47:57 #34 [security-spiffe-token-provider internal] load build context 04:47:58 #34 ... 04:47:58 04:47:58 #35 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 04:47:58 #35 DONE 1.0s 04:47:58 04:47:58 #33 [security-spire-config stage-1 1/11] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 04:47:58 #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 04:47:58 #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 04:47:58 #33 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done 04:47:58 #33 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done 04:47:58 #33 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.2s done 04:47:58 #33 extracting sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 0.2s done 04:47:58 #33 DONE 1.1s 04:47:58 04:47:58 #36 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 04:47:58 #36 DONE 1.1s 04:47:58 04:47:58 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:47:58 #37 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:47:58 #37 ... 04:47:58 04:47:58 #38 [core-command builder 1/7] FROM docker.io/library/ci-base-image-x86_64 04:47:58 #38 DONE 1.6s 04:47:58 04:47:58 #34 [security-spiffe-token-provider internal] load build context 04:47:59 #34 ... 04:47:59 04:47:59 #39 [security-spire-server internal] load build context 04:47:59 #39 transferring context: 26.79kB 0.0s done 04:47:59 #39 DONE 0.9s 04:47:59 04:47:59 #34 [security-spiffe-token-provider internal] load build context 04:47:59 #34 ... 04:47:59 04:47:59 #40 [security-spire-agent internal] load build context 04:47:59 #40 transferring context: 26.32kB 0.1s done 04:47:59 #40 DONE 1.0s 04:47:59 04:47:59 #34 [security-spiffe-token-provider internal] load build context 04:47:59 #34 ... 04:47:59 04:47:59 #41 [security-spire-config internal] load build context 04:47:59 #41 transferring context: 25.04kB 0.0s done 04:47:59 #41 DONE 1.1s 04:47:59 04:47:59 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:47:59 #37 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.1s done 04:47:59 #37 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 04:47:59 #37 sha256:635ef0c15e5d10109d5e7842c7878c49c6edc3c6cbe33257f9a5a7800c36b8fc 1.05kB / 1.05kB done 04:47:59 #37 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done 04:47:59 #37 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0B / 114B 0.1s 04:47:59 #37 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.3s 04:47:59 #37 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.3s 04:48:01 #37 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0B / 283B 1.8s 04:48:02 #37 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 2.6s 04:48:03 #37 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 3.4s done 04:48:03 #37 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done 04:48:04 #37 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 4.8s done 04:48:04 #37 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 5.5s done 04:48:04 #37 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 5.5s done 04:48:06 #37 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done 04:48:06 #37 ... 04:48:06 04:48:06 #42 [security-proxy-setup internal] load build context 04:48:06 #42 transferring context: 439.76MB 9.4s done 04:48:06 #42 ... 04:48:06 04:48:06 #43 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 04:48:06 #43 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.1s done 04:48:06 #43 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done 04:48:06 #43 sha256:1fcf53c806298a8fb3f151b1a5597420145ec1ac8dcc22c9b93d48ad1d788b34 1.05kB / 1.05kB done 04:48:06 #43 sha256:b8f0c3debb052bf3ec04f6a01139fc8d0eaea748ab628fea2efcdfd913787512 1.59kB / 1.59kB done 04:48:06 #43 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 3.0s done 04:48:06 #43 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 4.5s done 04:48:06 #43 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done 04:48:06 #43 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done 04:48:06 #43 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 7.2s 04:48:06 #43 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 7.2s 04:48:07 #43 ... 04:48:07 04:48:07 #44 [core-command internal] load build context 04:48:07 #44 ... 04:48:07 04:48:07 #45 [core-common-config-bootstrapper internal] load build context 04:48:07 #45 transferring context: 439.76MB 10.0s done 04:48:07 #45 ... 04:48:07 04:48:07 #46 [core-metadata internal] load build context 04:48:07 #46 ... 04:48:07 04:48:07 #47 [security-bootstrapper internal] load build context 04:48:07 #47 transferring context: 439.76MB 9.8s done 04:48:07 #47 ... 04:48:07 04:48:07 #48 [core-data internal] load build context 04:48:07 #48 transferring context: 439.76MB 9.8s done 04:48:07 #48 ... 04:48:07 04:48:07 #49 [security-proxy-auth internal] load build context 04:48:07 #49 transferring context: 439.76MB 8.0s done 04:48:07 #49 ... 04:48:07 04:48:07 #50 [support-notifications internal] load build context 04:48:07 #50 ... 04:48:07 04:48:07 #51 [core-keeper internal] load build context 04:48:07 #51 transferring context: 439.76MB 9.3s done 04:48:07 #51 ... 04:48:07 04:48:07 #52 [security-secretstore-setup internal] load build context 04:48:07 #52 transferring context: 439.76MB 10.1s done 04:48:08 #52 ... 04:48:08 04:48:08 #53 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 04:48:08 #0 1.863 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:48:08 #0 1.987 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:48:08 #0 2.165 (1/1) Installing dumb-init (1.2.5-r2) 04:48:08 #0 2.173 Executing busybox-1.36.1-r7.trigger 04:48:08 #0 2.174 OK: 7 MiB in 16 packages 04:48:08 #53 ... 04:48:08 04:48:08 #54 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 04:48:08 #0 3.408 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:48:08 #0 3.516 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:48:08 #0 3.703 (1/2) Installing ca-certificates (20240226-r0) 04:48:08 #0 3.718 (2/2) Installing dumb-init (1.2.5-r2) 04:48:08 #0 3.722 Executing busybox-1.36.1-r7.trigger 04:48:08 #0 3.725 Executing ca-certificates-20240226-r0.trigger 04:48:08 #0 3.784 OK: 8 MiB in 17 packages 04:48:08 #54 ... 04:48:08 04:48:08 #55 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 04:48:08 #55 ... 04:48:08 04:48:08 #56 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:48:08 #56 ... 04:48:08 04:48:08 #57 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 04:48:08 #0 1.391 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:48:08 #0 1.562 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:48:08 #0 1.815 (1/4) Installing ca-certificates (20240226-r0) 04:48:08 #0 1.832 (2/4) Installing dumb-init (1.2.5-r2) 04:48:08 #0 1.836 (3/4) Installing su-exec (0.2-r3) 04:48:08 #0 1.838 (4/4) Installing yq (4.33.3-r5) 04:48:08 #0 1.904 Executing busybox-1.36.1-r7.trigger 04:48:08 #0 1.907 Executing ca-certificates-20240226-r0.trigger 04:48:08 #0 1.953 OK: 17 MiB in 19 packages 04:48:08 #57 ... 04:48:08 04:48:08 #58 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 04:48:08 #58 ... 04:48:08 04:48:08 #59 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 04:48:08 #59 ... 04:48:08 04:48:08 #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 04:48:08 #60 ... 04:48:08 04:48:08 #61 [support-scheduler internal] load build context 04:48:09 #61 ... 04:48:09 04:48:09 #62 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 04:48:09 #62 ... 04:48:09 04:48:09 #63 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 04:48:09 #63 ... 04:48:09 04:48:09 #64 [core-keeper builder 2/7] WORKDIR /edgex-go 04:48:09 #64 ... 04:48:09 04:48:09 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:48:09 #37 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 9.9s 04:48:09 #37 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 done 04:48:09 #37 ... 04:48:09 04:48:09 #34 [security-spiffe-token-provider internal] load build context 04:48:09 #34 transferring context: 439.76MB 10.7s done 04:48:09 #34 ... 04:48:09 04:48:09 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:48:11 #37 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 11.6s done 04:48:14 #37 ... 04:48:14 04:48:14 #49 [security-proxy-auth internal] load build context 04:48:14 #49 DONE 16.1s 04:48:14 04:48:14 #43 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 04:48:14 #43 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 8.9s done 04:48:14 #43 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 9.6s done 04:48:14 #43 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done 04:48:14 #43 ... 04:48:14 04:48:14 #42 [security-proxy-setup internal] load build context 04:48:14 #42 DONE 17.1s 04:48:14 04:48:14 #43 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 04:48:14 #43 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 04:48:14 #43 ... 04:48:14 04:48:14 #44 [core-command internal] load build context 04:48:14 #44 transferring context: 439.76MB 11.9s done 04:48:14 #44 ... 04:48:14 04:48:14 #54 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 04:48:14 #54 DONE 15.9s 04:48:14 04:48:14 #53 [support-scheduler stage-1 2/9] RUN apk add --update --no-cache dumb-init 04:48:14 #53 DONE 16.2s 04:48:14 04:48:14 #57 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 04:48:14 #57 DONE 16.2s 04:48:14 04:48:14 #48 [core-data internal] load build context 04:48:14 #48 DONE 17.0s 04:48:14 04:48:14 #45 [core-common-config-bootstrapper internal] load build context 04:48:14 #45 DONE 17.0s 04:48:14 04:48:14 #64 [security-bootstrapper builder 2/7] WORKDIR /edgex-go 04:48:14 #64 DONE 15.1s 04:48:14 04:48:14 #65 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 04:48:14 #65 ... 04:48:14 04:48:14 #51 [core-keeper internal] load build context 04:48:14 #51 DONE 16.6s 04:48:14 04:48:14 #52 [security-secretstore-setup internal] load build context 04:48:14 #52 DONE 16.6s 04:48:14 04:48:14 #50 [support-notifications internal] load build context 04:48:14 #50 transferring context: 439.76MB 10.4s done 04:48:14 #50 DONE 16.6s 04:48:14 04:48:14 #47 [security-bootstrapper internal] load build context 04:48:14 #47 DONE 16.8s 04:48:14 04:48:14 #34 [security-spiffe-token-provider internal] load build context 04:48:14 #34 DONE 16.4s 04:48:14 04:48:14 #46 [core-metadata internal] load build context 04:48:14 #46 transferring context: 439.76MB 11.1s done 04:48:14 #46 DONE 17.0s 04:48:14 04:48:14 #61 [support-scheduler internal] load build context 04:48:14 #61 transferring context: 439.76MB 11.1s done 04:48:14 #61 DONE 16.5s 04:48:14 04:48:14 #44 [core-command internal] load build context 04:48:14 #44 DONE 17.1s 04:48:14 04:48:14 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:48:14 #37 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0.3s 04:48:15 #37 ... 04:48:15 04:48:15 #56 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:48:15 #56 DONE 17.1s 04:48:15 04:48:15 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:48:15 #37 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 1.2s done 04:48:15 #37 ... 04:48:15 04:48:15 #58 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 04:48:15 #58 16.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:48:15 #58 16.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:48:15 #58 16.81 (1/1) Installing dumb-init (1.2.5-r2) 04:48:15 #58 16.81 Executing busybox-1.36.1-r7.trigger 04:48:15 #58 16.82 OK: 7 MiB in 16 packages 04:48:15 #58 DONE 17.2s 04:48:15 04:48:15 #62 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 04:48:15 #62 16.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:48:15 #62 16.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:48:15 #62 16.83 (1/2) Installing dumb-init (1.2.5-r2) 04:48:15 #62 16.83 (2/2) Installing su-exec (0.2-r3) 04:48:15 #62 16.84 Executing busybox-1.36.1-r7.trigger 04:48:15 #62 16.84 OK: 7 MiB in 17 packages 04:48:15 #62 DONE 17.3s 04:48:15 04:48:15 #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 04:48:15 #60 16.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:48:15 #60 16.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:48:15 #60 16.74 (1/6) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 04:48:15 #60 16.77 (2/6) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 04:48:15 #60 16.78 (3/6) Installing dumb-init (1.2.5-r2) 04:48:15 #60 16.78 (4/6) Installing openssl (3.1.6-r0) 04:48:15 #60 16.79 (5/6) Installing su-exec (0.2-r3) 04:48:15 #60 16.79 (6/6) Installing yq (4.33.3-r5) 04:48:15 #60 16.86 Executing busybox-1.36.1-r7.trigger 04:48:15 #60 16.86 OK: 17 MiB in 19 packages 04:48:15 #60 DONE 17.1s 04:48:15 04:48:15 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:48:15 #37 ... 04:48:15 04:48:15 #55 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 04:48:15 #55 16.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:48:15 #55 16.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:48:15 #55 16.88 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 04:48:15 #55 16.88 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 04:48:15 #55 16.88 OK: 20072 distinct packages available 04:48:15 #55 16.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:48:15 #55 17.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:48:15 #55 17.26 (1/11) Installing ca-certificates (20240226-r0) 04:48:15 #55 17.27 (2/11) Installing brotli-libs (1.0.9-r14) 04:48:15 #55 17.29 (3/11) Installing libunistring (1.1-r1) 04:48:15 #55 17.30 (4/11) Installing libidn2 (2.3.4-r1) 04:48:15 #55 17.31 (5/11) Installing nghttp2-libs (1.57.0-r0) 04:48:15 #55 17.31 (6/11) Installing libcurl (8.5.0-r0) 04:48:15 #55 17.32 (7/11) Installing curl (8.5.0-r0) 04:48:15 #55 17.33 (8/11) Installing dumb-init (1.2.5-r2) 04:48:15 #55 17.33 (9/11) Installing musl-obstack (1.2.3-r2) 04:48:15 #55 17.34 (10/11) Installing libucontext (1.2-r2) 04:48:15 #55 17.34 (11/11) Installing gcompat (1.1.0-r1) 04:48:15 #55 17.35 Executing busybox-1.36.1-r7.trigger 04:48:15 #55 17.36 Executing ca-certificates-20240226-r0.trigger 04:48:15 #55 17.42 OK: 12 MiB in 26 packages 04:48:15 #55 DONE 17.6s 04:48:15 04:48:15 #59 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 04:48:15 #59 15.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:48:15 #59 16.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:48:15 #59 16.40 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 04:48:15 #59 16.40 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 04:48:15 #59 16.40 OK: 20072 distinct packages available 04:48:15 #59 16.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:48:15 #59 16.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:48:15 #59 16.81 (1/7) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 04:48:15 #59 16.85 (2/7) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 04:48:15 #59 16.86 (3/7) Installing dumb-init (1.2.5-r2) 04:48:15 #59 16.88 (4/7) Installing musl-obstack (1.2.3-r2) 04:48:15 #59 16.88 (5/7) Installing libucontext (1.2-r2) 04:48:15 #59 16.88 (6/7) Installing gcompat (1.1.0-r1) 04:48:15 #59 16.88 (7/7) Installing openssl (3.1.6-r0) 04:48:15 #59 16.89 Executing busybox-1.36.1-r7.trigger 04:48:15 #59 16.90 OK: 8 MiB in 20 packages 04:48:15 #59 DONE 17.1s 04:48:15 04:48:15 #63 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 04:48:15 #63 16.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:48:15 #63 16.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:48:15 #63 16.96 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 04:48:15 #63 16.96 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 04:48:15 #63 16.96 OK: 20072 distinct packages available 04:48:15 #63 17.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:48:15 #63 17.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:48:16 #63 17.33 (1/4) Installing dumb-init (1.2.5-r2) 04:48:16 #63 17.34 (2/4) Installing musl-obstack (1.2.3-r2) 04:48:16 #63 17.34 (3/4) Installing libucontext (1.2-r2) 04:48:16 #63 17.34 (4/4) Installing gcompat (1.1.0-r1) 04:48:16 #63 17.35 Executing busybox-1.36.1-r7.trigger 04:48:16 #63 17.36 OK: 8 MiB in 19 packages 04:48:16 #63 DONE 17.5s 04:48:16 04:48:16 #66 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 04:48:16 #66 ... 04:48:16 04:48:16 #67 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:48:16 #67 DONE 2.3s 04:48:16 04:48:16 #68 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 04:48:16 #0 2.100 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:48:16 #0 2.186 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:48:16 #0 2.372 OK: 264 MiB in 52 packages 04:48:16 #68 DONE 2.5s 04:48:16 04:48:16 #69 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 04:48:16 #69 DONE 0.1s 04:48:16 04:48:16 #70 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:48:16 #70 ... 04:48:16 04:48:16 #71 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 04:48:16 #0 2.244 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:48:16 #0 2.352 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:48:16 #0 2.558 OK: 264 MiB in 52 packages 04:48:16 #71 DONE 2.7s 04:48:16 04:48:16 #72 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 04:48:16 #0 2.338 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:48:16 #0 2.418 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:48:16 #0 2.604 OK: 264 MiB in 52 packages 04:48:16 #72 DONE 2.7s 04:48:16 04:48:16 #73 [support-notifications builder 4/7] COPY go.mod vendor* ./ 04:48:16 #73 DONE 0.0s 04:48:16 04:48:16 #74 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 04:48:16 #74 DONE 0.1s 04:48:16 04:48:16 #75 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:48:16 #75 ... 04:48:16 04:48:16 #76 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 04:48:16 #0 1.922 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:48:16 #0 2.011 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:48:16 #0 2.262 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 04:48:16 #0 2.262 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 04:48:16 #0 2.262 OK: 20075 distinct packages available 04:48:16 #0 2.361 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:48:16 #0 2.449 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:48:16 #0 2.685 OK: 264 MiB in 52 packages 04:48:16 #76 DONE 2.8s 04:48:16 04:48:16 #77 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 04:48:16 #77 DONE 0.1s 04:48:17 04:48:17 #78 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:48:18 #78 ... 04:48:18 04:48:18 #79 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 04:48:18 #0 3.204 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:48:18 #0 3.284 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:48:18 #0 3.467 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 04:48:18 #0 3.498 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 04:48:18 #0 3.505 Executing ca-certificates-20240226-r0.trigger 04:48:18 #0 3.551 OK: 8 MiB in 17 packages 04:48:18 #79 DONE 3.8s 04:48:18 04:48:18 #80 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 04:48:18 #0 3.169 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:48:18 #0 3.253 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:48:18 #0 3.479 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 04:48:18 #0 3.533 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 04:48:18 #0 3.537 Executing ca-certificates-20240226-r0.trigger 04:48:18 #0 3.580 OK: 17 MiB in 19 packages 04:48:18 #80 DONE 3.8s 04:48:18 04:48:18 #65 [core-command stage-1 3/9] RUN apk --no-cache upgrade 04:48:18 #65 3.204 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:48:18 #65 3.283 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:48:18 #65 3.554 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 04:48:18 #65 3.596 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 04:48:18 #65 3.604 OK: 7 MiB in 16 packages 04:48:18 #65 DONE 3.9s 04:48:18 04:48:18 #81 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 04:48:18 #0 2.112 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:48:18 #0 2.204 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:48:18 #0 2.544 OK: 17 MiB in 19 packages 04:48:18 #81 DONE 2.7s 04:48:18 04:48:18 #82 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 04:48:18 #82 DONE 0.0s 04:48:18 04:48:18 #43 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 04:48:18 #43 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 0.9s done 04:48:18 #43 ... 04:48:18 04:48:18 #83 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 04:48:18 #0 2.518 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:48:18 #0 2.608 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:48:18 #0 2.868 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 04:48:18 #0 2.905 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 04:48:18 #0 2.921 OK: 7 MiB in 17 packages 04:48:18 #83 DONE 3.1s 04:48:18 04:48:18 #84 [core-data stage-1 3/7] RUN apk --no-cache upgrade 04:48:18 #0 2.603 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:48:18 #0 2.687 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:48:18 #0 2.894 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 04:48:18 #0 2.932 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 04:48:18 #0 2.939 OK: 7 MiB in 16 packages 04:48:18 #84 DONE 3.2s 04:48:18 04:48:18 #85 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 04:48:18 #0 2.298 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:48:18 #0 2.427 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:48:18 #0 2.671 OK: 8 MiB in 20 packages 04:48:18 #85 DONE 2.8s 04:48:18 04:48:18 #86 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 04:48:18 #0 2.263 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:48:18 #0 2.352 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:48:18 #0 2.566 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 04:48:18 #0 2.604 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 04:48:18 #0 2.608 Executing ca-certificates-20240226-r0.trigger 04:48:18 #0 2.652 OK: 12 MiB in 26 packages 04:48:18 #86 DONE 2.8s 04:48:18 04:48:18 #66 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 04:48:18 #66 2.424 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:48:18 #66 2.508 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:48:18 #66 2.695 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 04:48:18 #66 2.726 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 04:48:18 #66 2.732 OK: 8 MiB in 19 packages 04:48:19 #66 DONE 3.5s 04:48:19 04:48:19 #87 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 04:48:19 #0 2.123 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:48:19 #0 2.667 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:48:19 #0 3.317 (1/1) Installing dumb-init (1.2.5-r2) 04:48:19 #0 3.623 Executing busybox-1.36.1-r7.trigger 04:48:19 #0 3.630 OK: 7 MiB in 16 packages 04:48:19 #87 DONE 4.3s 04:48:19 04:48:19 #88 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 04:48:19 #88 DONE 1.1s 04:48:19 04:48:19 #89 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 04:48:19 #89 ... 04:48:19 04:48:19 #90 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 04:48:19 #90 DONE 1.1s 04:48:19 04:48:19 #91 [security-spire-server stage-2 5/9] COPY Attribution.txt / 04:48:20 #91 DONE 1.3s 04:48:20 04:48:20 #92 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 04:48:20 #0 2.236 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:48:20 #0 2.699 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:48:20 #0 3.410 OK: 264 MiB in 52 packages 04:48:20 #92 DONE 4.6s 04:48:20 04:48:20 #89 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 04:48:20 #89 DONE 1.4s 04:48:20 04:48:20 #93 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 04:48:20 #93 DONE 1.4s 04:48:20 04:48:20 #94 [security-spire-server stage-2 6/9] COPY security.txt / 04:48:20 #94 DONE 0.1s 04:48:20 04:48:20 #95 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 04:48:21 #95 DONE 0.1s 04:48:21 04:48:21 #96 [security-spire-config stage-2 5/10] COPY Attribution.txt / 04:48:21 #96 DONE 0.1s 04:48:21 04:48:21 #97 [core-keeper builder 5/8] COPY go.mod vendor* ./ 04:48:21 #97 DONE 0.1s 04:48:21 04:48:21 #98 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 04:48:21 #98 DONE 0.1s 04:48:21 04:48:21 #99 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:48:21 #99 ... 04:48:21 04:48:21 #100 [security-spire-agent stage-3 7/10] COPY security.txt / 04:48:21 #100 DONE 0.1s 04:48:21 04:48:21 #101 [security-spire-config stage-2 6/10] COPY security.txt / 04:48:21 #101 DONE 0.1s 04:48:21 04:48:21 #102 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 04:48:21 #102 DONE 0.1s 04:48:21 04:48:21 #103 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 04:48:21 #103 DONE 0.1s 04:48:21 04:48:21 #104 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 04:48:21 #104 DONE 0.1s 04:48:21 04:48:21 #105 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 04:48:21 #105 DONE 0.1s 04:48:21 04:48:21 #106 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 04:48:21 #106 DONE 0.1s 04:48:21 04:48:21 #107 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 04:48:21 #107 DONE 2.9s 04:48:21 04:48:21 #108 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 04:48:21 #108 DONE 0.2s 04:48:21 04:48:21 #109 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 04:48:21 #109 DONE 0.1s 04:48:21 04:48:21 #110 [security-spire-server] exporting to image 04:48:21 #110 exporting layers 04:48:21 #110 ... 04:48:21 04:48:21 #111 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 04:48:21 #111 DONE 0.1s 04:48:21 04:48:21 #112 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 04:48:21 #112 DONE 0.1s 04:48:21 04:48:21 #110 [security-spire-config] exporting to image 04:48:22 #110 exporting layers 0.6s done 04:48:22 #110 writing image sha256:078a2d9af4e75fa3bbf2b2ee17e5a93e574a7568b5bd2af583451f536eba664e done 04:48:22 #110 naming to docker.io/library/security-spire-server done 04:48:22 #110 exporting layers 0.6s done 04:48:22 #110 writing image sha256:b1f6763241023e7e672d12b10b51c2e8bb67445d6e3e14dc8bb6e64a5c2f6a65 done 04:48:22 #110 naming to docker.io/library/security-spire-agent done 04:48:22 #110 writing image sha256:008cd6af793ac5dc041fd87122f8c7d093daf0d588ba8691497130022478cf9f 04:48:22 #110 writing image sha256:008cd6af793ac5dc041fd87122f8c7d093daf0d588ba8691497130022478cf9f done 04:48:22 #110 naming to docker.io/library/security-spire-config done 04:48:22 #110 DONE 0.8s 04:48:22 04:48:22 #113 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:48:44 Removing intermediate container 192423cea092 04:48:44 ---> 09aa8db6b68e 04:48:44 Successfully built 09aa8db6b68e 04:48:44 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:45 + docker inspect -f . ci-base-image-arm64 04:48:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:48:45 prd-ubuntu20.04-docker-arm64-4c-16g-5302 does not seem to be running inside a container 04:48:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/651 -v /w/workspace/edgex-go/651:/w/workspace/edgex-go/651:rw,z -v /w/workspace/edgex-go/651@tmp:/w/workspace/edgex-go/651@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 04:48:46 $ docker top 3cfcd9295085d43418b14c6c6012a09482c3a444edb81a3cf22bb3916f8721ec -eo pid,comm [Pipeline] { [Pipeline] sh 04:48:47 + go version 04:48:47 go version go1.21.9 linux/arm64 [Pipeline] } 04:48:47 $ docker stop --time=1 3cfcd9295085d43418b14c6c6012a09482c3a444edb81a3cf22bb3916f8721ec 04:48:49 $ docker rm -f --volumes 3cfcd9295085d43418b14c6c6012a09482c3a444edb81a3cf22bb3916f8721ec [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] { 04:48:49 #113 DONE 30.1s 04:48:49 04:48:49 #75 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:48:49 #75 DONE 30.1s 04:48:49 04:48:49 #99 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:48:49 #99 DONE 25.8s 04:48:49 04:48:49 #70 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:48:49 #70 DONE 30.5s 04:48:49 04:48:49 #114 [core-keeper builder 7/8] COPY . . 04:48:49 #114 ... 04:48:49 04:48:49 #78 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:48:49 #78 DONE 30.0s 04:48:49 04:48:49 #115 [security-spiffe-token-provider builder 6/7] COPY . . [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:48:49 04:48:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:48:50 latest: Pulling from edgex-devops/edgex-compose-arm64 04:48:50 547446be3368: Pulling fs layer 04:48:50 d125d8839a47: Pulling fs layer 04:48:50 3e85d5ac6304: Pulling fs layer 04:48:50 c3105a71a48b: Pulling fs layer 04:48:50 0f093f025ec4: Pulling fs layer 04:48:50 c3106fc0e877: Pulling fs layer 04:48:50 c3105a71a48b: Waiting 04:48:50 0f093f025ec4: Waiting 04:48:50 c3106fc0e877: Waiting 04:48:50 547446be3368: Verifying Checksum 04:48:50 547446be3368: Download complete 04:48:50 c3105a71a48b: Download complete 04:48:50 d125d8839a47: Verifying Checksum 04:48:50 d125d8839a47: Download complete 04:48:50 c3106fc0e877: Verifying Checksum 04:48:50 c3106fc0e877: Download complete 04:48:50 0f093f025ec4: Verifying Checksum 04:48:50 0f093f025ec4: Download complete 04:48:51 547446be3368: Pull complete 04:48:52 d125d8839a47: Pull complete 04:48:52 3e85d5ac6304: Download complete 04:48:55 #115 ... 04:48:55 04:48:55 #116 [support-scheduler builder 6/7] COPY . . 04:48:55 #116 CACHED 04:48:55 04:48:55 #117 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:48:55 #117 CACHED 04:48:55 04:48:55 #118 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 04:48:55 #118 CACHED 04:48:55 04:48:55 #119 [core-common-config-bootstrapper builder 6/7] COPY . . 04:48:55 #119 DONE 8.4s 04:48:55 04:48:55 #120 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 04:48:55 #120 CACHED 04:48:55 04:48:55 #121 [security-proxy-auth builder 6/7] COPY . . 04:48:55 #121 CACHED 04:48:55 04:48:55 #122 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:48:55 #122 CACHED 04:48:55 04:48:55 #123 [core-data builder 4/7] COPY go.mod vendor* ./ 04:48:55 #123 CACHED 04:48:55 04:48:55 #124 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:48:55 #124 CACHED 04:48:55 04:48:55 #125 [core-data builder 6/7] COPY . . 04:48:55 #125 CACHED 04:48:55 04:48:55 #126 [core-command builder 6/7] COPY . . 04:48:55 #126 CACHED 04:48:55 04:48:55 #127 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:48:55 #127 CACHED 04:48:55 04:48:55 #128 [core-command builder 4/7] COPY go.mod vendor* ./ 04:48:55 #128 CACHED 04:48:55 04:48:55 #129 [core-metadata builder 4/7] COPY go.mod vendor* ./ 04:48:55 #129 CACHED 04:48:55 04:48:55 #130 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:48:55 #130 CACHED 04:48:55 04:48:55 #131 [core-metadata builder 6/7] COPY . . 04:48:55 #131 CACHED 04:48:55 04:48:55 #132 [security-proxy-setup builder 6/7] COPY . . 04:48:55 #132 DONE 8.4s 04:48:55 04:48:55 #133 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 04:48:55 #133 ... 04:48:55 04:48:55 #134 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:48:55 #134 CACHED 04:48:55 04:48:55 #135 [security-secretstore-setup builder 6/7] COPY . . 04:48:55 #135 CACHED 04:48:55 04:48:55 #136 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 04:48:55 #136 CACHED 04:48:55 04:48:55 #114 [core-keeper builder 7/8] COPY . . 04:48:55 #114 DONE 8.4s 04:48:55 04:48:55 #137 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:48:55 #137 CACHED 04:48:55 04:48:55 #138 [security-bootstrapper builder 6/7] COPY . . 04:48:55 #138 CACHED 04:48:55 04:48:55 #139 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 04:48:55 #139 CACHED 04:48:55 04:48:55 #115 [security-spiffe-token-provider builder 6/7] COPY . . 04:48:55 #115 DONE 8.4s 04:48:55 04:48:55 #140 [support-notifications builder 6/7] COPY . . 04:48:55 #140 DONE 8.4s 04:48:55 04:48:55 #141 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:48:56 #141 1.588 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:49:02 3e85d5ac6304: Pull complete 04:49:02 c3105a71a48b: Pull complete 04:49:03 0f093f025ec4: Pull complete 04:49:03 c3106fc0e877: Pull complete 04:49:03 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 04:49:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:49:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:49:03 prd-ubuntu20.04-docker-arm64-4c-16g-5302 does not seem to be running inside a container 04:49:03 $ 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/651 -v /w/workspace/edgex-go/651:/w/workspace/edgex-go/651:rw,z -v /w/workspace/edgex-go/651@tmp:/w/workspace/edgex-go/651@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 04:49:05 $ docker top 31ccdc49af542cd2861f16461a35cbceb0f16ad9a9cdad610b9649ee35172471 -eo pid,comm [Pipeline] { [Pipeline] sh 04:49:06 + docker compose -f ./docker-compose-build.yml build --parallel 04:49:06 #141 ... 04:49:06 04:49:06 #142 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 04:49:06 #0 1.241 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 04:49:06 #142 ... 04:49:06 04:49:06 #143 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 04:49:06 #0 0.610 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 04:49:06 #143 ... 04:49:06 04:49:06 #144 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 04:49:06 #0 1.556 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 04:49:06 #144 ... 04:49:06 04:49:06 #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:49:06 #0 0.348 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 04:49:06 #145 ... 04:49:06 04:49:06 #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 04:49:06 #0 0.892 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:49:06 #146 ... 04:49:06 04:49:06 #147 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:49:06 #0 1.390 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:49:06 #147 ... 04:49:06 04:49:06 #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 04:49:06 #0 0.761 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 04:49:06 #148 ... 04:49:06 04:49:06 #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 04:49:06 #0 0.916 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 04:49:06 #149 ... 04:49:06 04:49:06 #133 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 04:49:06 #133 1.207 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 04:49:06 #133 ... 04:49:06 04:49:06 #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 04:49:06 #0 0.650 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:49:06 #150 ... 04:49:06 04:49:06 #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 04:49:06 #0 1.328 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 04:49:16 #1 [security-spiffe-token-provider internal] load build definition from Dockerfile 04:49:16 #1 transferring dockerfile: 1.89kB 0.0s done 04:49:16 #1 DONE 0.1s 04:49:16 04:49:16 #2 [core-metadata internal] load build definition from Dockerfile 04:49:16 #2 transferring dockerfile: 2.06kB done 04:49:16 #2 DONE 0.1s 04:49:16 04:49:16 #3 [core-command internal] load build definition from Dockerfile 04:49:16 #3 transferring dockerfile: 1.93kB done 04:49:16 #3 DONE 0.1s 04:49:16 04:49:16 #4 [support-notifications internal] load build definition from Dockerfile 04:49:16 #4 transferring dockerfile: 1.95kB 0.0s done 04:49:16 #4 DONE 0.1s 04:49:16 04:49:16 #5 [core-common-config-bootstrapper internal] load build definition from Dockerfile 04:49:16 #5 transferring dockerfile: 2.23kB 0.0s done 04:49:16 #5 DONE 0.1s 04:49:16 04:49:16 #6 [support-scheduler internal] load build definition from Dockerfile 04:49:16 #6 transferring dockerfile: 1.93kB done 04:49:16 #6 DONE 0.1s 04:49:16 04:49:16 #7 [security-bootstrapper internal] load build definition from Dockerfile 04:49:16 #7 transferring dockerfile: 2.93kB done 04:49:16 #7 DONE 0.1s 04:49:16 04:49:16 #8 [core-keeper internal] load build definition from Dockerfile 04:49:16 #8 transferring dockerfile: 2.01kB done 04:49:16 #8 DONE 0.1s 04:49:16 04:49:16 #9 [security-proxy-auth internal] load build definition from Dockerfile 04:49:16 #9 transferring dockerfile: 2.15kB 0.0s done 04:49:16 #9 DONE 0.1s 04:49:16 04:49:16 #10 [security-proxy-setup internal] load build definition from Dockerfile 04:49:16 #10 transferring dockerfile: 2.50kB done 04:49:16 #10 DONE 0.1s 04:49:16 04:49:16 #11 [security-spire-server internal] load build definition from Dockerfile 04:49:16 #11 transferring dockerfile: 1.70kB 0.0s done 04:49:16 #11 DONE 0.1s 04:49:16 04:49:16 #12 [security-secretstore-setup internal] load build definition from Dockerfile 04:49:16 #12 transferring dockerfile: 2.49kB 0.0s done 04:49:16 #12 DONE 0.1s 04:49:16 04:49:16 #13 [security-spire-config internal] load build definition from Dockerfile 04:49:16 #13 transferring dockerfile: 1.69kB done 04:49:16 #13 DONE 0.1s 04:49:16 04:49:16 #14 [core-data internal] load build definition from Dockerfile 04:49:16 #14 transferring dockerfile: 2.01kB done 04:49:16 #14 DONE 0.1s 04:49:16 04:49:16 #15 [security-spire-agent internal] load build definition from Dockerfile 04:49:16 #15 transferring dockerfile: 1.81kB done 04:49:16 #15 DONE 0.1s 04:49:16 04:49:16 #16 [security-spiffe-token-provider internal] load .dockerignore 04:49:16 #16 transferring context: 50B 0.0s done 04:49:16 #16 DONE 0.1s 04:49:17 04:49:17 #17 [core-metadata internal] load .dockerignore 04:49:17 #17 transferring context: 50B 0.0s done 04:49:17 #17 DONE 0.1s 04:49:17 04:49:17 #18 [core-command internal] load .dockerignore 04:49:17 #18 transferring context: 50B done 04:49:17 #18 DONE 0.1s 04:49:17 04:49:17 #19 [support-notifications internal] load .dockerignore 04:49:17 #19 transferring context: 50B 0.0s done 04:49:17 #19 DONE 0.1s 04:49:17 04:49:17 #20 [core-common-config-bootstrapper internal] load .dockerignore 04:49:17 #20 transferring context: 50B done 04:49:17 #20 DONE 0.1s 04:49:17 04:49:17 #21 [support-scheduler internal] load .dockerignore 04:49:18 #21 transferring context: 50B 0.0s done 04:49:18 #21 DONE 0.1s 04:49:18 04:49:18 #22 [security-bootstrapper internal] load .dockerignore 04:49:18 #22 transferring context: 50B 0.0s done 04:49:18 #22 DONE 0.1s 04:49:18 04:49:18 #23 [core-keeper internal] load .dockerignore 04:49:18 #23 transferring context: 50B done 04:49:18 #23 DONE 0.1s 04:49:18 04:49:18 #24 [security-proxy-auth internal] load .dockerignore 04:49:18 #24 transferring context: 50B done 04:49:18 #24 DONE 0.1s 04:49:18 04:49:18 #25 [security-spire-server internal] load .dockerignore 04:49:18 #25 transferring context: 50B 0.0s done 04:49:18 #25 DONE 0.1s 04:49:18 04:49:18 #26 [security-proxy-setup internal] load .dockerignore 04:49:18 #26 transferring context: 50B done 04:49:18 #26 DONE 0.1s 04:49:18 04:49:18 #27 [security-secretstore-setup internal] load .dockerignore 04:49:18 #27 transferring context: 50B 0.0s done 04:49:18 #27 DONE 0.1s 04:49:18 04:49:18 #28 [security-spire-config internal] load .dockerignore 04:49:18 #28 transferring context: 50B 0.0s done 04:49:18 #28 DONE 0.1s 04:49:18 04:49:18 #29 [core-data internal] load .dockerignore 04:49:18 #29 transferring context: 50B done 04:49:18 #29 DONE 0.1s 04:49:18 04:49:18 #30 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:49:18 #30 DONE 0.0s 04:49:18 04:49:18 #31 [security-spire-agent internal] load .dockerignore 04:49:18 #31 transferring context: 50B 0.0s done 04:49:18 #31 DONE 0.1s 04:49:18 04:49:18 #32 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.18 04:49:18 #32 DONE 0.3s 04:49:18 04:49:18 #33 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 04:49:18 #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 04:49:19 #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 04:49:19 #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 04:49:19 #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 1.51MB / 3.34MB 0.2s 04:49:19 #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 04:49:19 #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done 04:49:19 #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 04:49:19 #33 ... 04:49:19 04:49:19 #34 [security-spiffe-token-provider internal] load build context 04:49:19 #34 transferring context: 2.80MB 0.6s done 04:49:19 #34 DONE 0.7s 04:49:19 04:49:19 #33 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 04:49:19 #33 ... 04:49:19 04:49:19 #30 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:49:19 #30 DONE 0.0s 04:49:19 04:49:19 #32 [core-metadata internal] load metadata for docker.io/library/alpine:3.18 04:49:19 #32 DONE 0.3s 04:49:19 04:49:19 #35 [core-metadata internal] load build context 04:49:19 #35 DONE 0.0s 04:49:19 04:49:19 #33 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 04:49:19 #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 04:49:19 #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 04:49:19 #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 04:49:19 #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done 04:49:19 #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 04:49:19 #33 ... 04:49:19 04:49:19 #30 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:49:19 #30 DONE 0.0s 04:49:19 04:49:19 #36 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 04:49:19 #36 DONE 1.6s 04:49:19 04:49:19 #33 [core-command stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 04:49:19 #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 04:49:19 #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 04:49:19 #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 04:49:19 #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done 04:49:19 #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 04:49:19 #33 ... 04:49:19 04:49:19 #32 [support-notifications internal] load metadata for docker.io/library/alpine:3.18 04:49:19 #32 DONE 0.6s 04:49:20 04:49:20 #30 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:49:20 #30 DONE 0.0s 04:49:20 04:49:20 #36 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 04:49:20 #36 DONE 1.6s 04:49:20 04:49:20 #33 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 04:49:20 #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 04:49:20 #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 04:49:20 #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 04:49:20 #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done 04:49:20 #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 04:49:20 #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 0.9s done 04:49:20 #33 ... 04:49:20 04:49:20 #30 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:49:20 #30 DONE 0.0s 04:49:20 04:49:20 #37 [core-command builder 2/7] WORKDIR /edgex-go 04:49:20 #37 DONE 1.1s 04:49:20 04:49:20 #36 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 04:49:20 #36 DONE 1.7s 04:49:20 04:49:20 #37 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go 04:49:20 #37 DONE 1.2s 04:49:20 04:49:20 #33 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 04:49:20 #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 04:49:20 #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 04:49:20 #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 04:49:20 #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done 04:49:20 #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 04:49:20 #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 0.9s done 04:49:20 #33 ... 04:49:20 04:49:20 #30 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:49:20 #30 DONE 0.0s 04:49:20 04:49:20 #38 [support-notifications internal] load build context 04:49:21 #38 ... 04:49:21 04:49:21 #36 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 04:49:21 #36 DONE 1.7s 04:49:21 04:49:21 #30 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:49:21 #30 DONE 0.0s 04:49:21 04:49:21 #32 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 04:49:21 #32 DONE 1.3s 04:49:21 04:49:21 #37 [support-scheduler builder 2/7] WORKDIR /edgex-go 04:49:21 #37 DONE 1.2s 04:49:21 04:49:21 #38 [support-notifications internal] load build context 04:49:21 #38 ... 04:49:21 04:49:21 #36 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 04:49:21 #36 DONE 1.7s 04:49:21 04:49:21 #30 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:49:21 #30 DONE 0.0s 04:49:21 04:49:21 #32 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.18 04:49:21 #32 DONE 1.4s 04:49:21 04:49:21 #37 [security-bootstrapper builder 2/7] WORKDIR /edgex-go 04:49:21 #37 DONE 1.2s 04:49:21 04:49:21 #38 [support-notifications internal] load build context 04:49:21 #38 ... 04:49:21 04:49:21 #36 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 04:49:21 #36 DONE 1.8s 04:49:21 04:49:21 #37 [security-proxy-auth builder 2/7] WORKDIR /edgex-go 04:49:21 #37 DONE 1.2s 04:49:21 04:49:21 #38 [support-notifications internal] load build context 04:49:21 #38 ... 04:49:21 04:49:21 #30 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:49:21 #30 DONE 0.0s 04:49:21 04:49:21 #35 [core-metadata internal] load build context 04:49:21 #35 transferring context: 2.80MB 1.2s done 04:49:21 #35 DONE 1.6s 04:49:21 04:49:21 #39 [core-command internal] load build context 04:49:21 #39 transferring context: 2.80MB 1.2s done 04:49:21 #39 DONE 1.5s 04:49:21 04:49:21 #38 [support-notifications internal] load build context 04:49:21 #38 transferring context: 2.80MB 1.1s done 04:49:21 #38 ... 04:49:21 04:49:21 #36 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 04:49:21 #36 DONE 1.8s 04:49:21 04:49:21 #37 [security-proxy-setup builder 2/7] WORKDIR /edgex-go 04:49:21 #37 DONE 1.3s 04:49:21 04:49:21 #30 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:49:21 #30 DONE 0.0s 04:49:21 04:49:21 #32 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.18 04:49:21 #32 DONE 1.7s 04:49:21 04:49:21 #40 [security-proxy-setup internal] load build context 04:49:21 #40 DONE 0.0s 04:49:21 04:49:21 #33 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 04:49:21 #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 04:49:21 #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 04:49:21 #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 04:49:21 #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done 04:49:21 #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 04:49:21 #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 0.9s done 04:49:21 #33 DONE 3.5s 04:49:21 04:49:21 #38 [support-notifications internal] load build context 04:49:21 #38 DONE 1.5s 04:49:21 04:49:21 #41 [security-secretstore-setup internal] load build context 04:49:21 #41 ... 04:49:21 04:49:21 #30 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:49:21 #30 DONE 0.0s 04:49:21 04:49:21 #42 [core-keeper internal] load build context 04:49:22 #42 ... 04:49:22 04:49:22 #43 [core-common-config-bootstrapper internal] load build context 04:49:22 #43 transferring context: 2.80MB 1.3s done 04:49:22 #43 DONE 2.2s 04:49:22 04:49:22 #42 [core-keeper internal] load build context 04:49:23 #42 ... 04:49:23 04:49:23 #32 [core-data internal] load metadata for docker.io/library/alpine:3.18 04:49:23 #32 DONE 3.2s 04:49:23 04:49:23 #42 [core-keeper internal] load build context 04:49:23 #42 ... 04:49:23 04:49:23 #36 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 04:49:23 #36 DONE 1.9s 04:49:23 04:49:23 #37 [core-data builder 2/7] WORKDIR /edgex-go 04:49:23 #37 DONE 1.3s 04:49:23 04:49:23 #33 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 04:49:23 #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 04:49:23 #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 04:49:23 #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 04:49:23 #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done 04:49:23 #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 04:49:23 #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 0.9s done 04:49:23 #33 DONE 3.5s 04:49:23 04:49:23 #42 [core-keeper internal] load build context 04:49:23 #42 ... 04:49:23 04:49:23 #44 [support-scheduler internal] load build context 04:49:23 #44 transferring context: 2.80MB 2.1s done 04:49:23 #44 DONE 2.9s 04:49:23 04:49:23 #42 [core-keeper internal] load build context 04:49:24 #42 ... 04:49:24 04:49:24 #45 [security-proxy-auth internal] load build context 04:49:24 #45 transferring context: 2.80MB 2.3s done 04:49:24 #45 DONE 3.2s 04:49:24 04:49:24 #42 [core-keeper internal] load build context 04:49:25 #42 ... 04:49:25 04:49:25 #40 [security-proxy-setup internal] load build context 04:49:25 #40 transferring context: 2.80MB 3.0s done 04:49:25 #40 DONE 4.1s 04:49:25 04:49:25 #42 [core-keeper internal] load build context 04:49:25 #42 transferring context: 2.80MB 4.0s done 04:49:25 #42 DONE 4.9s 04:49:25 04:49:25 #41 [security-secretstore-setup internal] load build context 04:49:25 #41 transferring context: 2.80MB 3.1s done 04:49:26 #41 DONE 4.4s 04:49:26 04:49:26 #33 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 04:49:26 #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 04:49:26 #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 04:49:26 #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 04:49:26 #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done 04:49:26 #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 04:49:26 #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 0.9s done 04:49:26 #33 DONE 3.5s 04:49:26 04:49:26 #46 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 04:49:26 #46 DONE 4.9s 04:49:26 04:49:26 #47 [security-bootstrapper internal] load build context 04:49:26 #47 transferring context: 2.80MB 4.1s done 04:49:26 #47 DONE 4.9s 04:49:26 04:49:26 #48 [core-data internal] load build context 04:49:26 #48 ... 04:49:26 04:49:26 #33 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 04:49:26 #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 04:49:26 #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 04:49:26 #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 04:49:26 #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done 04:49:26 #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 04:49:26 #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 0.9s done 04:49:26 #33 DONE 3.5s 04:49:26 04:49:26 #49 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 04:49:26 #49 DONE 4.0s 04:49:26 04:49:26 #48 [core-data internal] load build context 04:49:26 #48 ... 04:49:26 04:49:26 #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 04:49:26 #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 04:49:26 #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 04:49:26 #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 04:49:26 #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done 04:49:26 #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 04:49:26 #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 0.9s done 04:49:26 #33 DONE 3.6s 04:49:26 04:49:26 #48 [core-data internal] load build context 04:49:26 #48 ... 04:49:26 04:49:26 #50 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:49:26 #50 DONE 5.5s 04:49:26 04:49:26 #48 [core-data internal] load build context 04:49:26 #48 ... 04:49:26 04:49:26 #51 [security-spire-config internal] load build context 04:49:26 #51 transferring context: 25.04kB 0.1s done 04:49:26 #51 DONE 0.5s 04:49:26 04:49:26 #48 [core-data internal] load build context 04:49:26 #48 ... 04:49:26 04:49:26 #52 [security-spire-server internal] load build context 04:49:26 #52 transferring context: 26.79kB 0.0s done 04:49:26 #52 DONE 0.7s 04:49:26 04:49:26 #48 [core-data internal] load build context 04:49:27 #48 ... 04:49:27 04:49:27 #53 [security-spire-agent internal] load build context 04:49:27 #53 transferring context: 26.32kB 0.0s done 04:49:27 #53 DONE 0.9s 04:49:27 04:49:27 #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 04:49:27 #54 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.0s done 04:49:27 #54 DONE 1.1s 04:49:27 04:49:27 #48 [core-data internal] load build context 04:49:29 #48 transferring context: 2.80MB 3.9s done 04:49:29 #48 DONE 5.6s 04:49:29 04:49:29 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:49:29 #55 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.9s done 04:49:29 #55 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 04:49:29 #55 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done 04:49:29 #55 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done 04:49:29 #55 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.6s done 04:49:29 #55 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.7s done 04:49:29 #55 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.8s done 04:49:29 #55 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.0s done 04:49:29 #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 1.05MB / 28.04MB 1.7s 04:49:29 #55 ... 04:49:29 04:49:29 #56 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 04:49:29 #0 6.753 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:49:29 #0 7.434 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:49:29 #0 8.673 OK: 266 MiB in 52 packages 04:49:29 #56 DONE 9.2s 04:49:29 04:49:29 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:49:29 #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 3.15MB / 28.04MB 2.1s 04:49:30 #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 5.24MB / 28.04MB 2.7s 04:49:30 #55 ... 04:49:30 04:49:30 #57 [core-data builder 3/7] RUN apk add --update --no-cache make git 04:49:30 #0 10.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:49:30 #57 ... 04:49:30 04:49:30 #58 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 04:49:30 #58 ... 04:49:30 04:49:30 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:49:30 #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 7.34MB / 28.04MB 3.2s 04:49:31 #55 ... 04:49:31 04:49:31 #59 [support-notifications builder 4/7] COPY go.mod vendor* ./ 04:49:31 #59 DONE 1.5s 04:49:31 04:49:31 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:49:31 #55 ... 04:49:31 04:49:31 #60 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 04:49:31 #0 8.950 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:49:31 #0 9.402 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:49:31 #60 ... 04:49:31 04:49:31 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:49:31 #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 8.95MB / 28.04MB 3.7s 04:49:31 #55 ... 04:49:31 04:49:31 #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 04:49:31 #61 ... 04:49:31 04:49:31 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:49:31 #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 10.49MB / 28.04MB 4.3s 04:49:32 #55 ... 04:49:32 04:49:32 #62 [support-scheduler stage-1 2/9] RUN apk add --update --no-cache dumb-init 04:49:32 #62 ... 04:49:32 04:49:32 #63 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 04:49:32 #63 ... 04:49:32 04:49:32 #64 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 04:49:32 #64 ... 04:49:32 04:49:32 #65 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 04:49:32 #65 ... 04:49:32 04:49:32 #66 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:49:32 #66 ... 04:49:32 04:49:32 #67 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 04:49:32 #67 ... 04:49:32 04:49:32 #60 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 04:49:32 #60 11.13 OK: 266 MiB in 52 packages 04:49:32 #60 DONE 11.8s 04:49:32 04:49:32 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:49:32 #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 12.58MB / 28.04MB 5.3s 04:49:32 #55 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.1s done 04:49:33 #55 ... 04:49:33 04:49:33 #57 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 04:49:33 #57 10.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:49:33 #57 12.77 OK: 266 MiB in 52 packages 04:49:33 #57 DONE 13.5s 04:49:33 04:49:33 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:49:33 #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 14.68MB / 28.04MB 6.2s 04:49:34 #55 ... 04:49:34 04:49:34 #68 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 04:49:34 #68 DONE 1.7s 04:49:34 04:49:34 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:49:34 #55 ... 04:49:34 04:49:34 #69 [core-metadata builder 4/7] COPY go.mod vendor* ./ 04:49:34 #69 DONE 1.2s 04:49:34 04:49:34 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:49:34 #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 16.24MB / 28.04MB 7.5s 04:49:34 #55 ... 04:49:34 04:49:34 #70 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 04:49:35 #70 ... 04:49:35 04:49:35 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:49:35 #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 17.83MB / 28.04MB 8.2s 04:49:36 #55 ... 04:49:36 04:49:36 #71 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 04:49:36 #71 ... 04:49:36 04:49:36 #72 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 04:49:36 #72 ... 04:49:36 04:49:36 #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 04:49:36 #73 ... 04:49:36 04:49:36 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:49:36 #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 19.92MB / 28.04MB 9.2s 04:49:37 #55 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 04:49:37 #55 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.0s done 04:49:37 #55 ... 04:49:37 04:49:37 #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 04:49:37 #54 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done 04:49:37 #54 sha256:1cbbb4d32abefab6d582ffdf2ecab3a33d813855ce9593d156b424aad59c2bc6 1.05kB / 1.05kB done 04:49:37 #54 sha256:9869d663529914e12e63d3ebe0579063a79fb13f870d88333173c39a993fe22a 1.59kB / 1.59kB done 04:49:37 #54 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B done 04:49:37 #54 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.1s done 04:49:37 #54 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.0s done 04:49:37 #54 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 0.8s done 04:49:37 #54 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.32MB / 18.32MB 6.5s done 04:49:37 #54 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.1s done 04:49:37 #54 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done 04:49:37 #54 ... 04:49:37 04:49:37 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:49:37 #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 21.34MB / 28.04MB 10.0s 04:49:37 #55 ... 04:49:37 04:49:37 #66 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:49:37 #66 DONE 15.2s 04:49:37 04:49:37 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:49:38 #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 23.07MB / 28.04MB 10.6s 04:49:38 #55 ... 04:49:38 04:49:38 #58 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 04:49:38 #58 10.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:49:38 #58 11.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:49:38 #58 13.17 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 04:49:38 #58 13.17 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 04:49:38 #58 13.17 OK: 19951 distinct packages available 04:49:38 #58 13.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:49:38 #58 13.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:49:38 #58 16.62 OK: 266 MiB in 52 packages 04:49:38 #58 DONE 18.4s 04:49:38 04:49:38 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:49:38 #55 ... 04:49:38 04:49:38 #62 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 04:49:38 #62 11.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:49:38 #62 12.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:49:38 #62 15.03 (1/1) Installing dumb-init (1.2.5-r2) 04:49:38 #62 15.06 Executing busybox-1.36.1-r7.trigger 04:49:38 #62 15.15 OK: 8 MiB in 16 packages 04:49:38 #62 DONE 16.9s 04:49:38 04:49:38 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:49:39 #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 24.57MB / 28.04MB 11.4s 04:49:39 #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 26.21MB / 28.04MB 12.3s 04:49:40 #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 12.8s 04:49:40 #55 ... 04:49:40 04:49:40 #74 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 04:49:40 #74 DONE 1.6s 04:49:40 04:49:40 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:49:40 #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 12.8s done 04:49:40 #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 12.8s done 04:49:41 #55 ... 04:49:41 04:49:41 #75 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:49:41 #75 ... 04:49:41 04:49:41 #76 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 04:49:42 #76 ... 04:49:42 04:49:42 #65 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 04:49:42 #65 13.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:49:42 #65 14.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:49:42 #65 18.24 (1/2) Installing dumb-init (1.2.5-r2) 04:49:42 #65 18.26 (2/2) Installing su-exec (0.2-r3) 04:49:42 #65 18.27 Executing busybox-1.36.1-r7.trigger 04:49:42 #65 18.46 OK: 8 MiB in 17 packages 04:49:42 #65 DONE 20.2s 04:49:42 04:49:42 #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 04:49:43 #77 ... 04:49:43 04:49:43 #63 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 04:49:43 #63 12.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:49:43 #63 13.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:49:43 #63 17.14 (1/2) Installing ca-certificates (20240226-r0) 04:49:43 #63 17.63 (2/2) Installing dumb-init (1.2.5-r2) 04:49:43 #63 17.67 Executing busybox-1.36.1-r7.trigger 04:49:43 #63 17.75 Executing ca-certificates-20240226-r0.trigger 04:49:43 #63 18.93 OK: 9 MiB in 17 packages 04:49:43 #63 DONE 20.8s 04:49:43 04:49:43 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:49:43 #55 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 04:49:43 #55 ... 04:49:43 04:49:43 #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 04:49:43 #61 13.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:49:43 #61 14.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:49:43 #61 18.34 (1/6) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 04:49:43 #61 18.96 (2/6) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 04:49:43 #61 19.05 (3/6) Installing dumb-init (1.2.5-r2) 04:49:43 #61 19.09 (4/6) Installing openssl (3.1.6-r0) 04:49:43 #61 19.23 (5/6) Installing su-exec (0.2-r3) 04:49:43 #61 19.24 (6/6) Installing yq (4.33.3-r5) 04:49:43 #61 20.17 Executing busybox-1.36.1-r7.trigger 04:49:43 #61 20.40 OK: 18 MiB in 19 packages 04:49:43 #61 DONE 22.0s 04:49:43 04:49:43 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:49:44 #55 ... 04:49:44 04:49:44 #78 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:49:44 #78 ... 04:49:44 04:49:44 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:49:44 #55 ... 04:49:44 04:49:44 #79 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:49:45 #79 ... 04:49:45 04:49:45 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:49:46 #55 ... 04:49:46 04:49:46 #64 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 04:49:46 #64 13.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:49:46 #64 15.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:49:46 #64 20.12 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 04:49:46 #64 20.12 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 04:49:46 #64 20.12 OK: 19948 distinct packages available 04:49:46 #64 21.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:49:46 #64 23.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:49:46 #64 ... 04:49:46 04:49:46 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:49:47 #55 ... 04:49:47 04:49:47 #70 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 04:49:47 #70 12.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:49:47 #70 14.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:49:47 #70 20.54 (1/1) Installing dumb-init (1.2.5-r2) 04:49:47 #70 20.61 Executing busybox-1.36.1-r7.trigger 04:49:47 #70 20.79 OK: 8 MiB in 16 packages 04:49:47 #70 DONE 22.2s 04:49:47 04:49:47 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:49:47 #55 ... 04:49:47 04:49:47 #80 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 04:49:47 #0 8.880 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:49:47 #80 ... 04:49:47 04:49:47 #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 04:49:47 #54 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 7.2s 04:49:47 #54 ... 04:49:47 04:49:47 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:49:48 #55 ... 04:49:48 04:49:48 #71 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 04:49:48 #71 11.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:49:48 #71 13.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:49:48 #71 19.51 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 04:49:48 #71 19.51 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 04:49:48 #71 19.51 OK: 19948 distinct packages available 04:49:48 #71 21.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:49:48 #71 ... 04:49:48 04:49:48 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:49:48 #55 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 5.2s 04:49:49 #55 ... 04:49:49 04:49:49 #72 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 04:49:49 #72 12.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:49:49 #72 15.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:49:49 #72 22.27 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 04:49:49 #72 22.28 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 04:49:49 #72 22.28 OK: 19948 distinct packages available 04:49:49 #72 ... 04:49:49 04:49:49 #67 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 04:49:49 #67 16.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:49:49 #67 18.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:49:49 #67 22.83 (1/4) Installing ca-certificates (20240226-r0) 04:49:49 #67 23.19 (2/4) Installing dumb-init (1.2.5-r2) 04:49:49 #67 23.24 (3/4) Installing su-exec (0.2-r3) 04:49:49 #67 23.24 (4/4) Installing yq (4.33.3-r5) 04:49:49 #67 24.13 Executing busybox-1.36.1-r7.trigger 04:49:49 #67 24.29 Executing ca-certificates-20240226-r0.trigger 04:49:49 #67 25.59 OK: 18 MiB in 19 packages 04:49:49 #67 ... 04:49:49 04:49:49 #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 04:49:49 #54 ... 04:49:49 04:49:49 #67 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 04:49:49 #67 DONE 27.5s 04:49:49 04:49:49 #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 04:49:50 #54 ... 04:49:50 04:49:50 #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 04:49:50 #73 15.68 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:49:50 #73 17.56 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:49:50 #73 22.93 OK: 266 MiB in 52 packages 04:49:50 #73 DONE 23.8s 04:49:50 04:49:50 #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 04:49:50 #54 ... 04:49:50 04:49:50 #81 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:49:50 #81 ... 04:49:50 04:49:50 #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 04:49:51 #54 ... 04:49:51 04:49:51 #82 [core-keeper builder 5/8] COPY go.mod vendor* ./ 04:49:51 #82 DONE 1.0s 04:49:51 04:49:51 #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 04:49:52 #54 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 12.3s 04:49:53 #54 ... 04:49:53 04:49:53 #83 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 04:49:53 #0 7.344 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:49:53 #0 9.700 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:49:53 #83 ... 04:49:53 04:49:53 #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 04:49:53 #54 ... 04:49:53 04:49:53 #84 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 04:49:53 #0 7.492 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:49:53 #0 9.703 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:49:53 #84 ... 04:49:53 04:49:53 #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 04:49:54 #54 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 14.1s done 04:49:54 #54 DONE 28.6s 04:49:54 04:49:54 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:49:54 #55 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 11.4s 04:49:56 #55 ... 04:49:56 04:49:56 #64 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 04:49:56 #64 29.51 (1/11) Installing ca-certificates (20240226-r0) 04:49:56 #64 29.98 (2/11) Installing brotli-libs (1.0.9-r14) 04:49:56 #64 30.10 (3/11) Installing libunistring (1.1-r1) 04:49:56 #64 30.27 (4/11) Installing libidn2 (2.3.4-r1) 04:49:56 #64 30.30 (5/11) Installing nghttp2-libs (1.57.0-r0) 04:49:56 #64 30.32 (6/11) Installing libcurl (8.5.0-r0) 04:49:56 #64 30.50 (7/11) Installing curl (8.5.0-r0) 04:49:56 #64 30.56 (8/11) Installing dumb-init (1.2.5-r2) 04:49:56 #64 30.58 (9/11) Installing musl-obstack (1.2.3-r2) 04:49:56 #64 30.58 (10/11) Installing libucontext (1.2-r2) 04:49:56 #64 30.60 (11/11) Installing gcompat (1.1.0-r1) 04:49:56 #64 30.62 Executing busybox-1.36.1-r7.trigger 04:49:56 #64 30.82 Executing ca-certificates-20240226-r0.trigger 04:49:56 #64 32.26 OK: 13 MiB in 26 packages 04:49:56 #64 DONE 34.2s 04:49:56 04:49:56 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:49:56 #55 ... 04:49:56 04:49:56 #85 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 04:49:57 #85 ... 04:49:57 04:49:57 #86 [core-data stage-1 3/7] RUN apk --no-cache upgrade 04:49:57 #0 6.755 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:49:57 #0 8.683 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:49:57 #86 ... 04:49:57 04:49:57 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:49:58 #55 ... 04:49:58 04:49:58 #76 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 04:49:58 #76 9.202 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:49:58 #76 11.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:49:58 #76 18.65 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 04:49:58 #76 ... 04:49:58 04:49:58 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:49:58 #55 ... 04:49:58 04:49:58 #71 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 04:49:58 #71 23.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:49:58 #71 30.42 (1/4) Installing dumb-init (1.2.5-r2) 04:49:58 #71 30.48 (2/4) Installing musl-obstack (1.2.3-r2) 04:49:58 #71 30.50 (3/4) Installing libucontext (1.2-r2) 04:49:58 #71 30.54 (4/4) Installing gcompat (1.1.0-r1) 04:49:58 #71 30.58 Executing busybox-1.36.1-r7.trigger 04:49:58 #71 30.72 OK: 8 MiB in 19 packages 04:49:58 #71 DONE 31.9s 04:49:58 04:49:58 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:49:58 #55 ... 04:49:58 04:49:58 #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 04:49:58 #77 5.960 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:49:58 #77 8.128 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:49:58 #77 15.15 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 04:49:58 #77 15.91 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 04:49:58 #77 ... 04:49:58 04:49:58 #76 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 04:49:58 #76 19.44 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 04:49:58 #76 19.51 OK: 8 MiB in 16 packages 04:49:59 #76 ... 04:49:59 04:49:59 #84 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 04:49:59 #84 14.08 OK: 18 MiB in 19 packages 04:49:59 #84 DONE 15.2s 04:49:59 04:49:59 #87 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 04:49:59 #87 DONE 0.3s 04:49:59 04:49:59 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:49:59 #55 ... 04:49:59 04:49:59 #80 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 04:49:59 #80 11.42 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:49:59 #80 18.98 (1/1) Installing dumb-init (1.2.5-r2) 04:49:59 #80 20.11 Executing busybox-1.36.1-r7.trigger 04:49:59 #80 20.54 OK: 8 MiB in 16 packages 04:49:59 #80 ... 04:49:59 04:49:59 #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 04:49:59 #77 16.20 OK: 8 MiB in 17 packages 04:49:59 #77 ... 04:49:59 04:49:59 #76 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 04:49:59 #76 DONE 21.0s 04:49:59 04:49:59 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:49:59 #55 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 16.6s 04:50:00 #55 ... 04:50:00 04:50:00 #80 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 04:50:00 #80 DONE 22.3s 04:50:00 04:50:00 #88 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 04:50:00 #0 5.121 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:50:00 #0 7.575 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:50:00 #88 ... 04:50:00 04:50:00 #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:50:00 #55 ... 04:50:00 04:50:00 #72 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 04:50:00 #72 24.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:50:00 #72 26.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:50:00 #72 32.53 (1/7) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 04:50:00 #72 33.47 (2/7) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 04:50:00 #72 33.59 (3/7) Installing dumb-init (1.2.5-r2) 04:50:00 #72 33.67 (4/7) Installing musl-obstack (1.2.3-r2) 04:50:00 #72 33.72 (5/7) Installing libucontext (1.2-r2) 04:50:00 #72 33.76 (6/7) Installing gcompat (1.1.0-r1) 04:50:00 #72 33.87 (7/7) Installing openssl (3.1.6-r0) 04:50:00 #72 34.01 Executing busybox-1.36.1-r7.trigger 04:50:00 #72 ... 04:50:00 04:50:00 #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 04:50:00 #77 DONE 18.0s 04:50:00 04:50:00 #89 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 04:50:01 #89 ... 04:50:01 04:50:01 #90 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:50:01 #90 ... 04:50:01 04:50:01 #55 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:50:01 #55 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 17.4s done 04:50:01 #55 DONE 35.5s 04:50:01 04:50:01 #83 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 04:50:01 #83 16.64 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 04:50:01 #83 17.21 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 04:50:01 #83 17.26 Executing ca-certificates-20240226-r0.trigger 04:50:01 #83 18.35 OK: 9 MiB in 17 packages 04:50:02 #83 ... 04:50:02 04:50:02 #72 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 04:50:02 #72 34.23 OK: 9 MiB in 20 packages 04:50:02 #72 DONE 35.4s 04:50:02 04:50:02 #91 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 04:50:03 #91 ... 04:50:03 04:50:03 #83 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 04:50:03 #83 DONE 20.4s 04:50:03 04:50:03 #86 [core-data stage-1 3/7] RUN apk --no-cache upgrade 04:50:03 #86 15.24 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 04:50:03 #86 15.79 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 04:50:03 #86 15.90 OK: 8 MiB in 16 packages 04:50:03 #86 DONE 16.7s 04:50:03 04:50:03 #85 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 04:50:03 #85 4.062 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:50:03 #85 6.578 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:50:05 #85 ... 04:50:05 04:50:05 #89 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 04:50:05 #89 DONE 5.0s 04:50:05 04:50:05 #91 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 04:50:05 #91 3.492 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:50:05 #91 ... 04:50:05 04:50:05 #92 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 04:50:05 #92 DONE 0.2s 04:50:05 04:50:05 #88 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 04:50:05 #88 14.25 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 04:50:05 #88 14.79 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 04:50:05 #88 14.89 Executing ca-certificates-20240226-r0.trigger 04:50:05 #88 15.68 OK: 18 MiB in 19 packages 04:50:06 #88 DONE 16.9s 04:50:06 04:50:06 #85 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 04:50:06 #85 9.916 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 04:50:06 #85 10.23 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 04:50:06 #85 10.29 Executing ca-certificates-20240226-r0.trigger 04:50:07 #85 11.02 OK: 13 MiB in 26 packages 04:50:08 #85 DONE 11.9s 04:50:08 04:50:08 #93 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 04:50:08 #0 5.972 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:50:08 #0 7.609 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:50:08 #0 9.810 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 04:50:08 #93 10.11 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 04:50:08 #93 10.18 OK: 8 MiB in 19 packages 04:50:09 #93 DONE 10.6s 04:50:09 04:50:09 #91 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 04:50:09 #91 4.704 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:50:09 #91 7.231 OK: 9 MiB in 20 packages 04:50:09 #91 DONE 7.9s 04:50:09 04:50:09 #94 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 04:50:10 #94 DONE 1.3s 04:50:10 04:50:10 #95 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 04:50:10 #95 DONE 2.0s 04:50:10 04:50:10 #96 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 04:50:10 #96 DONE 1.3s 04:50:10 04:50:10 #97 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 04:50:11 #97 ... 04:50:11 04:50:11 #98 [security-spire-config stage-2 5/10] COPY Attribution.txt / 04:50:11 #98 DONE 0.2s 04:50:11 04:50:11 #99 [security-spire-server stage-2 5/9] COPY Attribution.txt / 04:50:11 #99 DONE 0.3s 04:50:11 04:50:11 #100 [security-spire-server stage-2 6/9] COPY security.txt / 04:50:11 #100 ... 04:50:11 04:50:11 #101 [security-spire-config stage-2 6/10] COPY security.txt / 04:50:11 #101 DONE 0.3s 04:50:11 04:50:11 #102 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 04:50:11 #102 DONE 0.3s 04:50:11 04:50:11 #100 [security-spire-server stage-2 6/9] COPY security.txt / 04:50:11 #100 DONE 0.3s 04:50:11 04:50:11 #103 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 04:50:11 #103 DONE 0.2s 04:50:11 04:50:11 #104 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 04:50:12 #104 DONE 0.3s 04:50:12 04:50:12 #105 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 04:50:12 #105 DONE 0.3s 04:50:12 04:50:12 #106 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 04:50:12 #106 DONE 0.3s 04:50:12 04:50:12 #107 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 04:50:12 #107 ... 04:50:12 04:50:12 #97 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 04:50:12 #97 DONE 1.7s 04:50:12 04:50:12 #107 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 04:50:12 #107 DONE 0.5s 04:50:12 04:50:12 #108 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 04:50:13 #108 DONE 0.4s 04:50:13 04:50:13 #109 [security-spire-agent stage-3 7/10] COPY security.txt / 04:50:13 #109 DONE 0.4s 04:50:13 04:50:13 #110 [security-spire-server] exporting to image 04:50:13 #110 exporting layers 04:50:14 #110 ... 04:50:14 04:50:14 #111 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 04:50:14 #111 DONE 0.3s 04:50:14 04:50:14 #112 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 04:50:14 #112 DONE 0.3s 04:50:14 04:50:14 #113 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 04:50:14 #113 DONE 0.3s 04:50:14 04:50:14 #110 [security-spire-agent] exporting to image 04:50:15 #110 exporting layers 3.6s done 04:50:15 #110 writing image sha256:c955f1c392fbbfd441b6cf4865d5f3a86aee8f34fb1fd9a20c1698eb6ecde45b 0.1s done 04:50:15 #110 naming to docker.io/library/security-spire-config-arm64 done 04:50:16 #110 exporting layers 3.8s done 04:50:16 #110 writing image sha256:5c6b37f0d2165c02db70b6ef3414b8fdb5966f086314326b67fbee008c6cb35b 0.0s done 04:50:16 #110 naming to docker.io/library/security-spire-server-arm64 0.0s done 04:50:16 #110 exporting layers 2.2s done 04:50:16 #110 writing image sha256:fd3f582405f6ed58ef059cc98f9205717b4b2b2e30d7ec4c22d374d73d188509 done 04:50:16 #110 naming to docker.io/library/security-spire-agent-arm64 done 04:50:16 #110 DONE 4.4s 04:50:16 04:50:16 #78 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:50:28 #151 ... 04:50:28 04:50:28 #147 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:50:28 #147 93.17 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:51:15 #147 ... 04:51:15 04:51:15 #143 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 04:51:15 #143 DONE 135.1s 04:51:15 04:51:15 #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 04:51:15 #146 ... 04:51:15 04:51:15 #133 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 04:51:15 #133 DONE 138.8s 04:51:15 04:51:15 #43 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 04:51:17 #43 ... 04:51:17 04:51:17 #144 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 04:51:17 #144 DONE 141.9s 04:51:17 04:51:17 #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 04:51:21 #150 ... 04:51:21 04:51:21 #147 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:51:21 #147 DONE 146.0s 04:51:21 04:51:21 #152 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 04:51:21 #152 ... 04:51:21 04:51:21 #142 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 04:51:21 #142 DONE 146.0s 04:51:21 04:51:21 #141 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:51:21 #141 DONE 146.0s 04:51:21 04:51:21 #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 04:51:21 #151 DONE 146.0s 04:51:21 04:51:21 #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 04:51:21 #148 DONE 146.1s 04:51:21 04:51:21 #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 04:51:21 #149 DONE 146.2s 04:51:21 04:51:21 #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 04:51:21 #150 DONE 146.2s 04:51:21 04:51:21 #153 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 04:51:21 #153 ... 04:51:21 04:51:21 #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 04:51:21 #146 DONE 146.4s 04:51:21 04:51:21 #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:51:21 #145 DONE 146.5s 04:51:21 04:51:21 #154 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 04:51:22 #154 ... 04:51:22 04:51:22 #152 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 04:51:22 #152 DONE 0.8s 04:51:22 04:51:22 #155 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 04:51:22 #155 DONE 0.8s 04:51:22 04:51:22 #153 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 04:51:22 #153 DONE 0.8s 04:51:22 04:51:22 #156 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 04:51:22 #156 DONE 0.7s 04:51:22 04:51:22 #157 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 04:51:22 #157 DONE 0.8s 04:51:22 04:51:22 #158 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 04:51:22 #158 ... 04:51:22 04:51:22 #159 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 04:51:22 #159 DONE 0.6s 04:51:22 04:51:22 #154 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 04:51:22 #154 DONE 0.5s 04:51:22 04:51:22 #160 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 04:51:22 #160 DONE 0.5s 04:51:22 04:51:22 #161 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 04:51:22 #161 ... 04:51:22 04:51:22 #158 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 04:51:22 #158 DONE 0.5s 04:51:22 04:51:22 #162 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 04:51:22 #162 CACHED 04:51:22 04:51:22 #163 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 04:51:22 #163 CACHED 04:51:22 04:51:22 #164 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 04:51:22 #164 CACHED 04:51:22 04:51:22 #165 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 04:51:22 #165 CACHED 04:51:22 04:51:22 #166 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 04:51:22 #166 CACHED 04:51:22 04:51:22 #167 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 04:51:22 #167 CACHED 04:51:22 04:51:22 #168 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 04:51:22 #168 CACHED 04:51:22 04:51:22 #169 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 04:51:22 #169 CACHED 04:51:22 04:51:22 #170 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 04:51:22 #170 DONE 0.6s 04:51:22 04:51:22 #171 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 04:51:22 #171 DONE 0.6s 04:51:22 04:51:22 #172 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 04:51:22 #172 DONE 0.6s 04:51:22 04:51:22 #173 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 04:51:22 #173 DONE 0.6s 04:51:22 04:51:22 #174 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:51:22 #174 ... 04:51:22 04:51:22 #175 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 04:51:22 #175 DONE 0.6s 04:51:22 04:51:22 #161 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 04:51:22 #161 DONE 0.6s 04:51:23 04:51:23 #176 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:51:24 #78 ... 04:51:24 04:51:24 #75 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:51:24 #75 DONE 105.3s 04:51:24 04:51:24 #81 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:51:24 #81 DONE 96.0s 04:51:24 04:51:24 #114 [support-notifications builder 6/7] COPY . . 04:51:24 #114 ... 04:51:24 04:51:24 #90 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:51:24 #90 DONE 85.0s 04:51:24 04:51:24 #78 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:51:24 #78 DONE 101.9s 04:51:24 04:51:24 #79 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:51:24 #79 DONE 101.5s 04:51:24 04:51:24 #115 [security-bootstrapper builder 6/7] COPY . . 04:51:24 #115 DONE 1.5s 04:51:24 04:51:24 #116 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 04:51:24 #116 CACHED 04:51:24 04:51:24 #117 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:51:24 #117 CACHED 04:51:24 04:51:24 #118 [security-secretstore-setup builder 6/7] COPY . . 04:51:24 #118 CACHED 04:51:24 04:51:24 #119 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 04:51:24 #119 CACHED 04:51:24 04:51:24 #120 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:51:24 #120 CACHED 04:51:24 04:51:24 #121 [security-proxy-setup builder 6/7] COPY . . 04:51:24 #121 CACHED 04:51:24 04:51:24 #114 [support-notifications builder 6/7] COPY . . 04:51:24 #114 DONE 1.6s 04:51:24 04:51:24 #122 [core-metadata builder 6/7] COPY . . 04:51:24 #122 DONE 1.6s 04:51:24 04:51:24 #123 [security-spiffe-token-provider builder 6/7] COPY . . 04:51:24 #123 DONE 1.6s 04:51:24 04:51:24 #124 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 04:51:24 #124 ... 04:51:24 04:51:24 #125 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:51:24 #125 CACHED 04:51:24 04:51:24 #126 [core-data builder 4/7] COPY go.mod vendor* ./ 04:51:24 #126 CACHED 04:51:24 04:51:24 #127 [core-data builder 6/7] COPY . . 04:51:24 #127 CACHED 04:51:24 04:51:24 #128 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:51:24 #128 CACHED 04:51:24 04:51:24 #129 [security-proxy-auth builder 6/7] COPY . . 04:51:24 #129 CACHED 04:51:24 04:51:24 #130 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 04:51:24 #130 CACHED 04:51:24 04:51:24 #131 [core-keeper builder 7/8] COPY . . 04:51:24 #131 DONE 1.6s 04:51:24 04:51:24 #132 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:51:24 #132 CACHED 04:51:24 04:51:24 #133 [support-scheduler builder 6/7] COPY . . 04:51:24 #133 CACHED 04:51:24 04:51:24 #134 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 04:51:24 #134 CACHED 04:51:24 04:51:24 #135 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 04:51:24 #135 CACHED 04:51:24 04:51:24 #136 [core-common-config-bootstrapper builder 6/7] COPY . . 04:51:24 #136 CACHED 04:51:24 04:51:24 #137 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:51:24 #137 CACHED 04:51:24 04:51:24 #138 [core-command builder 4/7] COPY go.mod vendor* ./ 04:51:24 #138 CACHED 04:51:24 04:51:24 #139 [core-command builder 6/7] COPY . . 04:51:24 #139 CACHED 04:51:24 04:51:24 #140 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:51:24 #140 CACHED 04:51:24 04:51:24 #141 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 04:51:24 #141 ... 04:51:24 04:51:24 #142 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 04:51:24 #0 4.773 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 04:51:24 #142 ... 04:51:24 04:51:24 #124 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 04:51:24 #124 5.562 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 04:51:24 #176 ... 04:51:24 04:51:24 #177 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 04:51:24 #177 DONE 2.0s 04:51:24 04:51:24 #178 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:51:24 #178 DONE 2.0s 04:51:24 04:51:24 #179 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 04:51:24 #179 DONE 2.0s 04:51:24 04:51:24 #180 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 04:51:24 #180 ... 04:51:24 04:51:24 #174 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:51:24 #174 DONE 2.3s 04:51:25 04:51:25 #181 [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 04:51:25 #181 DONE 2.4s 04:51:25 04:51:25 #182 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 04:51:25 #182 DONE 2.5s 04:51:25 04:51:25 #183 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:51:25 #183 DONE 2.5s 04:51:25 04:51:25 #184 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 04:51:25 #184 DONE 2.4s 04:51:25 04:51:25 #185 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:51:25 #185 DONE 2.5s 04:51:25 04:51:25 #186 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 04:51:25 #186 DONE 2.4s 04:51:25 04:51:25 #187 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 04:51:25 #187 ... 04:51:25 04:51:25 #188 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 04:51:25 #188 DONE 3.2s 04:51:25 04:51:25 #176 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:51:25 #176 DONE 2.4s 04:51:25 04:51:25 #189 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 04:51:25 #189 DONE 0.8s 04:51:25 04:51:25 #190 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 04:51:25 #190 ... 04:51:25 04:51:25 #191 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 04:51:25 #191 DONE 0.4s 04:51:25 04:51:25 #180 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 04:51:25 #180 DONE 0.8s 04:51:25 04:51:25 #192 [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 04:51:25 #192 DONE 0.4s 04:51:25 04:51:25 #193 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 04:51:25 #193 DONE 0.5s 04:51:25 04:51:25 #194 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 04:51:25 #194 DONE 0.8s 04:51:25 04:51:25 #195 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 04:51:25 #195 DONE 0.5s 04:51:25 04:51:25 #196 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 04:51:25 #196 DONE 0.5s 04:51:25 04:51:25 #197 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 04:51:25 #197 DONE 0.4s 04:51:25 04:51:25 #187 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 04:51:25 #187 DONE 0.5s 04:51:25 04:51:25 #198 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 04:51:25 #198 DONE 0.4s 04:51:25 04:51:25 #199 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 04:51:26 #199 ... 04:51:26 04:51:26 #190 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 04:51:26 #190 DONE 0.5s 04:51:26 04:51:26 #200 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 04:51:26 #200 DONE 0.4s 04:51:26 04:51:26 #201 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 04:51:26 #201 DONE 0.4s 04:51:26 04:51:26 #202 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 04:51:26 #202 DONE 0.4s 04:51:26 04:51:26 #199 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 04:51:26 #199 DONE 0.3s 04:51:26 04:51:26 #203 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 04:51:26 #203 DONE 0.4s 04:51:26 04:51:26 #110 [core-metadata] exporting to image 04:51:26 #110 exporting layers 0.4s done 04:51:26 #110 writing image sha256:82dede1afd6e55861c91d6882c25f2965c2dba27ec5e99ddbce125e3308f1477 04:51:26 #110 writing image sha256:5386a489c43271ad67a6c9781ded3b7aa78079bf1f5f58304532b686c75ada1c 04:51:26 #110 writing image sha256:d43a065a52fb60c0a13170d1b05d1ccffd734bee32be22eda4c455915648d1e9 04:51:26 #110 writing image sha256:342667e4be9aac15b70d96b8bc0849d0bf99789299e642e4f68213d9a2059bac 0.0s done 04:51:26 #110 naming to docker.io/library/support-scheduler done 04:51:26 #110 ... 04:51:26 04:51:26 #204 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 04:51:26 #204 DONE 0.2s 04:51:26 04:51:26 #205 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:51:26 #205 DONE 0.4s 04:51:26 04:51:26 #206 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 04:51:26 #206 DONE 0.4s 04:51:26 04:51:26 #110 [support-notifications] exporting to image 04:51:26 #110 exporting layers 0.4s done 04:51:26 #110 writing image sha256:82dede1afd6e55861c91d6882c25f2965c2dba27ec5e99ddbce125e3308f1477 0.1s done 04:51:26 #110 writing image sha256:5386a489c43271ad67a6c9781ded3b7aa78079bf1f5f58304532b686c75ada1c 0.2s done 04:51:26 #110 writing image sha256:d43a065a52fb60c0a13170d1b05d1ccffd734bee32be22eda4c455915648d1e9 0.2s done 04:51:26 #110 naming to docker.io/library/core-command done 04:51:26 #110 naming to docker.io/library/core-keeper done 04:51:26 #110 naming to docker.io/library/support-notifications done 04:51:26 #110 writing image sha256:0ceed008610ff474970ddeb523d3da654ec650e3a1adda18507eb781fe3e8977 04:51:26 #110 writing image sha256:0ceed008610ff474970ddeb523d3da654ec650e3a1adda18507eb781fe3e8977 done 04:51:26 #110 writing image sha256:3e4516105e1ceccb7ba0ff6fbcc68d7f8a010e4b459dcf9b30d6f38a99c513b7 done 04:51:26 #110 naming to docker.io/library/security-spiffe-token-provider done 04:51:26 #110 naming to docker.io/library/core-data done 04:51:26 #110 writing image sha256:4a5773e47ead5a3690fe8517d68424b118a3adbfd2fe39f76770f71d612b7560 done 04:51:26 #110 naming to docker.io/library/core-metadata 0.0s done 04:51:26 #110 DONE 2.2s 04:51:26 04:51:26 #207 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 04:51:26 #207 DONE 0.2s 04:51:26 04:51:26 #208 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:51:26 #208 DONE 0.4s 04:51:26 04:51:26 #209 [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/ 04:51:26 #209 DONE 0.1s 04:51:26 04:51:26 #210 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:51:26 #210 DONE 0.8s 04:51:26 04:51:26 #211 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:51:26 #211 DONE 0.8s 04:51:26 04:51:26 #110 [core-common-config-bootstrapper] exporting to image 04:51:26 #110 ... 04:51:26 04:51:26 #212 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:51:26 #212 DONE 0.1s 04:51:26 04:51:26 #213 [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/ 04:51:26 #213 DONE 0.1s 04:51:27 04:51:27 #214 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 04:51:27 #214 DONE 0.1s 04:51:27 04:51:27 #110 [core-common-config-bootstrapper] exporting to image 04:51:27 #110 exporting layers 0.3s done 04:51:27 #110 writing image sha256:793442360b52028de9acf268f2a9975ac5b5ff35da61eddfc3a2c99b086aeeeb done 04:51:27 #110 naming to docker.io/library/core-common-config-bootstrapper done 04:51:27 #110 writing image sha256:1424938aaeda8554a9380723504416973947fcb8b29b2f87855666aa07446744 04:51:27 #110 writing image sha256:1424938aaeda8554a9380723504416973947fcb8b29b2f87855666aa07446744 done 04:51:27 #110 naming to docker.io/library/security-proxy-auth 0.0s done 04:51:27 #110 DONE 2.6s 04:51:27 04:51:27 #215 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:51:27 #215 DONE 0.8s 04:51:27 04:51:27 #216 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 04:51:27 #216 DONE 0.1s 04:51:27 04:51:27 #110 [security-proxy-setup] exporting to image 04:51:27 #110 exporting layers 0.2s done 04:51:27 #110 writing image sha256:faa28a3a7a12f0db66ba1b6c3b6349d6a880f594eefff58b31a07eafaca55b15 done 04:51:27 #110 naming to docker.io/library/security-proxy-setup done 04:51:27 #110 DONE 2.8s 04:51:27 04:51:27 #217 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 04:51:27 #217 ... 04:51:27 04:51:27 #218 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:51:27 #218 DONE 0.7s 04:51:27 04:51:27 #217 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 04:51:27 #217 DONE 0.5s 04:51:27 04:51:27 #110 [security-bootstrapper] exporting to image 04:51:27 #110 exporting layers 0.3s done 04:51:27 #110 exporting layers 0.3s done 04:51:27 #110 writing image sha256:53cd2aeb1903efcb74e0916b092d4e24d8a15dfd0cc2f4aaf887053c52807407 done 04:51:27 #110 naming to docker.io/library/security-secretstore-setup done 04:51:27 #110 writing image sha256:24cd6e2873fe6b3cef8a2b419bc7fa988cbceee8c40ef5998c0dc35f9b43a56b done 04:51:27 #110 naming to docker.io/library/security-bootstrapper done 04:51:27 #110 DONE 3.2s 04:51:27 04:51:27 #43 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 04:51:27 time="2024-07-10T04:47:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:51:27 time="2024-07-10T04:47:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:51:27 time="2024-07-10T04:47:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:51:27 time="2024-07-10T04:47:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:51:27 time="2024-07-10T04:47:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:51:27 time="2024-07-10T04:47:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:51:27 time="2024-07-10T04:47:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:51:27 time="2024-07-10T04:47:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:51:27 time="2024-07-10T04:47:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:51:27 time="2024-07-10T04:47:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:51:27 time="2024-07-10T04:47:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:51:27 time="2024-07-10T04:47:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:51:27 time="2024-07-10T04:47:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:51:27 time="2024-07-10T04:47:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:51:27 time="2024-07-10T04:47:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 04:51:27 $ docker stop --time=1 569ddc5d24eee794a90a84230b5a13a631efa55328c10ffebea2b7e1e265692d 04:51:28 #124 ... 04:51:28 04:51:28 #143 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:51:28 #0 4.940 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:51:28 #143 ... 04:51:28 04:51:28 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:51:28 #0 4.813 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:51:28 #144 ... 04:51:28 04:51:28 #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:51:28 #0 5.915 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 04:51:28 #145 ... 04:51:28 04:51:28 #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 04:51:28 #0 5.795 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 04:51:28 #146 ... 04:51:28 04:51:28 #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 04:51:28 #0 5.522 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 04:51:28 #147 ... 04:51:28 04:51:28 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 04:51:28 #0 5.012 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 04:51:29 #148 ... 04:51:29 04:51:29 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 04:51:29 #0 4.000 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 04:51:29 $ docker rm -f --volumes 569ddc5d24eee794a90a84230b5a13a631efa55328c10ffebea2b7e1e265692d [Pipeline] // withDockerContainer [Pipeline] sh 04:51:29 #149 ... 04:51:29 04:51:29 #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 04:51:29 #0 6.069 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:51:29 #150 ... 04:51:29 04:51:29 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 04:51:29 #0 6.187 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:51:29 + docker images 04:51:29 REPOSITORY TAG IMAGE ID CREATED SIZE 04:51:29 security-bootstrapper latest 24cd6e2873fe 2 seconds ago 24MB 04:51:29 security-secretstore-setup latest 53cd2aeb1903 2 seconds ago 42.2MB 04:51:29 security-proxy-setup latest faa28a3a7a12 3 seconds ago 31.2MB 04:51:29 core-common-config-bootstrapper latest 793442360b52 3 seconds ago 20.2MB 04:51:29 security-proxy-auth latest 1424938aaeda 3 seconds ago 38MB 04:51:29 support-notifications latest d43a065a52fb 4 seconds ago 43.9MB 04:51:29 core-keeper latest 5386a489c432 4 seconds ago 35.6MB 04:51:29 core-command latest 82dede1afd6e 4 seconds ago 40.4MB 04:51:29 core-metadata latest 4a5773e47ead 4 seconds ago 41MB 04:51:29 security-spiffe-token-provider latest 0ceed008610f 4 seconds ago 34MB 04:51:29 support-scheduler latest 342667e4be9a 4 seconds ago 43.1MB 04:51:29 core-data latest 3e4516105e1c 4 seconds ago 40.8MB 04:51:29 security-spire-agent latest b1f676324102 3 minutes ago 187MB 04:51:29 security-spire-server latest 078a2d9af4e7 3 minutes ago 126MB 04:51:29 security-spire-config latest 008cd6af793a 3 minutes ago 125MB 04:51:29 ci-base-image-x86_64 latest 6eb8822365c3 6 minutes ago 966MB 04:51:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine f489d0715acc 2 months ago 565MB 04:51:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 13 months ago 334MB 04:51:29 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 2 years ago 253MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:51:29 provisioning config files... 04:51:29 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/651@tmp/config16515846916211215072tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:51:29 #151 ... 04:51:29 04:51:29 #141 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 04:51:29 #141 6.161 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 04:51:29 ---> ****-login.sh 04:51:29 nexus3.edgexfoundry.org:10001 04:51:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:51:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:51:29 Configure a credential helper to remove this warning. See 04:51:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:51:29 04:51:29 Login Succeeded 04:51:29 nexus3.edgexfoundry.org:10002 04:51:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:51:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:51:29 Configure a credential helper to remove this warning. See 04:51:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:51:29 04:51:29 Login Succeeded 04:51:29 nexus3.edgexfoundry.org:10003 04:51:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:51:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:51:30 Configure a credential helper to remove this warning. See 04:51:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:51:30 04:51:30 Login Succeeded 04:51:30 nexus3.edgexfoundry.org:10004 04:51:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:51:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:51:30 Configure a credential helper to remove this warning. See 04:51:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:51:30 04:51:30 Login Succeeded 04:51:30 ****.io 04:51:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:51:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:51:30 Configure a credential helper to remove this warning. See 04:51:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:51:30 04:51:30 Login Succeeded 04:51:30 ---> ****-login.sh ends [Pipeline] } 04:51:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:51:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 04:51:30 [edgeXDocker.push] Tagging docker image core-command with the following tags: 04:51:30 059044cd19e7cd756841b4b22dae69fa09f54287 04:51:30 latest 04:51:30 3.2.0-dev.33 04:51:30 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 04:51:30 main 04:51:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:51:30 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:51:31 + docker push nexus3.edgexfoundry.org:10004/core-command:059044cd19e7cd756841b4b22dae69fa09f54287 04:51:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 04:51:31 cc454f4f83c1: Preparing 04:51:31 5343b18fd9f2: Preparing 04:51:31 66684c473965: Preparing 04:51:31 f389489bc9cf: Preparing 04:51:31 07ab167c3a75: Preparing 04:51:31 bbe20e40fdfb: Preparing 04:51:31 63ec0bd56cf3: Preparing 04:51:31 bbe20e40fdfb: Waiting 04:51:31 63ec0bd56cf3: Waiting 04:51:31 66684c473965: Pushed 04:51:31 f389489bc9cf: Pushed 04:51:31 cc454f4f83c1: Pushed 04:51:31 63ec0bd56cf3: Layer already exists 04:51:31 bbe20e40fdfb: Pushed 04:51:31 07ab167c3a75: Pushed 04:51:34 5343b18fd9f2: Pushed 04:51:34 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:200adbc2e81c139c4a2a09271635fd4653fb95e4408f71ce8e8bcf6cfb963852 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:51:34 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:51:34 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 04:51:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 04:51:34 cc454f4f83c1: Preparing 04:51:34 5343b18fd9f2: Preparing 04:51:34 66684c473965: Preparing 04:51:34 f389489bc9cf: Preparing 04:51:34 07ab167c3a75: Preparing 04:51:34 bbe20e40fdfb: Preparing 04:51:34 63ec0bd56cf3: Preparing 04:51:34 bbe20e40fdfb: Waiting 04:51:34 63ec0bd56cf3: Waiting 04:51:34 cc454f4f83c1: Layer already exists 04:51:34 5343b18fd9f2: Layer already exists 04:51:34 66684c473965: Layer already exists 04:51:34 07ab167c3a75: Layer already exists 04:51:34 f389489bc9cf: Layer already exists 04:51:34 bbe20e40fdfb: Layer already exists 04:51:34 63ec0bd56cf3: Layer already exists 04:51:34 latest: digest: sha256:200adbc2e81c139c4a2a09271635fd4653fb95e4408f71ce8e8bcf6cfb963852 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:51:35 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:51:35 + docker push nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.33 04:51:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 04:51:35 cc454f4f83c1: Preparing 04:51:35 5343b18fd9f2: Preparing 04:51:35 66684c473965: Preparing 04:51:35 f389489bc9cf: Preparing 04:51:35 07ab167c3a75: Preparing 04:51:35 bbe20e40fdfb: Preparing 04:51:35 63ec0bd56cf3: Preparing 04:51:35 bbe20e40fdfb: Waiting 04:51:35 63ec0bd56cf3: Waiting 04:51:35 cc454f4f83c1: Layer already exists 04:51:35 f389489bc9cf: Layer already exists 04:51:35 66684c473965: Layer already exists 04:51:35 07ab167c3a75: Layer already exists 04:51:35 5343b18fd9f2: Layer already exists 04:51:35 bbe20e40fdfb: Layer already exists 04:51:35 63ec0bd56cf3: Layer already exists 04:51:35 3.2.0-dev.33: digest: sha256:200adbc2e81c139c4a2a09271635fd4653fb95e4408f71ce8e8bcf6cfb963852 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:51:35 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:51:36 + docker push nexus3.edgexfoundry.org:10004/core-command:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 04:51:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 04:51:36 cc454f4f83c1: Preparing 04:51:36 5343b18fd9f2: Preparing 04:51:36 66684c473965: Preparing 04:51:36 f389489bc9cf: Preparing 04:51:36 07ab167c3a75: Preparing 04:51:36 bbe20e40fdfb: Preparing 04:51:36 63ec0bd56cf3: Preparing 04:51:36 bbe20e40fdfb: Waiting 04:51:36 63ec0bd56cf3: Waiting 04:51:36 f389489bc9cf: Layer already exists 04:51:36 66684c473965: Layer already exists 04:51:36 5343b18fd9f2: Layer already exists 04:51:36 07ab167c3a75: Layer already exists 04:51:36 cc454f4f83c1: Layer already exists 04:51:36 bbe20e40fdfb: Layer already exists 04:51:36 63ec0bd56cf3: Layer already exists 04:51:36 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:200adbc2e81c139c4a2a09271635fd4653fb95e4408f71ce8e8bcf6cfb963852 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:51:36 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:51:36 + docker push nexus3.edgexfoundry.org:10004/core-command:main 04:51:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 04:51:36 cc454f4f83c1: Preparing 04:51:36 5343b18fd9f2: Preparing 04:51:36 66684c473965: Preparing 04:51:36 f389489bc9cf: Preparing 04:51:36 07ab167c3a75: Preparing 04:51:36 bbe20e40fdfb: Preparing 04:51:36 63ec0bd56cf3: Preparing 04:51:36 bbe20e40fdfb: Waiting 04:51:36 63ec0bd56cf3: Waiting 04:51:36 66684c473965: Layer already exists 04:51:36 07ab167c3a75: Layer already exists 04:51:36 f389489bc9cf: Layer already exists 04:51:36 5343b18fd9f2: Layer already exists 04:51:36 cc454f4f83c1: Layer already exists 04:51:36 bbe20e40fdfb: Layer already exists 04:51:36 63ec0bd56cf3: Layer already exists 04:51:36 main: digest: sha256:200adbc2e81c139c4a2a09271635fd4653fb95e4408f71ce8e8bcf6cfb963852 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:51:36 ===================================================== [Pipeline] echo 04:51:36 taggedImages: 04:51:36 - nexus3.edgexfoundry.org:10004/core-command:059044cd19e7cd756841b4b22dae69fa09f54287 04:51:36 - nexus3.edgexfoundry.org:10004/core-command:latest 04:51:36 - nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.33 04:51:36 - nexus3.edgexfoundry.org:10004/core-command:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 04:51:36 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 04:51:36 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 04:51:36 059044cd19e7cd756841b4b22dae69fa09f54287 04:51:36 latest 04:51:36 3.2.0-dev.33 04:51:36 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 04:51:36 main 04:51:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:51:37 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:51:37 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:059044cd19e7cd756841b4b22dae69fa09f54287 04:51:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 04:51:37 b7d3534e9f6e: Preparing 04:51:37 5f1389765132: Preparing 04:51:37 d140e6fdf8b8: Preparing 04:51:37 d8456ffe1bcd: Preparing 04:51:37 66684c473965: Preparing 04:51:37 f389489bc9cf: Preparing 04:51:37 07ab167c3a75: Preparing 04:51:37 bbe20e40fdfb: Preparing 04:51:37 63ec0bd56cf3: Preparing 04:51:37 bbe20e40fdfb: Waiting 04:51:37 f389489bc9cf: Waiting 04:51:37 07ab167c3a75: Waiting 04:51:37 66684c473965: Layer already exists 04:51:37 f389489bc9cf: Layer already exists 04:51:37 07ab167c3a75: Layer already exists 04:51:37 bbe20e40fdfb: Layer already exists 04:51:37 63ec0bd56cf3: Layer already exists 04:51:37 b7d3534e9f6e: Pushed 04:51:37 5f1389765132: Pushed 04:51:37 d140e6fdf8b8: Pushed 04:51:38 d8456ffe1bcd: Pushed 04:51:38 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:56dc165745c4ea592b1715d9de7a3e45d113dfa503f7159636a2452ddc648b5f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:51:38 + 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 04:51:39 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 04:51:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 04:51:39 b7d3534e9f6e: Preparing 04:51:39 5f1389765132: Preparing 04:51:39 d140e6fdf8b8: Preparing 04:51:39 d8456ffe1bcd: Preparing 04:51:39 66684c473965: Preparing 04:51:39 f389489bc9cf: Preparing 04:51:39 07ab167c3a75: Preparing 04:51:39 bbe20e40fdfb: Preparing 04:51:39 63ec0bd56cf3: Preparing 04:51:39 f389489bc9cf: Waiting 04:51:39 63ec0bd56cf3: Waiting 04:51:39 07ab167c3a75: Waiting 04:51:39 bbe20e40fdfb: Waiting 04:51:39 d140e6fdf8b8: Layer already exists 04:51:39 5f1389765132: Layer already exists 04:51:39 d8456ffe1bcd: Layer already exists 04:51:39 66684c473965: Layer already exists 04:51:39 b7d3534e9f6e: Layer already exists 04:51:39 f389489bc9cf: Layer already exists 04:51:39 07ab167c3a75: Layer already exists 04:51:39 63ec0bd56cf3: Layer already exists 04:51:39 bbe20e40fdfb: Layer already exists 04:51:39 latest: digest: sha256:56dc165745c4ea592b1715d9de7a3e45d113dfa503f7159636a2452ddc648b5f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:51:39 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:51:39 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.33 04:51:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 04:51:39 b7d3534e9f6e: Preparing 04:51:39 5f1389765132: Preparing 04:51:39 d140e6fdf8b8: Preparing 04:51:39 d8456ffe1bcd: Preparing 04:51:39 66684c473965: Preparing 04:51:39 f389489bc9cf: Preparing 04:51:39 07ab167c3a75: Preparing 04:51:39 bbe20e40fdfb: Preparing 04:51:39 63ec0bd56cf3: Preparing 04:51:39 f389489bc9cf: Waiting 04:51:39 07ab167c3a75: Waiting 04:51:39 bbe20e40fdfb: Waiting 04:51:39 63ec0bd56cf3: Waiting 04:51:39 b7d3534e9f6e: Layer already exists 04:51:39 66684c473965: Layer already exists 04:51:39 d140e6fdf8b8: Layer already exists 04:51:39 d8456ffe1bcd: Layer already exists 04:51:39 5f1389765132: Layer already exists 04:51:39 07ab167c3a75: Layer already exists 04:51:39 bbe20e40fdfb: Layer already exists 04:51:39 63ec0bd56cf3: Layer already exists 04:51:39 f389489bc9cf: Layer already exists 04:51:39 3.2.0-dev.33: digest: sha256:56dc165745c4ea592b1715d9de7a3e45d113dfa503f7159636a2452ddc648b5f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:51:40 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:51:40 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 04:51:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 04:51:40 b7d3534e9f6e: Preparing 04:51:40 5f1389765132: Preparing 04:51:40 d140e6fdf8b8: Preparing 04:51:40 d8456ffe1bcd: Preparing 04:51:40 66684c473965: Preparing 04:51:40 f389489bc9cf: Preparing 04:51:40 07ab167c3a75: Preparing 04:51:40 bbe20e40fdfb: Preparing 04:51:40 63ec0bd56cf3: Preparing 04:51:40 07ab167c3a75: Waiting 04:51:40 63ec0bd56cf3: Waiting 04:51:40 f389489bc9cf: Waiting 04:51:40 66684c473965: Layer already exists 04:51:40 5f1389765132: Layer already exists 04:51:40 b7d3534e9f6e: Layer already exists 04:51:40 d8456ffe1bcd: Layer already exists 04:51:40 d140e6fdf8b8: Layer already exists 04:51:40 07ab167c3a75: Layer already exists 04:51:40 bbe20e40fdfb: Layer already exists 04:51:40 63ec0bd56cf3: Layer already exists 04:51:40 f389489bc9cf: Layer already exists 04:51:40 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:56dc165745c4ea592b1715d9de7a3e45d113dfa503f7159636a2452ddc648b5f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:51:40 + 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 04:51:41 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 04:51:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 04:51:41 b7d3534e9f6e: Preparing 04:51:41 5f1389765132: Preparing 04:51:41 d140e6fdf8b8: Preparing 04:51:41 d8456ffe1bcd: Preparing 04:51:41 66684c473965: Preparing 04:51:41 f389489bc9cf: Preparing 04:51:41 07ab167c3a75: Preparing 04:51:41 bbe20e40fdfb: Preparing 04:51:41 63ec0bd56cf3: Preparing 04:51:41 07ab167c3a75: Waiting 04:51:41 63ec0bd56cf3: Waiting 04:51:41 f389489bc9cf: Waiting 04:51:41 5f1389765132: Layer already exists 04:51:41 b7d3534e9f6e: Layer already exists 04:51:41 66684c473965: Layer already exists 04:51:41 d8456ffe1bcd: Layer already exists 04:51:41 d140e6fdf8b8: Layer already exists 04:51:41 f389489bc9cf: Layer already exists 04:51:41 63ec0bd56cf3: Layer already exists 04:51:41 07ab167c3a75: Layer already exists 04:51:41 bbe20e40fdfb: Layer already exists 04:51:41 main: digest: sha256:56dc165745c4ea592b1715d9de7a3e45d113dfa503f7159636a2452ddc648b5f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:51:41 ===================================================== [Pipeline] echo 04:51:41 taggedImages: 04:51:41 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:059044cd19e7cd756841b4b22dae69fa09f54287 04:51:41 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 04:51:41 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.33 04:51:41 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 04:51:41 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 04:51:41 [edgeXDocker.push] Tagging docker image core-data with the following tags: 04:51:41 059044cd19e7cd756841b4b22dae69fa09f54287 04:51:41 latest 04:51:41 3.2.0-dev.33 04:51:41 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 04:51:41 main 04:51:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:51:41 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:51:41 + docker push nexus3.edgexfoundry.org:10004/core-data:059044cd19e7cd756841b4b22dae69fa09f54287 04:51:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 04:51:41 a1c8663cd73c: Preparing 04:51:41 04cdc5ee8d44: Preparing 04:51:41 66684c473965: Preparing 04:51:41 f389489bc9cf: Preparing 04:51:41 4eac0fb9610a: Preparing 04:51:41 79326f3e9b02: Preparing 04:51:41 63ec0bd56cf3: Preparing 04:51:41 79326f3e9b02: Waiting 04:51:41 63ec0bd56cf3: Waiting 04:51:41 f389489bc9cf: Layer already exists 04:51:41 66684c473965: Layer already exists 04:51:41 63ec0bd56cf3: Layer already exists 04:51:41 a1c8663cd73c: Pushed 04:51:41 79326f3e9b02: Pushed 04:51:42 4eac0fb9610a: Pushed 04:51:44 04cdc5ee8d44: Pushed 04:51:44 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:fc00e2d1ffe225282d2b99200348c9e499ab7a347452d3236a7a09f1bddcb3f5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:51:45 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:51:45 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 04:51:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 04:51:45 a1c8663cd73c: Preparing 04:51:45 04cdc5ee8d44: Preparing 04:51:45 66684c473965: Preparing 04:51:45 f389489bc9cf: Preparing 04:51:45 4eac0fb9610a: Preparing 04:51:45 79326f3e9b02: Preparing 04:51:45 63ec0bd56cf3: Preparing 04:51:45 79326f3e9b02: Waiting 04:51:45 63ec0bd56cf3: Waiting 04:51:45 04cdc5ee8d44: Layer already exists 04:51:45 4eac0fb9610a: Layer already exists 04:51:45 f389489bc9cf: Layer already exists 04:51:45 66684c473965: Layer already exists 04:51:45 a1c8663cd73c: Layer already exists 04:51:45 63ec0bd56cf3: Layer already exists 04:51:45 79326f3e9b02: Layer already exists 04:51:45 latest: digest: sha256:fc00e2d1ffe225282d2b99200348c9e499ab7a347452d3236a7a09f1bddcb3f5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:51:45 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:51:46 + docker push nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.33 04:51:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 04:51:46 a1c8663cd73c: Preparing 04:51:46 04cdc5ee8d44: Preparing 04:51:46 66684c473965: Preparing 04:51:46 f389489bc9cf: Preparing 04:51:46 4eac0fb9610a: Preparing 04:51:46 79326f3e9b02: Preparing 04:51:46 63ec0bd56cf3: Preparing 04:51:46 63ec0bd56cf3: Waiting 04:51:46 79326f3e9b02: Waiting 04:51:46 a1c8663cd73c: Layer already exists 04:51:46 04cdc5ee8d44: Layer already exists 04:51:46 66684c473965: Layer already exists 04:51:46 4eac0fb9610a: Layer already exists 04:51:46 f389489bc9cf: Layer already exists 04:51:46 79326f3e9b02: Layer already exists 04:51:46 63ec0bd56cf3: Layer already exists 04:51:46 3.2.0-dev.33: digest: sha256:fc00e2d1ffe225282d2b99200348c9e499ab7a347452d3236a7a09f1bddcb3f5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:51:46 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:51:46 + docker push nexus3.edgexfoundry.org:10004/core-data:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 04:51:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 04:51:46 a1c8663cd73c: Preparing 04:51:46 04cdc5ee8d44: Preparing 04:51:46 66684c473965: Preparing 04:51:46 f389489bc9cf: Preparing 04:51:46 4eac0fb9610a: Preparing 04:51:46 79326f3e9b02: Preparing 04:51:46 63ec0bd56cf3: Preparing 04:51:46 79326f3e9b02: Waiting 04:51:46 4eac0fb9610a: Layer already exists 04:51:46 a1c8663cd73c: Layer already exists 04:51:46 66684c473965: Layer already exists 04:51:46 04cdc5ee8d44: Layer already exists 04:51:46 f389489bc9cf: Layer already exists 04:51:46 79326f3e9b02: Layer already exists 04:51:46 63ec0bd56cf3: Layer already exists 04:51:46 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:fc00e2d1ffe225282d2b99200348c9e499ab7a347452d3236a7a09f1bddcb3f5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:51:47 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:51:47 + docker push nexus3.edgexfoundry.org:10004/core-data:main 04:51:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 04:51:47 a1c8663cd73c: Preparing 04:51:47 04cdc5ee8d44: Preparing 04:51:47 66684c473965: Preparing 04:51:47 f389489bc9cf: Preparing 04:51:47 4eac0fb9610a: Preparing 04:51:47 79326f3e9b02: Preparing 04:51:47 63ec0bd56cf3: Preparing 04:51:47 79326f3e9b02: Waiting 04:51:47 a1c8663cd73c: Layer already exists 04:51:47 04cdc5ee8d44: Layer already exists 04:51:47 f389489bc9cf: Layer already exists 04:51:47 4eac0fb9610a: Layer already exists 04:51:47 66684c473965: Layer already exists 04:51:47 63ec0bd56cf3: Layer already exists 04:51:47 79326f3e9b02: Layer already exists 04:51:47 main: digest: sha256:fc00e2d1ffe225282d2b99200348c9e499ab7a347452d3236a7a09f1bddcb3f5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:51:47 ===================================================== [Pipeline] echo 04:51:47 taggedImages: 04:51:47 - nexus3.edgexfoundry.org:10004/core-data:059044cd19e7cd756841b4b22dae69fa09f54287 04:51:47 - nexus3.edgexfoundry.org:10004/core-data:latest 04:51:47 - nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.33 04:51:47 - nexus3.edgexfoundry.org:10004/core-data:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 04:51:47 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 04:51:47 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 04:51:47 059044cd19e7cd756841b4b22dae69fa09f54287 04:51:47 latest 04:51:47 3.2.0-dev.33 04:51:47 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 04:51:47 main 04:51:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:51:48 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:51:48 + docker push nexus3.edgexfoundry.org:10004/core-keeper:059044cd19e7cd756841b4b22dae69fa09f54287 04:51:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 04:51:48 9bf918f0f2ae: Preparing 04:51:48 5dcd3922ae76: Preparing 04:51:48 f389489bc9cf: Preparing 04:51:48 70fe6899e417: Preparing 04:51:48 03d8f704e992: Preparing 04:51:48 63ec0bd56cf3: Preparing 04:51:48 63ec0bd56cf3: Waiting 04:51:48 f389489bc9cf: Layer already exists 04:51:48 63ec0bd56cf3: Layer already exists 04:51:48 70fe6899e417: Pushed 04:51:48 03d8f704e992: Pushed 04:51:48 9bf918f0f2ae: Pushed 04:51:51 5dcd3922ae76: Pushed 04:51:51 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:42579dbf0a26a8157edc7106517f3ce2323e7f0e3bfb71f2e0375f5394df24f6 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:51:51 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:51:52 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 04:51:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 04:51:52 9bf918f0f2ae: Preparing 04:51:52 5dcd3922ae76: Preparing 04:51:52 f389489bc9cf: Preparing 04:51:52 70fe6899e417: Preparing 04:51:52 03d8f704e992: Preparing 04:51:52 63ec0bd56cf3: Preparing 04:51:52 63ec0bd56cf3: Waiting 04:51:52 5dcd3922ae76: Layer already exists 04:51:52 70fe6899e417: Layer already exists 04:51:52 03d8f704e992: Layer already exists 04:51:52 f389489bc9cf: Layer already exists 04:51:52 9bf918f0f2ae: Layer already exists 04:51:52 63ec0bd56cf3: Layer already exists 04:51:52 latest: digest: sha256:42579dbf0a26a8157edc7106517f3ce2323e7f0e3bfb71f2e0375f5394df24f6 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:51:52 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:51:52 + docker push nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.33 04:51:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 04:51:52 9bf918f0f2ae: Preparing 04:51:52 5dcd3922ae76: Preparing 04:51:52 f389489bc9cf: Preparing 04:51:52 70fe6899e417: Preparing 04:51:52 03d8f704e992: Preparing 04:51:52 63ec0bd56cf3: Preparing 04:51:52 63ec0bd56cf3: Waiting 04:51:52 70fe6899e417: Layer already exists 04:51:52 9bf918f0f2ae: Layer already exists 04:51:52 03d8f704e992: Layer already exists 04:51:52 5dcd3922ae76: Layer already exists 04:51:52 f389489bc9cf: Layer already exists 04:51:52 63ec0bd56cf3: Layer already exists 04:51:52 3.2.0-dev.33: digest: sha256:42579dbf0a26a8157edc7106517f3ce2323e7f0e3bfb71f2e0375f5394df24f6 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:51:53 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:51:53 + docker push nexus3.edgexfoundry.org:10004/core-keeper:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 04:51:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 04:51:53 9bf918f0f2ae: Preparing 04:51:53 5dcd3922ae76: Preparing 04:51:53 f389489bc9cf: Preparing 04:51:53 70fe6899e417: Preparing 04:51:53 03d8f704e992: Preparing 04:51:53 63ec0bd56cf3: Preparing 04:51:53 63ec0bd56cf3: Waiting 04:51:53 5dcd3922ae76: Layer already exists 04:51:53 9bf918f0f2ae: Layer already exists 04:51:53 f389489bc9cf: Layer already exists 04:51:53 70fe6899e417: Layer already exists 04:51:53 03d8f704e992: Layer already exists 04:51:53 63ec0bd56cf3: Layer already exists 04:51:53 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:42579dbf0a26a8157edc7106517f3ce2323e7f0e3bfb71f2e0375f5394df24f6 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:51:53 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:51:54 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 04:51:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 04:51:54 9bf918f0f2ae: Preparing 04:51:54 5dcd3922ae76: Preparing 04:51:54 f389489bc9cf: Preparing 04:51:54 70fe6899e417: Preparing 04:51:54 03d8f704e992: Preparing 04:51:54 63ec0bd56cf3: Preparing 04:51:54 63ec0bd56cf3: Waiting 04:51:54 03d8f704e992: Layer already exists 04:51:54 5dcd3922ae76: Layer already exists 04:51:54 70fe6899e417: Layer already exists 04:51:54 f389489bc9cf: Layer already exists 04:51:54 9bf918f0f2ae: Layer already exists 04:51:54 63ec0bd56cf3: Layer already exists 04:51:54 main: digest: sha256:42579dbf0a26a8157edc7106517f3ce2323e7f0e3bfb71f2e0375f5394df24f6 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:51:54 ===================================================== [Pipeline] echo 04:51:54 taggedImages: 04:51:54 - nexus3.edgexfoundry.org:10004/core-keeper:059044cd19e7cd756841b4b22dae69fa09f54287 04:51:54 - nexus3.edgexfoundry.org:10004/core-keeper:latest 04:51:54 - nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.33 04:51:54 - nexus3.edgexfoundry.org:10004/core-keeper:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 04:51:54 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 04:51:54 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 04:51:54 059044cd19e7cd756841b4b22dae69fa09f54287 04:51:54 latest 04:51:54 3.2.0-dev.33 04:51:54 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 04:51:54 main 04:51:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:51:54 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:51:55 + docker push nexus3.edgexfoundry.org:10004/core-metadata:059044cd19e7cd756841b4b22dae69fa09f54287 04:51:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 04:51:55 6a25992bb806: Preparing 04:51:55 8d0b8649db4c: Preparing 04:51:55 907eecead7d4: Preparing 04:51:55 66684c473965: Preparing 04:51:55 f389489bc9cf: Preparing 04:51:55 07ab167c3a75: Preparing 04:51:55 bbe20e40fdfb: Preparing 04:51:55 63ec0bd56cf3: Preparing 04:51:55 07ab167c3a75: Waiting 04:51:55 bbe20e40fdfb: Waiting 04:51:55 63ec0bd56cf3: Waiting 04:51:55 f389489bc9cf: Layer already exists 04:51:55 66684c473965: Layer already exists 04:51:55 07ab167c3a75: Layer already exists 04:51:55 bbe20e40fdfb: Layer already exists 04:51:55 63ec0bd56cf3: Layer already exists 04:51:55 8d0b8649db4c: Pushed 04:51:55 6a25992bb806: Pushed 04:51:58 907eecead7d4: Pushed 04:51:58 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:3a5e30f378956162eaea60269eb626bb9ad470c5b876056703d75e572701f509 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:51:58 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:51:58 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 04:51:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 04:51:58 6a25992bb806: Preparing 04:51:58 8d0b8649db4c: Preparing 04:51:58 907eecead7d4: Preparing 04:51:58 66684c473965: Preparing 04:51:58 f389489bc9cf: Preparing 04:51:58 07ab167c3a75: Preparing 04:51:58 bbe20e40fdfb: Preparing 04:51:58 63ec0bd56cf3: Preparing 04:51:58 07ab167c3a75: Waiting 04:51:58 907eecead7d4: Layer already exists 04:51:58 f389489bc9cf: Layer already exists 04:51:58 66684c473965: Layer already exists 04:51:58 6a25992bb806: Layer already exists 04:51:58 8d0b8649db4c: Layer already exists 04:51:58 bbe20e40fdfb: Layer already exists 04:51:58 07ab167c3a75: Layer already exists 04:51:58 63ec0bd56cf3: Layer already exists 04:51:58 latest: digest: sha256:3a5e30f378956162eaea60269eb626bb9ad470c5b876056703d75e572701f509 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:51:59 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:51:59 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.33 04:51:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 04:51:59 6a25992bb806: Preparing 04:51:59 8d0b8649db4c: Preparing 04:51:59 907eecead7d4: Preparing 04:51:59 66684c473965: Preparing 04:51:59 f389489bc9cf: Preparing 04:51:59 07ab167c3a75: Preparing 04:51:59 bbe20e40fdfb: Preparing 04:51:59 63ec0bd56cf3: Preparing 04:51:59 bbe20e40fdfb: Waiting 04:51:59 07ab167c3a75: Waiting 04:51:59 63ec0bd56cf3: Waiting 04:51:59 6a25992bb806: Layer already exists 04:51:59 8d0b8649db4c: Layer already exists 04:51:59 66684c473965: Layer already exists 04:51:59 f389489bc9cf: Layer already exists 04:51:59 907eecead7d4: Layer already exists 04:51:59 07ab167c3a75: Layer already exists 04:51:59 63ec0bd56cf3: Layer already exists 04:51:59 bbe20e40fdfb: Layer already exists 04:51:59 3.2.0-dev.33: digest: sha256:3a5e30f378956162eaea60269eb626bb9ad470c5b876056703d75e572701f509 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:51:59 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:00 + docker push nexus3.edgexfoundry.org:10004/core-metadata:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 04:52:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 04:52:00 6a25992bb806: Preparing 04:52:00 8d0b8649db4c: Preparing 04:52:00 907eecead7d4: Preparing 04:52:00 66684c473965: Preparing 04:52:00 f389489bc9cf: Preparing 04:52:00 07ab167c3a75: Preparing 04:52:00 bbe20e40fdfb: Preparing 04:52:00 63ec0bd56cf3: Preparing 04:52:00 07ab167c3a75: Waiting 04:52:00 63ec0bd56cf3: Waiting 04:52:00 bbe20e40fdfb: Waiting 04:52:00 8d0b8649db4c: Layer already exists 04:52:00 907eecead7d4: Layer already exists 04:52:00 f389489bc9cf: Layer already exists 04:52:00 66684c473965: Layer already exists 04:52:00 6a25992bb806: Layer already exists 04:52:00 07ab167c3a75: Layer already exists 04:52:00 bbe20e40fdfb: Layer already exists 04:52:00 63ec0bd56cf3: Layer already exists 04:52:00 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:3a5e30f378956162eaea60269eb626bb9ad470c5b876056703d75e572701f509 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:00 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:00 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 04:52:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 04:52:00 6a25992bb806: Preparing 04:52:00 8d0b8649db4c: Preparing 04:52:00 907eecead7d4: Preparing 04:52:00 66684c473965: Preparing 04:52:00 f389489bc9cf: Preparing 04:52:00 07ab167c3a75: Preparing 04:52:00 bbe20e40fdfb: Preparing 04:52:00 63ec0bd56cf3: Preparing 04:52:00 07ab167c3a75: Waiting 04:52:00 bbe20e40fdfb: Waiting 04:52:00 63ec0bd56cf3: Waiting 04:52:00 907eecead7d4: Layer already exists 04:52:00 8d0b8649db4c: Layer already exists 04:52:00 f389489bc9cf: Layer already exists 04:52:00 6a25992bb806: Layer already exists 04:52:00 66684c473965: Layer already exists 04:52:00 63ec0bd56cf3: Layer already exists 04:52:00 bbe20e40fdfb: Layer already exists 04:52:00 07ab167c3a75: Layer already exists 04:52:00 main: digest: sha256:3a5e30f378956162eaea60269eb626bb9ad470c5b876056703d75e572701f509 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:52:00 ===================================================== [Pipeline] echo 04:52:00 taggedImages: 04:52:00 - nexus3.edgexfoundry.org:10004/core-metadata:059044cd19e7cd756841b4b22dae69fa09f54287 04:52:00 - nexus3.edgexfoundry.org:10004/core-metadata:latest 04:52:00 - nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.33 04:52:00 - nexus3.edgexfoundry.org:10004/core-metadata:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 04:52:00 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 04:52:01 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 04:52:01 059044cd19e7cd756841b4b22dae69fa09f54287 04:52:01 latest 04:52:01 3.2.0-dev.33 04:52:01 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 04:52:01 main 04:52:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:01 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:01 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:059044cd19e7cd756841b4b22dae69fa09f54287 04:52:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 04:52:01 6f307a784fab: Preparing 04:52:01 eea3ca6c4ba5: Preparing 04:52:01 95bbd0ad201e: Preparing 04:52:01 8797a694cd8a: Preparing 04:52:01 3c2b5c2d018c: Preparing 04:52:01 5f38d7073c22: Preparing 04:52:01 c4cea262d56f: Preparing 04:52:01 66684c473965: Preparing 04:52:01 f389489bc9cf: Preparing 04:52:01 c9b062b5cfa6: Preparing 04:52:01 dfc2a7123c0e: Preparing 04:52:01 5f70bf18a086: Preparing 04:52:01 6296f18a0f96: Preparing 04:52:01 e421849e8ecd: Preparing 04:52:01 362fc5dbaf80: Preparing 04:52:01 63ec0bd56cf3: Preparing 04:52:01 66684c473965: Waiting 04:52:01 f389489bc9cf: Waiting 04:52:01 c9b062b5cfa6: Waiting 04:52:01 dfc2a7123c0e: Waiting 04:52:01 5f70bf18a086: Waiting 04:52:01 5f38d7073c22: Waiting 04:52:01 c4cea262d56f: Waiting 04:52:01 6296f18a0f96: Waiting 04:52:01 e421849e8ecd: Waiting 04:52:01 362fc5dbaf80: Waiting 04:52:01 eea3ca6c4ba5: Pushed 04:52:01 8797a694cd8a: Pushed 04:52:01 95bbd0ad201e: Pushed 04:52:01 66684c473965: Layer already exists 04:52:01 6f307a784fab: Pushed 04:52:01 3c2b5c2d018c: Pushed 04:52:01 f389489bc9cf: Layer already exists 04:52:01 5f70bf18a086: Layer already exists 04:52:01 5f38d7073c22: Pushed 04:52:01 c9b062b5cfa6: Pushed 04:52:01 6296f18a0f96: Pushed 04:52:01 dfc2a7123c0e: Pushed 04:52:01 63ec0bd56cf3: Layer already exists 04:52:01 362fc5dbaf80: Pushed 04:52:02 e421849e8ecd: Pushed 04:52:03 c4cea262d56f: Pushed 04:52:03 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:db7d04d75ae7343607b3e3cd0da6f50d4280914213bdb2b37ad47d4cabc75455 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:03 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:03 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 04:52:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 04:52:03 6f307a784fab: Preparing 04:52:03 eea3ca6c4ba5: Preparing 04:52:03 95bbd0ad201e: Preparing 04:52:03 8797a694cd8a: Preparing 04:52:03 3c2b5c2d018c: Preparing 04:52:03 5f38d7073c22: Preparing 04:52:03 c4cea262d56f: Preparing 04:52:03 66684c473965: Preparing 04:52:03 f389489bc9cf: Preparing 04:52:03 c9b062b5cfa6: Preparing 04:52:03 dfc2a7123c0e: Preparing 04:52:03 5f70bf18a086: Preparing 04:52:03 6296f18a0f96: Preparing 04:52:03 e421849e8ecd: Preparing 04:52:03 362fc5dbaf80: Preparing 04:52:03 63ec0bd56cf3: Preparing 04:52:03 c9b062b5cfa6: Waiting 04:52:03 dfc2a7123c0e: Waiting 04:52:03 5f70bf18a086: Waiting 04:52:03 6296f18a0f96: Waiting 04:52:03 5f38d7073c22: Waiting 04:52:03 e421849e8ecd: Waiting 04:52:03 63ec0bd56cf3: Waiting 04:52:03 f389489bc9cf: Waiting 04:52:03 c4cea262d56f: Waiting 04:52:03 362fc5dbaf80: Waiting 04:52:03 66684c473965: Waiting 04:52:03 95bbd0ad201e: Layer already exists 04:52:03 6f307a784fab: Layer already exists 04:52:03 eea3ca6c4ba5: Layer already exists 04:52:03 3c2b5c2d018c: Layer already exists 04:52:03 8797a694cd8a: Layer already exists 04:52:03 5f38d7073c22: Layer already exists 04:52:03 c4cea262d56f: Layer already exists 04:52:03 66684c473965: Layer already exists 04:52:03 f389489bc9cf: Layer already exists 04:52:03 c9b062b5cfa6: Layer already exists 04:52:03 dfc2a7123c0e: Layer already exists 04:52:03 5f70bf18a086: Layer already exists 04:52:03 6296f18a0f96: Layer already exists 04:52:03 e421849e8ecd: Layer already exists 04:52:03 362fc5dbaf80: Layer already exists 04:52:03 63ec0bd56cf3: Layer already exists 04:52:03 latest: digest: sha256:db7d04d75ae7343607b3e3cd0da6f50d4280914213bdb2b37ad47d4cabc75455 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:04 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:04 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.33 04:52:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 04:52:04 6f307a784fab: Preparing 04:52:04 eea3ca6c4ba5: Preparing 04:52:04 95bbd0ad201e: Preparing 04:52:04 8797a694cd8a: Preparing 04:52:04 3c2b5c2d018c: Preparing 04:52:04 5f38d7073c22: Preparing 04:52:04 c4cea262d56f: Preparing 04:52:04 66684c473965: Preparing 04:52:04 f389489bc9cf: Preparing 04:52:04 c9b062b5cfa6: Preparing 04:52:04 dfc2a7123c0e: Preparing 04:52:04 5f70bf18a086: Preparing 04:52:04 6296f18a0f96: Preparing 04:52:04 e421849e8ecd: Preparing 04:52:04 362fc5dbaf80: Preparing 04:52:04 63ec0bd56cf3: Preparing 04:52:04 dfc2a7123c0e: Waiting 04:52:04 e421849e8ecd: Waiting 04:52:04 5f70bf18a086: Waiting 04:52:04 5f38d7073c22: Waiting 04:52:04 c9b062b5cfa6: Waiting 04:52:04 c4cea262d56f: Waiting 04:52:04 66684c473965: Waiting 04:52:04 362fc5dbaf80: Waiting 04:52:04 f389489bc9cf: Waiting 04:52:04 6296f18a0f96: Waiting 04:52:04 63ec0bd56cf3: Waiting 04:52:04 eea3ca6c4ba5: Layer already exists 04:52:04 95bbd0ad201e: Layer already exists 04:52:04 8797a694cd8a: Layer already exists 04:52:04 6f307a784fab: Layer already exists 04:52:04 3c2b5c2d018c: Layer already exists 04:52:04 c4cea262d56f: Layer already exists 04:52:04 5f38d7073c22: Layer already exists 04:52:04 66684c473965: Layer already exists 04:52:04 f389489bc9cf: Layer already exists 04:52:04 c9b062b5cfa6: Layer already exists 04:52:04 dfc2a7123c0e: Layer already exists 04:52:04 5f70bf18a086: Layer already exists 04:52:04 6296f18a0f96: Layer already exists 04:52:04 e421849e8ecd: Layer already exists 04:52:04 362fc5dbaf80: Layer already exists 04:52:04 63ec0bd56cf3: Layer already exists 04:52:04 3.2.0-dev.33: digest: sha256:db7d04d75ae7343607b3e3cd0da6f50d4280914213bdb2b37ad47d4cabc75455 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:04 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:05 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 04:52:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 04:52:05 6f307a784fab: Preparing 04:52:05 eea3ca6c4ba5: Preparing 04:52:05 95bbd0ad201e: Preparing 04:52:05 8797a694cd8a: Preparing 04:52:05 3c2b5c2d018c: Preparing 04:52:05 5f38d7073c22: Preparing 04:52:05 c4cea262d56f: Preparing 04:52:05 66684c473965: Preparing 04:52:05 f389489bc9cf: Preparing 04:52:05 c9b062b5cfa6: Preparing 04:52:05 dfc2a7123c0e: Preparing 04:52:05 5f70bf18a086: Preparing 04:52:05 6296f18a0f96: Preparing 04:52:05 e421849e8ecd: Preparing 04:52:05 362fc5dbaf80: Preparing 04:52:05 63ec0bd56cf3: Preparing 04:52:05 66684c473965: Waiting 04:52:05 f389489bc9cf: Waiting 04:52:05 c9b062b5cfa6: Waiting 04:52:05 dfc2a7123c0e: Waiting 04:52:05 5f70bf18a086: Waiting 04:52:05 6296f18a0f96: Waiting 04:52:05 e421849e8ecd: Waiting 04:52:05 362fc5dbaf80: Waiting 04:52:05 63ec0bd56cf3: Waiting 04:52:05 5f38d7073c22: Waiting 04:52:05 c4cea262d56f: Waiting 04:52:05 3c2b5c2d018c: Layer already exists 04:52:05 6f307a784fab: Layer already exists 04:52:05 eea3ca6c4ba5: Layer already exists 04:52:05 95bbd0ad201e: Layer already exists 04:52:05 8797a694cd8a: Layer already exists 04:52:05 66684c473965: Layer already exists 04:52:05 f389489bc9cf: Layer already exists 04:52:05 5f38d7073c22: Layer already exists 04:52:05 c4cea262d56f: Layer already exists 04:52:05 c9b062b5cfa6: Layer already exists 04:52:05 dfc2a7123c0e: Layer already exists 04:52:05 362fc5dbaf80: Layer already exists 04:52:05 6296f18a0f96: Layer already exists 04:52:05 5f70bf18a086: Layer already exists 04:52:05 e421849e8ecd: Layer already exists 04:52:05 63ec0bd56cf3: Layer already exists 04:52:05 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:db7d04d75ae7343607b3e3cd0da6f50d4280914213bdb2b37ad47d4cabc75455 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:05 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:05 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 04:52:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 04:52:05 6f307a784fab: Preparing 04:52:05 eea3ca6c4ba5: Preparing 04:52:05 95bbd0ad201e: Preparing 04:52:05 8797a694cd8a: Preparing 04:52:05 3c2b5c2d018c: Preparing 04:52:05 5f38d7073c22: Preparing 04:52:05 c4cea262d56f: Preparing 04:52:05 66684c473965: Preparing 04:52:05 f389489bc9cf: Preparing 04:52:05 c4cea262d56f: Waiting 04:52:05 66684c473965: Waiting 04:52:05 c9b062b5cfa6: Preparing 04:52:05 dfc2a7123c0e: Preparing 04:52:05 5f70bf18a086: Preparing 04:52:05 f389489bc9cf: Waiting 04:52:05 dfc2a7123c0e: Waiting 04:52:05 c9b062b5cfa6: Waiting 04:52:05 6296f18a0f96: Preparing 04:52:05 e421849e8ecd: Preparing 04:52:05 362fc5dbaf80: Preparing 04:52:05 5f70bf18a086: Waiting 04:52:05 6296f18a0f96: Waiting 04:52:05 63ec0bd56cf3: Preparing 04:52:05 e421849e8ecd: Waiting 04:52:05 362fc5dbaf80: Waiting 04:52:05 63ec0bd56cf3: Waiting 04:52:05 8797a694cd8a: Layer already exists 04:52:05 6f307a784fab: Layer already exists 04:52:05 3c2b5c2d018c: Layer already exists 04:52:05 eea3ca6c4ba5: Layer already exists 04:52:05 95bbd0ad201e: Layer already exists 04:52:05 c4cea262d56f: Layer already exists 04:52:05 66684c473965: Layer already exists 04:52:05 5f38d7073c22: Layer already exists 04:52:05 c9b062b5cfa6: Layer already exists 04:52:05 f389489bc9cf: Layer already exists 04:52:05 dfc2a7123c0e: Layer already exists 04:52:05 5f70bf18a086: Layer already exists 04:52:05 6296f18a0f96: Layer already exists 04:52:05 e421849e8ecd: Layer already exists 04:52:05 362fc5dbaf80: Layer already exists 04:52:05 63ec0bd56cf3: Layer already exists 04:52:05 main: digest: sha256:db7d04d75ae7343607b3e3cd0da6f50d4280914213bdb2b37ad47d4cabc75455 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:52:06 ===================================================== [Pipeline] echo 04:52:06 taggedImages: 04:52:06 - nexus3.edgexfoundry.org:10004/security-bootstrapper:059044cd19e7cd756841b4b22dae69fa09f54287 04:52:06 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 04:52:06 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.33 04:52:06 - nexus3.edgexfoundry.org:10004/security-bootstrapper:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 04:52:06 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 04:52:06 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 04:52:06 059044cd19e7cd756841b4b22dae69fa09f54287 04:52:06 latest 04:52:06 3.2.0-dev.33 04:52:06 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 04:52:06 main 04:52:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:06 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:06 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:059044cd19e7cd756841b4b22dae69fa09f54287 04:52:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 04:52:06 b7d3534e9f6e: Preparing 04:52:06 5f1389765132: Preparing 04:52:06 ae44f97638c4: Preparing 04:52:06 ee4d90a837c3: Preparing 04:52:06 66684c473965: Preparing 04:52:06 f389489bc9cf: Preparing 04:52:06 07ab167c3a75: Preparing 04:52:06 bbe20e40fdfb: Preparing 04:52:06 63ec0bd56cf3: Preparing 04:52:06 07ab167c3a75: Waiting 04:52:06 bbe20e40fdfb: Waiting 04:52:06 63ec0bd56cf3: Waiting 04:52:06 f389489bc9cf: Waiting 04:52:06 66684c473965: Layer already exists 04:52:06 5f1389765132: Layer already exists 04:52:06 b7d3534e9f6e: Layer already exists 04:52:06 f389489bc9cf: Layer already exists 04:52:06 07ab167c3a75: Layer already exists 04:52:06 bbe20e40fdfb: Layer already exists 04:52:06 63ec0bd56cf3: Layer already exists 04:52:06 ae44f97638c4: Pushed 04:52:09 ee4d90a837c3: Pushed 04:52:09 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:fa1957ec66711e8a87b23053a730b0f9a48dd72be791a52c161dba1ae8d08494 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:09 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:10 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 04:52:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 04:52:10 b7d3534e9f6e: Preparing 04:52:10 5f1389765132: Preparing 04:52:10 ae44f97638c4: Preparing 04:52:10 ee4d90a837c3: Preparing 04:52:10 66684c473965: Preparing 04:52:10 f389489bc9cf: Preparing 04:52:10 07ab167c3a75: Preparing 04:52:10 bbe20e40fdfb: Preparing 04:52:10 63ec0bd56cf3: Preparing 04:52:10 07ab167c3a75: Waiting 04:52:10 bbe20e40fdfb: Waiting 04:52:10 f389489bc9cf: Waiting 04:52:10 63ec0bd56cf3: Waiting 04:52:10 66684c473965: Layer already exists 04:52:10 5f1389765132: Layer already exists 04:52:10 ee4d90a837c3: Layer already exists 04:52:10 ae44f97638c4: Layer already exists 04:52:10 b7d3534e9f6e: Layer already exists 04:52:10 f389489bc9cf: Layer already exists 04:52:10 bbe20e40fdfb: Layer already exists 04:52:10 07ab167c3a75: Layer already exists 04:52:10 63ec0bd56cf3: Layer already exists 04:52:10 latest: digest: sha256:fa1957ec66711e8a87b23053a730b0f9a48dd72be791a52c161dba1ae8d08494 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:10 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:10 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.33 04:52:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 04:52:10 b7d3534e9f6e: Preparing 04:52:10 5f1389765132: Preparing 04:52:10 ae44f97638c4: Preparing 04:52:10 ee4d90a837c3: Preparing 04:52:10 66684c473965: Preparing 04:52:10 f389489bc9cf: Preparing 04:52:10 07ab167c3a75: Preparing 04:52:10 bbe20e40fdfb: Preparing 04:52:10 63ec0bd56cf3: Preparing 04:52:10 f389489bc9cf: Waiting 04:52:10 07ab167c3a75: Waiting 04:52:10 bbe20e40fdfb: Waiting 04:52:10 63ec0bd56cf3: Waiting 04:52:10 ee4d90a837c3: Layer already exists 04:52:10 ae44f97638c4: Layer already exists 04:52:10 66684c473965: Layer already exists 04:52:10 5f1389765132: Layer already exists 04:52:10 b7d3534e9f6e: Layer already exists 04:52:10 07ab167c3a75: Layer already exists 04:52:10 bbe20e40fdfb: Layer already exists 04:52:10 f389489bc9cf: Layer already exists 04:52:10 63ec0bd56cf3: Layer already exists 04:52:10 3.2.0-dev.33: digest: sha256:fa1957ec66711e8a87b23053a730b0f9a48dd72be791a52c161dba1ae8d08494 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:11 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:11 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 04:52:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 04:52:11 b7d3534e9f6e: Preparing 04:52:11 5f1389765132: Preparing 04:52:11 ae44f97638c4: Preparing 04:52:11 ee4d90a837c3: Preparing 04:52:11 66684c473965: Preparing 04:52:11 f389489bc9cf: Preparing 04:52:11 07ab167c3a75: Preparing 04:52:11 bbe20e40fdfb: Preparing 04:52:11 63ec0bd56cf3: Preparing 04:52:11 f389489bc9cf: Waiting 04:52:11 07ab167c3a75: Waiting 04:52:11 bbe20e40fdfb: Waiting 04:52:11 63ec0bd56cf3: Waiting 04:52:11 ee4d90a837c3: Layer already exists 04:52:11 66684c473965: Layer already exists 04:52:11 ae44f97638c4: Layer already exists 04:52:11 b7d3534e9f6e: Layer already exists 04:52:11 5f1389765132: Layer already exists 04:52:11 07ab167c3a75: Layer already exists 04:52:11 bbe20e40fdfb: Layer already exists 04:52:11 f389489bc9cf: Layer already exists 04:52:11 63ec0bd56cf3: Layer already exists 04:52:11 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:fa1957ec66711e8a87b23053a730b0f9a48dd72be791a52c161dba1ae8d08494 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:11 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:12 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 04:52:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 04:52:12 b7d3534e9f6e: Preparing 04:52:12 5f1389765132: Preparing 04:52:12 ae44f97638c4: Preparing 04:52:12 ee4d90a837c3: Preparing 04:52:12 66684c473965: Preparing 04:52:12 f389489bc9cf: Preparing 04:52:12 07ab167c3a75: Preparing 04:52:12 bbe20e40fdfb: Preparing 04:52:12 63ec0bd56cf3: Preparing 04:52:12 f389489bc9cf: Waiting 04:52:12 bbe20e40fdfb: Waiting 04:52:12 ee4d90a837c3: Layer already exists 04:52:12 5f1389765132: Layer already exists 04:52:12 ae44f97638c4: Layer already exists 04:52:12 66684c473965: Layer already exists 04:52:12 b7d3534e9f6e: Layer already exists 04:52:12 bbe20e40fdfb: Layer already exists 04:52:12 07ab167c3a75: Layer already exists 04:52:12 63ec0bd56cf3: Layer already exists 04:52:12 f389489bc9cf: Layer already exists 04:52:12 main: digest: sha256:fa1957ec66711e8a87b23053a730b0f9a48dd72be791a52c161dba1ae8d08494 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:52:12 ===================================================== [Pipeline] echo 04:52:12 taggedImages: 04:52:12 - nexus3.edgexfoundry.org:10004/security-proxy-auth:059044cd19e7cd756841b4b22dae69fa09f54287 04:52:12 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 04:52:12 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.33 04:52:12 - nexus3.edgexfoundry.org:10004/security-proxy-auth:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 04:52:12 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 04:52:12 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 04:52:12 059044cd19e7cd756841b4b22dae69fa09f54287 04:52:12 latest 04:52:12 3.2.0-dev.33 04:52:12 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 04:52:12 main 04:52:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:12 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:12 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:059044cd19e7cd756841b4b22dae69fa09f54287 04:52:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 04:52:12 e5920e6a6099: Preparing 04:52:12 fa4b96e561e1: Preparing 04:52:12 7dadb8a032fd: Preparing 04:52:12 b56728bf870a: Preparing 04:52:12 318f7ea30352: Preparing 04:52:12 66684c473965: Preparing 04:52:12 f389489bc9cf: Preparing 04:52:12 63398ac7d56d: Preparing 04:52:12 122412a26553: Preparing 04:52:12 1185fa5969c8: Preparing 04:52:12 63ec0bd56cf3: Preparing 04:52:12 66684c473965: Waiting 04:52:12 122412a26553: Waiting 04:52:12 1185fa5969c8: Waiting 04:52:12 63ec0bd56cf3: Waiting 04:52:12 f389489bc9cf: Waiting 04:52:12 63398ac7d56d: Waiting 04:52:12 e5920e6a6099: Pushed 04:52:12 b56728bf870a: Pushed 04:52:12 fa4b96e561e1: Pushed 04:52:12 318f7ea30352: Pushed 04:52:12 66684c473965: Layer already exists 04:52:12 f389489bc9cf: Layer already exists 04:52:12 63ec0bd56cf3: Layer already exists 04:52:13 63398ac7d56d: Pushed 04:52:13 122412a26553: Pushed 04:52:13 7dadb8a032fd: Pushed 04:52:14 1185fa5969c8: Pushed 04:52:14 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:4c9953510d99be93bd1d376632d23478adad106bb5849fa50919aefbf58b4ea5 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:14 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:15 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 04:52:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 04:52:15 e5920e6a6099: Preparing 04:52:15 fa4b96e561e1: Preparing 04:52:15 7dadb8a032fd: Preparing 04:52:15 b56728bf870a: Preparing 04:52:15 318f7ea30352: Preparing 04:52:15 66684c473965: Preparing 04:52:15 f389489bc9cf: Preparing 04:52:15 63398ac7d56d: Preparing 04:52:15 122412a26553: Preparing 04:52:15 1185fa5969c8: Preparing 04:52:15 63ec0bd56cf3: Preparing 04:52:15 f389489bc9cf: Waiting 04:52:15 66684c473965: Waiting 04:52:15 122412a26553: Waiting 04:52:15 63398ac7d56d: Waiting 04:52:15 1185fa5969c8: Waiting 04:52:15 63ec0bd56cf3: Waiting 04:52:15 318f7ea30352: Layer already exists 04:52:15 b56728bf870a: Layer already exists 04:52:15 7dadb8a032fd: Layer already exists 04:52:15 e5920e6a6099: Layer already exists 04:52:15 fa4b96e561e1: Layer already exists 04:52:15 f389489bc9cf: Layer already exists 04:52:15 66684c473965: Layer already exists 04:52:15 122412a26553: Layer already exists 04:52:15 1185fa5969c8: Layer already exists 04:52:15 63398ac7d56d: Layer already exists 04:52:15 63ec0bd56cf3: Layer already exists 04:52:15 latest: digest: sha256:4c9953510d99be93bd1d376632d23478adad106bb5849fa50919aefbf58b4ea5 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:15 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:15 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.33 04:52:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 04:52:15 e5920e6a6099: Preparing 04:52:15 fa4b96e561e1: Preparing 04:52:15 7dadb8a032fd: Preparing 04:52:15 b56728bf870a: Preparing 04:52:15 318f7ea30352: Preparing 04:52:15 66684c473965: Preparing 04:52:15 f389489bc9cf: Preparing 04:52:15 63398ac7d56d: Preparing 04:52:15 122412a26553: Preparing 04:52:15 1185fa5969c8: Preparing 04:52:15 63ec0bd56cf3: Preparing 04:52:15 66684c473965: Waiting 04:52:15 122412a26553: Waiting 04:52:15 1185fa5969c8: Waiting 04:52:15 f389489bc9cf: Waiting 04:52:15 63ec0bd56cf3: Waiting 04:52:15 63398ac7d56d: Waiting 04:52:15 7dadb8a032fd: Layer already exists 04:52:15 fa4b96e561e1: Layer already exists 04:52:15 e5920e6a6099: Layer already exists 04:52:15 b56728bf870a: Layer already exists 04:52:15 318f7ea30352: Layer already exists 04:52:15 f389489bc9cf: Layer already exists 04:52:15 66684c473965: Layer already exists 04:52:15 63398ac7d56d: Layer already exists 04:52:15 1185fa5969c8: Layer already exists 04:52:15 122412a26553: Layer already exists 04:52:15 63ec0bd56cf3: Layer already exists 04:52:15 3.2.0-dev.33: digest: sha256:4c9953510d99be93bd1d376632d23478adad106bb5849fa50919aefbf58b4ea5 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:16 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:16 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 04:52:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 04:52:16 e5920e6a6099: Preparing 04:52:16 fa4b96e561e1: Preparing 04:52:16 7dadb8a032fd: Preparing 04:52:16 b56728bf870a: Preparing 04:52:16 318f7ea30352: Preparing 04:52:16 66684c473965: Preparing 04:52:16 f389489bc9cf: Preparing 04:52:16 63398ac7d56d: Preparing 04:52:16 122412a26553: Preparing 04:52:16 1185fa5969c8: Preparing 04:52:16 63ec0bd56cf3: Preparing 04:52:16 63398ac7d56d: Waiting 04:52:16 122412a26553: Waiting 04:52:16 66684c473965: Waiting 04:52:16 1185fa5969c8: Waiting 04:52:16 f389489bc9cf: Waiting 04:52:16 63ec0bd56cf3: Waiting 04:52:16 fa4b96e561e1: Layer already exists 04:52:16 b56728bf870a: Layer already exists 04:52:16 7dadb8a032fd: Layer already exists 04:52:16 318f7ea30352: Layer already exists 04:52:16 e5920e6a6099: Layer already exists 04:52:16 66684c473965: Layer already exists 04:52:16 f389489bc9cf: Layer already exists 04:52:16 1185fa5969c8: Layer already exists 04:52:16 122412a26553: Layer already exists 04:52:16 63398ac7d56d: Layer already exists 04:52:16 63ec0bd56cf3: Layer already exists 04:52:16 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:4c9953510d99be93bd1d376632d23478adad106bb5849fa50919aefbf58b4ea5 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:16 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:17 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 04:52:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 04:52:17 e5920e6a6099: Preparing 04:52:17 fa4b96e561e1: Preparing 04:52:17 7dadb8a032fd: Preparing 04:52:17 b56728bf870a: Preparing 04:52:17 318f7ea30352: Preparing 04:52:17 66684c473965: Preparing 04:52:17 f389489bc9cf: Preparing 04:52:17 63398ac7d56d: Preparing 04:52:17 122412a26553: Preparing 04:52:17 1185fa5969c8: Preparing 04:52:17 63ec0bd56cf3: Preparing 04:52:17 66684c473965: Waiting 04:52:17 f389489bc9cf: Waiting 04:52:17 122412a26553: Waiting 04:52:17 1185fa5969c8: Waiting 04:52:17 63398ac7d56d: Waiting 04:52:17 63ec0bd56cf3: Waiting 04:52:17 7dadb8a032fd: Layer already exists 04:52:17 e5920e6a6099: Layer already exists 04:52:17 318f7ea30352: Layer already exists 04:52:17 b56728bf870a: Layer already exists 04:52:17 fa4b96e561e1: Layer already exists 04:52:17 66684c473965: Layer already exists 04:52:17 1185fa5969c8: Layer already exists 04:52:17 63398ac7d56d: Layer already exists 04:52:17 f389489bc9cf: Layer already exists 04:52:17 122412a26553: Layer already exists 04:52:17 63ec0bd56cf3: Layer already exists 04:52:17 main: digest: sha256:4c9953510d99be93bd1d376632d23478adad106bb5849fa50919aefbf58b4ea5 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:52:17 ===================================================== [Pipeline] echo 04:52:17 taggedImages: 04:52:17 - nexus3.edgexfoundry.org:10004/security-proxy-setup:059044cd19e7cd756841b4b22dae69fa09f54287 04:52:17 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 04:52:17 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.33 04:52:17 - nexus3.edgexfoundry.org:10004/security-proxy-setup:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 04:52:17 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 04:52:17 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 04:52:17 059044cd19e7cd756841b4b22dae69fa09f54287 04:52:17 latest 04:52:17 3.2.0-dev.33 04:52:17 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 04:52:17 main 04:52:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:17 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:18 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:059044cd19e7cd756841b4b22dae69fa09f54287 04:52:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 04:52:18 91ded59242a4: Preparing 04:52:18 73027a11cd9b: Preparing 04:52:18 8e01704d3dd0: Preparing 04:52:18 7abbc3ee5e46: Preparing 04:52:18 b2c7835c9470: Preparing 04:52:18 d846946df964: Preparing 04:52:18 f2cd4914cffb: Preparing 04:52:18 66684c473965: Preparing 04:52:18 f389489bc9cf: Preparing 04:52:18 6e5016dff0f9: Preparing 04:52:18 e576db4e3dd1: Preparing 04:52:18 63ec0bd56cf3: Preparing 04:52:18 66684c473965: Waiting 04:52:18 e576db4e3dd1: Waiting 04:52:18 f389489bc9cf: Waiting 04:52:18 d846946df964: Waiting 04:52:18 6e5016dff0f9: Waiting 04:52:18 63ec0bd56cf3: Waiting 04:52:18 f2cd4914cffb: Waiting 04:52:18 73027a11cd9b: Pushed 04:52:18 91ded59242a4: Pushed 04:52:18 b2c7835c9470: Pushed 04:52:18 66684c473965: Layer already exists 04:52:18 f389489bc9cf: Layer already exists 04:52:18 d846946df964: Pushed 04:52:18 f2cd4914cffb: Pushed 04:52:18 63ec0bd56cf3: Layer already exists 04:52:18 6e5016dff0f9: Pushed 04:52:18 7abbc3ee5e46: Pushed 04:52:19 8e01704d3dd0: Pushed 04:52:19 e576db4e3dd1: Pushed 04:52:19 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:57b8bfc533647db90b81010ba2879774d6bb30b04b9370f285bac644ed335186 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:19 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:20 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 04:52:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 04:52:20 91ded59242a4: Preparing 04:52:20 73027a11cd9b: Preparing 04:52:20 8e01704d3dd0: Preparing 04:52:20 7abbc3ee5e46: Preparing 04:52:20 b2c7835c9470: Preparing 04:52:20 d846946df964: Preparing 04:52:20 f2cd4914cffb: Preparing 04:52:20 66684c473965: Preparing 04:52:20 f389489bc9cf: Preparing 04:52:20 6e5016dff0f9: Preparing 04:52:20 e576db4e3dd1: Preparing 04:52:20 63ec0bd56cf3: Preparing 04:52:20 66684c473965: Waiting 04:52:20 e576db4e3dd1: Waiting 04:52:20 f2cd4914cffb: Waiting 04:52:20 6e5016dff0f9: Waiting 04:52:20 63ec0bd56cf3: Waiting 04:52:20 d846946df964: Waiting 04:52:20 7abbc3ee5e46: Layer already exists 04:52:20 73027a11cd9b: Layer already exists 04:52:20 8e01704d3dd0: Layer already exists 04:52:20 b2c7835c9470: Layer already exists 04:52:20 91ded59242a4: Layer already exists 04:52:20 f2cd4914cffb: Layer already exists 04:52:20 d846946df964: Layer already exists 04:52:20 f389489bc9cf: Layer already exists 04:52:20 66684c473965: Layer already exists 04:52:20 6e5016dff0f9: Layer already exists 04:52:20 e576db4e3dd1: Layer already exists 04:52:20 63ec0bd56cf3: Layer already exists 04:52:20 latest: digest: sha256:57b8bfc533647db90b81010ba2879774d6bb30b04b9370f285bac644ed335186 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:20 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:20 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.33 04:52:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 04:52:20 91ded59242a4: Preparing 04:52:20 73027a11cd9b: Preparing 04:52:20 8e01704d3dd0: Preparing 04:52:20 7abbc3ee5e46: Preparing 04:52:20 b2c7835c9470: Preparing 04:52:20 d846946df964: Preparing 04:52:20 f2cd4914cffb: Preparing 04:52:20 66684c473965: Preparing 04:52:20 f389489bc9cf: Preparing 04:52:20 6e5016dff0f9: Preparing 04:52:20 e576db4e3dd1: Preparing 04:52:20 63ec0bd56cf3: Preparing 04:52:20 66684c473965: Waiting 04:52:20 f389489bc9cf: Waiting 04:52:20 6e5016dff0f9: Waiting 04:52:20 63ec0bd56cf3: Waiting 04:52:20 d846946df964: Waiting 04:52:20 7abbc3ee5e46: Layer already exists 04:52:20 8e01704d3dd0: Layer already exists 04:52:20 91ded59242a4: Layer already exists 04:52:20 b2c7835c9470: Layer already exists 04:52:20 73027a11cd9b: Layer already exists 04:52:20 66684c473965: Layer already exists 04:52:20 6e5016dff0f9: Layer already exists 04:52:20 f2cd4914cffb: Layer already exists 04:52:20 d846946df964: Layer already exists 04:52:20 f389489bc9cf: Layer already exists 04:52:20 e576db4e3dd1: Layer already exists 04:52:20 63ec0bd56cf3: Layer already exists 04:52:20 3.2.0-dev.33: digest: sha256:57b8bfc533647db90b81010ba2879774d6bb30b04b9370f285bac644ed335186 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:21 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:21 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 04:52:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 04:52:21 91ded59242a4: Preparing 04:52:21 73027a11cd9b: Preparing 04:52:21 8e01704d3dd0: Preparing 04:52:21 7abbc3ee5e46: Preparing 04:52:21 b2c7835c9470: Preparing 04:52:21 d846946df964: Preparing 04:52:21 f2cd4914cffb: Preparing 04:52:21 66684c473965: Preparing 04:52:21 f389489bc9cf: Preparing 04:52:21 6e5016dff0f9: Preparing 04:52:21 e576db4e3dd1: Preparing 04:52:21 63ec0bd56cf3: Preparing 04:52:21 d846946df964: Waiting 04:52:21 f2cd4914cffb: Waiting 04:52:21 66684c473965: Waiting 04:52:21 f389489bc9cf: Waiting 04:52:21 6e5016dff0f9: Waiting 04:52:21 63ec0bd56cf3: Waiting 04:52:21 e576db4e3dd1: Waiting 04:52:21 b2c7835c9470: Layer already exists 04:52:21 91ded59242a4: Layer already exists 04:52:21 8e01704d3dd0: Layer already exists 04:52:21 73027a11cd9b: Layer already exists 04:52:21 7abbc3ee5e46: Layer already exists 04:52:21 66684c473965: Layer already exists 04:52:21 f2cd4914cffb: Layer already exists 04:52:21 d846946df964: Layer already exists 04:52:21 6e5016dff0f9: Layer already exists 04:52:21 f389489bc9cf: Layer already exists 04:52:21 e576db4e3dd1: Layer already exists 04:52:21 63ec0bd56cf3: Layer already exists 04:52:21 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:57b8bfc533647db90b81010ba2879774d6bb30b04b9370f285bac644ed335186 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:21 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:22 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 04:52:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 04:52:22 91ded59242a4: Preparing 04:52:22 73027a11cd9b: Preparing 04:52:22 8e01704d3dd0: Preparing 04:52:22 7abbc3ee5e46: Preparing 04:52:22 b2c7835c9470: Preparing 04:52:22 d846946df964: Preparing 04:52:22 f2cd4914cffb: Preparing 04:52:22 66684c473965: Preparing 04:52:22 f389489bc9cf: Preparing 04:52:22 6e5016dff0f9: Preparing 04:52:22 e576db4e3dd1: Preparing 04:52:22 63ec0bd56cf3: Preparing 04:52:22 f2cd4914cffb: Waiting 04:52:22 66684c473965: Waiting 04:52:22 f389489bc9cf: Waiting 04:52:22 6e5016dff0f9: Waiting 04:52:22 63ec0bd56cf3: Waiting 04:52:22 e576db4e3dd1: Waiting 04:52:22 d846946df964: Waiting 04:52:22 7abbc3ee5e46: Layer already exists 04:52:22 73027a11cd9b: Layer already exists 04:52:22 b2c7835c9470: Layer already exists 04:52:22 91ded59242a4: Layer already exists 04:52:22 66684c473965: Layer already exists 04:52:22 d846946df964: Layer already exists 04:52:22 f2cd4914cffb: Layer already exists 04:52:22 f389489bc9cf: Layer already exists 04:52:22 e576db4e3dd1: Layer already exists 04:52:22 6e5016dff0f9: Layer already exists 04:52:22 63ec0bd56cf3: Layer already exists 04:52:22 8e01704d3dd0: Layer already exists 04:52:22 main: digest: sha256:57b8bfc533647db90b81010ba2879774d6bb30b04b9370f285bac644ed335186 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:52:22 ===================================================== [Pipeline] echo 04:52:22 taggedImages: 04:52:22 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:059044cd19e7cd756841b4b22dae69fa09f54287 04:52:22 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 04:52:22 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.33 04:52:22 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 04:52:22 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 04:52:22 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 04:52:22 059044cd19e7cd756841b4b22dae69fa09f54287 04:52:22 latest 04:52:22 3.2.0-dev.33 04:52:22 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 04:52:22 main 04:52:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:22 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:22 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:059044cd19e7cd756841b4b22dae69fa09f54287 04:52:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 04:52:22 68da386f90fd: Preparing 04:52:22 14fac0bb3d81: Preparing 04:52:22 66684c473965: Preparing 04:52:22 f389489bc9cf: Preparing 04:52:22 80dc03807396: Preparing 04:52:22 14863c8c57bc: Preparing 04:52:22 63ec0bd56cf3: Preparing 04:52:22 14863c8c57bc: Waiting 04:52:22 63ec0bd56cf3: Waiting 04:52:22 f389489bc9cf: Layer already exists 04:52:22 66684c473965: Layer already exists 04:52:22 63ec0bd56cf3: Layer already exists 04:52:22 68da386f90fd: Pushed 04:52:23 80dc03807396: Pushed 04:52:23 14863c8c57bc: Pushed 04:52:24 14fac0bb3d81: Pushed 04:52:24 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:043c139e06fd592aaa8be955691c75dc36ab2b739b2be706daa12730076539c9 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:25 + 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 04:52:25 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 04:52:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 04:52:25 68da386f90fd: Preparing 04:52:25 14fac0bb3d81: Preparing 04:52:25 66684c473965: Preparing 04:52:25 f389489bc9cf: Preparing 04:52:25 80dc03807396: Preparing 04:52:25 14863c8c57bc: Preparing 04:52:25 63ec0bd56cf3: Preparing 04:52:25 66684c473965: Layer already exists 04:52:25 14fac0bb3d81: Layer already exists 04:52:25 80dc03807396: Layer already exists 04:52:25 68da386f90fd: Layer already exists 04:52:25 f389489bc9cf: Layer already exists 04:52:25 63ec0bd56cf3: Layer already exists 04:52:25 14863c8c57bc: Layer already exists 04:52:25 latest: digest: sha256:043c139e06fd592aaa8be955691c75dc36ab2b739b2be706daa12730076539c9 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:25 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:26 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.33 04:52:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 04:52:26 68da386f90fd: Preparing 04:52:26 14fac0bb3d81: Preparing 04:52:26 66684c473965: Preparing 04:52:26 f389489bc9cf: Preparing 04:52:26 80dc03807396: Preparing 04:52:26 14863c8c57bc: Preparing 04:52:26 63ec0bd56cf3: Preparing 04:52:26 63ec0bd56cf3: Waiting 04:52:26 14863c8c57bc: Waiting 04:52:26 66684c473965: Layer already exists 04:52:26 68da386f90fd: Layer already exists 04:52:26 f389489bc9cf: Layer already exists 04:52:26 80dc03807396: Layer already exists 04:52:26 14fac0bb3d81: Layer already exists 04:52:26 14863c8c57bc: Layer already exists 04:52:26 63ec0bd56cf3: Layer already exists 04:52:26 3.2.0-dev.33: digest: sha256:043c139e06fd592aaa8be955691c75dc36ab2b739b2be706daa12730076539c9 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:26 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:26 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 04:52:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 04:52:26 68da386f90fd: Preparing 04:52:26 14fac0bb3d81: Preparing 04:52:26 66684c473965: Preparing 04:52:26 f389489bc9cf: Preparing 04:52:26 80dc03807396: Preparing 04:52:26 14863c8c57bc: Preparing 04:52:26 63ec0bd56cf3: Preparing 04:52:26 14863c8c57bc: Waiting 04:52:26 63ec0bd56cf3: Waiting 04:52:26 80dc03807396: Layer already exists 04:52:26 f389489bc9cf: Layer already exists 04:52:26 68da386f90fd: Layer already exists 04:52:26 14fac0bb3d81: Layer already exists 04:52:26 66684c473965: Layer already exists 04:52:26 14863c8c57bc: Layer already exists 04:52:26 63ec0bd56cf3: Layer already exists 04:52:26 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:043c139e06fd592aaa8be955691c75dc36ab2b739b2be706daa12730076539c9 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:27 + 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 04:52:27 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 04:52:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 04:52:27 68da386f90fd: Preparing 04:52:27 14fac0bb3d81: Preparing 04:52:27 66684c473965: Preparing 04:52:27 f389489bc9cf: Preparing 04:52:27 80dc03807396: Preparing 04:52:27 14863c8c57bc: Preparing 04:52:27 63ec0bd56cf3: Preparing 04:52:27 63ec0bd56cf3: Waiting 04:52:27 80dc03807396: Layer already exists 04:52:27 68da386f90fd: Layer already exists 04:52:27 66684c473965: Layer already exists 04:52:27 14fac0bb3d81: Layer already exists 04:52:27 f389489bc9cf: Layer already exists 04:52:27 14863c8c57bc: Layer already exists 04:52:27 63ec0bd56cf3: Layer already exists 04:52:27 main: digest: sha256:043c139e06fd592aaa8be955691c75dc36ab2b739b2be706daa12730076539c9 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:52:27 ===================================================== [Pipeline] echo 04:52:27 taggedImages: 04:52:27 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:059044cd19e7cd756841b4b22dae69fa09f54287 04:52:27 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 04:52:27 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.33 04:52:27 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 04:52:27 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 04:52:27 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 04:52:27 059044cd19e7cd756841b4b22dae69fa09f54287 04:52:27 latest 04:52:27 3.2.0-dev.33 04:52:27 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 04:52:27 main 04:52:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:27 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:059044cd19e7cd756841b4b22dae69fa09f54287 04:52:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 04:52:28 5750e7cf3656: Preparing 04:52:28 f4aa03b081af: Preparing 04:52:28 cbd5dbb8572b: Preparing 04:52:28 66684c473965: Preparing 04:52:28 f389489bc9cf: Preparing 04:52:28 707c9b74208a: Preparing 04:52:28 d398b7ad40ee: Preparing 04:52:28 ba6ad2ac90f2: Preparing 04:52:28 da15ddf61659: Preparing 04:52:28 63ec0bd56cf3: Preparing 04:52:28 ba6ad2ac90f2: Waiting 04:52:28 707c9b74208a: Waiting 04:52:28 d398b7ad40ee: Waiting 04:52:28 63ec0bd56cf3: Waiting 04:52:28 66684c473965: Layer already exists 04:52:28 f389489bc9cf: Layer already exists 04:52:28 f4aa03b081af: Pushed 04:52:28 cbd5dbb8572b: Pushed 04:52:28 5750e7cf3656: Pushed 04:52:28 63ec0bd56cf3: Layer already exists 04:52:28 ba6ad2ac90f2: Pushed 04:52:29 da15ddf61659: Pushed 04:52:34 d398b7ad40ee: Pushed 04:52:37 707c9b74208a: Pushed 04:52:37 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:dc41efcf00812a3eee9289fae25371bf2731e898c7abc551a346bd9f06ee9970 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:38 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 04:52:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 04:52:38 5750e7cf3656: Preparing 04:52:38 f4aa03b081af: Preparing 04:52:38 cbd5dbb8572b: Preparing 04:52:38 66684c473965: Preparing 04:52:38 f389489bc9cf: Preparing 04:52:38 707c9b74208a: Preparing 04:52:38 d398b7ad40ee: Preparing 04:52:38 ba6ad2ac90f2: Preparing 04:52:38 da15ddf61659: Preparing 04:52:38 63ec0bd56cf3: Preparing 04:52:38 707c9b74208a: Waiting 04:52:38 da15ddf61659: Waiting 04:52:38 63ec0bd56cf3: Waiting 04:52:38 d398b7ad40ee: Waiting 04:52:38 ba6ad2ac90f2: Waiting 04:52:38 f4aa03b081af: Layer already exists 04:52:38 5750e7cf3656: Layer already exists 04:52:38 cbd5dbb8572b: Layer already exists 04:52:38 f389489bc9cf: Layer already exists 04:52:38 66684c473965: Layer already exists 04:52:38 d398b7ad40ee: Layer already exists 04:52:38 707c9b74208a: Layer already exists 04:52:38 ba6ad2ac90f2: Layer already exists 04:52:38 da15ddf61659: Layer already exists 04:52:38 63ec0bd56cf3: Layer already exists 04:52:38 latest: digest: sha256:dc41efcf00812a3eee9289fae25371bf2731e898c7abc551a346bd9f06ee9970 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:38 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.33 04:52:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 04:52:39 5750e7cf3656: Preparing 04:52:39 f4aa03b081af: Preparing 04:52:39 cbd5dbb8572b: Preparing 04:52:39 66684c473965: Preparing 04:52:39 f389489bc9cf: Preparing 04:52:39 707c9b74208a: Preparing 04:52:39 d398b7ad40ee: Preparing 04:52:39 ba6ad2ac90f2: Preparing 04:52:39 da15ddf61659: Preparing 04:52:39 63ec0bd56cf3: Preparing 04:52:39 d398b7ad40ee: Waiting 04:52:39 ba6ad2ac90f2: Waiting 04:52:39 da15ddf61659: Waiting 04:52:39 63ec0bd56cf3: Waiting 04:52:39 cbd5dbb8572b: Layer already exists 04:52:39 66684c473965: Layer already exists 04:52:39 f4aa03b081af: Layer already exists 04:52:39 5750e7cf3656: Layer already exists 04:52:39 f389489bc9cf: Layer already exists 04:52:39 707c9b74208a: Layer already exists 04:52:39 d398b7ad40ee: Layer already exists 04:52:39 da15ddf61659: Layer already exists 04:52:39 ba6ad2ac90f2: Layer already exists 04:52:39 63ec0bd56cf3: Layer already exists 04:52:39 3.2.0-dev.33: digest: sha256:dc41efcf00812a3eee9289fae25371bf2731e898c7abc551a346bd9f06ee9970 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:39 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 04:52:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 04:52:39 5750e7cf3656: Preparing 04:52:39 f4aa03b081af: Preparing 04:52:39 cbd5dbb8572b: Preparing 04:52:39 66684c473965: Preparing 04:52:39 f389489bc9cf: Preparing 04:52:39 707c9b74208a: Preparing 04:52:39 d398b7ad40ee: Preparing 04:52:39 ba6ad2ac90f2: Preparing 04:52:39 da15ddf61659: Preparing 04:52:39 63ec0bd56cf3: Preparing 04:52:39 707c9b74208a: Waiting 04:52:39 d398b7ad40ee: Waiting 04:52:39 ba6ad2ac90f2: Waiting 04:52:39 da15ddf61659: Waiting 04:52:39 63ec0bd56cf3: Waiting 04:52:39 66684c473965: Layer already exists 04:52:39 f4aa03b081af: Layer already exists 04:52:39 cbd5dbb8572b: Layer already exists 04:52:39 f389489bc9cf: Layer already exists 04:52:39 5750e7cf3656: Layer already exists 04:52:39 d398b7ad40ee: Layer already exists 04:52:39 707c9b74208a: Layer already exists 04:52:39 ba6ad2ac90f2: Layer already exists 04:52:39 da15ddf61659: Layer already exists 04:52:39 63ec0bd56cf3: Layer already exists 04:52:39 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:dc41efcf00812a3eee9289fae25371bf2731e898c7abc551a346bd9f06ee9970 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:40 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 04:52:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 04:52:40 5750e7cf3656: Preparing 04:52:40 f4aa03b081af: Preparing 04:52:40 cbd5dbb8572b: Preparing 04:52:40 66684c473965: Preparing 04:52:40 f389489bc9cf: Preparing 04:52:40 707c9b74208a: Preparing 04:52:40 d398b7ad40ee: Preparing 04:52:40 ba6ad2ac90f2: Preparing 04:52:40 da15ddf61659: Preparing 04:52:40 63ec0bd56cf3: Preparing 04:52:40 707c9b74208a: Waiting 04:52:40 d398b7ad40ee: Waiting 04:52:40 ba6ad2ac90f2: Waiting 04:52:40 da15ddf61659: Waiting 04:52:40 63ec0bd56cf3: Waiting 04:52:40 cbd5dbb8572b: Layer already exists 04:52:40 5750e7cf3656: Layer already exists 04:52:40 66684c473965: Layer already exists 04:52:40 f389489bc9cf: Layer already exists 04:52:40 f4aa03b081af: Layer already exists 04:52:40 da15ddf61659: Layer already exists 04:52:40 707c9b74208a: Layer already exists 04:52:40 63ec0bd56cf3: Layer already exists 04:52:40 ba6ad2ac90f2: Layer already exists 04:52:40 d398b7ad40ee: Layer already exists 04:52:40 main: digest: sha256:dc41efcf00812a3eee9289fae25371bf2731e898c7abc551a346bd9f06ee9970 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:52:40 ===================================================== [Pipeline] echo 04:52:40 taggedImages: 04:52:40 - nexus3.edgexfoundry.org:10004/security-spire-agent:059044cd19e7cd756841b4b22dae69fa09f54287 04:52:40 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 04:52:40 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.33 04:52:40 - nexus3.edgexfoundry.org:10004/security-spire-agent:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 04:52:40 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 04:52:40 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 04:52:40 059044cd19e7cd756841b4b22dae69fa09f54287 04:52:40 latest 04:52:40 3.2.0-dev.33 04:52:40 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 04:52:40 main 04:52:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:40 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:059044cd19e7cd756841b4b22dae69fa09f54287 04:52:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 04:52:41 41792cef2cb7: Preparing 04:52:41 949174c16141: Preparing 04:52:41 dbdb5e8b34f3: Preparing 04:52:41 66684c473965: Preparing 04:52:41 f389489bc9cf: Preparing 04:52:41 707c9b74208a: Preparing 04:52:41 1af1146c5c5a: Preparing 04:52:41 972b20985e50: Preparing 04:52:41 63ec0bd56cf3: Preparing 04:52:41 707c9b74208a: Waiting 04:52:41 1af1146c5c5a: Waiting 04:52:41 972b20985e50: Waiting 04:52:41 66684c473965: Layer already exists 04:52:41 f389489bc9cf: Layer already exists 04:52:41 707c9b74208a: Layer already exists 04:52:41 949174c16141: Pushed 04:52:41 dbdb5e8b34f3: Pushed 04:52:41 63ec0bd56cf3: Layer already exists 04:52:41 41792cef2cb7: Pushed 04:52:41 972b20985e50: Pushed 04:52:41 1af1146c5c5a: Pushed 04:52:41 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:cafe708d296935908e80a9a0572a7dcb0bfd1c4e9abaa2526b21526e61797cb3 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:42 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 04:52:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 04:52:42 41792cef2cb7: Preparing 04:52:42 949174c16141: Preparing 04:52:42 dbdb5e8b34f3: Preparing 04:52:42 66684c473965: Preparing 04:52:42 f389489bc9cf: Preparing 04:52:42 707c9b74208a: Preparing 04:52:42 1af1146c5c5a: Preparing 04:52:42 972b20985e50: Preparing 04:52:42 63ec0bd56cf3: Preparing 04:52:42 707c9b74208a: Waiting 04:52:42 63ec0bd56cf3: Waiting 04:52:42 66684c473965: Layer already exists 04:52:42 f389489bc9cf: Layer already exists 04:52:42 949174c16141: Layer already exists 04:52:42 dbdb5e8b34f3: Layer already exists 04:52:42 41792cef2cb7: Layer already exists 04:52:42 707c9b74208a: Layer already exists 04:52:42 63ec0bd56cf3: Layer already exists 04:52:42 1af1146c5c5a: Layer already exists 04:52:42 972b20985e50: Layer already exists 04:52:42 latest: digest: sha256:cafe708d296935908e80a9a0572a7dcb0bfd1c4e9abaa2526b21526e61797cb3 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:42 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.33 04:52:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 04:52:43 41792cef2cb7: Preparing 04:52:43 949174c16141: Preparing 04:52:43 dbdb5e8b34f3: Preparing 04:52:43 66684c473965: Preparing 04:52:43 f389489bc9cf: Preparing 04:52:43 707c9b74208a: Preparing 04:52:43 1af1146c5c5a: Preparing 04:52:43 972b20985e50: Preparing 04:52:43 63ec0bd56cf3: Preparing 04:52:43 707c9b74208a: Waiting 04:52:43 1af1146c5c5a: Waiting 04:52:43 972b20985e50: Waiting 04:52:43 63ec0bd56cf3: Waiting 04:52:43 41792cef2cb7: Layer already exists 04:52:43 f389489bc9cf: Layer already exists 04:52:43 dbdb5e8b34f3: Layer already exists 04:52:43 66684c473965: Layer already exists 04:52:43 949174c16141: Layer already exists 04:52:43 707c9b74208a: Layer already exists 04:52:43 972b20985e50: Layer already exists 04:52:43 1af1146c5c5a: Layer already exists 04:52:43 63ec0bd56cf3: Layer already exists 04:52:43 3.2.0-dev.33: digest: sha256:cafe708d296935908e80a9a0572a7dcb0bfd1c4e9abaa2526b21526e61797cb3 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:43 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 04:52:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 04:52:43 41792cef2cb7: Preparing 04:52:43 949174c16141: Preparing 04:52:43 dbdb5e8b34f3: Preparing 04:52:43 66684c473965: Preparing 04:52:43 f389489bc9cf: Preparing 04:52:43 707c9b74208a: Preparing 04:52:43 1af1146c5c5a: Preparing 04:52:43 707c9b74208a: Waiting 04:52:43 972b20985e50: Preparing 04:52:43 63ec0bd56cf3: Preparing 04:52:43 63ec0bd56cf3: Waiting 04:52:43 972b20985e50: Waiting 04:52:43 dbdb5e8b34f3: Layer already exists 04:52:43 66684c473965: Layer already exists 04:52:43 41792cef2cb7: Layer already exists 04:52:43 f389489bc9cf: Layer already exists 04:52:43 949174c16141: Layer already exists 04:52:43 1af1146c5c5a: Layer already exists 04:52:43 972b20985e50: Layer already exists 04:52:43 707c9b74208a: Layer already exists 04:52:43 63ec0bd56cf3: Layer already exists 04:52:43 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:cafe708d296935908e80a9a0572a7dcb0bfd1c4e9abaa2526b21526e61797cb3 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:44 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 04:52:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 04:52:44 41792cef2cb7: Preparing 04:52:44 949174c16141: Preparing 04:52:44 dbdb5e8b34f3: Preparing 04:52:44 66684c473965: Preparing 04:52:44 f389489bc9cf: Preparing 04:52:44 707c9b74208a: Preparing 04:52:44 1af1146c5c5a: Preparing 04:52:44 972b20985e50: Preparing 04:52:44 63ec0bd56cf3: Preparing 04:52:44 707c9b74208a: Waiting 04:52:44 63ec0bd56cf3: Waiting 04:52:44 972b20985e50: Waiting 04:52:44 dbdb5e8b34f3: Layer already exists 04:52:44 41792cef2cb7: Layer already exists 04:52:44 949174c16141: Layer already exists 04:52:44 66684c473965: Layer already exists 04:52:44 f389489bc9cf: Layer already exists 04:52:44 972b20985e50: Layer already exists 04:52:44 63ec0bd56cf3: Layer already exists 04:52:44 1af1146c5c5a: Layer already exists 04:52:44 707c9b74208a: Layer already exists 04:52:44 main: digest: sha256:cafe708d296935908e80a9a0572a7dcb0bfd1c4e9abaa2526b21526e61797cb3 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:52:44 ===================================================== [Pipeline] echo 04:52:44 taggedImages: 04:52:44 - nexus3.edgexfoundry.org:10004/security-spire-config:059044cd19e7cd756841b4b22dae69fa09f54287 04:52:44 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 04:52:44 - nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.33 04:52:44 - nexus3.edgexfoundry.org:10004/security-spire-config:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 04:52:44 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 04:52:44 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 04:52:44 059044cd19e7cd756841b4b22dae69fa09f54287 04:52:44 latest 04:52:44 3.2.0-dev.33 04:52:44 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 04:52:44 main 04:52:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:45 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:059044cd19e7cd756841b4b22dae69fa09f54287 04:52:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 04:52:45 5750e7cf3656: Preparing 04:52:45 404750fedfa7: Preparing 04:52:45 5cdaaef262d8: Preparing 04:52:45 66684c473965: Preparing 04:52:45 f389489bc9cf: Preparing 04:52:45 7519bc818073: Preparing 04:52:45 ba6ad2ac90f2: Preparing 04:52:45 da15ddf61659: Preparing 04:52:45 63ec0bd56cf3: Preparing 04:52:45 7519bc818073: Waiting 04:52:45 ba6ad2ac90f2: Waiting 04:52:45 da15ddf61659: Waiting 04:52:45 63ec0bd56cf3: Waiting 04:52:45 f389489bc9cf: Layer already exists 04:52:45 5750e7cf3656: Layer already exists 04:52:45 66684c473965: Layer already exists 04:52:45 ba6ad2ac90f2: Layer already exists 04:52:45 da15ddf61659: Layer already exists 04:52:45 63ec0bd56cf3: Layer already exists 04:52:45 5cdaaef262d8: Pushed 04:52:45 404750fedfa7: Pushed 04:52:55 7519bc818073: Pushed 04:52:55 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:f2b1471215d6c0105f9cf1abda08d030a8d5b03350da3e112eb1fe9762b668b0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:55 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 04:52:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 04:52:55 5750e7cf3656: Preparing 04:52:55 404750fedfa7: Preparing 04:52:55 5cdaaef262d8: Preparing 04:52:55 66684c473965: Preparing 04:52:55 f389489bc9cf: Preparing 04:52:55 7519bc818073: Preparing 04:52:55 ba6ad2ac90f2: Preparing 04:52:55 da15ddf61659: Preparing 04:52:55 63ec0bd56cf3: Preparing 04:52:55 7519bc818073: Waiting 04:52:55 ba6ad2ac90f2: Waiting 04:52:55 da15ddf61659: Waiting 04:52:55 63ec0bd56cf3: Waiting 04:52:55 f389489bc9cf: Layer already exists 04:52:55 66684c473965: Layer already exists 04:52:55 5750e7cf3656: Layer already exists 04:52:55 404750fedfa7: Layer already exists 04:52:55 5cdaaef262d8: Layer already exists 04:52:55 7519bc818073: Layer already exists 04:52:55 ba6ad2ac90f2: Layer already exists 04:52:55 da15ddf61659: Layer already exists 04:52:55 63ec0bd56cf3: Layer already exists 04:52:55 latest: digest: sha256:f2b1471215d6c0105f9cf1abda08d030a8d5b03350da3e112eb1fe9762b668b0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:56 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.33 04:52:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 04:52:56 5750e7cf3656: Preparing 04:52:56 404750fedfa7: Preparing 04:52:56 5cdaaef262d8: Preparing 04:52:56 66684c473965: Preparing 04:52:56 f389489bc9cf: Preparing 04:52:56 7519bc818073: Preparing 04:52:56 ba6ad2ac90f2: Preparing 04:52:56 da15ddf61659: Preparing 04:52:56 63ec0bd56cf3: Preparing 04:52:56 da15ddf61659: Waiting 04:52:56 ba6ad2ac90f2: Waiting 04:52:56 7519bc818073: Waiting 04:52:56 5750e7cf3656: Layer already exists 04:52:56 f389489bc9cf: Layer already exists 04:52:56 66684c473965: Layer already exists 04:52:56 404750fedfa7: Layer already exists 04:52:56 5cdaaef262d8: Layer already exists 04:52:56 7519bc818073: Layer already exists 04:52:56 da15ddf61659: Layer already exists 04:52:56 ba6ad2ac90f2: Layer already exists 04:52:56 63ec0bd56cf3: Layer already exists 04:52:56 3.2.0-dev.33: digest: sha256:f2b1471215d6c0105f9cf1abda08d030a8d5b03350da3e112eb1fe9762b668b0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:56 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 04:52:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 04:52:57 5750e7cf3656: Preparing 04:52:57 404750fedfa7: Preparing 04:52:57 5cdaaef262d8: Preparing 04:52:57 66684c473965: Preparing 04:52:57 f389489bc9cf: Preparing 04:52:57 7519bc818073: Preparing 04:52:57 ba6ad2ac90f2: Preparing 04:52:57 da15ddf61659: Preparing 04:52:57 63ec0bd56cf3: Preparing 04:52:57 7519bc818073: Waiting 04:52:57 ba6ad2ac90f2: Waiting 04:52:57 da15ddf61659: Waiting 04:52:57 63ec0bd56cf3: Waiting 04:52:57 5cdaaef262d8: Layer already exists 04:52:57 66684c473965: Layer already exists 04:52:57 404750fedfa7: Layer already exists 04:52:57 f389489bc9cf: Layer already exists 04:52:57 5750e7cf3656: Layer already exists 04:52:57 da15ddf61659: Layer already exists 04:52:57 7519bc818073: Layer already exists 04:52:57 63ec0bd56cf3: Layer already exists 04:52:57 ba6ad2ac90f2: Layer already exists 04:52:57 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:f2b1471215d6c0105f9cf1abda08d030a8d5b03350da3e112eb1fe9762b668b0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:57 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 04:52:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 04:52:57 5750e7cf3656: Preparing 04:52:57 404750fedfa7: Preparing 04:52:57 5cdaaef262d8: Preparing 04:52:57 66684c473965: Preparing 04:52:57 f389489bc9cf: Preparing 04:52:57 7519bc818073: Preparing 04:52:57 ba6ad2ac90f2: Preparing 04:52:57 da15ddf61659: Preparing 04:52:57 63ec0bd56cf3: Preparing 04:52:57 7519bc818073: Waiting 04:52:57 ba6ad2ac90f2: Waiting 04:52:57 da15ddf61659: Waiting 04:52:57 63ec0bd56cf3: Waiting 04:52:57 66684c473965: Layer already exists 04:52:57 5750e7cf3656: Layer already exists 04:52:57 5cdaaef262d8: Layer already exists 04:52:57 404750fedfa7: Layer already exists 04:52:57 f389489bc9cf: Layer already exists 04:52:57 63ec0bd56cf3: Layer already exists 04:52:57 da15ddf61659: Layer already exists 04:52:57 ba6ad2ac90f2: Layer already exists 04:52:57 7519bc818073: Layer already exists 04:52:57 main: digest: sha256:f2b1471215d6c0105f9cf1abda08d030a8d5b03350da3e112eb1fe9762b668b0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:52:57 ===================================================== [Pipeline] echo 04:52:58 taggedImages: 04:52:58 - nexus3.edgexfoundry.org:10004/security-spire-server:059044cd19e7cd756841b4b22dae69fa09f54287 04:52:58 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 04:52:58 - nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.33 04:52:58 - nexus3.edgexfoundry.org:10004/security-spire-server:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 04:52:58 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 04:52:58 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 04:52:58 059044cd19e7cd756841b4b22dae69fa09f54287 04:52:58 latest 04:52:58 3.2.0-dev.33 04:52:58 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 04:52:58 main 04:52:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:58 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:58 + docker push nexus3.edgexfoundry.org:10004/support-notifications:059044cd19e7cd756841b4b22dae69fa09f54287 04:52:58 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 04:52:58 407000aaf1fb: Preparing 04:52:58 326536300bd3: Preparing 04:52:58 66684c473965: Preparing 04:52:58 f389489bc9cf: Preparing 04:52:58 f236ca32870e: Preparing 04:52:58 def460e4862f: Preparing 04:52:58 63ec0bd56cf3: Preparing 04:52:58 def460e4862f: Waiting 04:52:58 63ec0bd56cf3: Waiting 04:52:58 66684c473965: Layer already exists 04:52:58 f389489bc9cf: Layer already exists 04:52:58 63ec0bd56cf3: Layer already exists 04:52:58 407000aaf1fb: Pushed 04:52:58 def460e4862f: Pushed 04:52:59 f236ca32870e: Pushed 04:53:01 326536300bd3: Pushed 04:53:02 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:e71a576afe202983e4d9701551c3e574f768ad68ffb8e69fe880a634ebe47878 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:53:02 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:53:02 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 04:53:02 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 04:53:02 407000aaf1fb: Preparing 04:53:02 326536300bd3: Preparing 04:53:02 66684c473965: Preparing 04:53:02 f389489bc9cf: Preparing 04:53:02 f236ca32870e: Preparing 04:53:02 def460e4862f: Preparing 04:53:02 63ec0bd56cf3: Preparing 04:53:02 def460e4862f: Waiting 04:53:02 63ec0bd56cf3: Waiting 04:53:02 f389489bc9cf: Layer already exists 04:53:02 f236ca32870e: Layer already exists 04:53:02 66684c473965: Layer already exists 04:53:02 326536300bd3: Layer already exists 04:53:02 407000aaf1fb: Layer already exists 04:53:02 def460e4862f: Layer already exists 04:53:02 63ec0bd56cf3: Layer already exists 04:53:02 latest: digest: sha256:e71a576afe202983e4d9701551c3e574f768ad68ffb8e69fe880a634ebe47878 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:53:03 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:53:03 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.33 04:53:03 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 04:53:03 407000aaf1fb: Preparing 04:53:03 326536300bd3: Preparing 04:53:03 66684c473965: Preparing 04:53:03 f389489bc9cf: Preparing 04:53:03 f236ca32870e: Preparing 04:53:03 def460e4862f: Preparing 04:53:03 63ec0bd56cf3: Preparing 04:53:03 def460e4862f: Waiting 04:53:03 63ec0bd56cf3: Waiting 04:53:03 326536300bd3: Layer already exists 04:53:03 f236ca32870e: Layer already exists 04:53:03 f389489bc9cf: Layer already exists 04:53:03 66684c473965: Layer already exists 04:53:03 407000aaf1fb: Layer already exists 04:53:03 def460e4862f: Layer already exists 04:53:03 63ec0bd56cf3: Layer already exists 04:53:03 3.2.0-dev.33: digest: sha256:e71a576afe202983e4d9701551c3e574f768ad68ffb8e69fe880a634ebe47878 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:53:03 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:53:04 + docker push nexus3.edgexfoundry.org:10004/support-notifications:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 04:53:04 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 04:53:04 407000aaf1fb: Preparing 04:53:04 326536300bd3: Preparing 04:53:04 66684c473965: Preparing 04:53:04 f389489bc9cf: Preparing 04:53:04 f236ca32870e: Preparing 04:53:04 def460e4862f: Preparing 04:53:04 63ec0bd56cf3: Preparing 04:53:04 def460e4862f: Waiting 04:53:04 63ec0bd56cf3: Waiting 04:53:04 f236ca32870e: Layer already exists 04:53:04 326536300bd3: Layer already exists 04:53:04 f389489bc9cf: Layer already exists 04:53:04 66684c473965: Layer already exists 04:53:04 407000aaf1fb: Layer already exists 04:53:04 def460e4862f: Layer already exists 04:53:04 63ec0bd56cf3: Layer already exists 04:53:04 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:e71a576afe202983e4d9701551c3e574f768ad68ffb8e69fe880a634ebe47878 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:53:04 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:53:04 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 04:53:04 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 04:53:04 407000aaf1fb: Preparing 04:53:04 326536300bd3: Preparing 04:53:04 66684c473965: Preparing 04:53:04 f389489bc9cf: Preparing 04:53:04 f236ca32870e: Preparing 04:53:04 def460e4862f: Preparing 04:53:04 63ec0bd56cf3: Preparing 04:53:04 63ec0bd56cf3: Waiting 04:53:04 def460e4862f: Waiting 04:53:04 66684c473965: Layer already exists 04:53:04 407000aaf1fb: Layer already exists 04:53:04 f389489bc9cf: Layer already exists 04:53:04 326536300bd3: Layer already exists 04:53:04 f236ca32870e: Layer already exists 04:53:04 def460e4862f: Layer already exists 04:53:04 63ec0bd56cf3: Layer already exists 04:53:04 main: digest: sha256:e71a576afe202983e4d9701551c3e574f768ad68ffb8e69fe880a634ebe47878 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:53:04 ===================================================== [Pipeline] echo 04:53:04 taggedImages: 04:53:04 - nexus3.edgexfoundry.org:10004/support-notifications:059044cd19e7cd756841b4b22dae69fa09f54287 04:53:04 - nexus3.edgexfoundry.org:10004/support-notifications:latest 04:53:04 - nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.33 04:53:04 - nexus3.edgexfoundry.org:10004/support-notifications:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 04:53:04 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 04:53:04 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 04:53:04 059044cd19e7cd756841b4b22dae69fa09f54287 04:53:04 latest 04:53:04 3.2.0-dev.33 04:53:04 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 04:53:04 main 04:53:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:53:05 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:53:05 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:059044cd19e7cd756841b4b22dae69fa09f54287 04:53:05 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 04:53:05 d864e2570d41: Preparing 04:53:05 242e53714327: Preparing 04:53:05 66684c473965: Preparing 04:53:05 f389489bc9cf: Preparing 04:53:05 07ab167c3a75: Preparing 04:53:05 bbe20e40fdfb: Preparing 04:53:05 63ec0bd56cf3: Preparing 04:53:05 63ec0bd56cf3: Waiting 04:53:05 bbe20e40fdfb: Waiting 04:53:05 66684c473965: Layer already exists 04:53:05 07ab167c3a75: Layer already exists 04:53:05 f389489bc9cf: Layer already exists 04:53:05 bbe20e40fdfb: Layer already exists 04:53:05 63ec0bd56cf3: Layer already exists 04:53:05 d864e2570d41: Pushed 04:53:08 242e53714327: Pushed 04:53:08 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:1c3032ccba252c8b63587fce95e508ac203a8627a342c464498e19e870d5a401 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:53:09 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:53:09 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 04:53:09 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 04:53:09 d864e2570d41: Preparing 04:53:09 242e53714327: Preparing 04:53:09 66684c473965: Preparing 04:53:09 f389489bc9cf: Preparing 04:53:09 07ab167c3a75: Preparing 04:53:09 bbe20e40fdfb: Preparing 04:53:09 63ec0bd56cf3: Preparing 04:53:09 bbe20e40fdfb: Waiting 04:53:09 63ec0bd56cf3: Waiting 04:53:09 d864e2570d41: Layer already exists 04:53:09 66684c473965: Layer already exists 04:53:09 242e53714327: Layer already exists 04:53:09 07ab167c3a75: Layer already exists 04:53:09 f389489bc9cf: Layer already exists 04:53:09 bbe20e40fdfb: Layer already exists 04:53:09 63ec0bd56cf3: Layer already exists 04:53:09 latest: digest: sha256:1c3032ccba252c8b63587fce95e508ac203a8627a342c464498e19e870d5a401 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:53:09 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:53:10 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.33 04:53:10 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 04:53:10 d864e2570d41: Preparing 04:53:10 242e53714327: Preparing 04:53:10 66684c473965: Preparing 04:53:10 f389489bc9cf: Preparing 04:53:10 07ab167c3a75: Preparing 04:53:10 bbe20e40fdfb: Preparing 04:53:10 63ec0bd56cf3: Preparing 04:53:10 bbe20e40fdfb: Waiting 04:53:10 d864e2570d41: Layer already exists 04:53:10 f389489bc9cf: Layer already exists 04:53:10 66684c473965: Layer already exists 04:53:10 07ab167c3a75: Layer already exists 04:53:10 242e53714327: Layer already exists 04:53:10 bbe20e40fdfb: Layer already exists 04:53:10 63ec0bd56cf3: Layer already exists 04:53:10 3.2.0-dev.33: digest: sha256:1c3032ccba252c8b63587fce95e508ac203a8627a342c464498e19e870d5a401 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:53:10 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:53:10 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 04:53:10 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 04:53:10 d864e2570d41: Preparing 04:53:10 242e53714327: Preparing 04:53:10 66684c473965: Preparing 04:53:10 f389489bc9cf: Preparing 04:53:10 07ab167c3a75: Preparing 04:53:10 bbe20e40fdfb: Preparing 04:53:10 63ec0bd56cf3: Preparing 04:53:10 bbe20e40fdfb: Waiting 04:53:10 63ec0bd56cf3: Waiting 04:53:10 d864e2570d41: Layer already exists 04:53:10 242e53714327: Layer already exists 04:53:10 f389489bc9cf: Layer already exists 04:53:10 07ab167c3a75: Layer already exists 04:53:10 66684c473965: Layer already exists 04:53:10 63ec0bd56cf3: Layer already exists 04:53:10 bbe20e40fdfb: Layer already exists 04:53:10 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:1c3032ccba252c8b63587fce95e508ac203a8627a342c464498e19e870d5a401 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:53:11 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:53:11 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 04:53:11 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 04:53:11 d864e2570d41: Preparing 04:53:11 242e53714327: Preparing 04:53:11 66684c473965: Preparing 04:53:11 f389489bc9cf: Preparing 04:53:11 07ab167c3a75: Preparing 04:53:11 bbe20e40fdfb: Preparing 04:53:11 63ec0bd56cf3: Preparing 04:53:11 bbe20e40fdfb: Waiting 04:53:11 63ec0bd56cf3: Waiting 04:53:11 f389489bc9cf: Layer already exists 04:53:11 07ab167c3a75: Layer already exists 04:53:11 242e53714327: Layer already exists 04:53:11 d864e2570d41: Layer already exists 04:53:11 66684c473965: Layer already exists 04:53:11 bbe20e40fdfb: Layer already exists 04:53:11 63ec0bd56cf3: Layer already exists 04:53:11 main: digest: sha256:1c3032ccba252c8b63587fce95e508ac203a8627a342c464498e19e870d5a401 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:53:11 ===================================================== [Pipeline] echo 04:53:11 taggedImages: 04:53:11 - nexus3.edgexfoundry.org:10004/support-scheduler:059044cd19e7cd756841b4b22dae69fa09f54287 04:53:11 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 04:53:11 - nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.33 04:53:11 - nexus3.edgexfoundry.org:10004/support-scheduler:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 04:53:11 - 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:09:08 #141 ... 05:09:08 05:09:08 #124 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 05:09:08 #124 DONE 1064.3s 05:09:08 05:09:08 #152 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 05:09:08 #152 DONE 0.4s 05:09:08 05:09:08 #153 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 05:09:08 #153 DONE 2.3s 05:09:08 05:09:08 #143 [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:09:08 #143 1066.7 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.33" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 05:09:08 #143 ... 05:09:08 05:09:08 #154 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 05:09:08 #154 DONE 0.4s 05:09:08 05:09:08 #155 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 05:09:08 #155 DONE 0.2s 05:09:08 05:09:08 #142 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 05:09:08 #142 ... 05:09:08 05:09:08 #156 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 05:09:08 #156 DONE 0.3s 05:09:08 05:09:08 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 05:09:08 #149 ... 05:09:08 05:09:08 #157 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 05:09:08 #157 DONE 0.2s 05:09:08 05:09:08 #158 [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:09:08 #158 DONE 0.2s 05:09:08 05:09:08 #159 [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:09:08 #159 DONE 0.2s 05:09:08 05:09:08 #160 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 05:09:08 #160 DONE 0.1s 05:09:08 05:09:08 #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 05:09:08 #146 ... 05:09:08 05:09:08 #161 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 05:09:08 #161 DONE 0.3s 05:09:08 05:09:08 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 05:09:08 #148 ... 05:09:08 05:09:08 #162 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 05:09:08 #162 ... 05:09:08 05:09:08 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 05:09:08 #148 DONE 1070.0s 05:09:08 05:09:08 #142 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 05:09:08 #142 ... 05:09:08 05:09:08 #163 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 05:09:08 #163 DONE 0.3s 05:09:08 05:09:08 #142 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 05:09:08 #142 ... 05:09:08 05:09:08 #164 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 05:09:08 #164 DONE 0.3s 05:09:08 05:09:08 #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 05:09:08 #146 ... 05:09:08 05:09:08 #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:09:09 #165 DONE 0.2s 05:09:09 05:09:09 #166 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 05:09:09 #166 DONE 0.2s 05:09:09 05:09:09 #167 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 05:09:10 #167 DONE 0.5s 05:09:10 05:09:10 #168 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 05:09:10 #168 DONE 0.1s 05:09:10 05:09:10 #169 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:09:10 #169 ... 05:09:10 05:09:10 #162 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 05:09:10 #162 DONE 3.5s 05:09:10 05:09:10 #110 [security-bootstrapper] exporting to image 05:09:10 #110 exporting layers 05:09:12 #110 exporting layers 1.7s done 05:09:12 #110 writing image sha256:d2fd0e9cf6511927b34c79430625c0456ddd79443b3c6064644e9ca803f6ec67 0.1s done 05:09:12 #110 naming to docker.io/library/security-bootstrapper-arm64 05:09:12 #110 naming to docker.io/library/security-bootstrapper-arm64 done 05:09:12 #110 DONE 6.2s 05:09:12 05:09:12 #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:09:12 #145 ... 05:09:12 05:09:12 #169 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:09:12 #169 DONE 2.6s 05:09:13 05:09:13 #110 [security-proxy-setup] exporting to image 05:09:14 #110 exporting layers 1.4s done 05:09:14 #110 writing image sha256:4a949897ec77bc620e7db4936b7c68ea86a270e529554dfc9bc659f8e6c4eafc done 05:09:14 #110 naming to docker.io/library/security-proxy-setup-arm64 done 05:09:14 #110 DONE 7.6s 05:09:14 05:09:14 #142 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 05:09:26 #142 ... 05:09:26 05:09:26 #143 [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:09:26 #143 DONE 1087.5s 05:09:26 05:09:26 #141 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 05:09:26 #141 ... 05:09:26 05:09:26 #170 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 05:09:26 #170 DONE 0.2s 05:09:26 05:09:26 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 05:09:26 #149 ... 05:09:26 05:09:26 #171 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 05:09:26 #171 DONE 0.1s 05:09:26 05:09:26 #172 [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:09:26 #172 DONE 0.1s 05:09:26 05:09:26 #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:09:26 #145 ... 05:09:26 05:09:26 #173 [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:09:26 #173 DONE 0.2s 05:09:26 05:09:26 #142 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 05:09:26 #142 ... 05:09:26 05:09:26 #174 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 05:09:26 #174 DONE 0.1s 05:09:26 05:09:26 #175 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 05:09:27 #175 DONE 0.2s 05:09:27 05:09:27 #176 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 05:09:27 #176 DONE 0.3s 05:09:27 05:09:27 #177 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 05:09:27 #177 DONE 0.1s 05:09:27 05:09:27 #142 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 05:09:27 #142 ... 05:09:27 05:09:27 #178 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:09:30 #178 DONE 2.1s 05:09:30 05:09:30 #110 [security-secretstore-setup] exporting to image 05:09:30 #110 exporting layers 05:09:30 #110 exporting layers 1.1s done 05:09:30 #110 writing image sha256:30c953863616fb6f44b736ef0d4b1ac1c206882c7401b94e2e395e8cced03501 done 05:09:30 #110 naming to docker.io/library/security-secretstore-setup-arm64 done 05:09:30 #110 DONE 8.8s 05:09:30 05:09:30 #142 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 05:10:09 #142 DONE 1128.8s 05:10:09 05:10:09 #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 05:10:09 #146 ... 05:10:09 05:10:09 #179 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 05:10:09 #179 DONE 0.2s 05:10:09 05:10:09 #180 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 05:10:09 #180 DONE 0.1s 05:10:09 05:10:09 #181 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 05:10:09 #181 DONE 0.2s 05:10:09 05:10:09 #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 05:10:09 #147 ... 05:10:09 05:10:09 #182 [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:10:09 #182 DONE 0.1s 05:10:09 05:10:09 #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:10:09 #183 DONE 0.2s 05:10:09 05:10:09 #184 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:10:10 #184 DONE 2.0s 05:10:10 05:10:10 #110 [core-common-config-bootstrapper] exporting to image 05:10:10 #110 exporting layers 05:10:10 #110 exporting layers 0.6s done 05:10:10 #110 writing image sha256:9df06a5a8294757486d5f1a0687e9ef83e81103978e72938a01e06537f6c67bd done 05:10:10 #110 naming to docker.io/library/core-common-config-bootstrapper-arm64 0.0s done 05:10:10 #110 DONE 9.4s 05:10:10 05:10:10 #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 05:12:02 #146 ... 05:12:02 05:12:02 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 05:12:02 #149 DONE 1240.6s 05:12:02 05:12:02 #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 05:12:02 #146 ... 05:12:02 05:12:02 #185 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:12:02 #185 DONE 0.2s 05:12:02 05:12:02 #186 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:12:02 #186 DONE 0.2s 05:12:02 05:12:02 #187 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 05:12:02 #187 DONE 0.3s 05:12:02 05:12:02 #188 [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:12:02 #188 DONE 0.1s 05:12:02 05:12:02 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:12:02 #151 ... 05:12:02 05:12:02 #110 [security-spiffe-token-provider] exporting to image 05:12:02 #110 exporting layers 05:12:02 #110 exporting layers 0.6s done 05:12:02 #110 writing image sha256:4ff55b35b03f01ef4d4db019098539cc2145099d63fa921f717b7b87e8873136 done 05:12:02 #110 naming to docker.io/library/security-spiffe-token-provider-arm64 done 05:12:02 #110 DONE 9.9s 05:12:02 05:12:02 #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:18:54 #145 ... 05:18:54 05:18:54 #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 05:18:54 #146 DONE 1655.4s 05:18:54 05:18:54 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:18:54 #144 ... 05:18:54 05:18:54 #189 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 05:18:54 #189 DONE 0.2s 05:18:54 05:18:54 #190 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 05:18:54 #190 DONE 0.2s 05:18:54 05:18:54 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:18:54 #151 ... 05:18:54 05:18:54 #191 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 05:18:54 #191 DONE 0.4s 05:18:54 05:18:54 #192 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 05:18:54 #192 DONE 0.1s 05:18:54 05:18:54 #193 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 05:18:55 #193 DONE 0.1s 05:18:55 05:18:55 #194 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:18:57 #194 DONE 2.2s 05:18:57 05:18:57 #110 [security-proxy-auth] exporting to image 05:18:57 #110 exporting layers 05:18:57 #110 exporting layers 0.7s done 05:18:57 #110 writing image sha256:c72a0ebf90c09e7f4354ba5be766b4e22219dd41dbe6f32f76141deeb6401181 done 05:18:57 #110 naming to docker.io/library/security-proxy-auth-arm64 done 05:18:57 #110 DONE 10.7s 05:18:57 05:18:57 #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 05:19:44 #147 DONE 1700.1s 05:19:44 05:19:44 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:19:44 #144 ... 05:19:44 05:19:44 #195 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 05:19:44 #195 DONE 0.3s 05:19:44 05:19:44 #196 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 05:19:44 #196 DONE 0.2s 05:19:44 05:19:44 #197 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 05:19:44 #197 DONE 0.4s 05:19:44 05:19:44 #198 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 05:19:44 #198 DONE 0.1s 05:19:44 05:19:44 #110 [core-command] exporting to image 05:19:44 #110 exporting layers 05:19:44 #110 exporting layers 0.8s done 05:19:44 #110 writing image sha256:f1e958bac3285c939eb5512b5ced88206956d0aab252ed56683bcb29940019f0 done 05:19:44 #110 naming to docker.io/library/core-command-arm64 0.0s done 05:19:44 #110 DONE 11.5s 05:19:44 05:19:44 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:19:54 #144 ... 05:19:54 05:19:54 #141 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 05:19:54 #141 DONE 1715.0s 05:19:54 05:19:54 #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:19:54 #145 ... 05:19:54 05:19:54 #199 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 05:19:54 #199 DONE 0.1s 05:19:54 05:19:54 #200 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 05:19:54 #200 DONE 0.5s 05:19:54 05:19:54 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:19:54 #144 ... 05:19:54 05:19:54 #201 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 05:19:54 #201 DONE 0.2s 05:19:54 05:19:54 #110 [core-keeper] exporting to image 05:19:54 #110 exporting layers 05:19:55 #110 ... 05:19:55 05:19:55 #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:19:55 #145 DONE 1717.3s 05:19:55 05:19:55 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:19:55 #144 ... 05:19:55 05:19:55 #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:19:55 #150 DONE 1717.8s 05:19:55 05:19:55 #202 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:19:56 #202 ... 05:19:56 05:19:56 #110 [core-keeper] exporting to image 05:19:56 #110 exporting layers 1.1s done 05:19:56 #110 writing image sha256:79b56c63fb9522ec377f437716d13457e1f01ca6548f29a51730ab9f7c1f72f4 0.1s done 05:19:56 #110 naming to docker.io/library/core-keeper-arm64 done 05:19:56 #110 DONE 12.8s 05:19:56 05:19:56 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:19:56 #144 ... 05:19:56 05:19:56 #203 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 05:19:56 #203 ... 05:19:56 05:19:56 #202 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:19:56 #202 DONE 0.5s 05:19:56 05:19:56 #203 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 05:19:56 #203 DONE 0.2s 05:19:56 05:19:56 #204 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 05:19:56 #204 DONE 0.4s 05:19:56 05:19:56 #205 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:19:56 #205 DONE 0.4s 05:19:56 05:19:56 #206 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 05:19:57 #206 DONE 0.7s 05:19:57 05:19:57 #207 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 05:19:57 #207 DONE 0.6s 05:19:57 05:19:57 #208 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 05:19:57 #208 DONE 0.2s 05:19:57 05:19:57 #209 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 05:19:57 #209 DONE 0.2s 05:19:57 05:19:57 #110 [core-data] exporting to image 05:19:58 #110 ... 05:19:58 05:19:58 #210 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 05:19:58 #210 DONE 0.5s 05:19:58 05:19:58 #110 [core-metadata] exporting to image 05:19:58 #110 exporting layers 0.8s done 05:19:58 #110 writing image sha256:c279ef2a4fd1b8f661532dc3faff38519ec46e5c7284c65206e2c61130de1410 05:19:58 #110 writing image sha256:c279ef2a4fd1b8f661532dc3faff38519ec46e5c7284c65206e2c61130de1410 done 05:19:58 #110 naming to docker.io/library/core-data-arm64 done 05:19:58 #110 exporting layers 0.6s done 05:19:59 #110 writing image sha256:4e52c43d4fadec57a25cb3285601653a71aa0eace5d796f154d76562ba4fc3d1 done 05:19:59 #110 naming to docker.io/library/core-metadata-arm64 done 05:19:59 #110 DONE 14.2s 05:19:59 05:19:59 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:20:25 #144 ... 05:20:25 05:20:25 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:20:25 #151 DONE 1746.5s 05:20:25 05:20:25 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:20:25 #144 ... 05:20:25 05:20:25 #211 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:20:25 #211 DONE 0.1s 05:20:25 05:20:25 #212 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:20:25 #212 DONE 0.1s 05:20:25 05:20:25 #213 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 05:20:25 #213 ... 05:20:25 05:20:25 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:20:25 #144 DONE 1747.5s 05:20:25 05:20:25 #213 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 05:20:25 #213 DONE 0.5s 05:20:25 05:20:25 #214 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:20:25 #214 DONE 0.1s 05:20:25 05:20:25 #215 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 05:20:26 #215 DONE 0.2s 05:20:26 05:20:26 #110 [support-scheduler] exporting to image 05:20:26 #110 exporting layers 05:20:26 #110 ... 05:20:26 05:20:26 #216 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:20:26 #216 DONE 0.2s 05:20:26 05:20:26 #217 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 05:20:26 #217 DONE 0.4s 05:20:26 05:20:26 #110 [support-scheduler] exporting to image 05:20:26 #110 exporting layers 0.5s done 05:20:26 #110 writing image sha256:626c71c689b429e279863fc182bc889ee11aa5de581c94aebb13e121e028991f done 05:20:26 #110 naming to docker.io/library/support-scheduler-arm64 done 05:20:26 #110 DONE 14.7s 05:20:26 05:20:26 #218 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 05:20:26 #218 DONE 0.1s 05:20:26 05:20:26 #110 [support-notifications] exporting to image 05:20:27 #110 exporting layers 0.4s done 05:20:27 #110 writing image sha256:e4d4791aa964b66c75fc762f03d59652355b50b51ad1120169db3f2143e98e37 done 05:20:27 #110 naming to docker.io/library/support-notifications-arm64 done 05:20:27 #110 DONE 15.1s 05:20:27 time="2024-07-10T04:49:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:20:27 time="2024-07-10T04:49:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:20:27 time="2024-07-10T04:49:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:20:27 time="2024-07-10T04:49:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:20:27 time="2024-07-10T04:49:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:20:27 time="2024-07-10T04:49:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:20:27 time="2024-07-10T04:49:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:20:27 time="2024-07-10T04:49:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:20:27 time="2024-07-10T04:49:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:20:27 time="2024-07-10T04:49:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:20:27 time="2024-07-10T04:49:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:20:27 time="2024-07-10T04:49:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:20:27 time="2024-07-10T04:49:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:20:27 time="2024-07-10T04:49:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:20:27 time="2024-07-10T04:49:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 05:20:27 $ docker stop --time=1 31ccdc49af542cd2861f16461a35cbceb0f16ad9a9cdad610b9649ee35172471 05:20:28 $ docker rm -f --volumes 31ccdc49af542cd2861f16461a35cbceb0f16ad9a9cdad610b9649ee35172471 [Pipeline] // withDockerContainer [Pipeline] sh 05:20:29 + docker images 05:20:29 REPOSITORY TAG IMAGE ID CREATED SIZE 05:20:29 support-notifications-arm64 latest e4d4791aa964 3 seconds ago 43.3MB 05:20:29 support-scheduler-arm64 latest 626c71c689b4 4 seconds ago 42.4MB 05:20:29 core-metadata-arm64 latest 4e52c43d4fad 31 seconds ago 40.3MB 05:20:29 core-data-arm64 latest c279ef2a4fd1 32 seconds ago 40.2MB 05:20:29 core-keeper-arm64 latest 79b56c63fb95 35 seconds ago 35.2MB 05:20:29 core-command-arm64 latest f1e958bac328 50 seconds ago 39.9MB 05:20:29 security-proxy-auth-arm64 latest c72a0ebf90c0 About a minute ago 37.4MB 05:20:29 security-spiffe-token-provider-arm64 latest 4ff55b35b03f 8 minutes ago 34.1MB 05:20:29 core-common-config-bootstrapper-arm64 latest 9df06a5a8294 10 minutes ago 20.1MB 05:20:29 security-secretstore-setup-arm64 latest 30c953863616 11 minutes ago 41.5MB 05:20:29 security-proxy-setup-arm64 latest 4a949897ec77 11 minutes ago 31MB 05:20:29 security-bootstrapper-arm64 latest d2fd0e9cf651 11 minutes ago 23.7MB 05:20:29 security-spire-agent-arm64 latest fd3f582405f6 30 minutes ago 179MB 05:20:29 security-spire-server-arm64 latest 5c6b37f0d216 30 minutes ago 121MB 05:20:29 security-spire-config-arm64 latest c955f1c392fb 30 minutes ago 120MB 05:20:29 ci-base-image-arm64 latest 09aa8db6b68e 31 minutes ago 962MB 05:20:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine f246e2811388 2 months ago 561MB 05:20:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 13 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:20:29 provisioning config files... 05:20:29 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/651@tmp/config15859716053413765800tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:20:29 ---> ****-login.sh 05:20:29 nexus3.edgexfoundry.org:10001 05:20:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:20:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:20:29 Configure a credential helper to remove this warning. See 05:20:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:20:29 05:20:29 Login Succeeded 05:20:29 nexus3.edgexfoundry.org:10002 05:20:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:20:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:20:30 Configure a credential helper to remove this warning. See 05:20:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:20:30 05:20:30 Login Succeeded 05:20:30 nexus3.edgexfoundry.org:10003 05:20:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:20:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:20:30 Configure a credential helper to remove this warning. See 05:20:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:20:30 05:20:30 Login Succeeded 05:20:30 nexus3.edgexfoundry.org:10004 05:20:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:20:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:20:31 Configure a credential helper to remove this warning. See 05:20:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:20:31 05:20:31 Login Succeeded 05:20:31 ****.io 05:20:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:20:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:20:31 Configure a credential helper to remove this warning. See 05:20:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:20:31 05:20:31 Login Succeeded 05:20:31 ---> ****-login.sh ends [Pipeline] } 05:20:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:20:31 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 05:20:31 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 05:20:31 059044cd19e7cd756841b4b22dae69fa09f54287 05:20:31 latest 05:20:31 3.2.0-dev.33 05:20:31 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 05:20:31 main 05:20:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:32 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:32 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 05:20:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 05:20:32 447ef0714eaa: Preparing 05:20:32 186ca0b7e0d5: Preparing 05:20:32 1a998da1877e: Preparing 05:20:32 c2dd4b8164f4: Preparing 05:20:32 df88f4d4f53e: Preparing 05:20:32 64bbbfd74bf0: Preparing 05:20:32 da707bb00cb8: Preparing 05:20:32 64bbbfd74bf0: Waiting 05:20:32 da707bb00cb8: Waiting 05:20:32 1a998da1877e: Pushed 05:20:32 c2dd4b8164f4: Pushed 05:20:32 447ef0714eaa: Pushed 05:20:32 da707bb00cb8: Layer already exists 05:20:32 64bbbfd74bf0: Pushed 05:20:34 df88f4d4f53e: Pushed 05:20:38 186ca0b7e0d5: Pushed 05:20:38 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:4b4822ce49156a46b3c3e621fc354a779ba88fbf83cb830810c19462af1594c6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:38 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:39 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 05:20:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 05:20:39 447ef0714eaa: Preparing 05:20:39 186ca0b7e0d5: Preparing 05:20:39 1a998da1877e: Preparing 05:20:39 c2dd4b8164f4: Preparing 05:20:39 df88f4d4f53e: Preparing 05:20:39 64bbbfd74bf0: Preparing 05:20:39 da707bb00cb8: Preparing 05:20:39 da707bb00cb8: Waiting 05:20:39 64bbbfd74bf0: Waiting 05:20:39 c2dd4b8164f4: Layer already exists 05:20:39 447ef0714eaa: Layer already exists 05:20:39 1a998da1877e: Layer already exists 05:20:39 186ca0b7e0d5: Layer already exists 05:20:39 df88f4d4f53e: Layer already exists 05:20:39 64bbbfd74bf0: Layer already exists 05:20:39 da707bb00cb8: Layer already exists 05:20:39 latest: digest: sha256:4b4822ce49156a46b3c3e621fc354a779ba88fbf83cb830810c19462af1594c6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:39 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:40 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.33 05:20:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 05:20:40 447ef0714eaa: Preparing 05:20:40 186ca0b7e0d5: Preparing 05:20:40 1a998da1877e: Preparing 05:20:40 c2dd4b8164f4: Preparing 05:20:40 df88f4d4f53e: Preparing 05:20:40 64bbbfd74bf0: Preparing 05:20:40 da707bb00cb8: Preparing 05:20:40 64bbbfd74bf0: Waiting 05:20:40 da707bb00cb8: Waiting 05:20:40 df88f4d4f53e: Layer already exists 05:20:40 186ca0b7e0d5: Layer already exists 05:20:40 447ef0714eaa: Layer already exists 05:20:40 1a998da1877e: Layer already exists 05:20:40 c2dd4b8164f4: Layer already exists 05:20:40 64bbbfd74bf0: Layer already exists 05:20:40 da707bb00cb8: Layer already exists 05:20:40 3.2.0-dev.33: digest: sha256:4b4822ce49156a46b3c3e621fc354a779ba88fbf83cb830810c19462af1594c6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:40 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:41 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 05:20:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 05:20:41 447ef0714eaa: Preparing 05:20:41 186ca0b7e0d5: Preparing 05:20:41 1a998da1877e: Preparing 05:20:41 c2dd4b8164f4: Preparing 05:20:41 df88f4d4f53e: Preparing 05:20:41 64bbbfd74bf0: Preparing 05:20:41 da707bb00cb8: Preparing 05:20:41 64bbbfd74bf0: Waiting 05:20:41 da707bb00cb8: Waiting 05:20:41 c2dd4b8164f4: Layer already exists 05:20:41 df88f4d4f53e: Layer already exists 05:20:41 186ca0b7e0d5: Layer already exists 05:20:41 447ef0714eaa: Layer already exists 05:20:41 1a998da1877e: Layer already exists 05:20:41 da707bb00cb8: Layer already exists 05:20:41 64bbbfd74bf0: Layer already exists 05:20:41 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:4b4822ce49156a46b3c3e621fc354a779ba88fbf83cb830810c19462af1594c6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:41 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:42 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 05:20:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 05:20:42 447ef0714eaa: Preparing 05:20:42 186ca0b7e0d5: Preparing 05:20:42 1a998da1877e: Preparing 05:20:42 c2dd4b8164f4: Preparing 05:20:42 df88f4d4f53e: Preparing 05:20:42 64bbbfd74bf0: Preparing 05:20:42 64bbbfd74bf0: Waiting 05:20:42 da707bb00cb8: Preparing 05:20:42 da707bb00cb8: Waiting 05:20:42 447ef0714eaa: Layer already exists 05:20:42 df88f4d4f53e: Layer already exists 05:20:42 186ca0b7e0d5: Layer already exists 05:20:42 c2dd4b8164f4: Layer already exists 05:20:42 1a998da1877e: Layer already exists 05:20:42 64bbbfd74bf0: Layer already exists 05:20:42 da707bb00cb8: Layer already exists 05:20:42 main: digest: sha256:4b4822ce49156a46b3c3e621fc354a779ba88fbf83cb830810c19462af1594c6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:20:42 ===================================================== [Pipeline] echo 05:20:42 taggedImages: 05:20:42 - nexus3.edgexfoundry.org:10004/core-command-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 05:20:42 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 05:20:42 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.33 05:20:42 - nexus3.edgexfoundry.org:10004/core-command-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 05:20:42 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 05:20:42 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 05:20:42 059044cd19e7cd756841b4b22dae69fa09f54287 05:20:42 latest 05:20:42 3.2.0-dev.33 05:20:42 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 05:20:42 main 05:20:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:42 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:43 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 05:20:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 05:20:43 8cf25f812523: Preparing 05:20:43 8f9578115d5b: Preparing 05:20:43 b86e3ea5d8a3: Preparing 05:20:43 64b33f213890: Preparing 05:20:43 1a998da1877e: Preparing 05:20:43 c2dd4b8164f4: Preparing 05:20:43 df88f4d4f53e: Preparing 05:20:43 64bbbfd74bf0: Preparing 05:20:43 da707bb00cb8: Preparing 05:20:43 df88f4d4f53e: Waiting 05:20:43 64bbbfd74bf0: Waiting 05:20:43 c2dd4b8164f4: Waiting 05:20:43 da707bb00cb8: Waiting 05:20:43 1a998da1877e: Layer already exists 05:20:43 c2dd4b8164f4: Layer already exists 05:20:43 df88f4d4f53e: Layer already exists 05:20:43 64bbbfd74bf0: Layer already exists 05:20:43 b86e3ea5d8a3: Pushed 05:20:43 8f9578115d5b: Pushed 05:20:43 8cf25f812523: Pushed 05:20:43 da707bb00cb8: Layer already exists 05:20:45 64b33f213890: Pushed 05:20:45 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:e179a2345648d981fde6450dc380959806bdf689bd476bc55fe72dcd9f1bf559 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:46 + 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:20:46 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 05:20:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 05:20:46 8cf25f812523: Preparing 05:20:46 8f9578115d5b: Preparing 05:20:46 b86e3ea5d8a3: Preparing 05:20:46 64b33f213890: Preparing 05:20:46 1a998da1877e: Preparing 05:20:46 c2dd4b8164f4: Preparing 05:20:46 df88f4d4f53e: Preparing 05:20:46 64bbbfd74bf0: Preparing 05:20:46 da707bb00cb8: Preparing 05:20:46 df88f4d4f53e: Waiting 05:20:46 64bbbfd74bf0: Waiting 05:20:46 da707bb00cb8: Waiting 05:20:46 c2dd4b8164f4: Waiting 05:20:46 b86e3ea5d8a3: Layer already exists 05:20:46 1a998da1877e: Layer already exists 05:20:46 8f9578115d5b: Layer already exists 05:20:46 64b33f213890: Layer already exists 05:20:46 8cf25f812523: Layer already exists 05:20:46 c2dd4b8164f4: Layer already exists 05:20:46 df88f4d4f53e: Layer already exists 05:20:46 64bbbfd74bf0: Layer already exists 05:20:46 da707bb00cb8: Layer already exists 05:20:46 latest: digest: sha256:e179a2345648d981fde6450dc380959806bdf689bd476bc55fe72dcd9f1bf559 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:47 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:47 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.33 05:20:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 05:20:47 8cf25f812523: Preparing 05:20:47 8f9578115d5b: Preparing 05:20:47 b86e3ea5d8a3: Preparing 05:20:47 64b33f213890: Preparing 05:20:47 1a998da1877e: Preparing 05:20:47 c2dd4b8164f4: Preparing 05:20:47 df88f4d4f53e: Preparing 05:20:47 64bbbfd74bf0: Preparing 05:20:47 da707bb00cb8: Preparing 05:20:47 c2dd4b8164f4: Waiting 05:20:47 df88f4d4f53e: Waiting 05:20:47 64bbbfd74bf0: Waiting 05:20:47 da707bb00cb8: Waiting 05:20:47 8f9578115d5b: Layer already exists 05:20:47 64b33f213890: Layer already exists 05:20:47 b86e3ea5d8a3: Layer already exists 05:20:47 8cf25f812523: Layer already exists 05:20:47 1a998da1877e: Layer already exists 05:20:47 c2dd4b8164f4: Layer already exists 05:20:47 64bbbfd74bf0: Layer already exists 05:20:47 df88f4d4f53e: Layer already exists 05:20:47 da707bb00cb8: Layer already exists 05:20:47 3.2.0-dev.33: digest: sha256:e179a2345648d981fde6450dc380959806bdf689bd476bc55fe72dcd9f1bf559 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:48 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:48 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 05:20:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 05:20:48 8cf25f812523: Preparing 05:20:48 8f9578115d5b: Preparing 05:20:48 b86e3ea5d8a3: Preparing 05:20:48 64b33f213890: Preparing 05:20:48 1a998da1877e: Preparing 05:20:48 c2dd4b8164f4: Preparing 05:20:48 df88f4d4f53e: Preparing 05:20:48 64bbbfd74bf0: Preparing 05:20:48 da707bb00cb8: Preparing 05:20:48 df88f4d4f53e: Waiting 05:20:48 64bbbfd74bf0: Waiting 05:20:48 da707bb00cb8: Waiting 05:20:48 c2dd4b8164f4: Waiting 05:20:48 8f9578115d5b: Layer already exists 05:20:48 1a998da1877e: Layer already exists 05:20:48 b86e3ea5d8a3: Layer already exists 05:20:48 8cf25f812523: Layer already exists 05:20:48 64b33f213890: Layer already exists 05:20:48 64bbbfd74bf0: Layer already exists 05:20:48 c2dd4b8164f4: Layer already exists 05:20:48 da707bb00cb8: Layer already exists 05:20:48 df88f4d4f53e: Layer already exists 05:20:48 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:e179a2345648d981fde6450dc380959806bdf689bd476bc55fe72dcd9f1bf559 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:49 + 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:20:49 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 05:20:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 05:20:49 8cf25f812523: Preparing 05:20:49 8f9578115d5b: Preparing 05:20:49 b86e3ea5d8a3: Preparing 05:20:49 64b33f213890: Preparing 05:20:49 1a998da1877e: Preparing 05:20:49 c2dd4b8164f4: Preparing 05:20:49 df88f4d4f53e: Preparing 05:20:49 64bbbfd74bf0: Preparing 05:20:49 da707bb00cb8: Preparing 05:20:49 df88f4d4f53e: Waiting 05:20:49 64bbbfd74bf0: Waiting 05:20:49 da707bb00cb8: Waiting 05:20:49 c2dd4b8164f4: Waiting 05:20:49 8f9578115d5b: Layer already exists 05:20:49 64b33f213890: Layer already exists 05:20:49 8cf25f812523: Layer already exists 05:20:49 1a998da1877e: Layer already exists 05:20:49 b86e3ea5d8a3: Layer already exists 05:20:49 df88f4d4f53e: Layer already exists 05:20:49 da707bb00cb8: Layer already exists 05:20:49 c2dd4b8164f4: Layer already exists 05:20:49 64bbbfd74bf0: Layer already exists 05:20:49 main: digest: sha256:e179a2345648d981fde6450dc380959806bdf689bd476bc55fe72dcd9f1bf559 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:20:49 ===================================================== [Pipeline] echo 05:20:49 taggedImages: 05:20:49 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 05:20:49 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 05:20:49 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.33 05:20:49 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 05:20:49 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 05:20:49 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 05:20:49 059044cd19e7cd756841b4b22dae69fa09f54287 05:20:49 latest 05:20:49 3.2.0-dev.33 05:20:49 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 05:20:49 main 05:20:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:50 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:50 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 05:20:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 05:20:50 7a4c0f853954: Preparing 05:20:50 7340314d28cf: Preparing 05:20:50 1a998da1877e: Preparing 05:20:50 c2dd4b8164f4: Preparing 05:20:50 30f56d4495f8: Preparing 05:20:50 6d887a045eea: Preparing 05:20:50 da707bb00cb8: Preparing 05:20:50 6d887a045eea: Waiting 05:20:50 da707bb00cb8: Waiting 05:20:50 1a998da1877e: Layer already exists 05:20:50 c2dd4b8164f4: Layer already exists 05:20:50 da707bb00cb8: Layer already exists 05:20:50 7a4c0f853954: Pushed 05:20:50 6d887a045eea: Pushed 05:20:51 30f56d4495f8: Pushed 05:20:57 7340314d28cf: Pushed 05:20:57 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:e755bbbd63ea15d931d66fa4e45b94bde86878e671609ab89e9ded11b181085e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:57 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:57 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 05:20:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 05:20:57 7a4c0f853954: Preparing 05:20:57 7340314d28cf: Preparing 05:20:57 1a998da1877e: Preparing 05:20:57 c2dd4b8164f4: Preparing 05:20:57 30f56d4495f8: Preparing 05:20:57 6d887a045eea: Preparing 05:20:57 da707bb00cb8: Preparing 05:20:57 6d887a045eea: Waiting 05:20:57 da707bb00cb8: Waiting 05:20:57 7340314d28cf: Layer already exists 05:20:57 7a4c0f853954: Layer already exists 05:20:57 30f56d4495f8: Layer already exists 05:20:57 1a998da1877e: Layer already exists 05:20:57 c2dd4b8164f4: Layer already exists 05:20:57 6d887a045eea: Layer already exists 05:20:57 da707bb00cb8: Layer already exists 05:20:58 latest: digest: sha256:e755bbbd63ea15d931d66fa4e45b94bde86878e671609ab89e9ded11b181085e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:58 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:58 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.33 05:20:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 05:20:58 7a4c0f853954: Preparing 05:20:58 7340314d28cf: Preparing 05:20:58 1a998da1877e: Preparing 05:20:58 c2dd4b8164f4: Preparing 05:20:58 30f56d4495f8: Preparing 05:20:58 6d887a045eea: Preparing 05:20:58 da707bb00cb8: Preparing 05:20:58 6d887a045eea: Waiting 05:20:58 da707bb00cb8: Waiting 05:20:58 30f56d4495f8: Layer already exists 05:20:58 c2dd4b8164f4: Layer already exists 05:20:58 7340314d28cf: Layer already exists 05:20:58 1a998da1877e: Layer already exists 05:20:58 7a4c0f853954: Layer already exists 05:20:58 6d887a045eea: Layer already exists 05:20:58 da707bb00cb8: Layer already exists 05:20:59 3.2.0-dev.33: digest: sha256:e755bbbd63ea15d931d66fa4e45b94bde86878e671609ab89e9ded11b181085e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:59 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:20:59 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 05:20:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 05:20:59 7a4c0f853954: Preparing 05:20:59 7340314d28cf: Preparing 05:20:59 1a998da1877e: Preparing 05:20:59 c2dd4b8164f4: Preparing 05:20:59 30f56d4495f8: Preparing 05:20:59 6d887a045eea: Preparing 05:20:59 da707bb00cb8: Preparing 05:20:59 6d887a045eea: Waiting 05:20:59 da707bb00cb8: Waiting 05:20:59 7a4c0f853954: Layer already exists 05:20:59 1a998da1877e: Layer already exists 05:20:59 30f56d4495f8: Layer already exists 05:20:59 c2dd4b8164f4: Layer already exists 05:20:59 7340314d28cf: Layer already exists 05:20:59 6d887a045eea: Layer already exists 05:20:59 da707bb00cb8: Layer already exists 05:21:00 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:e755bbbd63ea15d931d66fa4e45b94bde86878e671609ab89e9ded11b181085e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:00 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:00 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 05:21:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 05:21:00 7a4c0f853954: Preparing 05:21:00 7340314d28cf: Preparing 05:21:00 1a998da1877e: Preparing 05:21:00 c2dd4b8164f4: Preparing 05:21:00 30f56d4495f8: Preparing 05:21:00 6d887a045eea: Preparing 05:21:00 da707bb00cb8: Preparing 05:21:00 6d887a045eea: Waiting 05:21:00 da707bb00cb8: Waiting 05:21:00 7a4c0f853954: Layer already exists 05:21:00 1a998da1877e: Layer already exists 05:21:00 7340314d28cf: Layer already exists 05:21:00 c2dd4b8164f4: Layer already exists 05:21:00 30f56d4495f8: Layer already exists 05:21:00 da707bb00cb8: Layer already exists 05:21:00 6d887a045eea: Layer already exists 05:21:01 main: digest: sha256:e755bbbd63ea15d931d66fa4e45b94bde86878e671609ab89e9ded11b181085e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:21:01 ===================================================== [Pipeline] echo 05:21:01 taggedImages: 05:21:01 - nexus3.edgexfoundry.org:10004/core-data-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 05:21:01 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 05:21:01 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.33 05:21:01 - nexus3.edgexfoundry.org:10004/core-data-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 05:21:01 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 05:21:01 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 05:21:01 059044cd19e7cd756841b4b22dae69fa09f54287 05:21:01 latest 05:21:01 3.2.0-dev.33 05:21:01 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 05:21:01 main 05:21:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:01 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:01 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 05:21:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 05:21:01 f9536a9d7fa4: Preparing 05:21:01 f78a2de55470: Preparing 05:21:01 c2dd4b8164f4: Preparing 05:21:01 4055a842cc06: Preparing 05:21:01 85d9e9d1167b: Preparing 05:21:01 da707bb00cb8: Preparing 05:21:01 da707bb00cb8: Waiting 05:21:01 c2dd4b8164f4: Layer already exists 05:21:02 da707bb00cb8: Layer already exists 05:21:02 85d9e9d1167b: Pushed 05:21:02 f9536a9d7fa4: Pushed 05:21:02 4055a842cc06: Pushed 05:21:08 f78a2de55470: Pushed 05:21:08 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:a8958339362b4b5a4b30be851a96e58151956b21d17ec8a921ce43a8d91d2228 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:09 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:09 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 05:21:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 05:21:09 f9536a9d7fa4: Preparing 05:21:09 f78a2de55470: Preparing 05:21:09 c2dd4b8164f4: Preparing 05:21:09 4055a842cc06: Preparing 05:21:09 85d9e9d1167b: Preparing 05:21:09 da707bb00cb8: Preparing 05:21:09 da707bb00cb8: Waiting 05:21:09 4055a842cc06: Layer already exists 05:21:09 f78a2de55470: Layer already exists 05:21:09 f9536a9d7fa4: Layer already exists 05:21:09 85d9e9d1167b: Layer already exists 05:21:09 c2dd4b8164f4: Layer already exists 05:21:09 da707bb00cb8: Layer already exists 05:21:09 latest: digest: sha256:a8958339362b4b5a4b30be851a96e58151956b21d17ec8a921ce43a8d91d2228 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:10 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:10 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.33 05:21:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 05:21:10 f9536a9d7fa4: Preparing 05:21:10 f78a2de55470: Preparing 05:21:10 c2dd4b8164f4: Preparing 05:21:10 4055a842cc06: Preparing 05:21:10 85d9e9d1167b: Preparing 05:21:10 da707bb00cb8: Preparing 05:21:10 da707bb00cb8: Waiting 05:21:10 4055a842cc06: Layer already exists 05:21:10 85d9e9d1167b: Layer already exists 05:21:10 c2dd4b8164f4: Layer already exists 05:21:10 f78a2de55470: Layer already exists 05:21:10 f9536a9d7fa4: Layer already exists 05:21:10 da707bb00cb8: Layer already exists 05:21:10 3.2.0-dev.33: digest: sha256:a8958339362b4b5a4b30be851a96e58151956b21d17ec8a921ce43a8d91d2228 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:11 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:11 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 05:21:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 05:21:11 f9536a9d7fa4: Preparing 05:21:11 f78a2de55470: Preparing 05:21:11 c2dd4b8164f4: Preparing 05:21:11 4055a842cc06: Preparing 05:21:11 85d9e9d1167b: Preparing 05:21:11 da707bb00cb8: Preparing 05:21:11 f78a2de55470: Layer already exists 05:21:11 f9536a9d7fa4: Layer already exists 05:21:11 4055a842cc06: Layer already exists 05:21:11 85d9e9d1167b: Layer already exists 05:21:11 c2dd4b8164f4: Layer already exists 05:21:11 da707bb00cb8: Layer already exists 05:21:11 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:a8958339362b4b5a4b30be851a96e58151956b21d17ec8a921ce43a8d91d2228 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:12 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:12 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 05:21:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 05:21:12 f9536a9d7fa4: Preparing 05:21:12 f78a2de55470: Preparing 05:21:12 c2dd4b8164f4: Preparing 05:21:12 4055a842cc06: Preparing 05:21:12 85d9e9d1167b: Preparing 05:21:12 da707bb00cb8: Preparing 05:21:12 da707bb00cb8: Waiting 05:21:12 85d9e9d1167b: Layer already exists 05:21:12 c2dd4b8164f4: Layer already exists 05:21:12 f9536a9d7fa4: Layer already exists 05:21:12 f78a2de55470: Layer already exists 05:21:12 4055a842cc06: Layer already exists 05:21:12 da707bb00cb8: Layer already exists 05:21:12 main: digest: sha256:a8958339362b4b5a4b30be851a96e58151956b21d17ec8a921ce43a8d91d2228 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:21:12 ===================================================== [Pipeline] echo 05:21:12 taggedImages: 05:21:12 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 05:21:12 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 05:21:12 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.33 05:21:12 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 05:21:12 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 05:21:12 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 05:21:12 059044cd19e7cd756841b4b22dae69fa09f54287 05:21:12 latest 05:21:12 3.2.0-dev.33 05:21:12 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 05:21:12 main 05:21:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:13 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:13 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 05:21:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 05:21:13 f2a089a15342: Preparing 05:21:13 ac3c15961eec: Preparing 05:21:13 9f2495495ade: Preparing 05:21:13 1a998da1877e: Preparing 05:21:13 c2dd4b8164f4: Preparing 05:21:13 df88f4d4f53e: Preparing 05:21:13 64bbbfd74bf0: Preparing 05:21:13 da707bb00cb8: Preparing 05:21:13 df88f4d4f53e: Waiting 05:21:13 64bbbfd74bf0: Waiting 05:21:13 da707bb00cb8: Waiting 05:21:13 1a998da1877e: Layer already exists 05:21:13 c2dd4b8164f4: Layer already exists 05:21:13 64bbbfd74bf0: Layer already exists 05:21:13 df88f4d4f53e: Layer already exists 05:21:13 ac3c15961eec: Pushed 05:21:13 da707bb00cb8: Layer already exists 05:21:13 f2a089a15342: Pushed 05:21:20 9f2495495ade: Pushed 05:21:20 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:638f548adcdbc67d574afc16a4ef2bd0147f23917428b40cb95758e7b42d5c2d size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:20 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:21 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 05:21:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 05:21:21 f2a089a15342: Preparing 05:21:21 ac3c15961eec: Preparing 05:21:21 9f2495495ade: Preparing 05:21:21 1a998da1877e: Preparing 05:21:21 c2dd4b8164f4: Preparing 05:21:21 df88f4d4f53e: Preparing 05:21:21 64bbbfd74bf0: Preparing 05:21:21 da707bb00cb8: Preparing 05:21:21 df88f4d4f53e: Waiting 05:21:21 64bbbfd74bf0: Waiting 05:21:21 da707bb00cb8: Waiting 05:21:21 9f2495495ade: Layer already exists 05:21:21 f2a089a15342: Layer already exists 05:21:21 c2dd4b8164f4: Layer already exists 05:21:21 ac3c15961eec: Layer already exists 05:21:21 1a998da1877e: Layer already exists 05:21:21 da707bb00cb8: Layer already exists 05:21:21 df88f4d4f53e: Layer already exists 05:21:21 64bbbfd74bf0: Layer already exists 05:21:21 latest: digest: sha256:638f548adcdbc67d574afc16a4ef2bd0147f23917428b40cb95758e7b42d5c2d size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:21 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:22 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.33 05:21:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 05:21:22 f2a089a15342: Preparing 05:21:22 ac3c15961eec: Preparing 05:21:22 9f2495495ade: Preparing 05:21:22 1a998da1877e: Preparing 05:21:22 c2dd4b8164f4: Preparing 05:21:22 df88f4d4f53e: Preparing 05:21:22 64bbbfd74bf0: Preparing 05:21:22 da707bb00cb8: Preparing 05:21:22 64bbbfd74bf0: Waiting 05:21:22 da707bb00cb8: Waiting 05:21:22 df88f4d4f53e: Waiting 05:21:22 9f2495495ade: Layer already exists 05:21:22 c2dd4b8164f4: Layer already exists 05:21:22 1a998da1877e: Layer already exists 05:21:22 f2a089a15342: Layer already exists 05:21:22 ac3c15961eec: Layer already exists 05:21:22 64bbbfd74bf0: Layer already exists 05:21:22 da707bb00cb8: Layer already exists 05:21:22 df88f4d4f53e: Layer already exists 05:21:22 3.2.0-dev.33: digest: sha256:638f548adcdbc67d574afc16a4ef2bd0147f23917428b40cb95758e7b42d5c2d size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:22 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:23 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 05:21:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 05:21:23 f2a089a15342: Preparing 05:21:23 ac3c15961eec: Preparing 05:21:23 9f2495495ade: Preparing 05:21:23 1a998da1877e: Preparing 05:21:23 c2dd4b8164f4: Preparing 05:21:23 df88f4d4f53e: Preparing 05:21:23 64bbbfd74bf0: Preparing 05:21:23 da707bb00cb8: Preparing 05:21:23 df88f4d4f53e: Waiting 05:21:23 64bbbfd74bf0: Waiting 05:21:23 da707bb00cb8: Waiting 05:21:23 9f2495495ade: Layer already exists 05:21:23 1a998da1877e: Layer already exists 05:21:23 ac3c15961eec: Layer already exists 05:21:23 c2dd4b8164f4: Layer already exists 05:21:23 f2a089a15342: Layer already exists 05:21:23 da707bb00cb8: Layer already exists 05:21:23 64bbbfd74bf0: Layer already exists 05:21:23 df88f4d4f53e: Layer already exists 05:21:23 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:638f548adcdbc67d574afc16a4ef2bd0147f23917428b40cb95758e7b42d5c2d size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:23 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:23 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 05:21:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 05:21:23 f2a089a15342: Preparing 05:21:23 ac3c15961eec: Preparing 05:21:23 9f2495495ade: Preparing 05:21:23 1a998da1877e: Preparing 05:21:23 c2dd4b8164f4: Preparing 05:21:23 df88f4d4f53e: Preparing 05:21:23 64bbbfd74bf0: Preparing 05:21:23 da707bb00cb8: Preparing 05:21:23 df88f4d4f53e: Waiting 05:21:23 64bbbfd74bf0: Waiting 05:21:23 da707bb00cb8: Waiting 05:21:23 c2dd4b8164f4: Layer already exists 05:21:23 f2a089a15342: Layer already exists 05:21:23 1a998da1877e: Layer already exists 05:21:23 9f2495495ade: Layer already exists 05:21:23 ac3c15961eec: Layer already exists 05:21:23 df88f4d4f53e: Layer already exists 05:21:23 64bbbfd74bf0: Layer already exists 05:21:23 da707bb00cb8: Layer already exists 05:21:24 main: digest: sha256:638f548adcdbc67d574afc16a4ef2bd0147f23917428b40cb95758e7b42d5c2d size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:21:24 ===================================================== [Pipeline] echo 05:21:24 taggedImages: 05:21:24 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 05:21:24 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 05:21:24 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.33 05:21:24 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 05:21:24 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 05:21:24 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 05:21:24 059044cd19e7cd756841b4b22dae69fa09f54287 05:21:24 latest 05:21:24 3.2.0-dev.33 05:21:24 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 05:21:24 main 05:21:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:24 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:25 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 05:21:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 05:21:25 fb97b66a4fd0: Preparing 05:21:25 5c07a71eb89b: Preparing 05:21:25 6f91036534c8: Preparing 05:21:25 fb390c91a7f4: Preparing 05:21:25 21ba0c1e2801: Preparing 05:21:25 9ac90639971d: Preparing 05:21:25 dfe6e1334da1: Preparing 05:21:25 1a998da1877e: Preparing 05:21:25 c2dd4b8164f4: Preparing 05:21:25 298ba246d42e: Preparing 05:21:25 d1a1805fa88c: Preparing 05:21:25 5f70bf18a086: Preparing 05:21:25 9ac90639971d: Waiting 05:21:25 be57aaefca2f: Preparing 05:21:25 39ff9300c3d9: Preparing 05:21:25 dfe6e1334da1: Waiting 05:21:25 bf0fd21ae987: Preparing 05:21:25 1a998da1877e: Waiting 05:21:25 da707bb00cb8: Preparing 05:21:25 c2dd4b8164f4: Waiting 05:21:25 d1a1805fa88c: Waiting 05:21:25 5f70bf18a086: Waiting 05:21:25 be57aaefca2f: Waiting 05:21:25 39ff9300c3d9: Waiting 05:21:25 bf0fd21ae987: Waiting 05:21:25 da707bb00cb8: Waiting 05:21:25 298ba246d42e: Waiting 05:21:25 6f91036534c8: Pushed 05:21:25 fb390c91a7f4: Pushed 05:21:25 21ba0c1e2801: Pushed 05:21:25 5c07a71eb89b: Pushed 05:21:25 fb97b66a4fd0: Pushed 05:21:25 1a998da1877e: Layer already exists 05:21:25 c2dd4b8164f4: Layer already exists 05:21:25 9ac90639971d: Pushed 05:21:25 5f70bf18a086: Layer already exists 05:21:25 298ba246d42e: Pushed 05:21:25 d1a1805fa88c: Pushed 05:21:25 be57aaefca2f: Pushed 05:21:25 da707bb00cb8: Layer already exists 05:21:25 bf0fd21ae987: Pushed 05:21:26 39ff9300c3d9: Pushed 05:21:28 dfe6e1334da1: Pushed 05:21:28 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:ea602c79f43afae531dad4cbb5590659e5b2fd39e5cb7f38c19ac4c8504bebf5 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:28 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:29 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 05:21:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 05:21:29 fb97b66a4fd0: Preparing 05:21:29 5c07a71eb89b: Preparing 05:21:29 6f91036534c8: Preparing 05:21:29 fb390c91a7f4: Preparing 05:21:29 21ba0c1e2801: Preparing 05:21:29 9ac90639971d: Preparing 05:21:29 9ac90639971d: Waiting 05:21:29 dfe6e1334da1: Preparing 05:21:29 1a998da1877e: Preparing 05:21:29 c2dd4b8164f4: Preparing 05:21:29 298ba246d42e: Preparing 05:21:29 d1a1805fa88c: Preparing 05:21:29 5f70bf18a086: Preparing 05:21:29 be57aaefca2f: Preparing 05:21:29 dfe6e1334da1: Waiting 05:21:29 39ff9300c3d9: Preparing 05:21:29 1a998da1877e: Waiting 05:21:29 c2dd4b8164f4: Waiting 05:21:29 bf0fd21ae987: Preparing 05:21:29 da707bb00cb8: Preparing 05:21:29 298ba246d42e: Waiting 05:21:29 d1a1805fa88c: Waiting 05:21:29 da707bb00cb8: Waiting 05:21:29 5f70bf18a086: Waiting 05:21:29 bf0fd21ae987: Waiting 05:21:29 39ff9300c3d9: Waiting 05:21:29 be57aaefca2f: Waiting 05:21:29 21ba0c1e2801: Layer already exists 05:21:29 fb97b66a4fd0: Layer already exists 05:21:29 6f91036534c8: Layer already exists 05:21:29 fb390c91a7f4: Layer already exists 05:21:29 5c07a71eb89b: Layer already exists 05:21:29 c2dd4b8164f4: Layer already exists 05:21:29 1a998da1877e: Layer already exists 05:21:29 9ac90639971d: Layer already exists 05:21:29 dfe6e1334da1: Layer already exists 05:21:29 298ba246d42e: Layer already exists 05:21:29 be57aaefca2f: Layer already exists 05:21:29 d1a1805fa88c: Layer already exists 05:21:29 5f70bf18a086: Layer already exists 05:21:29 bf0fd21ae987: Layer already exists 05:21:29 39ff9300c3d9: Layer already exists 05:21:29 da707bb00cb8: Layer already exists 05:21:29 latest: digest: sha256:ea602c79f43afae531dad4cbb5590659e5b2fd39e5cb7f38c19ac4c8504bebf5 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:29 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:29 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.33 05:21:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 05:21:29 fb97b66a4fd0: Preparing 05:21:29 5c07a71eb89b: Preparing 05:21:29 6f91036534c8: Preparing 05:21:29 fb390c91a7f4: Preparing 05:21:29 21ba0c1e2801: Preparing 05:21:29 9ac90639971d: Preparing 05:21:29 dfe6e1334da1: Preparing 05:21:29 1a998da1877e: Preparing 05:21:29 c2dd4b8164f4: Preparing 05:21:29 298ba246d42e: Preparing 05:21:29 d1a1805fa88c: Preparing 05:21:29 5f70bf18a086: Preparing 05:21:29 be57aaefca2f: Preparing 05:21:29 39ff9300c3d9: Preparing 05:21:29 bf0fd21ae987: Preparing 05:21:29 da707bb00cb8: Preparing 05:21:29 9ac90639971d: Waiting 05:21:29 dfe6e1334da1: Waiting 05:21:29 1a998da1877e: Waiting 05:21:29 c2dd4b8164f4: Waiting 05:21:29 298ba246d42e: Waiting 05:21:29 d1a1805fa88c: Waiting 05:21:29 5f70bf18a086: Waiting 05:21:29 be57aaefca2f: Waiting 05:21:29 39ff9300c3d9: Waiting 05:21:29 bf0fd21ae987: Waiting 05:21:29 da707bb00cb8: Waiting 05:21:29 fb97b66a4fd0: Layer already exists 05:21:29 6f91036534c8: Layer already exists 05:21:29 fb390c91a7f4: Layer already exists 05:21:29 21ba0c1e2801: Layer already exists 05:21:29 5c07a71eb89b: Layer already exists 05:21:29 dfe6e1334da1: Layer already exists 05:21:29 9ac90639971d: Layer already exists 05:21:29 1a998da1877e: Layer already exists 05:21:29 298ba246d42e: Layer already exists 05:21:29 c2dd4b8164f4: Layer already exists 05:21:29 d1a1805fa88c: Layer already exists 05:21:29 5f70bf18a086: Layer already exists 05:21:29 be57aaefca2f: Layer already exists 05:21:29 bf0fd21ae987: Layer already exists 05:21:29 39ff9300c3d9: Layer already exists 05:21:29 da707bb00cb8: Layer already exists 05:21:30 3.2.0-dev.33: digest: sha256:ea602c79f43afae531dad4cbb5590659e5b2fd39e5cb7f38c19ac4c8504bebf5 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:30 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:30 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 05:21:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 05:21:30 fb97b66a4fd0: Preparing 05:21:30 5c07a71eb89b: Preparing 05:21:30 6f91036534c8: Preparing 05:21:30 fb390c91a7f4: Preparing 05:21:30 21ba0c1e2801: Preparing 05:21:30 9ac90639971d: Preparing 05:21:30 dfe6e1334da1: Preparing 05:21:30 1a998da1877e: Preparing 05:21:30 c2dd4b8164f4: Preparing 05:21:30 298ba246d42e: Preparing 05:21:30 d1a1805fa88c: Preparing 05:21:30 5f70bf18a086: Preparing 05:21:30 be57aaefca2f: Preparing 05:21:30 39ff9300c3d9: Preparing 05:21:30 bf0fd21ae987: Preparing 05:21:30 da707bb00cb8: Preparing 05:21:30 c2dd4b8164f4: Waiting 05:21:30 298ba246d42e: Waiting 05:21:30 d1a1805fa88c: Waiting 05:21:30 5f70bf18a086: Waiting 05:21:30 9ac90639971d: Waiting 05:21:30 dfe6e1334da1: Waiting 05:21:30 be57aaefca2f: Waiting 05:21:30 39ff9300c3d9: Waiting 05:21:30 bf0fd21ae987: Waiting 05:21:30 1a998da1877e: Waiting 05:21:30 da707bb00cb8: Waiting 05:21:30 fb390c91a7f4: Layer already exists 05:21:30 fb97b66a4fd0: Layer already exists 05:21:30 5c07a71eb89b: Layer already exists 05:21:30 6f91036534c8: Layer already exists 05:21:30 21ba0c1e2801: Layer already exists 05:21:30 1a998da1877e: Layer already exists 05:21:30 dfe6e1334da1: Layer already exists 05:21:30 c2dd4b8164f4: Layer already exists 05:21:30 9ac90639971d: Layer already exists 05:21:30 298ba246d42e: Layer already exists 05:21:30 5f70bf18a086: Layer already exists 05:21:30 d1a1805fa88c: Layer already exists 05:21:30 be57aaefca2f: Layer already exists 05:21:30 bf0fd21ae987: Layer already exists 05:21:30 39ff9300c3d9: Layer already exists 05:21:30 da707bb00cb8: Layer already exists 05:21:31 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:ea602c79f43afae531dad4cbb5590659e5b2fd39e5cb7f38c19ac4c8504bebf5 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:31 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:31 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 05:21:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 05:21:31 fb97b66a4fd0: Preparing 05:21:31 5c07a71eb89b: Preparing 05:21:31 6f91036534c8: Preparing 05:21:31 fb390c91a7f4: Preparing 05:21:31 21ba0c1e2801: Preparing 05:21:31 9ac90639971d: Preparing 05:21:31 dfe6e1334da1: Preparing 05:21:31 9ac90639971d: Waiting 05:21:31 1a998da1877e: Preparing 05:21:31 dfe6e1334da1: Waiting 05:21:31 c2dd4b8164f4: Preparing 05:21:31 1a998da1877e: Waiting 05:21:31 298ba246d42e: Preparing 05:21:31 d1a1805fa88c: Preparing 05:21:31 5f70bf18a086: Preparing 05:21:31 be57aaefca2f: Preparing 05:21:31 39ff9300c3d9: Preparing 05:21:31 bf0fd21ae987: Preparing 05:21:31 c2dd4b8164f4: Waiting 05:21:31 da707bb00cb8: Preparing 05:21:31 298ba246d42e: Waiting 05:21:31 d1a1805fa88c: Waiting 05:21:31 be57aaefca2f: Waiting 05:21:31 5f70bf18a086: Waiting 05:21:31 39ff9300c3d9: Waiting 05:21:31 bf0fd21ae987: Waiting 05:21:31 5c07a71eb89b: Layer already exists 05:21:31 fb390c91a7f4: Layer already exists 05:21:31 fb97b66a4fd0: Layer already exists 05:21:31 6f91036534c8: Layer already exists 05:21:31 21ba0c1e2801: Layer already exists 05:21:31 9ac90639971d: Layer already exists 05:21:31 dfe6e1334da1: Layer already exists 05:21:31 c2dd4b8164f4: Layer already exists 05:21:31 1a998da1877e: Layer already exists 05:21:31 298ba246d42e: Layer already exists 05:21:31 be57aaefca2f: Layer already exists 05:21:31 39ff9300c3d9: Layer already exists 05:21:31 5f70bf18a086: Layer already exists 05:21:31 d1a1805fa88c: Layer already exists 05:21:31 bf0fd21ae987: Layer already exists 05:21:31 da707bb00cb8: Layer already exists 05:21:32 main: digest: sha256:ea602c79f43afae531dad4cbb5590659e5b2fd39e5cb7f38c19ac4c8504bebf5 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:21:32 ===================================================== [Pipeline] echo 05:21:32 taggedImages: 05:21:32 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 05:21:32 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 05:21:32 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.33 05:21:32 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 05:21:32 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 05:21:32 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 05:21:32 059044cd19e7cd756841b4b22dae69fa09f54287 05:21:32 latest 05:21:32 3.2.0-dev.33 05:21:32 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 05:21:32 main 05:21:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:32 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:32 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 05:21:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 05:21:32 a29efc7ccf25: Preparing 05:21:32 86e99cb0aa06: Preparing 05:21:32 2d69a29d3f07: Preparing 05:21:32 837f4e008115: Preparing 05:21:32 1a998da1877e: Preparing 05:21:32 c2dd4b8164f4: Preparing 05:21:32 df88f4d4f53e: Preparing 05:21:32 64bbbfd74bf0: Preparing 05:21:32 da707bb00cb8: Preparing 05:21:32 c2dd4b8164f4: Waiting 05:21:32 df88f4d4f53e: Waiting 05:21:32 64bbbfd74bf0: Waiting 05:21:32 da707bb00cb8: Waiting 05:21:32 1a998da1877e: Layer already exists 05:21:33 c2dd4b8164f4: Layer already exists 05:21:33 df88f4d4f53e: Layer already exists 05:21:33 2d69a29d3f07: Pushed 05:21:33 64bbbfd74bf0: Layer already exists 05:21:33 a29efc7ccf25: Pushed 05:21:33 86e99cb0aa06: Pushed 05:21:33 da707bb00cb8: Layer already exists 05:21:38 837f4e008115: Pushed 05:21:38 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:443ab186797837578b52d1a45e0564213c1c3200357e9203d90704b17563ec7b size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:38 + 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:21:39 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 05:21:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 05:21:39 a29efc7ccf25: Preparing 05:21:39 86e99cb0aa06: Preparing 05:21:39 2d69a29d3f07: Preparing 05:21:39 837f4e008115: Preparing 05:21:39 1a998da1877e: Preparing 05:21:39 c2dd4b8164f4: Preparing 05:21:39 df88f4d4f53e: Preparing 05:21:39 64bbbfd74bf0: Preparing 05:21:39 da707bb00cb8: Preparing 05:21:39 c2dd4b8164f4: Waiting 05:21:39 64bbbfd74bf0: Waiting 05:21:39 df88f4d4f53e: Waiting 05:21:39 da707bb00cb8: Waiting 05:21:39 a29efc7ccf25: Layer already exists 05:21:39 2d69a29d3f07: Layer already exists 05:21:39 1a998da1877e: Layer already exists 05:21:39 837f4e008115: Layer already exists 05:21:39 86e99cb0aa06: Layer already exists 05:21:39 c2dd4b8164f4: Layer already exists 05:21:39 df88f4d4f53e: Layer already exists 05:21:39 da707bb00cb8: Layer already exists 05:21:39 64bbbfd74bf0: Layer already exists 05:21:39 latest: digest: sha256:443ab186797837578b52d1a45e0564213c1c3200357e9203d90704b17563ec7b size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:39 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:40 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.33 05:21:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 05:21:40 a29efc7ccf25: Preparing 05:21:40 86e99cb0aa06: Preparing 05:21:40 2d69a29d3f07: Preparing 05:21:40 837f4e008115: Preparing 05:21:40 1a998da1877e: Preparing 05:21:40 c2dd4b8164f4: Preparing 05:21:40 df88f4d4f53e: Preparing 05:21:40 64bbbfd74bf0: Preparing 05:21:40 da707bb00cb8: Preparing 05:21:40 c2dd4b8164f4: Waiting 05:21:40 df88f4d4f53e: Waiting 05:21:40 64bbbfd74bf0: Waiting 05:21:40 da707bb00cb8: Waiting 05:21:40 a29efc7ccf25: Layer already exists 05:21:40 837f4e008115: Layer already exists 05:21:40 2d69a29d3f07: Layer already exists 05:21:40 1a998da1877e: Layer already exists 05:21:40 86e99cb0aa06: Layer already exists 05:21:40 df88f4d4f53e: Layer already exists 05:21:40 c2dd4b8164f4: Layer already exists 05:21:40 64bbbfd74bf0: Layer already exists 05:21:40 da707bb00cb8: Layer already exists 05:21:40 3.2.0-dev.33: digest: sha256:443ab186797837578b52d1a45e0564213c1c3200357e9203d90704b17563ec7b size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:40 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:41 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 05:21:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 05:21:41 a29efc7ccf25: Preparing 05:21:41 86e99cb0aa06: Preparing 05:21:41 2d69a29d3f07: Preparing 05:21:41 837f4e008115: Preparing 05:21:41 1a998da1877e: Preparing 05:21:41 c2dd4b8164f4: Preparing 05:21:41 df88f4d4f53e: Preparing 05:21:41 64bbbfd74bf0: Preparing 05:21:41 da707bb00cb8: Preparing 05:21:41 df88f4d4f53e: Waiting 05:21:41 64bbbfd74bf0: Waiting 05:21:41 da707bb00cb8: Waiting 05:21:41 c2dd4b8164f4: Waiting 05:21:41 1a998da1877e: Layer already exists 05:21:41 a29efc7ccf25: Layer already exists 05:21:41 86e99cb0aa06: Layer already exists 05:21:41 2d69a29d3f07: Layer already exists 05:21:41 837f4e008115: Layer already exists 05:21:41 df88f4d4f53e: Layer already exists 05:21:41 64bbbfd74bf0: Layer already exists 05:21:41 c2dd4b8164f4: Layer already exists 05:21:41 da707bb00cb8: Layer already exists 05:21:41 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:443ab186797837578b52d1a45e0564213c1c3200357e9203d90704b17563ec7b size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:41 + 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:21:42 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 05:21:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 05:21:42 a29efc7ccf25: Preparing 05:21:42 86e99cb0aa06: Preparing 05:21:42 2d69a29d3f07: Preparing 05:21:42 837f4e008115: Preparing 05:21:42 1a998da1877e: Preparing 05:21:42 c2dd4b8164f4: Preparing 05:21:42 df88f4d4f53e: Preparing 05:21:42 64bbbfd74bf0: Preparing 05:21:42 da707bb00cb8: Preparing 05:21:42 c2dd4b8164f4: Waiting 05:21:42 df88f4d4f53e: Waiting 05:21:42 64bbbfd74bf0: Waiting 05:21:42 da707bb00cb8: Waiting 05:21:42 a29efc7ccf25: Layer already exists 05:21:42 86e99cb0aa06: Layer already exists 05:21:42 1a998da1877e: Layer already exists 05:21:42 2d69a29d3f07: Layer already exists 05:21:42 837f4e008115: Layer already exists 05:21:42 c2dd4b8164f4: Layer already exists 05:21:42 df88f4d4f53e: Layer already exists 05:21:42 da707bb00cb8: Layer already exists 05:21:42 64bbbfd74bf0: Layer already exists 05:21:42 main: digest: sha256:443ab186797837578b52d1a45e0564213c1c3200357e9203d90704b17563ec7b size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:21:42 ===================================================== [Pipeline] echo 05:21:42 taggedImages: 05:21:42 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 05:21:42 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 05:21:42 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.33 05:21:42 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 05:21:42 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 05:21:42 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 05:21:42 059044cd19e7cd756841b4b22dae69fa09f54287 05:21:42 latest 05:21:42 3.2.0-dev.33 05:21:42 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 05:21:42 main 05:21:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:42 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:43 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 05:21:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 05:21:43 4b4ec446851e: Preparing 05:21:43 ae6287e0c4d4: Preparing 05:21:43 d8a6a04b15e7: Preparing 05:21:43 437e067e732f: Preparing 05:21:43 fd9fd95abaa1: Preparing 05:21:43 1a998da1877e: Preparing 05:21:43 c2dd4b8164f4: Preparing 05:21:43 8144dc571328: Preparing 05:21:43 78e86c95c034: Preparing 05:21:43 c10ff8eed6b4: Preparing 05:21:43 da707bb00cb8: Preparing 05:21:43 8144dc571328: Waiting 05:21:43 78e86c95c034: Waiting 05:21:43 c10ff8eed6b4: Waiting 05:21:43 da707bb00cb8: Waiting 05:21:43 1a998da1877e: Waiting 05:21:43 c2dd4b8164f4: Waiting 05:21:43 fd9fd95abaa1: Pushed 05:21:43 ae6287e0c4d4: Pushed 05:21:43 4b4ec446851e: Pushed 05:21:43 437e067e732f: Pushed 05:21:43 1a998da1877e: Layer already exists 05:21:43 c2dd4b8164f4: Layer already exists 05:21:43 da707bb00cb8: Layer already exists 05:21:43 8144dc571328: Pushed 05:21:43 78e86c95c034: Pushed 05:21:45 d8a6a04b15e7: Pushed 05:21:47 c10ff8eed6b4: Pushed 05:21:47 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:748bf0d65bab50f4bfdc50c8da010d6ffbefa9ca1f79fed6eb75f329e5beae53 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:47 + 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:21:47 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 05:21:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 05:21:47 4b4ec446851e: Preparing 05:21:47 ae6287e0c4d4: Preparing 05:21:47 d8a6a04b15e7: Preparing 05:21:47 437e067e732f: Preparing 05:21:47 fd9fd95abaa1: Preparing 05:21:47 1a998da1877e: Preparing 05:21:47 c2dd4b8164f4: Preparing 05:21:47 1a998da1877e: Waiting 05:21:47 c2dd4b8164f4: Waiting 05:21:47 8144dc571328: Preparing 05:21:47 8144dc571328: Waiting 05:21:47 78e86c95c034: Preparing 05:21:47 c10ff8eed6b4: Preparing 05:21:47 da707bb00cb8: Preparing 05:21:47 78e86c95c034: Waiting 05:21:47 da707bb00cb8: Waiting 05:21:47 c10ff8eed6b4: Waiting 05:21:47 fd9fd95abaa1: Layer already exists 05:21:47 d8a6a04b15e7: Layer already exists 05:21:47 437e067e732f: Layer already exists 05:21:47 4b4ec446851e: Layer already exists 05:21:47 ae6287e0c4d4: Layer already exists 05:21:47 78e86c95c034: Layer already exists 05:21:47 8144dc571328: Layer already exists 05:21:47 c2dd4b8164f4: Layer already exists 05:21:47 1a998da1877e: Layer already exists 05:21:47 c10ff8eed6b4: Layer already exists 05:21:47 da707bb00cb8: Layer already exists 05:21:48 latest: digest: sha256:748bf0d65bab50f4bfdc50c8da010d6ffbefa9ca1f79fed6eb75f329e5beae53 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:48 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:48 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.33 05:21:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 05:21:48 4b4ec446851e: Preparing 05:21:48 ae6287e0c4d4: Preparing 05:21:48 d8a6a04b15e7: Preparing 05:21:48 437e067e732f: Preparing 05:21:48 fd9fd95abaa1: Preparing 05:21:48 1a998da1877e: Preparing 05:21:48 c2dd4b8164f4: Preparing 05:21:48 8144dc571328: Preparing 05:21:48 78e86c95c034: Preparing 05:21:48 c10ff8eed6b4: Preparing 05:21:48 da707bb00cb8: Preparing 05:21:48 c2dd4b8164f4: Waiting 05:21:48 8144dc571328: Waiting 05:21:48 1a998da1877e: Waiting 05:21:48 78e86c95c034: Waiting 05:21:48 c10ff8eed6b4: Waiting 05:21:48 da707bb00cb8: Waiting 05:21:48 4b4ec446851e: Layer already exists 05:21:48 fd9fd95abaa1: Layer already exists 05:21:48 d8a6a04b15e7: Layer already exists 05:21:48 ae6287e0c4d4: Layer already exists 05:21:48 437e067e732f: Layer already exists 05:21:48 c2dd4b8164f4: Layer already exists 05:21:48 1a998da1877e: Layer already exists 05:21:48 8144dc571328: Layer already exists 05:21:48 78e86c95c034: Layer already exists 05:21:48 c10ff8eed6b4: Layer already exists 05:21:48 da707bb00cb8: Layer already exists 05:21:49 3.2.0-dev.33: digest: sha256:748bf0d65bab50f4bfdc50c8da010d6ffbefa9ca1f79fed6eb75f329e5beae53 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:49 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:49 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 05:21:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 05:21:49 4b4ec446851e: Preparing 05:21:49 ae6287e0c4d4: Preparing 05:21:49 d8a6a04b15e7: Preparing 05:21:49 437e067e732f: Preparing 05:21:49 fd9fd95abaa1: Preparing 05:21:49 1a998da1877e: Preparing 05:21:49 c2dd4b8164f4: Preparing 05:21:49 8144dc571328: Preparing 05:21:49 78e86c95c034: Preparing 05:21:49 c10ff8eed6b4: Preparing 05:21:49 da707bb00cb8: Preparing 05:21:49 8144dc571328: Waiting 05:21:49 78e86c95c034: Waiting 05:21:49 c10ff8eed6b4: Waiting 05:21:49 1a998da1877e: Waiting 05:21:49 c2dd4b8164f4: Waiting 05:21:49 da707bb00cb8: Waiting 05:21:49 ae6287e0c4d4: Layer already exists 05:21:49 4b4ec446851e: Layer already exists 05:21:49 d8a6a04b15e7: Layer already exists 05:21:49 437e067e732f: Layer already exists 05:21:49 fd9fd95abaa1: Layer already exists 05:21:49 78e86c95c034: Layer already exists 05:21:49 8144dc571328: Layer already exists 05:21:49 c2dd4b8164f4: Layer already exists 05:21:49 1a998da1877e: Layer already exists 05:21:49 c10ff8eed6b4: Layer already exists 05:21:49 da707bb00cb8: Layer already exists 05:21:50 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:748bf0d65bab50f4bfdc50c8da010d6ffbefa9ca1f79fed6eb75f329e5beae53 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:50 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:50 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 05:21:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 05:21:50 4b4ec446851e: Preparing 05:21:50 ae6287e0c4d4: Preparing 05:21:50 d8a6a04b15e7: Preparing 05:21:50 437e067e732f: Preparing 05:21:50 fd9fd95abaa1: Preparing 05:21:50 1a998da1877e: Preparing 05:21:50 c2dd4b8164f4: Preparing 05:21:50 8144dc571328: Preparing 05:21:50 78e86c95c034: Preparing 05:21:50 c10ff8eed6b4: Preparing 05:21:50 da707bb00cb8: Preparing 05:21:50 8144dc571328: Waiting 05:21:50 78e86c95c034: Waiting 05:21:50 c10ff8eed6b4: Waiting 05:21:50 da707bb00cb8: Waiting 05:21:50 1a998da1877e: Waiting 05:21:50 c2dd4b8164f4: Waiting 05:21:50 d8a6a04b15e7: Layer already exists 05:21:50 437e067e732f: Layer already exists 05:21:50 ae6287e0c4d4: Layer already exists 05:21:50 fd9fd95abaa1: Layer already exists 05:21:50 4b4ec446851e: Layer already exists 05:21:50 1a998da1877e: Layer already exists 05:21:50 78e86c95c034: Layer already exists 05:21:50 8144dc571328: Layer already exists 05:21:50 c2dd4b8164f4: Layer already exists 05:21:50 c10ff8eed6b4: Layer already exists 05:21:50 da707bb00cb8: Layer already exists 05:21:51 main: digest: sha256:748bf0d65bab50f4bfdc50c8da010d6ffbefa9ca1f79fed6eb75f329e5beae53 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:21:51 ===================================================== [Pipeline] echo 05:21:51 taggedImages: 05:21:51 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 05:21:51 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 05:21:51 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.33 05:21:51 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 05:21:51 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 05:21:51 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 05:21:51 059044cd19e7cd756841b4b22dae69fa09f54287 05:21:51 latest 05:21:51 3.2.0-dev.33 05:21:51 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 05:21:51 main 05:21:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:51 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:51 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 05:21:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 05:21:51 f6076a3b8347: Preparing 05:21:51 a9f1479d5e4e: Preparing 05:21:51 db7faf3a63c1: Preparing 05:21:51 3556ab1a0c5c: Preparing 05:21:51 e9cdf8e96738: Preparing 05:21:51 a2ba094260f8: Preparing 05:21:51 7e44dc771f41: Preparing 05:21:51 1a998da1877e: Preparing 05:21:51 c2dd4b8164f4: Preparing 05:21:51 3684eadb46a5: Preparing 05:21:51 1554f286befd: Preparing 05:21:51 da707bb00cb8: Preparing 05:21:51 a2ba094260f8: Waiting 05:21:51 7e44dc771f41: Waiting 05:21:51 1a998da1877e: Waiting 05:21:51 c2dd4b8164f4: Waiting 05:21:51 3684eadb46a5: Waiting 05:21:51 1554f286befd: Waiting 05:21:51 da707bb00cb8: Waiting 05:21:52 a9f1479d5e4e: Pushed 05:21:52 e9cdf8e96738: Pushed 05:21:52 f6076a3b8347: Pushed 05:21:52 1a998da1877e: Layer already exists 05:21:52 c2dd4b8164f4: Layer already exists 05:21:52 a2ba094260f8: Pushed 05:21:52 7e44dc771f41: Pushed 05:21:52 da707bb00cb8: Layer already exists 05:21:53 3684eadb46a5: Pushed 05:21:54 3556ab1a0c5c: Pushed 05:21:54 db7faf3a63c1: Pushed 05:21:54 1554f286befd: Pushed 05:21:54 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:8d239b9b3700e86304bebde6ee00c5fff0f67edb784d79f739dbf1d7aab01d66 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:55 + 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:21:55 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 05:21:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 05:21:55 f6076a3b8347: Preparing 05:21:55 a9f1479d5e4e: Preparing 05:21:55 db7faf3a63c1: Preparing 05:21:55 3556ab1a0c5c: Preparing 05:21:55 e9cdf8e96738: Preparing 05:21:55 a2ba094260f8: Preparing 05:21:55 7e44dc771f41: Preparing 05:21:55 1a998da1877e: Preparing 05:21:55 c2dd4b8164f4: Preparing 05:21:55 3684eadb46a5: Preparing 05:21:55 1554f286befd: Preparing 05:21:55 da707bb00cb8: Preparing 05:21:55 7e44dc771f41: Waiting 05:21:55 1a998da1877e: Waiting 05:21:55 c2dd4b8164f4: Waiting 05:21:55 3684eadb46a5: Waiting 05:21:55 1554f286befd: Waiting 05:21:55 da707bb00cb8: Waiting 05:21:55 a2ba094260f8: Waiting 05:21:55 db7faf3a63c1: Layer already exists 05:21:55 3556ab1a0c5c: Layer already exists 05:21:55 e9cdf8e96738: Layer already exists 05:21:55 a9f1479d5e4e: Layer already exists 05:21:55 f6076a3b8347: Layer already exists 05:21:55 1a998da1877e: Layer already exists 05:21:55 c2dd4b8164f4: Layer already exists 05:21:55 1554f286befd: Layer already exists 05:21:55 da707bb00cb8: Layer already exists 05:21:55 7e44dc771f41: Layer already exists 05:21:55 3684eadb46a5: Layer already exists 05:21:55 a2ba094260f8: Layer already exists 05:21:55 latest: digest: sha256:8d239b9b3700e86304bebde6ee00c5fff0f67edb784d79f739dbf1d7aab01d66 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:56 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:56 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.33 05:21:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 05:21:56 f6076a3b8347: Preparing 05:21:56 a9f1479d5e4e: Preparing 05:21:56 db7faf3a63c1: Preparing 05:21:56 3556ab1a0c5c: Preparing 05:21:56 e9cdf8e96738: Preparing 05:21:56 a2ba094260f8: Preparing 05:21:56 7e44dc771f41: Preparing 05:21:56 1a998da1877e: Preparing 05:21:56 c2dd4b8164f4: Preparing 05:21:56 3684eadb46a5: Preparing 05:21:56 1554f286befd: Preparing 05:21:56 da707bb00cb8: Preparing 05:21:56 7e44dc771f41: Waiting 05:21:56 1a998da1877e: Waiting 05:21:56 c2dd4b8164f4: Waiting 05:21:56 3684eadb46a5: Waiting 05:21:56 1554f286befd: Waiting 05:21:56 da707bb00cb8: Waiting 05:21:56 a2ba094260f8: Waiting 05:21:56 3556ab1a0c5c: Layer already exists 05:21:56 f6076a3b8347: Layer already exists 05:21:56 db7faf3a63c1: Layer already exists 05:21:56 e9cdf8e96738: Layer already exists 05:21:56 a9f1479d5e4e: Layer already exists 05:21:56 3684eadb46a5: Layer already exists 05:21:56 a2ba094260f8: Layer already exists 05:21:56 7e44dc771f41: Layer already exists 05:21:56 1a998da1877e: Layer already exists 05:21:56 c2dd4b8164f4: Layer already exists 05:21:56 da707bb00cb8: Layer already exists 05:21:56 1554f286befd: Layer already exists 05:21:56 3.2.0-dev.33: digest: sha256:8d239b9b3700e86304bebde6ee00c5fff0f67edb784d79f739dbf1d7aab01d66 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:57 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:57 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 05:21:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 05:21:57 f6076a3b8347: Preparing 05:21:57 a9f1479d5e4e: Preparing 05:21:57 db7faf3a63c1: Preparing 05:21:57 3556ab1a0c5c: Preparing 05:21:57 e9cdf8e96738: Preparing 05:21:57 a2ba094260f8: Preparing 05:21:57 7e44dc771f41: Preparing 05:21:57 1a998da1877e: Preparing 05:21:57 c2dd4b8164f4: Preparing 05:21:57 3684eadb46a5: Preparing 05:21:57 1554f286befd: Preparing 05:21:57 da707bb00cb8: Preparing 05:21:57 c2dd4b8164f4: Waiting 05:21:57 3684eadb46a5: Waiting 05:21:57 1554f286befd: Waiting 05:21:57 da707bb00cb8: Waiting 05:21:57 a2ba094260f8: Waiting 05:21:57 7e44dc771f41: Waiting 05:21:57 1a998da1877e: Waiting 05:21:57 f6076a3b8347: Layer already exists 05:21:57 3556ab1a0c5c: Layer already exists 05:21:57 e9cdf8e96738: Layer already exists 05:21:57 a9f1479d5e4e: Layer already exists 05:21:57 db7faf3a63c1: Layer already exists 05:21:57 c2dd4b8164f4: Layer already exists 05:21:57 7e44dc771f41: Layer already exists 05:21:57 a2ba094260f8: Layer already exists 05:21:57 1a998da1877e: Layer already exists 05:21:57 3684eadb46a5: Layer already exists 05:21:57 da707bb00cb8: Layer already exists 05:21:57 1554f286befd: Layer already exists 05:21:57 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:8d239b9b3700e86304bebde6ee00c5fff0f67edb784d79f739dbf1d7aab01d66 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:58 + 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:21:58 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 05:21:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 05:21:58 f6076a3b8347: Preparing 05:21:58 a9f1479d5e4e: Preparing 05:21:58 db7faf3a63c1: Preparing 05:21:58 3556ab1a0c5c: Preparing 05:21:58 e9cdf8e96738: Preparing 05:21:58 a2ba094260f8: Preparing 05:21:58 7e44dc771f41: Preparing 05:21:58 1a998da1877e: Preparing 05:21:58 c2dd4b8164f4: Preparing 05:21:58 3684eadb46a5: Preparing 05:21:58 1554f286befd: Preparing 05:21:58 da707bb00cb8: Preparing 05:21:58 a2ba094260f8: Waiting 05:21:58 7e44dc771f41: Waiting 05:21:58 1a998da1877e: Waiting 05:21:58 c2dd4b8164f4: Waiting 05:21:58 3684eadb46a5: Waiting 05:21:58 1554f286befd: Waiting 05:21:58 da707bb00cb8: Waiting 05:21:58 f6076a3b8347: Layer already exists 05:21:58 e9cdf8e96738: Layer already exists 05:21:58 db7faf3a63c1: Layer already exists 05:21:58 a9f1479d5e4e: Layer already exists 05:21:58 3556ab1a0c5c: Layer already exists 05:21:58 7e44dc771f41: Layer already exists 05:21:58 a2ba094260f8: Layer already exists 05:21:58 1a998da1877e: Layer already exists 05:21:58 c2dd4b8164f4: Layer already exists 05:21:58 3684eadb46a5: Layer already exists 05:21:58 1554f286befd: Layer already exists 05:21:58 da707bb00cb8: Layer already exists 05:21:58 main: digest: sha256:8d239b9b3700e86304bebde6ee00c5fff0f67edb784d79f739dbf1d7aab01d66 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:21:58 ===================================================== [Pipeline] echo 05:21:58 taggedImages: 05:21:58 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 05:21:58 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 05:21:58 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.33 05:21:58 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 05:21:58 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 05:21:58 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 05:21:58 059044cd19e7cd756841b4b22dae69fa09f54287 05:21:58 latest 05:21:58 3.2.0-dev.33 05:21:58 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 05:21:58 main 05:21:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:59 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:21:59 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 05:21:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 05:21:59 b3cb0c845073: Preparing 05:21:59 25e121431424: Preparing 05:21:59 1a998da1877e: Preparing 05:21:59 c2dd4b8164f4: Preparing 05:21:59 33ef362bc594: Preparing 05:21:59 1b84f620dd5b: Preparing 05:21:59 da707bb00cb8: Preparing 05:21:59 1b84f620dd5b: Waiting 05:21:59 da707bb00cb8: Waiting 05:21:59 1a998da1877e: Layer already exists 05:21:59 c2dd4b8164f4: Layer already exists 05:21:59 da707bb00cb8: Layer already exists 05:21:59 b3cb0c845073: Pushed 05:22:01 33ef362bc594: Pushed 05:22:01 1b84f620dd5b: Pushed 05:22:03 25e121431424: Pushed 05:22:03 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:089b32730a4952323b50348bdf9341b6581e89d242a75cd3a234ee26c7be8570 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:22:03 + 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:22:04 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 05:22:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 05:22:04 b3cb0c845073: Preparing 05:22:04 25e121431424: Preparing 05:22:04 1a998da1877e: Preparing 05:22:04 c2dd4b8164f4: Preparing 05:22:04 33ef362bc594: Preparing 05:22:04 1b84f620dd5b: Preparing 05:22:04 da707bb00cb8: Preparing 05:22:04 1b84f620dd5b: Waiting 05:22:04 da707bb00cb8: Waiting 05:22:04 b3cb0c845073: Layer already exists 05:22:04 25e121431424: Layer already exists 05:22:04 c2dd4b8164f4: Layer already exists 05:22:04 1a998da1877e: Layer already exists 05:22:04 33ef362bc594: Layer already exists 05:22:04 1b84f620dd5b: Layer already exists 05:22:04 da707bb00cb8: Layer already exists 05:22:04 latest: digest: sha256:089b32730a4952323b50348bdf9341b6581e89d242a75cd3a234ee26c7be8570 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:22:04 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:22:05 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.33 05:22:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 05:22:05 b3cb0c845073: Preparing 05:22:05 25e121431424: Preparing 05:22:05 1a998da1877e: Preparing 05:22:05 c2dd4b8164f4: Preparing 05:22:05 33ef362bc594: Preparing 05:22:05 1b84f620dd5b: Preparing 05:22:05 da707bb00cb8: Preparing 05:22:05 1b84f620dd5b: Waiting 05:22:05 da707bb00cb8: Waiting 05:22:05 c2dd4b8164f4: Layer already exists 05:22:05 b3cb0c845073: Layer already exists 05:22:05 25e121431424: Layer already exists 05:22:05 33ef362bc594: Layer already exists 05:22:05 1a998da1877e: Layer already exists 05:22:05 1b84f620dd5b: Layer already exists 05:22:05 da707bb00cb8: Layer already exists 05:22:05 3.2.0-dev.33: digest: sha256:089b32730a4952323b50348bdf9341b6581e89d242a75cd3a234ee26c7be8570 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:22:05 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:22:06 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 05:22:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 05:22:06 b3cb0c845073: Preparing 05:22:06 25e121431424: Preparing 05:22:06 1a998da1877e: Preparing 05:22:06 c2dd4b8164f4: Preparing 05:22:06 33ef362bc594: Preparing 05:22:06 1b84f620dd5b: Preparing 05:22:06 da707bb00cb8: Preparing 05:22:06 da707bb00cb8: Waiting 05:22:06 1b84f620dd5b: Waiting 05:22:06 c2dd4b8164f4: Layer already exists 05:22:06 25e121431424: Layer already exists 05:22:06 1a998da1877e: Layer already exists 05:22:06 b3cb0c845073: Layer already exists 05:22:06 33ef362bc594: Layer already exists 05:22:06 1b84f620dd5b: Layer already exists 05:22:06 da707bb00cb8: Layer already exists 05:22:06 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:089b32730a4952323b50348bdf9341b6581e89d242a75cd3a234ee26c7be8570 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:22:06 + 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:22:06 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 05:22:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 05:22:06 b3cb0c845073: Preparing 05:22:06 25e121431424: Preparing 05:22:06 1a998da1877e: Preparing 05:22:06 c2dd4b8164f4: Preparing 05:22:06 33ef362bc594: Preparing 05:22:06 1b84f620dd5b: Preparing 05:22:06 da707bb00cb8: Preparing 05:22:06 1b84f620dd5b: Waiting 05:22:06 da707bb00cb8: Waiting 05:22:06 1a998da1877e: Layer already exists 05:22:06 33ef362bc594: Layer already exists 05:22:06 b3cb0c845073: Layer already exists 05:22:06 c2dd4b8164f4: Layer already exists 05:22:06 25e121431424: Layer already exists 05:22:06 1b84f620dd5b: Layer already exists 05:22:06 da707bb00cb8: Layer already exists 05:22:07 main: digest: sha256:089b32730a4952323b50348bdf9341b6581e89d242a75cd3a234ee26c7be8570 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:22:07 ===================================================== [Pipeline] echo 05:22:07 taggedImages: 05:22:07 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 05:22:07 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 05:22:07 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.33 05:22:07 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 05:22:07 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 05:22:07 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 05:22:07 059044cd19e7cd756841b4b22dae69fa09f54287 05:22:07 latest 05:22:07 3.2.0-dev.33 05:22:07 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 05:22:07 main 05:22:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:22:07 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:22:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 05:22:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 05:22:07 d915c12b6bb0: Preparing 05:22:07 1227ee312553: Preparing 05:22:07 58cd8e3ba0d7: Preparing 05:22:07 1a998da1877e: Preparing 05:22:07 c2dd4b8164f4: Preparing 05:22:07 5b77336812ce: Preparing 05:22:07 4b6f029988e6: Preparing 05:22:07 fbdc8c7629e7: Preparing 05:22:07 a12d963c34b0: Preparing 05:22:07 da707bb00cb8: Preparing 05:22:07 fbdc8c7629e7: Waiting 05:22:07 a12d963c34b0: Waiting 05:22:07 da707bb00cb8: Waiting 05:22:07 5b77336812ce: Waiting 05:22:07 4b6f029988e6: Waiting 05:22:07 1a998da1877e: Layer already exists 05:22:07 c2dd4b8164f4: Layer already exists 05:22:08 1227ee312553: Pushed 05:22:08 58cd8e3ba0d7: Pushed 05:22:08 d915c12b6bb0: Pushed 05:22:08 da707bb00cb8: Layer already exists 05:22:08 fbdc8c7629e7: Pushed 05:22:10 a12d963c34b0: Pushed 05:22:22 4b6f029988e6: Pushed 05:22:28 5b77336812ce: Pushed 05:22:28 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:11c9a99cb82c7c05f87f14add3c0585e24d35c91b0822a9cba65c569a6c637fe size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:22:29 + 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:22:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 05:22:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 05:22:29 d915c12b6bb0: Preparing 05:22:29 1227ee312553: Preparing 05:22:29 58cd8e3ba0d7: Preparing 05:22:29 1a998da1877e: Preparing 05:22:29 c2dd4b8164f4: Preparing 05:22:29 5b77336812ce: Preparing 05:22:29 4b6f029988e6: Preparing 05:22:29 fbdc8c7629e7: Preparing 05:22:29 a12d963c34b0: Preparing 05:22:29 da707bb00cb8: Preparing 05:22:29 4b6f029988e6: Waiting 05:22:29 fbdc8c7629e7: Waiting 05:22:29 a12d963c34b0: Waiting 05:22:29 da707bb00cb8: Waiting 05:22:29 5b77336812ce: Waiting 05:22:29 1a998da1877e: Layer already exists 05:22:29 c2dd4b8164f4: Layer already exists 05:22:29 d915c12b6bb0: Layer already exists 05:22:29 58cd8e3ba0d7: Layer already exists 05:22:29 1227ee312553: Layer already exists 05:22:29 5b77336812ce: Layer already exists 05:22:29 fbdc8c7629e7: Layer already exists 05:22:29 4b6f029988e6: Layer already exists 05:22:29 da707bb00cb8: Layer already exists 05:22:29 a12d963c34b0: Layer already exists 05:22:30 latest: digest: sha256:11c9a99cb82c7c05f87f14add3c0585e24d35c91b0822a9cba65c569a6c637fe size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:22:30 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:22:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.33 05:22:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 05:22:30 d915c12b6bb0: Preparing 05:22:30 1227ee312553: Preparing 05:22:30 58cd8e3ba0d7: Preparing 05:22:30 1a998da1877e: Preparing 05:22:30 c2dd4b8164f4: Preparing 05:22:30 5b77336812ce: Preparing 05:22:30 4b6f029988e6: Preparing 05:22:30 fbdc8c7629e7: Preparing 05:22:30 a12d963c34b0: Preparing 05:22:30 da707bb00cb8: Preparing 05:22:30 fbdc8c7629e7: Waiting 05:22:30 a12d963c34b0: Waiting 05:22:30 da707bb00cb8: Waiting 05:22:30 5b77336812ce: Waiting 05:22:30 4b6f029988e6: Waiting 05:22:30 d915c12b6bb0: Layer already exists 05:22:30 1a998da1877e: Layer already exists 05:22:30 1227ee312553: Layer already exists 05:22:30 58cd8e3ba0d7: Layer already exists 05:22:30 c2dd4b8164f4: Layer already exists 05:22:30 4b6f029988e6: Layer already exists 05:22:30 a12d963c34b0: Layer already exists 05:22:30 da707bb00cb8: Layer already exists 05:22:30 fbdc8c7629e7: Layer already exists 05:22:30 5b77336812ce: Layer already exists 05:22:30 3.2.0-dev.33: digest: sha256:11c9a99cb82c7c05f87f14add3c0585e24d35c91b0822a9cba65c569a6c637fe size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:22:31 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:22:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 05:22:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 05:22:31 d915c12b6bb0: Preparing 05:22:31 1227ee312553: Preparing 05:22:31 58cd8e3ba0d7: Preparing 05:22:31 1a998da1877e: Preparing 05:22:31 c2dd4b8164f4: Preparing 05:22:31 5b77336812ce: Preparing 05:22:31 4b6f029988e6: Preparing 05:22:31 fbdc8c7629e7: Preparing 05:22:31 a12d963c34b0: Preparing 05:22:31 da707bb00cb8: Preparing 05:22:31 4b6f029988e6: Waiting 05:22:31 fbdc8c7629e7: Waiting 05:22:31 a12d963c34b0: Waiting 05:22:31 da707bb00cb8: Waiting 05:22:31 5b77336812ce: Waiting 05:22:31 1a998da1877e: Layer already exists 05:22:31 c2dd4b8164f4: Layer already exists 05:22:31 58cd8e3ba0d7: Layer already exists 05:22:31 1227ee312553: Layer already exists 05:22:31 d915c12b6bb0: Layer already exists 05:22:31 5b77336812ce: Layer already exists 05:22:31 fbdc8c7629e7: Layer already exists 05:22:31 4b6f029988e6: Layer already exists 05:22:31 a12d963c34b0: Layer already exists 05:22:31 da707bb00cb8: Layer already exists 05:22:31 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:11c9a99cb82c7c05f87f14add3c0585e24d35c91b0822a9cba65c569a6c637fe size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:22:32 + 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:22:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 05:22:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 05:22:32 d915c12b6bb0: Preparing 05:22:32 1227ee312553: Preparing 05:22:32 58cd8e3ba0d7: Preparing 05:22:32 1a998da1877e: Preparing 05:22:32 c2dd4b8164f4: Preparing 05:22:32 5b77336812ce: Preparing 05:22:32 4b6f029988e6: Preparing 05:22:32 fbdc8c7629e7: Preparing 05:22:32 a12d963c34b0: Preparing 05:22:32 da707bb00cb8: Preparing 05:22:32 4b6f029988e6: Waiting 05:22:32 fbdc8c7629e7: Waiting 05:22:32 a12d963c34b0: Waiting 05:22:32 da707bb00cb8: Waiting 05:22:32 5b77336812ce: Waiting 05:22:32 1227ee312553: Layer already exists 05:22:32 c2dd4b8164f4: Layer already exists 05:22:32 1a998da1877e: Layer already exists 05:22:32 d915c12b6bb0: Layer already exists 05:22:32 58cd8e3ba0d7: Layer already exists 05:22:32 4b6f029988e6: Layer already exists 05:22:32 5b77336812ce: Layer already exists 05:22:32 a12d963c34b0: Layer already exists 05:22:32 da707bb00cb8: Layer already exists 05:22:32 fbdc8c7629e7: Layer already exists 05:22:32 main: digest: sha256:11c9a99cb82c7c05f87f14add3c0585e24d35c91b0822a9cba65c569a6c637fe size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:22:32 ===================================================== [Pipeline] echo 05:22:32 taggedImages: 05:22:32 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 05:22:32 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 05:22:32 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.33 05:22:32 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 05:22:32 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 05:22:33 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 05:22:33 059044cd19e7cd756841b4b22dae69fa09f54287 05:22:33 latest 05:22:33 3.2.0-dev.33 05:22:33 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 05:22:33 main 05:22:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:22:33 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:22:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 05:22:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 05:22:33 8669a59e1d36: Preparing 05:22:33 114aa6783c93: Preparing 05:22:33 af32d04ea543: Preparing 05:22:33 1a998da1877e: Preparing 05:22:33 c2dd4b8164f4: Preparing 05:22:33 6efe2ca48a0e: Preparing 05:22:33 c24825ca2db7: Preparing 05:22:33 be696ac10d18: Preparing 05:22:33 da707bb00cb8: Preparing 05:22:33 c24825ca2db7: Waiting 05:22:33 be696ac10d18: Waiting 05:22:33 da707bb00cb8: Waiting 05:22:33 6efe2ca48a0e: Waiting 05:22:33 c2dd4b8164f4: Layer already exists 05:22:33 1a998da1877e: Layer already exists 05:22:33 af32d04ea543: Pushed 05:22:33 8669a59e1d36: Pushed 05:22:33 114aa6783c93: Pushed 05:22:33 da707bb00cb8: Layer already exists 05:22:34 be696ac10d18: Pushed 05:22:35 c24825ca2db7: Pushed 05:22:57 6efe2ca48a0e: Pushed 05:22:57 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:182a10021b97be462e46a42e1b24bf0b3e0c294cc9492b54b972257d95d59d4a size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:22:57 + 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:22:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 05:22:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 05:22:57 8669a59e1d36: Preparing 05:22:57 114aa6783c93: Preparing 05:22:57 af32d04ea543: Preparing 05:22:57 1a998da1877e: Preparing 05:22:57 c2dd4b8164f4: Preparing 05:22:57 6efe2ca48a0e: Preparing 05:22:57 c24825ca2db7: Preparing 05:22:57 be696ac10d18: Preparing 05:22:57 da707bb00cb8: Preparing 05:22:57 c24825ca2db7: Waiting 05:22:57 be696ac10d18: Waiting 05:22:57 da707bb00cb8: Waiting 05:22:57 6efe2ca48a0e: Waiting 05:22:57 af32d04ea543: Layer already exists 05:22:57 114aa6783c93: Layer already exists 05:22:57 8669a59e1d36: Layer already exists 05:22:57 c2dd4b8164f4: Layer already exists 05:22:57 1a998da1877e: Layer already exists 05:22:57 be696ac10d18: Layer already exists 05:22:57 c24825ca2db7: Layer already exists 05:22:57 6efe2ca48a0e: Layer already exists 05:22:57 da707bb00cb8: Layer already exists 05:22:58 latest: digest: sha256:182a10021b97be462e46a42e1b24bf0b3e0c294cc9492b54b972257d95d59d4a size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:22:58 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:22:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.33 05:22:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 05:22:58 8669a59e1d36: Preparing 05:22:58 114aa6783c93: Preparing 05:22:58 af32d04ea543: Preparing 05:22:58 1a998da1877e: Preparing 05:22:58 c2dd4b8164f4: Preparing 05:22:58 6efe2ca48a0e: Preparing 05:22:58 c24825ca2db7: Preparing 05:22:58 be696ac10d18: Preparing 05:22:58 da707bb00cb8: Preparing 05:22:58 be696ac10d18: Waiting 05:22:58 da707bb00cb8: Waiting 05:22:58 c24825ca2db7: Waiting 05:22:58 6efe2ca48a0e: Waiting 05:22:58 c2dd4b8164f4: Layer already exists 05:22:58 8669a59e1d36: Layer already exists 05:22:58 114aa6783c93: Layer already exists 05:22:58 af32d04ea543: Layer already exists 05:22:58 1a998da1877e: Layer already exists 05:22:58 da707bb00cb8: Layer already exists 05:22:58 6efe2ca48a0e: Layer already exists 05:22:58 c24825ca2db7: Layer already exists 05:22:58 be696ac10d18: Layer already exists 05:22:59 3.2.0-dev.33: digest: sha256:182a10021b97be462e46a42e1b24bf0b3e0c294cc9492b54b972257d95d59d4a size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:22:59 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:22:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 05:22:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 05:22:59 8669a59e1d36: Preparing 05:22:59 114aa6783c93: Preparing 05:22:59 af32d04ea543: Preparing 05:22:59 1a998da1877e: Preparing 05:22:59 c2dd4b8164f4: Preparing 05:22:59 6efe2ca48a0e: Preparing 05:22:59 c24825ca2db7: Preparing 05:22:59 be696ac10d18: Preparing 05:22:59 da707bb00cb8: Preparing 05:22:59 6efe2ca48a0e: Waiting 05:22:59 da707bb00cb8: Waiting 05:22:59 c24825ca2db7: Waiting 05:22:59 be696ac10d18: Waiting 05:22:59 af32d04ea543: Layer already exists 05:22:59 c2dd4b8164f4: Layer already exists 05:22:59 8669a59e1d36: Layer already exists 05:22:59 114aa6783c93: Layer already exists 05:22:59 1a998da1877e: Layer already exists 05:22:59 6efe2ca48a0e: Layer already exists 05:22:59 da707bb00cb8: Layer already exists 05:22:59 c24825ca2db7: Layer already exists 05:22:59 be696ac10d18: Layer already exists 05:22:59 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:182a10021b97be462e46a42e1b24bf0b3e0c294cc9492b54b972257d95d59d4a size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:00 + 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:23:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 05:23:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 05:23:00 8669a59e1d36: Preparing 05:23:00 114aa6783c93: Preparing 05:23:00 af32d04ea543: Preparing 05:23:00 1a998da1877e: Preparing 05:23:00 c2dd4b8164f4: Preparing 05:23:00 6efe2ca48a0e: Preparing 05:23:00 c24825ca2db7: Preparing 05:23:00 be696ac10d18: Preparing 05:23:00 da707bb00cb8: Preparing 05:23:00 c24825ca2db7: Waiting 05:23:00 be696ac10d18: Waiting 05:23:00 da707bb00cb8: Waiting 05:23:00 6efe2ca48a0e: Waiting 05:23:00 114aa6783c93: Layer already exists 05:23:00 af32d04ea543: Layer already exists 05:23:00 8669a59e1d36: Layer already exists 05:23:00 1a998da1877e: Layer already exists 05:23:00 c2dd4b8164f4: Layer already exists 05:23:00 6efe2ca48a0e: Layer already exists 05:23:00 be696ac10d18: Layer already exists 05:23:00 c24825ca2db7: Layer already exists 05:23:00 da707bb00cb8: Layer already exists 05:23:00 main: digest: sha256:182a10021b97be462e46a42e1b24bf0b3e0c294cc9492b54b972257d95d59d4a size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:23:01 ===================================================== [Pipeline] echo 05:23:01 taggedImages: 05:23:01 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 05:23:01 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 05:23:01 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.33 05:23:01 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 05:23:01 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 05:23:01 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 05:23:01 059044cd19e7cd756841b4b22dae69fa09f54287 05:23:01 latest 05:23:01 3.2.0-dev.33 05:23:01 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 05:23:01 main 05:23:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:01 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 05:23:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 05:23:01 de7ee3dbd6eb: Preparing 05:23:01 c8e181743a21: Preparing 05:23:01 d9ab77f21c46: Preparing 05:23:01 1a998da1877e: Preparing 05:23:01 c2dd4b8164f4: Preparing 05:23:01 7b9c9783cf1f: Preparing 05:23:01 fbdc8c7629e7: Preparing 05:23:01 a12d963c34b0: Preparing 05:23:01 da707bb00cb8: Preparing 05:23:01 7b9c9783cf1f: Waiting 05:23:01 fbdc8c7629e7: Waiting 05:23:01 a12d963c34b0: Waiting 05:23:01 da707bb00cb8: Waiting 05:23:01 c2dd4b8164f4: Layer already exists 05:23:01 1a998da1877e: Layer already exists 05:23:01 fbdc8c7629e7: Layer already exists 05:23:01 a12d963c34b0: Layer already exists 05:23:01 de7ee3dbd6eb: Pushed 05:23:01 da707bb00cb8: Layer already exists 05:23:01 c8e181743a21: Pushed 05:23:01 d9ab77f21c46: Pushed 05:23:24 7b9c9783cf1f: Pushed 05:23:24 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:bf45b8eb2efa4192a31cf39a150636303c5fce6c60344d0d006595fb7fc1c42e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:24 + 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:23:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 05:23:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 05:23:24 de7ee3dbd6eb: Preparing 05:23:24 c8e181743a21: Preparing 05:23:24 d9ab77f21c46: Preparing 05:23:24 1a998da1877e: Preparing 05:23:24 c2dd4b8164f4: Preparing 05:23:24 7b9c9783cf1f: Preparing 05:23:24 fbdc8c7629e7: Preparing 05:23:24 a12d963c34b0: Preparing 05:23:24 da707bb00cb8: Preparing 05:23:24 fbdc8c7629e7: Waiting 05:23:24 a12d963c34b0: Waiting 05:23:24 7b9c9783cf1f: Waiting 05:23:24 da707bb00cb8: Waiting 05:23:24 1a998da1877e: Layer already exists 05:23:24 d9ab77f21c46: Layer already exists 05:23:24 c8e181743a21: Layer already exists 05:23:24 c2dd4b8164f4: Layer already exists 05:23:24 de7ee3dbd6eb: Layer already exists 05:23:24 fbdc8c7629e7: Layer already exists 05:23:24 7b9c9783cf1f: Layer already exists 05:23:24 a12d963c34b0: Layer already exists 05:23:24 da707bb00cb8: Layer already exists 05:23:24 latest: digest: sha256:bf45b8eb2efa4192a31cf39a150636303c5fce6c60344d0d006595fb7fc1c42e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:25 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.33 05:23:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 05:23:25 de7ee3dbd6eb: Preparing 05:23:25 c8e181743a21: Preparing 05:23:25 d9ab77f21c46: Preparing 05:23:25 1a998da1877e: Preparing 05:23:25 c2dd4b8164f4: Preparing 05:23:25 7b9c9783cf1f: Preparing 05:23:25 fbdc8c7629e7: Preparing 05:23:25 a12d963c34b0: Preparing 05:23:25 da707bb00cb8: Preparing 05:23:25 fbdc8c7629e7: Waiting 05:23:25 a12d963c34b0: Waiting 05:23:25 da707bb00cb8: Waiting 05:23:25 7b9c9783cf1f: Waiting 05:23:25 c8e181743a21: Layer already exists 05:23:25 c2dd4b8164f4: Layer already exists 05:23:25 d9ab77f21c46: Layer already exists 05:23:25 1a998da1877e: Layer already exists 05:23:25 de7ee3dbd6eb: Layer already exists 05:23:25 7b9c9783cf1f: Layer already exists 05:23:25 a12d963c34b0: Layer already exists 05:23:25 fbdc8c7629e7: Layer already exists 05:23:25 da707bb00cb8: Layer already exists 05:23:25 3.2.0-dev.33: digest: sha256:bf45b8eb2efa4192a31cf39a150636303c5fce6c60344d0d006595fb7fc1c42e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:25 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 05:23:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 05:23:26 de7ee3dbd6eb: Preparing 05:23:26 c8e181743a21: Preparing 05:23:26 d9ab77f21c46: Preparing 05:23:26 1a998da1877e: Preparing 05:23:26 c2dd4b8164f4: Preparing 05:23:26 7b9c9783cf1f: Preparing 05:23:26 fbdc8c7629e7: Preparing 05:23:26 a12d963c34b0: Preparing 05:23:26 da707bb00cb8: Preparing 05:23:26 fbdc8c7629e7: Waiting 05:23:26 a12d963c34b0: Waiting 05:23:26 da707bb00cb8: Waiting 05:23:26 7b9c9783cf1f: Waiting 05:23:26 1a998da1877e: Layer already exists 05:23:26 c2dd4b8164f4: Layer already exists 05:23:26 c8e181743a21: Layer already exists 05:23:26 de7ee3dbd6eb: Layer already exists 05:23:26 d9ab77f21c46: Layer already exists 05:23:26 fbdc8c7629e7: Layer already exists 05:23:26 7b9c9783cf1f: Layer already exists 05:23:26 a12d963c34b0: Layer already exists 05:23:26 da707bb00cb8: Layer already exists 05:23:26 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:bf45b8eb2efa4192a31cf39a150636303c5fce6c60344d0d006595fb7fc1c42e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:26 + 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:23:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 05:23:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 05:23:27 de7ee3dbd6eb: Preparing 05:23:27 c8e181743a21: Preparing 05:23:27 d9ab77f21c46: Preparing 05:23:27 1a998da1877e: Preparing 05:23:27 c2dd4b8164f4: Preparing 05:23:27 7b9c9783cf1f: Preparing 05:23:27 fbdc8c7629e7: Preparing 05:23:27 a12d963c34b0: Preparing 05:23:27 da707bb00cb8: Preparing 05:23:27 fbdc8c7629e7: Waiting 05:23:27 a12d963c34b0: Waiting 05:23:27 7b9c9783cf1f: Waiting 05:23:27 d9ab77f21c46: Layer already exists 05:23:27 1a998da1877e: Layer already exists 05:23:27 de7ee3dbd6eb: Layer already exists 05:23:27 c8e181743a21: Layer already exists 05:23:27 c2dd4b8164f4: Layer already exists 05:23:27 fbdc8c7629e7: Layer already exists 05:23:27 7b9c9783cf1f: Layer already exists 05:23:27 da707bb00cb8: Layer already exists 05:23:27 a12d963c34b0: Layer already exists 05:23:27 main: digest: sha256:bf45b8eb2efa4192a31cf39a150636303c5fce6c60344d0d006595fb7fc1c42e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:23:27 ===================================================== [Pipeline] echo 05:23:27 taggedImages: 05:23:27 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 05:23:27 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 05:23:27 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.33 05:23:27 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 05:23:27 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 05:23:27 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 05:23:27 059044cd19e7cd756841b4b22dae69fa09f54287 05:23:27 latest 05:23:27 3.2.0-dev.33 05:23:27 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 05:23:27 main 05:23:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:27 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:28 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 05:23:28 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 05:23:28 ab19746211b8: Preparing 05:23:28 97b6ab3097a1: Preparing 05:23:28 1a998da1877e: Preparing 05:23:28 c2dd4b8164f4: Preparing 05:23:28 ec8ecb4de09b: Preparing 05:23:28 9cc726c4f995: Preparing 05:23:28 da707bb00cb8: Preparing 05:23:28 9cc726c4f995: Waiting 05:23:28 da707bb00cb8: Waiting 05:23:28 c2dd4b8164f4: Layer already exists 05:23:28 1a998da1877e: Layer already exists 05:23:28 da707bb00cb8: Layer already exists 05:23:28 ab19746211b8: Pushed 05:23:28 9cc726c4f995: Pushed 05:23:29 ec8ecb4de09b: Pushed 05:23:35 97b6ab3097a1: Pushed 05:23:35 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:ca9a6260907aaf044802446f5bffd7b00d3c34077654b5ea24c67a60e64d527f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:35 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:35 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 05:23:35 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 05:23:35 ab19746211b8: Preparing 05:23:35 97b6ab3097a1: Preparing 05:23:35 1a998da1877e: Preparing 05:23:35 c2dd4b8164f4: Preparing 05:23:35 ec8ecb4de09b: Preparing 05:23:35 9cc726c4f995: Preparing 05:23:35 da707bb00cb8: Preparing 05:23:35 9cc726c4f995: Waiting 05:23:35 da707bb00cb8: Waiting 05:23:35 c2dd4b8164f4: Layer already exists 05:23:35 1a998da1877e: Layer already exists 05:23:35 ab19746211b8: Layer already exists 05:23:35 ec8ecb4de09b: Layer already exists 05:23:35 97b6ab3097a1: Layer already exists 05:23:35 9cc726c4f995: Layer already exists 05:23:35 da707bb00cb8: Layer already exists 05:23:35 latest: digest: sha256:ca9a6260907aaf044802446f5bffd7b00d3c34077654b5ea24c67a60e64d527f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:36 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:36 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.33 05:23:36 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 05:23:36 ab19746211b8: Preparing 05:23:36 97b6ab3097a1: Preparing 05:23:36 1a998da1877e: Preparing 05:23:36 c2dd4b8164f4: Preparing 05:23:36 ec8ecb4de09b: Preparing 05:23:36 9cc726c4f995: Preparing 05:23:36 da707bb00cb8: Preparing 05:23:36 9cc726c4f995: Waiting 05:23:36 da707bb00cb8: Waiting 05:23:36 97b6ab3097a1: Layer already exists 05:23:36 ab19746211b8: Layer already exists 05:23:36 ec8ecb4de09b: Layer already exists 05:23:36 c2dd4b8164f4: Layer already exists 05:23:36 1a998da1877e: Layer already exists 05:23:36 da707bb00cb8: Layer already exists 05:23:36 9cc726c4f995: Layer already exists 05:23:36 3.2.0-dev.33: digest: sha256:ca9a6260907aaf044802446f5bffd7b00d3c34077654b5ea24c67a60e64d527f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:37 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:37 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 05:23:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 05:23:37 ab19746211b8: Preparing 05:23:37 97b6ab3097a1: Preparing 05:23:37 1a998da1877e: Preparing 05:23:37 c2dd4b8164f4: Preparing 05:23:37 ec8ecb4de09b: Preparing 05:23:37 9cc726c4f995: Preparing 05:23:37 da707bb00cb8: Preparing 05:23:37 9cc726c4f995: Waiting 05:23:37 da707bb00cb8: Waiting 05:23:37 ec8ecb4de09b: Layer already exists 05:23:37 c2dd4b8164f4: Layer already exists 05:23:37 97b6ab3097a1: Layer already exists 05:23:37 ab19746211b8: Layer already exists 05:23:37 1a998da1877e: Layer already exists 05:23:37 9cc726c4f995: Layer already exists 05:23:37 da707bb00cb8: Layer already exists 05:23:37 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:ca9a6260907aaf044802446f5bffd7b00d3c34077654b5ea24c67a60e64d527f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:37 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:38 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 05:23:38 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 05:23:38 ab19746211b8: Preparing 05:23:38 97b6ab3097a1: Preparing 05:23:38 1a998da1877e: Preparing 05:23:38 c2dd4b8164f4: Preparing 05:23:38 ec8ecb4de09b: Preparing 05:23:38 9cc726c4f995: Preparing 05:23:38 da707bb00cb8: Preparing 05:23:38 9cc726c4f995: Waiting 05:23:38 da707bb00cb8: Waiting 05:23:38 ec8ecb4de09b: Layer already exists 05:23:38 ab19746211b8: Layer already exists 05:23:38 97b6ab3097a1: Layer already exists 05:23:38 1a998da1877e: Layer already exists 05:23:38 c2dd4b8164f4: Layer already exists 05:23:38 9cc726c4f995: Layer already exists 05:23:38 da707bb00cb8: Layer already exists 05:23:38 main: digest: sha256:ca9a6260907aaf044802446f5bffd7b00d3c34077654b5ea24c67a60e64d527f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:23:38 ===================================================== [Pipeline] echo 05:23:38 taggedImages: 05:23:38 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 05:23:38 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 05:23:38 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.33 05:23:38 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 05:23:38 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 05:23:38 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 05:23:38 059044cd19e7cd756841b4b22dae69fa09f54287 05:23:38 latest 05:23:38 3.2.0-dev.33 05:23:38 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 05:23:38 main 05:23:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:39 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:39 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 05:23:39 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 05:23:39 b54c229c7d3e: Preparing 05:23:39 bd9ff5801ca8: Preparing 05:23:39 1a998da1877e: Preparing 05:23:39 c2dd4b8164f4: Preparing 05:23:39 df88f4d4f53e: Preparing 05:23:39 64bbbfd74bf0: Preparing 05:23:39 da707bb00cb8: Preparing 05:23:39 64bbbfd74bf0: Waiting 05:23:39 da707bb00cb8: Waiting 05:23:39 c2dd4b8164f4: Layer already exists 05:23:39 df88f4d4f53e: Layer already exists 05:23:39 1a998da1877e: Layer already exists 05:23:39 64bbbfd74bf0: Layer already exists 05:23:39 da707bb00cb8: Layer already exists 05:23:39 b54c229c7d3e: Pushed 05:23:46 bd9ff5801ca8: Pushed 05:23:46 059044cd19e7cd756841b4b22dae69fa09f54287: digest: sha256:8ecae713c5afa36f8679c628a308a5f4ff20f19d12ccecb9dd12db0f8d933290 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:46 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:46 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 05:23:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 05:23:46 b54c229c7d3e: Preparing 05:23:46 bd9ff5801ca8: Preparing 05:23:46 1a998da1877e: Preparing 05:23:46 c2dd4b8164f4: Preparing 05:23:46 df88f4d4f53e: Preparing 05:23:46 64bbbfd74bf0: Preparing 05:23:46 da707bb00cb8: Preparing 05:23:46 64bbbfd74bf0: Waiting 05:23:46 da707bb00cb8: Waiting 05:23:46 bd9ff5801ca8: Layer already exists 05:23:46 1a998da1877e: Layer already exists 05:23:46 df88f4d4f53e: Layer already exists 05:23:46 b54c229c7d3e: Layer already exists 05:23:46 c2dd4b8164f4: Layer already exists 05:23:46 64bbbfd74bf0: Layer already exists 05:23:46 da707bb00cb8: Layer already exists 05:23:47 latest: digest: sha256:8ecae713c5afa36f8679c628a308a5f4ff20f19d12ccecb9dd12db0f8d933290 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:47 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:48 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.33 05:23:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 05:23:48 b54c229c7d3e: Preparing 05:23:48 bd9ff5801ca8: Preparing 05:23:48 1a998da1877e: Preparing 05:23:48 c2dd4b8164f4: Preparing 05:23:48 df88f4d4f53e: Preparing 05:23:48 64bbbfd74bf0: Preparing 05:23:48 da707bb00cb8: Preparing 05:23:48 64bbbfd74bf0: Waiting 05:23:48 da707bb00cb8: Waiting 05:23:48 1a998da1877e: Layer already exists 05:23:48 df88f4d4f53e: Layer already exists 05:23:48 bd9ff5801ca8: Layer already exists 05:23:48 b54c229c7d3e: Layer already exists 05:23:48 c2dd4b8164f4: Layer already exists 05:23:48 64bbbfd74bf0: Layer already exists 05:23:48 da707bb00cb8: Layer already exists 05:23:48 3.2.0-dev.33: digest: sha256:8ecae713c5afa36f8679c628a308a5f4ff20f19d12ccecb9dd12db0f8d933290 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:48 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:49 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 05:23:49 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 05:23:49 b54c229c7d3e: Preparing 05:23:49 bd9ff5801ca8: Preparing 05:23:49 1a998da1877e: Preparing 05:23:49 c2dd4b8164f4: Preparing 05:23:49 df88f4d4f53e: Preparing 05:23:49 64bbbfd74bf0: Preparing 05:23:49 da707bb00cb8: Preparing 05:23:49 64bbbfd74bf0: Waiting 05:23:49 da707bb00cb8: Waiting 05:23:49 bd9ff5801ca8: Layer already exists 05:23:49 b54c229c7d3e: Layer already exists 05:23:49 1a998da1877e: Layer already exists 05:23:49 df88f4d4f53e: Layer already exists 05:23:49 c2dd4b8164f4: Layer already exists 05:23:49 64bbbfd74bf0: Layer already exists 05:23:49 da707bb00cb8: Layer already exists 05:23:49 059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33: digest: sha256:8ecae713c5afa36f8679c628a308a5f4ff20f19d12ccecb9dd12db0f8d933290 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:49 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:50 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 05:23:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 05:23:50 b54c229c7d3e: Preparing 05:23:50 bd9ff5801ca8: Preparing 05:23:50 1a998da1877e: Preparing 05:23:50 c2dd4b8164f4: Preparing 05:23:50 df88f4d4f53e: Preparing 05:23:50 64bbbfd74bf0: Preparing 05:23:50 da707bb00cb8: Preparing 05:23:50 64bbbfd74bf0: Waiting 05:23:50 da707bb00cb8: Waiting 05:23:50 df88f4d4f53e: Layer already exists 05:23:50 c2dd4b8164f4: Layer already exists 05:23:50 1a998da1877e: Layer already exists 05:23:50 bd9ff5801ca8: Layer already exists 05:23:50 b54c229c7d3e: Layer already exists 05:23:50 64bbbfd74bf0: Layer already exists 05:23:50 da707bb00cb8: Layer already exists 05:23:50 main: digest: sha256:8ecae713c5afa36f8679c628a308a5f4ff20f19d12ccecb9dd12db0f8d933290 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:23:50 ===================================================== [Pipeline] echo 05:23:50 taggedImages: 05:23:50 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:059044cd19e7cd756841b4b22dae69fa09f54287 05:23:50 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 05:23:50 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.33 05:23:50 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:059044cd19e7cd756841b4b22dae69fa09f54287-3.2.0-dev.33 05:23:50 - 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:23:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:23:50 05:23:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:23:51 arm64: Pulling from edgex-lftools-log-publisher 05:23:51 8998bd30e6a1: Pulling fs layer 05:23:51 04944245beec: Pulling fs layer 05:23:51 699f458cf7ca: Pulling fs layer 05:23:51 765212b225bb: Pulling fs layer 05:23:51 f23df028b6ca: Pulling fs layer 05:23:51 d65c8cfc05b1: Pulling fs layer 05:23:51 2437ff75d9bd: Pulling fs layer 05:23:51 f23df028b6ca: Waiting 05:23:51 2437ff75d9bd: Waiting 05:23:51 d65c8cfc05b1: Waiting 05:23:51 765212b225bb: Waiting 05:23:51 04944245beec: Verifying Checksum 05:23:51 04944245beec: Download complete 05:23:51 765212b225bb: Verifying Checksum 05:23:51 765212b225bb: Download complete 05:23:51 f23df028b6ca: Verifying Checksum 05:23:51 f23df028b6ca: Download complete 05:23:51 d65c8cfc05b1: Verifying Checksum 05:23:51 d65c8cfc05b1: Download complete 05:23:51 699f458cf7ca: Verifying Checksum 05:23:51 699f458cf7ca: Download complete 05:23:52 8998bd30e6a1: Verifying Checksum 05:23:52 8998bd30e6a1: Download complete 05:23:54 2437ff75d9bd: Verifying Checksum 05:23:54 2437ff75d9bd: Download complete 05:23:56 8998bd30e6a1: Pull complete 05:23:57 04944245beec: Pull complete 05:23:58 699f458cf7ca: Pull complete 05:23:59 765212b225bb: Pull complete 05:24:00 f23df028b6ca: Pull complete 05:24:00 d65c8cfc05b1: Pull complete 05:24:18 2437ff75d9bd: Pull complete 05:24:18 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 05:24:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:24:18 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:24:19 prd-ubuntu20.04-docker-arm64-4c-16g-5302 does not seem to be running inside a container 05:24:19 $ 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/651 -v /w/workspace/edgex-go/651:/w/workspace/edgex-go/651:rw,z -v /w/workspace/edgex-go/651@tmp:/w/workspace/edgex-go/651@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:24:21 $ docker top 8fc78fd685840b4943c297f98fe00a7fbca3b0b92671907c103b0e1d6b83a938 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:24:22 ---> job-cost.sh 05:24:22 lf-activate-venv: SKIPPING 05:24:22 INFO: No Stack... 05:24:22 INFO: Retrieving Pricing Info for: v3-standard-4 05:24:23 INFO: Archiving Costs [Pipeline] sh 05:24:24 + cat /w/workspace/edgex-go/651/archives/cost.csv 05:24:24 + cut -d, -f6 [Pipeline] lock 05:24:24 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-651-stack-cost] 05:24:24 Resource [jenkins-edgexfoundry-edgex-go-main-651-stack-cost] did not exist. Created. 05:24:24 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-651-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:24:24 + echo total: 0.10999999940395355 [Pipeline] stash 05:24:25 Stashed 1 file(s) [Pipeline] } 05:24:25 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-651-stack-cost] [Pipeline] // lock [Pipeline] } 05:24:25 $ docker stop --time=1 8fc78fd685840b4943c297f98fe00a7fbca3b0b92671907c103b0e1d6b83a938 05:24:26 $ docker rm -f --volumes 8fc78fd685840b4943c297f98fe00a7fbca3b0b92671907c103b0e1d6b83a938 [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:24:27 provisioning config files... 05:24:27 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/651@tmp/config8052401064549078444tmp [Pipeline] { [Pipeline] sh 05:24:27 + set +x 05:24:27 + curl -s https://codecov.io/bash 05:24:27 + bash -s -- 05:24:27 05:24:27 _____ _ 05:24:27 / ____| | | 05:24:27 | | ___ __| | ___ ___ _____ __ 05:24:27 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:24:27 | |___| (_) | (_| | __/ (_| (_) \ V / 05:24:27 \_____\___/ \__,_|\___|\___\___/ \_/ 05:24:27 Bash-1.0.6 05:24:27 05:24:27 05:24:27 ==> git version 2.25.1 found 05:24:27 ==> 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:24:27 Release-Date: 2020-01-08 05:24:27 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:24:27 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 05:24:27 ==> Jenkins CI detected. 05:24:27 current dir:  /w/workspace/edgex-go/651 05:24:27 project root: . 05:24:27 --> token set from env 05:24:27 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:24:27 ==> Running gcov in . (disable via -X gcov) 05:24:27 ==> Python coveragepy not found 05:24:27 ==> Searching for coverage reports in: 05:24:27 + . 05:24:27 -> Found 1 reports 05:24:27 ==> Detecting git/mercurial file structure 05:24:27 ==> Reading reports 05:24:27 + ./coverage.out bytes=481596 05:24:27 ==> Appending adjustments 05:24:27 https://docs.codecov.io/docs/fixing-reports 05:24:28 + Found adjustments 05:24:28 ==> Gzipping contents 05:24:29 60K /tmp/codecov.adq358.gz 05:24:29 ==> Uploading reports 05:24:29 url: https://codecov.io 05:24:29 query: branch=main&commit=059044cd19e7cd756841b4b22dae69fa09f54287&build=651&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F651%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 05:24:29 -> Pinging Codecov 05:24:29 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=059044cd19e7cd756841b4b22dae69fa09f54287&build=651&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F651%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 05:24:29 -> Uploading to 05:24:29 https://storage.googleapis.com/codecov/v4/raw/2024-07-10/00271124DB129430A58F1EEE437C3FCB/059044cd19e7cd756841b4b22dae69fa09f54287/0e0ef97d-a840-4f4d-b867-19fb7b350008.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240710%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240710T052428Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2ef750ef722a094f2a1c368379285e2ad63032034b5001511861e9d45cfeed0a 05:24:29 % Total % Received % Xferd Average Speed Time Time Time Current 05:24:29 Dload Upload Total Spent Left Speed 05:24:29 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 61370 0 0 100 61370 0 250k --:--:-- --:--:-- --:--:-- 250k 05:24:29 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/059044cd19e7cd756841b4b22dae69fa09f54287 [Pipeline] } 05:24:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 05:24:29 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 05:24:29 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:24:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 05:24:29 05:24:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:24:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 05:24:30 latest: Pulling from edgex-devops/edgex-snyk-go 05:24:30 619be1103602: Already exists 05:24:30 f8ea3408117e: Pulling fs layer 05:24:30 91320369b822: Pulling fs layer 05:24:30 0406650e8295: Pulling fs layer 05:24:30 4f4fb700ef54: Pulling fs layer 05:24:30 96d80e3f36e1: Pulling fs layer 05:24:30 bcf3aedb951c: Pulling fs layer 05:24:30 bcf3aedb951c: Waiting 05:24:30 4f4fb700ef54: Waiting 05:24:30 96d80e3f36e1: Waiting 05:24:30 0406650e8295: Verifying Checksum 05:24:30 0406650e8295: Download complete 05:24:30 f8ea3408117e: Verifying Checksum 05:24:30 f8ea3408117e: Download complete 05:24:30 4f4fb700ef54: Verifying Checksum 05:24:30 4f4fb700ef54: Download complete 05:24:30 f8ea3408117e: Pull complete 05:24:30 96d80e3f36e1: Verifying Checksum 05:24:30 96d80e3f36e1: Download complete 05:24:30 91320369b822: Verifying Checksum 05:24:30 91320369b822: Download complete 05:24:31 bcf3aedb951c: Verifying Checksum 05:24:31 bcf3aedb951c: Download complete 05:24:33 91320369b822: Pull complete 05:24:33 0406650e8295: Pull complete 05:24:33 4f4fb700ef54: Pull complete 05:24:34 96d80e3f36e1: Pull complete 05:24:37 bcf3aedb951c: Pull complete 05:24:37 Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 05:24:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 05:24:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:24:37 prd-ubuntu20.04-docker-8c-8g-5300 does not seem to be running inside a container 05:24:37 $ 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/651 -v /w/workspace/edgex-go/651:/w/workspace/edgex-go/651:rw,z -v /w/workspace/edgex-go/651@tmp:/w/workspace/edgex-go/651@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:24:39 $ docker top e50b783f759b3246d1d39ed8208ae9a5222916f85943da8220be88b85a7e645b -eo pid,comm [Pipeline] { [Pipeline] sh 05:24:39 + git config --global --add safe.directory /w/workspace/edgex-go/651 [Pipeline] echo 05:24:39 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 05:24:39 + set -o pipefail 05:24:39 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 05:24:47 05:24:47 Monitoring /w/workspace/edgex-go/651 (github.com/edgexfoundry/edgex-go)... 05:24:47 05:24:47 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/2323f675-5a8e-4295-a3b7-cf1495efc9a8 05:24:47 05:24:47 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 05:24:47 05:24:47 05:24:47 You have reached your monthly limit of 401 private tests for your edgex-jenkins org. 05:24:47 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 05:24:47 $ docker stop --time=1 e50b783f759b3246d1d39ed8208ae9a5222916f85943da8220be88b85a7e645b 05:24:49 $ docker rm -f --volumes e50b783f759b3246d1d39ed8208ae9a5222916f85943da8220be88b85a7e645b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 05:24:50 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:24:50 provisioning config files... 05:24:50 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/651@tmp/config7265634216547910569tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:24:50 --> edgex-publish-swagger.sh 05:24:50 === Publish openapi/v3 API === 05:24:50 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 05:24:50 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/651/openapi/v3/core-command.yaml] 05:24:50 % Total % Received % Xferd Average Speed Time Time Time Current 05:24:50 Dload Upload Total Spent Left Speed 05:24:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 51302 --:--:-- --:--:-- --:--:-- 51382 05:24:51 05:24:51 05:24:51 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/651/openapi/v3/core-data.yaml] 05:24:51 % Total % Received % Xferd Average Speed Time Time Time Current 05:24:51 Dload Upload Total Spent Left Speed 05:24:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 72043 0 0 100 72043 0 121k --:--:-- --:--:-- --:--:-- 121k 100 72043 0 0 100 72043 0 121k --:--:-- --:--:-- --:--:-- 121k 05:24:51 05:24:51 05:24:51 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/651/openapi/v3/core-keeper.yaml] 05:24:51 % Total % Received % Xferd Average Speed Time Time Time Current 05:24:51 Dload Upload Total Spent Left Speed 05:24:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32887 100 66 100 32821 201 97k --:--:-- --:--:-- --:--:-- 97k 05:24:52 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 05:24:52 05:24:52 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/651/openapi/v3/core-metadata.yaml] 05:24:52 % Total % Received % Xferd Average Speed Time Time Time Current 05:24:52 Dload Upload Total Spent Left Speed 05:24:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 149k 100 156 100 148k 316 302k --:--:-- --:--:-- --:--:-- 301k 100 149k 100 156 100 148k 315 301k --:--:-- --:--:-- --:--:-- 301k 05:24:52 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 05:24:52 05:24:52 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/651/openapi/v3/support-notifications.yaml] 05:24:52 % Total % Received % Xferd Average Speed Time Time Time Current 05:24:52 Dload Upload Total Spent Left Speed 05:24:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87457 100 156 100 87301 313 171k --:--:-- --:--:-- --:--:-- 172k 05:24:53 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 05:24:53 05:24:53 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/651/openapi/v3/support-scheduler.yaml] 05:24:53 % Total % Received % Xferd Average Speed Time Time Time Current 05:24:53 Dload Upload Total Spent Left Speed 05:24:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37110 100 156 100 36954 328 77797 --:--:-- --:--:-- --:--:-- 77962 100 37110 100 156 100 36954 328 77797 --:--:-- --:--:-- --:--:-- 77962 05:24:53 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 05:24:53 [Pipeline] } 05:24:53 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:24:54 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:24:54 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:24:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:24:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:24:54 prd-ubuntu20.04-docker-8c-8g-5300 does not seem to be running inside a container 05:24:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/651 -v /w/workspace/edgex-go/651:/w/workspace/edgex-go/651:rw,z -v /w/workspace/edgex-go/651@tmp:/w/workspace/edgex-go/651@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:24:55 $ docker top 0c5991df337d28f1d7d30d11788ec35231ee45de793a6643b70f85c124496201 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:24:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:24:55 [ssh-agent] Looking for ssh-agent implementation... 05:24:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:24:55 $ docker exec 0c5991df337d28f1d7d30d11788ec35231ee45de793a6643b70f85c124496201 ssh-agent 05:24:55 SSH_AUTH_SOCK=/tmp/ssh-jKwMsDk7tMqc/agent.33 05:24:55 SSH_AGENT_PID=39 05:24:55 Running ssh-add (command line suppressed) 05:24:55 Identity added: /w/workspace/edgex-go/651@tmp/private_key_14134133544817958952.key (/w/workspace/edgex-go/651@tmp/private_key_14134133544817958952.key) 05:24:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:24:55 + git semver tag 05:24:56 2024-07-10 05:24:56,138 [run_tag] DEBUG tag force:False 05:24:56 2024-07-10 05:24:56,138 [check_head_tag] DEBUG check head tag 05:24:56 2024-07-10 05:24:56,140 [execute] INFO git cat-file --batch-check 05:24:56 2024-07-10 05:24:56,140 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/651, universal_newlines=False, shell=None, istream=) 05:24:56 2024-07-10 05:24:56,144 [execute] INFO git cat-file --batch 05:24:56 2024-07-10 05:24:56,144 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/651, universal_newlines=False, shell=None, istream=) 05:24:56 2024-07-10 05:24:56,173 [read_version] DEBUG read version from /w/workspace/edgex-go/651/.semver/main 05:24:56 2024-07-10 05:24:56,173 [execute] INFO git tag -a v3.2.0-dev.33 -m v3.2.0-dev.33 05:24:56 2024-07-10 05:24:56,173 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.33', '-m', 'v3.2.0-dev.33'], cwd=/w/workspace/edgex-go/651, universal_newlines=False, shell=None, istream=None) 05:24:56 2024-07-10 05:24:56,179 [read_version] DEBUG read version from /w/workspace/edgex-go/651/.semver/main 05:24:56 3.2.0-dev.33 [Pipeline] } 05:24:56 $ docker exec --env ******** --env ******** 0c5991df337d28f1d7d30d11788ec35231ee45de793a6643b70f85c124496201 ssh-agent -k 05:24:56 unset SSH_AUTH_SOCK; 05:24:56 unset SSH_AGENT_PID; 05:24:56 echo Agent pid 39 killed; 05:24:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:24:56 + git semver [Pipeline] } 05:24:56 $ docker stop --time=1 0c5991df337d28f1d7d30d11788ec35231ee45de793a6643b70f85c124496201 05:24:58 $ docker rm -f --volumes 0c5991df337d28f1d7d30d11788ec35231ee45de793a6643b70f85c124496201 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:24:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:24:58 05:24:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:24:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:24:58 0.23.1-centos7: Pulling from edgex-lftools 05:24:58 ab5ef0e58194: Pulling fs layer 05:24:58 9712f1f96733: Pulling fs layer 05:24:58 63f879dbbcfc: Pulling fs layer 05:24:58 0d9ebad4ef96: Pulling fs layer 05:24:58 e9a5061849ea: Pulling fs layer 05:24:58 d747dcd14b5f: Pulling fs layer 05:24:58 2de7ff778b66: Pulling fs layer 05:24:58 e9a5061849ea: Waiting 05:24:58 d747dcd14b5f: Waiting 05:24:58 2de7ff778b66: Waiting 05:24:58 0d9ebad4ef96: Waiting 05:24:58 9712f1f96733: Verifying Checksum 05:24:58 9712f1f96733: Download complete 05:24:59 63f879dbbcfc: Verifying Checksum 05:24:59 63f879dbbcfc: Download complete 05:24:59 e9a5061849ea: Verifying Checksum 05:24:59 e9a5061849ea: Download complete 05:24:59 d747dcd14b5f: Verifying Checksum 05:24:59 d747dcd14b5f: Download complete 05:24:59 0d9ebad4ef96: Download complete 05:24:59 ab5ef0e58194: Verifying Checksum 05:24:59 ab5ef0e58194: Download complete 05:24:59 2de7ff778b66: Verifying Checksum 05:24:59 2de7ff778b66: Download complete 05:25:02 ab5ef0e58194: Pull complete 05:25:02 9712f1f96733: Pull complete 05:25:03 63f879dbbcfc: Pull complete 05:25:07 0d9ebad4ef96: Pull complete 05:25:07 e9a5061849ea: Pull complete 05:25:07 d747dcd14b5f: Pull complete 05:25:08 2de7ff778b66: Pull complete 05:25:08 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 05:25:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:25:08 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:25:08 prd-ubuntu20.04-docker-8c-8g-5300 does not seem to be running inside a container 05:25:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/651 -v /w/workspace/edgex-go/651:/w/workspace/edgex-go/651:rw,z -v /w/workspace/edgex-go/651@tmp:/w/workspace/edgex-go/651@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:25:12 $ docker top 12c16093d82e1853e871cd1e520bab54237938e5b605f728610a4f0bd06e1fcb -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 05:25:12 provisioning config files... 05:25:12 copy managed file [sigul-config] to file:/w/workspace/edgex-go/651@tmp/config10657039671693411768tmp 05:25:12 copy managed file [sigul-password] to file:/w/workspace/edgex-go/651@tmp/config15726897970517680466tmp 05:25:12 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/651@tmp/config4716394863500426625tmp [Pipeline] { [Pipeline] echo 05:25:12 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 05:25:13 ---> sigul-configuration.sh 05:25:13 gpg: directory `/root/.gnupg' created 05:25:13 gpg: new configuration file `/root/.gnupg/gpg.conf' created 05:25:13 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 05:25:13 gpg: keyring `/root/.gnupg/secring.gpg' created 05:25:13 gpg: keyring `/root/.gnupg/pubring.gpg' created 05:25:13 gpg: CAST5 encrypted data 05:25:13 gpg: encrypted with 1 passphrase 05:25:13 gpg: WARNING: message was not integrity protected [Pipeline] sh 05:25:13 + mkdir /home/jenkins 05:25:13 + mkdir /home/jenkins/sigul [Pipeline] sh 05:25:13 + 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:25:13 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 05:25:13 ---> sigul-install.sh 05:25:13 Sigul already installed; skipping installation. [Pipeline] sh 05:25:14 + git tag --list 05:25:14 0.6.0 05:25:14 0.6.1 05:25:14 0.7.0 05:25:14 0.7.1 05:25:14 v1.0.0 05:25:14 v1.0.1 05:25:14 v1.1.0 05:25:14 v1.2.0 05:25:14 v1.2.1 05:25:14 v1.3.0 05:25:14 v1.3.1 05:25:14 v2.0.0 05:25:14 v2.1.0 05:25:14 v2.1.1 05:25:14 v2.2.0 05:25:14 v2.3.0 05:25:14 v3.0 05:25:14 v3.0.0 05:25:14 v3.1 05:25:14 v3.1.0 05:25:14 v3.1.0-dev.1 05:25:14 v3.1.0-dev.10 05:25:14 v3.1.0-dev.11 05:25:14 v3.1.0-dev.12 05:25:14 v3.1.0-dev.13 05:25:14 v3.1.0-dev.14 05:25:14 v3.1.0-dev.15 05:25:14 v3.1.0-dev.16 05:25:14 v3.1.0-dev.17 05:25:14 v3.1.0-dev.18 05:25:14 v3.1.0-dev.19 05:25:14 v3.1.0-dev.2 05:25:14 v3.1.0-dev.20 05:25:14 v3.1.0-dev.21 05:25:14 v3.1.0-dev.22 05:25:14 v3.1.0-dev.23 05:25:14 v3.1.0-dev.24 05:25:14 v3.1.0-dev.25 05:25:14 v3.1.0-dev.26 05:25:14 v3.1.0-dev.27 05:25:14 v3.1.0-dev.28 05:25:14 v3.1.0-dev.29 05:25:14 v3.1.0-dev.3 05:25:14 v3.1.0-dev.30 05:25:14 v3.1.0-dev.31 05:25:14 v3.1.0-dev.32 05:25:14 v3.1.0-dev.33 05:25:14 v3.1.0-dev.34 05:25:14 v3.1.0-dev.35 05:25:14 v3.1.0-dev.36 05:25:14 v3.1.0-dev.37 05:25:14 v3.1.0-dev.38 05:25:14 v3.1.0-dev.39 05:25:14 v3.1.0-dev.4 05:25:14 v3.1.0-dev.40 05:25:14 v3.1.0-dev.41 05:25:14 v3.1.0-dev.42 05:25:14 v3.1.0-dev.43 05:25:14 v3.1.0-dev.44 05:25:14 v3.1.0-dev.45 05:25:14 v3.1.0-dev.46 05:25:14 v3.1.0-dev.47 05:25:14 v3.1.0-dev.48 05:25:14 v3.1.0-dev.49 05:25:14 v3.1.0-dev.5 05:25:14 v3.1.0-dev.50 05:25:14 v3.1.0-dev.51 05:25:14 v3.1.0-dev.52 05:25:14 v3.1.0-dev.53 05:25:14 v3.1.0-dev.54 05:25:14 v3.1.0-dev.55 05:25:14 v3.1.0-dev.56 05:25:14 v3.1.0-dev.57 05:25:14 v3.1.0-dev.58 05:25:14 v3.1.0-dev.59 05:25:14 v3.1.0-dev.6 05:25:14 v3.1.0-dev.60 05:25:14 v3.1.0-dev.61 05:25:14 v3.1.0-dev.62 05:25:14 v3.1.0-dev.63 05:25:14 v3.1.0-dev.64 05:25:14 v3.1.0-dev.65 05:25:14 v3.1.0-dev.66 05:25:14 v3.1.0-dev.67 05:25:14 v3.1.0-dev.68 05:25:14 v3.1.0-dev.69 05:25:14 v3.1.0-dev.7 05:25:14 v3.1.0-dev.70 05:25:14 v3.1.0-dev.71 05:25:14 v3.1.0-dev.72 05:25:14 v3.1.0-dev.73 05:25:14 v3.1.0-dev.8 05:25:14 v3.1.0-dev.9 05:25:14 v3.1.1 05:25:14 v3.1.1-dev.1 05:25:14 v3.1.1-dev.2 05:25:14 v3.2.0-dev.1 05:25:14 v3.2.0-dev.10 05:25:14 v3.2.0-dev.11 05:25:14 v3.2.0-dev.12 05:25:14 v3.2.0-dev.13 05:25:14 v3.2.0-dev.14 05:25:14 v3.2.0-dev.15 05:25:14 v3.2.0-dev.16 05:25:14 v3.2.0-dev.17 05:25:14 v3.2.0-dev.18 05:25:14 v3.2.0-dev.19 05:25:14 v3.2.0-dev.2 05:25:14 v3.2.0-dev.20 05:25:14 v3.2.0-dev.21 05:25:14 v3.2.0-dev.22 05:25:14 v3.2.0-dev.23 05:25:14 v3.2.0-dev.24 05:25:14 v3.2.0-dev.25 05:25:14 v3.2.0-dev.26 05:25:14 v3.2.0-dev.27 05:25:14 v3.2.0-dev.28 05:25:14 v3.2.0-dev.29 05:25:14 v3.2.0-dev.3 05:25:14 v3.2.0-dev.30 05:25:14 v3.2.0-dev.31 05:25:14 v3.2.0-dev.32 05:25:14 v3.2.0-dev.33 05:25:14 v3.2.0-dev.4 05:25:14 v3.2.0-dev.5 05:25:14 v3.2.0-dev.6 05:25:14 v3.2.0-dev.7 05:25:14 v3.2.0-dev.8 05:25:14 v3.2.0-dev.9 [Pipeline] sh 05:25:14 + lftools sign git-tag v3.2.0-dev.33 05:25:15 Signing Git tag with Sigul... 05:25:15 Signing v3.2.0-dev.33 [Pipeline] echo 05:25:15 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 05:25:15 ---> sigul-configuration-cleanup.sh [Pipeline] } 05:25:15 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 05:25:15 $ docker stop --time=1 12c16093d82e1853e871cd1e520bab54237938e5b605f728610a4f0bd06e1fcb 05:25:16 $ docker rm -f --volumes 12c16093d82e1853e871cd1e520bab54237938e5b605f728610a4f0bd06e1fcb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 05:25:17 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:25:17 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:25:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:25:17 prd-ubuntu20.04-docker-8c-8g-5300 does not seem to be running inside a container 05:25:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/651 -v /w/workspace/edgex-go/651:/w/workspace/edgex-go/651:rw,z -v /w/workspace/edgex-go/651@tmp:/w/workspace/edgex-go/651@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:25:18 $ docker top 7854b66df30cd20d2fc593e3a3f5f9a74a982e97079e8d4781568d0b30a173f8 -eo pid,comm 05:25:18 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:25:18 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:25:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:25:18 [ssh-agent] Looking for ssh-agent implementation... 05:25:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:25:18 $ docker exec 7854b66df30cd20d2fc593e3a3f5f9a74a982e97079e8d4781568d0b30a173f8 ssh-agent 05:25:18 SSH_AUTH_SOCK=/tmp/ssh-jzL7Rxr53bFN/agent.32 05:25:18 SSH_AGENT_PID=38 05:25:18 Running ssh-add (command line suppressed) 05:25:18 Identity added: /w/workspace/edgex-go/651@tmp/private_key_13032546810528767138.key (/w/workspace/edgex-go/651@tmp/private_key_13032546810528767138.key) 05:25:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:25:18 + git semver bump pre 05:25:19 2024-07-10 05:25:19,179 [read_version] DEBUG read version from /w/workspace/edgex-go/651/.semver/main 05:25:19 2024-07-10 05:25:19,179 [bump_version] DEBUG bumping version:3.2.0-dev.33 on axis:pre with prefix:dev 05:25:19 2024-07-10 05:25:19,179 [bump_version] DEBUG bumped version:3.2.0-dev.34 05:25:19 2024-07-10 05:25:19,179 [write_version] DEBUG write version:3.2.0-dev.34 to path:/w/workspace/edgex-go/651/.semver/main with force:True 05:25:19 2024-07-10 05:25:19,179 [read_version] DEBUG read version from /w/workspace/edgex-go/651/.semver/main 05:25:19 2024-07-10 05:25:19,180 [write_file] DEBUG write to file:/w/workspace/edgex-go/651/.semver/main 05:25:19 2024-07-10 05:25:19,182 [execute] INFO git cat-file --batch-check 05:25:19 2024-07-10 05:25:19,182 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/651/.semver, universal_newlines=False, shell=None, istream=) 05:25:19 2024-07-10 05:25:19,186 [execute] INFO git cat-file --batch 05:25:19 2024-07-10 05:25:19,186 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/651/.semver, universal_newlines=False, shell=None, istream=) 05:25:19 2024-07-10 05:25:19,192 [read_version] DEBUG read version from /w/workspace/edgex-go/651/.semver/main 05:25:19 3.2.0-dev.34 [Pipeline] } 05:25:19 $ docker exec --env ******** --env ******** 7854b66df30cd20d2fc593e3a3f5f9a74a982e97079e8d4781568d0b30a173f8 ssh-agent -k 05:25:19 unset SSH_AUTH_SOCK; 05:25:19 unset SSH_AGENT_PID; 05:25:19 echo Agent pid 38 killed; 05:25:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:25:19 + git semver [Pipeline] } 05:25:19 $ docker stop --time=1 7854b66df30cd20d2fc593e3a3f5f9a74a982e97079e8d4781568d0b30a173f8 05:25:21 $ docker rm -f --volumes 7854b66df30cd20d2fc593e3a3f5f9a74a982e97079e8d4781568d0b30a173f8 [Pipeline] // withDockerContainer [Pipeline] sh 05:25:21 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:25:21 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:25:21 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:25:21 prd-ubuntu20.04-docker-8c-8g-5300 does not seem to be running inside a container 05:25:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/651 -v /w/workspace/edgex-go/651:/w/workspace/edgex-go/651:rw,z -v /w/workspace/edgex-go/651@tmp:/w/workspace/edgex-go/651@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:25:22 $ docker top 1b31b24c962e45c74d3b6f0e1b190fa278473dbb6b48cb652c704d95ae958003 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:25:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:25:22 [ssh-agent] Looking for ssh-agent implementation... 05:25:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:25:22 $ docker exec 1b31b24c962e45c74d3b6f0e1b190fa278473dbb6b48cb652c704d95ae958003 ssh-agent 05:25:22 SSH_AUTH_SOCK=/tmp/ssh-dB7UwgXPXfJ4/agent.32 05:25:22 SSH_AGENT_PID=38 05:25:22 Running ssh-add (command line suppressed) 05:25:22 Identity added: /w/workspace/edgex-go/651@tmp/private_key_14526543472758530619.key (/w/workspace/edgex-go/651@tmp/private_key_14526543472758530619.key) 05:25:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:25:23 + git semver push 05:25:23 2024-07-10 05:25:23,313 [run_push] DEBUG push 05:25:23 2024-07-10 05:25:23,316 [execute] INFO git cat-file --batch-check 05:25:23 2024-07-10 05:25:23,316 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/651/.semver, universal_newlines=False, shell=None, istream=) 05:25:23 2024-07-10 05:25:23,321 [execute] INFO git rev-list a5e2d674ed1a76a3f11fa4fe4f5d957c3715422c -- 05:25:23 2024-07-10 05:25:23,321 [execute] DEBUG Popen(['git', 'rev-list', 'a5e2d674ed1a76a3f11fa4fe4f5d957c3715422c', '--'], cwd=/w/workspace/edgex-go/651/.semver, universal_newlines=False, shell=None, istream=None) 05:25:23 2024-07-10 05:25:23,340 [execute] INFO git fetch -v origin 05:25:23 2024-07-10 05:25:23,340 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/651/.semver, universal_newlines=True, shell=None, istream=None) 05:25:23 2024-07-10 05:25:23,774 [run_push] DEBUG no remote changes detected 05:25:23 2024-07-10 05:25:23,774 [execute] INFO git push origin semver 05:25:23 2024-07-10 05:25:23,775 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/651/.semver, universal_newlines=False, shell=None, istream=None) 05:25:24 2024-07-10 05:25:24,526 [run_push] DEBUG push all version tags 05:25:24 2024-07-10 05:25:24,527 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 05:25:24 2024-07-10 05:25:24,527 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/651, universal_newlines=False, shell=None, istream=None) 05:25:25 2024-07-10 05:25:25,211 [read_version] DEBUG read version from /w/workspace/edgex-go/651/.semver/main 05:25:25 3.2.0-dev.34 [Pipeline] } 05:25:25 $ docker exec --env ******** --env ******** 1b31b24c962e45c74d3b6f0e1b190fa278473dbb6b48cb652c704d95ae958003 ssh-agent -k 05:25:25 unset SSH_AUTH_SOCK; 05:25:25 unset SSH_AGENT_PID; 05:25:25 echo Agent pid 38 killed; 05:25:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:25:25 + git semver [Pipeline] } 05:25:26 $ docker stop --time=1 1b31b24c962e45c74d3b6f0e1b190fa278473dbb6b48cb652c704d95ae958003 05:25:27 $ docker rm -f --volumes 1b31b24c962e45c74d3b6f0e1b190fa278473dbb6b48cb652c704d95ae958003 [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:25:28 + [ -d /w/workspace/edgex-go/651/archives ] [Pipeline] libraryResource [Pipeline] sh 05:25:28 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:25:29 ---> package-listing.sh 05:25:29 ++ facter osfamily 05:25:29 ++ tr '[:upper:]' '[:lower:]' 05:25:29 + OS_FAMILY=debian 05:25:29 + workspace=/w/workspace/edgex-go/651 05:25:29 + START_PACKAGES=/tmp/packages_start.txt 05:25:29 + END_PACKAGES=/tmp/packages_end.txt 05:25:29 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:25:29 + PACKAGES=/tmp/packages_start.txt 05:25:29 + '[' /w/workspace/edgex-go/651 ']' 05:25:29 + PACKAGES=/tmp/packages_end.txt 05:25:29 + case "${OS_FAMILY}" in 05:25:29 + dpkg -l 05:25:29 + grep '^ii' 05:25:29 + '[' -f /tmp/packages_start.txt ']' 05:25:29 + '[' -f /tmp/packages_end.txt ']' 05:25:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:25:29 + '[' /w/workspace/edgex-go/651 ']' 05:25:29 + mkdir -p /w/workspace/edgex-go/651/archives/ 05:25:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/651/archives/ [Pipeline] echo 05:25:29 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/651/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:25:29 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:25:30 05:25:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:25:30 latest: Pulling from edgex-lftools-log-publisher 05:25:30 5eb5b503b376: Pulling fs layer 05:25:30 5c69ac0246d0: Pulling fs layer 05:25:30 ec43610c2a17: Pulling fs layer 05:25:30 3a2ae6a8a46f: Pulling fs layer 05:25:30 33b1e0a273af: Pulling fs layer 05:25:30 5d3b04190fa2: Pulling fs layer 05:25:30 2f39f015ded8: Pulling fs layer 05:25:30 3a2ae6a8a46f: Waiting 05:25:30 33b1e0a273af: Waiting 05:25:30 5d3b04190fa2: Waiting 05:25:30 2f39f015ded8: Waiting 05:25:30 5c69ac0246d0: Download complete 05:25:30 3a2ae6a8a46f: Download complete 05:25:30 33b1e0a273af: Verifying Checksum 05:25:30 33b1e0a273af: Download complete 05:25:30 5d3b04190fa2: Download complete 05:25:30 ec43610c2a17: Verifying Checksum 05:25:30 ec43610c2a17: Download complete 05:25:30 5eb5b503b376: Verifying Checksum 05:25:30 5eb5b503b376: Download complete 05:25:31 2f39f015ded8: Download complete 05:25:31 5eb5b503b376: Pull complete 05:25:32 5c69ac0246d0: Pull complete 05:25:32 ec43610c2a17: Pull complete 05:25:32 3a2ae6a8a46f: Pull complete 05:25:33 33b1e0a273af: Pull complete 05:25:33 5d3b04190fa2: Pull complete 05:25:37 2f39f015ded8: Pull complete 05:25:37 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 05:25:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:25:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:25:37 prd-ubuntu20.04-docker-8c-8g-5300 does not seem to be running inside a container 05:25:37 $ 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/651/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/651 -v /w/workspace/edgex-go/651:/w/workspace/edgex-go/651:rw,z -v /w/workspace/edgex-go/651@tmp:/w/workspace/edgex-go/651@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:25:41 $ docker top c4cf8a25c203b8eb8bb9f6e238b37554faf8ed00522ac496a083625bb1dd15c1 -eo pid,comm [Pipeline] { [Pipeline] sh 05:25:42 + touch /tmp/pre-build-complete [Pipeline] sh 05:25:42 + mkdir -p /var/log/sysstat [Pipeline] sh 05:25:42 + ls /var/log/sa-host 05:25:42 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:25:43 provisioning config files... 05:25:43 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/651@tmp/config17746171074868197933tmp [Pipeline] { [Pipeline] echo 05:25:43 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:25:43 ---> create-netrc.sh [Pipeline] } 05:25:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 05:25:43 ---> python-tools-install.sh [Pipeline] echo 05:25:43 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:25:44 ---> sudo-logs.sh 05:25:44 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:25:44 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:25:44 ---> job-cost.sh 05:25:44 lf-activate-venv: SKIPPING 05:25:44 DEBUG: total: 0.10999999940395355 05:25:44 INFO: Retrieving Stack Cost... 05:25:44 INFO: Retrieving Pricing Info for: v3-standard-8 05:25:44 INFO: Archiving Costs [Pipeline] echo 05:25:44 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:25:45 ---> logs-deploy.sh 05:25:45 lf-activate-venv: SKIPPING 05:25:45 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/651 05:25:45 INFO: archiving workspace using pattern(s): 05:25:46 Archives upload complete. 05:25:46 INFO: archiving logs to Nexus 05:25:47 ---> uname -a: 05:25:47 Linux prd-ubuntu20-04-docker-8c-8g-5300 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 05:25:47 05:25:47 05:25:47 ---> lscpu: 05:25:47 Architecture: x86_64 05:25:47 CPU op-mode(s): 32-bit, 64-bit 05:25:47 Byte Order: Little Endian 05:25:47 Address sizes: 40 bits physical, 48 bits virtual 05:25:47 CPU(s): 8 05:25:47 On-line CPU(s) list: 0-7 05:25:47 Thread(s) per core: 1 05:25:47 Core(s) per socket: 1 05:25:47 Socket(s): 8 05:25:47 NUMA node(s): 1 05:25:47 Vendor ID: AuthenticAMD 05:25:47 CPU family: 23 05:25:47 Model: 49 05:25:47 Model name: AMD EPYC-Rome Processor 05:25:47 Stepping: 0 05:25:47 CPU MHz: 2800.000 05:25:47 BogoMIPS: 5600.00 05:25:47 Virtualization: AMD-V 05:25:47 Hypervisor vendor: KVM 05:25:47 Virtualization type: full 05:25:47 L1d cache: 256 KiB 05:25:47 L1i cache: 256 KiB 05:25:47 L2 cache: 4 MiB 05:25:47 L3 cache: 128 MiB 05:25:47 NUMA node0 CPU(s): 0-7 05:25:47 Vulnerability Itlb multihit: Not affected 05:25:47 Vulnerability L1tf: Not affected 05:25:47 Vulnerability Mds: Not affected 05:25:47 Vulnerability Meltdown: Not affected 05:25:47 Vulnerability Mmio stale data: Not affected 05:25:47 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:25:47 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 05:25:47 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 05:25:47 Vulnerability Srbds: Not affected 05:25:47 Vulnerability Tsx async abort: Not affected 05:25:47 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:25:47 05:25:47 05:25:47 ---> nproc: 05:25:47 8 05:25:47 05:25:47 05:25:47 ---> df -h: 05:25:47 Filesystem Size Used Avail Use% Mounted on 05:25:47 overlay 155G 27G 129G 18% / 05:25:47 tmpfs 64M 0 64M 0% /dev 05:25:47 tmpfs 16G 0 16G 0% /sys/fs/cgroup 05:25:47 shm 64M 0 64M 0% /dev/shm 05:25:47 /dev/vda1 155G 27G 129G 18% /facter-os 05:25:47 05:25:47 05:25:47 ---> sar -b -r -n DEV: 05:25:47 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5300) 07/10/24 _x86_64_ (8 CPU) 05:25:47 05:25:47 04:43:24 LINUX RESTART (8 CPU) 05:25:47 05:25:47 04:44:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 05:25:47 04:45:01 466.36 11.73 454.62 0.00 1759.44 135247.86 0.00 05:25:47 04:46:01 34.74 0.02 34.73 0.00 0.13 26791.55 0.00 05:25:47 04:47:01 25.13 0.20 24.93 0.00 6.53 9665.19 0.00 05:25:47 04:48:01 175.49 0.35 175.14 0.00 42.39 69781.84 0.00 05:25:47 04:49:01 1024.49 16.08 1008.41 0.00 217.13 358635.52 0.00 05:25:47 04:50:01 351.62 4.20 347.43 0.00 4273.42 51987.20 0.00 05:25:47 04:51:02 438.80 0.12 438.69 0.00 4.40 136428.92 0.00 05:25:47 04:52:01 537.74 0.12 537.62 0.00 15.16 52983.49 0.00 05:25:47 04:53:01 33.34 0.12 33.23 0.00 19.20 911.58 0.00 05:25:47 04:54:01 6.48 0.00 6.48 0.00 0.00 153.97 0.00 05:25:47 04:55:01 1.25 0.00 1.25 0.00 0.00 12.93 0.00 05:25:47 04:56:01 1.33 0.00 1.33 0.00 0.00 15.46 0.00 05:25:47 04:57:01 0.88 0.00 0.88 0.00 0.00 10.13 0.00 05:25:47 04:58:01 1.30 0.00 1.30 0.00 0.00 14.80 0.00 05:25:47 04:59:01 2.02 0.02 2.00 0.00 0.13 26.26 0.00 05:25:47 05:00:01 1.37 0.00 1.37 0.00 0.00 15.86 0.00 05:25:47 05:01:01 1.10 0.00 1.10 0.00 0.00 12.40 0.00 05:25:47 05:02:01 1.43 0.00 1.43 0.00 0.00 16.80 0.00 05:25:47 05:03:01 1.15 0.00 1.15 0.00 0.00 13.46 0.00 05:25:47 05:04:01 1.55 0.00 1.55 0.00 0.00 18.93 0.00 05:25:47 05:05:01 1.05 0.00 1.05 0.00 0.00 10.93 0.00 05:25:47 05:06:01 1.07 0.00 1.07 0.00 0.00 13.06 0.00 05:25:47 05:07:01 1.08 0.00 1.08 0.00 0.00 12.66 0.00 05:25:47 05:08:01 1.08 0.00 1.08 0.00 0.00 13.73 0.00 05:25:47 05:09:01 1.30 0.00 1.30 0.00 0.00 14.66 0.00 05:25:47 05:10:01 1.42 0.00 1.42 0.00 0.00 18.53 0.00 05:25:47 05:11:01 0.97 0.00 0.97 0.00 0.00 10.53 0.00 05:25:47 05:12:01 1.07 0.00 1.07 0.00 0.00 12.53 0.00 05:25:47 05:13:01 1.10 0.00 1.10 0.00 0.00 12.26 0.00 05:25:47 05:14:01 1.32 0.00 1.32 0.00 0.00 16.66 0.00 05:25:47 05:15:01 1.17 0.00 1.17 0.00 0.00 12.26 0.00 05:25:47 05:16:01 1.00 0.00 1.00 0.00 0.00 12.80 0.00 05:25:47 05:17:01 1.00 0.02 0.98 0.00 0.13 11.20 0.00 05:25:47 05:18:01 1.32 0.00 1.32 0.00 0.00 15.46 0.00 05:25:47 05:19:01 1.10 0.00 1.10 0.00 0.00 13.33 0.00 05:25:47 05:20:01 1.45 0.00 1.45 0.00 0.00 17.86 0.00 05:25:47 05:21:01 0.92 0.00 0.92 0.00 0.00 10.13 0.00 05:25:47 05:22:01 1.08 0.00 1.08 0.00 0.00 13.86 0.00 05:25:47 05:23:01 1.02 0.00 1.02 0.00 0.00 11.60 0.00 05:25:47 05:24:01 1.57 0.00 1.57 0.00 0.00 17.86 0.00 05:25:47 05:25:01 109.05 0.57 108.48 0.00 14.00 38059.73 0.00 05:25:47 Average: 78.85 0.82 78.04 0.00 154.97 21479.42 0.00 05:25:47 05:25:47 04:44:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 05:25:47 04:45:01 28150784 31385340 917920 2.79 125440 3296124 2099244 6.19 1312284 2927380 19204 05:25:47 04:46:01 27097080 31365808 933200 2.84 127880 4274948 2399192 7.07 1927056 3311832 225316 05:25:47 04:47:01 27113104 31357132 939384 2.86 132980 4216648 2026988 5.97 1530092 3666468 363716 05:25:47 04:48:01 25178400 31281904 1013296 3.08 143672 6040956 2405136 7.09 1733588 5358580 1500112 05:25:47 04:49:01 14901040 30505668 1687636 5.13 347392 14630148 6078940 17.92 3455728 13085704 185440 05:25:47 04:50:01 10211220 28573764 3608900 10.97 380292 17211800 9762220 28.77 6731260 14332828 1368636 05:25:47 04:51:02 9050000 29719132 2482344 7.55 390820 19459428 6360632 18.75 6411672 15799956 179560 05:25:47 04:52:01 12015496 31445416 804884 2.45 397852 18393112 2170808 6.40 3287860 16206904 556 05:25:47 04:53:01 12007560 31440744 808500 2.46 399412 18394316 2251248 6.63 3676764 15824884 552 05:25:47 04:54:01 12019716 31453224 795896 2.42 399696 18394340 2063468 6.08 3696928 15791096 212 05:25:47 04:55:01 12019816 31453360 795600 2.42 399720 18394340 2063468 6.08 3696728 15791096 8 05:25:47 04:56:01 12032232 31465952 783516 2.38 399740 18394472 2063468 6.08 3683832 15791212 8 05:25:47 04:57:01 12032776 31466504 782956 2.38 399752 18394476 2063468 6.08 3683888 15791216 172 05:25:47 04:58:01 12033152 31466880 782544 2.38 399772 18394476 2063468 6.08 3682860 15791216 4 05:25:47 04:59:01 12032456 31466216 783124 2.38 399800 18394456 2092696 6.17 3683228 15791212 4 05:25:47 05:00:01 12032828 31466588 782812 2.38 399820 18394456 2092696 6.17 3683080 15791212 88 05:25:47 05:01:01 12032568 31466392 783012 2.38 399848 18394460 2092696 6.17 3683144 15791220 12 05:25:47 05:02:01 12032780 31466616 782772 2.38 399848 18394468 2092696 6.17 3683004 15791224 24 05:25:47 05:03:01 12032684 31466548 782720 2.38 399884 18394468 2092696 6.17 3682948 15791224 188 05:25:47 05:04:01 12033552 31467420 781852 2.38 399912 18394472 2092696 6.17 3682204 15791228 68 05:25:47 05:05:01 12033204 31467072 782116 2.38 399928 18394472 2092696 6.17 3681968 15791228 16 05:25:47 05:06:01 12033700 31467636 781540 2.38 399940 18394476 2092696 6.17 3682008 15791236 148 05:25:47 05:07:01 12033684 31467624 781480 2.38 399952 18394480 2092696 6.17 3682076 15791240 24 05:25:47 05:08:01 12033536 31467476 781764 2.38 399972 18394480 2092696 6.17 3682064 15791240 44 05:25:47 05:09:01 12033508 31467520 781928 2.38 400004 18394484 2092696 6.17 3682276 15791248 44 05:25:47 05:10:01 12033972 31467988 781360 2.38 400016 18394496 2108748 6.21 3682508 15791252 16 05:25:47 05:11:01 12033736 31467752 781572 2.38 400040 18394496 2108748 6.21 3682228 15791252 12 05:25:47 05:12:01 12033404 31467492 781748 2.38 400064 18394500 2108748 6.21 3682540 15791260 152 05:25:47 05:13:01 12033648 31467844 781348 2.38 400076 18394628 2108748 6.21 3682544 15791368 8 05:25:47 05:14:01 12033568 31467808 781452 2.38 400104 18394624 2108748 6.21 3682484 15791360 60 05:25:47 05:15:01 12033796 31468088 781156 2.38 400124 18394636 2108748 6.21 3682420 15791392 12 05:25:47 05:16:01 12033736 31468028 781356 2.38 400140 18394636 2108748 6.21 3682420 15791392 48 05:25:47 05:17:01 12033720 31468020 781336 2.38 400144 18394636 2108748 6.21 3682432 15791396 24 05:25:47 05:18:01 12033672 31468024 781252 2.38 400168 18394640 2108748 6.21 3682460 15791396 52 05:25:47 05:19:01 12033576 31467936 781260 2.38 400192 18394640 2108748 6.21 3682812 15791400 40 05:25:47 05:20:01 12033552 31467980 781208 2.38 400208 18394652 2108748 6.21 3682544 15791408 12 05:25:47 05:21:01 12033496 31467924 781184 2.38 400220 18394652 2108748 6.21 3682560 15791408 8 05:25:47 05:22:01 12033632 31468072 781176 2.38 400236 18394656 2108748 6.21 3682548 15791412 60 05:25:47 05:23:01 12033396 31467840 781360 2.38 400256 18394660 2108748 6.21 3682588 15791416 28 05:25:47 05:24:01 12033592 31468096 781068 2.38 400292 18394660 2108748 6.21 3682548 15791420 32 05:25:47 05:25:01 10850504 31379608 868444 2.64 417592 19398532 2451640 7.23 3812840 16763176 375112 05:25:47 Average: 13404436 31315035 934877 2.84 372273 16964549 2511567 7.40 3611439 14556283 102923 05:25:47 05:25:47 04:44:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 05:25:47 04:45:01 veth627c013 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 05:25:47 04:45:01 docker0 804.43 818.43 60.08 4924.17 0.00 0.00 0.00 0.00 05:25:47 04:45:01 lo 4.73 4.73 0.46 0.46 0.00 0.00 0.00 0.00 05:25:47 04:45:01 ens3 1154.34 1028.71 10047.35 127.94 0.00 0.00 0.00 0.00 05:25:47 04:46:01 veth627c013 0.10 0.17 0.01 0.02 0.00 0.00 0.00 0.00 05:25:47 04:46:01 docker0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:25:47 04:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:25:47 04:46:01 ens3 22.13 12.33 17.04 9.39 0.00 0.00 0.00 0.00 05:25:47 04:47:01 veth627c013 1.33 1.35 0.12 0.12 0.00 0.00 0.00 0.00 05:25:47 04:47:01 docker0 1.33 1.33 0.10 0.12 0.00 0.00 0.00 0.00 05:25:47 04:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 04:47:01 ens3 28.51 19.21 23.48 12.63 0.00 0.00 0.00 0.00 05:25:47 04:48:01 vetha3a273e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 04:48:01 docker0 5.08 10.75 0.34 161.15 0.00 0.00 0.00 0.00 05:25:47 04:48:01 veth97cfea6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 04:48:01 veth8b81663 0.55 0.58 0.05 0.24 0.00 0.00 0.00 0.00 05:25:47 04:48:01 vethd739008 2.15 5.70 0.17 95.52 0.00 0.00 0.00 0.01 05:25:47 04:48:01 vethdcf6227 1.32 2.47 0.10 34.04 0.00 0.00 0.00 0.00 05:25:47 04:48:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 05:25:47 04:48:01 ens3 117.48 73.34 2438.76 18.58 0.00 0.00 0.00 0.00 05:25:47 04:48:01 veth10fc357 1.07 2.52 0.09 31.39 0.00 0.00 0.00 0.00 05:25:47 04:49:01 veth62e272c 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 05:25:47 04:49:01 vethe9d8aff 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 05:25:47 04:49:01 veth1c937eb 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 05:25:47 04:49:01 veth8802242 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 05:25:47 04:49:01 docker0 453.30 727.09 38.70 7057.49 0.00 0.00 0.00 0.00 05:25:47 04:49:01 veth8b81663 0.05 0.78 0.00 0.03 0.00 0.00 0.00 0.00 05:25:47 04:49:01 veth30b9258 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 05:25:47 04:49:01 veth32a1c86 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 05:25:47 04:49:01 veth9c32073 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 05:25:47 04:49:01 veth4720cdd 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 05:25:47 04:49:01 lo 0.40 0.40 0.04 0.04 0.00 0.00 0.00 0.00 05:25:47 04:49:01 veth487bd66 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 05:25:47 04:49:01 veth42d0f2b 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 05:25:47 04:49:01 ens3 906.01 557.98 8984.13 218.53 0.00 0.00 0.00 0.00 05:25:47 04:49:01 veth8570789 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 05:25:47 04:49:01 veth08891e7 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 05:25:47 04:50:01 veth62e272c 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 04:50:01 vethe9d8aff 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 04:50:01 veth1c937eb 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 04:50:01 veth8802242 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 04:50:01 docker0 0.12 0.10 0.00 0.01 0.00 0.00 0.00 0.00 05:25:47 04:50:01 veth8b81663 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 05:25:47 04:50:01 veth30b9258 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 04:50:01 veth32a1c86 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 04:50:01 veth9c32073 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 04:50:01 veth4720cdd 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 04:50:01 lo 0.53 0.53 0.04 0.04 0.00 0.00 0.00 0.00 05:25:47 04:50:01 veth487bd66 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 04:50:01 veth42d0f2b 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 04:50:01 ens3 138.68 82.79 1648.94 8.35 0.00 0.00 0.00 0.00 05:25:47 04:50:01 veth8570789 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 04:50:01 veth08891e7 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 04:51:02 veth62e272c 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 04:51:02 vethe9d8aff 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 04:51:02 veth1c937eb 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 04:51:02 veth8802242 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 04:51:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 04:51:02 veth8b81663 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 04:51:02 veth30b9258 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 04:51:02 veth32a1c86 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 04:51:02 veth9c32073 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 04:51:02 veth4720cdd 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 04:51:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 04:51:02 veth487bd66 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 04:51:02 veth42d0f2b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 04:51:02 ens3 5.83 3.50 4.78 2.59 0.00 0.00 0.00 0.00 05:25:47 04:51:02 veth8570789 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 04:51:02 veth08891e7 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 04:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 04:52:01 lo 25.24 25.24 2.48 2.48 0.00 0.00 0.00 0.00 05:25:47 04:52:01 ens3 205.70 189.95 126.05 780.25 0.00 0.00 0.00 0.00 05:25:47 04:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 04:53:01 lo 46.99 46.99 4.63 4.63 0.00 0.00 0.00 0.00 05:25:47 04:53:01 ens3 496.10 493.77 214.64 2709.78 0.00 0.00 0.00 0.00 05:25:47 04:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 04:54:01 lo 7.67 7.67 0.75 0.75 0.00 0.00 0.00 0.00 05:25:47 04:54:01 ens3 58.76 52.54 37.58 195.34 0.00 0.00 0.00 0.00 05:25:47 04:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 04:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 04:55:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 04:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 04:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:25:47 04:56:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:25:47 04:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 04:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 04:57:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 04:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 04:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:25:47 04:58:01 ens3 2.85 1.65 6.37 0.11 0.00 0.00 0.00 0.00 05:25:47 04:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 04:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 04:59:01 ens3 0.18 0.20 0.08 0.07 0.00 0.00 0.00 0.00 05:25:47 05:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 05:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:25:47 05:00:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:25:47 05:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 05:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 05:01:01 ens3 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 05:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 05:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:25:47 05:02:01 ens3 0.53 0.53 0.27 0.23 0.00 0.00 0.00 0.00 05:25:47 05:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 05:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 05:03:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 05:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 05:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:25:47 05:04:01 ens3 1.02 0.50 0.38 0.28 0.00 0.00 0.00 0.00 05:25:47 05:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 05:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 05:05:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 05:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 05:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:25:47 05:06:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:25:47 05:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 05:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 05:07:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 05:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 05:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:25:47 05:08:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:25:47 05:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 05:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 05:09:01 ens3 0.18 0.18 0.08 0.07 0.00 0.00 0.00 0.00 05:25:47 05:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 05:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:25:47 05:10:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:25:47 05:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 05:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 05:11:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 05:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 05:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:25:47 05:12:01 ens3 0.28 0.22 0.18 0.02 0.00 0.00 0.00 0.00 05:25:47 05:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 05:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 05:13:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 05:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 05:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:25:47 05:14:01 ens3 0.27 0.23 0.08 0.08 0.00 0.00 0.00 0.00 05:25:47 05:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 05:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 05:15:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 05:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 05:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:25:47 05:16:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 05:25:47 05:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 05:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 05:17:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 05:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 05:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:25:47 05:18:01 ens3 0.17 0.12 0.01 0.01 0.00 0.00 0.00 0.00 05:25:47 05:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 05:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 05:19:01 ens3 0.17 0.18 0.08 0.07 0.00 0.00 0.00 0.00 05:25:47 05:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 05:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:25:47 05:20:01 ens3 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 05:25:47 05:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 05:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 05:21:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 05:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 05:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:25:47 05:22:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:25:47 05:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 05:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 05:23:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 05:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:25:47 05:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:25:47 05:24:01 ens3 0.38 0.27 0.20 0.08 0.00 0.00 0.00 0.00 05:25:47 05:25:01 docker0 87.28 138.68 7.68 1255.62 0.00 0.00 0.00 0.00 05:25:47 05:25:01 lo 2.33 2.33 0.24 0.24 0.00 0.00 0.00 0.00 05:25:47 05:25:01 ens3 416.82 276.32 8062.38 149.33 0.00 0.00 0.00 0.00 05:25:47 Average: docker0 32.98 41.39 2.61 326.93 0.00 0.00 0.00 0.00 05:25:47 Average: lo 2.24 2.24 0.22 0.22 0.00 0.00 0.00 0.00 05:25:47 Average: ens3 86.73 68.13 771.26 103.02 0.00 0.00 0.00 0.00 05:25:47 05:25:47 05:25:47 ---> sar -P ALL: 05:25:47 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5300) 07/10/24 _x86_64_ (8 CPU) 05:25:47 05:25:47 04:43:24 LINUX RESTART (8 CPU) 05:25:47 05:25:47 04:44:01 CPU %user %nice %system %iowait %steal %idle 05:25:47 04:45:01 all 11.26 0.00 4.46 1.64 0.07 82.57 05:25:47 04:45:01 0 13.51 0.00 4.43 0.67 0.08 81.30 05:25:47 04:45:01 1 10.08 0.00 4.05 0.86 0.07 84.95 05:25:47 04:45:01 2 10.34 0.00 4.89 2.76 0.07 81.94 05:25:47 04:45:01 3 12.69 0.00 4.02 1.06 0.08 82.14 05:25:47 04:45:01 4 10.19 0.00 4.37 0.37 0.07 85.01 05:25:47 04:45:01 5 11.37 0.00 3.77 2.25 0.05 82.56 05:25:47 04:45:01 6 11.28 0.00 5.81 3.37 0.07 79.47 05:25:47 04:45:01 7 10.62 0.00 4.35 1.81 0.05 83.17 05:25:47 04:46:01 all 35.57 0.00 5.45 0.24 0.08 58.66 05:25:47 04:46:01 0 36.22 0.00 5.43 0.00 0.08 58.27 05:25:47 04:46:01 1 34.95 0.00 5.25 0.00 0.08 59.71 05:25:47 04:46:01 2 34.14 0.00 4.76 1.16 0.07 59.87 05:25:47 04:46:01 3 35.44 0.00 6.05 0.00 0.08 58.43 05:25:47 04:46:01 4 35.75 0.00 5.30 0.65 0.08 58.21 05:25:47 04:46:01 5 36.69 0.00 4.75 0.00 0.08 58.48 05:25:47 04:46:01 6 34.67 0.00 6.40 0.00 0.08 58.84 05:25:47 04:46:01 7 36.66 0.00 5.67 0.12 0.08 57.47 05:25:47 04:47:01 all 49.71 0.00 6.08 0.49 0.07 43.65 05:25:47 04:47:01 0 49.35 0.00 5.76 0.03 0.07 44.80 05:25:47 04:47:01 1 48.77 0.00 6.10 0.08 0.07 44.98 05:25:47 04:47:01 2 49.02 0.00 5.98 1.82 0.08 43.10 05:25:47 04:47:01 3 51.79 0.00 5.97 0.25 0.07 41.93 05:25:47 04:47:01 4 49.65 0.00 6.57 0.13 0.08 43.55 05:25:47 04:47:01 5 50.17 0.00 6.74 0.15 0.07 42.87 05:25:47 04:47:01 6 49.97 0.00 5.46 0.64 0.07 43.87 05:25:47 04:47:01 7 48.93 0.00 6.08 0.81 0.07 44.12 05:25:47 04:48:01 all 29.81 0.00 6.58 4.63 0.07 58.90 05:25:47 04:48:01 0 30.45 0.00 6.49 3.18 0.07 59.81 05:25:47 04:48:01 1 29.68 0.00 7.05 1.91 0.07 61.29 05:25:47 04:48:01 2 29.70 0.00 7.01 9.43 0.08 53.77 05:25:47 04:48:01 3 29.48 0.00 6.23 3.56 0.07 60.66 05:25:47 04:48:01 4 29.31 0.00 6.15 11.42 0.07 53.05 05:25:47 04:48:01 5 28.86 0.00 6.44 2.71 0.08 61.91 05:25:47 04:48:01 6 30.51 0.00 6.32 2.60 0.07 60.51 05:25:47 04:48:01 7 30.51 0.00 6.95 2.31 0.08 60.15 05:25:47 04:49:01 all 24.17 0.00 10.43 17.49 0.08 47.83 05:25:47 04:49:01 0 24.53 0.00 10.59 21.25 0.10 43.53 05:25:47 04:49:01 1 24.18 0.00 10.03 18.96 0.08 46.76 05:25:47 04:49:01 2 24.23 0.00 10.06 9.04 0.07 56.60 05:25:47 04:49:01 3 23.61 0.00 9.84 16.63 0.08 49.84 05:25:47 04:49:01 4 25.03 0.00 10.02 15.98 0.08 48.89 05:25:47 04:49:01 5 23.59 0.00 10.58 13.55 0.08 52.20 05:25:47 04:49:01 6 23.34 0.00 12.96 34.92 0.10 28.69 05:25:47 04:49:01 7 24.82 0.00 9.38 9.74 0.07 56.00 05:25:47 04:50:01 all 88.03 0.00 11.85 0.00 0.11 0.00 05:25:47 04:50:01 0 88.46 0.00 11.44 0.00 0.10 0.00 05:25:47 04:50:01 1 87.18 0.00 12.67 0.00 0.13 0.02 05:25:47 04:50:01 2 88.84 0.00 11.04 0.02 0.10 0.00 05:25:47 04:50:01 3 87.06 0.00 12.84 0.00 0.10 0.00 05:25:47 04:50:01 4 87.63 0.00 12.23 0.00 0.13 0.00 05:25:47 04:50:01 5 87.09 0.00 12.78 0.00 0.12 0.02 05:25:47 04:50:01 6 89.37 0.00 10.53 0.00 0.10 0.00 05:25:47 04:50:01 7 88.62 0.00 11.28 0.00 0.10 0.00 05:25:47 04:51:02 all 88.36 0.00 11.46 0.00 0.18 0.00 05:25:47 04:51:02 0 88.93 0.00 10.88 0.00 0.19 0.00 05:25:47 04:51:02 1 88.62 0.00 11.21 0.00 0.17 0.00 05:25:47 04:51:02 2 89.19 0.00 10.64 0.00 0.17 0.00 05:25:47 04:51:02 3 88.99 0.00 10.83 0.00 0.19 0.00 05:25:47 04:51:02 4 85.45 0.00 14.36 0.00 0.19 0.00 05:25:47 04:51:02 5 88.12 0.00 11.65 0.00 0.22 0.00 05:25:47 04:51:02 6 89.06 0.00 10.79 0.00 0.15 0.00 05:25:47 04:51:02 7 88.47 0.00 11.38 0.00 0.15 0.00 05:25:47 04:52:01 all 21.40 0.00 4.69 7.36 0.10 66.45 05:25:47 04:52:01 0 20.68 0.00 4.51 12.26 0.09 62.47 05:25:47 04:52:01 1 21.98 0.00 4.71 9.66 0.09 63.56 05:25:47 04:52:01 2 21.66 0.00 4.35 9.63 0.09 64.27 05:25:47 04:52:01 3 21.59 0.00 4.74 7.12 0.10 66.44 05:25:47 04:52:01 4 21.72 0.00 5.20 3.87 0.10 69.10 05:25:47 04:52:01 5 20.72 0.00 4.84 2.77 0.10 71.57 05:25:47 04:52:01 6 22.75 0.00 4.29 7.99 0.12 64.85 05:25:47 04:52:01 7 20.11 0.00 4.89 5.45 0.10 69.45 05:25:47 04:53:01 all 10.00 0.00 1.03 0.12 0.06 88.80 05:25:47 04:53:01 0 5.22 0.00 1.05 0.02 0.05 93.66 05:25:47 04:53:01 1 10.81 0.00 0.99 0.02 0.05 88.13 05:25:47 04:53:01 2 14.01 0.00 1.10 0.15 0.07 84.67 05:25:47 04:53:01 3 8.40 0.00 0.92 0.55 0.07 90.06 05:25:47 04:53:01 4 12.48 0.00 0.94 0.07 0.07 86.44 05:25:47 04:53:01 5 9.13 0.00 1.12 0.02 0.07 89.67 05:25:47 04:53:01 6 12.18 0.00 1.14 0.03 0.07 86.58 05:25:47 04:53:01 7 7.75 0.00 0.97 0.07 0.05 91.16 05:25:47 04:54:01 all 0.97 0.00 0.21 0.02 0.02 98.78 05:25:47 04:54:01 0 1.73 0.00 0.32 0.00 0.02 97.93 05:25:47 04:54:01 1 1.34 0.00 0.28 0.02 0.03 98.33 05:25:47 04:54:01 2 0.33 0.00 0.25 0.00 0.02 99.40 05:25:47 04:54:01 3 0.32 0.00 0.20 0.00 0.03 99.45 05:25:47 04:54:01 4 1.64 0.00 0.23 0.00 0.02 98.11 05:25:47 04:54:01 5 1.82 0.00 0.07 0.02 0.02 98.08 05:25:47 04:54:01 6 0.10 0.00 0.08 0.12 0.02 99.68 05:25:47 04:54:01 7 0.50 0.00 0.23 0.02 0.03 99.22 05:25:47 04:55:01 all 0.01 0.00 0.02 0.00 0.01 99.95 05:25:47 04:55:01 0 0.02 0.00 0.02 0.00 0.02 99.95 05:25:47 04:55:01 1 0.02 0.00 0.02 0.00 0.02 99.95 05:25:47 04:55:01 2 0.05 0.00 0.05 0.00 0.02 99.88 05:25:47 04:55:01 3 0.00 0.00 0.02 0.00 0.02 99.97 05:25:47 04:55:01 4 0.03 0.00 0.03 0.00 0.02 99.92 05:25:47 04:55:01 5 0.00 0.00 0.00 0.00 0.00 100.00 05:25:47 04:55:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:25:47 04:55:01 7 0.00 0.00 0.02 0.00 0.02 99.97 05:25:47 05:25:47 04:55:01 CPU %user %nice %system %iowait %steal %idle 05:25:47 04:56:01 all 0.04 0.00 0.02 0.00 0.01 99.93 05:25:47 04:56:01 0 0.03 0.00 0.00 0.00 0.00 99.97 05:25:47 04:56:01 1 0.02 0.00 0.03 0.00 0.02 99.93 05:25:47 04:56:01 2 0.07 0.00 0.03 0.02 0.02 99.87 05:25:47 04:56:01 3 0.10 0.00 0.07 0.00 0.03 99.80 05:25:47 04:56:01 4 0.02 0.00 0.00 0.00 0.02 99.97 05:25:47 04:56:01 5 0.03 0.00 0.02 0.00 0.00 99.95 05:25:47 04:56:01 6 0.00 0.00 0.00 0.02 0.00 99.98 05:25:47 04:56:01 7 0.03 0.00 0.02 0.00 0.00 99.95 05:25:47 04:57:01 all 0.03 0.00 0.01 0.00 0.01 99.94 05:25:47 04:57:01 0 0.02 0.00 0.05 0.00 0.02 99.92 05:25:47 04:57:01 1 0.00 0.00 0.02 0.00 0.03 99.95 05:25:47 04:57:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:25:47 04:57:01 3 0.05 0.00 0.00 0.00 0.02 99.93 05:25:47 04:57:01 4 0.07 0.00 0.03 0.00 0.02 99.88 05:25:47 04:57:01 5 0.07 0.00 0.02 0.00 0.02 99.90 05:25:47 04:57:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:25:47 04:57:01 7 0.02 0.00 0.00 0.00 0.02 99.97 05:25:47 04:58:01 all 0.04 0.00 0.02 0.00 0.01 99.91 05:25:47 04:58:01 0 0.05 0.00 0.02 0.00 0.02 99.92 05:25:47 04:58:01 1 0.05 0.00 0.07 0.00 0.03 99.85 05:25:47 04:58:01 2 0.07 0.00 0.00 0.02 0.02 99.90 05:25:47 04:58:01 3 0.02 0.00 0.03 0.00 0.02 99.93 05:25:47 04:58:01 4 0.07 0.00 0.03 0.00 0.02 99.88 05:25:47 04:58:01 5 0.05 0.00 0.02 0.00 0.02 99.92 05:25:47 04:58:01 6 0.00 0.00 0.00 0.02 0.00 99.98 05:25:47 04:58:01 7 0.05 0.00 0.02 0.00 0.00 99.93 05:25:47 04:59:01 all 0.03 0.00 0.05 0.00 0.01 99.91 05:25:47 04:59:01 0 0.03 0.00 0.02 0.00 0.00 99.95 05:25:47 04:59:01 1 0.07 0.00 0.08 0.00 0.03 99.82 05:25:47 04:59:01 2 0.02 0.00 0.03 0.02 0.00 99.93 05:25:47 04:59:01 3 0.00 0.00 0.05 0.00 0.00 99.95 05:25:47 04:59:01 4 0.10 0.00 0.08 0.00 0.02 99.80 05:25:47 04:59:01 5 0.00 0.00 0.03 0.00 0.00 99.97 05:25:47 04:59:01 6 0.02 0.00 0.02 0.02 0.00 99.95 05:25:47 04:59:01 7 0.03 0.00 0.05 0.00 0.02 99.90 05:25:47 05:00:01 all 0.04 0.00 0.01 0.00 0.01 99.94 05:25:47 05:00:01 0 0.03 0.00 0.03 0.00 0.02 99.92 05:25:47 05:00:01 1 0.03 0.00 0.02 0.00 0.02 99.93 05:25:47 05:00:01 2 0.03 0.00 0.02 0.00 0.02 99.93 05:25:47 05:00:01 3 0.07 0.00 0.02 0.00 0.02 99.90 05:25:47 05:00:01 4 0.03 0.00 0.02 0.00 0.02 99.93 05:25:47 05:00:01 5 0.02 0.00 0.00 0.00 0.00 99.98 05:25:47 05:00:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:25:47 05:00:01 7 0.10 0.00 0.00 0.00 0.02 99.88 05:25:47 05:01:01 all 0.03 0.00 0.02 0.00 0.01 99.94 05:25:47 05:01:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:25:47 05:01:01 1 0.03 0.00 0.00 0.00 0.03 99.93 05:25:47 05:01:01 2 0.02 0.00 0.02 0.02 0.00 99.95 05:25:47 05:01:01 3 0.02 0.00 0.02 0.00 0.02 99.95 05:25:47 05:01:01 4 0.05 0.00 0.02 0.00 0.02 99.92 05:25:47 05:01:01 5 0.03 0.00 0.02 0.00 0.00 99.95 05:25:47 05:01:01 6 0.00 0.00 0.00 0.02 0.00 99.98 05:25:47 05:01:01 7 0.07 0.00 0.07 0.00 0.03 99.83 05:25:47 05:02:01 all 0.03 0.00 0.01 0.00 0.01 99.94 05:25:47 05:02:01 0 0.03 0.00 0.02 0.00 0.02 99.93 05:25:47 05:02:01 1 0.00 0.00 0.02 0.02 0.02 99.95 05:25:47 05:02:01 2 0.03 0.00 0.00 0.00 0.02 99.95 05:25:47 05:02:01 3 0.08 0.00 0.02 0.00 0.02 99.88 05:25:47 05:02:01 4 0.05 0.00 0.02 0.00 0.02 99.92 05:25:47 05:02:01 5 0.05 0.00 0.02 0.00 0.02 99.92 05:25:47 05:02:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:25:47 05:02:01 7 0.02 0.00 0.03 0.00 0.02 99.93 05:25:47 05:03:01 all 0.04 0.00 0.02 0.00 0.01 99.92 05:25:47 05:03:01 0 0.08 0.00 0.02 0.00 0.00 99.90 05:25:47 05:03:01 1 0.00 0.00 0.02 0.00 0.00 99.98 05:25:47 05:03:01 2 0.00 0.00 0.03 0.00 0.00 99.97 05:25:47 05:03:01 3 0.02 0.00 0.02 0.00 0.02 99.95 05:25:47 05:03:01 4 0.03 0.00 0.03 0.00 0.03 99.90 05:25:47 05:03:01 5 0.15 0.00 0.03 0.00 0.00 99.82 05:25:47 05:03:01 6 0.00 0.00 0.00 0.03 0.02 99.95 05:25:47 05:03:01 7 0.05 0.00 0.03 0.00 0.02 99.90 05:25:47 05:04:01 all 0.05 0.00 0.02 0.00 0.01 99.92 05:25:47 05:04:01 0 0.10 0.00 0.03 0.00 0.03 99.83 05:25:47 05:04:01 1 0.03 0.00 0.02 0.02 0.02 99.92 05:25:47 05:04:01 2 0.05 0.00 0.02 0.00 0.02 99.92 05:25:47 05:04:01 3 0.03 0.00 0.02 0.00 0.00 99.95 05:25:47 05:04:01 4 0.08 0.00 0.03 0.00 0.02 99.87 05:25:47 05:04:01 5 0.05 0.00 0.02 0.00 0.02 99.92 05:25:47 05:04:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:25:47 05:04:01 7 0.03 0.00 0.02 0.00 0.02 99.93 05:25:47 05:05:01 all 0.23 0.00 0.02 0.00 0.01 99.73 05:25:47 05:05:01 0 0.05 0.00 0.05 0.00 0.02 99.88 05:25:47 05:05:01 1 0.00 0.00 0.02 0.00 0.02 99.97 05:25:47 05:05:01 2 0.00 0.00 0.02 0.00 0.00 99.98 05:25:47 05:05:01 3 1.68 0.00 0.00 0.00 0.02 98.31 05:25:47 05:05:01 4 0.03 0.00 0.08 0.02 0.02 99.85 05:25:47 05:05:01 5 0.02 0.00 0.02 0.00 0.02 99.95 05:25:47 05:05:01 6 0.00 0.00 0.00 0.02 0.00 99.98 05:25:47 05:05:01 7 0.03 0.00 0.02 0.00 0.03 99.92 05:25:47 05:06:01 all 0.08 0.00 0.01 0.00 0.01 99.90 05:25:47 05:06:01 0 0.07 0.00 0.05 0.00 0.03 99.85 05:25:47 05:06:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:25:47 05:06:01 2 0.03 0.00 0.00 0.02 0.02 99.93 05:25:47 05:06:01 3 0.30 0.00 0.00 0.00 0.00 99.70 05:25:47 05:06:01 4 0.08 0.00 0.00 0.00 0.02 99.90 05:25:47 05:06:01 5 0.05 0.00 0.00 0.00 0.00 99.95 05:25:47 05:06:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:25:47 05:06:01 7 0.08 0.00 0.05 0.00 0.02 99.85 05:25:47 05:25:47 05:06:01 CPU %user %nice %system %iowait %steal %idle 05:25:47 05:07:01 all 0.02 0.00 0.02 0.00 0.01 99.94 05:25:47 05:07:01 0 0.05 0.00 0.03 0.00 0.02 99.90 05:25:47 05:07:01 1 0.00 0.00 0.02 0.00 0.02 99.97 05:25:47 05:07:01 2 0.02 0.00 0.03 0.00 0.00 99.95 05:25:47 05:07:01 3 0.00 0.00 0.03 0.00 0.02 99.95 05:25:47 05:07:01 4 0.03 0.00 0.02 0.00 0.02 99.93 05:25:47 05:07:01 5 0.02 0.00 0.00 0.00 0.02 99.97 05:25:47 05:07:01 6 0.00 0.00 0.00 0.02 0.00 99.98 05:25:47 05:07:01 7 0.03 0.00 0.05 0.00 0.02 99.90 05:25:47 05:08:01 all 0.05 0.00 0.02 0.00 0.01 99.92 05:25:47 05:08:01 0 0.07 0.00 0.02 0.00 0.03 99.88 05:25:47 05:08:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:25:47 05:08:01 2 0.02 0.00 0.03 0.00 0.02 99.93 05:25:47 05:08:01 3 0.07 0.00 0.00 0.00 0.00 99.93 05:25:47 05:08:01 4 0.05 0.00 0.02 0.00 0.02 99.92 05:25:47 05:08:01 5 0.10 0.00 0.03 0.00 0.00 99.87 05:25:47 05:08:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:25:47 05:08:01 7 0.05 0.00 0.03 0.00 0.03 99.88 05:25:47 05:09:01 all 0.01 0.00 0.02 0.00 0.01 99.95 05:25:47 05:09:01 0 0.03 0.00 0.03 0.00 0.03 99.90 05:25:47 05:09:01 1 0.00 0.00 0.02 0.00 0.02 99.97 05:25:47 05:09:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:25:47 05:09:01 3 0.02 0.00 0.00 0.00 0.02 99.97 05:25:47 05:09:01 4 0.03 0.00 0.07 0.00 0.02 99.88 05:25:47 05:09:01 5 0.02 0.00 0.00 0.00 0.02 99.97 05:25:47 05:09:01 6 0.00 0.00 0.00 0.02 0.00 99.98 05:25:47 05:09:01 7 0.02 0.00 0.05 0.00 0.02 99.92 05:25:47 05:10:01 all 0.10 0.00 0.02 0.00 0.01 99.87 05:25:47 05:10:01 0 0.05 0.00 0.05 0.00 0.02 99.88 05:25:47 05:10:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:25:47 05:10:01 2 0.02 0.00 0.03 0.00 0.02 99.93 05:25:47 05:10:01 3 0.60 0.00 0.03 0.00 0.00 99.37 05:25:47 05:10:01 4 0.03 0.00 0.03 0.00 0.02 99.92 05:25:47 05:10:01 5 0.00 0.00 0.00 0.00 0.00 100.00 05:25:47 05:10:01 6 0.00 0.00 0.00 0.02 0.00 99.98 05:25:47 05:10:01 7 0.05 0.00 0.05 0.00 0.02 99.88 05:25:47 05:11:01 all 0.03 0.00 0.02 0.00 0.01 99.94 05:25:47 05:11:01 0 0.07 0.00 0.02 0.00 0.03 99.88 05:25:47 05:11:01 1 0.02 0.00 0.02 0.00 0.02 99.95 05:25:47 05:11:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:25:47 05:11:01 3 0.03 0.00 0.02 0.00 0.02 99.93 05:25:47 05:11:01 4 0.08 0.00 0.03 0.00 0.02 99.87 05:25:47 05:11:01 5 0.02 0.00 0.02 0.00 0.00 99.97 05:25:47 05:11:01 6 0.00 0.00 0.00 0.02 0.00 99.98 05:25:47 05:11:01 7 0.05 0.00 0.03 0.00 0.02 99.90 05:25:47 05:12:01 all 0.02 0.00 0.01 0.00 0.00 99.96 05:25:47 05:12:01 0 0.03 0.00 0.03 0.00 0.02 99.92 05:25:47 05:12:01 1 0.00 0.00 0.00 0.02 0.00 99.98 05:25:47 05:12:01 2 0.02 0.00 0.02 0.00 0.00 99.97 05:25:47 05:12:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:25:47 05:12:01 4 0.02 0.00 0.02 0.00 0.00 99.97 05:25:47 05:12:01 5 0.02 0.00 0.00 0.00 0.00 99.98 05:25:47 05:12:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:25:47 05:12:01 7 0.03 0.00 0.03 0.00 0.02 99.92 05:25:47 05:13:01 all 0.03 0.00 0.02 0.00 0.01 99.94 05:25:47 05:13:01 0 0.03 0.00 0.02 0.00 0.00 99.95 05:25:47 05:13:01 1 0.03 0.00 0.00 0.00 0.02 99.95 05:25:47 05:13:01 2 0.02 0.00 0.02 0.00 0.00 99.97 05:25:47 05:13:01 3 0.02 0.00 0.02 0.00 0.00 99.97 05:25:47 05:13:01 4 0.03 0.00 0.02 0.00 0.03 99.92 05:25:47 05:13:01 5 0.02 0.00 0.00 0.00 0.00 99.98 05:25:47 05:13:01 6 0.00 0.00 0.00 0.02 0.00 99.98 05:25:47 05:13:01 7 0.12 0.00 0.07 0.00 0.03 99.78 05:25:47 05:14:01 all 0.02 0.00 0.02 0.00 0.01 99.94 05:25:47 05:14:01 0 0.00 0.00 0.02 0.00 0.02 99.97 05:25:47 05:14:01 1 0.00 0.00 0.00 0.02 0.00 99.98 05:25:47 05:14:01 2 0.02 0.00 0.02 0.00 0.02 99.95 05:25:47 05:14:01 3 0.02 0.00 0.00 0.00 0.02 99.97 05:25:47 05:14:01 4 0.03 0.00 0.03 0.00 0.02 99.92 05:25:47 05:14:01 5 0.00 0.00 0.00 0.00 0.00 100.00 05:25:47 05:14:01 6 0.00 0.00 0.00 0.02 0.00 99.98 05:25:47 05:14:01 7 0.12 0.00 0.08 0.00 0.03 99.77 05:25:47 05:15:01 all 0.03 0.00 0.01 0.00 0.01 99.95 05:25:47 05:15:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:25:47 05:15:01 1 0.02 0.00 0.00 0.02 0.02 99.95 05:25:47 05:15:01 2 0.02 0.00 0.02 0.00 0.00 99.97 05:25:47 05:15:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:25:47 05:15:01 4 0.08 0.00 0.02 0.00 0.02 99.88 05:25:47 05:15:01 5 0.03 0.00 0.00 0.00 0.02 99.95 05:25:47 05:15:01 6 0.00 0.00 0.00 0.00 0.02 99.98 05:25:47 05:15:01 7 0.05 0.00 0.03 0.00 0.03 99.88 05:25:47 05:16:01 all 0.02 0.00 0.02 0.00 0.01 99.95 05:25:47 05:16:01 0 0.02 0.00 0.02 0.00 0.00 99.97 05:25:47 05:16:01 1 0.02 0.00 0.00 0.02 0.00 99.97 05:25:47 05:16:01 2 0.00 0.00 0.03 0.00 0.00 99.97 05:25:47 05:16:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:25:47 05:16:01 4 0.05 0.00 0.03 0.00 0.02 99.90 05:25:47 05:16:01 5 0.00 0.00 0.00 0.00 0.00 100.00 05:25:47 05:16:01 6 0.00 0.00 0.00 0.02 0.00 99.98 05:25:47 05:16:01 7 0.05 0.00 0.05 0.00 0.05 99.85 05:25:47 05:17:01 all 0.07 0.00 0.02 0.00 0.01 99.90 05:25:47 05:17:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:25:47 05:17:01 1 0.00 0.00 0.02 0.00 0.02 99.97 05:25:47 05:17:01 2 0.02 0.00 0.03 0.00 0.00 99.95 05:25:47 05:17:01 3 0.38 0.00 0.03 0.00 0.00 99.58 05:25:47 05:17:01 4 0.07 0.00 0.05 0.00 0.02 99.87 05:25:47 05:17:01 5 0.02 0.00 0.00 0.00 0.00 99.98 05:25:47 05:17:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:25:47 05:17:01 7 0.07 0.00 0.02 0.00 0.03 99.88 05:25:47 05:25:47 05:17:01 CPU %user %nice %system %iowait %steal %idle 05:25:47 05:18:01 all 0.21 0.00 0.02 0.00 0.01 99.76 05:25:47 05:18:01 0 0.00 0.00 0.02 0.00 0.00 99.98 05:25:47 05:18:01 1 0.02 0.00 0.02 0.02 0.00 99.95 05:25:47 05:18:01 2 0.00 0.00 0.02 0.00 0.00 99.98 05:25:47 05:18:01 3 1.48 0.00 0.02 0.00 0.02 98.49 05:25:47 05:18:01 4 0.08 0.00 0.03 0.00 0.02 99.87 05:25:47 05:18:01 5 0.02 0.00 0.02 0.00 0.03 99.93 05:25:47 05:18:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:25:47 05:18:01 7 0.03 0.00 0.05 0.00 0.02 99.90 05:25:47 05:19:01 all 0.04 0.00 0.03 0.00 0.01 99.92 05:25:47 05:19:01 0 0.05 0.00 0.02 0.00 0.00 99.93 05:25:47 05:19:01 1 0.02 0.00 0.02 0.02 0.02 99.93 05:25:47 05:19:01 2 0.03 0.00 0.00 0.00 0.02 99.95 05:25:47 05:19:01 3 0.02 0.00 0.02 0.00 0.00 99.97 05:25:47 05:19:01 4 0.03 0.00 0.03 0.00 0.00 99.93 05:25:47 05:19:01 5 0.03 0.00 0.03 0.00 0.02 99.92 05:25:47 05:19:01 6 0.00 0.00 0.00 0.02 0.00 99.98 05:25:47 05:19:01 7 0.10 0.00 0.08 0.00 0.03 99.78 05:25:47 05:20:01 all 0.03 0.00 0.01 0.00 0.01 99.95 05:25:47 05:20:01 0 0.00 0.00 0.02 0.00 0.02 99.97 05:25:47 05:20:01 1 0.00 0.00 0.00 0.00 0.02 99.98 05:25:47 05:20:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:25:47 05:20:01 3 0.03 0.00 0.00 0.00 0.02 99.95 05:25:47 05:20:01 4 0.07 0.00 0.02 0.00 0.02 99.90 05:25:47 05:20:01 5 0.00 0.00 0.00 0.00 0.03 99.97 05:25:47 05:20:01 6 0.00 0.00 0.00 0.02 0.00 99.98 05:25:47 05:20:01 7 0.10 0.00 0.07 0.00 0.02 99.82 05:25:47 05:21:01 all 0.03 0.00 0.01 0.00 0.00 99.95 05:25:47 05:21:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:25:47 05:21:01 1 0.03 0.00 0.00 0.02 0.00 99.95 05:25:47 05:21:01 2 0.00 0.00 0.02 0.00 0.00 99.98 05:25:47 05:21:01 3 0.05 0.00 0.00 0.00 0.00 99.95 05:25:47 05:21:01 4 0.05 0.00 0.02 0.00 0.02 99.92 05:25:47 05:21:01 5 0.03 0.00 0.02 0.00 0.00 99.95 05:25:47 05:21:01 6 0.00 0.00 0.02 0.00 0.00 99.98 05:25:47 05:21:01 7 0.08 0.00 0.03 0.00 0.02 99.87 05:25:47 05:22:01 all 0.16 0.00 0.02 0.00 0.01 99.80 05:25:47 05:22:01 0 0.05 0.00 0.02 0.00 0.02 99.92 05:25:47 05:22:01 1 0.00 0.00 0.02 0.00 0.02 99.97 05:25:47 05:22:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:25:47 05:22:01 3 1.16 0.00 0.02 0.00 0.00 98.83 05:25:47 05:22:01 4 0.03 0.00 0.05 0.00 0.02 99.90 05:25:47 05:22:01 5 0.02 0.00 0.03 0.00 0.02 99.93 05:25:47 05:22:01 6 0.00 0.00 0.00 0.02 0.00 99.98 05:25:47 05:22:01 7 0.02 0.00 0.03 0.00 0.02 99.93 05:25:47 05:23:01 all 0.28 0.00 0.02 0.00 0.01 99.69 05:25:47 05:23:01 0 0.05 0.00 0.03 0.00 0.00 99.92 05:25:47 05:23:01 1 0.02 0.00 0.00 0.02 0.00 99.97 05:25:47 05:23:01 2 0.02 0.00 0.02 0.00 0.00 99.97 05:25:47 05:23:01 3 1.99 0.00 0.00 0.00 0.02 98.00 05:25:47 05:23:01 4 0.07 0.00 0.03 0.00 0.02 99.88 05:25:47 05:23:01 5 0.03 0.00 0.02 0.00 0.02 99.93 05:25:47 05:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:25:47 05:23:01 7 0.02 0.00 0.05 0.00 0.03 99.90 05:25:47 05:24:01 all 0.06 0.00 0.02 0.00 0.01 99.91 05:25:47 05:24:01 0 0.02 0.00 0.03 0.00 0.02 99.93 05:25:47 05:24:01 1 0.02 0.00 0.02 0.02 0.02 99.93 05:25:47 05:24:01 2 0.02 0.00 0.00 0.00 0.02 99.97 05:25:47 05:24:01 3 0.25 0.00 0.03 0.00 0.02 99.70 05:25:47 05:24:01 4 0.07 0.00 0.05 0.00 0.02 99.87 05:25:47 05:24:01 5 0.02 0.00 0.00 0.00 0.02 99.97 05:25:47 05:24:01 6 0.00 0.00 0.00 0.02 0.00 99.98 05:25:47 05:24:01 7 0.07 0.00 0.02 0.00 0.02 99.90 05:25:47 05:25:01 all 6.50 0.00 2.72 0.35 0.04 90.39 05:25:47 05:25:01 0 6.70 0.00 2.96 1.77 0.03 88.54 05:25:47 05:25:01 1 6.91 0.00 2.72 0.59 0.03 89.75 05:25:47 05:25:01 2 5.54 0.00 2.25 0.03 0.03 92.15 05:25:47 05:25:01 3 6.94 0.00 2.32 0.05 0.03 90.66 05:25:47 05:25:01 4 6.52 0.00 2.52 0.13 0.05 90.78 05:25:47 05:25:01 5 6.38 0.00 3.32 0.03 0.03 90.23 05:25:47 05:25:01 6 5.98 0.00 2.93 0.17 0.03 90.88 05:25:47 05:25:01 7 7.01 0.00 2.74 0.03 0.07 90.14 05:25:47 Average: all 8.89 0.00 1.58 0.78 0.03 88.71 05:25:47 Average: 0 8.89 0.00 1.56 0.94 0.03 88.57 05:25:47 Average: 1 8.83 0.00 1.58 0.78 0.03 88.78 05:25:47 Average: 2 8.90 0.00 1.52 0.82 0.03 88.73 05:25:47 Average: 3 9.09 0.00 1.56 0.70 0.03 88.61 05:25:47 Average: 4 8.85 0.00 1.66 0.79 0.04 88.67 05:25:47 Average: 5 8.78 0.00 1.60 0.52 0.03 89.07 05:25:47 Average: 6 8.95 0.00 1.61 1.20 0.02 88.22 05:25:47 Average: 7 8.85 0.00 1.57 0.49 0.04 89.05 05:25:47 05:25:47 05:25:47