Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from d00eb61bd559b49c08ce600caa3e3487789f2306 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-ssh4251236214065672021.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-ssh1942300240295746362.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-ssh14160347621379069767.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-ssh15224508357659076607.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-ssh515309258596994655.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 ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-5105 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/649 [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/649 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision d00eb61bd559b49c08ce600caa3e3487789f2306 (main) Commit message: "Merge pull request #4818 from edgexfoundry/dependabot/go_modules/golang.org/x/crypto-0.25.0" > git config core.sparsecheckout # timeout=10 > git checkout -f d00eb61bd559b49c08ce600caa3e3487789f2306 # timeout=10 > git rev-list --no-walk 1563034bdd075c93d67b99643895e9c750b93b8f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:39:11 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:39:11 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:39:11 ========================================================= 00:39:11 EdgeX Global Pipelines Version Info 00:39:11 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:39:12 ------------------- 00:39:12 stable info: 00:39:12 ------------------- 00:39:12 Commited By: Ginny Guan ginny@iotechsys.com 00:39:12 Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc 00:39:12 Message: update stable to v1.0.260 00:39:12 ------------------- 00:39:12 experimental info: 00:39:12 ------------------- 00:39:12 Commited By: Ginny Guan ginny@iotechsys.com 00:39:12 Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 00:39:12 Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:39:12 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:39:12 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:39:12 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:39:12 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:39:12 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:39:12 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 00:39:12 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 00:39:12 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:39:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 00:39:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 00:39:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:39:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:39:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 00:39:13 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:39:13 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:39:13 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:39:13 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:39:13 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:39:13 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:39:13 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 00:39:13 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 00:39:13 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:39:13 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 00:39:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 00:39:13 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 00:39:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 00:39:13 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] echo 00:39:13 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d00eb61 [Pipeline] echo 00:39:13 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:39:13 provisioning config files... 00:39:13 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/649@tmp/config16295117182840182369tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:39:13 ---> ****-login.sh 00:39:13 nexus3.edgexfoundry.org:10001 00:39:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:39:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:39:14 Configure a credential helper to remove this warning. See 00:39:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:39:14 00:39:14 Login Succeeded 00:39:14 nexus3.edgexfoundry.org:10002 00:39:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:39:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:39:14 Configure a credential helper to remove this warning. See 00:39:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:39:14 00:39:14 Login Succeeded 00:39:14 nexus3.edgexfoundry.org:10003 00:39:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:39:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:39:14 Configure a credential helper to remove this warning. See 00:39:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:39:14 00:39:14 Login Succeeded 00:39:14 nexus3.edgexfoundry.org:10004 00:39:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:39:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:39:14 Configure a credential helper to remove this warning. See 00:39:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:39:14 00:39:14 Login Succeeded 00:39:14 ****.io 00:39:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:39:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:39:14 Configure a credential helper to remove this warning. See 00:39:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:39:14 00:39:14 Login Succeeded 00:39:14 ---> ****-login.sh ends [Pipeline] } 00:39:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:39:15 + 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 00:39:15 + dirname cmd/core-command/Dockerfile 00:39:15 + cut -d/ -f2 00:39:15 + echo core-command,cmd/core-command/Dockerfile 00:39:15 + dirname cmd/core-common-config-bootstrapper/Dockerfile 00:39:15 + cut -d/ -f2 00:39:15 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 00:39:15 + + dirname cmd/core-data/Dockerfilecut 00:39:15 -d/ -f2 00:39:15 + echo core-data,cmd/core-data/Dockerfile 00:39:15 + dirname cmd/core-keeper/Dockerfile 00:39:15 + cut -d/ -f2 00:39:15 + echo core-keeper,cmd/core-keeper/Dockerfile 00:39:15 + + dirname cmd/core-metadata/Dockerfile 00:39:15 cut -d/ -f2 00:39:15 + echo core-metadata,cmd/core-metadata/Dockerfile 00:39:15 + dirname cmd/security-bootstrapper/Dockerfile 00:39:15 + cut -d/ -f2 00:39:15 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:39:15 + dirname cmd/security-proxy-auth/Dockerfile 00:39:15 + cut -d/ -f2 00:39:15 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 00:39:15 + dirname cmd/security-proxy-setup/Dockerfile 00:39:15 + cut -d/ -f2 00:39:15 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:39:15 + dirname cmd/security-secretstore-setup/Dockerfile 00:39:15 + cut -d/ -f2 00:39:15 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:39:15 + dirname cmd/security-spiffe-token-provider/Dockerfile 00:39:15 + cut -d/ -f2 00:39:15 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 00:39:15 + dirname cmd/security-spire-agent/Dockerfile 00:39:15 + cut -d/ -f2 00:39:15 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 00:39:15 + + dirname cmd/security-spire-config/Dockerfile 00:39:15 cut -d/ -f2 00:39:15 + echo security-spire-config,cmd/security-spire-config/Dockerfile 00:39:15 + dirname cmd/security-spire-server/Dockerfile 00:39:15 + cut -d/ -f2 00:39:15 + echo security-spire-server,cmd/security-spire-server/Dockerfile 00:39:15 + dirname cmd/support-notifications/Dockerfile 00:39:15 + cut -d/ -f2 00:39:15 + echo support-notifications,cmd/support-notifications/Dockerfile 00:39:15 + dirname cmd/support-scheduler/Dockerfile 00:39:15 + cut -d/ -f2 00:39:15 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 00:39:15 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 00:39:15 + git rev-list -1 --merges d00eb61bd559b49c08ce600caa3e3487789f2306~1..d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] echo 00:39:15 -----------> git rev-list -1 --merges d00eb61bd559b49c08ce600caa3e3487789f2306~1..d00eb61bd559b49c08ce600caa3e3487789f2306 d00eb61bd559b49c08ce600caa3e3487789f2306 00:39:15 d00eb61bd559b49c08ce600caa3e3487789f2306 [false] [Pipeline] sh 00:39:15 + git log --format=format:%s -1 d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] echo 00:39:15 ========================================================= 00:39:15 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 00:39:15 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 00:39:16 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:39:16 + grep -v github /etc/ssh/ssh_known_hosts 00:39:16 + [ -e /tmp/ssh_known_hosts ] 00:39:16 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 00:39:16 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 00:39:16 + sudo tee -a /etc/ssh/ssh_known_hosts 00:39:16 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:39:16 00:39:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:39:17 0.1.4: Pulling from edgex-devops/py-git-semver 00:39:17 b85a868b505f: Pulling fs layer 00:39:17 e2be974225ed: Pulling fs layer 00:39:17 339a4e72a1f5: Pulling fs layer 00:39:17 988bab9f4d93: Pulling fs layer 00:39:17 1469e6f7b9e6: Pulling fs layer 00:39:17 eaf3925da568: Pulling fs layer 00:39:17 bab4dde63d76: Pulling fs layer 00:39:17 bde34c3a00c8: Pulling fs layer 00:39:17 b352a97aabf1: Pulling fs layer 00:39:17 4872d77fe225: Pulling fs layer 00:39:17 5851b861e8e6: Pulling fs layer 00:39:17 1469e6f7b9e6: Waiting 00:39:17 eaf3925da568: Waiting 00:39:17 bab4dde63d76: Waiting 00:39:17 bde34c3a00c8: Waiting 00:39:17 b352a97aabf1: Waiting 00:39:17 4872d77fe225: Waiting 00:39:17 5851b861e8e6: Waiting 00:39:17 988bab9f4d93: Waiting 00:39:17 e2be974225ed: Download complete 00:39:17 988bab9f4d93: Download complete 00:39:17 1469e6f7b9e6: Verifying Checksum 00:39:17 1469e6f7b9e6: Download complete 00:39:17 eaf3925da568: Verifying Checksum 00:39:17 eaf3925da568: Download complete 00:39:17 339a4e72a1f5: Verifying Checksum 00:39:17 339a4e72a1f5: Download complete 00:39:17 bde34c3a00c8: Verifying Checksum 00:39:17 bde34c3a00c8: Download complete 00:39:17 b352a97aabf1: Verifying Checksum 00:39:17 b352a97aabf1: Download complete 00:39:17 4872d77fe225: Verifying Checksum 00:39:17 4872d77fe225: Download complete 00:39:17 5851b861e8e6: Download complete 00:39:17 b85a868b505f: Verifying Checksum 00:39:17 b85a868b505f: Download complete 00:39:17 bab4dde63d76: Verifying Checksum 00:39:17 bab4dde63d76: Download complete 00:39:18 b85a868b505f: Pull complete 00:39:18 e2be974225ed: Pull complete 00:39:19 339a4e72a1f5: Pull complete 00:39:19 988bab9f4d93: Pull complete 00:39:19 1469e6f7b9e6: Pull complete 00:39:19 eaf3925da568: Pull complete 00:39:21 bab4dde63d76: Pull complete 00:39:21 bde34c3a00c8: Pull complete 00:39:21 b352a97aabf1: Pull complete 00:39:21 4872d77fe225: Pull complete 00:39:21 5851b861e8e6: Pull complete 00:39:22 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 00:39:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:39:22 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:39:22 prd-ubuntu20.04-docker-8c-8g-5105 does not seem to be running inside a container 00:39:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/649 -v /w/workspace/edgex-go/649:/w/workspace/edgex-go/649:rw,z -v /w/workspace/edgex-go/649@tmp:/w/workspace/edgex-go/649@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 00:39:25 $ docker top c2223322553ec683be0b817308778b342e5a4dd968b1a67899adefb7daeb9e42 -eo pid,comm 00:39:25 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). 00:39:25 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:39:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:39:25 [ssh-agent] Looking for ssh-agent implementation... 00:39:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:39:25 $ docker exec c2223322553ec683be0b817308778b342e5a4dd968b1a67899adefb7daeb9e42 ssh-agent 00:39:25 SSH_AUTH_SOCK=/tmp/ssh-3hLHdFsvPt5o/agent.33 00:39:25 SSH_AGENT_PID=39 00:39:25 Running ssh-add (command line suppressed) 00:39:26 Identity added: /w/workspace/edgex-go/649@tmp/private_key_1500414076624064419.key (/w/workspace/edgex-go/649@tmp/private_key_1500414076624064419.key) 00:39:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:39:26 + git tag --points-at HEAD [Pipeline] } 00:39:26 $ docker exec --env ******** --env ******** c2223322553ec683be0b817308778b342e5a4dd968b1a67899adefb7daeb9e42 ssh-agent -k 00:39:26 unset SSH_AUTH_SOCK; 00:39:26 unset SSH_AGENT_PID; 00:39:26 echo Agent pid 39 killed; 00:39:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:39:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:39:26 [ssh-agent] Looking for ssh-agent implementation... 00:39:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:39:26 $ docker exec c2223322553ec683be0b817308778b342e5a4dd968b1a67899adefb7daeb9e42 ssh-agent 00:39:26 SSH_AUTH_SOCK=/tmp/ssh-GgYdQDeGAEpE/agent.72 00:39:26 SSH_AGENT_PID=78 00:39:26 Running ssh-add (command line suppressed) 00:39:26 Identity added: /w/workspace/edgex-go/649@tmp/private_key_14268495497045151102.key (/w/workspace/edgex-go/649@tmp/private_key_14268495497045151102.key) 00:39:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:39:27 + git semver init 00:39:27 2024-07-06 00:39:27,344 [run_init] DEBUG init version:0.0.0 force:False 00:39:27 2024-07-06 00:39:27,345 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/649/.semver 00:39:27 2024-07-06 00:39:27,346 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/649/.semver 00:39:27 2024-07-06 00:39:27,346 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/649/.semver'], cwd=/w/workspace/edgex-go/649, universal_newlines=False, shell=None, istream=None) 00:39:32 2024-07-06 00:39:32,561 [append_file] DEBUG append to file:/w/workspace/edgex-go/649/.git/info/exclude 00:39:32 2024-07-06 00:39:32,562 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/649/.semver/main with force:False 00:39:32 2024-07-06 00:39:32,562 [read_version] DEBUG read version from /w/workspace/edgex-go/649/.semver/main 00:39:32 2024-07-06 00:39:32,562 [read_version] DEBUG read version from /w/workspace/edgex-go/649/.semver/main 00:39:32 3.2.0-dev.31 [Pipeline] } 00:39:32 $ docker exec --env ******** --env ******** c2223322553ec683be0b817308778b342e5a4dd968b1a67899adefb7daeb9e42 ssh-agent -k 00:39:32 unset SSH_AUTH_SOCK; 00:39:32 unset SSH_AGENT_PID; 00:39:32 echo Agent pid 78 killed; 00:39:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:39:33 + git semver [Pipeline] } 00:39:33 $ docker stop --time=1 c2223322553ec683be0b817308778b342e5a4dd968b1a67899adefb7daeb9e42 00:39:34 $ docker rm -f --volumes c2223322553ec683be0b817308778b342e5a4dd968b1a67899adefb7daeb9e42 [Pipeline] // withDockerContainer [Pipeline] sh 00:39:35 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:39:35 Stashed 1 file(s) [Pipeline] echo 00:39:35 [edgeXSemver]: initialized semver on version 3.2.0-dev.31 [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 00:39:35 + git config --global --add safe.directory /w/workspace/edgex-go/649 [Pipeline] echo 00:39:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 00:39:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 00:39:35 ========================================================= 00:39:35 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 00:39:35 ========================================================= [Pipeline] fileExists [Pipeline] sh 00:39:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 00:39:36 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 00:39:36 619be1103602: Pulling fs layer 00:39:36 7862e08f4a3e: Pulling fs layer 00:39:36 5df492c9dc93: Pulling fs layer 00:39:36 7629e6793208: Pulling fs layer 00:39:36 4f4fb700ef54: Pulling fs layer 00:39:36 fb5054dd5b73: Pulling fs layer 00:39:36 eeca6798cff9: Pulling fs layer 00:39:36 aa269ceb94a6: Pulling fs layer 00:39:36 ada007ff1a6a: Pulling fs layer 00:39:36 7629e6793208: Waiting 00:39:36 4f4fb700ef54: Waiting 00:39:36 ada007ff1a6a: Waiting 00:39:36 eeca6798cff9: Waiting 00:39:36 fb5054dd5b73: Waiting 00:39:36 aa269ceb94a6: Waiting 00:39:36 7862e08f4a3e: Download complete 00:39:36 7629e6793208: Verifying Checksum 00:39:36 7629e6793208: Download complete 00:39:36 4f4fb700ef54: Verifying Checksum 00:39:36 4f4fb700ef54: Download complete 00:39:36 619be1103602: Verifying Checksum 00:39:36 619be1103602: Download complete 00:39:36 fb5054dd5b73: Download complete 00:39:36 eeca6798cff9: Verifying Checksum 00:39:36 eeca6798cff9: Download complete 00:39:36 619be1103602: Pull complete 00:39:36 ada007ff1a6a: Verifying Checksum 00:39:36 ada007ff1a6a: Download complete 00:39:36 7862e08f4a3e: Pull complete 00:39:36 5df492c9dc93: Verifying Checksum 00:39:36 5df492c9dc93: Download complete 00:39:36 aa269ceb94a6: Verifying Checksum 00:39:36 aa269ceb94a6: Download complete 00:39:40 5df492c9dc93: Pull complete 00:39:40 7629e6793208: Pull complete 00:39:40 4f4fb700ef54: Pull complete 00:39:40 fb5054dd5b73: Pull complete 00:39:40 eeca6798cff9: Pull complete 00:39:43 aa269ceb94a6: Pull complete 00:39:44 ada007ff1a6a: Pull complete 00:39:44 Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 00:39:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 00:39:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh 00:39:44 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 00:39:44 WORKDIR /edgex 00:39:44 COPY go.mod . 00:39:44 RUN go mod download+ 00:39:44 docker build -t ci-base-image-x86_64 -f - . 00:39:45 Sending build context to Docker daemon 178.6MB 00:39:45 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 00:39:45 ---> f489d0715acc 00:39:45 Step 2/4 : WORKDIR /edgex 00:39:50 Still waiting to schedule task 00:39:50 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 00:39:57 ---> Running in e7c73e7106e8 00:39:57 Removing intermediate container e7c73e7106e8 00:39:57 ---> 059f82f04138 00:39:57 Step 3/4 : COPY go.mod . 00:39:57 ---> c427d8836769 00:39:57 Step 4/4 : RUN go mod download 00:39:57 ---> Running in 8b76f86e4142 00:40:29 Removing intermediate container 8b76f86e4142 00:40:29 ---> be129fbe3dd6 00:40:29 Successfully built be129fbe3dd6 00:40:29 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:30 + docker inspect -f . ci-base-image-x86_64 00:40:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:40:30 prd-ubuntu20.04-docker-8c-8g-5105 does not seem to be running inside a container 00:40:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/649 -v /w/workspace/edgex-go/649:/w/workspace/edgex-go/649:rw,z -v /w/workspace/edgex-go/649@tmp:/w/workspace/edgex-go/649@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 00:40:30 $ docker top 090cfc2c45aa6936588457bad63ed89d59a84fff314e223a7d80ea0f6d26cb15 -eo pid,comm [Pipeline] { [Pipeline] sh 00:40:30 + go version 00:40:30 go version go1.21.9 linux/amd64 [Pipeline] } 00:40:30 $ docker stop --time=1 090cfc2c45aa6936588457bad63ed89d59a84fff314e223a7d80ea0f6d26cb15 00:40:32 $ docker rm -f --volumes 090cfc2c45aa6936588457bad63ed89d59a84fff314e223a7d80ea0f6d26cb15 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:32 + docker inspect -f . ci-base-image-x86_64 00:40:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:40:32 prd-ubuntu20.04-docker-8c-8g-5105 does not seem to be running inside a container 00:40:32 $ 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/649 -v /w/workspace/edgex-go/649:/w/workspace/edgex-go/649:rw,z -v /w/workspace/edgex-go/649@tmp:/w/workspace/edgex-go/649@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 00:40:33 $ docker top 57472d2aaa49ef572a6156dd3ba9adc038d3d6d16386b58bc07ed763d1bd46f1 -eo pid,comm [Pipeline] { [Pipeline] echo 00:40:33 ========================================================= 00:40:33 [edgeXBuildGoParallel] Running Tests and Build... 00:40:33 ========================================================= [Pipeline] sh 00:40:33 + git config --global --add safe.directory /w/workspace/edgex-go/649 [Pipeline] fileExists [Pipeline] sh 00:40:33 + make test 00:40:33 go test -race -coverprofile=coverage.out ./... 00:40:40 ? github.com/edgexfoundry/edgex-go [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/cmd/core-keeper [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:41:19 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.023s coverage: 28.7% of statements 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:41:19 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.030s coverage: 97.0% of statements 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/core/keeper [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/application [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/config [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/container [no test files] 00:41:20 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 00:41:20 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks [no test files] 00:41:20 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/registry [no test files] 00:41:20 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/utils [no test files] 00:41:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:41:21 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.058s coverage: 69.2% of statements 00:41:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.036s coverage: 53.2% of statements 00:41:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.336s coverage: 93.4% of statements 00:41:21 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.040s coverage: 91.7% of statements 00:41:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.077s coverage: 6.5% of statements 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:41:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.382s coverage: 95.8% of statements 00:41:24 ok github.com/edgexfoundry/edgex-go/internal/io 1.027s coverage: 72.2% of statements 00:41:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 00:41:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:41:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.041s coverage: 0.8% of statements 00:41:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.029s coverage: 32.2% of statements 00:41:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.031s coverage: 41.7% of statements 00:41:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.018s coverage: 77.8% of statements 00:41:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.021s coverage: 94.1% of statements 00:41:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.035s coverage: 96.3% of statements 00:41:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.024s coverage: 87.5% of statements 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:41:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:41:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 00:41:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:41:32 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:41:32 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:41:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 00:41:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 00:41:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 00:41:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:41:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:41:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:41:37 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 00:41:37 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 00:41:37 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 00:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 00:41:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.029s coverage: 94.4% of statements 00:41:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 00:41:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 00:41:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:41:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:41:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 00:41:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 00:41:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 00:41:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 00:41:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:41:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:41:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 00:41:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 00:41:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.270s coverage: 79.9% of statements 00:41:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.046s coverage: 92.9% of statements 00:41:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.018s coverage: 64.4% of statements 00:41:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.027s coverage: 62.3% of statements 00:41:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.026s coverage: 87.2% of statements 00:41:51 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.015s coverage: 20.0% of statements 00:41:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.018s coverage: 100.0% of statements 00:41:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.067s coverage: 81.8% of statements 00:41:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.067s coverage: 82.1% of statements 00:41:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.023s coverage: 86.0% of statements 00:41:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.126s coverage: 63.1% of statements 00:41:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.025s coverage: 100.0% of statements 00:41:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.025s coverage: 89.4% of statements 00:41:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.016s coverage: 100.0% of statements 00:41:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.024s coverage: 73.7% of statements 00:41:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.018s coverage: 100.0% of statements 00:41:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.147s coverage: 38.4% of statements 00:41:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.024s coverage: 89.5% of statements 00:41:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.019s coverage: 84.8% of statements 00:41:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.040s coverage: 19.9% of statements 00:41:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.088s coverage: 95.7% of statements 00:41:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.027s coverage: 61.8% of statements 00:41:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.062s coverage: 98.9% of statements 00:41:51 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 00:41:51 running golangci-lint 00:41:51 golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z 00:41:51 go version go1.21.9 linux/amd64 00:41:52 level=info msg="[config_reader] Used config file .golangci.yml" 00:41:52 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 00:42:18 level=info msg="[loader] Go packages loading at mode 575 (deps|exports_file|imports|types_sizes|compiled_files|files|name) took 22.453558384s" 00:42:18 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 46.870792ms" 00:42:28 level=info msg="[linters_context/goanalysis] analyzers took 1m47.418352197s with top 10 stages: buildir: 1m0.35414075s, gosec: 9.634565208s, fact_deprecated: 2.923549304s, inspect: 2.467681999s, ctrlflow: 1.808581366s, printf: 1.380714725s, fact_purity: 1.281501476s, nilness: 1.223428241s, S1038: 1.140953852s, directives: 1.126062355s" 00:42:28 level=info msg="[runner] Issues before processing: 209, after processing: 0" 00:42:28 level=info msg="[runner] Processors filtering stat (out/in): nolint: 0/21, filename_unadjuster: 209/209, exclude-rules: 21/209, exclude: 209/209, path_prettifier: 209/209, identifier_marker: 209/209, autogenerated_exclude: 209/209, skip_dirs: 209/209, cgo: 209/209, skip_files: 209/209" 00:42:28 level=info msg="[runner] processing took 20.680466ms with stages: nolint: 8.277677ms, identifier_marker: 5.148846ms, autogenerated_exclude: 2.741421ms, path_prettifier: 1.997865ms, exclude-rules: 1.473643ms, skip_dirs: 959.232µs, cgo: 58.651µs, filename_unadjuster: 18.461µs, max_same_issues: 880ns, exclude: 610ns, skip_files: 530ns, fixer: 500ns, uniq_by_line: 380ns, max_from_linter: 320ns, diff: 290ns, severity-rules: 280ns, sort_results: 270ns, path_prefixer: 220ns, source_code: 150ns, path_shortener: 120ns, max_per_file_from_linter: 120ns" 00:42:28 level=info msg="[runner] linters took 12.950061718s with stages: goanalysis_metalinter: 12.92926709s" 00:42:28 level=info msg="File cache stats: 0 entries of total size 0B" 00:42:28 level=info msg="Memory: 351 samples, avg is 292.7MB, max is 1337.2MB" 00:42:28 level=info msg="Execution took 35.4641471s" 00:42:28 go vet ./... 00:42:33 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 00:42:33 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 00:42:34 ./bin/test-attribution-txt.sh [Pipeline] echo 00:42:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh 00:42:34 + ls -al . 00:42:34 total 840 00:42:34 drwxrwxr-x 11 1001 1001 4096 Jul 6 00:40 . 00:42:34 drwxr-xr-x 4 root root 4096 Jul 6 00:40 .. 00:42:34 drwxrwxr-x 2 1001 1001 4096 Jul 6 00:39 .blubracket 00:42:34 -rw-rw-r-- 1 1001 1001 10 Jul 6 00:39 .dockerignore 00:42:34 drwxrwxr-x 8 1001 1001 4096 Jul 6 00:41 .git 00:42:34 drwxrwxr-x 3 1001 1001 4096 Jul 6 00:39 .github 00:42:34 -rw-rw-r-- 1 1001 1001 1102 Jul 6 00:39 .gitignore 00:42:34 -rw-rw-r-- 1 1001 1001 42 Jul 6 00:39 .golangci.yml 00:42:34 -rw-rw-r-- 1 1001 1001 100 Jul 6 00:39 .hadolint.yml 00:42:34 drwxr-xr-x 3 1001 1001 4096 Jul 6 00:39 .semver 00:42:34 -rw-rw-r-- 1 1001 1001 155 Jul 6 00:39 .sonarcloud.properties 00:42:34 -rw-rw-r-- 1 1001 1001 1171 Jul 6 00:39 ADOPTERS.md 00:42:34 -rw-rw-r-- 1 1001 1001 20361 Jul 6 00:39 Attribution.txt 00:42:34 -rw-rw-r-- 1 1001 1001 100284 Jul 6 00:39 CHANGELOG.md 00:42:34 -rw-rw-r-- 1 1001 1001 3804 Jul 6 00:39 CONTRIBUTING.md 00:42:34 -rw-rw-r-- 1 1001 1001 677 Jul 6 00:39 GOVERNANCE.md 00:42:34 -rw-rw-r-- 1 1001 1001 861 Jul 6 00:39 Jenkinsfile 00:42:34 -rw-rw-r-- 1 1001 1001 10775 Jul 6 00:39 LICENSE 00:42:34 -rw-rw-r-- 1 1001 1001 16051 Jul 6 00:39 Makefile 00:42:34 -rw-rw-r-- 1 1001 1001 582 Jul 6 00:39 OWNERS.md 00:42:34 -rw-rw-r-- 1 1001 1001 9528 Jul 6 00:39 README.md 00:42:34 -rw-rw-r-- 1 1001 1001 789 Jul 6 00:39 SECURITY.md 00:42:34 -rw-rw-r-- 1 1001 1001 12 Jul 6 00:39 VERSION 00:42:34 drwxrwxr-x 2 1001 1001 4096 Jul 6 00:39 bin 00:42:34 drwxrwxr-x 19 1001 1001 4096 Jul 6 00:39 cmd 00:42:34 -rw-r--r-- 1 root root 481596 Jul 6 00:41 coverage.out 00:42:34 drwxrwxr-x 2 1001 1001 4096 Jul 6 00:39 fuzz_test 00:42:34 -rw-rw-r-- 1 1001 1001 6911 Jul 6 00:39 go.mod 00:42:34 -rw-rw-r-- 1 1001 1001 101537 Jul 6 00:39 go.sum 00:42:34 drwxrwxr-x 7 1001 1001 4096 Jul 6 00:39 internal 00:42:34 drwxrwxr-x 3 1001 1001 4096 Jul 6 00:39 openapi 00:42:34 -rw-rw-r-- 1 1001 1001 584 Jul 6 00:39 security.txt 00:42:34 -rw-rw-r-- 1 1001 1001 204 Jul 6 00:39 version.go [Pipeline] sh 00:42:35 + '[' -e coverage.out ] 00:42:35 + chown 1001:1001 coverage.out [Pipeline] stash 00:42:35 Stashed 1 file(s) [Pipeline] sh 00:42:35 + make build 00:42:35 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 00:42:57 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:42:58 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 00:43:00 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 00:43:00 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 00:43:02 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:43:05 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:43:06 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 00:43:09 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:43:09 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:43:10 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 00:43:10 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:43:11 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 00:43:12 $ docker stop --time=1 57472d2aaa49ef572a6156dd3ba9adc038d3d6d16386b58bc07ed763d1bd46f1 00:43:20 $ docker rm -f --volumes 57472d2aaa49ef572a6156dd3ba9adc038d3d6d16386b58bc07ed763d1bd46f1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:43:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:43:21 00:43:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:43:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:43:21 latest: Pulling from edgex-devops/edgex-compose 00:43:21 91d30c5bc195: Pulling fs layer 00:43:21 2e9b0aa3be6d: Pulling fs layer 00:43:21 9c61dcf015f6: Pulling fs layer 00:43:21 4698f68db338: Pulling fs layer 00:43:21 2a2f49069b9e: Pulling fs layer 00:43:21 e0025b399a48: Pulling fs layer 00:43:21 4698f68db338: Waiting 00:43:21 2a2f49069b9e: Waiting 00:43:21 91d30c5bc195: Verifying Checksum 00:43:21 91d30c5bc195: Download complete 00:43:21 4698f68db338: Verifying Checksum 00:43:21 4698f68db338: Download complete 00:43:21 2e9b0aa3be6d: Verifying Checksum 00:43:21 2e9b0aa3be6d: Download complete 00:43:21 91d30c5bc195: Pull complete 00:43:21 e0025b399a48: Download complete 00:43:22 2e9b0aa3be6d: Pull complete 00:43:25 2a2f49069b9e: Download complete 00:43:25 9c61dcf015f6: Download complete 00:43:26 Running on prd-ubuntu20.04-docker-arm64-4c-16g-5106 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 00:43:26 Running in /w/workspace/edgex-go/649 [Pipeline] { [Pipeline] checkout 00:43:29 9c61dcf015f6: Pull complete 00:43:29 4698f68db338: Pull complete 00:43:29 2a2f49069b9e: Pull complete 00:43:29 e0025b399a48: Pull complete 00:43:29 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 00:43:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:43:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } 00:43:29 The recommended git tool is: git [Pipeline] // withEnv [Pipeline] withDockerContainer 00:43:29 prd-ubuntu20.04-docker-8c-8g-5105 does not seem to be running inside a container 00:43:29 $ 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/649 -v /w/workspace/edgex-go/649:/w/workspace/edgex-go/649:rw,z -v /w/workspace/edgex-go/649@tmp:/w/workspace/edgex-go/649@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 00:43:33 $ docker top 36410a0085bed18cebbce21535cc6489623e2a875e9197b0eb1e21bb4c19e653 -eo pid,comm [Pipeline] { [Pipeline] sh 00:43:34 + docker compose -f ./docker-compose-build.yml build --parallel 00:43:36 #1 [security-proxy-auth internal] load build definition from Dockerfile 00:43:36 #1 transferring dockerfile: 2.15kB done 00:43:36 #1 DONE 0.0s 00:43:36 00:43:36 #2 [security-spire-server internal] load build definition from Dockerfile 00:43:36 #2 transferring dockerfile: 1.70kB done 00:43:36 #2 DONE 0.0s 00:43:36 00:43:36 #3 [security-bootstrapper internal] load build definition from Dockerfile 00:43:36 #3 transferring dockerfile: 2.93kB done 00:43:36 #3 DONE 0.0s 00:43:36 00:43:36 #4 [support-notifications internal] load build definition from Dockerfile 00:43:36 #4 transferring dockerfile: 1.95kB done 00:43:36 #4 DONE 0.1s 00:43:36 00:43:36 #5 [core-metadata internal] load build definition from Dockerfile 00:43:36 #5 transferring dockerfile: 2.06kB done 00:43:36 #5 DONE 0.1s 00:43:36 00:43:36 #6 [security-proxy-auth internal] load .dockerignore 00:43:36 #6 transferring context: 50B done 00:43:36 #6 DONE 0.1s 00:43:36 00:43:36 #7 [core-keeper internal] load build definition from Dockerfile 00:43:36 #7 ... 00:43:36 00:43:36 #8 [support-scheduler internal] load build definition from Dockerfile 00:43:36 #8 transferring dockerfile: 1.93kB done 00:43:36 #8 DONE 0.1s 00:43:36 00:43:36 #9 [security-spire-config internal] load build definition from Dockerfile 00:43:36 #9 transferring dockerfile: 1.69kB 0.0s done 00:43:36 #9 DONE 0.2s 00:43:36 00:43:36 #10 [security-spiffe-token-provider internal] load build definition from Dockerfile 00:43:36 #10 transferring dockerfile: 1.89kB done 00:43:36 #10 DONE 0.1s 00:43:36 00:43:36 #11 [security-secretstore-setup internal] load build definition from Dockerfile 00:43:36 #11 transferring dockerfile: 2.49kB done 00:43:36 #11 DONE 0.2s 00:43:36 00:43:36 #12 [security-spire-agent internal] load build definition from Dockerfile 00:43:36 #12 transferring dockerfile: 1.81kB done 00:43:36 #12 DONE 0.1s 00:43:36 00:43:36 #7 [core-keeper internal] load build definition from Dockerfile 00:43:36 #7 transferring dockerfile: 2.01kB done 00:43:36 #7 DONE 0.1s 00:43:36 00:43:36 #13 [security-spire-server internal] load .dockerignore 00:43:36 #13 transferring context: 50B done 00:43:36 #13 DONE 0.1s 00:43:36 00:43:36 #14 [core-common-config-bootstrapper internal] load build definition from Dockerfile 00:43:36 #14 transferring dockerfile: 2.23kB done 00:43:36 #14 DONE 0.2s 00:43:36 00:43:36 #15 [core-data internal] load build definition from Dockerfile 00:43:36 #15 transferring dockerfile: 2.01kB done 00:43:36 #15 DONE 0.1s 00:43:36 00:43:36 #16 [core-command internal] load build definition from Dockerfile 00:43:36 #16 transferring dockerfile: 1.93kB done 00:43:36 #16 DONE 0.2s 00:43:36 00:43:36 #17 [security-bootstrapper internal] load .dockerignore 00:43:36 #17 transferring context: 50B done 00:43:36 #17 DONE 0.1s 00:43:36 00:43:36 #18 [security-proxy-setup internal] load build definition from Dockerfile 00:43:36 #18 transferring dockerfile: 2.50kB done 00:43:36 #18 DONE 0.2s 00:43:36 00:43:36 #19 [support-notifications internal] load .dockerignore 00:43:36 #19 DONE 0.0s 00:43:36 00:43:36 #19 [support-notifications internal] load .dockerignore 00:43:36 #19 transferring context: 50B done 00:43:36 #19 DONE 0.0s 00:43:36 00:43:36 #20 [core-metadata internal] load .dockerignore 00:43:36 #20 transferring context: 50B done 00:43:36 #20 DONE 0.0s 00:43:36 00:43:36 #21 [security-spire-config internal] load .dockerignore 00:43:36 #21 transferring context: 50B done 00:43:36 #21 DONE 0.0s 00:43:36 00:43:36 #22 [support-scheduler internal] load .dockerignore 00:43:36 #22 transferring context: 50B done 00:43:36 #22 DONE 0.0s 00:43:36 00:43:36 #23 [security-secretstore-setup internal] load .dockerignore 00:43:36 #23 transferring context: 50B done 00:43:36 #23 DONE 0.0s 00:43:36 00:43:36 #24 [core-common-config-bootstrapper internal] load .dockerignore 00:43:37 #24 transferring context: 50B done 00:43:37 #24 DONE 0.1s 00:43:37 00:43:37 #25 [security-spiffe-token-provider internal] load .dockerignore 00:43:37 #25 transferring context: 50B done 00:43:37 #25 DONE 0.0s 00:43:37 00:43:37 #26 [security-spire-agent internal] load .dockerignore 00:43:37 #26 transferring context: 50B done 00:43:37 #26 DONE 0.0s 00:43:37 00:43:37 #27 [core-keeper internal] load .dockerignore 00:43:37 #27 transferring context: 50B done 00:43:37 #27 DONE 0.0s 00:43:37 00:43:37 #28 [core-command internal] load .dockerignore 00:43:37 #28 transferring context: 50B done 00:43:37 #28 DONE 0.0s 00:43:37 00:43:37 #29 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 00:43:37 #29 DONE 0.0s 00:43:37 00:43:37 #30 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.18 00:43:37 #30 DONE 0.1s 00:43:37 00:43:37 #31 [core-data internal] load .dockerignore 00:43:37 #31 transferring context: 50B done 00:43:37 #31 DONE 0.1s 00:43:37 00:43:37 #32 [security-proxy-setup internal] load .dockerignore 00:43:37 #32 transferring context: 50B done 00:43:37 #32 DONE 0.1s 00:43:37 00:43:37 #29 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 00:43:37 #29 DONE 0.0s 00:43:37 00:43:37 #33 [security-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 00:43:37 #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 00:43:37 #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 00:43:37 #33 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done 00:43:37 #33 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done 00:43:37 #33 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.2s 00:43:37 #33 ... 00:43:37 00:43:37 #29 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 00:43:37 #29 DONE 0.0s 00:43:37 00:43:37 #30 [support-scheduler internal] load metadata for docker.io/library/alpine:3.18 00:43:37 #30 DONE 0.3s 00:43:37 00:43:37 #33 [security-secretstore-setup stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 00:43:37 #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 00:43:37 #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 00:43:37 #33 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done 00:43:37 #33 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done 00:43:37 #33 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.2s done 00:43:37 #33 extracting sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 00:43:37 #33 ... 00:43:37 00:43:37 #29 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 00:43:37 #29 DONE 0.0s 00:43:37 00:43:37 #33 [security-secretstore-setup stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 00:43:37 using credential edgex-jenkins-ssh 00:43:37 Cloning the remote Git repository 00:43:37 #33 ... 00:43:37 00:43:37 #29 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 00:43:37 #29 DONE 0.0s 00:43:37 00:43:37 #33 [security-spiffe-token-provider stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 00:43:37 #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 00:43:37 #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 00:43:37 #33 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done 00:43:37 #33 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done 00:43:37 #33 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.2s done 00:43:37 #33 extracting sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 0.5s done 00:43:37 #33 ... 00:43:37 00:43:37 #34 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 00:43:37 #34 DONE 0.8s 00:43:37 00:43:37 #29 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 00:43:37 #29 DONE 0.0s 00:43:37 00:43:37 #33 [security-spire-server stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 00:43:37 #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 00:43:37 #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 00:43:37 #33 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done 00:43:37 #33 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done 00:43:37 #33 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.2s done 00:43:37 #33 extracting sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 0.5s done 00:43:38 #33 ... 00:43:38 00:43:38 #29 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 00:43:38 #29 DONE 0.0s 00:43:38 00:43:38 #30 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 00:43:38 #30 DONE 0.8s 00:43:38 00:43:38 #33 [core-keeper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 00:43:38 #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 00:43:38 #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 00:43:38 #33 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done 00:43:38 #33 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done 00:43:38 #33 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.2s done 00:43:38 #33 extracting sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 0.5s done 00:43:38 #33 ... 00:43:38 00:43:38 #35 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 00:43:38 #35 DONE 0.6s 00:43:38 00:43:38 #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 00:43:38 #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 00:43:38 #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 00:43:38 #33 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done 00:43:38 #33 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done 00:43:38 #33 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.2s done 00:43:38 #33 extracting sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 0.5s done 00:43:38 #33 DONE 1.8s 00:43:38 00:43:38 #36 [security-spire-server internal] load build context 00:43:38 #36 transferring context: 26.79kB 0.1s done 00:43:38 #36 DONE 0.9s 00:43:38 00:43:38 #37 [security-spire-config internal] load build context 00:43:38 #37 transferring context: 25.04kB 0.1s done 00:43:38 #37 DONE 0.9s 00:43:38 00:43:38 #38 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 00:43:37 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:43:37 > git init /w/workspace/edgex-go/649 # timeout=10 00:43:38 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:43:38 > git --version # timeout=10 00:43:38 > git --version # 'git version 2.25.1' 00:43:38 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:38 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:43:39 #38 ... 00:43:39 00:43:39 #39 [security-spire-agent internal] load build context 00:43:39 #39 transferring context: 26.32kB 0.0s done 00:43:39 #39 DONE 0.8s 00:43:39 00:43:39 #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:43:39 #40 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.2s done 00:43:39 #40 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done 00:43:39 #40 sha256:13e228de2edc156c9cd22d12c33ecfc049b8ac3b6e92ae8d11319185a75505d4 1.05kB / 1.05kB done 00:43:39 #40 sha256:61cc53a269b199a7b169c2fb56b2d1061fc00d6167416d87f60f3ddc5ceb4f8b 2.74kB / 2.74kB done 00:43:39 #40 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.4s 00:43:39 #40 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.4s 00:43:39 #40 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.4s done 00:43:39 #40 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done 00:43:39 #40 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 8.39MB / 25.84MB 1.0s 00:43:39 #40 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done 00:43:39 #40 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 done 00:43:39 #40 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 10.49MB / 25.84MB 1.1s 00:43:39 #40 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 12.58MB / 25.84MB 1.2s 00:43:39 #40 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 15.73MB / 25.84MB 1.3s 00:43:39 #40 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 17.83MB / 25.84MB 1.4s 00:43:39 #40 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 22.02MB / 25.84MB 1.6s 00:43:39 #40 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 24.12MB / 25.84MB 1.7s 00:43:40 #40 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 1.8s 00:43:40 #40 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 2.0s done 00:43:40 #40 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 00:43:42 #40 ... 00:43:42 00:43:42 #41 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-x86_64 00:43:42 #41 DONE 4.6s 00:43:42 00:43:42 #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:43:44 #40 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 3.3s done 00:43:47 #40 ... 00:43:47 00:43:47 #42 [security-proxy-auth internal] load build context 00:43:47 #42 transferring context: 291.69MB 9.7s 00:43:47 #42 ... 00:43:47 00:43:47 #43 [security-bootstrapper internal] load build context 00:43:47 #43 ... 00:43:47 00:43:47 #44 [support-notifications internal] load build context 00:43:47 #44 ... 00:43:47 00:43:47 #45 [security-secretstore-setup internal] load build context 00:43:47 #45 ... 00:43:47 00:43:47 #46 [support-scheduler internal] load build context 00:43:47 #46 ... 00:43:47 00:43:47 #47 [core-metadata internal] load build context 00:43:47 #47 ... 00:43:47 00:43:47 #46 [support-scheduler internal] load build context 00:43:47 #46 ... 00:43:47 00:43:47 #48 [security-spiffe-token-provider internal] load build context 00:43:48 #48 ... 00:43:48 00:43:48 #46 [support-scheduler internal] load build context 00:43:48 #46 ... 00:43:48 00:43:48 #49 [core-common-config-bootstrapper internal] load build context 00:43:48 #49 ... 00:43:48 00:43:48 #50 [security-proxy-setup internal] load build context 00:43:48 #50 ... 00:43:48 00:43:48 #51 [core-command internal] load build context 00:43:48 #51 ... 00:43:48 00:43:48 #52 [core-keeper internal] load build context 00:43:49 #52 ... 00:43:49 00:43:49 #53 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 00:43:49 #53 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 0.4s done 00:43:49 #53 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done 00:43:49 #53 sha256:7e76a3dce7eaf6d44f2b1987f5da8cd79a07e608aa6fd6d2c6133d2de2567113 1.05kB / 1.05kB done 00:43:49 #53 sha256:fbfe9bfccec4363503047752a0612bd8185689ca4b7569a923953aa6ca43f9dc 2.74kB / 2.74kB done 00:43:49 #53 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 1.2s done 00:43:49 #53 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 18.86MB / 18.86MB 1.9s done 00:43:49 #53 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 done 00:43:49 #53 extracting sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 2.5s done 00:43:49 #53 ... 00:43:49 00:43:49 #54 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 00:43:49 #0 2.391 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:43:49 #0 2.614 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:43:49 #0 2.955 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 00:43:49 #0 2.955 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 00:43:49 #0 2.955 OK: 20072 distinct packages available 00:43:49 #0 2.989 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:43:49 #0 3.061 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:43:49 #0 3.234 (1/11) Installing ca-certificates (20240226-r0) 00:43:49 #0 3.883 (2/11) Installing brotli-libs (1.0.9-r14) 00:43:49 #0 3.894 (3/11) Installing libunistring (1.1-r1) 00:43:49 #0 3.908 (4/11) Installing libidn2 (2.3.4-r1) 00:43:49 #0 3.912 (5/11) Installing nghttp2-libs (1.57.0-r0) 00:43:49 #0 3.925 (6/11) Installing libcurl (8.5.0-r0) 00:43:49 #0 3.937 (7/11) Installing curl (8.5.0-r0) 00:43:49 #0 3.939 (8/11) Installing dumb-init (1.2.5-r2) 00:43:49 #0 3.950 (9/11) Installing musl-obstack (1.2.3-r2) 00:43:49 #0 3.954 (10/11) Installing libucontext (1.2-r2) 00:43:49 #0 3.957 (11/11) Installing gcompat (1.1.0-r1) 00:43:49 #0 3.961 Executing busybox-1.36.1-r7.trigger 00:43:49 #0 3.968 Executing ca-certificates-20240226-r0.trigger 00:43:49 #0 4.020 OK: 12 MiB in 26 packages 00:43:49 #54 ... 00:43:49 00:43:49 #55 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 00:43:49 #55 ... 00:43:49 00:43:49 #56 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 00:43:49 #56 ... 00:43:49 00:43:49 #57 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:49 #57 ... 00:43:49 00:43:49 #58 [core-data internal] load build context 00:43:49 #58 ... 00:43:49 00:43:49 #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 00:43:49 #59 ... 00:43:49 00:43:49 #60 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 00:43:49 #60 ... 00:43:49 00:43:49 #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 00:43:49 #0 7.090 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:43:49 #0 7.168 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:43:49 #0 7.342 (1/6) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 00:43:49 #0 7.729 (2/6) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 00:43:49 #0 7.749 (3/6) Installing dumb-init (1.2.5-r2) 00:43:49 #0 7.756 (4/6) Installing openssl (3.1.6-r0) 00:43:49 #0 7.769 (5/6) Installing su-exec (0.2-r3) 00:43:49 #0 7.773 (6/6) Installing yq (4.33.3-r5) 00:43:49 #0 7.843 Executing busybox-1.36.1-r7.trigger 00:43:49 #0 7.853 OK: 17 MiB in 19 packages 00:43:49 #61 ... 00:43:49 00:43:49 #62 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 00:43:49 #62 ... 00:43:49 00:43:49 #63 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 00:43:49 #0 2.632 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:43:49 #0 2.712 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:43:49 #0 2.964 (1/2) Installing dumb-init (1.2.5-r2) 00:43:49 #0 3.863 (2/2) Installing su-exec (0.2-r3) 00:43:49 #0 3.863 Executing busybox-1.36.1-r7.trigger 00:43:49 #0 3.871 OK: 7 MiB in 17 packages 00:43:50 #63 ... 00:43:50 00:43:50 #58 [core-data internal] load build context 00:43:52 #58 ... 00:43:52 00:43:52 #64 [core-keeper builder 2/7] WORKDIR /edgex-go 00:43:52 #64 ... 00:43:52 00:43:52 #47 [core-metadata internal] load build context 00:43:52 #47 transferring context: 263.85MB 14.5s 00:43:53 #47 ... 00:43:53 00:43:53 #58 [core-data internal] load build context 00:43:54 #58 transferring context: 439.75MB 15.3s done 00:43:56 Avoid second fetch 00:43:56 Checking out Revision d00eb61bd559b49c08ce600caa3e3487789f2306 (main) 00:43:55 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:43:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:43:56 > git config core.sparsecheckout # timeout=10 00:43:56 > git checkout -f d00eb61bd559b49c08ce600caa3e3487789f2306 # timeout=10 00:43:57 Commit message: "Merge pull request #4818 from edgexfoundry/dependabot/go_modules/golang.org/x/crypto-0.25.0" 00:43:57 #58 ... 00:43:57 00:43:57 #42 [security-proxy-auth internal] load build context 00:43:57 #42 transferring context: 439.75MB 12.7s done 00:43:57 #42 ... 00:43:57 00:43:57 #38 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 00:43:57 #38 8.618 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:43:57 #38 8.724 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:43:57 #38 8.911 (1/1) Installing dumb-init (1.2.5-r2) 00:43:57 #38 8.915 Executing busybox-1.36.1-r7.trigger 00:43:57 #38 8.926 OK: 7 MiB in 16 packages 00:43:57 #38 ... 00:43:57 00:43:57 #44 [support-notifications internal] load build context 00:43:57 #44 transferring context: 439.75MB 13.1s done 00:43:57 #44 ... 00:43:57 00:43:57 #43 [security-bootstrapper internal] load build context 00:43:57 #43 transferring context: 439.75MB 15.3s done 00:43:58 #43 ... 00:43:58 00:43:58 #45 [security-secretstore-setup internal] load build context 00:43:58 #45 transferring context: 439.75MB 17.7s done 00:43:58 #45 ... 00:43:58 00:43:58 #48 [security-spiffe-token-provider internal] load build context 00:43:58 #48 transferring context: 439.75MB 14.6s done 00:43:58 #48 ... 00:43:58 00:43:58 #49 [core-common-config-bootstrapper internal] load build context 00:43:58 #49 transferring context: 439.75MB 15.7s done 00:43:58 #49 ... 00:43:58 00:43:58 #50 [security-proxy-setup internal] load build context 00:43:58 #50 transferring context: 439.75MB 17.6s done 00:43:58 #50 ... 00:43:58 00:43:58 #46 [support-scheduler internal] load build context 00:43:58 #46 transferring context: 439.75MB 14.7s done 00:43:58 #46 ... 00:43:58 00:43:58 #51 [core-command internal] load build context 00:43:58 #51 transferring context: 439.75MB 14.5s done 00:43:58 #51 ... 00:43:58 00:43:58 #52 [core-keeper internal] load build context 00:43:58 #52 transferring context: 439.75MB 14.6s done [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:44:01 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 00:44:01 % Total % Received % Xferd Average Speed Time Time Time Current 00:44:01 Dload Upload Total Spent Left Speed 00:44:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 111k 0 --:--:-- --:--:-- --:--:-- 111k [Pipeline] sh 00:44:02 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 00:44:02 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 00:44:02 + sudo tee /etc/docker/daemon.new 00:44:02 { 00:44:02 "registry-mirrors": [ 00:44:02 "https://nexus3.edgexfoundry.org:10001" 00:44:02 ], 00:44:02 "bip": "10.250.0.254/24", 00:44:02 "hosts": [ 00:44:02 "tcp://0.0.0.0:5555", 00:44:02 "unix:///var/run/docker.sock" 00:44:02 ], 00:44:02 "mtu": 1458, 00:44:02 "selinux-enabled": true, 00:44:02 "seccomp-profile": "/etc/docker/seccomp.json" 00:44:02 } [Pipeline] sh 00:44:02 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 00:44:03 + sudo service docker restart 00:44:04 #52 ... 00:44:04 00:44:04 #47 [core-metadata internal] load build context 00:44:04 #47 transferring context: 439.75MB 18.5s done [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:44:21 provisioning config files... 00:44:21 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/649@tmp/config962556919616756645tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:44:22 ---> ****-login.sh 00:44:22 nexus3.edgexfoundry.org:10001 00:44:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:44:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:44:23 Configure a credential helper to remove this warning. See 00:44:23 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:44:23 00:44:23 Login Succeeded 00:44:23 nexus3.edgexfoundry.org:10002 00:44:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:44:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:44:23 Configure a credential helper to remove this warning. See 00:44:23 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:44:23 00:44:23 Login Succeeded 00:44:23 nexus3.edgexfoundry.org:10003 00:44:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:44:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:44:23 Configure a credential helper to remove this warning. See 00:44:23 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:44:23 00:44:23 Login Succeeded 00:44:23 nexus3.edgexfoundry.org:10004 00:44:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:44:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:44:24 Configure a credential helper to remove this warning. See 00:44:24 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:44:24 00:44:24 Login Succeeded 00:44:24 ****.io 00:44:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:44:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:44:24 Configure a credential helper to remove this warning. See 00:44:24 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:44:24 00:44:24 Login Succeeded 00:44:24 ---> ****-login.sh ends [Pipeline] } 00:44:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 00:44:25 + git config --global --add safe.directory /w/workspace/edgex-go/649 [Pipeline] echo 00:44:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 00:44:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 00:44:25 ========================================================= 00:44:25 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 00:44:25 ========================================================= [Pipeline] fileExists [Pipeline] sh 00:44:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 00:44:25 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:44:25 c6b39de5b339: Pulling fs layer 00:44:25 a69c41024577: Pulling fs layer 00:44:25 d6de4b400683: Pulling fs layer 00:44:25 35cb2a7552d0: Pulling fs layer 00:44:25 4f4fb700ef54: Pulling fs layer 00:44:25 464afbd9ba4c: Pulling fs layer 00:44:25 00f215d4a9da: Pulling fs layer 00:44:25 35cb2a7552d0: Waiting 00:44:25 4f4fb700ef54: Waiting 00:44:25 464afbd9ba4c: Waiting 00:44:25 d496ad576159: Pulling fs layer 00:44:25 00f215d4a9da: Waiting 00:44:25 d496ad576159: Waiting 00:44:25 a69c41024577: Verifying Checksum 00:44:25 a69c41024577: Download complete 00:44:25 35cb2a7552d0: Verifying Checksum 00:44:25 35cb2a7552d0: Download complete 00:44:25 4f4fb700ef54: Verifying Checksum 00:44:25 4f4fb700ef54: Download complete 00:44:25 464afbd9ba4c: Verifying Checksum 00:44:25 464afbd9ba4c: Download complete 00:44:25 c6b39de5b339: Download complete 00:44:26 d496ad576159: Verifying Checksum 00:44:26 d496ad576159: Download complete 00:44:26 c6b39de5b339: Pull complete 00:44:27 a69c41024577: Pull complete 00:44:28 d6de4b400683: Verifying Checksum 00:44:28 d6de4b400683: Download complete 00:44:28 00f215d4a9da: Download complete 00:44:30 #47 ... 00:44:30 00:44:30 #43 [security-bootstrapper internal] load build context 00:44:30 #43 DONE 50.6s 00:44:30 00:44:30 #44 [support-notifications internal] load build context 00:44:30 #44 DONE 50.6s 00:44:30 00:44:30 #46 [support-scheduler internal] load build context 00:44:30 #46 DONE 50.4s 00:44:30 00:44:30 #48 [security-spiffe-token-provider internal] load build context 00:44:30 #48 DONE 50.0s 00:44:30 00:44:30 #42 [security-proxy-auth internal] load build context 00:44:30 #42 DONE 50.6s 00:44:30 00:44:30 #51 [core-command internal] load build context 00:44:30 #51 DONE 49.7s 00:44:30 00:44:30 #52 [core-keeper internal] load build context 00:44:30 #52 DONE 49.7s 00:44:30 00:44:30 #58 [core-data internal] load build context 00:44:30 #58 DONE 49.7s 00:44:30 00:44:30 #50 [security-proxy-setup internal] load build context 00:44:30 #50 DONE 49.8s 00:44:30 00:44:30 #45 [security-secretstore-setup internal] load build context 00:44:30 #45 DONE 50.5s 00:44:30 00:44:30 #49 [core-common-config-bootstrapper internal] load build context 00:44:30 #49 DONE 49.7s 00:44:30 00:44:30 #47 [core-metadata internal] load build context 00:44:30 #47 DONE 50.5s 00:44:30 00:44:30 #63 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 00:44:30 #63 DONE 48.9s 00:44:30 00:44:30 #54 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 00:44:30 #54 DONE 48.9s 00:44:30 00:44:30 #38 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 00:44:30 #38 DONE 49.3s 00:44:30 00:44:30 #65 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 00:44:30 #65 ... 00:44:30 00:44:30 #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 00:44:30 #61 DONE 49.0s 00:44:30 00:44:30 #64 [core-metadata builder 2/7] WORKDIR /edgex-go 00:44:30 #64 DONE 46.5s 00:44:30 00:44:30 #53 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 00:44:30 #53 DONE 49.8s 00:44:30 00:44:30 #66 [core-command builder 3/7] RUN apk add --update --no-cache make git 00:44:30 #66 ... 00:44:30 00:44:30 #57 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:30 #57 DONE 49.6s 00:44:30 00:44:30 #56 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 00:44:30 #56 49.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:44:30 #56 49.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:44:30 #56 49.91 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 00:44:30 #56 49.91 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 00:44:30 #56 49.91 OK: 20072 distinct packages available 00:44:30 #56 49.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:44:30 #56 50.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:44:30 #56 50.24 (1/4) Installing dumb-init (1.2.5-r2) 00:44:30 #56 50.37 (2/4) Installing musl-obstack (1.2.3-r2) 00:44:30 #56 50.37 (3/4) Installing libucontext (1.2-r2) 00:44:30 #56 50.38 (4/4) Installing gcompat (1.1.0-r1) 00:44:30 #56 50.38 Executing busybox-1.36.1-r7.trigger 00:44:30 #56 50.41 OK: 8 MiB in 19 packages 00:44:30 #56 ... 00:44:30 00:44:30 #62 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 00:44:30 #62 49.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:44:30 #62 49.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:44:30 #62 49.88 (1/2) Installing ca-certificates (20240226-r0) 00:44:30 #62 49.90 (2/2) Installing dumb-init (1.2.5-r2) 00:44:30 #62 49.90 Executing busybox-1.36.1-r7.trigger 00:44:30 #62 49.91 Executing ca-certificates-20240226-r0.trigger 00:44:30 #62 49.96 OK: 8 MiB in 17 packages 00:44:30 #62 DONE 50.5s 00:44:30 00:44:30 #55 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 00:44:30 #55 49.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:44:30 #55 49.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:44:30 #55 49.84 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 00:44:30 #55 49.84 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 00:44:30 #55 49.84 OK: 20072 distinct packages available 00:44:30 #55 49.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:44:30 #55 49.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:44:30 #55 50.21 (1/7) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 00:44:30 #55 50.42 (2/7) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 00:44:30 #55 50.43 (3/7) Installing dumb-init (1.2.5-r2) 00:44:30 #55 50.44 (4/7) Installing musl-obstack (1.2.3-r2) 00:44:30 #55 50.44 (5/7) Installing libucontext (1.2-r2) 00:44:30 #55 50.45 (6/7) Installing gcompat (1.1.0-r1) 00:44:30 #55 50.45 (7/7) Installing openssl (3.1.6-r0) 00:44:30 #55 50.47 Executing busybox-1.36.1-r7.trigger 00:44:30 #55 50.49 OK: 8 MiB in 20 packages 00:44:30 #55 DONE 51.0s 00:44:30 00:44:30 #67 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 00:44:30 #0 1.492 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:44:30 #0 1.579 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:44:30 #0 1.771 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 00:44:30 #0 1.797 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 00:44:30 #0 1.804 OK: 7 MiB in 17 packages 00:44:30 #67 DONE 2.0s 00:44:30 00:44:30 #68 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 00:44:30 #68 ... 00:44:30 00:44:30 #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 00:44:30 #59 49.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:44:30 #59 49.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:44:30 #59 49.94 (1/4) Installing ca-certificates (20240226-r0) 00:44:30 #59 49.96 (2/4) Installing dumb-init (1.2.5-r2) 00:44:30 #59 49.96 (3/4) Installing su-exec (0.2-r3) 00:44:30 #59 49.97 (4/4) Installing yq (4.33.3-r5) 00:44:30 #59 50.06 Executing busybox-1.36.1-r7.trigger 00:44:30 #59 50.07 Executing ca-certificates-20240226-r0.trigger 00:44:30 #59 50.47 OK: 17 MiB in 19 packages 00:44:30 #59 DONE 51.1s 00:44:30 00:44:30 #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:30 #69 DONE 2.1s 00:44:30 00:44:30 #70 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 00:44:30 #0 1.486 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:44:30 #0 1.591 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:44:30 #0 1.782 OK: 264 MiB in 52 packages 00:44:30 #70 DONE 2.2s 00:44:30 00:44:30 #56 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 00:44:30 #56 DONE 51.2s 00:44:30 00:44:30 #60 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 00:44:30 #60 49.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:44:30 #60 50.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:44:30 #60 50.84 (1/1) Installing dumb-init (1.2.5-r2) 00:44:30 #60 50.84 Executing busybox-1.36.1-r7.trigger 00:44:30 #60 50.85 OK: 7 MiB in 16 packages 00:44:30 #60 DONE 51.2s 00:44:30 00:44:30 #65 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 00:44:30 #65 1.002 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:44:30 #65 1.100 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:44:30 #65 1.276 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 00:44:30 #65 1.530 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 00:44:30 #65 1.545 OK: 7 MiB in 16 packages 00:44:30 #65 DONE 2.4s 00:44:30 00:44:30 #71 [core-data stage-1 3/7] RUN apk --no-cache upgrade 00:44:30 #71 ... 00:44:30 00:44:30 #72 [support-notifications builder 4/7] COPY go.mod vendor* ./ 00:44:30 #72 DONE 0.2s 00:44:30 00:44:30 #73 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:44:30 #73 ... 00:44:30 00:44:30 #74 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 00:44:30 #0 2.148 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:44:30 #0 2.229 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:44:30 #0 2.444 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 00:44:30 #0 2.472 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 00:44:30 #0 2.480 Executing ca-certificates-20240226-r0.trigger 00:44:30 #0 2.529 OK: 12 MiB in 26 packages 00:44:30 #74 DONE 3.0s 00:44:30 00:44:30 #75 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 00:44:30 #0 2.123 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:44:30 #0 2.228 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:44:30 #0 2.460 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 00:44:30 #0 2.460 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 00:44:30 #0 2.460 OK: 20075 distinct packages available 00:44:30 #0 2.504 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:44:30 #0 2.598 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:44:30 #0 2.908 OK: 264 MiB in 52 packages 00:44:30 #75 DONE 3.1s 00:44:30 00:44:30 #76 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 00:44:31 #76 DONE 0.1s 00:44:31 00:44:31 #77 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:44:31 #77 ... 00:44:31 00:44:31 #66 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 00:44:31 #66 3.022 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:44:31 #66 3.132 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:44:31 #66 3.306 OK: 264 MiB in 52 packages 00:44:31 #66 DONE 3.7s 00:44:31 00:44:31 #78 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 00:44:31 #78 DONE 0.3s 00:44:31 00:44:31 #79 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 00:44:31 #0 3.328 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:44:31 #0 3.418 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:44:31 #0 3.613 OK: 17 MiB in 19 packages 00:44:31 #79 DONE 3.7s 00:44:31 00:44:31 #80 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 00:44:31 #80 DONE 0.1s 00:44:31 00:44:31 #81 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:44:32 #81 ... 00:44:32 00:44:32 #82 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 00:44:32 #82 DONE 2.4s 00:44:32 00:44:32 #68 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 00:44:32 #68 2.468 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:44:32 #68 2.560 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:44:32 #68 2.774 OK: 8 MiB in 20 packages 00:44:32 #68 ... 00:44:32 00:44:32 #83 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 00:44:32 #0 2.551 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:44:32 #0 2.632 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:44:32 #0 2.830 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 00:44:32 #0 2.858 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 00:44:32 #0 2.866 Executing ca-certificates-20240226-r0.trigger 00:44:32 #0 2.919 OK: 8 MiB in 17 packages 00:44:32 #83 DONE 3.6s 00:44:33 00:44:33 #84 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 00:44:33 #0 2.344 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:44:33 #0 2.462 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:44:33 #0 2.652 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 00:44:33 #0 2.794 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 00:44:33 #0 2.803 Executing ca-certificates-20240226-r0.trigger 00:44:33 #0 2.847 OK: 17 MiB in 19 packages 00:44:33 #84 DONE 3.1s 00:44:33 00:44:33 #68 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 00:44:33 #68 DONE 3.3s 00:44:33 00:44:33 #85 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 00:44:33 #85 ... 00:44:33 00:44:33 #86 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 00:44:33 #0 3.351 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:44:33 #0 4.453 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:44:33 #0 4.756 OK: 264 MiB in 52 packages 00:44:33 #86 DONE 5.5s 00:44:33 00:44:33 #87 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 00:44:33 #0 3.175 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:44:33 #0 3.668 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:44:33 #0 4.368 (1/1) Installing dumb-init (1.2.5-r2) 00:44:33 #0 4.673 Executing busybox-1.36.1-r7.trigger 00:44:33 #0 4.680 OK: 7 MiB in 16 packages 00:44:33 #87 DONE 5.0s 00:44:33 00:44:33 #88 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 00:44:33 #88 ... 00:44:33 00:44:33 #85 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 00:44:33 #85 DONE 1.4s 00:44:34 00:44:34 #89 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 00:44:35 #89 ... 00:44:35 00:44:35 #90 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 00:44:35 #0 3.687 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:44:35 #0 3.756 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:44:35 #0 3.924 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 00:44:35 #0 4.004 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 00:44:35 #0 4.012 OK: 8 MiB in 19 packages 00:44:35 #90 DONE 5.3s 00:44:35 00:44:35 #91 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 00:44:35 #0 3.729 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:44:35 #0 4.199 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:44:35 #0 4.814 OK: 264 MiB in 52 packages 00:44:35 #91 DONE 5.3s 00:44:35 00:44:35 #92 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 00:44:35 #92 DONE 2.2s 00:44:35 00:44:35 #88 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 00:44:35 #88 DONE 2.1s 00:44:35 00:44:35 #93 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:44:36 #93 ... 00:44:36 00:44:36 #89 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 00:44:36 #89 DONE 2.7s 00:44:36 00:44:36 #71 [core-data stage-1 3/7] RUN apk --no-cache upgrade 00:44:36 #71 5.640 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:44:36 #71 5.729 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:44:36 #71 5.911 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 00:44:36 #71 5.942 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 00:44:36 #71 5.949 OK: 7 MiB in 16 packages 00:44:37 #71 DONE 7.3s 00:44:37 00:44:37 #94 [security-spire-server stage-2 5/9] COPY Attribution.txt / 00:44:37 #94 DONE 1.5s 00:44:37 00:44:37 #95 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 00:44:37 #95 DONE 2.1s 00:44:37 00:44:37 #96 [security-spire-config stage-2 5/10] COPY Attribution.txt / 00:44:37 #96 ... 00:44:37 00:44:37 #97 [core-keeper builder 5/8] COPY go.mod vendor* ./ 00:44:37 #97 DONE 2.1s 00:44:37 00:44:37 #98 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:44:38 #98 ... 00:44:38 00:44:38 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:44:38 #40 ... 00:44:38 00:44:38 #99 [security-spire-server stage-2 6/9] COPY security.txt / 00:44:38 #99 DONE 1.0s 00:44:38 00:44:38 #96 [security-spire-config stage-2 5/10] COPY Attribution.txt / 00:44:38 #96 DONE 1.0s 00:44:38 00:44:38 #100 [security-spire-config stage-2 6/10] COPY security.txt / 00:44:38 #100 ... 00:44:38 00:44:38 #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 00:44:38 #101 DONE 3.1s 00:44:38 00:44:38 #102 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 00:44:38 #102 DONE 0.1s 00:44:38 00:44:38 #100 [security-spire-config stage-2 6/10] COPY security.txt / 00:44:38 #100 DONE 0.1s 00:44:38 00:44:38 #103 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 00:44:38 #103 DONE 0.2s 00:44:38 00:44:38 #104 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 00:44:38 #104 DONE 0.1s 00:44:38 00:44:38 #105 [security-spire-agent stage-3 7/10] COPY security.txt / 00:44:38 #105 DONE 0.1s 00:44:38 00:44:38 #106 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 00:44:38 #106 DONE 0.1s 00:44:38 00:44:38 #107 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 00:44:38 #107 DONE 0.1s 00:44:38 00:44:38 #108 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 00:44:38 #108 DONE 0.1s 00:44:38 00:44:38 #109 [security-spire-server] exporting to image 00:44:38 #109 exporting layers 00:44:38 #109 ... 00:44:38 00:44:38 #110 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 00:44:38 #110 DONE 0.1s 00:44:38 00:44:38 #111 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 00:44:38 #111 DONE 0.1s 00:44:38 00:44:38 #109 [security-spire-config] exporting to image 00:44:39 #109 ... 00:44:39 00:44:39 #112 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 00:44:39 #112 DONE 0.1s 00:44:39 00:44:39 #113 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 00:44:39 #113 DONE 0.1s 00:44:39 00:44:39 #109 [security-spire-agent] exporting to image 00:44:39 #109 exporting layers 0.7s done 00:44:39 #109 writing image sha256:f4cecaf1872d9df3c7843ced6f8e1466579cf42ad3bd5232c26c52e289fa37f4 0.0s done 00:44:39 #109 naming to docker.io/library/security-spire-server done 00:44:39 #109 writing image sha256:ea30fa2d429e21ee89f0493fc69b62e567a758f47275df5f8250c1c34d6b512d 00:44:39 #109 writing image sha256:ea30fa2d429e21ee89f0493fc69b62e567a758f47275df5f8250c1c34d6b512d 0.1s done 00:44:39 #109 naming to docker.io/library/security-spire-config 0.1s done 00:44:40 #109 exporting layers 1.0s done 00:44:40 #109 writing image sha256:f9ebfd1f36ba22bd19c70da373ab9707f6b574b080a7919a7dc74781396fe38c done 00:44:40 #109 naming to docker.io/library/security-spire-agent done 00:44:40 #109 DONE 1.3s 00:44:40 00:44:40 #81 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:44:41 d6de4b400683: Pull complete 00:44:41 35cb2a7552d0: Pull complete 00:44:41 4f4fb700ef54: Pull complete 00:44:41 464afbd9ba4c: Pull complete 00:44:51 00f215d4a9da: Pull complete 00:44:51 d496ad576159: Pull complete 00:44:51 Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 00:44:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 00:44:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists [Pipeline] sh 00:44:51 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 00:44:51 WORKDIR /edgex 00:44:51 COPY go.mod . 00:44:51 RUN go mod download 00:44:51 + docker build -t ci-base-image-arm64 -f - . 00:44:52 Sending build context to Docker daemon 3.185MB 00:44:52 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 00:44:52 ---> f246e2811388 00:44:52 Step 2/4 : WORKDIR /edgex 00:44:54 ---> Running in d37e8afa0674 00:44:54 Removing intermediate container d37e8afa0674 00:44:54 ---> df9909a3e5bb 00:44:54 Step 3/4 : COPY go.mod . 00:44:55 ---> 453980892dda 00:44:55 Step 4/4 : RUN go mod download 00:44:55 ---> Running in ab46d69b60ff 00:45:36 #81 ... 00:45:36 00:45:36 #98 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:45:36 #98 DONE 57.4s 00:45:36 00:45:36 #73 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:45:36 #73 DONE 64.7s 00:45:36 00:45:36 #93 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:45:36 #93 DONE 59.4s 00:45:36 00:45:36 #77 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:45:36 #77 DONE 63.9s 00:45:36 00:45:36 #81 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:45:36 #81 DONE 63.3s 00:45:36 00:45:36 #114 [security-proxy-auth builder 6/7] COPY . . 00:45:46 #114 ... 00:45:46 00:45:46 #115 [core-keeper builder 7/8] COPY . . 00:45:46 #115 ... 00:45:46 00:45:46 #116 [security-spiffe-token-provider builder 6/7] COPY . . 00:45:46 #116 ... 00:45:46 00:45:46 #117 [security-bootstrapper builder 6/7] COPY . . 00:45:46 #117 ... 00:45:46 00:45:46 #118 [support-notifications builder 6/7] COPY . . 00:45:50 #118 DONE 15.4s 00:45:50 00:45:50 #115 [core-keeper builder 7/8] COPY . . 00:45:50 #115 DONE 15.5s 00:45:50 00:45:50 #119 [core-data builder 6/7] COPY . . 00:45:50 #119 CACHED 00:45:50 00:45:50 #120 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:45:50 #120 CACHED 00:45:50 00:45:50 #121 [core-data builder 4/7] COPY go.mod vendor* ./ 00:45:50 #121 CACHED 00:45:50 00:45:50 #122 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:45:50 #122 CACHED 00:45:50 00:45:50 #123 [core-metadata builder 4/7] COPY go.mod vendor* ./ 00:45:50 #123 CACHED 00:45:50 00:45:50 #124 [core-metadata builder 6/7] COPY . . 00:45:50 #124 CACHED 00:45:50 00:45:50 #125 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:45:50 #125 CACHED 00:45:50 00:45:50 #126 [core-command builder 4/7] COPY go.mod vendor* ./ 00:45:50 #126 CACHED 00:45:50 00:45:50 #127 [core-command builder 6/7] COPY . . 00:45:50 #127 CACHED 00:45:50 00:45:50 #128 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:45:50 #128 CACHED 00:45:50 00:45:50 #129 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 00:45:50 #129 CACHED 00:45:50 00:45:50 #130 [support-scheduler builder 6/7] COPY . . 00:45:50 #130 CACHED 00:45:50 00:45:50 #117 [security-bootstrapper builder 6/7] COPY . . 00:45:50 #117 DONE 15.5s 00:45:50 00:45:50 #131 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 00:45:50 #131 CACHED 00:45:50 00:45:50 #132 [core-common-config-bootstrapper builder 6/7] COPY . . 00:45:50 #132 CACHED 00:45:50 00:45:50 #133 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:45:50 #133 CACHED 00:45:50 00:45:50 #134 [security-secretstore-setup builder 6/7] COPY . . 00:45:50 #134 CACHED 00:45:50 00:45:50 #135 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:45:50 #135 CACHED 00:45:50 00:45:50 #136 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 00:45:50 #136 CACHED 00:45:50 00:45:50 #114 [security-proxy-auth builder 6/7] COPY . . 00:45:50 #114 DONE 15.4s 00:45:50 00:45:50 #137 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:45:50 #137 ... 00:45:50 00:45:50 #138 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 00:45:50 #138 CACHED 00:45:50 00:45:50 #139 [security-proxy-setup builder 6/7] COPY . . 00:45:50 #139 CACHED 00:45:50 00:45:50 #140 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:45:50 #140 CACHED 00:45:50 00:45:50 #116 [security-spiffe-token-provider builder 6/7] COPY . . 00:45:50 #116 DONE 15.7s 00:45:50 00:45:50 #141 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 00:45:52 #141 1.716 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 00:46:00 #141 ... 00:46:00 00:46:00 #142 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 00:46:00 #0 1.673 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 00:46:00 #142 ... 00:46:00 00:46:00 #143 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 00:46:00 #0 1.144 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 00:46:00 #143 ... 00:46:00 00:46:00 #144 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 00:46:00 #0 1.621 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 00:46:00 #144 ... 00:46:00 00:46:00 #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 00:46:00 #0 1.381 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 00:46:01 #145 ... 00:46:01 00:46:01 #146 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 00:46:01 #0 1.966 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:46:01 #146 ... 00:46:01 00:46:01 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 00:46:01 #0 1.055 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:46:01 #147 ... 00:46:01 00:46:01 #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 00:46:01 #0 1.641 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:46:01 #148 ... 00:46:01 00:46:01 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 00:46:01 #0 2.006 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:46:01 #149 ... 00:46:01 00:46:01 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 00:46:01 #0 1.624 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 00:46:01 #150 ... 00:46:01 00:46:01 #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 00:46:01 #0 1.884 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 00:46:02 #151 ... 00:46:02 00:46:02 #137 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:46:02 #137 1.601 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:46:16 Removing intermediate container ab46d69b60ff 00:46:16 ---> 9549fbbe4c20 00:46:16 Successfully built 9549fbbe4c20 00:46:16 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:46:17 + docker inspect -f . ci-base-image-arm64 00:46:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:46:17 prd-ubuntu20.04-docker-arm64-4c-16g-5106 does not seem to be running inside a container 00:46:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/649 -v /w/workspace/edgex-go/649:/w/workspace/edgex-go/649:rw,z -v /w/workspace/edgex-go/649@tmp:/w/workspace/edgex-go/649@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 00:46:18 $ docker top cb320908718282b81a4ff9c317419fb720411dd72a6d069ff86d49be088bda80 -eo pid,comm [Pipeline] { [Pipeline] sh 00:46:19 + go version 00:46:19 go version go1.21.9 linux/arm64 [Pipeline] } 00:46:19 $ docker stop --time=1 cb320908718282b81a4ff9c317419fb720411dd72a6d069ff86d49be088bda80 00:46:21 $ docker rm -f --volumes cb320908718282b81a4ff9c317419fb720411dd72a6d069ff86d49be088bda80 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:46:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:46:21 00:46:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:46:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:46:22 latest: Pulling from edgex-devops/edgex-compose-arm64 00:46:22 547446be3368: Pulling fs layer 00:46:22 d125d8839a47: Pulling fs layer 00:46:22 3e85d5ac6304: Pulling fs layer 00:46:22 c3105a71a48b: Pulling fs layer 00:46:22 0f093f025ec4: Pulling fs layer 00:46:22 c3106fc0e877: Pulling fs layer 00:46:22 0f093f025ec4: Waiting 00:46:22 c3106fc0e877: Waiting 00:46:22 547446be3368: Verifying Checksum 00:46:22 c3105a71a48b: Verifying Checksum 00:46:22 c3105a71a48b: Download complete 00:46:23 d125d8839a47: Verifying Checksum 00:46:23 d125d8839a47: Download complete 00:46:23 c3106fc0e877: Verifying Checksum 00:46:23 c3106fc0e877: Download complete 00:46:23 0f093f025ec4: Verifying Checksum 00:46:23 0f093f025ec4: Download complete 00:46:23 547446be3368: Pull complete 00:46:24 d125d8839a47: Pull complete 00:46:24 3e85d5ac6304: Verifying Checksum 00:46:24 3e85d5ac6304: Download complete 00:46:35 3e85d5ac6304: Pull complete 00:46:35 c3105a71a48b: Pull complete 00:46:35 0f093f025ec4: Pull complete 00:46:36 c3106fc0e877: Pull complete 00:46:36 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 00:46:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:46:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:46:36 prd-ubuntu20.04-docker-arm64-4c-16g-5106 does not seem to be running inside a container 00:46:36 $ 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/649 -v /w/workspace/edgex-go/649:/w/workspace/edgex-go/649:rw,z -v /w/workspace/edgex-go/649@tmp:/w/workspace/edgex-go/649@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 00:46:38 $ docker top 35927e88166bee8b38783271c36608d7c551e446b0ea9ce172cae0008875399c -eo pid,comm [Pipeline] { [Pipeline] sh 00:46:39 + docker compose -f ./docker-compose-build.yml build --parallel 00:46:49 #1 [support-notifications internal] load build definition from Dockerfile 00:46:49 #1 transferring dockerfile: 1.95kB 0.0s done 00:46:49 #1 DONE 0.1s 00:46:49 00:46:49 #2 [security-proxy-auth internal] load build definition from Dockerfile 00:46:49 #2 transferring dockerfile: 2.15kB done 00:46:49 #2 DONE 0.0s 00:46:49 00:46:49 #3 [security-spire-config internal] load build definition from Dockerfile 00:46:49 #3 transferring dockerfile: 1.69kB 0.0s done 00:46:49 #3 DONE 0.1s 00:46:49 00:46:49 #4 [core-data internal] load build definition from Dockerfile 00:46:49 #4 transferring dockerfile: 2.01kB 0.0s done 00:46:49 #4 DONE 0.1s 00:46:49 00:46:49 #5 [support-scheduler internal] load build definition from Dockerfile 00:46:49 #5 transferring dockerfile: 1.93kB done 00:46:49 #5 DONE 0.1s 00:46:49 00:46:49 #6 [core-command internal] load build definition from Dockerfile 00:46:50 #6 transferring dockerfile: 1.93kB 0.0s done 00:46:50 #6 DONE 0.1s 00:46:50 00:46:50 #7 [security-secretstore-setup internal] load build definition from Dockerfile 00:46:50 #7 transferring dockerfile: 2.49kB done 00:46:50 #7 DONE 0.1s 00:46:50 00:46:50 #8 [security-bootstrapper internal] load build definition from Dockerfile 00:46:50 #8 transferring dockerfile: 2.93kB 0.0s done 00:46:50 #8 DONE 0.1s 00:46:50 00:46:50 #9 [security-spiffe-token-provider internal] load build definition from Dockerfile 00:46:50 #9 transferring dockerfile: 1.89kB 0.0s done 00:46:50 #9 DONE 0.1s 00:46:50 00:46:50 #10 [core-metadata internal] load build definition from Dockerfile 00:46:50 #10 transferring dockerfile: 2.06kB 0.0s done 00:46:50 #10 DONE 0.1s 00:46:50 00:46:50 #11 [security-proxy-setup internal] load build definition from Dockerfile 00:46:50 #11 transferring dockerfile: 2.50kB done 00:46:50 #11 DONE 0.1s 00:46:50 00:46:50 #12 [security-spire-server internal] load build definition from Dockerfile 00:46:50 #12 transferring dockerfile: 1.70kB done 00:46:50 #12 DONE 0.1s 00:46:50 00:46:50 #13 [security-spire-agent internal] load build definition from Dockerfile 00:46:50 #13 transferring dockerfile: 1.81kB 0.0s done 00:46:50 #13 DONE 0.1s 00:46:50 00:46:50 #14 [core-keeper internal] load build definition from Dockerfile 00:46:50 #14 transferring dockerfile: 2.01kB done 00:46:50 #14 DONE 0.1s 00:46:50 00:46:50 #15 [core-common-config-bootstrapper internal] load build definition from Dockerfile 00:46:50 #15 transferring dockerfile: 2.23kB 0.0s done 00:46:50 #15 DONE 0.1s 00:46:50 00:46:50 #16 [support-notifications internal] load .dockerignore 00:46:50 #16 transferring context: 50B 0.0s done 00:46:50 #16 DONE 0.1s 00:46:51 00:46:51 #17 [security-proxy-auth internal] load .dockerignore 00:46:51 #17 transferring context: 50B 0.0s done 00:46:51 #17 DONE 0.1s 00:46:51 00:46:51 #18 [security-spire-config internal] load .dockerignore 00:46:51 #18 transferring context: 50B done 00:46:51 #18 DONE 0.0s 00:46:51 00:46:51 #19 [core-data internal] load .dockerignore 00:46:51 #19 transferring context: 50B done 00:46:51 #19 DONE 0.1s 00:46:51 00:46:51 #20 [support-scheduler internal] load .dockerignore 00:46:51 #20 transferring context: 50B done 00:46:51 #20 DONE 0.0s 00:46:51 00:46:51 #21 [core-command internal] load .dockerignore 00:46:51 #21 transferring context: 50B done 00:46:51 #21 DONE 0.0s 00:46:51 00:46:51 #22 [security-secretstore-setup internal] load .dockerignore 00:46:51 #22 transferring context: 50B done 00:46:51 #22 DONE 0.1s 00:46:51 00:46:51 #23 [security-bootstrapper internal] load .dockerignore 00:46:51 #23 transferring context: 50B 0.0s done 00:46:51 #23 DONE 0.0s 00:46:51 00:46:51 #24 [security-spiffe-token-provider internal] load .dockerignore 00:46:51 #24 transferring context: 50B 0.0s done 00:46:51 #24 DONE 0.1s 00:46:51 00:46:51 #25 [core-metadata internal] load .dockerignore 00:46:51 #25 transferring context: 50B done 00:46:51 #25 DONE 0.1s 00:46:52 00:46:52 #26 [security-proxy-setup internal] load .dockerignore 00:46:52 #26 transferring context: 50B 0.0s done 00:46:52 #26 DONE 0.1s 00:46:52 00:46:52 #27 [security-spire-server internal] load .dockerignore 00:46:52 #27 transferring context: 50B done 00:46:52 #27 DONE 0.1s 00:46:52 00:46:52 #28 [security-spire-agent internal] load .dockerignore 00:46:52 #28 transferring context: 50B done 00:46:52 #28 DONE 0.1s 00:46:52 00:46:52 #29 [core-keeper internal] load .dockerignore 00:46:52 #29 transferring context: 50B done 00:46:52 #29 DONE 0.1s 00:46:52 00:46:52 #30 [core-common-config-bootstrapper internal] load .dockerignore 00:46:52 #30 transferring context: 50B done 00:46:52 #30 DONE 0.1s 00:46:52 00:46:52 #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 00:46:52 #31 DONE 0.0s 00:46:52 00:46:52 #32 [support-notifications internal] load metadata for docker.io/library/alpine:3.18 00:46:52 #32 DONE 0.2s 00:46:52 00:46:52 #33 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 00:46:52 #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 00:46:52 #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 1.05MB / 3.34MB 0.1s 00:46:52 #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 00:46:52 #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 00:46:52 #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 00:46:52 #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done 00:46:52 #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 00:46:53 #33 ... 00:46:53 00:46:53 #34 [support-notifications internal] load build context 00:46:53 #34 transferring context: 2.80MB 0.6s done 00:46:53 #34 DONE 0.8s 00:46:53 00:46:53 #33 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 00:46:53 #33 ... 00:46:53 00:46:53 #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 00:46:53 #31 DONE 0.0s 00:46:53 00:46:53 #32 [security-spire-config internal] load metadata for docker.io/library/alpine:3.18 00:46:53 #32 DONE 0.2s 00:46:53 00:46:53 #35 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 00:46:53 #35 DONE 1.7s 00:46:53 00:46:53 #33 [security-proxy-auth stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 00:46:53 #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 00:46:53 #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done 00:46:53 #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 00:46:53 #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 00:46:53 #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 00:46:53 #33 ... 00:46:53 00:46:53 #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 00:46:53 #31 DONE 0.0s 00:46:53 00:46:53 #33 [security-proxy-auth stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 00:46:53 #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 0.8s done 00:46:53 #33 ... 00:46:53 00:46:53 #32 [core-data internal] load metadata for docker.io/library/alpine:3.18 00:46:53 #32 DONE 0.4s 00:46:53 00:46:53 #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 00:46:53 #31 DONE 0.0s 00:46:53 00:46:53 #35 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 00:46:53 #35 DONE 1.8s 00:46:53 00:46:53 #36 [support-notifications builder 2/7] WORKDIR /edgex-go 00:46:53 #36 DONE 0.6s 00:46:53 00:46:53 #33 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 00:46:53 #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 00:46:53 #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done 00:46:53 #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 00:46:53 #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 00:46:53 #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 00:46:53 #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 0.8s done 00:46:54 #33 ... 00:46:54 00:46:54 #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 00:46:54 #31 DONE 0.0s 00:46:54 00:46:54 #35 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 00:46:54 #35 DONE 1.8s 00:46:54 00:46:54 #36 [support-scheduler builder 2/7] WORKDIR /edgex-go 00:46:54 #36 DONE 0.6s 00:46:54 00:46:54 #33 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 00:46:54 #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 00:46:54 #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done 00:46:54 #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 00:46:54 #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 00:46:54 #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 00:46:54 #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 0.8s done 00:46:54 #33 ... 00:46:54 00:46:54 #32 [core-command internal] load metadata for docker.io/library/alpine:3.18 00:46:54 #32 DONE 0.6s 00:46:54 00:46:54 #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 00:46:54 #31 DONE 0.0s 00:46:54 00:46:54 #35 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 00:46:54 #35 DONE 1.8s 00:46:54 00:46:54 #36 [core-command builder 2/7] WORKDIR /edgex-go 00:46:54 #36 DONE 0.7s 00:46:54 00:46:54 #33 [core-command stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 00:46:54 #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 00:46:54 #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done 00:46:54 #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 00:46:54 #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 00:46:54 #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 00:46:54 #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 0.8s done 00:46:54 #33 ... 00:46:54 00:46:54 #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 00:46:54 #31 DONE 0.0s 00:46:54 00:46:54 #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 00:46:54 #31 DONE 0.0s 00:46:54 00:46:54 #37 [core-data internal] load build context 00:46:54 #37 ... 00:46:54 00:46:54 #35 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 00:46:54 #35 DONE 1.9s 00:46:54 00:46:54 #32 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.18 00:46:54 #32 DONE 1.1s 00:46:54 00:46:54 #38 [security-spiffe-token-provider internal] load build context 00:46:54 #38 DONE 0.0s 00:46:54 00:46:54 #36 [security-bootstrapper builder 2/7] WORKDIR /edgex-go 00:46:54 #36 DONE 0.7s 00:46:54 00:46:54 #35 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 00:46:54 #35 DONE 1.9s 00:46:54 00:46:54 #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 00:46:54 #31 DONE 0.0s 00:46:54 00:46:54 #36 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go 00:46:54 #36 DONE 0.7s 00:46:54 00:46:54 #33 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 00:46:54 #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 00:46:54 #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done 00:46:54 #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 00:46:54 #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 00:46:54 #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 00:46:54 #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 0.8s done 00:46:54 #33 ... 00:46:54 00:46:54 #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 00:46:54 #31 DONE 0.0s 00:46:54 00:46:54 #39 [support-scheduler internal] load build context 00:46:55 #39 ... 00:46:55 00:46:55 #40 [security-proxy-auth internal] load build context 00:46:55 #40 transferring context: 2.80MB 1.2s done 00:46:55 #40 DONE 1.5s 00:46:55 00:46:55 #39 [support-scheduler internal] load build context 00:46:55 #39 ... 00:46:55 00:46:55 #35 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 00:46:55 #35 DONE 1.9s 00:46:55 00:46:55 #36 [security-proxy-setup builder 2/7] WORKDIR /edgex-go 00:46:55 #36 DONE 0.8s 00:46:55 00:46:55 #41 [security-spire-server internal] load build context 00:46:55 #41 DONE 0.0s 00:46:55 00:46:55 #42 [security-proxy-setup internal] load build context 00:46:55 #42 DONE 0.0s 00:46:55 00:46:55 #32 [security-spire-server internal] load metadata for docker.io/library/alpine:3.18 00:46:55 #32 DONE 1.6s 00:46:55 00:46:55 #43 [core-metadata internal] load build context 00:46:55 #43 DONE 0.0s 00:46:55 00:46:55 #33 [security-proxy-setup stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 00:46:55 #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 00:46:55 #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done 00:46:55 #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 00:46:55 #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 00:46:55 #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 00:46:55 #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 0.8s done 00:46:55 #33 DONE 3.6s 00:46:55 00:46:55 #39 [support-scheduler internal] load build context 00:46:55 #39 ... 00:46:55 00:46:55 #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 00:46:55 #31 DONE 0.0s 00:46:55 00:46:55 #39 [support-scheduler internal] load build context 00:46:55 #39 ... 00:46:55 00:46:55 #37 [core-data internal] load build context 00:46:55 #37 transferring context: 2.80MB 1.2s done 00:46:55 #37 DONE 1.6s 00:46:55 00:46:55 #39 [support-scheduler internal] load build context 00:46:55 #39 transferring context: 2.80MB 1.5s done 00:46:55 #39 ... 00:46:55 00:46:55 #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 00:46:55 #31 DONE 0.0s 00:46:55 00:46:55 #44 [core-command internal] load build context 00:46:56 #44 ... 00:46:56 00:46:56 #39 [support-scheduler internal] load build context 00:46:56 #39 DONE 2.1s 00:46:56 00:46:56 #45 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:46:56 #45 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.9s done 00:46:56 #45 DONE 1.2s 00:46:56 00:46:56 #46 [security-spire-config internal] load build context 00:46:56 #46 transferring context: 25.04kB 0.3s done 00:46:56 #46 DONE 1.0s 00:46:56 00:46:56 #44 [core-command internal] load build context 00:46:56 #44 transferring context: 2.80MB 1.8s done 00:46:57 #44 DONE 2.8s 00:46:57 00:46:57 #47 [security-bootstrapper internal] load build context 00:46:57 #47 ... 00:46:57 00:46:57 #48 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 00:46:57 #48 DONE 3.6s 00:46:57 00:46:57 #41 [security-spire-server internal] load build context 00:46:57 #41 transferring context: 26.79kB 0.2s done 00:46:57 #41 DONE 2.1s 00:46:57 00:46:57 #47 [security-bootstrapper internal] load build context 00:46:57 #47 ... 00:46:57 00:46:57 #35 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 00:46:57 #35 DONE 2.0s 00:46:57 00:46:57 #36 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go 00:46:57 #36 DONE 0.9s 00:46:57 00:46:57 #33 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 00:46:57 #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 00:46:57 #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done 00:46:57 #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 00:46:57 #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 00:46:57 #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 00:46:57 #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 0.8s done 00:46:57 #33 DONE 3.6s 00:46:57 00:46:57 #32 [core-keeper internal] load metadata for docker.io/library/alpine:3.18 00:46:57 #32 DONE 3.7s 00:46:57 00:46:57 #47 [security-bootstrapper internal] load build context 00:46:57 #47 transferring context: 2.80MB 2.2s done 00:46:57 #47 ... 00:46:57 00:46:57 #35 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 00:46:57 #35 DONE 2.0s 00:46:57 00:46:57 #36 [core-keeper builder 2/7] WORKDIR /edgex-go 00:46:57 #36 DONE 0.9s 00:46:57 00:46:57 #33 [core-keeper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 00:46:57 #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 00:46:57 #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done 00:46:57 #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 00:46:57 #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 00:46:57 #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 00:46:57 #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 0.8s done 00:46:57 #33 DONE 3.6s 00:46:57 00:46:57 #47 [security-bootstrapper internal] load build context 00:46:57 #47 DONE 3.1s 00:46:57 00:46:57 #49 [core-keeper internal] load build context 00:46:57 #49 ... 00:46:57 00:46:57 #38 [security-spiffe-token-provider internal] load build context 00:46:57 #38 transferring context: 2.80MB 2.3s done 00:46:57 #38 DONE 3.3s 00:46:57 00:46:57 #50 [security-secretstore-setup internal] load build context 00:46:58 #50 transferring context: 2.80MB 3.1s done 00:46:59 #50 ... 00:46:59 00:46:59 #51 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 00:46:59 #51 DONE 3.8s 00:46:59 00:46:59 #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 00:46:59 #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 00:46:59 #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done 00:46:59 #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 00:46:59 #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 00:46:59 #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 00:46:59 #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 0.8s done 00:46:59 #33 DONE 3.6s 00:46:59 00:46:59 #52 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 00:46:59 #52 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 00:46:59 #52 ... 00:46:59 00:46:59 #50 [security-secretstore-setup internal] load build context 00:46:59 #50 DONE 4.7s 00:46:59 00:46:59 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:46:59 #45 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.9s done 00:46:59 #45 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done 00:46:59 #45 sha256:7f1a042121549eaff99a14cf9dd09b8e9800ffe831816902ce4dc13d1ba16589 1.05kB / 1.05kB done 00:46:59 #45 sha256:6dd7dc7370d8ed10ec8280fb6249b38c860421f5750b0a0fa1db764e8eebdf0b 2.74kB / 2.74kB done 00:46:59 #45 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 1.0s 00:46:59 #45 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.9s done 00:46:59 #45 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.9s done 00:46:59 #45 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0.1s done 00:46:59 #45 ... 00:46:59 00:46:59 #43 [core-metadata internal] load build context 00:46:59 #43 transferring context: 2.80MB 2.9s done 00:46:59 #43 DONE 4.2s 00:46:59 00:46:59 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:46:59 #45 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 1.1s done 00:46:59 #45 ... 00:46:59 00:46:59 #42 [security-proxy-setup internal] load build context 00:46:59 #42 transferring context: 2.80MB 2.0s done 00:46:59 #42 DONE 4.3s 00:46:59 00:46:59 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:46:59 #45 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 1.1s done 00:47:00 #45 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 0B / 23.39MB 1.7s 00:47:01 #45 ... 00:47:01 00:47:01 #53 [security-spire-agent internal] load build context 00:47:01 #53 transferring context: 26.32kB 0.4s done 00:47:01 #53 DONE 2.6s 00:47:01 00:47:01 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:47:01 #45 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 1.64MB / 23.39MB 3.3s 00:47:02 #45 ... 00:47:02 00:47:02 #54 [core-common-config-bootstrapper internal] load build context 00:47:02 #54 transferring context: 2.80MB 3.9s done 00:47:02 #54 DONE 5.0s 00:47:02 00:47:02 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:47:02 #45 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 2.92MB / 23.39MB 4.2s 00:47:03 #45 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 00:47:03 #45 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 4.19MB / 23.39MB 5.0s 00:47:04 #45 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.8s done 00:47:04 #45 ... 00:47:04 00:47:04 #55 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 00:47:04 #0 5.975 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:47:04 #0 6.771 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:47:04 #0 8.930 OK: 266 MiB in 52 packages 00:47:04 #55 ... 00:47:04 00:47:04 #56 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 00:47:04 #0 7.932 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:47:04 #0 8.994 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:47:04 #56 ... 00:47:04 00:47:04 #55 [core-data builder 3/7] RUN apk add --update --no-cache make git 00:47:04 #55 DONE 10.6s 00:47:04 00:47:04 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:47:04 #45 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 5.94MB / 23.39MB 6.3s 00:47:04 #45 ... 00:47:04 00:47:04 #57 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 00:47:04 #0 6.791 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:47:04 #0 7.741 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:47:04 #0 9.612 OK: 266 MiB in 52 packages 00:47:05 #57 ... 00:47:05 00:47:05 #58 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 00:47:05 #0 9.844 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:47:05 #58 ... 00:47:05 00:47:05 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:47:05 #45 ... 00:47:05 00:47:05 #57 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 00:47:05 #57 DONE 10.6s 00:47:05 00:47:05 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:47:05 #45 ... 00:47:05 00:47:05 #49 [core-keeper internal] load build context 00:47:05 #49 transferring context: 2.80MB 5.6s done 00:47:05 #49 DONE 7.7s 00:47:05 00:47:05 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:47:05 #45 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 7.34MB / 23.39MB 7.2s 00:47:06 #45 ... 00:47:06 00:47:06 #56 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 00:47:06 #56 11.08 OK: 266 MiB in 52 packages 00:47:06 #56 DONE 12.1s 00:47:06 00:47:06 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:47:06 #45 ... 00:47:06 00:47:06 #59 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 00:47:06 #59 ... 00:47:06 00:47:06 #60 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 00:47:06 #60 ... 00:47:06 00:47:06 #61 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 00:47:06 #61 ... 00:47:06 00:47:06 #62 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 00:47:06 #62 ... 00:47:06 00:47:06 #63 [support-notifications builder 4/7] COPY go.mod vendor* ./ 00:47:06 #63 DONE 0.8s 00:47:06 00:47:06 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 00:47:06 #64 ... 00:47:06 00:47:06 #65 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 00:47:06 #65 DONE 2.5s 00:47:06 00:47:06 #66 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 00:47:06 #66 ... 00:47:06 00:47:06 #67 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 00:47:07 #67 ... 00:47:07 00:47:07 #68 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 00:47:07 #68 ... 00:47:07 00:47:07 #69 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 00:47:07 #69 ... 00:47:07 00:47:07 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:47:07 #45 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 12.58MB / 23.39MB 9.2s 00:47:07 #45 ... 00:47:07 00:47:07 #70 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 00:47:07 #70 DONE 2.5s 00:47:07 00:47:07 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:47:07 #45 ... 00:47:07 00:47:07 #71 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:07 #71 ... 00:47:07 00:47:07 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:47:08 #45 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 13.80MB / 23.39MB 9.6s 00:47:08 #45 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 00:47:08 #45 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0.1s done 00:47:08 #45 ... 00:47:08 00:47:08 #72 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:08 #72 ... 00:47:08 00:47:08 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:47:08 #45 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 15.68MB / 23.39MB 10.4s 00:47:09 #45 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 17.83MB / 23.39MB 11.3s 00:47:09 #45 ... 00:47:09 00:47:09 #52 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 00:47:09 #52 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 0.7s done 00:47:09 #52 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done 00:47:09 #52 sha256:ad4dd425609715af26ecdaca2eb780a94c16ab3f2bf7af379c54c59118cbad72 1.05kB / 1.05kB done 00:47:09 #52 sha256:2e3c005644c68a66b99f2ab1386460866c91f666818b8e3156b9a89d00c7486e 2.74kB / 2.74kB done 00:47:09 #52 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done 00:47:09 #52 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B done 00:47:09 #52 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB done 00:47:09 #52 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 0.6s done 00:47:09 #52 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 17.12MB / 17.12MB 8.6s done 00:47:09 #52 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.8s done 00:47:09 #52 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 0.1s done 00:47:10 #52 ... 00:47:10 00:47:10 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:47:10 #45 ... 00:47:10 00:47:10 #71 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:10 #71 DONE 12.6s 00:47:10 00:47:10 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:47:10 #45 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 19.14MB / 23.39MB 11.9s 00:47:10 #45 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 20.97MB / 23.39MB 12.3s 00:47:10 #45 ... 00:47:10 00:47:10 #58 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 00:47:10 #58 10.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:47:10 #58 12.36 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 00:47:10 #58 12.36 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 00:47:10 #58 12.36 OK: 19951 distinct packages available 00:47:10 #58 12.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:47:10 #58 13.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:47:10 #58 15.42 OK: 266 MiB in 52 packages 00:47:10 #58 DONE 16.1s 00:47:10 00:47:10 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:47:10 #45 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 12.6s 00:47:11 #45 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 12.9s done 00:47:11 #45 ... 00:47:11 00:47:11 #60 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 00:47:11 #60 11.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:47:11 #60 11.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:47:11 #60 13.33 (1/2) Installing ca-certificates (20240226-r0) 00:47:11 #60 13.54 (2/2) Installing dumb-init (1.2.5-r2) 00:47:11 #60 13.55 Executing busybox-1.36.1-r7.trigger 00:47:11 #60 13.63 Executing ca-certificates-20240226-r0.trigger 00:47:11 #60 14.35 OK: 9 MiB in 17 packages 00:47:11 #60 DONE 15.2s 00:47:11 00:47:11 #73 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 00:47:13 #73 ... 00:47:13 00:47:13 #59 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 00:47:13 #59 12.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:47:13 #59 13.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:47:13 #59 14.95 (1/6) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 00:47:13 #59 15.16 (2/6) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 00:47:13 #59 15.20 (3/6) Installing dumb-init (1.2.5-r2) 00:47:13 #59 15.21 (4/6) Installing openssl (3.1.6-r0) 00:47:13 #59 15.30 (5/6) Installing su-exec (0.2-r3) 00:47:13 #59 15.31 (6/6) Installing yq (4.33.3-r5) 00:47:13 #59 15.66 Executing busybox-1.36.1-r7.trigger 00:47:13 #59 15.73 OK: 18 MiB in 19 packages 00:47:13 #59 DONE 16.6s 00:47:13 00:47:13 #74 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 00:47:13 #74 DONE 2.1s 00:47:13 00:47:13 #75 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:47:14 #75 ... 00:47:14 00:47:14 #72 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:14 #72 DONE 16.2s 00:47:14 00:47:14 #61 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 00:47:14 #61 18.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:47:16 #61 19.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:47:16 #61 ... 00:47:16 00:47:16 #76 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:47:17 #76 ... 00:47:17 00:47:17 #77 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:47:17 #77 ... 00:47:17 00:47:17 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:47:17 #45 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 3.0s 00:47:17 #45 ... 00:47:17 00:47:17 #78 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:47:17 #78 ... 00:47:17 00:47:17 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:47:18 #45 ... 00:47:18 00:47:18 #66 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init 00:47:18 #66 16.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:47:18 #66 16.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:47:18 #66 20.18 (1/1) Installing dumb-init (1.2.5-r2) 00:47:18 #66 20.22 Executing busybox-1.36.1-r7.trigger 00:47:18 #66 20.33 OK: 8 MiB in 16 packages 00:47:18 #66 DONE 21.9s 00:47:18 00:47:18 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:47:20 #45 ... 00:47:20 00:47:20 #79 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 00:47:20 #0 8.547 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:47:20 #79 ... 00:47:20 00:47:20 #73 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 00:47:20 #73 8.675 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:47:21 #73 ... 00:47:21 00:47:21 #69 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 00:47:21 #69 14.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:47:21 #69 15.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:47:21 #69 17.58 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 00:47:21 #69 17.58 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 00:47:21 #69 17.58 OK: 19948 distinct packages available 00:47:21 #69 18.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:47:21 #69 20.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:47:21 #69 ... 00:47:21 00:47:21 #61 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 00:47:21 #61 25.19 (1/2) Installing dumb-init (1.2.5-r2) 00:47:21 #61 25.24 (2/2) Installing su-exec (0.2-r3) 00:47:21 #61 25.26 Executing busybox-1.36.1-r7.trigger 00:47:21 #61 25.43 OK: 8 MiB in 17 packages 00:47:23 #61 ... 00:47:23 00:47:23 #80 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 00:47:23 #0 8.456 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:47:23 #80 ... 00:47:23 00:47:23 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:47:23 #45 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 8.8s 00:47:23 #45 ... 00:47:23 00:47:23 #62 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 00:47:23 #62 16.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:47:23 #62 17.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:47:23 #62 23.93 (1/4) Installing ca-certificates (20240226-r0) 00:47:23 #62 24.69 (2/4) Installing dumb-init (1.2.5-r2) 00:47:23 #62 24.74 (3/4) Installing su-exec (0.2-r3) 00:47:23 #62 24.78 (4/4) Installing yq (4.33.3-r5) 00:47:23 #62 26.27 Executing busybox-1.36.1-r7.trigger 00:47:23 #62 26.43 Executing ca-certificates-20240226-r0.trigger 00:47:23 #62 ... 00:47:23 00:47:23 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:47:23 #137 86.12 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:47:23 #45 ... 00:47:23 00:47:23 #68 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 00:47:23 #68 18.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:47:23 #68 19.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:47:23 #68 25.21 (1/1) Installing dumb-init (1.2.5-r2) 00:47:23 #68 25.28 Executing busybox-1.36.1-r7.trigger 00:47:23 #68 25.47 OK: 8 MiB in 16 packages 00:47:23 #68 DONE 27.3s 00:47:23 00:47:23 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:47:23 #45 ... 00:47:23 00:47:23 #61 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 00:47:23 #61 DONE 27.5s 00:47:23 00:47:23 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:47:23 #45 ... 00:47:23 00:47:23 #52 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 00:47:23 #52 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 9.9s 00:47:24 #52 ... 00:47:24 00:47:24 #81 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 00:47:24 #81 ... 00:47:24 00:47:24 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 00:47:24 #64 17.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:47:24 #64 19.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:47:24 #64 25.43 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 00:47:24 #64 25.43 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 00:47:24 #64 25.43 OK: 19948 distinct packages available 00:47:24 #64 27.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:47:24 #64 ... 00:47:24 00:47:24 #82 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 00:47:24 #0 6.447 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:47:24 #0 8.476 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:47:24 #82 ... 00:47:24 00:47:24 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:47:25 #45 ... 00:47:25 00:47:25 #67 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 00:47:25 #67 18.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:47:25 #67 20.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:47:25 #67 26.98 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 00:47:25 #67 26.98 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 00:47:25 #67 26.98 OK: 19948 distinct packages available 00:47:25 #67 ... 00:47:25 00:47:25 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:47:26 #45 ... 00:47:26 00:47:26 #69 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 00:47:26 #69 25.76 (1/7) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 00:47:26 #69 26.35 (2/7) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 00:47:26 #69 26.43 (3/7) Installing dumb-init (1.2.5-r2) 00:47:26 #69 26.47 (4/7) Installing musl-obstack (1.2.3-r2) 00:47:26 #69 26.48 (5/7) Installing libucontext (1.2-r2) 00:47:26 #69 26.52 (6/7) Installing gcompat (1.1.0-r1) 00:47:26 #69 26.54 (7/7) Installing openssl (3.1.6-r0) 00:47:26 #69 26.66 Executing busybox-1.36.1-r7.trigger 00:47:26 #69 26.99 OK: 9 MiB in 20 packages 00:47:26 #69 DONE 29.4s 00:47:26 00:47:26 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:47:26 #45 ... 00:47:26 00:47:26 #62 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 00:47:26 #62 28.41 OK: 18 MiB in 19 packages 00:47:26 #62 DONE 30.3s 00:47:26 00:47:26 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 00:47:26 #64 30.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:47:27 #64 ... 00:47:27 00:47:27 #83 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 00:47:27 #0 4.724 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:47:27 #0 7.774 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:47:28 #83 ... 00:47:28 00:47:28 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:47:28 #45 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 14.1s 00:47:29 #45 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 14.9s done 00:47:29 #45 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 14.9s done 00:47:29 #45 DONE 35.0s 00:47:29 00:47:29 #52 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 00:47:29 #52 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 12.3s done 00:47:30 #52 ... 00:47:30 00:47:30 #81 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 00:47:30 #81 6.458 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:47:31 #81 ... 00:47:31 00:47:31 #79 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 00:47:31 #79 10.77 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:47:31 #79 19.82 OK: 266 MiB in 52 packages 00:47:31 #79 DONE 20.7s 00:47:31 00:47:31 #84 [core-keeper builder 5/8] COPY go.mod vendor* ./ 00:47:31 #84 DONE 0.5s 00:47:31 00:47:31 #85 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:47:32 #85 ... 00:47:32 00:47:32 #80 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 00:47:32 #80 11.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:47:32 #80 17.95 OK: 18 MiB in 19 packages 00:47:32 #80 DONE 19.4s 00:47:32 00:47:32 #86 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 00:47:32 #86 DONE 0.3s 00:47:32 00:47:32 #82 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 00:47:32 #82 16.80 (1/1) Installing dumb-init (1.2.5-r2) 00:47:32 #82 17.87 Executing busybox-1.36.1-r7.trigger 00:47:32 #82 18.00 OK: 8 MiB in 16 packages 00:47:33 #82 ... 00:47:33 00:47:33 #73 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 00:47:33 #73 11.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:47:33 #73 19.87 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 00:47:33 #73 20.48 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 00:47:33 #73 20.57 Executing ca-certificates-20240226-r0.trigger 00:47:33 #73 ... 00:47:33 00:47:33 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 00:47:33 #64 36.45 (1/4) Installing dumb-init (1.2.5-r2) 00:47:33 #64 36.66 (2/4) Installing musl-obstack (1.2.3-r2) 00:47:33 #64 36.67 (3/4) Installing libucontext (1.2-r2) 00:47:33 #64 36.70 (4/4) Installing gcompat (1.1.0-r1) 00:47:33 #64 36.72 Executing busybox-1.36.1-r7.trigger 00:47:33 #64 36.86 OK: 8 MiB in 19 packages 00:47:33 #64 ... 00:47:33 00:47:33 #87 [core-data stage-1 3/7] RUN apk --no-cache upgrade 00:47:33 #0 7.001 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:47:33 #0 9.269 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:47:33 #87 ... 00:47:33 00:47:33 #73 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 00:47:33 #73 21.97 OK: 9 MiB in 17 packages 00:47:34 #73 ... 00:47:34 00:47:34 #82 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 00:47:34 #82 DONE 19.6s 00:47:34 00:47:34 #83 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 00:47:34 #83 14.97 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 00:47:34 #83 15.26 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 00:47:34 #83 15.34 OK: 8 MiB in 16 packages 00:47:34 #83 DONE 16.7s 00:47:34 00:47:34 #67 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 00:47:34 #67 28.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:47:34 #67 31.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:47:34 #67 37.26 (1/11) Installing ca-certificates (20240226-r0) 00:47:34 #67 37.53 (2/11) Installing brotli-libs (1.0.9-r14) 00:47:34 #67 37.61 (3/11) Installing libunistring (1.1-r1) 00:47:34 #67 37.85 (4/11) Installing libidn2 (2.3.4-r1) 00:47:34 #67 37.86 (5/11) Installing nghttp2-libs (1.57.0-r0) 00:47:34 #67 37.99 (6/11) Installing libcurl (8.5.0-r0) 00:47:34 #67 38.13 (7/11) Installing curl (8.5.0-r0) 00:47:34 #67 38.26 (8/11) Installing dumb-init (1.2.5-r2) 00:47:35 #67 38.39 (9/11) Installing musl-obstack (1.2.3-r2) 00:47:35 #67 ... 00:47:35 00:47:35 #73 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 00:47:35 #73 DONE 23.2s 00:47:35 00:47:35 #67 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 00:47:35 #67 38.46 (10/11) Installing libucontext (1.2-r2) 00:47:35 #67 38.51 (11/11) Installing gcompat (1.1.0-r1) 00:47:35 #67 ... 00:47:35 00:47:35 #81 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 00:47:35 #81 9.072 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:47:35 #81 ... 00:47:35 00:47:35 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 00:47:35 #64 DONE 38.7s 00:47:35 00:47:35 #88 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 00:47:36 #88 ... 00:47:36 00:47:36 #89 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 00:47:36 #0 5.015 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:47:36 #0 6.949 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:47:36 #89 ... 00:47:36 00:47:36 #67 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 00:47:36 #67 38.60 Executing busybox-1.36.1-r7.trigger 00:47:36 #67 38.92 Executing ca-certificates-20240226-r0.trigger 00:47:36 #67 40.16 OK: 13 MiB in 26 packages 00:47:36 #67 ... 00:47:36 00:47:36 #90 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 00:47:36 #0 4.333 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:47:36 #0 6.733 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:47:37 #90 ... 00:47:37 00:47:37 #81 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 00:47:37 #81 13.42 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 00:47:37 #81 ... 00:47:37 00:47:37 #67 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 00:47:37 #67 DONE 41.2s 00:47:37 00:47:37 #81 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 00:47:37 #81 13.94 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 00:47:38 #81 14.03 OK: 8 MiB in 17 packages 00:47:39 #81 ... 00:47:39 00:47:39 #89 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 00:47:39 #89 12.07 OK: 9 MiB in 20 packages 00:47:39 #89 DONE 13.0s 00:47:39 00:47:39 #81 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 00:47:39 #81 DONE 15.2s 00:47:39 00:47:39 #91 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 00:47:40 #91 ... 00:47:40 00:47:40 #87 [core-data stage-1 3/7] RUN apk --no-cache upgrade 00:47:40 #87 14.18 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 00:47:40 #87 14.77 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 00:47:40 #87 14.85 OK: 8 MiB in 16 packages 00:47:40 #87 DONE 16.1s 00:47:40 00:47:40 #90 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 00:47:40 #90 11.81 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 00:47:40 #90 12.11 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 00:47:40 #90 12.23 Executing ca-certificates-20240226-r0.trigger 00:47:40 #90 13.60 OK: 18 MiB in 19 packages 00:47:42 #90 DONE 15.1s 00:47:42 00:47:42 #92 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 00:47:42 #92 DONE 3.0s 00:47:42 00:47:42 #88 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 00:47:42 #88 2.466 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:47:42 #88 3.988 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:47:42 #88 ... 00:47:42 00:47:42 #91 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 00:47:42 #91 DONE 3.4s 00:47:42 00:47:42 #93 [security-spire-server stage-2 5/9] COPY Attribution.txt / 00:47:42 #93 DONE 0.2s 00:47:42 00:47:42 #94 [security-spire-server stage-2 6/9] COPY security.txt / 00:47:42 #94 DONE 0.3s 00:47:42 00:47:42 #95 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 00:47:43 #95 DONE 0.3s 00:47:43 00:47:43 #96 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 00:47:43 #96 DONE 0.2s 00:47:43 00:47:43 #88 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 00:47:43 #88 7.612 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 00:47:43 #88 7.950 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 00:47:43 #88 8.003 OK: 8 MiB in 19 packages 00:47:43 #88 ... 00:47:43 00:47:43 #97 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 00:47:43 #97 DONE 4.4s 00:47:43 00:47:43 #98 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 00:47:43 #98 ... 00:47:43 00:47:43 #99 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 00:47:43 #99 DONE 0.3s 00:47:44 00:47:44 #100 [security-spire-server] exporting to image 00:47:44 #100 exporting layers 00:47:44 #100 ... 00:47:44 00:47:44 #98 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 00:47:44 #98 DONE 0.5s 00:47:44 00:47:44 #101 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 00:47:44 #0 4.113 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:47:44 #0 5.207 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:47:44 #101 ... 00:47:44 00:47:44 #88 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 00:47:44 #88 DONE 9.1s 00:47:44 00:47:44 #102 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 00:47:44 #102 ... 00:47:44 00:47:44 #103 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 00:47:44 #103 DONE 2.7s 00:47:44 00:47:44 #104 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 00:47:45 #104 DONE 0.3s 00:47:45 00:47:45 #105 [security-spire-agent stage-3 7/10] COPY security.txt / 00:47:45 #105 DONE 0.3s 00:47:45 00:47:45 #101 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 00:47:45 #101 7.797 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 00:47:45 #101 ... 00:47:45 00:47:45 #106 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 00:47:45 #106 DONE 0.2s 00:47:45 00:47:45 #107 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 00:47:45 #107 DONE 0.2s 00:47:45 00:47:45 #108 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 00:47:46 #108 DONE 0.2s 00:47:46 00:47:46 #101 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 00:47:46 #101 8.099 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 00:47:46 #101 8.152 Executing ca-certificates-20240226-r0.trigger 00:47:46 #101 8.543 OK: 13 MiB in 26 packages 00:47:46 #101 ... 00:47:46 00:47:46 #102 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 00:47:46 #102 DONE 2.4s 00:47:47 00:47:47 #101 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 00:47:47 #101 DONE 9.2s 00:47:47 00:47:47 #109 [security-spire-config stage-2 5/10] COPY Attribution.txt / 00:47:47 #109 DONE 0.4s 00:47:47 00:47:47 #100 [security-spire-agent] exporting to image 00:47:47 #100 exporting layers 3.4s done 00:47:47 #100 writing image sha256:66ddc81810810a163c2dc123b747c0b63f5aa139b179dc208b60bd5f0c81c148 0.0s done 00:47:47 #100 naming to docker.io/library/security-spire-server-arm64 0.0s done 00:47:47 #100 ... 00:47:47 00:47:47 #110 [security-spire-config stage-2 6/10] COPY security.txt / 00:47:47 #110 DONE 0.3s 00:47:47 00:47:47 #111 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 00:47:47 #111 DONE 0.3s 00:47:47 00:47:47 #112 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 00:47:48 #112 DONE 0.3s 00:47:48 00:47:48 #76 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:47:48 #76 ... 00:47:48 00:47:48 #113 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 00:47:48 #113 DONE 0.2s 00:47:48 00:47:48 #100 [security-spire-config] exporting to image 00:47:48 #100 exporting layers 2.6s done 00:47:48 #100 writing image sha256:8ea3e235d1eb080943dd7c99320c24afeb79d15501aec3755589b7da1420f993 00:47:48 #100 writing image sha256:8ea3e235d1eb080943dd7c99320c24afeb79d15501aec3755589b7da1420f993 done 00:47:48 #100 naming to docker.io/library/security-spire-agent-arm64 done 00:47:49 #100 exporting layers 1.3s done 00:47:49 #100 writing image sha256:fe85b4c81ce21d96921da56675bd190af3cb70a92cbe76cb0b603f3ee4cbaa5f 0.0s done 00:47:49 #100 naming to docker.io/library/security-spire-config-arm64 0.0s done 00:47:49 #100 DONE 6.1s 00:47:49 00:47:49 #76 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:48:19 #137 ... 00:48:19 00:48:19 #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 00:48:19 #145 DONE 140.1s 00:48:19 00:48:19 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 00:48:19 #149 DONE 140.2s 00:48:19 00:48:19 #141 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 00:48:19 #141 DONE 140.0s 00:48:19 00:48:19 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 00:48:19 #150 DONE 140.2s 00:48:19 00:48:19 #144 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 00:48:19 #144 DONE 140.3s 00:48:19 00:48:19 #143 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 00:48:19 #143 DONE 140.3s 00:48:19 00:48:19 #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 00:48:19 #148 DONE 140.3s 00:48:19 00:48:19 #152 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 00:48:19 #152 ... 00:48:19 00:48:19 #146 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 00:48:19 #146 DONE 140.4s 00:48:19 00:48:19 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 00:48:19 #147 DONE 140.6s 00:48:19 00:48:19 #137 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:48:19 #137 DONE 140.6s 00:48:19 00:48:19 #153 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 00:48:19 #153 ... 00:48:19 00:48:19 #142 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 00:48:19 #142 DONE 140.6s 00:48:19 00:48:19 #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 00:48:19 #151 DONE 140.7s 00:48:19 00:48:19 #154 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 00:48:19 #154 ... 00:48:19 00:48:19 #152 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 00:48:19 #152 DONE 0.7s 00:48:19 00:48:19 #153 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 00:48:19 #153 DONE 0.5s 00:48:19 00:48:19 #155 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 00:48:19 #155 DONE 0.6s 00:48:19 00:48:19 #156 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 00:48:19 #156 DONE 0.8s 00:48:19 00:48:19 #157 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 00:48:19 #157 DONE 0.9s 00:48:19 00:48:19 #158 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 00:48:19 #158 DONE 0.8s 00:48:19 00:48:19 #159 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 00:48:19 #159 ... 00:48:19 00:48:19 #160 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 00:48:19 #160 DONE 0.5s 00:48:19 00:48:19 #154 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 00:48:19 #154 DONE 0.4s 00:48:19 00:48:19 #161 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 00:48:19 #161 DONE 0.4s 00:48:19 00:48:19 #162 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 00:48:19 #162 ... 00:48:19 00:48:19 #163 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 00:48:19 #163 CACHED 00:48:19 00:48:19 #164 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 00:48:19 #164 CACHED 00:48:19 00:48:19 #165 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 00:48:19 #165 DONE 0.3s 00:48:19 00:48:19 #166 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 00:48:19 #166 CACHED 00:48:19 00:48:19 #167 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 00:48:19 #167 CACHED 00:48:19 00:48:19 #168 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 00:48:19 #168 CACHED 00:48:19 00:48:19 #169 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 00:48:19 #169 CACHED 00:48:19 00:48:19 #170 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 00:48:19 #170 DONE 0.3s 00:48:19 00:48:19 #159 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 00:48:19 #159 DONE 0.3s 00:48:19 00:48:19 #171 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 00:48:19 #171 DONE 0.4s 00:48:19 00:48:19 #172 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 00:48:19 #172 CACHED 00:48:19 00:48:19 #173 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 00:48:19 #173 CACHED 00:48:19 00:48:19 #174 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 00:48:19 #174 DONE 0.4s 00:48:19 00:48:19 #175 [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 00:48:19 #175 ... 00:48:19 00:48:19 #176 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 00:48:19 #176 DONE 3.4s 00:48:19 00:48:19 #177 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 00:48:19 #177 DONE 3.4s 00:48:19 00:48:19 #178 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:48:19 #178 DONE 3.5s 00:48:19 00:48:19 #179 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 00:48:19 #179 DONE 3.5s 00:48:19 00:48:19 #162 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 00:48:19 #162 DONE 3.6s 00:48:19 00:48:19 #180 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:48:19 #180 DONE 3.5s 00:48:19 00:48:19 #181 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 00:48:19 #181 DONE 3.5s 00:48:19 00:48:19 #182 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:48:19 #182 DONE 3.6s 00:48:19 00:48:19 #183 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:48:19 #183 DONE 3.6s 00:48:19 00:48:19 #184 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:48:19 #184 DONE 3.5s 00:48:19 00:48:19 #175 [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 00:48:19 #175 DONE 3.5s 00:48:19 00:48:19 #185 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 00:48:19 #185 ... 00:48:19 00:48:19 #186 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 00:48:19 #186 DONE 0.3s 00:48:19 00:48:19 #187 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 00:48:19 #187 DONE 0.4s 00:48:19 00:48:19 #188 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 00:48:19 #188 DONE 0.4s 00:48:19 00:48:19 #189 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 00:48:19 #189 DONE 0.4s 00:48:19 00:48:19 #190 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 00:48:19 #190 DONE 0.4s 00:48:19 00:48:19 #191 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 00:48:19 #191 DONE 0.4s 00:48:19 00:48:19 #192 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 00:48:19 #192 DONE 0.4s 00:48:19 00:48:19 #109 [core-keeper] exporting to image 00:48:19 #109 exporting layers 00:48:19 #109 ... 00:48:19 00:48:19 #193 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 00:48:19 #193 DONE 0.4s 00:48:19 00:48:19 #185 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 00:48:19 #185 DONE 0.5s 00:48:19 00:48:19 #194 [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 00:48:19 #194 DONE 0.4s 00:48:19 00:48:19 #195 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 00:48:19 #195 DONE 4.4s 00:48:19 00:48:19 #109 [core-data] exporting to image 00:48:19 #109 ... 00:48:19 00:48:19 #196 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 00:48:19 #196 DONE 0.7s 00:48:19 00:48:19 #197 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:48:19 #197 DONE 0.5s 00:48:19 00:48:19 #198 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 00:48:19 #198 DONE 0.4s 00:48:19 00:48:19 #199 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 00:48:19 #199 DONE 0.4s 00:48:19 00:48:19 #200 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 00:48:19 #200 ... 00:48:19 00:48:19 #201 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 00:48:19 #201 DONE 0.4s 00:48:19 00:48:19 #202 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 00:48:19 #202 DONE 0.4s 00:48:19 00:48:19 #203 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 00:48:19 #203 DONE 0.4s 00:48:19 00:48:19 #200 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 00:48:19 #200 DONE 0.2s 00:48:19 00:48:19 #109 [core-keeper] exporting to image 00:48:19 #109 exporting layers 0.7s done 00:48:19 #109 writing image sha256:d6c034790b5022fe16403306417979a6be8caa93a88d50ae50a4eaf3bc12eb9f 0.1s done 00:48:19 #109 writing image sha256:7b710cee8145d41ae2754553062fcb6f5f286cd7fc1758dc1ae6a29b3b96faa0 00:48:19 #109 writing image sha256:1c5a4c5f2e861ac603123c4ffc13832b5707ea3d341c0f44fb182f20fa58ad46 00:48:19 #109 naming to docker.io/library/core-keeper done 00:48:19 #109 exporting layers 0.5s done 00:48:19 #109 writing image sha256:7b710cee8145d41ae2754553062fcb6f5f286cd7fc1758dc1ae6a29b3b96faa0 0.3s done 00:48:19 #109 writing image sha256:1c5a4c5f2e861ac603123c4ffc13832b5707ea3d341c0f44fb182f20fa58ad46 0.2s done 00:48:19 #109 naming to docker.io/library/core-command 0.0s done 00:48:19 #109 naming to docker.io/library/support-scheduler 0.0s done 00:48:19 #109 writing image sha256:4a97023d142cc325af5d5e0b45203003727dc58d09a5cab68d3eda0e5be92eb7 0.0s done 00:48:19 #109 naming to docker.io/library/security-spiffe-token-provider done 00:48:19 #109 ... 00:48:19 00:48:19 #204 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:48:19 #204 DONE 0.5s 00:48:19 00:48:19 #205 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 00:48:19 #205 DONE 0.5s 00:48:19 00:48:19 #206 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:48:19 #206 DONE 0.7s 00:48:19 00:48:19 #109 [support-notifications] exporting to image 00:48:19 #109 writing image sha256:a98bf1d520cdadb0f6cc45b2e81493f3bceb98c64bedd3ea2cac146827addce2 done 00:48:19 #109 writing image sha256:ca2d2f387adde9c3186fffea3d2fef872014ee64da6f9c78c11bfeabb44626c6 done 00:48:19 #109 writing image sha256:54bb4e2b5de2be122a01419ff9ccf85072243152c60b6c2f92d7dcfe504e5b61 done 00:48:19 #109 naming to docker.io/library/core-data done 00:48:19 #109 naming to docker.io/library/core-metadata done 00:48:19 #109 naming to docker.io/library/support-notifications done 00:48:19 #109 ... 00:48:19 00:48:19 #207 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:48:19 #207 DONE 0.3s 00:48:19 00:48:19 #109 [support-notifications] exporting to image 00:48:19 #109 exporting layers 0.2s done 00:48:19 #109 writing image sha256:31c5b011cd5fdc76fbe0b4ef8d892c7b6b98ce92ffb6fc458b92e74b66779dac 00:48:19 #109 writing image sha256:31c5b011cd5fdc76fbe0b4ef8d892c7b6b98ce92ffb6fc458b92e74b66779dac done 00:48:19 #109 naming to docker.io/library/security-proxy-auth done 00:48:19 #109 DONE 2.8s 00:48:19 00:48:19 #208 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:48:19 #208 DONE 0.9s 00:48:19 00:48:19 #209 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:48:19 #209 ... 00:48:19 00:48:19 #210 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:48:19 #210 DONE 0.5s 00:48:19 00:48:19 #211 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:48:19 #211 DONE 0.8s 00:48:19 00:48:19 #209 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:48:19 #209 DONE 0.3s 00:48:19 00:48:19 #109 [security-proxy-setup] exporting to image 00:48:19 #109 exporting layers 0.1s done 00:48:19 #109 writing image sha256:2e51a355835a40ee3dd9291dd584d2acf16d51adbf19d2220348bacb7f69a1e5 00:48:19 #109 ... 00:48:19 00:48:19 #212 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 00:48:19 #212 DONE 0.1s 00:48:19 00:48:19 #213 [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/ 00:48:19 #213 DONE 0.1s 00:48:19 00:48:19 #109 [core-common-config-bootstrapper] exporting to image 00:48:19 #109 writing image sha256:2e51a355835a40ee3dd9291dd584d2acf16d51adbf19d2220348bacb7f69a1e5 0.0s done 00:48:19 #109 naming to docker.io/library/core-common-config-bootstrapper done 00:48:19 #109 ... 00:48:19 00:48:19 #214 [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/ 00:48:19 #214 DONE 0.0s 00:48:19 00:48:19 #215 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 00:48:19 #215 DONE 0.1s 00:48:19 00:48:19 #216 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:48:19 #216 DONE 0.1s 00:48:19 00:48:19 #109 [security-proxy-setup] exporting to image 00:48:19 #109 exporting layers 0.3s done 00:48:19 #109 writing image sha256:90aaab4f49e069ea321cb77716333eb00ef0437e4df013a91b8a7b20a8003575 done 00:48:19 #109 naming to docker.io/library/security-proxy-setup done 00:48:19 #109 DONE 3.2s 00:48:19 00:48:19 #217 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 00:48:19 #217 ... 00:48:19 00:48:19 #218 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:48:19 #218 DONE 0.5s 00:48:19 00:48:19 #217 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 00:48:19 #217 DONE 0.4s 00:48:19 00:48:19 #109 [security-secretstore-setup] exporting to image 00:48:19 #109 exporting layers 0.3s done 00:48:19 #109 writing image sha256:6767b9ed425bdb81a3e81c27db2d8f871851b5667fa00167fd03d0d5b18188fa done 00:48:19 #109 naming to docker.io/library/security-secretstore-setup done 00:48:19 #109 exporting layers 0.2s done 00:48:19 #109 writing image sha256:998adbd8322e9418b08c118b078cd071fcefb71ac0207bc61cdedd2ff2d0a2b1 done 00:48:19 #109 naming to docker.io/library/security-bootstrapper done 00:48:19 #109 DONE 3.6s 00:48:19 00:48:19 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:48:19 time="2024-07-06T00:43:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:48:19 time="2024-07-06T00:43:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:48:19 time="2024-07-06T00:43:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:48:19 time="2024-07-06T00:43:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:48:19 time="2024-07-06T00:43:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:48:19 time="2024-07-06T00:43:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:48:19 time="2024-07-06T00:43:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:48:19 time="2024-07-06T00:43:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:48:19 time="2024-07-06T00:43:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:48:19 time="2024-07-06T00:43:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:48:19 time="2024-07-06T00:43:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:48:19 time="2024-07-06T00:43:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:48:19 time="2024-07-06T00:43:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:48:19 time="2024-07-06T00:43:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:48:19 time="2024-07-06T00:43:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 00:48:19 $ docker stop --time=1 36410a0085bed18cebbce21535cc6489623e2a875e9197b0eb1e21bb4c19e653 00:48:21 $ docker rm -f --volumes 36410a0085bed18cebbce21535cc6489623e2a875e9197b0eb1e21bb4c19e653 [Pipeline] // withDockerContainer [Pipeline] sh 00:48:21 + docker images 00:48:21 REPOSITORY TAG IMAGE ID CREATED SIZE 00:48:21 security-bootstrapper latest 998adbd8322e 3 seconds ago 24MB 00:48:21 core-common-config-bootstrapper latest 2e51a355835a 4 seconds ago 20.2MB 00:48:21 security-secretstore-setup latest 6767b9ed425b 4 seconds ago 42.2MB 00:48:21 security-proxy-setup latest 90aaab4f49e0 4 seconds ago 31.2MB 00:48:21 security-proxy-auth latest 31c5b011cd5f 5 seconds ago 38MB 00:48:21 core-metadata latest a98bf1d520cd 5 seconds ago 41MB 00:48:21 support-notifications latest 54bb4e2b5de2 6 seconds ago 43.9MB 00:48:21 security-spiffe-token-provider latest 4a97023d142c 6 seconds ago 34MB 00:48:21 core-keeper latest d6c034790b50 6 seconds ago 35.6MB 00:48:21 core-data latest ca2d2f387add 6 seconds ago 40.8MB 00:48:21 support-scheduler latest 7b710cee8145 6 seconds ago 43.1MB 00:48:21 core-command latest 1c5a4c5f2e86 6 seconds ago 40.4MB 00:48:21 security-spire-config latest ea30fa2d429e 3 minutes ago 107MB 00:48:21 security-spire-agent latest f9ebfd1f36ba 3 minutes ago 166MB 00:48:21 security-spire-server latest f4cecaf1872d 3 minutes ago 107MB 00:48:21 ci-base-image-x86_64 latest be129fbe3dd6 7 minutes ago 966MB 00:48:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine f489d0715acc 2 months ago 565MB 00:48:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 13 months ago 334MB 00:48:21 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 24 months ago 253MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:48:21 provisioning config files... 00:48:21 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/649@tmp/config16656168913685789869tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:48:22 ---> ****-login.sh 00:48:22 nexus3.edgexfoundry.org:10001 00:48:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:48:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:48:22 Configure a credential helper to remove this warning. See 00:48:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:48:22 00:48:22 Login Succeeded 00:48:22 nexus3.edgexfoundry.org:10002 00:48:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:48:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:48:22 Configure a credential helper to remove this warning. See 00:48:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:48:22 00:48:22 Login Succeeded 00:48:22 nexus3.edgexfoundry.org:10003 00:48:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:48:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:48:22 Configure a credential helper to remove this warning. See 00:48:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:48:22 00:48:22 Login Succeeded 00:48:22 nexus3.edgexfoundry.org:10004 00:48:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:48:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:48:22 Configure a credential helper to remove this warning. See 00:48:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:48:22 00:48:22 Login Succeeded 00:48:22 ****.io 00:48:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:48:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:48:22 Configure a credential helper to remove this warning. See 00:48:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:48:22 00:48:22 Login Succeeded 00:48:22 ---> ****-login.sh ends [Pipeline] } 00:48:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:48:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 00:48:22 [edgeXDocker.push] Tagging docker image core-command with the following tags: 00:48:22 d00eb61bd559b49c08ce600caa3e3487789f2306 00:48:22 latest 00:48:22 3.2.0-dev.31 00:48:22 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 00:48:22 main 00:48:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:23 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:23 + docker push nexus3.edgexfoundry.org:10004/core-command:d00eb61bd559b49c08ce600caa3e3487789f2306 00:48:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 00:48:23 a1507ada5718: Preparing 00:48:23 b99ffd12b4f8: Preparing 00:48:23 5bd9c9cb27eb: Preparing 00:48:23 b847f4f6e5a6: Preparing 00:48:23 edbba31d04df: Preparing 00:48:23 04cd93414a6c: Preparing 00:48:23 63ec0bd56cf3: Preparing 00:48:23 04cd93414a6c: Waiting 00:48:23 63ec0bd56cf3: Waiting 00:48:23 a1507ada5718: Pushed 00:48:23 5bd9c9cb27eb: Pushed 00:48:23 b847f4f6e5a6: Pushed 00:48:23 63ec0bd56cf3: Layer already exists 00:48:23 04cd93414a6c: Pushed 00:48:23 edbba31d04df: Pushed 00:48:25 b99ffd12b4f8: Pushed 00:48:26 d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:9248696218d5cf8e4eb1d79fe94cbb1a9bc64894d933dd11ce784d7463b013ad size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:26 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:26 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 00:48:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 00:48:26 a1507ada5718: Preparing 00:48:26 b99ffd12b4f8: Preparing 00:48:26 5bd9c9cb27eb: Preparing 00:48:26 b847f4f6e5a6: Preparing 00:48:26 edbba31d04df: Preparing 00:48:26 04cd93414a6c: Preparing 00:48:26 63ec0bd56cf3: Preparing 00:48:26 63ec0bd56cf3: Waiting 00:48:26 04cd93414a6c: Waiting 00:48:26 edbba31d04df: Layer already exists 00:48:26 a1507ada5718: Layer already exists 00:48:26 b99ffd12b4f8: Layer already exists 00:48:26 5bd9c9cb27eb: Layer already exists 00:48:26 b847f4f6e5a6: Layer already exists 00:48:26 63ec0bd56cf3: Layer already exists 00:48:26 04cd93414a6c: Layer already exists 00:48:26 latest: digest: sha256:9248696218d5cf8e4eb1d79fe94cbb1a9bc64894d933dd11ce784d7463b013ad size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:27 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:27 + docker push nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.31 00:48:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 00:48:27 a1507ada5718: Preparing 00:48:27 b99ffd12b4f8: Preparing 00:48:27 5bd9c9cb27eb: Preparing 00:48:27 b847f4f6e5a6: Preparing 00:48:27 edbba31d04df: Preparing 00:48:27 04cd93414a6c: Preparing 00:48:27 63ec0bd56cf3: Preparing 00:48:27 04cd93414a6c: Waiting 00:48:27 63ec0bd56cf3: Waiting 00:48:27 a1507ada5718: Layer already exists 00:48:27 edbba31d04df: Layer already exists 00:48:27 b847f4f6e5a6: Layer already exists 00:48:27 b99ffd12b4f8: Layer already exists 00:48:27 5bd9c9cb27eb: Layer already exists 00:48:27 63ec0bd56cf3: Layer already exists 00:48:27 04cd93414a6c: Layer already exists 00:48:27 3.2.0-dev.31: digest: sha256:9248696218d5cf8e4eb1d79fe94cbb1a9bc64894d933dd11ce784d7463b013ad size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:27 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:28 + docker push nexus3.edgexfoundry.org:10004/core-command:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 00:48:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 00:48:28 a1507ada5718: Preparing 00:48:28 b99ffd12b4f8: Preparing 00:48:28 5bd9c9cb27eb: Preparing 00:48:28 b847f4f6e5a6: Preparing 00:48:28 edbba31d04df: Preparing 00:48:28 04cd93414a6c: Preparing 00:48:28 63ec0bd56cf3: Preparing 00:48:28 04cd93414a6c: Waiting 00:48:28 63ec0bd56cf3: Waiting 00:48:28 5bd9c9cb27eb: Layer already exists 00:48:28 b99ffd12b4f8: Layer already exists 00:48:28 b847f4f6e5a6: Layer already exists 00:48:28 a1507ada5718: Layer already exists 00:48:28 edbba31d04df: Layer already exists 00:48:28 63ec0bd56cf3: Layer already exists 00:48:28 04cd93414a6c: Layer already exists 00:48:28 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:9248696218d5cf8e4eb1d79fe94cbb1a9bc64894d933dd11ce784d7463b013ad size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:28 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:28 + docker push nexus3.edgexfoundry.org:10004/core-command:main 00:48:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 00:48:28 a1507ada5718: Preparing 00:48:28 b99ffd12b4f8: Preparing 00:48:28 5bd9c9cb27eb: Preparing 00:48:28 b847f4f6e5a6: Preparing 00:48:28 edbba31d04df: Preparing 00:48:28 04cd93414a6c: Preparing 00:48:28 63ec0bd56cf3: Preparing 00:48:28 04cd93414a6c: Waiting 00:48:28 63ec0bd56cf3: Waiting 00:48:28 5bd9c9cb27eb: Layer already exists 00:48:28 edbba31d04df: Layer already exists 00:48:28 b847f4f6e5a6: Layer already exists 00:48:28 b99ffd12b4f8: Layer already exists 00:48:28 a1507ada5718: Layer already exists 00:48:28 04cd93414a6c: Layer already exists 00:48:28 63ec0bd56cf3: Layer already exists 00:48:28 main: digest: sha256:9248696218d5cf8e4eb1d79fe94cbb1a9bc64894d933dd11ce784d7463b013ad size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:48:28 ===================================================== [Pipeline] echo 00:48:28 taggedImages: 00:48:28 - nexus3.edgexfoundry.org:10004/core-command:d00eb61bd559b49c08ce600caa3e3487789f2306 00:48:28 - nexus3.edgexfoundry.org:10004/core-command:latest 00:48:28 - nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.31 00:48:28 - nexus3.edgexfoundry.org:10004/core-command:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 00:48:28 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 00:48:28 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 00:48:28 d00eb61bd559b49c08ce600caa3e3487789f2306 00:48:28 latest 00:48:28 3.2.0-dev.31 00:48:28 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 00:48:28 main 00:48:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:29 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:29 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d00eb61bd559b49c08ce600caa3e3487789f2306 00:48:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 00:48:29 7f989a224619: Preparing 00:48:29 233ced965457: Preparing 00:48:29 ec42e0593463: Preparing 00:48:29 2bea1276ddd7: Preparing 00:48:29 5bd9c9cb27eb: Preparing 00:48:29 b847f4f6e5a6: Preparing 00:48:29 edbba31d04df: Preparing 00:48:29 04cd93414a6c: Preparing 00:48:29 63ec0bd56cf3: Preparing 00:48:29 b847f4f6e5a6: Waiting 00:48:29 edbba31d04df: Waiting 00:48:29 04cd93414a6c: Waiting 00:48:29 63ec0bd56cf3: Waiting 00:48:29 5bd9c9cb27eb: Layer already exists 00:48:29 b847f4f6e5a6: Layer already exists 00:48:29 edbba31d04df: Layer already exists 00:48:29 04cd93414a6c: Layer already exists 00:48:29 63ec0bd56cf3: Layer already exists 00:48:29 7f989a224619: Pushed 00:48:29 233ced965457: Pushed 00:48:29 ec42e0593463: Pushed 00:48:30 2bea1276ddd7: Pushed 00:48:30 d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:6939448f4566a27cad0f9d2de782a87eac04277c0ada586c01ade192a2d18c21 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:30 + 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 00:48:31 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 00:48:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 00:48:31 7f989a224619: Preparing 00:48:31 233ced965457: Preparing 00:48:31 ec42e0593463: Preparing 00:48:31 2bea1276ddd7: Preparing 00:48:31 5bd9c9cb27eb: Preparing 00:48:31 b847f4f6e5a6: Preparing 00:48:31 edbba31d04df: Preparing 00:48:31 04cd93414a6c: Preparing 00:48:31 63ec0bd56cf3: Preparing 00:48:31 b847f4f6e5a6: Waiting 00:48:31 04cd93414a6c: Waiting 00:48:31 edbba31d04df: Waiting 00:48:31 63ec0bd56cf3: Waiting 00:48:31 ec42e0593463: Layer already exists 00:48:31 233ced965457: Layer already exists 00:48:31 7f989a224619: Layer already exists 00:48:31 2bea1276ddd7: Layer already exists 00:48:31 5bd9c9cb27eb: Layer already exists 00:48:31 b847f4f6e5a6: Layer already exists 00:48:31 edbba31d04df: Layer already exists 00:48:31 63ec0bd56cf3: Layer already exists 00:48:31 04cd93414a6c: Layer already exists 00:48:31 latest: digest: sha256:6939448f4566a27cad0f9d2de782a87eac04277c0ada586c01ade192a2d18c21 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:31 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:31 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.31 00:48:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 00:48:31 7f989a224619: Preparing 00:48:31 233ced965457: Preparing 00:48:31 ec42e0593463: Preparing 00:48:31 2bea1276ddd7: Preparing 00:48:31 5bd9c9cb27eb: Preparing 00:48:31 b847f4f6e5a6: Preparing 00:48:31 edbba31d04df: Preparing 00:48:31 04cd93414a6c: Preparing 00:48:31 63ec0bd56cf3: Preparing 00:48:31 b847f4f6e5a6: Waiting 00:48:31 04cd93414a6c: Waiting 00:48:31 63ec0bd56cf3: Waiting 00:48:31 edbba31d04df: Waiting 00:48:31 2bea1276ddd7: Layer already exists 00:48:31 5bd9c9cb27eb: Layer already exists 00:48:31 233ced965457: Layer already exists 00:48:31 7f989a224619: Layer already exists 00:48:31 ec42e0593463: Layer already exists 00:48:31 edbba31d04df: Layer already exists 00:48:31 04cd93414a6c: Layer already exists 00:48:31 b847f4f6e5a6: Layer already exists 00:48:31 63ec0bd56cf3: Layer already exists 00:48:31 3.2.0-dev.31: digest: sha256:6939448f4566a27cad0f9d2de782a87eac04277c0ada586c01ade192a2d18c21 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:32 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:32 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 00:48:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 00:48:32 7f989a224619: Preparing 00:48:32 233ced965457: Preparing 00:48:32 ec42e0593463: Preparing 00:48:32 2bea1276ddd7: Preparing 00:48:32 5bd9c9cb27eb: Preparing 00:48:32 b847f4f6e5a6: Preparing 00:48:32 edbba31d04df: Preparing 00:48:32 04cd93414a6c: Preparing 00:48:32 63ec0bd56cf3: Preparing 00:48:32 b847f4f6e5a6: Waiting 00:48:32 edbba31d04df: Waiting 00:48:32 04cd93414a6c: Waiting 00:48:32 63ec0bd56cf3: Waiting 00:48:32 2bea1276ddd7: Layer already exists 00:48:32 233ced965457: Layer already exists 00:48:32 5bd9c9cb27eb: Layer already exists 00:48:32 ec42e0593463: Layer already exists 00:48:32 7f989a224619: Layer already exists 00:48:32 b847f4f6e5a6: Layer already exists 00:48:32 edbba31d04df: Layer already exists 00:48:32 04cd93414a6c: Layer already exists 00:48:32 63ec0bd56cf3: Layer already exists 00:48:32 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:6939448f4566a27cad0f9d2de782a87eac04277c0ada586c01ade192a2d18c21 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:32 + 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 00:48:33 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 00:48:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 00:48:33 7f989a224619: Preparing 00:48:33 233ced965457: Preparing 00:48:33 ec42e0593463: Preparing 00:48:33 2bea1276ddd7: Preparing 00:48:33 5bd9c9cb27eb: Preparing 00:48:33 b847f4f6e5a6: Preparing 00:48:33 edbba31d04df: Preparing 00:48:33 04cd93414a6c: Preparing 00:48:33 63ec0bd56cf3: Preparing 00:48:33 b847f4f6e5a6: Waiting 00:48:33 edbba31d04df: Waiting 00:48:33 04cd93414a6c: Waiting 00:48:33 233ced965457: Layer already exists 00:48:33 7f989a224619: Layer already exists 00:48:33 5bd9c9cb27eb: Layer already exists 00:48:33 2bea1276ddd7: Layer already exists 00:48:33 ec42e0593463: Layer already exists 00:48:33 04cd93414a6c: Layer already exists 00:48:33 edbba31d04df: Layer already exists 00:48:33 63ec0bd56cf3: Layer already exists 00:48:33 b847f4f6e5a6: Layer already exists 00:48:33 main: digest: sha256:6939448f4566a27cad0f9d2de782a87eac04277c0ada586c01ade192a2d18c21 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:48:33 ===================================================== [Pipeline] echo 00:48:33 taggedImages: 00:48:33 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d00eb61bd559b49c08ce600caa3e3487789f2306 00:48:33 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 00:48:33 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.31 00:48:33 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 00:48:33 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 00:48:33 [edgeXDocker.push] Tagging docker image core-data with the following tags: 00:48:33 d00eb61bd559b49c08ce600caa3e3487789f2306 00:48:33 latest 00:48:33 3.2.0-dev.31 00:48:33 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 00:48:33 main 00:48:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:33 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:33 + docker push nexus3.edgexfoundry.org:10004/core-data:d00eb61bd559b49c08ce600caa3e3487789f2306 00:48:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 00:48:33 0a9577e1fd61: Preparing 00:48:33 0d9f7153b5c4: Preparing 00:48:33 5bd9c9cb27eb: Preparing 00:48:33 b847f4f6e5a6: Preparing 00:48:33 29952f1cefb5: Preparing 00:48:33 b93ed8e2f995: Preparing 00:48:33 63ec0bd56cf3: Preparing 00:48:33 63ec0bd56cf3: Waiting 00:48:33 5bd9c9cb27eb: Layer already exists 00:48:33 b847f4f6e5a6: Layer already exists 00:48:33 63ec0bd56cf3: Layer already exists 00:48:33 0a9577e1fd61: Pushed 00:48:33 b93ed8e2f995: Pushed 00:48:34 29952f1cefb5: Pushed 00:48:36 0d9f7153b5c4: Pushed 00:48:36 d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:e6257dd5bdd08862db2c8e4e7ae60ee8ba937ecac98e066c207c0f3a3a920f2c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:37 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:37 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 00:48:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 00:48:37 0a9577e1fd61: Preparing 00:48:37 0d9f7153b5c4: Preparing 00:48:37 5bd9c9cb27eb: Preparing 00:48:37 b847f4f6e5a6: Preparing 00:48:37 29952f1cefb5: Preparing 00:48:37 b93ed8e2f995: Preparing 00:48:37 63ec0bd56cf3: Preparing 00:48:37 b93ed8e2f995: Waiting 00:48:37 5bd9c9cb27eb: Layer already exists 00:48:37 0a9577e1fd61: Layer already exists 00:48:37 29952f1cefb5: Layer already exists 00:48:37 b847f4f6e5a6: Layer already exists 00:48:37 0d9f7153b5c4: Layer already exists 00:48:37 b93ed8e2f995: Layer already exists 00:48:37 63ec0bd56cf3: Layer already exists 00:48:37 latest: digest: sha256:e6257dd5bdd08862db2c8e4e7ae60ee8ba937ecac98e066c207c0f3a3a920f2c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:37 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:38 + docker push nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.31 00:48:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 00:48:38 0a9577e1fd61: Preparing 00:48:38 0d9f7153b5c4: Preparing 00:48:38 5bd9c9cb27eb: Preparing 00:48:38 b847f4f6e5a6: Preparing 00:48:38 29952f1cefb5: Preparing 00:48:38 b93ed8e2f995: Preparing 00:48:38 63ec0bd56cf3: Preparing 00:48:38 b93ed8e2f995: Waiting 00:48:38 63ec0bd56cf3: Waiting 00:48:38 0a9577e1fd61: Layer already exists 00:48:38 5bd9c9cb27eb: Layer already exists 00:48:38 29952f1cefb5: Layer already exists 00:48:38 0d9f7153b5c4: Layer already exists 00:48:38 b847f4f6e5a6: Layer already exists 00:48:38 63ec0bd56cf3: Layer already exists 00:48:38 b93ed8e2f995: Layer already exists 00:48:38 3.2.0-dev.31: digest: sha256:e6257dd5bdd08862db2c8e4e7ae60ee8ba937ecac98e066c207c0f3a3a920f2c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:38 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:38 + docker push nexus3.edgexfoundry.org:10004/core-data:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 00:48:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 00:48:38 0a9577e1fd61: Preparing 00:48:38 0d9f7153b5c4: Preparing 00:48:38 5bd9c9cb27eb: Preparing 00:48:38 b847f4f6e5a6: Preparing 00:48:38 29952f1cefb5: Preparing 00:48:38 b93ed8e2f995: Preparing 00:48:38 63ec0bd56cf3: Preparing 00:48:38 b93ed8e2f995: Waiting 00:48:38 63ec0bd56cf3: Waiting 00:48:38 29952f1cefb5: Layer already exists 00:48:38 0a9577e1fd61: Layer already exists 00:48:38 0d9f7153b5c4: Layer already exists 00:48:38 5bd9c9cb27eb: Layer already exists 00:48:38 b847f4f6e5a6: Layer already exists 00:48:38 b93ed8e2f995: Layer already exists 00:48:38 63ec0bd56cf3: Layer already exists 00:48:38 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:e6257dd5bdd08862db2c8e4e7ae60ee8ba937ecac98e066c207c0f3a3a920f2c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:39 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:39 + docker push nexus3.edgexfoundry.org:10004/core-data:main 00:48:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 00:48:39 0a9577e1fd61: Preparing 00:48:39 0d9f7153b5c4: Preparing 00:48:39 5bd9c9cb27eb: Preparing 00:48:39 b847f4f6e5a6: Preparing 00:48:39 29952f1cefb5: Preparing 00:48:39 b93ed8e2f995: Preparing 00:48:39 63ec0bd56cf3: Preparing 00:48:39 63ec0bd56cf3: Waiting 00:48:39 b93ed8e2f995: Waiting 00:48:39 0d9f7153b5c4: Layer already exists 00:48:39 0a9577e1fd61: Layer already exists 00:48:39 29952f1cefb5: Layer already exists 00:48:39 5bd9c9cb27eb: Layer already exists 00:48:39 b847f4f6e5a6: Layer already exists 00:48:39 b93ed8e2f995: Layer already exists 00:48:39 63ec0bd56cf3: Layer already exists 00:48:39 main: digest: sha256:e6257dd5bdd08862db2c8e4e7ae60ee8ba937ecac98e066c207c0f3a3a920f2c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:48:39 ===================================================== [Pipeline] echo 00:48:39 taggedImages: 00:48:39 - nexus3.edgexfoundry.org:10004/core-data:d00eb61bd559b49c08ce600caa3e3487789f2306 00:48:39 - nexus3.edgexfoundry.org:10004/core-data:latest 00:48:39 - nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.31 00:48:39 - nexus3.edgexfoundry.org:10004/core-data:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 00:48:39 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 00:48:39 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 00:48:39 d00eb61bd559b49c08ce600caa3e3487789f2306 00:48:39 latest 00:48:39 3.2.0-dev.31 00:48:39 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 00:48:39 main 00:48:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:40 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:40 + docker push nexus3.edgexfoundry.org:10004/core-keeper:d00eb61bd559b49c08ce600caa3e3487789f2306 00:48:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 00:48:40 9331139fab42: Preparing 00:48:40 add852db511f: Preparing 00:48:40 b847f4f6e5a6: Preparing 00:48:40 ea73a7b02b5d: Preparing 00:48:40 23fd868eb3e0: Preparing 00:48:40 63ec0bd56cf3: Preparing 00:48:40 63ec0bd56cf3: Waiting 00:48:40 b847f4f6e5a6: Layer already exists 00:48:40 63ec0bd56cf3: Layer already exists 00:48:40 23fd868eb3e0: Pushed 00:48:40 ea73a7b02b5d: Pushed 00:48:40 9331139fab42: Pushed 00:48:42 add852db511f: Pushed 00:48:43 d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:98eef28abde75ce6a6f159391c7430778d989acd5de324162535def9003e93a6 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:43 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:43 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 00:48:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 00:48:43 9331139fab42: Preparing 00:48:43 add852db511f: Preparing 00:48:43 b847f4f6e5a6: Preparing 00:48:43 ea73a7b02b5d: Preparing 00:48:43 23fd868eb3e0: Preparing 00:48:43 63ec0bd56cf3: Preparing 00:48:43 b847f4f6e5a6: Layer already exists 00:48:43 23fd868eb3e0: Layer already exists 00:48:43 9331139fab42: Layer already exists 00:48:43 add852db511f: Layer already exists 00:48:43 ea73a7b02b5d: Layer already exists 00:48:43 63ec0bd56cf3: Layer already exists 00:48:43 latest: digest: sha256:98eef28abde75ce6a6f159391c7430778d989acd5de324162535def9003e93a6 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:44 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:44 + docker push nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.31 00:48:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 00:48:44 9331139fab42: Preparing 00:48:44 add852db511f: Preparing 00:48:44 b847f4f6e5a6: Preparing 00:48:44 ea73a7b02b5d: Preparing 00:48:44 23fd868eb3e0: Preparing 00:48:44 63ec0bd56cf3: Preparing 00:48:44 63ec0bd56cf3: Waiting 00:48:44 9331139fab42: Layer already exists 00:48:44 b847f4f6e5a6: Layer already exists 00:48:44 23fd868eb3e0: Layer already exists 00:48:44 add852db511f: Layer already exists 00:48:44 ea73a7b02b5d: Layer already exists 00:48:44 63ec0bd56cf3: Layer already exists 00:48:44 3.2.0-dev.31: digest: sha256:98eef28abde75ce6a6f159391c7430778d989acd5de324162535def9003e93a6 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:44 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:45 + docker push nexus3.edgexfoundry.org:10004/core-keeper:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 00:48:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 00:48:45 9331139fab42: Preparing 00:48:45 add852db511f: Preparing 00:48:45 b847f4f6e5a6: Preparing 00:48:45 ea73a7b02b5d: Preparing 00:48:45 23fd868eb3e0: Preparing 00:48:45 63ec0bd56cf3: Preparing 00:48:45 63ec0bd56cf3: Waiting 00:48:45 9331139fab42: Layer already exists 00:48:45 ea73a7b02b5d: Layer already exists 00:48:45 add852db511f: Layer already exists 00:48:45 b847f4f6e5a6: Layer already exists 00:48:45 23fd868eb3e0: Layer already exists 00:48:45 63ec0bd56cf3: Layer already exists 00:48:45 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:98eef28abde75ce6a6f159391c7430778d989acd5de324162535def9003e93a6 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:45 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:45 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 00:48:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 00:48:45 9331139fab42: Preparing 00:48:45 add852db511f: Preparing 00:48:45 b847f4f6e5a6: Preparing 00:48:45 ea73a7b02b5d: Preparing 00:48:45 23fd868eb3e0: Preparing 00:48:45 63ec0bd56cf3: Preparing 00:48:45 63ec0bd56cf3: Waiting 00:48:45 ea73a7b02b5d: Layer already exists 00:48:45 add852db511f: Layer already exists 00:48:45 b847f4f6e5a6: Layer already exists 00:48:45 23fd868eb3e0: Layer already exists 00:48:45 9331139fab42: Layer already exists 00:48:45 63ec0bd56cf3: Layer already exists 00:48:45 main: digest: sha256:98eef28abde75ce6a6f159391c7430778d989acd5de324162535def9003e93a6 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:48:45 ===================================================== [Pipeline] echo 00:48:45 taggedImages: 00:48:45 - nexus3.edgexfoundry.org:10004/core-keeper:d00eb61bd559b49c08ce600caa3e3487789f2306 00:48:45 - nexus3.edgexfoundry.org:10004/core-keeper:latest 00:48:45 - nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.31 00:48:45 - nexus3.edgexfoundry.org:10004/core-keeper:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 00:48:45 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 00:48:45 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 00:48:45 d00eb61bd559b49c08ce600caa3e3487789f2306 00:48:45 latest 00:48:45 3.2.0-dev.31 00:48:45 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 00:48:45 main 00:48:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:46 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:46 + docker push nexus3.edgexfoundry.org:10004/core-metadata:d00eb61bd559b49c08ce600caa3e3487789f2306 00:48:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 00:48:46 a3283989ff7e: Preparing 00:48:46 3a3f245893c7: Preparing 00:48:46 5cec9638e365: Preparing 00:48:46 5bd9c9cb27eb: Preparing 00:48:46 b847f4f6e5a6: Preparing 00:48:46 edbba31d04df: Preparing 00:48:46 04cd93414a6c: Preparing 00:48:46 63ec0bd56cf3: Preparing 00:48:46 edbba31d04df: Waiting 00:48:46 63ec0bd56cf3: Waiting 00:48:46 5bd9c9cb27eb: Layer already exists 00:48:46 b847f4f6e5a6: Layer already exists 00:48:46 edbba31d04df: Layer already exists 00:48:46 04cd93414a6c: Layer already exists 00:48:46 63ec0bd56cf3: Layer already exists 00:48:46 a3283989ff7e: Pushed 00:48:46 3a3f245893c7: Pushed 00:48:49 5cec9638e365: Pushed 00:48:49 d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:b838b47f23a237ec90ce79f48daa2f5d0f3b2b0a75ac620fea511a5e7a07b43a size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:50 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:50 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 00:48:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 00:48:50 a3283989ff7e: Preparing 00:48:50 3a3f245893c7: Preparing 00:48:50 5cec9638e365: Preparing 00:48:50 5bd9c9cb27eb: Preparing 00:48:50 b847f4f6e5a6: Preparing 00:48:50 edbba31d04df: Preparing 00:48:50 04cd93414a6c: Preparing 00:48:50 63ec0bd56cf3: Preparing 00:48:50 edbba31d04df: Waiting 00:48:50 04cd93414a6c: Waiting 00:48:50 63ec0bd56cf3: Waiting 00:48:50 a3283989ff7e: Layer already exists 00:48:50 b847f4f6e5a6: Layer already exists 00:48:50 5cec9638e365: Layer already exists 00:48:50 3a3f245893c7: Layer already exists 00:48:50 5bd9c9cb27eb: Layer already exists 00:48:50 edbba31d04df: Layer already exists 00:48:50 04cd93414a6c: Layer already exists 00:48:50 63ec0bd56cf3: Layer already exists 00:48:50 latest: digest: sha256:b838b47f23a237ec90ce79f48daa2f5d0f3b2b0a75ac620fea511a5e7a07b43a size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:50 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:51 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.31 00:48:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 00:48:51 a3283989ff7e: Preparing 00:48:51 3a3f245893c7: Preparing 00:48:51 5cec9638e365: Preparing 00:48:51 5bd9c9cb27eb: Preparing 00:48:51 b847f4f6e5a6: Preparing 00:48:51 edbba31d04df: Preparing 00:48:51 04cd93414a6c: Preparing 00:48:51 63ec0bd56cf3: Preparing 00:48:51 edbba31d04df: Waiting 00:48:51 04cd93414a6c: Waiting 00:48:51 63ec0bd56cf3: Waiting 00:48:51 5cec9638e365: Layer already exists 00:48:51 b847f4f6e5a6: Layer already exists 00:48:51 3a3f245893c7: Layer already exists 00:48:51 a3283989ff7e: Layer already exists 00:48:51 5bd9c9cb27eb: Layer already exists 00:48:51 04cd93414a6c: Layer already exists 00:48:51 edbba31d04df: Layer already exists 00:48:51 63ec0bd56cf3: Layer already exists 00:48:51 3.2.0-dev.31: digest: sha256:b838b47f23a237ec90ce79f48daa2f5d0f3b2b0a75ac620fea511a5e7a07b43a size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:51 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:51 + docker push nexus3.edgexfoundry.org:10004/core-metadata:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 00:48:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 00:48:51 a3283989ff7e: Preparing 00:48:51 3a3f245893c7: Preparing 00:48:51 5cec9638e365: Preparing 00:48:51 5bd9c9cb27eb: Preparing 00:48:51 b847f4f6e5a6: Preparing 00:48:51 edbba31d04df: Preparing 00:48:51 04cd93414a6c: Preparing 00:48:51 63ec0bd56cf3: Preparing 00:48:51 04cd93414a6c: Waiting 00:48:51 edbba31d04df: Waiting 00:48:51 5cec9638e365: Layer already exists 00:48:51 3a3f245893c7: Layer already exists 00:48:51 b847f4f6e5a6: Layer already exists 00:48:51 a3283989ff7e: Layer already exists 00:48:51 5bd9c9cb27eb: Layer already exists 00:48:51 04cd93414a6c: Layer already exists 00:48:51 edbba31d04df: Layer already exists 00:48:51 63ec0bd56cf3: Layer already exists 00:48:51 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:b838b47f23a237ec90ce79f48daa2f5d0f3b2b0a75ac620fea511a5e7a07b43a size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:52 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:52 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 00:48:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 00:48:52 a3283989ff7e: Preparing 00:48:52 3a3f245893c7: Preparing 00:48:52 5cec9638e365: Preparing 00:48:52 5bd9c9cb27eb: Preparing 00:48:52 b847f4f6e5a6: Preparing 00:48:52 edbba31d04df: Preparing 00:48:52 04cd93414a6c: Preparing 00:48:52 63ec0bd56cf3: Preparing 00:48:52 edbba31d04df: Waiting 00:48:52 63ec0bd56cf3: Waiting 00:48:52 5cec9638e365: Layer already exists 00:48:52 b847f4f6e5a6: Layer already exists 00:48:52 5bd9c9cb27eb: Layer already exists 00:48:52 3a3f245893c7: Layer already exists 00:48:52 a3283989ff7e: Layer already exists 00:48:52 edbba31d04df: Layer already exists 00:48:52 04cd93414a6c: Layer already exists 00:48:52 63ec0bd56cf3: Layer already exists 00:48:52 main: digest: sha256:b838b47f23a237ec90ce79f48daa2f5d0f3b2b0a75ac620fea511a5e7a07b43a size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:48:52 ===================================================== [Pipeline] echo 00:48:52 taggedImages: 00:48:52 - nexus3.edgexfoundry.org:10004/core-metadata:d00eb61bd559b49c08ce600caa3e3487789f2306 00:48:52 - nexus3.edgexfoundry.org:10004/core-metadata:latest 00:48:52 - nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.31 00:48:52 - nexus3.edgexfoundry.org:10004/core-metadata:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 00:48:52 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 00:48:52 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 00:48:52 d00eb61bd559b49c08ce600caa3e3487789f2306 00:48:52 latest 00:48:52 3.2.0-dev.31 00:48:52 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 00:48:52 main 00:48:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:52 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:53 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:d00eb61bd559b49c08ce600caa3e3487789f2306 00:48:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 00:48:53 984ba71bb703: Preparing 00:48:53 cf8dd096fbed: Preparing 00:48:53 e3e1ebc4be53: Preparing 00:48:53 0165be301cb6: Preparing 00:48:53 8460ae32c183: Preparing 00:48:53 24c979c4aeaf: Preparing 00:48:53 d45c68f5d5f5: Preparing 00:48:53 5bd9c9cb27eb: Preparing 00:48:53 b847f4f6e5a6: Preparing 00:48:53 cb202e1ff03d: Preparing 00:48:53 25e393f4bc4c: Preparing 00:48:53 5f70bf18a086: Preparing 00:48:53 a98b1a0572a3: Preparing 00:48:53 622982329b11: Preparing 00:48:53 cfe16246541f: Preparing 00:48:53 24c979c4aeaf: Waiting 00:48:53 63ec0bd56cf3: Preparing 00:48:53 622982329b11: Waiting 00:48:53 25e393f4bc4c: Waiting 00:48:53 d45c68f5d5f5: Waiting 00:48:53 5f70bf18a086: Waiting 00:48:53 5bd9c9cb27eb: Waiting 00:48:53 a98b1a0572a3: Waiting 00:48:53 b847f4f6e5a6: Waiting 00:48:53 cb202e1ff03d: Waiting 00:48:53 cfe16246541f: Waiting 00:48:53 63ec0bd56cf3: Waiting 00:48:53 984ba71bb703: Pushed 00:48:53 8460ae32c183: Pushed 00:48:53 0165be301cb6: Pushed 00:48:53 cf8dd096fbed: Pushed 00:48:53 e3e1ebc4be53: Pushed 00:48:53 5bd9c9cb27eb: Layer already exists 00:48:53 b847f4f6e5a6: Layer already exists 00:48:53 5f70bf18a086: Layer already exists 00:48:53 24c979c4aeaf: Pushed 00:48:53 cb202e1ff03d: Pushed 00:48:53 a98b1a0572a3: Pushed 00:48:53 25e393f4bc4c: Pushed 00:48:53 63ec0bd56cf3: Layer already exists 00:48:53 cfe16246541f: Pushed 00:48:54 622982329b11: Pushed 00:48:54 d45c68f5d5f5: Pushed 00:48:54 d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:3599b9b7a8b61fd319763a8e45e8157829fe05ef2f02266fa7d89d7df84b9422 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:55 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:55 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 00:48:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 00:48:55 984ba71bb703: Preparing 00:48:55 cf8dd096fbed: Preparing 00:48:55 e3e1ebc4be53: Preparing 00:48:55 0165be301cb6: Preparing 00:48:55 8460ae32c183: Preparing 00:48:55 24c979c4aeaf: Preparing 00:48:55 d45c68f5d5f5: Preparing 00:48:55 5bd9c9cb27eb: Preparing 00:48:55 b847f4f6e5a6: Preparing 00:48:55 cb202e1ff03d: Preparing 00:48:55 25e393f4bc4c: Preparing 00:48:55 5f70bf18a086: Preparing 00:48:55 a98b1a0572a3: Preparing 00:48:55 622982329b11: Preparing 00:48:55 cfe16246541f: Preparing 00:48:55 63ec0bd56cf3: Preparing 00:48:55 5bd9c9cb27eb: Waiting 00:48:55 d45c68f5d5f5: Waiting 00:48:55 b847f4f6e5a6: Waiting 00:48:55 a98b1a0572a3: Waiting 00:48:55 622982329b11: Waiting 00:48:55 cfe16246541f: Waiting 00:48:55 cb202e1ff03d: Waiting 00:48:55 25e393f4bc4c: Waiting 00:48:55 5f70bf18a086: Waiting 00:48:55 63ec0bd56cf3: Waiting 00:48:55 24c979c4aeaf: Waiting 00:48:55 984ba71bb703: Layer already exists 00:48:55 e3e1ebc4be53: Layer already exists 00:48:55 8460ae32c183: Layer already exists 00:48:55 cf8dd096fbed: Layer already exists 00:48:55 0165be301cb6: Layer already exists 00:48:55 24c979c4aeaf: Layer already exists 00:48:55 5bd9c9cb27eb: Layer already exists 00:48:55 b847f4f6e5a6: Layer already exists 00:48:55 d45c68f5d5f5: Layer already exists 00:48:55 cb202e1ff03d: Layer already exists 00:48:55 25e393f4bc4c: Layer already exists 00:48:55 a98b1a0572a3: Layer already exists 00:48:55 5f70bf18a086: Layer already exists 00:48:55 622982329b11: Layer already exists 00:48:55 cfe16246541f: Layer already exists 00:48:55 63ec0bd56cf3: Layer already exists 00:48:55 latest: digest: sha256:3599b9b7a8b61fd319763a8e45e8157829fe05ef2f02266fa7d89d7df84b9422 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:55 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:56 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.31 00:48:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 00:48:56 984ba71bb703: Preparing 00:48:56 cf8dd096fbed: Preparing 00:48:56 e3e1ebc4be53: Preparing 00:48:56 0165be301cb6: Preparing 00:48:56 8460ae32c183: Preparing 00:48:56 24c979c4aeaf: Preparing 00:48:56 d45c68f5d5f5: Preparing 00:48:56 5bd9c9cb27eb: Preparing 00:48:56 b847f4f6e5a6: Preparing 00:48:56 cb202e1ff03d: Preparing 00:48:56 25e393f4bc4c: Preparing 00:48:56 5f70bf18a086: Preparing 00:48:56 a98b1a0572a3: Preparing 00:48:56 622982329b11: Preparing 00:48:56 cfe16246541f: Preparing 00:48:56 63ec0bd56cf3: Preparing 00:48:56 25e393f4bc4c: Waiting 00:48:56 24c979c4aeaf: Waiting 00:48:56 d45c68f5d5f5: Waiting 00:48:56 5f70bf18a086: Waiting 00:48:56 622982329b11: Waiting 00:48:56 a98b1a0572a3: Waiting 00:48:56 5bd9c9cb27eb: Waiting 00:48:56 b847f4f6e5a6: Waiting 00:48:56 63ec0bd56cf3: Waiting 00:48:56 cfe16246541f: Waiting 00:48:56 e3e1ebc4be53: Layer already exists 00:48:56 cf8dd096fbed: Layer already exists 00:48:56 8460ae32c183: Layer already exists 00:48:56 0165be301cb6: Layer already exists 00:48:56 984ba71bb703: Layer already exists 00:48:56 24c979c4aeaf: Layer already exists 00:48:56 5bd9c9cb27eb: Layer already exists 00:48:56 d45c68f5d5f5: Layer already exists 00:48:56 b847f4f6e5a6: Layer already exists 00:48:56 cb202e1ff03d: Layer already exists 00:48:56 25e393f4bc4c: Layer already exists 00:48:56 5f70bf18a086: Layer already exists 00:48:56 622982329b11: Layer already exists 00:48:56 a98b1a0572a3: Layer already exists 00:48:56 cfe16246541f: Layer already exists 00:48:56 63ec0bd56cf3: Layer already exists 00:48:56 3.2.0-dev.31: digest: sha256:3599b9b7a8b61fd319763a8e45e8157829fe05ef2f02266fa7d89d7df84b9422 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:56 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:56 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 00:48:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 00:48:56 984ba71bb703: Preparing 00:48:56 cf8dd096fbed: Preparing 00:48:56 e3e1ebc4be53: Preparing 00:48:56 0165be301cb6: Preparing 00:48:56 8460ae32c183: Preparing 00:48:56 24c979c4aeaf: Preparing 00:48:56 d45c68f5d5f5: Preparing 00:48:56 5bd9c9cb27eb: Preparing 00:48:56 b847f4f6e5a6: Preparing 00:48:56 cb202e1ff03d: Preparing 00:48:56 25e393f4bc4c: Preparing 00:48:56 5f70bf18a086: Preparing 00:48:56 a98b1a0572a3: Preparing 00:48:56 622982329b11: Preparing 00:48:56 cfe16246541f: Preparing 00:48:56 63ec0bd56cf3: Preparing 00:48:56 25e393f4bc4c: Waiting 00:48:56 5f70bf18a086: Waiting 00:48:56 a98b1a0572a3: Waiting 00:48:56 622982329b11: Waiting 00:48:56 cfe16246541f: Waiting 00:48:56 63ec0bd56cf3: Waiting 00:48:56 24c979c4aeaf: Waiting 00:48:56 d45c68f5d5f5: Waiting 00:48:56 5bd9c9cb27eb: Waiting 00:48:56 b847f4f6e5a6: Waiting 00:48:56 cb202e1ff03d: Waiting 00:48:56 0165be301cb6: Layer already exists 00:48:56 e3e1ebc4be53: Layer already exists 00:48:56 8460ae32c183: Layer already exists 00:48:56 cf8dd096fbed: Layer already exists 00:48:56 984ba71bb703: Layer already exists 00:48:56 24c979c4aeaf: Layer already exists 00:48:56 b847f4f6e5a6: Layer already exists 00:48:56 cb202e1ff03d: Layer already exists 00:48:56 d45c68f5d5f5: Layer already exists 00:48:56 5bd9c9cb27eb: Layer already exists 00:48:56 25e393f4bc4c: Layer already exists 00:48:56 622982329b11: Layer already exists 00:48:56 cfe16246541f: Layer already exists 00:48:56 5f70bf18a086: Layer already exists 00:48:56 a98b1a0572a3: Layer already exists 00:48:56 63ec0bd56cf3: Layer already exists 00:48:56 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:3599b9b7a8b61fd319763a8e45e8157829fe05ef2f02266fa7d89d7df84b9422 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:57 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:57 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 00:48:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 00:48:57 984ba71bb703: Preparing 00:48:57 cf8dd096fbed: Preparing 00:48:57 e3e1ebc4be53: Preparing 00:48:57 0165be301cb6: Preparing 00:48:57 8460ae32c183: Preparing 00:48:57 24c979c4aeaf: Preparing 00:48:57 d45c68f5d5f5: Preparing 00:48:57 5bd9c9cb27eb: Preparing 00:48:57 b847f4f6e5a6: Preparing 00:48:57 cb202e1ff03d: Preparing 00:48:57 25e393f4bc4c: Preparing 00:48:57 5f70bf18a086: Preparing 00:48:57 a98b1a0572a3: Preparing 00:48:57 622982329b11: Preparing 00:48:57 cfe16246541f: Preparing 00:48:57 63ec0bd56cf3: Preparing 00:48:57 d45c68f5d5f5: Waiting 00:48:57 5bd9c9cb27eb: Waiting 00:48:57 b847f4f6e5a6: Waiting 00:48:57 cb202e1ff03d: Waiting 00:48:57 25e393f4bc4c: Waiting 00:48:57 5f70bf18a086: Waiting 00:48:57 a98b1a0572a3: Waiting 00:48:57 622982329b11: Waiting 00:48:57 cfe16246541f: Waiting 00:48:57 24c979c4aeaf: Waiting 00:48:57 63ec0bd56cf3: Waiting 00:48:57 e3e1ebc4be53: Layer already exists 00:48:57 984ba71bb703: Layer already exists 00:48:57 8460ae32c183: Layer already exists 00:48:57 cf8dd096fbed: Layer already exists 00:48:57 0165be301cb6: Layer already exists 00:48:57 24c979c4aeaf: Layer already exists 00:48:57 b847f4f6e5a6: Layer already exists 00:48:57 5bd9c9cb27eb: Layer already exists 00:48:57 cb202e1ff03d: Layer already exists 00:48:57 d45c68f5d5f5: Layer already exists 00:48:57 5f70bf18a086: Layer already exists 00:48:57 25e393f4bc4c: Layer already exists 00:48:57 cfe16246541f: Layer already exists 00:48:57 a98b1a0572a3: Layer already exists 00:48:57 622982329b11: Layer already exists 00:48:57 63ec0bd56cf3: Layer already exists 00:48:57 main: digest: sha256:3599b9b7a8b61fd319763a8e45e8157829fe05ef2f02266fa7d89d7df84b9422 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:48:57 ===================================================== [Pipeline] echo 00:48:57 taggedImages: 00:48:57 - nexus3.edgexfoundry.org:10004/security-bootstrapper:d00eb61bd559b49c08ce600caa3e3487789f2306 00:48:57 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 00:48:57 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.31 00:48:57 - nexus3.edgexfoundry.org:10004/security-bootstrapper:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 00:48:57 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 00:48:57 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 00:48:57 d00eb61bd559b49c08ce600caa3e3487789f2306 00:48:57 latest 00:48:57 3.2.0-dev.31 00:48:57 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 00:48:57 main 00:48:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:57 #76 DONE 106.1s 00:48:57 00:48:57 #78 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:48:57 #78 DONE 105.3s 00:48:57 00:48:57 #75 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:48:57 #75 DONE 100.1s 00:48:57 00:48:57 #114 [security-proxy-auth builder 6/7] COPY . . 00:48:57 #114 ... 00:48:57 00:48:57 #85 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:48:57 #85 DONE 81.6s 00:48:57 00:48:57 #77 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:48:57 #77 DONE 106.3s 00:48:57 00:48:57 #115 [support-notifications builder 6/7] COPY . . 00:48:57 #115 DONE 1.4s 00:48:57 00:48:57 #116 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 00:48:57 #116 CACHED 00:48:57 00:48:57 #117 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:48:57 #117 CACHED 00:48:57 00:48:57 #118 [security-proxy-setup builder 6/7] COPY . . 00:48:57 #118 CACHED 00:48:57 00:48:57 #119 [security-spiffe-token-provider builder 6/7] COPY . . 00:48:57 #119 DONE 1.5s 00:48:57 00:48:57 #120 [security-bootstrapper builder 6/7] COPY . . 00:48:57 #120 DONE 1.6s 00:48:57 00:48:57 #121 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 00:48:57 #121 CACHED 00:48:57 00:48:57 #122 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:48:57 #122 CACHED 00:48:57 00:48:57 #123 [security-secretstore-setup builder 6/7] COPY . . 00:48:57 #123 CACHED 00:48:57 00:48:57 #114 [security-proxy-auth builder 6/7] COPY . . 00:48:57 #114 DONE 1.6s 00:48:57 00:48:57 #124 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 00:48:57 #124 ... 00:48:57 00:48:57 #125 [core-common-config-bootstrapper builder 6/7] COPY . . 00:48:57 #125 CACHED 00:48:57 00:48:57 #126 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:48:57 #126 CACHED 00:48:57 00:48:57 #127 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 00:48:57 #127 CACHED 00:48:57 00:48:57 #128 [core-keeper builder 7/8] COPY . . 00:48:57 #128 DONE 1.6s 00:48:57 00:48:57 #129 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:48:57 #129 CACHED 00:48:57 00:48:57 #130 [core-metadata builder 4/7] COPY go.mod vendor* ./ 00:48:57 #130 CACHED 00:48:57 00:48:57 #131 [core-metadata builder 6/7] COPY . . 00:48:57 #131 CACHED 00:48:57 00:48:57 #132 [core-command builder 4/7] COPY go.mod vendor* ./ 00:48:57 #132 CACHED 00:48:57 00:48:57 #133 [core-command builder 6/7] COPY . . 00:48:57 #133 CACHED 00:48:57 00:48:57 #134 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:48:57 #134 CACHED 00:48:57 00:48:57 #135 [support-scheduler builder 6/7] COPY . . 00:48:57 #135 CACHED 00:48:57 00:48:57 #136 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:48:57 #136 CACHED 00:48:57 00:48:57 #137 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 00:48:57 #137 CACHED 00:48:57 00:48:57 #138 [core-data builder 4/7] COPY go.mod vendor* ./ 00:48:57 #138 CACHED 00:48:57 00:48:57 #139 [core-data builder 6/7] COPY . . 00:48:57 #139 CACHED 00:48:57 00:48:57 #140 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:48:57 #140 CACHED 00:48:57 00:48:57 #141 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 00:48:58 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:58 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:d00eb61bd559b49c08ce600caa3e3487789f2306 00:48:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 00:48:58 2e8789afe2dd: Preparing 00:48:58 713f6d4e1f75: Preparing 00:48:58 08ba3b0f039e: Preparing 00:48:58 c2f767aa2a34: Preparing 00:48:58 5bd9c9cb27eb: Preparing 00:48:58 b847f4f6e5a6: Preparing 00:48:58 edbba31d04df: Preparing 00:48:58 04cd93414a6c: Preparing 00:48:58 63ec0bd56cf3: Preparing 00:48:58 b847f4f6e5a6: Waiting 00:48:58 edbba31d04df: Waiting 00:48:58 04cd93414a6c: Waiting 00:48:58 63ec0bd56cf3: Waiting 00:48:58 5bd9c9cb27eb: Layer already exists 00:48:58 b847f4f6e5a6: Layer already exists 00:48:58 edbba31d04df: Layer already exists 00:48:58 04cd93414a6c: Layer already exists 00:48:58 713f6d4e1f75: Pushed 00:48:58 63ec0bd56cf3: Layer already exists 00:48:58 08ba3b0f039e: Pushed 00:48:58 2e8789afe2dd: Pushed 00:48:59 #141 5.051 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 00:49:00 c2f767aa2a34: Pushed 00:49:00 d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:93dca1fb5fd071cc50c151962a3ca40d959291ee1c167d6b983ff137ef6d882b size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:01 #141 ... 00:49:01 00:49:01 #124 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 00:49:01 #124 6.118 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 00:49:01 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:01 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 00:49:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 00:49:01 2e8789afe2dd: Preparing 00:49:01 713f6d4e1f75: Preparing 00:49:01 08ba3b0f039e: Preparing 00:49:01 c2f767aa2a34: Preparing 00:49:01 5bd9c9cb27eb: Preparing 00:49:01 b847f4f6e5a6: Preparing 00:49:01 edbba31d04df: Preparing 00:49:01 04cd93414a6c: Preparing 00:49:01 63ec0bd56cf3: Preparing 00:49:01 b847f4f6e5a6: Waiting 00:49:01 04cd93414a6c: Waiting 00:49:01 63ec0bd56cf3: Waiting 00:49:01 edbba31d04df: Waiting 00:49:01 c2f767aa2a34: Layer already exists 00:49:01 5bd9c9cb27eb: Layer already exists 00:49:01 08ba3b0f039e: Layer already exists 00:49:01 713f6d4e1f75: Layer already exists 00:49:01 2e8789afe2dd: Layer already exists 00:49:01 b847f4f6e5a6: Layer already exists 00:49:01 edbba31d04df: Layer already exists 00:49:01 04cd93414a6c: Layer already exists 00:49:01 63ec0bd56cf3: Layer already exists 00:49:01 latest: digest: sha256:93dca1fb5fd071cc50c151962a3ca40d959291ee1c167d6b983ff137ef6d882b size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:01 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:02 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.31 00:49:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 00:49:02 2e8789afe2dd: Preparing 00:49:02 713f6d4e1f75: Preparing 00:49:02 08ba3b0f039e: Preparing 00:49:02 c2f767aa2a34: Preparing 00:49:02 5bd9c9cb27eb: Preparing 00:49:02 b847f4f6e5a6: Preparing 00:49:02 edbba31d04df: Preparing 00:49:02 04cd93414a6c: Preparing 00:49:02 63ec0bd56cf3: Preparing 00:49:02 b847f4f6e5a6: Waiting 00:49:02 edbba31d04df: Waiting 00:49:02 08ba3b0f039e: Layer already exists 00:49:02 713f6d4e1f75: Layer already exists 00:49:02 c2f767aa2a34: Layer already exists 00:49:02 5bd9c9cb27eb: Layer already exists 00:49:02 2e8789afe2dd: Layer already exists 00:49:02 b847f4f6e5a6: Layer already exists 00:49:02 edbba31d04df: Layer already exists 00:49:02 63ec0bd56cf3: Layer already exists 00:49:02 04cd93414a6c: Layer already exists 00:49:02 3.2.0-dev.31: digest: sha256:93dca1fb5fd071cc50c151962a3ca40d959291ee1c167d6b983ff137ef6d882b size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:02 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:02 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 00:49:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 00:49:02 2e8789afe2dd: Preparing 00:49:02 713f6d4e1f75: Preparing 00:49:02 08ba3b0f039e: Preparing 00:49:02 c2f767aa2a34: Preparing 00:49:02 5bd9c9cb27eb: Preparing 00:49:02 b847f4f6e5a6: Preparing 00:49:02 edbba31d04df: Preparing 00:49:02 04cd93414a6c: Preparing 00:49:02 63ec0bd56cf3: Preparing 00:49:02 b847f4f6e5a6: Waiting 00:49:02 edbba31d04df: Waiting 00:49:02 04cd93414a6c: Waiting 00:49:02 63ec0bd56cf3: Waiting 00:49:02 713f6d4e1f75: Layer already exists 00:49:02 08ba3b0f039e: Layer already exists 00:49:02 2e8789afe2dd: Layer already exists 00:49:02 c2f767aa2a34: Layer already exists 00:49:02 5bd9c9cb27eb: Layer already exists 00:49:02 edbba31d04df: Layer already exists 00:49:02 04cd93414a6c: Layer already exists 00:49:02 b847f4f6e5a6: Layer already exists 00:49:02 63ec0bd56cf3: Layer already exists 00:49:02 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:93dca1fb5fd071cc50c151962a3ca40d959291ee1c167d6b983ff137ef6d882b size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:03 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:03 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 00:49:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 00:49:03 2e8789afe2dd: Preparing 00:49:03 713f6d4e1f75: Preparing 00:49:03 08ba3b0f039e: Preparing 00:49:03 c2f767aa2a34: Preparing 00:49:03 5bd9c9cb27eb: Preparing 00:49:03 b847f4f6e5a6: Preparing 00:49:03 edbba31d04df: Preparing 00:49:03 04cd93414a6c: Preparing 00:49:03 63ec0bd56cf3: Preparing 00:49:03 edbba31d04df: Waiting 00:49:03 63ec0bd56cf3: Waiting 00:49:03 04cd93414a6c: Waiting 00:49:03 b847f4f6e5a6: Waiting 00:49:03 c2f767aa2a34: Layer already exists 00:49:03 08ba3b0f039e: Layer already exists 00:49:03 713f6d4e1f75: Layer already exists 00:49:03 5bd9c9cb27eb: Layer already exists 00:49:03 2e8789afe2dd: Layer already exists 00:49:03 63ec0bd56cf3: Layer already exists 00:49:03 b847f4f6e5a6: Layer already exists 00:49:03 04cd93414a6c: Layer already exists 00:49:03 edbba31d04df: Layer already exists 00:49:03 main: digest: sha256:93dca1fb5fd071cc50c151962a3ca40d959291ee1c167d6b983ff137ef6d882b size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:49:03 ===================================================== [Pipeline] echo 00:49:03 taggedImages: 00:49:03 - nexus3.edgexfoundry.org:10004/security-proxy-auth:d00eb61bd559b49c08ce600caa3e3487789f2306 00:49:03 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 00:49:03 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.31 00:49:03 - nexus3.edgexfoundry.org:10004/security-proxy-auth:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 00:49:03 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 00:49:03 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 00:49:03 d00eb61bd559b49c08ce600caa3e3487789f2306 00:49:03 latest 00:49:03 3.2.0-dev.31 00:49:03 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 00:49:03 main 00:49:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:03 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:04 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:d00eb61bd559b49c08ce600caa3e3487789f2306 00:49:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 00:49:04 ddcb7f2f6a60: Preparing 00:49:04 8408a2b31ebe: Preparing 00:49:04 aa4920e1096e: Preparing 00:49:04 beb4e46a52c5: Preparing 00:49:04 ef358fba5b91: Preparing 00:49:04 5bd9c9cb27eb: Preparing 00:49:04 b847f4f6e5a6: Preparing 00:49:04 e0bf65da0525: Preparing 00:49:04 cada67137fb8: Preparing 00:49:04 254a6af197a0: Preparing 00:49:04 63ec0bd56cf3: Preparing 00:49:04 b847f4f6e5a6: Waiting 00:49:04 e0bf65da0525: Waiting 00:49:04 cada67137fb8: Waiting 00:49:04 254a6af197a0: Waiting 00:49:04 63ec0bd56cf3: Waiting 00:49:04 5bd9c9cb27eb: Waiting 00:49:04 ef358fba5b91: Pushed 00:49:04 5bd9c9cb27eb: Layer already exists 00:49:04 8408a2b31ebe: Pushed 00:49:04 ddcb7f2f6a60: Pushed 00:49:04 beb4e46a52c5: Pushed 00:49:04 b847f4f6e5a6: Layer already exists 00:49:04 63ec0bd56cf3: Layer already exists 00:49:04 cada67137fb8: Pushed 00:49:04 e0bf65da0525: Pushed 00:49:04 #124 ... 00:49:04 00:49:04 #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 00:49:04 #0 5.926 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:49:04 #142 ... 00:49:04 00:49:04 #143 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 00:49:04 #0 4.592 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 00:49:05 aa4920e1096e: Pushed 00:49:05 #143 ... 00:49:05 00:49:05 #144 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 00:49:05 #0 6.244 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:49:05 #144 ... 00:49:05 00:49:05 #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 00:49:05 #0 5.378 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 00:49:05 #145 ... 00:49:05 00:49:05 #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:49:05 #0 4.644 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:49:05 #146 ... 00:49:05 00:49:05 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 00:49:05 #0 5.953 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:49:05 #147 ... 00:49:05 00:49:05 #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 00:49:05 #0 6.281 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 00:49:05 #148 ... 00:49:05 00:49:05 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 00:49:05 #0 4.928 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 00:49:05 #149 ... 00:49:05 00:49:05 #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 00:49:05 #0 5.808 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 00:49:05 #150 ... 00:49:05 00:49:05 #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 00:49:05 #0 4.442 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:49:05 254a6af197a0: Pushed 00:49:05 d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:2cdd6d006db5de20177312c842758de933f2261ab507088060aa9843b730eb08 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:06 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:06 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 00:49:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 00:49:06 ddcb7f2f6a60: Preparing 00:49:06 8408a2b31ebe: Preparing 00:49:06 aa4920e1096e: Preparing 00:49:06 beb4e46a52c5: Preparing 00:49:06 ef358fba5b91: Preparing 00:49:06 5bd9c9cb27eb: Preparing 00:49:06 b847f4f6e5a6: Preparing 00:49:06 e0bf65da0525: Preparing 00:49:06 cada67137fb8: Preparing 00:49:06 254a6af197a0: Preparing 00:49:06 63ec0bd56cf3: Preparing 00:49:06 5bd9c9cb27eb: Waiting 00:49:06 b847f4f6e5a6: Waiting 00:49:06 e0bf65da0525: Waiting 00:49:06 cada67137fb8: Waiting 00:49:06 254a6af197a0: Waiting 00:49:06 63ec0bd56cf3: Waiting 00:49:06 aa4920e1096e: Layer already exists 00:49:06 8408a2b31ebe: Layer already exists 00:49:06 ef358fba5b91: Layer already exists 00:49:06 beb4e46a52c5: Layer already exists 00:49:06 ddcb7f2f6a60: Layer already exists 00:49:06 b847f4f6e5a6: Layer already exists 00:49:06 5bd9c9cb27eb: Layer already exists 00:49:06 cada67137fb8: Layer already exists 00:49:06 e0bf65da0525: Layer already exists 00:49:06 254a6af197a0: Layer already exists 00:49:06 63ec0bd56cf3: Layer already exists 00:49:06 latest: digest: sha256:2cdd6d006db5de20177312c842758de933f2261ab507088060aa9843b730eb08 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:06 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:07 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.31 00:49:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 00:49:07 ddcb7f2f6a60: Preparing 00:49:07 8408a2b31ebe: Preparing 00:49:07 aa4920e1096e: Preparing 00:49:07 beb4e46a52c5: Preparing 00:49:07 ef358fba5b91: Preparing 00:49:07 5bd9c9cb27eb: Preparing 00:49:07 b847f4f6e5a6: Preparing 00:49:07 e0bf65da0525: Preparing 00:49:07 cada67137fb8: Preparing 00:49:07 254a6af197a0: Preparing 00:49:07 63ec0bd56cf3: Preparing 00:49:07 e0bf65da0525: Waiting 00:49:07 cada67137fb8: Waiting 00:49:07 63ec0bd56cf3: Waiting 00:49:07 254a6af197a0: Waiting 00:49:07 b847f4f6e5a6: Waiting 00:49:07 aa4920e1096e: Layer already exists 00:49:07 ddcb7f2f6a60: Layer already exists 00:49:07 ef358fba5b91: Layer already exists 00:49:07 beb4e46a52c5: Layer already exists 00:49:07 8408a2b31ebe: Layer already exists 00:49:07 5bd9c9cb27eb: Layer already exists 00:49:07 b847f4f6e5a6: Layer already exists 00:49:07 cada67137fb8: Layer already exists 00:49:07 e0bf65da0525: Layer already exists 00:49:07 254a6af197a0: Layer already exists 00:49:07 63ec0bd56cf3: Layer already exists 00:49:07 3.2.0-dev.31: digest: sha256:2cdd6d006db5de20177312c842758de933f2261ab507088060aa9843b730eb08 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:07 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:07 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 00:49:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 00:49:07 ddcb7f2f6a60: Preparing 00:49:07 8408a2b31ebe: Preparing 00:49:07 aa4920e1096e: Preparing 00:49:07 beb4e46a52c5: Preparing 00:49:07 ef358fba5b91: Preparing 00:49:07 5bd9c9cb27eb: Preparing 00:49:07 b847f4f6e5a6: Preparing 00:49:07 e0bf65da0525: Preparing 00:49:07 cada67137fb8: Preparing 00:49:07 254a6af197a0: Preparing 00:49:07 63ec0bd56cf3: Preparing 00:49:07 b847f4f6e5a6: Waiting 00:49:07 63ec0bd56cf3: Waiting 00:49:07 e0bf65da0525: Waiting 00:49:07 254a6af197a0: Waiting 00:49:07 cada67137fb8: Waiting 00:49:07 5bd9c9cb27eb: Waiting 00:49:07 ef358fba5b91: Layer already exists 00:49:07 ddcb7f2f6a60: Layer already exists 00:49:07 8408a2b31ebe: Layer already exists 00:49:07 aa4920e1096e: Layer already exists 00:49:07 beb4e46a52c5: Layer already exists 00:49:07 5bd9c9cb27eb: Layer already exists 00:49:07 b847f4f6e5a6: Layer already exists 00:49:07 e0bf65da0525: Layer already exists 00:49:07 cada67137fb8: Layer already exists 00:49:07 254a6af197a0: Layer already exists 00:49:07 63ec0bd56cf3: Layer already exists 00:49:07 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:2cdd6d006db5de20177312c842758de933f2261ab507088060aa9843b730eb08 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:08 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:08 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 00:49:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 00:49:08 ddcb7f2f6a60: Preparing 00:49:08 8408a2b31ebe: Preparing 00:49:08 aa4920e1096e: Preparing 00:49:08 beb4e46a52c5: Preparing 00:49:08 ef358fba5b91: Preparing 00:49:08 5bd9c9cb27eb: Preparing 00:49:08 b847f4f6e5a6: Preparing 00:49:08 e0bf65da0525: Preparing 00:49:08 cada67137fb8: Preparing 00:49:08 254a6af197a0: Preparing 00:49:08 63ec0bd56cf3: Preparing 00:49:08 b847f4f6e5a6: Waiting 00:49:08 e0bf65da0525: Waiting 00:49:08 cada67137fb8: Waiting 00:49:08 254a6af197a0: Waiting 00:49:08 5bd9c9cb27eb: Waiting 00:49:08 ddcb7f2f6a60: Layer already exists 00:49:08 beb4e46a52c5: Layer already exists 00:49:08 ef358fba5b91: Layer already exists 00:49:08 8408a2b31ebe: Layer already exists 00:49:08 aa4920e1096e: Layer already exists 00:49:08 b847f4f6e5a6: Layer already exists 00:49:08 e0bf65da0525: Layer already exists 00:49:08 254a6af197a0: Layer already exists 00:49:08 5bd9c9cb27eb: Layer already exists 00:49:08 cada67137fb8: Layer already exists 00:49:08 63ec0bd56cf3: Layer already exists 00:49:08 main: digest: sha256:2cdd6d006db5de20177312c842758de933f2261ab507088060aa9843b730eb08 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:49:08 ===================================================== [Pipeline] echo 00:49:08 taggedImages: 00:49:08 - nexus3.edgexfoundry.org:10004/security-proxy-setup:d00eb61bd559b49c08ce600caa3e3487789f2306 00:49:08 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 00:49:08 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.31 00:49:08 - nexus3.edgexfoundry.org:10004/security-proxy-setup:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 00:49:08 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 00:49:08 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 00:49:08 d00eb61bd559b49c08ce600caa3e3487789f2306 00:49:08 latest 00:49:08 3.2.0-dev.31 00:49:08 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 00:49:08 main 00:49:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:09 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:09 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:d00eb61bd559b49c08ce600caa3e3487789f2306 00:49:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 00:49:09 1e2e4974279b: Preparing 00:49:09 4d14693e486f: Preparing 00:49:09 9ba3e9470cca: Preparing 00:49:09 1c4dd860c81a: Preparing 00:49:09 d69197eed795: Preparing 00:49:09 b0ee28b03b4a: Preparing 00:49:09 773716160444: Preparing 00:49:09 5bd9c9cb27eb: Preparing 00:49:09 b847f4f6e5a6: Preparing 00:49:09 600e8b50aa75: Preparing 00:49:09 d7d45d9f0c86: Preparing 00:49:09 63ec0bd56cf3: Preparing 00:49:09 773716160444: Waiting 00:49:09 5bd9c9cb27eb: Waiting 00:49:09 b847f4f6e5a6: Waiting 00:49:09 600e8b50aa75: Waiting 00:49:09 d7d45d9f0c86: Waiting 00:49:09 63ec0bd56cf3: Waiting 00:49:09 b0ee28b03b4a: Waiting 00:49:09 4d14693e486f: Pushed 00:49:09 1e2e4974279b: Pushed 00:49:09 d69197eed795: Pushed 00:49:09 5bd9c9cb27eb: Layer already exists 00:49:09 b847f4f6e5a6: Layer already exists 00:49:09 b0ee28b03b4a: Pushed 00:49:09 773716160444: Pushed 00:49:09 63ec0bd56cf3: Layer already exists 00:49:10 600e8b50aa75: Pushed 00:49:10 1c4dd860c81a: Pushed 00:49:10 d7d45d9f0c86: Pushed 00:49:10 9ba3e9470cca: Pushed 00:49:10 d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:98b45063c8c8281905b4d1ab567b96804c62e8158df4e27635ddcf2c1a701571 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:11 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:11 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 00:49:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 00:49:11 1e2e4974279b: Preparing 00:49:11 4d14693e486f: Preparing 00:49:11 9ba3e9470cca: Preparing 00:49:11 1c4dd860c81a: Preparing 00:49:11 d69197eed795: Preparing 00:49:11 b0ee28b03b4a: Preparing 00:49:11 773716160444: Preparing 00:49:11 5bd9c9cb27eb: Preparing 00:49:11 b847f4f6e5a6: Preparing 00:49:11 600e8b50aa75: Preparing 00:49:11 d7d45d9f0c86: Preparing 00:49:11 63ec0bd56cf3: Preparing 00:49:11 b847f4f6e5a6: Waiting 00:49:11 600e8b50aa75: Waiting 00:49:11 d7d45d9f0c86: Waiting 00:49:11 b0ee28b03b4a: Waiting 00:49:11 5bd9c9cb27eb: Waiting 00:49:11 773716160444: Waiting 00:49:11 63ec0bd56cf3: Waiting 00:49:11 9ba3e9470cca: Layer already exists 00:49:11 4d14693e486f: Layer already exists 00:49:11 d69197eed795: Layer already exists 00:49:11 1e2e4974279b: Layer already exists 00:49:11 1c4dd860c81a: Layer already exists 00:49:11 b0ee28b03b4a: Layer already exists 00:49:11 b847f4f6e5a6: Layer already exists 00:49:11 600e8b50aa75: Layer already exists 00:49:11 773716160444: Layer already exists 00:49:11 5bd9c9cb27eb: Layer already exists 00:49:11 d7d45d9f0c86: Layer already exists 00:49:11 63ec0bd56cf3: Layer already exists 00:49:11 latest: digest: sha256:98b45063c8c8281905b4d1ab567b96804c62e8158df4e27635ddcf2c1a701571 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:11 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:12 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.31 00:49:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 00:49:12 1e2e4974279b: Preparing 00:49:12 4d14693e486f: Preparing 00:49:12 9ba3e9470cca: Preparing 00:49:12 1c4dd860c81a: Preparing 00:49:12 d69197eed795: Preparing 00:49:12 b0ee28b03b4a: Preparing 00:49:12 773716160444: Preparing 00:49:12 5bd9c9cb27eb: Preparing 00:49:12 b847f4f6e5a6: Preparing 00:49:12 600e8b50aa75: Preparing 00:49:12 d7d45d9f0c86: Preparing 00:49:12 63ec0bd56cf3: Preparing 00:49:12 5bd9c9cb27eb: Waiting 00:49:12 b847f4f6e5a6: Waiting 00:49:12 600e8b50aa75: Waiting 00:49:12 d7d45d9f0c86: Waiting 00:49:12 b0ee28b03b4a: Waiting 00:49:12 63ec0bd56cf3: Waiting 00:49:12 773716160444: Waiting 00:49:12 1c4dd860c81a: Layer already exists 00:49:12 4d14693e486f: Layer already exists 00:49:12 9ba3e9470cca: Layer already exists 00:49:12 1e2e4974279b: Layer already exists 00:49:12 d69197eed795: Layer already exists 00:49:12 5bd9c9cb27eb: Layer already exists 00:49:12 773716160444: Layer already exists 00:49:12 b847f4f6e5a6: Layer already exists 00:49:12 600e8b50aa75: Layer already exists 00:49:12 b0ee28b03b4a: Layer already exists 00:49:12 d7d45d9f0c86: Layer already exists 00:49:12 63ec0bd56cf3: Layer already exists 00:49:12 3.2.0-dev.31: digest: sha256:98b45063c8c8281905b4d1ab567b96804c62e8158df4e27635ddcf2c1a701571 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:12 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:12 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 00:49:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 00:49:12 1e2e4974279b: Preparing 00:49:12 4d14693e486f: Preparing 00:49:12 9ba3e9470cca: Preparing 00:49:12 1c4dd860c81a: Preparing 00:49:12 d69197eed795: Preparing 00:49:12 b0ee28b03b4a: Preparing 00:49:12 773716160444: Preparing 00:49:12 5bd9c9cb27eb: Preparing 00:49:12 b847f4f6e5a6: Preparing 00:49:12 600e8b50aa75: Preparing 00:49:12 d7d45d9f0c86: Preparing 00:49:12 63ec0bd56cf3: Preparing 00:49:12 d7d45d9f0c86: Waiting 00:49:12 b847f4f6e5a6: Waiting 00:49:12 600e8b50aa75: Waiting 00:49:12 63ec0bd56cf3: Waiting 00:49:12 b0ee28b03b4a: Waiting 00:49:12 773716160444: Waiting 00:49:12 5bd9c9cb27eb: Waiting 00:49:12 1c4dd860c81a: Layer already exists 00:49:12 1e2e4974279b: Layer already exists 00:49:12 4d14693e486f: Layer already exists 00:49:12 d69197eed795: Layer already exists 00:49:12 9ba3e9470cca: Layer already exists 00:49:12 773716160444: Layer already exists 00:49:12 b0ee28b03b4a: Layer already exists 00:49:12 b847f4f6e5a6: Layer already exists 00:49:12 600e8b50aa75: Layer already exists 00:49:12 5bd9c9cb27eb: Layer already exists 00:49:12 d7d45d9f0c86: Layer already exists 00:49:12 63ec0bd56cf3: Layer already exists 00:49:12 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:98b45063c8c8281905b4d1ab567b96804c62e8158df4e27635ddcf2c1a701571 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:13 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:13 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 00:49:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 00:49:13 1e2e4974279b: Preparing 00:49:13 4d14693e486f: Preparing 00:49:13 9ba3e9470cca: Preparing 00:49:13 1c4dd860c81a: Preparing 00:49:13 d69197eed795: Preparing 00:49:13 b0ee28b03b4a: Preparing 00:49:13 773716160444: Preparing 00:49:13 5bd9c9cb27eb: Preparing 00:49:13 b847f4f6e5a6: Preparing 00:49:13 600e8b50aa75: Preparing 00:49:13 d7d45d9f0c86: Preparing 00:49:13 63ec0bd56cf3: Preparing 00:49:13 600e8b50aa75: Waiting 00:49:13 b0ee28b03b4a: Waiting 00:49:13 d7d45d9f0c86: Waiting 00:49:13 63ec0bd56cf3: Waiting 00:49:13 773716160444: Waiting 00:49:13 5bd9c9cb27eb: Waiting 00:49:13 b847f4f6e5a6: Waiting 00:49:13 1c4dd860c81a: Layer already exists 00:49:13 1e2e4974279b: Layer already exists 00:49:13 4d14693e486f: Layer already exists 00:49:13 d69197eed795: Layer already exists 00:49:13 9ba3e9470cca: Layer already exists 00:49:13 b0ee28b03b4a: Layer already exists 00:49:13 773716160444: Layer already exists 00:49:13 5bd9c9cb27eb: Layer already exists 00:49:13 b847f4f6e5a6: Layer already exists 00:49:13 600e8b50aa75: Layer already exists 00:49:13 d7d45d9f0c86: Layer already exists 00:49:13 63ec0bd56cf3: Layer already exists 00:49:13 main: digest: sha256:98b45063c8c8281905b4d1ab567b96804c62e8158df4e27635ddcf2c1a701571 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:49:13 ===================================================== [Pipeline] echo 00:49:13 taggedImages: 00:49:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:d00eb61bd559b49c08ce600caa3e3487789f2306 00:49:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 00:49:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.31 00:49:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 00:49:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 00:49:13 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 00:49:13 d00eb61bd559b49c08ce600caa3e3487789f2306 00:49:13 latest 00:49:13 3.2.0-dev.31 00:49:13 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 00:49:13 main 00:49:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:13 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:14 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d00eb61bd559b49c08ce600caa3e3487789f2306 00:49:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 00:49:14 10431b350f22: Preparing 00:49:14 7112a6ddfe6d: Preparing 00:49:14 5bd9c9cb27eb: Preparing 00:49:14 b847f4f6e5a6: Preparing 00:49:14 0349a37352b5: Preparing 00:49:14 68cd316ebaae: Preparing 00:49:14 63ec0bd56cf3: Preparing 00:49:14 68cd316ebaae: Waiting 00:49:14 63ec0bd56cf3: Waiting 00:49:14 5bd9c9cb27eb: Layer already exists 00:49:14 b847f4f6e5a6: Layer already exists 00:49:14 63ec0bd56cf3: Layer already exists 00:49:14 10431b350f22: Pushed 00:49:14 0349a37352b5: Pushed 00:49:14 68cd316ebaae: Pushed 00:49:15 7112a6ddfe6d: Pushed 00:49:16 d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:71ab7b6d130b9551a142befe9f75d19a517b91627c24781136f4d4684e599467 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:16 + 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 00:49:16 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 00:49:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 00:49:16 10431b350f22: Preparing 00:49:16 7112a6ddfe6d: Preparing 00:49:16 5bd9c9cb27eb: Preparing 00:49:16 b847f4f6e5a6: Preparing 00:49:16 0349a37352b5: Preparing 00:49:16 68cd316ebaae: Preparing 00:49:16 63ec0bd56cf3: Preparing 00:49:16 63ec0bd56cf3: Waiting 00:49:16 68cd316ebaae: Waiting 00:49:16 0349a37352b5: Layer already exists 00:49:16 10431b350f22: Layer already exists 00:49:16 b847f4f6e5a6: Layer already exists 00:49:16 7112a6ddfe6d: Layer already exists 00:49:16 5bd9c9cb27eb: Layer already exists 00:49:16 63ec0bd56cf3: Layer already exists 00:49:16 68cd316ebaae: Layer already exists 00:49:16 latest: digest: sha256:71ab7b6d130b9551a142befe9f75d19a517b91627c24781136f4d4684e599467 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:17 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:17 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.31 00:49:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 00:49:17 10431b350f22: Preparing 00:49:17 7112a6ddfe6d: Preparing 00:49:17 5bd9c9cb27eb: Preparing 00:49:17 b847f4f6e5a6: Preparing 00:49:17 0349a37352b5: Preparing 00:49:17 68cd316ebaae: Preparing 00:49:17 63ec0bd56cf3: Preparing 00:49:17 68cd316ebaae: Waiting 00:49:17 63ec0bd56cf3: Waiting 00:49:17 5bd9c9cb27eb: Layer already exists 00:49:17 10431b350f22: Layer already exists 00:49:17 0349a37352b5: Layer already exists 00:49:17 b847f4f6e5a6: Layer already exists 00:49:17 7112a6ddfe6d: Layer already exists 00:49:17 68cd316ebaae: Layer already exists 00:49:17 63ec0bd56cf3: Layer already exists 00:49:17 3.2.0-dev.31: digest: sha256:71ab7b6d130b9551a142befe9f75d19a517b91627c24781136f4d4684e599467 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:17 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:17 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 00:49:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 00:49:17 10431b350f22: Preparing 00:49:17 7112a6ddfe6d: Preparing 00:49:17 5bd9c9cb27eb: Preparing 00:49:17 b847f4f6e5a6: Preparing 00:49:17 0349a37352b5: Preparing 00:49:17 68cd316ebaae: Preparing 00:49:17 63ec0bd56cf3: Preparing 00:49:17 63ec0bd56cf3: Waiting 00:49:17 5bd9c9cb27eb: Layer already exists 00:49:17 10431b350f22: Layer already exists 00:49:17 b847f4f6e5a6: Layer already exists 00:49:17 0349a37352b5: Layer already exists 00:49:17 7112a6ddfe6d: Layer already exists 00:49:17 63ec0bd56cf3: Layer already exists 00:49:17 68cd316ebaae: Layer already exists 00:49:17 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:71ab7b6d130b9551a142befe9f75d19a517b91627c24781136f4d4684e599467 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:18 + 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 00:49:18 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 00:49:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 00:49:18 10431b350f22: Preparing 00:49:18 7112a6ddfe6d: Preparing 00:49:18 5bd9c9cb27eb: Preparing 00:49:18 b847f4f6e5a6: Preparing 00:49:18 0349a37352b5: Preparing 00:49:18 68cd316ebaae: Preparing 00:49:18 63ec0bd56cf3: Preparing 00:49:18 68cd316ebaae: Waiting 00:49:18 63ec0bd56cf3: Waiting 00:49:18 7112a6ddfe6d: Layer already exists 00:49:18 0349a37352b5: Layer already exists 00:49:18 b847f4f6e5a6: Layer already exists 00:49:18 10431b350f22: Layer already exists 00:49:18 5bd9c9cb27eb: Layer already exists 00:49:18 68cd316ebaae: Layer already exists 00:49:18 63ec0bd56cf3: Layer already exists 00:49:18 main: digest: sha256:71ab7b6d130b9551a142befe9f75d19a517b91627c24781136f4d4684e599467 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:49:18 ===================================================== [Pipeline] echo 00:49:18 taggedImages: 00:49:18 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d00eb61bd559b49c08ce600caa3e3487789f2306 00:49:18 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 00:49:18 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.31 00:49:18 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 00:49:18 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 00:49:18 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 00:49:18 d00eb61bd559b49c08ce600caa3e3487789f2306 00:49:18 latest 00:49:18 3.2.0-dev.31 00:49:18 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 00:49:18 main 00:49:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:19 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:d00eb61bd559b49c08ce600caa3e3487789f2306 00:49:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 00:49:19 5f5f93df2d03: Preparing 00:49:19 57159a17dcb2: Preparing 00:49:19 3a9b110ba091: Preparing 00:49:19 5bd9c9cb27eb: Preparing 00:49:19 b847f4f6e5a6: Preparing 00:49:19 b089d4093eb8: Preparing 00:49:19 1886f95cb81d: Preparing 00:49:19 7ad146f8eccd: Preparing 00:49:19 0769df88d056: Preparing 00:49:19 63ec0bd56cf3: Preparing 00:49:19 1886f95cb81d: Waiting 00:49:19 7ad146f8eccd: Waiting 00:49:19 0769df88d056: Waiting 00:49:19 63ec0bd56cf3: Waiting 00:49:19 b089d4093eb8: Waiting 00:49:19 b847f4f6e5a6: Layer already exists 00:49:19 5bd9c9cb27eb: Layer already exists 00:49:19 57159a17dcb2: Pushed 00:49:19 3a9b110ba091: Pushed 00:49:19 5f5f93df2d03: Pushed 00:49:19 63ec0bd56cf3: Layer already exists 00:49:19 7ad146f8eccd: Pushed 00:49:20 0769df88d056: Pushed 00:49:25 1886f95cb81d: Pushed 00:49:26 b089d4093eb8: Pushed 00:49:27 d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:4ec61b5985f8b8cf13fe3bc33d49e67b1362ca9fff634543acad98f60f8319ee size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:27 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 00:49:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 00:49:27 5f5f93df2d03: Preparing 00:49:27 57159a17dcb2: Preparing 00:49:27 3a9b110ba091: Preparing 00:49:27 5bd9c9cb27eb: Preparing 00:49:27 b847f4f6e5a6: Preparing 00:49:27 b089d4093eb8: Preparing 00:49:27 1886f95cb81d: Preparing 00:49:27 7ad146f8eccd: Preparing 00:49:27 0769df88d056: Preparing 00:49:27 63ec0bd56cf3: Preparing 00:49:27 1886f95cb81d: Waiting 00:49:27 0769df88d056: Waiting 00:49:27 63ec0bd56cf3: Waiting 00:49:27 b089d4093eb8: Waiting 00:49:27 7ad146f8eccd: Waiting 00:49:27 5f5f93df2d03: Layer already exists 00:49:27 5bd9c9cb27eb: Layer already exists 00:49:27 57159a17dcb2: Layer already exists 00:49:27 b847f4f6e5a6: Layer already exists 00:49:27 3a9b110ba091: Layer already exists 00:49:27 b089d4093eb8: Layer already exists 00:49:27 1886f95cb81d: Layer already exists 00:49:27 0769df88d056: Layer already exists 00:49:27 63ec0bd56cf3: Layer already exists 00:49:27 7ad146f8eccd: Layer already exists 00:49:27 latest: digest: sha256:4ec61b5985f8b8cf13fe3bc33d49e67b1362ca9fff634543acad98f60f8319ee size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:28 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.31 00:49:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 00:49:28 5f5f93df2d03: Preparing 00:49:28 57159a17dcb2: Preparing 00:49:28 3a9b110ba091: Preparing 00:49:28 5bd9c9cb27eb: Preparing 00:49:28 b847f4f6e5a6: Preparing 00:49:28 b089d4093eb8: Preparing 00:49:28 1886f95cb81d: Preparing 00:49:28 7ad146f8eccd: Preparing 00:49:28 0769df88d056: Preparing 00:49:28 63ec0bd56cf3: Preparing 00:49:28 b089d4093eb8: Waiting 00:49:28 1886f95cb81d: Waiting 00:49:28 7ad146f8eccd: Waiting 00:49:28 0769df88d056: Waiting 00:49:28 63ec0bd56cf3: Waiting 00:49:28 3a9b110ba091: Layer already exists 00:49:28 5bd9c9cb27eb: Layer already exists 00:49:28 5f5f93df2d03: Layer already exists 00:49:28 57159a17dcb2: Layer already exists 00:49:28 b847f4f6e5a6: Layer already exists 00:49:28 1886f95cb81d: Layer already exists 00:49:28 7ad146f8eccd: Layer already exists 00:49:28 b089d4093eb8: Layer already exists 00:49:28 63ec0bd56cf3: Layer already exists 00:49:28 0769df88d056: Layer already exists 00:49:28 3.2.0-dev.31: digest: sha256:4ec61b5985f8b8cf13fe3bc33d49e67b1362ca9fff634543acad98f60f8319ee size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:28 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 00:49:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 00:49:29 5f5f93df2d03: Preparing 00:49:29 57159a17dcb2: Preparing 00:49:29 3a9b110ba091: Preparing 00:49:29 5bd9c9cb27eb: Preparing 00:49:29 b847f4f6e5a6: Preparing 00:49:29 b089d4093eb8: Preparing 00:49:29 1886f95cb81d: Preparing 00:49:29 7ad146f8eccd: Preparing 00:49:29 0769df88d056: Preparing 00:49:29 63ec0bd56cf3: Preparing 00:49:29 b089d4093eb8: Waiting 00:49:29 1886f95cb81d: Waiting 00:49:29 7ad146f8eccd: Waiting 00:49:29 0769df88d056: Waiting 00:49:29 63ec0bd56cf3: Waiting 00:49:29 3a9b110ba091: Layer already exists 00:49:29 b847f4f6e5a6: Layer already exists 00:49:29 57159a17dcb2: Layer already exists 00:49:29 5bd9c9cb27eb: Layer already exists 00:49:29 5f5f93df2d03: Layer already exists 00:49:29 1886f95cb81d: Layer already exists 00:49:29 7ad146f8eccd: Layer already exists 00:49:29 b089d4093eb8: Layer already exists 00:49:29 63ec0bd56cf3: Layer already exists 00:49:29 0769df88d056: Layer already exists 00:49:29 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:4ec61b5985f8b8cf13fe3bc33d49e67b1362ca9fff634543acad98f60f8319ee size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:29 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 00:49:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 00:49:29 5f5f93df2d03: Preparing 00:49:29 57159a17dcb2: Preparing 00:49:29 3a9b110ba091: Preparing 00:49:29 5bd9c9cb27eb: Preparing 00:49:29 b847f4f6e5a6: Preparing 00:49:29 b089d4093eb8: Preparing 00:49:29 1886f95cb81d: Preparing 00:49:29 7ad146f8eccd: Preparing 00:49:29 0769df88d056: Preparing 00:49:29 1886f95cb81d: Waiting 00:49:29 7ad146f8eccd: Waiting 00:49:29 0769df88d056: Waiting 00:49:29 b089d4093eb8: Waiting 00:49:29 63ec0bd56cf3: Preparing 00:49:29 63ec0bd56cf3: Waiting 00:49:29 57159a17dcb2: Layer already exists 00:49:29 3a9b110ba091: Layer already exists 00:49:29 b847f4f6e5a6: Layer already exists 00:49:29 5f5f93df2d03: Layer already exists 00:49:29 5bd9c9cb27eb: Layer already exists 00:49:29 b089d4093eb8: Layer already exists 00:49:29 1886f95cb81d: Layer already exists 00:49:29 63ec0bd56cf3: Layer already exists 00:49:29 0769df88d056: Layer already exists 00:49:29 7ad146f8eccd: Layer already exists 00:49:29 main: digest: sha256:4ec61b5985f8b8cf13fe3bc33d49e67b1362ca9fff634543acad98f60f8319ee size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:49:29 ===================================================== [Pipeline] echo 00:49:29 taggedImages: 00:49:29 - nexus3.edgexfoundry.org:10004/security-spire-agent:d00eb61bd559b49c08ce600caa3e3487789f2306 00:49:29 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 00:49:29 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.31 00:49:29 - nexus3.edgexfoundry.org:10004/security-spire-agent:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 00:49:29 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 00:49:29 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 00:49:29 d00eb61bd559b49c08ce600caa3e3487789f2306 00:49:29 latest 00:49:29 3.2.0-dev.31 00:49:29 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 00:49:29 main 00:49:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:30 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:d00eb61bd559b49c08ce600caa3e3487789f2306 00:49:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 00:49:30 7feba5f34f1d: Preparing 00:49:30 1a54dab29b42: Preparing 00:49:30 4eb630909d39: Preparing 00:49:30 5bd9c9cb27eb: Preparing 00:49:30 b847f4f6e5a6: Preparing 00:49:30 78740a1a0c06: Preparing 00:49:30 459ea6afa52f: Preparing 00:49:30 457a82291abc: Preparing 00:49:30 63ec0bd56cf3: Preparing 00:49:30 78740a1a0c06: Waiting 00:49:30 459ea6afa52f: Waiting 00:49:30 63ec0bd56cf3: Waiting 00:49:30 457a82291abc: Waiting 00:49:30 5bd9c9cb27eb: Layer already exists 00:49:30 b847f4f6e5a6: Layer already exists 00:49:30 1a54dab29b42: Pushed 00:49:30 7feba5f34f1d: Pushed 00:49:30 4eb630909d39: Pushed 00:49:30 63ec0bd56cf3: Layer already exists 00:49:30 457a82291abc: Pushed 00:49:31 459ea6afa52f: Pushed 00:49:43 78740a1a0c06: Pushed 00:49:43 d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:b49afe2117756fde5dcbb3b5e673b613bf8e89ec53a340a63dde24412a7016ae size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:43 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 00:49:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 00:49:44 7feba5f34f1d: Preparing 00:49:44 1a54dab29b42: Preparing 00:49:44 4eb630909d39: Preparing 00:49:44 5bd9c9cb27eb: Preparing 00:49:44 b847f4f6e5a6: Preparing 00:49:44 78740a1a0c06: Preparing 00:49:44 459ea6afa52f: Preparing 00:49:44 457a82291abc: Preparing 00:49:44 63ec0bd56cf3: Preparing 00:49:44 78740a1a0c06: Waiting 00:49:44 459ea6afa52f: Waiting 00:49:44 457a82291abc: Waiting 00:49:44 63ec0bd56cf3: Waiting 00:49:44 b847f4f6e5a6: Layer already exists 00:49:44 1a54dab29b42: Layer already exists 00:49:44 4eb630909d39: Layer already exists 00:49:44 5bd9c9cb27eb: Layer already exists 00:49:44 7feba5f34f1d: Layer already exists 00:49:44 459ea6afa52f: Layer already exists 00:49:44 78740a1a0c06: Layer already exists 00:49:44 63ec0bd56cf3: Layer already exists 00:49:44 457a82291abc: Layer already exists 00:49:44 latest: digest: sha256:b49afe2117756fde5dcbb3b5e673b613bf8e89ec53a340a63dde24412a7016ae size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:44 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.31 00:49:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 00:49:44 7feba5f34f1d: Preparing 00:49:44 1a54dab29b42: Preparing 00:49:44 4eb630909d39: Preparing 00:49:44 5bd9c9cb27eb: Preparing 00:49:44 b847f4f6e5a6: Preparing 00:49:44 78740a1a0c06: Preparing 00:49:44 459ea6afa52f: Preparing 00:49:44 457a82291abc: Preparing 00:49:44 63ec0bd56cf3: Preparing 00:49:44 459ea6afa52f: Waiting 00:49:44 457a82291abc: Waiting 00:49:44 63ec0bd56cf3: Waiting 00:49:44 78740a1a0c06: Waiting 00:49:44 b847f4f6e5a6: Layer already exists 00:49:44 7feba5f34f1d: Layer already exists 00:49:44 4eb630909d39: Layer already exists 00:49:44 1a54dab29b42: Layer already exists 00:49:44 5bd9c9cb27eb: Layer already exists 00:49:44 78740a1a0c06: Layer already exists 00:49:44 63ec0bd56cf3: Layer already exists 00:49:44 457a82291abc: Layer already exists 00:49:44 459ea6afa52f: Layer already exists 00:49:44 3.2.0-dev.31: digest: sha256:b49afe2117756fde5dcbb3b5e673b613bf8e89ec53a340a63dde24412a7016ae size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:44 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 00:49:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 00:49:45 7feba5f34f1d: Preparing 00:49:45 1a54dab29b42: Preparing 00:49:45 4eb630909d39: Preparing 00:49:45 5bd9c9cb27eb: Preparing 00:49:45 b847f4f6e5a6: Preparing 00:49:45 78740a1a0c06: Preparing 00:49:45 459ea6afa52f: Preparing 00:49:45 457a82291abc: Preparing 00:49:45 63ec0bd56cf3: Preparing 00:49:45 78740a1a0c06: Waiting 00:49:45 459ea6afa52f: Waiting 00:49:45 457a82291abc: Waiting 00:49:45 1a54dab29b42: Layer already exists 00:49:45 b847f4f6e5a6: Layer already exists 00:49:45 4eb630909d39: Layer already exists 00:49:45 5bd9c9cb27eb: Layer already exists 00:49:45 7feba5f34f1d: Layer already exists 00:49:45 78740a1a0c06: Layer already exists 00:49:45 459ea6afa52f: Layer already exists 00:49:45 457a82291abc: Layer already exists 00:49:45 63ec0bd56cf3: Layer already exists 00:49:45 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:b49afe2117756fde5dcbb3b5e673b613bf8e89ec53a340a63dde24412a7016ae size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:45 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 00:49:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 00:49:45 7feba5f34f1d: Preparing 00:49:45 1a54dab29b42: Preparing 00:49:45 4eb630909d39: Preparing 00:49:45 5bd9c9cb27eb: Preparing 00:49:45 b847f4f6e5a6: Preparing 00:49:45 78740a1a0c06: Preparing 00:49:45 459ea6afa52f: Preparing 00:49:45 457a82291abc: Preparing 00:49:45 63ec0bd56cf3: Preparing 00:49:45 78740a1a0c06: Waiting 00:49:45 459ea6afa52f: Waiting 00:49:45 457a82291abc: Waiting 00:49:45 63ec0bd56cf3: Waiting 00:49:45 7feba5f34f1d: Layer already exists 00:49:45 4eb630909d39: Layer already exists 00:49:45 5bd9c9cb27eb: Layer already exists 00:49:45 1a54dab29b42: Layer already exists 00:49:45 b847f4f6e5a6: Layer already exists 00:49:45 457a82291abc: Layer already exists 00:49:45 459ea6afa52f: Layer already exists 00:49:45 78740a1a0c06: Layer already exists 00:49:45 63ec0bd56cf3: Layer already exists 00:49:45 main: digest: sha256:b49afe2117756fde5dcbb3b5e673b613bf8e89ec53a340a63dde24412a7016ae size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:49:46 ===================================================== [Pipeline] echo 00:49:46 taggedImages: 00:49:46 - nexus3.edgexfoundry.org:10004/security-spire-config:d00eb61bd559b49c08ce600caa3e3487789f2306 00:49:46 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 00:49:46 - nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.31 00:49:46 - nexus3.edgexfoundry.org:10004/security-spire-config:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 00:49:46 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 00:49:46 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 00:49:46 d00eb61bd559b49c08ce600caa3e3487789f2306 00:49:46 latest 00:49:46 3.2.0-dev.31 00:49:46 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 00:49:46 main 00:49:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:46 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:d00eb61bd559b49c08ce600caa3e3487789f2306 00:49:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 00:49:46 5f5f93df2d03: Preparing 00:49:46 c0316adbdd97: Preparing 00:49:46 7dd6e2ef1c31: Preparing 00:49:46 5bd9c9cb27eb: Preparing 00:49:46 b847f4f6e5a6: Preparing 00:49:46 a59d83f31c1e: Preparing 00:49:46 7ad146f8eccd: Preparing 00:49:46 0769df88d056: Preparing 00:49:46 63ec0bd56cf3: Preparing 00:49:46 7ad146f8eccd: Waiting 00:49:46 0769df88d056: Waiting 00:49:46 63ec0bd56cf3: Waiting 00:49:46 a59d83f31c1e: Waiting 00:49:46 b847f4f6e5a6: Layer already exists 00:49:46 5bd9c9cb27eb: Layer already exists 00:49:46 5f5f93df2d03: Layer already exists 00:49:46 7ad146f8eccd: Layer already exists 00:49:46 0769df88d056: Layer already exists 00:49:46 63ec0bd56cf3: Layer already exists 00:49:46 c0316adbdd97: Pushed 00:49:46 7dd6e2ef1c31: Pushed 00:49:57 a59d83f31c1e: Pushed 00:49:57 d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:5b344ec51e5f3ca31d5de43e267ecf2e7a6871fa709cdc5a7ba19c56505ea526 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:57 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 00:49:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 00:49:58 5f5f93df2d03: Preparing 00:49:58 c0316adbdd97: Preparing 00:49:58 7dd6e2ef1c31: Preparing 00:49:58 5bd9c9cb27eb: Preparing 00:49:58 b847f4f6e5a6: Preparing 00:49:58 a59d83f31c1e: Preparing 00:49:58 7ad146f8eccd: Preparing 00:49:58 0769df88d056: Preparing 00:49:58 63ec0bd56cf3: Preparing 00:49:58 a59d83f31c1e: Waiting 00:49:58 7ad146f8eccd: Waiting 00:49:58 0769df88d056: Waiting 00:49:58 63ec0bd56cf3: Waiting 00:49:58 b847f4f6e5a6: Layer already exists 00:49:58 7dd6e2ef1c31: Layer already exists 00:49:58 5f5f93df2d03: Layer already exists 00:49:58 c0316adbdd97: Layer already exists 00:49:58 5bd9c9cb27eb: Layer already exists 00:49:58 a59d83f31c1e: Layer already exists 00:49:58 0769df88d056: Layer already exists 00:49:58 7ad146f8eccd: Layer already exists 00:49:58 63ec0bd56cf3: Layer already exists 00:49:58 latest: digest: sha256:5b344ec51e5f3ca31d5de43e267ecf2e7a6871fa709cdc5a7ba19c56505ea526 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:58 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.31 00:49:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 00:49:58 5f5f93df2d03: Preparing 00:49:58 c0316adbdd97: Preparing 00:49:58 7dd6e2ef1c31: Preparing 00:49:58 5bd9c9cb27eb: Preparing 00:49:58 b847f4f6e5a6: Preparing 00:49:58 a59d83f31c1e: Preparing 00:49:58 7ad146f8eccd: Preparing 00:49:58 0769df88d056: Preparing 00:49:58 63ec0bd56cf3: Preparing 00:49:58 7ad146f8eccd: Waiting 00:49:58 0769df88d056: Waiting 00:49:58 63ec0bd56cf3: Waiting 00:49:58 a59d83f31c1e: Waiting 00:49:58 5f5f93df2d03: Layer already exists 00:49:58 b847f4f6e5a6: Layer already exists 00:49:58 c0316adbdd97: Layer already exists 00:49:58 5bd9c9cb27eb: Layer already exists 00:49:58 7dd6e2ef1c31: Layer already exists 00:49:58 a59d83f31c1e: Layer already exists 00:49:58 63ec0bd56cf3: Layer already exists 00:49:58 0769df88d056: Layer already exists 00:49:58 7ad146f8eccd: Layer already exists 00:49:58 3.2.0-dev.31: digest: sha256:5b344ec51e5f3ca31d5de43e267ecf2e7a6871fa709cdc5a7ba19c56505ea526 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:59 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 00:49:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 00:49:59 5f5f93df2d03: Preparing 00:49:59 c0316adbdd97: Preparing 00:49:59 7dd6e2ef1c31: Preparing 00:49:59 5bd9c9cb27eb: Preparing 00:49:59 b847f4f6e5a6: Preparing 00:49:59 a59d83f31c1e: Preparing 00:49:59 7ad146f8eccd: Preparing 00:49:59 0769df88d056: Preparing 00:49:59 63ec0bd56cf3: Preparing 00:49:59 a59d83f31c1e: Waiting 00:49:59 0769df88d056: Waiting 00:49:59 63ec0bd56cf3: Waiting 00:49:59 5bd9c9cb27eb: Layer already exists 00:49:59 5f5f93df2d03: Layer already exists 00:49:59 7dd6e2ef1c31: Layer already exists 00:49:59 c0316adbdd97: Layer already exists 00:49:59 b847f4f6e5a6: Layer already exists 00:49:59 0769df88d056: Layer already exists 00:49:59 7ad146f8eccd: Layer already exists 00:49:59 a59d83f31c1e: Layer already exists 00:49:59 63ec0bd56cf3: Layer already exists 00:49:59 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:5b344ec51e5f3ca31d5de43e267ecf2e7a6871fa709cdc5a7ba19c56505ea526 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:59 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:50:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 00:50:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 00:50:00 5f5f93df2d03: Preparing 00:50:00 c0316adbdd97: Preparing 00:50:00 7dd6e2ef1c31: Preparing 00:50:00 5bd9c9cb27eb: Preparing 00:50:00 b847f4f6e5a6: Preparing 00:50:00 a59d83f31c1e: Preparing 00:50:00 7ad146f8eccd: Preparing 00:50:00 0769df88d056: Preparing 00:50:00 63ec0bd56cf3: Preparing 00:50:00 a59d83f31c1e: Waiting 00:50:00 7ad146f8eccd: Waiting 00:50:00 63ec0bd56cf3: Waiting 00:50:00 0769df88d056: Waiting 00:50:00 5bd9c9cb27eb: Layer already exists 00:50:00 c0316adbdd97: Layer already exists 00:50:00 b847f4f6e5a6: Layer already exists 00:50:00 5f5f93df2d03: Layer already exists 00:50:00 7dd6e2ef1c31: Layer already exists 00:50:00 7ad146f8eccd: Layer already exists 00:50:00 63ec0bd56cf3: Layer already exists 00:50:00 a59d83f31c1e: Layer already exists 00:50:00 0769df88d056: Layer already exists 00:50:00 main: digest: sha256:5b344ec51e5f3ca31d5de43e267ecf2e7a6871fa709cdc5a7ba19c56505ea526 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:50:00 ===================================================== [Pipeline] echo 00:50:00 taggedImages: 00:50:00 - nexus3.edgexfoundry.org:10004/security-spire-server:d00eb61bd559b49c08ce600caa3e3487789f2306 00:50:00 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 00:50:00 - nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.31 00:50:00 - nexus3.edgexfoundry.org:10004/security-spire-server:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 00:50:00 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 00:50:00 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 00:50:00 d00eb61bd559b49c08ce600caa3e3487789f2306 00:50:00 latest 00:50:00 3.2.0-dev.31 00:50:00 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 00:50:00 main 00:50:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:50:00 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:50:01 + docker push nexus3.edgexfoundry.org:10004/support-notifications:d00eb61bd559b49c08ce600caa3e3487789f2306 00:50:01 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 00:50:01 7b7299accb62: Preparing 00:50:01 72ff5d098ad5: Preparing 00:50:01 5bd9c9cb27eb: Preparing 00:50:01 b847f4f6e5a6: Preparing 00:50:01 5ad787946930: Preparing 00:50:01 349573fac7f8: Preparing 00:50:01 63ec0bd56cf3: Preparing 00:50:01 349573fac7f8: Waiting 00:50:01 63ec0bd56cf3: Waiting 00:50:01 b847f4f6e5a6: Layer already exists 00:50:01 5bd9c9cb27eb: Layer already exists 00:50:01 63ec0bd56cf3: Layer already exists 00:50:01 7b7299accb62: Pushed 00:50:01 349573fac7f8: Pushed 00:50:01 5ad787946930: Pushed 00:50:04 72ff5d098ad5: Pushed 00:50:04 d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:0a0e2dda77d92d9900457ec10cfd9326b0d327c5b5bb8f3145a5dc73034c0827 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:50:04 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:50:05 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 00:50:05 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 00:50:05 7b7299accb62: Preparing 00:50:05 72ff5d098ad5: Preparing 00:50:05 5bd9c9cb27eb: Preparing 00:50:05 b847f4f6e5a6: Preparing 00:50:05 5ad787946930: Preparing 00:50:05 349573fac7f8: Preparing 00:50:05 63ec0bd56cf3: Preparing 00:50:05 349573fac7f8: Waiting 00:50:05 63ec0bd56cf3: Waiting 00:50:05 72ff5d098ad5: Layer already exists 00:50:05 b847f4f6e5a6: Layer already exists 00:50:05 7b7299accb62: Layer already exists 00:50:05 5bd9c9cb27eb: Layer already exists 00:50:05 5ad787946930: Layer already exists 00:50:05 349573fac7f8: Layer already exists 00:50:05 63ec0bd56cf3: Layer already exists 00:50:05 latest: digest: sha256:0a0e2dda77d92d9900457ec10cfd9326b0d327c5b5bb8f3145a5dc73034c0827 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:50:05 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:50:05 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.31 00:50:05 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 00:50:05 7b7299accb62: Preparing 00:50:05 72ff5d098ad5: Preparing 00:50:05 5bd9c9cb27eb: Preparing 00:50:05 b847f4f6e5a6: Preparing 00:50:05 5ad787946930: Preparing 00:50:05 349573fac7f8: Preparing 00:50:05 63ec0bd56cf3: Preparing 00:50:05 349573fac7f8: Waiting 00:50:05 63ec0bd56cf3: Waiting 00:50:05 7b7299accb62: Layer already exists 00:50:05 5bd9c9cb27eb: Layer already exists 00:50:05 b847f4f6e5a6: Layer already exists 00:50:05 5ad787946930: Layer already exists 00:50:05 72ff5d098ad5: Layer already exists 00:50:05 349573fac7f8: Layer already exists 00:50:05 63ec0bd56cf3: Layer already exists 00:50:05 3.2.0-dev.31: digest: sha256:0a0e2dda77d92d9900457ec10cfd9326b0d327c5b5bb8f3145a5dc73034c0827 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:50:05 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:50:06 + docker push nexus3.edgexfoundry.org:10004/support-notifications:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 00:50:06 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 00:50:06 7b7299accb62: Preparing 00:50:06 72ff5d098ad5: Preparing 00:50:06 5bd9c9cb27eb: Preparing 00:50:06 b847f4f6e5a6: Preparing 00:50:06 5ad787946930: Preparing 00:50:06 349573fac7f8: Preparing 00:50:06 63ec0bd56cf3: Preparing 00:50:06 349573fac7f8: Waiting 00:50:06 63ec0bd56cf3: Waiting 00:50:06 7b7299accb62: Layer already exists 00:50:06 5bd9c9cb27eb: Layer already exists 00:50:06 72ff5d098ad5: Layer already exists 00:50:06 5ad787946930: Layer already exists 00:50:06 b847f4f6e5a6: Layer already exists 00:50:06 349573fac7f8: Layer already exists 00:50:06 63ec0bd56cf3: Layer already exists 00:50:06 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:0a0e2dda77d92d9900457ec10cfd9326b0d327c5b5bb8f3145a5dc73034c0827 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:50:06 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:50:06 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 00:50:06 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 00:50:06 7b7299accb62: Preparing 00:50:06 72ff5d098ad5: Preparing 00:50:06 5bd9c9cb27eb: Preparing 00:50:06 b847f4f6e5a6: Preparing 00:50:06 5ad787946930: Preparing 00:50:06 349573fac7f8: Preparing 00:50:06 63ec0bd56cf3: Preparing 00:50:06 63ec0bd56cf3: Waiting 00:50:06 349573fac7f8: Waiting 00:50:06 5ad787946930: Layer already exists 00:50:06 b847f4f6e5a6: Layer already exists 00:50:06 7b7299accb62: Layer already exists 00:50:06 72ff5d098ad5: Layer already exists 00:50:06 5bd9c9cb27eb: Layer already exists 00:50:06 349573fac7f8: Layer already exists 00:50:06 63ec0bd56cf3: Layer already exists 00:50:06 main: digest: sha256:0a0e2dda77d92d9900457ec10cfd9326b0d327c5b5bb8f3145a5dc73034c0827 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:50:07 ===================================================== [Pipeline] echo 00:50:07 taggedImages: 00:50:07 - nexus3.edgexfoundry.org:10004/support-notifications:d00eb61bd559b49c08ce600caa3e3487789f2306 00:50:07 - nexus3.edgexfoundry.org:10004/support-notifications:latest 00:50:07 - nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.31 00:50:07 - nexus3.edgexfoundry.org:10004/support-notifications:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 00:50:07 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 00:50:07 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 00:50:07 d00eb61bd559b49c08ce600caa3e3487789f2306 00:50:07 latest 00:50:07 3.2.0-dev.31 00:50:07 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 00:50:07 main 00:50:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:50:07 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:50:07 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:d00eb61bd559b49c08ce600caa3e3487789f2306 00:50:07 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 00:50:07 e6fe9313081d: Preparing 00:50:07 0ce41d98d720: Preparing 00:50:07 5bd9c9cb27eb: Preparing 00:50:07 b847f4f6e5a6: Preparing 00:50:07 edbba31d04df: Preparing 00:50:07 04cd93414a6c: Preparing 00:50:07 63ec0bd56cf3: Preparing 00:50:07 63ec0bd56cf3: Waiting 00:50:07 04cd93414a6c: Waiting 00:50:07 edbba31d04df: Layer already exists 00:50:07 b847f4f6e5a6: Layer already exists 00:50:07 5bd9c9cb27eb: Layer already exists 00:50:07 04cd93414a6c: Layer already exists 00:50:07 63ec0bd56cf3: Layer already exists 00:50:07 e6fe9313081d: Pushed 00:50:11 0ce41d98d720: Pushed 00:50:11 d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:4b5c015fe0269255a0dc61fade58c91ac4f7394c6107e5f78fe6ddf085efafc8 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:50:11 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:50:11 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 00:50:11 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 00:50:11 e6fe9313081d: Preparing 00:50:11 0ce41d98d720: Preparing 00:50:11 5bd9c9cb27eb: Preparing 00:50:11 b847f4f6e5a6: Preparing 00:50:11 edbba31d04df: Preparing 00:50:11 04cd93414a6c: Preparing 00:50:11 63ec0bd56cf3: Preparing 00:50:11 04cd93414a6c: Waiting 00:50:11 63ec0bd56cf3: Waiting 00:50:11 b847f4f6e5a6: Layer already exists 00:50:11 0ce41d98d720: Layer already exists 00:50:11 edbba31d04df: Layer already exists 00:50:11 e6fe9313081d: Layer already exists 00:50:11 5bd9c9cb27eb: Layer already exists 00:50:11 04cd93414a6c: Layer already exists 00:50:11 63ec0bd56cf3: Layer already exists 00:50:11 latest: digest: sha256:4b5c015fe0269255a0dc61fade58c91ac4f7394c6107e5f78fe6ddf085efafc8 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:50:12 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:50:12 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.31 00:50:12 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 00:50:12 e6fe9313081d: Preparing 00:50:12 0ce41d98d720: Preparing 00:50:12 5bd9c9cb27eb: Preparing 00:50:12 b847f4f6e5a6: Preparing 00:50:12 edbba31d04df: Preparing 00:50:12 04cd93414a6c: Preparing 00:50:12 63ec0bd56cf3: Preparing 00:50:12 04cd93414a6c: Waiting 00:50:12 63ec0bd56cf3: Waiting 00:50:12 edbba31d04df: Layer already exists 00:50:12 5bd9c9cb27eb: Layer already exists 00:50:12 0ce41d98d720: Layer already exists 00:50:12 e6fe9313081d: Layer already exists 00:50:12 b847f4f6e5a6: Layer already exists 00:50:12 63ec0bd56cf3: Layer already exists 00:50:12 04cd93414a6c: Layer already exists 00:50:12 3.2.0-dev.31: digest: sha256:4b5c015fe0269255a0dc61fade58c91ac4f7394c6107e5f78fe6ddf085efafc8 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:50:12 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:50:13 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 00:50:13 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 00:50:13 e6fe9313081d: Preparing 00:50:13 0ce41d98d720: Preparing 00:50:13 5bd9c9cb27eb: Preparing 00:50:13 b847f4f6e5a6: Preparing 00:50:13 edbba31d04df: Preparing 00:50:13 04cd93414a6c: Preparing 00:50:13 63ec0bd56cf3: Preparing 00:50:13 04cd93414a6c: Waiting 00:50:13 63ec0bd56cf3: Waiting 00:50:13 e6fe9313081d: Layer already exists 00:50:13 0ce41d98d720: Layer already exists 00:50:13 edbba31d04df: Layer already exists 00:50:13 b847f4f6e5a6: Layer already exists 00:50:13 5bd9c9cb27eb: Layer already exists 00:50:13 63ec0bd56cf3: Layer already exists 00:50:13 04cd93414a6c: Layer already exists 00:50:13 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:4b5c015fe0269255a0dc61fade58c91ac4f7394c6107e5f78fe6ddf085efafc8 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:50:13 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:50:13 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 00:50:13 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 00:50:13 e6fe9313081d: Preparing 00:50:13 0ce41d98d720: Preparing 00:50:13 5bd9c9cb27eb: Preparing 00:50:13 b847f4f6e5a6: Preparing 00:50:13 edbba31d04df: Preparing 00:50:13 04cd93414a6c: Preparing 00:50:13 63ec0bd56cf3: Preparing 00:50:13 04cd93414a6c: Waiting 00:50:13 63ec0bd56cf3: Waiting 00:50:13 e6fe9313081d: Layer already exists 00:50:13 0ce41d98d720: Layer already exists 00:50:13 b847f4f6e5a6: Layer already exists 00:50:13 5bd9c9cb27eb: Layer already exists 00:50:13 edbba31d04df: Layer already exists 00:50:13 04cd93414a6c: Layer already exists 00:50:13 63ec0bd56cf3: Layer already exists 00:50:13 main: digest: sha256:4b5c015fe0269255a0dc61fade58c91ac4f7394c6107e5f78fe6ddf085efafc8 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:50:13 ===================================================== [Pipeline] echo 00:50:13 taggedImages: 00:50:13 - nexus3.edgexfoundry.org:10004/support-scheduler:d00eb61bd559b49c08ce600caa3e3487789f2306 00:50:13 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 00:50:13 - nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.31 00:50:13 - nexus3.edgexfoundry.org:10004/support-scheduler:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 00:50:13 - 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] } 01:07:32 #151 ... 01:07:32 01:07:32 #143 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:07:32 #143 DONE 1111.4s 01:07:32 01:07:32 #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:07:32 #151 ... 01:07:32 01:07:32 #152 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 01:07:32 #152 DONE 0.2s 01:07:32 01:07:32 #153 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 01:07:32 #153 DONE 0.3s 01:07:32 01:07:32 #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:07:32 #150 ... 01:07:32 01:07:32 #154 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 01:07:32 #154 DONE 0.3s 01:07:32 01:07:32 #155 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 01:07:32 #155 DONE 0.2s 01:07:32 01:07:32 #156 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:07:32 #156 DONE 0.3s 01:07:32 01:07:32 #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:07:32 #150 ... 01:07:32 01:07:32 #157 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 01:07:32 #157 DONE 0.2s 01:07:32 01:07:32 #158 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:07:32 #158 ... 01:07:32 01:07:32 #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:07:32 #151 DONE 1115.8s 01:07:32 01:07:32 #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:07:32 #146 1115.5 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.31" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:07:32 #146 ... 01:07:32 01:07:32 #158 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:07:32 #158 DONE 2.7s 01:07:32 01:07:32 #100 [security-proxy-setup] exporting to image 01:07:32 #100 exporting layers 01:07:32 #100 ... 01:07:32 01:07:32 #159 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 01:07:32 #159 DONE 0.5s 01:07:32 01:07:32 #160 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 01:07:32 #160 ... 01:07:32 01:07:32 #100 [security-proxy-setup] exporting to image 01:07:32 #100 exporting layers 2.0s done 01:07:32 #100 writing image sha256:c67d13d62d6f47f3d08d2e3538cb3aadb54c02df9431f0e72321112960c77f24 done 01:07:32 #100 naming to docker.io/library/security-proxy-setup-arm64 done 01:07:32 #100 DONE 8.1s 01:07:32 01:07:32 #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:07:33 #142 ... 01:07:33 01:07:33 #160 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 01:07:33 #160 DONE 2.1s 01:07:33 01:07:33 #161 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 01:07:34 #161 DONE 0.2s 01:07:34 01:07:34 #162 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 01:07:34 #162 DONE 0.3s 01:07:34 01:07:34 #163 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:07:34 #163 DONE 0.2s 01:07:34 01:07:34 #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:07:34 #142 ... 01:07:34 01:07:34 #164 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 01:07:34 #164 DONE 0.1s 01:07:35 01:07:35 #165 [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/ 01:07:35 #165 DONE 0.2s 01:07:35 01:07:35 #166 [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/ 01:07:35 #166 DONE 0.1s 01:07:35 01:07:35 #167 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 01:07:35 #167 DONE 0.1s 01:07:35 01:07:35 #168 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:07:35 #168 DONE 0.1s 01:07:35 01:07:35 #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:07:35 #142 ... 01:07:35 01:07:35 #169 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 01:07:37 #169 DONE 2.2s 01:07:37 01:07:37 #100 [security-bootstrapper] exporting to image 01:07:38 #100 exporting layers 1.1s done 01:07:38 #100 writing image sha256:76ab3d97abf6a54143d3f6d20a1b4daedd2c1b80b738f6d76ddf75c95a0c1718 done 01:07:38 #100 naming to docker.io/library/security-bootstrapper-arm64 done 01:07:38 #100 DONE 9.3s 01:07:38 01:07:38 #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:07:51 #148 ... 01:07:51 01:07:51 #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:07:51 #146 DONE 1135.6s 01:07:51 01:07:51 #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:07:51 #145 ... 01:07:51 01:07:51 #170 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 01:07:51 #170 DONE 0.1s 01:07:51 01:07:51 #171 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 01:07:51 #171 DONE 0.2s 01:07:51 01:07:51 #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:07:51 #150 ... 01:07:51 01:07:51 #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 01:07:51 #172 DONE 0.1s 01:07:51 01:07:51 #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 01:07:51 #173 DONE 0.1s 01:07:51 01:07:51 #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:07:51 #150 ... 01:07:51 01:07:51 #174 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 01:07:51 #174 DONE 0.1s 01:07:51 01:07:51 #175 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:07:51 #175 DONE 0.2s 01:07:51 01:07:51 #176 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:07:51 #176 DONE 0.2s 01:07:51 01:07:51 #177 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:07:51 #177 DONE 0.1s 01:07:51 01:07:51 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:07:52 #149 ... 01:07:52 01:07:52 #178 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:07:54 #178 DONE 1.9s 01:07:54 01:07:54 #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:07:54 #150 ... 01:07:54 01:07:54 #100 [security-secretstore-setup] exporting to image 01:07:54 #100 exporting layers 01:07:55 #100 exporting layers 1.2s done 01:07:55 #100 writing image sha256:f43804e1899e3942694fafce844360b0bb6643204e6e8246690b5ba59d735940 done 01:07:55 #100 naming to docker.io/library/security-secretstore-setup-arm64 done 01:07:55 #100 DONE 10.4s 01:07:55 01:07:55 #124 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:08:41 #124 ... 01:08:41 01:08:41 #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:08:41 #150 DONE 1184.8s 01:08:41 01:08:41 #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:08:41 #145 ... 01:08:41 01:08:41 #179 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:08:41 #179 DONE 0.3s 01:08:41 01:08:41 #144 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:08:41 #144 ... 01:08:41 01:08:41 #180 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:08:41 #180 DONE 0.1s 01:08:41 01:08:41 #181 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 01:08:41 #181 DONE 0.3s 01:08:41 01:08:41 #144 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:08:41 #144 ... 01:08:41 01:08:41 #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 01:08:41 #182 DONE 0.2s 01:08:41 01:08:41 #183 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 01:08:41 #183 DONE 0.1s 01:08:41 01:08:41 #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:08:41 #145 ... 01:08:41 01:08:41 #184 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:08:43 #184 DONE 2.2s 01:08:43 01:08:43 #100 [core-common-config-bootstrapper] exporting to image 01:08:43 #100 exporting layers 01:08:43 #100 exporting layers 0.7s done 01:08:43 #100 writing image sha256:cbb5ba601c008d11efdeac386f3faaa4c2547f6bc0265d2e237bd5df2cdd199e done 01:08:43 #100 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 01:08:43 #100 DONE 11.1s 01:08:43 01:08:43 #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:10:50 #142 ... 01:10:50 01:10:50 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:10:50 #149 DONE 1305.1s 01:10:50 01:10:50 #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:10:50 #142 ... 01:10:50 01:10:50 #185 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:10:50 #185 DONE 0.2s 01:10:50 01:10:50 #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:10:50 #145 ... 01:10:50 01:10:50 #186 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:10:50 #186 DONE 0.3s 01:10:50 01:10:50 #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:10:50 #148 ... 01:10:50 01:10:50 #187 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 01:10:50 #187 DONE 0.3s 01:10:50 01:10:50 #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 01:10:50 #188 DONE 0.1s 01:10:50 01:10:50 #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:10:50 #148 ... 01:10:50 01:10:50 #100 [security-spiffe-token-provider] exporting to image 01:10:50 #100 exporting layers 01:10:50 #100 exporting layers 0.7s done 01:10:50 #100 writing image sha256:a7b345d29caef52ccdf05118bfaaaf75dabd4f4fa932b51f925dfb5b8013e1fc done 01:10:50 #100 naming to docker.io/library/security-spiffe-token-provider-arm64 done 01:10:50 #100 DONE 11.9s 01:10:50 01:10:50 #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:17:42 #148 ... 01:17:42 01:17:42 #124 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:17:42 #124 DONE 1721.2s 01:17:42 01:17:42 #144 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:17:42 #144 ... 01:17:42 01:17:42 #189 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:17:42 #189 DONE 0.1s 01:17:42 01:17:42 #190 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:17:42 #190 DONE 0.3s 01:17:42 01:17:42 #191 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 01:17:42 #191 DONE 0.4s 01:17:42 01:17:42 #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:17:42 #142 ... 01:17:42 01:17:42 #192 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 01:17:42 #192 DONE 0.2s 01:17:42 01:17:42 #193 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 01:17:42 #193 DONE 0.2s 01:17:42 01:17:42 #194 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:17:42 #194 DONE 1.9s 01:17:42 01:17:42 #100 [security-proxy-auth] exporting to image 01:17:42 #100 exporting layers 01:17:42 #100 exporting layers 0.7s done 01:17:42 #100 writing image sha256:d6db10ca1a7ac2eb038880fae8ba3e76ba60bbdb45f47fddf42bb2d5cb08d78d done 01:17:42 #100 naming to docker.io/library/security-proxy-auth-arm64 done 01:17:42 #100 DONE 12.5s 01:17:42 01:17:42 #144 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:18:38 #144 ... 01:18:38 01:18:38 #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:18:38 #148 DONE 1781.8s 01:18:38 01:18:38 #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:18:38 #142 ... 01:18:38 01:18:38 #195 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 01:18:38 #195 DONE 0.1s 01:18:38 01:18:38 #196 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 01:18:38 #196 DONE 0.2s 01:18:38 01:18:38 #197 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:18:38 #197 DONE 0.5s 01:18:38 01:18:38 #198 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 01:18:38 #198 DONE 0.1s 01:18:38 01:18:38 #100 [core-command] exporting to image 01:18:38 #100 exporting layers 01:18:38 #100 exporting layers 0.4s done 01:18:38 #100 writing image sha256:40d6956129286fa11a037bb783a83c660067ebe2350b82f11ee9f4acaa3e16ed done 01:18:38 #100 naming to docker.io/library/core-command-arm64 done 01:18:38 #100 DONE 12.9s 01:18:38 01:18:38 #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:18:49 #145 DONE 1793.2s 01:18:49 01:18:49 #141 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 01:18:49 #141 ... 01:18:49 01:18:49 #199 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:18:49 #199 DONE 0.4s 01:18:49 01:18:49 #52 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 01:18:49 #52 ... 01:18:49 01:18:49 #200 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:18:49 #200 DONE 0.3s 01:18:49 01:18:49 #144 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:18:49 #144 DONE 1794.8s 01:18:49 01:18:49 #201 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:18:50 #201 DONE 0.8s 01:18:50 01:18:50 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:18:50 #147 ... 01:18:50 01:18:50 #202 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:18:50 #202 ... 01:18:50 01:18:50 #203 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 01:18:50 #203 DONE 0.3s 01:18:50 01:18:50 #202 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:18:50 #202 DONE 0.2s 01:18:50 01:18:50 #100 [core-data] exporting to image 01:18:50 #100 exporting layers 01:18:50 #100 ... 01:18:50 01:18:50 #204 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:18:50 #204 DONE 0.2s 01:18:51 01:18:51 #205 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:18:51 #205 ... 01:18:51 01:18:51 #100 [core-data] exporting to image 01:18:51 #100 exporting layers 0.6s done 01:18:51 #100 writing image sha256:edc85a70e3486ebf533d1872c326d36f1a0285bb289446d52a00693243b3003b done 01:18:51 #100 naming to docker.io/library/core-data-arm64 done 01:18:51 #100 DONE 13.6s 01:18:51 01:18:51 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:18:51 #147 ... 01:18:51 01:18:51 #205 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:18:51 #205 DONE 0.7s 01:18:51 01:18:51 #206 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 01:18:51 #206 DONE 0.1s 01:18:51 01:18:51 #207 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 01:18:51 #207 DONE 0.1s 01:18:51 01:18:51 #100 [core-metadata] exporting to image 01:18:52 #100 exporting layers 0.6s done 01:18:52 #100 writing image sha256:9fd0eac3bd64fcc83e260761782d4296bef1fdcf4bdc9cf4368972b646b4faef done 01:18:52 #100 naming to docker.io/library/core-metadata-arm64 done 01:18:52 #100 DONE 14.2s 01:18:52 01:18:52 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:18:53 #147 ... 01:18:53 01:18:53 #141 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 01:18:53 #141 DONE 1798.3s 01:18:53 01:18:53 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:18:53 #147 ... 01:18:53 01:18:53 #208 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 01:18:53 #208 DONE 0.3s 01:18:53 01:18:53 #52 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 01:18:53 #52 ... 01:18:53 01:18:53 #209 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 01:18:54 #209 DONE 0.4s 01:18:54 01:18:54 #210 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 01:18:54 #210 DONE 0.1s 01:18:54 01:18:54 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:18:54 #147 ... 01:18:54 01:18:54 #100 [core-keeper] exporting to image 01:18:54 #100 exporting layers 0.5s done 01:18:54 #100 writing image sha256:3aee3da7e178a2b628e54f4e2700005a5b50a6e5da9ecad6c3f5fe6f4221d313 done 01:18:54 #100 naming to docker.io/library/core-keeper-arm64 01:18:54 #100 naming to docker.io/library/core-keeper-arm64 done 01:18:54 #100 DONE 14.8s 01:18:54 01:18:54 #52 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 01:19:21 #52 ... 01:19:21 01:19:21 #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:19:21 #142 DONE 1827.0s 01:19:21 01:19:21 #211 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:19:22 #211 DONE 0.2s 01:19:22 01:19:22 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:19:22 #147 DONE 1827.5s 01:19:22 01:19:22 #212 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:19:22 #212 DONE 0.1s 01:19:22 01:19:22 #213 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:19:22 #213 ... 01:19:22 01:19:22 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:19:22 #214 DONE 0.1s 01:19:22 01:19:22 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:19:22 #215 DONE 0.1s 01:19:22 01:19:22 #213 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:19:22 #213 DONE 0.5s 01:19:22 01:19:22 #216 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 01:19:23 #216 DONE 0.1s 01:19:23 01:19:23 #100 [support-notifications] exporting to image 01:19:23 #100 exporting layers 01:19:23 #100 ... 01:19:23 01:19:23 #217 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:19:23 #217 DONE 0.4s 01:19:23 01:19:23 #218 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 01:19:23 #218 DONE 0.1s 01:19:23 01:19:23 #100 [support-scheduler] exporting to image 01:19:23 #100 exporting layers 0.5s done 01:19:23 #100 writing image sha256:4b8b6b39a4c0ec35a660841bdcd5d78789b1439f730c728312c47ba89fcd6e89 done 01:19:23 #100 naming to docker.io/library/support-notifications-arm64 done 01:19:23 #100 exporting layers 0.5s done 01:19:23 #100 writing image sha256:c37731db5b799c2d5a0a4765dd2e99e656a9cdb35e9cc3e2f37910c6d9800ca0 done 01:19:23 #100 naming to docker.io/library/support-scheduler-arm64 done 01:19:23 #100 DONE 15.7s 01:19:23 01:19:23 #52 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 01:19:23 time="2024-07-06T00:46:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:19:23 time="2024-07-06T00:46:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:19:23 time="2024-07-06T00:46:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:19:23 time="2024-07-06T00:46:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:19:23 time="2024-07-06T00:46:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:19:23 time="2024-07-06T00:46:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:19:23 time="2024-07-06T00:46:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:19:23 time="2024-07-06T00:46:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:19:23 time="2024-07-06T00:46:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:19:23 time="2024-07-06T00:46:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:19:23 time="2024-07-06T00:46:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:19:23 time="2024-07-06T00:46:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:19:23 time="2024-07-06T00:46:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:19:23 time="2024-07-06T00:46:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:19:23 time="2024-07-06T00:46:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 01:19:23 $ docker stop --time=1 35927e88166bee8b38783271c36608d7c551e446b0ea9ce172cae0008875399c 01:19:25 $ docker rm -f --volumes 35927e88166bee8b38783271c36608d7c551e446b0ea9ce172cae0008875399c [Pipeline] // withDockerContainer [Pipeline] sh 01:19:26 + docker images 01:19:26 REPOSITORY TAG IMAGE ID CREATED SIZE 01:19:26 support-scheduler-arm64 latest c37731db5b79 2 seconds ago 42.4MB 01:19:26 support-notifications-arm64 latest 4b8b6b39a4c0 3 seconds ago 43.3MB 01:19:26 core-keeper-arm64 latest 3aee3da7e178 31 seconds ago 35.2MB 01:19:26 core-metadata-arm64 latest 9fd0eac3bd64 34 seconds ago 40.3MB 01:19:26 core-data-arm64 latest edc85a70e348 35 seconds ago 40.2MB 01:19:26 core-command-arm64 latest 40d695612928 48 seconds ago 39.9MB 01:19:26 security-proxy-auth-arm64 latest d6db10ca1a7a About a minute ago 37.4MB 01:19:26 security-spiffe-token-provider-arm64 latest a7b345d29cae 8 minutes ago 34.1MB 01:19:26 core-common-config-bootstrapper-arm64 latest cbb5ba601c00 10 minutes ago 20.1MB 01:19:26 security-secretstore-setup-arm64 latest f43804e1899e 11 minutes ago 41.5MB 01:19:26 security-bootstrapper-arm64 latest 76ab3d97abf6 11 minutes ago 23.7MB 01:19:26 security-proxy-setup-arm64 latest c67d13d62d6f 11 minutes ago 31MB 01:19:26 security-spire-config-arm64 latest fe85b4c81ce2 31 minutes ago 101MB 01:19:26 security-spire-agent-arm64 latest 8ea3e235d1eb 31 minutes ago 157MB 01:19:26 security-spire-server-arm64 latest 66ddc8181081 31 minutes ago 102MB 01:19:26 ci-base-image-arm64 latest 9549fbbe4c20 33 minutes ago 962MB 01:19:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine f246e2811388 2 months ago 561MB 01:19:26 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 01:19:26 provisioning config files... 01:19:26 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/649@tmp/config1590015339514292747tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:19:26 ---> ****-login.sh 01:19:26 nexus3.edgexfoundry.org:10001 01:19:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:19:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:19:27 Configure a credential helper to remove this warning. See 01:19:27 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:19:27 01:19:27 Login Succeeded 01:19:27 nexus3.edgexfoundry.org:10002 01:19:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:19:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:19:27 Configure a credential helper to remove this warning. See 01:19:27 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:19:27 01:19:27 Login Succeeded 01:19:27 nexus3.edgexfoundry.org:10003 01:19:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:19:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:19:27 Configure a credential helper to remove this warning. See 01:19:27 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:19:27 01:19:27 Login Succeeded 01:19:27 nexus3.edgexfoundry.org:10004 01:19:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:19:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:19:28 Configure a credential helper to remove this warning. See 01:19:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:19:28 01:19:28 Login Succeeded 01:19:28 ****.io 01:19:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:19:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:19:28 Configure a credential helper to remove this warning. See 01:19:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:19:28 01:19:28 Login Succeeded 01:19:28 ---> ****-login.sh ends [Pipeline] } 01:19:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:19:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 01:19:28 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 01:19:28 d00eb61bd559b49c08ce600caa3e3487789f2306 01:19:28 latest 01:19:28 3.2.0-dev.31 01:19:28 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 01:19:28 main 01:19:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:29 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:29 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 01:19:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 01:19:29 d52c3cd4dee3: Preparing 01:19:29 8d653f3a3150: Preparing 01:19:29 2cec9a841252: Preparing 01:19:29 965fcd26ec35: Preparing 01:19:29 5b2530683d8a: Preparing 01:19:29 5e71693b7b7d: Preparing 01:19:29 da707bb00cb8: Preparing 01:19:29 5e71693b7b7d: Waiting 01:19:29 da707bb00cb8: Waiting 01:19:29 2cec9a841252: Pushed 01:19:29 d52c3cd4dee3: Pushed 01:19:29 965fcd26ec35: Pushed 01:19:29 da707bb00cb8: Layer already exists 01:19:30 5e71693b7b7d: Pushed 01:19:31 5b2530683d8a: Pushed 01:19:35 8d653f3a3150: Pushed 01:19:35 d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:f0153f7aa41406185854bdbe687e6fd4681fa3aad8696935b2e528de93ae2744 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:35 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:36 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 01:19:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 01:19:36 d52c3cd4dee3: Preparing 01:19:36 8d653f3a3150: Preparing 01:19:36 2cec9a841252: Preparing 01:19:36 965fcd26ec35: Preparing 01:19:36 5b2530683d8a: Preparing 01:19:36 5e71693b7b7d: Preparing 01:19:36 da707bb00cb8: Preparing 01:19:36 5e71693b7b7d: Waiting 01:19:36 da707bb00cb8: Waiting 01:19:36 5b2530683d8a: Layer already exists 01:19:36 8d653f3a3150: Layer already exists 01:19:36 965fcd26ec35: Layer already exists 01:19:36 d52c3cd4dee3: Layer already exists 01:19:36 2cec9a841252: Layer already exists 01:19:36 5e71693b7b7d: Layer already exists 01:19:36 da707bb00cb8: Layer already exists 01:19:36 latest: digest: sha256:f0153f7aa41406185854bdbe687e6fd4681fa3aad8696935b2e528de93ae2744 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:36 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:36 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.31 01:19:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 01:19:36 d52c3cd4dee3: Preparing 01:19:36 8d653f3a3150: Preparing 01:19:36 2cec9a841252: Preparing 01:19:36 965fcd26ec35: Preparing 01:19:36 5b2530683d8a: Preparing 01:19:36 5e71693b7b7d: Preparing 01:19:36 da707bb00cb8: Preparing 01:19:36 5e71693b7b7d: Waiting 01:19:36 da707bb00cb8: Waiting 01:19:36 d52c3cd4dee3: Layer already exists 01:19:36 5b2530683d8a: Layer already exists 01:19:36 965fcd26ec35: Layer already exists 01:19:36 8d653f3a3150: Layer already exists 01:19:36 2cec9a841252: Layer already exists 01:19:36 da707bb00cb8: Layer already exists 01:19:36 5e71693b7b7d: Layer already exists 01:19:37 3.2.0-dev.31: digest: sha256:f0153f7aa41406185854bdbe687e6fd4681fa3aad8696935b2e528de93ae2744 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:37 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:37 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 01:19:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 01:19:37 d52c3cd4dee3: Preparing 01:19:37 8d653f3a3150: Preparing 01:19:37 2cec9a841252: Preparing 01:19:37 965fcd26ec35: Preparing 01:19:37 5b2530683d8a: Preparing 01:19:37 5e71693b7b7d: Preparing 01:19:37 da707bb00cb8: Preparing 01:19:37 5e71693b7b7d: Waiting 01:19:37 da707bb00cb8: Waiting 01:19:37 965fcd26ec35: Layer already exists 01:19:37 8d653f3a3150: Layer already exists 01:19:37 5b2530683d8a: Layer already exists 01:19:37 d52c3cd4dee3: Layer already exists 01:19:37 2cec9a841252: Layer already exists 01:19:37 da707bb00cb8: Layer already exists 01:19:37 5e71693b7b7d: Layer already exists 01:19:37 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:f0153f7aa41406185854bdbe687e6fd4681fa3aad8696935b2e528de93ae2744 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:38 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:38 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 01:19:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 01:19:38 d52c3cd4dee3: Preparing 01:19:38 8d653f3a3150: Preparing 01:19:38 2cec9a841252: Preparing 01:19:38 965fcd26ec35: Preparing 01:19:38 5b2530683d8a: Preparing 01:19:38 5e71693b7b7d: Preparing 01:19:38 da707bb00cb8: Preparing 01:19:38 5e71693b7b7d: Waiting 01:19:38 da707bb00cb8: Waiting 01:19:38 8d653f3a3150: Layer already exists 01:19:38 d52c3cd4dee3: Layer already exists 01:19:38 5b2530683d8a: Layer already exists 01:19:38 2cec9a841252: Layer already exists 01:19:38 965fcd26ec35: Layer already exists 01:19:38 5e71693b7b7d: Layer already exists 01:19:38 da707bb00cb8: Layer already exists 01:19:39 main: digest: sha256:f0153f7aa41406185854bdbe687e6fd4681fa3aad8696935b2e528de93ae2744 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:19:39 ===================================================== [Pipeline] echo 01:19:39 taggedImages: 01:19:39 - nexus3.edgexfoundry.org:10004/core-command-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 01:19:39 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 01:19:39 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.31 01:19:39 - nexus3.edgexfoundry.org:10004/core-command-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 01:19:39 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 01:19:39 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 01:19:39 d00eb61bd559b49c08ce600caa3e3487789f2306 01:19:39 latest 01:19:39 3.2.0-dev.31 01:19:39 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 01:19:39 main 01:19:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:39 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:40 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 01:19:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 01:19:40 b673da1bdf5d: Preparing 01:19:40 2180664915ee: Preparing 01:19:40 7ea42d8ea068: Preparing 01:19:40 3c6bf8626a14: Preparing 01:19:40 2cec9a841252: Preparing 01:19:40 965fcd26ec35: Preparing 01:19:40 5b2530683d8a: Preparing 01:19:40 5e71693b7b7d: Preparing 01:19:40 da707bb00cb8: Preparing 01:19:40 965fcd26ec35: Waiting 01:19:40 5b2530683d8a: Waiting 01:19:40 da707bb00cb8: Waiting 01:19:40 5e71693b7b7d: Waiting 01:19:40 2cec9a841252: Layer already exists 01:19:40 965fcd26ec35: Layer already exists 01:19:40 7ea42d8ea068: Pushed 01:19:40 2180664915ee: Pushed 01:19:40 5b2530683d8a: Layer already exists 01:19:40 5e71693b7b7d: Layer already exists 01:19:40 b673da1bdf5d: Pushed 01:19:40 da707bb00cb8: Layer already exists 01:19:42 3c6bf8626a14: Pushed 01:19:42 d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:b582d0c7fd53f0dbb1cfa2916837a193a84898923a6372ace945e3fcfe9c7f44 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:42 + 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 01:19:42 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 01:19:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 01:19:42 b673da1bdf5d: Preparing 01:19:42 2180664915ee: Preparing 01:19:42 7ea42d8ea068: Preparing 01:19:42 3c6bf8626a14: Preparing 01:19:42 2cec9a841252: Preparing 01:19:42 965fcd26ec35: Preparing 01:19:42 5b2530683d8a: Preparing 01:19:42 965fcd26ec35: Waiting 01:19:42 5e71693b7b7d: Preparing 01:19:42 5b2530683d8a: Waiting 01:19:42 da707bb00cb8: Preparing 01:19:42 5e71693b7b7d: Waiting 01:19:42 da707bb00cb8: Waiting 01:19:42 3c6bf8626a14: Layer already exists 01:19:42 7ea42d8ea068: Layer already exists 01:19:42 2cec9a841252: Layer already exists 01:19:42 2180664915ee: Layer already exists 01:19:42 b673da1bdf5d: Layer already exists 01:19:42 5e71693b7b7d: Layer already exists 01:19:42 da707bb00cb8: Layer already exists 01:19:42 965fcd26ec35: Layer already exists 01:19:42 5b2530683d8a: Layer already exists 01:19:43 latest: digest: sha256:b582d0c7fd53f0dbb1cfa2916837a193a84898923a6372ace945e3fcfe9c7f44 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:43 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:43 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.31 01:19:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 01:19:43 b673da1bdf5d: Preparing 01:19:43 2180664915ee: Preparing 01:19:43 7ea42d8ea068: Preparing 01:19:43 3c6bf8626a14: Preparing 01:19:43 2cec9a841252: Preparing 01:19:43 965fcd26ec35: Preparing 01:19:43 5b2530683d8a: Preparing 01:19:43 5e71693b7b7d: Preparing 01:19:43 da707bb00cb8: Preparing 01:19:43 5e71693b7b7d: Waiting 01:19:43 da707bb00cb8: Waiting 01:19:43 965fcd26ec35: Waiting 01:19:43 5b2530683d8a: Waiting 01:19:43 2cec9a841252: Layer already exists 01:19:43 3c6bf8626a14: Layer already exists 01:19:43 7ea42d8ea068: Layer already exists 01:19:43 b673da1bdf5d: Layer already exists 01:19:43 2180664915ee: Layer already exists 01:19:43 da707bb00cb8: Layer already exists 01:19:43 965fcd26ec35: Layer already exists 01:19:43 5b2530683d8a: Layer already exists 01:19:43 5e71693b7b7d: Layer already exists 01:19:44 3.2.0-dev.31: digest: sha256:b582d0c7fd53f0dbb1cfa2916837a193a84898923a6372ace945e3fcfe9c7f44 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:44 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:44 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 01:19:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 01:19:44 b673da1bdf5d: Preparing 01:19:44 2180664915ee: Preparing 01:19:44 7ea42d8ea068: Preparing 01:19:44 3c6bf8626a14: Preparing 01:19:44 2cec9a841252: Preparing 01:19:44 965fcd26ec35: Preparing 01:19:44 5b2530683d8a: Preparing 01:19:44 5e71693b7b7d: Preparing 01:19:44 da707bb00cb8: Preparing 01:19:44 965fcd26ec35: Waiting 01:19:44 5b2530683d8a: Waiting 01:19:44 5e71693b7b7d: Waiting 01:19:44 da707bb00cb8: Waiting 01:19:44 7ea42d8ea068: Layer already exists 01:19:44 3c6bf8626a14: Layer already exists 01:19:44 2180664915ee: Layer already exists 01:19:44 2cec9a841252: Layer already exists 01:19:44 b673da1bdf5d: Layer already exists 01:19:44 5b2530683d8a: Layer already exists 01:19:44 965fcd26ec35: Layer already exists 01:19:44 5e71693b7b7d: Layer already exists 01:19:44 da707bb00cb8: Layer already exists 01:19:45 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:b582d0c7fd53f0dbb1cfa2916837a193a84898923a6372ace945e3fcfe9c7f44 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:45 + 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 01:19:45 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 01:19:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 01:19:45 b673da1bdf5d: Preparing 01:19:45 2180664915ee: Preparing 01:19:45 7ea42d8ea068: Preparing 01:19:45 3c6bf8626a14: Preparing 01:19:45 2cec9a841252: Preparing 01:19:45 965fcd26ec35: Preparing 01:19:45 5b2530683d8a: Preparing 01:19:45 5e71693b7b7d: Preparing 01:19:45 da707bb00cb8: Preparing 01:19:45 5e71693b7b7d: Waiting 01:19:45 da707bb00cb8: Waiting 01:19:45 965fcd26ec35: Waiting 01:19:45 3c6bf8626a14: Layer already exists 01:19:45 2180664915ee: Layer already exists 01:19:45 b673da1bdf5d: Layer already exists 01:19:45 2cec9a841252: Layer already exists 01:19:45 7ea42d8ea068: Layer already exists 01:19:45 965fcd26ec35: Layer already exists 01:19:45 5b2530683d8a: Layer already exists 01:19:45 5e71693b7b7d: Layer already exists 01:19:45 da707bb00cb8: Layer already exists 01:19:46 main: digest: sha256:b582d0c7fd53f0dbb1cfa2916837a193a84898923a6372ace945e3fcfe9c7f44 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:19:46 ===================================================== [Pipeline] echo 01:19:46 taggedImages: 01:19:46 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 01:19:46 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 01:19:46 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.31 01:19:46 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 01:19:46 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 01:19:46 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 01:19:46 d00eb61bd559b49c08ce600caa3e3487789f2306 01:19:46 latest 01:19:46 3.2.0-dev.31 01:19:46 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 01:19:46 main 01:19:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:46 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:46 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 01:19:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 01:19:46 fd4511b50b05: Preparing 01:19:46 35317c5a7e99: Preparing 01:19:46 2cec9a841252: Preparing 01:19:46 965fcd26ec35: Preparing 01:19:46 98ecd9c994be: Preparing 01:19:46 b08c254f7926: Preparing 01:19:46 da707bb00cb8: Preparing 01:19:46 b08c254f7926: Waiting 01:19:46 da707bb00cb8: Waiting 01:19:46 965fcd26ec35: Layer already exists 01:19:46 2cec9a841252: Layer already exists 01:19:47 da707bb00cb8: Layer already exists 01:19:47 fd4511b50b05: Pushed 01:19:47 b08c254f7926: Pushed 01:19:48 98ecd9c994be: Pushed 01:19:53 35317c5a7e99: Pushed 01:19:53 d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:73f6fcf5798d599d9476ee36f45a6144f2dbac1cc1eb7d559a8f4d95b4835bad size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:53 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:54 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 01:19:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 01:19:54 fd4511b50b05: Preparing 01:19:54 35317c5a7e99: Preparing 01:19:54 2cec9a841252: Preparing 01:19:54 965fcd26ec35: Preparing 01:19:54 98ecd9c994be: Preparing 01:19:54 b08c254f7926: Preparing 01:19:54 da707bb00cb8: Preparing 01:19:54 da707bb00cb8: Waiting 01:19:54 b08c254f7926: Waiting 01:19:54 fd4511b50b05: Layer already exists 01:19:54 965fcd26ec35: Layer already exists 01:19:54 2cec9a841252: Layer already exists 01:19:54 98ecd9c994be: Layer already exists 01:19:54 35317c5a7e99: Layer already exists 01:19:54 b08c254f7926: Layer already exists 01:19:54 da707bb00cb8: Layer already exists 01:19:54 latest: digest: sha256:73f6fcf5798d599d9476ee36f45a6144f2dbac1cc1eb7d559a8f4d95b4835bad size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:54 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:55 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.31 01:19:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 01:19:55 fd4511b50b05: Preparing 01:19:55 35317c5a7e99: Preparing 01:19:55 2cec9a841252: Preparing 01:19:55 965fcd26ec35: Preparing 01:19:55 98ecd9c994be: Preparing 01:19:55 b08c254f7926: Preparing 01:19:55 da707bb00cb8: Preparing 01:19:55 b08c254f7926: Waiting 01:19:55 da707bb00cb8: Waiting 01:19:55 98ecd9c994be: Layer already exists 01:19:55 35317c5a7e99: Layer already exists 01:19:55 965fcd26ec35: Layer already exists 01:19:55 2cec9a841252: Layer already exists 01:19:55 fd4511b50b05: Layer already exists 01:19:55 da707bb00cb8: Layer already exists 01:19:55 b08c254f7926: Layer already exists 01:19:55 3.2.0-dev.31: digest: sha256:73f6fcf5798d599d9476ee36f45a6144f2dbac1cc1eb7d559a8f4d95b4835bad size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:55 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:56 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 01:19:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 01:19:56 fd4511b50b05: Preparing 01:19:56 35317c5a7e99: Preparing 01:19:56 2cec9a841252: Preparing 01:19:56 965fcd26ec35: Preparing 01:19:56 98ecd9c994be: Preparing 01:19:56 b08c254f7926: Preparing 01:19:56 da707bb00cb8: Preparing 01:19:56 b08c254f7926: Waiting 01:19:56 da707bb00cb8: Waiting 01:19:56 35317c5a7e99: Layer already exists 01:19:56 965fcd26ec35: Layer already exists 01:19:56 2cec9a841252: Layer already exists 01:19:56 fd4511b50b05: Layer already exists 01:19:56 98ecd9c994be: Layer already exists 01:19:56 da707bb00cb8: Layer already exists 01:19:56 b08c254f7926: Layer already exists 01:19:56 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:73f6fcf5798d599d9476ee36f45a6144f2dbac1cc1eb7d559a8f4d95b4835bad size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:56 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:57 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 01:19:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 01:19:57 fd4511b50b05: Preparing 01:19:57 35317c5a7e99: Preparing 01:19:57 2cec9a841252: Preparing 01:19:57 965fcd26ec35: Preparing 01:19:57 98ecd9c994be: Preparing 01:19:57 b08c254f7926: Preparing 01:19:57 da707bb00cb8: Preparing 01:19:57 b08c254f7926: Waiting 01:19:57 da707bb00cb8: Waiting 01:19:57 98ecd9c994be: Layer already exists 01:19:57 965fcd26ec35: Layer already exists 01:19:57 2cec9a841252: Layer already exists 01:19:57 35317c5a7e99: Layer already exists 01:19:57 fd4511b50b05: Layer already exists 01:19:57 da707bb00cb8: Layer already exists 01:19:57 b08c254f7926: Layer already exists 01:19:57 main: digest: sha256:73f6fcf5798d599d9476ee36f45a6144f2dbac1cc1eb7d559a8f4d95b4835bad size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:19:57 ===================================================== [Pipeline] echo 01:19:57 taggedImages: 01:19:57 - nexus3.edgexfoundry.org:10004/core-data-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 01:19:57 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 01:19:57 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.31 01:19:57 - nexus3.edgexfoundry.org:10004/core-data-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 01:19:57 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 01:19:57 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 01:19:57 d00eb61bd559b49c08ce600caa3e3487789f2306 01:19:57 latest 01:19:57 3.2.0-dev.31 01:19:57 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 01:19:57 main 01:19:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:57 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:58 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 01:19:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 01:19:58 f670b201675a: Preparing 01:19:58 b5f44fc8965a: Preparing 01:19:58 965fcd26ec35: Preparing 01:19:58 40f6b21931ce: Preparing 01:19:58 47f655bc663c: Preparing 01:19:58 da707bb00cb8: Preparing 01:19:58 da707bb00cb8: Waiting 01:19:58 965fcd26ec35: Layer already exists 01:19:58 da707bb00cb8: Layer already exists 01:19:58 47f655bc663c: Pushed 01:19:58 40f6b21931ce: Pushed 01:19:58 f670b201675a: Pushed 01:20:05 b5f44fc8965a: Pushed 01:20:05 d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:e5b448db87a7be7ec8d30392f1782af4b39c0d82602592f50d32d1eb7504e6cb size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:05 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:05 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 01:20:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 01:20:05 f670b201675a: Preparing 01:20:05 b5f44fc8965a: Preparing 01:20:05 965fcd26ec35: Preparing 01:20:05 40f6b21931ce: Preparing 01:20:05 47f655bc663c: Preparing 01:20:05 da707bb00cb8: Preparing 01:20:05 da707bb00cb8: Waiting 01:20:05 b5f44fc8965a: Layer already exists 01:20:05 47f655bc663c: Layer already exists 01:20:05 f670b201675a: Layer already exists 01:20:05 965fcd26ec35: Layer already exists 01:20:05 40f6b21931ce: Layer already exists 01:20:05 da707bb00cb8: Layer already exists 01:20:06 latest: digest: sha256:e5b448db87a7be7ec8d30392f1782af4b39c0d82602592f50d32d1eb7504e6cb size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:06 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:06 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.31 01:20:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 01:20:06 f670b201675a: Preparing 01:20:06 b5f44fc8965a: Preparing 01:20:06 965fcd26ec35: Preparing 01:20:06 40f6b21931ce: Preparing 01:20:06 47f655bc663c: Preparing 01:20:06 da707bb00cb8: Preparing 01:20:06 da707bb00cb8: Waiting 01:20:06 f670b201675a: Layer already exists 01:20:06 965fcd26ec35: Layer already exists 01:20:06 40f6b21931ce: Layer already exists 01:20:06 47f655bc663c: Layer already exists 01:20:06 b5f44fc8965a: Layer already exists 01:20:06 da707bb00cb8: Layer already exists 01:20:07 3.2.0-dev.31: digest: sha256:e5b448db87a7be7ec8d30392f1782af4b39c0d82602592f50d32d1eb7504e6cb size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:07 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:07 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 01:20:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 01:20:07 f670b201675a: Preparing 01:20:07 b5f44fc8965a: Preparing 01:20:07 965fcd26ec35: Preparing 01:20:07 40f6b21931ce: Preparing 01:20:07 47f655bc663c: Preparing 01:20:07 da707bb00cb8: Preparing 01:20:07 da707bb00cb8: Waiting 01:20:07 40f6b21931ce: Layer already exists 01:20:07 b5f44fc8965a: Layer already exists 01:20:07 965fcd26ec35: Layer already exists 01:20:07 f670b201675a: Layer already exists 01:20:07 47f655bc663c: Layer already exists 01:20:07 da707bb00cb8: Layer already exists 01:20:08 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:e5b448db87a7be7ec8d30392f1782af4b39c0d82602592f50d32d1eb7504e6cb size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:08 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:08 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 01:20:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 01:20:08 f670b201675a: Preparing 01:20:08 b5f44fc8965a: Preparing 01:20:08 965fcd26ec35: Preparing 01:20:08 40f6b21931ce: Preparing 01:20:08 47f655bc663c: Preparing 01:20:08 da707bb00cb8: Preparing 01:20:08 da707bb00cb8: Waiting 01:20:08 40f6b21931ce: Layer already exists 01:20:08 47f655bc663c: Layer already exists 01:20:08 b5f44fc8965a: Layer already exists 01:20:08 965fcd26ec35: Layer already exists 01:20:08 f670b201675a: Layer already exists 01:20:08 da707bb00cb8: Layer already exists 01:20:09 main: digest: sha256:e5b448db87a7be7ec8d30392f1782af4b39c0d82602592f50d32d1eb7504e6cb size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:20:09 ===================================================== [Pipeline] echo 01:20:09 taggedImages: 01:20:09 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 01:20:09 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 01:20:09 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.31 01:20:09 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 01:20:09 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 01:20:09 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 01:20:09 d00eb61bd559b49c08ce600caa3e3487789f2306 01:20:09 latest 01:20:09 3.2.0-dev.31 01:20:09 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 01:20:09 main 01:20:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:09 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:09 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 01:20:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 01:20:09 d8cb6919b718: Preparing 01:20:09 fefe0abc2b75: Preparing 01:20:09 57dac2a70d10: Preparing 01:20:09 2cec9a841252: Preparing 01:20:09 965fcd26ec35: Preparing 01:20:09 5b2530683d8a: Preparing 01:20:09 5e71693b7b7d: Preparing 01:20:09 da707bb00cb8: Preparing 01:20:09 5b2530683d8a: Waiting 01:20:09 5e71693b7b7d: Waiting 01:20:09 da707bb00cb8: Waiting 01:20:09 965fcd26ec35: Layer already exists 01:20:10 2cec9a841252: Layer already exists 01:20:10 5b2530683d8a: Layer already exists 01:20:10 5e71693b7b7d: Layer already exists 01:20:10 da707bb00cb8: Layer already exists 01:20:10 fefe0abc2b75: Pushed 01:20:10 d8cb6919b718: Pushed 01:20:16 57dac2a70d10: Pushed 01:20:16 d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:0410ad16658588391e7d6fbd62cdd7845c85ad99a88c3efb1189acc575ebf235 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:17 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:17 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 01:20:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 01:20:17 d8cb6919b718: Preparing 01:20:17 fefe0abc2b75: Preparing 01:20:17 57dac2a70d10: Preparing 01:20:17 2cec9a841252: Preparing 01:20:17 965fcd26ec35: Preparing 01:20:17 5b2530683d8a: Preparing 01:20:17 5e71693b7b7d: Preparing 01:20:17 da707bb00cb8: Preparing 01:20:17 5e71693b7b7d: Waiting 01:20:17 da707bb00cb8: Waiting 01:20:17 5b2530683d8a: Waiting 01:20:17 57dac2a70d10: Layer already exists 01:20:17 fefe0abc2b75: Layer already exists 01:20:17 2cec9a841252: Layer already exists 01:20:17 965fcd26ec35: Layer already exists 01:20:17 d8cb6919b718: Layer already exists 01:20:17 5e71693b7b7d: Layer already exists 01:20:17 da707bb00cb8: Layer already exists 01:20:17 5b2530683d8a: Layer already exists 01:20:17 latest: digest: sha256:0410ad16658588391e7d6fbd62cdd7845c85ad99a88c3efb1189acc575ebf235 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:18 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:18 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.31 01:20:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 01:20:18 d8cb6919b718: Preparing 01:20:18 fefe0abc2b75: Preparing 01:20:18 57dac2a70d10: Preparing 01:20:18 2cec9a841252: Preparing 01:20:18 965fcd26ec35: Preparing 01:20:18 5b2530683d8a: Preparing 01:20:18 5e71693b7b7d: Preparing 01:20:18 da707bb00cb8: Preparing 01:20:18 5b2530683d8a: Waiting 01:20:18 5e71693b7b7d: Waiting 01:20:18 da707bb00cb8: Waiting 01:20:18 2cec9a841252: Layer already exists 01:20:18 57dac2a70d10: Layer already exists 01:20:18 965fcd26ec35: Layer already exists 01:20:18 d8cb6919b718: Layer already exists 01:20:18 fefe0abc2b75: Layer already exists 01:20:18 5e71693b7b7d: Layer already exists 01:20:18 da707bb00cb8: Layer already exists 01:20:18 5b2530683d8a: Layer already exists 01:20:18 3.2.0-dev.31: digest: sha256:0410ad16658588391e7d6fbd62cdd7845c85ad99a88c3efb1189acc575ebf235 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:18 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:19 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 01:20:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 01:20:19 d8cb6919b718: Preparing 01:20:19 fefe0abc2b75: Preparing 01:20:19 57dac2a70d10: Preparing 01:20:19 2cec9a841252: Preparing 01:20:19 965fcd26ec35: Preparing 01:20:19 5b2530683d8a: Preparing 01:20:19 5e71693b7b7d: Preparing 01:20:19 5b2530683d8a: Waiting 01:20:19 da707bb00cb8: Preparing 01:20:19 5e71693b7b7d: Waiting 01:20:19 da707bb00cb8: Waiting 01:20:19 57dac2a70d10: Layer already exists 01:20:19 965fcd26ec35: Layer already exists 01:20:19 d8cb6919b718: Layer already exists 01:20:19 fefe0abc2b75: Layer already exists 01:20:19 2cec9a841252: Layer already exists 01:20:19 5b2530683d8a: Layer already exists 01:20:19 5e71693b7b7d: Layer already exists 01:20:19 da707bb00cb8: Layer already exists 01:20:19 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:0410ad16658588391e7d6fbd62cdd7845c85ad99a88c3efb1189acc575ebf235 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:19 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:20 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 01:20:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 01:20:20 d8cb6919b718: Preparing 01:20:20 fefe0abc2b75: Preparing 01:20:20 57dac2a70d10: Preparing 01:20:20 2cec9a841252: Preparing 01:20:20 965fcd26ec35: Preparing 01:20:20 5b2530683d8a: Preparing 01:20:20 5e71693b7b7d: Preparing 01:20:20 da707bb00cb8: Preparing 01:20:20 5b2530683d8a: Waiting 01:20:20 5e71693b7b7d: Waiting 01:20:20 da707bb00cb8: Waiting 01:20:20 fefe0abc2b75: Layer already exists 01:20:20 57dac2a70d10: Layer already exists 01:20:20 965fcd26ec35: Layer already exists 01:20:20 d8cb6919b718: Layer already exists 01:20:20 2cec9a841252: Layer already exists 01:20:20 5e71693b7b7d: Layer already exists 01:20:20 da707bb00cb8: Layer already exists 01:20:20 5b2530683d8a: Layer already exists 01:20:20 main: digest: sha256:0410ad16658588391e7d6fbd62cdd7845c85ad99a88c3efb1189acc575ebf235 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:20:20 ===================================================== [Pipeline] echo 01:20:20 taggedImages: 01:20:20 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 01:20:20 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 01:20:20 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.31 01:20:20 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 01:20:20 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 01:20:20 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 01:20:20 d00eb61bd559b49c08ce600caa3e3487789f2306 01:20:20 latest 01:20:20 3.2.0-dev.31 01:20:20 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 01:20:20 main 01:20:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:20 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:21 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 01:20:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 01:20:21 ea2011851d8c: Preparing 01:20:21 efe60384874b: Preparing 01:20:21 f3acc52a89f2: Preparing 01:20:21 20d5b7667775: Preparing 01:20:21 73312b14451e: Preparing 01:20:21 a9cd901ba0d3: Preparing 01:20:21 1d84f423e318: Preparing 01:20:21 2cec9a841252: Preparing 01:20:21 965fcd26ec35: Preparing 01:20:21 0ff30f04da5d: Preparing 01:20:21 6f75b39995c3: Preparing 01:20:21 5f70bf18a086: Preparing 01:20:21 15d4b2c11732: Preparing 01:20:21 3a56d4ac6d0a: Preparing 01:20:21 7811cdc2c949: Preparing 01:20:21 da707bb00cb8: Preparing 01:20:21 0ff30f04da5d: Waiting 01:20:21 6f75b39995c3: Waiting 01:20:21 5f70bf18a086: Waiting 01:20:21 15d4b2c11732: Waiting 01:20:21 3a56d4ac6d0a: Waiting 01:20:21 7811cdc2c949: Waiting 01:20:21 da707bb00cb8: Waiting 01:20:21 2cec9a841252: Waiting 01:20:21 a9cd901ba0d3: Waiting 01:20:21 1d84f423e318: Waiting 01:20:21 965fcd26ec35: Waiting 01:20:21 73312b14451e: Pushed 01:20:21 f3acc52a89f2: Pushed 01:20:21 ea2011851d8c: Pushed 01:20:21 efe60384874b: Pushed 01:20:21 20d5b7667775: Pushed 01:20:21 965fcd26ec35: Layer already exists 01:20:21 2cec9a841252: Layer already exists 01:20:21 a9cd901ba0d3: Pushed 01:20:21 5f70bf18a086: Layer already exists 01:20:21 0ff30f04da5d: Pushed 01:20:21 6f75b39995c3: Pushed 01:20:21 15d4b2c11732: Pushed 01:20:21 da707bb00cb8: Layer already exists 01:20:21 7811cdc2c949: Pushed 01:20:23 3a56d4ac6d0a: Pushed 01:20:24 1d84f423e318: Pushed 01:20:24 d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:cb37191a845573543091ad11f3a14c4b482c9f6345c53c592b56ea84dc364114 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:25 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:25 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 01:20:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 01:20:25 ea2011851d8c: Preparing 01:20:25 efe60384874b: Preparing 01:20:25 f3acc52a89f2: Preparing 01:20:25 20d5b7667775: Preparing 01:20:25 73312b14451e: Preparing 01:20:25 a9cd901ba0d3: Preparing 01:20:25 1d84f423e318: Preparing 01:20:25 2cec9a841252: Preparing 01:20:25 965fcd26ec35: Preparing 01:20:25 0ff30f04da5d: Preparing 01:20:25 6f75b39995c3: Preparing 01:20:25 5f70bf18a086: Preparing 01:20:25 15d4b2c11732: Preparing 01:20:25 3a56d4ac6d0a: Preparing 01:20:25 7811cdc2c949: Preparing 01:20:25 da707bb00cb8: Preparing 01:20:25 6f75b39995c3: Waiting 01:20:25 5f70bf18a086: Waiting 01:20:25 15d4b2c11732: Waiting 01:20:25 3a56d4ac6d0a: Waiting 01:20:25 7811cdc2c949: Waiting 01:20:25 da707bb00cb8: Waiting 01:20:25 2cec9a841252: Waiting 01:20:25 a9cd901ba0d3: Waiting 01:20:25 965fcd26ec35: Waiting 01:20:25 1d84f423e318: Waiting 01:20:25 0ff30f04da5d: Waiting 01:20:25 ea2011851d8c: Layer already exists 01:20:25 f3acc52a89f2: Layer already exists 01:20:25 20d5b7667775: Layer already exists 01:20:25 73312b14451e: Layer already exists 01:20:25 efe60384874b: Layer already exists 01:20:25 0ff30f04da5d: Layer already exists 01:20:25 a9cd901ba0d3: Layer already exists 01:20:25 2cec9a841252: Layer already exists 01:20:25 965fcd26ec35: Layer already exists 01:20:25 1d84f423e318: Layer already exists 01:20:25 15d4b2c11732: Layer already exists 01:20:25 6f75b39995c3: Layer already exists 01:20:25 3a56d4ac6d0a: Layer already exists 01:20:25 5f70bf18a086: Layer already exists 01:20:25 7811cdc2c949: Layer already exists 01:20:25 da707bb00cb8: Layer already exists 01:20:25 latest: digest: sha256:cb37191a845573543091ad11f3a14c4b482c9f6345c53c592b56ea84dc364114 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:25 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:26 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.31 01:20:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 01:20:26 ea2011851d8c: Preparing 01:20:26 efe60384874b: Preparing 01:20:26 f3acc52a89f2: Preparing 01:20:26 20d5b7667775: Preparing 01:20:26 73312b14451e: Preparing 01:20:26 a9cd901ba0d3: Preparing 01:20:26 1d84f423e318: Preparing 01:20:26 a9cd901ba0d3: Waiting 01:20:26 2cec9a841252: Preparing 01:20:26 1d84f423e318: Waiting 01:20:26 965fcd26ec35: Preparing 01:20:26 965fcd26ec35: Waiting 01:20:26 0ff30f04da5d: Preparing 01:20:26 6f75b39995c3: Preparing 01:20:26 5f70bf18a086: Preparing 01:20:26 0ff30f04da5d: Waiting 01:20:26 15d4b2c11732: Preparing 01:20:26 3a56d4ac6d0a: Preparing 01:20:26 7811cdc2c949: Preparing 01:20:26 6f75b39995c3: Waiting 01:20:26 da707bb00cb8: Preparing 01:20:26 5f70bf18a086: Waiting 01:20:26 15d4b2c11732: Waiting 01:20:26 7811cdc2c949: Waiting 01:20:26 3a56d4ac6d0a: Waiting 01:20:26 20d5b7667775: Layer already exists 01:20:26 73312b14451e: Layer already exists 01:20:26 ea2011851d8c: Layer already exists 01:20:26 f3acc52a89f2: Layer already exists 01:20:26 efe60384874b: Layer already exists 01:20:26 1d84f423e318: Layer already exists 01:20:26 2cec9a841252: Layer already exists 01:20:26 965fcd26ec35: Layer already exists 01:20:26 0ff30f04da5d: Layer already exists 01:20:26 a9cd901ba0d3: Layer already exists 01:20:26 5f70bf18a086: Layer already exists 01:20:26 6f75b39995c3: Layer already exists 01:20:26 3a56d4ac6d0a: Layer already exists 01:20:26 15d4b2c11732: Layer already exists 01:20:26 7811cdc2c949: Layer already exists 01:20:26 da707bb00cb8: Layer already exists 01:20:26 3.2.0-dev.31: digest: sha256:cb37191a845573543091ad11f3a14c4b482c9f6345c53c592b56ea84dc364114 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:26 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:27 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 01:20:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 01:20:27 ea2011851d8c: Preparing 01:20:27 efe60384874b: Preparing 01:20:27 f3acc52a89f2: Preparing 01:20:27 20d5b7667775: Preparing 01:20:27 73312b14451e: Preparing 01:20:27 a9cd901ba0d3: Preparing 01:20:27 1d84f423e318: Preparing 01:20:27 2cec9a841252: Preparing 01:20:27 965fcd26ec35: Preparing 01:20:27 0ff30f04da5d: Preparing 01:20:27 6f75b39995c3: Preparing 01:20:27 5f70bf18a086: Preparing 01:20:27 15d4b2c11732: Preparing 01:20:27 3a56d4ac6d0a: Preparing 01:20:27 7811cdc2c949: Preparing 01:20:27 da707bb00cb8: Preparing 01:20:27 a9cd901ba0d3: Waiting 01:20:27 1d84f423e318: Waiting 01:20:27 2cec9a841252: Waiting 01:20:27 965fcd26ec35: Waiting 01:20:27 0ff30f04da5d: Waiting 01:20:27 5f70bf18a086: Waiting 01:20:27 6f75b39995c3: Waiting 01:20:27 7811cdc2c949: Waiting 01:20:27 15d4b2c11732: Waiting 01:20:27 3a56d4ac6d0a: Waiting 01:20:27 da707bb00cb8: Waiting 01:20:27 efe60384874b: Layer already exists 01:20:27 ea2011851d8c: Layer already exists 01:20:27 20d5b7667775: Layer already exists 01:20:27 f3acc52a89f2: Layer already exists 01:20:27 73312b14451e: Layer already exists 01:20:27 a9cd901ba0d3: Layer already exists 01:20:27 1d84f423e318: Layer already exists 01:20:27 0ff30f04da5d: Layer already exists 01:20:27 2cec9a841252: Layer already exists 01:20:27 965fcd26ec35: Layer already exists 01:20:27 15d4b2c11732: Layer already exists 01:20:27 3a56d4ac6d0a: Layer already exists 01:20:27 6f75b39995c3: Layer already exists 01:20:27 5f70bf18a086: Layer already exists 01:20:27 7811cdc2c949: Layer already exists 01:20:27 da707bb00cb8: Layer already exists 01:20:27 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:cb37191a845573543091ad11f3a14c4b482c9f6345c53c592b56ea84dc364114 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:27 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:28 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 01:20:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 01:20:28 ea2011851d8c: Preparing 01:20:28 efe60384874b: Preparing 01:20:28 f3acc52a89f2: Preparing 01:20:28 20d5b7667775: Preparing 01:20:28 73312b14451e: Preparing 01:20:28 a9cd901ba0d3: Preparing 01:20:28 1d84f423e318: Preparing 01:20:28 2cec9a841252: Preparing 01:20:28 965fcd26ec35: Preparing 01:20:28 0ff30f04da5d: Preparing 01:20:28 6f75b39995c3: Preparing 01:20:28 5f70bf18a086: Preparing 01:20:28 15d4b2c11732: Preparing 01:20:28 3a56d4ac6d0a: Preparing 01:20:28 7811cdc2c949: Preparing 01:20:28 da707bb00cb8: Preparing 01:20:28 2cec9a841252: Waiting 01:20:28 965fcd26ec35: Waiting 01:20:28 0ff30f04da5d: Waiting 01:20:28 6f75b39995c3: Waiting 01:20:28 5f70bf18a086: Waiting 01:20:28 15d4b2c11732: Waiting 01:20:28 3a56d4ac6d0a: Waiting 01:20:28 7811cdc2c949: Waiting 01:20:28 da707bb00cb8: Waiting 01:20:28 a9cd901ba0d3: Waiting 01:20:28 1d84f423e318: Waiting 01:20:28 efe60384874b: Layer already exists 01:20:28 73312b14451e: Layer already exists 01:20:28 ea2011851d8c: Layer already exists 01:20:28 f3acc52a89f2: Layer already exists 01:20:28 20d5b7667775: Layer already exists 01:20:28 2cec9a841252: Layer already exists 01:20:28 965fcd26ec35: Layer already exists 01:20:28 1d84f423e318: Layer already exists 01:20:28 a9cd901ba0d3: Layer already exists 01:20:28 0ff30f04da5d: Layer already exists 01:20:28 3a56d4ac6d0a: Layer already exists 01:20:28 15d4b2c11732: Layer already exists 01:20:28 6f75b39995c3: Layer already exists 01:20:28 5f70bf18a086: Layer already exists 01:20:28 7811cdc2c949: Layer already exists 01:20:28 da707bb00cb8: Layer already exists 01:20:28 main: digest: sha256:cb37191a845573543091ad11f3a14c4b482c9f6345c53c592b56ea84dc364114 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:20:28 ===================================================== [Pipeline] echo 01:20:28 taggedImages: 01:20:28 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 01:20:28 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 01:20:28 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.31 01:20:28 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 01:20:28 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 01:20:28 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 01:20:28 d00eb61bd559b49c08ce600caa3e3487789f2306 01:20:28 latest 01:20:28 3.2.0-dev.31 01:20:28 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 01:20:28 main 01:20:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:29 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:29 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 01:20:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 01:20:29 d9180182f1e9: Preparing 01:20:29 58d8d333f805: Preparing 01:20:29 6d98b1851e32: Preparing 01:20:29 f228a35654e3: Preparing 01:20:29 2cec9a841252: Preparing 01:20:29 965fcd26ec35: Preparing 01:20:29 5b2530683d8a: Preparing 01:20:29 5e71693b7b7d: Preparing 01:20:29 da707bb00cb8: Preparing 01:20:29 5b2530683d8a: Waiting 01:20:29 5e71693b7b7d: Waiting 01:20:29 da707bb00cb8: Waiting 01:20:29 965fcd26ec35: Waiting 01:20:29 2cec9a841252: Layer already exists 01:20:29 965fcd26ec35: Layer already exists 01:20:29 5b2530683d8a: Layer already exists 01:20:29 6d98b1851e32: Pushed 01:20:29 58d8d333f805: Pushed 01:20:29 d9180182f1e9: Pushed 01:20:29 5e71693b7b7d: Layer already exists 01:20:29 da707bb00cb8: Layer already exists 01:20:35 f228a35654e3: Pushed 01:20:35 d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:01d65c209c0e4a3d0c9ad51e72ec7bcc9bbf8d0c94925d4935e722b789486e9a size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:35 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:35 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 01:20:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 01:20:35 d9180182f1e9: Preparing 01:20:35 58d8d333f805: Preparing 01:20:35 6d98b1851e32: Preparing 01:20:35 f228a35654e3: Preparing 01:20:35 2cec9a841252: Preparing 01:20:35 965fcd26ec35: Preparing 01:20:35 5b2530683d8a: Preparing 01:20:35 5e71693b7b7d: Preparing 01:20:35 da707bb00cb8: Preparing 01:20:35 965fcd26ec35: Waiting 01:20:35 5b2530683d8a: Waiting 01:20:35 5e71693b7b7d: Waiting 01:20:35 da707bb00cb8: Waiting 01:20:35 f228a35654e3: Layer already exists 01:20:35 6d98b1851e32: Layer already exists 01:20:35 d9180182f1e9: Layer already exists 01:20:35 58d8d333f805: Layer already exists 01:20:35 2cec9a841252: Layer already exists 01:20:35 5e71693b7b7d: Layer already exists 01:20:35 da707bb00cb8: Layer already exists 01:20:35 965fcd26ec35: Layer already exists 01:20:35 5b2530683d8a: Layer already exists 01:20:36 latest: digest: sha256:01d65c209c0e4a3d0c9ad51e72ec7bcc9bbf8d0c94925d4935e722b789486e9a size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:36 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:36 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.31 01:20:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 01:20:36 d9180182f1e9: Preparing 01:20:36 58d8d333f805: Preparing 01:20:36 6d98b1851e32: Preparing 01:20:36 f228a35654e3: Preparing 01:20:36 2cec9a841252: Preparing 01:20:36 965fcd26ec35: Preparing 01:20:36 5b2530683d8a: Preparing 01:20:36 5e71693b7b7d: Preparing 01:20:36 da707bb00cb8: Preparing 01:20:36 965fcd26ec35: Waiting 01:20:36 5b2530683d8a: Waiting 01:20:36 5e71693b7b7d: Waiting 01:20:36 da707bb00cb8: Waiting 01:20:36 6d98b1851e32: Layer already exists 01:20:36 f228a35654e3: Layer already exists 01:20:36 58d8d333f805: Layer already exists 01:20:36 d9180182f1e9: Layer already exists 01:20:36 2cec9a841252: Layer already exists 01:20:36 5b2530683d8a: Layer already exists 01:20:36 da707bb00cb8: Layer already exists 01:20:36 5e71693b7b7d: Layer already exists 01:20:36 965fcd26ec35: Layer already exists 01:20:37 3.2.0-dev.31: digest: sha256:01d65c209c0e4a3d0c9ad51e72ec7bcc9bbf8d0c94925d4935e722b789486e9a size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:37 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:37 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 01:20:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 01:20:37 d9180182f1e9: Preparing 01:20:37 58d8d333f805: Preparing 01:20:37 6d98b1851e32: Preparing 01:20:37 f228a35654e3: Preparing 01:20:37 2cec9a841252: Preparing 01:20:37 965fcd26ec35: Preparing 01:20:37 5b2530683d8a: Preparing 01:20:37 5e71693b7b7d: Preparing 01:20:37 da707bb00cb8: Preparing 01:20:37 965fcd26ec35: Waiting 01:20:37 5b2530683d8a: Waiting 01:20:37 da707bb00cb8: Waiting 01:20:37 5e71693b7b7d: Waiting 01:20:37 d9180182f1e9: Layer already exists 01:20:37 2cec9a841252: Layer already exists 01:20:37 6d98b1851e32: Layer already exists 01:20:37 f228a35654e3: Layer already exists 01:20:37 58d8d333f805: Layer already exists 01:20:37 5b2530683d8a: Layer already exists 01:20:37 5e71693b7b7d: Layer already exists 01:20:37 965fcd26ec35: Layer already exists 01:20:37 da707bb00cb8: Layer already exists 01:20:38 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:01d65c209c0e4a3d0c9ad51e72ec7bcc9bbf8d0c94925d4935e722b789486e9a size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:38 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:38 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 01:20:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 01:20:38 d9180182f1e9: Preparing 01:20:38 58d8d333f805: Preparing 01:20:38 6d98b1851e32: Preparing 01:20:38 f228a35654e3: Preparing 01:20:38 2cec9a841252: Preparing 01:20:38 965fcd26ec35: Preparing 01:20:38 5b2530683d8a: Preparing 01:20:38 5e71693b7b7d: Preparing 01:20:38 da707bb00cb8: Preparing 01:20:38 5b2530683d8a: Waiting 01:20:38 5e71693b7b7d: Waiting 01:20:38 da707bb00cb8: Waiting 01:20:38 965fcd26ec35: Waiting 01:20:38 58d8d333f805: Layer already exists 01:20:38 6d98b1851e32: Layer already exists 01:20:38 f228a35654e3: Layer already exists 01:20:38 d9180182f1e9: Layer already exists 01:20:38 2cec9a841252: Layer already exists 01:20:38 5b2530683d8a: Layer already exists 01:20:38 965fcd26ec35: Layer already exists 01:20:38 5e71693b7b7d: Layer already exists 01:20:38 da707bb00cb8: Layer already exists 01:20:38 main: digest: sha256:01d65c209c0e4a3d0c9ad51e72ec7bcc9bbf8d0c94925d4935e722b789486e9a size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:20:39 ===================================================== [Pipeline] echo 01:20:39 taggedImages: 01:20:39 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 01:20:39 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 01:20:39 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.31 01:20:39 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 01:20:39 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 01:20:39 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 01:20:39 d00eb61bd559b49c08ce600caa3e3487789f2306 01:20:39 latest 01:20:39 3.2.0-dev.31 01:20:39 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 01:20:39 main 01:20:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:39 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:39 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 01:20:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 01:20:39 a9231bb7c68d: Preparing 01:20:39 78cf2d300fbf: Preparing 01:20:39 2ad2ac3dd77f: Preparing 01:20:39 f88bad646dd4: Preparing 01:20:39 d862d30557c8: Preparing 01:20:39 2cec9a841252: Preparing 01:20:39 965fcd26ec35: Preparing 01:20:39 e882ac89f162: Preparing 01:20:39 2cec9a841252: Waiting 01:20:39 00fe8f378cce: Preparing 01:20:39 965fcd26ec35: Waiting 01:20:39 ab6ba469562c: Preparing 01:20:39 da707bb00cb8: Preparing 01:20:39 00fe8f378cce: Waiting 01:20:39 ab6ba469562c: Waiting 01:20:39 da707bb00cb8: Waiting 01:20:39 e882ac89f162: Waiting 01:20:40 f88bad646dd4: Pushed 01:20:40 d862d30557c8: Pushed 01:20:40 78cf2d300fbf: Pushed 01:20:40 a9231bb7c68d: Pushed 01:20:40 2cec9a841252: Layer already exists 01:20:40 965fcd26ec35: Layer already exists 01:20:40 da707bb00cb8: Layer already exists 01:20:40 e882ac89f162: Pushed 01:20:40 00fe8f378cce: Pushed 01:20:42 2ad2ac3dd77f: Pushed 01:20:43 ab6ba469562c: Pushed 01:20:43 d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:2293c2ed069a7c6292a4e4de366be4cb0fac0f94108d6b3a02d0c325b7cea555 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:44 + 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 01:20:44 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 01:20:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 01:20:44 a9231bb7c68d: Preparing 01:20:44 78cf2d300fbf: Preparing 01:20:44 2ad2ac3dd77f: Preparing 01:20:44 f88bad646dd4: Preparing 01:20:44 d862d30557c8: Preparing 01:20:44 2cec9a841252: Preparing 01:20:44 965fcd26ec35: Preparing 01:20:44 e882ac89f162: Preparing 01:20:44 00fe8f378cce: Preparing 01:20:44 ab6ba469562c: Preparing 01:20:44 da707bb00cb8: Preparing 01:20:44 e882ac89f162: Waiting 01:20:44 00fe8f378cce: Waiting 01:20:44 ab6ba469562c: Waiting 01:20:44 da707bb00cb8: Waiting 01:20:44 2cec9a841252: Waiting 01:20:44 965fcd26ec35: Waiting 01:20:44 a9231bb7c68d: Layer already exists 01:20:44 2ad2ac3dd77f: Layer already exists 01:20:44 78cf2d300fbf: Layer already exists 01:20:44 d862d30557c8: Layer already exists 01:20:44 f88bad646dd4: Layer already exists 01:20:44 2cec9a841252: Layer already exists 01:20:44 965fcd26ec35: Layer already exists 01:20:44 00fe8f378cce: Layer already exists 01:20:44 ab6ba469562c: Layer already exists 01:20:44 e882ac89f162: Layer already exists 01:20:44 da707bb00cb8: Layer already exists 01:20:44 latest: digest: sha256:2293c2ed069a7c6292a4e4de366be4cb0fac0f94108d6b3a02d0c325b7cea555 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:45 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:45 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.31 01:20:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 01:20:45 a9231bb7c68d: Preparing 01:20:45 78cf2d300fbf: Preparing 01:20:45 2ad2ac3dd77f: Preparing 01:20:45 f88bad646dd4: Preparing 01:20:45 d862d30557c8: Preparing 01:20:45 2cec9a841252: Preparing 01:20:45 965fcd26ec35: Preparing 01:20:45 e882ac89f162: Preparing 01:20:45 00fe8f378cce: Preparing 01:20:45 ab6ba469562c: Preparing 01:20:45 da707bb00cb8: Preparing 01:20:45 00fe8f378cce: Waiting 01:20:45 2cec9a841252: Waiting 01:20:45 965fcd26ec35: Waiting 01:20:45 ab6ba469562c: Waiting 01:20:45 e882ac89f162: Waiting 01:20:45 da707bb00cb8: Waiting 01:20:45 a9231bb7c68d: Layer already exists 01:20:45 2ad2ac3dd77f: Layer already exists 01:20:45 78cf2d300fbf: Layer already exists 01:20:45 d862d30557c8: Layer already exists 01:20:45 f88bad646dd4: Layer already exists 01:20:45 ab6ba469562c: Layer already exists 01:20:45 965fcd26ec35: Layer already exists 01:20:45 e882ac89f162: Layer already exists 01:20:45 2cec9a841252: Layer already exists 01:20:45 00fe8f378cce: Layer already exists 01:20:45 da707bb00cb8: Layer already exists 01:20:45 3.2.0-dev.31: digest: sha256:2293c2ed069a7c6292a4e4de366be4cb0fac0f94108d6b3a02d0c325b7cea555 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:46 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:46 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 01:20:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 01:20:46 a9231bb7c68d: Preparing 01:20:46 78cf2d300fbf: Preparing 01:20:46 2ad2ac3dd77f: Preparing 01:20:46 f88bad646dd4: Preparing 01:20:46 d862d30557c8: Preparing 01:20:46 2cec9a841252: Preparing 01:20:46 965fcd26ec35: Preparing 01:20:46 2cec9a841252: Waiting 01:20:46 e882ac89f162: Preparing 01:20:46 965fcd26ec35: Waiting 01:20:46 00fe8f378cce: Preparing 01:20:46 ab6ba469562c: Preparing 01:20:46 00fe8f378cce: Waiting 01:20:46 da707bb00cb8: Preparing 01:20:46 ab6ba469562c: Waiting 01:20:46 da707bb00cb8: Waiting 01:20:46 a9231bb7c68d: Layer already exists 01:20:46 2ad2ac3dd77f: Layer already exists 01:20:46 d862d30557c8: Layer already exists 01:20:46 78cf2d300fbf: Layer already exists 01:20:46 f88bad646dd4: Layer already exists 01:20:46 965fcd26ec35: Layer already exists 01:20:46 2cec9a841252: Layer already exists 01:20:46 00fe8f378cce: Layer already exists 01:20:46 e882ac89f162: Layer already exists 01:20:46 ab6ba469562c: Layer already exists 01:20:46 da707bb00cb8: Layer already exists 01:20:46 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:2293c2ed069a7c6292a4e4de366be4cb0fac0f94108d6b3a02d0c325b7cea555 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:47 + 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 01:20:47 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 01:20:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 01:20:47 a9231bb7c68d: Preparing 01:20:47 78cf2d300fbf: Preparing 01:20:47 2ad2ac3dd77f: Preparing 01:20:47 f88bad646dd4: Preparing 01:20:47 d862d30557c8: Preparing 01:20:47 2cec9a841252: Preparing 01:20:47 2cec9a841252: Waiting 01:20:47 965fcd26ec35: Preparing 01:20:47 e882ac89f162: Preparing 01:20:47 965fcd26ec35: Waiting 01:20:47 e882ac89f162: Waiting 01:20:47 00fe8f378cce: Preparing 01:20:47 ab6ba469562c: Preparing 01:20:47 da707bb00cb8: Preparing 01:20:47 00fe8f378cce: Waiting 01:20:47 ab6ba469562c: Waiting 01:20:47 da707bb00cb8: Waiting 01:20:47 78cf2d300fbf: Layer already exists 01:20:47 d862d30557c8: Layer already exists 01:20:47 2ad2ac3dd77f: Layer already exists 01:20:47 a9231bb7c68d: Layer already exists 01:20:47 f88bad646dd4: Layer already exists 01:20:47 2cec9a841252: Layer already exists 01:20:47 e882ac89f162: Layer already exists 01:20:47 965fcd26ec35: Layer already exists 01:20:47 00fe8f378cce: Layer already exists 01:20:47 ab6ba469562c: Layer already exists 01:20:47 da707bb00cb8: Layer already exists 01:20:47 main: digest: sha256:2293c2ed069a7c6292a4e4de366be4cb0fac0f94108d6b3a02d0c325b7cea555 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:20:47 ===================================================== [Pipeline] echo 01:20:47 taggedImages: 01:20:47 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 01:20:47 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 01:20:47 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.31 01:20:47 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 01:20:47 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 01:20:47 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 01:20:47 d00eb61bd559b49c08ce600caa3e3487789f2306 01:20:47 latest 01:20:47 3.2.0-dev.31 01:20:47 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 01:20:47 main 01:20:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:48 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:48 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 01:20:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 01:20:48 996553c260a0: Preparing 01:20:48 7f054792b3d5: Preparing 01:20:48 5e5559e87714: Preparing 01:20:48 538f0ffd3736: Preparing 01:20:48 b438b5ac878b: Preparing 01:20:48 1177323b0195: Preparing 01:20:48 2d61ce509520: Preparing 01:20:48 1177323b0195: Waiting 01:20:48 2cec9a841252: Preparing 01:20:48 2d61ce509520: Waiting 01:20:48 965fcd26ec35: Preparing 01:20:48 2cec9a841252: Waiting 01:20:48 bcd92e57bde7: Preparing 01:20:48 965fcd26ec35: Waiting 01:20:48 a0ee6de47f7d: Preparing 01:20:48 bcd92e57bde7: Waiting 01:20:48 da707bb00cb8: Preparing 01:20:48 a0ee6de47f7d: Waiting 01:20:48 da707bb00cb8: Waiting 01:20:48 996553c260a0: Pushed 01:20:48 b438b5ac878b: Pushed 01:20:48 7f054792b3d5: Pushed 01:20:48 2cec9a841252: Layer already exists 01:20:48 965fcd26ec35: Layer already exists 01:20:48 1177323b0195: Pushed 01:20:48 2d61ce509520: Pushed 01:20:49 da707bb00cb8: Layer already exists 01:20:50 bcd92e57bde7: Pushed 01:20:50 538f0ffd3736: Pushed 01:20:51 5e5559e87714: Pushed 01:20:51 a0ee6de47f7d: Pushed 01:20:51 d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:fe36a8da13ee21416cf52cd18222b843cd1daecf1878ca69aad3b148cdde6cb3 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:52 + 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 01:20:52 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 01:20:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 01:20:52 996553c260a0: Preparing 01:20:52 7f054792b3d5: Preparing 01:20:52 5e5559e87714: Preparing 01:20:52 538f0ffd3736: Preparing 01:20:52 b438b5ac878b: Preparing 01:20:52 1177323b0195: Preparing 01:20:52 2d61ce509520: Preparing 01:20:52 1177323b0195: Waiting 01:20:52 2cec9a841252: Preparing 01:20:52 2d61ce509520: Waiting 01:20:52 965fcd26ec35: Preparing 01:20:52 2cec9a841252: Waiting 01:20:52 965fcd26ec35: Waiting 01:20:52 bcd92e57bde7: Preparing 01:20:52 a0ee6de47f7d: Preparing 01:20:52 bcd92e57bde7: Waiting 01:20:52 da707bb00cb8: Preparing 01:20:52 a0ee6de47f7d: Waiting 01:20:52 da707bb00cb8: Waiting 01:20:52 7f054792b3d5: Layer already exists 01:20:52 538f0ffd3736: Layer already exists 01:20:52 b438b5ac878b: Layer already exists 01:20:52 996553c260a0: Layer already exists 01:20:52 5e5559e87714: Layer already exists 01:20:52 2d61ce509520: Layer already exists 01:20:52 965fcd26ec35: Layer already exists 01:20:52 1177323b0195: Layer already exists 01:20:52 bcd92e57bde7: Layer already exists 01:20:52 2cec9a841252: Layer already exists 01:20:52 da707bb00cb8: Layer already exists 01:20:52 a0ee6de47f7d: Layer already exists 01:20:52 latest: digest: sha256:fe36a8da13ee21416cf52cd18222b843cd1daecf1878ca69aad3b148cdde6cb3 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:53 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:53 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.31 01:20:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 01:20:53 996553c260a0: Preparing 01:20:53 7f054792b3d5: Preparing 01:20:53 5e5559e87714: Preparing 01:20:53 538f0ffd3736: Preparing 01:20:53 b438b5ac878b: Preparing 01:20:53 1177323b0195: Preparing 01:20:53 2d61ce509520: Preparing 01:20:53 2cec9a841252: Preparing 01:20:53 965fcd26ec35: Preparing 01:20:53 bcd92e57bde7: Preparing 01:20:53 a0ee6de47f7d: Preparing 01:20:53 da707bb00cb8: Preparing 01:20:53 2cec9a841252: Waiting 01:20:53 965fcd26ec35: Waiting 01:20:53 bcd92e57bde7: Waiting 01:20:53 a0ee6de47f7d: Waiting 01:20:53 da707bb00cb8: Waiting 01:20:53 1177323b0195: Waiting 01:20:53 2d61ce509520: Waiting 01:20:53 b438b5ac878b: Layer already exists 01:20:53 7f054792b3d5: Layer already exists 01:20:53 996553c260a0: Layer already exists 01:20:53 538f0ffd3736: Layer already exists 01:20:53 5e5559e87714: Layer already exists 01:20:53 1177323b0195: Layer already exists 01:20:53 2d61ce509520: Layer already exists 01:20:53 965fcd26ec35: Layer already exists 01:20:53 2cec9a841252: Layer already exists 01:20:53 bcd92e57bde7: Layer already exists 01:20:53 da707bb00cb8: Layer already exists 01:20:53 a0ee6de47f7d: Layer already exists 01:20:53 3.2.0-dev.31: digest: sha256:fe36a8da13ee21416cf52cd18222b843cd1daecf1878ca69aad3b148cdde6cb3 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:54 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:54 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 01:20:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 01:20:54 996553c260a0: Preparing 01:20:54 7f054792b3d5: Preparing 01:20:54 5e5559e87714: Preparing 01:20:54 538f0ffd3736: Preparing 01:20:54 b438b5ac878b: Preparing 01:20:54 1177323b0195: Preparing 01:20:54 2d61ce509520: Preparing 01:20:54 2cec9a841252: Preparing 01:20:54 965fcd26ec35: Preparing 01:20:54 bcd92e57bde7: Preparing 01:20:54 a0ee6de47f7d: Preparing 01:20:54 da707bb00cb8: Preparing 01:20:54 2cec9a841252: Waiting 01:20:54 a0ee6de47f7d: Waiting 01:20:54 965fcd26ec35: Waiting 01:20:54 bcd92e57bde7: Waiting 01:20:54 da707bb00cb8: Waiting 01:20:54 1177323b0195: Waiting 01:20:54 2d61ce509520: Waiting 01:20:54 538f0ffd3736: Layer already exists 01:20:54 5e5559e87714: Layer already exists 01:20:54 b438b5ac878b: Layer already exists 01:20:54 996553c260a0: Layer already exists 01:20:54 7f054792b3d5: Layer already exists 01:20:54 2d61ce509520: Layer already exists 01:20:54 1177323b0195: Layer already exists 01:20:54 bcd92e57bde7: Layer already exists 01:20:54 965fcd26ec35: Layer already exists 01:20:54 2cec9a841252: Layer already exists 01:20:54 a0ee6de47f7d: Layer already exists 01:20:54 da707bb00cb8: Layer already exists 01:20:54 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:fe36a8da13ee21416cf52cd18222b843cd1daecf1878ca69aad3b148cdde6cb3 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:55 + 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 01:20:55 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 01:20:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 01:20:55 996553c260a0: Preparing 01:20:55 7f054792b3d5: Preparing 01:20:55 5e5559e87714: Preparing 01:20:55 538f0ffd3736: Preparing 01:20:55 b438b5ac878b: Preparing 01:20:55 1177323b0195: Preparing 01:20:55 2d61ce509520: Preparing 01:20:55 2cec9a841252: Preparing 01:20:55 965fcd26ec35: Preparing 01:20:55 bcd92e57bde7: Preparing 01:20:55 a0ee6de47f7d: Preparing 01:20:55 da707bb00cb8: Preparing 01:20:55 1177323b0195: Waiting 01:20:55 2d61ce509520: Waiting 01:20:55 2cec9a841252: Waiting 01:20:55 a0ee6de47f7d: Waiting 01:20:55 965fcd26ec35: Waiting 01:20:55 bcd92e57bde7: Waiting 01:20:55 b438b5ac878b: Layer already exists 01:20:55 5e5559e87714: Layer already exists 01:20:55 538f0ffd3736: Layer already exists 01:20:55 7f054792b3d5: Layer already exists 01:20:55 996553c260a0: Layer already exists 01:20:55 2d61ce509520: Layer already exists 01:20:55 1177323b0195: Layer already exists 01:20:55 2cec9a841252: Layer already exists 01:20:55 965fcd26ec35: Layer already exists 01:20:55 bcd92e57bde7: Layer already exists 01:20:55 a0ee6de47f7d: Layer already exists 01:20:55 da707bb00cb8: Layer already exists 01:20:55 main: digest: sha256:fe36a8da13ee21416cf52cd18222b843cd1daecf1878ca69aad3b148cdde6cb3 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:20:55 ===================================================== [Pipeline] echo 01:20:55 taggedImages: 01:20:55 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 01:20:55 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 01:20:55 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.31 01:20:55 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 01:20:55 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 01:20:55 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 01:20:55 d00eb61bd559b49c08ce600caa3e3487789f2306 01:20:55 latest 01:20:55 3.2.0-dev.31 01:20:55 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 01:20:55 main 01:20:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:56 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:56 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 01:20:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 01:20:56 be0c0656b3ad: Preparing 01:20:56 97b56e2f6412: Preparing 01:20:56 2cec9a841252: Preparing 01:20:56 965fcd26ec35: Preparing 01:20:56 3765c3f4b1a1: Preparing 01:20:56 fc23d87adf4c: Preparing 01:20:56 da707bb00cb8: Preparing 01:20:56 fc23d87adf4c: Waiting 01:20:56 da707bb00cb8: Waiting 01:20:56 2cec9a841252: Layer already exists 01:20:56 965fcd26ec35: Layer already exists 01:20:56 da707bb00cb8: Layer already exists 01:20:56 be0c0656b3ad: Pushed 01:20:58 3765c3f4b1a1: Pushed 01:20:58 fc23d87adf4c: Pushed 01:21:00 97b56e2f6412: Pushed 01:21:00 d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:139cfeef8ba8c89c8195618b6bc616baf2e0781ba1a54bf611128c68c0b22fde size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:21:00 + 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 01:21:01 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 01:21:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 01:21:01 be0c0656b3ad: Preparing 01:21:01 97b56e2f6412: Preparing 01:21:01 2cec9a841252: Preparing 01:21:01 965fcd26ec35: Preparing 01:21:01 3765c3f4b1a1: Preparing 01:21:01 fc23d87adf4c: Preparing 01:21:01 da707bb00cb8: Preparing 01:21:01 fc23d87adf4c: Waiting 01:21:01 da707bb00cb8: Waiting 01:21:01 965fcd26ec35: Layer already exists 01:21:01 3765c3f4b1a1: Layer already exists 01:21:01 2cec9a841252: Layer already exists 01:21:01 97b56e2f6412: Layer already exists 01:21:01 be0c0656b3ad: Layer already exists 01:21:01 fc23d87adf4c: Layer already exists 01:21:01 da707bb00cb8: Layer already exists 01:21:01 latest: digest: sha256:139cfeef8ba8c89c8195618b6bc616baf2e0781ba1a54bf611128c68c0b22fde size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:21:01 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:21:02 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.31 01:21:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 01:21:02 be0c0656b3ad: Preparing 01:21:02 97b56e2f6412: Preparing 01:21:02 2cec9a841252: Preparing 01:21:02 965fcd26ec35: Preparing 01:21:02 3765c3f4b1a1: Preparing 01:21:02 fc23d87adf4c: Preparing 01:21:02 da707bb00cb8: Preparing 01:21:02 fc23d87adf4c: Waiting 01:21:02 da707bb00cb8: Waiting 01:21:02 97b56e2f6412: Layer already exists 01:21:02 965fcd26ec35: Layer already exists 01:21:02 be0c0656b3ad: Layer already exists 01:21:02 2cec9a841252: Layer already exists 01:21:02 3765c3f4b1a1: Layer already exists 01:21:02 fc23d87adf4c: Layer already exists 01:21:02 da707bb00cb8: Layer already exists 01:21:02 3.2.0-dev.31: digest: sha256:139cfeef8ba8c89c8195618b6bc616baf2e0781ba1a54bf611128c68c0b22fde size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:21:02 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:21:03 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 01:21:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 01:21:03 be0c0656b3ad: Preparing 01:21:03 97b56e2f6412: Preparing 01:21:03 2cec9a841252: Preparing 01:21:03 965fcd26ec35: Preparing 01:21:03 3765c3f4b1a1: Preparing 01:21:03 fc23d87adf4c: Preparing 01:21:03 da707bb00cb8: Preparing 01:21:03 fc23d87adf4c: Waiting 01:21:03 da707bb00cb8: Waiting 01:21:03 97b56e2f6412: Layer already exists 01:21:03 965fcd26ec35: Layer already exists 01:21:03 be0c0656b3ad: Layer already exists 01:21:03 2cec9a841252: Layer already exists 01:21:03 3765c3f4b1a1: Layer already exists 01:21:03 da707bb00cb8: Layer already exists 01:21:03 fc23d87adf4c: Layer already exists 01:21:03 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:139cfeef8ba8c89c8195618b6bc616baf2e0781ba1a54bf611128c68c0b22fde size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:21:03 + 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 01:21:04 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 01:21:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 01:21:04 be0c0656b3ad: Preparing 01:21:04 97b56e2f6412: Preparing 01:21:04 2cec9a841252: Preparing 01:21:04 965fcd26ec35: Preparing 01:21:04 3765c3f4b1a1: Preparing 01:21:04 fc23d87adf4c: Preparing 01:21:04 da707bb00cb8: Preparing 01:21:04 fc23d87adf4c: Waiting 01:21:04 da707bb00cb8: Waiting 01:21:04 be0c0656b3ad: Layer already exists 01:21:04 97b56e2f6412: Layer already exists 01:21:04 2cec9a841252: Layer already exists 01:21:04 965fcd26ec35: Layer already exists 01:21:04 3765c3f4b1a1: Layer already exists 01:21:04 fc23d87adf4c: Layer already exists 01:21:04 da707bb00cb8: Layer already exists 01:21:04 main: digest: sha256:139cfeef8ba8c89c8195618b6bc616baf2e0781ba1a54bf611128c68c0b22fde size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:21:04 ===================================================== [Pipeline] echo 01:21:04 taggedImages: 01:21:04 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 01:21:04 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 01:21:04 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.31 01:21:04 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 01:21:04 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 01:21:04 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 01:21:04 d00eb61bd559b49c08ce600caa3e3487789f2306 01:21:04 latest 01:21:04 3.2.0-dev.31 01:21:04 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 01:21:04 main 01:21:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:21:04 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:21:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 01:21:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 01:21:05 57c701dca780: Preparing 01:21:05 8919d8e34b76: Preparing 01:21:05 cbd55ad5e3d5: Preparing 01:21:05 2cec9a841252: Preparing 01:21:05 965fcd26ec35: Preparing 01:21:05 d5ae83ba0cfb: Preparing 01:21:05 377dffc8c701: Preparing 01:21:05 79f5cf19240a: Preparing 01:21:05 f3c49da56f0f: Preparing 01:21:05 da707bb00cb8: Preparing 01:21:05 377dffc8c701: Waiting 01:21:05 79f5cf19240a: Waiting 01:21:05 da707bb00cb8: Waiting 01:21:05 f3c49da56f0f: Waiting 01:21:05 d5ae83ba0cfb: Waiting 01:21:05 965fcd26ec35: Layer already exists 01:21:05 2cec9a841252: Layer already exists 01:21:05 cbd55ad5e3d5: Pushed 01:21:05 8919d8e34b76: Pushed 01:21:05 57c701dca780: Pushed 01:21:05 da707bb00cb8: Layer already exists 01:21:05 79f5cf19240a: Pushed 01:21:07 f3c49da56f0f: Pushed 01:21:19 377dffc8c701: Pushed 01:21:23 d5ae83ba0cfb: Pushed 01:21:23 d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:8a89168e47ac7cbb73ba35df9388452bd270947e82092722552c14f2f2641572 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:21:23 + 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 01:21:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 01:21:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 01:21:23 57c701dca780: Preparing 01:21:23 8919d8e34b76: Preparing 01:21:23 cbd55ad5e3d5: Preparing 01:21:23 2cec9a841252: Preparing 01:21:23 965fcd26ec35: Preparing 01:21:23 d5ae83ba0cfb: Preparing 01:21:23 377dffc8c701: Preparing 01:21:23 79f5cf19240a: Preparing 01:21:23 f3c49da56f0f: Preparing 01:21:23 da707bb00cb8: Preparing 01:21:23 377dffc8c701: Waiting 01:21:23 79f5cf19240a: Waiting 01:21:23 f3c49da56f0f: Waiting 01:21:23 da707bb00cb8: Waiting 01:21:23 d5ae83ba0cfb: Waiting 01:21:23 965fcd26ec35: Layer already exists 01:21:23 57c701dca780: Layer already exists 01:21:23 8919d8e34b76: Layer already exists 01:21:23 cbd55ad5e3d5: Layer already exists 01:21:23 2cec9a841252: Layer already exists 01:21:23 79f5cf19240a: Layer already exists 01:21:23 377dffc8c701: Layer already exists 01:21:23 d5ae83ba0cfb: Layer already exists 01:21:23 f3c49da56f0f: Layer already exists 01:21:23 da707bb00cb8: Layer already exists 01:21:23 latest: digest: sha256:8a89168e47ac7cbb73ba35df9388452bd270947e82092722552c14f2f2641572 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:21:24 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:21:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.31 01:21:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 01:21:24 57c701dca780: Preparing 01:21:24 8919d8e34b76: Preparing 01:21:24 cbd55ad5e3d5: Preparing 01:21:24 2cec9a841252: Preparing 01:21:24 965fcd26ec35: Preparing 01:21:24 d5ae83ba0cfb: Preparing 01:21:24 377dffc8c701: Preparing 01:21:24 79f5cf19240a: Preparing 01:21:24 377dffc8c701: Waiting 01:21:24 f3c49da56f0f: Preparing 01:21:24 79f5cf19240a: Waiting 01:21:24 da707bb00cb8: Preparing 01:21:24 f3c49da56f0f: Waiting 01:21:24 da707bb00cb8: Waiting 01:21:24 965fcd26ec35: Layer already exists 01:21:24 cbd55ad5e3d5: Layer already exists 01:21:24 57c701dca780: Layer already exists 01:21:24 2cec9a841252: Layer already exists 01:21:24 8919d8e34b76: Layer already exists 01:21:24 377dffc8c701: Layer already exists 01:21:24 f3c49da56f0f: Layer already exists 01:21:24 d5ae83ba0cfb: Layer already exists 01:21:24 79f5cf19240a: Layer already exists 01:21:24 da707bb00cb8: Layer already exists 01:21:24 3.2.0-dev.31: digest: sha256:8a89168e47ac7cbb73ba35df9388452bd270947e82092722552c14f2f2641572 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:21:25 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:21:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 01:21:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 01:21:25 57c701dca780: Preparing 01:21:25 8919d8e34b76: Preparing 01:21:25 cbd55ad5e3d5: Preparing 01:21:25 2cec9a841252: Preparing 01:21:25 965fcd26ec35: Preparing 01:21:25 d5ae83ba0cfb: Preparing 01:21:25 377dffc8c701: Preparing 01:21:25 79f5cf19240a: Preparing 01:21:25 f3c49da56f0f: Preparing 01:21:25 da707bb00cb8: Preparing 01:21:25 d5ae83ba0cfb: Waiting 01:21:25 79f5cf19240a: Waiting 01:21:25 f3c49da56f0f: Waiting 01:21:25 da707bb00cb8: Waiting 01:21:25 377dffc8c701: Waiting 01:21:25 cbd55ad5e3d5: Layer already exists 01:21:25 965fcd26ec35: Layer already exists 01:21:25 2cec9a841252: Layer already exists 01:21:25 57c701dca780: Layer already exists 01:21:25 8919d8e34b76: Layer already exists 01:21:25 d5ae83ba0cfb: Layer already exists 01:21:25 f3c49da56f0f: Layer already exists 01:21:25 79f5cf19240a: Layer already exists 01:21:25 377dffc8c701: Layer already exists 01:21:25 da707bb00cb8: Layer already exists 01:21:25 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:8a89168e47ac7cbb73ba35df9388452bd270947e82092722552c14f2f2641572 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:21:26 + 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 01:21:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 01:21:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 01:21:26 57c701dca780: Preparing 01:21:26 8919d8e34b76: Preparing 01:21:26 cbd55ad5e3d5: Preparing 01:21:26 2cec9a841252: Preparing 01:21:26 965fcd26ec35: Preparing 01:21:26 d5ae83ba0cfb: Preparing 01:21:26 377dffc8c701: Preparing 01:21:26 79f5cf19240a: Preparing 01:21:26 f3c49da56f0f: Preparing 01:21:26 d5ae83ba0cfb: Waiting 01:21:26 377dffc8c701: Waiting 01:21:26 79f5cf19240a: Waiting 01:21:26 da707bb00cb8: Preparing 01:21:26 f3c49da56f0f: Waiting 01:21:26 da707bb00cb8: Waiting 01:21:26 2cec9a841252: Layer already exists 01:21:26 cbd55ad5e3d5: Layer already exists 01:21:26 57c701dca780: Layer already exists 01:21:26 965fcd26ec35: Layer already exists 01:21:26 8919d8e34b76: Layer already exists 01:21:26 377dffc8c701: Layer already exists 01:21:26 f3c49da56f0f: Layer already exists 01:21:26 d5ae83ba0cfb: Layer already exists 01:21:26 79f5cf19240a: Layer already exists 01:21:26 da707bb00cb8: Layer already exists 01:21:26 main: digest: sha256:8a89168e47ac7cbb73ba35df9388452bd270947e82092722552c14f2f2641572 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:21:26 ===================================================== [Pipeline] echo 01:21:26 taggedImages: 01:21:26 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 01:21:26 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 01:21:26 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.31 01:21:26 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 01:21:26 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 01:21:27 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 01:21:27 d00eb61bd559b49c08ce600caa3e3487789f2306 01:21:27 latest 01:21:27 3.2.0-dev.31 01:21:27 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 01:21:27 main 01:21:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:21:27 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:21:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 01:21:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 01:21:27 8afcccefeb07: Preparing 01:21:27 ab7ec1b89c86: Preparing 01:21:27 1014f5f1c325: Preparing 01:21:27 2cec9a841252: Preparing 01:21:27 965fcd26ec35: Preparing 01:21:27 0de9bff6c52c: Preparing 01:21:27 c60a5190f3a1: Preparing 01:21:27 f460d6cca1dd: Preparing 01:21:27 da707bb00cb8: Preparing 01:21:27 c60a5190f3a1: Waiting 01:21:27 f460d6cca1dd: Waiting 01:21:27 da707bb00cb8: Waiting 01:21:27 0de9bff6c52c: Waiting 01:21:27 2cec9a841252: Layer already exists 01:21:27 965fcd26ec35: Layer already exists 01:21:27 ab7ec1b89c86: Pushed 01:21:27 1014f5f1c325: Pushed 01:21:27 8afcccefeb07: Pushed 01:21:27 da707bb00cb8: Layer already exists 01:21:28 f460d6cca1dd: Pushed 01:21:29 c60a5190f3a1: Pushed 01:21:47 0de9bff6c52c: Pushed 01:21:47 d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:61db29484833a2fdccae02eed6048f13d5950c132c38e3648dfbc218d1fc7fc5 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:21:47 + 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 01:21:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 01:21:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 01:21:48 8afcccefeb07: Preparing 01:21:48 ab7ec1b89c86: Preparing 01:21:48 1014f5f1c325: Preparing 01:21:48 2cec9a841252: Preparing 01:21:48 965fcd26ec35: Preparing 01:21:48 0de9bff6c52c: Preparing 01:21:48 c60a5190f3a1: Preparing 01:21:48 f460d6cca1dd: Preparing 01:21:48 da707bb00cb8: Preparing 01:21:48 0de9bff6c52c: Waiting 01:21:48 c60a5190f3a1: Waiting 01:21:48 f460d6cca1dd: Waiting 01:21:48 da707bb00cb8: Waiting 01:21:48 ab7ec1b89c86: Layer already exists 01:21:48 965fcd26ec35: Layer already exists 01:21:48 8afcccefeb07: Layer already exists 01:21:48 1014f5f1c325: Layer already exists 01:21:48 2cec9a841252: Layer already exists 01:21:48 0de9bff6c52c: Layer already exists 01:21:48 f460d6cca1dd: Layer already exists 01:21:48 c60a5190f3a1: Layer already exists 01:21:48 da707bb00cb8: Layer already exists 01:21:48 latest: digest: sha256:61db29484833a2fdccae02eed6048f13d5950c132c38e3648dfbc218d1fc7fc5 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:21:48 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:21:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.31 01:21:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 01:21:48 8afcccefeb07: Preparing 01:21:48 ab7ec1b89c86: Preparing 01:21:48 1014f5f1c325: Preparing 01:21:48 2cec9a841252: Preparing 01:21:48 965fcd26ec35: Preparing 01:21:48 0de9bff6c52c: Preparing 01:21:48 c60a5190f3a1: Preparing 01:21:48 f460d6cca1dd: Preparing 01:21:48 da707bb00cb8: Preparing 01:21:48 c60a5190f3a1: Waiting 01:21:48 f460d6cca1dd: Waiting 01:21:48 0de9bff6c52c: Waiting 01:21:48 965fcd26ec35: Layer already exists 01:21:48 ab7ec1b89c86: Layer already exists 01:21:48 8afcccefeb07: Layer already exists 01:21:48 2cec9a841252: Layer already exists 01:21:48 1014f5f1c325: Layer already exists 01:21:48 0de9bff6c52c: Layer already exists 01:21:48 c60a5190f3a1: Layer already exists 01:21:48 f460d6cca1dd: Layer already exists 01:21:48 da707bb00cb8: Layer already exists 01:21:49 3.2.0-dev.31: digest: sha256:61db29484833a2fdccae02eed6048f13d5950c132c38e3648dfbc218d1fc7fc5 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:21:49 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:21:49 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 01:21:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 01:21:49 8afcccefeb07: Preparing 01:21:49 ab7ec1b89c86: Preparing 01:21:49 1014f5f1c325: Preparing 01:21:49 2cec9a841252: Preparing 01:21:49 965fcd26ec35: Preparing 01:21:49 0de9bff6c52c: Preparing 01:21:49 c60a5190f3a1: Preparing 01:21:49 f460d6cca1dd: Preparing 01:21:49 da707bb00cb8: Preparing 01:21:49 f460d6cca1dd: Waiting 01:21:49 da707bb00cb8: Waiting 01:21:49 0de9bff6c52c: Waiting 01:21:49 965fcd26ec35: Layer already exists 01:21:49 2cec9a841252: Layer already exists 01:21:49 ab7ec1b89c86: Layer already exists 01:21:49 1014f5f1c325: Layer already exists 01:21:49 8afcccefeb07: Layer already exists 01:21:49 c60a5190f3a1: Layer already exists 01:21:49 0de9bff6c52c: Layer already exists 01:21:49 f460d6cca1dd: Layer already exists 01:21:49 da707bb00cb8: Layer already exists 01:21:49 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:61db29484833a2fdccae02eed6048f13d5950c132c38e3648dfbc218d1fc7fc5 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:21:50 + 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 01:21:50 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 01:21:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 01:21:50 8afcccefeb07: Preparing 01:21:50 ab7ec1b89c86: Preparing 01:21:50 1014f5f1c325: Preparing 01:21:50 2cec9a841252: Preparing 01:21:50 965fcd26ec35: Preparing 01:21:50 0de9bff6c52c: Preparing 01:21:50 c60a5190f3a1: Preparing 01:21:50 f460d6cca1dd: Preparing 01:21:50 da707bb00cb8: Preparing 01:21:50 c60a5190f3a1: Waiting 01:21:50 f460d6cca1dd: Waiting 01:21:50 da707bb00cb8: Waiting 01:21:50 0de9bff6c52c: Waiting 01:21:50 1014f5f1c325: Layer already exists 01:21:50 2cec9a841252: Layer already exists 01:21:50 965fcd26ec35: Layer already exists 01:21:50 ab7ec1b89c86: Layer already exists 01:21:50 8afcccefeb07: Layer already exists 01:21:50 c60a5190f3a1: Layer already exists 01:21:50 0de9bff6c52c: Layer already exists 01:21:50 f460d6cca1dd: Layer already exists 01:21:50 da707bb00cb8: Layer already exists 01:21:51 main: digest: sha256:61db29484833a2fdccae02eed6048f13d5950c132c38e3648dfbc218d1fc7fc5 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:21:51 ===================================================== [Pipeline] echo 01:21:51 taggedImages: 01:21:51 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 01:21:51 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 01:21:51 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.31 01:21:51 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 01:21:51 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 01:21:51 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 01:21:51 d00eb61bd559b49c08ce600caa3e3487789f2306 01:21:51 latest 01:21:51 3.2.0-dev.31 01:21:51 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 01:21:51 main 01:21:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:21:51 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:21:51 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 01:21:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 01:21:51 3bce85d71697: Preparing 01:21:51 30b1d7a310ea: Preparing 01:21:51 7eb3b41e184a: Preparing 01:21:51 2cec9a841252: Preparing 01:21:51 965fcd26ec35: Preparing 01:21:51 5da484243671: Preparing 01:21:51 79f5cf19240a: Preparing 01:21:51 f3c49da56f0f: Preparing 01:21:51 da707bb00cb8: Preparing 01:21:51 79f5cf19240a: Waiting 01:21:51 f3c49da56f0f: Waiting 01:21:51 da707bb00cb8: Waiting 01:21:51 5da484243671: Waiting 01:21:51 965fcd26ec35: Layer already exists 01:21:52 2cec9a841252: Layer already exists 01:21:52 79f5cf19240a: Layer already exists 01:21:52 7eb3b41e184a: Pushed 01:21:52 30b1d7a310ea: Pushed 01:21:52 3bce85d71697: Pushed 01:21:52 f3c49da56f0f: Layer already exists 01:21:52 da707bb00cb8: Layer already exists 01:22:10 5da484243671: Pushed 01:22:10 d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:054dc8b9f315852cddb5a8d572392ed77dfe1dc51ae5a0c3983d22994ad0f47f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:22:10 + 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 01:22:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 01:22:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 01:22:11 3bce85d71697: Preparing 01:22:11 30b1d7a310ea: Preparing 01:22:11 7eb3b41e184a: Preparing 01:22:11 2cec9a841252: Preparing 01:22:11 965fcd26ec35: Preparing 01:22:11 5da484243671: Preparing 01:22:11 79f5cf19240a: Preparing 01:22:11 f3c49da56f0f: Preparing 01:22:11 da707bb00cb8: Preparing 01:22:11 79f5cf19240a: Waiting 01:22:11 f3c49da56f0f: Waiting 01:22:11 5da484243671: Waiting 01:22:11 da707bb00cb8: Waiting 01:22:11 3bce85d71697: Layer already exists 01:22:11 7eb3b41e184a: Layer already exists 01:22:11 965fcd26ec35: Layer already exists 01:22:11 2cec9a841252: Layer already exists 01:22:11 30b1d7a310ea: Layer already exists 01:22:11 79f5cf19240a: Layer already exists 01:22:11 5da484243671: Layer already exists 01:22:11 f3c49da56f0f: Layer already exists 01:22:11 da707bb00cb8: Layer already exists 01:22:11 latest: digest: sha256:054dc8b9f315852cddb5a8d572392ed77dfe1dc51ae5a0c3983d22994ad0f47f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:22:11 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:22:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.31 01:22:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 01:22:12 3bce85d71697: Preparing 01:22:12 30b1d7a310ea: Preparing 01:22:12 7eb3b41e184a: Preparing 01:22:12 2cec9a841252: Preparing 01:22:12 965fcd26ec35: Preparing 01:22:12 5da484243671: Preparing 01:22:12 79f5cf19240a: Preparing 01:22:12 f3c49da56f0f: Preparing 01:22:12 da707bb00cb8: Preparing 01:22:12 5da484243671: Waiting 01:22:12 79f5cf19240a: Waiting 01:22:12 f3c49da56f0f: Waiting 01:22:12 da707bb00cb8: Waiting 01:22:12 7eb3b41e184a: Layer already exists 01:22:12 965fcd26ec35: Layer already exists 01:22:12 2cec9a841252: Layer already exists 01:22:12 3bce85d71697: Layer already exists 01:22:12 30b1d7a310ea: Layer already exists 01:22:12 5da484243671: Layer already exists 01:22:12 f3c49da56f0f: Layer already exists 01:22:12 79f5cf19240a: Layer already exists 01:22:12 da707bb00cb8: Layer already exists 01:22:12 3.2.0-dev.31: digest: sha256:054dc8b9f315852cddb5a8d572392ed77dfe1dc51ae5a0c3983d22994ad0f47f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:22:12 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:22:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 01:22:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 01:22:13 3bce85d71697: Preparing 01:22:13 30b1d7a310ea: Preparing 01:22:13 7eb3b41e184a: Preparing 01:22:13 2cec9a841252: Preparing 01:22:13 965fcd26ec35: Preparing 01:22:13 5da484243671: Preparing 01:22:13 79f5cf19240a: Preparing 01:22:13 f3c49da56f0f: Preparing 01:22:13 da707bb00cb8: Preparing 01:22:13 79f5cf19240a: Waiting 01:22:13 5da484243671: Waiting 01:22:13 7eb3b41e184a: Layer already exists 01:22:13 965fcd26ec35: Layer already exists 01:22:13 30b1d7a310ea: Layer already exists 01:22:13 3bce85d71697: Layer already exists 01:22:13 2cec9a841252: Layer already exists 01:22:13 79f5cf19240a: Layer already exists 01:22:13 5da484243671: Layer already exists 01:22:13 da707bb00cb8: Layer already exists 01:22:13 f3c49da56f0f: Layer already exists 01:22:13 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:054dc8b9f315852cddb5a8d572392ed77dfe1dc51ae5a0c3983d22994ad0f47f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:22:13 + 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 01:22:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 01:22:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 01:22:13 3bce85d71697: Preparing 01:22:13 30b1d7a310ea: Preparing 01:22:13 7eb3b41e184a: Preparing 01:22:13 2cec9a841252: Preparing 01:22:13 965fcd26ec35: Preparing 01:22:13 5da484243671: Preparing 01:22:13 79f5cf19240a: Preparing 01:22:13 f3c49da56f0f: Preparing 01:22:13 da707bb00cb8: Preparing 01:22:13 5da484243671: Waiting 01:22:13 79f5cf19240a: Waiting 01:22:13 f3c49da56f0f: Waiting 01:22:13 da707bb00cb8: Waiting 01:22:13 30b1d7a310ea: Layer already exists 01:22:13 3bce85d71697: Layer already exists 01:22:13 965fcd26ec35: Layer already exists 01:22:13 7eb3b41e184a: Layer already exists 01:22:13 2cec9a841252: Layer already exists 01:22:13 5da484243671: Layer already exists 01:22:13 79f5cf19240a: Layer already exists 01:22:13 da707bb00cb8: Layer already exists 01:22:13 f3c49da56f0f: Layer already exists 01:22:14 main: digest: sha256:054dc8b9f315852cddb5a8d572392ed77dfe1dc51ae5a0c3983d22994ad0f47f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:22:14 ===================================================== [Pipeline] echo 01:22:14 taggedImages: 01:22:14 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 01:22:14 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 01:22:14 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.31 01:22:14 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 01:22:14 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 01:22:14 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 01:22:14 d00eb61bd559b49c08ce600caa3e3487789f2306 01:22:14 latest 01:22:14 3.2.0-dev.31 01:22:14 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 01:22:14 main 01:22:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:22:14 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:22:15 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 01:22:15 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 01:22:15 7676859facd4: Preparing 01:22:15 e1172d36d4c9: Preparing 01:22:15 2cec9a841252: Preparing 01:22:15 965fcd26ec35: Preparing 01:22:15 3f1e4f43c2f8: Preparing 01:22:15 9e6fda48fc19: Preparing 01:22:15 da707bb00cb8: Preparing 01:22:15 9e6fda48fc19: Waiting 01:22:15 da707bb00cb8: Waiting 01:22:15 965fcd26ec35: Layer already exists 01:22:15 2cec9a841252: Layer already exists 01:22:15 da707bb00cb8: Layer already exists 01:22:15 7676859facd4: Pushed 01:22:15 9e6fda48fc19: Pushed 01:22:16 3f1e4f43c2f8: Pushed 01:22:21 e1172d36d4c9: Pushed 01:22:22 d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:004d1ebe8292a74e4aed21158a9bed776fb18c6a2b281fbb8e17fad6c17a19fd size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:22:22 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:22:22 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 01:22:22 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 01:22:22 7676859facd4: Preparing 01:22:22 e1172d36d4c9: Preparing 01:22:22 2cec9a841252: Preparing 01:22:22 965fcd26ec35: Preparing 01:22:22 3f1e4f43c2f8: Preparing 01:22:22 9e6fda48fc19: Preparing 01:22:22 da707bb00cb8: Preparing 01:22:22 9e6fda48fc19: Waiting 01:22:22 da707bb00cb8: Waiting 01:22:22 e1172d36d4c9: Layer already exists 01:22:22 7676859facd4: Layer already exists 01:22:22 965fcd26ec35: Layer already exists 01:22:22 2cec9a841252: Layer already exists 01:22:22 3f1e4f43c2f8: Layer already exists 01:22:22 9e6fda48fc19: Layer already exists 01:22:22 da707bb00cb8: Layer already exists 01:22:23 latest: digest: sha256:004d1ebe8292a74e4aed21158a9bed776fb18c6a2b281fbb8e17fad6c17a19fd size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:22:23 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:22:23 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.31 01:22:23 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 01:22:23 7676859facd4: Preparing 01:22:23 e1172d36d4c9: Preparing 01:22:23 2cec9a841252: Preparing 01:22:23 965fcd26ec35: Preparing 01:22:23 3f1e4f43c2f8: Preparing 01:22:23 9e6fda48fc19: Preparing 01:22:23 da707bb00cb8: Preparing 01:22:23 9e6fda48fc19: Waiting 01:22:23 da707bb00cb8: Waiting 01:22:23 965fcd26ec35: Layer already exists 01:22:23 7676859facd4: Layer already exists 01:22:23 e1172d36d4c9: Layer already exists 01:22:23 2cec9a841252: Layer already exists 01:22:23 3f1e4f43c2f8: Layer already exists 01:22:23 9e6fda48fc19: Layer already exists 01:22:23 da707bb00cb8: Layer already exists 01:22:24 3.2.0-dev.31: digest: sha256:004d1ebe8292a74e4aed21158a9bed776fb18c6a2b281fbb8e17fad6c17a19fd size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:22:24 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:22:24 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 01:22:24 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 01:22:24 7676859facd4: Preparing 01:22:24 e1172d36d4c9: Preparing 01:22:24 2cec9a841252: Preparing 01:22:24 965fcd26ec35: Preparing 01:22:24 3f1e4f43c2f8: Preparing 01:22:24 9e6fda48fc19: Preparing 01:22:24 da707bb00cb8: Preparing 01:22:24 9e6fda48fc19: Waiting 01:22:24 da707bb00cb8: Waiting 01:22:24 7676859facd4: Layer already exists 01:22:24 2cec9a841252: Layer already exists 01:22:24 965fcd26ec35: Layer already exists 01:22:24 e1172d36d4c9: Layer already exists 01:22:24 3f1e4f43c2f8: Layer already exists 01:22:24 da707bb00cb8: Layer already exists 01:22:24 9e6fda48fc19: Layer already exists 01:22:25 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:004d1ebe8292a74e4aed21158a9bed776fb18c6a2b281fbb8e17fad6c17a19fd size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:22:25 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:22:25 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 01:22:25 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 01:22:25 7676859facd4: Preparing 01:22:25 e1172d36d4c9: Preparing 01:22:25 2cec9a841252: Preparing 01:22:25 965fcd26ec35: Preparing 01:22:25 3f1e4f43c2f8: Preparing 01:22:25 9e6fda48fc19: Preparing 01:22:25 da707bb00cb8: Preparing 01:22:25 9e6fda48fc19: Waiting 01:22:25 da707bb00cb8: Waiting 01:22:25 e1172d36d4c9: Layer already exists 01:22:25 2cec9a841252: Layer already exists 01:22:25 3f1e4f43c2f8: Layer already exists 01:22:25 7676859facd4: Layer already exists 01:22:25 965fcd26ec35: Layer already exists 01:22:25 da707bb00cb8: Layer already exists 01:22:25 9e6fda48fc19: Layer already exists 01:22:25 main: digest: sha256:004d1ebe8292a74e4aed21158a9bed776fb18c6a2b281fbb8e17fad6c17a19fd size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:22:26 ===================================================== [Pipeline] echo 01:22:26 taggedImages: 01:22:26 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 01:22:26 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 01:22:26 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.31 01:22:26 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 01:22:26 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 01:22:26 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 01:22:26 d00eb61bd559b49c08ce600caa3e3487789f2306 01:22:26 latest 01:22:26 3.2.0-dev.31 01:22:26 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 01:22:26 main 01:22:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:22:26 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:22:26 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 01:22:26 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 01:22:26 3273da35ed87: Preparing 01:22:26 504cf5819163: Preparing 01:22:26 2cec9a841252: Preparing 01:22:26 965fcd26ec35: Preparing 01:22:26 5b2530683d8a: Preparing 01:22:26 5e71693b7b7d: Preparing 01:22:26 da707bb00cb8: Preparing 01:22:26 5e71693b7b7d: Waiting 01:22:26 da707bb00cb8: Waiting 01:22:26 5b2530683d8a: Layer already exists 01:22:26 965fcd26ec35: Layer already exists 01:22:27 2cec9a841252: Layer already exists 01:22:27 5e71693b7b7d: Layer already exists 01:22:27 da707bb00cb8: Layer already exists 01:22:27 3273da35ed87: Pushed 01:22:33 504cf5819163: Pushed 01:22:33 d00eb61bd559b49c08ce600caa3e3487789f2306: digest: sha256:0204c40566313df22c3b6da7cdd8c097fa9aa41272a3394666c1c3ad98fa019e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:22:34 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:22:34 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 01:22:34 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 01:22:34 3273da35ed87: Preparing 01:22:34 504cf5819163: Preparing 01:22:34 2cec9a841252: Preparing 01:22:34 965fcd26ec35: Preparing 01:22:34 5b2530683d8a: Preparing 01:22:34 5e71693b7b7d: Preparing 01:22:34 da707bb00cb8: Preparing 01:22:34 5e71693b7b7d: Waiting 01:22:34 da707bb00cb8: Waiting 01:22:34 965fcd26ec35: Layer already exists 01:22:34 2cec9a841252: Layer already exists 01:22:34 3273da35ed87: Layer already exists 01:22:34 5b2530683d8a: Layer already exists 01:22:34 504cf5819163: Layer already exists 01:22:34 da707bb00cb8: Layer already exists 01:22:34 5e71693b7b7d: Layer already exists 01:22:34 latest: digest: sha256:0204c40566313df22c3b6da7cdd8c097fa9aa41272a3394666c1c3ad98fa019e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:22:34 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:22:35 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.31 01:22:35 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 01:22:35 3273da35ed87: Preparing 01:22:35 504cf5819163: Preparing 01:22:35 2cec9a841252: Preparing 01:22:35 965fcd26ec35: Preparing 01:22:35 5b2530683d8a: Preparing 01:22:35 5e71693b7b7d: Preparing 01:22:35 da707bb00cb8: Preparing 01:22:35 da707bb00cb8: Waiting 01:22:35 5e71693b7b7d: Waiting 01:22:35 504cf5819163: Layer already exists 01:22:35 5b2530683d8a: Layer already exists 01:22:35 3273da35ed87: Layer already exists 01:22:35 2cec9a841252: Layer already exists 01:22:35 965fcd26ec35: Layer already exists 01:22:35 da707bb00cb8: Layer already exists 01:22:35 5e71693b7b7d: Layer already exists 01:22:35 3.2.0-dev.31: digest: sha256:0204c40566313df22c3b6da7cdd8c097fa9aa41272a3394666c1c3ad98fa019e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:22:35 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:22:36 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 01:22:36 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 01:22:36 3273da35ed87: Preparing 01:22:36 504cf5819163: Preparing 01:22:36 2cec9a841252: Preparing 01:22:36 965fcd26ec35: Preparing 01:22:36 5b2530683d8a: Preparing 01:22:36 5e71693b7b7d: Preparing 01:22:36 da707bb00cb8: Preparing 01:22:36 5e71693b7b7d: Waiting 01:22:36 da707bb00cb8: Waiting 01:22:36 3273da35ed87: Layer already exists 01:22:36 5b2530683d8a: Layer already exists 01:22:36 2cec9a841252: Layer already exists 01:22:36 504cf5819163: Layer already exists 01:22:36 965fcd26ec35: Layer already exists 01:22:36 5e71693b7b7d: Layer already exists 01:22:36 da707bb00cb8: Layer already exists 01:22:36 d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31: digest: sha256:0204c40566313df22c3b6da7cdd8c097fa9aa41272a3394666c1c3ad98fa019e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:22:36 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:22:36 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 01:22:36 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 01:22:36 3273da35ed87: Preparing 01:22:36 504cf5819163: Preparing 01:22:36 2cec9a841252: Preparing 01:22:36 965fcd26ec35: Preparing 01:22:36 5b2530683d8a: Preparing 01:22:36 5e71693b7b7d: Preparing 01:22:36 da707bb00cb8: Preparing 01:22:36 5e71693b7b7d: Waiting 01:22:36 da707bb00cb8: Waiting 01:22:36 3273da35ed87: Layer already exists 01:22:36 504cf5819163: Layer already exists 01:22:36 5b2530683d8a: Layer already exists 01:22:36 965fcd26ec35: Layer already exists 01:22:36 2cec9a841252: Layer already exists 01:22:36 da707bb00cb8: Layer already exists 01:22:36 5e71693b7b7d: Layer already exists 01:22:37 main: digest: sha256:0204c40566313df22c3b6da7cdd8c097fa9aa41272a3394666c1c3ad98fa019e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:22:37 ===================================================== [Pipeline] echo 01:22:37 taggedImages: 01:22:37 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306 01:22:37 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 01:22:37 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.31 01:22:37 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d00eb61bd559b49c08ce600caa3e3487789f2306-3.2.0-dev.31 01:22:37 - 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 01:22:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:22:37 01:22:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:22:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:22:38 arm64: Pulling from edgex-lftools-log-publisher 01:22:38 8998bd30e6a1: Pulling fs layer 01:22:38 04944245beec: Pulling fs layer 01:22:38 699f458cf7ca: Pulling fs layer 01:22:38 765212b225bb: Pulling fs layer 01:22:38 f23df028b6ca: Pulling fs layer 01:22:38 d65c8cfc05b1: Pulling fs layer 01:22:38 2437ff75d9bd: Pulling fs layer 01:22:38 765212b225bb: Waiting 01:22:38 f23df028b6ca: Waiting 01:22:38 d65c8cfc05b1: Waiting 01:22:38 2437ff75d9bd: Waiting 01:22:38 04944245beec: Verifying Checksum 01:22:38 04944245beec: Download complete 01:22:38 765212b225bb: Verifying Checksum 01:22:38 765212b225bb: Download complete 01:22:38 f23df028b6ca: Download complete 01:22:38 d65c8cfc05b1: Verifying Checksum 01:22:38 d65c8cfc05b1: Download complete 01:22:38 699f458cf7ca: Verifying Checksum 01:22:38 699f458cf7ca: Download complete 01:22:38 8998bd30e6a1: Download complete 01:22:41 2437ff75d9bd: Verifying Checksum 01:22:41 2437ff75d9bd: Download complete 01:22:43 8998bd30e6a1: Pull complete 01:22:44 04944245beec: Pull complete 01:22:45 699f458cf7ca: Pull complete 01:22:45 765212b225bb: Pull complete 01:22:46 f23df028b6ca: Pull complete 01:22:46 d65c8cfc05b1: Pull complete 01:23:05 2437ff75d9bd: Pull complete 01:23:05 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 01:23:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:23:05 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:23:05 prd-ubuntu20.04-docker-arm64-4c-16g-5106 does not seem to be running inside a container 01:23:05 $ 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/649 -v /w/workspace/edgex-go/649:/w/workspace/edgex-go/649:rw,z -v /w/workspace/edgex-go/649@tmp:/w/workspace/edgex-go/649@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 01:23:07 $ docker top 2acd769c929ef16fbcec8377bfd36eca0b0061d0cc3f0c46929b6d2899d11734 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:23:08 ---> job-cost.sh 01:23:08 lf-activate-venv: SKIPPING 01:23:08 INFO: No Stack... 01:23:09 INFO: Retrieving Pricing Info for: v3-standard-4 01:23:09 INFO: Archiving Costs [Pipeline] sh 01:23:10 + cat /w/workspace/edgex-go/649/archives/cost.csv 01:23:10 + cut -d, -f6 [Pipeline] lock 01:23:10 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-649-stack-cost] 01:23:10 Resource [jenkins-edgexfoundry-edgex-go-main-649-stack-cost] did not exist. Created. 01:23:10 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-649-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:23:11 + echo total: 0.10999999940395355 [Pipeline] stash 01:23:11 Stashed 1 file(s) [Pipeline] } 01:23:11 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-649-stack-cost] [Pipeline] // lock [Pipeline] } 01:23:11 $ docker stop --time=1 2acd769c929ef16fbcec8377bfd36eca0b0061d0cc3f0c46929b6d2899d11734 01:23:13 $ docker rm -f --volumes 2acd769c929ef16fbcec8377bfd36eca0b0061d0cc3f0c46929b6d2899d11734 [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 01:23:13 provisioning config files... 01:23:13 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/649@tmp/config6498467970269138291tmp [Pipeline] { [Pipeline] sh 01:23:14 + set +x 01:23:14 + bash -s -- 01:23:14 + curl -s https://codecov.io/bash 01:23:14 01:23:14 _____ _ 01:23:14 / ____| | | 01:23:14 | | ___ __| | ___ ___ _____ __ 01:23:14 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:23:14 | |___| (_) | (_| | __/ (_| (_) \ V / 01:23:14 \_____\___/ \__,_|\___|\___\___/ \_/ 01:23:14 Bash-1.0.6 01:23:14 01:23:14 01:23:14 ==> git version 2.25.1 found 01:23:14 ==> 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 01:23:14 Release-Date: 2020-01-08 01:23:14 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 01:23:14 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 01:23:14 ==> Jenkins CI detected. 01:23:14 current dir:  /w/workspace/edgex-go/649 01:23:14 project root: . 01:23:14 --> token set from env 01:23:14 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:23:14 ==> Running gcov in . (disable via -X gcov) 01:23:14 ==> Python coveragepy not found 01:23:14 ==> Searching for coverage reports in: 01:23:14 + . 01:23:14 -> Found 1 reports 01:23:14 ==> Detecting git/mercurial file structure 01:23:14 ==> Reading reports 01:23:14 + ./coverage.out bytes=481596 01:23:14 ==> Appending adjustments 01:23:14 https://docs.codecov.io/docs/fixing-reports 01:23:15 + Found adjustments 01:23:15 ==> Gzipping contents 01:23:15 60K /tmp/codecov.OqE17Q.gz 01:23:15 ==> Uploading reports 01:23:15 url: https://codecov.io 01:23:15 query: branch=main&commit=d00eb61bd559b49c08ce600caa3e3487789f2306&build=649&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F649%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 01:23:15 -> Pinging Codecov 01:23:15 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=d00eb61bd559b49c08ce600caa3e3487789f2306&build=649&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F649%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 01:23:15 -> Uploading to 01:23:15 https://storage.googleapis.com/codecov/v4/raw/2024-07-06/00271124DB129430A58F1EEE437C3FCB/d00eb61bd559b49c08ce600caa3e3487789f2306/0eb135cd-bd4c-45d9-9897-356de4654d29.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240706%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240706T012315Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2c0d2e8fbb6ef98e70bcf3e5add8d1604922ea2da3a8c713f59f46f888d9fa8d 01:23:15 % Total % Received % Xferd Average Speed Time Time Time Current 01:23:15 Dload Upload Total Spent Left Speed 01:23:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 61378 0 0 100 61378 0 289k --:--:-- --:--:-- --:--:-- 288k 100 61378 0 0 100 61378 0 244k --:--:-- --:--:-- --:--:-- 244k 01:23:15 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/d00eb61bd559b49c08ce600caa3e3487789f2306 [Pipeline] } 01:23:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 01:23:16 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 01:23:16 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:23:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 01:23:16 01:23:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:23:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 01:23:16 latest: Pulling from edgex-devops/edgex-snyk-go 01:23:16 619be1103602: Already exists 01:23:16 f8ea3408117e: Pulling fs layer 01:23:16 91320369b822: Pulling fs layer 01:23:16 0406650e8295: Pulling fs layer 01:23:16 4f4fb700ef54: Pulling fs layer 01:23:16 96d80e3f36e1: Pulling fs layer 01:23:16 bcf3aedb951c: Pulling fs layer 01:23:16 4f4fb700ef54: Waiting 01:23:16 bcf3aedb951c: Waiting 01:23:16 96d80e3f36e1: Waiting 01:23:16 0406650e8295: Verifying Checksum 01:23:16 0406650e8295: Download complete 01:23:16 f8ea3408117e: Download complete 01:23:16 4f4fb700ef54: Verifying Checksum 01:23:16 4f4fb700ef54: Download complete 01:23:16 f8ea3408117e: Pull complete 01:23:16 96d80e3f36e1: Verifying Checksum 01:23:16 96d80e3f36e1: Download complete 01:23:17 91320369b822: Download complete 01:23:17 bcf3aedb951c: Verifying Checksum 01:23:17 bcf3aedb951c: Download complete 01:23:20 91320369b822: Pull complete 01:23:20 0406650e8295: Pull complete 01:23:20 4f4fb700ef54: Pull complete 01:23:20 96d80e3f36e1: Pull complete 01:23:23 bcf3aedb951c: Pull complete 01:23:23 Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 01:23:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 01:23:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:23:23 prd-ubuntu20.04-docker-8c-8g-5105 does not seem to be running inside a container 01:23:23 $ 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/649 -v /w/workspace/edgex-go/649:/w/workspace/edgex-go/649:rw,z -v /w/workspace/edgex-go/649@tmp:/w/workspace/edgex-go/649@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 01:23:25 $ docker top 68f2502c3c1ed1b28a69c4997b2b75b2ea1e03312b6ea82e572553026a71811d -eo pid,comm [Pipeline] { [Pipeline] sh 01:23:25 + git config --global --add safe.directory /w/workspace/edgex-go/649 [Pipeline] echo 01:23:25 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 01:23:25 + set -o pipefail 01:23:25 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 01:23:33 01:23:33 Monitoring /w/workspace/edgex-go/649 (github.com/edgexfoundry/edgex-go)... 01:23:33 01:23:33 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/4662a296-4827-4d8a-8f96-af26e994527e 01:23:33 01:23:33 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 01:23:33 01:23:33 01:23:33 You have reached your monthly limit of 401 private tests for your edgex-jenkins org. 01:23:33 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 01:23:33 $ docker stop --time=1 68f2502c3c1ed1b28a69c4997b2b75b2ea1e03312b6ea82e572553026a71811d 01:23:36 $ docker rm -f --volumes 68f2502c3c1ed1b28a69c4997b2b75b2ea1e03312b6ea82e572553026a71811d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 01:23:36 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:23:36 provisioning config files... 01:23:36 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/649@tmp/config17884665393844556826tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:23:37 --> edgex-publish-swagger.sh 01:23:37 === Publish openapi/v3 API === 01:23:37 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 01:23:37 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/649/openapi/v3/core-command.yaml] 01:23:37 % Total % Received % Xferd Average Speed Time Time Time Current 01:23:37 Dload Upload Total Spent Left Speed 01:23:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 53390 --:--:-- --:--:-- --:--:-- 53304 100 32782 0 0 100 32782 0 53390 --:--:-- --:--:-- --:--:-- 53304 01:23:37 01:23:37 01:23:37 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/649/openapi/v3/core-data.yaml] 01:23:37 % Total % Received % Xferd Average Speed Time Time Time Current 01:23:37 Dload Upload Total Spent Left Speed 01:23:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 72043 0 0 100 72043 0 109k --:--:-- --:--:-- --:--:-- 109k 01:23:38 01:23:38 01:23:38 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/649/openapi/v3/core-keeper.yaml] 01:23:38 % Total % Received % Xferd Average Speed Time Time Time Current 01:23:38 Dload Upload Total Spent Left Speed 01:23:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32887 100 66 100 32821 223 108k --:--:-- --:--:-- --:--:-- 108k 01:23:38 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 01:23:38 01:23:38 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/649/openapi/v3/core-metadata.yaml] 01:23:38 % Total % Received % Xferd Average Speed Time Time Time Current 01:23:38 Dload Upload Total Spent Left Speed 01:23:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 149k 100 156 100 148k 306 292k --:--:-- --:--:-- --:--:-- 292k 01:23:39 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 01:23:39 01:23:39 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/649/openapi/v3/support-notifications.yaml] 01:23:39 % Total % Received % Xferd Average Speed Time Time Time Current 01:23:39 Dload Upload Total Spent Left Speed 01:23:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87457 100 156 100 87301 289 158k --:--:-- --:--:-- --:--:-- 158k 100 87457 100 156 100 87301 289 158k --:--:-- --:--:-- --:--:-- 158k 01:23:39 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 01:23:39 01:23:39 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/649/openapi/v3/support-scheduler.yaml] 01:23:39 % Total % Received % Xferd Average Speed Time Time Time Current 01:23:39 Dload Upload Total Spent Left Speed 01:23:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37110 100 156 100 36954 365 86543 --:--:-- --:--:-- --:--:-- 86908 01:23:40 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 01:23:40 [Pipeline] } 01:23:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 01:23:40 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:23:40 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:23:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:23:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:23:41 prd-ubuntu20.04-docker-8c-8g-5105 does not seem to be running inside a container 01:23:41 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/649 -v /w/workspace/edgex-go/649:/w/workspace/edgex-go/649:rw,z -v /w/workspace/edgex-go/649@tmp:/w/workspace/edgex-go/649@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 01:23:41 $ docker top eff95242c285529b10432a395f9d565000470b0dba666554940f7f7c73c3411e -eo pid,comm 01:23:41 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). 01:23:41 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:23:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:23:41 [ssh-agent] Looking for ssh-agent implementation... 01:23:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:23:41 $ docker exec eff95242c285529b10432a395f9d565000470b0dba666554940f7f7c73c3411e ssh-agent 01:23:41 SSH_AUTH_SOCK=/tmp/ssh-ViRKqNpJ8LR8/agent.32 01:23:41 SSH_AGENT_PID=38 01:23:41 Running ssh-add (command line suppressed) 01:23:41 Identity added: /w/workspace/edgex-go/649@tmp/private_key_16142926155690981212.key (/w/workspace/edgex-go/649@tmp/private_key_16142926155690981212.key) 01:23:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:23:42 + git semver tag 01:23:42 2024-07-06 01:23:42,434 [run_tag] DEBUG tag force:False 01:23:42 2024-07-06 01:23:42,434 [check_head_tag] DEBUG check head tag 01:23:42 2024-07-06 01:23:42,437 [execute] INFO git cat-file --batch-check 01:23:42 2024-07-06 01:23:42,437 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/649, universal_newlines=False, shell=None, istream=) 01:23:42 2024-07-06 01:23:42,441 [execute] INFO git cat-file --batch 01:23:42 2024-07-06 01:23:42,441 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/649, universal_newlines=False, shell=None, istream=) 01:23:42 2024-07-06 01:23:42,474 [read_version] DEBUG read version from /w/workspace/edgex-go/649/.semver/main 01:23:42 2024-07-06 01:23:42,474 [execute] INFO git tag -a v3.2.0-dev.31 -m v3.2.0-dev.31 01:23:42 2024-07-06 01:23:42,474 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.31', '-m', 'v3.2.0-dev.31'], cwd=/w/workspace/edgex-go/649, universal_newlines=False, shell=None, istream=None) 01:23:42 2024-07-06 01:23:42,479 [read_version] DEBUG read version from /w/workspace/edgex-go/649/.semver/main 01:23:42 3.2.0-dev.31 [Pipeline] } 01:23:42 $ docker exec --env ******** --env ******** eff95242c285529b10432a395f9d565000470b0dba666554940f7f7c73c3411e ssh-agent -k 01:23:42 unset SSH_AUTH_SOCK; 01:23:42 unset SSH_AGENT_PID; 01:23:42 echo Agent pid 38 killed; 01:23:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:23:42 + git semver [Pipeline] } 01:23:43 $ docker stop --time=1 eff95242c285529b10432a395f9d565000470b0dba666554940f7f7c73c3411e 01:23:44 $ docker rm -f --volumes eff95242c285529b10432a395f9d565000470b0dba666554940f7f7c73c3411e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:23:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 01:23:44 01:23:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:23:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 01:23:45 0.23.1-centos7: Pulling from edgex-lftools 01:23:45 ab5ef0e58194: Pulling fs layer 01:23:45 9712f1f96733: Pulling fs layer 01:23:45 63f879dbbcfc: Pulling fs layer 01:23:45 0d9ebad4ef96: Pulling fs layer 01:23:45 e9a5061849ea: Pulling fs layer 01:23:45 d747dcd14b5f: Pulling fs layer 01:23:45 2de7ff778b66: Pulling fs layer 01:23:45 d747dcd14b5f: Waiting 01:23:45 0d9ebad4ef96: Waiting 01:23:45 2de7ff778b66: Waiting 01:23:45 9712f1f96733: Download complete 01:23:45 63f879dbbcfc: Verifying Checksum 01:23:45 63f879dbbcfc: Download complete 01:23:45 e9a5061849ea: Verifying Checksum 01:23:45 e9a5061849ea: Download complete 01:23:45 0d9ebad4ef96: Verifying Checksum 01:23:45 0d9ebad4ef96: Download complete 01:23:45 ab5ef0e58194: Verifying Checksum 01:23:45 ab5ef0e58194: Download complete 01:23:45 2de7ff778b66: Verifying Checksum 01:23:45 2de7ff778b66: Download complete 01:23:48 ab5ef0e58194: Pull complete 01:23:48 9712f1f96733: Pull complete 01:23:48 63f879dbbcfc: Pull complete 01:23:52 0d9ebad4ef96: Pull complete 01:23:52 e9a5061849ea: Pull complete 01:23:52 d747dcd14b5f: Pull complete 01:23:53 2de7ff778b66: Pull complete 01:23:53 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 01:23:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 01:23:53 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:23:53 prd-ubuntu20.04-docker-8c-8g-5105 does not seem to be running inside a container 01:23:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/649 -v /w/workspace/edgex-go/649:/w/workspace/edgex-go/649:rw,z -v /w/workspace/edgex-go/649@tmp:/w/workspace/edgex-go/649@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 01:23:54 $ docker top bb3dd9c04c36a12e30a1747c7f34adbd9f7d61e9350203ea4651cc6e302718e4 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 01:23:55 provisioning config files... 01:23:55 copy managed file [sigul-config] to file:/w/workspace/edgex-go/649@tmp/config16026236242996062208tmp 01:23:55 copy managed file [sigul-password] to file:/w/workspace/edgex-go/649@tmp/config10739112863435767892tmp 01:23:55 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/649@tmp/config14550567383566549309tmp [Pipeline] { [Pipeline] echo 01:23:55 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 01:23:55 ---> sigul-configuration.sh 01:23:55 gpg: directory `/root/.gnupg' created 01:23:55 gpg: new configuration file `/root/.gnupg/gpg.conf' created 01:23:55 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 01:23:55 gpg: keyring `/root/.gnupg/secring.gpg' created 01:23:55 gpg: keyring `/root/.gnupg/pubring.gpg' created 01:23:55 gpg: CAST5 encrypted data 01:23:55 gpg: encrypted with 1 passphrase 01:23:55 gpg: WARNING: message was not integrity protected [Pipeline] sh 01:23:55 + mkdir /home/jenkins 01:23:55 + mkdir /home/jenkins/sigul [Pipeline] sh 01:23:56 + 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 01:23:56 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 01:23:56 ---> sigul-install.sh 01:23:56 Sigul already installed; skipping installation. [Pipeline] sh 01:23:56 + git tag --list 01:23:56 0.6.0 01:23:56 0.6.1 01:23:56 0.7.0 01:23:56 0.7.1 01:23:56 v1.0.0 01:23:56 v1.0.1 01:23:56 v1.1.0 01:23:56 v1.2.0 01:23:56 v1.2.1 01:23:56 v1.3.0 01:23:56 v1.3.1 01:23:56 v2.0.0 01:23:56 v2.1.0 01:23:56 v2.1.1 01:23:56 v2.2.0 01:23:56 v2.3.0 01:23:56 v3.0 01:23:56 v3.0.0 01:23:56 v3.1 01:23:56 v3.1.0 01:23:56 v3.1.0-dev.1 01:23:56 v3.1.0-dev.10 01:23:56 v3.1.0-dev.11 01:23:56 v3.1.0-dev.12 01:23:56 v3.1.0-dev.13 01:23:56 v3.1.0-dev.14 01:23:56 v3.1.0-dev.15 01:23:56 v3.1.0-dev.16 01:23:56 v3.1.0-dev.17 01:23:56 v3.1.0-dev.18 01:23:56 v3.1.0-dev.19 01:23:56 v3.1.0-dev.2 01:23:56 v3.1.0-dev.20 01:23:56 v3.1.0-dev.21 01:23:56 v3.1.0-dev.22 01:23:56 v3.1.0-dev.23 01:23:56 v3.1.0-dev.24 01:23:56 v3.1.0-dev.25 01:23:56 v3.1.0-dev.26 01:23:56 v3.1.0-dev.27 01:23:56 v3.1.0-dev.28 01:23:56 v3.1.0-dev.29 01:23:56 v3.1.0-dev.3 01:23:56 v3.1.0-dev.30 01:23:56 v3.1.0-dev.31 01:23:56 v3.1.0-dev.32 01:23:56 v3.1.0-dev.33 01:23:56 v3.1.0-dev.34 01:23:56 v3.1.0-dev.35 01:23:56 v3.1.0-dev.36 01:23:56 v3.1.0-dev.37 01:23:56 v3.1.0-dev.38 01:23:56 v3.1.0-dev.39 01:23:56 v3.1.0-dev.4 01:23:56 v3.1.0-dev.40 01:23:56 v3.1.0-dev.41 01:23:56 v3.1.0-dev.42 01:23:56 v3.1.0-dev.43 01:23:56 v3.1.0-dev.44 01:23:56 v3.1.0-dev.45 01:23:56 v3.1.0-dev.46 01:23:56 v3.1.0-dev.47 01:23:56 v3.1.0-dev.48 01:23:56 v3.1.0-dev.49 01:23:56 v3.1.0-dev.5 01:23:56 v3.1.0-dev.50 01:23:56 v3.1.0-dev.51 01:23:56 v3.1.0-dev.52 01:23:56 v3.1.0-dev.53 01:23:56 v3.1.0-dev.54 01:23:56 v3.1.0-dev.55 01:23:56 v3.1.0-dev.56 01:23:56 v3.1.0-dev.57 01:23:56 v3.1.0-dev.58 01:23:56 v3.1.0-dev.59 01:23:56 v3.1.0-dev.6 01:23:56 v3.1.0-dev.60 01:23:56 v3.1.0-dev.61 01:23:56 v3.1.0-dev.62 01:23:56 v3.1.0-dev.63 01:23:56 v3.1.0-dev.64 01:23:56 v3.1.0-dev.65 01:23:56 v3.1.0-dev.66 01:23:56 v3.1.0-dev.67 01:23:56 v3.1.0-dev.68 01:23:56 v3.1.0-dev.69 01:23:56 v3.1.0-dev.7 01:23:56 v3.1.0-dev.70 01:23:56 v3.1.0-dev.71 01:23:56 v3.1.0-dev.72 01:23:56 v3.1.0-dev.73 01:23:56 v3.1.0-dev.8 01:23:56 v3.1.0-dev.9 01:23:56 v3.1.1 01:23:56 v3.1.1-dev.1 01:23:56 v3.1.1-dev.2 01:23:56 v3.2.0-dev.1 01:23:56 v3.2.0-dev.10 01:23:56 v3.2.0-dev.11 01:23:56 v3.2.0-dev.12 01:23:56 v3.2.0-dev.13 01:23:56 v3.2.0-dev.14 01:23:56 v3.2.0-dev.15 01:23:56 v3.2.0-dev.16 01:23:56 v3.2.0-dev.17 01:23:56 v3.2.0-dev.18 01:23:56 v3.2.0-dev.19 01:23:56 v3.2.0-dev.2 01:23:56 v3.2.0-dev.20 01:23:56 v3.2.0-dev.21 01:23:56 v3.2.0-dev.22 01:23:56 v3.2.0-dev.23 01:23:56 v3.2.0-dev.24 01:23:56 v3.2.0-dev.25 01:23:56 v3.2.0-dev.26 01:23:56 v3.2.0-dev.27 01:23:56 v3.2.0-dev.28 01:23:56 v3.2.0-dev.29 01:23:56 v3.2.0-dev.3 01:23:56 v3.2.0-dev.30 01:23:56 v3.2.0-dev.31 01:23:56 v3.2.0-dev.4 01:23:56 v3.2.0-dev.5 01:23:56 v3.2.0-dev.6 01:23:56 v3.2.0-dev.7 01:23:56 v3.2.0-dev.8 01:23:56 v3.2.0-dev.9 [Pipeline] sh 01:23:56 + lftools sign git-tag v3.2.0-dev.31 01:23:57 Signing Git tag with Sigul... 01:23:57 Signing v3.2.0-dev.31 [Pipeline] echo 01:23:58 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 01:23:58 ---> sigul-configuration-cleanup.sh [Pipeline] } 01:23:58 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 01:23:58 $ docker stop --time=1 bb3dd9c04c36a12e30a1747c7f34adbd9f7d61e9350203ea4651cc6e302718e4 01:23:59 $ docker rm -f --volumes bb3dd9c04c36a12e30a1747c7f34adbd9f7d61e9350203ea4651cc6e302718e4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 01:24:00 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:24:00 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:24:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:24:00 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:24:00 prd-ubuntu20.04-docker-8c-8g-5105 does not seem to be running inside a container 01:24:00 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/649 -v /w/workspace/edgex-go/649:/w/workspace/edgex-go/649:rw,z -v /w/workspace/edgex-go/649@tmp:/w/workspace/edgex-go/649@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 01:24:00 $ docker top 0fe707eb097e9e7341a638427ada4b4f1bc28ea35c00ba55f00d29045cf53e55 -eo pid,comm 01:24:00 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). 01:24:00 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:24:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:24:00 [ssh-agent] Looking for ssh-agent implementation... 01:24:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:24:01 $ docker exec 0fe707eb097e9e7341a638427ada4b4f1bc28ea35c00ba55f00d29045cf53e55 ssh-agent 01:24:01 SSH_AUTH_SOCK=/tmp/ssh-HbMkQvu1HKSB/agent.33 01:24:01 SSH_AGENT_PID=39 01:24:01 Running ssh-add (command line suppressed) 01:24:01 Identity added: /w/workspace/edgex-go/649@tmp/private_key_14621923843919511179.key (/w/workspace/edgex-go/649@tmp/private_key_14621923843919511179.key) 01:24:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:24:01 + git semver bump pre 01:24:01 2024-07-06 01:24:01,776 [read_version] DEBUG read version from /w/workspace/edgex-go/649/.semver/main 01:24:01 2024-07-06 01:24:01,776 [bump_version] DEBUG bumping version:3.2.0-dev.31 on axis:pre with prefix:dev 01:24:01 2024-07-06 01:24:01,776 [bump_version] DEBUG bumped version:3.2.0-dev.32 01:24:01 2024-07-06 01:24:01,776 [write_version] DEBUG write version:3.2.0-dev.32 to path:/w/workspace/edgex-go/649/.semver/main with force:True 01:24:01 2024-07-06 01:24:01,776 [read_version] DEBUG read version from /w/workspace/edgex-go/649/.semver/main 01:24:01 2024-07-06 01:24:01,776 [write_file] DEBUG write to file:/w/workspace/edgex-go/649/.semver/main 01:24:01 2024-07-06 01:24:01,778 [execute] INFO git cat-file --batch-check 01:24:01 2024-07-06 01:24:01,778 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/649/.semver, universal_newlines=False, shell=None, istream=) 01:24:01 2024-07-06 01:24:01,783 [execute] INFO git cat-file --batch 01:24:01 2024-07-06 01:24:01,784 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/649/.semver, universal_newlines=False, shell=None, istream=) 01:24:01 2024-07-06 01:24:01,788 [read_version] DEBUG read version from /w/workspace/edgex-go/649/.semver/main 01:24:01 3.2.0-dev.32 [Pipeline] } 01:24:01 $ docker exec --env ******** --env ******** 0fe707eb097e9e7341a638427ada4b4f1bc28ea35c00ba55f00d29045cf53e55 ssh-agent -k 01:24:01 unset SSH_AUTH_SOCK; 01:24:01 unset SSH_AGENT_PID; 01:24:01 echo Agent pid 39 killed; 01:24:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:24:02 + git semver [Pipeline] } 01:24:02 $ docker stop --time=1 0fe707eb097e9e7341a638427ada4b4f1bc28ea35c00ba55f00d29045cf53e55 01:24:03 $ docker rm -f --volumes 0fe707eb097e9e7341a638427ada4b4f1bc28ea35c00ba55f00d29045cf53e55 [Pipeline] // withDockerContainer [Pipeline] sh 01:24:04 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:24:04 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:24:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:24:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:24:04 prd-ubuntu20.04-docker-8c-8g-5105 does not seem to be running inside a container 01:24:04 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/649 -v /w/workspace/edgex-go/649:/w/workspace/edgex-go/649:rw,z -v /w/workspace/edgex-go/649@tmp:/w/workspace/edgex-go/649@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 01:24:04 $ docker top 8e125dc0e0234ad87b5c9dbd24e24d29e20ea8b94288f55665a93f8148aeed9a -eo pid,comm 01:24:05 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). 01:24:05 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:24:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:24:05 [ssh-agent] Looking for ssh-agent implementation... 01:24:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:24:05 $ docker exec 8e125dc0e0234ad87b5c9dbd24e24d29e20ea8b94288f55665a93f8148aeed9a ssh-agent 01:24:05 SSH_AUTH_SOCK=/tmp/ssh-LsIO4oCKRZ3o/agent.31 01:24:05 SSH_AGENT_PID=38 01:24:05 Running ssh-add (command line suppressed) 01:24:05 Identity added: /w/workspace/edgex-go/649@tmp/private_key_6786598486427419182.key (/w/workspace/edgex-go/649@tmp/private_key_6786598486427419182.key) 01:24:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:24:05 + git semver push 01:24:05 2024-07-06 01:24:05,870 [run_push] DEBUG push 01:24:05 2024-07-06 01:24:05,870 [execute] INFO git cat-file --batch-check 01:24:05 2024-07-06 01:24:05,871 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/649/.semver, universal_newlines=False, shell=None, istream=) 01:24:05 2024-07-06 01:24:05,875 [execute] INFO git rev-list f2a01ae3066557101876f39c3a5c118c78072415 -- 01:24:05 2024-07-06 01:24:05,875 [execute] DEBUG Popen(['git', 'rev-list', 'f2a01ae3066557101876f39c3a5c118c78072415', '--'], cwd=/w/workspace/edgex-go/649/.semver, universal_newlines=False, shell=None, istream=None) 01:24:05 2024-07-06 01:24:05,892 [execute] INFO git fetch -v origin 01:24:05 2024-07-06 01:24:05,892 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/649/.semver, universal_newlines=True, shell=None, istream=None) 01:24:06 2024-07-06 01:24:06,319 [run_push] DEBUG no remote changes detected 01:24:06 2024-07-06 01:24:06,319 [execute] INFO git push origin semver 01:24:06 2024-07-06 01:24:06,320 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/649/.semver, universal_newlines=False, shell=None, istream=None) 01:24:07 2024-07-06 01:24:07,119 [run_push] DEBUG push all version tags 01:24:07 2024-07-06 01:24:07,120 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 01:24:07 2024-07-06 01:24:07,120 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/649, universal_newlines=False, shell=None, istream=None) 01:24:08 2024-07-06 01:24:07,855 [read_version] DEBUG read version from /w/workspace/edgex-go/649/.semver/main 01:24:08 3.2.0-dev.32 [Pipeline] } 01:24:08 $ docker exec --env ******** --env ******** 8e125dc0e0234ad87b5c9dbd24e24d29e20ea8b94288f55665a93f8148aeed9a ssh-agent -k 01:24:08 unset SSH_AUTH_SOCK; 01:24:08 unset SSH_AGENT_PID; 01:24:08 echo Agent pid 38 killed; 01:24:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:24:08 + git semver [Pipeline] } 01:24:08 $ docker stop --time=1 8e125dc0e0234ad87b5c9dbd24e24d29e20ea8b94288f55665a93f8148aeed9a 01:24:10 $ docker rm -f --volumes 8e125dc0e0234ad87b5c9dbd24e24d29e20ea8b94288f55665a93f8148aeed9a [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 01:24:10 + [ -d /w/workspace/edgex-go/649/archives ] [Pipeline] libraryResource [Pipeline] sh 01:24:10 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:24:11 ---> package-listing.sh 01:24:11 ++ facter osfamily 01:24:11 ++ tr '[:upper:]' '[:lower:]' 01:24:12 + OS_FAMILY=debian 01:24:12 + workspace=/w/workspace/edgex-go/649 01:24:12 + START_PACKAGES=/tmp/packages_start.txt 01:24:12 + END_PACKAGES=/tmp/packages_end.txt 01:24:12 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:24:12 + PACKAGES=/tmp/packages_start.txt 01:24:12 + '[' /w/workspace/edgex-go/649 ']' 01:24:12 + PACKAGES=/tmp/packages_end.txt 01:24:12 + case "${OS_FAMILY}" in 01:24:12 + dpkg -l 01:24:12 + grep '^ii' 01:24:12 + '[' -f /tmp/packages_start.txt ']' 01:24:12 + '[' -f /tmp/packages_end.txt ']' 01:24:12 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:24:12 + '[' /w/workspace/edgex-go/649 ']' 01:24:12 + mkdir -p /w/workspace/edgex-go/649/archives/ 01:24:12 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/649/archives/ [Pipeline] echo 01:24:12 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/649/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:24:12 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:24:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:24:12 01:24:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:24:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:24:13 latest: Pulling from edgex-lftools-log-publisher 01:24:13 5eb5b503b376: Pulling fs layer 01:24:13 5c69ac0246d0: Pulling fs layer 01:24:13 ec43610c2a17: Pulling fs layer 01:24:13 3a2ae6a8a46f: Pulling fs layer 01:24:13 33b1e0a273af: Pulling fs layer 01:24:13 5d3b04190fa2: Pulling fs layer 01:24:13 2f39f015ded8: Pulling fs layer 01:24:13 33b1e0a273af: Waiting 01:24:13 5d3b04190fa2: Waiting 01:24:13 3a2ae6a8a46f: Waiting 01:24:13 2f39f015ded8: Waiting 01:24:13 5c69ac0246d0: Verifying Checksum 01:24:13 5c69ac0246d0: Download complete 01:24:13 3a2ae6a8a46f: Verifying Checksum 01:24:13 3a2ae6a8a46f: Download complete 01:24:13 33b1e0a273af: Download complete 01:24:13 5d3b04190fa2: Verifying Checksum 01:24:13 5d3b04190fa2: Download complete 01:24:13 ec43610c2a17: Verifying Checksum 01:24:13 ec43610c2a17: Download complete 01:24:13 5eb5b503b376: Verifying Checksum 01:24:13 5eb5b503b376: Download complete 01:24:13 2f39f015ded8: Verifying Checksum 01:24:13 2f39f015ded8: Download complete 01:24:14 5eb5b503b376: Pull complete 01:24:14 5c69ac0246d0: Pull complete 01:24:14 ec43610c2a17: Pull complete 01:24:15 3a2ae6a8a46f: Pull complete 01:24:15 33b1e0a273af: Pull complete 01:24:15 5d3b04190fa2: Pull complete 01:24:18 2f39f015ded8: Pull complete 01:24:18 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 01:24:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:24:18 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:24:18 prd-ubuntu20.04-docker-8c-8g-5105 does not seem to be running inside a container 01:24:18 $ 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/649/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/649 -v /w/workspace/edgex-go/649:/w/workspace/edgex-go/649:rw,z -v /w/workspace/edgex-go/649@tmp:/w/workspace/edgex-go/649@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 01:24:20 $ docker top 8bfe22c9c34fe04b615c8b0554e6bf5cfff4fbcaf41f6f17881962ebab82b85f -eo pid,comm [Pipeline] { [Pipeline] sh 01:24:20 + touch /tmp/pre-build-complete [Pipeline] sh 01:24:21 + mkdir -p /var/log/sysstat [Pipeline] sh 01:24:21 + ls /var/log/sa-host 01:24:21 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:24:21 provisioning config files... 01:24:21 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/649@tmp/config18043050427181872518tmp [Pipeline] { [Pipeline] echo 01:24:21 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:24:21 ---> create-netrc.sh [Pipeline] } 01:24:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:24:22 ---> python-tools-install.sh [Pipeline] echo 01:24:22 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:24:22 ---> sudo-logs.sh 01:24:22 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 01:24:22 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:24:22 ---> job-cost.sh 01:24:22 lf-activate-venv: SKIPPING 01:24:22 DEBUG: total: 0.10999999940395355 01:24:22 INFO: Retrieving Stack Cost... 01:24:23 INFO: Retrieving Pricing Info for: v3-standard-8 01:24:23 INFO: Archiving Costs [Pipeline] echo 01:24:23 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:24:23 ---> logs-deploy.sh 01:24:23 lf-activate-venv: SKIPPING 01:24:23 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/649 01:24:23 INFO: archiving workspace using pattern(s): 01:24:24 Archives upload complete. 01:24:24 INFO: archiving logs to Nexus 01:24:25 ---> uname -a: 01:24:25 Linux prd-ubuntu20-04-docker-8c-8g-5105 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 01:24:25 01:24:25 01:24:25 ---> lscpu: 01:24:25 Architecture: x86_64 01:24:25 CPU op-mode(s): 32-bit, 64-bit 01:24:25 Byte Order: Little Endian 01:24:25 Address sizes: 40 bits physical, 48 bits virtual 01:24:25 CPU(s): 8 01:24:25 On-line CPU(s) list: 0-7 01:24:25 Thread(s) per core: 1 01:24:25 Core(s) per socket: 1 01:24:25 Socket(s): 8 01:24:25 NUMA node(s): 1 01:24:25 Vendor ID: AuthenticAMD 01:24:25 CPU family: 23 01:24:25 Model: 49 01:24:25 Model name: AMD EPYC-Rome Processor 01:24:25 Stepping: 0 01:24:25 CPU MHz: 2800.000 01:24:25 BogoMIPS: 5600.00 01:24:25 Virtualization: AMD-V 01:24:25 Hypervisor vendor: KVM 01:24:25 Virtualization type: full 01:24:25 L1d cache: 256 KiB 01:24:25 L1i cache: 256 KiB 01:24:25 L2 cache: 4 MiB 01:24:25 L3 cache: 128 MiB 01:24:25 NUMA node0 CPU(s): 0-7 01:24:25 Vulnerability Itlb multihit: Not affected 01:24:25 Vulnerability L1tf: Not affected 01:24:25 Vulnerability Mds: Not affected 01:24:25 Vulnerability Meltdown: Not affected 01:24:25 Vulnerability Mmio stale data: Not affected 01:24:25 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:24:25 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 01:24:25 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 01:24:25 Vulnerability Srbds: Not affected 01:24:25 Vulnerability Tsx async abort: Not affected 01:24:25 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 01:24:25 01:24:25 01:24:25 ---> nproc: 01:24:25 8 01:24:25 01:24:25 01:24:25 ---> df -h: 01:24:25 Filesystem Size Used Avail Use% Mounted on 01:24:25 overlay 155G 27G 129G 18% / 01:24:25 tmpfs 64M 0 64M 0% /dev 01:24:25 tmpfs 16G 0 16G 0% /sys/fs/cgroup 01:24:25 shm 64M 0 64M 0% /dev/shm 01:24:25 /dev/vda1 155G 27G 129G 18% /facter-os 01:24:25 01:24:25 01:24:25 ---> sar -b -r -n DEV: 01:24:25 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5105) 07/06/24 _x86_64_ (8 CPU) 01:24:25 01:24:25 00:38:22 LINUX RESTART (8 CPU) 01:24:25 01:24:25 00:39:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 01:24:25 00:40:01 342.76 10.69 332.06 0.00 1786.82 52631.89 0.00 01:24:25 00:41:01 110.25 0.50 109.75 0.00 6.93 35237.99 0.00 01:24:25 00:42:01 43.07 0.02 43.05 0.00 2.40 30773.09 0.00 01:24:25 00:43:01 28.28 0.15 28.13 0.00 6.53 17044.23 0.00 01:24:25 00:44:01 223.13 2.75 220.38 0.00 138.78 120397.53 0.00 01:24:25 00:45:01 448.97 11.73 437.24 0.00 4381.79 128893.95 0.00 01:24:25 00:46:01 494.87 4.83 490.03 0.00 39.99 171032.03 0.00 01:24:25 00:47:01 226.47 0.08 226.39 0.00 0.67 53022.29 0.00 01:24:25 00:48:01 352.77 0.07 352.71 0.00 0.53 116733.21 0.00 01:24:25 00:49:01 480.67 0.18 480.49 0.00 27.32 37941.75 0.00 01:24:25 00:50:01 28.70 0.00 28.70 0.00 0.00 726.01 0.00 01:24:25 00:51:01 6.63 0.00 6.63 0.00 0.00 156.51 0.00 01:24:25 00:52:01 1.02 0.00 1.02 0.00 0.00 11.33 0.00 01:24:25 00:53:01 1.32 0.00 1.32 0.00 0.00 15.20 0.00 01:24:25 00:54:01 2.08 0.02 2.07 0.00 0.13 27.06 0.00 01:24:25 00:55:01 1.53 0.00 1.53 0.00 0.00 17.73 0.00 01:24:25 00:56:01 0.98 0.00 0.98 0.00 0.00 11.46 0.00 01:24:25 00:57:01 1.10 0.00 1.10 0.00 0.00 13.73 0.00 01:24:25 00:58:01 1.07 0.00 1.07 0.00 0.00 12.00 0.00 01:24:25 00:59:01 1.33 0.00 1.33 0.00 0.00 16.40 0.00 01:24:25 01:00:01 1.00 0.00 1.00 0.00 0.00 11.46 0.00 01:24:25 01:01:01 1.08 0.00 1.08 0.00 0.00 14.00 0.00 01:24:25 01:02:01 1.13 0.00 1.13 0.00 0.00 11.86 0.00 01:24:25 01:03:01 1.32 0.00 1.32 0.00 0.00 16.26 0.00 01:24:25 01:04:01 1.10 0.00 1.10 0.00 0.00 12.26 0.00 01:24:25 01:05:01 1.10 0.00 1.10 0.00 0.00 14.53 0.00 01:24:25 01:06:01 1.22 0.00 1.22 0.00 0.00 13.60 0.00 01:24:25 01:07:01 1.18 0.00 1.18 0.00 0.00 14.00 0.00 01:24:25 01:08:02 1.13 0.00 1.13 0.00 0.00 12.53 0.00 01:24:25 01:09:01 1.20 0.00 1.20 0.00 0.00 15.18 0.00 01:24:25 01:10:01 1.08 0.00 1.08 0.00 0.00 12.40 0.00 01:24:25 01:11:01 1.12 0.00 1.12 0.00 0.00 14.00 0.00 01:24:25 01:12:01 1.08 0.00 1.08 0.00 0.00 11.60 0.00 01:24:25 01:13:01 1.33 0.00 1.33 0.00 0.00 16.13 0.00 01:24:25 01:14:01 0.97 0.00 0.97 0.00 0.00 11.60 0.00 01:24:25 01:15:01 1.35 0.00 1.35 0.00 0.00 16.26 0.00 01:24:25 01:16:01 0.98 0.00 0.98 0.00 0.00 11.46 0.00 01:24:25 01:17:01 1.18 0.02 1.17 0.00 0.13 14.40 0.00 01:24:25 01:18:01 2.48 1.30 1.18 0.00 32.26 13.60 0.00 01:24:25 01:19:01 1.57 0.20 1.37 0.00 3.20 18.40 0.00 01:24:25 01:20:01 1.67 0.00 1.67 0.00 0.00 19.33 0.00 01:24:25 01:21:01 1.73 0.00 1.73 0.00 0.00 20.13 0.00 01:24:25 01:22:01 1.00 0.00 1.00 0.00 0.00 11.86 0.00 01:24:25 01:23:01 1.47 0.00 1.47 0.00 0.00 16.93 0.00 01:24:25 01:24:01 171.14 0.63 170.51 0.00 12.40 61128.02 0.00 01:24:25 Average: 66.59 0.73 65.85 0.00 142.85 18361.72 0.00 01:24:25 01:24:25 00:39:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 01:24:25 00:40:01 28700840 31543240 779220 2.37 80756 3020568 2010792 5.93 1094744 2695236 3100 01:24:25 00:41:01 27478384 31472476 840488 2.56 127368 4008592 1937240 5.71 1654560 3230880 732092 01:24:25 00:42:01 27234220 31240932 1068672 3.25 130152 4012108 2533724 7.47 1698000 3415312 275080 01:24:25 00:43:01 26744140 31424792 883084 2.69 133120 4631424 1996248 5.88 1748348 3806372 436076 01:24:25 00:44:01 21886916 31403060 871552 2.65 156116 9351744 2613204 7.70 1823216 8445612 2933872 01:24:25 00:45:01 19708240 31093988 1148112 3.49 259076 10868612 3510832 10.35 2741388 9421176 924148 01:24:25 00:46:01 13302184 29280716 2913040 8.86 360312 14965856 7629116 22.48 4956412 13158204 280472 01:24:25 00:47:01 9830280 28650760 3536764 10.76 379180 17648120 9944984 29.31 6895912 14534492 1518636 01:24:25 00:48:01 12314924 31390460 856592 2.60 390424 18057064 2426392 7.15 3110012 16085972 705060 01:24:25 00:49:01 12111672 31461132 795044 2.42 396224 18317680 2126524 6.27 3295328 16114120 588 01:24:25 00:50:01 12094592 31445968 809560 2.46 397480 18318172 2315744 6.82 3691672 15734796 508 01:24:25 00:51:01 12107876 31459568 795892 2.42 397728 18318192 2121760 6.25 3729576 15682944 12 01:24:25 00:52:01 12109072 31460788 794576 2.42 397756 18318196 2121760 6.25 3727832 15682948 8 01:24:25 00:53:01 12110196 31461948 793860 2.41 397764 18318200 2121760 6.25 3726288 15682952 40 01:24:25 00:54:01 12110316 31462252 793416 2.41 397828 18318176 2139120 6.30 3725756 15682928 32 01:24:25 00:55:01 12122080 31474032 781556 2.38 397860 18318180 2139120 6.30 3713284 15682932 16 01:24:25 00:56:01 12122220 31474180 781256 2.38 397880 18318184 2139120 6.30 3713284 15682936 8 01:24:25 00:57:01 12122496 31474500 780896 2.37 397900 18318188 2139120 6.30 3713328 15682940 52 01:24:25 00:58:01 12122916 31474948 780620 2.37 397904 18318192 2139120 6.30 3713364 15682944 12 01:24:25 00:59:01 12122892 31474928 780572 2.37 397948 18318188 2139120 6.30 3712636 15682944 12 01:24:25 01:00:01 12123284 31475396 780084 2.37 397972 18318196 2139120 6.30 3712692 15682948 28 01:24:25 01:01:01 12123276 31475396 780012 2.37 397984 18318200 2139120 6.30 3712628 15682952 60 01:24:25 01:02:01 12123016 31475188 780156 2.37 398024 18318200 2139120 6.30 3713032 15682952 24 01:24:25 01:03:01 12123220 31475408 779876 2.37 398032 18318204 2155176 6.35 3712744 15682956 12 01:24:25 01:04:01 12123460 31475680 779776 2.37 398064 18318204 2155176 6.35 3713052 15682956 16 01:24:25 01:05:01 12123324 31475560 779784 2.37 398080 18318212 2155176 6.35 3713080 15682964 76 01:24:25 01:06:01 12123340 31475600 779732 2.37 398108 18318220 2155176 6.35 3713140 15682972 4 01:24:25 01:07:01 12122780 31475040 780204 2.37 398136 18318220 2155176 6.35 3712916 15682972 12 01:24:25 01:08:02 12123024 31475344 779876 2.37 398156 18318224 2155176 6.35 3712972 15682976 4 01:24:25 01:09:01 12122976 31475324 779944 2.37 398176 18318228 2155176 6.35 3713064 15682980 32 01:24:25 01:10:01 12122928 31475364 779864 2.37 398192 18318284 2155176 6.35 3713036 15683044 12 01:24:25 01:11:01 12122880 31475336 779832 2.37 398208 18318296 2155176 6.35 3713040 15683048 64 01:24:25 01:12:01 12122828 31475332 780008 2.37 398236 18318296 2155176 6.35 3713112 15683048 12 01:24:25 01:13:01 12123304 31475816 779680 2.37 398260 18318300 2155176 6.35 3713108 15683052 8 01:24:25 01:14:01 12123248 31475816 779676 2.37 398284 18318304 2171252 6.40 3713180 15683056 28 01:24:25 01:15:01 12122988 31475560 779856 2.37 398304 18318304 2171252 6.40 3713056 15683060 24 01:24:25 01:16:01 12122680 31475288 780068 2.37 398320 18318312 2171252 6.40 3713100 15683064 28 01:24:25 01:17:01 12122576 31475200 780088 2.37 398340 18318312 2171252 6.40 3713092 15683068 24 01:24:25 01:18:01 12116912 31471584 783744 2.38 398364 18319408 2152024 6.34 3719444 15683636 40 01:24:25 01:19:01 12116268 31471108 784392 2.39 398392 18319508 2152024 6.34 3720696 15683444 156 01:24:25 01:20:01 12116244 31471168 784308 2.39 398460 18319508 2152024 6.34 3720404 15683444 32 01:24:25 01:21:01 12116220 31471192 784232 2.38 398492 18319516 2152024 6.34 3720432 15683448 12 01:24:25 01:22:01 12115960 31470936 784420 2.39 398500 18319520 2152024 6.34 3720380 15683452 8 01:24:25 01:23:01 12116156 31471136 784136 2.38 398516 18319520 2152024 6.34 3720388 15683452 44 01:24:25 01:24:01 10657536 31410824 840028 2.55 432016 19552656 2267484 6.68 3852388 16867520 784 01:24:25 Average: 13822820 31342673 914857 2.78 364009 16605818 2494083 7.35 3537625 14245580 173586 01:24:25 01:24:25 00:39:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 01:24:25 00:40:01 docker0 710.05 646.42 50.53 3026.02 0.00 0.00 0.00 0.00 01:24:25 00:40:01 lo 4.74 4.74 0.47 0.47 0.00 0.00 0.00 0.00 01:24:25 00:40:01 ens3 1058.13 1001.12 9653.50 118.02 0.00 0.00 0.00 0.00 01:24:25 00:40:01 vethff4d452 111.79 122.64 10.91 103.96 0.00 0.00 0.00 0.01 01:24:25 00:41:01 veth24ca688 0.00 0.18 0.00 0.02 0.00 0.00 0.00 0.00 01:24:25 00:41:01 docker0 160.27 208.08 13.24 1952.72 0.00 0.00 0.00 0.00 01:24:25 00:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:24:25 00:41:01 ens3 231.78 175.82 1978.56 25.83 0.00 0.00 0.00 0.00 01:24:25 00:42:01 veth24ca688 1.32 1.35 0.11 0.12 0.00 0.00 0.00 0.00 01:24:25 00:42:01 docker0 1.32 1.32 0.10 0.12 0.00 0.00 0.00 0.00 01:24:25 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:42:01 ens3 31.86 20.34 33.21 12.74 0.00 0.00 0.00 0.00 01:24:25 00:43:01 veth24ca688 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:24:25 00:43:01 ens3 20.03 10.48 17.46 9.09 0.00 0.00 0.00 0.00 01:24:25 00:44:01 veth372e1c2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:44:01 docker0 11.48 22.26 0.73 286.19 0.00 0.00 0.00 0.00 01:24:25 00:44:01 lo 1.60 1.60 0.16 0.16 0.00 0.00 0.00 0.00 01:24:25 00:44:01 veth816f8ff 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:44:01 ens3 277.29 153.42 4169.53 27.93 0.00 0.00 0.00 0.00 01:24:25 00:44:01 vethe6d52fe 1.38 2.45 0.11 31.48 0.00 0.00 0.00 0.00 01:24:25 00:44:01 veth8578d43 2.12 3.70 0.15 31.84 0.00 0.00 0.00 0.00 01:24:25 00:44:01 veth24b26d9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:44:01 veth132f278 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:44:01 veth7addc36 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:44:01 vetha8a5eff 4.60 7.20 0.36 92.14 0.00 0.00 0.00 0.01 01:24:25 00:44:01 veth2fb826e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:44:01 vethb6feff7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:44:01 veth10fbf4c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:44:01 vetheab66f5 3.05 9.28 0.23 130.66 0.00 0.00 0.00 0.01 01:24:25 00:44:01 veth81c322b 0.33 0.48 0.03 0.14 0.00 0.00 0.00 0.00 01:24:25 00:45:01 docker0 298.92 447.43 24.04 3240.93 0.00 0.00 0.00 0.00 01:24:25 00:45:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 01:24:25 00:45:01 veth585a784 51.61 67.86 5.01 438.07 0.00 0.00 0.00 0.04 01:24:25 00:45:01 ens3 719.72 457.81 5109.84 210.77 0.00 0.00 0.00 0.00 01:24:25 00:45:01 veth1f13594 46.74 77.52 4.67 441.14 0.00 0.00 0.00 0.04 01:24:25 00:45:01 veth882dcac 48.82 79.35 4.82 440.67 0.00 0.00 0.00 0.04 01:24:25 00:45:01 veth81c322b 0.08 0.98 0.00 0.04 0.00 0.00 0.00 0.00 01:24:25 00:45:01 veth954887e 53.07 70.35 5.13 438.56 0.00 0.00 0.00 0.04 01:24:25 00:45:01 veth20676a2 51.63 71.89 5.03 438.30 0.00 0.00 0.00 0.04 01:24:25 00:46:01 vethefc64e2 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 01:24:25 00:46:01 vethfcb32f0 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 01:24:25 00:46:01 docker0 186.60 311.33 16.37 3690.12 0.00 0.00 0.00 0.00 01:24:25 00:46:01 veth317133e 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 01:24:25 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:46:01 ens3 324.00 193.55 3700.37 24.50 0.00 0.00 0.00 0.00 01:24:25 00:46:01 vethb49e3ee 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 01:24:25 00:46:01 vetheee6846 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 01:24:25 00:46:01 vethe19f46d 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 01:24:25 00:46:01 vethd4e1a20 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 01:24:25 00:46:01 veth228b368 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 01:24:25 00:46:01 veth2029af7 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 01:24:25 00:46:01 veth81c322b 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 01:24:25 00:46:01 veth037b744 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 01:24:25 00:46:01 vethbf6c933 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 01:24:25 00:46:01 veth9263b4c 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 01:24:25 00:47:01 vethefc64e2 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:47:01 vethfcb32f0 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:47:01 veth317133e 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:24:25 00:47:01 ens3 6.66 4.41 5.46 3.06 0.00 0.00 0.00 0.00 01:24:25 00:47:01 vethb49e3ee 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:47:01 vetheee6846 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:47:01 vethe19f46d 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:47:01 vethd4e1a20 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:47:01 veth228b368 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:47:01 veth2029af7 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:47:01 veth81c322b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:47:01 veth037b744 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:47:01 vethbf6c933 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:47:01 veth9263b4c 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:48:01 vethefc64e2 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:48:01 vethfcb32f0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:48:01 veth317133e 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:48:01 ens3 5.58 2.90 4.56 2.40 0.00 0.00 0.00 0.00 01:24:25 00:48:01 vethb49e3ee 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:48:01 vetheee6846 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:48:01 vethe19f46d 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:48:01 vethd4e1a20 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:48:01 veth228b368 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:48:01 veth2029af7 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:48:01 veth81c322b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:48:01 veth037b744 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:48:01 vethbf6c933 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:48:01 veth9263b4c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:49:01 lo 36.05 36.05 3.55 3.55 0.00 0.00 0.00 0.00 01:24:25 00:49:01 ens3 260.45 250.13 157.40 1026.21 0.00 0.00 0.00 0.00 01:24:25 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:50:01 lo 36.93 36.93 3.64 3.64 0.00 0.00 0.00 0.00 01:24:25 00:50:01 ens3 424.15 442.46 172.98 2598.05 0.00 0.00 0.00 0.00 01:24:25 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:51:01 lo 7.73 7.73 0.76 0.76 0.00 0.00 0.00 0.00 01:24:25 00:51:01 ens3 67.17 60.76 38.68 290.93 0.00 0.00 0.00 0.00 01:24:25 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:52:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:24:25 00:53:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 01:24:25 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:54:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 01:24:25 00:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:24:25 00:55:01 ens3 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 01:24:25 00:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:56:01 ens3 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:24:25 00:57:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:24:25 00:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:58:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 00:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:24:25 00:59:01 ens3 0.28 0.18 0.08 0.07 0.00 0.00 0.00 0.00 01:24:25 01:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 01:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 01:00:01 ens3 1.58 0.87 6.93 0.06 0.00 0.00 0.00 0.00 01:24:25 01:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 01:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:24:25 01:01:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:24:25 01:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 01:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 01:02:01 ens3 0.42 0.32 0.26 0.21 0.00 0.00 0.00 0.00 01:24:25 01:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 01:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:24:25 01:03:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 01:24:25 01:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 01:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 01:04:01 ens3 1.00 0.40 0.38 0.27 0.00 0.00 0.00 0.00 01:24:25 01:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 01:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:24:25 01:05:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 01:24:25 01:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 01:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 01:06:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 01:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 01:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:24:25 01:07:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:24:25 01:08:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 01:08:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 01:08:02 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 01:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 01:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:24:25 01:09:01 ens3 0.27 0.24 0.09 0.08 0.00 0.00 0.00 0.00 01:24:25 01:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 01:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 01:10:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 01:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 01:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:24:25 01:11:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:24:25 01:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 01:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 01:12:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 01:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 01:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:24:25 01:13:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 01:24:25 01:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 01:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 01:14:01 ens3 0.40 0.30 0.20 0.08 0.00 0.00 0.00 0.00 01:24:25 01:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 01:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:24:25 01:15:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 01:24:25 01:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 01:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 01:16:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 01:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 01:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:24:25 01:17:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:24:25 01:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 01:18:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 01:24:25 01:18:01 ens3 4.35 3.47 3.28 4.02 0.00 0.00 0.00 0.00 01:24:25 01:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 01:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:24:25 01:19:01 ens3 4.03 3.33 2.37 2.40 0.00 0.00 0.00 0.00 01:24:25 01:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 01:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 01:20:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 01:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 01:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:24:25 01:21:01 ens3 0.20 0.12 0.07 0.01 0.00 0.00 0.00 0.00 01:24:25 01:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 01:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 01:22:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 01:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 01:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:24:25 01:23:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:24:25 01:24:01 docker0 82.09 155.16 7.34 1256.34 0.00 0.00 0.00 0.00 01:24:25 01:24:01 lo 2.27 2.27 0.23 0.23 0.00 0.00 0.00 0.00 01:24:25 01:24:01 ens3 475.94 288.64 8110.55 159.47 0.00 0.00 0.00 0.00 01:24:25 01:24:01 veth115381a 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 Average: docker0 32.02 39.64 2.48 298.24 0.00 0.00 0.00 0.00 01:24:25 Average: lo 2.08 2.08 0.20 0.20 0.00 0.00 0.00 0.00 01:24:25 Average: ens3 86.77 67.98 734.30 100.40 0.00 0.00 0.00 0.00 01:24:25 Average: veth115381a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:25 01:24:25 01:24:25 ---> sar -P ALL: 01:24:25 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5105) 07/06/24 _x86_64_ (8 CPU) 01:24:25 01:24:25 00:38:22 LINUX RESTART (8 CPU) 01:24:25 01:24:25 00:39:02 CPU %user %nice %system %iowait %steal %idle 01:24:25 00:40:01 all 8.34 0.00 3.54 4.45 0.07 83.60 01:24:25 00:40:01 0 9.30 0.00 3.64 4.00 0.07 82.98 01:24:25 00:40:01 1 7.23 0.00 3.79 16.76 0.05 72.17 01:24:25 00:40:01 2 9.78 0.00 3.42 0.60 0.07 86.12 01:24:25 00:40:01 3 10.55 0.00 3.41 3.51 0.10 82.43 01:24:25 00:40:01 4 7.16 0.00 4.03 4.95 0.07 83.79 01:24:25 00:40:01 5 7.65 0.00 2.90 0.10 0.07 89.28 01:24:25 00:40:01 6 8.35 0.00 4.52 5.43 0.07 81.62 01:24:25 00:40:01 7 6.67 0.00 2.57 0.24 0.09 90.44 01:24:25 00:41:01 all 27.85 0.00 5.24 2.98 0.07 63.86 01:24:25 00:41:01 0 29.96 0.00 4.94 1.19 0.07 63.84 01:24:25 00:41:01 1 26.25 0.00 5.82 18.78 0.07 49.08 01:24:25 00:41:01 2 27.86 0.00 4.99 0.74 0.07 66.35 01:24:25 00:41:01 3 25.83 0.00 4.83 0.34 0.07 68.94 01:24:25 00:41:01 4 28.89 0.00 4.66 0.29 0.07 66.09 01:24:25 00:41:01 5 27.09 0.00 5.92 0.49 0.08 66.42 01:24:25 00:41:01 6 28.86 0.00 5.25 0.98 0.07 64.84 01:24:25 00:41:01 7 28.05 0.00 5.52 1.09 0.05 65.29 01:24:25 00:42:01 all 23.60 0.00 4.13 2.10 0.07 70.09 01:24:25 00:42:01 0 21.65 0.00 4.08 2.45 0.08 71.74 01:24:25 00:42:01 1 22.53 0.00 4.72 13.12 0.10 59.53 01:24:25 00:42:01 2 26.58 0.00 3.80 1.06 0.07 68.49 01:24:25 00:42:01 3 24.38 0.00 4.08 0.03 0.07 71.44 01:24:25 00:42:01 4 23.96 0.00 3.64 0.03 0.07 72.31 01:24:25 00:42:01 5 23.85 0.00 3.96 0.00 0.05 72.15 01:24:25 00:42:01 6 23.90 0.00 4.56 0.15 0.07 71.33 01:24:25 00:42:01 7 21.99 0.00 4.25 0.02 0.07 73.68 01:24:25 00:43:01 all 60.00 0.00 7.65 1.09 0.14 31.12 01:24:25 00:43:01 0 57.68 0.00 7.32 0.68 0.10 34.22 01:24:25 00:43:01 1 62.14 0.00 8.25 0.44 0.10 29.06 01:24:25 00:43:01 2 59.81 0.00 7.42 0.82 0.50 31.44 01:24:25 00:43:01 3 59.75 0.00 8.00 1.03 0.08 31.13 01:24:25 00:43:01 4 59.87 0.00 7.69 2.62 0.08 29.73 01:24:25 00:43:01 5 58.86 0.00 7.29 0.67 0.10 33.08 01:24:25 00:43:01 6 59.31 0.00 7.65 1.72 0.08 31.24 01:24:25 00:43:01 7 62.56 0.00 7.58 0.71 0.08 29.06 01:24:25 00:44:01 all 19.10 0.00 6.59 13.95 0.08 60.29 01:24:25 00:44:01 0 17.65 0.00 6.14 13.28 0.08 62.85 01:24:25 00:44:01 1 18.48 0.00 6.74 8.98 0.09 65.71 01:24:25 00:44:01 2 18.83 0.00 6.81 22.47 0.07 51.83 01:24:25 00:44:01 3 20.32 0.00 7.25 23.23 0.08 49.12 01:24:25 00:44:01 4 21.10 0.00 6.84 8.07 0.08 63.91 01:24:25 00:44:01 5 17.21 0.00 5.74 15.52 0.07 61.47 01:24:25 00:44:01 6 20.34 0.00 6.34 14.07 0.07 59.19 01:24:25 00:44:01 7 18.88 0.00 6.84 5.94 0.07 68.28 01:24:25 00:45:01 all 7.79 0.00 3.93 24.87 0.07 63.33 01:24:25 00:45:01 0 6.12 0.00 4.43 12.06 0.05 77.34 01:24:25 00:45:01 1 9.00 0.00 3.75 34.70 0.07 52.48 01:24:25 00:45:01 2 8.42 0.00 4.10 26.56 0.12 60.81 01:24:25 00:45:01 3 8.27 0.00 4.81 40.01 0.10 46.80 01:24:25 00:45:01 4 6.19 0.00 2.96 11.54 0.03 79.27 01:24:25 00:45:01 5 7.86 0.00 3.85 43.48 0.07 44.74 01:24:25 00:45:01 6 8.00 0.00 3.70 16.52 0.07 71.71 01:24:25 00:45:01 7 8.50 0.00 3.83 14.30 0.08 73.28 01:24:25 00:46:01 all 15.95 0.00 5.03 14.40 0.05 64.57 01:24:25 00:46:01 0 14.27 0.00 4.13 3.93 0.05 77.62 01:24:25 00:46:01 1 15.85 0.00 6.38 38.05 0.07 39.66 01:24:25 00:46:01 2 16.07 0.00 4.41 2.70 0.05 76.77 01:24:25 00:46:01 3 16.67 0.00 5.29 3.65 0.05 74.35 01:24:25 00:46:01 4 14.84 0.00 5.16 29.30 0.07 50.63 01:24:25 00:46:01 5 16.45 0.00 4.98 3.36 0.05 75.15 01:24:25 00:46:01 6 17.14 0.00 5.25 21.37 0.05 56.19 01:24:25 00:46:01 7 16.31 0.00 4.68 12.97 0.05 65.99 01:24:25 00:47:01 all 89.77 0.00 10.12 0.00 0.11 0.00 01:24:25 00:47:01 0 90.01 0.00 9.89 0.00 0.10 0.00 01:24:25 00:47:01 1 90.01 0.00 9.89 0.00 0.10 0.00 01:24:25 00:47:01 2 89.94 0.00 9.95 0.00 0.10 0.00 01:24:25 00:47:01 3 90.05 0.00 9.85 0.00 0.10 0.00 01:24:25 00:47:01 4 90.09 0.00 9.81 0.00 0.10 0.00 01:24:25 00:47:01 5 88.15 0.00 11.73 0.00 0.12 0.00 01:24:25 00:47:01 6 89.87 0.00 9.98 0.00 0.15 0.00 01:24:25 00:47:01 7 90.06 0.00 9.84 0.00 0.10 0.00 01:24:25 00:48:01 all 83.29 0.00 10.66 1.31 0.14 4.61 01:24:25 00:48:01 0 82.54 0.00 10.73 1.41 0.12 5.20 01:24:25 00:48:01 1 84.18 0.00 9.85 0.49 0.12 5.37 01:24:25 00:48:01 2 81.15 0.00 12.60 1.88 0.22 4.15 01:24:25 00:48:01 3 82.94 0.00 11.06 4.79 0.12 1.09 01:24:25 00:48:01 4 84.05 0.00 9.92 0.25 0.12 5.66 01:24:25 00:48:01 5 84.42 0.00 10.07 0.89 0.10 4.51 01:24:25 00:48:01 6 83.02 0.00 11.00 0.21 0.21 5.57 01:24:25 00:48:01 7 83.91 0.00 10.09 0.60 0.10 5.30 01:24:25 00:49:01 all 5.75 0.00 1.61 5.83 0.05 86.75 01:24:25 00:49:01 0 6.15 0.00 1.70 0.81 0.05 91.29 01:24:25 00:49:01 1 5.66 0.00 1.49 7.37 0.05 85.43 01:24:25 00:49:01 2 4.88 0.00 1.77 2.11 0.05 91.18 01:24:25 00:49:01 3 7.40 0.00 1.74 16.32 0.05 74.49 01:24:25 00:49:01 4 5.56 0.00 1.59 3.00 0.03 89.82 01:24:25 00:49:01 5 6.42 0.00 1.56 5.65 0.07 86.31 01:24:25 00:49:01 6 3.98 0.00 1.47 4.15 0.03 90.36 01:24:25 00:49:01 7 5.98 0.00 1.56 7.24 0.05 85.16 01:24:25 00:50:01 all 9.10 0.00 0.87 0.13 0.06 89.83 01:24:25 00:50:01 0 6.00 0.00 0.95 0.05 0.07 92.93 01:24:25 00:50:01 1 13.31 0.00 1.03 0.08 0.07 85.51 01:24:25 00:50:01 2 5.53 0.00 0.63 0.12 0.05 93.67 01:24:25 00:50:01 3 8.27 0.00 0.59 0.02 0.05 91.08 01:24:25 00:50:01 4 12.17 0.00 0.85 0.60 0.08 86.29 01:24:25 00:50:01 5 9.39 0.00 0.95 0.07 0.07 89.52 01:24:25 00:50:01 6 10.15 0.00 1.07 0.07 0.07 88.65 01:24:25 00:50:01 7 8.01 0.00 0.92 0.05 0.07 90.96 01:24:25 01:24:25 00:50:01 CPU %user %nice %system %iowait %steal %idle 01:24:25 00:51:01 all 1.32 0.00 0.20 0.03 0.02 98.43 01:24:25 00:51:01 0 0.37 0.00 0.25 0.00 0.02 99.37 01:24:25 00:51:01 1 2.41 0.00 0.22 0.03 0.02 97.33 01:24:25 00:51:01 2 0.10 0.00 0.10 0.02 0.02 99.77 01:24:25 00:51:01 3 1.58 0.00 0.18 0.00 0.02 98.22 01:24:25 00:51:01 4 1.13 0.00 0.18 0.17 0.03 98.48 01:24:25 00:51:01 5 2.28 0.00 0.25 0.00 0.03 97.43 01:24:25 00:51:01 6 1.20 0.00 0.17 0.02 0.02 98.60 01:24:25 00:51:01 7 1.48 0.00 0.22 0.00 0.03 98.27 01:24:25 00:52:01 all 0.02 0.00 0.01 0.00 0.01 99.96 01:24:25 00:52:01 0 0.00 0.00 0.00 0.00 0.00 100.00 01:24:25 00:52:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:24:25 00:52:01 2 0.02 0.00 0.02 0.00 0.00 99.97 01:24:25 00:52:01 3 0.00 0.00 0.02 0.00 0.02 99.97 01:24:25 00:52:01 4 0.05 0.00 0.02 0.03 0.02 99.88 01:24:25 00:52:01 5 0.03 0.00 0.00 0.00 0.03 99.93 01:24:25 00:52:01 6 0.00 0.00 0.02 0.00 0.00 99.98 01:24:25 00:52:01 7 0.03 0.00 0.03 0.00 0.02 99.92 01:24:25 00:53:01 all 0.05 0.00 0.01 0.01 0.01 99.92 01:24:25 00:53:01 0 0.02 0.00 0.00 0.00 0.02 99.97 01:24:25 00:53:01 1 0.03 0.00 0.00 0.00 0.02 99.95 01:24:25 00:53:01 2 0.02 0.00 0.02 0.03 0.00 99.93 01:24:25 00:53:01 3 0.05 0.00 0.02 0.00 0.00 99.93 01:24:25 00:53:01 4 0.05 0.00 0.05 0.05 0.02 99.83 01:24:25 00:53:01 5 0.08 0.00 0.02 0.00 0.03 99.87 01:24:25 00:53:01 6 0.08 0.00 0.02 0.00 0.00 99.90 01:24:25 00:53:01 7 0.03 0.00 0.00 0.00 0.00 99.97 01:24:25 00:54:01 all 0.09 0.00 0.02 0.01 0.01 99.86 01:24:25 00:54:01 0 0.00 0.00 0.02 0.00 0.00 99.98 01:24:25 00:54:01 1 0.58 0.00 0.03 0.03 0.02 99.34 01:24:25 00:54:01 2 0.00 0.00 0.02 0.00 0.02 99.97 01:24:25 00:54:01 3 0.03 0.00 0.03 0.00 0.02 99.92 01:24:25 00:54:01 4 0.05 0.00 0.05 0.03 0.03 99.83 01:24:25 00:54:01 5 0.02 0.00 0.02 0.00 0.02 99.95 01:24:25 00:54:01 6 0.03 0.00 0.02 0.00 0.00 99.95 01:24:25 00:54:01 7 0.03 0.00 0.02 0.00 0.02 99.93 01:24:25 00:55:01 all 0.25 0.00 0.02 0.01 0.01 99.73 01:24:25 00:55:01 0 0.02 0.00 0.03 0.02 0.02 99.92 01:24:25 00:55:01 1 1.78 0.00 0.00 0.02 0.00 98.21 01:24:25 00:55:01 2 0.02 0.00 0.02 0.00 0.00 99.97 01:24:25 00:55:01 3 0.03 0.00 0.02 0.00 0.02 99.93 01:24:25 00:55:01 4 0.05 0.00 0.02 0.02 0.02 99.90 01:24:25 00:55:01 5 0.02 0.00 0.03 0.00 0.00 99.95 01:24:25 00:55:01 6 0.03 0.00 0.00 0.00 0.00 99.97 01:24:25 00:55:01 7 0.00 0.00 0.02 0.00 0.00 99.98 01:24:25 00:56:01 all 0.12 0.00 0.01 0.00 0.01 99.85 01:24:25 00:56:01 0 0.00 0.00 0.02 0.02 0.02 99.95 01:24:25 00:56:01 1 0.80 0.00 0.00 0.00 0.02 99.19 01:24:25 00:56:01 2 0.02 0.00 0.00 0.00 0.00 99.98 01:24:25 00:56:01 3 0.05 0.00 0.02 0.00 0.02 99.92 01:24:25 00:56:01 4 0.08 0.00 0.03 0.02 0.02 99.85 01:24:25 00:56:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:24:25 00:56:01 6 0.02 0.00 0.02 0.00 0.02 99.95 01:24:25 00:56:01 7 0.02 0.00 0.00 0.00 0.00 99.98 01:24:25 00:57:01 all 0.09 0.00 0.01 0.00 0.01 99.90 01:24:25 00:57:01 0 0.00 0.00 0.00 0.00 0.00 100.00 01:24:25 00:57:01 1 0.52 0.00 0.02 0.00 0.02 99.45 01:24:25 00:57:01 2 0.02 0.00 0.00 0.00 0.00 99.98 01:24:25 00:57:01 3 0.05 0.00 0.02 0.00 0.03 99.90 01:24:25 00:57:01 4 0.07 0.00 0.02 0.02 0.02 99.88 01:24:25 00:57:01 5 0.02 0.00 0.00 0.00 0.02 99.97 01:24:25 00:57:01 6 0.02 0.00 0.00 0.00 0.00 99.98 01:24:25 00:57:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:24:25 00:58:01 all 0.22 0.00 0.01 0.00 0.01 99.75 01:24:25 00:58:01 0 0.02 0.00 0.02 0.02 0.02 99.93 01:24:25 00:58:01 1 1.53 0.00 0.00 0.00 0.00 98.47 01:24:25 00:58:01 2 0.03 0.00 0.00 0.00 0.02 99.95 01:24:25 00:58:01 3 0.02 0.00 0.05 0.00 0.02 99.92 01:24:25 00:58:01 4 0.07 0.00 0.00 0.00 0.02 99.92 01:24:25 00:58:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:24:25 00:58:01 6 0.10 0.00 0.00 0.00 0.00 99.90 01:24:25 00:58:01 7 0.00 0.00 0.02 0.00 0.02 99.97 01:24:25 00:59:01 all 0.13 0.00 0.02 0.01 0.01 99.83 01:24:25 00:59:01 0 0.00 0.00 0.03 0.02 0.00 99.95 01:24:25 00:59:01 1 0.88 0.00 0.02 0.00 0.03 99.07 01:24:25 00:59:01 2 0.03 0.00 0.02 0.02 0.00 99.93 01:24:25 00:59:01 3 0.03 0.00 0.02 0.00 0.02 99.93 01:24:25 00:59:01 4 0.07 0.00 0.03 0.03 0.02 99.85 01:24:25 00:59:01 5 0.00 0.00 0.03 0.00 0.00 99.97 01:24:25 00:59:01 6 0.05 0.00 0.02 0.00 0.00 99.93 01:24:25 00:59:01 7 0.00 0.00 0.02 0.00 0.00 99.98 01:24:25 01:00:01 all 0.02 0.00 0.00 0.00 0.01 99.96 01:24:25 01:00:01 0 0.02 0.00 0.00 0.02 0.02 99.95 01:24:25 01:00:01 1 0.03 0.00 0.02 0.00 0.02 99.93 01:24:25 01:00:01 2 0.02 0.00 0.00 0.00 0.00 99.98 01:24:25 01:00:01 3 0.03 0.00 0.00 0.00 0.03 99.93 01:24:25 01:00:01 4 0.00 0.00 0.00 0.02 0.02 99.97 01:24:25 01:00:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:24:25 01:00:01 6 0.00 0.00 0.02 0.00 0.02 99.97 01:24:25 01:00:01 7 0.02 0.00 0.00 0.00 0.00 99.98 01:24:25 01:01:01 all 0.03 0.00 0.01 0.00 0.01 99.95 01:24:25 01:01:01 0 0.02 0.00 0.00 0.02 0.02 99.95 01:24:25 01:01:01 1 0.03 0.00 0.02 0.00 0.02 99.93 01:24:25 01:01:01 2 0.02 0.00 0.00 0.00 0.00 99.98 01:24:25 01:01:01 3 0.05 0.00 0.02 0.00 0.02 99.92 01:24:25 01:01:01 4 0.03 0.00 0.02 0.02 0.02 99.92 01:24:25 01:01:01 5 0.00 0.00 0.02 0.00 0.02 99.97 01:24:25 01:01:01 6 0.02 0.00 0.00 0.00 0.00 99.98 01:24:25 01:01:01 7 0.03 0.00 0.00 0.00 0.02 99.95 01:24:25 01:24:25 01:01:01 CPU %user %nice %system %iowait %steal %idle 01:24:25 01:02:01 all 0.04 0.00 0.02 0.00 0.01 99.93 01:24:25 01:02:01 0 0.00 0.00 0.00 0.00 0.00 100.00 01:24:25 01:02:01 1 0.20 0.00 0.08 0.00 0.03 99.68 01:24:25 01:02:01 2 0.03 0.00 0.03 0.00 0.02 99.92 01:24:25 01:02:01 3 0.02 0.00 0.02 0.00 0.00 99.97 01:24:25 01:02:01 4 0.03 0.00 0.00 0.02 0.02 99.93 01:24:25 01:02:01 5 0.00 0.00 0.02 0.00 0.00 99.98 01:24:25 01:02:01 6 0.05 0.00 0.00 0.00 0.00 99.95 01:24:25 01:02:01 7 0.00 0.00 0.00 0.00 0.02 99.98 01:24:25 01:03:01 all 0.04 0.00 0.01 0.00 0.01 99.94 01:24:25 01:03:01 0 0.02 0.00 0.02 0.02 0.02 99.93 01:24:25 01:03:01 1 0.02 0.00 0.00 0.00 0.03 99.95 01:24:25 01:03:01 2 0.05 0.00 0.05 0.00 0.02 99.88 01:24:25 01:03:01 3 0.03 0.00 0.00 0.00 0.00 99.97 01:24:25 01:03:01 4 0.05 0.00 0.02 0.02 0.02 99.90 01:24:25 01:03:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:24:25 01:03:01 6 0.08 0.00 0.00 0.00 0.02 99.90 01:24:25 01:03:01 7 0.03 0.00 0.00 0.00 0.00 99.97 01:24:25 01:04:01 all 0.16 0.00 0.01 0.01 0.01 99.82 01:24:25 01:04:01 0 0.00 0.00 0.00 0.02 0.02 99.97 01:24:25 01:04:01 1 1.04 0.00 0.05 0.00 0.02 98.89 01:24:25 01:04:01 2 0.05 0.00 0.00 0.00 0.00 99.95 01:24:25 01:04:01 3 0.03 0.00 0.03 0.00 0.02 99.92 01:24:25 01:04:01 4 0.05 0.00 0.00 0.03 0.00 99.92 01:24:25 01:04:01 5 0.03 0.00 0.02 0.00 0.00 99.95 01:24:25 01:04:01 6 0.02 0.00 0.00 0.00 0.00 99.98 01:24:25 01:04:01 7 0.02 0.00 0.02 0.00 0.00 99.97 01:24:25 01:05:01 all 0.26 0.00 0.01 0.01 0.01 99.71 01:24:25 01:05:01 0 0.00 0.00 0.02 0.03 0.02 99.93 01:24:25 01:05:01 1 1.99 0.00 0.00 0.00 0.03 97.98 01:24:25 01:05:01 2 0.00 0.00 0.00 0.00 0.00 100.00 01:24:25 01:05:01 3 0.03 0.00 0.00 0.00 0.00 99.97 01:24:25 01:05:01 4 0.03 0.00 0.03 0.02 0.02 99.90 01:24:25 01:05:01 5 0.00 0.00 0.02 0.00 0.02 99.97 01:24:25 01:05:01 6 0.02 0.00 0.00 0.00 0.00 99.98 01:24:25 01:05:01 7 0.00 0.00 0.02 0.00 0.00 99.98 01:24:25 01:06:01 all 0.21 0.00 0.00 0.00 0.01 99.77 01:24:25 01:06:01 0 0.00 0.00 0.00 0.02 0.00 99.98 01:24:25 01:06:01 1 1.49 0.00 0.00 0.00 0.02 98.50 01:24:25 01:06:01 2 0.05 0.00 0.00 0.00 0.02 99.93 01:24:25 01:06:01 3 0.02 0.00 0.00 0.00 0.00 99.98 01:24:25 01:06:01 4 0.03 0.00 0.03 0.02 0.02 99.90 01:24:25 01:06:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:24:25 01:06:01 6 0.03 0.00 0.00 0.00 0.00 99.97 01:24:25 01:06:01 7 0.03 0.00 0.00 0.00 0.02 99.95 01:24:25 01:07:01 all 0.01 0.00 0.01 0.06 0.01 99.91 01:24:25 01:07:01 0 0.00 0.00 0.02 0.02 0.02 99.95 01:24:25 01:07:01 1 0.02 0.00 0.02 0.00 0.05 99.92 01:24:25 01:07:01 2 0.00 0.00 0.00 0.00 0.00 100.00 01:24:25 01:07:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:24:25 01:07:01 4 0.03 0.00 0.03 0.48 0.02 99.43 01:24:25 01:07:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:24:25 01:07:01 6 0.00 0.00 0.00 0.00 0.00 100.00 01:24:25 01:07:01 7 0.00 0.00 0.02 0.00 0.00 99.98 01:24:25 01:08:02 all 0.17 0.00 0.01 0.00 0.01 99.80 01:24:25 01:08:02 0 0.00 0.00 0.00 0.00 0.02 99.98 01:24:25 01:08:02 1 1.18 0.00 0.00 0.00 0.03 98.79 01:24:25 01:08:02 2 0.03 0.00 0.02 0.00 0.00 99.95 01:24:25 01:08:02 3 0.02 0.00 0.02 0.00 0.00 99.97 01:24:25 01:08:02 4 0.03 0.00 0.03 0.03 0.02 99.88 01:24:25 01:08:02 5 0.02 0.00 0.02 0.00 0.00 99.97 01:24:25 01:08:02 6 0.03 0.00 0.02 0.00 0.02 99.93 01:24:25 01:08:02 7 0.03 0.00 0.00 0.00 0.00 99.97 01:24:25 01:09:01 all 0.26 0.00 0.01 0.00 0.01 99.71 01:24:25 01:09:01 0 0.00 0.00 0.02 0.02 0.00 99.97 01:24:25 01:09:01 1 1.95 0.00 0.02 0.00 0.03 98.00 01:24:25 01:09:01 2 0.05 0.00 0.00 0.00 0.02 99.93 01:24:25 01:09:01 3 0.02 0.00 0.02 0.00 0.02 99.95 01:24:25 01:09:01 4 0.02 0.00 0.00 0.02 0.00 99.97 01:24:25 01:09:01 5 0.05 0.00 0.03 0.00 0.02 99.90 01:24:25 01:09:01 6 0.00 0.00 0.00 0.00 0.00 100.00 01:24:25 01:09:01 7 0.00 0.00 0.02 0.00 0.00 99.98 01:24:25 01:10:01 all 0.26 0.00 0.01 0.00 0.01 99.71 01:24:25 01:10:01 0 0.00 0.00 0.02 0.00 0.02 99.97 01:24:25 01:10:01 1 1.86 0.00 0.02 0.00 0.02 98.11 01:24:25 01:10:01 2 0.07 0.00 0.02 0.00 0.00 99.92 01:24:25 01:10:01 3 0.02 0.00 0.02 0.00 0.00 99.97 01:24:25 01:10:01 4 0.02 0.00 0.03 0.02 0.02 99.92 01:24:25 01:10:01 5 0.03 0.00 0.00 0.00 0.02 99.95 01:24:25 01:10:01 6 0.02 0.00 0.00 0.00 0.00 99.98 01:24:25 01:10:01 7 0.08 0.00 0.00 0.00 0.02 99.90 01:24:25 01:11:01 all 0.17 0.00 0.01 0.01 0.01 99.80 01:24:25 01:11:01 0 0.02 0.00 0.02 0.02 0.02 99.93 01:24:25 01:11:01 1 1.26 0.00 0.03 0.00 0.03 98.68 01:24:25 01:11:01 2 0.00 0.00 0.00 0.00 0.00 100.00 01:24:25 01:11:01 3 0.03 0.00 0.02 0.00 0.00 99.95 01:24:25 01:11:01 4 0.07 0.00 0.02 0.03 0.02 99.87 01:24:25 01:11:01 5 0.00 0.00 0.02 0.00 0.00 99.98 01:24:25 01:11:01 6 0.02 0.00 0.00 0.00 0.00 99.98 01:24:25 01:11:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:24:25 01:12:01 all 0.02 0.00 0.01 0.00 0.01 99.96 01:24:25 01:12:01 0 0.02 0.00 0.00 0.02 0.00 99.97 01:24:25 01:12:01 1 0.03 0.00 0.03 0.00 0.02 99.92 01:24:25 01:12:01 2 0.02 0.00 0.02 0.00 0.02 99.95 01:24:25 01:12:01 3 0.05 0.00 0.00 0.00 0.02 99.93 01:24:25 01:12:01 4 0.02 0.00 0.02 0.00 0.00 99.97 01:24:25 01:12:01 5 0.02 0.00 0.00 0.00 0.02 99.97 01:24:25 01:12:01 6 0.00 0.00 0.00 0.00 0.00 100.00 01:24:25 01:12:01 7 0.02 0.00 0.03 0.00 0.00 99.95 01:24:25 01:24:25 01:12:01 CPU %user %nice %system %iowait %steal %idle 01:24:25 01:13:01 all 0.01 0.00 0.00 0.01 0.01 99.96 01:24:25 01:13:01 0 0.02 0.00 0.00 0.05 0.02 99.92 01:24:25 01:13:01 1 0.02 0.00 0.00 0.00 0.03 99.95 01:24:25 01:13:01 2 0.02 0.00 0.00 0.00 0.00 99.98 01:24:25 01:13:01 3 0.02 0.00 0.02 0.00 0.00 99.97 01:24:25 01:13:01 4 0.00 0.00 0.00 0.02 0.02 99.97 01:24:25 01:13:01 5 0.03 0.00 0.02 0.00 0.00 99.95 01:24:25 01:13:01 6 0.00 0.00 0.00 0.00 0.00 100.00 01:24:25 01:13:01 7 0.02 0.00 0.00 0.00 0.02 99.97 01:24:25 01:14:01 all 0.04 0.00 0.01 0.00 0.01 99.94 01:24:25 01:14:01 0 0.07 0.00 0.02 0.00 0.02 99.90 01:24:25 01:14:01 1 0.03 0.00 0.02 0.00 0.03 99.92 01:24:25 01:14:01 2 0.03 0.00 0.02 0.00 0.00 99.95 01:24:25 01:14:01 3 0.03 0.00 0.02 0.00 0.00 99.95 01:24:25 01:14:01 4 0.02 0.00 0.02 0.02 0.02 99.93 01:24:25 01:14:01 5 0.02 0.00 0.02 0.00 0.02 99.95 01:24:25 01:14:01 6 0.07 0.00 0.00 0.00 0.02 99.92 01:24:25 01:14:01 7 0.03 0.00 0.00 0.00 0.00 99.97 01:24:25 01:15:01 all 0.05 0.00 0.02 0.00 0.01 99.92 01:24:25 01:15:01 0 0.07 0.00 0.02 0.02 0.02 99.88 01:24:25 01:15:01 1 0.30 0.00 0.07 0.00 0.03 99.60 01:24:25 01:15:01 2 0.00 0.00 0.02 0.00 0.00 99.98 01:24:25 01:15:01 3 0.02 0.00 0.02 0.00 0.00 99.97 01:24:25 01:15:01 4 0.02 0.00 0.02 0.02 0.00 99.95 01:24:25 01:15:01 5 0.00 0.00 0.02 0.00 0.00 99.98 01:24:25 01:15:01 6 0.00 0.00 0.00 0.00 0.00 100.00 01:24:25 01:15:01 7 0.00 0.00 0.00 0.00 0.02 99.98 01:24:25 01:16:01 all 0.03 0.00 0.01 0.00 0.01 99.94 01:24:25 01:16:01 0 0.00 0.00 0.03 0.02 0.02 99.93 01:24:25 01:16:01 1 0.08 0.00 0.02 0.00 0.02 99.88 01:24:25 01:16:01 2 0.02 0.00 0.00 0.00 0.02 99.97 01:24:25 01:16:01 3 0.07 0.00 0.00 0.00 0.02 99.92 01:24:25 01:16:01 4 0.02 0.00 0.02 0.02 0.02 99.93 01:24:25 01:16:01 5 0.00 0.00 0.02 0.00 0.00 99.98 01:24:25 01:16:01 6 0.02 0.00 0.00 0.00 0.00 99.98 01:24:25 01:16:01 7 0.03 0.00 0.02 0.00 0.00 99.95 01:24:25 01:17:01 all 0.01 0.00 0.01 0.00 0.01 99.96 01:24:25 01:17:01 0 0.02 0.00 0.03 0.02 0.02 99.92 01:24:25 01:17:01 1 0.02 0.00 0.00 0.00 0.03 99.95 01:24:25 01:17:01 2 0.00 0.00 0.00 0.00 0.00 100.00 01:24:25 01:17:01 3 0.02 0.00 0.02 0.00 0.00 99.97 01:24:25 01:17:01 4 0.00 0.00 0.05 0.02 0.02 99.92 01:24:25 01:17:01 5 0.00 0.00 0.02 0.00 0.02 99.97 01:24:25 01:17:01 6 0.02 0.00 0.00 0.00 0.00 99.98 01:24:25 01:17:01 7 0.02 0.00 0.00 0.00 0.00 99.98 01:24:25 01:18:01 all 0.23 0.00 0.05 0.01 0.01 99.70 01:24:25 01:18:01 0 0.82 0.00 0.12 0.02 0.00 99.05 01:24:25 01:18:01 1 0.20 0.00 0.05 0.00 0.03 99.72 01:24:25 01:18:01 2 0.27 0.00 0.07 0.03 0.02 99.62 01:24:25 01:18:01 3 0.13 0.00 0.02 0.00 0.00 99.85 01:24:25 01:18:01 4 0.07 0.00 0.03 0.00 0.02 99.88 01:24:25 01:18:01 5 0.25 0.00 0.12 0.00 0.02 99.62 01:24:25 01:18:01 6 0.10 0.00 0.02 0.00 0.00 99.88 01:24:25 01:18:01 7 0.00 0.00 0.00 0.00 0.02 99.98 01:24:25 01:19:01 all 0.06 0.00 0.02 0.01 0.01 99.91 01:24:25 01:19:01 0 0.18 0.00 0.03 0.02 0.02 99.75 01:24:25 01:19:01 1 0.07 0.00 0.02 0.00 0.05 99.87 01:24:25 01:19:01 2 0.10 0.00 0.03 0.00 0.00 99.87 01:24:25 01:19:01 3 0.00 0.00 0.02 0.00 0.02 99.97 01:24:25 01:19:01 4 0.03 0.00 0.02 0.03 0.00 99.92 01:24:25 01:19:01 5 0.02 0.00 0.02 0.00 0.00 99.97 01:24:25 01:19:01 6 0.03 0.00 0.00 0.00 0.02 99.95 01:24:25 01:19:01 7 0.02 0.00 0.02 0.00 0.00 99.97 01:24:25 01:20:01 all 0.01 0.00 0.01 0.00 0.01 99.96 01:24:25 01:20:01 0 0.02 0.00 0.00 0.00 0.02 99.97 01:24:25 01:20:01 1 0.03 0.00 0.02 0.00 0.02 99.93 01:24:25 01:20:01 2 0.00 0.00 0.00 0.00 0.00 100.00 01:24:25 01:20:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:24:25 01:20:01 4 0.03 0.00 0.03 0.03 0.02 99.88 01:24:25 01:20:01 5 0.03 0.00 0.02 0.00 0.00 99.95 01:24:25 01:20:01 6 0.00 0.00 0.00 0.00 0.00 100.00 01:24:25 01:20:01 7 0.00 0.00 0.02 0.00 0.00 99.98 01:24:25 01:21:01 all 0.04 0.00 0.02 0.00 0.01 99.92 01:24:25 01:21:01 0 0.03 0.00 0.05 0.02 0.02 99.88 01:24:25 01:21:01 1 0.02 0.00 0.03 0.00 0.02 99.93 01:24:25 01:21:01 2 0.03 0.00 0.02 0.00 0.00 99.95 01:24:25 01:21:01 3 0.03 0.00 0.02 0.00 0.00 99.95 01:24:25 01:21:01 4 0.07 0.00 0.05 0.02 0.02 99.85 01:24:25 01:21:01 5 0.03 0.00 0.00 0.00 0.02 99.95 01:24:25 01:21:01 6 0.03 0.00 0.00 0.00 0.00 99.97 01:24:25 01:21:01 7 0.07 0.00 0.02 0.00 0.02 99.90 01:24:25 01:22:01 all 0.03 0.00 0.01 0.00 0.01 99.95 01:24:25 01:22:01 0 0.03 0.00 0.02 0.02 0.02 99.92 01:24:25 01:22:01 1 0.05 0.00 0.00 0.00 0.00 99.95 01:24:25 01:22:01 2 0.02 0.00 0.00 0.00 0.02 99.97 01:24:25 01:22:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:24:25 01:22:01 4 0.02 0.00 0.00 0.00 0.03 99.95 01:24:25 01:22:01 5 0.03 0.00 0.02 0.00 0.00 99.95 01:24:25 01:22:01 6 0.03 0.00 0.03 0.00 0.02 99.92 01:24:25 01:22:01 7 0.03 0.00 0.02 0.00 0.00 99.95 01:24:25 01:23:01 all 0.03 0.00 0.01 0.00 0.01 99.95 01:24:25 01:23:01 0 0.02 0.00 0.00 0.02 0.00 99.97 01:24:25 01:23:01 1 0.05 0.00 0.00 0.00 0.02 99.93 01:24:25 01:23:01 2 0.02 0.00 0.00 0.00 0.00 99.98 01:24:25 01:23:01 3 0.02 0.00 0.02 0.00 0.00 99.97 01:24:25 01:23:01 4 0.05 0.00 0.03 0.02 0.02 99.88 01:24:25 01:23:01 5 0.00 0.00 0.02 0.00 0.00 99.98 01:24:25 01:23:01 6 0.03 0.00 0.02 0.00 0.00 99.95 01:24:25 01:23:01 7 0.02 0.00 0.02 0.00 0.02 99.95 01:24:25 01:24:25 01:23:01 CPU %user %nice %system %iowait %steal %idle 01:24:25 01:24:01 all 8.76 0.00 3.73 0.83 0.07 86.62 01:24:25 01:24:01 0 8.06 0.00 3.21 0.05 0.07 88.61 01:24:25 01:24:01 1 10.98 0.00 3.60 0.08 0.07 85.27 01:24:25 01:24:01 2 9.66 0.00 3.85 1.78 0.07 84.64 01:24:25 01:24:01 3 7.31 0.00 4.18 0.10 0.07 88.34 01:24:25 01:24:01 4 8.59 0.00 5.12 3.44 0.08 82.76 01:24:25 01:24:01 5 8.69 0.00 3.53 0.17 0.07 87.55 01:24:25 01:24:01 6 8.55 0.00 3.00 0.88 0.07 87.51 01:24:25 01:24:01 7 8.24 0.00 3.29 0.10 0.07 88.30 01:24:25 Average: all 8.04 0.00 1.41 1.59 0.03 88.94 01:24:25 Average: 0 7.77 0.00 1.37 0.89 0.03 89.94 01:24:25 Average: 1 8.53 0.00 1.46 3.06 0.04 86.91 01:24:25 Average: 2 7.91 0.00 1.41 1.34 0.04 89.29 01:24:25 Average: 3 8.05 0.00 1.45 2.05 0.03 88.42 01:24:25 Average: 4 8.07 0.00 1.40 1.44 0.03 89.06 01:24:25 Average: 5 7.93 0.00 1.40 1.55 0.03 89.10 01:24:25 Average: 6 8.01 0.00 1.41 1.45 0.02 89.11 01:24:25 Average: 7 8.00 0.00 1.36 0.96 0.02 89.66 01:24:25 01:24:25 01:24:25