Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 77e0adce47a12d7dc08b393082bf391b7f950b01 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-ssh4788529563075366742.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 0b81fa10a7dd14683a964f04f411324fe83f93ac 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-ssh17956518226492135021.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 0b81fa10a7dd14683a964f04f411324fe83f93ac 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-ssh8357319669731995944.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 0b81fa10a7dd14683a964f04f411324fe83f93ac (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 0b81fa10a7dd14683a964f04f411324fe83f93ac # timeout=10 Commit message: "Merge pull request #457 from jinlinGuan/golang-1.23" > 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-ssh14999731451575140418.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-ssh2073211013003839709.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.23 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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-21999 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/715 [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/715 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 77e0adce47a12d7dc08b393082bf391b7f950b01 (main) Commit message: "Merge pull request #4946 from lindseysimple/issue-4945" > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 77e0adce47a12d7dc08b393082bf391b7f950b01 # timeout=10 > git rev-list --no-walk 5fec19b6aa4f2cb2ffd18f01a7df49ef95f47273 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:02:11 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:02:12 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:02:12 ========================================================= 06:02:12 EdgeX Global Pipelines Version Info 06:02:12 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:02:12 ------------------- 06:02:12 stable info: 06:02:12 ------------------- 06:02:12 Commited By: Ginny Guan ginny@iotechsys.com 06:02:12 Commit SHA: 0b81fa10a7dd14683a964f04f411324fe83f93ac 06:02:12 Message: update stable to v1.0.265 06:02:13 ------------------- 06:02:13 experimental info: 06:02:13 ------------------- 06:02:13 Commited By: Cherry Wang cherry@iotechsys.com 06:02:13 Commit SHA: b5a5e52272fc4198cf3754284eedf36dbf0baa35 06:02:13 Message: update experimental to v1.0.264 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:02:13 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 06:02:13 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 06:02:13 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:02:13 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:02:13 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:02:13 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 06:02:13 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 06:02:13 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 06:02:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 06:02:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 06:02:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:02:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:02:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 06:02:13 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:02:13 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:02:13 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:02:13 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:02:13 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:02:13 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:02:13 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 06:02:13 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:02:13 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:02:13 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 06:02:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 06:02:13 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 06:02:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 06:02:14 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] echo 06:02:14 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 77e0adc [Pipeline] echo 06:02:14 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:02:14 provisioning config files... 06:02:14 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/715@tmp/config6288213759084693108tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:02:14 ---> ****-login.sh 06:02:14 nexus3.edgexfoundry.org:10001 06:02:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:02:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:02:14 Configure a credential helper to remove this warning. See 06:02:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:02:14 06:02:14 Login Succeeded 06:02:14 nexus3.edgexfoundry.org:10002 06:02:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:02:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:02:15 Configure a credential helper to remove this warning. See 06:02:15 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:02:15 06:02:15 Login Succeeded 06:02:15 nexus3.edgexfoundry.org:10003 06:02:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:02:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:02:15 Configure a credential helper to remove this warning. See 06:02:15 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:02:15 06:02:15 Login Succeeded 06:02:15 nexus3.edgexfoundry.org:10004 06:02:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:02:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:02:15 Configure a credential helper to remove this warning. See 06:02:15 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:02:15 06:02:15 Login Succeeded 06:02:15 ****.io 06:02:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:02:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:02:15 Configure a credential helper to remove this warning. See 06:02:15 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:02:15 06:02:15 Login Succeeded 06:02:15 ---> ****-login.sh ends [Pipeline] } 06:02:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:02: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-cron-scheduler/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 06:02:15 + + cut -d/ -f2 06:02:15 dirname cmd/core-command/Dockerfile 06:02:15 + echo core-command,cmd/core-command/Dockerfile 06:02:15 + dirname cmd/core-common-config-bootstrapper/Dockerfile 06:02:15 + cut -d/ -f2 06:02:15 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 06:02:15 + dirname cmd/core-data/Dockerfile 06:02:15 + cut -d/ -f2 06:02:15 + echo core-data,cmd/core-data/Dockerfile 06:02:15 + dirname cmd/core-keeper/Dockerfile 06:02:15 + cut -d/ -f2 06:02:15 + echo core-keeper,cmd/core-keeper/Dockerfile 06:02:15 + dirname cmd/core-metadata/Dockerfile 06:02:15 + cut -d/ -f2 06:02:15 + echo core-metadata,cmd/core-metadata/Dockerfile 06:02:15 + + dirname cmd/security-bootstrapper/Dockerfile 06:02:15 cut -d/ -f2 06:02:15 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 06:02:15 + dirname cmd/security-proxy-auth/Dockerfile 06:02:15 + cut -d/ -f2 06:02:15 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 06:02:15 + dirname cmd/security-proxy-setup/Dockerfile 06:02:15 + cut -d/ -f2 06:02:15 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 06:02:15 + dirname cmd/security-secretstore-setup/Dockerfile 06:02:15 + cut -d/ -f2 06:02:15 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 06:02:15 + dirname cmd/security-spiffe-token-provider/Dockerfile 06:02:15 + cut -d/ -f2 06:02:15 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 06:02:15 + + dirnamecut cmd/security-spire-agent/Dockerfile -d/ 06:02:15 -f2 06:02:15 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 06:02:15 + dirname cmd/security-spire-config/Dockerfile 06:02:15 + cut -d/ -f2 06:02:15 + echo security-spire-config,cmd/security-spire-config/Dockerfile 06:02:15 + dirname cmd/security-spire-server/Dockerfile 06:02:15 + cut -d/ -f2 06:02:15 + echo security-spire-server,cmd/security-spire-server/Dockerfile 06:02:15 + dirname cmd/support-cron-scheduler/Dockerfile 06:02:15 + cut -d/ -f2 06:02:15 + echo support-cron-scheduler,cmd/support-cron-scheduler/Dockerfile 06:02:15 + + cut -d/ -f2 06:02:15 dirname cmd/support-notifications/Dockerfile 06:02:15 + echo support-notifications,cmd/support-notifications/Dockerfile 06:02:15 + dirname cmd/support-scheduler/Dockerfile 06:02:15 + cut -d/ -f2 06:02:15 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 06:02: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-cron-scheduler, dockerfile:cmd/support-cron-scheduler/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 06:02:16 + git rev-list -1 --merges 77e0adce47a12d7dc08b393082bf391b7f950b01~1..77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] echo 06:02:16 -----------> git rev-list -1 --merges 77e0adce47a12d7dc08b393082bf391b7f950b01~1..77e0adce47a12d7dc08b393082bf391b7f950b01 77e0adce47a12d7dc08b393082bf391b7f950b01 06:02:16 77e0adce47a12d7dc08b393082bf391b7f950b01 [false] [Pipeline] sh 06:02:16 + git log --format=format:%s -1 77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] echo 06:02:16 ========================================================= 06:02:16 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 06:02:16 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 06:02:17 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:02:17 + grep -v github /etc/ssh/ssh_known_hosts 06:02:17 + [ -e /tmp/ssh_known_hosts ] 06:02:17 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 06:02:17 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 06:02:17 + sudo tee -a /etc/ssh/ssh_known_hosts 06:02:17 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:02:17 06:02:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:02:17 0.1.4: Pulling from edgex-devops/py-git-semver 06:02:17 b85a868b505f: Pulling fs layer 06:02:17 e2be974225ed: Pulling fs layer 06:02:17 339a4e72a1f5: Pulling fs layer 06:02:17 988bab9f4d93: Pulling fs layer 06:02:17 1469e6f7b9e6: Pulling fs layer 06:02:17 eaf3925da568: Pulling fs layer 06:02:17 bab4dde63d76: Pulling fs layer 06:02:17 bde34c3a00c8: Pulling fs layer 06:02:17 b352a97aabf1: Pulling fs layer 06:02:17 4872d77fe225: Pulling fs layer 06:02:17 5851b861e8e6: Pulling fs layer 06:02:17 1469e6f7b9e6: Waiting 06:02:17 eaf3925da568: Waiting 06:02:17 bab4dde63d76: Waiting 06:02:17 bde34c3a00c8: Waiting 06:02:17 b352a97aabf1: Waiting 06:02:17 4872d77fe225: Waiting 06:02:17 5851b861e8e6: Waiting 06:02:17 988bab9f4d93: Waiting 06:02:17 e2be974225ed: Download complete 06:02:17 988bab9f4d93: Verifying Checksum 06:02:17 988bab9f4d93: Download complete 06:02:17 1469e6f7b9e6: Verifying Checksum 06:02:17 1469e6f7b9e6: Download complete 06:02:18 eaf3925da568: Verifying Checksum 06:02:18 eaf3925da568: Download complete 06:02:18 339a4e72a1f5: Verifying Checksum 06:02:18 339a4e72a1f5: Download complete 06:02:18 bde34c3a00c8: Verifying Checksum 06:02:18 bde34c3a00c8: Download complete 06:02:18 b352a97aabf1: Verifying Checksum 06:02:18 b352a97aabf1: Download complete 06:02:18 4872d77fe225: Download complete 06:02:18 5851b861e8e6: Download complete 06:02:18 b85a868b505f: Download complete 06:02:18 bab4dde63d76: Verifying Checksum 06:02:18 bab4dde63d76: Download complete 06:02:19 b85a868b505f: Pull complete 06:02:19 e2be974225ed: Pull complete 06:02:20 339a4e72a1f5: Pull complete 06:02:20 988bab9f4d93: Pull complete 06:02:20 1469e6f7b9e6: Pull complete 06:02:20 eaf3925da568: Pull complete 06:02:22 bab4dde63d76: Pull complete 06:02:22 bde34c3a00c8: Pull complete 06:02:22 b352a97aabf1: Pull complete 06:02:22 4872d77fe225: Pull complete 06:02:22 5851b861e8e6: Pull complete 06:02:22 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 06:02:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:02:22 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:02:22 prd-ubuntu20.04-docker-8c-8g-21999 does not seem to be running inside a container 06:02:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/715 -v /w/workspace/edgex-go/715:/w/workspace/edgex-go/715:rw,z -v /w/workspace/edgex-go/715@tmp:/w/workspace/edgex-go/715@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 06:02:25 $ docker top bac847950c503292e3bf05db2c018fc25b19b9e65c88e9f037ce8055b43cae2a -eo pid,comm 06:02: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). 06:02:25 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:02:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:02:25 [ssh-agent] Looking for ssh-agent implementation... 06:02:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:02:25 $ docker exec bac847950c503292e3bf05db2c018fc25b19b9e65c88e9f037ce8055b43cae2a ssh-agent 06:02:25 SSH_AUTH_SOCK=/tmp/ssh-pUYbBSQrQJQD/agent.33 06:02:25 SSH_AGENT_PID=39 06:02:25 Running ssh-add (command line suppressed) 06:02:25 Identity added: /w/workspace/edgex-go/715@tmp/private_key_16869204737977976910.key (/w/workspace/edgex-go/715@tmp/private_key_16869204737977976910.key) 06:02:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:02:26 + git tag --points-at HEAD [Pipeline] } 06:02:26 $ docker exec --env ******** --env ******** bac847950c503292e3bf05db2c018fc25b19b9e65c88e9f037ce8055b43cae2a ssh-agent -k 06:02:26 unset SSH_AUTH_SOCK; 06:02:26 unset SSH_AGENT_PID; 06:02:26 echo Agent pid 39 killed; 06:02:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:02:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:02:26 [ssh-agent] Looking for ssh-agent implementation... 06:02:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:02:26 $ docker exec bac847950c503292e3bf05db2c018fc25b19b9e65c88e9f037ce8055b43cae2a ssh-agent 06:02:26 SSH_AUTH_SOCK=/tmp/ssh-alTf6yVukYQs/agent.72 06:02:26 SSH_AGENT_PID=78 06:02:26 Running ssh-add (command line suppressed) 06:02:26 Identity added: /w/workspace/edgex-go/715@tmp/private_key_6813257762896199587.key (/w/workspace/edgex-go/715@tmp/private_key_6813257762896199587.key) 06:02:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:02:26 + git semver init 06:02:27 2024-10-07 06:02:27,156 [run_init] DEBUG init version:0.0.0 force:False 06:02:27 2024-10-07 06:02:27,157 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/715/.semver 06:02:27 2024-10-07 06:02:27,158 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/715/.semver 06:02:27 2024-10-07 06:02:27,158 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/715/.semver'], cwd=/w/workspace/edgex-go/715, universal_newlines=False, shell=None, istream=None) 06:02:33 2024-10-07 06:02:32,858 [append_file] DEBUG append to file:/w/workspace/edgex-go/715/.git/info/exclude 06:02:33 2024-10-07 06:02:32,858 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/715/.semver/main with force:False 06:02:33 2024-10-07 06:02:32,858 [read_version] DEBUG read version from /w/workspace/edgex-go/715/.semver/main 06:02:33 2024-10-07 06:02:32,859 [read_version] DEBUG read version from /w/workspace/edgex-go/715/.semver/main 06:02:33 3.2.0-dev.92 [Pipeline] } 06:02:33 $ docker exec --env ******** --env ******** bac847950c503292e3bf05db2c018fc25b19b9e65c88e9f037ce8055b43cae2a ssh-agent -k 06:02:33 unset SSH_AUTH_SOCK; 06:02:33 unset SSH_AGENT_PID; 06:02:33 echo Agent pid 78 killed; 06:02:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:02:34 + git semver [Pipeline] } 06:02:34 $ docker stop --time=1 bac847950c503292e3bf05db2c018fc25b19b9e65c88e9f037ce8055b43cae2a 06:02:35 $ docker rm -f --volumes bac847950c503292e3bf05db2c018fc25b19b9e65c88e9f037ce8055b43cae2a [Pipeline] // withDockerContainer [Pipeline] sh 06:02:36 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:02:36 Stashed 1 file(s) [Pipeline] echo 06:02:36 [edgeXSemver]: initialized semver on version 3.2.0-dev.92 [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 06:02:36 + git config --global --add safe.directory /w/workspace/edgex-go/715 [Pipeline] echo 06:02:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 06:02:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 06:02:36 ========================================================= 06:02:36 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 06:02:36 ========================================================= [Pipeline] fileExists [Pipeline] sh 06:02:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 06:02:37 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 06:02:37 43c4264eed91: Pulling fs layer 06:02:37 4cc291be95ef: Pulling fs layer 06:02:37 2ac1f1163629: Pulling fs layer 06:02:37 5c3c966382ef: Pulling fs layer 06:02:37 4f4fb700ef54: Pulling fs layer 06:02:37 5d5c8e513c77: Pulling fs layer 06:02:37 9f66e0745190: Pulling fs layer 06:02:37 f49a43e4bbc0: Pulling fs layer 06:02:37 561ebcabdf7f: Pulling fs layer 06:02:37 5c3c966382ef: Waiting 06:02:37 5d5c8e513c77: Waiting 06:02:37 9f66e0745190: Waiting 06:02:37 f49a43e4bbc0: Waiting 06:02:37 561ebcabdf7f: Waiting 06:02:37 4f4fb700ef54: Waiting 06:02:37 4cc291be95ef: Verifying Checksum 06:02:37 4cc291be95ef: Download complete 06:02:37 5c3c966382ef: Download complete 06:02:37 4f4fb700ef54: Verifying Checksum 06:02:37 5d5c8e513c77: Download complete 06:02:37 43c4264eed91: Download complete 06:02:37 9f66e0745190: Verifying Checksum 06:02:37 9f66e0745190: Download complete 06:02:37 43c4264eed91: Pull complete 06:02:37 561ebcabdf7f: Verifying Checksum 06:02:37 561ebcabdf7f: Download complete 06:02:37 4cc291be95ef: Pull complete 06:02:37 2ac1f1163629: Verifying Checksum 06:02:37 2ac1f1163629: Download complete 06:02:37 f49a43e4bbc0: Verifying Checksum 06:02:37 f49a43e4bbc0: Download complete 06:02:42 2ac1f1163629: Pull complete 06:02:42 5c3c966382ef: Pull complete 06:02:42 4f4fb700ef54: Pull complete 06:02:42 5d5c8e513c77: Pull complete 06:02:42 9f66e0745190: Pull complete 06:02:44 f49a43e4bbc0: Pull complete 06:02:44 561ebcabdf7f: Pull complete 06:02:44 Digest: sha256:0719486ae9a24b675ee3acaa2cfd867e7a981f2ef22b41d166c62d936fe8de2d 06:02:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 06:02:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh 06:02:44 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 06:02:44 WORKDIR /edgex 06:02:44 COPY go.mod . 06:02:44 RUN go mod download 06:02:44 + docker build -t ci-base-image-x86_64 -f - . 06:02:45 Sending build context to Docker daemon 179.6MB 06:02:45 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 06:02:45 ---> 3a752c3f9dda 06:02:45 Step 2/4 : WORKDIR /edgex 06:02:50 ---> Running in 6821f76ce50a 06:02:50 Removing intermediate container 6821f76ce50a 06:02:50 ---> beb097a8ac2e 06:02:50 Step 3/4 : COPY go.mod . 06:02:50 ---> 582a08349743 06:02:50 Step 4/4 : RUN go mod download 06:02:50 ---> Running in 10451a7d0187 06:02:51 Still waiting to schedule task 06:02:51 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 06:03:16 Removing intermediate container 10451a7d0187 06:03:16 ---> 8db3d0c1bf68 06:03:16 Successfully built 8db3d0c1bf68 06:03:16 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:03:17 + docker inspect -f . ci-base-image-x86_64 06:03:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:03:17 prd-ubuntu20.04-docker-8c-8g-21999 does not seem to be running inside a container 06:03:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/715 -v /w/workspace/edgex-go/715:/w/workspace/edgex-go/715:rw,z -v /w/workspace/edgex-go/715@tmp:/w/workspace/edgex-go/715@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 06:03:17 $ docker top 399c98a6a67450b12bc9fa6351a0650da062b0d510c1940ff0cbe99b42997207 -eo pid,comm [Pipeline] { [Pipeline] sh 06:03:18 + go version 06:03:18 go version go1.23.2 linux/amd64 [Pipeline] } 06:03:18 $ docker stop --time=1 399c98a6a67450b12bc9fa6351a0650da062b0d510c1940ff0cbe99b42997207 06:03:19 $ docker rm -f --volumes 399c98a6a67450b12bc9fa6351a0650da062b0d510c1940ff0cbe99b42997207 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:03:19 + docker inspect -f . ci-base-image-x86_64 06:03:19 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:03:19 prd-ubuntu20.04-docker-8c-8g-21999 does not seem to be running inside a container 06:03:20 $ 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/715 -v /w/workspace/edgex-go/715:/w/workspace/edgex-go/715:rw,z -v /w/workspace/edgex-go/715@tmp:/w/workspace/edgex-go/715@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 06:03:20 $ docker top 7b038deb0c0b62fdfc5dc416c60be2302eb7864a9823934b9edcbd413ce80a4a -eo pid,comm [Pipeline] { [Pipeline] echo 06:03:20 ========================================================= 06:03:20 [edgeXBuildGoParallel] Running Tests and Build... 06:03:20 ========================================================= [Pipeline] sh 06:03:20 + git config --global --add safe.directory /w/workspace/edgex-go/715 [Pipeline] fileExists [Pipeline] sh 06:03:21 + make test 06:03:21 go test -race -coverprofile=coverage.out ./... 06:03:29 ? github.com/edgexfoundry/edgex-go [no test files] 06:04:01 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 06:04:01 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 06:04:01 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 06:04:01 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 06:04:01 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 06:04:01 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 06:04:01 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 06:04:01 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 06:04:01 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 06:04:01 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 06:04:01 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 06:04:01 github.com/edgexfoundry/edgex-go/cmd/support-cron-scheduler coverage: 0.0% of statements 06:04:01 ? github.com/edgexfoundry/edgex-go/internal [no test files] 06:04:01 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 06:04:01 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 06:04:01 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 06:04:01 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 06:04:01 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 06:04:02 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.028s coverage: 28.7% of statements 06:04:02 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 06:04:02 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 06:04:02 github.com/edgexfoundry/edgex-go/internal/core/common_config coverage: 0.0% of statements 06:04:03 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 06:04:03 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 06:04:03 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.039s coverage: 97.0% of statements 06:04:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 06:04:04 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 06:04:04 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 06:04:04 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 06:04:04 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 06:04:04 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 06:04:04 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 06:04:04 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 06:04:04 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 06:04:05 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 06:04:05 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 06:04:05 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 06:04:05 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 06:04:05 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 06:04:07 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.061s coverage: 69.2% of statements 06:04:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.054s coverage: 53.2% of statements 06:04:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.564s coverage: 93.4% of statements 06:04:07 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.057s coverage: 91.7% of statements 06:04:07 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 06:04:07 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 06:04:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.050s coverage: 10.3% of statements 06:04:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 06:04:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 06:04:09 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 06:04:09 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 06:04:09 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 06:04:09 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 06:04:09 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 06:04:09 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 06:04:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 06:04:09 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 06:04:09 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 06:04:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.470s coverage: 95.8% of statements 06:04:11 ok github.com/edgexfoundry/edgex-go/internal/io 1.046s coverage: 72.2% of statements 06:04:11 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 06:04:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 06:04:11 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 06:04:11 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.034s coverage: 0.0% of statements [no tests to run] 06:04:12 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.040s coverage: 0.8% of statements 06:04:12 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.025s coverage: 42.5% of statements 06:04:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.029s coverage: 41.7% of statements 06:04:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.029s coverage: 77.8% of statements 06:04:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.019s coverage: 94.1% of statements 06:04:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.042s coverage: 96.3% of statements 06:04:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.025s coverage: 87.5% of statements 06:04:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 06:04:13 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 06:04:13 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 06:04:13 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 06:04:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 06:04:14 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 06:04:14 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 06:04:14 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 06:04:15 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 06:04:15 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 06:04:15 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 06:04:16 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 06:04:16 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 06:04:16 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 06:04:16 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 06:04:17 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 06:04:17 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 06:04:17 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 06:04:18 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 06:04:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 06:04:21 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 06:04:21 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 06:04:23 github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements 06:04:23 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 06:04:23 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 06:04:25 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 06:04:25 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 06:04:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 06:04:25 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 06:04:25 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 06:04:25 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 06:04:25 github.com/edgexfoundry/edgex-go/internal/support/cronscheduler coverage: 0.0% of statements 06:04:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.037s coverage: 94.4% of statements 06:04:26 github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/container coverage: 0.0% of statements 06:04:26 github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application/action coverage: 0.0% of statements 06:04:26 github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/config coverage: 0.0% of statements 06:04:26 Running on prd-ubuntu20.04-docker-arm64-4c-16g-22000 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 06:04:26 Running in /w/workspace/edgex-go/715 [Pipeline] { [Pipeline] checkout 06:04:26 The recommended git tool is: git 06:04:28 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces [no test files] 06:04:28 github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 06:04:28 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 06:04:29 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 06:04:29 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 06:04:29 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 06:04:29 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 06:04:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 06:04:30 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application coverage: 0.0% of statements 06:04:30 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 06:04:30 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 06:04:31 using credential edgex-jenkins-ssh 06:04:31 Cloning the remote Git repository 06:04:31 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 06:04:31 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 06:04:31 Cloning repository git@github.com:edgexfoundry/edgex-go.git 06:04:31 > git init /w/workspace/edgex-go/715 # timeout=10 06:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 06:04:32 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 06:04:31 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:04:31 > git --version # timeout=10 06:04:31 > git --version # 'git version 2.25.1' 06:04:31 using GIT_SSH to set credentials SSH Credentials for GitHub 06:04:32 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:04:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.265s coverage: 79.9% of statements 06:04:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.044s coverage: 92.9% of statements 06:04:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.024s coverage: 66.7% of statements 06:04:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.028s coverage: 62.3% of statements 06:04:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.052s coverage: 75.0% of statements 06:04:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.029s coverage: 87.2% of statements 06:04:38 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.017s coverage: 20.0% of statements 06:04:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.019s coverage: 100.0% of statements 06:04:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.061s coverage: 81.8% of statements 06:04:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.050s coverage: 82.1% of statements 06:04:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.024s coverage: 86.0% of statements 06:04:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.142s coverage: 63.1% of statements 06:04:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.025s coverage: 100.0% of statements 06:04:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.022s coverage: 89.4% of statements 06:04:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.020s coverage: 100.0% of statements 06:04:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.020s coverage: 73.7% of statements 06:04:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.019s coverage: 100.0% of statements 06:04:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.131s coverage: 36.5% of statements 06:04:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.026s coverage: 89.5% of statements 06:04:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.024s coverage: 84.8% of statements 06:04:38 ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application 1.026s coverage: 4.9% of statements 06:04:38 ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/controller/http 1.069s coverage: 97.1% of statements 06:04:38 ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure 1.026s coverage: 35.9% of statements 06:04:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.055s coverage: 19.9% of statements 06:04:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.104s coverage: 95.7% of statements 06:04:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.030s coverage: 61.8% of statements 06:04:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.064s coverage: 98.9% of statements 06:04:38 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 06:04:38 running golangci-lint 06:04:38 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 06:04:38 go version go1.23.2 linux/amd64 06:04:38 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 06:04:38 level=info msg="[config_reader] Used config file .golangci.yml" 06:04:38 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 06:04:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:04:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:04:51 Avoid second fetch 06:04:51 Checking out Revision 77e0adce47a12d7dc08b393082bf391b7f950b01 (main) 06:04:52 Commit message: "Merge pull request #4946 from lindseysimple/issue-4945" 06:04:51 > git config core.sparsecheckout # timeout=10 06:04:51 > git checkout -f 77e0adce47a12d7dc08b393082bf391b7f950b01 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:04:56 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 06:04:56 % Total % Received % Xferd Average Speed Time Time Time Current 06:04:56 Dload Upload Total Spent Left Speed 06:04:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 110k 0 --:--:-- --:--:-- --:--:-- 110k [Pipeline] sh 06:04:57 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 06:04:57 + + sudosudo tee jq /etc/docker/daemon.new . += {"seccomp-profile": "/etc/docker/seccomp.json"} 06:04:57 /etc/docker/daemon.json 06:04:57 { 06:04:57 "registry-mirrors": [ 06:04:57 "https://nexus3.edgexfoundry.org:10001" 06:04:57 ], 06:04:57 "bip": "10.250.0.254/24", 06:04:57 "hosts": [ 06:04:57 "tcp://0.0.0.0:5555", 06:04:57 "unix:///var/run/docker.sock" 06:04:57 ], 06:04:57 "mtu": 1458, 06:04:57 "selinux-enabled": true, 06:04:57 "seccomp-profile": "/etc/docker/seccomp.json" 06:04:57 } [Pipeline] sh 06:04:57 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 06:04:58 + sudo service docker restart 06:05:01 level=info msg="[loader] Go packages loading at mode 575 (imports|types_sizes|compiled_files|exports_file|files|deps|name) took 20.32916552s" 06:05:01 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 56.958959ms" 06:05:12 level=info msg="[linters_context/goanalysis] analyzers took 1m53.641647071s with top 10 stages: buildir: 58.735340878s, gosec: 3.851035479s, inspect: 3.398210588s, fact_deprecated: 3.270423167s, printf: 2.075694155s, ctrlflow: 1.800473132s, fact_purity: 1.243082684s, isgenerated: 1.228066072s, nilness: 1.162964121s, S1038: 1.161247863s" 06:05:12 level=info msg="[runner] Issues before processing: 219, after processing: 0" 06:05:12 level=info msg="[runner] Processors filtering stat (in/out): filename_unadjuster: 219/219, exclude: 219/219, cgo: 219/219, path_prettifier: 219/219, skip_files: 219/219, autogenerated_exclude: 219/219, invalid_issue: 219/219, skip_dirs: 219/219, identifier_marker: 219/219, exclude-rules: 219/22, nolint: 22/0" 06:05:12 level=info msg="[runner] processing took 18.377288ms with stages: nolint: 8.01655ms, identifier_marker: 5.520659ms, exclude-rules: 1.549685ms, path_prettifier: 1.507985ms, autogenerated_exclude: 1.157449ms, skip_dirs: 538.119µs, cgo: 33.36µs, invalid_issue: 32.58µs, filename_unadjuster: 15.811µs, max_same_issues: 1µs, uniq_by_line: 550ns, fixer: 540ns, skip_files: 510ns, exclude: 470ns, sort_results: 440ns, diff: 430ns, path_prefixer: 280ns, severity-rules: 250ns, path_shortener: 200ns, max_from_linter: 160ns, source_code: 140ns, max_per_file_from_linter: 120ns" 06:05:12 level=info msg="[runner] linters took 11.893380492s with stages: goanalysis_metalinter: 11.874918613s" 06:05:12 level=info msg="File cache stats: 0 entries of total size 0B" 06:05:12 level=info msg="Memory: 317 samples, avg is 291.0MB, max is 1250.1MB" 06:05:12 level=info msg="Execution took 32.28807372s" 06:05:12 go vet ./... [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:05:17 provisioning config files... 06:05:17 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/715@tmp/config7247607973803413879tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:05:17 ---> ****-login.sh 06:05:17 nexus3.edgexfoundry.org:10001 06:05:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:05:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:05:18 Configure a credential helper to remove this warning. See 06:05:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:05:18 06:05:18 Login Succeeded 06:05:18 nexus3.edgexfoundry.org:10002 06:05:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:05:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:05:18 Configure a credential helper to remove this warning. See 06:05:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:05:18 06:05:18 Login Succeeded 06:05:18 nexus3.edgexfoundry.org:10003 06:05:18 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 06:05:18 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 06:05:18 ./bin/test-attribution-txt.sh [Pipeline] echo 06:05:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh 06:05:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:05:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:05:18 Configure a credential helper to remove this warning. See 06:05:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:05:18 06:05:18 Login Succeeded 06:05:18 nexus3.edgexfoundry.org:10004 06:05:19 + ls -al . 06:05:19 total 1848 06:05:19 drwxrwxr-x 11 1001 1001 4096 Oct 7 06:03 . 06:05:19 drwxr-xr-x 4 root root 4096 Oct 7 06:03 .. 06:05:19 drwxrwxr-x 2 1001 1001 4096 Oct 7 06:02 .blubracket 06:05:19 -rw-rw-r-- 1 1001 1001 10 Oct 7 06:02 .dockerignore 06:05:19 drwxrwxr-x 8 1001 1001 4096 Oct 7 06:04 .git 06:05:19 drwxrwxr-x 3 1001 1001 4096 Oct 7 06:02 .github 06:05:19 -rw-rw-r-- 1 1001 1001 1102 Oct 7 06:02 .gitignore 06:05:19 -rw-rw-r-- 1 1001 1001 199 Oct 7 06:02 .golangci.yml 06:05:19 -rw-rw-r-- 1 1001 1001 100 Oct 7 06:02 .hadolint.yml 06:05:19 drwxr-xr-x 3 1001 1001 4096 Oct 7 06:02 .semver 06:05:19 -rw-rw-r-- 1 1001 1001 155 Oct 7 06:02 .sonarcloud.properties 06:05:19 -rw-rw-r-- 1 1001 1001 1171 Oct 7 06:02 ADOPTERS.md 06:05:19 -rw-rw-r-- 1 1001 1001 21553 Oct 7 06:02 Attribution.txt 06:05:19 -rw-rw-r-- 1 1001 1001 100284 Oct 7 06:02 CHANGELOG.md 06:05:19 -rw-rw-r-- 1 1001 1001 3804 Oct 7 06:02 CONTRIBUTING.md 06:05:19 -rw-rw-r-- 1 1001 1001 677 Oct 7 06:02 GOVERNANCE.md 06:05:19 -rw-rw-r-- 1 1001 1001 861 Oct 7 06:02 Jenkinsfile 06:05:19 -rw-rw-r-- 1 1001 1001 10775 Oct 7 06:02 LICENSE 06:05:19 -rw-rw-r-- 1 1001 1001 16854 Oct 7 06:02 Makefile 06:05:19 -rw-rw-r-- 1 1001 1001 582 Oct 7 06:02 OWNERS.md 06:05:19 -rw-rw-r-- 1 1001 1001 9528 Oct 7 06:02 README.md 06:05:19 -rw-rw-r-- 1 1001 1001 789 Oct 7 06:02 SECURITY.md 06:05:19 -rw-rw-r-- 1 1001 1001 12 Oct 7 06:02 VERSION 06:05:19 drwxrwxr-x 2 1001 1001 4096 Oct 7 06:02 bin 06:05:19 drwxrwxr-x 20 1001 1001 4096 Oct 7 06:02 cmd 06:05:19 -rw-r--r-- 1 root root 1502112 Oct 7 06:04 coverage.out 06:05:19 drwxrwxr-x 2 1001 1001 4096 Oct 7 06:02 fuzz_test 06:05:19 -rw-rw-r-- 1 1001 1001 7305 Oct 7 06:02 go.mod 06:05:19 -rw-rw-r-- 1 1001 1001 102748 Oct 7 06:02 go.sum 06:05:19 drwxrwxr-x 7 1001 1001 4096 Oct 7 06:02 internal 06:05:19 drwxrwxr-x 3 1001 1001 4096 Oct 7 06:02 openapi 06:05:19 -rw-rw-r-- 1 1001 1001 584 Oct 7 06:02 security.txt 06:05:19 -rw-rw-r-- 1 1001 1001 204 Oct 7 06:02 version.go [Pipeline] sh 06:05:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:05:19 + '[' -e coverage.out ] 06:05:19 + chown 1001:1001 coverage.out [Pipeline] stash 06:05:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:05:19 Configure a credential helper to remove this warning. See 06:05:19 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:05:19 06:05:19 Login Succeeded 06:05:19 ****.io 06:05:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:05:19 Stashed 1 file(s) [Pipeline] sh 06:05:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:05:19 Configure a credential helper to remove this warning. See 06:05:19 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:05:19 06:05:19 Login Succeeded 06:05:19 ---> ****-login.sh ends [Pipeline] } 06:05:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 06:05:19 + make build 06:05:19 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [Pipeline] sh 06:05:20 + git config --global --add safe.directory /w/workspace/edgex-go/715 [Pipeline] echo 06:05:20 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 06:05:20 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 06:05:20 ========================================================= 06:05:20 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 06:05:20 ========================================================= [Pipeline] fileExists [Pipeline] sh 06:05:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 06:05:20 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:05:20 cf04c63912e1: Pulling fs layer 06:05:20 55b35a11ae5e: Pulling fs layer 06:05:20 a37a00ec5f00: Pulling fs layer 06:05:20 50b3750afda1: Pulling fs layer 06:05:20 4f4fb700ef54: Pulling fs layer 06:05:20 80978eb59214: Pulling fs layer 06:05:20 c9f46d7d2bd2: Pulling fs layer 06:05:20 c5a475d317c9: Pulling fs layer 06:05:20 4f4fb700ef54: Waiting 06:05:20 80978eb59214: Waiting 06:05:20 c9f46d7d2bd2: Waiting 06:05:20 c5a475d317c9: Waiting 06:05:20 50b3750afda1: Waiting 06:05:20 55b35a11ae5e: Verifying Checksum 06:05:20 55b35a11ae5e: Download complete 06:05:20 50b3750afda1: Verifying Checksum 06:05:20 50b3750afda1: Download complete 06:05:20 4f4fb700ef54: Verifying Checksum 06:05:20 4f4fb700ef54: Download complete 06:05:20 80978eb59214: Verifying Checksum 06:05:20 80978eb59214: Download complete 06:05:20 cf04c63912e1: Verifying Checksum 06:05:20 cf04c63912e1: Download complete 06:05:21 c5a475d317c9: Verifying Checksum 06:05:21 c5a475d317c9: Download complete 06:05:21 cf04c63912e1: Pull complete 06:05:22 55b35a11ae5e: Pull complete 06:05:22 a37a00ec5f00: Verifying Checksum 06:05:22 a37a00ec5f00: Download complete 06:05:23 c9f46d7d2bd2: Verifying Checksum 06:05:23 c9f46d7d2bd2: Download complete 06:05:38 a37a00ec5f00: Pull complete 06:05:38 50b3750afda1: Pull complete 06:05:38 4f4fb700ef54: Pull complete 06:05:38 80978eb59214: Pull complete 06:05:45 c9f46d7d2bd2: Pull complete 06:05:46 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 06:05:46 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 06:05:46 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 06:05:46 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 06:05:47 c5a475d317c9: Pull complete 06:05:47 Digest: sha256:2391c17ca386d1fbfa331956bd558234564149703727e64d3c69580d84b42a9b 06:05:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 06:05:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh 06:05:47 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 06:05:47 WORKDIR /edgex 06:05:47 COPY go.mod . 06:05:47 RUN go mod download 06:05:47 + docker build -t ci-base-image-arm64 -f - . 06:05:47 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 06:05:48 Sending build context to Docker daemon 3.684MB 06:05:48 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 06:05:48 ---> be29e6b0f0d4 06:05:48 Step 2/4 : WORKDIR /edgex 06:05:48 ---> Running in 3d06f68ac61b 06:05:49 Removing intermediate container 3d06f68ac61b 06:05:49 ---> b50b83672aa6 06:05:49 Step 3/4 : COPY go.mod . 06:05:49 ---> f93faa1736d8 06:05:49 Step 4/4 : RUN go mod download 06:05:49 ---> Running in fb86d1e2bbd9 06:05:52 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 06:05:53 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 06:05:55 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 06:05:58 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 06:05:58 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 06:05:59 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 06:05:59 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 06:06:00 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 06:06:01 $ docker stop --time=1 7b038deb0c0b62fdfc5dc416c60be2302eb7864a9823934b9edcbd413ce80a4a 06:06:08 $ docker rm -f --volumes 7b038deb0c0b62fdfc5dc416c60be2302eb7864a9823934b9edcbd413ce80a4a [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 06:06:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:06:09 06:06:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:06:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:06:09 latest: Pulling from edgex-devops/edgex-compose 06:06:09 91d30c5bc195: Pulling fs layer 06:06:09 2e9b0aa3be6d: Pulling fs layer 06:06:09 9c61dcf015f6: Pulling fs layer 06:06:09 4698f68db338: Pulling fs layer 06:06:09 2a2f49069b9e: Pulling fs layer 06:06:09 e0025b399a48: Pulling fs layer 06:06:09 4698f68db338: Waiting 06:06:09 2a2f49069b9e: Waiting 06:06:09 e0025b399a48: Waiting 06:06:09 91d30c5bc195: Verifying Checksum 06:06:09 91d30c5bc195: Download complete 06:06:09 4698f68db338: Verifying Checksum 06:06:09 4698f68db338: Download complete 06:06:09 2e9b0aa3be6d: Verifying Checksum 06:06:09 2e9b0aa3be6d: Download complete 06:06:09 e0025b399a48: Verifying Checksum 06:06:09 e0025b399a48: Download complete 06:06:09 91d30c5bc195: Pull complete 06:06:09 2a2f49069b9e: Download complete 06:06:10 2e9b0aa3be6d: Pull complete 06:06:10 9c61dcf015f6: Verifying Checksum 06:06:10 9c61dcf015f6: Download complete 06:06:12 9c61dcf015f6: Pull complete 06:06:12 4698f68db338: Pull complete 06:06:12 2a2f49069b9e: Pull complete 06:06:13 e0025b399a48: Pull complete 06:06:13 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 06:06:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:06:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:06:13 prd-ubuntu20.04-docker-8c-8g-21999 does not seem to be running inside a container 06:06:13 $ 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/715 -v /w/workspace/edgex-go/715:/w/workspace/edgex-go/715:rw,z -v /w/workspace/edgex-go/715@tmp:/w/workspace/edgex-go/715@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 06:06:17 $ docker top 556c694ca93e2eed9609c4faa0f688db25fea85a5823b5fd604ab4ddbdb0ef8d -eo pid,comm [Pipeline] { [Pipeline] sh 06:06:17 + docker compose -f ./docker-compose-build.yml build --parallel 06:06:20 #1 [security-spire-server internal] load build definition from Dockerfile 06:06:20 #1 transferring dockerfile: 1.70kB 0.0s done 06:06:20 #1 DONE 0.0s 06:06:20 06:06:20 #2 [security-secretstore-setup internal] load build definition from Dockerfile 06:06:20 #2 transferring dockerfile: 2.49kB done 06:06:20 #2 DONE 0.0s 06:06:20 06:06:20 #3 [core-command internal] load build definition from Dockerfile 06:06:20 #3 transferring dockerfile: 1.93kB done 06:06:20 #3 DONE 0.0s 06:06:20 06:06:20 #4 [security-spire-agent internal] load build definition from Dockerfile 06:06:20 #4 transferring dockerfile: 1.81kB done 06:06:20 #4 DONE 0.0s 06:06:20 06:06:20 #5 [core-keeper internal] load build definition from Dockerfile 06:06:20 #5 transferring dockerfile: 2.07kB done 06:06:20 #5 DONE 0.0s 06:06:20 06:06:20 #6 [security-spire-server internal] load .dockerignore 06:06:20 #6 DONE 0.0s 06:06:20 06:06:20 #7 [security-bootstrapper internal] load build definition from Dockerfile 06:06:20 #7 transferring dockerfile: 3.17kB done 06:06:20 #7 DONE 0.0s 06:06:20 06:06:20 #8 [security-spire-config internal] load build definition from Dockerfile 06:06:20 #8 transferring dockerfile: 1.69kB done 06:06:20 #8 DONE 0.0s 06:06:20 06:06:20 #9 [security-spiffe-token-provider internal] load build definition from Dockerfile 06:06:20 #9 transferring dockerfile: 1.89kB done 06:06:20 #9 DONE 0.0s 06:06:20 06:06:20 #10 [security-proxy-setup internal] load build definition from Dockerfile 06:06:20 #10 transferring dockerfile: 2.50kB done 06:06:20 #10 DONE 0.0s 06:06:20 06:06:20 #11 [support-notifications internal] load build definition from Dockerfile 06:06:20 #11 transferring dockerfile: 2.02kB done 06:06:20 #11 DONE 0.0s 06:06:20 06:06:20 #12 [core-data internal] load build definition from Dockerfile 06:06:20 #12 transferring dockerfile: 2.07kB done 06:06:20 #12 DONE 0.0s 06:06:20 06:06:20 #6 [security-spire-server internal] load .dockerignore 06:06:20 #6 transferring context: 50B done 06:06:20 #6 DONE 0.0s 06:06:20 06:06:20 #13 [security-proxy-auth internal] load build definition from Dockerfile 06:06:20 #13 transferring dockerfile: 2.15kB done 06:06:20 #13 DONE 0.0s 06:06:20 06:06:20 #14 [support-cron-scheduler internal] load build definition from Dockerfile 06:06:20 #14 transferring dockerfile: 1.85kB done 06:06:20 #14 DONE 0.0s 06:06:20 06:06:20 #15 [core-metadata internal] load build definition from Dockerfile 06:06:20 #15 transferring dockerfile: 2.13kB done 06:06:20 #15 DONE 0.0s 06:06:20 06:06:20 #16 [support-scheduler internal] load build definition from Dockerfile 06:06:20 #16 transferring dockerfile: 1.93kB done 06:06:20 #16 DONE 0.0s 06:06:20 06:06:20 #17 [core-common-config-bootstrapper internal] load build definition from Dockerfile 06:06:20 #17 transferring dockerfile: 2.23kB done 06:06:20 #17 DONE 0.0s 06:06:20 06:06:20 #18 [security-secretstore-setup internal] load .dockerignore 06:06:20 #18 transferring context: 50B done 06:06:20 #18 DONE 0.0s 06:06:20 06:06:20 #19 [core-command internal] load .dockerignore 06:06:20 #19 transferring context: 50B done 06:06:20 #19 DONE 0.0s 06:06:20 06:06:20 #20 [security-spire-agent internal] load .dockerignore 06:06:20 #20 transferring context: 50B done 06:06:20 #20 DONE 0.0s 06:06:20 06:06:20 #21 [core-keeper internal] load .dockerignore 06:06:20 #21 transferring context: 50B done 06:06:20 #21 DONE 0.0s 06:06:20 06:06:20 #22 [security-spire-config internal] load .dockerignore 06:06:20 #22 transferring context: 50B done 06:06:20 #22 DONE 0.0s 06:06:20 06:06:20 #23 [security-bootstrapper internal] load .dockerignore 06:06:20 #23 transferring context: 50B done 06:06:20 #23 DONE 0.0s 06:06:20 06:06:20 #24 [security-spiffe-token-provider internal] load .dockerignore 06:06:20 #24 transferring context: 50B done 06:06:20 #24 DONE 0.0s 06:06:20 06:06:20 #25 [security-proxy-setup internal] load .dockerignore 06:06:20 #25 transferring context: 50B done 06:06:20 #25 DONE 0.0s 06:06:20 06:06:20 #26 [support-notifications internal] load .dockerignore 06:06:21 #26 transferring context: 50B done 06:06:21 #26 DONE 0.0s 06:06:21 06:06:21 #27 [core-data internal] load .dockerignore 06:06:21 #27 transferring context: 50B done 06:06:21 #27 DONE 0.0s 06:06:21 06:06:21 #28 [security-proxy-auth internal] load .dockerignore 06:06:21 #28 transferring context: 50B done 06:06:21 #28 DONE 0.0s 06:06:21 06:06:21 #29 [support-cron-scheduler internal] load .dockerignore 06:06:21 #29 transferring context: 50B done 06:06:21 #29 DONE 0.0s 06:06:21 06:06:21 #30 [core-metadata internal] load .dockerignore 06:06:21 #30 transferring context: 50B done 06:06:21 #30 DONE 0.0s 06:06:21 06:06:21 #31 [support-scheduler internal] load .dockerignore 06:06:21 #31 transferring context: 50B done 06:06:21 #31 DONE 0.0s 06:06:21 06:06:21 #32 [security-spire-server internal] load metadata for docker.io/library/alpine:3.20 06:06:21 #32 DONE 0.1s 06:06:21 06:06:21 #33 [core-common-config-bootstrapper internal] load .dockerignore 06:06:21 #33 transferring context: 50B done 06:06:21 #33 DONE 0.1s 06:06:21 06:06:21 #34 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 06:06:21 #34 DONE 0.0s 06:06:21 06:06:21 #35 [security-secretstore-setup stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 06:06:21 #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done 06:06:21 #35 ... 06:06:21 06:06:21 #34 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 06:06:21 #34 DONE 0.0s 06:06:21 06:06:21 #32 [core-keeper internal] load metadata for docker.io/library/alpine:3.20 06:06:21 #32 DONE 0.1s 06:06:21 06:06:21 #35 [security-secretstore-setup stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 06:06:21 #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done 06:06:21 #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 06:06:21 #35 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done 06:06:21 #35 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done 06:06:21 #35 ... 06:06:21 06:06:21 #34 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 06:06:21 #34 DONE 0.0s 06:06:21 06:06:21 #36 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 06:06:21 #36 DONE 0.4s 06:06:21 06:06:21 #35 [security-spire-server stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 06:06:21 #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done 06:06:21 #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 06:06:21 #35 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done 06:06:21 #35 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done 06:06:21 #35 ... 06:06:21 06:06:21 #34 [support-cron-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 06:06:21 #34 DONE 0.0s 06:06:21 06:06:21 #34 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 06:06:21 #34 DONE 0.0s 06:06:21 06:06:21 #32 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 06:06:21 #32 DONE 0.4s 06:06:21 06:06:21 #35 [core-data stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 06:06:21 #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done 06:06:21 #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 06:06:21 #35 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done 06:06:21 #35 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done 06:06:21 #35 ... 06:06:21 06:06:21 #34 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 06:06:21 #34 DONE 0.0s 06:06:21 06:06:21 #37 [security-spire-config internal] load build context 06:06:21 #37 transferring context: 26.23kB 0.0s done 06:06:21 #37 DONE 0.4s 06:06:21 06:06:21 #32 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 06:06:21 #32 DONE 0.6s 06:06:21 06:06:21 #38 [security-spire-server internal] load build context 06:06:21 #38 transferring context: 27.98kB 0.0s done 06:06:21 #38 DONE 0.3s 06:06:21 06:06:21 #35 [support-scheduler stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 06:06:21 #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done 06:06:21 #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 06:06:21 #35 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done 06:06:21 #35 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done 06:06:21 #35 ... 06:06:21 06:06:21 #39 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 06:06:21 #39 DONE 0.6s 06:06:21 06:06:21 #35 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 06:06:21 #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done 06:06:21 #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 06:06:21 #35 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done 06:06:21 #35 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done 06:06:22 #35 ... 06:06:22 06:06:22 #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 06:06:22 #40 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 0.6s done 06:06:22 #40 DONE 0.6s 06:06:23 06:06:23 #41 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 06:06:23 #41 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.2s done 06:06:23 #41 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 06:06:23 #41 sha256:635ef0c15e5d10109d5e7842c7878c49c6edc3c6cbe33257f9a5a7800c36b8fc 1.05kB / 1.05kB done 06:06:23 #41 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done 06:06:23 #41 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.3s done 06:06:23 #41 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.5s done 06:06:23 #41 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.6s done 06:06:23 #41 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done 06:06:23 #41 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done 06:06:23 #41 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0B / 30.73MB 0.8s 06:06:23 #41 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 7.34MB / 30.73MB 1.3s 06:06:23 #41 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 16.78MB / 30.73MB 1.4s 06:06:23 #41 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 27.26MB / 30.73MB 1.5s 06:06:23 #41 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 1.7s 06:06:26 #41 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 3.8s done 06:06:32 #41 ... 06:06:32 06:06:32 #42 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-x86_64 06:06:32 #42 ... 06:06:32 06:06:32 #43 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 06:06:32 #0 0.870 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:06:32 #0 1.202 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:06:32 #0 1.605 (1/4) Installing ca-certificates (20240705-r0) 06:06:32 #0 1.743 (2/4) Installing dumb-init (1.2.5-r3) 06:06:32 #0 1.743 (3/4) Installing su-exec (0.2-r3) 06:06:32 #0 1.743 (4/4) Installing yq-go (4.44.1-r2) 06:06:32 #0 1.814 Executing busybox-1.36.1-r29.trigger 06:06:32 #0 1.824 Executing ca-certificates-20240705-r0.trigger 06:06:32 #0 1.874 OK: 19 MiB in 18 packages 06:06:32 #43 ... 06:06:32 06:06:32 #44 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 06:06:32 #44 ... 06:06:32 06:06:32 #45 [security-proxy-setup internal] load build context 06:06:32 #45 transferring context: 390.69MB 10.0s 06:06:32 #45 ... 06:06:32 06:06:32 #46 [core-keeper internal] load build context 06:06:32 #46 ... 06:06:32 06:06:32 #47 [core-metadata internal] load build context 06:06:32 #47 ... 06:06:32 06:06:32 #48 [security-proxy-auth internal] load build context 06:06:32 #48 ... 06:06:32 06:06:32 #49 [core-common-config-bootstrapper internal] load build context 06:06:32 #49 ... 06:06:32 06:06:32 #50 [support-scheduler stage-1 2/8] RUN apk add --update --no-cache dumb-init 06:06:32 #0 1.212 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:06:32 #0 1.287 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:06:32 #0 1.572 (1/1) Installing dumb-init (1.2.5-r3) 06:06:32 #0 1.714 Executing busybox-1.36.1-r29.trigger 06:06:32 #0 1.726 OK: 8 MiB in 15 packages 06:06:32 #50 ... 06:06:32 06:06:32 #51 [core-command internal] load build context 06:06:32 #51 transferring context: 452.39MB 10.3s done 06:06:32 #51 ... 06:06:32 06:06:32 #52 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 06:06:32 #0 5.582 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:06:32 #0 5.656 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:06:32 #0 5.914 (1/4) Installing dumb-init (1.2.5-r3) 06:06:32 #0 5.917 (2/4) Installing openssl (3.3.2-r0) 06:06:32 #0 5.928 (3/4) Installing su-exec (0.2-r3) 06:06:32 #0 5.929 (4/4) Installing yq-go (4.44.1-r2) 06:06:32 #0 6.004 Executing busybox-1.36.1-r29.trigger 06:06:32 #0 6.014 OK: 19 MiB in 18 packages 06:06:32 #52 ... 06:06:32 06:06:32 #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 06:06:32 #40 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done 06:06:32 #40 sha256:1fcf53c806298a8fb3f151b1a5597420145ec1ac8dcc22c9b93d48ad1d788b34 1.05kB / 1.05kB done 06:06:32 #40 sha256:b8f0c3debb052bf3ec04f6a01139fc8d0eaea748ab628fea2efcdfd913787512 1.59kB / 1.59kB done 06:06:32 #40 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B done 06:06:32 #40 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB done 06:06:32 #40 ... 06:06:32 06:06:32 #53 [security-secretstore-setup internal] load build context 06:06:32 #53 transferring context: 452.39MB 11.6s done 06:06:32 #53 ... 06:06:32 06:06:32 #54 [security-spiffe-token-provider internal] load build context 06:06:33 #54 ... 06:06:33 06:06:33 #55 [support-scheduler internal] load build context 06:06:33 #55 ... 06:06:33 06:06:33 #56 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 06:06:33 #56 ... 06:06:33 06:06:33 #57 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 06:06:33 #0 1.017 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:06:33 #0 1.112 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:06:33 #0 1.799 v3.20.3-123-g9bb402980dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 06:06:33 #0 1.799 v3.20.3-122-g8f3843b267d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 06:06:33 #0 1.799 OK: 24163 distinct packages available 06:06:33 #0 1.853 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:06:33 #0 1.924 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:06:33 #0 2.176 (1/14) Installing ca-certificates (20240705-r0) 06:06:33 #0 2.188 (2/14) Installing brotli-libs (1.1.0-r2) 06:06:33 #0 2.202 (3/14) Installing c-ares (1.33.1-r0) 06:06:33 #0 2.219 (4/14) Installing libunistring (1.2-r0) 06:06:33 #0 2.278 (5/14) Installing libidn2 (2.3.7-r0) 06:06:33 #0 2.287 (6/14) Installing nghttp2-libs (1.62.1-r0) 06:06:33 #0 2.296 (7/14) Installing libpsl (0.21.5-r1) 06:06:33 #0 2.304 (8/14) Installing zstd-libs (1.5.6-r0) 06:06:33 #0 2.308 (9/14) Installing libcurl (8.10.1-r0) 06:06:33 #0 2.319 (10/14) Installing curl (8.10.1-r0) 06:06:33 #0 2.321 (11/14) Installing dumb-init (1.2.5-r3) 06:06:33 #0 2.323 (12/14) Installing musl-obstack (1.2.3-r2) 06:06:33 #0 2.330 (13/14) Installing libucontext (1.2-r3) 06:06:33 #0 2.330 (14/14) Installing gcompat (1.1.0-r4) 06:06:33 #0 2.338 Executing busybox-1.36.1-r29.trigger 06:06:33 #0 2.343 Executing ca-certificates-20240705-r0.trigger 06:06:33 #0 2.385 OK: 13 MiB in 28 packages 06:06:33 #57 ... 06:06:33 06:06:33 #58 [core-data internal] load build context 06:06:33 #58 ... 06:06:33 06:06:33 #59 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init 06:06:33 #59 ... 06:06:33 06:06:33 #60 [support-notifications internal] load build context 06:06:33 #60 ... 06:06:33 06:06:33 #61 [support-cron-scheduler internal] load build context 06:06:33 #61 ... 06:06:33 06:06:33 #62 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 06:06:33 #62 ... 06:06:33 06:06:33 #63 [security-bootstrapper internal] load build context 06:06:33 #63 transferring context: 452.39MB 12.1s done 06:06:33 #63 ... 06:06:33 06:06:33 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 06:06:34 #64 ... 06:06:34 06:06:34 #65 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 06:06:34 #0 4.309 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:06:34 #0 4.399 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:06:34 #0 4.731 (1/2) Installing dumb-init (1.2.5-r3) 06:06:34 #0 4.736 (2/2) Installing su-exec (0.2-r3) 06:06:34 #0 4.742 Executing busybox-1.36.1-r29.trigger 06:06:34 #0 4.756 OK: 8 MiB in 16 packages 06:06:34 #65 ... 06:06:34 06:06:34 #66 [security-spire-agent internal] load build context 06:06:34 #66 transferring context: 27.51kB 0.0s done 06:06:34 #66 ... 06:06:34 06:06:34 #67 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 06:06:34 #67 ... 06:06:34 06:06:34 #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 06:06:34 #40 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 6.8s 06:06:35 #40 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 0B / 20.02MB 7.6s 06:06:35 #40 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 3.15MB / 20.02MB 8.0s 06:06:35 #40 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 9.44MB / 20.02MB 8.1s 06:06:35 #40 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 8.2s 06:06:40 #40 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 11.9s 06:06:41 #40 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 13.2s 06:06:41 #40 ... 06:06:41 06:06:41 #45 [security-proxy-setup internal] load build context 06:06:41 #45 transferring context: 452.39MB 11.7s done 06:06:41 #45 ... 06:06:41 06:06:41 #46 [core-keeper internal] load build context 06:06:41 #46 transferring context: 452.39MB 12.9s done 06:06:41 #46 ... 06:06:41 06:06:41 #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 06:06:42 #40 ... 06:06:42 06:06:42 #48 [security-proxy-auth internal] load build context 06:06:42 #48 transferring context: 452.39MB 13.3s done 06:06:42 #48 ... 06:06:42 06:06:42 #47 [core-metadata internal] load build context 06:06:42 #47 transferring context: 452.39MB 12.1s done 06:06:42 #47 ... 06:06:42 06:06:42 #41 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 06:06:42 #41 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 done 06:06:42 #41 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0.8s done 06:06:42 #41 ... 06:06:42 06:06:42 #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 06:06:43 #40 ... 06:06:43 06:06:43 #54 [security-spiffe-token-provider internal] load build context 06:06:43 #54 transferring context: 452.39MB 12.7s done 06:06:43 #54 ... 06:06:43 06:06:43 #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 06:06:43 #40 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 13.6s done 06:06:43 #40 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done 06:06:43 #40 ... 06:06:43 06:06:43 #58 [core-data internal] load build context 06:06:43 #58 transferring context: 452.39MB 13.0s done 06:06:43 #58 ... 06:06:43 06:06:43 #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 06:06:43 #40 ... 06:06:43 06:06:43 #60 [support-notifications internal] load build context 06:06:43 #60 transferring context: 452.39MB 12.8s done 06:06:44 #60 ... 06:06:44 06:06:44 #61 [support-cron-scheduler internal] load build context 06:06:44 #61 transferring context: 452.39MB 12.0s done 06:06:44 #61 ... 06:06:44 06:06:44 #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 06:06:46 Removing intermediate container fb86d1e2bbd9 06:06:46 ---> e5f8de1943a1 06:06:46 Successfully built e5f8de1943a1 06:06:46 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:06:46 + docker inspect -f . ci-base-image-arm64 06:06:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:06:46 #40 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 18.2s done 06:06:46 prd-ubuntu20.04-docker-arm64-4c-16g-22000 does not seem to be running inside a container 06:06:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/715 -v /w/workspace/edgex-go/715:/w/workspace/edgex-go/715:rw,z -v /w/workspace/edgex-go/715@tmp:/w/workspace/edgex-go/715@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:06:48 $ docker top 49c84e3995236699d7f0cd1d32f23d202fea8d6f42d12d5470aebbddfd16ad6e -eo pid,comm [Pipeline] { [Pipeline] sh 06:06:48 + go version 06:06:48 go version go1.23.2 linux/arm64 [Pipeline] } 06:06:48 $ docker stop --time=1 49c84e3995236699d7f0cd1d32f23d202fea8d6f42d12d5470aebbddfd16ad6e 06:06:50 $ docker rm -f --volumes 49c84e3995236699d7f0cd1d32f23d202fea8d6f42d12d5470aebbddfd16ad6e [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 06:06:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:06:51 06:06:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:06:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:06:51 latest: Pulling from edgex-devops/edgex-compose-arm64 06:06:51 547446be3368: Pulling fs layer 06:06:51 d125d8839a47: Pulling fs layer 06:06:51 3e85d5ac6304: Pulling fs layer 06:06:51 c3105a71a48b: Pulling fs layer 06:06:51 0f093f025ec4: Pulling fs layer 06:06:51 c3106fc0e877: Pulling fs layer 06:06:51 c3105a71a48b: Waiting 06:06:51 0f093f025ec4: Waiting 06:06:51 547446be3368: Verifying Checksum 06:06:51 c3105a71a48b: Verifying Checksum 06:06:51 c3105a71a48b: Download complete 06:06:52 d125d8839a47: Verifying Checksum 06:06:52 d125d8839a47: Download complete 06:06:52 c3106fc0e877: Verifying Checksum 06:06:52 c3106fc0e877: Download complete 06:06:52 0f093f025ec4: Verifying Checksum 06:06:52 0f093f025ec4: Download complete 06:06:52 547446be3368: Pull complete 06:06:53 d125d8839a47: Pull complete 06:06:54 3e85d5ac6304: Verifying Checksum 06:06:54 3e85d5ac6304: Download complete 06:06:54 #40 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 06:06:54 #40 ... 06:06:54 06:06:54 #51 [core-command internal] load build context 06:06:54 #51 DONE 32.8s 06:06:54 06:06:54 #66 [security-spire-agent internal] load build context 06:06:54 #66 DONE 32.2s 06:06:54 06:06:54 #45 [security-proxy-setup internal] load build context 06:06:54 #45 DONE 32.7s 06:06:54 06:06:54 #53 [security-secretstore-setup internal] load build context 06:06:54 #53 DONE 32.9s 06:06:54 06:06:54 #44 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 06:06:54 #44 DONE 32.8s 06:06:54 06:06:54 #65 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 06:06:54 #65 DONE 32.6s 06:06:54 06:06:54 #50 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init 06:06:54 #50 DONE 32.8s 06:06:54 06:06:54 #57 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 06:06:54 #57 DONE 32.7s 06:06:54 06:06:54 #43 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 06:06:54 #43 DONE 32.8s 06:06:54 06:06:54 #63 [security-bootstrapper internal] load build context 06:06:54 #63 DONE 32.8s 06:06:54 06:06:54 #61 [support-cron-scheduler internal] load build context 06:06:54 #61 DONE 32.6s 06:06:54 06:06:54 #47 [core-metadata internal] load build context 06:06:54 #47 DONE 32.6s 06:06:54 06:06:54 #68 [support-scheduler stage-1 3/8] RUN apk --no-cache upgrade 06:06:54 #68 ... 06:06:54 06:06:54 #52 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 06:06:54 #52 DONE 32.7s 06:06:54 06:06:54 #54 [security-spiffe-token-provider internal] load build context 06:06:54 #54 DONE 32.8s 06:06:54 06:06:54 #60 [support-notifications internal] load build context 06:06:54 #60 DONE 32.6s 06:06:54 06:06:54 #46 [core-keeper internal] load build context 06:06:54 #46 DONE 32.9s 06:06:54 06:06:54 #58 [core-data internal] load build context 06:06:54 #58 DONE 32.6s 06:06:54 06:06:54 #48 [security-proxy-auth internal] load build context 06:06:54 #48 DONE 32.6s 06:06:54 06:06:54 #42 [support-cron-scheduler builder 1/7] FROM docker.io/library/ci-base-image-x86_64 06:06:54 #42 DONE 33.2s 06:06:54 06:06:54 #69 [security-proxy-auth builder 2/7] WORKDIR /edgex-go 06:06:55 #69 DONE 0.8s 06:06:55 06:06:55 #70 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 06:06:55 #70 ... 06:06:55 06:06:55 #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 06:06:55 #40 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 1.0s done 06:06:55 #40 DONE 33.3s 06:06:55 06:06:55 #49 [core-common-config-bootstrapper internal] load build context 06:06:55 #49 transferring context: 89.47MB 1.2s 06:06:57 #49 transferring context: 452.39MB 3.7s done 06:06:59 #49 ... 06:06:59 06:06:59 #68 [support-scheduler stage-1 3/8] RUN apk --no-cache upgrade 06:06:59 #68 5.969 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:07:00 #68 6.121 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:07:00 #68 6.452 Upgrading critical system libraries and apk-tools: 06:07:00 #68 6.452 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 06:07:00 #68 6.458 Executing busybox-1.36.1-r29.trigger 06:07:00 #68 6.514 Continuing the upgrade transaction with new apk-tools: 06:07:00 #68 6.518 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:07:00 #68 6.586 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:07:01 #68 ... 06:07:01 06:07:01 #55 [support-scheduler internal] load build context 06:07:01 #55 transferring context: 452.39MB 3.6s done 06:07:01 #55 DONE 39.6s 06:07:01 06:07:01 #68 [support-scheduler stage-1 3/8] RUN apk --no-cache upgrade 06:07:01 #68 7.168 OK: 8 MiB in 15 packages 06:07:01 #68 ... 06:07:01 06:07:01 #49 [core-common-config-bootstrapper internal] load build context 06:07:01 #49 DONE 39.6s 06:07:01 06:07:01 #59 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init 06:07:01 #59 33.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:07:01 #59 33.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:07:01 #59 33.72 (1/2) Installing ca-certificates (20240705-r0) 06:07:01 #59 33.75 (2/2) Installing dumb-init (1.2.5-r3) 06:07:01 #59 33.75 Executing busybox-1.36.1-r29.trigger 06:07:01 #59 33.76 Executing ca-certificates-20240705-r0.trigger 06:07:01 #59 33.83 OK: 9 MiB in 16 packages 06:07:01 #59 DONE 39.7s 06:07:01 06:07:01 #67 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 06:07:01 #67 33.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:07:01 #67 33.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:07:01 #67 33.75 (1/1) Installing dumb-init (1.2.5-r3) 06:07:01 #67 33.75 Executing busybox-1.36.1-r29.trigger 06:07:01 #67 33.77 OK: 8 MiB in 15 packages 06:07:01 #67 DONE 39.7s 06:07:01 06:07:01 #71 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init 06:07:01 #0 3.128 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:07:01 #0 3.673 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:07:01 #0 4.345 (1/1) Installing dumb-init (1.2.5-r3) 06:07:01 #0 4.655 Executing busybox-1.36.1-r29.trigger 06:07:01 #0 4.660 OK: 8 MiB in 15 packages 06:07:01 #71 DONE 7.4s 06:07:01 06:07:01 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 06:07:01 #64 33.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:07:01 #64 33.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:07:01 #64 33.90 v3.20.3-123-g9bb402980dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 06:07:01 #64 33.90 v3.20.3-122-g8f3843b267d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 06:07:01 #64 33.90 OK: 24163 distinct packages available 06:07:01 #64 33.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:07:01 #64 34.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:07:01 #64 34.36 (1/4) Installing dumb-init (1.2.5-r3) 06:07:01 #64 34.36 (2/4) Installing musl-obstack (1.2.3-r2) 06:07:01 #64 34.37 (3/4) Installing libucontext (1.2-r3) 06:07:01 #64 34.37 (4/4) Installing gcompat (1.1.0-r4) 06:07:01 #64 34.37 Executing busybox-1.36.1-r29.trigger 06:07:01 #64 34.39 OK: 8 MiB in 18 packages 06:07:01 #64 DONE 40.0s 06:07:01 06:07:01 #56 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 06:07:01 #56 33.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:07:01 #56 33.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:07:01 #56 33.75 (1/3) Installing ca-certificates (20240705-r0) 06:07:01 #56 33.77 (2/3) Installing dumb-init (1.2.5-r3) 06:07:01 #56 33.77 (3/3) Installing tzdata (2024b-r0) 06:07:01 #56 33.80 Executing busybox-1.36.1-r29.trigger 06:07:01 #56 33.81 Executing ca-certificates-20240705-r0.trigger 06:07:01 #56 33.87 OK: 10 MiB in 17 packages 06:07:01 #56 DONE 39.7s 06:07:01 06:07:01 #62 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 06:07:01 #62 33.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:07:01 #62 33.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:07:01 #62 33.96 v3.20.3-123-g9bb402980dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 06:07:01 #62 33.96 v3.20.3-122-g8f3843b267d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 06:07:01 #62 33.96 OK: 24163 distinct packages available 06:07:01 #62 34.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:07:01 #62 34.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:07:01 #62 34.38 (1/5) Installing dumb-init (1.2.5-r3) 06:07:01 #62 34.38 (2/5) Installing musl-obstack (1.2.3-r2) 06:07:01 #62 34.38 (3/5) Installing libucontext (1.2-r3) 06:07:01 #62 34.39 (4/5) Installing gcompat (1.1.0-r4) 06:07:01 #62 34.39 (5/5) Installing openssl (3.3.2-r0) 06:07:01 #62 34.40 Executing busybox-1.36.1-r29.trigger 06:07:01 #62 34.40 OK: 9 MiB in 19 packages 06:07:01 #62 DONE 40.1s 06:07:01 06:07:01 #68 [support-scheduler stage-1 3/8] RUN apk --no-cache upgrade 06:07:01 #68 DONE 7.4s 06:07:01 06:07:01 #72 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 06:07:03 #72 ... 06:07:03 06:07:03 #73 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 06:07:03 #0 7.728 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:07:03 #0 7.800 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:07:03 #0 8.102 OK: 246 MiB in 54 packages 06:07:03 #73 DONE 8.2s 06:07:03 06:07:03 #74 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 06:07:03 #74 DONE 8.2s 06:07:03 06:07:03 #75 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 06:07:03 #0 8.232 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:07:03 #0 8.309 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:07:03 #0 8.581 Upgrading critical system libraries and apk-tools: 06:07:03 #0 8.581 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 06:07:03 #0 8.588 Executing busybox-1.36.1-r29.trigger 06:07:03 #0 8.649 Continuing the upgrade transaction with new apk-tools: 06:07:03 #0 8.653 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:07:03 #0 8.722 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:07:03 #0 9.049 OK: 8 MiB in 16 packages 06:07:03 #75 DONE 9.2s 06:07:03 06:07:03 #70 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 06:07:03 #70 7.724 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:07:03 #70 7.786 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:07:03 #70 8.072 OK: 246 MiB in 54 packages 06:07:03 #70 DONE 8.3s 06:07:03 06:07:03 #76 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 06:07:03 #76 DONE 0.1s 06:07:03 06:07:03 #77 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 06:07:03 #77 ... 06:07:03 06:07:03 #78 [core-command builder 4/7] COPY go.mod vendor* ./ 06:07:03 #78 DONE 0.1s 06:07:03 06:07:03 #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 06:07:03 #0 8.386 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:07:03 #0 8.455 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:07:03 #0 8.723 Upgrading critical system libraries and apk-tools: 06:07:03 #0 8.723 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 06:07:03 #0 8.728 Executing busybox-1.36.1-r29.trigger 06:07:03 #0 8.785 Continuing the upgrade transaction with new apk-tools: 06:07:03 #0 8.791 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:07:03 #0 8.866 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:07:03 #0 9.223 OK: 19 MiB in 18 packages 06:07:03 #79 DONE 9.3s 06:07:03 06:07:03 #80 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:07:04 #80 ... 06:07:04 06:07:04 #81 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 06:07:04 #0 7.970 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:07:04 #0 9.067 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:07:04 #0 9.385 Upgrading critical system libraries and apk-tools: 06:07:04 #0 9.385 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 06:07:04 #0 9.391 Executing busybox-1.36.1-r29.trigger 06:07:04 #0 9.446 Continuing the upgrade transaction with new apk-tools: 06:07:04 #0 9.450 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:07:04 #0 9.524 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:07:04 #0 9.817 OK: 13 MiB in 28 packages 06:07:04 #81 DONE 10.0s 06:07:04 3e85d5ac6304: Pull complete 06:07:04 c3105a71a48b: Pull complete 06:07:04 06:07:04 #82 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 06:07:04 #0 7.613 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:07:04 #0 8.714 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:07:04 #0 9.064 OK: 246 MiB in 54 packages 06:07:04 #82 DONE 9.2s 06:07:04 06:07:04 #72 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 06:07:04 #72 2.431 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:07:04 #72 2.506 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:07:04 #72 2.804 Upgrading critical system libraries and apk-tools: 06:07:04 #72 2.804 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 06:07:04 #72 2.812 Executing busybox-1.36.1-r29.trigger 06:07:04 #72 ... 06:07:04 06:07:04 #83 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade 06:07:04 #0 1.836 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:07:04 #0 1.941 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:07:04 #0 2.250 Upgrading critical system libraries and apk-tools: 06:07:04 #0 2.250 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 06:07:04 #0 2.256 Executing busybox-1.36.1-r29.trigger 06:07:04 #0 2.332 Continuing the upgrade transaction with new apk-tools: 06:07:04 #0 2.335 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:07:04 #0 2.411 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:07:04 #0 2.724 OK: 9 MiB in 16 packages 06:07:04 #83 DONE 2.8s 06:07:04 06:07:04 #84 [support-notifications builder 4/7] COPY go.mod vendor* ./ 06:07:04 #84 DONE 0.1s 06:07:04 06:07:04 #85 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 06:07:04 #0 8.323 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:07:04 #0 8.414 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:07:04 #0 8.717 v3.20.3-123-g9bb402980dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 06:07:04 #0 8.718 v3.20.3-122-g8f3843b267d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 06:07:04 #0 8.718 OK: 24162 distinct packages available 06:07:04 #0 8.783 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:07:04 #0 8.869 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:07:04 #0 9.172 OK: 246 MiB in 54 packages 06:07:04 #85 DONE 9.3s 06:07:04 06:07:04 #72 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 06:07:04 #72 2.906 Continuing the upgrade transaction with new apk-tools: 06:07:04 #72 2.910 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:07:04 #72 ... 06:07:04 06:07:04 #86 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 06:07:04 #0 8.498 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:07:04 #0 9.573 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:07:04 #0 9.870 Upgrading critical system libraries and apk-tools: 06:07:04 #0 9.870 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 06:07:04 #0 9.887 Executing busybox-1.36.1-r29.trigger 06:07:04 #0 9.964 Continuing the upgrade transaction with new apk-tools: 06:07:04 #0 9.968 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:07:04 #0 10.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:07:04 #86 ... 06:07:04 06:07:04 #87 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 06:07:04 #87 DONE 0.1s 06:07:04 06:07:04 #72 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 06:07:04 #72 2.981 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:07:04 #72 ... 06:07:04 06:07:04 #86 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 06:07:04 #86 10.35 OK: 19 MiB in 18 packages 06:07:04 #86 DONE 10.5s 06:07:04 06:07:04 #88 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 06:07:04 #88 DONE 0.0s 06:07:04 06:07:04 #72 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 06:07:04 #72 3.242 OK: 9 MiB in 19 packages 06:07:04 #72 DONE 3.5s 06:07:04 06:07:04 #89 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 06:07:04 #0 2.392 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:07:04 #0 2.477 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:07:04 #0 2.822 Upgrading critical system libraries and apk-tools: 06:07:04 #0 2.822 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 06:07:04 #0 2.826 Executing busybox-1.36.1-r29.trigger 06:07:04 #0 2.897 Continuing the upgrade transaction with new apk-tools: 06:07:04 #0 2.900 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:07:04 #0 2.974 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:07:04 #0 3.259 OK: 8 MiB in 18 packages 06:07:04 #89 DONE 3.4s 06:07:04 06:07:04 #90 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 06:07:04 #0 2.624 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:07:04 #0 2.706 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:07:04 #0 2.994 Upgrading critical system libraries and apk-tools: 06:07:04 #0 2.994 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 06:07:04 #0 3.000 Executing busybox-1.36.1-r29.trigger 06:07:04 #0 3.064 Continuing the upgrade transaction with new apk-tools: 06:07:04 #0 3.070 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:07:04 #0 3.145 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:07:05 #90 ... 06:07:05 06:07:05 #41 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 06:07:05 #41 ... 06:07:05 06:07:05 #91 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 06:07:05 0f093f025ec4: Pull complete 06:07:05 c3106fc0e877: Pull complete 06:07:05 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 06:07:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:07:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:07:05 prd-ubuntu20.04-docker-arm64-4c-16g-22000 does not seem to be running inside a container 06:07:05 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/715 -v /w/workspace/edgex-go/715:/w/workspace/edgex-go/715:rw,z -v /w/workspace/edgex-go/715@tmp:/w/workspace/edgex-go/715@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 06:07:06 #91 DONE 2.0s 06:07:06 06:07:06 #90 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 06:07:06 #90 4.102 OK: 10 MiB in 17 packages 06:07:06 #90 DONE 5.3s 06:07:06 06:07:06 #92 [core-data stage-1 3/8] RUN apk --no-cache upgrade 06:07:06 #0 2.745 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:07:06 #0 2.830 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:07:06 #0 3.141 Upgrading critical system libraries and apk-tools: 06:07:06 #0 3.141 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 06:07:06 #0 3.151 Executing busybox-1.36.1-r29.trigger 06:07:06 #0 3.240 Continuing the upgrade transaction with new apk-tools: 06:07:06 #0 3.240 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:07:06 #0 3.311 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:07:06 #0 4.116 OK: 8 MiB in 15 packages 06:07:06 #92 DONE 5.3s 06:07:06 06:07:06 #93 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 06:07:06 #93 DONE 2.0s 06:07:06 06:07:06 #94 [security-spire-server stage-2 5/9] COPY Attribution.txt / 06:07:06 #94 ... 06:07:06 06:07:06 #95 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 06:07:06 #95 DONE 2.0s 06:07:06 06:07:06 #77 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 06:07:06 #77 DONE 3.6s 06:07:06 06:07:06 #96 [security-spire-config stage-2 5/10] COPY Attribution.txt / 06:07:06 #96 DONE 0.2s 06:07:06 06:07:06 #97 [security-spire-config stage-2 6/10] COPY security.txt / 06:07:07 #97 DONE 0.8s 06:07:07 06:07:07 #98 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging 06:07:07 #98 DONE 0.8s 06:07:07 06:07:07 #99 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 06:07:07 #99 DONE 0.9s 06:07:07 06:07:07 #94 [security-spire-server stage-2 5/9] COPY Attribution.txt / 06:07:07 #94 DONE 0.9s 06:07:07 06:07:07 #100 [security-spire-server stage-2 6/9] COPY security.txt / 06:07:07 #100 DONE 0.1s 06:07:07 06:07:07 #101 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 06:07:07 #101 DONE 0.1s 06:07:07 06:07:07 #102 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 06:07:07 #102 DONE 0.1s 06:07:07 06:07:07 #103 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 06:07:07 #103 DONE 0.1s 06:07:07 06:07:07 #104 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 06:07:07 #104 DONE 0.0s 06:07:07 06:07:07 #105 [security-spire-agent stage-3 7/10] COPY security.txt / 06:07:07 #105 DONE 0.1s 06:07:07 06:07:07 #106 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 06:07:07 $ docker top 7a7babaa8b7c05b4bc479787e86d4d8ac513a1483adc82d27390e69407ec95f8 -eo pid,comm 06:07:08 #106 DONE 0.1s 06:07:08 06:07:08 #107 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 06:07:08 #107 DONE 0.1s 06:07:08 06:07:08 #108 [security-spire-config] exporting to image 06:07:08 #108 exporting layers 06:07:08 #108 ... 06:07:08 06:07:08 #109 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 06:07:08 #109 DONE 0.2s 06:07:08 06:07:08 #110 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 06:07:08 #0 3.500 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:07:08 #0 3.959 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:07:08 #0 4.724 OK: 246 MiB in 54 packages 06:07:08 #110 DONE 4.9s 06:07:08 06:07:08 #111 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 06:07:08 #111 DONE 0.1s 06:07:08 06:07:08 #112 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 06:07:08 #112 DONE 0.2s 06:07:08 06:07:08 #108 [security-spire-server] exporting to image [Pipeline] { [Pipeline] sh 06:07:08 #108 ... 06:07:08 06:07:08 #113 [core-keeper builder 5/8] COPY go.mod vendor* ./ 06:07:08 #113 DONE 0.1s 06:07:08 06:07:08 #114 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 06:07:08 #114 DONE 0.1s 06:07:08 06:07:08 #108 [security-spire-agent] exporting to image 06:07:08 #108 exporting layers 0.6s done 06:07:08 #108 writing image sha256:068152e400957bd71ff1c6bc255ba5dda8a5361e4ac98f1eb5035d74f298f822 done 06:07:08 #108 naming to docker.io/library/security-spire-config done 06:07:08 + docker compose -f ./docker-compose-build.yml build --parallel 06:07:08 #108 exporting layers 0.6s done 06:07:08 #108 writing image sha256:efc522c7a2cfaced87b440d4e45676a5d8ff88cfa92c14c21977370d2aa7a541 done 06:07:08 #108 naming to docker.io/library/security-spire-server done 06:07:08 #108 writing image sha256:a73df54b79fd6adffa249aa328e8980192fadcf0a84f80ad6aa3db18973d2699 done 06:07:08 #108 naming to docker.io/library/security-spire-agent done 06:07:08 #108 DONE 0.9s 06:07:08 06:07:08 #115 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:07:14 #115 ... 06:07:14 06:07:14 #116 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:07:14 #116 ... 06:07:14 06:07:14 #117 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:07:14 #117 ... 06:07:14 06:07:14 #118 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:07:18 #1 [security-bootstrapper internal] load build definition from Dockerfile 06:07:18 #1 transferring dockerfile: 06:07:18 #1 transferring dockerfile: 3.17kB done 06:07:18 #1 DONE 0.1s 06:07:18 06:07:18 #2 [security-proxy-setup internal] load build definition from Dockerfile 06:07:18 #2 transferring dockerfile: 2.50kB done 06:07:18 #2 DONE 0.0s 06:07:18 06:07:18 #3 [security-spiffe-token-provider internal] load build definition from Dockerfile 06:07:18 #3 transferring dockerfile: 1.89kB done 06:07:18 #3 DONE 0.0s 06:07:18 06:07:18 #4 [security-spire-config internal] load build definition from Dockerfile 06:07:18 #4 transferring dockerfile: 1.69kB done 06:07:18 #4 DONE 0.0s 06:07:18 06:07:18 #5 [security-secretstore-setup internal] load build definition from Dockerfile 06:07:18 #5 transferring dockerfile: 2.49kB done 06:07:19 #5 DONE 0.1s 06:07:19 06:07:19 #6 [core-command internal] load build definition from Dockerfile 06:07:19 #6 transferring dockerfile: 1.93kB done 06:07:19 #6 DONE 0.1s 06:07:19 06:07:19 #7 [core-keeper internal] load build definition from Dockerfile 06:07:19 #7 transferring dockerfile: 2.07kB done 06:07:19 #7 DONE 0.1s 06:07:19 06:07:19 #8 [core-data internal] load build definition from Dockerfile 06:07:19 #8 transferring dockerfile: 2.07kB done 06:07:19 #8 DONE 0.0s 06:07:19 06:07:19 #9 [core-metadata internal] load build definition from Dockerfile 06:07:19 #9 transferring dockerfile: 2.13kB done 06:07:19 #9 DONE 0.1s 06:07:19 06:07:19 #10 [support-notifications internal] load build definition from Dockerfile 06:07:19 #10 transferring dockerfile: 2.02kB done 06:07:19 #10 DONE 0.1s 06:07:19 06:07:19 #11 [security-proxy-auth internal] load build definition from Dockerfile 06:07:19 #11 transferring dockerfile: 2.15kB done 06:07:19 #11 DONE 0.1s 06:07:19 06:07:19 #12 [support-cron-scheduler internal] load build definition from Dockerfile 06:07:19 #12 transferring dockerfile: 1.85kB 0.0s done 06:07:19 #12 DONE 0.1s 06:07:19 06:07:19 #13 [security-spire-server internal] load build definition from Dockerfile 06:07:19 #13 transferring dockerfile: 1.70kB 0.0s done 06:07:19 #13 DONE 0.1s 06:07:19 06:07:19 #14 [core-common-config-bootstrapper internal] load build definition from Dockerfile 06:07:19 #14 transferring dockerfile: 2.23kB 0.0s done 06:07:19 #14 DONE 0.1s 06:07:19 06:07:19 #15 [support-scheduler internal] load build definition from Dockerfile 06:07:19 #15 transferring dockerfile: 1.93kB 0.0s done 06:07:19 #15 DONE 0.1s 06:07:19 06:07:19 #16 [security-spire-agent internal] load build definition from Dockerfile 06:07:19 #16 transferring dockerfile: 1.81kB done 06:07:19 #16 DONE 0.1s 06:07:19 06:07:19 #17 [security-bootstrapper internal] load .dockerignore 06:07:19 #17 transferring context: 50B done 06:07:19 #17 DONE 0.1s 06:07:20 06:07:20 #18 [security-proxy-setup internal] load .dockerignore 06:07:20 #18 transferring context: 50B done 06:07:20 #18 DONE 0.0s 06:07:20 06:07:20 #19 [security-spiffe-token-provider internal] load .dockerignore 06:07:20 #19 transferring context: 50B done 06:07:20 #19 DONE 0.0s 06:07:20 06:07:20 #20 [security-spire-config internal] load .dockerignore 06:07:20 #20 transferring context: 50B 0.0s done 06:07:20 #20 DONE 0.1s 06:07:20 06:07:20 #21 [security-secretstore-setup internal] load .dockerignore 06:07:20 #21 transferring context: 50B done 06:07:20 #21 DONE 0.1s 06:07:20 06:07:20 #22 [core-command internal] load .dockerignore 06:07:20 #22 transferring context: 50B 0.0s done 06:07:20 #22 DONE 0.0s 06:07:20 06:07:20 #23 [core-keeper internal] load .dockerignore 06:07:20 #23 transferring context: 50B 0.0s done 06:07:20 #23 DONE 0.1s 06:07:20 06:07:20 #24 [core-data internal] load .dockerignore 06:07:21 #24 transferring context: 50B done 06:07:21 #24 DONE 0.1s 06:07:21 06:07:21 #25 [core-metadata internal] load .dockerignore 06:07:21 #25 transferring context: 50B 0.0s done 06:07:21 #25 DONE 0.1s 06:07:21 06:07:21 #26 [security-proxy-auth internal] load .dockerignore 06:07:21 #26 transferring context: 50B done 06:07:21 #26 DONE 0.1s 06:07:21 06:07:21 #27 [support-notifications internal] load .dockerignore 06:07:21 #27 transferring context: 50B 0.0s done 06:07:21 #27 DONE 0.1s 06:07:21 06:07:21 #28 [support-cron-scheduler internal] load .dockerignore 06:07:21 #28 transferring context: 50B done 06:07:21 #28 DONE 0.1s 06:07:21 06:07:21 #29 [security-spire-server internal] load .dockerignore 06:07:21 #29 transferring context: 50B 0.0s done 06:07:21 #29 DONE 0.1s 06:07:21 06:07:21 #30 [core-common-config-bootstrapper internal] load .dockerignore 06:07:21 #30 transferring context: 50B 0.0s done 06:07:21 #30 DONE 0.1s 06:07:21 06:07:21 #31 [support-scheduler internal] load .dockerignore 06:07:21 #31 transferring context: 50B 0.0s done 06:07:21 #31 DONE 0.1s 06:07:21 06:07:21 #32 [security-spire-agent internal] load .dockerignore 06:07:21 #32 transferring context: 50B 0.0s done 06:07:21 #32 DONE 0.1s 06:07:21 06:07:21 #33 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 06:07:21 #33 DONE 0.0s 06:07:21 06:07:21 #34 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 06:07:21 #34 DONE 0.1s 06:07:21 06:07:21 #35 [security-bootstrapper stage-1 1/17] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 06:07:21 #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.1s done 06:07:21 #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 06:07:21 #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done 06:07:21 #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done 06:07:21 #35 DONE 0.1s 06:07:21 06:07:21 #36 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 06:07:22 #36 ... 06:07:22 06:07:22 #33 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 06:07:22 #33 DONE 0.0s 06:07:22 06:07:22 #34 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 06:07:22 #34 DONE 0.2s 06:07:22 06:07:22 #37 [security-bootstrapper internal] load build context 06:07:22 #37 transferring context: 3.23MB 0.6s done 06:07:22 #37 DONE 0.8s 06:07:22 06:07:22 #35 [security-proxy-setup stage-1 1/17] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 06:07:22 #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.1s done 06:07:22 #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 06:07:22 #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done 06:07:22 #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done 06:07:22 #35 DONE 0.2s 06:07:22 06:07:22 #33 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 06:07:22 #33 DONE 0.0s 06:07:22 06:07:22 #38 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 06:07:22 #38 DONE 1.6s 06:07:22 06:07:22 #39 [security-proxy-setup builder 2/7] WORKDIR /edgex-go 06:07:22 #39 ... 06:07:22 06:07:22 #35 [security-spiffe-token-provider stage-1 1/17] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 06:07:22 #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.1s done 06:07:22 #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 06:07:22 #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done 06:07:22 #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done 06:07:22 #35 DONE 0.2s 06:07:22 06:07:22 #38 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 06:07:22 #38 DONE 1.6s 06:07:22 06:07:22 #39 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go 06:07:23 #39 ... 06:07:23 06:07:23 #33 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 06:07:23 #33 DONE 0.0s 06:07:23 06:07:23 #33 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 06:07:23 #33 DONE 0.0s 06:07:23 06:07:23 #39 [security-bootstrapper builder 2/7] WORKDIR /edgex-go 06:07:23 #39 DONE 0.7s 06:07:23 06:07:23 #40 [security-spiffe-token-provider internal] load build context 06:07:23 #40 ... 06:07:23 06:07:23 #35 [security-secretstore-setup stage-1 1/17] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 06:07:23 #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.1s done 06:07:23 #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 06:07:23 #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done 06:07:23 #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done 06:07:23 #35 DONE 0.2s 06:07:23 06:07:23 #34 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.20 06:07:23 #34 DONE 0.5s 06:07:23 06:07:23 #38 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 06:07:23 #38 DONE 1.7s 06:07:23 06:07:23 #39 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go 06:07:23 #39 DONE 0.8s 06:07:23 06:07:23 #40 [security-spiffe-token-provider internal] load build context 06:07:23 #40 ... 06:07:23 06:07:23 #33 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 06:07:23 #33 DONE 0.0s 06:07:23 06:07:23 #40 [security-spiffe-token-provider internal] load build context 06:07:23 #40 ... 06:07:23 06:07:23 #33 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 06:07:23 #33 DONE 0.0s 06:07:23 06:07:23 #40 [security-spiffe-token-provider internal] load build context 06:07:23 #40 ... 06:07:23 06:07:23 #33 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 06:07:23 #33 DONE 0.0s 06:07:23 06:07:23 #40 [security-spiffe-token-provider internal] load build context 06:07:23 #40 ... 06:07:23 06:07:23 #41 [security-proxy-setup internal] load build context 06:07:23 #41 transferring context: 3.23MB 0.8s done 06:07:23 #41 DONE 1.1s 06:07:23 06:07:23 #40 [security-spiffe-token-provider internal] load build context 06:07:23 #40 ... 06:07:23 06:07:23 #34 [core-metadata internal] load metadata for docker.io/library/alpine:3.20 06:07:23 #34 DONE 1.0s 06:07:23 06:07:23 #40 [security-spiffe-token-provider internal] load build context 06:07:23 #40 ... 06:07:23 06:07:23 #35 [core-keeper stage-1 1/17] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 06:07:23 #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.1s done 06:07:23 #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 06:07:23 #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done 06:07:23 #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done 06:07:23 #35 DONE 0.3s 06:07:23 06:07:23 #38 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 06:07:23 #38 DONE 1.7s 06:07:23 06:07:23 #33 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 06:07:23 #33 DONE 0.0s 06:07:23 06:07:23 #39 [core-keeper builder 2/7] WORKDIR /edgex-go 06:07:23 #39 DONE 0.8s 06:07:23 06:07:23 #42 [core-keeper internal] load build context 06:07:23 #42 DONE 0.0s 06:07:23 06:07:23 #40 [security-spiffe-token-provider internal] load build context 06:07:24 #40 ... 06:07:24 06:07:24 #33 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 06:07:24 #33 DONE 0.1s 06:07:24 06:07:24 #40 [security-spiffe-token-provider internal] load build context 06:07:24 #40 transferring context: 3.23MB 1.1s done 06:07:24 #40 DONE 1.5s 06:07:24 06:07:24 #33 [support-cron-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 06:07:24 #33 DONE 0.1s 06:07:24 06:07:24 #43 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 06:07:24 #43 DONE 1.6s 06:07:24 06:07:24 #44 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 06:07:24 #44 ... 06:07:24 06:07:24 #35 [security-spire-config stage-1 1/17] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 06:07:24 #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.1s done 06:07:24 #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 06:07:24 #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done 06:07:24 #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done 06:07:24 #35 DONE 0.3s 06:07:24 06:07:24 #45 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 06:07:24 #45 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 06:07:25 #45 ... 06:07:25 06:07:25 #34 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 06:07:25 #34 DONE 2.3s 06:07:25 06:07:25 #35 [support-notifications stage-1 1/17] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 06:07:25 #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.1s done 06:07:25 #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 06:07:25 #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done 06:07:25 #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done 06:07:25 #35 DONE 0.4s 06:07:25 06:07:25 #38 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 06:07:25 #38 DONE 1.8s 06:07:25 06:07:25 #39 [support-notifications builder 2/7] WORKDIR /edgex-go 06:07:25 #39 DONE 0.9s 06:07:25 06:07:25 #46 [security-proxy-auth internal] load build context 06:07:25 #46 DONE 0.0s 06:07:25 06:07:25 #47 [support-notifications internal] load build context 06:07:25 #47 ... 06:07:25 06:07:25 #33 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 06:07:25 #33 DONE 0.1s 06:07:25 06:07:25 #48 [core-metadata internal] load build context 06:07:25 #48 ... 06:07:25 06:07:25 #49 [security-spire-config internal] load build context 06:07:25 #49 transferring context: 26.23kB 0.4s done 06:07:25 #49 DONE 1.4s 06:07:25 06:07:25 #48 [core-metadata internal] load build context 06:07:25 #48 ... 06:07:25 06:07:25 #33 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 06:07:25 #33 DONE 0.1s 06:07:25 06:07:25 #48 [core-metadata internal] load build context 06:07:26 #48 transferring context: 3.23MB 2.3s done 06:07:26 #48 ... 06:07:26 06:07:26 #50 [core-command internal] load build context 06:07:26 #50 transferring context: 3.23MB 2.3s done 06:07:26 #50 DONE 3.3s 06:07:26 06:07:26 #47 [support-notifications internal] load build context 06:07:26 #47 ... 06:07:26 06:07:26 #34 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 06:07:26 #34 DONE 3.7s 06:07:26 06:07:26 #43 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 06:07:26 #43 DONE 3.4s 06:07:26 06:07:26 #47 [support-notifications internal] load build context 06:07:27 #47 ... 06:07:27 06:07:27 #35 [support-scheduler stage-1 1/17] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 06:07:27 #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.1s done 06:07:27 #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 06:07:27 #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done 06:07:27 #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done 06:07:27 #35 DONE 0.5s 06:07:27 06:07:27 #38 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 06:07:27 #38 DONE 1.9s 06:07:27 06:07:27 #39 [support-scheduler builder 2/7] WORKDIR /edgex-go 06:07:27 #39 DONE 1.0s 06:07:27 06:07:27 #51 [support-scheduler internal] load build context 06:07:27 #51 DONE 0.0s 06:07:27 06:07:27 #48 [core-metadata internal] load build context 06:07:27 #48 DONE 3.2s 06:07:27 06:07:27 #47 [support-notifications internal] load build context 06:07:27 #47 ... 06:07:27 06:07:27 #52 [core-common-config-bootstrapper internal] load build context 06:07:27 #52 DONE 0.0s 06:07:27 06:07:27 #47 [support-notifications internal] load build context 06:07:27 #47 ... 06:07:27 06:07:27 #53 [security-secretstore-setup internal] load build context 06:07:27 #53 transferring context: 3.23MB 3.5s done 06:07:27 #53 DONE 4.6s 06:07:27 06:07:27 #47 [support-notifications internal] load build context 06:07:28 #47 ... 06:07:28 06:07:28 #54 [core-data internal] load build context 06:07:28 #54 transferring context: 3.23MB 3.4s done 06:07:28 #54 DONE 4.2s 06:07:28 06:07:28 #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 06:07:28 #45 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.4s done 06:07:28 #45 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 06:07:28 #45 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done 06:07:28 #45 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done 06:07:28 #45 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 1.1s done 06:07:28 #45 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 1.2s 06:07:28 #45 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 1.2s 06:07:28 #45 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 1.1s done 06:07:28 #45 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 06:07:28 #45 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.1s done 06:07:29 #45 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 1.8s done 06:07:29 #45 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 2.1s done 06:07:29 #45 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 0B / 28.04MB 2.8s 06:07:30 #45 ... 06:07:30 06:07:30 #55 [security-spire-server internal] load build context 06:07:30 #55 transferring context: 27.98kB 0.6s done 06:07:30 #55 DONE 2.8s 06:07:30 06:07:30 #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 06:07:31 #45 ... 06:07:31 06:07:31 #56 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 06:07:31 #56 DONE 4.9s 06:07:31 06:07:31 #42 [core-keeper internal] load build context 06:07:31 #42 transferring context: 3.23MB 5.6s done 06:07:31 #42 DONE 7.2s 06:07:31 06:07:31 #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 06:07:31 #45 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 2.10MB / 28.04MB 4.2s 06:07:31 #45 ... 06:07:31 06:07:31 #35 [security-spire-agent stage-1 1/17] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 06:07:31 #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.1s done 06:07:31 #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 06:07:31 #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done 06:07:31 #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done 06:07:31 #35 DONE 0.5s 06:07:31 06:07:31 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 06:07:31 #45 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.4s done 06:07:31 #45 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 06:07:31 #45 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done 06:07:31 #45 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done 06:07:31 #45 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 1.1s done 06:07:31 #45 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 1.8s done 06:07:31 #45 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 2.1s done 06:07:31 #45 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.1s done 06:07:31 #45 ... 06:07:31 06:07:31 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 06:07:31 #57 DONE 0.1s 06:07:31 06:07:31 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 06:07:32 #45 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 4.19MB / 28.04MB 5.2s 06:07:32 #45 ... 06:07:32 06:07:32 #58 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 06:07:32 #58 ... 06:07:32 06:07:32 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 06:07:32 #45 ... 06:07:32 06:07:32 #36 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 06:07:32 #36 5.406 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:07:32 #36 6.040 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:07:32 #36 8.388 (1/2) Installing dumb-init (1.2.5-r3) 06:07:32 #36 8.388 (2/2) Installing su-exec (0.2-r3) 06:07:32 #36 8.388 Executing busybox-1.36.1-r29.trigger 06:07:32 #36 8.502 OK: 9 MiB in 16 packages 06:07:32 #36 DONE 10.9s 06:07:32 06:07:32 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 06:07:32 #45 ... 06:07:32 06:07:32 #59 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 06:07:33 #59 ... 06:07:33 06:07:33 #60 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 06:07:33 #60 ... 06:07:33 06:07:33 #61 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 06:07:33 #0 10.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:07:33 #61 ... 06:07:33 06:07:33 #62 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git 06:07:33 #62 ... 06:07:33 06:07:33 #63 [support-scheduler stage-1 2/8] RUN apk add --update --no-cache dumb-init 06:07:33 #63 ... 06:07:33 06:07:33 #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 06:07:33 #64 ... 06:07:33 06:07:33 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 06:07:33 #45 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 7.34MB / 28.04MB 6.7s 06:07:33 #45 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.2s 06:07:33 #45 ... 06:07:33 06:07:33 #65 [support-cron-scheduler internal] load build context 06:07:33 #65 transferring context: 3.23MB 6.5s done 06:07:33 #65 DONE 8.4s 06:07:33 06:07:33 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 06:07:33 #45 ... 06:07:33 06:07:33 #66 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 06:07:33 #66 ... 06:07:33 06:07:33 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 06:07:34 #45 ... 06:07:34 06:07:34 #67 [security-spire-agent internal] load build context 06:07:34 #67 transferring context: 27.51kB 0.2s done 06:07:34 #67 DONE 2.7s 06:07:34 06:07:34 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 06:07:34 #45 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 9.01MB / 28.04MB 7.4s 06:07:34 #45 ... 06:07:34 06:07:34 #68 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 06:07:34 #68 ... 06:07:34 06:07:34 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 06:07:34 #45 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 10.49MB / 28.04MB 7.8s 06:07:35 #45 ... 06:07:35 06:07:35 #69 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 06:07:35 #69 ... 06:07:35 06:07:35 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 06:07:35 #45 ... 06:07:35 06:07:35 #70 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 06:07:35 #70 ... 06:07:35 06:07:35 #46 [security-proxy-auth internal] load build context 06:07:35 #46 transferring context: 3.23MB 8.2s done 06:07:35 #46 DONE 10.0s 06:07:35 06:07:35 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 06:07:35 #45 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 12.33MB / 28.04MB 8.7s 06:07:35 #45 ... 06:07:35 06:07:35 #71 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init 06:07:36 #71 ... 06:07:36 06:07:36 #72 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 06:07:36 #72 ... 06:07:36 06:07:36 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 06:07:36 #45 ... 06:07:36 06:07:36 #52 [core-common-config-bootstrapper internal] load build context 06:07:36 #52 transferring context: 3.23MB 7.6s done 06:07:36 #52 DONE 9.2s 06:07:36 06:07:36 #47 [support-notifications internal] load build context 06:07:36 #47 transferring context: 3.23MB 9.3s done 06:07:36 #47 DONE 11.1s 06:07:36 06:07:36 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 06:07:36 #45 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 14.08MB / 28.04MB 9.4s 06:07:37 #45 ... 06:07:37 06:07:37 #51 [support-scheduler internal] load build context 06:07:37 #51 transferring context: 3.23MB 8.8s done 06:07:37 #51 ... 06:07:37 06:07:37 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 06:07:37 #45 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 15.73MB / 28.04MB 10.4s 06:07:37 #45 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 done 06:07:37 #45 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 done 06:07:38 #45 ... 06:07:38 06:07:38 #51 [support-scheduler internal] load build context 06:07:38 #51 DONE 11.4s 06:07:38 06:07:38 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 06:07:38 #45 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 17.83MB / 28.04MB 11.6s 06:07:39 #45 ... 06:07:39 06:07:39 #73 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 06:07:39 #73 ... 06:07:39 06:07:39 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 06:07:39 #45 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 19.92MB / 28.04MB 12.3s 06:07:39 #45 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 22.02MB / 28.04MB 13.0s 06:07:40 #45 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 23.61MB / 28.04MB 13.6s 06:07:41 #45 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 25.12MB / 28.04MB 14.2s 06:07:41 #45 ... 06:07:41 06:07:41 #66 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 06:07:41 #66 DONE 17.4s 06:07:41 06:07:41 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 06:07:41 #45 ... 06:07:41 06:07:41 #60 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 06:07:41 #60 12.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:07:41 #60 13.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:07:41 #60 17.10 OK: 238 MiB in 54 packages 06:07:41 #60 DONE 19.3s 06:07:41 06:07:41 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 06:07:41 #45 ... 06:07:41 06:07:41 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 06:07:41 #57 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 0.8s done 06:07:41 #57 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done 06:07:41 #57 sha256:1cbbb4d32abefab6d582ffdf2ecab3a33d813855ce9593d156b424aad59c2bc6 1.05kB / 1.05kB done 06:07:41 #57 sha256:9869d663529914e12e63d3ebe0579063a79fb13f870d88333173c39a993fe22a 1.59kB / 1.59kB done 06:07:41 #57 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B done 06:07:41 #57 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB done 06:07:41 #57 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done 06:07:41 #57 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 0.8s done 06:07:41 #57 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.32MB / 18.32MB 8.9s 06:07:41 #57 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.3s done 06:07:41 #57 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done 06:07:41 #57 ... 06:07:41 06:07:41 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 06:07:41 #45 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 26.91MB / 28.04MB 15.0s 06:07:42 #45 ... 06:07:42 06:07:42 #74 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 06:07:42 #74 ... 06:07:42 06:07:42 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 06:07:42 #45 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 16.1s done 06:07:43 #45 ... 06:07:43 06:07:43 #58 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 06:07:43 #58 10.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:07:43 #58 11.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:07:43 #58 17.76 (1/4) Installing dumb-init (1.2.5-r3) 06:07:43 #58 17.82 (2/4) Installing openssl (3.3.2-r0) 06:07:43 #58 17.95 (3/4) Installing su-exec (0.2-r3) 06:07:43 #58 17.98 (4/4) Installing yq-go (4.44.1-r2) 06:07:43 #58 19.01 Executing busybox-1.36.1-r29.trigger 06:07:43 #58 19.13 OK: 20 MiB in 18 packages 06:07:43 #58 DONE 20.6s 06:07:43 06:07:43 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 06:07:43 #45 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 16.1s done 06:07:43 #45 ... 06:07:43 06:07:43 #61 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 06:07:43 #61 10.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:07:43 #61 13.43 v3.20.3-123-g9bb402980dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 06:07:43 #61 13.43 v3.20.3-122-g8f3843b267d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 06:07:43 #61 13.43 OK: 24040 distinct packages available 06:07:43 #61 14.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:07:43 #61 15.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:07:43 #61 ... 06:07:43 06:07:43 #75 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 06:07:44 #75 ... 06:07:44 06:07:44 #76 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 06:07:44 #76 DONE 2.6s 06:07:44 06:07:44 #77 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:07:45 #77 ... 06:07:45 06:07:45 #59 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 06:07:45 #59 12.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:07:45 #59 13.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:07:45 #59 18.53 v3.20.3-123-g9bb402980dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 06:07:45 #59 18.53 v3.20.3-122-g8f3843b267d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 06:07:45 #59 18.53 OK: 24041 distinct packages available 06:07:45 #59 19.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:07:45 #59 20.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:07:45 #59 ... 06:07:45 06:07:45 #68 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 06:07:45 #68 DONE 21.1s 06:07:45 06:07:45 #72 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 06:07:45 #72 19.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:07:46 #72 ... 06:07:46 06:07:46 #61 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 06:07:46 #61 22.07 OK: 238 MiB in 54 packages 06:07:46 #61 DONE 23.3s 06:07:46 06:07:46 #72 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 06:07:46 #72 20.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:07:46 #72 ... 06:07:46 06:07:46 #62 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git 06:07:46 #62 13.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:07:46 #62 14.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:07:46 #62 21.98 OK: 238 MiB in 54 packages 06:07:46 #62 ... 06:07:46 06:07:46 #78 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 06:07:47 #78 ... 06:07:47 06:07:47 #62 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 06:07:47 #62 DONE 24.2s 06:07:47 06:07:47 #79 [core-command builder 4/7] COPY go.mod vendor* ./ 06:07:48 #79 DONE 0.9s 06:07:48 06:07:48 #73 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 06:07:48 #73 18.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:07:48 #73 ... 06:07:48 06:07:48 #78 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 06:07:48 #78 DONE 2.1s 06:07:48 06:07:48 #63 [core-command stage-1 2/8] RUN apk add --update --no-cache dumb-init 06:07:48 #63 16.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:07:48 #63 17.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:07:48 #63 23.44 (1/1) Installing dumb-init (1.2.5-r3) 06:07:48 #63 23.52 Executing busybox-1.36.1-r29.trigger 06:07:48 #63 23.69 OK: 9 MiB in 15 packages 06:07:48 #63 DONE 25.7s 06:07:48 06:07:48 #80 [core-command stage-1 3/8] RUN apk --no-cache upgrade 06:07:50 #80 ... 06:07:50 06:07:50 #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 06:07:50 #64 16.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:07:50 #64 18.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:07:50 #64 24.48 (1/4) Installing ca-certificates (20240705-r0) 06:07:50 #64 25.41 (2/4) Installing dumb-init (1.2.5-r3) 06:07:50 #64 25.41 (3/4) Installing su-exec (0.2-r3) 06:07:50 #64 25.41 (4/4) Installing yq-go (4.44.1-r2) 06:07:50 #64 26.45 Executing busybox-1.36.1-r29.trigger 06:07:50 #64 26.55 Executing ca-certificates-20240705-r0.trigger 06:07:50 #64 ... 06:07:50 06:07:50 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 06:07:50 #45 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 0.9s 06:07:51 #45 ... 06:07:51 06:07:51 #81 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 06:07:51 #81 ... 06:07:51 06:07:51 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 06:07:51 #45 ... 06:07:51 06:07:51 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 06:07:51 #57 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.32MB / 18.32MB 9.0s done 06:07:51 #57 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 9.4s 06:07:52 #57 ... 06:07:52 06:07:52 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 06:07:53 #118 DONE 47.2s 06:07:53 06:07:53 #115 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:07:53 #115 DONE 43.2s 06:07:53 06:07:53 #117 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:07:53 #117 DONE 47.1s 06:07:53 06:07:53 #80 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:07:53 #80 DONE 48.1s 06:07:53 06:07:53 #116 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:07:53 #116 DONE 48.1s 06:07:53 06:07:53 #119 [security-secretstore-setup builder 6/7] COPY . . 06:07:54 #45 ... 06:07:54 06:07:54 #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 06:07:54 #64 27.89 OK: 20 MiB in 18 packages 06:07:54 #64 DONE 30.3s 06:07:54 06:07:54 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 06:07:55 #45 ... 06:07:55 06:07:55 #44 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 06:07:55 #44 20.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:07:55 #44 21.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:07:55 #44 ... 06:07:55 06:07:55 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 06:07:56 #57 ... 06:07:56 06:07:56 #82 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init 06:07:56 #0 9.706 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:07:56 #82 ... 06:07:56 06:07:56 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 06:07:56 #45 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 6.7s 06:07:56 #45 ... 06:07:56 06:07:56 #70 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 06:07:56 #70 21.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:07:56 #70 23.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:07:56 #70 ... 06:07:56 06:07:56 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 06:07:58 #45 ... 06:07:58 06:07:58 #69 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 06:07:58 #69 22.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:07:58 #69 25.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:07:58 #69 ... 06:07:58 06:07:58 #71 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init 06:07:58 #71 21.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:07:58 #71 24.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:07:58 #71 ... 06:07:58 06:07:58 #83 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:07:58 #83 ... 06:07:58 06:07:58 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 06:07:58 #45 ... 06:07:58 06:07:58 #59 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 06:07:58 #59 28.53 (1/14) Installing ca-certificates (20240705-r0) 06:07:58 #59 29.07 (2/14) Installing brotli-libs (1.1.0-r2) 06:07:58 #59 29.26 (3/14) Installing c-ares (1.33.1-r0) 06:07:58 #59 29.30 (4/14) Installing libunistring (1.2-r0) 06:07:58 #59 29.49 (5/14) Installing libidn2 (2.3.7-r0) 06:07:58 #59 29.56 (6/14) Installing nghttp2-libs (1.62.1-r0) 06:07:58 #59 29.62 (7/14) Installing libpsl (0.21.5-r1) 06:07:58 #59 29.66 (8/14) Installing zstd-libs (1.5.6-r0) 06:07:58 #59 29.77 (9/14) Installing libcurl (8.10.1-r0) 06:07:58 #59 29.94 (10/14) Installing curl (8.10.1-r0) 06:07:58 #59 30.02 (11/14) Installing dumb-init (1.2.5-r3) 06:07:58 #59 30.06 (12/14) Installing musl-obstack (1.2.3-r2) 06:07:58 #59 30.10 (13/14) Installing libucontext (1.2-r3) 06:07:58 #59 30.13 (14/14) Installing gcompat (1.1.0-r4) 06:07:58 #59 30.21 Executing busybox-1.36.1-r29.trigger 06:07:58 #59 30.57 Executing ca-certificates-20240705-r0.trigger 06:07:58 #59 32.04 OK: 15 MiB in 28 packages 06:07:58 #59 DONE 35.5s 06:07:58 06:07:58 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 06:07:58 #45 ... 06:07:58 06:07:58 #84 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:07:58 #84 ... 06:07:58 06:07:58 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 06:07:59 #45 ... 06:07:59 06:07:59 #74 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 06:07:59 #74 16.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:07:59 #74 17.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:07:59 #74 ... 06:07:59 06:07:59 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 06:07:59 #45 ... 06:07:59 06:07:59 #73 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 06:07:59 #73 20.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:07:59 #73 ... 06:07:59 06:07:59 #44 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 06:07:59 #44 32.47 (1/1) Installing dumb-init (1.2.5-r3) 06:07:59 #44 32.56 Executing busybox-1.36.1-r29.trigger 06:07:59 #44 32.82 OK: 9 MiB in 15 packages 06:07:59 #44 DONE 35.7s 06:07:59 06:07:59 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 06:07:59 #57 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 17.7s 06:08:00 #57 ... 06:08:00 06:08:00 #70 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 06:08:00 #70 32.50 OK: 238 MiB in 54 packages 06:08:00 #70 DONE 34.9s 06:08:00 06:08:00 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 06:08:00 #57 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.1s done 06:08:01 #57 ... 06:08:01 06:08:01 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 06:08:01 #45 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 11.8s 06:08:01 #45 ... 06:08:01 06:08:01 #85 [support-notifications builder 4/7] COPY go.mod vendor* ./ 06:08:01 #85 DONE 1.4s 06:08:01 06:08:01 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 06:08:03 #119 ... 06:08:03 06:08:03 #120 [core-command builder 6/7] COPY . . 06:08:03 #120 ... 06:08:03 06:08:03 #121 [security-spiffe-token-provider builder 6/7] COPY . . 06:08:03 #121 DONE 10.2s 06:08:03 06:08:03 #122 [support-notifications builder 6/7] COPY . . 06:08:03 #122 DONE 10.2s 06:08:03 06:08:03 #123 [support-cron-scheduler builder 6/7] COPY . . 06:08:03 #123 CACHED 06:08:03 06:08:03 #124 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ 06:08:03 #124 CACHED 06:08:03 06:08:03 #125 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:08:03 #125 CACHED 06:08:03 06:08:03 #126 [core-keeper builder 7/8] COPY . . 06:08:03 #126 DONE 10.2s 06:08:03 06:08:03 #127 [support-scheduler builder 6/7] COPY . . 06:08:03 #127 CACHED 06:08:03 06:08:03 #128 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:08:03 #128 CACHED 06:08:03 06:08:03 #129 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 06:08:03 #129 CACHED 06:08:03 06:08:03 #130 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 06:08:03 #130 CACHED 06:08:03 06:08:03 #131 [core-common-config-bootstrapper builder 6/7] COPY . . 06:08:03 #131 CACHED 06:08:03 06:08:03 #132 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:08:03 #132 CACHED 06:08:03 06:08:03 #133 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:08:03 #133 CACHED 06:08:03 06:08:03 #134 [core-metadata builder 4/7] COPY go.mod vendor* ./ 06:08:03 #134 CACHED 06:08:03 06:08:03 #135 [core-metadata builder 6/7] COPY . . 06:08:03 #135 CACHED 06:08:03 06:08:03 #136 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 06:08:03 #136 CACHED 06:08:03 06:08:03 #137 [security-proxy-auth builder 6/7] COPY . . 06:08:03 #137 CACHED 06:08:03 06:08:03 #138 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:08:03 #138 CACHED 06:08:03 06:08:03 #139 [core-data builder 6/7] COPY . . 06:08:03 #139 CACHED 06:08:03 06:08:03 #140 [core-data builder 4/7] COPY go.mod vendor* ./ 06:08:03 #140 CACHED 06:08:03 06:08:03 #141 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:08:03 #141 CACHED 06:08:03 06:08:03 #120 [core-command builder 6/7] COPY . . 06:08:03 #120 DONE 10.2s 06:08:03 06:08:03 #142 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:08:03 #142 CACHED 06:08:03 06:08:03 #143 [security-bootstrapper builder 6/7] COPY . . 06:08:03 #143 CACHED 06:08:03 06:08:03 #144 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 06:08:03 #144 CACHED 06:08:03 06:08:03 #145 [security-proxy-setup builder 6/7] COPY . . 06:08:03 #145 CACHED 06:08:03 06:08:03 #146 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 06:08:03 #146 CACHED 06:08:03 06:08:03 #147 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:08:03 #147 CACHED 06:08:03 06:08:03 #119 [security-secretstore-setup builder 6/7] COPY . . 06:08:03 #119 DONE 10.2s 06:08:03 06:08:03 #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 06:08:04 #45 ... 06:08:04 06:08:04 #86 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 06:08:04 #0 6.627 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:08:04 #0 9.176 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:08:04 #86 ... 06:08:04 06:08:04 #81 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 06:08:04 #81 12.37 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:08:04 #81 14.54 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:08:04 #81 ... 06:08:04 06:08:04 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 06:08:04 #45 ... 06:08:04 06:08:04 #75 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 06:08:04 #75 11.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:08:04 #75 12.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:08:04 #75 ... 06:08:04 06:08:04 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 06:08:04 #45 ... 06:08:04 06:08:04 #72 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 06:08:04 #72 30.63 (1/3) Installing ca-certificates (20240705-r0) 06:08:04 #72 31.21 (2/3) Installing dumb-init (1.2.5-r3) 06:08:04 #72 31.23 (3/3) Installing tzdata (2024b-r0) 06:08:04 #72 33.80 Executing busybox-1.36.1-r29.trigger 06:08:04 #72 34.01 Executing ca-certificates-20240705-r0.trigger 06:08:04 #72 36.12 OK: 11 MiB in 17 packages 06:08:04 #72 DONE 38.8s 06:08:04 06:08:04 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 06:08:06 #45 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 16.7s 06:08:06 #45 ... 06:08:06 06:08:06 #71 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init 06:08:06 #71 35.75 (1/2) Installing ca-certificates (20240705-r0) 06:08:06 #71 36.19 (2/2) Installing dumb-init (1.2.5-r3) 06:08:06 #71 36.29 Executing busybox-1.36.1-r29.trigger 06:08:06 #71 36.52 Executing ca-certificates-20240705-r0.trigger 06:08:06 #71 38.29 OK: 10 MiB in 16 packages 06:08:06 #71 DONE 40.2s 06:08:06 06:08:06 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 06:08:07 #45 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 17.9s done 06:08:07 #45 ... 06:08:07 06:08:07 #80 [core-command stage-1 3/8] RUN apk --no-cache upgrade 06:08:07 #80 8.547 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:08:07 #80 11.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:08:07 #80 ... 06:08:07 06:08:07 #74 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 06:08:07 #74 30.66 Upgrading critical system libraries and apk-tools: 06:08:07 #74 30.66 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 06:08:07 #74 30.71 Executing busybox-1.36.1-r29.trigger 06:08:07 #74 33.04 Continuing the upgrade transaction with new apk-tools: 06:08:07 #74 33.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:08:07 #148 ... 06:08:07 06:08:07 #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:08:07 #0 5.068 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 06:08:07 #149 ... 06:08:07 06:08:07 #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 06:08:07 #148 5.718 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 06:08:07 #74 ... 06:08:07 06:08:07 #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 06:08:07 #45 DONE 43.4s 06:08:08 06:08:08 #80 [core-command stage-1 3/8] RUN apk --no-cache upgrade 06:08:08 #80 19.17 Upgrading critical system libraries and apk-tools: 06:08:08 #80 19.17 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 06:08:08 #80 19.21 Executing busybox-1.36.1-r29.trigger 06:08:08 #80 ... 06:08:08 06:08:08 #82 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init 06:08:08 #82 12.40 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:08:08 #82 ... 06:08:08 06:08:08 #87 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 06:08:08 #0 5.334 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:08:08 #0 7.937 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:08:08 #87 ... 06:08:08 06:08:08 #74 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 06:08:08 #74 35.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:08:10 #74 ... 06:08:10 06:08:10 #88 [core-data stage-1 3/8] RUN apk --no-cache upgrade 06:08:10 #0 6.312 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:08:10 #0 8.028 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:08:10 #88 ... 06:08:10 06:08:10 #80 [core-command stage-1 3/8] RUN apk --no-cache upgrade 06:08:10 #80 21.40 Continuing the upgrade transaction with new apk-tools: 06:08:10 #80 21.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:08:10 #80 ... 06:08:10 06:08:10 #81 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 06:08:10 #81 28.08 OK: 238 MiB in 54 packages 06:08:10 #81 DONE 29.2s 06:08:10 06:08:10 #89 [core-keeper builder 5/8] COPY go.mod vendor* ./ 06:08:11 #89 ... 06:08:11 06:08:11 #73 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 06:08:11 #73 32.16 v3.20.3-123-g9bb402980dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 06:08:11 #73 32.16 v3.20.3-122-g8f3843b267d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 06:08:11 #73 32.16 OK: 24041 distinct packages available 06:08:11 #73 33.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:08:11 #73 36.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:08:11 #73 ... 06:08:11 06:08:11 #89 [core-keeper builder 5/8] COPY go.mod vendor* ./ 06:08:11 #89 DONE 0.7s 06:08:11 06:08:11 #90 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:08:11 #90 ... 06:08:11 06:08:11 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 06:08:11 #57 ... 06:08:11 06:08:11 #91 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:08:11 #148 ... 06:08:11 06:08:11 #150 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 06:08:11 #0 2.981 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 06:08:11 #91 ... 06:08:11 06:08:11 #82 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init 06:08:11 #82 25.61 (1/1) Installing dumb-init (1.2.5-r3) 06:08:12 #150 ... 06:08:12 06:08:12 #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 06:08:12 #0 5.617 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 06:08:12 #151 ... 06:08:12 06:08:12 #152 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 06:08:12 #0 2.054 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 06:08:12 #152 ... 06:08:12 06:08:12 #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 06:08:12 #0 1.689 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 06:08:12 #82 26.26 Executing busybox-1.36.1-r29.trigger 06:08:12 #82 26.42 OK: 9 MiB in 15 packages 06:08:12 #153 ... 06:08:12 06:08:12 #154 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 06:08:12 #0 5.796 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 06:08:12 #154 ... 06:08:12 06:08:12 #155 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 06:08:12 #0 0.311 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 06:08:12 #155 ... 06:08:12 06:08:12 #156 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:08:12 #0 0.486 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 06:08:12 #82 ... 06:08:12 06:08:12 #69 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 06:08:12 #69 37.83 v3.20.3-123-g9bb402980dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 06:08:12 #69 37.83 v3.20.3-122-g8f3843b267d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 06:08:12 #69 37.83 OK: 24041 distinct packages available 06:08:12 #69 39.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:08:12 #69 41.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:08:12 #69 ... 06:08:12 06:08:12 #86 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 06:08:12 #86 18.48 Upgrading critical system libraries and apk-tools: 06:08:12 #86 18.48 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 06:08:12 #86 18.53 Executing busybox-1.36.1-r29.trigger 06:08:13 #156 ... 06:08:13 06:08:13 #157 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 06:08:13 #0 3.743 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 06:08:13 #157 ... 06:08:13 06:08:13 #158 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 06:08:13 #0 5.727 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 06:08:13 #158 ... 06:08:13 06:08:13 #159 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 06:08:13 #0 1.202 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 06:08:13 #159 ... 06:08:13 06:08:13 #160 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 06:08:13 #0 1.510 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 06:08:14 #86 ... 06:08:14 06:08:14 #82 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init 06:08:14 #82 DONE 28.2s 06:08:14 06:08:14 #86 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 06:08:14 #86 20.33 Continuing the upgrade transaction with new apk-tools: 06:08:14 #86 20.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:08:15 #86 ... 06:08:15 06:08:15 #92 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 06:08:15 #0 3.761 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:08:15 #0 5.112 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:08:15 #92 ... 06:08:15 06:08:15 #75 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 06:08:15 #75 25.52 Upgrading critical system libraries and apk-tools: 06:08:15 #75 25.52 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 06:08:15 #75 25.59 Executing busybox-1.36.1-r29.trigger 06:08:15 #75 27.06 Continuing the upgrade transaction with new apk-tools: 06:08:15 #75 27.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:08:15 #75 29.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:08:15 #75 ... 06:08:15 06:08:15 #69 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 06:08:15 #69 50.33 (1/4) Installing dumb-init (1.2.5-r3) 06:08:15 #69 50.35 (2/4) Installing musl-obstack (1.2.3-r2) 06:08:15 #69 50.37 (3/4) Installing libucontext (1.2-r3) 06:08:15 #69 50.39 (4/4) Installing gcompat (1.1.0-r4) 06:08:15 #69 50.43 Executing busybox-1.36.1-r29.trigger 06:08:15 #69 50.56 OK: 9 MiB in 18 packages 06:08:16 #69 ... 06:08:16 06:08:16 #93 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade 06:08:16 #0 3.699 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:08:16 #0 5.695 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:08:16 #93 ... 06:08:16 06:08:16 #87 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 06:08:16 #87 17.83 Upgrading critical system libraries and apk-tools: 06:08:16 #87 17.83 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 06:08:16 #87 17.91 Executing busybox-1.36.1-r29.trigger 06:08:17 #87 ... 06:08:17 06:08:17 #69 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 06:08:17 #69 DONE 52.4s 06:08:17 06:08:17 #88 [core-data stage-1 3/8] RUN apk --no-cache upgrade 06:08:17 #88 17.40 Upgrading critical system libraries and apk-tools: 06:08:17 #88 17.44 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 06:08:17 #88 17.52 Executing busybox-1.36.1-r29.trigger 06:08:18 #88 ... 06:08:18 06:08:18 #73 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 06:08:18 #73 46.87 (1/5) Installing dumb-init (1.2.5-r3) 06:08:18 #73 46.90 (2/5) Installing musl-obstack (1.2.3-r2) 06:08:18 #73 46.91 (3/5) Installing libucontext (1.2-r3) 06:08:18 #73 46.93 (4/5) Installing gcompat (1.1.0-r4) 06:08:18 #73 47.04 (5/5) Installing openssl (3.3.2-r0) 06:08:18 #73 47.19 Executing busybox-1.36.1-r29.trigger 06:08:18 #73 47.35 OK: 10 MiB in 19 packages 06:08:18 #73 DONE 49.2s 06:08:18 06:08:18 #94 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 06:08:19 #94 ... 06:08:19 06:08:19 #74 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 06:08:19 #74 44.04 OK: 9 MiB in 16 packages 06:08:19 #74 DONE 46.8s 06:08:20 06:08:20 #88 [core-data stage-1 3/8] RUN apk --no-cache upgrade 06:08:20 #88 19.92 Continuing the upgrade transaction with new apk-tools: 06:08:20 #88 20.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:08:22 #88 22.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:08:22 #88 ... 06:08:22 06:08:22 #80 [core-command stage-1 3/8] RUN apk --no-cache upgrade 06:08:22 #80 23.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:08:22 #80 32.68 OK: 9 MiB in 15 packages 06:08:22 #80 ... 06:08:22 06:08:22 #94 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 06:08:22 #94 4.172 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:08:22 #94 ... 06:08:22 06:08:22 #80 [support-scheduler stage-1 3/8] RUN apk --no-cache upgrade 06:08:22 #80 DONE 34.2s 06:08:22 06:08:22 #75 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 06:08:22 #75 39.19 OK: 20 MiB in 18 packages 06:08:23 #75 ... 06:08:23 06:08:23 #95 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 06:08:23 #95 DONE 3.8s 06:08:23 06:08:23 #96 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging 06:08:23 #96 DONE 0.2s 06:08:23 06:08:23 #93 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade 06:08:23 #93 14.41 Upgrading critical system libraries and apk-tools: 06:08:23 #93 14.41 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 06:08:23 #93 14.50 Executing busybox-1.36.1-r29.trigger 06:08:23 #93 17.43 Continuing the upgrade transaction with new apk-tools: 06:08:23 #93 17.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:08:24 #93 ... 06:08:24 06:08:24 #75 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 06:08:24 #75 DONE 40.8s 06:08:24 06:08:24 #97 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 06:08:24 #97 DONE 0.3s 06:08:24 06:08:24 #94 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 06:08:24 #94 6.242 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:08:25 #94 ... 06:08:25 06:08:25 #86 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 06:08:25 #86 22.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:08:25 #86 31.28 OK: 20 MiB in 18 packages 06:08:26 #86 DONE 32.2s 06:08:26 06:08:26 #93 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade 06:08:26 #93 19.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:08:27 #93 ... 06:08:27 06:08:27 #98 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 06:08:27 #0 4.229 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:08:27 #0 6.113 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:08:27 #98 ... 06:08:27 06:08:27 #92 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 06:08:27 #92 14.01 Upgrading critical system libraries and apk-tools: 06:08:27 #92 14.01 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 06:08:27 #92 14.10 Executing busybox-1.36.1-r29.trigger 06:08:27 #92 16.86 Continuing the upgrade transaction with new apk-tools: 06:08:27 #92 16.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:08:27 #92 19.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:08:28 #92 ... 06:08:28 06:08:28 #88 [core-data stage-1 3/8] RUN apk --no-cache upgrade 06:08:28 #88 28.47 OK: 9 MiB in 15 packages 06:08:28 #88 ... 06:08:28 06:08:28 #87 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 06:08:28 #87 20.01 Continuing the upgrade transaction with new apk-tools: 06:08:28 #87 20.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:08:28 #87 22.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:08:28 #87 30.26 OK: 15 MiB in 28 packages 06:08:29 #87 ... 06:08:29 06:08:29 #88 [core-data stage-1 3/8] RUN apk --no-cache upgrade 06:08:29 #88 DONE 29.4s 06:08:29 06:08:29 #87 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 06:08:29 #87 DONE 31.1s 06:08:29 06:08:29 #98 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 06:08:30 #98 ... 06:08:30 06:08:30 #94 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 06:08:30 #94 12.26 Upgrading critical system libraries and apk-tools: 06:08:30 #94 12.26 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 06:08:30 #94 12.33 Executing busybox-1.36.1-r29.trigger 06:08:31 #94 ... 06:08:31 06:08:31 #92 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 06:08:31 #92 25.48 OK: 11 MiB in 17 packages 06:08:31 #92 DONE 26.1s 06:08:31 06:08:31 #98 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 06:08:31 #98 13.79 Upgrading critical system libraries and apk-tools: 06:08:31 #98 13.79 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 06:08:31 #98 13.83 Executing busybox-1.36.1-r29.trigger 06:08:32 #98 14.71 Continuing the upgrade transaction with new apk-tools: 06:08:32 #98 14.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:08:32 #98 ... 06:08:32 06:08:32 #93 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade 06:08:32 #93 25.19 OK: 10 MiB in 16 packages 06:08:32 #93 DONE 26.2s 06:08:32 06:08:32 #94 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 06:08:32 #94 13.44 Continuing the upgrade transaction with new apk-tools: 06:08:32 #94 13.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:08:32 #94 14.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:08:35 #94 17.54 OK: 10 MiB in 19 packages 06:08:35 #94 ... 06:08:35 06:08:35 #98 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 06:08:35 #98 15.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:08:35 #98 17.81 OK: 9 MiB in 18 packages 06:08:35 #98 DONE 18.5s 06:08:36 06:08:36 #99 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 06:08:36 #99 ... 06:08:36 06:08:36 #94 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 06:08:36 #94 DONE 18.5s 06:08:36 06:08:36 #100 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 06:08:38 #100 DONE 1.7s 06:08:38 06:08:38 #99 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 06:08:38 #99 DONE 2.4s 06:08:38 06:08:38 #101 [security-spire-config stage-2 5/10] COPY Attribution.txt / 06:08:38 #101 DONE 0.2s 06:08:38 06:08:38 #102 [security-spire-config stage-2 6/10] COPY security.txt / 06:08:38 #102 DONE 0.2s 06:08:38 06:08:38 #103 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 06:08:39 #103 DONE 0.4s 06:08:39 06:08:39 #104 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 06:08:39 #104 DONE 2.6s 06:08:39 06:08:39 #105 [security-spire-server stage-2 5/9] COPY Attribution.txt / 06:08:39 #105 ... 06:08:39 06:08:39 #106 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 06:08:39 #106 DONE 0.4s 06:08:39 06:08:39 #105 [security-spire-server stage-2 5/9] COPY Attribution.txt / 06:08:39 #105 DONE 0.3s 06:08:39 06:08:39 #107 [security-spire-server stage-2 6/9] COPY security.txt / 06:08:39 #107 DONE 0.3s 06:08:39 06:08:39 #108 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 06:08:39 #108 DONE 0.4s 06:08:39 06:08:39 #109 [security-spire-config] exporting to image 06:08:39 #109 exporting layers 06:08:40 #109 ... 06:08:40 06:08:40 #110 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 06:08:40 #110 DONE 0.4s 06:08:40 06:08:40 #111 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 06:08:40 #111 DONE 0.4s 06:08:40 06:08:40 #112 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 06:08:40 #112 ... 06:08:40 06:08:40 #113 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 06:08:40 #113 DONE 0.3s 06:08:41 06:08:41 #109 [security-spire-server] exporting to image 06:08:41 #109 ... 06:08:41 06:08:41 #112 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 06:08:41 #112 DONE 3.3s 06:08:41 06:08:41 #114 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 06:08:42 #114 DONE 0.6s 06:08:42 06:08:42 #115 [security-spire-agent stage-3 7/10] COPY security.txt / 06:08:42 #115 DONE 0.2s 06:08:42 06:08:42 #116 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 06:08:42 #116 DONE 0.3s 06:08:42 06:08:42 #117 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 06:08:43 #117 DONE 0.4s 06:08:43 06:08:43 #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 06:08:43 #118 DONE 0.3s 06:08:43 06:08:43 #109 [security-spire-agent] exporting to image 06:08:44 #109 exporting layers 4.8s done 06:08:44 #109 writing image sha256:331ebd902a9641b96638e7ff66519f9b29f2088c7d802b9b122050c96fc35f90 0.0s done 06:08:44 #109 naming to docker.io/library/security-spire-config-arm64 0.0s done 06:08:45 #109 exporting layers 4.5s done 06:08:45 #109 writing image sha256:2c5547efeee25cd2fd33113664fef53aafb8e8eb0fea1009ddbc2f16fa264ab7 0.0s done 06:08:45 #109 naming to docker.io/library/security-spire-server-arm64 0.0s done 06:08:46 #109 exporting layers 2.7s done 06:08:46 #109 writing image sha256:c6d8a6056c5d057a4c0e73fbc535031863ec20d490ae85c6f1d1de3382e1a58a 0.0s done 06:08:46 #109 naming to docker.io/library/security-spire-agent-arm64 0.0s done 06:08:46 #109 DONE 6.0s 06:08:46 06:08:46 #83 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:10:05 #160 ... 06:10:05 06:10:05 #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:10:05 #149 111.0 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 06:10:22 #83 ... 06:10:22 06:10:22 #91 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:10:22 #91 DONE 131.0s 06:10:22 06:10:22 #90 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:10:22 #90 DONE 121.1s 06:10:22 06:10:22 #119 [support-notifications builder 6/7] COPY . . 06:10:22 #119 ... 06:10:22 06:10:22 #83 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:10:22 #83 DONE 144.4s 06:10:22 06:10:22 #84 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:10:22 #84 DONE 143.9s 06:10:22 06:10:22 #77 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:10:22 #77 DONE 148.2s 06:10:22 06:10:22 #120 [security-spiffe-token-provider builder 6/7] COPY . . 06:10:22 #120 ... 06:10:22 06:10:22 #121 [core-keeper builder 7/8] COPY . . 06:10:22 #121 DONE 2.2s 06:10:22 06:10:22 #122 [support-scheduler builder 6/7] COPY . . 06:10:22 #122 CACHED 06:10:22 06:10:22 #123 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:10:22 #123 CACHED 06:10:22 06:10:22 #124 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 06:10:22 #124 CACHED 06:10:22 06:10:22 #125 [core-common-config-bootstrapper builder 6/7] COPY . . 06:10:22 #125 CACHED 06:10:22 06:10:22 #126 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:10:22 #126 CACHED 06:10:22 06:10:22 #127 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 06:10:22 #127 CACHED 06:10:22 06:10:22 #128 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:10:22 #128 CACHED 06:10:22 06:10:22 #129 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 06:10:22 #129 CACHED 06:10:22 06:10:22 #130 [security-proxy-auth builder 6/7] COPY . . 06:10:22 #130 CACHED 06:10:22 06:10:22 #131 [core-metadata builder 4/7] COPY go.mod vendor* ./ 06:10:22 #131 CACHED 06:10:22 06:10:22 #132 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:10:22 #132 CACHED 06:10:22 06:10:22 #133 [core-metadata builder 6/7] COPY . . 06:10:22 #133 CACHED 06:10:22 06:10:22 #134 [core-data builder 6/7] COPY . . 06:10:22 #134 CACHED 06:10:22 06:10:22 #135 [core-data builder 4/7] COPY go.mod vendor* ./ 06:10:22 #135 CACHED 06:10:22 06:10:22 #136 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:10:22 #136 CACHED 06:10:22 06:10:22 #137 [core-command builder 6/7] COPY . . 06:10:22 #137 DONE 2.2s 06:10:22 06:10:22 #119 [support-notifications builder 6/7] COPY . . 06:10:22 #119 DONE 2.3s 06:10:22 06:10:22 #120 [security-spiffe-token-provider builder 6/7] COPY . . 06:10:22 #120 DONE 2.1s 06:10:22 06:10:22 #138 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:10:22 #138 CACHED 06:10:22 06:10:22 #139 [security-secretstore-setup builder 6/7] COPY . . 06:10:22 #139 CACHED 06:10:22 06:10:22 #140 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 06:10:22 #140 CACHED 06:10:22 06:10:22 #141 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:10:22 #141 CACHED 06:10:22 06:10:22 #142 [security-proxy-setup builder 6/7] COPY . . 06:10:22 #142 CACHED 06:10:22 06:10:22 #143 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 06:10:22 #143 CACHED 06:10:22 06:10:22 #144 [security-bootstrapper builder 6/7] COPY . . 06:10:22 #144 DONE 2.2s 06:10:22 06:10:22 #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 06:10:22 #145 ... 06:10:22 06:10:22 #146 [support-cron-scheduler builder 6/7] COPY . . 06:10:22 #146 CACHED 06:10:22 06:10:22 #147 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:10:22 #147 CACHED 06:10:22 06:10:22 #148 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ 06:10:22 #148 CACHED 06:10:22 06:10:22 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:10:22 #149 ... 06:10:22 06:10:22 #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 06:10:22 #0 7.253 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 06:10:22 #150 ... 06:10:22 06:10:22 #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:10:22 #0 7.663 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 06:10:24 #151 ... 06:10:24 06:10:24 #152 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 06:10:24 #0 8.204 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 06:10:25 #152 ... 06:10:25 06:10:25 #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 06:10:25 #0 8.777 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 06:10:25 #153 ... 06:10:25 06:10:25 #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 06:10:25 #154 ... 06:10:25 06:10:25 #155 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 06:10:25 #155 ... 06:10:25 06:10:25 #156 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 06:10:25 #156 ... 06:10:25 06:10:25 #157 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 06:10:25 #0 10.43 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 06:10:25 #157 ... 06:10:25 06:10:25 #158 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 06:10:25 #0 10.87 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 06:10:25 #158 ... 06:10:25 06:10:25 #159 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 06:10:25 #0 9.063 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 06:10:25 #159 ... 06:10:25 06:10:25 #160 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 06:10:25 #0 10.64 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 06:10:26 #160 ... 06:10:26 06:10:26 #156 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 06:10:26 #156 11.07 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 06:10:36 #156 ... 06:10:36 06:10:36 #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 06:10:36 #145 10.44 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 06:10:36 #145 ... 06:10:36 06:10:36 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:10:36 #149 10.34 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 06:10:36 #149 ... 06:10:36 06:10:36 #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 06:10:36 #154 11.00 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 06:10:36 #154 ... 06:10:36 06:10:36 #155 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 06:10:36 #155 10.90 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 06:11:02 #149 ... 06:11:02 06:11:02 #157 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 06:11:02 #157 DONE 174.4s 06:11:02 06:11:02 #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:11:02 #149 ... 06:11:02 06:11:02 #154 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 06:11:02 #154 DONE 177.5s 06:11:02 06:11:02 #150 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 06:11:02 #150 ... 06:11:02 06:11:02 #161 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 06:11:02 #161 ... 06:11:02 06:11:02 #160 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 06:11:02 #160 DONE 178.2s 06:11:02 06:11:02 #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:11:02 #149 DONE 178.2s 06:11:02 06:11:02 #158 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 06:11:02 #158 DONE 178.2s 06:11:02 06:11:02 #152 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 06:11:02 #152 DONE 178.3s 06:11:02 06:11:02 #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 06:11:02 #148 DONE 178.3s 06:11:02 06:11:02 #162 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 06:11:02 #162 ... 06:11:02 06:11:02 #156 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:11:02 #156 DONE 178.5s 06:11:02 06:11:02 #155 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 06:11:02 #155 DONE 178.6s 06:11:02 06:11:02 #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 06:11:02 #151 DONE 178.6s 06:11:02 06:11:02 #159 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 06:11:02 #159 DONE 178.7s 06:11:02 06:11:02 #163 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 06:11:02 #163 ... 06:11:02 06:11:02 #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 06:11:02 #153 DONE 178.7s 06:11:02 06:11:02 #150 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 06:11:02 #150 DONE 178.7s 06:11:02 06:11:02 #164 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 06:11:02 #164 ... 06:11:02 06:11:02 #161 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 06:11:02 #161 DONE 1.0s 06:11:02 06:11:02 #165 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 06:11:02 #165 DONE 1.0s 06:11:02 06:11:02 #166 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 06:11:02 #166 DONE 1.0s 06:11:02 06:11:02 #167 [support-notifications stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 06:11:02 #167 DONE 0.7s 06:11:02 06:11:02 #168 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 06:11:02 #168 DONE 0.9s 06:11:02 06:11:02 #162 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 06:11:02 #162 DONE 0.9s 06:11:02 06:11:02 #163 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 06:11:02 #163 DONE 0.7s 06:11:02 06:11:02 #169 [core-keeper stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 06:11:02 #169 DONE 0.6s 06:11:02 06:11:02 #164 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 06:11:02 #164 DONE 0.5s 06:11:02 06:11:02 #170 [core-keeper stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 06:11:02 #170 ... 06:11:02 06:11:02 #171 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 06:11:02 #171 DONE 0.5s 06:11:02 06:11:02 #172 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 06:11:02 #172 CACHED 06:11:02 06:11:02 #173 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 06:11:02 #173 CACHED 06:11:02 06:11:02 #174 [core-metadata stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / 06:11:02 #174 CACHED 06:11:02 06:11:02 #175 [core-metadata stage-1 5/10] COPY --from=builder /edgex-go/security.txt / 06:11:02 #175 CACHED 06:11:02 06:11:02 #176 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 06:11:02 #176 CACHED 06:11:02 06:11:02 #177 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 06:11:02 #177 CACHED 06:11:02 06:11:02 #178 [support-notifications stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 06:11:02 #178 DONE 0.4s 06:11:02 06:11:02 #179 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 06:11:02 #179 DONE 0.5s 06:11:02 06:11:02 #180 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 06:11:02 #180 DONE 0.5s 06:11:02 06:11:02 #181 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 06:11:02 #181 CACHED 06:11:02 06:11:02 #182 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 06:11:02 #182 CACHED 06:11:02 06:11:02 #183 [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 06:11:02 #183 ... 06:11:02 06:11:02 #184 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 06:11:02 #184 DONE 0.6s 06:11:02 06:11:02 #185 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 06:11:02 #185 DONE 0.6s 06:11:02 06:11:02 #186 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 06:11:02 #186 DONE 0.6s 06:11:02 06:11:02 #170 [core-keeper stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 06:11:02 #170 DONE 0.6s 06:11:02 06:11:02 #187 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 06:11:02 #187 DONE 0.6s 06:11:02 06:11:02 #188 [core-keeper stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 06:11:03 #188 ... 06:11:03 06:11:03 #189 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 06:11:03 #189 DONE 1.7s 06:11:03 06:11:03 #190 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 06:11:03 #190 ... 06:11:03 06:11:03 #191 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 06:11:03 #191 DONE 1.7s 06:11:03 06:11:03 #192 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:11:03 #192 DONE 2.0s 06:11:03 06:11:03 #183 [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 06:11:03 #183 DONE 2.0s 06:11:03 06:11:03 #188 [core-keeper stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 06:11:03 #188 DONE 1.7s 06:11:03 06:11:03 #193 [core-metadata stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:11:03 #193 DONE 2.0s 06:11:03 06:11:03 #194 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:11:03 #194 DONE 2.0s 06:11:03 06:11:03 #195 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / 06:11:03 #195 DONE 1.7s 06:11:03 06:11:03 #196 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:11:03 #196 DONE 1.7s 06:11:03 06:11:03 #197 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 06:11:03 #197 DONE 1.8s 06:11:03 06:11:03 #198 [support-notifications stage-1 6/8] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:11:03 #198 DONE 1.8s 06:11:03 06:11:03 #199 [support-notifications stage-1 7/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 06:11:03 #199 ... 06:11:03 06:11:03 #200 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh 06:11:03 #200 DONE 2.5s 06:11:03 06:11:03 #201 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 06:11:03 #201 DONE 1.5s 06:11:03 06:11:03 #202 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 06:11:03 #202 ... 06:11:03 06:11:03 #190 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 06:11:03 #190 DONE 0.5s 06:11:03 06:11:03 #203 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 06:11:03 #203 DONE 0.5s 06:11:03 06:11:03 #204 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 06:11:03 #204 DONE 0.6s 06:11:03 06:11:03 #205 [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 06:11:03 #205 DONE 0.6s 06:11:03 06:11:03 #206 [core-metadata stage-1 7/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 06:11:03 #206 DONE 0.6s 06:11:03 06:11:03 #207 [core-keeper stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/db/ /res/db/ 06:11:03 #207 DONE 0.5s 06:11:03 06:11:03 #208 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 06:11:03 #208 DONE 0.6s 06:11:03 06:11:03 #209 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res 06:11:03 #209 DONE 0.6s 06:11:03 06:11:03 #108 [support-cron-scheduler] exporting to image 06:11:03 #108 exporting layers 06:11:04 #108 ... 06:11:04 06:11:04 #199 [support-notifications stage-1 7/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 06:11:04 #199 DONE 0.5s 06:11:04 06:11:04 #210 [core-data stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 06:11:04 #210 DONE 0.6s 06:11:04 06:11:04 #211 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 06:11:04 #211 DONE 0.6s 06:11:04 06:11:04 #212 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / 06:11:04 #212 DONE 0.5s 06:11:04 06:11:04 #213 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 06:11:04 #213 DONE 0.5s 06:11:04 06:11:04 #108 [support-cron-scheduler] exporting to image 06:11:04 #108 exporting layers 0.3s done 06:11:04 #108 ... 06:11:04 06:11:04 #202 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 06:11:04 #202 DONE 0.5s 06:11:04 06:11:04 #108 [support-cron-scheduler] exporting to image 06:11:04 #108 exporting layers 0.3s done 06:11:04 #108 writing image sha256:ebf6a636210536d36edae3214faa95e1b032c84b01bbda8613b7773682909f83 06:11:04 #108 ... 06:11:04 06:11:04 #214 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 06:11:04 #214 DONE 0.6s 06:11:04 06:11:04 #215 [core-metadata stage-1 8/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 06:11:04 #215 DONE 0.6s 06:11:04 06:11:04 #216 [support-notifications stage-1 8/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/db/ /res/db/ 06:11:04 #216 DONE 0.5s 06:11:04 06:11:04 #217 [core-data stage-1 8/8] COPY --from=builder /edgex-go/cmd/core-data/res/db/ /res/db/ 06:11:04 #217 DONE 0.6s 06:11:04 06:11:04 #218 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / 06:11:04 #218 DONE 0.5s 06:11:04 06:11:04 #219 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 06:11:04 #219 DONE 0.6s 06:11:04 06:11:04 #108 [core-data] exporting to image 06:11:04 #108 exporting layers 0.6s done 06:11:04 #108 writing image sha256:ebf6a636210536d36edae3214faa95e1b032c84b01bbda8613b7773682909f83 0.2s done 06:11:04 #108 naming to docker.io/library/core-command done 06:11:04 #108 writing image sha256:c32fd6edee906e0dc5c128e62456ba2c32817e99d0ef78135ac8a9978f673aa7 0.0s done 06:11:04 #108 naming to docker.io/library/core-keeper done 06:11:04 #108 writing image sha256:e6a2631eb47906486b3bab3d8f33f6fbc1d4aa80fb9b169e5180371fad4e18b6 06:11:04 #108 writing image sha256:e6a2631eb47906486b3bab3d8f33f6fbc1d4aa80fb9b169e5180371fad4e18b6 0.1s done 06:11:04 #108 naming to docker.io/library/support-scheduler done 06:11:04 #108 writing image sha256:ff1ab8aa76e682c929956dbfa56a070c5322b4e9bfe46caba3fb48e97b13b226 0.0s done 06:11:04 #108 naming to docker.io/library/security-spiffe-token-provider done 06:11:04 #108 writing image sha256:b68fb1b961385c8b5dd261828d0ea33ff3999567e634dd157c75c177d9bad7d3 06:11:05 #108 ... 06:11:05 06:11:05 #220 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:11:05 #220 DONE 0.5s 06:11:05 06:11:05 #221 [core-metadata stage-1 9/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/db/ /res/db/ 06:11:05 #221 DONE 0.5s 06:11:05 06:11:05 #108 [core-metadata] exporting to image 06:11:05 #108 exporting layers 0.5s done 06:11:05 #108 writing image sha256:b68fb1b961385c8b5dd261828d0ea33ff3999567e634dd157c75c177d9bad7d3 0.2s done 06:11:05 #108 naming to docker.io/library/support-cron-scheduler done 06:11:05 #108 ... 06:11:05 06:11:05 #222 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 06:11:05 #222 DONE 0.5s 06:11:05 06:11:05 #223 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 06:11:05 #223 DONE 0.5s 06:11:05 06:11:05 #224 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:11:05 #224 DONE 0.9s 06:11:05 06:11:05 #225 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:11:05 #225 DONE 0.8s 06:11:05 06:11:05 #108 [core-common-config-bootstrapper] exporting to image 06:11:05 #108 writing image sha256:3bd2d7ccd73f5a95ef29b68a3418485b5a642e41fe8a8a2019a9a1f5b8ece370 done 06:11:05 #108 writing image sha256:b18f74e784e50b9d6663febbcdea64eda8f034b58b6e8007ae0e6037fc26156f done 06:11:05 #108 naming to docker.io/library/core-data done 06:11:05 #108 naming to docker.io/library/support-notifications done 06:11:05 #108 exporting layers 0.3s done 06:11:05 #108 ... 06:11:05 06:11:05 #226 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 06:11:05 #226 DONE 0.3s 06:11:05 06:11:05 #227 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:11:05 #227 DONE 0.4s 06:11:05 06:11:05 #228 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:11:05 #228 DONE 0.1s 06:11:05 06:11:05 #108 [security-proxy-auth] exporting to image 06:11:05 #108 exporting layers 0.3s done 06:11:05 #108 writing image sha256:5a29b7c4517148f3ae4c61e607b38eb1467fdfdf09444857beb09b509bba9854 0.0s done 06:11:05 #108 writing image sha256:186267ce198d3814f7476eaf72afe222ee5257f9c7f77ec6b077c1f491ac1d95 0.0s done 06:11:05 #108 naming to docker.io/library/core-metadata done 06:11:05 #108 naming to docker.io/library/security-proxy-auth done 06:11:05 #108 writing image sha256:3645485d7764fb2fcaf0e6b0f323b2104cf51ace099b516959bc545a7d443f65 06:11:05 #108 writing image sha256:3645485d7764fb2fcaf0e6b0f323b2104cf51ace099b516959bc545a7d443f65 done 06:11:05 #108 naming to docker.io/library/core-common-config-bootstrapper done 06:11:05 #108 DONE 2.5s 06:11:05 06:11:05 #229 [security-bootstrapper stage-1 12/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 06:11:05 #229 DONE 0.1s 06:11:05 06:11:05 #230 [security-bootstrapper stage-1 13/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ 06:11:05 #230 DONE 0.1s 06:11:05 06:11:05 #231 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:11:05 #231 ... 06:11:05 06:11:05 #232 [security-bootstrapper stage-1 14/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 06:11:05 #232 DONE 0.0s 06:11:05 06:11:05 #233 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 06:11:05 #233 DONE 0.0s 06:11:05 06:11:05 #234 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:11:05 #234 DONE 0.6s 06:11:05 06:11:05 #235 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 06:11:05 #235 DONE 0.1s 06:11:05 06:11:05 #108 [security-proxy-setup] exporting to image 06:11:05 #108 ... 06:11:05 06:11:05 #231 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:11:05 #231 DONE 0.5s 06:11:05 06:11:05 #108 [security-secretstore-setup] exporting to image 06:11:05 #108 writing image sha256:00f0118199dc52f7d8ac95995572f531a29974bd56e4bd657f3abf4bee4e7e04 done 06:11:05 #108 naming to docker.io/library/security-proxy-setup done 06:11:06 #108 exporting layers 0.3s done 06:11:06 #108 ... 06:11:06 06:11:06 #236 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh 06:11:06 #236 DONE 0.5s 06:11:06 06:11:06 #108 [security-bootstrapper] exporting to image 06:11:06 #108 writing image sha256:7a63e3d95aec6ec1bc17eac892b4a5e02a023be08a05e74a9f3f810cd23ac807 done 06:11:06 #108 naming to docker.io/library/security-secretstore-setup done 06:11:06 #108 exporting layers 0.2s done 06:11:06 #108 writing image sha256:8865c07fac2313bf6c43d39e405621e3c69e549678ff0c05f9f2983f12b1ddb5 done 06:11:06 #108 naming to docker.io/library/security-bootstrapper done 06:11:06 #108 DONE 3.2s 06:11:06 06:11:06 #41 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 06:11:06 time="2024-10-07T06:06:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:11:06 time="2024-10-07T06:06:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:11:06 time="2024-10-07T06:06:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:11:06 time="2024-10-07T06:06:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:11:06 time="2024-10-07T06:06:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:11:06 time="2024-10-07T06:06:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:11:06 time="2024-10-07T06:06:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:11:06 time="2024-10-07T06:06:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:11:06 time="2024-10-07T06:06:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:11:06 time="2024-10-07T06:06:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:11:06 time="2024-10-07T06:06:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:11:06 time="2024-10-07T06:06:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:11:06 time="2024-10-07T06:06:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:11:06 time="2024-10-07T06:06:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:11:06 time="2024-10-07T06:06:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:11:06 time="2024-10-07T06:06:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 06:11:06 $ docker stop --time=1 556c694ca93e2eed9609c4faa0f688db25fea85a5823b5fd604ab4ddbdb0ef8d 06:11:07 $ docker rm -f --volumes 556c694ca93e2eed9609c4faa0f688db25fea85a5823b5fd604ab4ddbdb0ef8d [Pipeline] // withDockerContainer [Pipeline] sh 06:11:08 + docker images 06:11:08 REPOSITORY TAG IMAGE ID CREATED SIZE 06:11:08 security-bootstrapper latest 8865c07fac23 1 second ago 20.4MB 06:11:08 security-proxy-setup latest 00f0118199dc 2 seconds ago 28.7MB 06:11:08 security-secretstore-setup latest 7a63e3d95aec 2 seconds ago 40.2MB 06:11:08 security-proxy-auth latest 186267ce198d 3 seconds ago 24.6MB 06:11:08 core-data latest b18f74e784e5 3 seconds ago 29.6MB 06:11:08 core-common-config-bootstrapper latest 3645485d7764 3 seconds ago 16.5MB 06:11:08 core-metadata latest 5a29b7c45171 3 seconds ago 29.7MB 06:11:08 support-notifications latest 3bd2d7ccd73f 3 seconds ago 44.4MB 06:11:08 security-spiffe-token-provider latest ff1ab8aa76e6 4 seconds ago 31.8MB 06:11:08 support-cron-scheduler latest b68fb1b96138 4 seconds ago 45.4MB 06:11:08 core-command latest ebf6a6362105 4 seconds ago 25.9MB 06:11:08 core-keeper latest c32fd6edee90 4 seconds ago 29MB 06:11:08 support-scheduler latest e6a2631eb479 4 seconds ago 43.8MB 06:11:08 security-spire-agent latest a73df54b79fd 3 minutes ago 183MB 06:11:08 security-spire-server latest efc522c7a2cf 4 minutes ago 122MB 06:11:08 security-spire-config latest 068152e40095 4 minutes ago 121MB 06:11:08 ci-base-image-x86_64 latest 8db3d0c1bf68 7 minutes ago 979MB 06:11:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine 3a752c3f9dda 4 days ago 573MB 06:11:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 16 months ago 334MB 06:11:08 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 2 years ago 253MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:11:08 provisioning config files... 06:11:08 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/715@tmp/config3954842319813939646tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:11:08 ---> ****-login.sh 06:11:08 nexus3.edgexfoundry.org:10001 06:11:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:11:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:11:08 Configure a credential helper to remove this warning. See 06:11:08 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:11:08 06:11:08 Login Succeeded 06:11:08 nexus3.edgexfoundry.org:10002 06:11:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:11:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:11:08 Configure a credential helper to remove this warning. See 06:11:08 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:11:08 06:11:08 Login Succeeded 06:11:08 nexus3.edgexfoundry.org:10003 06:11:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:11:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:11:08 Configure a credential helper to remove this warning. See 06:11:08 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:11:08 06:11:08 Login Succeeded 06:11:08 nexus3.edgexfoundry.org:10004 06:11:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:11:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:11:08 Configure a credential helper to remove this warning. See 06:11:08 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:11:08 06:11:08 Login Succeeded 06:11:08 ****.io 06:11:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:11:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:11:09 Configure a credential helper to remove this warning. See 06:11:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:11:09 06:11:09 Login Succeeded 06:11:09 ---> ****-login.sh ends [Pipeline] } 06:11:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:11:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 06:11:09 [edgeXDocker.push] Tagging docker image core-command with the following tags: 06:11:09 77e0adce47a12d7dc08b393082bf391b7f950b01 06:11:09 latest 06:11:09 3.2.0-dev.92 06:11:09 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:11:09 main 06:11:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:09 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:09 + docker push nexus3.edgexfoundry.org:10004/core-command:77e0adce47a12d7dc08b393082bf391b7f950b01 06:11:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 06:11:09 05a18af8a339: Preparing 06:11:09 08b68dc7d617: Preparing 06:11:09 3a12d61f6f80: Preparing 06:11:09 ad543b08f862: Preparing 06:11:09 2baf4c979e41: Preparing 06:11:09 55125a18c404: Preparing 06:11:09 63ca1fbb43ae: Preparing 06:11:09 63ca1fbb43ae: Waiting 06:11:09 55125a18c404: Waiting 06:11:09 05a18af8a339: Pushed 06:11:09 3a12d61f6f80: Pushed 06:11:09 63ca1fbb43ae: Layer already exists 06:11:09 ad543b08f862: Pushed 06:11:09 2baf4c979e41: Pushed 06:11:09 55125a18c404: Pushed 06:11:12 08b68dc7d617: Pushed 06:11:12 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:507fe5d5995bb3b7574b6b28a1389535484cf15165477c58b1e9e747e45bce6d size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:12 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:13 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 06:11:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 06:11:13 05a18af8a339: Preparing 06:11:13 08b68dc7d617: Preparing 06:11:13 3a12d61f6f80: Preparing 06:11:13 ad543b08f862: Preparing 06:11:13 2baf4c979e41: Preparing 06:11:13 55125a18c404: Preparing 06:11:13 63ca1fbb43ae: Preparing 06:11:13 55125a18c404: Waiting 06:11:13 63ca1fbb43ae: Waiting 06:11:13 3a12d61f6f80: Layer already exists 06:11:13 ad543b08f862: Layer already exists 06:11:13 08b68dc7d617: Layer already exists 06:11:13 2baf4c979e41: Layer already exists 06:11:13 05a18af8a339: Layer already exists 06:11:13 55125a18c404: Layer already exists 06:11:13 63ca1fbb43ae: Layer already exists 06:11:13 latest: digest: sha256:507fe5d5995bb3b7574b6b28a1389535484cf15165477c58b1e9e747e45bce6d size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:13 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:13 + docker push nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.92 06:11:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 06:11:13 05a18af8a339: Preparing 06:11:13 08b68dc7d617: Preparing 06:11:13 3a12d61f6f80: Preparing 06:11:13 ad543b08f862: Preparing 06:11:13 2baf4c979e41: Preparing 06:11:13 55125a18c404: Preparing 06:11:13 63ca1fbb43ae: Preparing 06:11:13 55125a18c404: Waiting 06:11:13 63ca1fbb43ae: Waiting 06:11:13 3a12d61f6f80: Layer already exists 06:11:13 05a18af8a339: Layer already exists 06:11:13 2baf4c979e41: Layer already exists 06:11:13 ad543b08f862: Layer already exists 06:11:13 08b68dc7d617: Layer already exists 06:11:13 55125a18c404: Layer already exists 06:11:13 63ca1fbb43ae: Layer already exists 06:11:13 3.2.0-dev.92: digest: sha256:507fe5d5995bb3b7574b6b28a1389535484cf15165477c58b1e9e747e45bce6d size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:14 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:14 + docker push nexus3.edgexfoundry.org:10004/core-command:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:11:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 06:11:14 05a18af8a339: Preparing 06:11:14 08b68dc7d617: Preparing 06:11:14 3a12d61f6f80: Preparing 06:11:14 ad543b08f862: Preparing 06:11:14 2baf4c979e41: Preparing 06:11:14 55125a18c404: Preparing 06:11:14 63ca1fbb43ae: Preparing 06:11:14 55125a18c404: Waiting 06:11:14 63ca1fbb43ae: Waiting 06:11:14 ad543b08f862: Layer already exists 06:11:14 08b68dc7d617: Layer already exists 06:11:14 3a12d61f6f80: Layer already exists 06:11:14 05a18af8a339: Layer already exists 06:11:14 2baf4c979e41: Layer already exists 06:11:14 63ca1fbb43ae: Layer already exists 06:11:14 55125a18c404: Layer already exists 06:11:14 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:507fe5d5995bb3b7574b6b28a1389535484cf15165477c58b1e9e747e45bce6d size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:14 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:15 + docker push nexus3.edgexfoundry.org:10004/core-command:main 06:11:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 06:11:15 05a18af8a339: Preparing 06:11:15 08b68dc7d617: Preparing 06:11:15 3a12d61f6f80: Preparing 06:11:15 ad543b08f862: Preparing 06:11:15 2baf4c979e41: Preparing 06:11:15 55125a18c404: Preparing 06:11:15 63ca1fbb43ae: Preparing 06:11:15 55125a18c404: Waiting 06:11:15 05a18af8a339: Layer already exists 06:11:15 2baf4c979e41: Layer already exists 06:11:15 3a12d61f6f80: Layer already exists 06:11:15 ad543b08f862: Layer already exists 06:11:15 08b68dc7d617: Layer already exists 06:11:15 55125a18c404: Layer already exists 06:11:15 63ca1fbb43ae: Layer already exists 06:11:15 main: digest: sha256:507fe5d5995bb3b7574b6b28a1389535484cf15165477c58b1e9e747e45bce6d size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:11:15 ===================================================== [Pipeline] echo 06:11:15 taggedImages: 06:11:15 - nexus3.edgexfoundry.org:10004/core-command:77e0adce47a12d7dc08b393082bf391b7f950b01 06:11:15 - nexus3.edgexfoundry.org:10004/core-command:latest 06:11:15 - nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.92 06:11:15 - nexus3.edgexfoundry.org:10004/core-command:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:11:15 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 06:11:15 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 06:11:15 77e0adce47a12d7dc08b393082bf391b7f950b01 06:11:15 latest 06:11:15 3.2.0-dev.92 06:11:15 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:11:15 main 06:11:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:15 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:15 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:77e0adce47a12d7dc08b393082bf391b7f950b01 06:11:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 06:11:15 c3b67289f6fa: Preparing 06:11:15 dc082860e2e3: Preparing 06:11:15 0da76f61b975: Preparing 06:11:15 437547c742f1: Preparing 06:11:15 3a12d61f6f80: Preparing 06:11:15 ad543b08f862: Preparing 06:11:15 2baf4c979e41: Preparing 06:11:15 55125a18c404: Preparing 06:11:15 63ca1fbb43ae: Preparing 06:11:15 ad543b08f862: Waiting 06:11:15 2baf4c979e41: Waiting 06:11:15 55125a18c404: Waiting 06:11:15 63ca1fbb43ae: Waiting 06:11:15 3a12d61f6f80: Layer already exists 06:11:15 ad543b08f862: Layer already exists 06:11:15 2baf4c979e41: Layer already exists 06:11:15 55125a18c404: Layer already exists 06:11:15 0da76f61b975: Pushed 06:11:15 dc082860e2e3: Pushed 06:11:15 c3b67289f6fa: Pushed 06:11:15 63ca1fbb43ae: Layer already exists 06:11:17 437547c742f1: Pushed 06:11:17 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:1a49bf29525b351212147cfebccb0cb7d8782bd395c2fbcf70cf6616627873d6 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:17 + 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 06:11:17 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 06:11:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 06:11:17 c3b67289f6fa: Preparing 06:11:17 dc082860e2e3: Preparing 06:11:17 0da76f61b975: Preparing 06:11:17 437547c742f1: Preparing 06:11:17 3a12d61f6f80: Preparing 06:11:17 ad543b08f862: Preparing 06:11:17 2baf4c979e41: Preparing 06:11:17 55125a18c404: Preparing 06:11:17 63ca1fbb43ae: Preparing 06:11:17 2baf4c979e41: Waiting 06:11:17 ad543b08f862: Waiting 06:11:17 63ca1fbb43ae: Waiting 06:11:17 55125a18c404: Waiting 06:11:17 0da76f61b975: Layer already exists 06:11:17 dc082860e2e3: Layer already exists 06:11:17 437547c742f1: Layer already exists 06:11:17 3a12d61f6f80: Layer already exists 06:11:17 c3b67289f6fa: Layer already exists 06:11:17 ad543b08f862: Layer already exists 06:11:17 2baf4c979e41: Layer already exists 06:11:17 63ca1fbb43ae: Layer already exists 06:11:17 55125a18c404: Layer already exists 06:11:17 latest: digest: sha256:1a49bf29525b351212147cfebccb0cb7d8782bd395c2fbcf70cf6616627873d6 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:18 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:18 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.92 06:11:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 06:11:18 c3b67289f6fa: Preparing 06:11:18 dc082860e2e3: Preparing 06:11:18 0da76f61b975: Preparing 06:11:18 437547c742f1: Preparing 06:11:18 3a12d61f6f80: Preparing 06:11:18 ad543b08f862: Preparing 06:11:18 2baf4c979e41: Preparing 06:11:18 55125a18c404: Preparing 06:11:18 63ca1fbb43ae: Preparing 06:11:18 55125a18c404: Waiting 06:11:18 63ca1fbb43ae: Waiting 06:11:18 2baf4c979e41: Waiting 06:11:18 ad543b08f862: Waiting 06:11:18 0da76f61b975: Layer already exists 06:11:18 c3b67289f6fa: Layer already exists 06:11:18 dc082860e2e3: Layer already exists 06:11:18 437547c742f1: Layer already exists 06:11:18 3a12d61f6f80: Layer already exists 06:11:18 ad543b08f862: Layer already exists 06:11:18 63ca1fbb43ae: Layer already exists 06:11:18 2baf4c979e41: Layer already exists 06:11:18 55125a18c404: Layer already exists 06:11:18 3.2.0-dev.92: digest: sha256:1a49bf29525b351212147cfebccb0cb7d8782bd395c2fbcf70cf6616627873d6 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:18 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:19 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:11:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 06:11:19 c3b67289f6fa: Preparing 06:11:19 dc082860e2e3: Preparing 06:11:19 0da76f61b975: Preparing 06:11:19 437547c742f1: Preparing 06:11:19 3a12d61f6f80: Preparing 06:11:19 ad543b08f862: Preparing 06:11:19 2baf4c979e41: Preparing 06:11:19 55125a18c404: Preparing 06:11:19 63ca1fbb43ae: Preparing 06:11:19 2baf4c979e41: Waiting 06:11:19 ad543b08f862: Waiting 06:11:19 55125a18c404: Waiting 06:11:19 63ca1fbb43ae: Waiting 06:11:19 0da76f61b975: Layer already exists 06:11:19 c3b67289f6fa: Layer already exists 06:11:19 437547c742f1: Layer already exists 06:11:19 3a12d61f6f80: Layer already exists 06:11:19 dc082860e2e3: Layer already exists 06:11:19 2baf4c979e41: Layer already exists 06:11:19 63ca1fbb43ae: Layer already exists 06:11:19 55125a18c404: Layer already exists 06:11:19 ad543b08f862: Layer already exists 06:11:19 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:1a49bf29525b351212147cfebccb0cb7d8782bd395c2fbcf70cf6616627873d6 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:19 + 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 06:11:19 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 06:11:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 06:11:19 c3b67289f6fa: Preparing 06:11:19 dc082860e2e3: Preparing 06:11:19 0da76f61b975: Preparing 06:11:19 437547c742f1: Preparing 06:11:19 3a12d61f6f80: Preparing 06:11:19 ad543b08f862: Preparing 06:11:19 2baf4c979e41: Preparing 06:11:19 55125a18c404: Preparing 06:11:19 63ca1fbb43ae: Preparing 06:11:19 55125a18c404: Waiting 06:11:19 2baf4c979e41: Waiting 06:11:19 ad543b08f862: Waiting 06:11:19 63ca1fbb43ae: Waiting 06:11:19 0da76f61b975: Layer already exists 06:11:19 437547c742f1: Layer already exists 06:11:19 c3b67289f6fa: Layer already exists 06:11:19 3a12d61f6f80: Layer already exists 06:11:19 dc082860e2e3: Layer already exists 06:11:19 2baf4c979e41: Layer already exists 06:11:19 55125a18c404: Layer already exists 06:11:19 ad543b08f862: Layer already exists 06:11:19 63ca1fbb43ae: Layer already exists 06:11:19 main: digest: sha256:1a49bf29525b351212147cfebccb0cb7d8782bd395c2fbcf70cf6616627873d6 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:11:19 ===================================================== [Pipeline] echo 06:11:19 taggedImages: 06:11:19 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:77e0adce47a12d7dc08b393082bf391b7f950b01 06:11:19 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 06:11:19 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.92 06:11:19 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:11:19 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 06:11:20 [edgeXDocker.push] Tagging docker image core-data with the following tags: 06:11:20 77e0adce47a12d7dc08b393082bf391b7f950b01 06:11:20 latest 06:11:20 3.2.0-dev.92 06:11:20 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:11:20 main 06:11:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:20 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:20 + docker push nexus3.edgexfoundry.org:10004/core-data:77e0adce47a12d7dc08b393082bf391b7f950b01 06:11:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 06:11:20 a8dc5d97c499: Preparing 06:11:20 f0eea37ef048: Preparing 06:11:20 230204bb35c2: Preparing 06:11:20 3a12d61f6f80: Preparing 06:11:20 ad543b08f862: Preparing 06:11:20 38a9276f8d09: Preparing 06:11:20 bf1da6c54320: Preparing 06:11:20 63ca1fbb43ae: Preparing 06:11:20 63ca1fbb43ae: Waiting 06:11:20 38a9276f8d09: Waiting 06:11:20 bf1da6c54320: Waiting 06:11:20 3a12d61f6f80: Layer already exists 06:11:20 ad543b08f862: Layer already exists 06:11:20 f0eea37ef048: Pushed 06:11:20 bf1da6c54320: Pushed 06:11:20 63ca1fbb43ae: Layer already exists 06:11:20 a8dc5d97c499: Pushed 06:11:20 38a9276f8d09: Pushed 06:11:23 230204bb35c2: Pushed 06:11:23 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:4e50075509caa65ff9ac7e6fa9bfd2b43d75c770c63c789f60ed1fd3ac120c4e size: 1987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:23 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:23 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 06:11:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 06:11:23 a8dc5d97c499: Preparing 06:11:23 f0eea37ef048: Preparing 06:11:23 230204bb35c2: Preparing 06:11:23 3a12d61f6f80: Preparing 06:11:23 ad543b08f862: Preparing 06:11:23 38a9276f8d09: Preparing 06:11:23 bf1da6c54320: Preparing 06:11:23 63ca1fbb43ae: Preparing 06:11:23 38a9276f8d09: Waiting 06:11:23 bf1da6c54320: Waiting 06:11:23 63ca1fbb43ae: Waiting 06:11:23 230204bb35c2: Layer already exists 06:11:23 f0eea37ef048: Layer already exists 06:11:23 ad543b08f862: Layer already exists 06:11:23 a8dc5d97c499: Layer already exists 06:11:23 3a12d61f6f80: Layer already exists 06:11:23 63ca1fbb43ae: Layer already exists 06:11:23 38a9276f8d09: Layer already exists 06:11:23 bf1da6c54320: Layer already exists 06:11:23 latest: digest: sha256:4e50075509caa65ff9ac7e6fa9bfd2b43d75c770c63c789f60ed1fd3ac120c4e size: 1987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:24 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:24 + docker push nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.92 06:11:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 06:11:24 a8dc5d97c499: Preparing 06:11:24 f0eea37ef048: Preparing 06:11:24 230204bb35c2: Preparing 06:11:24 3a12d61f6f80: Preparing 06:11:24 ad543b08f862: Preparing 06:11:24 38a9276f8d09: Preparing 06:11:24 bf1da6c54320: Preparing 06:11:24 63ca1fbb43ae: Preparing 06:11:24 38a9276f8d09: Waiting 06:11:24 bf1da6c54320: Waiting 06:11:24 63ca1fbb43ae: Waiting 06:11:24 230204bb35c2: Layer already exists 06:11:24 a8dc5d97c499: Layer already exists 06:11:24 3a12d61f6f80: Layer already exists 06:11:24 ad543b08f862: Layer already exists 06:11:24 f0eea37ef048: Layer already exists 06:11:24 38a9276f8d09: Layer already exists 06:11:24 63ca1fbb43ae: Layer already exists 06:11:24 bf1da6c54320: Layer already exists 06:11:24 3.2.0-dev.92: digest: sha256:4e50075509caa65ff9ac7e6fa9bfd2b43d75c770c63c789f60ed1fd3ac120c4e size: 1987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:24 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:25 + docker push nexus3.edgexfoundry.org:10004/core-data:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:11:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 06:11:25 a8dc5d97c499: Preparing 06:11:25 f0eea37ef048: Preparing 06:11:25 230204bb35c2: Preparing 06:11:25 3a12d61f6f80: Preparing 06:11:25 ad543b08f862: Preparing 06:11:25 38a9276f8d09: Preparing 06:11:25 bf1da6c54320: Preparing 06:11:25 63ca1fbb43ae: Preparing 06:11:25 38a9276f8d09: Waiting 06:11:25 bf1da6c54320: Waiting 06:11:25 63ca1fbb43ae: Waiting 06:11:25 f0eea37ef048: Layer already exists 06:11:25 a8dc5d97c499: Layer already exists 06:11:25 230204bb35c2: Layer already exists 06:11:25 3a12d61f6f80: Layer already exists 06:11:25 ad543b08f862: Layer already exists 06:11:25 63ca1fbb43ae: Layer already exists 06:11:25 38a9276f8d09: Layer already exists 06:11:25 bf1da6c54320: Layer already exists 06:11:25 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:4e50075509caa65ff9ac7e6fa9bfd2b43d75c770c63c789f60ed1fd3ac120c4e size: 1987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:25 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:25 + docker push nexus3.edgexfoundry.org:10004/core-data:main 06:11:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 06:11:25 a8dc5d97c499: Preparing 06:11:25 f0eea37ef048: Preparing 06:11:25 230204bb35c2: Preparing 06:11:25 3a12d61f6f80: Preparing 06:11:25 ad543b08f862: Preparing 06:11:25 38a9276f8d09: Preparing 06:11:25 bf1da6c54320: Preparing 06:11:25 63ca1fbb43ae: Preparing 06:11:25 38a9276f8d09: Waiting 06:11:25 bf1da6c54320: Waiting 06:11:25 63ca1fbb43ae: Waiting 06:11:25 f0eea37ef048: Layer already exists 06:11:25 a8dc5d97c499: Layer already exists 06:11:25 ad543b08f862: Layer already exists 06:11:25 230204bb35c2: Layer already exists 06:11:25 3a12d61f6f80: Layer already exists 06:11:25 bf1da6c54320: Layer already exists 06:11:25 38a9276f8d09: Layer already exists 06:11:25 63ca1fbb43ae: Layer already exists 06:11:25 main: digest: sha256:4e50075509caa65ff9ac7e6fa9bfd2b43d75c770c63c789f60ed1fd3ac120c4e size: 1987 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:11:25 ===================================================== [Pipeline] echo 06:11:25 taggedImages: 06:11:25 - nexus3.edgexfoundry.org:10004/core-data:77e0adce47a12d7dc08b393082bf391b7f950b01 06:11:25 - nexus3.edgexfoundry.org:10004/core-data:latest 06:11:25 - nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.92 06:11:25 - nexus3.edgexfoundry.org:10004/core-data:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:11:25 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 06:11:26 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 06:11:26 77e0adce47a12d7dc08b393082bf391b7f950b01 06:11:26 latest 06:11:26 3.2.0-dev.92 06:11:26 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:11:26 main 06:11:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:26 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:26 + docker push nexus3.edgexfoundry.org:10004/core-keeper:77e0adce47a12d7dc08b393082bf391b7f950b01 06:11:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 06:11:26 9a1f08d0283d: Preparing 06:11:26 a8160b366caf: Preparing 06:11:26 4a0efd1103ae: Preparing 06:11:26 ad543b08f862: Preparing 06:11:26 5c9f8e109936: Preparing 06:11:26 25f4d3a413cb: Preparing 06:11:26 63ca1fbb43ae: Preparing 06:11:26 25f4d3a413cb: Waiting 06:11:26 63ca1fbb43ae: Waiting 06:11:26 ad543b08f862: Layer already exists 06:11:26 a8160b366caf: Pushed 06:11:26 63ca1fbb43ae: Layer already exists 06:11:26 5c9f8e109936: Pushed 06:11:26 25f4d3a413cb: Pushed 06:11:26 9a1f08d0283d: Pushed 06:11:29 4a0efd1103ae: Pushed 06:11:29 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:e3da9fb7831992f908877f97bca54a65513f419c6cc10ebe45b0900d648913a2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:29 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:29 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 06:11:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 06:11:29 9a1f08d0283d: Preparing 06:11:29 a8160b366caf: Preparing 06:11:29 4a0efd1103ae: Preparing 06:11:29 ad543b08f862: Preparing 06:11:29 5c9f8e109936: Preparing 06:11:29 25f4d3a413cb: Preparing 06:11:29 63ca1fbb43ae: Preparing 06:11:29 25f4d3a413cb: Waiting 06:11:29 63ca1fbb43ae: Waiting 06:11:29 ad543b08f862: Layer already exists 06:11:29 a8160b366caf: Layer already exists 06:11:29 9a1f08d0283d: Layer already exists 06:11:29 4a0efd1103ae: Layer already exists 06:11:29 5c9f8e109936: Layer already exists 06:11:29 25f4d3a413cb: Layer already exists 06:11:29 63ca1fbb43ae: Layer already exists 06:11:29 latest: digest: sha256:e3da9fb7831992f908877f97bca54a65513f419c6cc10ebe45b0900d648913a2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:30 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:30 + docker push nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.92 06:11:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 06:11:30 9a1f08d0283d: Preparing 06:11:30 a8160b366caf: Preparing 06:11:30 4a0efd1103ae: Preparing 06:11:30 ad543b08f862: Preparing 06:11:30 5c9f8e109936: Preparing 06:11:30 25f4d3a413cb: Preparing 06:11:30 63ca1fbb43ae: Preparing 06:11:30 25f4d3a413cb: Waiting 06:11:30 63ca1fbb43ae: Waiting 06:11:30 5c9f8e109936: Layer already exists 06:11:30 a8160b366caf: Layer already exists 06:11:30 ad543b08f862: Layer already exists 06:11:30 9a1f08d0283d: Layer already exists 06:11:30 4a0efd1103ae: Layer already exists 06:11:30 63ca1fbb43ae: Layer already exists 06:11:30 25f4d3a413cb: Layer already exists 06:11:30 3.2.0-dev.92: digest: sha256:e3da9fb7831992f908877f97bca54a65513f419c6cc10ebe45b0900d648913a2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:30 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:31 + docker push nexus3.edgexfoundry.org:10004/core-keeper:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:11:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 06:11:31 9a1f08d0283d: Preparing 06:11:31 a8160b366caf: Preparing 06:11:31 4a0efd1103ae: Preparing 06:11:31 ad543b08f862: Preparing 06:11:31 5c9f8e109936: Preparing 06:11:31 25f4d3a413cb: Preparing 06:11:31 63ca1fbb43ae: Preparing 06:11:31 25f4d3a413cb: Waiting 06:11:31 63ca1fbb43ae: Waiting 06:11:31 9a1f08d0283d: Layer already exists 06:11:31 5c9f8e109936: Layer already exists 06:11:31 ad543b08f862: Layer already exists 06:11:31 4a0efd1103ae: Layer already exists 06:11:31 a8160b366caf: Layer already exists 06:11:31 25f4d3a413cb: Layer already exists 06:11:31 63ca1fbb43ae: Layer already exists 06:11:31 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:e3da9fb7831992f908877f97bca54a65513f419c6cc10ebe45b0900d648913a2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:31 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:31 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 06:11:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 06:11:31 9a1f08d0283d: Preparing 06:11:31 a8160b366caf: Preparing 06:11:31 4a0efd1103ae: Preparing 06:11:31 ad543b08f862: Preparing 06:11:31 5c9f8e109936: Preparing 06:11:31 25f4d3a413cb: Preparing 06:11:31 63ca1fbb43ae: Preparing 06:11:31 25f4d3a413cb: Waiting 06:11:31 63ca1fbb43ae: Waiting 06:11:31 4a0efd1103ae: Layer already exists 06:11:31 9a1f08d0283d: Layer already exists 06:11:31 ad543b08f862: Layer already exists 06:11:31 a8160b366caf: Layer already exists 06:11:31 5c9f8e109936: Layer already exists 06:11:31 25f4d3a413cb: Layer already exists 06:11:31 63ca1fbb43ae: Layer already exists 06:11:31 main: digest: sha256:e3da9fb7831992f908877f97bca54a65513f419c6cc10ebe45b0900d648913a2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:11:31 ===================================================== [Pipeline] echo 06:11:31 taggedImages: 06:11:31 - nexus3.edgexfoundry.org:10004/core-keeper:77e0adce47a12d7dc08b393082bf391b7f950b01 06:11:31 - nexus3.edgexfoundry.org:10004/core-keeper:latest 06:11:31 - nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.92 06:11:31 - nexus3.edgexfoundry.org:10004/core-keeper:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:11:31 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 06:11:31 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 06:11:31 77e0adce47a12d7dc08b393082bf391b7f950b01 06:11:31 latest 06:11:31 3.2.0-dev.92 06:11:31 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:11:31 main 06:11:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:32 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:32 + docker push nexus3.edgexfoundry.org:10004/core-metadata:77e0adce47a12d7dc08b393082bf391b7f950b01 06:11:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 06:11:32 dc05a58611eb: Preparing 06:11:32 8404fecb4780: Preparing 06:11:32 f493f26ba5d4: Preparing 06:11:32 28c73b8ea984: Preparing 06:11:32 3a12d61f6f80: Preparing 06:11:32 ad543b08f862: Preparing 06:11:32 2baf4c979e41: Preparing 06:11:32 55125a18c404: Preparing 06:11:32 63ca1fbb43ae: Preparing 06:11:32 55125a18c404: Waiting 06:11:32 2baf4c979e41: Waiting 06:11:32 63ca1fbb43ae: Waiting 06:11:32 ad543b08f862: Waiting 06:11:32 3a12d61f6f80: Layer already exists 06:11:32 ad543b08f862: Layer already exists 06:11:32 2baf4c979e41: Layer already exists 06:11:32 55125a18c404: Layer already exists 06:11:32 8404fecb4780: Pushed 06:11:32 63ca1fbb43ae: Layer already exists 06:11:32 dc05a58611eb: Pushed 06:11:32 f493f26ba5d4: Pushed 06:11:35 28c73b8ea984: Pushed 06:11:35 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:ecc6abb0bb345185a76f3ccb17994dbf5da6bc40918500adcbdfd22e9f637e08 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:35 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:35 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 06:11:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 06:11:35 dc05a58611eb: Preparing 06:11:35 8404fecb4780: Preparing 06:11:35 f493f26ba5d4: Preparing 06:11:35 28c73b8ea984: Preparing 06:11:35 3a12d61f6f80: Preparing 06:11:35 ad543b08f862: Preparing 06:11:35 2baf4c979e41: Preparing 06:11:35 ad543b08f862: Waiting 06:11:35 2baf4c979e41: Waiting 06:11:35 55125a18c404: Preparing 06:11:35 63ca1fbb43ae: Preparing 06:11:35 63ca1fbb43ae: Waiting 06:11:35 55125a18c404: Waiting 06:11:35 3a12d61f6f80: Layer already exists 06:11:35 28c73b8ea984: Layer already exists 06:11:35 f493f26ba5d4: Layer already exists 06:11:35 8404fecb4780: Layer already exists 06:11:35 dc05a58611eb: Layer already exists 06:11:35 ad543b08f862: Layer already exists 06:11:35 55125a18c404: Layer already exists 06:11:35 63ca1fbb43ae: Layer already exists 06:11:35 2baf4c979e41: Layer already exists 06:11:35 latest: digest: sha256:ecc6abb0bb345185a76f3ccb17994dbf5da6bc40918500adcbdfd22e9f637e08 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:36 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:36 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.92 06:11:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 06:11:36 dc05a58611eb: Preparing 06:11:36 8404fecb4780: Preparing 06:11:36 f493f26ba5d4: Preparing 06:11:36 28c73b8ea984: Preparing 06:11:36 3a12d61f6f80: Preparing 06:11:36 ad543b08f862: Preparing 06:11:36 2baf4c979e41: Preparing 06:11:36 55125a18c404: Preparing 06:11:36 63ca1fbb43ae: Preparing 06:11:36 ad543b08f862: Waiting 06:11:36 2baf4c979e41: Waiting 06:11:36 63ca1fbb43ae: Waiting 06:11:36 55125a18c404: Waiting 06:11:36 dc05a58611eb: Layer already exists 06:11:36 3a12d61f6f80: Layer already exists 06:11:36 f493f26ba5d4: Layer already exists 06:11:36 8404fecb4780: Layer already exists 06:11:36 28c73b8ea984: Layer already exists 06:11:36 ad543b08f862: Layer already exists 06:11:36 63ca1fbb43ae: Layer already exists 06:11:36 55125a18c404: Layer already exists 06:11:36 2baf4c979e41: Layer already exists 06:11:36 3.2.0-dev.92: digest: sha256:ecc6abb0bb345185a76f3ccb17994dbf5da6bc40918500adcbdfd22e9f637e08 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:36 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:37 + docker push nexus3.edgexfoundry.org:10004/core-metadata:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:11:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 06:11:37 dc05a58611eb: Preparing 06:11:37 8404fecb4780: Preparing 06:11:37 f493f26ba5d4: Preparing 06:11:37 28c73b8ea984: Preparing 06:11:37 3a12d61f6f80: Preparing 06:11:37 ad543b08f862: Preparing 06:11:37 2baf4c979e41: Preparing 06:11:37 55125a18c404: Preparing 06:11:37 63ca1fbb43ae: Preparing 06:11:37 ad543b08f862: Waiting 06:11:37 2baf4c979e41: Waiting 06:11:37 55125a18c404: Waiting 06:11:37 63ca1fbb43ae: Waiting 06:11:37 dc05a58611eb: Layer already exists 06:11:37 8404fecb4780: Layer already exists 06:11:37 3a12d61f6f80: Layer already exists 06:11:37 f493f26ba5d4: Layer already exists 06:11:37 28c73b8ea984: Layer already exists 06:11:37 ad543b08f862: Layer already exists 06:11:37 55125a18c404: Layer already exists 06:11:37 63ca1fbb43ae: Layer already exists 06:11:37 2baf4c979e41: Layer already exists 06:11:37 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:ecc6abb0bb345185a76f3ccb17994dbf5da6bc40918500adcbdfd22e9f637e08 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:37 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:37 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 06:11:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 06:11:37 dc05a58611eb: Preparing 06:11:37 8404fecb4780: Preparing 06:11:37 f493f26ba5d4: Preparing 06:11:37 28c73b8ea984: Preparing 06:11:37 3a12d61f6f80: Preparing 06:11:37 ad543b08f862: Preparing 06:11:37 2baf4c979e41: Preparing 06:11:37 55125a18c404: Preparing 06:11:37 63ca1fbb43ae: Preparing 06:11:37 2baf4c979e41: Waiting 06:11:37 55125a18c404: Waiting 06:11:37 ad543b08f862: Waiting 06:11:37 63ca1fbb43ae: Waiting 06:11:37 dc05a58611eb: Layer already exists 06:11:37 8404fecb4780: Layer already exists 06:11:37 f493f26ba5d4: Layer already exists 06:11:37 3a12d61f6f80: Layer already exists 06:11:37 28c73b8ea984: Layer already exists 06:11:37 55125a18c404: Layer already exists 06:11:37 63ca1fbb43ae: Layer already exists 06:11:37 2baf4c979e41: Layer already exists 06:11:37 ad543b08f862: Layer already exists 06:11:37 main: digest: sha256:ecc6abb0bb345185a76f3ccb17994dbf5da6bc40918500adcbdfd22e9f637e08 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:11:37 ===================================================== [Pipeline] echo 06:11:37 taggedImages: 06:11:37 - nexus3.edgexfoundry.org:10004/core-metadata:77e0adce47a12d7dc08b393082bf391b7f950b01 06:11:37 - nexus3.edgexfoundry.org:10004/core-metadata:latest 06:11:37 - nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.92 06:11:37 - nexus3.edgexfoundry.org:10004/core-metadata:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:11:37 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 06:11:37 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 06:11:37 77e0adce47a12d7dc08b393082bf391b7f950b01 06:11:37 latest 06:11:37 3.2.0-dev.92 06:11:37 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:11:37 main 06:11:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:38 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:38 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:77e0adce47a12d7dc08b393082bf391b7f950b01 06:11:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 06:11:38 6eb6ecdba092: Preparing 06:11:38 7b31e1b4db54: Preparing 06:11:38 1c2c48da73f9: Preparing 06:11:38 352f9c529bc4: Preparing 06:11:38 759eb1342974: Preparing 06:11:38 0c739a8ee861: Preparing 06:11:38 27c2c84a81c8: Preparing 06:11:38 ff659a85a033: Preparing 06:11:38 3a12d61f6f80: Preparing 06:11:38 ad543b08f862: Preparing 06:11:38 83e7930611b8: Preparing 06:11:38 e0905b48adea: Preparing 06:11:38 5f70bf18a086: Preparing 06:11:38 34bc706ad2d9: Preparing 06:11:38 e992ab2f614a: Preparing 06:11:38 c94ba3621150: Preparing 06:11:38 63ca1fbb43ae: Preparing 06:11:38 0c739a8ee861: Waiting 06:11:38 27c2c84a81c8: Waiting 06:11:38 ff659a85a033: Waiting 06:11:38 34bc706ad2d9: Waiting 06:11:38 3a12d61f6f80: Waiting 06:11:38 e992ab2f614a: Waiting 06:11:38 ad543b08f862: Waiting 06:11:38 c94ba3621150: Waiting 06:11:38 63ca1fbb43ae: Waiting 06:11:38 e0905b48adea: Waiting 06:11:38 5f70bf18a086: Waiting 06:11:38 1c2c48da73f9: Pushed 06:11:38 352f9c529bc4: Pushed 06:11:38 6eb6ecdba092: Pushed 06:11:38 7b31e1b4db54: Pushed 06:11:38 759eb1342974: Pushed 06:11:38 3a12d61f6f80: Layer already exists 06:11:38 ad543b08f862: Layer already exists 06:11:38 0c739a8ee861: Pushed 06:11:38 5f70bf18a086: Layer already exists 06:11:38 27c2c84a81c8: Pushed 06:11:38 83e7930611b8: Pushed 06:11:38 e0905b48adea: Pushed 06:11:38 34bc706ad2d9: Pushed 06:11:38 e992ab2f614a: Pushed 06:11:38 63ca1fbb43ae: Layer already exists 06:11:38 c94ba3621150: Pushed 06:11:40 ff659a85a033: Pushed 06:11:40 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:d993d602281299c26eeddddf2099aa1b923c9d0caf0fecd9d085089c6c5ab510 size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:40 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:40 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 06:11:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 06:11:40 6eb6ecdba092: Preparing 06:11:40 7b31e1b4db54: Preparing 06:11:40 1c2c48da73f9: Preparing 06:11:40 352f9c529bc4: Preparing 06:11:40 759eb1342974: Preparing 06:11:40 0c739a8ee861: Preparing 06:11:40 27c2c84a81c8: Preparing 06:11:40 ff659a85a033: Preparing 06:11:40 3a12d61f6f80: Preparing 06:11:40 ad543b08f862: Preparing 06:11:40 83e7930611b8: Preparing 06:11:40 e0905b48adea: Preparing 06:11:40 5f70bf18a086: Preparing 06:11:40 34bc706ad2d9: Preparing 06:11:40 e992ab2f614a: Preparing 06:11:40 c94ba3621150: Preparing 06:11:40 63ca1fbb43ae: Preparing 06:11:40 ff659a85a033: Waiting 06:11:40 34bc706ad2d9: Waiting 06:11:40 3a12d61f6f80: Waiting 06:11:40 ad543b08f862: Waiting 06:11:40 e992ab2f614a: Waiting 06:11:40 c94ba3621150: Waiting 06:11:40 63ca1fbb43ae: Waiting 06:11:40 83e7930611b8: Waiting 06:11:40 0c739a8ee861: Waiting 06:11:40 e0905b48adea: Waiting 06:11:40 27c2c84a81c8: Waiting 06:11:40 5f70bf18a086: Waiting 06:11:40 1c2c48da73f9: Layer already exists 06:11:40 7b31e1b4db54: Layer already exists 06:11:40 759eb1342974: Layer already exists 06:11:40 352f9c529bc4: Layer already exists 06:11:40 6eb6ecdba092: Layer already exists 06:11:40 0c739a8ee861: Layer already exists 06:11:40 3a12d61f6f80: Layer already exists 06:11:40 27c2c84a81c8: Layer already exists 06:11:40 ad543b08f862: Layer already exists 06:11:40 ff659a85a033: Layer already exists 06:11:40 83e7930611b8: Layer already exists 06:11:40 5f70bf18a086: Layer already exists 06:11:40 34bc706ad2d9: Layer already exists 06:11:40 e0905b48adea: Layer already exists 06:11:40 e992ab2f614a: Layer already exists 06:11:40 c94ba3621150: Layer already exists 06:11:40 63ca1fbb43ae: Layer already exists 06:11:40 latest: digest: sha256:d993d602281299c26eeddddf2099aa1b923c9d0caf0fecd9d085089c6c5ab510 size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:41 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:41 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.92 06:11:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 06:11:41 6eb6ecdba092: Preparing 06:11:41 7b31e1b4db54: Preparing 06:11:41 1c2c48da73f9: Preparing 06:11:41 352f9c529bc4: Preparing 06:11:41 759eb1342974: Preparing 06:11:41 0c739a8ee861: Preparing 06:11:41 27c2c84a81c8: Preparing 06:11:41 ff659a85a033: Preparing 06:11:41 3a12d61f6f80: Preparing 06:11:41 ad543b08f862: Preparing 06:11:41 83e7930611b8: Preparing 06:11:41 e0905b48adea: Preparing 06:11:41 5f70bf18a086: Preparing 06:11:41 34bc706ad2d9: Preparing 06:11:41 e992ab2f614a: Preparing 06:11:41 c94ba3621150: Preparing 06:11:41 63ca1fbb43ae: Preparing 06:11:41 83e7930611b8: Waiting 06:11:41 e0905b48adea: Waiting 06:11:41 5f70bf18a086: Waiting 06:11:41 34bc706ad2d9: Waiting 06:11:41 e992ab2f614a: Waiting 06:11:41 c94ba3621150: Waiting 06:11:41 63ca1fbb43ae: Waiting 06:11:41 ff659a85a033: Waiting 06:11:41 0c739a8ee861: Waiting 06:11:41 3a12d61f6f80: Waiting 06:11:41 ad543b08f862: Waiting 06:11:41 7b31e1b4db54: Layer already exists 06:11:41 352f9c529bc4: Layer already exists 06:11:41 759eb1342974: Layer already exists 06:11:41 6eb6ecdba092: Layer already exists 06:11:41 1c2c48da73f9: Layer already exists 06:11:41 ff659a85a033: Layer already exists 06:11:41 3a12d61f6f80: Layer already exists 06:11:41 27c2c84a81c8: Layer already exists 06:11:41 0c739a8ee861: Layer already exists 06:11:41 ad543b08f862: Layer already exists 06:11:41 e0905b48adea: Layer already exists 06:11:41 83e7930611b8: Layer already exists 06:11:41 34bc706ad2d9: Layer already exists 06:11:41 e992ab2f614a: Layer already exists 06:11:41 5f70bf18a086: Layer already exists 06:11:41 63ca1fbb43ae: Layer already exists 06:11:41 c94ba3621150: Layer already exists 06:11:41 3.2.0-dev.92: digest: sha256:d993d602281299c26eeddddf2099aa1b923c9d0caf0fecd9d085089c6c5ab510 size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:41 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:42 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:11:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 06:11:42 6eb6ecdba092: Preparing 06:11:42 7b31e1b4db54: Preparing 06:11:42 1c2c48da73f9: Preparing 06:11:42 352f9c529bc4: Preparing 06:11:42 759eb1342974: Preparing 06:11:42 0c739a8ee861: Preparing 06:11:42 27c2c84a81c8: Preparing 06:11:42 ff659a85a033: Preparing 06:11:42 3a12d61f6f80: Preparing 06:11:42 ad543b08f862: Preparing 06:11:42 83e7930611b8: Preparing 06:11:42 e0905b48adea: Preparing 06:11:42 5f70bf18a086: Preparing 06:11:42 34bc706ad2d9: Preparing 06:11:42 e992ab2f614a: Preparing 06:11:42 c94ba3621150: Preparing 06:11:42 63ca1fbb43ae: Preparing 06:11:42 27c2c84a81c8: Waiting 06:11:42 ff659a85a033: Waiting 06:11:42 3a12d61f6f80: Waiting 06:11:42 ad543b08f862: Waiting 06:11:42 83e7930611b8: Waiting 06:11:42 e0905b48adea: Waiting 06:11:42 5f70bf18a086: Waiting 06:11:42 34bc706ad2d9: Waiting 06:11:42 e992ab2f614a: Waiting 06:11:42 0c739a8ee861: Waiting 06:11:42 c94ba3621150: Waiting 06:11:42 63ca1fbb43ae: Waiting 06:11:42 7b31e1b4db54: Layer already exists 06:11:42 1c2c48da73f9: Layer already exists 06:11:42 759eb1342974: Layer already exists 06:11:42 6eb6ecdba092: Layer already exists 06:11:42 352f9c529bc4: Layer already exists 06:11:42 0c739a8ee861: Layer already exists 06:11:42 27c2c84a81c8: Layer already exists 06:11:42 3a12d61f6f80: Layer already exists 06:11:42 ff659a85a033: Layer already exists 06:11:42 ad543b08f862: Layer already exists 06:11:42 83e7930611b8: Layer already exists 06:11:42 34bc706ad2d9: Layer already exists 06:11:42 e0905b48adea: Layer already exists 06:11:42 5f70bf18a086: Layer already exists 06:11:42 e992ab2f614a: Layer already exists 06:11:42 c94ba3621150: Layer already exists 06:11:42 63ca1fbb43ae: Layer already exists 06:11:42 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:d993d602281299c26eeddddf2099aa1b923c9d0caf0fecd9d085089c6c5ab510 size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:42 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:42 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 06:11:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 06:11:42 6eb6ecdba092: Preparing 06:11:42 7b31e1b4db54: Preparing 06:11:42 1c2c48da73f9: Preparing 06:11:42 352f9c529bc4: Preparing 06:11:42 759eb1342974: Preparing 06:11:42 0c739a8ee861: Preparing 06:11:42 27c2c84a81c8: Preparing 06:11:42 ff659a85a033: Preparing 06:11:42 3a12d61f6f80: Preparing 06:11:42 ad543b08f862: Preparing 06:11:42 83e7930611b8: Preparing 06:11:42 e0905b48adea: Preparing 06:11:42 5f70bf18a086: Preparing 06:11:42 34bc706ad2d9: Preparing 06:11:42 e992ab2f614a: Preparing 06:11:42 c94ba3621150: Preparing 06:11:42 63ca1fbb43ae: Preparing 06:11:42 3a12d61f6f80: Waiting 06:11:42 ad543b08f862: Waiting 06:11:42 83e7930611b8: Waiting 06:11:42 34bc706ad2d9: Waiting 06:11:42 0c739a8ee861: Waiting 06:11:42 e992ab2f614a: Waiting 06:11:42 63ca1fbb43ae: Waiting 06:11:42 c94ba3621150: Waiting 06:11:42 e0905b48adea: Waiting 06:11:42 5f70bf18a086: Waiting 06:11:42 ff659a85a033: Waiting 06:11:42 27c2c84a81c8: Waiting 06:11:42 6eb6ecdba092: Layer already exists 06:11:42 7b31e1b4db54: Layer already exists 06:11:42 352f9c529bc4: Layer already exists 06:11:42 1c2c48da73f9: Layer already exists 06:11:42 759eb1342974: Layer already exists 06:11:42 27c2c84a81c8: Layer already exists 06:11:42 0c739a8ee861: Layer already exists 06:11:42 ff659a85a033: Layer already exists 06:11:42 3a12d61f6f80: Layer already exists 06:11:42 ad543b08f862: Layer already exists 06:11:42 83e7930611b8: Layer already exists 06:11:42 e0905b48adea: Layer already exists 06:11:42 e992ab2f614a: Layer already exists 06:11:42 34bc706ad2d9: Layer already exists 06:11:42 5f70bf18a086: Layer already exists 06:11:42 c94ba3621150: Layer already exists 06:11:42 63ca1fbb43ae: Layer already exists 06:11:42 main: digest: sha256:d993d602281299c26eeddddf2099aa1b923c9d0caf0fecd9d085089c6c5ab510 size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:11:43 ===================================================== [Pipeline] echo 06:11:43 taggedImages: 06:11:43 - nexus3.edgexfoundry.org:10004/security-bootstrapper:77e0adce47a12d7dc08b393082bf391b7f950b01 06:11:43 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 06:11:43 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.92 06:11:43 - nexus3.edgexfoundry.org:10004/security-bootstrapper:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:11:43 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 06:11:43 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 06:11:43 77e0adce47a12d7dc08b393082bf391b7f950b01 06:11:43 latest 06:11:43 3.2.0-dev.92 06:11:43 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:11:43 main 06:11:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:43 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:43 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:77e0adce47a12d7dc08b393082bf391b7f950b01 06:11:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 06:11:43 c3b67289f6fa: Preparing 06:11:43 dc082860e2e3: Preparing 06:11:43 3546f907fe49: Preparing 06:11:43 2278be9904dd: Preparing 06:11:43 3a12d61f6f80: Preparing 06:11:43 ad543b08f862: Preparing 06:11:43 2baf4c979e41: Preparing 06:11:43 55125a18c404: Preparing 06:11:43 63ca1fbb43ae: Preparing 06:11:43 55125a18c404: Waiting 06:11:43 ad543b08f862: Waiting 06:11:43 2baf4c979e41: Waiting 06:11:43 63ca1fbb43ae: Waiting 06:11:43 dc082860e2e3: Layer already exists 06:11:43 3a12d61f6f80: Layer already exists 06:11:43 c3b67289f6fa: Layer already exists 06:11:43 ad543b08f862: Layer already exists 06:11:43 2baf4c979e41: Layer already exists 06:11:43 55125a18c404: Layer already exists 06:11:43 63ca1fbb43ae: Layer already exists 06:11:43 3546f907fe49: Pushed 06:11:45 2278be9904dd: Pushed 06:11:45 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:6ec51246903ecc6f61815c9dfe190763b77e4f398e20c7b6e037437ed3f4b908 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:46 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:46 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 06:11:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 06:11:46 c3b67289f6fa: Preparing 06:11:46 dc082860e2e3: Preparing 06:11:46 3546f907fe49: Preparing 06:11:46 2278be9904dd: Preparing 06:11:46 3a12d61f6f80: Preparing 06:11:46 ad543b08f862: Preparing 06:11:46 2baf4c979e41: Preparing 06:11:46 55125a18c404: Preparing 06:11:46 63ca1fbb43ae: Preparing 06:11:46 ad543b08f862: Waiting 06:11:46 63ca1fbb43ae: Waiting 06:11:46 2baf4c979e41: Waiting 06:11:46 55125a18c404: Waiting 06:11:46 c3b67289f6fa: Layer already exists 06:11:46 dc082860e2e3: Layer already exists 06:11:46 3a12d61f6f80: Layer already exists 06:11:46 3546f907fe49: Layer already exists 06:11:46 2278be9904dd: Layer already exists 06:11:46 2baf4c979e41: Layer already exists 06:11:46 ad543b08f862: Layer already exists 06:11:46 55125a18c404: Layer already exists 06:11:46 63ca1fbb43ae: Layer already exists 06:11:46 latest: digest: sha256:6ec51246903ecc6f61815c9dfe190763b77e4f398e20c7b6e037437ed3f4b908 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:47 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:47 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.92 06:11:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 06:11:47 c3b67289f6fa: Preparing 06:11:47 dc082860e2e3: Preparing 06:11:47 3546f907fe49: Preparing 06:11:47 2278be9904dd: Preparing 06:11:47 3a12d61f6f80: Preparing 06:11:47 ad543b08f862: Preparing 06:11:47 2baf4c979e41: Preparing 06:11:47 55125a18c404: Preparing 06:11:47 63ca1fbb43ae: Preparing 06:11:47 ad543b08f862: Waiting 06:11:47 2baf4c979e41: Waiting 06:11:47 55125a18c404: Waiting 06:11:47 63ca1fbb43ae: Waiting 06:11:47 3a12d61f6f80: Layer already exists 06:11:47 2278be9904dd: Layer already exists 06:11:47 dc082860e2e3: Layer already exists 06:11:47 3546f907fe49: Layer already exists 06:11:47 c3b67289f6fa: Layer already exists 06:11:47 63ca1fbb43ae: Layer already exists 06:11:47 55125a18c404: Layer already exists 06:11:47 2baf4c979e41: Layer already exists 06:11:47 ad543b08f862: Layer already exists 06:11:47 3.2.0-dev.92: digest: sha256:6ec51246903ecc6f61815c9dfe190763b77e4f398e20c7b6e037437ed3f4b908 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:47 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:48 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:11:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 06:11:48 c3b67289f6fa: Preparing 06:11:48 dc082860e2e3: Preparing 06:11:48 3546f907fe49: Preparing 06:11:48 2278be9904dd: Preparing 06:11:48 3a12d61f6f80: Preparing 06:11:48 ad543b08f862: Preparing 06:11:48 2baf4c979e41: Preparing 06:11:48 55125a18c404: Preparing 06:11:48 63ca1fbb43ae: Preparing 06:11:48 2baf4c979e41: Waiting 06:11:48 55125a18c404: Waiting 06:11:48 ad543b08f862: Waiting 06:11:48 63ca1fbb43ae: Waiting 06:11:48 3a12d61f6f80: Layer already exists 06:11:48 3546f907fe49: Layer already exists 06:11:48 c3b67289f6fa: Layer already exists 06:11:48 dc082860e2e3: Layer already exists 06:11:48 2278be9904dd: Layer already exists 06:11:48 2baf4c979e41: Layer already exists 06:11:48 ad543b08f862: Layer already exists 06:11:48 63ca1fbb43ae: Layer already exists 06:11:48 55125a18c404: Layer already exists 06:11:48 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:6ec51246903ecc6f61815c9dfe190763b77e4f398e20c7b6e037437ed3f4b908 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:48 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:49 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 06:11:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 06:11:49 c3b67289f6fa: Preparing 06:11:49 dc082860e2e3: Preparing 06:11:49 3546f907fe49: Preparing 06:11:49 2278be9904dd: Preparing 06:11:49 3a12d61f6f80: Preparing 06:11:49 ad543b08f862: Preparing 06:11:49 2baf4c979e41: Preparing 06:11:49 55125a18c404: Preparing 06:11:49 63ca1fbb43ae: Preparing 06:11:49 ad543b08f862: Waiting 06:11:49 2baf4c979e41: Waiting 06:11:49 63ca1fbb43ae: Waiting 06:11:49 3a12d61f6f80: Layer already exists 06:11:49 c3b67289f6fa: Layer already exists 06:11:49 2278be9904dd: Layer already exists 06:11:49 dc082860e2e3: Layer already exists 06:11:49 3546f907fe49: Layer already exists 06:11:49 63ca1fbb43ae: Layer already exists 06:11:49 55125a18c404: Layer already exists 06:11:49 ad543b08f862: Layer already exists 06:11:49 2baf4c979e41: Layer already exists 06:11:49 main: digest: sha256:6ec51246903ecc6f61815c9dfe190763b77e4f398e20c7b6e037437ed3f4b908 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:11:49 ===================================================== [Pipeline] echo 06:11:49 taggedImages: 06:11:49 - nexus3.edgexfoundry.org:10004/security-proxy-auth:77e0adce47a12d7dc08b393082bf391b7f950b01 06:11:49 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 06:11:49 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.92 06:11:49 - nexus3.edgexfoundry.org:10004/security-proxy-auth:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:11:49 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 06:11:49 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 06:11:49 77e0adce47a12d7dc08b393082bf391b7f950b01 06:11:49 latest 06:11:49 3.2.0-dev.92 06:11:49 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:11:49 main 06:11:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:49 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:49 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:77e0adce47a12d7dc08b393082bf391b7f950b01 06:11:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 06:11:49 9fb88e4925cf: Preparing 06:11:49 58d62ece41de: Preparing 06:11:49 c9a9ccf95348: Preparing 06:11:49 0d8c9bf183dc: Preparing 06:11:49 a86d1b87f070: Preparing 06:11:49 3a12d61f6f80: Preparing 06:11:49 ad543b08f862: Preparing 06:11:49 c17852318c45: Preparing 06:11:49 a5a54bc5dadc: Preparing 06:11:49 3357a559b19a: Preparing 06:11:49 63ca1fbb43ae: Preparing 06:11:49 ad543b08f862: Waiting 06:11:49 c17852318c45: Waiting 06:11:49 a5a54bc5dadc: Waiting 06:11:49 3357a559b19a: Waiting 06:11:49 3a12d61f6f80: Waiting 06:11:49 63ca1fbb43ae: Waiting 06:11:49 a86d1b87f070: Pushed 06:11:49 58d62ece41de: Pushed 06:11:49 9fb88e4925cf: Pushed 06:11:49 0d8c9bf183dc: Pushed 06:11:49 3a12d61f6f80: Layer already exists 06:11:49 ad543b08f862: Layer already exists 06:11:49 63ca1fbb43ae: Layer already exists 06:11:50 c17852318c45: Pushed 06:11:50 a5a54bc5dadc: Pushed 06:11:51 c9a9ccf95348: Pushed 06:11:51 3357a559b19a: Pushed 06:11:51 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:1a91bd698344a9b07c0dbaf8a940f20022b6b4fa0ab41f9e1d1e3ab2a7f46a81 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:51 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:52 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 06:11:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 06:11:52 9fb88e4925cf: Preparing 06:11:52 58d62ece41de: Preparing 06:11:52 c9a9ccf95348: Preparing 06:11:52 0d8c9bf183dc: Preparing 06:11:52 a86d1b87f070: Preparing 06:11:52 3a12d61f6f80: Preparing 06:11:52 ad543b08f862: Preparing 06:11:52 c17852318c45: Preparing 06:11:52 a5a54bc5dadc: Preparing 06:11:52 3357a559b19a: Preparing 06:11:52 63ca1fbb43ae: Preparing 06:11:52 3a12d61f6f80: Waiting 06:11:52 a5a54bc5dadc: Waiting 06:11:52 c17852318c45: Waiting 06:11:52 3357a559b19a: Waiting 06:11:52 63ca1fbb43ae: Waiting 06:11:52 9fb88e4925cf: Layer already exists 06:11:52 0d8c9bf183dc: Layer already exists 06:11:52 c9a9ccf95348: Layer already exists 06:11:52 58d62ece41de: Layer already exists 06:11:52 a86d1b87f070: Layer already exists 06:11:52 c17852318c45: Layer already exists 06:11:52 3a12d61f6f80: Layer already exists 06:11:52 ad543b08f862: Layer already exists 06:11:52 3357a559b19a: Layer already exists 06:11:52 a5a54bc5dadc: Layer already exists 06:11:52 63ca1fbb43ae: Layer already exists 06:11:52 latest: digest: sha256:1a91bd698344a9b07c0dbaf8a940f20022b6b4fa0ab41f9e1d1e3ab2a7f46a81 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:52 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:52 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.92 06:11:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 06:11:52 9fb88e4925cf: Preparing 06:11:52 58d62ece41de: Preparing 06:11:52 c9a9ccf95348: Preparing 06:11:52 0d8c9bf183dc: Preparing 06:11:52 a86d1b87f070: Preparing 06:11:52 3a12d61f6f80: Preparing 06:11:52 ad543b08f862: Preparing 06:11:52 c17852318c45: Preparing 06:11:52 a5a54bc5dadc: Preparing 06:11:52 3357a559b19a: Preparing 06:11:52 63ca1fbb43ae: Preparing 06:11:52 3a12d61f6f80: Waiting 06:11:52 ad543b08f862: Waiting 06:11:52 3357a559b19a: Waiting 06:11:52 c17852318c45: Waiting 06:11:52 63ca1fbb43ae: Waiting 06:11:52 a5a54bc5dadc: Waiting 06:11:52 9fb88e4925cf: Layer already exists 06:11:52 0d8c9bf183dc: Layer already exists 06:11:52 c9a9ccf95348: Layer already exists 06:11:52 a86d1b87f070: Layer already exists 06:11:52 58d62ece41de: Layer already exists 06:11:52 3a12d61f6f80: Layer already exists 06:11:52 ad543b08f862: Layer already exists 06:11:52 c17852318c45: Layer already exists 06:11:52 3357a559b19a: Layer already exists 06:11:52 a5a54bc5dadc: Layer already exists 06:11:52 63ca1fbb43ae: Layer already exists 06:11:52 3.2.0-dev.92: digest: sha256:1a91bd698344a9b07c0dbaf8a940f20022b6b4fa0ab41f9e1d1e3ab2a7f46a81 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:53 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:53 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:11:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 06:11:53 9fb88e4925cf: Preparing 06:11:53 58d62ece41de: Preparing 06:11:53 c9a9ccf95348: Preparing 06:11:53 0d8c9bf183dc: Preparing 06:11:53 a86d1b87f070: Preparing 06:11:53 3a12d61f6f80: Preparing 06:11:53 ad543b08f862: Preparing 06:11:53 c17852318c45: Preparing 06:11:53 a5a54bc5dadc: Preparing 06:11:53 3357a559b19a: Preparing 06:11:53 63ca1fbb43ae: Preparing 06:11:53 a5a54bc5dadc: Waiting 06:11:53 3a12d61f6f80: Waiting 06:11:53 3357a559b19a: Waiting 06:11:53 ad543b08f862: Waiting 06:11:53 63ca1fbb43ae: Waiting 06:11:53 c17852318c45: Waiting 06:11:53 a86d1b87f070: Layer already exists 06:11:53 9fb88e4925cf: Layer already exists 06:11:53 c9a9ccf95348: Layer already exists 06:11:53 0d8c9bf183dc: Layer already exists 06:11:53 58d62ece41de: Layer already exists 06:11:53 c17852318c45: Layer already exists 06:11:53 ad543b08f862: Layer already exists 06:11:53 3a12d61f6f80: Layer already exists 06:11:53 a5a54bc5dadc: Layer already exists 06:11:53 3357a559b19a: Layer already exists 06:11:53 63ca1fbb43ae: Layer already exists 06:11:53 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:1a91bd698344a9b07c0dbaf8a940f20022b6b4fa0ab41f9e1d1e3ab2a7f46a81 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:53 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:54 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 06:11:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 06:11:54 9fb88e4925cf: Preparing 06:11:54 58d62ece41de: Preparing 06:11:54 c9a9ccf95348: Preparing 06:11:54 0d8c9bf183dc: Preparing 06:11:54 a86d1b87f070: Preparing 06:11:54 3a12d61f6f80: Preparing 06:11:54 ad543b08f862: Preparing 06:11:54 c17852318c45: Preparing 06:11:54 a5a54bc5dadc: Preparing 06:11:54 3357a559b19a: Preparing 06:11:54 63ca1fbb43ae: Preparing 06:11:54 ad543b08f862: Waiting 06:11:54 c17852318c45: Waiting 06:11:54 a5a54bc5dadc: Waiting 06:11:54 3357a559b19a: Waiting 06:11:54 63ca1fbb43ae: Waiting 06:11:54 3a12d61f6f80: Waiting 06:11:54 c9a9ccf95348: Layer already exists 06:11:54 0d8c9bf183dc: Layer already exists 06:11:54 a86d1b87f070: Layer already exists 06:11:54 9fb88e4925cf: Layer already exists 06:11:54 58d62ece41de: Layer already exists 06:11:54 ad543b08f862: Layer already exists 06:11:54 3a12d61f6f80: Layer already exists 06:11:54 c17852318c45: Layer already exists 06:11:54 a5a54bc5dadc: Layer already exists 06:11:54 3357a559b19a: Layer already exists 06:11:54 63ca1fbb43ae: Layer already exists 06:11:54 main: digest: sha256:1a91bd698344a9b07c0dbaf8a940f20022b6b4fa0ab41f9e1d1e3ab2a7f46a81 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:11:54 ===================================================== [Pipeline] echo 06:11:54 taggedImages: 06:11:54 - nexus3.edgexfoundry.org:10004/security-proxy-setup:77e0adce47a12d7dc08b393082bf391b7f950b01 06:11:54 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 06:11:54 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.92 06:11:54 - nexus3.edgexfoundry.org:10004/security-proxy-setup:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:11:54 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 06:11:54 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 06:11:54 77e0adce47a12d7dc08b393082bf391b7f950b01 06:11:54 latest 06:11:54 3.2.0-dev.92 06:11:54 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:11:54 main 06:11:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:54 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:54 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:77e0adce47a12d7dc08b393082bf391b7f950b01 06:11:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 06:11:54 14cf5d4f3280: Preparing 06:11:54 4fda8eb79ada: Preparing 06:11:54 127321ea2e77: Preparing 06:11:54 691e573a0c03: Preparing 06:11:54 2e1535c44746: Preparing 06:11:54 b5f94d2789c5: Preparing 06:11:54 26367955faf2: Preparing 06:11:54 3a12d61f6f80: Preparing 06:11:54 ad543b08f862: Preparing 06:11:54 8eae78180535: Preparing 06:11:54 98c9ff9b0b04: Preparing 06:11:54 63ca1fbb43ae: Preparing 06:11:54 b5f94d2789c5: Waiting 06:11:54 ad543b08f862: Waiting 06:11:54 26367955faf2: Waiting 06:11:54 3a12d61f6f80: Waiting 06:11:54 63ca1fbb43ae: Waiting 06:11:54 8eae78180535: Waiting 06:11:54 98c9ff9b0b04: Waiting 06:11:54 14cf5d4f3280: Pushed 06:11:54 2e1535c44746: Pushed 06:11:54 4fda8eb79ada: Pushed 06:11:55 3a12d61f6f80: Layer already exists 06:11:55 b5f94d2789c5: Pushed 06:11:55 26367955faf2: Pushed 06:11:55 ad543b08f862: Layer already exists 06:11:55 8eae78180535: Pushed 06:11:55 63ca1fbb43ae: Layer already exists 06:11:56 691e573a0c03: Pushed 06:11:56 127321ea2e77: Pushed 06:11:56 98c9ff9b0b04: Pushed 06:11:56 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:1c388bb8deb5820f967cbae27a3753d21197942d1a1ef1404e12e75dd617295c size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:56 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:57 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 06:11:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 06:11:57 14cf5d4f3280: Preparing 06:11:57 4fda8eb79ada: Preparing 06:11:57 127321ea2e77: Preparing 06:11:57 691e573a0c03: Preparing 06:11:57 2e1535c44746: Preparing 06:11:57 b5f94d2789c5: Preparing 06:11:57 26367955faf2: Preparing 06:11:57 3a12d61f6f80: Preparing 06:11:57 ad543b08f862: Preparing 06:11:57 8eae78180535: Preparing 06:11:57 98c9ff9b0b04: Preparing 06:11:57 63ca1fbb43ae: Preparing 06:11:57 26367955faf2: Waiting 06:11:57 98c9ff9b0b04: Waiting 06:11:57 3a12d61f6f80: Waiting 06:11:57 63ca1fbb43ae: Waiting 06:11:57 ad543b08f862: Waiting 06:11:57 8eae78180535: Waiting 06:11:57 14cf5d4f3280: Layer already exists 06:11:57 127321ea2e77: Layer already exists 06:11:57 2e1535c44746: Layer already exists 06:11:57 691e573a0c03: Layer already exists 06:11:57 4fda8eb79ada: Layer already exists 06:11:57 26367955faf2: Layer already exists 06:11:57 ad543b08f862: Layer already exists 06:11:57 3a12d61f6f80: Layer already exists 06:11:57 b5f94d2789c5: Layer already exists 06:11:57 8eae78180535: Layer already exists 06:11:57 98c9ff9b0b04: Layer already exists 06:11:57 63ca1fbb43ae: Layer already exists 06:11:57 latest: digest: sha256:1c388bb8deb5820f967cbae27a3753d21197942d1a1ef1404e12e75dd617295c size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:57 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:57 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.92 06:11:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 06:11:57 14cf5d4f3280: Preparing 06:11:57 4fda8eb79ada: Preparing 06:11:57 127321ea2e77: Preparing 06:11:57 691e573a0c03: Preparing 06:11:57 2e1535c44746: Preparing 06:11:57 b5f94d2789c5: Preparing 06:11:57 26367955faf2: Preparing 06:11:57 3a12d61f6f80: Preparing 06:11:57 ad543b08f862: Preparing 06:11:57 8eae78180535: Preparing 06:11:57 98c9ff9b0b04: Preparing 06:11:57 63ca1fbb43ae: Preparing 06:11:57 26367955faf2: Waiting 06:11:57 3a12d61f6f80: Waiting 06:11:57 ad543b08f862: Waiting 06:11:57 8eae78180535: Waiting 06:11:57 98c9ff9b0b04: Waiting 06:11:57 63ca1fbb43ae: Waiting 06:11:57 b5f94d2789c5: Waiting 06:11:57 4fda8eb79ada: Layer already exists 06:11:57 127321ea2e77: Layer already exists 06:11:57 14cf5d4f3280: Layer already exists 06:11:57 691e573a0c03: Layer already exists 06:11:57 2e1535c44746: Layer already exists 06:11:57 b5f94d2789c5: Layer already exists 06:11:57 26367955faf2: Layer already exists 06:11:57 ad543b08f862: Layer already exists 06:11:57 3a12d61f6f80: Layer already exists 06:11:57 8eae78180535: Layer already exists 06:11:57 63ca1fbb43ae: Layer already exists 06:11:57 98c9ff9b0b04: Layer already exists 06:11:57 3.2.0-dev.92: digest: sha256:1c388bb8deb5820f967cbae27a3753d21197942d1a1ef1404e12e75dd617295c size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:58 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:58 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:11:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 06:11:58 14cf5d4f3280: Preparing 06:11:58 4fda8eb79ada: Preparing 06:11:58 127321ea2e77: Preparing 06:11:58 691e573a0c03: Preparing 06:11:58 2e1535c44746: Preparing 06:11:58 b5f94d2789c5: Preparing 06:11:58 26367955faf2: Preparing 06:11:58 3a12d61f6f80: Preparing 06:11:58 ad543b08f862: Preparing 06:11:58 8eae78180535: Preparing 06:11:58 98c9ff9b0b04: Preparing 06:11:58 63ca1fbb43ae: Preparing 06:11:58 26367955faf2: Waiting 06:11:58 3a12d61f6f80: Waiting 06:11:58 ad543b08f862: Waiting 06:11:58 8eae78180535: Waiting 06:11:58 98c9ff9b0b04: Waiting 06:11:58 63ca1fbb43ae: Waiting 06:11:58 b5f94d2789c5: Waiting 06:11:58 4fda8eb79ada: Layer already exists 06:11:58 14cf5d4f3280: Layer already exists 06:11:58 691e573a0c03: Layer already exists 06:11:58 2e1535c44746: Layer already exists 06:11:58 127321ea2e77: Layer already exists 06:11:58 ad543b08f862: Layer already exists 06:11:58 b5f94d2789c5: Layer already exists 06:11:58 26367955faf2: Layer already exists 06:11:58 3a12d61f6f80: Layer already exists 06:11:58 8eae78180535: Layer already exists 06:11:58 63ca1fbb43ae: Layer already exists 06:11:58 98c9ff9b0b04: Layer already exists 06:11:58 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:1c388bb8deb5820f967cbae27a3753d21197942d1a1ef1404e12e75dd617295c size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:58 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:59 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 06:11:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 06:11:59 14cf5d4f3280: Preparing 06:11:59 4fda8eb79ada: Preparing 06:11:59 127321ea2e77: Preparing 06:11:59 691e573a0c03: Preparing 06:11:59 2e1535c44746: Preparing 06:11:59 b5f94d2789c5: Preparing 06:11:59 26367955faf2: Preparing 06:11:59 3a12d61f6f80: Preparing 06:11:59 ad543b08f862: Preparing 06:11:59 8eae78180535: Preparing 06:11:59 98c9ff9b0b04: Preparing 06:11:59 63ca1fbb43ae: Preparing 06:11:59 b5f94d2789c5: Waiting 06:11:59 ad543b08f862: Waiting 06:11:59 98c9ff9b0b04: Waiting 06:11:59 26367955faf2: Waiting 06:11:59 3a12d61f6f80: Waiting 06:11:59 63ca1fbb43ae: Waiting 06:11:59 691e573a0c03: Layer already exists 06:11:59 127321ea2e77: Layer already exists 06:11:59 4fda8eb79ada: Layer already exists 06:11:59 2e1535c44746: Layer already exists 06:11:59 14cf5d4f3280: Layer already exists 06:11:59 26367955faf2: Layer already exists 06:11:59 3a12d61f6f80: Layer already exists 06:11:59 b5f94d2789c5: Layer already exists 06:11:59 ad543b08f862: Layer already exists 06:11:59 8eae78180535: Layer already exists 06:11:59 63ca1fbb43ae: Layer already exists 06:11:59 98c9ff9b0b04: Layer already exists 06:11:59 main: digest: sha256:1c388bb8deb5820f967cbae27a3753d21197942d1a1ef1404e12e75dd617295c size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:11:59 ===================================================== [Pipeline] echo 06:11:59 taggedImages: 06:11:59 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:77e0adce47a12d7dc08b393082bf391b7f950b01 06:11:59 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 06:11:59 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.92 06:11:59 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:11:59 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 06:11:59 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 06:11:59 77e0adce47a12d7dc08b393082bf391b7f950b01 06:11:59 latest 06:11:59 3.2.0-dev.92 06:11:59 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:11:59 main 06:11:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:59 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:00 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:77e0adce47a12d7dc08b393082bf391b7f950b01 06:12:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 06:12:00 c1e0b5dcf74b: Preparing 06:12:00 092bc30b8426: Preparing 06:12:00 3a12d61f6f80: Preparing 06:12:00 ad543b08f862: Preparing 06:12:00 863737a747f4: Preparing 06:12:00 8585cdf7c28d: Preparing 06:12:00 63ca1fbb43ae: Preparing 06:12:00 8585cdf7c28d: Waiting 06:12:00 63ca1fbb43ae: Waiting 06:12:00 3a12d61f6f80: Layer already exists 06:12:00 ad543b08f862: Layer already exists 06:12:00 63ca1fbb43ae: Layer already exists 06:12:00 c1e0b5dcf74b: Pushed 06:12:00 863737a747f4: Pushed 06:12:00 8585cdf7c28d: Pushed 06:12:01 092bc30b8426: Pushed 06:12:01 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:a153a4a0005878c403e7961e695d08583190dc7b5382daed31c6ff0f001622ca size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:02 + 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 06:12:02 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 06:12:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 06:12:02 c1e0b5dcf74b: Preparing 06:12:02 092bc30b8426: Preparing 06:12:02 3a12d61f6f80: Preparing 06:12:02 ad543b08f862: Preparing 06:12:02 863737a747f4: Preparing 06:12:02 8585cdf7c28d: Preparing 06:12:02 63ca1fbb43ae: Preparing 06:12:02 8585cdf7c28d: Waiting 06:12:02 63ca1fbb43ae: Waiting 06:12:02 ad543b08f862: Layer already exists 06:12:02 3a12d61f6f80: Layer already exists 06:12:02 c1e0b5dcf74b: Layer already exists 06:12:02 092bc30b8426: Layer already exists 06:12:02 863737a747f4: Layer already exists 06:12:02 8585cdf7c28d: Layer already exists 06:12:02 63ca1fbb43ae: Layer already exists 06:12:02 latest: digest: sha256:a153a4a0005878c403e7961e695d08583190dc7b5382daed31c6ff0f001622ca size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:02 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:03 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.92 06:12:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 06:12:03 c1e0b5dcf74b: Preparing 06:12:03 092bc30b8426: Preparing 06:12:03 3a12d61f6f80: Preparing 06:12:03 ad543b08f862: Preparing 06:12:03 863737a747f4: Preparing 06:12:03 8585cdf7c28d: Preparing 06:12:03 63ca1fbb43ae: Preparing 06:12:03 8585cdf7c28d: Waiting 06:12:03 63ca1fbb43ae: Waiting 06:12:03 092bc30b8426: Layer already exists 06:12:03 c1e0b5dcf74b: Layer already exists 06:12:03 863737a747f4: Layer already exists 06:12:03 3a12d61f6f80: Layer already exists 06:12:03 ad543b08f862: Layer already exists 06:12:03 8585cdf7c28d: Layer already exists 06:12:03 63ca1fbb43ae: Layer already exists 06:12:03 3.2.0-dev.92: digest: sha256:a153a4a0005878c403e7961e695d08583190dc7b5382daed31c6ff0f001622ca size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:03 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:03 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:12:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 06:12:03 c1e0b5dcf74b: Preparing 06:12:03 092bc30b8426: Preparing 06:12:03 3a12d61f6f80: Preparing 06:12:03 ad543b08f862: Preparing 06:12:03 863737a747f4: Preparing 06:12:03 8585cdf7c28d: Preparing 06:12:03 63ca1fbb43ae: Preparing 06:12:03 63ca1fbb43ae: Waiting 06:12:03 8585cdf7c28d: Waiting 06:12:03 092bc30b8426: Layer already exists 06:12:03 c1e0b5dcf74b: Layer already exists 06:12:03 ad543b08f862: Layer already exists 06:12:03 863737a747f4: Layer already exists 06:12:03 3a12d61f6f80: Layer already exists 06:12:03 8585cdf7c28d: Layer already exists 06:12:03 63ca1fbb43ae: Layer already exists 06:12:03 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:a153a4a0005878c403e7961e695d08583190dc7b5382daed31c6ff0f001622ca size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:04 + 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 06:12:04 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 06:12:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 06:12:04 c1e0b5dcf74b: Preparing 06:12:04 092bc30b8426: Preparing 06:12:04 3a12d61f6f80: Preparing 06:12:04 ad543b08f862: Preparing 06:12:04 863737a747f4: Preparing 06:12:04 8585cdf7c28d: Preparing 06:12:04 63ca1fbb43ae: Preparing 06:12:04 63ca1fbb43ae: Waiting 06:12:04 8585cdf7c28d: Waiting 06:12:04 ad543b08f862: Layer already exists 06:12:04 c1e0b5dcf74b: Layer already exists 06:12:04 3a12d61f6f80: Layer already exists 06:12:04 863737a747f4: Layer already exists 06:12:04 092bc30b8426: Layer already exists 06:12:04 8585cdf7c28d: Layer already exists 06:12:04 63ca1fbb43ae: Layer already exists 06:12:04 main: digest: sha256:a153a4a0005878c403e7961e695d08583190dc7b5382daed31c6ff0f001622ca size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:12:04 ===================================================== [Pipeline] echo 06:12:04 taggedImages: 06:12:04 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:77e0adce47a12d7dc08b393082bf391b7f950b01 06:12:04 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 06:12:04 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.92 06:12:04 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:12:04 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 06:12:04 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 06:12:04 77e0adce47a12d7dc08b393082bf391b7f950b01 06:12:04 latest 06:12:04 3.2.0-dev.92 06:12:04 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:12:04 main 06:12:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:05 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:77e0adce47a12d7dc08b393082bf391b7f950b01 06:12:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 06:12:05 f73b7efe5531: Preparing 06:12:05 a235d67bdc5a: Preparing 06:12:05 2240352f8b12: Preparing 06:12:05 3a12d61f6f80: Preparing 06:12:05 ad543b08f862: Preparing 06:12:05 1a2d10fecfd6: Preparing 06:12:05 94e51f0e7113: Preparing 06:12:05 81a54608de6f: Preparing 06:12:05 14f213cd4fbc: Preparing 06:12:05 63ca1fbb43ae: Preparing 06:12:05 94e51f0e7113: Waiting 06:12:05 81a54608de6f: Waiting 06:12:05 14f213cd4fbc: Waiting 06:12:05 63ca1fbb43ae: Waiting 06:12:05 1a2d10fecfd6: Waiting 06:12:05 3a12d61f6f80: Layer already exists 06:12:05 ad543b08f862: Layer already exists 06:12:05 2240352f8b12: Pushed 06:12:05 a235d67bdc5a: Pushed 06:12:05 f73b7efe5531: Pushed 06:12:05 63ca1fbb43ae: Layer already exists 06:12:05 81a54608de6f: Pushed 06:12:05 14f213cd4fbc: Pushed 06:12:11 94e51f0e7113: Pushed 06:12:15 1a2d10fecfd6: Pushed 06:12:15 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:94c694c2f2d2dd089ba7102e1f670f039ed6a1c7bc426900bb4fbbce7b53f1e3 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:15 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:16 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 06:12:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 06:12:16 f73b7efe5531: Preparing 06:12:16 a235d67bdc5a: Preparing 06:12:16 2240352f8b12: Preparing 06:12:16 3a12d61f6f80: Preparing 06:12:16 ad543b08f862: Preparing 06:12:16 1a2d10fecfd6: Preparing 06:12:16 94e51f0e7113: Preparing 06:12:16 81a54608de6f: Preparing 06:12:16 14f213cd4fbc: Preparing 06:12:16 63ca1fbb43ae: Preparing 06:12:16 94e51f0e7113: Waiting 06:12:16 81a54608de6f: Waiting 06:12:16 63ca1fbb43ae: Waiting 06:12:16 14f213cd4fbc: Waiting 06:12:16 1a2d10fecfd6: Waiting 06:12:16 3a12d61f6f80: Layer already exists 06:12:16 a235d67bdc5a: Layer already exists 06:12:16 ad543b08f862: Layer already exists 06:12:16 2240352f8b12: Layer already exists 06:12:16 f73b7efe5531: Layer already exists 06:12:16 81a54608de6f: Layer already exists 06:12:16 63ca1fbb43ae: Layer already exists 06:12:16 94e51f0e7113: Layer already exists 06:12:16 1a2d10fecfd6: Layer already exists 06:12:16 14f213cd4fbc: Layer already exists 06:12:16 latest: digest: sha256:94c694c2f2d2dd089ba7102e1f670f039ed6a1c7bc426900bb4fbbce7b53f1e3 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:16 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:16 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.92 06:12:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 06:12:16 f73b7efe5531: Preparing 06:12:16 a235d67bdc5a: Preparing 06:12:16 2240352f8b12: Preparing 06:12:16 3a12d61f6f80: Preparing 06:12:16 ad543b08f862: Preparing 06:12:16 1a2d10fecfd6: Preparing 06:12:16 94e51f0e7113: Preparing 06:12:16 81a54608de6f: Preparing 06:12:16 14f213cd4fbc: Preparing 06:12:16 63ca1fbb43ae: Preparing 06:12:16 94e51f0e7113: Waiting 06:12:16 81a54608de6f: Waiting 06:12:16 1a2d10fecfd6: Waiting 06:12:16 3a12d61f6f80: Layer already exists 06:12:16 a235d67bdc5a: Layer already exists 06:12:16 ad543b08f862: Layer already exists 06:12:16 f73b7efe5531: Layer already exists 06:12:16 2240352f8b12: Layer already exists 06:12:16 1a2d10fecfd6: Layer already exists 06:12:16 81a54608de6f: Layer already exists 06:12:16 94e51f0e7113: Layer already exists 06:12:16 63ca1fbb43ae: Layer already exists 06:12:16 14f213cd4fbc: Layer already exists 06:12:16 3.2.0-dev.92: digest: sha256:94c694c2f2d2dd089ba7102e1f670f039ed6a1c7bc426900bb4fbbce7b53f1e3 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:17 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:12:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 06:12:17 f73b7efe5531: Preparing 06:12:17 a235d67bdc5a: Preparing 06:12:17 2240352f8b12: Preparing 06:12:17 3a12d61f6f80: Preparing 06:12:17 ad543b08f862: Preparing 06:12:17 1a2d10fecfd6: Preparing 06:12:17 94e51f0e7113: Preparing 06:12:17 81a54608de6f: Preparing 06:12:17 14f213cd4fbc: Preparing 06:12:17 63ca1fbb43ae: Preparing 06:12:17 94e51f0e7113: Waiting 06:12:17 14f213cd4fbc: Waiting 06:12:17 81a54608de6f: Waiting 06:12:17 1a2d10fecfd6: Waiting 06:12:17 63ca1fbb43ae: Waiting 06:12:17 3a12d61f6f80: Layer already exists 06:12:17 f73b7efe5531: Layer already exists 06:12:17 a235d67bdc5a: Layer already exists 06:12:17 ad543b08f862: Layer already exists 06:12:17 2240352f8b12: Layer already exists 06:12:17 81a54608de6f: Layer already exists 06:12:17 1a2d10fecfd6: Layer already exists 06:12:17 94e51f0e7113: Layer already exists 06:12:17 14f213cd4fbc: Layer already exists 06:12:17 63ca1fbb43ae: Layer already exists 06:12:17 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:94c694c2f2d2dd089ba7102e1f670f039ed6a1c7bc426900bb4fbbce7b53f1e3 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:17 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 06:12:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 06:12:18 f73b7efe5531: Preparing 06:12:18 a235d67bdc5a: Preparing 06:12:18 2240352f8b12: Preparing 06:12:18 3a12d61f6f80: Preparing 06:12:18 ad543b08f862: Preparing 06:12:18 1a2d10fecfd6: Preparing 06:12:18 94e51f0e7113: Preparing 06:12:18 81a54608de6f: Preparing 06:12:18 14f213cd4fbc: Preparing 06:12:18 63ca1fbb43ae: Preparing 06:12:18 63ca1fbb43ae: Waiting 06:12:18 14f213cd4fbc: Waiting 06:12:18 94e51f0e7113: Waiting 06:12:18 1a2d10fecfd6: Waiting 06:12:18 3a12d61f6f80: Layer already exists 06:12:18 ad543b08f862: Layer already exists 06:12:18 2240352f8b12: Layer already exists 06:12:18 f73b7efe5531: Layer already exists 06:12:18 a235d67bdc5a: Layer already exists 06:12:18 81a54608de6f: Layer already exists 06:12:18 14f213cd4fbc: Layer already exists 06:12:18 94e51f0e7113: Layer already exists 06:12:18 1a2d10fecfd6: Layer already exists 06:12:18 63ca1fbb43ae: Layer already exists 06:12:18 main: digest: sha256:94c694c2f2d2dd089ba7102e1f670f039ed6a1c7bc426900bb4fbbce7b53f1e3 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:12:18 ===================================================== [Pipeline] echo 06:12:18 taggedImages: 06:12:18 - nexus3.edgexfoundry.org:10004/security-spire-agent:77e0adce47a12d7dc08b393082bf391b7f950b01 06:12:18 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 06:12:18 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.92 06:12:18 - nexus3.edgexfoundry.org:10004/security-spire-agent:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:12:18 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 06:12:18 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 06:12:18 77e0adce47a12d7dc08b393082bf391b7f950b01 06:12:18 latest 06:12:18 3.2.0-dev.92 06:12:18 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:12:18 main 06:12:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:18 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:77e0adce47a12d7dc08b393082bf391b7f950b01 06:12:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 06:12:18 14df97a5fb42: Preparing 06:12:18 7a67b23f4c2b: Preparing 06:12:18 55956c625a5a: Preparing 06:12:18 3a12d61f6f80: Preparing 06:12:18 ad543b08f862: Preparing 06:12:18 e793ba48bdc8: Preparing 06:12:18 761e4efd5e19: Preparing 06:12:18 235f6d147301: Preparing 06:12:18 63ca1fbb43ae: Preparing 06:12:18 235f6d147301: Waiting 06:12:18 63ca1fbb43ae: Waiting 06:12:18 e793ba48bdc8: Waiting 06:12:18 ad543b08f862: Layer already exists 06:12:18 3a12d61f6f80: Layer already exists 06:12:18 7a67b23f4c2b: Pushed 06:12:18 55956c625a5a: Pushed 06:12:18 14df97a5fb42: Pushed 06:12:18 63ca1fbb43ae: Layer already exists 06:12:18 761e4efd5e19: Pushed 06:12:19 235f6d147301: Pushed 06:12:29 e793ba48bdc8: Pushed 06:12:29 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:7d06489ec00a6fee252313b1776527c7eaa1bb3adae428b7bf381c4687ff69a3 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:29 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 06:12:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 06:12:29 14df97a5fb42: Preparing 06:12:29 7a67b23f4c2b: Preparing 06:12:29 55956c625a5a: Preparing 06:12:29 3a12d61f6f80: Preparing 06:12:29 ad543b08f862: Preparing 06:12:29 e793ba48bdc8: Preparing 06:12:29 761e4efd5e19: Preparing 06:12:29 235f6d147301: Preparing 06:12:29 63ca1fbb43ae: Preparing 06:12:29 235f6d147301: Waiting 06:12:29 761e4efd5e19: Waiting 06:12:29 63ca1fbb43ae: Waiting 06:12:29 e793ba48bdc8: Waiting 06:12:29 55956c625a5a: Layer already exists 06:12:29 14df97a5fb42: Layer already exists 06:12:29 3a12d61f6f80: Layer already exists 06:12:29 ad543b08f862: Layer already exists 06:12:29 7a67b23f4c2b: Layer already exists 06:12:29 e793ba48bdc8: Layer already exists 06:12:29 761e4efd5e19: Layer already exists 06:12:29 63ca1fbb43ae: Layer already exists 06:12:29 235f6d147301: Layer already exists 06:12:29 latest: digest: sha256:7d06489ec00a6fee252313b1776527c7eaa1bb3adae428b7bf381c4687ff69a3 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:30 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.92 06:12:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 06:12:30 14df97a5fb42: Preparing 06:12:30 7a67b23f4c2b: Preparing 06:12:30 55956c625a5a: Preparing 06:12:30 3a12d61f6f80: Preparing 06:12:30 ad543b08f862: Preparing 06:12:30 e793ba48bdc8: Preparing 06:12:30 761e4efd5e19: Preparing 06:12:30 235f6d147301: Preparing 06:12:30 63ca1fbb43ae: Preparing 06:12:30 235f6d147301: Waiting 06:12:30 e793ba48bdc8: Waiting 06:12:30 63ca1fbb43ae: Waiting 06:12:30 14df97a5fb42: Layer already exists 06:12:30 7a67b23f4c2b: Layer already exists 06:12:30 ad543b08f862: Layer already exists 06:12:30 55956c625a5a: Layer already exists 06:12:30 3a12d61f6f80: Layer already exists 06:12:30 235f6d147301: Layer already exists 06:12:30 e793ba48bdc8: Layer already exists 06:12:30 761e4efd5e19: Layer already exists 06:12:30 63ca1fbb43ae: Layer already exists 06:12:30 3.2.0-dev.92: digest: sha256:7d06489ec00a6fee252313b1776527c7eaa1bb3adae428b7bf381c4687ff69a3 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:30 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:12:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 06:12:31 14df97a5fb42: Preparing 06:12:31 7a67b23f4c2b: Preparing 06:12:31 55956c625a5a: Preparing 06:12:31 3a12d61f6f80: Preparing 06:12:31 ad543b08f862: Preparing 06:12:31 e793ba48bdc8: Preparing 06:12:31 761e4efd5e19: Preparing 06:12:31 235f6d147301: Preparing 06:12:31 63ca1fbb43ae: Preparing 06:12:31 e793ba48bdc8: Waiting 06:12:31 761e4efd5e19: Waiting 06:12:31 63ca1fbb43ae: Waiting 06:12:31 ad543b08f862: Layer already exists 06:12:31 7a67b23f4c2b: Layer already exists 06:12:31 55956c625a5a: Layer already exists 06:12:31 3a12d61f6f80: Layer already exists 06:12:31 14df97a5fb42: Layer already exists 06:12:31 e793ba48bdc8: Layer already exists 06:12:31 63ca1fbb43ae: Layer already exists 06:12:31 761e4efd5e19: Layer already exists 06:12:31 235f6d147301: Layer already exists 06:12:31 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:7d06489ec00a6fee252313b1776527c7eaa1bb3adae428b7bf381c4687ff69a3 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:31 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 06:12:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 06:12:31 14df97a5fb42: Preparing 06:12:31 7a67b23f4c2b: Preparing 06:12:31 55956c625a5a: Preparing 06:12:31 3a12d61f6f80: Preparing 06:12:31 ad543b08f862: Preparing 06:12:31 e793ba48bdc8: Preparing 06:12:31 761e4efd5e19: Preparing 06:12:31 235f6d147301: Preparing 06:12:31 63ca1fbb43ae: Preparing 06:12:31 e793ba48bdc8: Waiting 06:12:31 761e4efd5e19: Waiting 06:12:31 235f6d147301: Waiting 06:12:31 63ca1fbb43ae: Waiting 06:12:31 3a12d61f6f80: Layer already exists 06:12:31 ad543b08f862: Layer already exists 06:12:31 55956c625a5a: Layer already exists 06:12:31 14df97a5fb42: Layer already exists 06:12:31 7a67b23f4c2b: Layer already exists 06:12:31 e793ba48bdc8: Layer already exists 06:12:31 235f6d147301: Layer already exists 06:12:31 761e4efd5e19: Layer already exists 06:12:31 63ca1fbb43ae: Layer already exists 06:12:31 main: digest: sha256:7d06489ec00a6fee252313b1776527c7eaa1bb3adae428b7bf381c4687ff69a3 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:12:31 ===================================================== [Pipeline] echo 06:12:31 taggedImages: 06:12:31 - nexus3.edgexfoundry.org:10004/security-spire-config:77e0adce47a12d7dc08b393082bf391b7f950b01 06:12:31 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 06:12:31 - nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.92 06:12:31 - nexus3.edgexfoundry.org:10004/security-spire-config:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:12:31 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 06:12:31 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 06:12:31 77e0adce47a12d7dc08b393082bf391b7f950b01 06:12:31 latest 06:12:31 3.2.0-dev.92 06:12:31 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:12:31 main 06:12:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:32 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:77e0adce47a12d7dc08b393082bf391b7f950b01 06:12:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 06:12:32 cb58910bd786: Preparing 06:12:32 0ab6a0a92e00: Preparing 06:12:32 b47f3a5861ca: Preparing 06:12:32 3a12d61f6f80: Preparing 06:12:32 ad543b08f862: Preparing 06:12:32 e793ba48bdc8: Preparing 06:12:32 81a54608de6f: Preparing 06:12:32 14f213cd4fbc: Preparing 06:12:32 63ca1fbb43ae: Preparing 06:12:32 81a54608de6f: Waiting 06:12:32 14f213cd4fbc: Waiting 06:12:32 63ca1fbb43ae: Waiting 06:12:32 e793ba48bdc8: Waiting 06:12:32 ad543b08f862: Layer already exists 06:12:32 3a12d61f6f80: Layer already exists 06:12:32 e793ba48bdc8: Layer already exists 06:12:32 81a54608de6f: Layer already exists 06:12:32 14f213cd4fbc: Layer already exists 06:12:32 63ca1fbb43ae: Layer already exists 06:12:32 0ab6a0a92e00: Pushed 06:12:32 b47f3a5861ca: Pushed 06:12:32 cb58910bd786: Pushed 06:12:32 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:f7a32c31226b96a2fdb125c7504022255bbc344b3d0920aa78edc57419cc2dc0 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:33 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 06:12:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 06:12:33 cb58910bd786: Preparing 06:12:33 0ab6a0a92e00: Preparing 06:12:33 b47f3a5861ca: Preparing 06:12:33 3a12d61f6f80: Preparing 06:12:33 ad543b08f862: Preparing 06:12:33 e793ba48bdc8: Preparing 06:12:33 81a54608de6f: Preparing 06:12:33 14f213cd4fbc: Preparing 06:12:33 63ca1fbb43ae: Preparing 06:12:33 e793ba48bdc8: Waiting 06:12:33 81a54608de6f: Waiting 06:12:33 14f213cd4fbc: Waiting 06:12:33 63ca1fbb43ae: Waiting 06:12:33 0ab6a0a92e00: Layer already exists 06:12:33 cb58910bd786: Layer already exists 06:12:33 b47f3a5861ca: Layer already exists 06:12:33 ad543b08f862: Layer already exists 06:12:33 3a12d61f6f80: Layer already exists 06:12:33 e793ba48bdc8: Layer already exists 06:12:33 81a54608de6f: Layer already exists 06:12:33 14f213cd4fbc: Layer already exists 06:12:33 63ca1fbb43ae: Layer already exists 06:12:33 latest: digest: sha256:f7a32c31226b96a2fdb125c7504022255bbc344b3d0920aa78edc57419cc2dc0 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:33 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.92 06:12:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 06:12:34 cb58910bd786: Preparing 06:12:34 0ab6a0a92e00: Preparing 06:12:34 b47f3a5861ca: Preparing 06:12:34 3a12d61f6f80: Preparing 06:12:34 ad543b08f862: Preparing 06:12:34 e793ba48bdc8: Preparing 06:12:34 81a54608de6f: Preparing 06:12:34 14f213cd4fbc: Preparing 06:12:34 63ca1fbb43ae: Preparing 06:12:34 81a54608de6f: Waiting 06:12:34 14f213cd4fbc: Waiting 06:12:34 63ca1fbb43ae: Waiting 06:12:34 e793ba48bdc8: Waiting 06:12:34 cb58910bd786: Layer already exists 06:12:34 ad543b08f862: Layer already exists 06:12:34 b47f3a5861ca: Layer already exists 06:12:34 0ab6a0a92e00: Layer already exists 06:12:34 3a12d61f6f80: Layer already exists 06:12:34 81a54608de6f: Layer already exists 06:12:34 e793ba48bdc8: Layer already exists 06:12:34 63ca1fbb43ae: Layer already exists 06:12:34 14f213cd4fbc: Layer already exists 06:12:34 3.2.0-dev.92: digest: sha256:f7a32c31226b96a2fdb125c7504022255bbc344b3d0920aa78edc57419cc2dc0 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:34 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:12:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 06:12:34 cb58910bd786: Preparing 06:12:34 0ab6a0a92e00: Preparing 06:12:34 b47f3a5861ca: Preparing 06:12:34 3a12d61f6f80: Preparing 06:12:34 ad543b08f862: Preparing 06:12:34 e793ba48bdc8: Preparing 06:12:34 81a54608de6f: Preparing 06:12:34 14f213cd4fbc: Preparing 06:12:34 63ca1fbb43ae: Preparing 06:12:34 81a54608de6f: Waiting 06:12:34 63ca1fbb43ae: Waiting 06:12:34 14f213cd4fbc: Waiting 06:12:34 e793ba48bdc8: Waiting 06:12:34 b47f3a5861ca: Layer already exists 06:12:34 cb58910bd786: Layer already exists 06:12:34 ad543b08f862: Layer already exists 06:12:34 3a12d61f6f80: Layer already exists 06:12:34 0ab6a0a92e00: Layer already exists 06:12:34 81a54608de6f: Layer already exists 06:12:34 e793ba48bdc8: Layer already exists 06:12:34 63ca1fbb43ae: Layer already exists 06:12:34 14f213cd4fbc: Layer already exists 06:12:34 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:f7a32c31226b96a2fdb125c7504022255bbc344b3d0920aa78edc57419cc2dc0 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:35 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 06:12:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 06:12:35 cb58910bd786: Preparing 06:12:35 0ab6a0a92e00: Preparing 06:12:35 b47f3a5861ca: Preparing 06:12:35 3a12d61f6f80: Preparing 06:12:35 ad543b08f862: Preparing 06:12:35 e793ba48bdc8: Preparing 06:12:35 81a54608de6f: Preparing 06:12:35 14f213cd4fbc: Preparing 06:12:35 63ca1fbb43ae: Preparing 06:12:35 81a54608de6f: Waiting 06:12:35 14f213cd4fbc: Waiting 06:12:35 63ca1fbb43ae: Waiting 06:12:35 cb58910bd786: Layer already exists 06:12:35 3a12d61f6f80: Layer already exists 06:12:35 ad543b08f862: Layer already exists 06:12:35 b47f3a5861ca: Layer already exists 06:12:35 0ab6a0a92e00: Layer already exists 06:12:35 e793ba48bdc8: Layer already exists 06:12:35 14f213cd4fbc: Layer already exists 06:12:35 81a54608de6f: Layer already exists 06:12:35 63ca1fbb43ae: Layer already exists 06:12:35 main: digest: sha256:f7a32c31226b96a2fdb125c7504022255bbc344b3d0920aa78edc57419cc2dc0 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:12:35 ===================================================== [Pipeline] echo 06:12:35 taggedImages: 06:12:35 - nexus3.edgexfoundry.org:10004/security-spire-server:77e0adce47a12d7dc08b393082bf391b7f950b01 06:12:35 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 06:12:35 - nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.92 06:12:35 - nexus3.edgexfoundry.org:10004/security-spire-server:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:12:35 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 06:12:35 [edgeXDocker.push] Tagging docker image support-cron-scheduler with the following tags: 06:12:35 77e0adce47a12d7dc08b393082bf391b7f950b01 06:12:35 latest 06:12:35 3.2.0-dev.92 06:12:35 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:12:35 main 06:12:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:35 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:36 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:77e0adce47a12d7dc08b393082bf391b7f950b01 06:12:36 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 06:12:36 f8755f1e2cef: Preparing 06:12:36 ec73ddc6a102: Preparing 06:12:36 3a12d61f6f80: Preparing 06:12:36 ad543b08f862: Preparing 06:12:36 db2c431c0ecc: Preparing 06:12:36 6b58dcaffa1c: Preparing 06:12:36 63ca1fbb43ae: Preparing 06:12:36 6b58dcaffa1c: Waiting 06:12:36 63ca1fbb43ae: Waiting 06:12:36 3a12d61f6f80: Layer already exists 06:12:36 ad543b08f862: Layer already exists 06:12:36 63ca1fbb43ae: Layer already exists 06:12:36 f8755f1e2cef: Pushed 06:12:36 db2c431c0ecc: Pushed 06:12:36 6b58dcaffa1c: Pushed 06:12:40 ec73ddc6a102: Pushed 06:12:40 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:2fe6da5e1d6ec2a956e3c961451c6cf26e4c0dbd35213467c53660b9bb233b53 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:40 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:41 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest 06:12:41 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 06:12:41 f8755f1e2cef: Preparing 06:12:41 ec73ddc6a102: Preparing 06:12:41 3a12d61f6f80: Preparing 06:12:41 ad543b08f862: Preparing 06:12:41 db2c431c0ecc: Preparing 06:12:41 6b58dcaffa1c: Preparing 06:12:41 63ca1fbb43ae: Preparing 06:12:41 6b58dcaffa1c: Waiting 06:12:41 63ca1fbb43ae: Waiting 06:12:41 ec73ddc6a102: Layer already exists 06:12:41 3a12d61f6f80: Layer already exists 06:12:41 db2c431c0ecc: Layer already exists 06:12:41 f8755f1e2cef: Layer already exists 06:12:41 ad543b08f862: Layer already exists 06:12:41 63ca1fbb43ae: Layer already exists 06:12:41 6b58dcaffa1c: Layer already exists 06:12:41 latest: digest: sha256:2fe6da5e1d6ec2a956e3c961451c6cf26e4c0dbd35213467c53660b9bb233b53 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:41 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:41 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.92 06:12:41 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 06:12:41 f8755f1e2cef: Preparing 06:12:41 ec73ddc6a102: Preparing 06:12:41 3a12d61f6f80: Preparing 06:12:41 ad543b08f862: Preparing 06:12:41 db2c431c0ecc: Preparing 06:12:41 6b58dcaffa1c: Preparing 06:12:41 63ca1fbb43ae: Preparing 06:12:41 6b58dcaffa1c: Waiting 06:12:41 3a12d61f6f80: Layer already exists 06:12:41 ec73ddc6a102: Layer already exists 06:12:41 db2c431c0ecc: Layer already exists 06:12:41 ad543b08f862: Layer already exists 06:12:41 f8755f1e2cef: Layer already exists 06:12:41 6b58dcaffa1c: Layer already exists 06:12:41 63ca1fbb43ae: Layer already exists 06:12:41 3.2.0-dev.92: digest: sha256:2fe6da5e1d6ec2a956e3c961451c6cf26e4c0dbd35213467c53660b9bb233b53 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:42 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:42 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:12:42 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 06:12:42 f8755f1e2cef: Preparing 06:12:42 ec73ddc6a102: Preparing 06:12:42 3a12d61f6f80: Preparing 06:12:42 ad543b08f862: Preparing 06:12:42 db2c431c0ecc: Preparing 06:12:42 6b58dcaffa1c: Preparing 06:12:42 63ca1fbb43ae: Preparing 06:12:42 6b58dcaffa1c: Waiting 06:12:42 63ca1fbb43ae: Waiting 06:12:42 f8755f1e2cef: Layer already exists 06:12:42 ad543b08f862: Layer already exists 06:12:42 3a12d61f6f80: Layer already exists 06:12:42 ec73ddc6a102: Layer already exists 06:12:42 db2c431c0ecc: Layer already exists 06:12:42 63ca1fbb43ae: Layer already exists 06:12:42 6b58dcaffa1c: Layer already exists 06:12:42 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:2fe6da5e1d6ec2a956e3c961451c6cf26e4c0dbd35213467c53660b9bb233b53 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:42 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:43 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:main 06:12:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 06:12:43 f8755f1e2cef: Preparing 06:12:43 ec73ddc6a102: Preparing 06:12:43 3a12d61f6f80: Preparing 06:12:43 ad543b08f862: Preparing 06:12:43 db2c431c0ecc: Preparing 06:12:43 6b58dcaffa1c: Preparing 06:12:43 63ca1fbb43ae: Preparing 06:12:43 6b58dcaffa1c: Waiting 06:12:43 63ca1fbb43ae: Waiting 06:12:43 db2c431c0ecc: Layer already exists 06:12:43 ad543b08f862: Layer already exists 06:12:43 ec73ddc6a102: Layer already exists 06:12:43 f8755f1e2cef: Layer already exists 06:12:43 3a12d61f6f80: Layer already exists 06:12:43 6b58dcaffa1c: Layer already exists 06:12:43 63ca1fbb43ae: Layer already exists 06:12:43 main: digest: sha256:2fe6da5e1d6ec2a956e3c961451c6cf26e4c0dbd35213467c53660b9bb233b53 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:12:43 ===================================================== [Pipeline] echo 06:12:43 taggedImages: 06:12:43 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:77e0adce47a12d7dc08b393082bf391b7f950b01 06:12:43 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest 06:12:43 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.92 06:12:43 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:12:43 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] echo 06:12:43 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 06:12:43 77e0adce47a12d7dc08b393082bf391b7f950b01 06:12:43 latest 06:12:43 3.2.0-dev.92 06:12:43 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:12:43 main 06:12:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:43 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:44 + docker push nexus3.edgexfoundry.org:10004/support-notifications:77e0adce47a12d7dc08b393082bf391b7f950b01 06:12:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 06:12:44 b6a3596a2f88: Preparing 06:12:44 66fbf12e4d41: Preparing 06:12:44 23f9c8274089: Preparing 06:12:44 3a12d61f6f80: Preparing 06:12:44 ad543b08f862: Preparing 06:12:44 460a1f3b6673: Preparing 06:12:44 81b9ac153ebf: Preparing 06:12:44 63ca1fbb43ae: Preparing 06:12:44 460a1f3b6673: Waiting 06:12:44 81b9ac153ebf: Waiting 06:12:44 63ca1fbb43ae: Waiting 06:12:44 ad543b08f862: Layer already exists 06:12:44 3a12d61f6f80: Layer already exists 06:12:44 66fbf12e4d41: Pushed 06:12:44 b6a3596a2f88: Pushed 06:12:44 63ca1fbb43ae: Layer already exists 06:12:44 460a1f3b6673: Pushed 06:12:44 81b9ac153ebf: Pushed 06:12:48 23f9c8274089: Pushed 06:12:48 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:b8f5c2a4656366282e8177fb6ffaa948b345265285bd333ac12194cbb9f324d8 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:48 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:49 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 06:12:49 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 06:12:49 b6a3596a2f88: Preparing 06:12:49 66fbf12e4d41: Preparing 06:12:49 23f9c8274089: Preparing 06:12:49 3a12d61f6f80: Preparing 06:12:49 ad543b08f862: Preparing 06:12:49 460a1f3b6673: Preparing 06:12:49 81b9ac153ebf: Preparing 06:12:49 63ca1fbb43ae: Preparing 06:12:49 460a1f3b6673: Waiting 06:12:49 63ca1fbb43ae: Waiting 06:12:49 81b9ac153ebf: Waiting 06:12:49 b6a3596a2f88: Layer already exists 06:12:49 23f9c8274089: Layer already exists 06:12:49 3a12d61f6f80: Layer already exists 06:12:49 ad543b08f862: Layer already exists 06:12:49 66fbf12e4d41: Layer already exists 06:12:49 460a1f3b6673: Layer already exists 06:12:49 81b9ac153ebf: Layer already exists 06:12:49 63ca1fbb43ae: Layer already exists 06:12:49 latest: digest: sha256:b8f5c2a4656366282e8177fb6ffaa948b345265285bd333ac12194cbb9f324d8 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:49 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:49 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.92 06:12:49 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 06:12:49 b6a3596a2f88: Preparing 06:12:49 66fbf12e4d41: Preparing 06:12:49 23f9c8274089: Preparing 06:12:49 3a12d61f6f80: Preparing 06:12:49 ad543b08f862: Preparing 06:12:49 460a1f3b6673: Preparing 06:12:49 81b9ac153ebf: Preparing 06:12:49 63ca1fbb43ae: Preparing 06:12:49 81b9ac153ebf: Waiting 06:12:49 63ca1fbb43ae: Waiting 06:12:49 460a1f3b6673: Waiting 06:12:49 23f9c8274089: Layer already exists 06:12:49 66fbf12e4d41: Layer already exists 06:12:49 b6a3596a2f88: Layer already exists 06:12:49 ad543b08f862: Layer already exists 06:12:49 3a12d61f6f80: Layer already exists 06:12:49 460a1f3b6673: Layer already exists 06:12:49 81b9ac153ebf: Layer already exists 06:12:49 63ca1fbb43ae: Layer already exists 06:12:49 3.2.0-dev.92: digest: sha256:b8f5c2a4656366282e8177fb6ffaa948b345265285bd333ac12194cbb9f324d8 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:50 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:50 + docker push nexus3.edgexfoundry.org:10004/support-notifications:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:12:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 06:12:50 b6a3596a2f88: Preparing 06:12:50 66fbf12e4d41: Preparing 06:12:50 23f9c8274089: Preparing 06:12:50 3a12d61f6f80: Preparing 06:12:50 ad543b08f862: Preparing 06:12:50 460a1f3b6673: Preparing 06:12:50 81b9ac153ebf: Preparing 06:12:50 63ca1fbb43ae: Preparing 06:12:50 81b9ac153ebf: Waiting 06:12:50 63ca1fbb43ae: Waiting 06:12:50 460a1f3b6673: Waiting 06:12:50 66fbf12e4d41: Layer already exists 06:12:50 23f9c8274089: Layer already exists 06:12:50 b6a3596a2f88: Layer already exists 06:12:50 3a12d61f6f80: Layer already exists 06:12:50 ad543b08f862: Layer already exists 06:12:50 81b9ac153ebf: Layer already exists 06:12:50 460a1f3b6673: Layer already exists 06:12:50 63ca1fbb43ae: Layer already exists 06:12:50 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:b8f5c2a4656366282e8177fb6ffaa948b345265285bd333ac12194cbb9f324d8 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:50 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:51 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 06:12:51 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 06:12:51 b6a3596a2f88: Preparing 06:12:51 66fbf12e4d41: Preparing 06:12:51 23f9c8274089: Preparing 06:12:51 3a12d61f6f80: Preparing 06:12:51 ad543b08f862: Preparing 06:12:51 460a1f3b6673: Preparing 06:12:51 81b9ac153ebf: Preparing 06:12:51 63ca1fbb43ae: Preparing 06:12:51 460a1f3b6673: Waiting 06:12:51 63ca1fbb43ae: Waiting 06:12:51 81b9ac153ebf: Waiting 06:12:51 b6a3596a2f88: Layer already exists 06:12:51 66fbf12e4d41: Layer already exists 06:12:51 ad543b08f862: Layer already exists 06:12:51 3a12d61f6f80: Layer already exists 06:12:51 23f9c8274089: Layer already exists 06:12:51 460a1f3b6673: Layer already exists 06:12:51 81b9ac153ebf: Layer already exists 06:12:51 63ca1fbb43ae: Layer already exists 06:12:51 main: digest: sha256:b8f5c2a4656366282e8177fb6ffaa948b345265285bd333ac12194cbb9f324d8 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:12:51 ===================================================== [Pipeline] echo 06:12:51 taggedImages: 06:12:51 - nexus3.edgexfoundry.org:10004/support-notifications:77e0adce47a12d7dc08b393082bf391b7f950b01 06:12:51 - nexus3.edgexfoundry.org:10004/support-notifications:latest 06:12:51 - nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.92 06:12:51 - nexus3.edgexfoundry.org:10004/support-notifications:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:12:51 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 06:12:51 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 06:12:51 77e0adce47a12d7dc08b393082bf391b7f950b01 06:12:51 latest 06:12:51 3.2.0-dev.92 06:12:51 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:12:51 main 06:12:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:51 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:51 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:77e0adce47a12d7dc08b393082bf391b7f950b01 06:12:51 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 06:12:51 a1d2cf36be0b: Preparing 06:12:51 3c1ab99f845f: Preparing 06:12:51 3a12d61f6f80: Preparing 06:12:51 ad543b08f862: Preparing 06:12:51 2baf4c979e41: Preparing 06:12:51 55125a18c404: Preparing 06:12:51 63ca1fbb43ae: Preparing 06:12:51 55125a18c404: Waiting 06:12:51 63ca1fbb43ae: Waiting 06:12:51 3a12d61f6f80: Layer already exists 06:12:51 2baf4c979e41: Layer already exists 06:12:51 ad543b08f862: Layer already exists 06:12:51 55125a18c404: Layer already exists 06:12:51 63ca1fbb43ae: Layer already exists 06:12:51 a1d2cf36be0b: Pushed 06:12:56 3c1ab99f845f: Pushed 06:12:56 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:1a692dd242a922079389ceea1a708db6ddf069635490b78adbe950b4b863acae size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:56 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:56 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 06:12:56 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 06:12:56 a1d2cf36be0b: Preparing 06:12:56 3c1ab99f845f: Preparing 06:12:56 3a12d61f6f80: Preparing 06:12:56 ad543b08f862: Preparing 06:12:56 2baf4c979e41: Preparing 06:12:56 55125a18c404: Preparing 06:12:56 63ca1fbb43ae: Preparing 06:12:56 55125a18c404: Waiting 06:12:56 3a12d61f6f80: Layer already exists 06:12:56 a1d2cf36be0b: Layer already exists 06:12:56 ad543b08f862: Layer already exists 06:12:56 2baf4c979e41: Layer already exists 06:12:56 3c1ab99f845f: Layer already exists 06:12:56 55125a18c404: Layer already exists 06:12:56 63ca1fbb43ae: Layer already exists 06:12:56 latest: digest: sha256:1a692dd242a922079389ceea1a708db6ddf069635490b78adbe950b4b863acae size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:57 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:57 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.92 06:12:57 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 06:12:57 a1d2cf36be0b: Preparing 06:12:57 3c1ab99f845f: Preparing 06:12:57 3a12d61f6f80: Preparing 06:12:57 ad543b08f862: Preparing 06:12:57 2baf4c979e41: Preparing 06:12:57 55125a18c404: Preparing 06:12:57 63ca1fbb43ae: Preparing 06:12:57 55125a18c404: Waiting 06:12:57 63ca1fbb43ae: Waiting 06:12:57 ad543b08f862: Layer already exists 06:12:57 2baf4c979e41: Layer already exists 06:12:57 a1d2cf36be0b: Layer already exists 06:12:57 3a12d61f6f80: Layer already exists 06:12:57 3c1ab99f845f: Layer already exists 06:12:57 55125a18c404: Layer already exists 06:12:57 63ca1fbb43ae: Layer already exists 06:12:57 3.2.0-dev.92: digest: sha256:1a692dd242a922079389ceea1a708db6ddf069635490b78adbe950b4b863acae size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:57 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:58 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:12:58 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 06:12:58 a1d2cf36be0b: Preparing 06:12:58 3c1ab99f845f: Preparing 06:12:58 3a12d61f6f80: Preparing 06:12:58 ad543b08f862: Preparing 06:12:58 2baf4c979e41: Preparing 06:12:58 55125a18c404: Preparing 06:12:58 63ca1fbb43ae: Preparing 06:12:58 63ca1fbb43ae: Waiting 06:12:58 3c1ab99f845f: Layer already exists 06:12:58 2baf4c979e41: Layer already exists 06:12:58 3a12d61f6f80: Layer already exists 06:12:58 a1d2cf36be0b: Layer already exists 06:12:58 ad543b08f862: Layer already exists 06:12:58 55125a18c404: Layer already exists 06:12:58 63ca1fbb43ae: Layer already exists 06:12:58 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:1a692dd242a922079389ceea1a708db6ddf069635490b78adbe950b4b863acae size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:58 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:59 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 06:12:59 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 06:12:59 a1d2cf36be0b: Preparing 06:12:59 3c1ab99f845f: Preparing 06:12:59 3a12d61f6f80: Preparing 06:12:59 ad543b08f862: Preparing 06:12:59 2baf4c979e41: Preparing 06:12:59 55125a18c404: Preparing 06:12:59 63ca1fbb43ae: Preparing 06:12:59 55125a18c404: Waiting 06:12:59 63ca1fbb43ae: Waiting 06:12:59 ad543b08f862: Layer already exists 06:12:59 3c1ab99f845f: Layer already exists 06:12:59 2baf4c979e41: Layer already exists 06:12:59 3a12d61f6f80: Layer already exists 06:12:59 a1d2cf36be0b: Layer already exists 06:12:59 63ca1fbb43ae: Layer already exists 06:12:59 55125a18c404: Layer already exists 06:12:59 main: digest: sha256:1a692dd242a922079389ceea1a708db6ddf069635490b78adbe950b4b863acae size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:12:59 ===================================================== [Pipeline] echo 06:12:59 taggedImages: 06:12:59 - nexus3.edgexfoundry.org:10004/support-scheduler:77e0adce47a12d7dc08b393082bf391b7f950b01 06:12:59 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 06:12:59 - nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.92 06:12:59 - nexus3.edgexfoundry.org:10004/support-scheduler:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:12:59 - 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] } 06:32:15 #155 ... 06:32:15 06:32:15 #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:32:15 #151 1306.2 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 06:32:15 #151 ... 06:32:15 06:32:15 #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 06:32:15 #145 DONE 1318.1s 06:32:15 06:32:15 #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 06:32:15 #154 ... 06:32:15 06:32:15 #161 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 06:32:15 #161 DONE 0.1s 06:32:15 06:32:15 #162 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 06:32:15 #162 DONE 0.2s 06:32:15 06:32:15 #163 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 06:32:15 #163 DONE 0.1s 06:32:15 06:32:15 #159 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 06:32:15 #159 ... 06:32:15 06:32:15 #164 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 06:32:15 #164 DONE 0.2s 06:32:15 06:32:15 #165 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 06:32:15 #165 DONE 0.3s 06:32:15 06:32:15 #159 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 06:32:15 #159 ... 06:32:15 06:32:15 #166 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 06:32:15 #166 DONE 0.2s 06:32:15 06:32:15 #167 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:32:16 #167 DONE 2.0s 06:32:16 06:32:16 #109 [security-proxy-setup] exporting to image 06:32:16 #109 exporting layers 06:32:17 #109 exporting layers 1.1s done 06:32:17 #109 writing image sha256:854cecf25578443c07c25fd1f99c78b9a6ccda2790b9ad737fc3568e2c83c2d4 done 06:32:17 #109 naming to docker.io/library/security-proxy-setup-arm64 done 06:32:17 #109 DONE 7.2s 06:32:17 06:32:17 #159 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 06:32:30 #159 ... 06:32:30 06:32:30 #156 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 06:32:30 #156 DONE 1333.4s 06:32:30 06:32:30 #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 06:32:30 #154 ... 06:32:30 06:32:30 #168 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 06:32:30 #168 DONE 0.3s 06:32:30 06:32:30 #169 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh 06:32:30 #169 ... 06:32:30 06:32:30 #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:32:30 #151 DONE 1334.5s 06:32:30 06:32:30 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:32:30 #149 ... 06:32:30 06:32:30 #170 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 06:32:30 #170 DONE 0.3s 06:32:30 06:32:30 #169 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh 06:32:30 #169 ... 06:32:30 06:32:30 #171 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 06:32:30 #171 DONE 0.2s 06:32:30 06:32:30 #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 06:32:31 #172 DONE 0.4s 06:32:31 06:32:31 #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 06:32:31 #173 DONE 0.3s 06:32:31 06:32:31 #174 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 06:32:31 #174 DONE 0.2s 06:32:31 06:32:31 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 06:32:31 #57 ... 06:32:31 06:32:31 #175 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:32:31 #175 DONE 0.2s 06:32:31 06:32:31 #176 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:32:32 #176 DONE 0.2s 06:32:32 06:32:32 #177 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:32:32 #177 ... 06:32:32 06:32:32 #169 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh 06:32:32 #169 DONE 3.1s 06:32:32 06:32:32 #177 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:32:32 #177 DONE 0.2s 06:32:32 06:32:32 #178 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:32:33 #178 ... 06:32:33 06:32:33 #179 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / 06:32:33 #179 DONE 0.6s 06:32:33 06:32:33 #180 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / 06:32:33 #180 DONE 0.3s 06:32:33 06:32:33 #181 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 06:32:33 #181 DONE 0.5s 06:32:33 06:32:33 #182 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 06:32:34 #182 DONE 0.2s 06:32:34 06:32:34 #183 [security-bootstrapper stage-1 12/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 06:32:34 #183 DONE 0.2s 06:32:34 06:32:34 #184 [security-bootstrapper stage-1 13/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ 06:32:34 #184 DONE 0.3s 06:32:34 06:32:34 #185 [security-bootstrapper stage-1 14/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 06:32:35 #185 DONE 0.3s 06:32:35 06:32:35 #186 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 06:32:35 #186 DONE 0.2s 06:32:35 06:32:35 #187 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 06:32:35 #187 DONE 0.2s 06:32:35 06:32:35 #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 06:32:35 #150 ... 06:32:35 06:32:35 #188 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh 06:32:36 #188 ... 06:32:36 06:32:36 #178 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:32:36 #178 DONE 4.4s 06:32:37 06:32:37 #109 [security-secretstore-setup] exporting to image 06:32:37 #109 exporting layers 06:32:38 #109 exporting layers 1.5s done 06:32:38 #109 writing image sha256:b6c73898c99e4937011047f7285950f9ff23930fc27087c3f1fd14f15a6269c5 done 06:32:38 #109 naming to docker.io/library/security-secretstore-setup-arm64 done 06:32:38 #109 DONE 8.7s 06:32:38 06:32:38 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:32:39 #149 ... 06:32:39 06:32:39 #188 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh 06:32:39 #188 DONE 4.2s 06:32:39 06:32:39 #109 [security-bootstrapper] exporting to image 06:32:41 #109 exporting layers 1.4s done 06:32:41 #109 writing image sha256:15531f486f4ba2f7337a2ee8c78e6bba68f9d7cf2cce93281715e340cc657b56 done 06:32:41 #109 naming to docker.io/library/security-bootstrapper-arm64 done 06:32:41 #109 DONE 10.1s 06:32:41 06:32:41 #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 06:33:48 #150 ... 06:33:48 06:33:48 #155 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 06:33:48 #155 DONE 1409.4s 06:33:48 06:33:48 #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 06:33:48 #153 ... 06:33:48 06:33:48 #189 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 06:33:48 #189 DONE 0.4s 06:33:48 06:33:48 #158 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 06:33:48 #158 ... 06:33:48 06:33:48 #190 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 06:33:48 #190 DONE 0.2s 06:33:48 06:33:48 #191 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 06:33:48 #191 DONE 0.3s 06:33:48 06:33:48 #192 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 06:33:48 #192 DONE 0.2s 06:33:48 06:33:48 #193 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 06:33:48 #193 DONE 0.2s 06:33:48 06:33:48 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 06:33:48 #57 ... 06:33:48 06:33:48 #194 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:33:48 #194 DONE 2.2s 06:33:48 06:33:48 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 06:33:48 #57 ... 06:33:48 06:33:48 #109 [core-common-config-bootstrapper] exporting to image 06:33:48 #109 exporting layers 06:33:48 #109 exporting layers 0.8s done 06:33:48 #109 writing image sha256:a2edcce45f7f8406e148b1e251c4c063f8c64b4a904b7c0c590bf0bf21131f5f done 06:33:48 #109 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 06:33:48 #109 DONE 10.9s 06:33:48 06:33:48 #152 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 06:36:25 #152 ... 06:36:25 06:36:25 #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 06:36:25 #153 DONE 1562.2s 06:36:25 06:36:25 #159 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 06:36:25 #159 ... 06:36:25 06:36:25 #195 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 06:36:25 #195 DONE 0.3s 06:36:25 06:36:25 #196 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 06:36:25 #196 DONE 0.2s 06:36:25 06:36:25 #152 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 06:36:25 #152 ... 06:36:25 06:36:25 #197 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 06:36:25 #197 DONE 0.3s 06:36:25 06:36:25 #198 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 06:36:25 #198 DONE 0.2s 06:36:25 06:36:25 #109 [security-spiffe-token-provider] exporting to image 06:36:25 #109 exporting layers 06:36:25 #109 exporting layers 0.9s done 06:36:25 #109 writing image sha256:fda30f14a2e0a4de723b59ba3f19586772f3674a95ba187582f7508944f4a75b done 06:36:25 #109 naming to docker.io/library/security-spiffe-token-provider-arm64 done 06:36:25 #109 DONE 11.8s 06:36:25 06:36:25 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 06:45:33 #57 ... 06:45:33 06:45:33 #158 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 06:45:33 #158 DONE 2104.1s 06:45:33 06:45:33 #159 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 06:45:33 #159 ... 06:45:33 06:45:33 #199 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 06:45:33 #199 DONE 0.2s 06:45:33 06:45:33 #200 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 06:45:33 #200 DONE 0.1s 06:45:33 06:45:33 #160 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 06:45:33 #160 ... 06:45:33 06:45:33 #201 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 06:45:33 #201 DONE 0.4s 06:45:33 06:45:33 #202 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 06:45:33 #202 DONE 0.2s 06:45:33 06:45:33 #203 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 06:45:33 #203 DONE 0.1s 06:45:33 06:45:33 #204 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:45:33 #204 DONE 2.2s 06:45:33 06:45:33 #109 [security-proxy-auth] exporting to image 06:45:33 #109 exporting layers 06:45:33 #109 exporting layers 0.7s done 06:45:33 #109 writing image sha256:32f4b5d17a4ad99c04507dc1cfbc521a33300fa52d8cef18d335f2fc8a630d6c done 06:45:33 #109 naming to docker.io/library/security-proxy-auth-arm64 0.0s done 06:45:33 #109 DONE 12.5s 06:45:33 06:45:33 #152 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 06:46:29 #152 ... 06:46:29 06:46:29 #159 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 06:46:29 #159 DONE 2170.6s 06:46:29 06:46:29 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:46:29 #149 ... 06:46:29 06:46:29 #205 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 06:46:29 #205 DONE 0.2s 06:46:29 06:46:29 #206 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 06:46:29 #206 DONE 0.1s 06:46:29 06:46:29 #207 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:46:29 #207 DONE 0.4s 06:46:29 06:46:29 #152 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 06:46:29 #152 ... 06:46:29 06:46:29 #208 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 06:46:29 #208 DONE 0.2s 06:46:29 06:46:29 #157 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 06:46:29 #157 ... 06:46:29 06:46:29 #109 [core-command] exporting to image 06:46:29 #109 exporting layers 06:46:29 #109 exporting layers 0.4s done 06:46:29 #109 writing image sha256:c102e3982a47d98857d42afaccc767f63a720419e8e5b07756c6b8755e6ce4bd done 06:46:29 #109 naming to docker.io/library/core-command-arm64 done 06:46:29 #109 DONE 12.9s 06:46:29 06:46:29 #152 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 06:48:52 #152 ... 06:48:52 06:48:52 #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 06:48:52 #150 DONE 2312.2s 06:48:52 06:48:52 #160 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 06:48:52 #160 DONE 2312.3s 06:48:52 06:48:52 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:48:52 #149 ... 06:48:52 06:48:52 #209 [core-keeper stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 06:48:52 #209 DONE 0.3s 06:48:52 06:48:52 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 06:48:52 #57 ... 06:48:52 06:48:52 #210 [core-keeper stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 06:48:52 #210 ... 06:48:52 06:48:52 #211 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 06:48:52 #211 DONE 0.5s 06:48:52 06:48:52 #210 [core-keeper stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 06:48:52 #210 DONE 0.8s 06:48:52 06:48:52 #212 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 06:48:52 #212 ... 06:48:52 06:48:52 #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 06:48:52 #154 DONE 2313.9s 06:48:52 06:48:52 #212 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 06:48:52 #212 DONE 0.5s 06:48:52 06:48:52 #213 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:48:52 #213 ... 06:48:52 06:48:52 #214 [core-keeper stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 06:48:52 #214 DONE 0.5s 06:48:52 06:48:52 #215 [core-metadata stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / 06:48:52 #215 DONE 0.3s 06:48:52 06:48:52 #216 [core-keeper stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/db/ /res/db/ 06:48:52 #216 DONE 0.4s 06:48:52 06:48:52 #109 [core-keeper] exporting to image 06:48:52 #109 exporting layers 06:48:52 #109 ... 06:48:52 06:48:52 #213 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:48:52 #213 DONE 1.3s 06:48:52 06:48:52 #217 [core-metadata stage-1 5/10] COPY --from=builder /edgex-go/security.txt / 06:48:52 #217 DONE 0.4s 06:48:52 06:48:52 #218 [core-data stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 06:48:52 #218 DONE 0.3s 06:48:52 06:48:52 #219 [core-data stage-1 8/8] COPY --from=builder /edgex-go/cmd/core-data/res/db/ /res/db/ 06:48:52 #219 DONE 0.3s 06:48:52 06:48:52 #109 [core-keeper] exporting to image 06:48:52 #109 exporting layers 1.1s done 06:48:52 #109 writing image sha256:4a4207291b07ef1a9c4c3e00b12af66d8c2784ec3521c4ab3c9fe43e16451436 0.0s done 06:48:52 #109 naming to docker.io/library/core-keeper-arm64 done 06:48:52 #109 DONE 14.1s 06:48:52 06:48:52 #220 [core-metadata stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:48:52 #220 DONE 0.6s 06:48:52 06:48:52 #109 [core-data] exporting to image 06:48:52 #109 ... 06:48:52 06:48:52 #221 [core-metadata stage-1 7/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 06:48:52 #221 DONE 0.3s 06:48:52 06:48:52 #222 [core-metadata stage-1 8/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 06:48:52 #222 DONE 0.2s 06:48:52 06:48:52 #109 [core-data] exporting to image 06:48:52 #109 exporting layers 0.7s done 06:48:52 #109 writing image sha256:fd24d47523231baf193a68cacf7cc03b8ed9856bb418669ee0623a0e3b3133a4 done 06:48:52 #109 naming to docker.io/library/core-data-arm64 done 06:48:52 #109 DONE 14.8s 06:48:52 06:48:52 #223 [core-metadata stage-1 9/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/db/ /res/db/ 06:48:52 #223 DONE 0.2s 06:48:52 06:48:52 #109 [core-metadata] exporting to image 06:48:52 #109 exporting layers 0.5s done 06:48:52 #109 writing image sha256:bcd893d06845396e9214e8ea8c206d7cdc3e8debb2e6b79edeee69bb1b19009e done 06:48:52 #109 naming to docker.io/library/core-metadata-arm64 done 06:48:52 #109 DONE 15.3s 06:48:52 06:48:52 #152 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 06:49:31 #152 DONE 2352.6s 06:49:31 06:49:31 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:49:31 #149 ... 06:49:31 06:49:31 #224 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 06:49:31 #224 DONE 0.3s 06:49:31 06:49:31 #225 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 06:49:31 #225 DONE 0.3s 06:49:31 06:49:31 #226 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:49:31 #226 DONE 0.5s 06:49:31 06:49:31 #227 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 06:49:31 #227 DONE 0.1s 06:49:31 06:49:31 #109 [support-scheduler] exporting to image 06:49:31 #109 exporting layers 06:49:31 #109 exporting layers 0.5s done 06:49:31 #109 writing image sha256:74a12710a173de50db2f30b05f518d07df1fb5ec1a7f48778db4ff1e3b3c8b2e done 06:49:31 #109 naming to docker.io/library/support-scheduler-arm64 done 06:49:31 #109 DONE 15.8s 06:49:31 06:49:31 #157 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 06:49:31 #157 DONE 2356.2s 06:49:31 06:49:31 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:49:31 #149 DONE 2356.1s 06:49:31 06:49:31 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 06:49:31 #57 ... 06:49:31 06:49:31 #228 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 06:49:31 #228 DONE 0.2s 06:49:31 06:49:31 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 06:49:31 #57 ... 06:49:31 06:49:31 #229 [support-notifications stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 06:49:31 #229 ... 06:49:31 06:49:31 #230 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 06:49:31 #230 DONE 0.1s 06:49:31 06:49:31 #229 [support-notifications stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 06:49:31 #229 DONE 0.2s 06:49:31 06:49:31 #231 [support-notifications stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 06:49:31 #231 DONE 0.2s 06:49:31 06:49:31 #232 [support-notifications stage-1 6/8] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:49:32 #232 DONE 0.3s 06:49:32 06:49:32 #233 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / 06:49:32 #233 DONE 0.5s 06:49:32 06:49:32 #234 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res 06:49:32 #234 DONE 0.1s 06:49:32 06:49:32 #235 [support-notifications stage-1 7/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 06:49:32 #235 DONE 0.1s 06:49:32 06:49:32 #109 [support-cron-scheduler] exporting to image 06:49:32 #109 ... 06:49:32 06:49:32 #236 [support-notifications stage-1 8/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/db/ /res/db/ 06:49:32 #236 DONE 0.1s 06:49:32 06:49:32 #109 [support-notifications] exporting to image 06:49:33 #109 exporting layers 0.7s done 06:49:33 #109 writing image sha256:30fb9a849e3942d7dc45c05e145ca9ce1c0be6c4c8e8d0820f9d943d85bb124b done 06:49:33 #109 naming to docker.io/library/support-notifications-arm64 done 06:49:33 #109 exporting layers 1.2s done 06:49:33 #109 writing image sha256:de48c105a06331469c668d59f0dda5f4dd4ff56e26ecc5a083c05c35ae2560ed done 06:49:33 #109 naming to docker.io/library/support-cron-scheduler-arm64 done 06:49:33 #109 DONE 17.1s 06:49:33 06:49:33 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 06:49:33 time="2024-10-07T06:07:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:49:33 time="2024-10-07T06:07:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:49:33 time="2024-10-07T06:07:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:49:33 time="2024-10-07T06:07:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:49:33 time="2024-10-07T06:07:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:49:33 time="2024-10-07T06:07:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:49:33 time="2024-10-07T06:07:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:49:33 time="2024-10-07T06:07:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:49:33 time="2024-10-07T06:07:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:49:33 time="2024-10-07T06:07:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:49:33 time="2024-10-07T06:07:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:49:33 time="2024-10-07T06:07:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:49:33 time="2024-10-07T06:07:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:49:33 time="2024-10-07T06:07:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:49:33 time="2024-10-07T06:07:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:49:33 time="2024-10-07T06:07:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 06:49:33 $ docker stop --time=1 7a7babaa8b7c05b4bc479787e86d4d8ac513a1483adc82d27390e69407ec95f8 06:49:35 $ docker rm -f --volumes 7a7babaa8b7c05b4bc479787e86d4d8ac513a1483adc82d27390e69407ec95f8 [Pipeline] // withDockerContainer [Pipeline] sh 06:49:35 + docker images 06:49:35 REPOSITORY TAG IMAGE ID CREATED SIZE 06:49:35 support-cron-scheduler-arm64 latest de48c105a063 3 seconds ago 45.6MB 06:49:35 support-notifications-arm64 latest 30fb9a849e39 3 seconds ago 44.8MB 06:49:35 support-scheduler-arm64 latest 74a12710a173 6 seconds ago 44MB 06:49:35 core-metadata-arm64 latest bcd893d06845 44 seconds ago 30.2MB 06:49:35 core-data-arm64 latest fd24d4752323 45 seconds ago 30.1MB 06:49:35 core-keeper-arm64 latest 4a4207291b07 46 seconds ago 29.5MB 06:49:35 core-command-arm64 latest c102e3982a47 3 minutes ago 26.4MB 06:49:35 security-proxy-auth-arm64 latest 32f4b5d17a4a 4 minutes ago 25.2MB 06:49:35 security-spiffe-token-provider-arm64 latest fda30f14a2e0 13 minutes ago 33MB 06:49:35 core-common-config-bootstrapper-arm64 latest a2edcce45f7f 15 minutes ago 17.4MB 06:49:35 security-bootstrapper-arm64 latest 15531f486f4b 16 minutes ago 21MB 06:49:35 security-secretstore-setup-arm64 latest b6c73898c99e 16 minutes ago 40.3MB 06:49:35 security-proxy-setup-arm64 latest 854cecf25578 17 minutes ago 29.4MB 06:49:35 security-spire-agent-arm64 latest c6d8a6056c5d 40 minutes ago 176MB 06:49:35 security-spire-server-arm64 latest 2c5547efeee2 40 minutes ago 118MB 06:49:35 security-spire-config-arm64 latest 331ebd902a96 40 minutes ago 117MB 06:49:35 ci-base-image-arm64 latest e5f8de1943a1 42 minutes ago 965MB 06:49:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine be29e6b0f0d4 4 days ago 558MB 06:49:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 16 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 06:49:36 provisioning config files... 06:49:36 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/715@tmp/config1429356764485809727tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:49:36 ---> ****-login.sh 06:49:36 nexus3.edgexfoundry.org:10001 06:49:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:49:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:49:36 Configure a credential helper to remove this warning. See 06:49:36 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:49:36 06:49:36 Login Succeeded 06:49:37 nexus3.edgexfoundry.org:10002 06:49:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:49:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:49:37 Configure a credential helper to remove this warning. See 06:49:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:49:37 06:49:37 Login Succeeded 06:49:37 nexus3.edgexfoundry.org:10003 06:49:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:49:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:49:37 Configure a credential helper to remove this warning. See 06:49:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:49:37 06:49:37 Login Succeeded 06:49:37 nexus3.edgexfoundry.org:10004 06:49:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:49:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:49:38 Configure a credential helper to remove this warning. See 06:49:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:49:38 06:49:38 Login Succeeded 06:49:38 ****.io 06:49:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:49:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:49:38 Configure a credential helper to remove this warning. See 06:49:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:49:38 06:49:38 Login Succeeded 06:49:38 ---> ****-login.sh ends [Pipeline] } 06:49:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:49:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 06:49:38 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 06:49:38 77e0adce47a12d7dc08b393082bf391b7f950b01 06:49:38 latest 06:49:38 3.2.0-dev.92 06:49:38 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:49:38 main 06:49:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:49:39 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:49:39 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 06:49:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 06:49:39 bb8fe710d563: Preparing 06:49:39 3069472436fb: Preparing 06:49:39 7ae5eb703b64: Preparing 06:49:39 1d1ed5c47ec5: Preparing 06:49:39 3219d7568d1c: Preparing 06:49:39 e6875a927c14: Preparing 06:49:39 16113d51b718: Preparing 06:49:39 e6875a927c14: Waiting 06:49:39 16113d51b718: Waiting 06:49:40 7ae5eb703b64: Pushed 06:49:40 1d1ed5c47ec5: Pushed 06:49:40 bb8fe710d563: Pushed 06:49:40 16113d51b718: Layer already exists 06:49:40 3219d7568d1c: Pushed 06:49:40 e6875a927c14: Pushed 06:49:44 3069472436fb: Pushed 06:49:44 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:f1bee6af2099aee981a674be3e8a4655a8785e2a0683c138b7566002001c51c0 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:49:44 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:49:45 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 06:49:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 06:49:45 bb8fe710d563: Preparing 06:49:45 3069472436fb: Preparing 06:49:45 7ae5eb703b64: Preparing 06:49:45 1d1ed5c47ec5: Preparing 06:49:45 3219d7568d1c: Preparing 06:49:45 e6875a927c14: Preparing 06:49:45 16113d51b718: Preparing 06:49:45 e6875a927c14: Waiting 06:49:45 16113d51b718: Waiting 06:49:45 3219d7568d1c: Layer already exists 06:49:45 3069472436fb: Layer already exists 06:49:45 7ae5eb703b64: Layer already exists 06:49:45 bb8fe710d563: Layer already exists 06:49:45 1d1ed5c47ec5: Layer already exists 06:49:45 16113d51b718: Layer already exists 06:49:45 e6875a927c14: Layer already exists 06:49:45 latest: digest: sha256:f1bee6af2099aee981a674be3e8a4655a8785e2a0683c138b7566002001c51c0 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:49:45 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:49:46 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.92 06:49:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 06:49:46 bb8fe710d563: Preparing 06:49:46 3069472436fb: Preparing 06:49:46 7ae5eb703b64: Preparing 06:49:46 1d1ed5c47ec5: Preparing 06:49:46 3219d7568d1c: Preparing 06:49:46 e6875a927c14: Preparing 06:49:46 16113d51b718: Preparing 06:49:46 16113d51b718: Waiting 06:49:46 bb8fe710d563: Layer already exists 06:49:46 3219d7568d1c: Layer already exists 06:49:46 7ae5eb703b64: Layer already exists 06:49:46 3069472436fb: Layer already exists 06:49:46 1d1ed5c47ec5: Layer already exists 06:49:46 e6875a927c14: Layer already exists 06:49:46 16113d51b718: Layer already exists 06:49:46 3.2.0-dev.92: digest: sha256:f1bee6af2099aee981a674be3e8a4655a8785e2a0683c138b7566002001c51c0 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:49:46 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:49:47 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:49:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 06:49:47 bb8fe710d563: Preparing 06:49:47 3069472436fb: Preparing 06:49:47 7ae5eb703b64: Preparing 06:49:47 1d1ed5c47ec5: Preparing 06:49:47 3219d7568d1c: Preparing 06:49:47 e6875a927c14: Preparing 06:49:47 16113d51b718: Preparing 06:49:47 e6875a927c14: Waiting 06:49:47 16113d51b718: Waiting 06:49:47 1d1ed5c47ec5: Layer already exists 06:49:47 3219d7568d1c: Layer already exists 06:49:47 3069472436fb: Layer already exists 06:49:47 7ae5eb703b64: Layer already exists 06:49:47 bb8fe710d563: Layer already exists 06:49:47 16113d51b718: Layer already exists 06:49:47 e6875a927c14: Layer already exists 06:49:47 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:f1bee6af2099aee981a674be3e8a4655a8785e2a0683c138b7566002001c51c0 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:49:47 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:49:48 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 06:49:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 06:49:48 bb8fe710d563: Preparing 06:49:48 3069472436fb: Preparing 06:49:48 7ae5eb703b64: Preparing 06:49:48 1d1ed5c47ec5: Preparing 06:49:48 3219d7568d1c: Preparing 06:49:48 e6875a927c14: Preparing 06:49:48 16113d51b718: Preparing 06:49:48 e6875a927c14: Waiting 06:49:48 7ae5eb703b64: Layer already exists 06:49:48 bb8fe710d563: Layer already exists 06:49:48 3219d7568d1c: Layer already exists 06:49:48 3069472436fb: Layer already exists 06:49:48 1d1ed5c47ec5: Layer already exists 06:49:48 e6875a927c14: Layer already exists 06:49:48 16113d51b718: Layer already exists 06:49:48 main: digest: sha256:f1bee6af2099aee981a674be3e8a4655a8785e2a0683c138b7566002001c51c0 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:49:48 ===================================================== [Pipeline] echo 06:49:48 taggedImages: 06:49:48 - nexus3.edgexfoundry.org:10004/core-command-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 06:49:48 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 06:49:48 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.92 06:49:48 - nexus3.edgexfoundry.org:10004/core-command-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:49:48 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 06:49:48 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 06:49:48 77e0adce47a12d7dc08b393082bf391b7f950b01 06:49:48 latest 06:49:48 3.2.0-dev.92 06:49:48 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:49:48 main 06:49:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:49:49 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:49:49 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 06:49:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 06:49:49 8620fc112f00: Preparing 06:49:49 97799cb43388: Preparing 06:49:49 ebc2a42c74f1: Preparing 06:49:49 afe5809a921f: Preparing 06:49:49 7ae5eb703b64: Preparing 06:49:49 1d1ed5c47ec5: Preparing 06:49:49 3219d7568d1c: Preparing 06:49:49 e6875a927c14: Preparing 06:49:49 16113d51b718: Preparing 06:49:49 3219d7568d1c: Waiting 06:49:49 e6875a927c14: Waiting 06:49:49 16113d51b718: Waiting 06:49:49 1d1ed5c47ec5: Waiting 06:49:49 7ae5eb703b64: Layer already exists 06:49:49 1d1ed5c47ec5: Layer already exists 06:49:49 3219d7568d1c: Layer already exists 06:49:49 8620fc112f00: Pushed 06:49:49 97799cb43388: Pushed 06:49:49 ebc2a42c74f1: Pushed 06:49:49 e6875a927c14: Layer already exists 06:49:49 16113d51b718: Layer already exists 06:49:51 afe5809a921f: Pushed 06:49:51 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:a04bbff9b20f55d96ab7461b813b9184e2b3b5ffeebaafac5860bc68dcb7af16 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:49:52 + 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 06:49:52 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 06:49:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 06:49:52 8620fc112f00: Preparing 06:49:52 97799cb43388: Preparing 06:49:52 ebc2a42c74f1: Preparing 06:49:52 afe5809a921f: Preparing 06:49:52 7ae5eb703b64: Preparing 06:49:52 1d1ed5c47ec5: Preparing 06:49:52 3219d7568d1c: Preparing 06:49:52 1d1ed5c47ec5: Waiting 06:49:52 e6875a927c14: Preparing 06:49:52 3219d7568d1c: Waiting 06:49:52 16113d51b718: Preparing 06:49:52 e6875a927c14: Waiting 06:49:52 16113d51b718: Waiting 06:49:52 97799cb43388: Layer already exists 06:49:52 7ae5eb703b64: Layer already exists 06:49:52 8620fc112f00: Layer already exists 06:49:52 ebc2a42c74f1: Layer already exists 06:49:52 afe5809a921f: Layer already exists 06:49:52 e6875a927c14: Layer already exists 06:49:52 1d1ed5c47ec5: Layer already exists 06:49:52 16113d51b718: Layer already exists 06:49:52 3219d7568d1c: Layer already exists 06:49:52 latest: digest: sha256:a04bbff9b20f55d96ab7461b813b9184e2b3b5ffeebaafac5860bc68dcb7af16 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:49:53 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:49:53 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.92 06:49:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 06:49:53 8620fc112f00: Preparing 06:49:53 97799cb43388: Preparing 06:49:53 ebc2a42c74f1: Preparing 06:49:53 afe5809a921f: Preparing 06:49:53 7ae5eb703b64: Preparing 06:49:53 1d1ed5c47ec5: Preparing 06:49:53 3219d7568d1c: Preparing 06:49:53 e6875a927c14: Preparing 06:49:53 16113d51b718: Preparing 06:49:53 3219d7568d1c: Waiting 06:49:53 e6875a927c14: Waiting 06:49:53 16113d51b718: Waiting 06:49:53 1d1ed5c47ec5: Waiting 06:49:53 afe5809a921f: Layer already exists 06:49:53 8620fc112f00: Layer already exists 06:49:53 7ae5eb703b64: Layer already exists 06:49:53 97799cb43388: Layer already exists 06:49:53 ebc2a42c74f1: Layer already exists 06:49:53 3219d7568d1c: Layer already exists 06:49:53 16113d51b718: Layer already exists 06:49:53 1d1ed5c47ec5: Layer already exists 06:49:53 e6875a927c14: Layer already exists 06:49:53 3.2.0-dev.92: digest: sha256:a04bbff9b20f55d96ab7461b813b9184e2b3b5ffeebaafac5860bc68dcb7af16 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:49:54 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:49:54 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:49:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 06:49:54 8620fc112f00: Preparing 06:49:54 97799cb43388: Preparing 06:49:54 ebc2a42c74f1: Preparing 06:49:54 afe5809a921f: Preparing 06:49:54 7ae5eb703b64: Preparing 06:49:54 1d1ed5c47ec5: Preparing 06:49:54 3219d7568d1c: Preparing 06:49:54 e6875a927c14: Preparing 06:49:54 16113d51b718: Preparing 06:49:54 1d1ed5c47ec5: Waiting 06:49:54 3219d7568d1c: Waiting 06:49:54 e6875a927c14: Waiting 06:49:54 7ae5eb703b64: Layer already exists 06:49:54 afe5809a921f: Layer already exists 06:49:54 8620fc112f00: Layer already exists 06:49:54 97799cb43388: Layer already exists 06:49:54 ebc2a42c74f1: Layer already exists 06:49:54 e6875a927c14: Layer already exists 06:49:54 1d1ed5c47ec5: Layer already exists 06:49:54 3219d7568d1c: Layer already exists 06:49:54 16113d51b718: Layer already exists 06:49:55 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:a04bbff9b20f55d96ab7461b813b9184e2b3b5ffeebaafac5860bc68dcb7af16 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:49:56 + 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 06:49:56 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 06:49:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 06:49:56 8620fc112f00: Preparing 06:49:56 97799cb43388: Preparing 06:49:56 ebc2a42c74f1: Preparing 06:49:56 afe5809a921f: Preparing 06:49:56 7ae5eb703b64: Preparing 06:49:56 1d1ed5c47ec5: Preparing 06:49:56 3219d7568d1c: Preparing 06:49:56 e6875a927c14: Preparing 06:49:56 16113d51b718: Preparing 06:49:56 1d1ed5c47ec5: Waiting 06:49:57 3219d7568d1c: Waiting 06:49:57 e6875a927c14: Waiting 06:49:57 16113d51b718: Waiting 06:49:59 afe5809a921f: Layer already exists 06:49:59 7ae5eb703b64: Layer already exists 06:49:59 97799cb43388: Layer already exists 06:49:59 ebc2a42c74f1: Layer already exists 06:50:01 1d1ed5c47ec5: Layer already exists 06:50:01 8620fc112f00: Layer already exists 06:50:01 16113d51b718: Layer already exists 06:50:01 e6875a927c14: Layer already exists 06:50:01 3219d7568d1c: Layer already exists 06:50:08 main: digest: sha256:a04bbff9b20f55d96ab7461b813b9184e2b3b5ffeebaafac5860bc68dcb7af16 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:50:08 ===================================================== [Pipeline] echo 06:50:08 taggedImages: 06:50:08 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 06:50:08 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 06:50:08 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.92 06:50:08 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:50:08 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 06:50:08 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 06:50:08 77e0adce47a12d7dc08b393082bf391b7f950b01 06:50:08 latest 06:50:08 3.2.0-dev.92 06:50:08 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:50:08 main 06:50:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:08 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:08 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 06:50:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 06:50:08 35778746acc1: Preparing 06:50:08 013d7b5edf9e: Preparing 06:50:08 9bed5c5533d9: Preparing 06:50:08 7ae5eb703b64: Preparing 06:50:08 1d1ed5c47ec5: Preparing 06:50:08 a315cf2c2dfa: Preparing 06:50:08 54ec8ce5f48a: Preparing 06:50:08 16113d51b718: Preparing 06:50:08 a315cf2c2dfa: Waiting 06:50:08 54ec8ce5f48a: Waiting 06:50:08 16113d51b718: Waiting 06:50:09 013d7b5edf9e: Pushed 06:50:09 1d1ed5c47ec5: Layer already exists 06:50:09 7ae5eb703b64: Layer already exists 06:50:09 16113d51b718: Layer already exists 06:50:09 35778746acc1: Pushed 06:50:09 54ec8ce5f48a: Pushed 06:50:09 a315cf2c2dfa: Pushed 06:50:13 9bed5c5533d9: Pushed 06:50:14 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:ea8fec03fdf35741f8a42611d17f0fd93a01f0c6fcb3f1097c7e12efad636ff4 size: 1987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:14 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:14 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 06:50:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 06:50:14 35778746acc1: Preparing 06:50:14 013d7b5edf9e: Preparing 06:50:14 9bed5c5533d9: Preparing 06:50:14 7ae5eb703b64: Preparing 06:50:14 1d1ed5c47ec5: Preparing 06:50:14 a315cf2c2dfa: Preparing 06:50:14 a315cf2c2dfa: Waiting 06:50:14 54ec8ce5f48a: Preparing 06:50:14 16113d51b718: Preparing 06:50:14 54ec8ce5f48a: Waiting 06:50:14 16113d51b718: Waiting 06:50:14 013d7b5edf9e: Layer already exists 06:50:14 35778746acc1: Layer already exists 06:50:14 7ae5eb703b64: Layer already exists 06:50:14 1d1ed5c47ec5: Layer already exists 06:50:14 9bed5c5533d9: Layer already exists 06:50:14 54ec8ce5f48a: Layer already exists 06:50:14 16113d51b718: Layer already exists 06:50:14 a315cf2c2dfa: Layer already exists 06:50:15 latest: digest: sha256:ea8fec03fdf35741f8a42611d17f0fd93a01f0c6fcb3f1097c7e12efad636ff4 size: 1987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:15 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:15 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.92 06:50:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 06:50:15 35778746acc1: Preparing 06:50:15 013d7b5edf9e: Preparing 06:50:15 9bed5c5533d9: Preparing 06:50:15 7ae5eb703b64: Preparing 06:50:15 1d1ed5c47ec5: Preparing 06:50:15 a315cf2c2dfa: Preparing 06:50:15 54ec8ce5f48a: Preparing 06:50:15 16113d51b718: Preparing 06:50:15 a315cf2c2dfa: Waiting 06:50:15 54ec8ce5f48a: Waiting 06:50:15 16113d51b718: Waiting 06:50:15 35778746acc1: Layer already exists 06:50:15 7ae5eb703b64: Layer already exists 06:50:15 013d7b5edf9e: Layer already exists 06:50:15 9bed5c5533d9: Layer already exists 06:50:15 1d1ed5c47ec5: Layer already exists 06:50:15 54ec8ce5f48a: Layer already exists 06:50:15 16113d51b718: Layer already exists 06:50:15 a315cf2c2dfa: Layer already exists 06:50:16 3.2.0-dev.92: digest: sha256:ea8fec03fdf35741f8a42611d17f0fd93a01f0c6fcb3f1097c7e12efad636ff4 size: 1987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:16 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:16 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:50:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 06:50:16 35778746acc1: Preparing 06:50:16 013d7b5edf9e: Preparing 06:50:16 9bed5c5533d9: Preparing 06:50:16 7ae5eb703b64: Preparing 06:50:16 1d1ed5c47ec5: Preparing 06:50:16 a315cf2c2dfa: Preparing 06:50:16 54ec8ce5f48a: Preparing 06:50:16 16113d51b718: Preparing 06:50:16 a315cf2c2dfa: Waiting 06:50:16 54ec8ce5f48a: Waiting 06:50:16 16113d51b718: Waiting 06:50:16 7ae5eb703b64: Layer already exists 06:50:16 1d1ed5c47ec5: Layer already exists 06:50:16 9bed5c5533d9: Layer already exists 06:50:16 013d7b5edf9e: Layer already exists 06:50:16 35778746acc1: Layer already exists 06:50:16 54ec8ce5f48a: Layer already exists 06:50:16 a315cf2c2dfa: Layer already exists 06:50:16 16113d51b718: Layer already exists 06:50:17 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:ea8fec03fdf35741f8a42611d17f0fd93a01f0c6fcb3f1097c7e12efad636ff4 size: 1987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:17 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:17 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 06:50:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 06:50:17 35778746acc1: Preparing 06:50:17 013d7b5edf9e: Preparing 06:50:17 9bed5c5533d9: Preparing 06:50:17 7ae5eb703b64: Preparing 06:50:17 1d1ed5c47ec5: Preparing 06:50:17 a315cf2c2dfa: Preparing 06:50:17 54ec8ce5f48a: Preparing 06:50:17 16113d51b718: Preparing 06:50:17 54ec8ce5f48a: Waiting 06:50:17 16113d51b718: Waiting 06:50:17 a315cf2c2dfa: Waiting 06:50:17 9bed5c5533d9: Layer already exists 06:50:17 013d7b5edf9e: Layer already exists 06:50:17 1d1ed5c47ec5: Layer already exists 06:50:17 35778746acc1: Layer already exists 06:50:17 7ae5eb703b64: Layer already exists 06:50:17 a315cf2c2dfa: Layer already exists 06:50:17 16113d51b718: Layer already exists 06:50:17 54ec8ce5f48a: Layer already exists 06:50:18 main: digest: sha256:ea8fec03fdf35741f8a42611d17f0fd93a01f0c6fcb3f1097c7e12efad636ff4 size: 1987 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:50:18 ===================================================== [Pipeline] echo 06:50:18 taggedImages: 06:50:18 - nexus3.edgexfoundry.org:10004/core-data-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 06:50:18 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 06:50:18 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.92 06:50:18 - nexus3.edgexfoundry.org:10004/core-data-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:50:18 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 06:50:18 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 06:50:18 77e0adce47a12d7dc08b393082bf391b7f950b01 06:50:18 latest 06:50:18 3.2.0-dev.92 06:50:18 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:50:18 main 06:50:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:18 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:18 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 06:50:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 06:50:18 bf000415ab87: Preparing 06:50:18 554276744633: Preparing 06:50:18 ca0bd833db11: Preparing 06:50:18 1d1ed5c47ec5: Preparing 06:50:18 21e1e7297d03: Preparing 06:50:18 7470f0a766ba: Preparing 06:50:18 16113d51b718: Preparing 06:50:18 7470f0a766ba: Waiting 06:50:18 16113d51b718: Waiting 06:50:18 1d1ed5c47ec5: Layer already exists 06:50:19 554276744633: Pushed 06:50:19 bf000415ab87: Pushed 06:50:19 16113d51b718: Layer already exists 06:50:19 21e1e7297d03: Pushed 06:50:19 7470f0a766ba: Pushed 06:50:24 ca0bd833db11: Pushed 06:50:24 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:ef478ed718bbb3d49eb6b8e27e6e1af160555549d0f6da02b31aad0b8da2fdb0 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:24 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:25 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 06:50:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 06:50:25 bf000415ab87: Preparing 06:50:25 554276744633: Preparing 06:50:25 ca0bd833db11: Preparing 06:50:25 1d1ed5c47ec5: Preparing 06:50:25 21e1e7297d03: Preparing 06:50:25 7470f0a766ba: Preparing 06:50:25 16113d51b718: Preparing 06:50:25 7470f0a766ba: Waiting 06:50:25 16113d51b718: Waiting 06:50:25 1d1ed5c47ec5: Layer already exists 06:50:25 bf000415ab87: Layer already exists 06:50:25 ca0bd833db11: Layer already exists 06:50:25 554276744633: Layer already exists 06:50:25 21e1e7297d03: Layer already exists 06:50:25 16113d51b718: Layer already exists 06:50:25 7470f0a766ba: Layer already exists 06:50:25 latest: digest: sha256:ef478ed718bbb3d49eb6b8e27e6e1af160555549d0f6da02b31aad0b8da2fdb0 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:25 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:26 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.92 06:50:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 06:50:26 bf000415ab87: Preparing 06:50:26 554276744633: Preparing 06:50:26 ca0bd833db11: Preparing 06:50:26 1d1ed5c47ec5: Preparing 06:50:26 21e1e7297d03: Preparing 06:50:26 7470f0a766ba: Preparing 06:50:26 16113d51b718: Preparing 06:50:26 7470f0a766ba: Waiting 06:50:26 16113d51b718: Waiting 06:50:26 21e1e7297d03: Layer already exists 06:50:26 ca0bd833db11: Layer already exists 06:50:26 1d1ed5c47ec5: Layer already exists 06:50:26 bf000415ab87: Layer already exists 06:50:26 554276744633: Layer already exists 06:50:26 16113d51b718: Layer already exists 06:50:26 7470f0a766ba: Layer already exists 06:50:26 3.2.0-dev.92: digest: sha256:ef478ed718bbb3d49eb6b8e27e6e1af160555549d0f6da02b31aad0b8da2fdb0 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:26 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:27 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:50:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 06:50:27 bf000415ab87: Preparing 06:50:27 554276744633: Preparing 06:50:27 ca0bd833db11: Preparing 06:50:27 1d1ed5c47ec5: Preparing 06:50:27 21e1e7297d03: Preparing 06:50:27 7470f0a766ba: Preparing 06:50:27 16113d51b718: Preparing 06:50:27 16113d51b718: Waiting 06:50:27 7470f0a766ba: Waiting 06:50:27 21e1e7297d03: Layer already exists 06:50:27 554276744633: Layer already exists 06:50:27 ca0bd833db11: Layer already exists 06:50:27 bf000415ab87: Layer already exists 06:50:27 1d1ed5c47ec5: Layer already exists 06:50:27 7470f0a766ba: Layer already exists 06:50:27 16113d51b718: Layer already exists 06:50:27 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:ef478ed718bbb3d49eb6b8e27e6e1af160555549d0f6da02b31aad0b8da2fdb0 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:27 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:28 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 06:50:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 06:50:28 bf000415ab87: Preparing 06:50:28 554276744633: Preparing 06:50:28 ca0bd833db11: Preparing 06:50:28 1d1ed5c47ec5: Preparing 06:50:28 21e1e7297d03: Preparing 06:50:28 7470f0a766ba: Preparing 06:50:28 16113d51b718: Preparing 06:50:28 7470f0a766ba: Waiting 06:50:28 16113d51b718: Waiting 06:50:28 bf000415ab87: Layer already exists 06:50:28 21e1e7297d03: Layer already exists 06:50:28 554276744633: Layer already exists 06:50:28 ca0bd833db11: Layer already exists 06:50:28 1d1ed5c47ec5: Layer already exists 06:50:28 16113d51b718: Layer already exists 06:50:28 7470f0a766ba: Layer already exists 06:50:28 main: digest: sha256:ef478ed718bbb3d49eb6b8e27e6e1af160555549d0f6da02b31aad0b8da2fdb0 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:50:28 ===================================================== [Pipeline] echo 06:50:28 taggedImages: 06:50:28 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 06:50:28 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 06:50:28 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.92 06:50:28 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:50:28 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 06:50:28 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 06:50:28 77e0adce47a12d7dc08b393082bf391b7f950b01 06:50:28 latest 06:50:28 3.2.0-dev.92 06:50:28 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:50:28 main 06:50:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:29 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:29 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 06:50:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 06:50:29 b6ed0860b5bc: Preparing 06:50:29 683382d4e18b: Preparing 06:50:29 898b98709ba4: Preparing 06:50:29 29785ebf1485: Preparing 06:50:29 7ae5eb703b64: Preparing 06:50:29 1d1ed5c47ec5: Preparing 06:50:29 3219d7568d1c: Preparing 06:50:29 e6875a927c14: Preparing 06:50:29 16113d51b718: Preparing 06:50:29 3219d7568d1c: Waiting 06:50:29 e6875a927c14: Waiting 06:50:29 16113d51b718: Waiting 06:50:29 1d1ed5c47ec5: Waiting 06:50:29 7ae5eb703b64: Layer already exists 06:50:29 1d1ed5c47ec5: Layer already exists 06:50:29 683382d4e18b: Pushed 06:50:29 898b98709ba4: Pushed 06:50:29 3219d7568d1c: Layer already exists 06:50:29 e6875a927c14: Layer already exists 06:50:29 b6ed0860b5bc: Pushed 06:50:29 16113d51b718: Layer already exists 06:50:35 29785ebf1485: Pushed 06:50:35 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:68ba9458a099e763e788a3a528d009be9ed7988b3893b6e1e2909829525d1e56 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:35 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:35 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 06:50:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 06:50:35 b6ed0860b5bc: Preparing 06:50:35 683382d4e18b: Preparing 06:50:35 898b98709ba4: Preparing 06:50:35 29785ebf1485: Preparing 06:50:35 7ae5eb703b64: Preparing 06:50:35 1d1ed5c47ec5: Preparing 06:50:35 3219d7568d1c: Preparing 06:50:35 e6875a927c14: Preparing 06:50:35 16113d51b718: Preparing 06:50:35 1d1ed5c47ec5: Waiting 06:50:35 3219d7568d1c: Waiting 06:50:35 e6875a927c14: Waiting 06:50:35 16113d51b718: Waiting 06:50:35 b6ed0860b5bc: Layer already exists 06:50:35 29785ebf1485: Layer already exists 06:50:35 683382d4e18b: Layer already exists 06:50:35 898b98709ba4: Layer already exists 06:50:35 7ae5eb703b64: Layer already exists 06:50:35 1d1ed5c47ec5: Layer already exists 06:50:35 3219d7568d1c: Layer already exists 06:50:35 e6875a927c14: Layer already exists 06:50:35 16113d51b718: Layer already exists 06:50:36 latest: digest: sha256:68ba9458a099e763e788a3a528d009be9ed7988b3893b6e1e2909829525d1e56 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:36 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:36 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.92 06:50:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 06:50:36 b6ed0860b5bc: Preparing 06:50:36 683382d4e18b: Preparing 06:50:36 898b98709ba4: Preparing 06:50:36 29785ebf1485: Preparing 06:50:36 7ae5eb703b64: Preparing 06:50:36 1d1ed5c47ec5: Preparing 06:50:36 3219d7568d1c: Preparing 06:50:36 e6875a927c14: Preparing 06:50:36 16113d51b718: Preparing 06:50:36 1d1ed5c47ec5: Waiting 06:50:36 3219d7568d1c: Waiting 06:50:36 e6875a927c14: Waiting 06:50:36 16113d51b718: Waiting 06:50:36 683382d4e18b: Layer already exists 06:50:36 b6ed0860b5bc: Layer already exists 06:50:36 898b98709ba4: Layer already exists 06:50:36 29785ebf1485: Layer already exists 06:50:36 7ae5eb703b64: Layer already exists 06:50:36 16113d51b718: Layer already exists 06:50:36 e6875a927c14: Layer already exists 06:50:36 1d1ed5c47ec5: Layer already exists 06:50:36 3219d7568d1c: Layer already exists 06:50:37 3.2.0-dev.92: digest: sha256:68ba9458a099e763e788a3a528d009be9ed7988b3893b6e1e2909829525d1e56 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:37 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:37 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:50:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 06:50:37 b6ed0860b5bc: Preparing 06:50:37 683382d4e18b: Preparing 06:50:37 898b98709ba4: Preparing 06:50:37 29785ebf1485: Preparing 06:50:37 7ae5eb703b64: Preparing 06:50:37 1d1ed5c47ec5: Preparing 06:50:37 3219d7568d1c: Preparing 06:50:37 e6875a927c14: Preparing 06:50:37 3219d7568d1c: Waiting 06:50:37 16113d51b718: Preparing 06:50:37 e6875a927c14: Waiting 06:50:37 16113d51b718: Waiting 06:50:37 898b98709ba4: Layer already exists 06:50:37 29785ebf1485: Layer already exists 06:50:37 7ae5eb703b64: Layer already exists 06:50:37 b6ed0860b5bc: Layer already exists 06:50:37 683382d4e18b: Layer already exists 06:50:37 1d1ed5c47ec5: Layer already exists 06:50:37 16113d51b718: Layer already exists 06:50:37 3219d7568d1c: Layer already exists 06:50:37 e6875a927c14: Layer already exists 06:50:38 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:68ba9458a099e763e788a3a528d009be9ed7988b3893b6e1e2909829525d1e56 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:38 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:38 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 06:50:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 06:50:39 b6ed0860b5bc: Preparing 06:50:39 683382d4e18b: Preparing 06:50:39 898b98709ba4: Preparing 06:50:39 29785ebf1485: Preparing 06:50:39 7ae5eb703b64: Preparing 06:50:39 1d1ed5c47ec5: Preparing 06:50:39 3219d7568d1c: Preparing 06:50:39 e6875a927c14: Preparing 06:50:39 16113d51b718: Preparing 06:50:39 1d1ed5c47ec5: Waiting 06:50:39 3219d7568d1c: Waiting 06:50:39 e6875a927c14: Waiting 06:50:39 16113d51b718: Waiting 06:50:39 7ae5eb703b64: Layer already exists 06:50:39 898b98709ba4: Layer already exists 06:50:39 683382d4e18b: Layer already exists 06:50:39 29785ebf1485: Layer already exists 06:50:39 b6ed0860b5bc: Layer already exists 06:50:39 3219d7568d1c: Layer already exists 06:50:39 1d1ed5c47ec5: Layer already exists 06:50:39 16113d51b718: Layer already exists 06:50:39 e6875a927c14: Layer already exists 06:50:39 main: digest: sha256:68ba9458a099e763e788a3a528d009be9ed7988b3893b6e1e2909829525d1e56 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:50:39 ===================================================== [Pipeline] echo 06:50:39 taggedImages: 06:50:39 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 06:50:39 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 06:50:39 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.92 06:50:39 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:50:39 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 06:50:39 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 06:50:39 77e0adce47a12d7dc08b393082bf391b7f950b01 06:50:39 latest 06:50:39 3.2.0-dev.92 06:50:39 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:50:39 main 06:50:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:39 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:39 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 06:50:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 06:50:39 fc0ef5a3ec18: Preparing 06:50:39 8d3d6a9970ca: Preparing 06:50:39 c729040222dc: Preparing 06:50:39 85d4c384497c: Preparing 06:50:39 bfef39b33311: Preparing 06:50:39 1725113a9f5c: Preparing 06:50:39 705bf82b9cdf: Preparing 06:50:39 90aefb5735ed: Preparing 06:50:39 7ae5eb703b64: Preparing 06:50:39 1d1ed5c47ec5: Preparing 06:50:39 46d784a6a3e0: Preparing 06:50:39 81f7f71476ca: Preparing 06:50:39 1725113a9f5c: Waiting 06:50:39 5f70bf18a086: Preparing 06:50:39 6ca5064235b4: Preparing 06:50:39 8985d45ea101: Preparing 06:50:39 705bf82b9cdf: Waiting 06:50:39 d6c3e14f1153: Preparing 06:50:39 90aefb5735ed: Waiting 06:50:39 16113d51b718: Preparing 06:50:39 7ae5eb703b64: Waiting 06:50:39 1d1ed5c47ec5: Waiting 06:50:39 46d784a6a3e0: Waiting 06:50:39 81f7f71476ca: Waiting 06:50:39 d6c3e14f1153: Waiting 06:50:39 16113d51b718: Waiting 06:50:39 6ca5064235b4: Waiting 06:50:39 8985d45ea101: Waiting 06:50:39 5f70bf18a086: Waiting 06:50:40 c729040222dc: Pushed 06:50:40 85d4c384497c: Pushed 06:50:40 8d3d6a9970ca: Pushed 06:50:40 bfef39b33311: Pushed 06:50:40 fc0ef5a3ec18: Pushed 06:50:40 7ae5eb703b64: Layer already exists 06:50:40 1d1ed5c47ec5: Layer already exists 06:50:40 1725113a9f5c: Pushed 06:50:40 705bf82b9cdf: Pushed 06:50:40 5f70bf18a086: Layer already exists 06:50:40 46d784a6a3e0: Pushed 06:50:40 81f7f71476ca: Pushed 06:50:40 16113d51b718: Layer already exists 06:50:40 6ca5064235b4: Pushed 06:50:40 8985d45ea101: Pushed 06:50:40 d6c3e14f1153: Pushed 06:50:43 90aefb5735ed: Pushed 06:50:43 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:92cc5e744d73c4a8e7596ec34de2004534e2198ef8f0f1b60223c657e4c0daa0 size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:43 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:44 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 06:50:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 06:50:44 fc0ef5a3ec18: Preparing 06:50:44 8d3d6a9970ca: Preparing 06:50:44 c729040222dc: Preparing 06:50:44 85d4c384497c: Preparing 06:50:44 bfef39b33311: Preparing 06:50:44 1725113a9f5c: Preparing 06:50:44 705bf82b9cdf: Preparing 06:50:44 90aefb5735ed: Preparing 06:50:44 7ae5eb703b64: Preparing 06:50:44 1d1ed5c47ec5: Preparing 06:50:44 46d784a6a3e0: Preparing 06:50:44 81f7f71476ca: Preparing 06:50:44 5f70bf18a086: Preparing 06:50:44 6ca5064235b4: Preparing 06:50:44 8985d45ea101: Preparing 06:50:44 d6c3e14f1153: Preparing 06:50:44 16113d51b718: Preparing 06:50:44 90aefb5735ed: Waiting 06:50:44 7ae5eb703b64: Waiting 06:50:44 1d1ed5c47ec5: Waiting 06:50:44 46d784a6a3e0: Waiting 06:50:44 81f7f71476ca: Waiting 06:50:44 5f70bf18a086: Waiting 06:50:44 6ca5064235b4: Waiting 06:50:44 8985d45ea101: Waiting 06:50:44 d6c3e14f1153: Waiting 06:50:44 16113d51b718: Waiting 06:50:44 1725113a9f5c: Waiting 06:50:44 705bf82b9cdf: Waiting 06:50:44 fc0ef5a3ec18: Layer already exists 06:50:44 c729040222dc: Layer already exists 06:50:44 8d3d6a9970ca: Layer already exists 06:50:44 bfef39b33311: Layer already exists 06:50:44 85d4c384497c: Layer already exists 06:50:44 705bf82b9cdf: Layer already exists 06:50:44 1725113a9f5c: Layer already exists 06:50:44 90aefb5735ed: Layer already exists 06:50:44 1d1ed5c47ec5: Layer already exists 06:50:44 7ae5eb703b64: Layer already exists 06:50:44 81f7f71476ca: Layer already exists 06:50:44 5f70bf18a086: Layer already exists 06:50:44 6ca5064235b4: Layer already exists 06:50:44 8985d45ea101: Layer already exists 06:50:44 46d784a6a3e0: Layer already exists 06:50:44 d6c3e14f1153: Layer already exists 06:50:44 16113d51b718: Layer already exists 06:50:44 latest: digest: sha256:92cc5e744d73c4a8e7596ec34de2004534e2198ef8f0f1b60223c657e4c0daa0 size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:44 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:45 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.92 06:50:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 06:50:45 fc0ef5a3ec18: Preparing 06:50:45 8d3d6a9970ca: Preparing 06:50:45 c729040222dc: Preparing 06:50:45 85d4c384497c: Preparing 06:50:45 bfef39b33311: Preparing 06:50:45 1725113a9f5c: Preparing 06:50:45 705bf82b9cdf: Preparing 06:50:45 90aefb5735ed: Preparing 06:50:45 7ae5eb703b64: Preparing 06:50:45 1d1ed5c47ec5: Preparing 06:50:45 46d784a6a3e0: Preparing 06:50:45 81f7f71476ca: Preparing 06:50:45 5f70bf18a086: Preparing 06:50:45 6ca5064235b4: Preparing 06:50:45 8985d45ea101: Preparing 06:50:45 d6c3e14f1153: Preparing 06:50:45 16113d51b718: Preparing 06:50:45 1725113a9f5c: Waiting 06:50:45 705bf82b9cdf: Waiting 06:50:45 90aefb5735ed: Waiting 06:50:45 81f7f71476ca: Waiting 06:50:45 7ae5eb703b64: Waiting 06:50:45 1d1ed5c47ec5: Waiting 06:50:45 46d784a6a3e0: Waiting 06:50:45 5f70bf18a086: Waiting 06:50:45 6ca5064235b4: Waiting 06:50:45 8985d45ea101: Waiting 06:50:45 16113d51b718: Waiting 06:50:45 d6c3e14f1153: Waiting 06:50:45 c729040222dc: Layer already exists 06:50:45 85d4c384497c: Layer already exists 06:50:45 fc0ef5a3ec18: Layer already exists 06:50:45 bfef39b33311: Layer already exists 06:50:45 8d3d6a9970ca: Layer already exists 06:50:45 1725113a9f5c: Layer already exists 06:50:45 705bf82b9cdf: Layer already exists 06:50:45 7ae5eb703b64: Layer already exists 06:50:45 90aefb5735ed: Layer already exists 06:50:45 1d1ed5c47ec5: Layer already exists 06:50:45 6ca5064235b4: Layer already exists 06:50:45 5f70bf18a086: Layer already exists 06:50:45 81f7f71476ca: Layer already exists 06:50:45 46d784a6a3e0: Layer already exists 06:50:45 8985d45ea101: Layer already exists 06:50:45 d6c3e14f1153: Layer already exists 06:50:45 16113d51b718: Layer already exists 06:50:45 3.2.0-dev.92: digest: sha256:92cc5e744d73c4a8e7596ec34de2004534e2198ef8f0f1b60223c657e4c0daa0 size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:45 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:46 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:50:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 06:50:46 fc0ef5a3ec18: Preparing 06:50:46 8d3d6a9970ca: Preparing 06:50:46 c729040222dc: Preparing 06:50:46 85d4c384497c: Preparing 06:50:46 bfef39b33311: Preparing 06:50:46 1725113a9f5c: Preparing 06:50:46 705bf82b9cdf: Preparing 06:50:46 90aefb5735ed: Preparing 06:50:46 7ae5eb703b64: Preparing 06:50:46 1d1ed5c47ec5: Preparing 06:50:46 46d784a6a3e0: Preparing 06:50:46 81f7f71476ca: Preparing 06:50:46 5f70bf18a086: Preparing 06:50:46 6ca5064235b4: Preparing 06:50:46 8985d45ea101: Preparing 06:50:46 d6c3e14f1153: Preparing 06:50:46 16113d51b718: Preparing 06:50:46 1d1ed5c47ec5: Waiting 06:50:46 46d784a6a3e0: Waiting 06:50:46 81f7f71476ca: Waiting 06:50:46 5f70bf18a086: Waiting 06:50:46 6ca5064235b4: Waiting 06:50:46 8985d45ea101: Waiting 06:50:46 d6c3e14f1153: Waiting 06:50:46 1725113a9f5c: Waiting 06:50:46 705bf82b9cdf: Waiting 06:50:46 16113d51b718: Waiting 06:50:46 90aefb5735ed: Waiting 06:50:46 7ae5eb703b64: Waiting 06:50:46 c729040222dc: Layer already exists 06:50:46 fc0ef5a3ec18: Layer already exists 06:50:46 bfef39b33311: Layer already exists 06:50:46 85d4c384497c: Layer already exists 06:50:46 8d3d6a9970ca: Layer already exists 06:50:46 7ae5eb703b64: Layer already exists 06:50:46 90aefb5735ed: Layer already exists 06:50:46 1725113a9f5c: Layer already exists 06:50:46 705bf82b9cdf: Layer already exists 06:50:46 1d1ed5c47ec5: Layer already exists 06:50:46 46d784a6a3e0: Layer already exists 06:50:46 6ca5064235b4: Layer already exists 06:50:46 5f70bf18a086: Layer already exists 06:50:46 81f7f71476ca: Layer already exists 06:50:46 8985d45ea101: Layer already exists 06:50:46 d6c3e14f1153: Layer already exists 06:50:46 16113d51b718: Layer already exists 06:50:46 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:92cc5e744d73c4a8e7596ec34de2004534e2198ef8f0f1b60223c657e4c0daa0 size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:46 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:47 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 06:50:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 06:50:47 fc0ef5a3ec18: Preparing 06:50:47 8d3d6a9970ca: Preparing 06:50:47 c729040222dc: Preparing 06:50:47 85d4c384497c: Preparing 06:50:47 bfef39b33311: Preparing 06:50:47 1725113a9f5c: Preparing 06:50:47 705bf82b9cdf: Preparing 06:50:47 90aefb5735ed: Preparing 06:50:47 7ae5eb703b64: Preparing 06:50:47 1d1ed5c47ec5: Preparing 06:50:47 46d784a6a3e0: Preparing 06:50:47 81f7f71476ca: Preparing 06:50:47 5f70bf18a086: Preparing 06:50:47 6ca5064235b4: Preparing 06:50:47 8985d45ea101: Preparing 06:50:47 d6c3e14f1153: Preparing 06:50:47 16113d51b718: Preparing 06:50:47 1d1ed5c47ec5: Waiting 06:50:47 46d784a6a3e0: Waiting 06:50:47 81f7f71476ca: Waiting 06:50:47 6ca5064235b4: Waiting 06:50:47 8985d45ea101: Waiting 06:50:47 5f70bf18a086: Waiting 06:50:47 d6c3e14f1153: Waiting 06:50:47 16113d51b718: Waiting 06:50:47 1725113a9f5c: Waiting 06:50:47 90aefb5735ed: Waiting 06:50:47 705bf82b9cdf: Waiting 06:50:47 85d4c384497c: Layer already exists 06:50:47 fc0ef5a3ec18: Layer already exists 06:50:47 bfef39b33311: Layer already exists 06:50:47 c729040222dc: Layer already exists 06:50:47 8d3d6a9970ca: Layer already exists 06:50:47 1725113a9f5c: Layer already exists 06:50:47 705bf82b9cdf: Layer already exists 06:50:47 7ae5eb703b64: Layer already exists 06:50:47 90aefb5735ed: Layer already exists 06:50:47 1d1ed5c47ec5: Layer already exists 06:50:47 8985d45ea101: Layer already exists 06:50:47 46d784a6a3e0: Layer already exists 06:50:47 81f7f71476ca: Layer already exists 06:50:47 5f70bf18a086: Layer already exists 06:50:47 16113d51b718: Layer already exists 06:50:47 d6c3e14f1153: Layer already exists 06:50:47 6ca5064235b4: Layer already exists 06:50:47 main: digest: sha256:92cc5e744d73c4a8e7596ec34de2004534e2198ef8f0f1b60223c657e4c0daa0 size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:50:47 ===================================================== [Pipeline] echo 06:50:47 taggedImages: 06:50:47 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 06:50:47 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 06:50:47 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.92 06:50:47 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:50:47 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 06:50:47 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 06:50:47 77e0adce47a12d7dc08b393082bf391b7f950b01 06:50:47 latest 06:50:47 3.2.0-dev.92 06:50:47 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:50:47 main 06:50:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:48 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:48 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 06:50:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 06:50:48 9017c35ab125: Preparing 06:50:48 53e0a0fc8835: Preparing 06:50:48 b5e2a8890295: Preparing 06:50:48 81b92b0e42fd: Preparing 06:50:48 7ae5eb703b64: Preparing 06:50:48 1d1ed5c47ec5: Preparing 06:50:48 3219d7568d1c: Preparing 06:50:48 e6875a927c14: Preparing 06:50:48 16113d51b718: Preparing 06:50:48 3219d7568d1c: Waiting 06:50:48 e6875a927c14: Waiting 06:50:48 16113d51b718: Waiting 06:50:48 1d1ed5c47ec5: Waiting 06:50:48 7ae5eb703b64: Layer already exists 06:50:48 1d1ed5c47ec5: Layer already exists 06:50:48 53e0a0fc8835: Pushed 06:50:48 b5e2a8890295: Pushed 06:50:48 3219d7568d1c: Layer already exists 06:50:48 9017c35ab125: Pushed 06:50:48 e6875a927c14: Layer already exists 06:50:48 16113d51b718: Layer already exists 06:50:52 81b92b0e42fd: Pushed 06:50:52 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:48ad1c8e71758d149053b069eab193b8e03f77b7bfdb4269b3b9b0fee4516cc7 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:53 + 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 06:50:53 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 06:50:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 06:50:53 9017c35ab125: Preparing 06:50:53 53e0a0fc8835: Preparing 06:50:53 b5e2a8890295: Preparing 06:50:53 81b92b0e42fd: Preparing 06:50:53 7ae5eb703b64: Preparing 06:50:53 1d1ed5c47ec5: Preparing 06:50:53 3219d7568d1c: Preparing 06:50:53 e6875a927c14: Preparing 06:50:53 16113d51b718: Preparing 06:50:53 3219d7568d1c: Waiting 06:50:53 e6875a927c14: Waiting 06:50:53 16113d51b718: Waiting 06:50:53 1d1ed5c47ec5: Waiting 06:50:53 81b92b0e42fd: Layer already exists 06:50:53 b5e2a8890295: Layer already exists 06:50:53 9017c35ab125: Layer already exists 06:50:53 53e0a0fc8835: Layer already exists 06:50:53 7ae5eb703b64: Layer already exists 06:50:53 3219d7568d1c: Layer already exists 06:50:53 1d1ed5c47ec5: Layer already exists 06:50:53 e6875a927c14: Layer already exists 06:50:53 16113d51b718: Layer already exists 06:50:53 latest: digest: sha256:48ad1c8e71758d149053b069eab193b8e03f77b7bfdb4269b3b9b0fee4516cc7 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:54 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:54 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.92 06:50:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 06:50:54 9017c35ab125: Preparing 06:50:54 53e0a0fc8835: Preparing 06:50:54 b5e2a8890295: Preparing 06:50:54 81b92b0e42fd: Preparing 06:50:54 7ae5eb703b64: Preparing 06:50:54 1d1ed5c47ec5: Preparing 06:50:54 3219d7568d1c: Preparing 06:50:54 e6875a927c14: Preparing 06:50:54 1d1ed5c47ec5: Waiting 06:50:54 16113d51b718: Preparing 06:50:54 3219d7568d1c: Waiting 06:50:54 e6875a927c14: Waiting 06:50:54 b5e2a8890295: Layer already exists 06:50:54 9017c35ab125: Layer already exists 06:50:54 53e0a0fc8835: Layer already exists 06:50:54 7ae5eb703b64: Layer already exists 06:50:54 81b92b0e42fd: Layer already exists 06:50:54 1d1ed5c47ec5: Layer already exists 06:50:54 e6875a927c14: Layer already exists 06:50:54 16113d51b718: Layer already exists 06:50:54 3219d7568d1c: Layer already exists 06:50:54 3.2.0-dev.92: digest: sha256:48ad1c8e71758d149053b069eab193b8e03f77b7bfdb4269b3b9b0fee4516cc7 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:55 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:55 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:50:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 06:50:55 9017c35ab125: Preparing 06:50:55 53e0a0fc8835: Preparing 06:50:55 b5e2a8890295: Preparing 06:50:55 81b92b0e42fd: Preparing 06:50:55 7ae5eb703b64: Preparing 06:50:55 1d1ed5c47ec5: Preparing 06:50:55 3219d7568d1c: Preparing 06:50:55 e6875a927c14: Preparing 06:50:55 16113d51b718: Preparing 06:50:55 1d1ed5c47ec5: Waiting 06:50:55 16113d51b718: Waiting 06:50:55 3219d7568d1c: Waiting 06:50:55 e6875a927c14: Waiting 06:50:55 b5e2a8890295: Layer already exists 06:50:55 81b92b0e42fd: Layer already exists 06:50:55 9017c35ab125: Layer already exists 06:50:55 53e0a0fc8835: Layer already exists 06:50:55 7ae5eb703b64: Layer already exists 06:50:55 1d1ed5c47ec5: Layer already exists 06:50:55 e6875a927c14: Layer already exists 06:50:55 3219d7568d1c: Layer already exists 06:50:55 16113d51b718: Layer already exists 06:50:55 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:48ad1c8e71758d149053b069eab193b8e03f77b7bfdb4269b3b9b0fee4516cc7 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:56 + 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 06:50:56 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 06:50:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 06:50:56 9017c35ab125: Preparing 06:50:56 53e0a0fc8835: Preparing 06:50:56 b5e2a8890295: Preparing 06:50:56 81b92b0e42fd: Preparing 06:50:56 7ae5eb703b64: Preparing 06:50:56 1d1ed5c47ec5: Preparing 06:50:56 3219d7568d1c: Preparing 06:50:56 e6875a927c14: Preparing 06:50:56 16113d51b718: Preparing 06:50:56 3219d7568d1c: Waiting 06:50:56 e6875a927c14: Waiting 06:50:56 16113d51b718: Waiting 06:50:56 1d1ed5c47ec5: Waiting 06:50:56 b5e2a8890295: Layer already exists 06:50:56 7ae5eb703b64: Layer already exists 06:50:56 53e0a0fc8835: Layer already exists 06:50:56 9017c35ab125: Layer already exists 06:50:56 81b92b0e42fd: Layer already exists 06:50:56 1d1ed5c47ec5: Layer already exists 06:50:56 3219d7568d1c: Layer already exists 06:50:56 e6875a927c14: Layer already exists 06:50:56 16113d51b718: Layer already exists 06:50:56 main: digest: sha256:48ad1c8e71758d149053b069eab193b8e03f77b7bfdb4269b3b9b0fee4516cc7 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:50:56 ===================================================== [Pipeline] echo 06:50:56 taggedImages: 06:50:56 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 06:50:56 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 06:50:56 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.92 06:50:56 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:50:56 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 06:50:57 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 06:50:57 77e0adce47a12d7dc08b393082bf391b7f950b01 06:50:57 latest 06:50:57 3.2.0-dev.92 06:50:57 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:50:57 main 06:50:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:57 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:57 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 06:50:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 06:50:57 bcf833262a24: Preparing 06:50:57 11c3e4ea1e6b: Preparing 06:50:57 428484da4742: Preparing 06:50:57 fd22ce4d5a3d: Preparing 06:50:57 1e2694ee8cde: Preparing 06:50:57 7ae5eb703b64: Preparing 06:50:57 1d1ed5c47ec5: Preparing 06:50:57 764809cbedf8: Preparing 06:50:57 8700894d1bb0: Preparing 06:50:57 5d6fe0dd9697: Preparing 06:50:57 16113d51b718: Preparing 06:50:57 7ae5eb703b64: Waiting 06:50:57 1d1ed5c47ec5: Waiting 06:50:57 764809cbedf8: Waiting 06:50:57 8700894d1bb0: Waiting 06:50:57 5d6fe0dd9697: Waiting 06:50:57 16113d51b718: Waiting 06:50:58 1e2694ee8cde: Pushed 06:50:58 bcf833262a24: Pushed 06:50:58 7ae5eb703b64: Layer already exists 06:50:58 11c3e4ea1e6b: Pushed 06:50:58 fd22ce4d5a3d: Pushed 06:50:58 1d1ed5c47ec5: Layer already exists 06:50:58 16113d51b718: Layer already exists 06:50:58 764809cbedf8: Pushed 06:50:58 8700894d1bb0: Pushed 06:51:00 428484da4742: Pushed 06:51:00 5d6fe0dd9697: Pushed 06:51:01 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:b316857ec6d8e2fa04484cb034684a28a6d9d34b4292195dad7481984a5681a6 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:01 + 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 06:51:01 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 06:51:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 06:51:01 bcf833262a24: Preparing 06:51:01 11c3e4ea1e6b: Preparing 06:51:01 428484da4742: Preparing 06:51:01 fd22ce4d5a3d: Preparing 06:51:01 1e2694ee8cde: Preparing 06:51:01 7ae5eb703b64: Preparing 06:51:01 1d1ed5c47ec5: Preparing 06:51:01 764809cbedf8: Preparing 06:51:01 8700894d1bb0: Preparing 06:51:01 5d6fe0dd9697: Preparing 06:51:01 16113d51b718: Preparing 06:51:01 7ae5eb703b64: Waiting 06:51:01 1d1ed5c47ec5: Waiting 06:51:01 764809cbedf8: Waiting 06:51:01 8700894d1bb0: Waiting 06:51:01 5d6fe0dd9697: Waiting 06:51:01 16113d51b718: Waiting 06:51:01 1e2694ee8cde: Layer already exists 06:51:01 fd22ce4d5a3d: Layer already exists 06:51:01 bcf833262a24: Layer already exists 06:51:01 11c3e4ea1e6b: Layer already exists 06:51:01 428484da4742: Layer already exists 06:51:01 764809cbedf8: Layer already exists 06:51:01 5d6fe0dd9697: Layer already exists 06:51:01 1d1ed5c47ec5: Layer already exists 06:51:01 7ae5eb703b64: Layer already exists 06:51:01 8700894d1bb0: Layer already exists 06:51:01 16113d51b718: Layer already exists 06:51:02 latest: digest: sha256:b316857ec6d8e2fa04484cb034684a28a6d9d34b4292195dad7481984a5681a6 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:02 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:02 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.92 06:51:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 06:51:02 bcf833262a24: Preparing 06:51:02 11c3e4ea1e6b: Preparing 06:51:02 428484da4742: Preparing 06:51:02 fd22ce4d5a3d: Preparing 06:51:02 1e2694ee8cde: Preparing 06:51:02 7ae5eb703b64: Preparing 06:51:02 1d1ed5c47ec5: Preparing 06:51:02 7ae5eb703b64: Waiting 06:51:02 764809cbedf8: Preparing 06:51:02 8700894d1bb0: Preparing 06:51:02 1d1ed5c47ec5: Waiting 06:51:02 5d6fe0dd9697: Preparing 06:51:02 764809cbedf8: Waiting 06:51:02 8700894d1bb0: Waiting 06:51:02 16113d51b718: Preparing 06:51:02 5d6fe0dd9697: Waiting 06:51:02 16113d51b718: Waiting 06:51:02 1e2694ee8cde: Layer already exists 06:51:02 fd22ce4d5a3d: Layer already exists 06:51:02 428484da4742: Layer already exists 06:51:02 bcf833262a24: Layer already exists 06:51:02 11c3e4ea1e6b: Layer already exists 06:51:02 7ae5eb703b64: Layer already exists 06:51:02 5d6fe0dd9697: Layer already exists 06:51:02 764809cbedf8: Layer already exists 06:51:02 1d1ed5c47ec5: Layer already exists 06:51:02 8700894d1bb0: Layer already exists 06:51:02 16113d51b718: Layer already exists 06:51:03 3.2.0-dev.92: digest: sha256:b316857ec6d8e2fa04484cb034684a28a6d9d34b4292195dad7481984a5681a6 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:03 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:03 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:51:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 06:51:03 bcf833262a24: Preparing 06:51:03 11c3e4ea1e6b: Preparing 06:51:03 428484da4742: Preparing 06:51:03 fd22ce4d5a3d: Preparing 06:51:03 1e2694ee8cde: Preparing 06:51:03 7ae5eb703b64: Preparing 06:51:03 1d1ed5c47ec5: Preparing 06:51:03 764809cbedf8: Preparing 06:51:03 8700894d1bb0: Preparing 06:51:03 5d6fe0dd9697: Preparing 06:51:03 16113d51b718: Preparing 06:51:03 764809cbedf8: Waiting 06:51:03 8700894d1bb0: Waiting 06:51:03 5d6fe0dd9697: Waiting 06:51:03 7ae5eb703b64: Waiting 06:51:03 1d1ed5c47ec5: Waiting 06:51:03 16113d51b718: Waiting 06:51:03 1e2694ee8cde: Layer already exists 06:51:03 fd22ce4d5a3d: Layer already exists 06:51:03 11c3e4ea1e6b: Layer already exists 06:51:03 bcf833262a24: Layer already exists 06:51:03 428484da4742: Layer already exists 06:51:03 7ae5eb703b64: Layer already exists 06:51:03 1d1ed5c47ec5: Layer already exists 06:51:03 764809cbedf8: Layer already exists 06:51:03 5d6fe0dd9697: Layer already exists 06:51:03 8700894d1bb0: Layer already exists 06:51:03 16113d51b718: Layer already exists 06:51:03 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:b316857ec6d8e2fa04484cb034684a28a6d9d34b4292195dad7481984a5681a6 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:04 + 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 06:51:04 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 06:51:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 06:51:04 bcf833262a24: Preparing 06:51:04 11c3e4ea1e6b: Preparing 06:51:04 428484da4742: Preparing 06:51:04 fd22ce4d5a3d: Preparing 06:51:04 1e2694ee8cde: Preparing 06:51:04 7ae5eb703b64: Preparing 06:51:04 1d1ed5c47ec5: Preparing 06:51:04 764809cbedf8: Preparing 06:51:04 8700894d1bb0: Preparing 06:51:04 5d6fe0dd9697: Preparing 06:51:04 16113d51b718: Preparing 06:51:04 764809cbedf8: Waiting 06:51:04 8700894d1bb0: Waiting 06:51:04 5d6fe0dd9697: Waiting 06:51:04 16113d51b718: Waiting 06:51:04 7ae5eb703b64: Waiting 06:51:04 1d1ed5c47ec5: Waiting 06:51:04 11c3e4ea1e6b: Layer already exists 06:51:04 bcf833262a24: Layer already exists 06:51:04 428484da4742: Layer already exists 06:51:04 1e2694ee8cde: Layer already exists 06:51:04 fd22ce4d5a3d: Layer already exists 06:51:04 7ae5eb703b64: Layer already exists 06:51:04 1d1ed5c47ec5: Layer already exists 06:51:04 764809cbedf8: Layer already exists 06:51:04 8700894d1bb0: Layer already exists 06:51:04 5d6fe0dd9697: Layer already exists 06:51:04 16113d51b718: Layer already exists 06:51:04 main: digest: sha256:b316857ec6d8e2fa04484cb034684a28a6d9d34b4292195dad7481984a5681a6 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:51:05 ===================================================== [Pipeline] echo 06:51:05 taggedImages: 06:51:05 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 06:51:05 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 06:51:05 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.92 06:51:05 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:51:05 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 06:51:05 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 06:51:05 77e0adce47a12d7dc08b393082bf391b7f950b01 06:51:05 latest 06:51:05 3.2.0-dev.92 06:51:05 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:51:05 main 06:51:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:05 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:05 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 06:51:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 06:51:05 fd653c0d3a5f: Preparing 06:51:05 f4504ae4aa0f: Preparing 06:51:05 4cd68c175c36: Preparing 06:51:05 a6df77b3e887: Preparing 06:51:05 d4ad3f1a7697: Preparing 06:51:05 2ec73fefb4b3: Preparing 06:51:05 334386c5fdd1: Preparing 06:51:05 7ae5eb703b64: Preparing 06:51:05 1d1ed5c47ec5: Preparing 06:51:05 f03da5435172: Preparing 06:51:05 fdd8b68e9511: Preparing 06:51:05 16113d51b718: Preparing 06:51:05 7ae5eb703b64: Waiting 06:51:05 1d1ed5c47ec5: Waiting 06:51:05 2ec73fefb4b3: Waiting 06:51:05 334386c5fdd1: Waiting 06:51:05 f03da5435172: Waiting 06:51:05 fdd8b68e9511: Waiting 06:51:05 16113d51b718: Waiting 06:51:06 f4504ae4aa0f: Pushed 06:51:06 d4ad3f1a7697: Pushed 06:51:06 fd653c0d3a5f: Pushed 06:51:06 7ae5eb703b64: Layer already exists 06:51:06 1d1ed5c47ec5: Layer already exists 06:51:06 2ec73fefb4b3: Pushed 06:51:06 334386c5fdd1: Pushed 06:51:06 16113d51b718: Layer already exists 06:51:06 f03da5435172: Pushed 06:51:08 a6df77b3e887: Pushed 06:51:08 4cd68c175c36: Pushed 06:51:09 fdd8b68e9511: Pushed 06:51:09 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:f2631f29f9792766073fca9a29b2db1823fc806034bac39adf452852cc3e867f size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:09 + 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 06:51:10 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 06:51:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 06:51:10 fd653c0d3a5f: Preparing 06:51:10 f4504ae4aa0f: Preparing 06:51:10 4cd68c175c36: Preparing 06:51:10 a6df77b3e887: Preparing 06:51:10 d4ad3f1a7697: Preparing 06:51:10 2ec73fefb4b3: Preparing 06:51:10 334386c5fdd1: Preparing 06:51:10 7ae5eb703b64: Preparing 06:51:10 1d1ed5c47ec5: Preparing 06:51:10 f03da5435172: Preparing 06:51:10 fdd8b68e9511: Preparing 06:51:10 16113d51b718: Preparing 06:51:10 1d1ed5c47ec5: Waiting 06:51:10 f03da5435172: Waiting 06:51:10 fdd8b68e9511: Waiting 06:51:10 16113d51b718: Waiting 06:51:10 2ec73fefb4b3: Waiting 06:51:10 334386c5fdd1: Waiting 06:51:10 7ae5eb703b64: Waiting 06:51:10 d4ad3f1a7697: Layer already exists 06:51:10 a6df77b3e887: Layer already exists 06:51:10 fd653c0d3a5f: Layer already exists 06:51:10 4cd68c175c36: Layer already exists 06:51:10 f4504ae4aa0f: Layer already exists 06:51:10 334386c5fdd1: Layer already exists 06:51:10 1d1ed5c47ec5: Layer already exists 06:51:10 2ec73fefb4b3: Layer already exists 06:51:10 f03da5435172: Layer already exists 06:51:10 7ae5eb703b64: Layer already exists 06:51:10 16113d51b718: Layer already exists 06:51:10 fdd8b68e9511: Layer already exists 06:51:10 latest: digest: sha256:f2631f29f9792766073fca9a29b2db1823fc806034bac39adf452852cc3e867f size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:10 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:11 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.92 06:51:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 06:51:11 fd653c0d3a5f: Preparing 06:51:11 f4504ae4aa0f: Preparing 06:51:11 4cd68c175c36: Preparing 06:51:11 a6df77b3e887: Preparing 06:51:11 d4ad3f1a7697: Preparing 06:51:11 2ec73fefb4b3: Preparing 06:51:11 334386c5fdd1: Preparing 06:51:11 7ae5eb703b64: Preparing 06:51:11 1d1ed5c47ec5: Preparing 06:51:11 f03da5435172: Preparing 06:51:11 fdd8b68e9511: Preparing 06:51:11 16113d51b718: Preparing 06:51:11 334386c5fdd1: Waiting 06:51:11 7ae5eb703b64: Waiting 06:51:11 1d1ed5c47ec5: Waiting 06:51:11 f03da5435172: Waiting 06:51:11 2ec73fefb4b3: Waiting 06:51:11 fdd8b68e9511: Waiting 06:51:11 16113d51b718: Waiting 06:51:11 fd653c0d3a5f: Layer already exists 06:51:11 4cd68c175c36: Layer already exists 06:51:11 d4ad3f1a7697: Layer already exists 06:51:11 a6df77b3e887: Layer already exists 06:51:11 f4504ae4aa0f: Layer already exists 06:51:11 334386c5fdd1: Layer already exists 06:51:11 2ec73fefb4b3: Layer already exists 06:51:11 f03da5435172: Layer already exists 06:51:11 1d1ed5c47ec5: Layer already exists 06:51:11 7ae5eb703b64: Layer already exists 06:51:11 fdd8b68e9511: Layer already exists 06:51:11 16113d51b718: Layer already exists 06:51:11 3.2.0-dev.92: digest: sha256:f2631f29f9792766073fca9a29b2db1823fc806034bac39adf452852cc3e867f size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:11 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:12 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:51:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 06:51:12 fd653c0d3a5f: Preparing 06:51:12 f4504ae4aa0f: Preparing 06:51:12 4cd68c175c36: Preparing 06:51:12 a6df77b3e887: Preparing 06:51:12 d4ad3f1a7697: Preparing 06:51:12 2ec73fefb4b3: Preparing 06:51:12 334386c5fdd1: Preparing 06:51:12 7ae5eb703b64: Preparing 06:51:12 1d1ed5c47ec5: Preparing 06:51:12 f03da5435172: Preparing 06:51:12 fdd8b68e9511: Preparing 06:51:12 16113d51b718: Preparing 06:51:12 334386c5fdd1: Waiting 06:51:12 7ae5eb703b64: Waiting 06:51:12 1d1ed5c47ec5: Waiting 06:51:12 f03da5435172: Waiting 06:51:12 2ec73fefb4b3: Waiting 06:51:12 fdd8b68e9511: Waiting 06:51:12 16113d51b718: Waiting 06:51:12 a6df77b3e887: Layer already exists 06:51:12 d4ad3f1a7697: Layer already exists 06:51:12 fd653c0d3a5f: Layer already exists 06:51:12 4cd68c175c36: Layer already exists 06:51:12 f4504ae4aa0f: Layer already exists 06:51:12 7ae5eb703b64: Layer already exists 06:51:12 f03da5435172: Layer already exists 06:51:12 334386c5fdd1: Layer already exists 06:51:12 2ec73fefb4b3: Layer already exists 06:51:12 1d1ed5c47ec5: Layer already exists 06:51:12 fdd8b68e9511: Layer already exists 06:51:12 16113d51b718: Layer already exists 06:51:12 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:f2631f29f9792766073fca9a29b2db1823fc806034bac39adf452852cc3e867f size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:12 + 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 06:51:13 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 06:51:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 06:51:13 fd653c0d3a5f: Preparing 06:51:13 f4504ae4aa0f: Preparing 06:51:13 4cd68c175c36: Preparing 06:51:13 a6df77b3e887: Preparing 06:51:13 d4ad3f1a7697: Preparing 06:51:13 2ec73fefb4b3: Preparing 06:51:13 334386c5fdd1: Preparing 06:51:13 2ec73fefb4b3: Waiting 06:51:13 7ae5eb703b64: Preparing 06:51:13 1d1ed5c47ec5: Preparing 06:51:13 f03da5435172: Preparing 06:51:13 fdd8b68e9511: Preparing 06:51:13 16113d51b718: Preparing 06:51:13 334386c5fdd1: Waiting 06:51:13 7ae5eb703b64: Waiting 06:51:13 1d1ed5c47ec5: Waiting 06:51:13 f03da5435172: Waiting 06:51:13 fdd8b68e9511: Waiting 06:51:13 16113d51b718: Waiting 06:51:13 d4ad3f1a7697: Layer already exists 06:51:13 fd653c0d3a5f: Layer already exists 06:51:13 a6df77b3e887: Layer already exists 06:51:13 f4504ae4aa0f: Layer already exists 06:51:13 4cd68c175c36: Layer already exists 06:51:13 f03da5435172: Layer already exists 06:51:13 334386c5fdd1: Layer already exists 06:51:13 7ae5eb703b64: Layer already exists 06:51:13 1d1ed5c47ec5: Layer already exists 06:51:13 2ec73fefb4b3: Layer already exists 06:51:13 fdd8b68e9511: Layer already exists 06:51:13 16113d51b718: Layer already exists 06:51:13 main: digest: sha256:f2631f29f9792766073fca9a29b2db1823fc806034bac39adf452852cc3e867f size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:51:13 ===================================================== [Pipeline] echo 06:51:13 taggedImages: 06:51:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 06:51:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 06:51:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.92 06:51:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:51:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 06:51:13 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 06:51:13 77e0adce47a12d7dc08b393082bf391b7f950b01 06:51:13 latest 06:51:13 3.2.0-dev.92 06:51:13 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:51:13 main 06:51:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:13 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:14 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 06:51:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 06:51:14 4aa3ff74f720: Preparing 06:51:14 42521d262669: Preparing 06:51:14 7ae5eb703b64: Preparing 06:51:14 1d1ed5c47ec5: Preparing 06:51:14 a765d579d877: Preparing 06:51:14 e6f4787bbe69: Preparing 06:51:14 16113d51b718: Preparing 06:51:14 e6f4787bbe69: Waiting 06:51:14 16113d51b718: Waiting 06:51:14 7ae5eb703b64: Layer already exists 06:51:14 1d1ed5c47ec5: Layer already exists 06:51:14 16113d51b718: Layer already exists 06:51:14 4aa3ff74f720: Pushed 06:51:14 a765d579d877: Pushed 06:51:16 e6f4787bbe69: Pushed 06:51:18 42521d262669: Pushed 06:51:18 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:ad91d31a58c792fa55e20ddc165790a54d4bfc49814c7cad6c61d8488f0e4a83 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:19 + 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 06:51:19 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 06:51:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 06:51:19 4aa3ff74f720: Preparing 06:51:19 42521d262669: Preparing 06:51:19 7ae5eb703b64: Preparing 06:51:19 1d1ed5c47ec5: Preparing 06:51:19 a765d579d877: Preparing 06:51:19 e6f4787bbe69: Preparing 06:51:19 16113d51b718: Preparing 06:51:19 e6f4787bbe69: Waiting 06:51:19 16113d51b718: Waiting 06:51:19 42521d262669: Layer already exists 06:51:19 4aa3ff74f720: Layer already exists 06:51:19 1d1ed5c47ec5: Layer already exists 06:51:19 7ae5eb703b64: Layer already exists 06:51:19 a765d579d877: Layer already exists 06:51:19 e6f4787bbe69: Layer already exists 06:51:19 16113d51b718: Layer already exists 06:51:19 latest: digest: sha256:ad91d31a58c792fa55e20ddc165790a54d4bfc49814c7cad6c61d8488f0e4a83 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:20 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:20 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.92 06:51:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 06:51:20 4aa3ff74f720: Preparing 06:51:20 42521d262669: Preparing 06:51:20 7ae5eb703b64: Preparing 06:51:20 1d1ed5c47ec5: Preparing 06:51:20 a765d579d877: Preparing 06:51:20 e6f4787bbe69: Preparing 06:51:20 16113d51b718: Preparing 06:51:20 e6f4787bbe69: Waiting 06:51:20 16113d51b718: Waiting 06:51:20 7ae5eb703b64: Layer already exists 06:51:20 42521d262669: Layer already exists 06:51:20 a765d579d877: Layer already exists 06:51:20 4aa3ff74f720: Layer already exists 06:51:20 1d1ed5c47ec5: Layer already exists 06:51:20 16113d51b718: Layer already exists 06:51:20 e6f4787bbe69: Layer already exists 06:51:20 3.2.0-dev.92: digest: sha256:ad91d31a58c792fa55e20ddc165790a54d4bfc49814c7cad6c61d8488f0e4a83 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:21 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:21 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:51:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 06:51:21 4aa3ff74f720: Preparing 06:51:21 42521d262669: Preparing 06:51:21 7ae5eb703b64: Preparing 06:51:21 1d1ed5c47ec5: Preparing 06:51:21 a765d579d877: Preparing 06:51:21 e6f4787bbe69: Preparing 06:51:21 16113d51b718: Preparing 06:51:21 e6f4787bbe69: Waiting 06:51:21 16113d51b718: Waiting 06:51:21 a765d579d877: Layer already exists 06:51:21 7ae5eb703b64: Layer already exists 06:51:21 4aa3ff74f720: Layer already exists 06:51:21 42521d262669: Layer already exists 06:51:21 1d1ed5c47ec5: Layer already exists 06:51:21 e6f4787bbe69: Layer already exists 06:51:21 16113d51b718: Layer already exists 06:51:21 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:ad91d31a58c792fa55e20ddc165790a54d4bfc49814c7cad6c61d8488f0e4a83 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:22 + 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 06:51:22 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 06:51:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 06:51:22 4aa3ff74f720: Preparing 06:51:22 42521d262669: Preparing 06:51:22 7ae5eb703b64: Preparing 06:51:22 1d1ed5c47ec5: Preparing 06:51:22 a765d579d877: Preparing 06:51:22 e6f4787bbe69: Preparing 06:51:22 16113d51b718: Preparing 06:51:22 e6f4787bbe69: Waiting 06:51:22 16113d51b718: Waiting 06:51:22 4aa3ff74f720: Layer already exists 06:51:22 a765d579d877: Layer already exists 06:51:22 1d1ed5c47ec5: Layer already exists 06:51:22 42521d262669: Layer already exists 06:51:22 7ae5eb703b64: Layer already exists 06:51:22 e6f4787bbe69: Layer already exists 06:51:22 16113d51b718: Layer already exists 06:51:22 main: digest: sha256:ad91d31a58c792fa55e20ddc165790a54d4bfc49814c7cad6c61d8488f0e4a83 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:51:22 ===================================================== [Pipeline] echo 06:51:22 taggedImages: 06:51:22 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 06:51:22 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 06:51:22 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.92 06:51:22 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:51:22 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 06:51:22 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 06:51:22 77e0adce47a12d7dc08b393082bf391b7f950b01 06:51:22 latest 06:51:22 3.2.0-dev.92 06:51:22 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:51:22 main 06:51:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:23 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 06:51:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 06:51:23 a208e0eb64a9: Preparing 06:51:23 13a60f07021a: Preparing 06:51:23 c50b65c67301: Preparing 06:51:23 7ae5eb703b64: Preparing 06:51:23 1d1ed5c47ec5: Preparing 06:51:23 50e4d915f1a6: Preparing 06:51:23 c56844aec067: Preparing 06:51:23 bd855b0f896f: Preparing 06:51:23 1ca4e697b91f: Preparing 06:51:23 16113d51b718: Preparing 06:51:23 50e4d915f1a6: Waiting 06:51:23 c56844aec067: Waiting 06:51:23 bd855b0f896f: Waiting 06:51:23 1ca4e697b91f: Waiting 06:51:23 16113d51b718: Waiting 06:51:23 7ae5eb703b64: Layer already exists 06:51:23 1d1ed5c47ec5: Layer already exists 06:51:23 a208e0eb64a9: Pushed 06:51:23 13a60f07021a: Pushed 06:51:23 c50b65c67301: Pushed 06:51:23 16113d51b718: Layer already exists 06:51:23 bd855b0f896f: Pushed 06:51:24 1ca4e697b91f: Pushed 06:51:36 c56844aec067: Pushed 06:51:45 50e4d915f1a6: Pushed 06:51:45 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:b89ba879a2affa726fece3f9f4fd5b0b5b144afb4064d7cb6859424abe595f2f size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:45 + 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 06:51:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 06:51:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 06:51:45 a208e0eb64a9: Preparing 06:51:45 13a60f07021a: Preparing 06:51:45 c50b65c67301: Preparing 06:51:45 7ae5eb703b64: Preparing 06:51:45 1d1ed5c47ec5: Preparing 06:51:45 50e4d915f1a6: Preparing 06:51:45 c56844aec067: Preparing 06:51:45 bd855b0f896f: Preparing 06:51:45 1ca4e697b91f: Preparing 06:51:45 16113d51b718: Preparing 06:51:45 bd855b0f896f: Waiting 06:51:45 1ca4e697b91f: Waiting 06:51:45 16113d51b718: Waiting 06:51:45 50e4d915f1a6: Waiting 06:51:45 c56844aec067: Waiting 06:51:45 1d1ed5c47ec5: Layer already exists 06:51:45 13a60f07021a: Layer already exists 06:51:45 7ae5eb703b64: Layer already exists 06:51:45 c50b65c67301: Layer already exists 06:51:45 a208e0eb64a9: Layer already exists 06:51:45 50e4d915f1a6: Layer already exists 06:51:45 bd855b0f896f: Layer already exists 06:51:45 1ca4e697b91f: Layer already exists 06:51:45 c56844aec067: Layer already exists 06:51:45 16113d51b718: Layer already exists 06:51:45 latest: digest: sha256:b89ba879a2affa726fece3f9f4fd5b0b5b144afb4064d7cb6859424abe595f2f size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:46 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.92 06:51:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 06:51:46 a208e0eb64a9: Preparing 06:51:46 13a60f07021a: Preparing 06:51:46 c50b65c67301: Preparing 06:51:46 7ae5eb703b64: Preparing 06:51:46 1d1ed5c47ec5: Preparing 06:51:46 50e4d915f1a6: Preparing 06:51:46 c56844aec067: Preparing 06:51:46 bd855b0f896f: Preparing 06:51:46 1ca4e697b91f: Preparing 06:51:46 16113d51b718: Preparing 06:51:46 50e4d915f1a6: Waiting 06:51:46 c56844aec067: Waiting 06:51:46 bd855b0f896f: Waiting 06:51:46 1ca4e697b91f: Waiting 06:51:46 16113d51b718: Waiting 06:51:46 a208e0eb64a9: Layer already exists 06:51:46 c50b65c67301: Layer already exists 06:51:46 13a60f07021a: Layer already exists 06:51:46 1d1ed5c47ec5: Layer already exists 06:51:46 7ae5eb703b64: Layer already exists 06:51:46 c56844aec067: Layer already exists 06:51:46 50e4d915f1a6: Layer already exists 06:51:46 bd855b0f896f: Layer already exists 06:51:46 16113d51b718: Layer already exists 06:51:46 1ca4e697b91f: Layer already exists 06:51:46 3.2.0-dev.92: digest: sha256:b89ba879a2affa726fece3f9f4fd5b0b5b144afb4064d7cb6859424abe595f2f size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:47 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:47 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:51:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 06:51:47 a208e0eb64a9: Preparing 06:51:47 13a60f07021a: Preparing 06:51:47 c50b65c67301: Preparing 06:51:47 7ae5eb703b64: Preparing 06:51:47 1d1ed5c47ec5: Preparing 06:51:47 50e4d915f1a6: Preparing 06:51:47 c56844aec067: Preparing 06:51:47 bd855b0f896f: Preparing 06:51:47 1ca4e697b91f: Preparing 06:51:47 16113d51b718: Preparing 06:51:47 50e4d915f1a6: Waiting 06:51:47 c56844aec067: Waiting 06:51:47 bd855b0f896f: Waiting 06:51:47 1ca4e697b91f: Waiting 06:51:47 16113d51b718: Waiting 06:51:47 1d1ed5c47ec5: Layer already exists 06:51:47 7ae5eb703b64: Layer already exists 06:51:47 a208e0eb64a9: Layer already exists 06:51:47 13a60f07021a: Layer already exists 06:51:47 c50b65c67301: Layer already exists 06:51:47 c56844aec067: Layer already exists 06:51:47 50e4d915f1a6: Layer already exists 06:51:47 bd855b0f896f: Layer already exists 06:51:47 1ca4e697b91f: Layer already exists 06:51:47 16113d51b718: Layer already exists 06:51:47 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:b89ba879a2affa726fece3f9f4fd5b0b5b144afb4064d7cb6859424abe595f2f size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:48 + 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 06:51:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 06:51:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 06:51:48 a208e0eb64a9: Preparing 06:51:48 13a60f07021a: Preparing 06:51:48 c50b65c67301: Preparing 06:51:48 7ae5eb703b64: Preparing 06:51:48 1d1ed5c47ec5: Preparing 06:51:48 50e4d915f1a6: Preparing 06:51:48 c56844aec067: Preparing 06:51:48 bd855b0f896f: Preparing 06:51:48 1ca4e697b91f: Preparing 06:51:48 16113d51b718: Preparing 06:51:48 c56844aec067: Waiting 06:51:48 bd855b0f896f: Waiting 06:51:48 1ca4e697b91f: Waiting 06:51:48 16113d51b718: Waiting 06:51:48 50e4d915f1a6: Waiting 06:51:49 7ae5eb703b64: Layer already exists 06:51:49 c50b65c67301: Layer already exists 06:51:49 a208e0eb64a9: Layer already exists 06:51:49 1d1ed5c47ec5: Layer already exists 06:51:49 13a60f07021a: Layer already exists 06:51:52 16113d51b718: Layer already exists 06:51:52 50e4d915f1a6: Layer already exists 06:51:52 bd855b0f896f: Layer already exists 06:51:52 1ca4e697b91f: Layer already exists 06:51:52 c56844aec067: Layer already exists 06:51:52 main: digest: sha256:b89ba879a2affa726fece3f9f4fd5b0b5b144afb4064d7cb6859424abe595f2f size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:51:52 ===================================================== [Pipeline] echo 06:51:52 taggedImages: 06:51:52 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 06:51:52 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 06:51:52 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.92 06:51:52 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:51:52 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 06:51:52 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 06:51:52 77e0adce47a12d7dc08b393082bf391b7f950b01 06:51:52 latest 06:51:52 3.2.0-dev.92 06:51:52 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:51:52 main 06:51:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:53 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 06:51:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 06:51:53 00861903fd1e: Preparing 06:51:53 6d61002b695d: Preparing 06:51:53 6239cbfd7b30: Preparing 06:51:53 7ae5eb703b64: Preparing 06:51:53 1d1ed5c47ec5: Preparing 06:51:53 20ac6a50806d: Preparing 06:51:53 f282c2786085: Preparing 06:51:53 acdc814d0796: Preparing 06:51:53 16113d51b718: Preparing 06:51:53 f282c2786085: Waiting 06:51:53 acdc814d0796: Waiting 06:51:53 20ac6a50806d: Waiting 06:51:53 16113d51b718: Waiting 06:51:53 1d1ed5c47ec5: Layer already exists 06:51:53 7ae5eb703b64: Layer already exists 06:51:53 6239cbfd7b30: Pushed 06:51:53 6d61002b695d: Pushed 06:51:53 16113d51b718: Layer already exists 06:51:53 00861903fd1e: Pushed 06:51:53 f282c2786085: Pushed 06:51:55 acdc814d0796: Pushed 06:52:17 20ac6a50806d: Pushed 06:52:17 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:197d84d50b818e6597ca48d528ff6a71deccd95efbdddf3ab7cb4ef67c3932a7 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:52:17 + 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 06:52:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 06:52:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 06:52:18 00861903fd1e: Preparing 06:52:18 6d61002b695d: Preparing 06:52:18 6239cbfd7b30: Preparing 06:52:18 7ae5eb703b64: Preparing 06:52:18 1d1ed5c47ec5: Preparing 06:52:18 20ac6a50806d: Preparing 06:52:18 f282c2786085: Preparing 06:52:18 acdc814d0796: Preparing 06:52:18 16113d51b718: Preparing 06:52:18 20ac6a50806d: Waiting 06:52:18 f282c2786085: Waiting 06:52:18 acdc814d0796: Waiting 06:52:18 16113d51b718: Waiting 06:52:18 1d1ed5c47ec5: Layer already exists 06:52:18 00861903fd1e: Layer already exists 06:52:18 7ae5eb703b64: Layer already exists 06:52:18 6239cbfd7b30: Layer already exists 06:52:18 6d61002b695d: Layer already exists 06:52:18 20ac6a50806d: Layer already exists 06:52:18 f282c2786085: Layer already exists 06:52:18 acdc814d0796: Layer already exists 06:52:18 16113d51b718: Layer already exists 06:52:18 latest: digest: sha256:197d84d50b818e6597ca48d528ff6a71deccd95efbdddf3ab7cb4ef67c3932a7 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:52:18 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:52:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.92 06:52:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 06:52:19 00861903fd1e: Preparing 06:52:19 6d61002b695d: Preparing 06:52:19 6239cbfd7b30: Preparing 06:52:19 7ae5eb703b64: Preparing 06:52:19 1d1ed5c47ec5: Preparing 06:52:19 20ac6a50806d: Preparing 06:52:19 f282c2786085: Preparing 06:52:19 acdc814d0796: Preparing 06:52:19 16113d51b718: Preparing 06:52:19 20ac6a50806d: Waiting 06:52:19 acdc814d0796: Waiting 06:52:19 16113d51b718: Waiting 06:52:19 f282c2786085: Waiting 06:52:19 6d61002b695d: Layer already exists 06:52:19 1d1ed5c47ec5: Layer already exists 06:52:19 00861903fd1e: Layer already exists 06:52:19 7ae5eb703b64: Layer already exists 06:52:19 6239cbfd7b30: Layer already exists 06:52:19 f282c2786085: Layer already exists 06:52:19 20ac6a50806d: Layer already exists 06:52:19 16113d51b718: Layer already exists 06:52:19 acdc814d0796: Layer already exists 06:52:19 3.2.0-dev.92: digest: sha256:197d84d50b818e6597ca48d528ff6a71deccd95efbdddf3ab7cb4ef67c3932a7 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:52:19 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:52:20 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:52:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 06:52:20 00861903fd1e: Preparing 06:52:20 6d61002b695d: Preparing 06:52:20 6239cbfd7b30: Preparing 06:52:20 7ae5eb703b64: Preparing 06:52:20 1d1ed5c47ec5: Preparing 06:52:20 20ac6a50806d: Preparing 06:52:20 f282c2786085: Preparing 06:52:20 acdc814d0796: Preparing 06:52:20 16113d51b718: Preparing 06:52:20 f282c2786085: Waiting 06:52:20 16113d51b718: Waiting 06:52:20 20ac6a50806d: Waiting 06:52:20 acdc814d0796: Waiting 06:52:20 6d61002b695d: Layer already exists 06:52:20 00861903fd1e: Layer already exists 06:52:20 6239cbfd7b30: Layer already exists 06:52:20 1d1ed5c47ec5: Layer already exists 06:52:20 7ae5eb703b64: Layer already exists 06:52:20 f282c2786085: Layer already exists 06:52:20 acdc814d0796: Layer already exists 06:52:20 20ac6a50806d: Layer already exists 06:52:20 16113d51b718: Layer already exists 06:52:20 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:197d84d50b818e6597ca48d528ff6a71deccd95efbdddf3ab7cb4ef67c3932a7 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:52:20 + 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 06:52:20 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 06:52:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 06:52:20 00861903fd1e: Preparing 06:52:20 6d61002b695d: Preparing 06:52:20 6239cbfd7b30: Preparing 06:52:20 7ae5eb703b64: Preparing 06:52:20 1d1ed5c47ec5: Preparing 06:52:20 20ac6a50806d: Preparing 06:52:20 f282c2786085: Preparing 06:52:20 acdc814d0796: Preparing 06:52:20 16113d51b718: Preparing 06:52:20 f282c2786085: Waiting 06:52:20 acdc814d0796: Waiting 06:52:20 16113d51b718: Waiting 06:52:20 20ac6a50806d: Waiting 06:52:20 6d61002b695d: Layer already exists 06:52:20 00861903fd1e: Layer already exists 06:52:20 1d1ed5c47ec5: Layer already exists 06:52:20 7ae5eb703b64: Layer already exists 06:52:20 6239cbfd7b30: Layer already exists 06:52:20 f282c2786085: Layer already exists 06:52:20 20ac6a50806d: Layer already exists 06:52:20 acdc814d0796: Layer already exists 06:52:20 16113d51b718: Layer already exists 06:52:21 main: digest: sha256:197d84d50b818e6597ca48d528ff6a71deccd95efbdddf3ab7cb4ef67c3932a7 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:52:21 ===================================================== [Pipeline] echo 06:52:21 taggedImages: 06:52:21 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 06:52:21 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 06:52:21 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.92 06:52:21 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:52:21 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 06:52:21 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 06:52:21 77e0adce47a12d7dc08b393082bf391b7f950b01 06:52:21 latest 06:52:21 3.2.0-dev.92 06:52:21 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:52:21 main 06:52:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:52:21 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:52:22 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 06:52:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 06:52:22 18e6bc573f00: Preparing 06:52:22 d6f7ec8b28c2: Preparing 06:52:22 0401b5f87e92: Preparing 06:52:22 7ae5eb703b64: Preparing 06:52:22 1d1ed5c47ec5: Preparing 06:52:22 816734382008: Preparing 06:52:22 bd855b0f896f: Preparing 06:52:22 1ca4e697b91f: Preparing 06:52:22 16113d51b718: Preparing 06:52:22 816734382008: Waiting 06:52:22 bd855b0f896f: Waiting 06:52:22 1ca4e697b91f: Waiting 06:52:22 16113d51b718: Waiting 06:52:22 7ae5eb703b64: Layer already exists 06:52:22 1d1ed5c47ec5: Layer already exists 06:52:22 bd855b0f896f: Layer already exists 06:52:22 0401b5f87e92: Pushed 06:52:22 d6f7ec8b28c2: Pushed 06:52:22 1ca4e697b91f: Layer already exists 06:52:22 18e6bc573f00: Pushed 06:52:22 16113d51b718: Layer already exists 06:52:44 816734382008: Pushed 06:52:44 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:e07ee5320880987183647b9c9e52238c1f1016d7f1117b89545bc26e709a10b2 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:52:44 + 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 06:52:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 06:52:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 06:52:45 18e6bc573f00: Preparing 06:52:45 d6f7ec8b28c2: Preparing 06:52:45 0401b5f87e92: Preparing 06:52:45 7ae5eb703b64: Preparing 06:52:45 1d1ed5c47ec5: Preparing 06:52:45 816734382008: Preparing 06:52:45 bd855b0f896f: Preparing 06:52:45 1ca4e697b91f: Preparing 06:52:45 16113d51b718: Preparing 06:52:45 bd855b0f896f: Waiting 06:52:45 1ca4e697b91f: Waiting 06:52:45 16113d51b718: Waiting 06:52:45 816734382008: Waiting 06:52:45 7ae5eb703b64: Layer already exists 06:52:45 0401b5f87e92: Layer already exists 06:52:45 1d1ed5c47ec5: Layer already exists 06:52:45 18e6bc573f00: Layer already exists 06:52:45 d6f7ec8b28c2: Layer already exists 06:52:45 816734382008: Layer already exists 06:52:45 1ca4e697b91f: Layer already exists 06:52:45 bd855b0f896f: Layer already exists 06:52:45 16113d51b718: Layer already exists 06:52:45 latest: digest: sha256:e07ee5320880987183647b9c9e52238c1f1016d7f1117b89545bc26e709a10b2 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:52:45 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:52:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.92 06:52:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 06:52:46 18e6bc573f00: Preparing 06:52:46 d6f7ec8b28c2: Preparing 06:52:46 0401b5f87e92: Preparing 06:52:46 7ae5eb703b64: Preparing 06:52:46 1d1ed5c47ec5: Preparing 06:52:46 816734382008: Preparing 06:52:46 bd855b0f896f: Preparing 06:52:46 1ca4e697b91f: Preparing 06:52:46 16113d51b718: Preparing 06:52:46 bd855b0f896f: Waiting 06:52:46 816734382008: Waiting 06:52:46 1ca4e697b91f: Waiting 06:52:46 16113d51b718: Waiting 06:52:46 d6f7ec8b28c2: Layer already exists 06:52:46 1d1ed5c47ec5: Layer already exists 06:52:46 18e6bc573f00: Layer already exists 06:52:46 0401b5f87e92: Layer already exists 06:52:46 7ae5eb703b64: Layer already exists 06:52:46 1ca4e697b91f: Layer already exists 06:52:46 816734382008: Layer already exists 06:52:46 bd855b0f896f: Layer already exists 06:52:46 16113d51b718: Layer already exists 06:52:46 3.2.0-dev.92: digest: sha256:e07ee5320880987183647b9c9e52238c1f1016d7f1117b89545bc26e709a10b2 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:52:46 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:52:47 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:52:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 06:52:47 18e6bc573f00: Preparing 06:52:47 d6f7ec8b28c2: Preparing 06:52:47 0401b5f87e92: Preparing 06:52:47 7ae5eb703b64: Preparing 06:52:47 1d1ed5c47ec5: Preparing 06:52:47 816734382008: Preparing 06:52:47 bd855b0f896f: Preparing 06:52:47 1ca4e697b91f: Preparing 06:52:47 16113d51b718: Preparing 06:52:47 816734382008: Waiting 06:52:47 1ca4e697b91f: Waiting 06:52:47 bd855b0f896f: Waiting 06:52:47 16113d51b718: Waiting 06:52:47 0401b5f87e92: Layer already exists 06:52:47 d6f7ec8b28c2: Layer already exists 06:52:47 7ae5eb703b64: Layer already exists 06:52:47 1d1ed5c47ec5: Layer already exists 06:52:47 18e6bc573f00: Layer already exists 06:52:47 816734382008: Layer already exists 06:52:47 1ca4e697b91f: Layer already exists 06:52:47 16113d51b718: Layer already exists 06:52:47 bd855b0f896f: Layer already exists 06:52:47 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:e07ee5320880987183647b9c9e52238c1f1016d7f1117b89545bc26e709a10b2 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:52:47 + 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 06:52:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 06:52:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 06:52:48 18e6bc573f00: Preparing 06:52:48 d6f7ec8b28c2: Preparing 06:52:48 0401b5f87e92: Preparing 06:52:48 7ae5eb703b64: Preparing 06:52:48 1d1ed5c47ec5: Preparing 06:52:48 816734382008: Preparing 06:52:48 bd855b0f896f: Preparing 06:52:48 1ca4e697b91f: Preparing 06:52:48 16113d51b718: Preparing 06:52:48 1ca4e697b91f: Waiting 06:52:48 16113d51b718: Waiting 06:52:48 816734382008: Waiting 06:52:48 18e6bc573f00: Layer already exists 06:52:48 7ae5eb703b64: Layer already exists 06:52:48 d6f7ec8b28c2: Layer already exists 06:52:48 1d1ed5c47ec5: Layer already exists 06:52:48 0401b5f87e92: Layer already exists 06:52:48 bd855b0f896f: Layer already exists 06:52:48 816734382008: Layer already exists 06:52:48 16113d51b718: Layer already exists 06:52:48 1ca4e697b91f: Layer already exists 06:52:48 main: digest: sha256:e07ee5320880987183647b9c9e52238c1f1016d7f1117b89545bc26e709a10b2 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:52:48 ===================================================== [Pipeline] echo 06:52:48 taggedImages: 06:52:48 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 06:52:48 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 06:52:48 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.92 06:52:48 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:52:48 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 06:52:48 [edgeXDocker.push] Tagging docker image support-cron-scheduler-arm64 with the following tags: 06:52:48 77e0adce47a12d7dc08b393082bf391b7f950b01 06:52:48 latest 06:52:48 3.2.0-dev.92 06:52:48 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:52:48 main 06:52:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:52:48 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:52:49 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 06:52:49 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 06:52:49 0bc1de7f5e0a: Preparing 06:52:49 db8768a73424: Preparing 06:52:49 7ae5eb703b64: Preparing 06:52:49 1d1ed5c47ec5: Preparing 06:52:49 6be5f214da14: Preparing 06:52:49 1de93184d689: Preparing 06:52:49 16113d51b718: Preparing 06:52:49 1de93184d689: Waiting 06:52:49 16113d51b718: Waiting 06:52:49 7ae5eb703b64: Layer already exists 06:52:49 1d1ed5c47ec5: Layer already exists 06:52:49 16113d51b718: Layer already exists 06:52:49 0bc1de7f5e0a: Pushed 06:52:49 6be5f214da14: Pushed 06:52:50 1de93184d689: Pushed 06:52:58 db8768a73424: Pushed 06:52:58 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:b264c8700508cad6eb1f6930f278b497629fb99558d3b4ae035a98e189523d04 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:52:58 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:52:58 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest 06:52:58 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 06:52:58 0bc1de7f5e0a: Preparing 06:52:58 db8768a73424: Preparing 06:52:58 7ae5eb703b64: Preparing 06:52:58 1d1ed5c47ec5: Preparing 06:52:58 6be5f214da14: Preparing 06:52:58 1de93184d689: Preparing 06:52:58 16113d51b718: Preparing 06:52:58 1de93184d689: Waiting 06:52:58 16113d51b718: Waiting 06:52:58 db8768a73424: Layer already exists 06:52:58 7ae5eb703b64: Layer already exists 06:52:58 6be5f214da14: Layer already exists 06:52:58 1d1ed5c47ec5: Layer already exists 06:52:58 0bc1de7f5e0a: Layer already exists 06:52:58 16113d51b718: Layer already exists 06:52:58 1de93184d689: Layer already exists 06:52:59 latest: digest: sha256:b264c8700508cad6eb1f6930f278b497629fb99558d3b4ae035a98e189523d04 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:52:59 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:52:59 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.92 06:52:59 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 06:52:59 0bc1de7f5e0a: Preparing 06:52:59 db8768a73424: Preparing 06:52:59 7ae5eb703b64: Preparing 06:52:59 1d1ed5c47ec5: Preparing 06:52:59 6be5f214da14: Preparing 06:52:59 1de93184d689: Preparing 06:52:59 16113d51b718: Preparing 06:52:59 1de93184d689: Waiting 06:52:59 16113d51b718: Waiting 06:52:59 0bc1de7f5e0a: Layer already exists 06:52:59 db8768a73424: Layer already exists 06:52:59 6be5f214da14: Layer already exists 06:52:59 7ae5eb703b64: Layer already exists 06:52:59 1d1ed5c47ec5: Layer already exists 06:52:59 16113d51b718: Layer already exists 06:52:59 1de93184d689: Layer already exists 06:53:00 3.2.0-dev.92: digest: sha256:b264c8700508cad6eb1f6930f278b497629fb99558d3b4ae035a98e189523d04 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:00 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:03 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:53:03 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 06:53:03 0bc1de7f5e0a: Preparing 06:53:03 db8768a73424: Preparing 06:53:03 7ae5eb703b64: Preparing 06:53:03 1d1ed5c47ec5: Preparing 06:53:03 6be5f214da14: Preparing 06:53:03 1de93184d689: Preparing 06:53:03 16113d51b718: Preparing 06:53:03 1de93184d689: Waiting 06:53:03 16113d51b718: Waiting 06:53:03 db8768a73424: Layer already exists 06:53:03 1d1ed5c47ec5: Layer already exists 06:53:03 7ae5eb703b64: Layer already exists 06:53:03 0bc1de7f5e0a: Layer already exists 06:53:03 6be5f214da14: Layer already exists 06:53:03 16113d51b718: Layer already exists 06:53:03 1de93184d689: Layer already exists 06:53:03 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:b264c8700508cad6eb1f6930f278b497629fb99558d3b4ae035a98e189523d04 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:04 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:04 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main 06:53:04 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 06:53:04 0bc1de7f5e0a: Preparing 06:53:04 db8768a73424: Preparing 06:53:04 7ae5eb703b64: Preparing 06:53:04 1d1ed5c47ec5: Preparing 06:53:04 6be5f214da14: Preparing 06:53:04 1de93184d689: Preparing 06:53:04 16113d51b718: Preparing 06:53:04 1de93184d689: Waiting 06:53:04 16113d51b718: Waiting 06:53:04 db8768a73424: Layer already exists 06:53:04 0bc1de7f5e0a: Layer already exists 06:53:04 7ae5eb703b64: Layer already exists 06:53:04 1d1ed5c47ec5: Layer already exists 06:53:04 6be5f214da14: Layer already exists 06:53:04 16113d51b718: Layer already exists 06:53:04 1de93184d689: Layer already exists 06:53:04 main: digest: sha256:b264c8700508cad6eb1f6930f278b497629fb99558d3b4ae035a98e189523d04 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:53:04 ===================================================== [Pipeline] echo 06:53:04 taggedImages: 06:53:04 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 06:53:04 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest 06:53:04 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.92 06:53:04 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:53:04 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [Pipeline] echo 06:53:04 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 06:53:04 77e0adce47a12d7dc08b393082bf391b7f950b01 06:53:04 latest 06:53:04 3.2.0-dev.92 06:53:04 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:53:04 main 06:53:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:05 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:05 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 06:53:05 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 06:53:05 bb04be2ec288: Preparing 06:53:05 4bdc9a6b80cf: Preparing 06:53:05 89f31382a3d2: Preparing 06:53:05 7ae5eb703b64: Preparing 06:53:05 1d1ed5c47ec5: Preparing 06:53:05 212fcfeddec5: Preparing 06:53:05 95209243acbc: Preparing 06:53:05 16113d51b718: Preparing 06:53:05 212fcfeddec5: Waiting 06:53:05 95209243acbc: Waiting 06:53:05 16113d51b718: Waiting 06:53:05 7ae5eb703b64: Layer already exists 06:53:05 1d1ed5c47ec5: Layer already exists 06:53:05 4bdc9a6b80cf: Pushed 06:53:05 16113d51b718: Layer already exists 06:53:05 bb04be2ec288: Pushed 06:53:05 212fcfeddec5: Pushed 06:53:06 95209243acbc: Pushed 06:53:14 89f31382a3d2: Pushed 06:53:14 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:2a336914113ed81b429847074433657e7786cb9319d197697b5219ca30a4c163 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:14 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:15 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 06:53:15 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 06:53:15 bb04be2ec288: Preparing 06:53:15 4bdc9a6b80cf: Preparing 06:53:15 89f31382a3d2: Preparing 06:53:15 7ae5eb703b64: Preparing 06:53:15 1d1ed5c47ec5: Preparing 06:53:15 212fcfeddec5: Preparing 06:53:15 95209243acbc: Preparing 06:53:15 16113d51b718: Preparing 06:53:15 212fcfeddec5: Waiting 06:53:15 95209243acbc: Waiting 06:53:15 16113d51b718: Waiting 06:53:15 89f31382a3d2: Layer already exists 06:53:15 bb04be2ec288: Layer already exists 06:53:15 4bdc9a6b80cf: Layer already exists 06:53:15 1d1ed5c47ec5: Layer already exists 06:53:15 7ae5eb703b64: Layer already exists 06:53:15 95209243acbc: Layer already exists 06:53:15 212fcfeddec5: Layer already exists 06:53:15 16113d51b718: Layer already exists 06:53:15 latest: digest: sha256:2a336914113ed81b429847074433657e7786cb9319d197697b5219ca30a4c163 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:15 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:16 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.92 06:53:16 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 06:53:16 bb04be2ec288: Preparing 06:53:16 4bdc9a6b80cf: Preparing 06:53:16 89f31382a3d2: Preparing 06:53:16 7ae5eb703b64: Preparing 06:53:16 1d1ed5c47ec5: Preparing 06:53:16 212fcfeddec5: Preparing 06:53:16 95209243acbc: Preparing 06:53:16 16113d51b718: Preparing 06:53:16 212fcfeddec5: Waiting 06:53:16 95209243acbc: Waiting 06:53:16 16113d51b718: Waiting 06:53:16 1d1ed5c47ec5: Layer already exists 06:53:16 bb04be2ec288: Layer already exists 06:53:16 89f31382a3d2: Layer already exists 06:53:16 7ae5eb703b64: Layer already exists 06:53:16 4bdc9a6b80cf: Layer already exists 06:53:16 95209243acbc: Layer already exists 06:53:16 16113d51b718: Layer already exists 06:53:16 212fcfeddec5: Layer already exists 06:53:16 3.2.0-dev.92: digest: sha256:2a336914113ed81b429847074433657e7786cb9319d197697b5219ca30a4c163 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:16 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:17 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:53:17 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 06:53:17 bb04be2ec288: Preparing 06:53:17 4bdc9a6b80cf: Preparing 06:53:17 89f31382a3d2: Preparing 06:53:17 7ae5eb703b64: Preparing 06:53:17 1d1ed5c47ec5: Preparing 06:53:17 212fcfeddec5: Preparing 06:53:17 95209243acbc: Preparing 06:53:17 16113d51b718: Preparing 06:53:17 95209243acbc: Waiting 06:53:17 16113d51b718: Waiting 06:53:17 212fcfeddec5: Waiting 06:53:17 7ae5eb703b64: Layer already exists 06:53:17 bb04be2ec288: Layer already exists 06:53:17 89f31382a3d2: Layer already exists 06:53:17 4bdc9a6b80cf: Layer already exists 06:53:17 1d1ed5c47ec5: Layer already exists 06:53:17 95209243acbc: Layer already exists 06:53:17 16113d51b718: Layer already exists 06:53:17 212fcfeddec5: Layer already exists 06:53:17 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:2a336914113ed81b429847074433657e7786cb9319d197697b5219ca30a4c163 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:17 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:18 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 06:53:18 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 06:53:18 bb04be2ec288: Preparing 06:53:18 4bdc9a6b80cf: Preparing 06:53:18 89f31382a3d2: Preparing 06:53:18 7ae5eb703b64: Preparing 06:53:18 1d1ed5c47ec5: Preparing 06:53:18 212fcfeddec5: Preparing 06:53:18 95209243acbc: Preparing 06:53:18 16113d51b718: Preparing 06:53:18 212fcfeddec5: Waiting 06:53:18 95209243acbc: Waiting 06:53:18 16113d51b718: Waiting 06:53:18 bb04be2ec288: Layer already exists 06:53:18 4bdc9a6b80cf: Layer already exists 06:53:18 89f31382a3d2: Layer already exists 06:53:18 7ae5eb703b64: Layer already exists 06:53:18 1d1ed5c47ec5: Layer already exists 06:53:18 212fcfeddec5: Layer already exists 06:53:18 16113d51b718: Layer already exists 06:53:18 95209243acbc: Layer already exists 06:53:18 main: digest: sha256:2a336914113ed81b429847074433657e7786cb9319d197697b5219ca30a4c163 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:53:18 ===================================================== [Pipeline] echo 06:53:18 taggedImages: 06:53:18 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 06:53:18 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 06:53:18 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.92 06:53:18 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:53:18 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 06:53:18 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 06:53:18 77e0adce47a12d7dc08b393082bf391b7f950b01 06:53:18 latest 06:53:18 3.2.0-dev.92 06:53:18 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:53:18 main 06:53:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:18 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:19 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 06:53:19 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 06:53:19 b4c14b25682a: Preparing 06:53:19 84799d6acf4b: Preparing 06:53:19 7ae5eb703b64: Preparing 06:53:19 1d1ed5c47ec5: Preparing 06:53:19 3219d7568d1c: Preparing 06:53:19 e6875a927c14: Preparing 06:53:19 16113d51b718: Preparing 06:53:19 e6875a927c14: Waiting 06:53:19 1d1ed5c47ec5: Layer already exists 06:53:19 7ae5eb703b64: Layer already exists 06:53:19 e6875a927c14: Layer already exists 06:53:19 3219d7568d1c: Layer already exists 06:53:19 16113d51b718: Layer already exists 06:53:19 b4c14b25682a: Pushed 06:53:27 84799d6acf4b: Pushed 06:53:27 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:43bb5024a2884d2453829f4ce15fce3fe4e4cac130f409bca080aaeb99d4b3d0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:27 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:28 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 06:53:28 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 06:53:28 b4c14b25682a: Preparing 06:53:28 84799d6acf4b: Preparing 06:53:28 7ae5eb703b64: Preparing 06:53:28 1d1ed5c47ec5: Preparing 06:53:28 3219d7568d1c: Preparing 06:53:28 e6875a927c14: Preparing 06:53:28 16113d51b718: Preparing 06:53:28 e6875a927c14: Waiting 06:53:28 16113d51b718: Waiting 06:53:28 1d1ed5c47ec5: Layer already exists 06:53:28 3219d7568d1c: Layer already exists 06:53:28 b4c14b25682a: Layer already exists 06:53:28 84799d6acf4b: Layer already exists 06:53:28 7ae5eb703b64: Layer already exists 06:53:28 16113d51b718: Layer already exists 06:53:28 e6875a927c14: Layer already exists 06:53:28 latest: digest: sha256:43bb5024a2884d2453829f4ce15fce3fe4e4cac130f409bca080aaeb99d4b3d0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:28 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:29 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.92 06:53:29 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 06:53:29 b4c14b25682a: Preparing 06:53:29 84799d6acf4b: Preparing 06:53:29 7ae5eb703b64: Preparing 06:53:29 1d1ed5c47ec5: Preparing 06:53:29 3219d7568d1c: Preparing 06:53:29 e6875a927c14: Preparing 06:53:29 16113d51b718: Preparing 06:53:29 16113d51b718: Waiting 06:53:29 e6875a927c14: Waiting 06:53:29 3219d7568d1c: Layer already exists 06:53:29 b4c14b25682a: Layer already exists 06:53:29 7ae5eb703b64: Layer already exists 06:53:29 1d1ed5c47ec5: Layer already exists 06:53:29 84799d6acf4b: Layer already exists 06:53:29 e6875a927c14: Layer already exists 06:53:29 16113d51b718: Layer already exists 06:53:29 3.2.0-dev.92: digest: sha256:43bb5024a2884d2453829f4ce15fce3fe4e4cac130f409bca080aaeb99d4b3d0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:29 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:30 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:53:30 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 06:53:30 b4c14b25682a: Preparing 06:53:30 84799d6acf4b: Preparing 06:53:30 7ae5eb703b64: Preparing 06:53:30 1d1ed5c47ec5: Preparing 06:53:30 3219d7568d1c: Preparing 06:53:30 e6875a927c14: Preparing 06:53:30 16113d51b718: Preparing 06:53:30 16113d51b718: Waiting 06:53:30 e6875a927c14: Waiting 06:53:30 b4c14b25682a: Layer already exists 06:53:30 84799d6acf4b: Layer already exists 06:53:30 7ae5eb703b64: Layer already exists 06:53:30 1d1ed5c47ec5: Layer already exists 06:53:30 3219d7568d1c: Layer already exists 06:53:30 16113d51b718: Layer already exists 06:53:30 e6875a927c14: Layer already exists 06:53:30 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:43bb5024a2884d2453829f4ce15fce3fe4e4cac130f409bca080aaeb99d4b3d0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:30 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:31 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 06:53:31 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 06:53:31 b4c14b25682a: Preparing 06:53:31 84799d6acf4b: Preparing 06:53:31 7ae5eb703b64: Preparing 06:53:31 1d1ed5c47ec5: Preparing 06:53:31 3219d7568d1c: Preparing 06:53:31 e6875a927c14: Preparing 06:53:31 16113d51b718: Preparing 06:53:31 e6875a927c14: Waiting 06:53:31 16113d51b718: Waiting 06:53:31 7ae5eb703b64: Layer already exists 06:53:31 3219d7568d1c: Layer already exists 06:53:31 1d1ed5c47ec5: Layer already exists 06:53:31 b4c14b25682a: Layer already exists 06:53:31 84799d6acf4b: Layer already exists 06:53:31 16113d51b718: Layer already exists 06:53:31 e6875a927c14: Layer already exists 06:53:31 main: digest: sha256:43bb5024a2884d2453829f4ce15fce3fe4e4cac130f409bca080aaeb99d4b3d0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:53:31 ===================================================== [Pipeline] echo 06:53:31 taggedImages: 06:53:31 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 06:53:31 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 06:53:31 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.92 06:53:31 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 06:53:31 - 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 06:53:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:53:31 06:53:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:53:32 arm64: Pulling from edgex-lftools-log-publisher 06:53:32 8998bd30e6a1: Pulling fs layer 06:53:32 04944245beec: Pulling fs layer 06:53:32 699f458cf7ca: Pulling fs layer 06:53:32 765212b225bb: Pulling fs layer 06:53:32 f23df028b6ca: Pulling fs layer 06:53:32 d65c8cfc05b1: Pulling fs layer 06:53:32 2437ff75d9bd: Pulling fs layer 06:53:32 765212b225bb: Waiting 06:53:32 f23df028b6ca: Waiting 06:53:32 d65c8cfc05b1: Waiting 06:53:32 2437ff75d9bd: Waiting 06:53:32 04944245beec: Verifying Checksum 06:53:32 04944245beec: Download complete 06:53:32 765212b225bb: Verifying Checksum 06:53:32 765212b225bb: Download complete 06:53:32 f23df028b6ca: Verifying Checksum 06:53:32 f23df028b6ca: Download complete 06:53:32 d65c8cfc05b1: Verifying Checksum 06:53:32 d65c8cfc05b1: Download complete 06:53:32 699f458cf7ca: Verifying Checksum 06:53:32 699f458cf7ca: Download complete 06:53:33 8998bd30e6a1: Verifying Checksum 06:53:33 8998bd30e6a1: Download complete 06:53:35 2437ff75d9bd: Verifying Checksum 06:53:35 2437ff75d9bd: Download complete 06:53:37 8998bd30e6a1: Pull complete 06:53:38 04944245beec: Pull complete 06:53:40 699f458cf7ca: Pull complete 06:53:40 765212b225bb: Pull complete 06:53:41 f23df028b6ca: Pull complete 06:53:41 d65c8cfc05b1: Pull complete 06:53:59 2437ff75d9bd: Pull complete 06:53:59 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 06:53:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:53:59 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:53:59 prd-ubuntu20.04-docker-arm64-4c-16g-22000 does not seem to be running inside a container 06:53:59 $ 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/715 -v /w/workspace/edgex-go/715:/w/workspace/edgex-go/715:rw,z -v /w/workspace/edgex-go/715@tmp:/w/workspace/edgex-go/715@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:arm64 cat 06:54:02 $ docker top 4d7af72aa99770651806c23aab70fadcf76a5f4617eeddfe6008248f06869e4d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:54:03 ---> job-cost.sh 06:54:03 lf-activate-venv: SKIPPING 06:54:03 INFO: No Stack... 06:54:03 INFO: Retrieving Pricing Info for: v3-standard-4 06:54:04 INFO: Archiving Costs [Pipeline] sh 06:54:05 + cat /w/workspace/edgex-go/715/archives/cost.csv 06:54:05 + cut -d, -f6 [Pipeline] lock 06:54:05 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-715-stack-cost] 06:54:05 Resource [jenkins-edgexfoundry-edgex-go-main-715-stack-cost] did not exist. Created. 06:54:05 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-715-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:54:05 + echo total: 0.10999999940395355 [Pipeline] stash 06:54:06 Stashed 1 file(s) [Pipeline] } 06:54:06 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-715-stack-cost] [Pipeline] // lock [Pipeline] } 06:54:06 $ docker stop --time=1 4d7af72aa99770651806c23aab70fadcf76a5f4617eeddfe6008248f06869e4d 06:54:07 $ docker rm -f --volumes 4d7af72aa99770651806c23aab70fadcf76a5f4617eeddfe6008248f06869e4d [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 06:54:08 provisioning config files... 06:54:08 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/715@tmp/config11531339734450970788tmp [Pipeline] { [Pipeline] sh 06:54:08 + set +x 06:54:08 + curl -s https://codecov.io/bash 06:54:08 + bash -s -- 06:54:08 06:54:08 _____ _ 06:54:08 / ____| | | 06:54:08 | | ___ __| | ___ ___ _____ __ 06:54:08 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:54:08 | |___| (_) | (_| | __/ (_| (_) \ V / 06:54:08 \_____\___/ \__,_|\___|\___\___/ \_/ 06:54:08 Bash-1.0.6 06:54:08 06:54:08 06:54:08 ==> git version 2.25.1 found 06:54:08 ==> 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 06:54:08 Release-Date: 2020-01-08 06:54:08 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 06:54:08 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 06:54:08 ==> Jenkins CI detected. 06:54:08 current dir:  /w/workspace/edgex-go/715 06:54:08 project root: . 06:54:08 --> token set from env 06:54:08 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:54:09 ==> Running gcov in . (disable via -X gcov) 06:54:09 ==> Python coveragepy not found 06:54:09 ==> Searching for coverage reports in: 06:54:09 + . 06:54:09 -> Found 1 reports 06:54:09 ==> Detecting git/mercurial file structure 06:54:09 ==> Reading reports 06:54:09 + ./coverage.out bytes=1502112 06:54:09 ==> Appending adjustments 06:54:09 https://docs.codecov.io/docs/fixing-reports 06:54:10 + Found adjustments 06:54:10 ==> Gzipping contents 06:54:10 132K /tmp/codecov.YTqkBo.gz 06:54:10 ==> Uploading reports 06:54:10 url: https://codecov.io 06:54:10 query: branch=main&commit=77e0adce47a12d7dc08b393082bf391b7f950b01&build=715&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F715%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 06:54:10 -> Pinging Codecov 06:54:10 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=77e0adce47a12d7dc08b393082bf391b7f950b01&build=715&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F715%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 06:54:10 -> Uploading to 06:54:10 https://storage.googleapis.com/codecov/shelter/v4/github/edgexfoundry/edgex-go/77e0adce47a12d7dc08b393082bf391b7f950b01/b3b4d76c-d626-4097-bc86-e068f09c3b80.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20241007%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20241007T065410Z&X-Amz-Expires=30&X-Amz-SignedHeaders=host&X-Amz-Signature=df98e5a9681690e7fdcd3c4999cdb8335c2183590973ebae095ca3576f9eb03e 06:54:10 % Total % Received % Xferd Average Speed Time Time Time Current 06:54:10 Dload Upload Total Spent Left Speed 06:54:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 128k 0 0 100 128k 0 450k --:--:-- --:--:-- --:--:-- 450k 06:54:10 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } 06:54:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 06:54:11 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 06:54:11 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:54:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 06:54:11 06:54:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:54:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 06:54:11 latest: Pulling from edgex-devops/edgex-snyk-go 06:54:11 43c4264eed91: Already exists 06:54:11 4cc291be95ef: Already exists 06:54:11 2ac1f1163629: Already exists 06:54:11 5c3c966382ef: Already exists 06:54:11 4f4fb700ef54: Already exists 06:54:11 d9c7d2e4e75e: Pulling fs layer 06:54:11 9c3e1370e548: Pulling fs layer 06:54:12 d9c7d2e4e75e: Download complete 06:54:12 d9c7d2e4e75e: Pull complete 06:54:12 9c3e1370e548: Verifying Checksum 06:54:12 9c3e1370e548: Download complete 06:54:16 9c3e1370e548: Pull complete 06:54:16 Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b 06:54:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 06:54:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:54:16 prd-ubuntu20.04-docker-8c-8g-21999 does not seem to be running inside a container 06:54:16 $ 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/715 -v /w/workspace/edgex-go/715:/w/workspace/edgex-go/715:rw,z -v /w/workspace/edgex-go/715@tmp:/w/workspace/edgex-go/715@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 06:54:20 $ docker top 71b3301a86aa1e0288598484d5a4979fbdb7750620f56e1440aca3d06a15a025 -eo pid,comm [Pipeline] { [Pipeline] sh 06:54:20 + git config --global --add safe.directory /w/workspace/edgex-go/715 [Pipeline] echo 06:54:20 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 06:54:20 + set -o pipefail 06:54:20 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 06:54:29 06:54:29 Monitoring /w/workspace/edgex-go/715 (github.com/edgexfoundry/edgex-go)... 06:54:29 06:54:29 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/6358bce6-99c1-456f-bf8a-1bd73c8e2fb1 06:54:29 06:54:29 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 06:54:29 06:54:29 06:54:29 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 06:54:29 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 06:54:29 $ docker stop --time=1 71b3301a86aa1e0288598484d5a4979fbdb7750620f56e1440aca3d06a15a025 06:54:36 $ docker rm -f --volumes 71b3301a86aa1e0288598484d5a4979fbdb7750620f56e1440aca3d06a15a025 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 06:54:37 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:54:37 provisioning config files... 06:54:37 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/715@tmp/config9871713287463356036tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:54:37 --> edgex-publish-swagger.sh 06:54:37 === Publish openapi/v3 API === 06:54:37 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 06:54:37 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/715/openapi/v3/core-command.yaml] 06:54:37 % Total % Received % Xferd Average Speed Time Time Time Current 06:54:37 Dload Upload Total Spent Left Speed 06:54:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 78802 --:--:-- --:--:-- --:--:-- 78802 06:54:37 06:54:37 06:54:37 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/715/openapi/v3/core-data.yaml] 06:54:37 % Total % Received % Xferd Average Speed Time Time Time Current 06:54:37 Dload Upload Total Spent Left Speed 06:54:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 72043 0 0 100 72043 0 162k --:--:-- --:--:-- --:--:-- 161k 100 72043 0 0 100 72043 0 162k --:--:-- --:--:-- --:--:-- 161k 06:54:38 06:54:38 06:54:38 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/715/openapi/v3/core-keeper.yaml] 06:54:38 % Total % Received % Xferd Average Speed Time Time Time Current 06:54:38 Dload Upload Total Spent Left Speed 06:54:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32887 100 66 100 32821 295 143k --:--:-- --:--:-- --:--:-- 144k 06:54:38 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 06:54:38 06:54:38 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/715/openapi/v3/core-metadata.yaml] 06:54:38 % Total % Received % Xferd Average Speed Time Time Time Current 06:54:38 Dload Upload Total Spent Left Speed 06:54:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 149k 100 156 100 149k 422 404k --:--:-- --:--:-- --:--:-- 404k 06:54:38 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 06:54:38 06:54:38 [publishToSwagger] Publishing API Name [support-cron-scheduler] [/w/workspace/edgex-go/715/openapi/v3/support-cron-scheduler.yaml] 06:54:38 % Total % Received % Xferd Average Speed Time Time Time Current 06:54:38 Dload Upload Total Spent Left Speed 06:54:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 48523 100 66 100 48457 294 211k --:--:-- --:--:-- --:--:-- 211k 06:54:39 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 06:54:39 06:54:39 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/715/openapi/v3/support-notifications.yaml] 06:54:39 % Total % Received % Xferd Average Speed Time Time Time Current 06:54:39 Dload Upload Total Spent Left Speed 06:54:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87457 100 156 100 87301 422 231k --:--:-- --:--:-- --:--:-- 231k 06:54:39 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 06:54:39 06:54:39 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/715/openapi/v3/support-scheduler.yaml] 06:54:39 % Total % Received % Xferd Average Speed Time Time Time Current 06:54:39 Dload Upload Total Spent Left Speed 06:54:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37110 100 156 100 36954 496 114k --:--:-- --:--:-- --:--:-- 115k 06:54:40 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 06:54:40 [Pipeline] } 06:54: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 06:54:40 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:54:40 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:54:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:54:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:54:40 prd-ubuntu20.04-docker-8c-8g-21999 does not seem to be running inside a container 06:54:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/715 -v /w/workspace/edgex-go/715:/w/workspace/edgex-go/715:rw,z -v /w/workspace/edgex-go/715@tmp:/w/workspace/edgex-go/715@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 06:54:41 $ docker top 69f1954c5fc359104cc5411a291c94123f61336cc8652b5c275a32bc06afbfd1 -eo pid,comm 06:54: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). 06:54:41 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:54:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:54:41 [ssh-agent] Looking for ssh-agent implementation... 06:54:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:54:41 $ docker exec 69f1954c5fc359104cc5411a291c94123f61336cc8652b5c275a32bc06afbfd1 ssh-agent 06:54:41 SSH_AUTH_SOCK=/tmp/ssh-wiRtwxeyIQ1V/agent.32 06:54:41 SSH_AGENT_PID=38 06:54:41 Running ssh-add (command line suppressed) 06:54:41 Identity added: /w/workspace/edgex-go/715@tmp/private_key_14366821621081950586.key (/w/workspace/edgex-go/715@tmp/private_key_14366821621081950586.key) 06:54:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:54:42 + git semver tag 06:54:42 2024-10-07 06:54:42,378 [run_tag] DEBUG tag force:False 06:54:42 2024-10-07 06:54:42,379 [check_head_tag] DEBUG check head tag 06:54:42 2024-10-07 06:54:42,382 [execute] INFO git cat-file --batch-check 06:54:42 2024-10-07 06:54:42,382 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/715, universal_newlines=False, shell=None, istream=) 06:54:42 2024-10-07 06:54:42,385 [execute] INFO git cat-file --batch 06:54:42 2024-10-07 06:54:42,386 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/715, universal_newlines=False, shell=None, istream=) 06:54:42 2024-10-07 06:54:42,426 [read_version] DEBUG read version from /w/workspace/edgex-go/715/.semver/main 06:54:42 2024-10-07 06:54:42,426 [execute] INFO git tag -a v3.2.0-dev.92 -m v3.2.0-dev.92 06:54:42 2024-10-07 06:54:42,426 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.92', '-m', 'v3.2.0-dev.92'], cwd=/w/workspace/edgex-go/715, universal_newlines=False, shell=None, istream=None) 06:54:42 2024-10-07 06:54:42,431 [read_version] DEBUG read version from /w/workspace/edgex-go/715/.semver/main 06:54:42 3.2.0-dev.92 [Pipeline] } 06:54:42 $ docker exec --env ******** --env ******** 69f1954c5fc359104cc5411a291c94123f61336cc8652b5c275a32bc06afbfd1 ssh-agent -k 06:54:42 unset SSH_AUTH_SOCK; 06:54:42 unset SSH_AGENT_PID; 06:54:42 echo Agent pid 38 killed; 06:54:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:54:43 + git semver [Pipeline] } 06:54:43 $ docker stop --time=1 69f1954c5fc359104cc5411a291c94123f61336cc8652b5c275a32bc06afbfd1 06:54:44 $ docker rm -f --volumes 69f1954c5fc359104cc5411a291c94123f61336cc8652b5c275a32bc06afbfd1 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:54:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:54:45 06:54:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:54:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:54:45 0.23.1-centos7: Pulling from edgex-lftools 06:54:45 ab5ef0e58194: Pulling fs layer 06:54:45 9712f1f96733: Pulling fs layer 06:54:45 63f879dbbcfc: Pulling fs layer 06:54:45 0d9ebad4ef96: Pulling fs layer 06:54:45 e9a5061849ea: Pulling fs layer 06:54:45 d747dcd14b5f: Pulling fs layer 06:54:45 2de7ff778b66: Pulling fs layer 06:54:45 e9a5061849ea: Waiting 06:54:45 d747dcd14b5f: Waiting 06:54:45 2de7ff778b66: Waiting 06:54:45 0d9ebad4ef96: Waiting 06:54:45 9712f1f96733: Verifying Checksum 06:54:45 9712f1f96733: Download complete 06:54:45 63f879dbbcfc: Verifying Checksum 06:54:45 63f879dbbcfc: Download complete 06:54:45 e9a5061849ea: Verifying Checksum 06:54:45 e9a5061849ea: Download complete 06:54:45 d747dcd14b5f: Verifying Checksum 06:54:45 0d9ebad4ef96: Verifying Checksum 06:54:45 0d9ebad4ef96: Download complete 06:54:45 ab5ef0e58194: Download complete 06:54:46 2de7ff778b66: Verifying Checksum 06:54:46 2de7ff778b66: Download complete 06:54:49 ab5ef0e58194: Pull complete 06:54:49 9712f1f96733: Pull complete 06:54:49 63f879dbbcfc: Pull complete 06:54:53 0d9ebad4ef96: Pull complete 06:54:53 e9a5061849ea: Pull complete 06:54:53 d747dcd14b5f: Pull complete 06:54:54 2de7ff778b66: Pull complete 06:54:54 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 06:54:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:54:54 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:54:54 prd-ubuntu20.04-docker-8c-8g-21999 does not seem to be running inside a container 06:54:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/715 -v /w/workspace/edgex-go/715:/w/workspace/edgex-go/715:rw,z -v /w/workspace/edgex-go/715@tmp:/w/workspace/edgex-go/715@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 06:55:01 $ docker top 7afe793b7a09d7f35b3fb5a30c7567b17d52df26e515a47d021e0ba6b7744973 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 06:55:02 provisioning config files... 06:55:02 copy managed file [sigul-config] to file:/w/workspace/edgex-go/715@tmp/config6558457231773287777tmp 06:55:02 copy managed file [sigul-password] to file:/w/workspace/edgex-go/715@tmp/config13974823417859297797tmp 06:55:02 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/715@tmp/config17818121596934797536tmp [Pipeline] { [Pipeline] echo 06:55:02 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 06:55:02 ---> sigul-configuration.sh 06:55:02 gpg: directory `/root/.gnupg' created 06:55:02 gpg: new configuration file `/root/.gnupg/gpg.conf' created 06:55:02 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 06:55:02 gpg: keyring `/root/.gnupg/secring.gpg' created 06:55:02 gpg: keyring `/root/.gnupg/pubring.gpg' created 06:55:02 gpg: CAST5 encrypted data 06:55:02 gpg: encrypted with 1 passphrase 06:55:02 gpg: WARNING: message was not integrity protected [Pipeline] sh 06:55:02 + mkdir /home/jenkins 06:55:02 + mkdir /home/jenkins/sigul [Pipeline] sh 06:55:03 + 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 06:55:03 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 06:55:03 ---> sigul-install.sh 06:55:03 Sigul already installed; skipping installation. [Pipeline] sh 06:55:03 + git tag --list 06:55:03 0.6.0 06:55:03 0.6.1 06:55:03 0.7.0 06:55:03 0.7.1 06:55:03 v1.0.0 06:55:03 v1.0.1 06:55:03 v1.1.0 06:55:03 v1.2.0 06:55:03 v1.2.1 06:55:03 v1.3.0 06:55:03 v1.3.1 06:55:03 v2.0.0 06:55:03 v2.1.0 06:55:03 v2.1.1 06:55:03 v2.2.0 06:55:03 v2.3.0 06:55:03 v3.0 06:55:03 v3.0.0 06:55:03 v3.1 06:55:03 v3.1.0 06:55:03 v3.1.0-dev.1 06:55:03 v3.1.0-dev.10 06:55:03 v3.1.0-dev.11 06:55:03 v3.1.0-dev.12 06:55:03 v3.1.0-dev.13 06:55:03 v3.1.0-dev.14 06:55:03 v3.1.0-dev.15 06:55:03 v3.1.0-dev.16 06:55:03 v3.1.0-dev.17 06:55:03 v3.1.0-dev.18 06:55:03 v3.1.0-dev.19 06:55:03 v3.1.0-dev.2 06:55:03 v3.1.0-dev.20 06:55:03 v3.1.0-dev.21 06:55:03 v3.1.0-dev.22 06:55:03 v3.1.0-dev.23 06:55:03 v3.1.0-dev.24 06:55:03 v3.1.0-dev.25 06:55:03 v3.1.0-dev.26 06:55:03 v3.1.0-dev.27 06:55:03 v3.1.0-dev.28 06:55:03 v3.1.0-dev.29 06:55:03 v3.1.0-dev.3 06:55:03 v3.1.0-dev.30 06:55:03 v3.1.0-dev.31 06:55:03 v3.1.0-dev.32 06:55:03 v3.1.0-dev.33 06:55:03 v3.1.0-dev.34 06:55:03 v3.1.0-dev.35 06:55:03 v3.1.0-dev.36 06:55:03 v3.1.0-dev.37 06:55:03 v3.1.0-dev.38 06:55:03 v3.1.0-dev.39 06:55:03 v3.1.0-dev.4 06:55:03 v3.1.0-dev.40 06:55:03 v3.1.0-dev.41 06:55:03 v3.1.0-dev.42 06:55:03 v3.1.0-dev.43 06:55:03 v3.1.0-dev.44 06:55:03 v3.1.0-dev.45 06:55:03 v3.1.0-dev.46 06:55:03 v3.1.0-dev.47 06:55:03 v3.1.0-dev.48 06:55:03 v3.1.0-dev.49 06:55:03 v3.1.0-dev.5 06:55:03 v3.1.0-dev.50 06:55:03 v3.1.0-dev.51 06:55:03 v3.1.0-dev.52 06:55:03 v3.1.0-dev.53 06:55:03 v3.1.0-dev.54 06:55:03 v3.1.0-dev.55 06:55:03 v3.1.0-dev.56 06:55:03 v3.1.0-dev.57 06:55:03 v3.1.0-dev.58 06:55:03 v3.1.0-dev.59 06:55:03 v3.1.0-dev.6 06:55:03 v3.1.0-dev.60 06:55:03 v3.1.0-dev.61 06:55:03 v3.1.0-dev.62 06:55:03 v3.1.0-dev.63 06:55:03 v3.1.0-dev.64 06:55:03 v3.1.0-dev.65 06:55:03 v3.1.0-dev.66 06:55:03 v3.1.0-dev.67 06:55:03 v3.1.0-dev.68 06:55:03 v3.1.0-dev.69 06:55:03 v3.1.0-dev.7 06:55:03 v3.1.0-dev.70 06:55:03 v3.1.0-dev.71 06:55:03 v3.1.0-dev.72 06:55:03 v3.1.0-dev.73 06:55:03 v3.1.0-dev.8 06:55:03 v3.1.0-dev.9 06:55:03 v3.1.1 06:55:03 v3.1.1-dev.1 06:55:03 v3.1.1-dev.2 06:55:03 v3.2.0-dev.1 06:55:03 v3.2.0-dev.10 06:55:03 v3.2.0-dev.11 06:55:03 v3.2.0-dev.12 06:55:03 v3.2.0-dev.13 06:55:03 v3.2.0-dev.14 06:55:03 v3.2.0-dev.15 06:55:03 v3.2.0-dev.16 06:55:03 v3.2.0-dev.17 06:55:03 v3.2.0-dev.18 06:55:03 v3.2.0-dev.19 06:55:03 v3.2.0-dev.2 06:55:03 v3.2.0-dev.20 06:55:03 v3.2.0-dev.21 06:55:03 v3.2.0-dev.22 06:55:03 v3.2.0-dev.23 06:55:03 v3.2.0-dev.24 06:55:03 v3.2.0-dev.25 06:55:03 v3.2.0-dev.26 06:55:03 v3.2.0-dev.27 06:55:03 v3.2.0-dev.28 06:55:03 v3.2.0-dev.29 06:55:03 v3.2.0-dev.3 06:55:03 v3.2.0-dev.30 06:55:03 v3.2.0-dev.31 06:55:03 v3.2.0-dev.32 06:55:03 v3.2.0-dev.33 06:55:03 v3.2.0-dev.34 06:55:03 v3.2.0-dev.35 06:55:03 v3.2.0-dev.36 06:55:03 v3.2.0-dev.37 06:55:03 v3.2.0-dev.38 06:55:03 v3.2.0-dev.39 06:55:03 v3.2.0-dev.4 06:55:03 v3.2.0-dev.40 06:55:03 v3.2.0-dev.41 06:55:03 v3.2.0-dev.42 06:55:03 v3.2.0-dev.43 06:55:03 v3.2.0-dev.44 06:55:03 v3.2.0-dev.45 06:55:03 v3.2.0-dev.46 06:55:03 v3.2.0-dev.47 06:55:03 v3.2.0-dev.48 06:55:03 v3.2.0-dev.49 06:55:03 v3.2.0-dev.5 06:55:03 v3.2.0-dev.50 06:55:03 v3.2.0-dev.51 06:55:03 v3.2.0-dev.52 06:55:03 v3.2.0-dev.53 06:55:03 v3.2.0-dev.54 06:55:03 v3.2.0-dev.55 06:55:03 v3.2.0-dev.56 06:55:03 v3.2.0-dev.57 06:55:03 v3.2.0-dev.58 06:55:03 v3.2.0-dev.59 06:55:03 v3.2.0-dev.6 06:55:03 v3.2.0-dev.60 06:55:03 v3.2.0-dev.61 06:55:03 v3.2.0-dev.62 06:55:03 v3.2.0-dev.63 06:55:03 v3.2.0-dev.64 06:55:03 v3.2.0-dev.65 06:55:03 v3.2.0-dev.66 06:55:03 v3.2.0-dev.67 06:55:03 v3.2.0-dev.68 06:55:03 v3.2.0-dev.69 06:55:03 v3.2.0-dev.7 06:55:03 v3.2.0-dev.70 06:55:03 v3.2.0-dev.71 06:55:03 v3.2.0-dev.72 06:55:03 v3.2.0-dev.73 06:55:03 v3.2.0-dev.74 06:55:03 v3.2.0-dev.75 06:55:03 v3.2.0-dev.76 06:55:03 v3.2.0-dev.77 06:55:03 v3.2.0-dev.78 06:55:03 v3.2.0-dev.79 06:55:03 v3.2.0-dev.8 06:55:03 v3.2.0-dev.80 06:55:03 v3.2.0-dev.81 06:55:03 v3.2.0-dev.82 06:55:03 v3.2.0-dev.83 06:55:03 v3.2.0-dev.84 06:55:03 v3.2.0-dev.85 06:55:03 v3.2.0-dev.86 06:55:03 v3.2.0-dev.87 06:55:03 v3.2.0-dev.88 06:55:03 v3.2.0-dev.89 06:55:03 v3.2.0-dev.9 06:55:03 v3.2.0-dev.90 06:55:03 v3.2.0-dev.91 06:55:03 v3.2.0-dev.92 [Pipeline] sh 06:55:03 + lftools sign git-tag v3.2.0-dev.92 06:55:04 Signing Git tag with Sigul... 06:55:04 Signing v3.2.0-dev.92 [Pipeline] echo 06:55:04 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 06:55:05 ---> sigul-configuration-cleanup.sh [Pipeline] } 06:55:05 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 06:55:05 $ docker stop --time=1 7afe793b7a09d7f35b3fb5a30c7567b17d52df26e515a47d021e0ba6b7744973 06:55:06 $ docker rm -f --volumes 7afe793b7a09d7f35b3fb5a30c7567b17d52df26e515a47d021e0ba6b7744973 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 06:55:06 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:55:06 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:55:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:55:07 prd-ubuntu20.04-docker-8c-8g-21999 does not seem to be running inside a container 06:55:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/715 -v /w/workspace/edgex-go/715:/w/workspace/edgex-go/715:rw,z -v /w/workspace/edgex-go/715@tmp:/w/workspace/edgex-go/715@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 06:55:07 $ docker top b83efda7c0f012694e6dd30d108b3d0b4a37c0693b8e449833dc30fafd1e4d37 -eo pid,comm 06:55:07 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 06:55:07 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:55:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:55:07 [ssh-agent] Looking for ssh-agent implementation... 06:55:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:55:07 $ docker exec b83efda7c0f012694e6dd30d108b3d0b4a37c0693b8e449833dc30fafd1e4d37 ssh-agent 06:55:07 SSH_AUTH_SOCK=/tmp/ssh-ETv38XMFzSBF/agent.33 06:55:07 SSH_AGENT_PID=39 06:55:07 Running ssh-add (command line suppressed) 06:55:08 Identity added: /w/workspace/edgex-go/715@tmp/private_key_17038453854704063486.key (/w/workspace/edgex-go/715@tmp/private_key_17038453854704063486.key) 06:55:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:55:08 + git semver bump pre 06:55:08 2024-10-07 06:55:08,491 [read_version] DEBUG read version from /w/workspace/edgex-go/715/.semver/main 06:55:08 2024-10-07 06:55:08,492 [bump_version] DEBUG bumping version:3.2.0-dev.92 on axis:pre with prefix:dev 06:55:08 2024-10-07 06:55:08,492 [bump_version] DEBUG bumped version:3.2.0-dev.93 06:55:08 2024-10-07 06:55:08,492 [write_version] DEBUG write version:3.2.0-dev.93 to path:/w/workspace/edgex-go/715/.semver/main with force:True 06:55:08 2024-10-07 06:55:08,492 [read_version] DEBUG read version from /w/workspace/edgex-go/715/.semver/main 06:55:08 2024-10-07 06:55:08,492 [write_file] DEBUG write to file:/w/workspace/edgex-go/715/.semver/main 06:55:08 2024-10-07 06:55:08,494 [execute] INFO git cat-file --batch-check 06:55:08 2024-10-07 06:55:08,495 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/715/.semver, universal_newlines=False, shell=None, istream=) 06:55:08 2024-10-07 06:55:08,499 [execute] INFO git cat-file --batch 06:55:08 2024-10-07 06:55:08,500 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/715/.semver, universal_newlines=False, shell=None, istream=) 06:55:08 2024-10-07 06:55:08,505 [read_version] DEBUG read version from /w/workspace/edgex-go/715/.semver/main 06:55:08 3.2.0-dev.93 [Pipeline] } 06:55:08 $ docker exec --env ******** --env ******** b83efda7c0f012694e6dd30d108b3d0b4a37c0693b8e449833dc30fafd1e4d37 ssh-agent -k 06:55:08 unset SSH_AUTH_SOCK; 06:55:08 unset SSH_AGENT_PID; 06:55:08 echo Agent pid 39 killed; 06:55:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:55:09 + git semver [Pipeline] } 06:55:09 $ docker stop --time=1 b83efda7c0f012694e6dd30d108b3d0b4a37c0693b8e449833dc30fafd1e4d37 06:55:10 $ docker rm -f --volumes b83efda7c0f012694e6dd30d108b3d0b4a37c0693b8e449833dc30fafd1e4d37 [Pipeline] // withDockerContainer [Pipeline] sh 06:55:10 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:55:10 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:55:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:55:11 prd-ubuntu20.04-docker-8c-8g-21999 does not seem to be running inside a container 06:55:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/715 -v /w/workspace/edgex-go/715:/w/workspace/edgex-go/715:rw,z -v /w/workspace/edgex-go/715@tmp:/w/workspace/edgex-go/715@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 06:55:11 $ docker top cc97a378d88031c8ebbaf084feec330586572f7a03aa1f00e72fe9360209d3a3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:55:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:55:11 [ssh-agent] Looking for ssh-agent implementation... 06:55:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:55:11 $ docker exec cc97a378d88031c8ebbaf084feec330586572f7a03aa1f00e72fe9360209d3a3 ssh-agent 06:55:12 SSH_AUTH_SOCK=/tmp/ssh-fQTKK0Xf5y4W/agent.32 06:55:12 SSH_AGENT_PID=38 06:55:12 Running ssh-add (command line suppressed) 06:55:12 Identity added: /w/workspace/edgex-go/715@tmp/private_key_15153029431319146907.key (/w/workspace/edgex-go/715@tmp/private_key_15153029431319146907.key) 06:55:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:55:12 + git semver push 06:55:12 2024-10-07 06:55:12,609 [run_push] DEBUG push 06:55:12 2024-10-07 06:55:12,610 [execute] INFO git cat-file --batch-check 06:55:12 2024-10-07 06:55:12,610 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/715/.semver, universal_newlines=False, shell=None, istream=) 06:55:12 2024-10-07 06:55:12,614 [execute] INFO git rev-list 1339d429e569da4facf22df5556a054eb6f8ff12 -- 06:55:12 2024-10-07 06:55:12,614 [execute] DEBUG Popen(['git', 'rev-list', '1339d429e569da4facf22df5556a054eb6f8ff12', '--'], cwd=/w/workspace/edgex-go/715/.semver, universal_newlines=False, shell=None, istream=None) 06:55:12 2024-10-07 06:55:12,631 [execute] INFO git fetch -v origin 06:55:12 2024-10-07 06:55:12,632 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/715/.semver, universal_newlines=True, shell=None, istream=None) 06:55:13 2024-10-07 06:55:13,071 [run_push] DEBUG no remote changes detected 06:55:13 2024-10-07 06:55:13,072 [execute] INFO git push origin semver 06:55:13 2024-10-07 06:55:13,072 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/715/.semver, universal_newlines=False, shell=None, istream=None) 06:55:13 2024-10-07 06:55:13,821 [run_push] DEBUG push all version tags 06:55:13 2024-10-07 06:55:13,822 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 06:55:13 2024-10-07 06:55:13,822 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/715, universal_newlines=False, shell=None, istream=None) 06:55:14 2024-10-07 06:55:14,481 [read_version] DEBUG read version from /w/workspace/edgex-go/715/.semver/main 06:55:14 3.2.0-dev.93 [Pipeline] } 06:55:14 $ docker exec --env ******** --env ******** cc97a378d88031c8ebbaf084feec330586572f7a03aa1f00e72fe9360209d3a3 ssh-agent -k 06:55:14 unset SSH_AUTH_SOCK; 06:55:14 unset SSH_AGENT_PID; 06:55:14 echo Agent pid 38 killed; 06:55:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:55:15 + git semver [Pipeline] } 06:55:15 $ docker stop --time=1 cc97a378d88031c8ebbaf084feec330586572f7a03aa1f00e72fe9360209d3a3 06:55:16 $ docker rm -f --volumes cc97a378d88031c8ebbaf084feec330586572f7a03aa1f00e72fe9360209d3a3 [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 06:55:17 + [ -d /w/workspace/edgex-go/715/archives ] [Pipeline] libraryResource [Pipeline] sh 06:55:17 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:55:18 ---> package-listing.sh 06:55:18 ++ facter osfamily 06:55:18 ++ tr '[:upper:]' '[:lower:]' 06:55:18 + OS_FAMILY=debian 06:55:18 + workspace=/w/workspace/edgex-go/715 06:55:18 + START_PACKAGES=/tmp/packages_start.txt 06:55:18 + END_PACKAGES=/tmp/packages_end.txt 06:55:18 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:55:18 + PACKAGES=/tmp/packages_start.txt 06:55:18 + '[' /w/workspace/edgex-go/715 ']' 06:55:18 + PACKAGES=/tmp/packages_end.txt 06:55:18 + case "${OS_FAMILY}" in 06:55:18 + dpkg -l 06:55:18 + grep '^ii' 06:55:18 + '[' -f /tmp/packages_start.txt ']' 06:55:18 + '[' -f /tmp/packages_end.txt ']' 06:55:18 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:55:18 + '[' /w/workspace/edgex-go/715 ']' 06:55:18 + mkdir -p /w/workspace/edgex-go/715/archives/ 06:55:18 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/715/archives/ [Pipeline] echo 06:55:18 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/715/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:55:19 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:55:19 06:55:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:55:19 latest: Pulling from edgex-lftools-log-publisher 06:55:19 5eb5b503b376: Pulling fs layer 06:55:19 5c69ac0246d0: Pulling fs layer 06:55:19 ec43610c2a17: Pulling fs layer 06:55:19 3a2ae6a8a46f: Pulling fs layer 06:55:19 33b1e0a273af: Pulling fs layer 06:55:19 5d3b04190fa2: Pulling fs layer 06:55:19 2f39f015ded8: Pulling fs layer 06:55:19 33b1e0a273af: Waiting 06:55:19 5d3b04190fa2: Waiting 06:55:19 3a2ae6a8a46f: Waiting 06:55:19 2f39f015ded8: Waiting 06:55:19 5c69ac0246d0: Download complete 06:55:19 3a2ae6a8a46f: Verifying Checksum 06:55:19 3a2ae6a8a46f: Download complete 06:55:19 33b1e0a273af: Verifying Checksum 06:55:19 33b1e0a273af: Download complete 06:55:19 5d3b04190fa2: Verifying Checksum 06:55:19 5d3b04190fa2: Download complete 06:55:20 ec43610c2a17: Verifying Checksum 06:55:20 5eb5b503b376: Verifying Checksum 06:55:20 5eb5b503b376: Download complete 06:55:20 2f39f015ded8: Download complete 06:55:21 5eb5b503b376: Pull complete 06:55:21 5c69ac0246d0: Pull complete 06:55:21 ec43610c2a17: Pull complete 06:55:21 3a2ae6a8a46f: Pull complete 06:55:22 33b1e0a273af: Pull complete 06:55:22 5d3b04190fa2: Pull complete 06:55:26 2f39f015ded8: Pull complete 06:55:26 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 06:55:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:55:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:55:26 prd-ubuntu20.04-docker-8c-8g-21999 does not seem to be running inside a container 06:55:26 $ 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/715/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/715 -v /w/workspace/edgex-go/715:/w/workspace/edgex-go/715:rw,z -v /w/workspace/edgex-go/715@tmp:/w/workspace/edgex-go/715@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 06:55:32 $ docker top 0ef27abc91b0fe33a362b1e730e790520dc482564bc97fbb84ba12fabb3cd8c7 -eo pid,comm [Pipeline] { [Pipeline] sh 06:55:32 + touch /tmp/pre-build-complete [Pipeline] sh 06:55:32 + mkdir -p /var/log/sysstat [Pipeline] sh 06:55:33 + ls /var/log/sa-host 06:55:33 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:55:33 provisioning config files... 06:55:33 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/715@tmp/config6546600689497559493tmp [Pipeline] { [Pipeline] echo 06:55:33 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:55:33 ---> create-netrc.sh [Pipeline] } 06:55:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 06:55:34 ---> python-tools-install.sh [Pipeline] echo 06:55:34 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:55:34 ---> sudo-logs.sh 06:55:34 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 06:55:34 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:55:34 ---> job-cost.sh 06:55:34 lf-activate-venv: SKIPPING 06:55:34 DEBUG: total: 0.10999999940395355 06:55:34 INFO: Retrieving Stack Cost... 06:55:35 INFO: Retrieving Pricing Info for: v3-standard-8 06:55:35 INFO: Archiving Costs [Pipeline] echo 06:55:35 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:55:35 ---> logs-deploy.sh 06:55:35 lf-activate-venv: SKIPPING 06:55:35 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/715 06:55:35 INFO: archiving workspace using pattern(s): 06:55:36 Archives upload complete. 06:55:36 INFO: archiving logs to Nexus 06:55:37 ---> uname -a: 06:55:37 Linux prd-ubuntu20-04-docker-8c-8g-21999 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 06:55:37 06:55:37 06:55:37 ---> lscpu: 06:55:37 Architecture: x86_64 06:55:37 CPU op-mode(s): 32-bit, 64-bit 06:55:37 Byte Order: Little Endian 06:55:37 Address sizes: 40 bits physical, 48 bits virtual 06:55:37 CPU(s): 8 06:55:37 On-line CPU(s) list: 0-7 06:55:37 Thread(s) per core: 1 06:55:37 Core(s) per socket: 1 06:55:37 Socket(s): 8 06:55:37 NUMA node(s): 1 06:55:37 Vendor ID: AuthenticAMD 06:55:37 CPU family: 23 06:55:37 Model: 49 06:55:37 Model name: AMD EPYC-Rome Processor 06:55:37 Stepping: 0 06:55:37 CPU MHz: 2799.998 06:55:37 BogoMIPS: 5599.99 06:55:37 Virtualization: AMD-V 06:55:37 Hypervisor vendor: KVM 06:55:37 Virtualization type: full 06:55:37 L1d cache: 256 KiB 06:55:37 L1i cache: 256 KiB 06:55:37 L2 cache: 4 MiB 06:55:37 L3 cache: 128 MiB 06:55:37 NUMA node0 CPU(s): 0-7 06:55:37 Vulnerability Itlb multihit: Not affected 06:55:37 Vulnerability L1tf: Not affected 06:55:37 Vulnerability Mds: Not affected 06:55:37 Vulnerability Meltdown: Not affected 06:55:37 Vulnerability Mmio stale data: Not affected 06:55:37 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:55:37 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 06:55:37 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 06:55:37 Vulnerability Srbds: Not affected 06:55:37 Vulnerability Tsx async abort: Not affected 06:55:37 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 06:55:37 06:55:37 06:55:37 ---> nproc: 06:55:37 8 06:55:37 06:55:37 06:55:37 ---> df -h: 06:55:37 Filesystem Size Used Avail Use% Mounted on 06:55:37 overlay 155G 28G 127G 19% / 06:55:37 tmpfs 64M 0 64M 0% /dev 06:55:37 tmpfs 16G 0 16G 0% /sys/fs/cgroup 06:55:37 shm 64M 0 64M 0% /dev/shm 06:55:37 /dev/vda1 155G 28G 127G 19% /facter-os 06:55:37 06:55:37 06:55:37 ---> sar -b -r -n DEV: 06:55:37 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-21999) 10/07/24 _x86_64_ (8 CPU) 06:55:37 06:55:37 06:01:23 LINUX RESTART (8 CPU) 06:55:37 06:55:37 06:02:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:55:37 06:03:01 394.32 12.26 382.06 0.00 1825.66 84109.16 0.00 06:55:37 06:04:01 92.15 0.08 92.07 0.00 7.73 58251.89 0.00 06:55:37 06:05:01 61.03 0.02 61.01 0.00 0.13 60610.88 0.00 06:55:37 06:06:01 37.73 0.10 37.63 0.00 2.00 49033.16 0.00 06:55:37 06:07:01 368.64 1.42 367.22 0.00 123.71 246468.92 0.00 06:55:37 06:08:01 697.41 14.10 683.31 0.00 113.20 209248.42 0.00 06:55:37 06:09:01 281.10 0.36 280.74 0.00 5.42 39260.79 0.00 06:55:37 06:10:01 325.71 0.03 325.67 0.00 0.27 105373.01 0.00 06:55:37 06:11:01 530.59 0.03 530.56 0.00 2.00 143563.08 0.00 06:55:37 06:12:01 413.05 6.67 406.38 0.00 4316.88 22493.98 0.00 06:55:37 06:13:01 27.83 0.05 27.78 0.00 6.13 750.01 0.00 06:55:37 06:14:01 2.85 0.00 2.85 0.00 0.00 35.46 0.00 06:55:37 06:15:01 0.95 0.00 0.95 0.00 0.00 10.80 0.00 06:55:37 06:16:01 1.33 0.00 1.33 0.00 0.00 15.86 0.00 06:55:37 06:17:01 1.85 0.03 1.82 0.00 0.27 20.66 0.00 06:55:37 06:18:01 1.62 0.00 1.62 0.00 0.00 18.53 0.00 06:55:37 06:19:01 1.08 0.00 1.08 0.00 0.00 12.40 0.00 06:55:37 06:20:01 1.35 0.00 1.35 0.00 0.00 16.13 0.00 06:55:37 06:21:01 0.97 0.00 0.97 0.00 0.00 11.33 0.00 06:55:37 06:22:01 1.63 0.00 1.63 0.00 0.00 19.20 0.00 06:55:37 06:23:01 2.73 1.50 1.23 0.00 35.46 15.60 0.00 06:55:37 06:24:01 1.23 0.00 1.23 0.00 0.00 16.66 0.00 06:55:37 06:25:01 1.02 0.03 0.98 0.00 0.27 10.80 0.00 06:55:37 06:26:01 4.72 2.23 2.49 0.00 36.28 79.60 0.00 06:55:37 06:27:01 1.20 0.00 1.20 0.00 0.00 14.00 0.00 06:55:37 06:28:01 1.30 0.00 1.30 0.00 0.00 14.80 0.00 06:55:37 06:29:01 1.03 0.00 1.03 0.00 0.00 11.86 0.00 06:55:37 06:30:01 1.38 0.00 1.38 0.00 0.00 15.60 0.00 06:55:37 06:31:01 0.95 0.00 0.95 0.00 0.00 10.93 0.00 06:55:37 06:32:01 1.45 0.00 1.45 0.00 0.00 16.66 0.00 06:55:37 06:33:01 1.03 0.00 1.03 0.00 0.00 12.00 0.00 06:55:37 06:34:01 1.43 0.00 1.43 0.00 0.00 17.33 0.00 06:55:37 06:35:01 0.90 0.00 0.90 0.00 0.00 10.13 0.00 06:55:37 06:36:01 1.10 0.00 1.10 0.00 0.00 14.80 0.00 06:55:37 06:37:01 1.18 0.00 1.18 0.00 0.00 14.26 0.00 06:55:37 06:38:01 1.50 0.00 1.50 0.00 0.00 17.06 0.00 06:55:37 06:39:01 0.97 0.00 0.97 0.00 0.00 11.60 0.00 06:55:37 06:40:01 1.63 0.00 1.63 0.00 0.00 18.53 0.00 06:55:37 06:41:01 0.93 0.00 0.93 0.00 0.00 10.53 0.00 06:55:37 06:42:01 1.52 0.00 1.52 0.00 0.00 19.06 0.00 06:55:37 06:43:01 1.12 0.00 1.12 0.00 0.00 12.53 0.00 06:55:37 06:44:01 1.45 0.00 1.45 0.00 0.00 16.80 0.00 06:55:37 06:45:01 1.15 0.00 1.15 0.00 0.00 13.06 0.00 06:55:37 06:46:01 2.02 0.00 2.02 0.00 0.00 22.53 0.00 06:55:37 06:47:01 1.62 0.00 1.62 0.00 0.00 18.80 0.00 06:55:37 06:48:01 2.03 0.00 2.03 0.00 0.00 22.40 0.00 06:55:37 06:49:01 1.38 0.00 1.38 0.00 0.00 15.59 0.00 06:55:37 06:50:01 2.03 0.00 2.03 0.00 0.00 22.93 0.00 06:55:37 06:51:01 1.42 0.00 1.42 0.00 0.00 15.60 0.00 06:55:37 06:52:01 1.77 0.00 1.77 0.00 0.00 21.46 0.00 06:55:37 06:53:01 1.42 0.00 1.42 0.00 0.00 15.73 0.00 06:55:37 06:54:01 1.37 0.00 1.37 0.00 0.00 15.86 0.00 06:55:37 06:55:01 171.73 0.55 171.18 0.00 14.66 52866.11 0.00 06:55:37 Average: 65.30 0.75 64.55 0.00 122.48 20242.06 0.00 06:55:37 06:55:37 06:02:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:55:37 06:03:01 28133924 31489004 811300 2.47 101260 3467264 1899360 5.60 1277656 3006680 270336 06:55:37 06:04:01 26999640 31343376 948440 2.88 128892 4345260 2156772 6.36 1963592 3363396 911252 06:55:37 06:05:01 26568852 30962480 1329272 4.04 132076 4376524 2335564 6.88 1877836 3866760 478084 06:55:37 06:06:01 26285716 31476172 813248 2.47 135496 5124168 1815048 5.35 1824656 4156648 556044 06:55:37 06:07:01 21060396 31129864 1144240 3.48 146268 9883808 5499876 16.21 2079112 8985076 1132 06:55:37 06:08:01 15491412 31260852 1006264 3.06 317680 15027652 3978856 11.73 2659644 13582852 2064 06:55:37 06:09:01 9781280 28190712 4004748 12.18 356192 17237532 12062076 35.55 6737532 14719192 1467076 06:55:37 06:10:01 6422588 26488760 5723896 17.41 367884 18859588 11064672 32.61 8913976 15904836 656848 06:55:37 06:11:01 10980772 31339572 922840 2.81 377116 19286492 2779320 8.19 2955804 17527744 724 06:55:37 06:12:01 10299360 31377152 872432 2.65 410384 19953412 2461564 7.25 3414360 17724592 624 06:55:37 06:13:01 10317424 31392136 857248 2.61 410004 19950716 2383168 7.02 3784472 17335008 576 06:55:37 06:14:01 10317900 31392636 856868 2.61 410024 19950720 2383168 7.02 3783748 17335012 8 06:55:37 06:15:01 10319112 31393868 855576 2.60 410044 19950720 2383168 7.02 3781952 17335012 8 06:55:37 06:16:01 10323928 31398708 851112 2.59 410064 19950724 2383168 7.02 3776684 17335016 4 06:55:37 06:17:01 10325112 31400020 849516 2.58 410104 19950724 2394900 7.06 3775992 17335012 236 06:55:37 06:18:01 10339680 31414776 834676 2.54 410112 19950860 2394900 7.06 3760696 17335128 44 06:55:37 06:19:01 10339728 31414872 834548 2.54 410136 19950864 2394900 7.06 3760968 17335148 16 06:55:37 06:20:01 10339868 31415056 834280 2.54 410144 19950868 2394900 7.06 3761128 17335148 228 06:55:37 06:21:01 10340048 31415252 834032 2.54 410152 19950872 2394900 7.06 3761104 17335152 204 06:55:37 06:22:01 10340128 31415352 834068 2.54 410172 19950872 2394900 7.06 3761228 17335152 32 06:55:37 06:23:01 10330600 31408116 841232 2.56 410200 19951936 2394900 7.06 3772420 17335428 188 06:55:37 06:24:01 10329984 31407516 841772 2.56 410212 19951940 2394900 7.06 3772208 17335412 184 06:55:37 06:25:01 10330016 31407556 841712 2.56 410244 19951936 2394900 7.06 3771840 17335412 20 06:55:37 06:26:01 10326308 31406540 842480 2.56 410288 19954308 2394900 7.06 3772032 17337680 44 06:55:37 06:27:01 10326332 31406584 842412 2.56 410324 19954296 2394900 7.06 3771800 17337684 12 06:55:37 06:28:01 10326268 31406576 842360 2.56 410348 19954312 2394900 7.06 3771784 17337684 16 06:55:37 06:29:01 10325936 31406256 842612 2.56 410364 19954316 2394900 7.06 3771800 17337688 32 06:55:37 06:30:01 10325444 31405828 842892 2.56 410384 19954316 2394900 7.06 3771840 17337688 8 06:55:37 06:31:01 10325436 31405840 842820 2.56 410400 19954320 2394900 7.06 3771840 17337692 28 06:55:37 06:32:01 10325388 31405812 842752 2.56 410416 19954320 2394900 7.06 3771944 17337696 12 06:55:37 06:33:01 10325152 31405596 842952 2.56 410436 19954320 2394900 7.06 3771888 17337696 12 06:55:37 06:34:01 10325136 31405600 842924 2.56 410452 19954332 2394900 7.06 3771920 17337700 12 06:55:37 06:35:01 10325120 31405612 842900 2.56 410476 19954332 2394900 7.06 3771928 17337704 8 06:55:37 06:36:01 10324796 31405312 843152 2.56 410492 19954336 2394900 7.06 3771964 17337708 60 06:55:37 06:37:01 10324948 31405484 843100 2.56 410536 19954332 2394900 7.06 3772024 17337712 52 06:55:37 06:38:01 10324972 31405544 843048 2.56 410548 19954340 2394900 7.06 3772016 17337712 44 06:55:37 06:39:01 10324964 31405552 843032 2.56 410556 19954348 2394900 7.06 3772012 17337720 28 06:55:37 06:40:01 10324704 31405332 843252 2.56 410580 19954352 2394900 7.06 3772064 17337724 12 06:55:37 06:41:01 10324436 31405068 843472 2.57 410596 19954352 2415692 7.12 3772052 17337724 8 06:55:37 06:42:01 10324356 31405012 843476 2.57 410608 19954356 2415692 7.12 3772156 17337728 156 06:55:37 06:43:01 10324056 31404744 843692 2.57 410628 19954360 2415692 7.12 3772124 17337732 12 06:55:37 06:44:01 10324008 31404704 843668 2.57 410636 19954364 2415692 7.12 3772128 17337736 44 06:55:37 06:45:01 10323960 31404664 843628 2.57 410660 19954368 2415692 7.12 3772120 17337740 8 06:55:37 06:46:01 10323620 31404384 843840 2.57 410720 19954368 2415692 7.12 3772188 17337740 8 06:55:37 06:47:01 10323852 31404708 843696 2.57 410780 19954360 2415692 7.12 3772536 17337744 8 06:55:37 06:48:01 10324088 31404976 843380 2.56 410824 19954368 2415692 7.12 3772300 17337744 8 06:55:37 06:49:01 10324040 31405020 843292 2.56 410888 19954376 2415692 7.12 3772364 17337752 8 06:55:37 06:50:01 10323960 31404964 843276 2.56 410920 19954380 2415692 7.12 3772408 17337752 8 06:55:37 06:51:01 10323912 31404936 843228 2.56 410952 19954380 2415692 7.12 3772440 17337752 8 06:55:37 06:52:01 10323540 31404628 843488 2.57 411000 19954376 2415692 7.12 3772552 17337756 52 06:55:37 06:53:01 10323740 31404868 843396 2.56 411020 19954396 2415692 7.12 3772456 17337768 8 06:55:37 06:54:01 10323704 31404864 843588 2.57 411032 19954396 2415692 7.12 3772484 17337768 40 06:55:37 06:55:01 9131248 31320968 924820 2.81 424092 20958196 2910292 8.58 3870676 18334744 552 06:55:37 Average: 11789904 31234147 1017358 3.09 379940 18425655 2826290 8.33 3697933 16024971 82023 06:55:37 06:55:37 06:02:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:55:37 06:03:01 lo 4.87 4.87 0.48 0.48 0.00 0.00 0.00 0.00 06:55:37 06:03:01 docker0 887.30 897.07 64.41 4956.47 0.00 0.00 0.00 0.00 06:55:37 06:03:01 ens3 1687.02 1714.60 12799.01 181.83 0.00 0.00 0.00 0.00 06:55:37 06:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:55:37 06:04:01 docker0 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 06:55:37 06:04:01 ens3 28.03 17.00 25.76 10.34 0.00 0.00 0.00 0.00 06:55:37 06:04:01 vethb8e3e88 0.00 0.22 0.00 0.02 0.00 0.00 0.00 0.00 06:55:37 06:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:05:01 docker0 1.70 1.70 0.13 0.15 0.00 0.00 0.00 0.00 06:55:37 06:05:01 ens3 37.47 26.26 33.23 16.12 0.00 0.00 0.00 0.00 06:55:37 06:05:01 vethb8e3e88 1.70 1.72 0.15 0.15 0.00 0.00 0.00 0.00 06:55:37 06:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:55:37 06:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:06:01 ens3 27.38 16.81 23.00 13.53 0.00 0.00 0.00 0.00 06:55:37 06:06:01 vethb8e3e88 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:07:01 veth1b19c97 3.07 6.25 0.24 77.44 0.00 0.00 0.00 0.01 06:55:37 06:07:01 veth816af6d 0.35 0.65 0.03 0.14 0.00 0.00 0.00 0.00 06:55:37 06:07:01 vethae1feef 5.52 6.75 0.39 39.06 0.00 0.00 0.00 0.00 06:55:37 06:07:01 vetha5e4d21 6.25 3.07 77.44 0.24 0.00 0.00 0.00 0.00 06:55:37 06:07:01 vethfc1d49f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:07:01 lo 1.20 1.20 0.12 0.12 0.00 0.00 0.00 0.00 06:55:37 06:07:01 veth89ba468 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:07:01 veth108a6a7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:07:01 veth30f845e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:07:01 docker0 32.71 61.51 2.05 818.43 0.00 0.00 0.00 0.00 06:55:37 06:07:01 ens3 225.20 151.21 3879.77 173.40 0.00 0.00 0.00 0.00 06:55:37 06:07:01 vethe70d52f 6.75 5.52 39.06 0.39 0.00 0.00 0.00 0.00 06:55:37 06:07:01 vetha60f5a9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:07:01 veth01cf594 1.85 3.52 0.14 38.67 0.00 0.00 0.00 0.00 06:55:37 06:07:01 veth5086e57 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:07:01 vetha535f2a 2.95 1.85 44.63 0.14 0.00 0.00 0.00 0.00 06:55:37 06:07:01 vethb002fd5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:07:01 veth6824f27 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:07:01 veth4a6e75a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:07:01 veth34bc0ab 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:07:01 veth6fe18c2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:07:01 veth62cce03 1.85 2.95 0.14 44.63 0.00 0.00 0.00 0.00 06:55:37 06:07:01 veth0b47f0d 3.52 1.85 38.67 0.14 0.00 0.00 0.00 0.00 06:55:37 06:07:01 vethf4e6e31 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:07:01 vethe1b6e91 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:08:01 veth816af6d 0.12 0.67 0.01 0.03 0.00 0.00 0.00 0.00 06:55:37 06:08:01 vethfac570b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:55:37 06:08:01 vethd3a7d63 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:08:01 vetha56a53b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:08:01 vethb6d7ba6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:08:01 docker0 465.96 747.22 39.49 6823.21 0.00 0.00 0.00 0.00 06:55:37 06:08:01 ens3 765.55 477.24 6837.47 53.97 0.00 0.00 0.00 0.00 06:55:37 06:08:01 veth7baf120 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:08:01 veth94e3a04 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:08:01 veth85ac06b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:08:01 vethdf3fc29 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:08:01 veth98d624c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:08:01 veth3222578 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:08:01 veth10e2829 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:09:01 veth816af6d 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:09:01 veth3ee540f 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:55:37 06:09:01 veth41b9523 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:55:37 06:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:09:01 vetha56a53b 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:55:37 06:09:01 veth03eaa91 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:55:37 06:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:09:01 ens3 14.44 9.58 10.67 6.15 0.00 0.00 0.00 0.00 06:55:37 06:09:01 veth94e3a04 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 06:55:37 06:09:01 veth85ac06b 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:55:37 06:09:01 veth7d8e188 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:55:37 06:09:01 veth6727fb4 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:55:37 06:09:01 veth6576e07 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:55:37 06:09:01 vethdf3fc29 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 06:55:37 06:09:01 veth98d624c 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:55:37 06:09:01 veth3222578 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:55:37 06:09:01 veth10e2829 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 06:55:37 06:10:01 veth816af6d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:10:01 veth3ee540f 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:10:01 veth41b9523 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:55:37 06:10:01 vetha56a53b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:10:01 veth03eaa91 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:10:01 ens3 3.28 1.67 2.00 1.30 0.00 0.00 0.00 0.00 06:55:37 06:10:01 veth94e3a04 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:10:01 veth85ac06b 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:10:01 veth7d8e188 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:10:01 veth6727fb4 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:10:01 veth6576e07 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:10:01 vethdf3fc29 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:10:01 veth98d624c 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:10:01 veth3222578 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:10:01 veth10e2829 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:11:01 veth816af6d 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:11:01 vethebe56f6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:11:01 ens3 6.01 4.77 5.04 2.94 0.00 0.00 0.00 0.00 06:55:37 06:11:01 veth07f4f61 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:12:01 lo 53.12 53.12 5.24 5.24 0.00 0.00 0.00 0.00 06:55:37 06:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:12:01 ens3 611.63 516.73 2979.11 1465.05 0.00 0.00 0.00 0.00 06:55:37 06:13:01 lo 33.33 33.33 3.29 3.29 0.00 0.00 0.00 0.00 06:55:37 06:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:13:01 ens3 353.36 343.23 171.39 2098.39 0.00 0.00 0.00 0.00 06:55:37 06:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:55:37 06:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:14:01 ens3 0.47 0.13 0.61 0.01 0.00 0.00 0.00 0.00 06:55:37 06:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:15:01 ens3 0.32 0.15 0.13 0.07 0.00 0.00 0.00 0.00 06:55:37 06:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:55:37 06:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:16:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:55:37 06:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:17:01 ens3 0.25 0.12 0.08 0.07 0.00 0.00 0.00 0.00 06:55:37 06:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:55:37 06:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:18:01 ens3 0.22 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:55:37 06:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:19:01 ens3 0.32 0.15 0.10 0.01 0.00 0.00 0.00 0.00 06:55:37 06:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:55:37 06:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:20:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:55:37 06:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:21:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:55:37 06:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:22:01 ens3 0.72 0.27 0.13 0.08 0.00 0.00 0.00 0.00 06:55:37 06:23:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 06:55:37 06:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:23:01 ens3 33.26 43.08 6.57 117.04 0.00 0.00 0.00 0.00 06:55:37 06:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:55:37 06:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:24:01 ens3 1.65 1.00 0.97 1.14 0.00 0.00 0.00 0.00 06:55:37 06:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:25:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:55:37 06:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:26:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:55:37 06:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:27:01 ens3 0.20 0.18 0.11 0.07 0.00 0.00 0.00 0.00 06:55:37 06:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:55:37 06:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:28:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:55:37 06:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:29:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:55:37 06:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:30:01 ens3 0.35 0.17 0.08 0.01 0.00 0.00 0.00 0.00 06:55:37 06:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:31:01 ens3 0.10 0.00 0.01 0.00 0.00 0.00 0.00 0.00 06:55:37 06:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:55:37 06:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:32:01 ens3 0.25 0.25 0.08 0.08 0.00 0.00 0.00 0.00 06:55:37 06:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:33:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:55:37 06:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:34:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:55:37 06:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:35:01 ens3 0.07 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:55:37 06:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:36:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 06:55:37 06:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:37:01 ens3 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 06:55:37 06:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:55:37 06:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:38:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 06:55:37 06:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:39:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:55:37 06:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:40:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:55:37 06:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:41:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:55:37 06:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:42:01 ens3 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 06:55:37 06:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:43:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:55:37 06:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:44:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:55:37 06:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:45:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:55:37 06:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:46:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:55:37 06:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:47:01 ens3 0.20 0.18 0.08 0.07 0.00 0.00 0.00 0.00 06:55:37 06:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:55:37 06:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:48:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:55:37 06:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:49:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:55:37 06:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:50:01 ens3 0.23 0.20 0.23 0.01 0.00 0.00 0.00 0.00 06:55:37 06:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:51:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:55:37 06:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:52:01 ens3 0.25 0.23 0.08 0.08 0.00 0.00 0.00 0.00 06:55:37 06:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:53:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:55:37 06:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:54:01 ens3 0.22 0.17 0.07 0.01 0.00 0.00 0.00 0.00 06:55:37 06:55:01 lo 2.27 2.27 0.23 0.23 0.00 0.00 0.00 0.00 06:55:37 06:55:01 docker0 89.45 158.76 7.89 1272.88 0.00 0.00 0.00 0.00 06:55:37 06:55:01 ens3 426.09 239.67 7131.84 47.84 0.00 0.00 0.00 0.00 06:55:37 06:55:01 vethf4b8bd6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 Average: lo 1.89 1.89 0.18 0.18 0.00 0.00 0.00 0.00 06:55:37 Average: docker0 27.90 35.25 2.15 262.05 0.00 0.00 0.00 0.00 06:55:37 Average: ens3 79.79 67.33 640.20 79.07 0.00 0.00 0.00 0.00 06:55:37 Average: vethf4b8bd6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:37 06:55:37 06:55:37 ---> sar -P ALL: 06:55:37 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-21999) 10/07/24 _x86_64_ (8 CPU) 06:55:37 06:55:37 06:01:23 LINUX RESTART (8 CPU) 06:55:37 06:55:37 06:02:01 CPU %user %nice %system %iowait %steal %idle 06:55:37 06:03:01 all 10.21 0.00 4.28 2.74 0.07 82.70 06:55:37 06:03:01 0 13.85 0.00 4.72 2.02 0.07 79.34 06:55:37 06:03:01 1 8.26 0.00 3.24 0.14 0.07 88.29 06:55:37 06:03:01 2 11.41 0.00 3.85 0.17 0.08 84.48 06:55:37 06:03:01 3 9.98 0.00 5.01 4.79 0.07 80.16 06:55:37 06:03:01 4 10.37 0.00 3.03 1.56 0.07 84.98 06:55:37 06:03:01 5 10.25 0.00 5.66 3.74 0.07 80.28 06:55:37 06:03:01 6 9.33 0.00 4.49 1.80 0.05 84.33 06:55:37 06:03:01 7 8.25 0.00 4.27 7.68 0.05 79.76 06:55:37 06:04:01 all 37.19 0.00 6.38 1.39 0.07 54.98 06:55:37 06:04:01 0 37.86 0.00 6.47 2.32 0.07 53.29 06:55:37 06:04:01 1 36.03 0.00 6.05 0.40 0.07 57.44 06:55:37 06:04:01 2 39.47 0.00 5.90 0.17 0.07 54.39 06:55:37 06:04:01 3 37.82 0.00 6.11 0.22 0.07 55.78 06:55:37 06:04:01 4 35.88 0.00 7.27 0.76 0.07 56.02 06:55:37 06:04:01 5 36.09 0.00 6.55 0.42 0.07 56.87 06:55:37 06:04:01 6 37.79 0.00 6.34 0.24 0.08 55.55 06:55:37 06:04:01 7 36.57 0.00 6.32 6.57 0.08 50.46 06:55:37 06:05:01 all 39.04 0.00 6.23 1.43 0.09 53.21 06:55:37 06:05:01 0 38.26 0.00 6.28 1.11 0.10 54.25 06:55:37 06:05:01 1 38.77 0.00 6.85 0.50 0.08 53.80 06:55:37 06:05:01 2 41.42 0.00 6.09 0.17 0.10 52.22 06:55:37 06:05:01 3 37.71 0.00 5.61 0.25 0.08 56.34 06:55:37 06:05:01 4 39.94 0.00 6.21 0.71 0.08 53.06 06:55:37 06:05:01 5 41.17 0.00 5.68 1.56 0.10 51.49 06:55:37 06:05:01 6 38.23 0.00 6.16 6.58 0.08 48.95 06:55:37 06:05:01 7 36.83 0.00 6.98 0.55 0.07 55.58 06:55:37 06:06:01 all 49.91 0.00 6.71 0.73 0.11 42.54 06:55:37 06:06:01 0 51.24 0.00 6.89 0.07 0.13 41.67 06:55:37 06:06:01 1 52.06 0.00 7.03 0.12 0.10 40.69 06:55:37 06:06:01 2 50.21 0.00 6.22 0.65 0.10 42.82 06:55:37 06:06:01 3 50.25 0.00 6.77 0.02 0.13 42.82 06:55:37 06:06:01 4 49.54 0.00 6.82 0.32 0.12 43.20 06:55:37 06:06:01 5 49.50 0.00 6.82 0.10 0.12 43.47 06:55:37 06:06:01 6 47.21 0.00 6.03 1.10 0.08 45.58 06:55:37 06:06:01 7 49.26 0.00 7.09 3.50 0.10 40.04 06:55:37 06:07:01 all 17.38 0.00 6.42 22.02 0.10 54.08 06:55:37 06:07:01 0 18.43 0.00 6.40 27.49 0.14 47.55 06:55:37 06:07:01 1 17.02 0.00 7.40 41.53 0.09 33.97 06:55:37 06:07:01 2 18.60 0.00 6.47 18.26 0.09 56.59 06:55:37 06:07:01 3 18.20 0.00 5.89 10.24 0.10 65.57 06:55:37 06:07:01 4 16.95 0.00 6.60 36.85 0.08 39.52 06:55:37 06:07:01 5 17.03 0.00 6.03 11.39 0.12 65.44 06:55:37 06:07:01 6 16.15 0.00 6.51 21.97 0.12 55.25 06:55:37 06:07:01 7 16.65 0.00 6.04 8.75 0.08 68.47 06:55:37 06:08:01 all 9.00 0.00 4.80 16.54 0.07 69.59 06:55:37 06:08:01 0 9.45 0.00 4.99 9.89 0.07 75.60 06:55:37 06:08:01 1 9.67 0.00 3.98 13.03 0.07 73.25 06:55:37 06:08:01 2 9.64 0.00 4.38 6.88 0.07 79.03 06:55:37 06:08:01 3 8.79 0.00 4.99 8.97 0.07 77.18 06:55:37 06:08:01 4 8.49 0.00 4.41 6.64 0.05 80.41 06:55:37 06:08:01 5 8.13 0.00 4.22 8.62 0.05 78.98 06:55:37 06:08:01 6 8.86 0.00 4.23 15.79 0.12 71.00 06:55:37 06:08:01 7 8.97 0.00 7.21 62.97 0.08 20.76 06:55:37 06:09:01 all 80.75 0.00 12.20 4.60 0.10 2.35 06:55:37 06:09:01 0 79.52 0.00 13.55 4.78 0.10 2.04 06:55:37 06:09:01 1 81.19 0.00 11.87 3.54 0.10 3.30 06:55:37 06:09:01 2 82.30 0.00 10.61 2.55 0.10 4.44 06:55:37 06:09:01 3 78.63 0.00 14.17 6.20 0.12 0.88 06:55:37 06:09:01 4 81.60 0.00 11.51 3.11 0.08 3.70 06:55:37 06:09:01 5 81.14 0.00 11.89 5.43 0.12 1.41 06:55:37 06:09:01 6 81.13 0.00 11.78 6.84 0.10 0.15 06:55:37 06:09:01 7 80.42 0.00 12.23 4.39 0.09 2.88 06:55:37 06:10:01 all 89.56 0.00 10.29 0.00 0.15 0.00 06:55:37 06:10:01 0 87.87 0.00 11.96 0.00 0.17 0.00 06:55:37 06:10:01 1 90.54 0.00 9.34 0.00 0.12 0.00 06:55:37 06:10:01 2 89.87 0.00 10.01 0.00 0.12 0.00 06:55:37 06:10:01 3 89.14 0.00 10.71 0.00 0.15 0.00 06:55:37 06:10:01 4 90.81 0.00 9.04 0.00 0.15 0.00 06:55:37 06:10:01 5 90.53 0.00 9.32 0.00 0.15 0.00 06:55:37 06:10:01 6 90.39 0.00 9.46 0.00 0.15 0.00 06:55:37 06:10:01 7 87.22 0.00 12.61 0.00 0.18 0.00 06:55:37 06:11:01 all 79.13 0.00 11.99 3.17 0.21 5.50 06:55:37 06:11:01 0 77.32 0.00 12.87 3.23 0.28 6.30 06:55:37 06:11:01 1 79.88 0.00 11.56 1.29 0.19 7.07 06:55:37 06:11:01 2 80.66 0.00 11.10 1.77 0.17 6.29 06:55:37 06:11:01 3 77.75 0.00 13.05 3.63 0.30 5.27 06:55:37 06:11:01 4 79.92 0.00 11.33 2.01 0.17 6.57 06:55:37 06:11:01 5 78.80 0.00 11.54 2.89 0.22 6.55 06:55:37 06:11:01 6 80.03 0.00 11.36 4.61 0.17 3.84 06:55:37 06:11:01 7 78.52 0.00 13.22 6.00 0.22 2.04 06:55:37 06:12:01 all 9.84 0.00 3.27 3.41 0.07 83.42 06:55:37 06:12:01 0 9.76 0.00 3.81 2.59 0.07 83.78 06:55:37 06:12:01 1 10.36 0.00 2.97 4.78 0.08 81.81 06:55:37 06:12:01 2 9.86 0.00 2.72 4.80 0.07 82.55 06:55:37 06:12:01 3 9.39 0.00 3.01 5.44 0.07 82.10 06:55:37 06:12:01 4 9.03 0.00 3.52 1.16 0.08 86.21 06:55:37 06:12:01 5 10.21 0.00 2.55 0.96 0.07 86.21 06:55:37 06:12:01 6 8.86 0.00 3.63 2.41 0.07 85.03 06:55:37 06:12:01 7 11.23 0.00 3.93 5.10 0.08 79.66 06:55:37 06:13:01 all 9.00 0.00 0.97 0.13 0.06 89.83 06:55:37 06:13:01 0 5.14 0.00 0.99 0.03 0.05 93.79 06:55:37 06:13:01 1 11.85 0.00 1.22 0.28 0.07 86.58 06:55:37 06:13:01 2 9.09 0.00 0.91 0.05 0.05 89.91 06:55:37 06:13:01 3 7.21 0.00 0.65 0.02 0.05 92.07 06:55:37 06:13:01 4 7.68 0.00 0.95 0.07 0.07 91.24 06:55:37 06:13:01 5 11.03 0.00 0.87 0.00 0.07 88.03 06:55:37 06:13:01 6 6.43 0.00 1.07 0.52 0.07 91.91 06:55:37 06:13:01 7 13.68 0.00 1.09 0.08 0.08 85.06 06:55:37 06:55:37 06:13:01 CPU %user %nice %system %iowait %steal %idle 06:55:37 06:14:01 all 0.29 0.00 0.02 0.01 0.01 99.67 06:55:37 06:14:01 0 1.97 0.00 0.02 0.00 0.02 98.00 06:55:37 06:14:01 1 0.02 0.00 0.02 0.00 0.00 99.97 06:55:37 06:14:01 2 0.02 0.00 0.00 0.00 0.02 99.97 06:55:37 06:14:01 3 0.00 0.00 0.02 0.00 0.00 99.98 06:55:37 06:14:01 4 0.10 0.00 0.05 0.00 0.03 99.82 06:55:37 06:14:01 5 0.05 0.00 0.00 0.00 0.02 99.93 06:55:37 06:14:01 6 0.12 0.00 0.07 0.00 0.02 99.80 06:55:37 06:14:01 7 0.00 0.00 0.02 0.05 0.02 99.92 06:55:37 06:15:01 all 0.20 0.00 0.02 0.00 0.01 99.77 06:55:37 06:15:01 0 1.22 0.00 0.02 0.00 0.02 98.74 06:55:37 06:15:01 1 0.03 0.00 0.00 0.00 0.00 99.97 06:55:37 06:15:01 2 0.15 0.00 0.00 0.00 0.00 99.85 06:55:37 06:15:01 3 0.05 0.00 0.02 0.00 0.00 99.93 06:55:37 06:15:01 4 0.08 0.00 0.05 0.00 0.05 99.82 06:55:37 06:15:01 5 0.03 0.00 0.00 0.00 0.00 99.97 06:55:37 06:15:01 6 0.02 0.00 0.03 0.00 0.02 99.93 06:55:37 06:15:01 7 0.02 0.00 0.02 0.02 0.00 99.95 06:55:37 06:16:01 all 0.05 0.00 0.01 0.00 0.01 99.93 06:55:37 06:16:01 0 0.17 0.00 0.00 0.00 0.00 99.83 06:55:37 06:16:01 1 0.02 0.00 0.02 0.00 0.02 99.95 06:55:37 06:16:01 2 0.00 0.00 0.00 0.00 0.00 100.00 06:55:37 06:16:01 3 0.05 0.00 0.00 0.00 0.02 99.93 06:55:37 06:16:01 4 0.10 0.00 0.07 0.00 0.02 99.82 06:55:37 06:16:01 5 0.00 0.00 0.00 0.00 0.00 100.00 06:55:37 06:16:01 6 0.03 0.00 0.00 0.00 0.00 99.97 06:55:37 06:16:01 7 0.00 0.00 0.02 0.03 0.00 99.95 06:55:37 06:17:01 all 0.03 0.00 0.04 0.03 0.01 99.88 06:55:37 06:17:01 0 0.02 0.00 0.03 0.03 0.02 99.90 06:55:37 06:17:01 1 0.02 0.00 0.03 0.02 0.00 99.93 06:55:37 06:17:01 2 0.02 0.00 0.03 0.02 0.02 99.92 06:55:37 06:17:01 3 0.02 0.00 0.05 0.00 0.00 99.93 06:55:37 06:17:01 4 0.10 0.00 0.08 0.00 0.03 99.78 06:55:37 06:17:01 5 0.02 0.00 0.03 0.00 0.02 99.93 06:55:37 06:17:01 6 0.03 0.00 0.03 0.00 0.00 99.93 06:55:37 06:17:01 7 0.05 0.00 0.03 0.20 0.02 99.70 06:55:37 06:18:01 all 0.04 0.00 0.01 0.01 0.01 99.94 06:55:37 06:18:01 0 0.02 0.00 0.02 0.00 0.00 99.97 06:55:37 06:18:01 1 0.02 0.00 0.02 0.00 0.00 99.97 06:55:37 06:18:01 2 0.05 0.00 0.00 0.00 0.00 99.95 06:55:37 06:18:01 3 0.03 0.00 0.02 0.00 0.00 99.95 06:55:37 06:18:01 4 0.13 0.00 0.03 0.00 0.03 99.80 06:55:37 06:18:01 5 0.02 0.00 0.00 0.00 0.00 99.98 06:55:37 06:18:01 6 0.03 0.00 0.00 0.00 0.00 99.97 06:55:37 06:18:01 7 0.03 0.00 0.00 0.05 0.02 99.90 06:55:37 06:19:01 all 0.03 0.00 0.01 0.03 0.01 99.92 06:55:37 06:19:01 0 0.02 0.00 0.00 0.00 0.02 99.97 06:55:37 06:19:01 1 0.02 0.00 0.00 0.00 0.00 99.98 06:55:37 06:19:01 2 0.00 0.00 0.00 0.00 0.00 100.00 06:55:37 06:19:01 3 0.02 0.00 0.00 0.00 0.00 99.98 06:55:37 06:19:01 4 0.13 0.00 0.05 0.00 0.03 99.78 06:55:37 06:19:01 5 0.02 0.00 0.00 0.00 0.00 99.98 06:55:37 06:19:01 6 0.05 0.00 0.02 0.00 0.02 99.92 06:55:37 06:19:01 7 0.00 0.00 0.02 0.20 0.00 99.78 06:55:37 06:20:01 all 0.05 0.00 0.02 0.01 0.01 99.92 06:55:37 06:20:01 0 0.03 0.00 0.00 0.00 0.02 99.95 06:55:37 06:20:01 1 0.03 0.00 0.00 0.00 0.00 99.97 06:55:37 06:20:01 2 0.03 0.00 0.02 0.00 0.00 99.95 06:55:37 06:20:01 3 0.00 0.00 0.02 0.00 0.00 99.98 06:55:37 06:20:01 4 0.10 0.00 0.02 0.00 0.03 99.85 06:55:37 06:20:01 5 0.07 0.00 0.02 0.00 0.00 99.92 06:55:37 06:20:01 6 0.12 0.00 0.05 0.00 0.02 99.82 06:55:37 06:20:01 7 0.03 0.00 0.02 0.05 0.00 99.90 06:55:37 06:21:01 all 0.03 0.00 0.01 0.00 0.02 99.94 06:55:37 06:21:01 0 0.02 0.00 0.00 0.00 0.02 99.97 06:55:37 06:21:01 1 0.02 0.00 0.00 0.00 0.02 99.97 06:55:37 06:21:01 2 0.02 0.00 0.00 0.00 0.02 99.97 06:55:37 06:21:01 3 0.05 0.00 0.03 0.00 0.02 99.90 06:55:37 06:21:01 4 0.08 0.00 0.05 0.00 0.03 99.83 06:55:37 06:21:01 5 0.02 0.00 0.00 0.00 0.02 99.97 06:55:37 06:21:01 6 0.03 0.00 0.00 0.00 0.00 99.97 06:55:37 06:21:01 7 0.00 0.00 0.02 0.02 0.02 99.95 06:55:37 06:22:01 all 0.06 0.00 0.02 0.00 0.01 99.91 06:55:37 06:22:01 0 0.07 0.00 0.02 0.00 0.02 99.90 06:55:37 06:22:01 1 0.03 0.00 0.02 0.00 0.00 99.95 06:55:37 06:22:01 2 0.02 0.00 0.02 0.00 0.00 99.97 06:55:37 06:22:01 3 0.02 0.00 0.02 0.00 0.00 99.97 06:55:37 06:22:01 4 0.17 0.00 0.05 0.00 0.03 99.75 06:55:37 06:22:01 5 0.07 0.00 0.02 0.00 0.00 99.92 06:55:37 06:22:01 6 0.03 0.00 0.00 0.00 0.00 99.97 06:55:37 06:22:01 7 0.07 0.00 0.03 0.02 0.00 99.88 06:55:37 06:23:01 all 0.42 0.00 0.05 0.01 0.01 99.51 06:55:37 06:23:01 0 0.23 0.00 0.02 0.00 0.00 99.75 06:55:37 06:23:01 1 0.53 0.00 0.05 0.00 0.00 99.42 06:55:37 06:23:01 2 0.63 0.00 0.03 0.00 0.02 99.32 06:55:37 06:23:01 3 0.75 0.00 0.07 0.00 0.02 99.17 06:55:37 06:23:01 4 0.47 0.00 0.12 0.00 0.03 99.38 06:55:37 06:23:01 5 0.10 0.00 0.02 0.00 0.00 99.88 06:55:37 06:23:01 6 0.23 0.00 0.05 0.00 0.02 99.70 06:55:37 06:23:01 7 0.40 0.00 0.03 0.07 0.02 99.48 06:55:37 06:24:01 all 0.08 0.00 0.02 0.00 0.01 99.88 06:55:37 06:24:01 0 0.02 0.00 0.03 0.00 0.02 99.93 06:55:37 06:24:01 1 0.05 0.00 0.00 0.00 0.00 99.95 06:55:37 06:24:01 2 0.00 0.00 0.00 0.00 0.00 100.00 06:55:37 06:24:01 3 0.37 0.00 0.05 0.00 0.02 99.57 06:55:37 06:24:01 4 0.08 0.00 0.07 0.00 0.03 99.82 06:55:37 06:24:01 5 0.03 0.00 0.00 0.00 0.00 99.97 06:55:37 06:24:01 6 0.05 0.00 0.00 0.00 0.00 99.95 06:55:37 06:24:01 7 0.05 0.00 0.02 0.03 0.02 99.88 06:55:37 06:55:37 06:24:01 CPU %user %nice %system %iowait %steal %idle 06:55:37 06:25:01 all 0.02 0.00 0.01 0.00 0.01 99.96 06:55:37 06:25:01 0 0.00 0.00 0.00 0.00 0.00 100.00 06:55:37 06:25:01 1 0.00 0.00 0.00 0.00 0.02 99.98 06:55:37 06:25:01 2 0.02 0.00 0.00 0.00 0.02 99.97 06:55:37 06:25:01 3 0.05 0.00 0.02 0.00 0.03 99.90 06:55:37 06:25:01 4 0.07 0.00 0.02 0.00 0.03 99.88 06:55:37 06:25:01 5 0.00 0.00 0.02 0.00 0.00 99.98 06:55:37 06:25:01 6 0.00 0.00 0.02 0.00 0.00 99.98 06:55:37 06:25:01 7 0.00 0.00 0.02 0.02 0.00 99.97 06:55:37 06:26:01 all 0.04 0.00 0.03 0.02 0.01 99.89 06:55:37 06:26:01 0 0.03 0.00 0.02 0.00 0.02 99.93 06:55:37 06:26:01 1 0.02 0.00 0.05 0.05 0.00 99.88 06:55:37 06:26:01 2 0.02 0.00 0.02 0.00 0.00 99.97 06:55:37 06:26:01 3 0.05 0.00 0.03 0.00 0.03 99.88 06:55:37 06:26:01 4 0.05 0.00 0.08 0.00 0.02 99.85 06:55:37 06:26:01 5 0.12 0.00 0.03 0.02 0.02 99.82 06:55:37 06:26:01 6 0.03 0.00 0.00 0.00 0.02 99.95 06:55:37 06:26:01 7 0.03 0.00 0.02 0.08 0.02 99.85 06:55:37 06:27:01 all 0.02 0.00 0.01 0.00 0.01 99.95 06:55:37 06:27:01 0 0.02 0.00 0.00 0.00 0.03 99.95 06:55:37 06:27:01 1 0.00 0.00 0.00 0.00 0.00 100.00 06:55:37 06:27:01 2 0.00 0.00 0.00 0.00 0.00 100.00 06:55:37 06:27:01 3 0.02 0.00 0.02 0.00 0.05 99.92 06:55:37 06:27:01 4 0.03 0.00 0.02 0.00 0.02 99.93 06:55:37 06:27:01 5 0.02 0.00 0.03 0.00 0.00 99.95 06:55:37 06:27:01 6 0.02 0.00 0.02 0.00 0.00 99.97 06:55:37 06:27:01 7 0.07 0.00 0.03 0.03 0.02 99.85 06:55:37 06:28:01 all 0.04 0.00 0.01 0.00 0.01 99.93 06:55:37 06:28:01 0 0.03 0.00 0.02 0.00 0.02 99.93 06:55:37 06:28:01 1 0.03 0.00 0.00 0.00 0.00 99.97 06:55:37 06:28:01 2 0.02 0.00 0.02 0.00 0.02 99.95 06:55:37 06:28:01 3 0.07 0.00 0.03 0.00 0.03 99.87 06:55:37 06:28:01 4 0.10 0.00 0.03 0.00 0.02 99.85 06:55:37 06:28:01 5 0.02 0.00 0.00 0.00 0.00 99.98 06:55:37 06:28:01 6 0.02 0.00 0.02 0.00 0.00 99.97 06:55:37 06:28:01 7 0.02 0.00 0.00 0.03 0.02 99.93 06:55:37 06:29:01 all 0.01 0.00 0.01 0.00 0.01 99.96 06:55:37 06:29:01 0 0.00 0.00 0.00 0.00 0.02 99.98 06:55:37 06:29:01 1 0.00 0.00 0.00 0.00 0.00 100.00 06:55:37 06:29:01 2 0.02 0.00 0.00 0.00 0.00 99.98 06:55:37 06:29:01 3 0.05 0.00 0.00 0.00 0.03 99.92 06:55:37 06:29:01 4 0.02 0.00 0.03 0.00 0.02 99.93 06:55:37 06:29:01 5 0.02 0.00 0.00 0.00 0.00 99.98 06:55:37 06:29:01 6 0.02 0.00 0.00 0.00 0.02 99.97 06:55:37 06:29:01 7 0.00 0.00 0.02 0.03 0.00 99.95 06:55:37 06:30:01 all 0.11 0.00 0.01 0.00 0.01 99.86 06:55:37 06:30:01 0 0.02 0.00 0.00 0.00 0.02 99.97 06:55:37 06:30:01 1 0.05 0.00 0.02 0.00 0.02 99.92 06:55:37 06:30:01 2 0.00 0.00 0.00 0.00 0.00 100.00 06:55:37 06:30:01 3 0.67 0.00 0.02 0.00 0.03 99.28 06:55:37 06:30:01 4 0.08 0.00 0.03 0.00 0.03 99.85 06:55:37 06:30:01 5 0.03 0.00 0.00 0.00 0.00 99.97 06:55:37 06:30:01 6 0.03 0.00 0.02 0.00 0.00 99.95 06:55:37 06:30:01 7 0.02 0.00 0.02 0.03 0.02 99.92 06:55:37 06:31:01 all 0.20 0.00 0.01 0.00 0.02 99.77 06:55:37 06:31:01 0 0.03 0.00 0.02 0.00 0.03 99.92 06:55:37 06:31:01 1 0.03 0.00 0.02 0.00 0.00 99.95 06:55:37 06:31:01 2 0.00 0.00 0.00 0.00 0.02 99.98 06:55:37 06:31:01 3 1.35 0.00 0.03 0.00 0.03 98.58 06:55:37 06:31:01 4 0.05 0.00 0.02 0.00 0.02 99.92 06:55:37 06:31:01 5 0.02 0.00 0.00 0.00 0.02 99.97 06:55:37 06:31:01 6 0.07 0.00 0.02 0.00 0.02 99.90 06:55:37 06:31:01 7 0.00 0.00 0.00 0.03 0.02 99.95 06:55:37 06:32:01 all 0.02 0.00 0.02 0.01 0.01 99.94 06:55:37 06:32:01 0 0.03 0.00 0.03 0.00 0.02 99.92 06:55:37 06:32:01 1 0.02 0.00 0.02 0.00 0.02 99.95 06:55:37 06:32:01 2 0.00 0.00 0.02 0.00 0.00 99.98 06:55:37 06:32:01 3 0.03 0.00 0.03 0.00 0.05 99.88 06:55:37 06:32:01 4 0.05 0.00 0.02 0.00 0.02 99.92 06:55:37 06:32:01 5 0.00 0.00 0.00 0.02 0.00 99.98 06:55:37 06:32:01 6 0.02 0.00 0.03 0.00 0.00 99.95 06:55:37 06:32:01 7 0.00 0.00 0.00 0.03 0.00 99.97 06:55:37 06:33:01 all 0.06 0.00 0.02 0.02 0.01 99.90 06:55:37 06:33:01 0 0.05 0.00 0.03 0.00 0.02 99.90 06:55:37 06:33:01 1 0.03 0.00 0.02 0.00 0.00 99.95 06:55:37 06:33:01 2 0.03 0.00 0.00 0.00 0.00 99.97 06:55:37 06:33:01 3 0.12 0.00 0.03 0.00 0.07 99.78 06:55:37 06:33:01 4 0.10 0.00 0.03 0.00 0.02 99.85 06:55:37 06:33:01 5 0.05 0.00 0.02 0.00 0.00 99.93 06:55:37 06:33:01 6 0.03 0.00 0.00 0.00 0.00 99.97 06:55:37 06:33:01 7 0.03 0.00 0.00 0.13 0.02 99.82 06:55:37 06:34:01 all 0.01 0.00 0.01 0.00 0.01 99.96 06:55:37 06:34:01 0 0.02 0.00 0.00 0.00 0.02 99.97 06:55:37 06:34:01 1 0.02 0.00 0.00 0.00 0.00 99.98 06:55:37 06:34:01 2 0.00 0.00 0.02 0.00 0.02 99.97 06:55:37 06:34:01 3 0.03 0.00 0.00 0.00 0.02 99.95 06:55:37 06:34:01 4 0.05 0.00 0.02 0.00 0.02 99.92 06:55:37 06:34:01 5 0.00 0.00 0.00 0.00 0.00 100.00 06:55:37 06:34:01 6 0.00 0.00 0.00 0.00 0.02 99.98 06:55:37 06:34:01 7 0.00 0.00 0.02 0.03 0.00 99.95 06:55:37 06:35:01 all 0.03 0.00 0.01 0.00 0.01 99.95 06:55:37 06:35:01 0 0.03 0.00 0.00 0.00 0.02 99.95 06:55:37 06:35:01 1 0.02 0.00 0.00 0.00 0.00 99.98 06:55:37 06:35:01 2 0.02 0.00 0.00 0.00 0.00 99.98 06:55:37 06:35:01 3 0.07 0.00 0.02 0.00 0.02 99.90 06:55:37 06:35:01 4 0.05 0.00 0.03 0.00 0.00 99.92 06:55:37 06:35:01 5 0.02 0.00 0.00 0.00 0.00 99.98 06:55:37 06:35:01 6 0.03 0.00 0.02 0.00 0.00 99.95 06:55:37 06:35:01 7 0.02 0.00 0.02 0.03 0.02 99.92 06:55:37 06:55:37 06:35:01 CPU %user %nice %system %iowait %steal %idle 06:55:37 06:36:01 all 0.25 0.00 0.01 0.00 0.01 99.72 06:55:37 06:36:01 0 0.02 0.00 0.00 0.02 0.02 99.95 06:55:37 06:36:01 1 0.02 0.00 0.02 0.00 0.00 99.97 06:55:37 06:36:01 2 0.00 0.00 0.00 0.00 0.00 100.00 06:55:37 06:36:01 3 1.89 0.00 0.03 0.00 0.03 98.04 06:55:37 06:36:01 4 0.02 0.00 0.02 0.00 0.02 99.95 06:55:37 06:36:01 5 0.02 0.00 0.00 0.00 0.02 99.97 06:55:37 06:36:01 6 0.03 0.00 0.02 0.00 0.02 99.93 06:55:37 06:36:01 7 0.02 0.00 0.00 0.02 0.00 99.97 06:55:37 06:37:01 all 0.17 0.00 0.01 0.04 0.01 99.77 06:55:37 06:37:01 0 0.03 0.00 0.03 0.30 0.00 99.63 06:55:37 06:37:01 1 0.02 0.00 0.00 0.00 0.00 99.98 06:55:37 06:37:01 2 0.02 0.00 0.02 0.00 0.02 99.95 06:55:37 06:37:01 3 1.13 0.00 0.03 0.00 0.02 98.82 06:55:37 06:37:01 4 0.07 0.00 0.00 0.00 0.02 99.92 06:55:37 06:37:01 5 0.03 0.00 0.02 0.00 0.00 99.95 06:55:37 06:37:01 6 0.03 0.00 0.00 0.00 0.00 99.97 06:55:37 06:37:01 7 0.02 0.00 0.02 0.03 0.00 99.93 06:55:37 06:38:01 all 0.02 0.00 0.02 0.02 0.01 99.94 06:55:37 06:38:01 0 0.07 0.00 0.02 0.00 0.02 99.90 06:55:37 06:38:01 1 0.00 0.00 0.00 0.00 0.00 100.00 06:55:37 06:38:01 2 0.00 0.00 0.02 0.00 0.00 99.98 06:55:37 06:38:01 3 0.05 0.00 0.02 0.00 0.02 99.92 06:55:37 06:38:01 4 0.03 0.00 0.03 0.00 0.02 99.92 06:55:37 06:38:01 5 0.00 0.00 0.00 0.00 0.00 100.00 06:55:37 06:38:01 6 0.00 0.00 0.03 0.00 0.00 99.97 06:55:37 06:38:01 7 0.02 0.00 0.02 0.17 0.00 99.80 06:55:37 06:39:01 all 0.03 0.00 0.01 0.00 0.01 99.96 06:55:37 06:39:01 0 0.00 0.00 0.00 0.00 0.02 99.98 06:55:37 06:39:01 1 0.00 0.00 0.00 0.00 0.02 99.98 06:55:37 06:39:01 2 0.02 0.00 0.00 0.00 0.00 99.98 06:55:37 06:39:01 3 0.07 0.00 0.00 0.00 0.03 99.90 06:55:37 06:39:01 4 0.05 0.00 0.02 0.00 0.00 99.93 06:55:37 06:39:01 5 0.03 0.00 0.03 0.00 0.00 99.93 06:55:37 06:39:01 6 0.00 0.00 0.00 0.00 0.00 100.00 06:55:37 06:39:01 7 0.03 0.00 0.00 0.02 0.02 99.93 06:55:37 06:40:01 all 0.01 0.00 0.01 0.00 0.01 99.96 06:55:37 06:40:01 0 0.02 0.00 0.02 0.00 0.00 99.97 06:55:37 06:40:01 1 0.00 0.00 0.00 0.00 0.00 100.00 06:55:37 06:40:01 2 0.00 0.00 0.00 0.00 0.00 100.00 06:55:37 06:40:01 3 0.03 0.00 0.02 0.00 0.03 99.92 06:55:37 06:40:01 4 0.02 0.00 0.02 0.00 0.02 99.95 06:55:37 06:40:01 5 0.03 0.00 0.05 0.00 0.02 99.90 06:55:37 06:40:01 6 0.02 0.00 0.02 0.00 0.00 99.97 06:55:37 06:40:01 7 0.00 0.00 0.00 0.03 0.00 99.97 06:55:37 06:41:01 all 0.04 0.00 0.01 0.01 0.01 99.93 06:55:37 06:41:01 0 0.05 0.00 0.00 0.00 0.03 99.92 06:55:37 06:41:01 1 0.03 0.00 0.00 0.00 0.00 99.97 06:55:37 06:41:01 2 0.02 0.00 0.02 0.00 0.02 99.95 06:55:37 06:41:01 3 0.03 0.00 0.02 0.00 0.02 99.93 06:55:37 06:41:01 4 0.08 0.00 0.03 0.02 0.02 99.85 06:55:37 06:41:01 5 0.02 0.00 0.00 0.00 0.00 99.98 06:55:37 06:41:01 6 0.05 0.00 0.02 0.00 0.02 99.92 06:55:37 06:41:01 7 0.03 0.00 0.02 0.03 0.02 99.90 06:55:37 06:42:01 all 0.02 0.00 0.01 0.01 0.01 99.94 06:55:37 06:42:01 0 0.02 0.00 0.00 0.00 0.00 99.98 06:55:37 06:42:01 1 0.02 0.00 0.02 0.00 0.02 99.95 06:55:37 06:42:01 2 0.02 0.00 0.00 0.00 0.00 99.98 06:55:37 06:42:01 3 0.02 0.00 0.00 0.00 0.00 99.98 06:55:37 06:42:01 4 0.05 0.00 0.05 0.00 0.02 99.88 06:55:37 06:42:01 5 0.02 0.00 0.02 0.00 0.02 99.95 06:55:37 06:42:01 6 0.02 0.00 0.00 0.00 0.00 99.98 06:55:37 06:42:01 7 0.03 0.00 0.03 0.10 0.02 99.82 06:55:37 06:43:01 all 0.04 0.00 0.01 0.01 0.01 99.93 06:55:37 06:43:01 0 0.05 0.00 0.02 0.00 0.02 99.92 06:55:37 06:43:01 1 0.03 0.00 0.00 0.00 0.00 99.97 06:55:37 06:43:01 2 0.02 0.00 0.02 0.00 0.02 99.95 06:55:37 06:43:01 3 0.03 0.00 0.00 0.00 0.02 99.95 06:55:37 06:43:01 4 0.05 0.00 0.05 0.00 0.00 99.90 06:55:37 06:43:01 5 0.03 0.00 0.02 0.00 0.00 99.95 06:55:37 06:43:01 6 0.05 0.00 0.00 0.00 0.02 99.93 06:55:37 06:43:01 7 0.05 0.00 0.02 0.07 0.02 99.85 06:55:37 06:44:01 all 0.01 0.00 0.01 0.00 0.01 99.97 06:55:37 06:44:01 0 0.00 0.00 0.00 0.00 0.00 100.00 06:55:37 06:44:01 1 0.02 0.00 0.02 0.00 0.00 99.97 06:55:37 06:44:01 2 0.00 0.00 0.00 0.00 0.00 100.00 06:55:37 06:44:01 3 0.03 0.00 0.00 0.00 0.02 99.95 06:55:37 06:44:01 4 0.02 0.00 0.02 0.00 0.02 99.95 06:55:37 06:44:01 5 0.00 0.00 0.00 0.00 0.00 100.00 06:55:37 06:44:01 6 0.02 0.00 0.02 0.00 0.00 99.97 06:55:37 06:44:01 7 0.02 0.00 0.03 0.03 0.02 99.90 06:55:37 06:45:01 all 0.05 0.00 0.01 0.00 0.01 99.94 06:55:37 06:45:01 0 0.07 0.00 0.02 0.00 0.02 99.90 06:55:37 06:45:01 1 0.02 0.00 0.00 0.00 0.00 99.98 06:55:37 06:45:01 2 0.03 0.00 0.00 0.00 0.00 99.97 06:55:37 06:45:01 3 0.08 0.00 0.00 0.00 0.00 99.92 06:55:37 06:45:01 4 0.07 0.00 0.03 0.00 0.02 99.88 06:55:37 06:45:01 5 0.03 0.00 0.02 0.00 0.00 99.95 06:55:37 06:45:01 6 0.03 0.00 0.02 0.00 0.00 99.95 06:55:37 06:45:01 7 0.03 0.00 0.00 0.00 0.02 99.95 06:55:37 06:46:01 all 0.27 0.00 0.01 0.01 0.01 99.69 06:55:37 06:46:01 0 0.02 0.00 0.02 0.00 0.02 99.95 06:55:37 06:46:01 1 0.02 0.00 0.02 0.00 0.00 99.97 06:55:37 06:46:01 2 0.02 0.00 0.00 0.00 0.00 99.98 06:55:37 06:46:01 3 1.97 0.00 0.02 0.00 0.00 98.01 06:55:37 06:46:01 4 0.05 0.00 0.03 0.02 0.02 99.88 06:55:37 06:46:01 5 0.03 0.00 0.00 0.00 0.02 99.95 06:55:37 06:46:01 6 0.03 0.00 0.00 0.00 0.02 99.95 06:55:37 06:46:01 7 0.02 0.00 0.03 0.10 0.02 99.83 06:55:37 06:55:37 06:46:01 CPU %user %nice %system %iowait %steal %idle 06:55:37 06:47:01 all 0.10 0.00 0.01 0.02 0.01 99.86 06:55:37 06:47:01 0 0.02 0.00 0.02 0.00 0.00 99.97 06:55:37 06:47:01 1 0.02 0.00 0.00 0.00 0.02 99.97 06:55:37 06:47:01 2 0.02 0.00 0.00 0.00 0.02 99.97 06:55:37 06:47:01 3 0.58 0.00 0.00 0.00 0.02 99.40 06:55:37 06:47:01 4 0.02 0.00 0.05 0.02 0.03 99.88 06:55:37 06:47:01 5 0.03 0.00 0.02 0.00 0.00 99.95 06:55:37 06:47:01 6 0.05 0.00 0.03 0.00 0.02 99.90 06:55:37 06:47:01 7 0.03 0.00 0.00 0.12 0.02 99.83 06:55:37 06:48:01 all 0.03 0.00 0.02 0.01 0.00 99.94 06:55:37 06:48:01 0 0.02 0.00 0.02 0.00 0.02 99.95 06:55:37 06:48:01 1 0.02 0.00 0.02 0.00 0.00 99.97 06:55:37 06:48:01 2 0.00 0.00 0.02 0.00 0.00 99.98 06:55:37 06:48:01 3 0.03 0.00 0.00 0.00 0.00 99.97 06:55:37 06:48:01 4 0.03 0.00 0.02 0.05 0.00 99.90 06:55:37 06:48:01 5 0.03 0.00 0.02 0.00 0.00 99.95 06:55:37 06:48:01 6 0.02 0.00 0.00 0.00 0.00 99.98 06:55:37 06:48:01 7 0.05 0.00 0.05 0.03 0.02 99.85 06:55:37 06:49:01 all 0.04 0.00 0.02 0.00 0.02 99.92 06:55:37 06:49:01 0 0.02 0.00 0.05 0.00 0.02 99.92 06:55:37 06:49:01 1 0.02 0.00 0.02 0.00 0.00 99.97 06:55:37 06:49:01 2 0.00 0.00 0.00 0.00 0.03 99.97 06:55:37 06:49:01 3 0.20 0.00 0.00 0.00 0.02 99.78 06:55:37 06:49:01 4 0.03 0.00 0.00 0.00 0.02 99.95 06:55:37 06:49:01 5 0.03 0.00 0.03 0.00 0.02 99.92 06:55:37 06:49:01 6 0.02 0.00 0.00 0.00 0.02 99.97 06:55:37 06:49:01 7 0.03 0.00 0.03 0.03 0.02 99.88 06:55:37 06:50:01 all 0.13 0.00 0.02 0.07 0.00 99.78 06:55:37 06:50:01 0 0.02 0.00 0.00 0.00 0.00 99.98 06:55:37 06:50:01 1 0.07 0.00 0.03 0.00 0.00 99.90 06:55:37 06:50:01 2 0.02 0.00 0.00 0.00 0.00 99.98 06:55:37 06:50:01 3 0.76 0.00 0.00 0.00 0.00 99.24 06:55:37 06:50:01 4 0.08 0.00 0.02 0.18 0.02 99.70 06:55:37 06:50:01 5 0.03 0.00 0.03 0.00 0.02 99.92 06:55:37 06:50:01 6 0.02 0.00 0.03 0.00 0.00 99.95 06:55:37 06:50:01 7 0.03 0.00 0.02 0.40 0.00 99.55 06:55:37 06:51:01 all 0.02 0.00 0.01 0.02 0.01 99.94 06:55:37 06:51:01 0 0.03 0.00 0.03 0.00 0.02 99.92 06:55:37 06:51:01 1 0.02 0.00 0.02 0.00 0.02 99.95 06:55:37 06:51:01 2 0.02 0.00 0.00 0.00 0.00 99.98 06:55:37 06:51:01 3 0.00 0.00 0.00 0.00 0.02 99.98 06:55:37 06:51:01 4 0.02 0.00 0.02 0.07 0.00 99.90 06:55:37 06:51:01 5 0.02 0.00 0.00 0.00 0.02 99.97 06:55:37 06:51:01 6 0.03 0.00 0.00 0.00 0.02 99.95 06:55:37 06:51:01 7 0.02 0.00 0.00 0.07 0.02 99.90 06:55:37 06:52:01 all 0.11 0.00 0.02 0.03 0.01 99.84 06:55:37 06:52:01 0 0.02 0.00 0.02 0.00 0.00 99.97 06:55:37 06:52:01 1 0.05 0.00 0.02 0.00 0.02 99.92 06:55:37 06:52:01 2 0.03 0.00 0.02 0.00 0.02 99.93 06:55:37 06:52:01 3 0.60 0.00 0.02 0.00 0.00 99.39 06:55:37 06:52:01 4 0.05 0.00 0.03 0.02 0.02 99.88 06:55:37 06:52:01 5 0.05 0.00 0.03 0.10 0.00 99.82 06:55:37 06:52:01 6 0.02 0.00 0.00 0.00 0.00 99.98 06:55:37 06:52:01 7 0.03 0.00 0.03 0.10 0.02 99.82 06:55:37 06:53:01 all 0.03 0.00 0.01 0.01 0.01 99.94 06:55:37 06:53:01 0 0.02 0.00 0.00 0.00 0.02 99.97 06:55:37 06:53:01 1 0.05 0.00 0.03 0.00 0.00 99.92 06:55:37 06:53:01 2 0.02 0.00 0.00 0.00 0.00 99.98 06:55:37 06:53:01 3 0.05 0.00 0.00 0.00 0.00 99.95 06:55:37 06:53:01 4 0.02 0.00 0.03 0.00 0.00 99.95 06:55:37 06:53:01 5 0.03 0.00 0.03 0.00 0.02 99.92 06:55:37 06:53:01 6 0.02 0.00 0.02 0.00 0.00 99.97 06:55:37 06:53:01 7 0.03 0.00 0.00 0.10 0.02 99.85 06:55:37 06:54:01 all 0.03 0.00 0.01 0.00 0.01 99.94 06:55:37 06:54:01 0 0.03 0.00 0.02 0.00 0.00 99.95 06:55:37 06:54:01 1 0.03 0.00 0.00 0.00 0.00 99.97 06:55:37 06:54:01 2 0.03 0.00 0.03 0.00 0.00 99.93 06:55:37 06:54:01 3 0.02 0.00 0.00 0.00 0.00 99.98 06:55:37 06:54:01 4 0.05 0.00 0.02 0.00 0.02 99.92 06:55:37 06:54:01 5 0.00 0.00 0.00 0.03 0.02 99.95 06:55:37 06:54:01 6 0.05 0.00 0.02 0.00 0.02 99.92 06:55:37 06:54:01 7 0.03 0.00 0.02 0.00 0.02 99.93 06:55:37 06:55:01 all 7.98 0.00 3.45 3.67 0.06 84.84 06:55:37 06:55:01 0 7.54 0.00 4.24 14.56 0.07 73.59 06:55:37 06:55:01 1 9.69 0.00 3.43 1.63 0.07 85.17 06:55:37 06:55:01 2 8.78 0.00 3.64 0.77 0.07 86.74 06:55:37 06:55:01 3 8.63 0.00 2.53 0.45 0.07 88.33 06:55:37 06:55:01 4 8.15 0.00 3.16 3.33 0.05 85.31 06:55:37 06:55:01 5 6.54 0.00 4.68 8.27 0.08 80.42 06:55:37 06:55:01 6 7.00 0.00 3.27 0.40 0.05 89.27 06:55:37 06:55:01 7 7.46 0.00 2.64 0.05 0.05 89.80 06:55:37 Average: all 8.24 0.00 1.45 1.12 0.03 89.16 06:55:37 Average: 0 8.16 0.00 1.55 1.27 0.03 88.98 06:55:37 Average: 1 8.35 0.00 1.41 1.25 0.02 88.97 06:55:37 Average: 2 8.46 0.00 1.35 0.68 0.02 89.49 06:55:37 Average: 3 8.25 0.00 1.47 0.75 0.04 89.50 06:55:37 Average: 4 8.27 0.00 1.41 1.06 0.04 89.23 06:55:37 Average: 5 8.25 0.00 1.42 0.81 0.03 89.49 06:55:37 Average: 6 8.10 0.00 1.40 1.16 0.03 89.32 06:55:37 Average: 7 8.07 0.00 1.56 2.02 0.03 88.31 06:55:37 06:55:37 06:55:37