Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 7f550756abf89bcf15828d6373a305e4d40f5987 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-ssh1120147734288699924.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-ssh17839772824005984485.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-ssh8417191918820725860.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-ssh8871525581013013766.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-ssh2205159221242102190.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 Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-22035 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/717 [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/717 # 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 7f550756abf89bcf15828d6373a305e4d40f5987 (main) Commit message: "Merge pull request #4950 from weichou1229/null-reading-value" > 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 7f550756abf89bcf15828d6373a305e4d40f5987 # timeout=10 > git rev-list --no-walk eff0073b07e97d0759d12be495c575c58380daf5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:36:50 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:36:51 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:36:51 ========================================================= 09:36:51 EdgeX Global Pipelines Version Info 09:36:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:36:51 ------------------- 09:36:51 stable info: 09:36:51 ------------------- 09:36:51 Commited By: Ginny Guan ginny@iotechsys.com 09:36:51 Commit SHA: 0b81fa10a7dd14683a964f04f411324fe83f93ac 09:36:51 Message: update stable to v1.0.265 09:36:52 ------------------- 09:36:52 experimental info: 09:36:52 ------------------- 09:36:52 Commited By: Cherry Wang cherry@iotechsys.com 09:36:52 Commit SHA: b5a5e52272fc4198cf3754284eedf36dbf0baa35 09:36:52 Message: update experimental to v1.0.264 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:36:52 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 09:36:52 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 09:36:52 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:36:52 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:36:52 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:36:52 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 09:36:52 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 09:36:52 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 09:36:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 09:36:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 09:36:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:36:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:36:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 09:36:52 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:36:52 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:36:52 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:36:52 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 09:36:52 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:36:52 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 09:36:52 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 09:36:52 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 09:36:52 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 09:36:52 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 09:36:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 09:36:52 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 09:36:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 09:36:52 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] echo 09:36:52 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7f55075 [Pipeline] echo 09:36:52 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:36:53 provisioning config files... 09:36:53 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/717@tmp/config4333691586004464248tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:36:53 ---> ****-login.sh 09:36:53 nexus3.edgexfoundry.org:10001 09:36:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:36:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:36:53 Configure a credential helper to remove this warning. See 09:36:53 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:36:53 09:36:53 Login Succeeded 09:36:53 nexus3.edgexfoundry.org:10002 09:36:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:36:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:36:53 Configure a credential helper to remove this warning. See 09:36:53 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:36:53 09:36:53 Login Succeeded 09:36:53 nexus3.edgexfoundry.org:10003 09:36:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:36:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:36:53 Configure a credential helper to remove this warning. See 09:36:53 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:36:53 09:36:53 Login Succeeded 09:36:53 nexus3.edgexfoundry.org:10004 09:36:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:36:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:36:53 Configure a credential helper to remove this warning. See 09:36:53 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:36:53 09:36:53 Login Succeeded 09:36:53 ****.io 09:36:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:36:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:36:54 Configure a credential helper to remove this warning. See 09:36:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:36:54 09:36:54 Login Succeeded 09:36:54 ---> ****-login.sh ends [Pipeline] } 09:36:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:36:54 + 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 09:36:54 + dirname cmd/core-command/Dockerfile 09:36:54 + cut -d/ -f2 09:36:54 + echo core-command,cmd/core-command/Dockerfile 09:36:54 + dirname cmd/core-common-config-bootstrapper/Dockerfile 09:36:54 + cut -d/ -f2 09:36:54 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 09:36:54 + dirname cmd/core-data/Dockerfile 09:36:54 + cut -d/ -f2 09:36:54 + echo core-data,cmd/core-data/Dockerfile 09:36:54 + dirname cmd/core-keeper/Dockerfile 09:36:54 + cut -d/ -f2 09:36:54 + echo core-keeper,cmd/core-keeper/Dockerfile 09:36:54 + dirname cmd/core-metadata/Dockerfile+ 09:36:54 cut -d/ -f2 09:36:54 + echo core-metadata,cmd/core-metadata/Dockerfile 09:36:54 + dirname cmd/security-bootstrapper/Dockerfile 09:36:54 + cut -d/ -f2 09:36:54 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 09:36:54 + dirname cmd/security-proxy-auth/Dockerfile 09:36:54 + cut -d/ -f2 09:36:54 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 09:36:54 + dirname cmd/security-proxy-setup/Dockerfile 09:36:54 + cut -d/ -f2 09:36:54 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 09:36:54 + dirname+ cmd/security-secretstore-setup/Dockerfile 09:36:54 cut -d/ -f2 09:36:54 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 09:36:54 + + cutdirname -d/ cmd/security-spiffe-token-provider/Dockerfile -f2 09:36:54 09:36:54 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 09:36:54 + dirname cmd/security-spire-agent/Dockerfile 09:36:54 + cut -d/ -f2 09:36:54 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 09:36:54 + dirname cmd/security-spire-config/Dockerfile 09:36:54 + cut -d/ -f2 09:36:54 + echo security-spire-config,cmd/security-spire-config/Dockerfile 09:36:54 + dirname cmd/security-spire-server/Dockerfile 09:36:54 + cut -d/ -f2 09:36:54 + echo security-spire-server,cmd/security-spire-server/Dockerfile 09:36:54 + dirname cmd/support-cron-scheduler/Dockerfile+ 09:36:54 cut -d/ -f2 09:36:54 + echo support-cron-scheduler,cmd/support-cron-scheduler/Dockerfile 09:36:54 + + cut -d/ -f2 09:36:54 dirname cmd/support-notifications/Dockerfile 09:36:54 + echo support-notifications,cmd/support-notifications/Dockerfile 09:36:54 + dirname cmd/support-scheduler/Dockerfile 09:36:54 + cut -d/ -f2 09:36:54 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 09:36:54 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 09:36:54 + git rev-list -1 --merges 7f550756abf89bcf15828d6373a305e4d40f5987~1..7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] echo 09:36:54 -----------> git rev-list -1 --merges 7f550756abf89bcf15828d6373a305e4d40f5987~1..7f550756abf89bcf15828d6373a305e4d40f5987 7f550756abf89bcf15828d6373a305e4d40f5987 09:36:54 7f550756abf89bcf15828d6373a305e4d40f5987 [false] [Pipeline] sh 09:36:55 + git log --format=format:%s -1 7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] echo 09:36:55 ========================================================= 09:36:55 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 09:36:55 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 09:36:55 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:36:55 + grep -v github /etc/ssh/ssh_known_hosts 09:36:55 + [ -e /tmp/ssh_known_hosts ] 09:36:55 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 09:36:55 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 09:36:55 + sudo tee -a /etc/ssh/ssh_known_hosts 09:36:55 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:36:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:36:56 09:36:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:36:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:36:56 0.1.4: Pulling from edgex-devops/py-git-semver 09:36:56 b85a868b505f: Pulling fs layer 09:36:56 e2be974225ed: Pulling fs layer 09:36:56 339a4e72a1f5: Pulling fs layer 09:36:56 988bab9f4d93: Pulling fs layer 09:36:56 1469e6f7b9e6: Pulling fs layer 09:36:56 eaf3925da568: Pulling fs layer 09:36:56 bab4dde63d76: Pulling fs layer 09:36:56 bde34c3a00c8: Pulling fs layer 09:36:56 b352a97aabf1: Pulling fs layer 09:36:56 4872d77fe225: Pulling fs layer 09:36:56 5851b861e8e6: Pulling fs layer 09:36:56 bab4dde63d76: Waiting 09:36:56 bde34c3a00c8: Waiting 09:36:56 b352a97aabf1: Waiting 09:36:56 4872d77fe225: Waiting 09:36:56 5851b861e8e6: Waiting 09:36:56 eaf3925da568: Waiting 09:36:56 1469e6f7b9e6: Waiting 09:36:56 988bab9f4d93: Waiting 09:36:56 e2be974225ed: Verifying Checksum 09:36:56 e2be974225ed: Download complete 09:36:56 988bab9f4d93: Verifying Checksum 09:36:56 988bab9f4d93: Download complete 09:36:56 1469e6f7b9e6: Verifying Checksum 09:36:56 1469e6f7b9e6: Download complete 09:36:56 eaf3925da568: Verifying Checksum 09:36:56 eaf3925da568: Download complete 09:36:56 339a4e72a1f5: Verifying Checksum 09:36:56 339a4e72a1f5: Download complete 09:36:56 bde34c3a00c8: Verifying Checksum 09:36:56 bde34c3a00c8: Download complete 09:36:56 b352a97aabf1: Download complete 09:36:56 4872d77fe225: Download complete 09:36:56 5851b861e8e6: Verifying Checksum 09:36:56 5851b861e8e6: Download complete 09:36:56 b85a868b505f: Verifying Checksum 09:36:56 b85a868b505f: Download complete 09:36:56 bab4dde63d76: Verifying Checksum 09:36:56 bab4dde63d76: Download complete 09:36:57 b85a868b505f: Pull complete 09:36:57 e2be974225ed: Pull complete 09:36:58 339a4e72a1f5: Pull complete 09:36:58 988bab9f4d93: Pull complete 09:36:58 1469e6f7b9e6: Pull complete 09:36:58 eaf3925da568: Pull complete 09:37:00 bab4dde63d76: Pull complete 09:37:00 bde34c3a00c8: Pull complete 09:37:00 b352a97aabf1: Pull complete 09:37:00 4872d77fe225: Pull complete 09:37:00 5851b861e8e6: Pull complete 09:37:00 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 09:37:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:37:00 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:37:00 prd-ubuntu20.04-docker-8c-8g-22035 does not seem to be running inside a container 09:37:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/717 -v /w/workspace/edgex-go/717:/w/workspace/edgex-go/717:rw,z -v /w/workspace/edgex-go/717@tmp:/w/workspace/edgex-go/717@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 09:37:04 $ docker top dca9f9ed71c68dfa0c6a762c7bf3c673aa903d0b069deffdf455cd7c53cc7fea -eo pid,comm 09:37:04 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). 09:37:04 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:37:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:37:04 [ssh-agent] Looking for ssh-agent implementation... 09:37:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:37:04 $ docker exec dca9f9ed71c68dfa0c6a762c7bf3c673aa903d0b069deffdf455cd7c53cc7fea ssh-agent 09:37:04 SSH_AUTH_SOCK=/tmp/ssh-kr4JDHGexWH3/agent.33 09:37:04 SSH_AGENT_PID=40 09:37:04 Running ssh-add (command line suppressed) 09:37:04 Identity added: /w/workspace/edgex-go/717@tmp/private_key_17230907203674816629.key (/w/workspace/edgex-go/717@tmp/private_key_17230907203674816629.key) 09:37:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:37:04 + git tag --points-at HEAD [Pipeline] } 09:37:04 $ docker exec --env ******** --env ******** dca9f9ed71c68dfa0c6a762c7bf3c673aa903d0b069deffdf455cd7c53cc7fea ssh-agent -k 09:37:04 unset SSH_AUTH_SOCK; 09:37:04 unset SSH_AGENT_PID; 09:37:04 echo Agent pid 40 killed; 09:37:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:37:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:37:04 [ssh-agent] Looking for ssh-agent implementation... 09:37:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:37:05 $ docker exec dca9f9ed71c68dfa0c6a762c7bf3c673aa903d0b069deffdf455cd7c53cc7fea ssh-agent 09:37:05 SSH_AUTH_SOCK=/tmp/ssh-mmZvcCSQwQqI/agent.74 09:37:05 SSH_AGENT_PID=80 09:37:05 Running ssh-add (command line suppressed) 09:37:05 Identity added: /w/workspace/edgex-go/717@tmp/private_key_7307874955695255871.key (/w/workspace/edgex-go/717@tmp/private_key_7307874955695255871.key) 09:37:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:37:05 + git semver init 09:37:05 2024-10-07 09:37:05,775 [run_init] DEBUG init version:0.0.0 force:False 09:37:05 2024-10-07 09:37:05,776 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/717/.semver 09:37:05 2024-10-07 09:37:05,777 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/717/.semver 09:37:05 2024-10-07 09:37:05,777 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/717/.semver'], cwd=/w/workspace/edgex-go/717, universal_newlines=False, shell=None, istream=None) 09:37:11 2024-10-07 09:37:10,855 [append_file] DEBUG append to file:/w/workspace/edgex-go/717/.git/info/exclude 09:37:11 2024-10-07 09:37:10,856 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/717/.semver/main with force:False 09:37:11 2024-10-07 09:37:10,856 [read_version] DEBUG read version from /w/workspace/edgex-go/717/.semver/main 09:37:11 2024-10-07 09:37:10,856 [read_version] DEBUG read version from /w/workspace/edgex-go/717/.semver/main 09:37:11 3.2.0-dev.94 [Pipeline] } 09:37:11 $ docker exec --env ******** --env ******** dca9f9ed71c68dfa0c6a762c7bf3c673aa903d0b069deffdf455cd7c53cc7fea ssh-agent -k 09:37:11 unset SSH_AUTH_SOCK; 09:37:11 unset SSH_AGENT_PID; 09:37:11 echo Agent pid 80 killed; 09:37:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:37:11 + git semver [Pipeline] } 09:37:11 $ docker stop --time=1 dca9f9ed71c68dfa0c6a762c7bf3c673aa903d0b069deffdf455cd7c53cc7fea 09:37:13 $ docker rm -f --volumes dca9f9ed71c68dfa0c6a762c7bf3c673aa903d0b069deffdf455cd7c53cc7fea [Pipeline] // withDockerContainer [Pipeline] sh 09:37:13 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:37:13 Stashed 1 file(s) [Pipeline] echo 09:37:13 [edgeXSemver]: initialized semver on version 3.2.0-dev.94 [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 09:37:14 + git config --global --add safe.directory /w/workspace/edgex-go/717 [Pipeline] echo 09:37:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 09:37:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 09:37:14 ========================================================= 09:37:14 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 09:37:14 ========================================================= [Pipeline] fileExists [Pipeline] sh 09:37:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 09:37:14 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 09:37:14 43c4264eed91: Pulling fs layer 09:37:14 4cc291be95ef: Pulling fs layer 09:37:14 2ac1f1163629: Pulling fs layer 09:37:14 5c3c966382ef: Pulling fs layer 09:37:14 4f4fb700ef54: Pulling fs layer 09:37:14 5d5c8e513c77: Pulling fs layer 09:37:14 9f66e0745190: Pulling fs layer 09:37:14 f49a43e4bbc0: Pulling fs layer 09:37:14 561ebcabdf7f: Pulling fs layer 09:37:14 5c3c966382ef: Waiting 09:37:14 9f66e0745190: Waiting 09:37:14 f49a43e4bbc0: Waiting 09:37:14 4f4fb700ef54: Waiting 09:37:14 561ebcabdf7f: Waiting 09:37:14 5d5c8e513c77: Waiting 09:37:14 4cc291be95ef: Verifying Checksum 09:37:14 4cc291be95ef: Download complete 09:37:14 5c3c966382ef: Download complete 09:37:14 4f4fb700ef54: Verifying Checksum 09:37:14 4f4fb700ef54: Download complete 09:37:14 5d5c8e513c77: Download complete 09:37:14 43c4264eed91: Download complete 09:37:14 9f66e0745190: Verifying Checksum 09:37:14 9f66e0745190: Download complete 09:37:14 43c4264eed91: Pull complete 09:37:14 561ebcabdf7f: Verifying Checksum 09:37:14 561ebcabdf7f: Download complete 09:37:14 4cc291be95ef: Pull complete 09:37:14 2ac1f1163629: Download complete 09:37:15 f49a43e4bbc0: Verifying Checksum 09:37:15 f49a43e4bbc0: Download complete 09:37:18 2ac1f1163629: Pull complete 09:37:18 5c3c966382ef: Pull complete 09:37:18 4f4fb700ef54: Pull complete 09:37:18 5d5c8e513c77: Pull complete 09:37:18 9f66e0745190: Pull complete 09:37:21 f49a43e4bbc0: Pull complete 09:37:21 561ebcabdf7f: Pull complete 09:37:21 Digest: sha256:0719486ae9a24b675ee3acaa2cfd867e7a981f2ef22b41d166c62d936fe8de2d 09:37:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 09:37:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh 09:37:21 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 09:37:21 WORKDIR /edgex 09:37:21 COPY go.mod . 09:37:21 RUN go mod download 09:37:21 + docker build -t ci-base-image-x86_64 -f - . 09:37:22 Sending build context to Docker daemon 179.7MB 09:37:22 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 09:37:22 ---> 3a752c3f9dda 09:37:22 Step 2/4 : WORKDIR /edgex 09:37:27 ---> Running in cf35ae414c12 09:37:27 Removing intermediate container cf35ae414c12 09:37:27 ---> 2a01bbebe009 09:37:27 Step 3/4 : COPY go.mod . 09:37:27 ---> da7280283f7b 09:37:27 Step 4/4 : RUN go mod download 09:37:27 ---> Running in 4dda62b677be 09:37:28 Still waiting to schedule task 09:37:28 ‘prd-ubuntu20.04-docker-arm64-4c-16g-22033’ is offline 09:37:54 Removing intermediate container 4dda62b677be 09:37:54 ---> 88e457a84496 09:37:54 Successfully built 88e457a84496 09:37:54 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:37:54 + docker inspect -f . ci-base-image-x86_64 09:37:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:37:54 prd-ubuntu20.04-docker-8c-8g-22035 does not seem to be running inside a container 09:37:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/717 -v /w/workspace/edgex-go/717:/w/workspace/edgex-go/717:rw,z -v /w/workspace/edgex-go/717@tmp:/w/workspace/edgex-go/717@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:37:54 $ docker top b0ff94c3109938583d16c482a8db6a5d7374bd8ee55ca051a2fd18d3e97a8ad9 -eo pid,comm [Pipeline] { [Pipeline] sh 09:37:55 + go version 09:37:55 go version go1.23.2 linux/amd64 [Pipeline] } 09:37:55 $ docker stop --time=1 b0ff94c3109938583d16c482a8db6a5d7374bd8ee55ca051a2fd18d3e97a8ad9 09:37:56 $ docker rm -f --volumes b0ff94c3109938583d16c482a8db6a5d7374bd8ee55ca051a2fd18d3e97a8ad9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:37:56 + docker inspect -f . ci-base-image-x86_64 09:37:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:37:57 prd-ubuntu20.04-docker-8c-8g-22035 does not seem to be running inside a container 09:37:57 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/717 -v /w/workspace/edgex-go/717:/w/workspace/edgex-go/717:rw,z -v /w/workspace/edgex-go/717@tmp:/w/workspace/edgex-go/717@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:37:57 $ docker top 77efca375836539fb32cd7cfcaaee3516f6cd6d90f077c4890587c63a030a5a6 -eo pid,comm [Pipeline] { [Pipeline] echo 09:37:57 ========================================================= 09:37:57 [edgeXBuildGoParallel] Running Tests and Build... 09:37:57 ========================================================= [Pipeline] sh 09:37:57 + git config --global --add safe.directory /w/workspace/edgex-go/717 [Pipeline] fileExists [Pipeline] sh 09:37:58 + make test 09:37:58 go test -race -coverprofile=coverage.out ./... 09:38:06 ? github.com/edgexfoundry/edgex-go [no test files] 09:38:32 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 09:38:32 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 09:38:32 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 09:38:32 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 09:38:32 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 09:38:32 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 09:38:32 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 09:38:32 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 09:38:32 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 09:38:32 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 09:38:32 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 09:38:33 github.com/edgexfoundry/edgex-go/cmd/support-cron-scheduler coverage: 0.0% of statements 09:38:33 ? github.com/edgexfoundry/edgex-go/internal [no test files] 09:38:33 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 09:38:33 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 09:38:33 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 09:38:35 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 09:38:35 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 09:38:36 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.030s coverage: 28.7% of statements 09:38:36 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 09:38:36 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 09:38:36 github.com/edgexfoundry/edgex-go/internal/core/common_config coverage: 0.0% of statements 09:38:37 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 09:38:37 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 09:38:37 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.046s coverage: 97.0% of statements 09:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 09:38:38 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 09:38:38 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 09:38:38 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 09:38:38 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 09:38:38 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 09:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 09:38:38 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 09:38:38 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 09:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 09:38:39 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 09:38:39 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 09:38:39 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 09:38:39 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 09:38:40 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.068s coverage: 69.2% of statements 09:38:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.046s coverage: 53.2% of statements 09:38:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.673s coverage: 93.4% of statements 09:38:40 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.053s coverage: 91.7% of statements 09:38:40 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 09:38:40 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 09:38:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.048s coverage: 10.0% of statements 09:38:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 09:38:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 09:38:43 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 09:38:43 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 09:38:43 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 09:38:43 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 09:38:43 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 09:38:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 09:38:43 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 09:38:43 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 09:38:43 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 09:38:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.445s coverage: 95.8% of statements 09:38:44 ok github.com/edgexfoundry/edgex-go/internal/io 1.024s coverage: 72.2% of statements 09:38:44 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 09:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 09:38:44 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 09:38:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.045s coverage: 0.0% of statements [no tests to run] 09:38:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.046s coverage: 0.8% of statements 09:38:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.035s coverage: 42.5% of statements 09:38:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.029s coverage: 41.7% of statements 09:38:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.022s coverage: 77.8% of statements 09:38:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.020s coverage: 94.1% of statements 09:38:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.026s coverage: 96.3% of statements 09:38:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.022s coverage: 87.5% of statements 09:38:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 09:38:46 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 09:38:46 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 09:38:46 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 09:38:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 09:38:47 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 09:38:47 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 09:38:47 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 09:38:48 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 09:38:48 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 09:38:48 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 09:38:49 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 09:38:49 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 09:38:49 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 09:38:49 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 09:38:49 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 09:38:49 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 09:38:50 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 09:38:52 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 09:38:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 09:38:53 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 09:38:53 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 09:38:56 github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements 09:38:56 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 09:38:56 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 09:38:57 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 09:38:57 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 09:38:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 09:38:57 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 09:38:57 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 09:38:57 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 09:38:57 github.com/edgexfoundry/edgex-go/internal/support/cronscheduler coverage: 0.0% of statements 09:38:58 github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application/action coverage: 0.0% of statements 09:38:58 github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/config coverage: 0.0% of statements 09:38:58 github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/container coverage: 0.0% of statements 09:38:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.029s coverage: 94.4% of statements 09:38:59 Running on prd-ubuntu20.04-docker-arm64-4c-16g-22037 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 09:38:59 Running in /w/workspace/edgex-go/717 [Pipeline] { [Pipeline] checkout 09:39:00 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces [no test files] 09:39:00 github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 09:39:00 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 09:39:01 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 09:39:01 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 09:39:01 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 09:39:01 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 09:39:02 The recommended git tool is: git 09:39:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 09:39:03 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application coverage: 0.0% of statements 09:39:03 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 09:39:03 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 09:39:04 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 09:39:04 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 09:39:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 09:39:04 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 09:39:06 using credential edgex-jenkins-ssh 09:39:06 Cloning the remote Git repository 09:39:07 Cloning repository git@github.com:edgexfoundry/edgex-go.git 09:39:07 > git init /w/workspace/edgex-go/717 # timeout=10 09:39:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:39:07 > git --version # timeout=10 09:39:07 > git --version # 'git version 2.25.1' 09:39:07 using GIT_SSH to set credentials SSH Credentials for GitHub 09:39:07 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:39:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.251s coverage: 79.9% of statements 09:39:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 25.046s coverage: 92.9% of statements 09:39:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.022s coverage: 66.7% of statements 09:39:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.026s coverage: 62.3% of statements 09:39:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.026s coverage: 75.0% of statements 09:39:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 13.025s coverage: 87.2% of statements 09:39:12 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.017s coverage: 20.0% of statements 09:39:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.018s coverage: 100.0% of statements 09:39:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.062s coverage: 81.8% of statements 09:39:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.045s coverage: 82.1% of statements 09:39:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.022s coverage: 86.0% of statements 09:39:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.127s coverage: 63.1% of statements 09:39:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.022s coverage: 100.0% of statements 09:39:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.024s coverage: 89.4% of statements 09:39:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.016s coverage: 100.0% of statements 09:39:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.019s coverage: 73.7% of statements 09:39:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.016s coverage: 100.0% of statements 09:39:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.138s coverage: 36.5% of statements 09:39:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.027s coverage: 89.5% of statements 09:39:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.026s coverage: 84.8% of statements 09:39:12 ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application 1.028s coverage: 4.9% of statements 09:39:12 ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/controller/http 1.088s coverage: 97.1% of statements 09:39:12 ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure 1.029s coverage: 35.9% of statements 09:39:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.055s coverage: 19.9% of statements 09:39:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.118s coverage: 95.7% of statements 09:39:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.028s coverage: 61.8% of statements 09:39:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.057s coverage: 98.9% of statements 09:39:12 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 09:39:12 running golangci-lint 09:39:12 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 09:39:12 go version go1.23.2 linux/amd64 09:39:12 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 09:39:12 level=info msg="[config_reader] Used config file .golangci.yml" 09:39:12 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 09:39:24 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:39:24 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:39:25 Avoid second fetch 09:39:25 Checking out Revision 7f550756abf89bcf15828d6373a305e4d40f5987 (main) 09:39:26 Commit message: "Merge pull request #4950 from weichou1229/null-reading-value" 09:39:25 > git config core.sparsecheckout # timeout=10 09:39:25 > git checkout -f 7f550756abf89bcf15828d6373a305e4d40f5987 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:39:30 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 09:39:30 % Total % Received % Xferd Average Speed Time Time Time Current 09:39:30 Dload Upload Total Spent Left Speed 09:39:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 98k 0 --:--:-- --:--:-- --:--:-- 98k 100 12828 100 12828 0 0 97k 0 --:--:-- --:--:-- --:--:-- 99441 [Pipeline] sh 09:39:31 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 09:39:31 + sudo tee /etc/docker/daemon.new 09:39:31 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 09:39:31 { 09:39:31 "registry-mirrors": [ 09:39:31 "https://nexus3.edgexfoundry.org:10001" 09:39:31 ], 09:39:31 "bip": "10.250.0.254/24", 09:39:31 "hosts": [ 09:39:31 "tcp://0.0.0.0:5555", 09:39:31 "unix:///var/run/docker.sock" 09:39:31 ], 09:39:31 "mtu": 1458, 09:39:31 "selinux-enabled": true, 09:39:31 "seccomp-profile": "/etc/docker/seccomp.json" 09:39:31 } [Pipeline] sh 09:39:31 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 09:39:32 + sudo service docker restart 09:39:34 level=info msg="[loader] Go packages loading at mode 575 (compiled_files|deps|exports_file|types_sizes|files|imports|name) took 18.872391075s" 09:39:34 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 44.946643ms" 09:39:42 level=info msg="[linters_context/goanalysis] analyzers took 1m37.52725928s with top 10 stages: buildir: 52.393032656s, gosec: 3.416820306s, inspect: 2.864942918s, fact_deprecated: 2.719805889s, printf: 2.196831035s, ctrlflow: 1.732969947s, S1038: 1.127811874s, fact_purity: 1.079321484s, nilness: 959.827379ms, typedness: 715.251367ms" 09:39:42 level=info msg="[runner] Issues before processing: 219, after processing: 0" 09:39:42 level=info msg="[runner] Processors filtering stat (in/out): filename_unadjuster: 219/219, skip_files: 219/219, autogenerated_exclude: 219/219, exclude: 219/219, path_prettifier: 219/219, skip_dirs: 219/219, exclude-rules: 219/22, cgo: 219/219, identifier_marker: 219/219, nolint: 22/0, invalid_issue: 219/219" 09:39:42 level=info msg="[runner] processing took 16.087822ms with stages: nolint: 6.847833ms, identifier_marker: 4.344875ms, path_prettifier: 1.938339ms, exclude-rules: 1.209648ms, autogenerated_exclude: 1.116757ms, skip_dirs: 538.568µs, cgo: 36.011µs, invalid_issue: 34.881µs, filename_unadjuster: 17.28µs, max_same_issues: 840ns, uniq_by_line: 430ns, skip_files: 430ns, fixer: 370ns, exclude: 330ns, sort_results: 260ns, max_from_linter: 170ns, max_per_file_from_linter: 160ns, diff: 160ns, source_code: 140ns, path_shortener: 120ns, severity-rules: 110ns, path_prefixer: 110ns" 09:39:42 level=info msg="[runner] linters took 10.91704674s with stages: goanalysis_metalinter: 10.900879977s" 09:39:42 level=info msg="File cache stats: 0 entries of total size 0B" 09:39:42 level=info msg="Memory: 300 samples, avg is 308.7MB, max is 1293.9MB" 09:39:42 level=info msg="Execution took 29.842625706s" 09:39:42 go vet ./... 09:39:49 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 09:39:49 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 09:39:49 ./bin/test-attribution-txt.sh [Pipeline] echo 09:39:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh 09:39:49 + ls -al . 09:39:49 total 1852 09:39:49 drwxrwxr-x 11 1001 1001 4096 Oct 7 09:37 . 09:39:49 drwxr-xr-x 4 root root 4096 Oct 7 09:37 .. 09:39:49 drwxrwxr-x 2 1001 1001 4096 Oct 7 09:36 .blubracket 09:39:49 -rw-rw-r-- 1 1001 1001 10 Oct 7 09:36 .dockerignore 09:39:49 drwxrwxr-x 8 1001 1001 4096 Oct 7 09:39 .git 09:39:49 drwxrwxr-x 3 1001 1001 4096 Oct 7 09:36 .github 09:39:49 -rw-rw-r-- 1 1001 1001 1102 Oct 7 09:36 .gitignore 09:39:49 -rw-rw-r-- 1 1001 1001 199 Oct 7 09:36 .golangci.yml 09:39:49 -rw-rw-r-- 1 1001 1001 100 Oct 7 09:36 .hadolint.yml 09:39:49 drwxr-xr-x 3 1001 1001 4096 Oct 7 09:37 .semver 09:39:49 -rw-rw-r-- 1 1001 1001 155 Oct 7 09:36 .sonarcloud.properties 09:39:49 -rw-rw-r-- 1 1001 1001 1171 Oct 7 09:36 ADOPTERS.md 09:39:49 -rw-rw-r-- 1 1001 1001 21553 Oct 7 09:36 Attribution.txt 09:39:49 -rw-rw-r-- 1 1001 1001 100284 Oct 7 09:36 CHANGELOG.md 09:39:49 -rw-rw-r-- 1 1001 1001 3804 Oct 7 09:36 CONTRIBUTING.md 09:39:49 -rw-rw-r-- 1 1001 1001 677 Oct 7 09:36 GOVERNANCE.md 09:39:49 -rw-rw-r-- 1 1001 1001 861 Oct 7 09:36 Jenkinsfile 09:39:49 -rw-rw-r-- 1 1001 1001 10775 Oct 7 09:36 LICENSE 09:39:49 -rw-rw-r-- 1 1001 1001 16854 Oct 7 09:36 Makefile 09:39:49 -rw-rw-r-- 1 1001 1001 582 Oct 7 09:36 OWNERS.md 09:39:49 -rw-rw-r-- 1 1001 1001 9528 Oct 7 09:36 README.md 09:39:49 -rw-rw-r-- 1 1001 1001 789 Oct 7 09:36 SECURITY.md 09:39:49 -rw-rw-r-- 1 1001 1001 12 Oct 7 09:37 VERSION 09:39:49 drwxrwxr-x 2 1001 1001 4096 Oct 7 09:36 bin 09:39:49 drwxrwxr-x 20 1001 1001 4096 Oct 7 09:36 cmd 09:39:49 -rw-r--r-- 1 root root 1503744 Oct 7 09:39 coverage.out 09:39:49 drwxrwxr-x 2 1001 1001 4096 Oct 7 09:36 fuzz_test 09:39:49 -rw-rw-r-- 1 1001 1001 7305 Oct 7 09:36 go.mod 09:39:49 -rw-rw-r-- 1 1001 1001 102748 Oct 7 09:36 go.sum 09:39:49 drwxrwxr-x 7 1001 1001 4096 Oct 7 09:36 internal 09:39:49 drwxrwxr-x 3 1001 1001 4096 Oct 7 09:36 openapi 09:39:49 -rw-rw-r-- 1 1001 1001 584 Oct 7 09:36 security.txt 09:39:49 -rw-rw-r-- 1 1001 1001 204 Oct 7 09:36 version.go [Pipeline] sh 09:39:50 + '[' -e coverage.out ] 09:39:50 + chown 1001:1001 coverage.out [Pipeline] stash 09:39:50 Stashed 1 file(s) [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:39:50 provisioning config files... 09:39:50 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/717@tmp/config7762684955753723484tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:39:50 + make build 09:39:50 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 09:39:50 ---> ****-login.sh 09:39:50 nexus3.edgexfoundry.org:10001 09:39:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:39:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:39:51 Configure a credential helper to remove this warning. See 09:39:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:39:51 09:39:51 Login Succeeded 09:39:51 nexus3.edgexfoundry.org:10002 09:39:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:39:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:39:52 Configure a credential helper to remove this warning. See 09:39:52 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:39:52 09:39:52 Login Succeeded 09:39:52 nexus3.edgexfoundry.org:10003 09:39:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:39:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:39:52 Configure a credential helper to remove this warning. See 09:39:52 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:39:52 09:39:52 Login Succeeded 09:39:52 nexus3.edgexfoundry.org:10004 09:39:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:39:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:39:52 Configure a credential helper to remove this warning. See 09:39:52 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:39:52 09:39:52 Login Succeeded 09:39:52 ****.io 09:39:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:39:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:39:53 Configure a credential helper to remove this warning. See 09:39:53 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:39:53 09:39:53 Login Succeeded 09:39:53 ---> ****-login.sh ends [Pipeline] } 09:39:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 09:39:53 + git config --global --add safe.directory /w/workspace/edgex-go/717 [Pipeline] echo 09:39:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 09:39:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 09:39:53 ========================================================= 09:39:53 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 09:39:53 ========================================================= [Pipeline] fileExists [Pipeline] sh 09:39:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 09:39:54 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:39:54 cf04c63912e1: Pulling fs layer 09:39:54 55b35a11ae5e: Pulling fs layer 09:39:54 a37a00ec5f00: Pulling fs layer 09:39:54 50b3750afda1: Pulling fs layer 09:39:54 4f4fb700ef54: Pulling fs layer 09:39:54 80978eb59214: Pulling fs layer 09:39:54 c9f46d7d2bd2: Pulling fs layer 09:39:54 c5a475d317c9: Pulling fs layer 09:39:54 50b3750afda1: Waiting 09:39:54 4f4fb700ef54: Waiting 09:39:54 80978eb59214: Waiting 09:39:54 c9f46d7d2bd2: Waiting 09:39:54 c5a475d317c9: Waiting 09:39:54 55b35a11ae5e: Download complete 09:39:54 50b3750afda1: Verifying Checksum 09:39:54 50b3750afda1: Download complete 09:39:54 4f4fb700ef54: Verifying Checksum 09:39:54 4f4fb700ef54: Download complete 09:39:54 80978eb59214: Verifying Checksum 09:39:54 80978eb59214: Download complete 09:39:54 cf04c63912e1: Download complete 09:39:54 c5a475d317c9: Verifying Checksum 09:39:54 c5a475d317c9: Download complete 09:39:55 cf04c63912e1: Pull complete 09:39:56 55b35a11ae5e: Pull complete 09:39:56 a37a00ec5f00: Verifying Checksum 09:39:56 a37a00ec5f00: Download complete 09:39:57 c9f46d7d2bd2: Verifying Checksum 09:39:57 c9f46d7d2bd2: Download complete 09:40:12 a37a00ec5f00: Pull complete 09:40:12 50b3750afda1: Pull complete 09:40:12 4f4fb700ef54: Pull complete 09:40:12 80978eb59214: Pull complete 09:40:17 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 09:40:17 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 09:40:17 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 09:40:18 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 09:40:18 c9f46d7d2bd2: Pull complete 09:40:19 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 09:40:20 c5a475d317c9: Pull complete 09:40:20 Digest: sha256:2391c17ca386d1fbfa331956bd558234564149703727e64d3c69580d84b42a9b 09:40:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 09:40:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh 09:40:20 + + dockerecho build FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 09:40:20 WORKDIR /edgex 09:40:20 COPY go.mod . 09:40:20 RUN go mod download -t 09:40:20 ci-base-image-arm64 -f - . 09:40:21 Sending build context to Docker daemon 3.686MB 09:40:21 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 09:40:21 ---> be29e6b0f0d4 09:40:21 Step 2/4 : WORKDIR /edgex 09:40:23 ---> Running in aabaf116cae0 09:40:23 Removing intermediate container aabaf116cae0 09:40:23 ---> bb4b9a0cb99a 09:40:23 Step 3/4 : COPY go.mod . 09:40:23 ---> a3feb97349b0 09:40:23 Step 4/4 : RUN go mod download 09:40:23 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 09:40:23 ---> Running in d503d98a5016 09:40:25 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 09:40:26 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 09:40:28 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 09:40:29 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 09:40:30 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 09:40:31 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 09:40:31 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 09:40:32 $ docker stop --time=1 77efca375836539fb32cd7cfcaaee3516f6cd6d90f077c4890587c63a030a5a6 09:40:39 $ docker rm -f --volumes 77efca375836539fb32cd7cfcaaee3516f6cd6d90f077c4890587c63a030a5a6 [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 09:40:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:40:40 09:40:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:40:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:40:40 latest: Pulling from edgex-devops/edgex-compose 09:40:40 91d30c5bc195: Pulling fs layer 09:40:40 2e9b0aa3be6d: Pulling fs layer 09:40:40 9c61dcf015f6: Pulling fs layer 09:40:40 4698f68db338: Pulling fs layer 09:40:40 2a2f49069b9e: Pulling fs layer 09:40:40 e0025b399a48: Pulling fs layer 09:40:40 4698f68db338: Waiting 09:40:40 2a2f49069b9e: Waiting 09:40:40 e0025b399a48: Waiting 09:40:40 91d30c5bc195: Verifying Checksum 09:40:40 91d30c5bc195: Download complete 09:40:40 4698f68db338: Download complete 09:40:40 2e9b0aa3be6d: Verifying Checksum 09:40:40 2e9b0aa3be6d: Download complete 09:40:40 e0025b399a48: Verifying Checksum 09:40:40 e0025b399a48: Download complete 09:40:40 91d30c5bc195: Pull complete 09:40:40 2a2f49069b9e: Download complete 09:40:41 2e9b0aa3be6d: Pull complete 09:40:41 9c61dcf015f6: Verifying Checksum 09:40:41 9c61dcf015f6: Download complete 09:40:43 9c61dcf015f6: Pull complete 09:40:43 4698f68db338: Pull complete 09:40:44 2a2f49069b9e: Pull complete 09:40:44 e0025b399a48: Pull complete 09:40:44 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 09:40:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:40:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:40:44 prd-ubuntu20.04-docker-8c-8g-22035 does not seem to be running inside a container 09:40:44 $ 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/717 -v /w/workspace/edgex-go/717:/w/workspace/edgex-go/717:rw,z -v /w/workspace/edgex-go/717@tmp:/w/workspace/edgex-go/717@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 09:40:47 $ docker top a1aec1eb115c8ba7d8e1d7a7f92c9340f46347881bdb883d46bc70c47d2deb05 -eo pid,comm [Pipeline] { [Pipeline] sh 09:40:48 + docker compose -f ./docker-compose-build.yml build --parallel 09:40:50 #1 [security-spire-agent internal] load build definition from Dockerfile 09:40:50 #1 transferring dockerfile: 1.81kB done 09:40:50 #1 DONE 0.0s 09:40:50 09:40:50 #2 [core-keeper internal] load build definition from Dockerfile 09:40:50 #2 transferring dockerfile: 2.07kB done 09:40:50 #2 DONE 0.0s 09:40:50 09:40:50 #3 [security-bootstrapper internal] load build definition from Dockerfile 09:40:50 #3 transferring dockerfile: 3.17kB done 09:40:50 #3 DONE 0.0s 09:40:50 09:40:50 #4 [security-proxy-auth internal] load build definition from Dockerfile 09:40:50 #4 transferring dockerfile: 2.15kB done 09:40:50 #4 DONE 0.0s 09:40:50 09:40:50 #5 [core-common-config-bootstrapper internal] load build definition from Dockerfile 09:40:50 #5 transferring dockerfile: 2.23kB done 09:40:50 #5 DONE 0.0s 09:40:50 09:40:50 #6 [core-command internal] load build definition from Dockerfile 09:40:50 #6 transferring dockerfile: 1.93kB done 09:40:50 #6 DONE 0.0s 09:40:50 09:40:50 #7 [security-proxy-setup internal] load build definition from Dockerfile 09:40:50 #7 transferring dockerfile: 2.50kB done 09:40:50 #7 DONE 0.0s 09:40:50 09:40:50 #8 [support-scheduler internal] load build definition from Dockerfile 09:40:50 #8 transferring dockerfile: 1.93kB done 09:40:50 #8 DONE 0.0s 09:40:50 09:40:50 #9 [security-spire-config internal] load build definition from Dockerfile 09:40:50 #9 transferring dockerfile: 1.69kB done 09:40:50 #9 DONE 0.0s 09:40:50 09:40:50 #10 [security-spiffe-token-provider internal] load build definition from Dockerfile 09:40:50 #10 transferring dockerfile: 1.89kB done 09:40:50 #10 DONE 0.0s 09:40:50 09:40:50 #11 [support-cron-scheduler internal] load build definition from Dockerfile 09:40:50 #11 transferring dockerfile: 1.85kB done 09:40:50 #11 DONE 0.0s 09:40:50 09:40:50 #12 [security-secretstore-setup internal] load build definition from Dockerfile 09:40:50 #12 transferring dockerfile: 2.49kB done 09:40:50 #12 DONE 0.0s 09:40:50 09:40:50 #13 [security-spire-server internal] load build definition from Dockerfile 09:40:50 #13 transferring dockerfile: 1.70kB done 09:40:50 #13 DONE 0.1s 09:40:50 09:40:50 #14 [core-metadata internal] load build definition from Dockerfile 09:40:50 #14 transferring dockerfile: 2.13kB done 09:40:50 #14 DONE 0.0s 09:40:50 09:40:50 #15 [security-spire-agent internal] load .dockerignore 09:40:50 #15 transferring context: 50B done 09:40:51 #15 DONE 0.1s 09:40:51 09:40:51 #16 [support-notifications internal] load build definition from Dockerfile 09:40:51 #16 transferring dockerfile: 2.02kB done 09:40:51 #16 DONE 0.1s 09:40:51 09:40:51 #17 [core-data internal] load build definition from Dockerfile 09:40:51 #17 transferring dockerfile: 2.07kB done 09:40:51 #17 DONE 0.1s 09:40:51 09:40:51 #18 [security-bootstrapper internal] load .dockerignore 09:40:51 #18 transferring context: 50B done 09:40:51 #18 DONE 0.0s 09:40:51 09:40:51 #19 [core-keeper internal] load .dockerignore 09:40:51 #19 transferring context: 50B done 09:40:51 #19 DONE 0.0s 09:40:51 09:40:51 #20 [security-proxy-auth internal] load .dockerignore 09:40:51 #20 transferring context: 50B done 09:40:51 #20 DONE 0.0s 09:40:51 09:40:51 #21 [core-common-config-bootstrapper internal] load .dockerignore 09:40:51 #21 transferring context: 50B done 09:40:51 #21 DONE 0.0s 09:40:51 09:40:51 #22 [core-command internal] load .dockerignore 09:40:51 #22 transferring context: 50B done 09:40:51 #22 DONE 0.0s 09:40:51 09:40:51 #23 [security-proxy-setup internal] load .dockerignore 09:40:51 #23 transferring context: 50B done 09:40:51 #23 DONE 0.0s 09:40:51 09:40:51 #24 [security-spire-config internal] load .dockerignore 09:40:51 #24 transferring context: 50B done 09:40:51 #24 DONE 0.0s 09:40:51 09:40:51 #25 [security-spiffe-token-provider internal] load .dockerignore 09:40:51 #25 transferring context: 50B done 09:40:51 #25 DONE 0.0s 09:40:51 09:40:51 #26 [support-cron-scheduler internal] load .dockerignore 09:40:51 #26 transferring context: 50B done 09:40:51 #26 DONE 0.0s 09:40:51 09:40:51 #27 [security-secretstore-setup internal] load .dockerignore 09:40:51 #27 transferring context: 50B done 09:40:51 #27 DONE 0.1s 09:40:51 09:40:51 #28 [security-spire-server internal] load .dockerignore 09:40:51 #28 transferring context: 50B done 09:40:51 #28 DONE 0.0s 09:40:51 09:40:51 #29 [core-metadata internal] load .dockerignore 09:40:51 #29 transferring context: 50B done 09:40:51 #29 DONE 0.0s 09:40:51 09:40:51 #30 [support-notifications internal] load .dockerignore 09:40:51 #30 transferring context: 50B done 09:40:51 #30 DONE 0.1s 09:40:51 09:40:51 #31 [core-data internal] load .dockerignore 09:40:51 #31 transferring context: 50B done 09:40:51 #31 DONE 0.0s 09:40:51 09:40:51 #32 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.20 09:40:51 #32 DONE 0.1s 09:40:51 09:40:51 #33 [support-scheduler internal] load .dockerignore 09:40:51 #33 transferring context: 50B done 09:40:51 #33 ... 09:40:51 09:40:51 #34 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 09:40:51 #34 DONE 0.0s 09:40:51 09:40:51 #32 [core-keeper internal] load metadata for docker.io/library/alpine:3.20 09:40:51 #32 DONE 0.1s 09:40:51 09:40:51 #34 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 09:40:51 #34 DONE 0.0s 09:40:51 09:40:51 #35 [core-command stage-1 1/17] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 09:40:51 #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done 09:40:51 #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 09:40:51 #35 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done 09:40:51 #35 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done 09:40:51 #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done 09:40:51 #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 09:40:51 #35 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done 09:40:51 #35 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done 09:40:51 #35 DONE 0.2s 09:40:51 09:40:51 #34 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 09:40:51 #34 DONE 0.0s 09:40:51 09:40:51 #32 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 09:40:51 #32 DONE 0.2s 09:40:51 09:40:51 #36 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-x86_64 09:40:51 #36 ... 09:40:51 09:40:51 #35 [security-secretstore-setup stage-1 1/17] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 09:40:51 #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done 09:40:51 #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 09:40:51 #35 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done 09:40:51 #35 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done 09:40:51 #35 DONE 0.2s 09:40:51 09:40:51 #34 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 09:40:51 #34 DONE 0.0s 09:40:51 09:40:51 #36 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-x86_64 09:40:52 #36 ... 09:40:52 09:40:52 #37 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 09:40:52 #37 DONE 0.7s 09:40:52 09:40:52 #35 [security-spire-config stage-1 1/17] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 09:40:52 #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done 09:40:52 #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 09:40:52 #35 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done 09:40:52 #35 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done 09:40:52 #35 DONE 0.4s 09:40:52 09:40:52 #38 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 09:40:52 #38 DONE 0.8s 09:40:52 09:40:52 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:40:52 #39 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:40:52 #39 ... 09:40:52 09:40:52 #35 [core-data stage-1 1/17] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 09:40:52 #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done 09:40:52 #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 09:40:52 #35 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done 09:40:52 #35 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done 09:40:52 #35 DONE 0.4s 09:40:52 09:40:52 #32 [core-data internal] load metadata for docker.io/library/alpine:3.20 09:40:52 #32 DONE 0.8s 09:40:52 09:40:52 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:40:52 #39 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.3s done 09:40:52 #39 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 09:40:52 #39 sha256:635ef0c15e5d10109d5e7842c7878c49c6edc3c6cbe33257f9a5a7800c36b8fc 1.05kB / 1.05kB done 09:40:52 #39 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done 09:40:52 #39 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.1s 09:40:52 #39 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.2s done 09:40:52 #39 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done 09:40:52 #39 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0B / 123.56kB 0.2s 09:40:53 #39 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.3s 09:40:54 #39 ... 09:40:54 09:40:54 #40 [security-spire-agent internal] load build context 09:40:54 #40 transferring context: 27.51kB 0.0s done 09:40:54 #40 DONE 1.7s 09:40:54 09:40:54 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:40:58 #39 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 5.5s 09:40:58 #39 ... 09:40:58 09:40:58 #41 [security-spire-server internal] load build context 09:40:58 #41 transferring context: 27.98kB 0.0s done 09:40:58 #41 DONE 6.3s 09:40:58 09:40:58 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:41:01 #39 ... 09:41:01 09:41:01 #42 [security-bootstrapper internal] load build context 09:41:01 #42 transferring context: 366.68MB 9.9s 09:41:01 #42 ... 09:41:01 09:41:01 #43 [core-common-config-bootstrapper internal] load build context 09:41:01 #43 ... 09:41:01 09:41:01 #44 [support-scheduler internal] load build context 09:41:01 #44 ... 09:41:01 09:41:01 #45 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 09:41:01 #0 3.511 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:41:01 #0 3.587 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:41:01 #0 3.919 v3.20.3-123-g9bb402980dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 09:41:01 #0 3.919 v3.20.3-122-g8f3843b267d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 09:41:01 #0 3.919 OK: 24163 distinct packages available 09:41:01 #0 3.975 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:41:01 #0 4.039 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:41:01 #0 4.323 (1/14) Installing ca-certificates (20240705-r0) 09:41:01 #0 4.341 (2/14) Installing brotli-libs (1.1.0-r2) 09:41:01 #0 4.356 (3/14) Installing c-ares (1.33.1-r0) 09:41:01 #0 4.364 (4/14) Installing libunistring (1.2-r0) 09:41:01 #0 4.381 (5/14) Installing libidn2 (2.3.7-r0) 09:41:01 #0 4.386 (6/14) Installing nghttp2-libs (1.62.1-r0) 09:41:01 #0 4.393 (7/14) Installing libpsl (0.21.5-r1) 09:41:01 #0 4.419 (8/14) Installing zstd-libs (1.5.6-r0) 09:41:01 #0 4.429 (9/14) Installing libcurl (8.10.1-r0) 09:41:01 #0 4.440 (10/14) Installing curl (8.10.1-r0) 09:41:01 #0 4.444 (11/14) Installing dumb-init (1.2.5-r3) 09:41:01 #0 4.451 (12/14) Installing musl-obstack (1.2.3-r2) 09:41:01 #0 4.451 (13/14) Installing libucontext (1.2-r3) 09:41:01 #0 4.455 (14/14) Installing gcompat (1.1.0-r4) 09:41:01 #0 4.465 Executing busybox-1.36.1-r29.trigger 09:41:01 #0 4.471 Executing ca-certificates-20240705-r0.trigger 09:41:01 #0 4.516 OK: 13 MiB in 28 packages 09:41:01 #45 ... 09:41:01 09:41:01 #46 [security-spiffe-token-provider internal] load build context 09:41:01 #46 ... 09:41:01 09:41:01 #47 [support-notifications internal] load build context 09:41:02 #47 ... 09:41:02 09:41:02 #48 [security-proxy-auth internal] load build context 09:41:02 #48 ... 09:41:02 09:41:02 #49 [core-metadata internal] load build context 09:41:02 #49 ... 09:41:02 09:41:02 #50 [security-secretstore-setup internal] load build context 09:41:02 #50 ... 09:41:02 09:41:02 #51 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init 09:41:02 #51 ... 09:41:02 09:41:02 #52 [security-spire-config internal] load build context 09:41:02 #52 transferring context: 26.23kB 0.0s done 09:41:02 #52 ... 09:41:02 09:41:02 #53 [support-cron-scheduler internal] load build context 09:41:02 #53 transferring context: 306.38MB 10.3s 09:41:02 #53 ... 09:41:02 09:41:02 #54 [core-command internal] load build context 09:41:02 #54 ... 09:41:02 09:41:02 #55 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 09:41:03 #55 ... 09:41:03 09:41:03 #56 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init 09:41:03 #0 0.974 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:41:03 #0 1.134 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:41:03 #0 1.477 (1/1) Installing dumb-init (1.2.5-r3) 09:41:03 #0 1.481 Executing busybox-1.36.1-r29.trigger 09:41:03 #0 1.491 OK: 8 MiB in 15 packages 09:41:03 #56 ... 09:41:03 09:41:03 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 09:41:03 #57 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 0.3s done 09:41:03 #57 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done 09:41:03 #57 sha256:1fcf53c806298a8fb3f151b1a5597420145ec1ac8dcc22c9b93d48ad1d788b34 1.05kB / 1.05kB done 09:41:03 #57 sha256:b8f0c3debb052bf3ec04f6a01139fc8d0eaea748ab628fea2efcdfd913787512 1.59kB / 1.59kB done 09:41:03 #57 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.2s done 09:41:03 #57 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 1.1s done 09:41:03 #57 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done 09:41:03 #57 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 10.2s 09:41:03 #57 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 10.3s 09:41:03 #57 ... 09:41:03 09:41:03 #58 [core-keeper internal] load build context 09:41:03 #58 transferring context: 452.44MB 11.6s done 09:41:03 #58 ... 09:41:03 09:41:03 #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 09:41:03 #59 ... 09:41:03 09:41:03 #60 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 09:41:03 #60 ... 09:41:03 09:41:03 #61 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 09:41:03 #61 ... 09:41:03 09:41:03 #62 [security-proxy-setup internal] load build context 09:41:03 #62 ... 09:41:03 09:41:03 #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 09:41:03 #63 ... 09:41:03 09:41:03 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 09:41:04 #64 ... 09:41:04 09:41:04 #65 [core-data internal] load build context 09:41:04 #65 transferring context: 452.44MB 10.1s done 09:41:04 #65 ... 09:41:04 09:41:04 #66 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 09:41:04 #66 ... 09:41:04 09:41:04 #67 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 09:41:04 #67 ... 09:41:04 09:41:04 #36 [core-data builder 1/7] FROM docker.io/library/ci-base-image-x86_64 09:41:04 #36 ... 09:41:04 09:41:04 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:41:04 #39 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 10.3s done 09:41:04 #39 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done 09:41:07 #39 ... 09:41:07 09:41:07 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 09:41:07 #57 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 10.4s done 09:41:07 #57 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done 09:41:08 #57 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 15.0s done 09:41:11 #57 ... 09:41:11 09:41:11 #43 [core-common-config-bootstrapper internal] load build context 09:41:11 #43 transferring context: 452.44MB 12.4s done 09:41:11 #43 ... 09:41:11 09:41:11 #44 [support-scheduler internal] load build context 09:41:11 #44 transferring context: 452.44MB 11.6s done 09:41:12 #44 ... 09:41:12 09:41:12 #46 [security-spiffe-token-provider internal] load build context 09:41:12 #46 transferring context: 452.44MB 12.0s done 09:41:12 #46 ... 09:41:12 09:41:12 #47 [support-notifications internal] load build context 09:41:12 #47 transferring context: 452.44MB 11.1s done 09:41:12 #47 ... 09:41:12 09:41:12 #48 [security-proxy-auth internal] load build context 09:41:12 #48 transferring context: 452.44MB 12.2s done 09:41:12 #48 ... 09:41:12 09:41:12 #50 [security-secretstore-setup internal] load build context 09:41:12 #50 transferring context: 452.44MB 11.6s done 09:41:12 #50 ... 09:41:12 09:41:12 #42 [security-bootstrapper internal] load build context 09:41:12 #42 transferring context: 452.44MB 11.5s done 09:41:13 #42 ... 09:41:13 09:41:13 #53 [support-cron-scheduler internal] load build context 09:41:13 #53 transferring context: 452.44MB 13.1s done 09:41:13 #53 ... 09:41:13 09:41:13 #54 [core-command internal] load build context 09:41:13 #54 transferring context: 452.44MB 13.4s done 09:41:13 #54 ... 09:41:13 09:41:13 #49 [core-metadata internal] load build context 09:41:13 #49 transferring context: 452.44MB 14.3s done 09:41:13 #49 ... 09:41:13 09:41:13 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:41:13 #39 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 20.6s 09:41:14 #39 ... 09:41:14 09:41:14 #62 [security-proxy-setup internal] load build context 09:41:14 #62 transferring context: 452.44MB 12.2s done 09:41:14 #62 ... 09:41:14 09:41:14 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:41:18 #39 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0B / 283B 25.3s 09:41:18 #39 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 25.4s 09:41:18 #39 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 25.8s 09:41:20 Removing intermediate container d503d98a5016 09:41:20 ---> aead546b7a0f 09:41:20 Successfully built aead546b7a0f 09:41:20 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:41:20 + docker inspect -f . ci-base-image-arm64 09:41:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:41:21 prd-ubuntu20.04-docker-arm64-4c-16g-22037 does not seem to be running inside a container 09:41:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/717 -v /w/workspace/edgex-go/717:/w/workspace/edgex-go/717:rw,z -v /w/workspace/edgex-go/717@tmp:/w/workspace/edgex-go/717@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:41:21 #39 ... 09:41:21 09:41:21 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 09:41:21 #57 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 09:41:21 #57 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done 09:41:22 $ docker top e864cd1fefad7bf77028d14bc289b229f4c0af98523c46a030cee7d46e575d92 -eo pid,comm [Pipeline] { [Pipeline] sh 09:41:23 + go version 09:41:23 go version go1.23.2 linux/arm64 [Pipeline] } 09:41:23 $ docker stop --time=1 e864cd1fefad7bf77028d14bc289b229f4c0af98523c46a030cee7d46e575d92 09:41:24 $ docker rm -f --volumes e864cd1fefad7bf77028d14bc289b229f4c0af98523c46a030cee7d46e575d92 [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 09:41:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:41:25 09:41:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:41:25 #57 ... 09:41:25 09:41:25 #52 [security-spire-config internal] load build context 09:41:25 #52 DONE 32.9s 09:41:25 09:41:25 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:41:25 #39 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 28.2s done 09:41:25 #39 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 31.2s done 09:41:25 #39 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 done 09:41:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:41:25 latest: Pulling from edgex-devops/edgex-compose-arm64 09:41:25 547446be3368: Pulling fs layer 09:41:25 d125d8839a47: Pulling fs layer 09:41:25 3e85d5ac6304: Pulling fs layer 09:41:25 c3105a71a48b: Pulling fs layer 09:41:25 0f093f025ec4: Pulling fs layer 09:41:25 c3106fc0e877: Pulling fs layer 09:41:25 c3105a71a48b: Waiting 09:41:25 0f093f025ec4: Waiting 09:41:25 c3106fc0e877: Waiting 09:41:26 547446be3368: Verifying Checksum 09:41:26 547446be3368: Download complete 09:41:26 c3105a71a48b: Verifying Checksum 09:41:26 c3105a71a48b: Download complete 09:41:26 d125d8839a47: Verifying Checksum 09:41:26 d125d8839a47: Download complete 09:41:26 c3106fc0e877: Verifying Checksum 09:41:26 c3106fc0e877: Download complete 09:41:26 0f093f025ec4: Verifying Checksum 09:41:26 0f093f025ec4: Download complete 09:41:27 547446be3368: Pull complete 09:41:27 #39 ... 09:41:27 09:41:27 #61 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 09:41:27 #61 DONE 35.7s 09:41:27 09:41:27 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 09:41:27 #57 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 0.8s done 09:41:27 #57 ... 09:41:27 09:41:27 #45 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 09:41:27 #45 DONE 35.7s 09:41:27 09:41:27 #56 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 09:41:27 #56 DONE 35.7s 09:41:27 09:41:27 #42 [security-bootstrapper internal] load build context 09:41:27 #42 DONE 36.1s 09:41:27 09:41:27 #58 [core-keeper internal] load build context 09:41:27 #58 DONE 36.0s 09:41:27 09:41:27 #47 [support-notifications internal] load build context 09:41:27 #47 DONE 35.6s 09:41:27 09:41:27 #44 [support-scheduler internal] load build context 09:41:27 #44 DONE 35.9s 09:41:27 09:41:27 #48 [security-proxy-auth internal] load build context 09:41:27 #48 DONE 36.0s 09:41:27 09:41:27 #46 [security-spiffe-token-provider internal] load build context 09:41:27 #46 DONE 35.9s 09:41:27 09:41:27 #65 [core-data internal] load build context 09:41:27 #65 DONE 35.2s 09:41:27 09:41:27 #50 [security-secretstore-setup internal] load build context 09:41:27 #50 DONE 35.7s 09:41:27 09:41:27 #43 [core-common-config-bootstrapper internal] load build context 09:41:27 #43 DONE 36.1s 09:41:27 09:41:27 #62 [security-proxy-setup internal] load build context 09:41:27 #62 DONE 36.0s 09:41:27 09:41:27 #54 [core-command internal] load build context 09:41:27 #54 DONE 36.1s 09:41:27 09:41:27 #53 [support-cron-scheduler internal] load build context 09:41:27 #53 DONE 35.8s 09:41:27 09:41:27 #49 [core-metadata internal] load build context 09:41:27 #49 DONE 35.8s 09:41:27 09:41:27 #66 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 09:41:27 #66 35.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:41:27 d125d8839a47: Pull complete 09:41:28 #66 36.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:41:28 #66 36.27 (1/2) Installing dumb-init (1.2.5-r3) 09:41:28 #66 ... 09:41:28 09:41:28 #68 [support-scheduler builder 2/7] WORKDIR /edgex-go 09:41:28 #68 DONE 0.4s 09:41:28 09:41:28 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 09:41:28 #57 DONE 36.0s 09:41:28 09:41:28 #66 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 09:41:28 #66 36.36 (2/2) Installing su-exec (0.2-r3) 09:41:28 #66 36.36 Executing busybox-1.36.1-r29.trigger 09:41:28 #66 36.37 OK: 8 MiB in 16 packages 09:41:28 3e85d5ac6304: Verifying Checksum 09:41:28 3e85d5ac6304: Download complete 09:41:28 #66 DONE 37.0s 09:41:28 09:41:28 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:41:28 #39 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 1.3s 09:41:29 #39 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 1.9s done 09:41:29 #39 ... 09:41:29 09:41:29 #51 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init 09:41:29 #51 36.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:41:29 #51 36.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:41:29 #51 36.53 (1/2) Installing ca-certificates (20240705-r0) 09:41:29 #51 36.64 (2/2) Installing dumb-init (1.2.5-r3) 09:41:29 #51 36.65 Executing busybox-1.36.1-r29.trigger 09:41:29 #51 36.67 Executing ca-certificates-20240705-r0.trigger 09:41:29 #51 36.72 OK: 9 MiB in 16 packages 09:41:29 #51 DONE 37.6s 09:41:29 09:41:29 #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 09:41:29 #63 36.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:41:29 #63 36.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:41:29 #63 36.91 (1/4) Installing dumb-init (1.2.5-r3) 09:41:29 #63 37.03 (2/4) Installing openssl (3.3.2-r0) 09:41:29 #63 37.04 (3/4) Installing su-exec (0.2-r3) 09:41:29 #63 37.05 (4/4) Installing yq-go (4.44.1-r2) 09:41:29 #63 37.14 Executing busybox-1.36.1-r29.trigger 09:41:29 #63 37.14 OK: 19 MiB in 18 packages 09:41:29 #63 DONE 38.0s 09:41:29 09:41:29 #60 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 09:41:29 #60 36.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:41:29 #60 36.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:41:29 #60 36.52 (1/3) Installing ca-certificates (20240705-r0) 09:41:29 #60 36.67 (2/3) Installing dumb-init (1.2.5-r3) 09:41:29 #60 36.68 (3/3) Installing tzdata (2024b-r0) 09:41:29 #60 36.72 Executing busybox-1.36.1-r29.trigger 09:41:29 #60 36.73 Executing ca-certificates-20240705-r0.trigger 09:41:29 #60 36.78 OK: 10 MiB in 17 packages 09:41:29 #60 DONE 37.7s 09:41:29 09:41:29 #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 09:41:29 #59 36.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:41:29 #59 36.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:41:29 #59 36.42 (1/4) Installing ca-certificates (20240705-r0) 09:41:29 #59 36.58 (2/4) Installing dumb-init (1.2.5-r3) 09:41:29 #59 36.58 (3/4) Installing su-exec (0.2-r3) 09:41:29 #59 36.59 (4/4) Installing yq-go (4.44.1-r2) 09:41:29 #59 36.67 Executing busybox-1.36.1-r29.trigger 09:41:29 #59 36.67 Executing ca-certificates-20240705-r0.trigger 09:41:29 #59 36.73 OK: 19 MiB in 18 packages 09:41:29 #59 DONE 37.6s 09:41:29 09:41:29 #55 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 09:41:29 #55 35.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:41:29 #55 36.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:41:29 #55 36.34 v3.20.3-123-g9bb402980dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 09:41:29 #55 36.34 v3.20.3-122-g8f3843b267d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 09:41:29 #55 36.34 OK: 24163 distinct packages available 09:41:29 #55 36.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:41:29 #55 36.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:41:29 #55 36.81 (1/5) Installing dumb-init (1.2.5-r3) 09:41:29 #55 36.81 (2/5) Installing musl-obstack (1.2.3-r2) 09:41:29 #55 36.81 (3/5) Installing libucontext (1.2-r3) 09:41:29 #55 36.82 (4/5) Installing gcompat (1.1.0-r4) 09:41:29 #55 36.82 (5/5) Installing openssl (3.3.2-r0) 09:41:29 #55 36.84 Executing busybox-1.36.1-r29.trigger 09:41:29 #55 36.94 OK: 9 MiB in 19 packages 09:41:29 #55 DONE 37.6s 09:41:29 09:41:29 #69 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade 09:41:30 #69 ... 09:41:30 09:41:30 #67 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 09:41:30 #67 37.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:41:30 #67 37.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:41:30 #67 37.51 (1/1) Installing dumb-init (1.2.5-r3) 09:41:30 #67 37.51 Executing busybox-1.36.1-r29.trigger 09:41:30 #67 37.52 OK: 8 MiB in 15 packages 09:41:30 #67 DONE 37.9s 09:41:30 09:41:30 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 09:41:30 #64 37.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:41:30 #64 37.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:41:30 #64 37.97 v3.20.3-123-g9bb402980dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 09:41:30 #64 37.97 v3.20.3-122-g8f3843b267d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 09:41:30 #64 37.97 OK: 24163 distinct packages available 09:41:30 #64 38.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:41:30 #64 38.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:41:31 #64 38.64 (1/4) Installing dumb-init (1.2.5-r3) 09:41:31 #64 38.65 (2/4) Installing musl-obstack (1.2.3-r2) 09:41:31 #64 38.65 (3/4) Installing libucontext (1.2-r3) 09:41:31 #64 38.66 (4/4) Installing gcompat (1.1.0-r4) 09:41:31 #64 38.66 Executing busybox-1.36.1-r29.trigger 09:41:31 #64 38.66 OK: 8 MiB in 18 packages 09:41:31 #64 DONE 39.0s 09:41:31 09:41:31 #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 09:41:31 #0 1.632 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:41:31 #0 1.715 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:41:31 #0 2.090 v3.20.3-123-g9bb402980dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 09:41:31 #0 2.090 v3.20.3-122-g8f3843b267d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 09:41:31 #0 2.090 OK: 24162 distinct packages available 09:41:31 #0 2.221 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:41:31 #0 2.392 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:41:31 #0 2.777 OK: 246 MiB in 54 packages 09:41:31 #70 DONE 3.1s 09:41:31 09:41:31 #71 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 09:41:31 #71 DONE 0.1s 09:41:31 09:41:31 #72 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:41:31 #72 ... 09:41:31 09:41:31 #73 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 09:41:31 #73 DONE 3.2s 09:41:31 09:41:31 #74 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 09:41:31 #0 2.981 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:41:31 #0 3.063 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:41:31 #0 3.480 Upgrading critical system libraries and apk-tools: 09:41:31 #0 3.480 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 09:41:31 #0 3.492 Executing busybox-1.36.1-r29.trigger 09:41:31 #0 3.558 Continuing the upgrade transaction with new apk-tools: 09:41:31 #0 3.565 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:41:31 #0 3.634 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:41:31 #0 3.959 OK: 13 MiB in 28 packages 09:41:31 #74 DONE 4.1s 09:41:31 09:41:31 #75 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 09:41:31 #0 2.934 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:41:31 #0 3.049 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:41:31 #0 3.468 Upgrading critical system libraries and apk-tools: 09:41:31 #0 3.468 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 09:41:31 #0 3.476 Executing busybox-1.36.1-r29.trigger 09:41:31 #0 3.540 Continuing the upgrade transaction with new apk-tools: 09:41:31 #0 3.544 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:41:31 #0 3.622 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:41:31 #0 3.900 OK: 8 MiB in 15 packages 09:41:31 #75 DONE 4.1s 09:41:31 09:41:31 #76 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 09:41:31 #76 ... 09:41:31 09:41:31 #77 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 09:41:31 #0 3.181 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:41:31 #0 3.262 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:41:31 #0 3.551 OK: 246 MiB in 54 packages 09:41:31 #77 DONE 3.6s 09:41:31 09:41:31 #78 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 09:41:31 #0 3.185 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:41:31 #0 3.258 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:41:31 #0 3.582 OK: 246 MiB in 54 packages 09:41:31 #78 DONE 3.7s 09:41:31 09:41:31 #79 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 09:41:31 #0 3.149 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:41:31 #0 3.249 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:41:31 #0 3.551 OK: 246 MiB in 54 packages 09:41:31 #79 DONE 3.7s 09:41:31 09:41:31 #80 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 09:41:31 #80 DONE 0.1s 09:41:31 09:41:31 #81 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 09:41:31 #81 DONE 0.1s 09:41:31 09:41:31 #82 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ 09:41:31 #82 DONE 0.1s 09:41:31 09:41:31 #83 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:41:32 #83 ... 09:41:32 09:41:32 #84 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init 09:41:32 #0 3.398 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:41:32 #0 3.873 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:41:32 #0 4.564 (1/1) Installing dumb-init (1.2.5-r3) 09:41:32 #0 4.868 Executing busybox-1.36.1-r29.trigger 09:41:32 #0 4.874 OK: 8 MiB in 15 packages 09:41:32 #84 DONE 5.0s 09:41:32 09:41:32 #69 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade 09:41:32 #69 2.630 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:41:32 #69 2.716 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:41:33 #69 2.984 Upgrading critical system libraries and apk-tools: 09:41:33 #69 2.984 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 09:41:33 #69 2.995 Executing busybox-1.36.1-r29.trigger 09:41:33 #69 3.091 Continuing the upgrade transaction with new apk-tools: 09:41:33 #69 3.098 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:41:33 #69 3.168 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:41:33 #69 3.476 OK: 9 MiB in 19 packages 09:41:33 #69 ... 09:41:33 09:41:33 #85 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade 09:41:33 #0 2.642 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:41:33 #0 2.719 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:41:33 #0 2.998 Upgrading critical system libraries and apk-tools: 09:41:33 #0 2.998 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 09:41:33 #0 3.006 Executing busybox-1.36.1-r29.trigger 09:41:33 #0 3.083 Continuing the upgrade transaction with new apk-tools: 09:41:33 #0 3.083 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:41:33 #0 3.157 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:41:33 #0 3.485 OK: 9 MiB in 16 packages 09:41:33 #85 DONE 3.7s 09:41:33 09:41:33 #86 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 09:41:33 #0 3.610 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:41:33 #0 3.705 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:41:33 #0 4.005 Upgrading critical system libraries and apk-tools: 09:41:33 #0 4.005 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 09:41:33 #0 4.020 Executing busybox-1.36.1-r29.trigger 09:41:33 #0 4.087 Continuing the upgrade transaction with new apk-tools: 09:41:33 #0 4.093 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:41:33 #0 4.176 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:41:33 #0 4.534 OK: 8 MiB in 16 packages 09:41:33 #86 DONE 4.7s 09:41:33 09:41:33 #69 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade 09:41:33 #69 DONE 3.9s 09:41:33 09:41:33 #87 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 09:41:34 #87 ... 09:41:34 09:41:34 #88 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 09:41:34 #0 3.317 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:41:34 #0 3.390 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:41:34 #0 3.790 Upgrading critical system libraries and apk-tools: 09:41:34 #0 3.790 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 09:41:34 #0 3.800 Executing busybox-1.36.1-r29.trigger 09:41:34 #0 3.891 Continuing the upgrade transaction with new apk-tools: 09:41:34 #0 3.902 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:41:34 #0 4.031 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:41:34 #0 4.618 OK: 19 MiB in 18 packages 09:41:34 #88 DONE 4.9s 09:41:34 09:41:34 #89 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 09:41:34 #0 3.541 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:41:34 #0 3.625 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:41:34 #0 3.922 Upgrading critical system libraries and apk-tools: 09:41:34 #0 3.922 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 09:41:34 #0 3.931 Executing busybox-1.36.1-r29.trigger 09:41:34 #0 3.991 Continuing the upgrade transaction with new apk-tools: 09:41:34 #0 3.995 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:41:34 #0 4.057 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:41:34 #0 4.589 OK: 10 MiB in 17 packages 09:41:34 #89 DONE 4.9s 09:41:34 09:41:34 #90 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 09:41:34 #90 DONE 1.2s 09:41:34 09:41:34 #91 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 09:41:34 #91 DONE 1.2s 09:41:34 09:41:34 #92 [security-spire-server stage-2 5/9] COPY Attribution.txt / 09:41:34 #92 DONE 0.1s 09:41:34 09:41:34 #93 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 09:41:34 #93 DONE 0.1s 09:41:34 09:41:34 #94 [security-spire-server stage-2 6/9] COPY security.txt / 09:41:35 #94 DONE 0.7s 09:41:35 09:41:35 #95 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 09:41:35 #95 DONE 0.1s 09:41:35 09:41:35 #96 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 09:41:35 #96 DONE 0.8s 09:41:35 09:41:35 #97 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 09:41:35 #97 DONE 0.1s 09:41:35 09:41:35 #98 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 09:41:35 #0 3.654 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:41:35 #0 4.748 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:41:35 #0 5.060 Upgrading critical system libraries and apk-tools: 09:41:35 #0 5.060 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 09:41:35 #0 5.060 Executing busybox-1.36.1-r29.trigger 09:41:35 #0 5.215 Continuing the upgrade transaction with new apk-tools: 09:41:35 #0 5.220 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:41:35 #0 5.289 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:41:35 #0 5.699 OK: 19 MiB in 18 packages 09:41:35 #98 DONE 5.9s 09:41:35 09:41:35 #99 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 09:41:35 #99 DONE 0.1s 09:41:35 09:41:35 #100 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 09:41:35 #100 DONE 0.1s 09:41:35 09:41:35 #101 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 09:41:35 #0 3.415 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:41:35 #0 3.507 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:41:35 #0 3.802 Upgrading critical system libraries and apk-tools: 09:41:35 #0 3.802 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 09:41:35 #0 3.810 Executing busybox-1.36.1-r29.trigger 09:41:35 #0 3.961 Continuing the upgrade transaction with new apk-tools: 09:41:35 #0 3.965 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:41:35 #0 4.060 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:41:35 #0 4.384 OK: 8 MiB in 18 packages 09:41:35 #101 DONE 4.5s 09:41:35 09:41:35 #102 [security-spire-agent stage-3 7/10] COPY security.txt / 09:41:35 #102 DONE 0.1s 09:41:35 09:41:35 #103 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 09:41:36 #103 ... 09:41:36 09:41:36 #104 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 09:41:36 #104 DONE 0.1s 09:41:36 09:41:36 #105 [security-spire-server] exporting to image 09:41:36 #105 exporting layers 09:41:37 #105 ... 09:41:37 09:41:37 #87 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 09:41:37 #87 DONE 3.5s 09:41:37 09:41:37 #106 [core-data stage-1 3/8] RUN apk --no-cache upgrade 09:41:37 #0 4.323 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:41:37 #0 4.411 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:41:37 #0 4.819 Upgrading critical system libraries and apk-tools: 09:41:37 #0 4.819 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 09:41:37 #0 4.828 Executing busybox-1.36.1-r29.trigger 09:41:37 #0 4.895 Continuing the upgrade transaction with new apk-tools: 09:41:37 #0 4.898 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:41:37 #0 4.983 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:41:37 #0 5.512 OK: 8 MiB in 15 packages 09:41:37 #106 DONE 6.6s 09:41:37 09:41:37 #76 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 09:41:37 #76 3.310 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:41:37 #76 3.948 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:41:37 #76 4.970 OK: 246 MiB in 54 packages 09:41:37 #76 DONE 5.6s 09:41:37 09:41:37 #103 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 09:41:37 #103 DONE 1.2s 09:41:37 09:41:37 #107 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 09:41:37 #107 DONE 1.1s 09:41:37 09:41:37 #105 [security-spire-server] exporting to image 09:41:37 #105 exporting layers 1.2s done 09:41:37 #105 ... 09:41:37 09:41:37 #108 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging 09:41:37 #108 DONE 0.1s 09:41:37 09:41:37 #109 [core-keeper builder 5/8] COPY go.mod vendor* ./ 09:41:37 #109 DONE 0.1s 09:41:37 09:41:37 #110 [security-spire-config stage-2 5/10] COPY Attribution.txt / 09:41:37 #110 DONE 0.2s 09:41:37 09:41:37 #111 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 09:41:37 #111 DONE 0.1s 09:41:37 09:41:37 #105 [security-spire-agent] exporting to image 09:41:37 #105 writing image sha256:31e693582c562304f6eef58da51e5e96ef3c9037ee9ea361fbde0588a8fde526 done 09:41:37 #105 naming to docker.io/library/security-spire-server done 09:41:37 #105 ... 09:41:37 09:41:37 #112 [security-spire-config stage-2 6/10] COPY security.txt / 09:41:37 #112 DONE 0.1s 09:41:37 09:41:37 #113 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 09:41:37 #113 DONE 0.2s 09:41:37 09:41:37 #114 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 09:41:37 #114 DONE 0.0s 09:41:37 09:41:37 #115 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:41:37 #115 ... 09:41:37 09:41:37 #116 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 09:41:37 #116 DONE 0.2s 09:41:37 09:41:37 #36 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-x86_64 09:41:37 #36 ... 09:41:37 09:41:37 #105 [security-spire-config] exporting to image 09:41:38 #105 exporting layers 0.8s done 09:41:38 #105 writing image sha256:301cf38e76470a9e3cb93eccd4cc73f9bf7c5b6a1149530404f49db0bd8eebc7 done 09:41:38 #105 naming to docker.io/library/security-spire-agent done 09:41:38 #105 exporting layers 0.7s done 09:41:38 #105 writing image sha256:cfcfb2c96fa028401ec1cf0cc179c4ef9cb9903a66da47dab81ec2a4d55bbeff done 09:41:38 #105 naming to docker.io/library/security-spire-config done 09:41:38 #105 DONE 2.3s 09:41:38 09:41:38 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:41:38 3e85d5ac6304: Pull complete 09:41:38 c3105a71a48b: Pull complete 09:41:39 0f093f025ec4: Pull complete 09:41:39 c3106fc0e877: Pull complete 09:41:39 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 09:41:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:41:39 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:41:39 prd-ubuntu20.04-docker-arm64-4c-16g-22037 does not seem to be running inside a container 09:41:39 $ 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/717 -v /w/workspace/edgex-go/717:/w/workspace/edgex-go/717:rw,z -v /w/workspace/edgex-go/717@tmp:/w/workspace/edgex-go/717@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 09:41:41 $ docker top f1e31ab6df555d165e80f4b0d4c96ecbb1082f71cff3f47313522d24da45ecd3 -eo pid,comm [Pipeline] { [Pipeline] sh 09:41:42 + docker compose -f ./docker-compose-build.yml build --parallel 09:41:43 #39 ... 09:41:43 09:41:43 #117 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:41:43 #117 ... 09:41:43 09:41:43 #118 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:41:52 #1 [core-command internal] load build definition from Dockerfile 09:41:52 #1 transferring dockerfile: 1.93kB 0.0s done 09:41:52 #1 DONE 0.1s 09:41:52 09:41:52 #2 [core-metadata internal] load build definition from Dockerfile 09:41:53 #2 transferring dockerfile: 2.13kB 0.0s done 09:41:53 #2 DONE 1.1s 09:41:53 09:41:53 #3 [security-bootstrapper internal] load build definition from Dockerfile 09:41:53 #3 transferring dockerfile: 3.17kB 0.0s done 09:41:53 #3 DONE 1.1s 09:41:53 09:41:53 #4 [core-command internal] load .dockerignore 09:41:53 #4 ... 09:41:53 09:41:53 #5 [security-proxy-auth internal] load build definition from Dockerfile 09:41:53 #5 transferring dockerfile: 2.15kB 0.0s done 09:41:53 #5 DONE 1.2s 09:41:53 09:41:53 #6 [support-scheduler internal] load build definition from Dockerfile 09:41:53 #6 transferring dockerfile: 1.93kB done 09:41:53 #6 DONE 1.2s 09:41:53 09:41:53 #7 [core-keeper internal] load build definition from Dockerfile 09:41:53 #7 transferring dockerfile: 2.07kB done 09:41:53 #7 DONE 1.3s 09:41:53 09:41:53 #8 [core-data internal] load build definition from Dockerfile 09:41:53 #8 transferring dockerfile: 2.07kB done 09:41:53 #8 DONE 1.3s 09:41:53 09:41:53 #4 [core-command internal] load .dockerignore 09:41:53 #4 transferring context: 50B 0.0s done 09:41:54 #4 ... 09:41:54 09:41:54 #9 [security-spire-server internal] load build definition from Dockerfile 09:41:54 #9 transferring dockerfile: 1.70kB 0.0s done 09:41:54 #9 DONE 1.3s 09:41:54 09:41:54 #10 [support-cron-scheduler internal] load build definition from Dockerfile 09:41:54 #10 transferring dockerfile: 1.85kB 0.0s done 09:41:54 #10 DONE 1.3s 09:41:54 09:41:54 #11 [security-secretstore-setup internal] load build definition from Dockerfile 09:41:54 #11 transferring dockerfile: 2.49kB 0.0s done 09:41:54 #11 DONE 1.2s 09:41:54 09:41:54 #12 [security-spire-config internal] load build definition from Dockerfile 09:41:54 #12 transferring dockerfile: 1.69kB 0.0s done 09:41:54 #12 DONE 1.2s 09:41:54 09:41:54 #13 [security-proxy-setup internal] load build definition from Dockerfile 09:41:54 #13 transferring dockerfile: 2.50kB 0.0s done 09:41:54 #13 DONE 1.2s 09:41:54 09:41:54 #14 [security-spiffe-token-provider internal] load build definition from Dockerfile 09:41:54 #14 transferring dockerfile: 1.89kB 0.0s done 09:41:54 #14 DONE 1.1s 09:41:54 09:41:54 #15 [support-notifications internal] load build definition from Dockerfile 09:41:54 #15 transferring dockerfile: 2.02kB 0.0s done 09:41:54 #15 DONE 1.2s 09:41:54 09:41:54 #16 [security-spire-agent internal] load build definition from Dockerfile 09:41:54 #16 transferring dockerfile: 1.81kB 0.0s done 09:41:54 #16 DONE 1.4s 09:41:54 09:41:54 #17 [security-bootstrapper internal] load .dockerignore 09:41:54 #17 DONE 0.0s 09:41:54 09:41:54 #18 [core-metadata internal] load .dockerignore 09:41:54 #18 ... 09:41:54 09:41:54 #19 [core-common-config-bootstrapper internal] load build definition from Dockerfile 09:41:54 #19 transferring dockerfile: 2.23kB 0.0s done 09:41:54 #19 DONE 1.2s 09:41:54 09:41:54 #4 [core-command internal] load .dockerignore 09:41:54 #4 DONE 1.1s 09:41:54 09:41:54 #18 [core-metadata internal] load .dockerignore 09:41:54 #18 transferring context: 50B done 09:41:54 #18 DONE 0.2s 09:41:54 09:41:54 #17 [security-bootstrapper internal] load .dockerignore 09:41:54 #17 transferring context: 50B 0.0s done 09:41:54 #17 DONE 0.2s 09:41:54 09:41:54 #20 [security-proxy-auth internal] load .dockerignore 09:41:54 #20 transferring context: 50B done 09:41:54 #20 DONE 0.1s 09:41:54 09:41:54 #21 [core-keeper internal] load .dockerignore 09:41:54 #21 transferring context: 50B 0.0s done 09:41:54 #21 DONE 0.1s 09:41:54 09:41:54 #22 [support-scheduler internal] load .dockerignore 09:41:54 #22 transferring context: 50B 0.0s done 09:41:54 #22 DONE 0.2s 09:41:54 09:41:54 #23 [core-data internal] load .dockerignore 09:41:54 #23 transferring context: 50B done 09:41:54 #23 DONE 0.1s 09:41:54 09:41:54 #24 [support-cron-scheduler internal] load .dockerignore 09:41:54 #24 transferring context: 50B 0.0s done 09:41:54 #24 DONE 0.1s 09:41:54 09:41:54 #25 [security-spire-server internal] load .dockerignore 09:41:54 #25 transferring context: 50B done 09:41:54 #25 DONE 0.1s 09:41:54 09:41:54 #26 [security-spire-agent internal] load .dockerignore 09:41:55 #26 transferring context: 50B done 09:41:55 #26 DONE 0.1s 09:41:55 09:41:55 #27 [security-secretstore-setup internal] load .dockerignore 09:41:55 #27 transferring context: 50B done 09:41:55 #27 DONE 0.1s 09:41:55 09:41:55 #28 [security-proxy-setup internal] load .dockerignore 09:41:55 #28 transferring context: 50B done 09:41:55 #28 DONE 0.1s 09:41:55 09:41:55 #29 [security-spire-config internal] load .dockerignore 09:41:55 #29 transferring context: 50B done 09:41:55 #29 DONE 0.1s 09:41:55 09:41:55 #30 [support-notifications internal] load .dockerignore 09:41:55 #30 transferring context: 50B done 09:41:55 #30 DONE 0.1s 09:41:55 09:41:55 #31 [security-spiffe-token-provider internal] load .dockerignore 09:41:55 #31 transferring context: 50B 0.0s done 09:41:55 #31 DONE 0.1s 09:41:55 09:41:55 #32 [core-common-config-bootstrapper internal] load .dockerignore 09:41:55 #32 transferring context: 50B done 09:41:55 #32 DONE 0.1s 09:41:55 09:41:55 #33 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 09:41:55 #33 DONE 0.0s 09:41:55 09:41:55 #34 [core-metadata internal] load metadata for docker.io/library/alpine:3.20 09:41:55 #34 ... 09:41:55 09:41:55 #33 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 09:41:55 #33 DONE 0.0s 09:41:55 09:41:55 #34 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 09:41:56 #34 ... 09:41:56 09:41:56 #33 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 09:41:56 #33 DONE 0.0s 09:41:56 09:41:56 #34 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 09:41:56 #34 ... 09:41:56 09:41:56 #33 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 09:41:56 #33 DONE 0.0s 09:41:56 09:41:56 #34 [core-data internal] load metadata for docker.io/library/alpine:3.20 09:41:56 #34 ... 09:41:56 09:41:56 #35 [core-data internal] load build context 09:41:56 #35 DONE 0.0s 09:41:56 09:41:56 #36 [core-data stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 09:41:56 #36 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.1s done 09:41:56 #36 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 09:41:56 #36 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done 09:41:56 #36 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done 09:41:56 #36 DONE 0.8s 09:41:56 09:41:56 #33 [support-cron-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 09:41:56 #33 DONE 0.0s 09:41:56 09:41:56 #34 [security-spire-server internal] load metadata for docker.io/library/alpine:3.20 09:41:56 #34 ... 09:41:56 09:41:56 #33 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 09:41:56 #33 DONE 0.0s 09:41:56 09:41:56 #34 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.20 09:41:57 #34 ... 09:41:57 09:41:57 #33 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 09:41:57 #33 DONE 0.0s 09:41:57 09:41:57 #34 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 09:41:57 #34 ... 09:41:57 09:41:57 #33 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 09:41:57 #33 DONE 0.0s 09:41:57 09:41:57 #34 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 09:41:57 #34 ... 09:41:57 09:41:57 #36 [support-notifications stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 09:41:57 #36 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.1s done 09:41:57 #36 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 09:41:57 #36 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done 09:41:57 #36 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done 09:41:57 #36 DONE 0.8s 09:41:57 09:41:57 #33 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 09:41:57 #33 DONE 0.0s 09:41:57 09:41:57 #34 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 09:41:58 #34 ... 09:41:58 09:41:58 #37 [core-keeper internal] load build context 09:41:58 #37 transferring context: 3.23MB 1.7s done 09:41:58 #37 DONE 2.2s 09:41:58 09:41:58 #38 [core-metadata internal] load build context 09:41:58 #38 transferring context: 3.23MB 1.7s done 09:41:58 #38 DONE 2.7s 09:41:58 09:41:58 #34 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 09:41:58 #34 DONE 2.4s 09:41:58 09:41:58 #39 [security-bootstrapper internal] load build context 09:41:58 #39 transferring context: 3.23MB 1.7s done 09:41:58 #39 DONE 2.6s 09:41:58 09:41:58 #40 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 09:41:58 #40 DONE 2.3s 09:41:58 09:41:58 #41 [core-command internal] load build context 09:41:58 #41 transferring context: 3.23MB 1.7s done 09:41:58 #41 DONE 2.6s 09:41:58 09:41:58 #42 [security-proxy-auth internal] load build context 09:41:58 #42 transferring context: 3.23MB 1.1s done 09:41:58 #42 ... 09:41:58 09:41:58 #36 [security-spire-config stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 09:41:58 #36 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.1s done 09:41:58 #36 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 09:41:58 #36 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done 09:41:58 #36 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done 09:41:58 #36 DONE 0.8s 09:41:58 09:41:58 #43 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 09:41:58 #43 DONE 2.0s 09:41:58 09:41:58 #36 [security-spire-agent stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 09:41:58 #36 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.1s done 09:41:58 #36 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 09:41:58 #36 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done 09:41:58 #36 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done 09:41:58 #36 DONE 0.8s 09:41:58 09:41:58 #44 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 09:41:58 #44 ... 09:41:58 09:41:58 #42 [security-proxy-auth internal] load build context 09:41:58 #42 DONE 2.7s 09:41:58 09:41:58 #45 [core-common-config-bootstrapper internal] load build context 09:41:58 #45 DONE 0.0s 09:41:59 09:41:59 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:41:59 #46 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:41:59 #46 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.9s done 09:42:00 #46 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.9s done 09:42:00 #46 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 09:42:00 #46 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done 09:42:00 #46 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done 09:42:01 #46 ... 09:42:01 09:42:01 #35 [core-data internal] load build context 09:42:01 #35 transferring context: 3.23MB 0.8s done 09:42:01 #35 DONE 4.7s 09:42:01 09:42:01 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:42:01 #46 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0B / 114B 0.7s 09:42:01 #46 ... 09:42:01 09:42:01 #47 [support-scheduler internal] load build context 09:42:01 #47 transferring context: 3.23MB 1.1s done 09:42:01 #47 DONE 5.1s 09:42:01 09:42:01 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:42:01 #46 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.9s 09:42:01 #46 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0B / 283B 0.9s 09:42:01 #46 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 1.1s 09:42:01 #46 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 1.2s 09:42:02 #46 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 1.2s done 09:42:02 #46 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done 09:42:02 #46 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 1.5s done 09:42:02 #46 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 1.5s done 09:42:02 #46 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 0B / 28.04MB 1.7s 09:42:02 #46 ... 09:42:02 09:42:02 #48 [support-notifications internal] load build context 09:42:02 #48 transferring context: 3.23MB 3.0s done 09:42:02 #48 DONE 4.8s 09:42:02 09:42:02 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:42:02 #46 ... 09:42:02 09:42:02 #49 [support-cron-scheduler internal] load build context 09:42:02 #49 transferring context: 3.23MB 3.1s done 09:42:02 #49 DONE 5.0s 09:42:02 09:42:02 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:42:02 #46 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 2.10MB / 28.04MB 2.1s 09:42:03 #46 ... 09:42:03 09:42:03 #50 [security-proxy-setup internal] load build context 09:42:03 #50 transferring context: 3.23MB 3.2s done 09:42:03 #50 DONE 5.4s 09:42:03 09:42:03 #51 [security-spiffe-token-provider internal] load build context 09:42:03 #51 transferring context: 3.23MB 3.6s done 09:42:03 #51 DONE 5.5s 09:42:03 09:42:03 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:42:03 #46 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 4.38MB / 28.04MB 2.8s 09:42:04 #46 ... 09:42:04 09:42:04 #52 [security-secretstore-setup internal] load build context 09:42:04 #52 transferring context: 3.23MB 3.7s done 09:42:04 #52 DONE 6.0s 09:42:04 09:42:04 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:42:04 #46 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 6.29MB / 28.04MB 3.3s 09:42:04 #46 ... 09:42:04 09:42:04 #53 [security-spire-config internal] load build context 09:42:04 #53 transferring context: 26.23kB 0.2s done 09:42:04 #53 DONE 5.2s 09:42:04 09:42:04 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:42:04 #46 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 09:42:04 #46 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.1s done 09:42:04 #46 ... 09:42:04 09:42:04 #54 [security-spire-agent internal] load build context 09:42:04 #54 transferring context: 27.51kB 0.1s done 09:42:04 #54 DONE 5.5s 09:42:04 09:42:04 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:42:04 #46 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 7.79MB / 28.04MB 4.1s 09:42:05 #46 ... 09:42:05 09:42:05 #55 [security-spire-server internal] load build context 09:42:05 #55 transferring context: 27.98kB 0.0s done 09:42:05 #55 DONE 6.1s 09:42:05 09:42:05 #44 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 09:42:05 #44 DONE 10.0s 09:42:05 09:42:05 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:42:05 #46 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 10.49MB / 28.04MB 4.7s 09:42:05 #46 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 12.31MB / 28.04MB 5.3s 09:42:06 #46 ... 09:42:06 09:42:06 #56 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 09:42:06 #56 DONE 9.4s 09:42:06 09:42:06 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:42:06 #46 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 14.03MB / 28.04MB 5.8s 09:42:06 #46 ... 09:42:06 09:42:06 #57 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go 09:42:06 #57 DONE 2.2s 09:42:06 09:42:06 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:42:06 #46 ... 09:42:06 09:42:06 #58 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 09:42:06 #0 5.237 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:42:06 #0 5.867 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:42:06 #0 7.958 (1/2) Installing dumb-init (1.2.5-r3) 09:42:06 #0 7.978 (2/2) Installing su-exec (0.2-r3) 09:42:06 #0 8.002 Executing busybox-1.36.1-r29.trigger 09:42:06 #0 8.113 OK: 9 MiB in 16 packages 09:42:06 #58 DONE 9.6s 09:42:06 09:42:06 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:42:06 #46 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 15.73MB / 28.04MB 6.3s 09:42:07 #46 ... 09:42:07 09:42:07 #59 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init 09:42:07 #0 7.991 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:42:07 #0 8.714 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:42:07 #59 ... 09:42:07 09:42:07 #60 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 09:42:07 #0 7.500 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:42:07 #0 8.318 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:42:07 #60 ... 09:42:07 09:42:07 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:42:07 #46 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 17.83MB / 28.04MB 6.8s 09:42:07 #46 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.0s done 09:42:07 #46 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 19.48MB / 28.04MB 7.4s 09:42:08 #46 ... 09:42:08 09:42:08 #61 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 09:42:08 #61 ... 09:42:08 09:42:08 #62 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init 09:42:08 #62 ... 09:42:08 09:42:08 #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 09:42:08 #63 ... 09:42:08 09:42:08 #64 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 09:42:08 #64 ... 09:42:08 09:42:08 #59 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init 09:42:08 #59 11.50 (1/1) Installing dumb-init (1.2.5-r3) 09:42:08 #59 11.53 Executing busybox-1.36.1-r29.trigger 09:42:08 #59 11.60 OK: 9 MiB in 15 packages 09:42:08 #59 DONE 12.5s 09:42:08 09:42:08 #65 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 09:42:09 #65 ... 09:42:09 09:42:09 #60 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 09:42:09 #60 11.11 (1/1) Installing dumb-init (1.2.5-r3) 09:42:09 #60 11.11 Executing busybox-1.36.1-r29.trigger 09:42:09 #60 11.17 OK: 9 MiB in 15 packages 09:42:09 #60 DONE 11.8s 09:42:09 09:42:09 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:42:09 #46 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 22.02MB / 28.04MB 8.3s 09:42:09 #46 ... 09:42:09 09:42:09 #45 [core-common-config-bootstrapper internal] load build context 09:42:09 #45 ... 09:42:09 09:42:09 #66 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 09:42:09 #66 ... 09:42:09 09:42:09 #45 [core-common-config-bootstrapper internal] load build context 09:42:09 #45 transferring context: 3.23MB 4.8s done 09:42:09 #45 DONE 10.3s 09:42:09 09:42:09 #67 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 09:42:09 #67 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 0.9s done 09:42:09 #67 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done 09:42:09 #67 sha256:1cbbb4d32abefab6d582ffdf2ecab3a33d813855ce9593d156b424aad59c2bc6 1.05kB / 1.05kB done 09:42:09 #67 sha256:9869d663529914e12e63d3ebe0579063a79fb13f870d88333173c39a993fe22a 1.59kB / 1.59kB done 09:42:09 #67 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.7s done 09:42:09 #67 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 1.1s done 09:42:09 #67 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 1.5s done 09:42:09 #67 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.32MB / 18.32MB 7.3s done 09:42:09 #67 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.1s done 09:42:09 #67 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 0.1s done 09:42:09 #67 ... 09:42:09 09:42:09 #68 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 09:42:09 #68 ... 09:42:09 09:42:09 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:42:09 #46 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 23.70MB / 28.04MB 9.1s 09:42:11 #46 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 25.17MB / 28.04MB 10.4s 09:42:11 #46 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 26.89MB / 28.04MB 11.5s 09:42:12 #46 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 12.0s done 09:42:12 #46 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 12.0s done 09:42:16 #46 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 09:42:16 #46 ... 09:42:16 09:42:16 #69 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init 09:42:16 #69 ... 09:42:16 09:42:16 #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git 09:42:16 #70 ... 09:42:16 09:42:16 #71 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 09:42:16 #71 ... 09:42:16 09:42:16 #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 09:42:17 #72 ... 09:42:17 09:42:17 #73 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 09:42:17 #73 ... 09:42:17 09:42:17 #74 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 09:42:17 #0 10.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:42:17 #74 ... 09:42:17 09:42:17 #75 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 09:42:17 #75 ... 09:42:17 09:42:17 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:42:18 #46 ... 09:42:18 09:42:18 #73 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 09:42:18 #73 DONE 11.5s 09:42:18 09:42:18 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:42:18 #46 ... 09:42:18 09:42:18 #76 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade 09:42:18 #0 8.065 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:42:19 #76 ... 09:42:19 09:42:19 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:42:19 #46 ... 09:42:19 09:42:19 #77 [core-data stage-1 3/8] RUN apk --no-cache upgrade 09:42:19 #77 ... 09:42:19 09:42:19 #61 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 09:42:19 #61 10.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:42:19 #61 11.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:42:19 #61 14.74 v3.20.3-123-g9bb402980dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 09:42:19 #61 14.74 v3.20.3-122-g8f3843b267d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 09:42:19 #61 14.74 OK: 24041 distinct packages available 09:42:19 #61 15.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:42:19 #61 16.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:42:19 #61 ... 09:42:19 09:42:19 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:42:19 #46 ... 09:42:19 09:42:19 #64 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 09:42:19 #64 11.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:42:19 #64 12.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:42:19 #64 17.14 (1/3) Installing ca-certificates (20240705-r0) 09:42:19 #64 17.47 (2/3) Installing dumb-init (1.2.5-r3) 09:42:19 #64 17.50 (3/3) Installing tzdata (2024b-r0) 09:42:19 #64 18.57 Executing busybox-1.36.1-r29.trigger 09:42:19 #64 18.68 Executing ca-certificates-20240705-r0.trigger 09:42:19 #64 19.54 OK: 11 MiB in 17 packages 09:42:19 #64 ... 09:42:19 09:42:19 #77 [core-data stage-1 3/8] RUN apk --no-cache upgrade 09:42:19 #77 10.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:42:20 #77 ... 09:42:20 09:42:20 #64 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 09:42:20 #64 DONE 22.1s 09:42:20 09:42:20 #78 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 09:42:21 #78 ... 09:42:21 09:42:21 #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 09:42:21 #63 13.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:42:21 #63 14.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:42:21 #63 22.45 (1/4) Installing dumb-init (1.2.5-r3) 09:42:21 #63 22.51 (2/4) Installing openssl (3.3.2-r0) 09:42:21 #63 22.71 (3/4) Installing su-exec (0.2-r3) 09:42:21 #63 22.76 (4/4) Installing yq-go (4.44.1-r2) 09:42:21 #63 ... 09:42:21 09:42:21 #66 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 09:42:21 #66 12.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:42:21 #66 13.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:42:21 #66 19.22 v3.20.3-123-g9bb402980dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 09:42:21 #66 19.22 v3.20.3-122-g8f3843b267d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 09:42:21 #66 19.22 OK: 24041 distinct packages available 09:42:21 #66 21.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:42:22 #66 ... 09:42:22 09:42:22 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:42:22 #46 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 6.0s 09:42:22 #46 ... 09:42:22 09:42:22 #62 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init 09:42:22 #62 14.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:42:22 #62 15.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:42:22 #62 ... 09:42:22 09:42:22 #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 09:42:22 #63 24.42 Executing busybox-1.36.1-r29.trigger 09:42:22 #63 ... 09:42:22 09:42:22 #68 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 09:42:22 #68 13.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:42:22 #68 14.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:42:22 #68 22.83 v3.20.3-123-g9bb402980dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 09:42:22 #68 22.83 v3.20.3-122-g8f3843b267d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 09:42:22 #68 22.83 OK: 24041 distinct packages available 09:42:23 #68 ... 09:42:23 09:42:23 #67 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 09:42:23 #67 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 10.0s 09:42:23 #67 ... 09:42:23 09:42:23 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:42:24 #46 ... 09:42:24 09:42:24 #65 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 09:42:24 #65 15.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:42:24 #65 16.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:42:24 #65 ... 09:42:24 09:42:24 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:42:25 #46 ... 09:42:25 09:42:25 #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 09:42:25 #63 24.66 OK: 20 MiB in 18 packages 09:42:25 #63 DONE 27.1s 09:42:25 09:42:25 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:42:26 #46 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 11.1s 09:42:27 #46 ... 09:42:27 09:42:27 #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git 09:42:27 #70 10.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:42:27 #70 12.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:42:27 #70 ... 09:42:27 09:42:27 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:42:27 #46 ... 09:42:27 09:42:27 #69 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init 09:42:27 #69 11.10 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:42:27 #69 14.15 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:42:27 #69 ... 09:42:27 09:42:27 #62 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init 09:42:27 #62 24.88 (1/2) Installing ca-certificates (20240705-r0) 09:42:27 #62 25.53 (2/2) Installing dumb-init (1.2.5-r3) 09:42:27 #62 25.60 Executing busybox-1.36.1-r29.trigger 09:42:27 #62 25.76 Executing ca-certificates-20240705-r0.trigger 09:42:27 #62 27.62 OK: 10 MiB in 16 packages 09:42:27 #62 DONE 29.5s 09:42:27 09:42:27 #79 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade 09:42:28 #79 ... 09:42:28 09:42:28 #80 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 09:42:28 #0 6.205 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:42:28 #0 8.868 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:42:28 #80 ... 09:42:28 09:42:28 #71 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 09:42:28 #71 11.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:42:28 #71 14.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:42:28 #71 ... 09:42:28 09:42:28 #75 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 09:42:28 #75 11.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:42:28 #75 14.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:42:28 #75 ... 09:42:28 09:42:28 #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 09:42:28 #72 11.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:42:28 #72 14.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:42:28 #72 ... 09:42:28 09:42:28 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:42:29 #46 ... 09:42:29 09:42:29 #74 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 09:42:29 #74 12.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:42:29 #74 ... 09:42:29 09:42:29 #76 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade 09:42:29 #76 10.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:42:29 #76 ... 09:42:29 09:42:29 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:42:30 #46 ... 09:42:30 09:42:30 #61 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 09:42:30 #61 25.02 (1/14) Installing ca-certificates (20240705-r0) 09:42:30 #61 25.71 (2/14) Installing brotli-libs (1.1.0-r2) 09:42:30 #61 25.86 (3/14) Installing c-ares (1.33.1-r0) 09:42:30 #61 25.90 (4/14) Installing libunistring (1.2-r0) 09:42:30 #61 26.20 (5/14) Installing libidn2 (2.3.7-r0) 09:42:30 #61 26.23 (6/14) Installing nghttp2-libs (1.62.1-r0) 09:42:30 #61 26.31 (7/14) Installing libpsl (0.21.5-r1) 09:42:30 #61 26.35 (8/14) Installing zstd-libs (1.5.6-r0) 09:42:30 #61 26.53 (9/14) Installing libcurl (8.10.1-r0) 09:42:30 #61 26.70 (10/14) Installing curl (8.10.1-r0) 09:42:30 #61 26.84 (11/14) Installing dumb-init (1.2.5-r3) 09:42:30 #61 26.89 (12/14) Installing musl-obstack (1.2.3-r2) 09:42:30 #61 26.95 (13/14) Installing libucontext (1.2-r3) 09:42:30 #61 27.02 (14/14) Installing gcompat (1.1.0-r4) 09:42:30 #61 27.08 Executing busybox-1.36.1-r29.trigger 09:42:30 #61 27.25 Executing ca-certificates-20240705-r0.trigger 09:42:30 #61 29.34 OK: 15 MiB in 28 packages 09:42:30 #61 DONE 31.7s 09:42:30 09:42:30 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:42:31 #46 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 15.3s done 09:42:32 #46 ... 09:42:32 09:42:32 #65 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 09:42:32 #65 26.44 (1/4) Installing ca-certificates (20240705-r0) 09:42:32 #65 27.31 (2/4) Installing dumb-init (1.2.5-r3) 09:42:32 #65 27.34 (3/4) Installing su-exec (0.2-r3) 09:42:32 #65 27.38 (4/4) Installing yq-go (4.44.1-r2) 09:42:32 #65 29.58 Executing busybox-1.36.1-r29.trigger 09:42:32 #65 29.80 Executing ca-certificates-20240705-r0.trigger 09:42:32 #65 31.34 OK: 20 MiB in 18 packages 09:42:32 #65 DONE 33.4s 09:42:32 09:42:32 #75 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 09:42:32 #75 24.50 Upgrading critical system libraries and apk-tools: 09:42:32 #75 24.50 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 09:42:32 #75 24.59 Executing busybox-1.36.1-r29.trigger 09:42:32 #75 ... 09:42:32 09:42:32 #77 [core-data stage-1 3/8] RUN apk --no-cache upgrade 09:42:32 #77 13.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:42:32 #77 ... 09:42:32 09:42:32 #79 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade 09:42:32 #79 4.470 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:42:32 #79 ... 09:42:32 09:42:32 #66 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 09:42:32 #66 23.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:42:33 #66 ... 09:42:33 09:42:33 #76 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade 09:42:33 #76 22.75 Upgrading critical system libraries and apk-tools: 09:42:33 #76 22.75 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 09:42:33 #76 22.79 Executing busybox-1.36.1-r29.trigger 09:42:33 #76 ... 09:42:33 09:42:33 #67 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 09:42:33 #67 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 11.6s done 09:42:33 #118 ... 09:42:33 09:42:33 #72 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:42:33 #72 DONE 54.7s 09:42:33 09:42:33 #115 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:42:33 #115 DONE 48.9s 09:42:33 09:42:33 #117 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:42:33 #117 DONE 54.2s 09:42:33 09:42:33 #83 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:42:33 #83 DONE 54.1s 09:42:33 09:42:33 #118 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:42:33 #118 DONE 54.1s 09:42:33 09:42:33 #119 [security-proxy-auth builder 6/7] COPY . . 09:42:33 #67 ... 09:42:33 09:42:33 #75 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 09:42:33 #75 26.65 Continuing the upgrade transaction with new apk-tools: 09:42:33 #75 26.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:42:34 #75 ... 09:42:34 09:42:34 #68 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 09:42:34 #68 24.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:42:34 #68 27.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:42:34 #68 ... 09:42:34 09:42:34 #76 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade 09:42:34 #76 25.22 Continuing the upgrade transaction with new apk-tools: 09:42:34 #76 ... 09:42:34 09:42:34 #70 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 09:42:34 #70 24.76 OK: 238 MiB in 54 packages 09:42:34 #70 DONE 28.3s 09:42:34 09:42:34 #76 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade 09:42:34 #76 25.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:42:34 #76 ... 09:42:34 09:42:34 #81 [core-command builder 4/7] COPY go.mod vendor* ./ 09:42:34 #81 DONE 0.7s 09:42:34 09:42:34 #82 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:42:35 #82 ... 09:42:35 09:42:35 #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 09:42:35 #0 4.856 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:42:35 #0 6.786 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:42:35 #83 ... 09:42:35 09:42:35 #75 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 09:42:35 #75 28.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:42:35 #75 ... 09:42:35 09:42:35 #78 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 09:42:35 #78 5.319 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:42:35 #78 7.712 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:42:35 #78 ... 09:42:35 09:42:35 #66 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 09:42:35 #66 34.98 (1/5) Installing dumb-init (1.2.5-r3) 09:42:35 #66 35.04 (2/5) Installing musl-obstack (1.2.3-r2) 09:42:35 #66 35.08 (3/5) Installing libucontext (1.2-r3) 09:42:35 #66 35.15 (4/5) Installing gcompat (1.1.0-r4) 09:42:35 #66 35.15 (5/5) Installing openssl (3.3.2-r0) 09:42:35 #66 35.25 Executing busybox-1.36.1-r29.trigger 09:42:35 #66 35.47 OK: 10 MiB in 19 packages 09:42:35 #66 ... 09:42:35 09:42:35 #74 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 09:42:35 #74 26.83 OK: 238 MiB in 54 packages 09:42:35 #74 DONE 29.4s 09:42:36 09:42:36 #84 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ 09:42:36 #119 ... 09:42:36 09:42:36 #120 [support-cron-scheduler builder 6/7] COPY . . 09:42:36 #120 ... 09:42:36 09:42:36 #121 [security-spiffe-token-provider builder 6/7] COPY . . 09:42:36 #121 DONE 10.3s 09:42:36 09:42:36 #122 [core-keeper builder 7/8] COPY . . 09:42:36 #122 DONE 10.3s 09:42:36 09:42:36 #120 [support-cron-scheduler builder 6/7] COPY . . 09:42:36 #120 DONE 10.3s 09:42:36 09:42:36 #119 [security-proxy-auth builder 6/7] COPY . . 09:42:36 #119 DONE 10.3s 09:42:36 09:42:36 #123 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:42:36 #123 CACHED 09:42:36 09:42:36 #124 [support-notifications builder 4/7] COPY go.mod vendor* ./ 09:42:36 #124 CACHED 09:42:36 09:42:36 #125 [support-notifications builder 6/7] COPY . . 09:42:36 #125 CACHED 09:42:36 09:42:36 #126 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 09:42:36 #126 CACHED 09:42:36 09:42:36 #127 [support-scheduler builder 6/7] COPY . . 09:42:36 #127 CACHED 09:42:36 09:42:36 #128 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:42:36 #128 CACHED 09:42:36 09:42:36 #129 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:42:36 #129 CACHED 09:42:36 09:42:36 #130 [core-common-config-bootstrapper builder 6/7] COPY . . 09:42:36 #130 CACHED 09:42:36 09:42:36 #131 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 09:42:36 #131 CACHED 09:42:36 09:42:36 #132 [core-data builder 4/7] COPY go.mod vendor* ./ 09:42:36 #132 CACHED 09:42:36 09:42:36 #133 [core-data builder 6/7] COPY . . 09:42:36 #133 CACHED 09:42:36 09:42:36 #134 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:42:36 #134 CACHED 09:42:36 09:42:36 #135 [core-command builder 6/7] COPY . . 09:42:36 #135 CACHED 09:42:36 09:42:36 #136 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:42:36 #136 CACHED 09:42:36 09:42:36 #137 [core-command builder 4/7] COPY go.mod vendor* ./ 09:42:36 #137 CACHED 09:42:36 09:42:36 #138 [security-proxy-setup builder 6/7] COPY . . 09:42:36 #138 CACHED 09:42:36 09:42:36 #139 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:42:36 #139 CACHED 09:42:36 09:42:36 #140 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 09:42:36 #140 CACHED 09:42:36 09:42:36 #141 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:42:36 #141 CACHED 09:42:36 09:42:36 #142 [core-metadata builder 4/7] COPY go.mod vendor* ./ 09:42:36 #142 CACHED 09:42:36 09:42:36 #143 [core-metadata builder 6/7] COPY . . 09:42:36 #143 CACHED 09:42:36 09:42:36 #144 [security-bootstrapper builder 6/7] COPY . . 09:42:36 #144 DONE 10.3s 09:42:36 09:42:36 #145 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 09:42:36 #145 CACHED 09:42:36 09:42:36 #146 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:42:36 #146 CACHED 09:42:36 09:42:36 #147 [security-secretstore-setup builder 6/7] COPY . . 09:42:36 #147 CACHED 09:42:36 09:42:36 #148 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:42:36 #84 ... 09:42:36 09:42:36 #71 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 09:42:36 #71 27.01 OK: 238 MiB in 54 packages 09:42:36 #71 DONE 29.7s 09:42:36 09:42:36 #85 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 09:42:36 #85 ... 09:42:36 09:42:36 #84 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ 09:42:36 #84 DONE 0.9s 09:42:37 09:42:37 #86 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:42:37 #86 ... 09:42:37 09:42:37 #66 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 09:42:37 #66 DONE 38.2s 09:42:37 09:42:37 #85 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 09:42:37 #85 DONE 1.0s 09:42:37 09:42:37 #87 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 09:42:37 #148 1.340 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 09:42:38 #87 ... 09:42:38 09:42:38 #69 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init 09:42:38 #69 27.02 (1/1) Installing dumb-init (1.2.5-r3) 09:42:38 #69 28.04 Executing busybox-1.36.1-r29.trigger 09:42:38 #69 28.31 OK: 9 MiB in 15 packages 09:42:38 #69 DONE 31.8s 09:42:38 09:42:38 #88 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:42:40 #88 ... 09:42:40 09:42:40 #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 09:42:40 #0 4.402 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:42:40 #0 6.281 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:42:40 #89 ... 09:42:40 09:42:40 #68 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 09:42:40 #68 39.73 (1/4) Installing dumb-init (1.2.5-r3) 09:42:40 #68 39.77 (2/4) Installing musl-obstack (1.2.3-r2) 09:42:40 #68 39.80 (3/4) Installing libucontext (1.2-r3) 09:42:40 #68 39.89 (4/4) Installing gcompat (1.1.0-r4) 09:42:40 #68 39.98 Executing busybox-1.36.1-r29.trigger 09:42:40 #68 40.17 OK: 9 MiB in 18 packages 09:42:40 #68 ... 09:42:40 09:42:40 #80 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 09:42:40 #80 21.07 OK: 238 MiB in 54 packages 09:42:40 #80 DONE 22.8s 09:42:41 09:42:41 #90 [core-keeper builder 5/8] COPY go.mod vendor* ./ 09:42:41 #90 DONE 0.7s 09:42:41 09:42:41 #77 [core-data stage-1 3/8] RUN apk --no-cache upgrade 09:42:41 #77 25.30 Upgrading critical system libraries and apk-tools: 09:42:41 #77 25.30 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 09:42:41 #77 25.45 Executing busybox-1.36.1-r29.trigger 09:42:41 #77 27.44 Continuing the upgrade transaction with new apk-tools: 09:42:41 #77 27.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:42:41 #77 30.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:42:41 #77 ... 09:42:41 09:42:41 #68 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 09:42:41 #68 DONE 42.5s 09:42:41 09:42:41 #91 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 09:42:41 #0 4.474 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:42:41 #0 6.880 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:42:41 #91 ... 09:42:41 09:42:41 #92 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 09:42:42 #92 ... 09:42:42 09:42:42 #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 09:42:42 #72 25.54 v3.20.3-123-g9bb402980dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 09:42:42 #72 25.54 v3.20.3-122-g8f3843b267d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 09:42:42 #72 25.54 OK: 24040 distinct packages available 09:42:42 #72 27.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:42:42 #72 30.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:42:42 #72 ... 09:42:42 09:42:42 #87 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 09:42:42 #87 4.580 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:42:44 #87 6.695 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:42:44 #87 ... 09:42:44 09:42:44 #79 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade 09:42:44 #79 6.484 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:42:44 #79 15.87 Upgrading critical system libraries and apk-tools: 09:42:44 #79 15.87 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 09:42:44 #79 15.96 Executing busybox-1.36.1-r29.trigger 09:42:44 #79 ... 09:42:44 09:42:44 #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 09:42:44 #83 19.01 Upgrading critical system libraries and apk-tools: 09:42:44 #83 19.01 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 09:42:44 #83 19.09 Executing busybox-1.36.1-r29.trigger 09:42:46 #83 20.88 Continuing the upgrade transaction with new apk-tools: 09:42:46 #83 20.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:42:46 #83 ... 09:42:46 09:42:46 #76 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade 09:42:46 #76 27.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:42:46 #76 37.40 OK: 9 MiB in 15 packages 09:42:46 #76 ... 09:42:46 09:42:46 #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 09:42:46 #89 16.40 Upgrading critical system libraries and apk-tools: 09:42:46 #89 16.40 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 09:42:46 #89 16.46 Executing busybox-1.36.1-r29.trigger 09:42:47 #89 ... 09:42:47 09:42:47 #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 09:42:47 #72 39.44 OK: 238 MiB in 54 packages 09:42:47 #72 DONE 40.5s 09:42:47 09:42:47 #75 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 09:42:47 #75 39.14 OK: 9 MiB in 16 packages 09:42:47 #75 DONE 40.3s 09:42:47 09:42:47 #93 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 09:42:47 #93 ... 09:42:47 09:42:47 #76 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade 09:42:47 #76 DONE 39.7s 09:42:47 09:42:47 #94 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 09:42:47 #148 ... 09:42:47 09:42:47 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 09:42:47 #0 0.481 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 09:42:47 #149 ... 09:42:47 09:42:47 #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 09:42:47 #0 1.148 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 09:42:47 #150 ... 09:42:47 09:42:47 #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 09:42:47 #0 1.268 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 09:42:47 #151 ... 09:42:47 09:42:47 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 09:42:47 #0 1.397 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 09:42:47 #152 ... 09:42:47 09:42:47 #153 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 09:42:47 #0 0.434 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 09:42:47 #153 ... 09:42:47 09:42:47 #154 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 09:42:47 #0 0.865 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 09:42:47 #154 ... 09:42:47 09:42:47 #155 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 09:42:47 #0 1.408 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 09:42:47 #155 ... 09:42:47 09:42:47 #156 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 09:42:47 #0 1.357 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 09:42:47 #156 ... 09:42:47 09:42:47 #157 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 09:42:47 #0 1.428 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 09:42:47 #157 ... 09:42:47 09:42:47 #158 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 09:42:47 #0 0.904 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 09:42:47 #158 ... 09:42:47 09:42:47 #159 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 09:42:47 #0 1.055 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 09:42:47 #159 ... 09:42:47 09:42:47 #160 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 09:42:47 #0 1.176 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 09:42:48 #94 ... 09:42:48 09:42:48 #93 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 09:42:48 #93 DONE 0.9s 09:42:48 09:42:48 #95 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:42:49 #95 ... 09:42:49 09:42:49 #78 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 09:42:49 #78 18.69 Upgrading critical system libraries and apk-tools: 09:42:49 #78 18.69 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 09:42:49 #78 18.76 Executing busybox-1.36.1-r29.trigger 09:42:49 #78 21.03 Continuing the upgrade transaction with new apk-tools: 09:42:49 #78 21.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:42:49 #78 22.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:42:49 #78 ... 09:42:49 09:42:49 #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 09:42:49 #89 18.75 Continuing the upgrade transaction with new apk-tools: 09:42:49 #89 18.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:42:50 #89 20.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:42:50 #89 ... 09:42:50 09:42:50 #77 [core-data stage-1 3/8] RUN apk --no-cache upgrade 09:42:50 #77 39.85 OK: 9 MiB in 15 packages 09:42:50 #77 DONE 41.5s 09:42:50 09:42:50 #91 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 09:42:50 #91 16.55 Upgrading critical system libraries and apk-tools: 09:42:50 #91 16.55 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 09:42:50 #91 16.66 Executing busybox-1.36.1-r29.trigger 09:42:50 #91 18.53 Continuing the upgrade transaction with new apk-tools: 09:42:50 #91 18.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:42:51 #91 ... 09:42:51 09:42:51 #94 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 09:42:51 #94 DONE 4.0s 09:42:51 09:42:51 #96 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging 09:42:51 #96 DONE 0.2s 09:42:51 09:42:51 #79 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade 09:42:51 #79 17.65 Continuing the upgrade transaction with new apk-tools: 09:42:51 #79 17.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:42:51 #79 19.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:42:51 #79 ... 09:42:51 09:42:51 #97 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:42:52 #97 ... 09:42:52 09:42:52 #91 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 09:42:52 #91 20.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:42:53 #91 ... 09:42:53 09:42:53 #78 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 09:42:53 #78 31.29 OK: 11 MiB in 17 packages 09:42:53 #78 DONE 32.8s 09:42:53 09:42:53 #87 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 09:42:53 #87 15.49 Upgrading critical system libraries and apk-tools: 09:42:53 #87 15.50 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 09:42:53 #87 15.52 Executing busybox-1.36.1-r29.trigger 09:42:54 #87 ... 09:42:54 09:42:54 #79 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade 09:42:54 #79 26.04 OK: 10 MiB in 16 packages 09:42:54 #79 DONE 26.7s 09:42:54 09:42:54 #87 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 09:42:54 #87 16.98 Continuing the upgrade transaction with new apk-tools: 09:42:54 #87 17.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:42:55 #87 ... 09:42:55 09:42:55 #92 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 09:42:55 #92 3.168 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:42:55 #92 4.753 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:42:55 #92 11.26 Upgrading critical system libraries and apk-tools: 09:42:55 #92 11.26 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 09:42:55 #92 11.31 Executing busybox-1.36.1-r29.trigger 09:42:55 #92 13.00 Continuing the upgrade transaction with new apk-tools: 09:42:55 #92 13.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:42:55 #92 13.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:42:55 #92 ... 09:42:55 09:42:55 #87 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 09:42:55 #87 18.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:42:56 #87 ... 09:42:56 09:42:56 #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 09:42:56 #83 23.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:42:56 #83 29.92 OK: 20 MiB in 18 packages 09:42:56 #83 DONE 30.7s 09:42:56 09:42:56 #98 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 09:42:56 #98 DONE 0.2s 09:42:56 09:42:56 #86 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:42:56 #86 ... 09:42:56 09:42:56 #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 09:42:56 #89 26.26 OK: 15 MiB in 28 packages 09:42:57 #89 DONE 27.1s 09:42:57 09:42:57 #91 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 09:42:57 #91 25.13 OK: 20 MiB in 18 packages 09:42:57 #91 DONE 26.0s 09:42:57 09:42:57 #92 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 09:42:59 #92 17.45 OK: 9 MiB in 18 packages 09:42:59 #92 DONE 18.0s 09:42:59 09:42:59 #99 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 09:43:00 #99 ... 09:43:00 09:43:00 #87 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 09:43:00 #87 21.91 OK: 10 MiB in 19 packages 09:43:00 #87 DONE 22.7s 09:43:00 09:43:00 #100 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 09:43:02 #100 ... 09:43:02 09:43:02 #99 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 09:43:02 #99 DONE 2.4s 09:43:02 09:43:02 #100 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 09:43:02 #100 DONE 2.1s 09:43:02 09:43:02 #101 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 09:43:02 #101 DONE 2.1s 09:43:02 09:43:02 #102 [security-spire-server stage-2 5/9] COPY Attribution.txt / 09:43:02 #102 ... 09:43:02 09:43:02 #103 [security-spire-config stage-2 5/10] COPY Attribution.txt / 09:43:02 #103 DONE 0.2s 09:43:02 09:43:02 #102 [security-spire-server stage-2 5/9] COPY Attribution.txt / 09:43:02 #102 DONE 0.3s 09:43:02 09:43:02 #104 [security-spire-config stage-2 6/10] COPY security.txt / 09:43:02 #104 DONE 0.4s 09:43:02 09:43:02 #105 [security-spire-server stage-2 6/9] COPY security.txt / 09:43:02 #105 DONE 0.4s 09:43:02 09:43:02 #106 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 09:43:03 #106 DONE 0.3s 09:43:03 09:43:03 #107 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 09:43:03 #107 DONE 0.3s 09:43:03 09:43:03 #108 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 09:43:03 #108 DONE 0.3s 09:43:03 09:43:03 #109 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 09:43:03 #109 DONE 0.3s 09:43:03 09:43:03 #110 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 09:43:03 #110 DONE 0.2s 09:43:03 09:43:03 #111 [security-spire-config] exporting to image 09:43:03 #111 exporting layers 09:43:04 #111 ... 09:43:04 09:43:04 #112 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 09:43:04 #112 DONE 0.4s 09:43:04 09:43:04 #113 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 09:43:04 #113 DONE 1.9s 09:43:04 09:43:04 #111 [security-spire-server] exporting to image 09:43:04 #111 ... 09:43:04 09:43:04 #114 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 09:43:04 #114 DONE 0.3s 09:43:04 09:43:04 #115 [security-spire-agent stage-3 7/10] COPY security.txt / 09:43:04 #115 DONE 0.3s 09:43:04 09:43:04 #116 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 09:43:05 #116 DONE 0.2s 09:43:05 09:43:05 #117 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 09:43:05 #117 DONE 0.2s 09:43:05 09:43:05 #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 09:43:05 #118 DONE 0.2s 09:43:05 09:43:05 #67 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 09:43:05 #67 ... 09:43:05 09:43:05 #111 [security-spire-agent] exporting to image 09:43:06 #111 exporting layers 2.8s done 09:43:06 #111 writing image sha256:657b207a9e7e594f217d290430d9eb0d765285f5d046458ec57844b769e0847f 0.0s done 09:43:06 #111 naming to docker.io/library/security-spire-config-arm64 done 09:43:07 #111 exporting layers 2.7s done 09:43:07 #111 writing image sha256:ec8729528162da784e7d7d1f9dd83914a1db5b2d4bb08e64c3684bc5b9b486fb 09:43:07 #111 writing image sha256:ec8729528162da784e7d7d1f9dd83914a1db5b2d4bb08e64c3684bc5b9b486fb done 09:43:07 #111 naming to docker.io/library/security-spire-server-arm64 done 09:43:07 #111 exporting layers 2.0s done 09:43:07 #111 writing image sha256:77f264956087ae26ef0ce3812a1b56e5e84937a9a070d2b2a42f3078599d710d done 09:43:07 #111 naming to docker.io/library/security-spire-agent-arm64 done 09:43:07 #111 DONE 3.8s 09:43:07 09:43:07 #86 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:44:24 #160 ... 09:44:24 09:44:24 #148 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:44:24 #148 103.2 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 09:44:29 #86 ... 09:44:29 09:44:29 #97 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:44:29 #97 DONE 107.6s 09:44:29 09:44:29 #119 [core-keeper builder 7/8] COPY . . 09:44:29 #119 ... 09:44:29 09:44:29 #88 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:44:29 #88 DONE 111.9s 09:44:29 09:44:29 #86 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:44:29 #86 DONE 112.6s 09:44:29 09:44:29 #82 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:44:29 #82 DONE 114.6s 09:44:29 09:44:29 #120 [support-cron-scheduler builder 6/7] COPY . . 09:44:30 #120 ... 09:44:30 09:44:30 #95 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:44:30 #95 DONE 102.1s 09:44:30 09:44:30 #121 [security-spiffe-token-provider builder 6/7] COPY . . 09:44:31 #121 DONE 1.4s 09:44:31 09:44:31 #122 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 09:44:31 #122 ... 09:44:31 09:44:31 #123 [security-bootstrapper builder 6/7] COPY . . 09:44:31 #123 DONE 2.2s 09:44:31 09:44:31 #124 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 09:44:31 #124 CACHED 09:44:31 09:44:31 #125 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:44:31 #125 CACHED 09:44:31 09:44:31 #126 [security-secretstore-setup builder 6/7] COPY . . 09:44:31 #126 CACHED 09:44:31 09:44:31 #127 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 09:44:31 #127 CACHED 09:44:31 09:44:31 #128 [security-proxy-setup builder 6/7] COPY . . 09:44:31 #128 CACHED 09:44:31 09:44:31 #129 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:44:31 #129 CACHED 09:44:31 09:44:31 #130 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 09:44:31 #130 CACHED 09:44:31 09:44:31 #131 [core-common-config-bootstrapper builder 6/7] COPY . . 09:44:31 #131 CACHED 09:44:31 09:44:31 #132 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:44:31 #132 CACHED 09:44:31 09:44:31 #119 [core-keeper builder 7/8] COPY . . 09:44:31 #119 DONE 2.3s 09:44:31 09:44:31 #133 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:44:31 #133 CACHED 09:44:31 09:44:31 #134 [core-data builder 4/7] COPY go.mod vendor* ./ 09:44:31 #134 CACHED 09:44:31 09:44:31 #135 [core-data builder 6/7] COPY . . 09:44:31 #135 CACHED 09:44:31 09:44:31 #120 [support-cron-scheduler builder 6/7] COPY . . 09:44:31 #120 DONE 2.3s 09:44:31 09:44:31 #136 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 09:44:31 #136 CACHED 09:44:31 09:44:31 #137 [support-scheduler builder 6/7] COPY . . 09:44:31 #137 CACHED 09:44:31 09:44:31 #138 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:44:31 #138 CACHED 09:44:31 09:44:31 #139 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:44:31 #139 CACHED 09:44:31 09:44:31 #140 [security-proxy-auth builder 6/7] COPY . . 09:44:31 #140 CACHED 09:44:31 09:44:31 #141 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 09:44:31 #141 CACHED 09:44:31 09:44:31 #142 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:44:31 #142 CACHED 09:44:31 09:44:31 #143 [core-metadata builder 4/7] COPY go.mod vendor* ./ 09:44:31 #143 CACHED 09:44:31 09:44:31 #144 [core-metadata builder 6/7] COPY . . 09:44:31 #144 CACHED 09:44:31 09:44:31 #145 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:44:31 #145 CACHED 09:44:31 09:44:31 #146 [support-notifications builder 6/7] COPY . . 09:44:31 #146 CACHED 09:44:31 09:44:31 #147 [support-notifications builder 4/7] COPY go.mod vendor* ./ 09:44:31 #147 CACHED 09:44:31 09:44:31 #148 [core-command builder 6/7] COPY . . 09:44:31 #148 DONE 2.3s 09:44:32 09:44:32 #149 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 09:44:37 #149 ... 09:44:37 09:44:37 #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 09:44:37 #0 5.611 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 09:44:39 #150 ... 09:44:39 09:44:39 #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 09:44:39 #0 7.654 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 09:44:39 #151 ... 09:44:39 09:44:39 #122 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 09:44:39 #122 7.814 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 09:44:42 #122 ... 09:44:42 09:44:42 #152 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 09:44:42 #0 7.554 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 09:44:42 #152 ... 09:44:42 09:44:42 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 09:44:42 #0 9.540 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 09:44:42 #153 ... 09:44:42 09:44:42 #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 09:44:42 #0 9.809 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 09:44:42 #154 ... 09:44:42 09:44:42 #155 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 09:44:42 #0 9.122 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 09:44:42 #155 ... 09:44:42 09:44:42 #156 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 09:44:42 #0 8.679 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 09:44:42 #156 ... 09:44:42 09:44:42 #157 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 09:44:42 #0 9.830 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 09:44:42 #157 ... 09:44:42 09:44:42 #158 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 09:44:42 #0 9.966 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 09:44:42 #158 ... 09:44:42 09:44:42 #159 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 09:44:42 #0 7.881 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 09:44:43 #159 ... 09:44:43 09:44:43 #160 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 09:44:43 #0 7.837 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 09:44:43 #160 ... 09:44:43 09:44:43 #149 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 09:44:43 #149 9.018 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 09:45:32 #148 ... 09:45:32 09:45:32 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 09:45:32 #152 DONE 170.2s 09:45:32 09:45:32 #156 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 09:45:32 #156 DONE 170.2s 09:45:32 09:45:32 #161 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 09:45:32 #161 ... 09:45:32 09:45:32 #155 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 09:45:32 #155 DONE 170.2s 09:45:32 09:45:32 #157 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 09:45:32 #157 DONE 170.2s 09:45:32 09:45:32 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 09:45:32 #149 DONE 170.3s 09:45:32 09:45:32 #153 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 09:45:32 #153 DONE 170.3s 09:45:32 09:45:32 #158 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 09:45:32 #158 DONE 170.3s 09:45:32 09:45:32 #162 [core-metadata stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / 09:45:32 #162 ... 09:45:32 09:45:32 #148 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:45:32 #148 DONE 170.4s 09:45:32 09:45:32 #163 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 09:45:32 #163 ... 09:45:32 09:45:32 #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 09:45:32 #150 DONE 170.7s 09:45:32 09:45:32 #154 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 09:45:32 #154 DONE 170.7s 09:45:32 09:45:32 #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 09:45:32 #151 DONE 170.8s 09:45:32 09:45:32 #159 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 09:45:32 #159 DONE 170.8s 09:45:32 09:45:32 #160 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 09:45:32 #160 DONE 170.9s 09:45:32 09:45:32 #164 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 09:45:32 #164 ... 09:45:32 09:45:32 #161 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 09:45:32 #161 DONE 1.1s 09:45:32 09:45:32 #165 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 09:45:32 #165 DONE 1.1s 09:45:32 09:45:32 #162 [core-metadata stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / 09:45:32 #162 DONE 1.0s 09:45:32 09:45:32 #166 [core-keeper stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 09:45:32 #166 DONE 0.9s 09:45:32 09:45:32 #167 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 09:45:32 #167 DONE 1.1s 09:45:32 09:45:32 #163 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 09:45:32 #163 DONE 0.9s 09:45:32 09:45:32 #168 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 09:45:32 #168 DONE 0.7s 09:45:32 09:45:32 #164 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 09:45:32 #164 DONE 0.5s 09:45:32 09:45:32 #169 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 09:45:32 #169 ... 09:45:32 09:45:32 #170 [support-notifications stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 09:45:32 #170 DONE 0.6s 09:45:32 09:45:32 #171 [support-notifications stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 09:45:32 #171 ... 09:45:32 09:45:32 #172 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 09:45:32 #172 DONE 0.5s 09:45:32 09:45:32 #173 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 09:45:32 #173 CACHED 09:45:32 09:45:32 #174 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 09:45:32 #174 CACHED 09:45:32 09:45:32 #175 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 09:45:32 #175 CACHED 09:45:32 09:45:32 #176 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 09:45:32 #176 CACHED 09:45:32 09:45:32 #177 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 09:45:32 #177 CACHED 09:45:32 09:45:32 #178 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 09:45:32 #178 CACHED 09:45:32 09:45:32 #179 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 09:45:32 #179 CACHED 09:45:32 09:45:32 #180 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 09:45:32 #180 CACHED 09:45:32 09:45:32 #181 [core-keeper stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 09:45:32 #181 DONE 0.5s 09:45:32 09:45:32 #182 [core-metadata stage-1 5/10] COPY --from=builder /edgex-go/security.txt / 09:45:32 #182 DONE 0.5s 09:45:32 09:45:32 #183 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 09:45:32 #183 DONE 0.5s 09:45:32 09:45:32 #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 09:45:32 #184 DONE 0.5s 09:45:32 09:45:32 #185 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 09:45:32 #185 DONE 0.5s 09:45:32 09:45:32 #171 [support-notifications stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 09:45:32 #171 DONE 0.5s 09:45:32 09:45:32 #186 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 09:45:32 #186 ... 09:45:32 09:45:32 #169 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 09:45:32 #169 DONE 0.6s 09:45:32 09:45:32 #187 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / 09:45:32 #187 ... 09:45:32 09:45:32 #188 [core-keeper stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 09:45:32 #188 DONE 2.5s 09:45:32 09:45:32 #189 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 09:45:32 #189 DONE 2.6s 09:45:32 09:45:32 #190 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 09:45:32 #190 DONE 2.6s 09:45:32 09:45:32 #191 [core-metadata stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 09:45:32 #191 DONE 2.6s 09:45:32 09:45:32 #192 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 09:45:32 #192 DONE 2.6s 09:45:32 09:45:32 #193 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 09:45:32 #193 DONE 2.6s 09:45:32 09:45:32 #194 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 09:45:32 #194 DONE 2.6s 09:45:32 09:45:32 #195 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / 09:45:32 #195 DONE 2.6s 09:45:32 09:45:32 #196 [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 09:45:32 #196 DONE 2.6s 09:45:32 09:45:32 #187 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / 09:45:32 #187 DONE 2.5s 09:45:32 09:45:32 #197 [support-notifications stage-1 6/8] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 09:45:32 #197 DONE 2.6s 09:45:32 09:45:32 #186 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 09:45:32 #186 DONE 2.6s 09:45:32 09:45:32 #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 09:45:32 #198 ... 09:45:32 09:45:32 #199 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh 09:45:32 #199 DONE 3.4s 09:45:32 09:45:32 #200 [core-keeper stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/db/ /res/db/ 09:45:32 #200 DONE 0.5s 09:45:32 09:45:32 #201 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / 09:45:32 #201 ... 09:45:32 09:45:32 #202 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 09:45:32 #202 DONE 0.5s 09:45:32 09:45:32 #203 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 09:45:32 #203 DONE 0.5s 09:45:32 09:45:32 #204 [core-metadata stage-1 7/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 09:45:32 #204 DONE 0.5s 09:45:32 09:45:32 #205 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 09:45:32 #205 DONE 0.5s 09:45:32 09:45:32 #206 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 09:45:32 #206 DONE 0.6s 09:45:32 09:45:32 #207 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 09:45:32 #207 DONE 0.6s 09:45:32 09:45:32 #208 [core-data stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 09:45:32 #208 DONE 0.5s 09:45:32 09:45:32 #209 [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 09:45:32 #209 DONE 0.6s 09:45:32 09:45:32 #210 [support-notifications stage-1 7/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 09:45:32 #210 DONE 0.5s 09:45:32 09:45:32 #211 [support-notifications stage-1 8/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/db/ /res/db/ 09:45:32 #211 ... 09:45:32 09:45:32 #212 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res 09:45:32 #212 DONE 0.6s 09:45:32 09:45:32 #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 09:45:32 #198 DONE 0.6s 09:45:32 09:45:32 #201 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / 09:45:32 #201 DONE 0.7s 09:45:32 09:45:32 #213 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / 09:45:32 #213 ... 09:45:32 09:45:32 #214 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 09:45:32 #214 DONE 0.5s 09:45:32 09:45:32 #215 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 09:45:32 #215 DONE 0.5s 09:45:32 09:45:32 #216 [core-metadata stage-1 8/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 09:45:32 #216 DONE 0.5s 09:45:32 09:45:32 #217 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 09:45:32 #217 DONE 0.5s 09:45:32 09:45:32 #218 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 09:45:32 #218 DONE 0.5s 09:45:32 09:45:32 #211 [support-notifications stage-1 8/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/db/ /res/db/ 09:45:32 #211 DONE 0.5s 09:45:32 09:45:32 #219 [core-data stage-1 8/8] COPY --from=builder /edgex-go/cmd/core-data/res/db/ /res/db/ 09:45:32 #219 DONE 0.5s 09:45:32 09:45:32 #105 [core-data] exporting to image 09:45:32 #105 exporting layers 09:45:32 #105 writing image sha256:ed995c443ef27a6bc41a9234ac6b8e780af894811b202b29f5a56f3a6b5b0e25 0.1s done 09:45:32 #105 naming to docker.io/library/core-keeper done 09:45:32 #105 writing image sha256:96efe90df8b5b2c9ba950afe25f27605082fee50200bf951df492c613e0c14d3 0.0s done 09:45:32 #105 naming to docker.io/library/core-command done 09:45:32 #105 writing image sha256:d39cb9565f98e418689d5648996fb792d93620dcd4f6a5851f8ce937e30bc8e4 09:45:32 #105 ... 09:45:32 09:45:32 #213 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / 09:45:32 #213 DONE 0.3s 09:45:32 09:45:32 #105 [core-data] exporting to image 09:45:32 #105 writing image sha256:d39cb9565f98e418689d5648996fb792d93620dcd4f6a5851f8ce937e30bc8e4 0.0s done 09:45:32 #105 naming to docker.io/library/support-scheduler 09:45:32 #105 writing image sha256:077502f1fe7c88b0b0e8e3734daa50cc24dc057e601a3c8ab4306d1a4422651e 09:45:32 #105 naming to docker.io/library/support-scheduler 0.1s done 09:45:32 #105 writing image sha256:077502f1fe7c88b0b0e8e3734daa50cc24dc057e601a3c8ab4306d1a4422651e 0.0s done 09:45:32 #105 writing image sha256:f16d9f159a5a2b649409d0059aacc01b972d2cf27768ebaf1b1abe1edd0229f2 0.0s done 09:45:32 #105 naming to docker.io/library/support-cron-scheduler done 09:45:32 #105 naming to docker.io/library/security-spiffe-token-provider done 09:45:32 #105 ... 09:45:32 09:45:32 #220 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 09:45:32 #220 DONE 0.6s 09:45:32 09:45:32 #221 [core-metadata stage-1 9/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/db/ /res/db/ 09:45:32 #221 DONE 0.5s 09:45:32 09:45:32 #222 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:45:32 #222 ... 09:45:32 09:45:32 #223 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 09:45:32 #223 DONE 0.8s 09:45:32 09:45:32 #224 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 09:45:32 #224 DONE 0.7s 09:45:32 09:45:32 #225 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:45:32 #225 DONE 0.9s 09:45:32 09:45:32 #226 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:45:32 #226 DONE 1.0s 09:45:32 09:45:32 #105 [security-proxy-auth] exporting to image 09:45:32 #105 writing image sha256:73128839b16b3b11616ff9450cb636a4bacc6a0df007cfa62a79ed439afa0b61 done 09:45:32 #105 writing image sha256:921e9a1f3b6a5f944389c4906dfcb81af78be8ab2c3bc2d9344a15abd9276164 done 09:45:32 #105 naming to docker.io/library/core-data done 09:45:32 #105 naming to docker.io/library/support-notifications done 09:45:33 #105 ... 09:45:33 09:45:33 #227 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:45:33 #227 DONE 0.4s 09:45:33 09:45:33 #228 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 09:45:33 #228 DONE 0.4s 09:45:33 09:45:33 #229 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 09:45:33 #229 DONE 0.1s 09:45:33 09:45:33 #105 [core-metadata] exporting to image 09:45:33 #105 exporting layers 0.4s done 09:45:33 #105 writing image sha256:05327ea1b7710f367865e1fd052797fdeeb4ecdb7907d9263ce3552b4f88ff7b 0.0s done 09:45:33 #105 naming to docker.io/library/core-metadata done 09:45:33 #105 writing image sha256:e9df0c492a6597968354b9f19b2173008c5362fc8253fa5ef5fb280270aaaad1 0.0s done 09:45:33 #105 naming to docker.io/library/core-common-config-bootstrapper 09:45:33 #105 exporting layers 0.4s done 09:45:33 #105 naming to docker.io/library/core-common-config-bootstrapper done 09:45:33 #105 writing image sha256:854556cccca24a4276ad9ca22d0c10f6cbbe9a77882770e112110b8c240f7127 done 09:45:33 #105 naming to docker.io/library/security-proxy-auth done 09:45:33 #105 DONE 4.3s 09:45:33 09:45:33 #230 [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/ 09:45:33 #230 DONE 0.1s 09:45:33 09:45:33 #222 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:45:33 #222 DONE 1.0s 09:45:33 09:45:33 #231 [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/ 09:45:33 #231 DONE 0.1s 09:45:33 09:45:33 #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/ 09:45:33 #232 DONE 0.1s 09:45:33 09:45:33 #233 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 09:45:33 #233 DONE 0.1s 09:45:33 09:45:33 #234 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 09:45:33 #234 DONE 0.1s 09:45:33 09:45:33 #235 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh 09:45:33 #235 ... 09:45:33 09:45:33 #236 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:45:33 #236 DONE 0.5s 09:45:33 09:45:33 #105 [security-secretstore-setup] exporting to image 09:45:33 #105 writing image sha256:74801fa44a1e538c152c10ce035fd1529d3527f297ce317020cf5cffd386a7f9 done 09:45:33 #105 naming to docker.io/library/security-proxy-setup done 09:45:34 #105 ... 09:45:34 09:45:34 #235 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh 09:45:34 #235 DONE 0.4s 09:45:34 09:45:34 #105 [security-bootstrapper] exporting to image 09:45:34 #105 writing image sha256:835d6d8b3b0d02b6aaaef7c10994ee27931f74d5a5f116a237f6ee25a4da3a96 done 09:45:34 #105 naming to docker.io/library/security-secretstore-setup done 09:45:34 #105 exporting layers 0.2s done 09:45:34 #105 writing image sha256:6ba22cd751ef3ea679b2d82e023534ebc6674c0c437c248095cda1da2d8ae3e6 done 09:45:34 #105 naming to docker.io/library/security-bootstrapper done 09:45:34 #105 DONE 5.0s 09:45:34 09:45:34 #33 [support-scheduler internal] load .dockerignore 09:45:34 time="2024-10-07T09:40:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:45:34 time="2024-10-07T09:40:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:45:34 time="2024-10-07T09:40:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:45:34 time="2024-10-07T09:40:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:45:34 time="2024-10-07T09:40:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:45:34 time="2024-10-07T09:40:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:45:34 time="2024-10-07T09:40:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:45:34 time="2024-10-07T09:40:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:45:34 time="2024-10-07T09:40:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:45:34 time="2024-10-07T09:40:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:45:34 time="2024-10-07T09:40:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:45:34 time="2024-10-07T09:40:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:45:34 time="2024-10-07T09:40:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:45:34 time="2024-10-07T09:40:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:45:34 time="2024-10-07T09:40:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:45:34 time="2024-10-07T09:40:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 09:45:34 $ docker stop --time=1 a1aec1eb115c8ba7d8e1d7a7f92c9340f46347881bdb883d46bc70c47d2deb05 09:45:35 $ docker rm -f --volumes a1aec1eb115c8ba7d8e1d7a7f92c9340f46347881bdb883d46bc70c47d2deb05 [Pipeline] // withDockerContainer [Pipeline] sh 09:45:35 + docker images 09:45:35 REPOSITORY TAG IMAGE ID CREATED SIZE 09:45:35 security-proxy-setup latest 74801fa44a1e 2 seconds ago 28.7MB 09:45:35 security-secretstore-setup latest 835d6d8b3b0d 2 seconds ago 40.2MB 09:45:35 security-bootstrapper latest 6ba22cd751ef 2 seconds ago 20.4MB 09:45:35 security-proxy-auth latest 854556cccca2 3 seconds ago 24.6MB 09:45:35 core-common-config-bootstrapper latest e9df0c492a65 3 seconds ago 16.5MB 09:45:35 core-metadata latest 05327ea1b771 3 seconds ago 29.8MB 09:45:35 core-data latest 73128839b16b 4 seconds ago 29.6MB 09:45:35 support-scheduler latest d39cb9565f98 4 seconds ago 43.8MB 09:45:35 support-notifications latest 921e9a1f3b6a 4 seconds ago 44.4MB 09:45:35 security-spiffe-token-provider latest f16d9f159a5a 4 seconds ago 31.8MB 09:45:35 core-command latest 96efe90df8b5 4 seconds ago 25.9MB 09:45:35 core-keeper latest ed995c443ef2 4 seconds ago 29MB 09:45:35 support-cron-scheduler latest 077502f1fe7c 4 seconds ago 45.4MB 09:45:35 security-spire-config latest cfcfb2c96fa0 3 minutes ago 121MB 09:45:35 security-spire-agent latest 301cf38e7647 3 minutes ago 183MB 09:45:35 security-spire-server latest 31e693582c56 4 minutes ago 122MB 09:45:35 ci-base-image-x86_64 latest 88e457a84496 7 minutes ago 979MB 09:45:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine 3a752c3f9dda 4 days ago 573MB 09:45:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 16 months ago 334MB 09:45:35 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 09:45:36 provisioning config files... 09:45:36 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/717@tmp/config12510235589012501228tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:45:36 ---> ****-login.sh 09:45:36 nexus3.edgexfoundry.org:10001 09:45:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:45:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:45:36 Configure a credential helper to remove this warning. See 09:45:36 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:45:36 09:45:36 Login Succeeded 09:45:36 nexus3.edgexfoundry.org:10002 09:45:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:45:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:45:36 Configure a credential helper to remove this warning. See 09:45:36 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:45:36 09:45:36 Login Succeeded 09:45:36 nexus3.edgexfoundry.org:10003 09:45:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:45:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:45:36 Configure a credential helper to remove this warning. See 09:45:36 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:45:36 09:45:36 Login Succeeded 09:45:36 nexus3.edgexfoundry.org:10004 09:45:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:45:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:45:36 Configure a credential helper to remove this warning. See 09:45:36 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:45:36 09:45:36 Login Succeeded 09:45:36 ****.io 09:45:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:45:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:45:36 Configure a credential helper to remove this warning. See 09:45:36 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:45:36 09:45:36 Login Succeeded 09:45:36 ---> ****-login.sh ends [Pipeline] } 09:45:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:45:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 09:45:36 [edgeXDocker.push] Tagging docker image core-command with the following tags: 09:45:36 7f550756abf89bcf15828d6373a305e4d40f5987 09:45:36 latest 09:45:36 3.2.0-dev.94 09:45:36 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 09:45:36 main 09:45:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:45:37 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:45:37 + docker push nexus3.edgexfoundry.org:10004/core-command:7f550756abf89bcf15828d6373a305e4d40f5987 09:45:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 09:45:37 51217a5914d4: Preparing 09:45:37 a4cf76696c92: Preparing 09:45:37 50fbbaec058b: Preparing 09:45:37 3ddbbabe9cc7: Preparing 09:45:37 fe71e29a7fd4: Preparing 09:45:37 954cfc4ff21d: Preparing 09:45:37 63ca1fbb43ae: Preparing 09:45:37 954cfc4ff21d: Waiting 09:45:37 51217a5914d4: Pushed 09:45:37 fe71e29a7fd4: Pushed 09:45:37 3ddbbabe9cc7: Pushed 09:45:37 50fbbaec058b: Pushed 09:45:37 63ca1fbb43ae: Layer already exists 09:45:37 954cfc4ff21d: Pushed 09:45:39 a4cf76696c92: Pushed 09:45:39 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:3c1b6086856e11dabe758d796a4f218ed6c39cd3a709a40eb1aa2e58089bf585 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:45:39 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:45:40 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 09:45:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 09:45:40 51217a5914d4: Preparing 09:45:40 a4cf76696c92: Preparing 09:45:40 50fbbaec058b: Preparing 09:45:40 3ddbbabe9cc7: Preparing 09:45:40 fe71e29a7fd4: Preparing 09:45:40 954cfc4ff21d: Preparing 09:45:40 63ca1fbb43ae: Preparing 09:45:40 954cfc4ff21d: Waiting 09:45:40 50fbbaec058b: Layer already exists 09:45:40 51217a5914d4: Layer already exists 09:45:40 a4cf76696c92: Layer already exists 09:45:40 3ddbbabe9cc7: Layer already exists 09:45:40 fe71e29a7fd4: Layer already exists 09:45:40 954cfc4ff21d: Layer already exists 09:45:40 63ca1fbb43ae: Layer already exists 09:45:40 latest: digest: sha256:3c1b6086856e11dabe758d796a4f218ed6c39cd3a709a40eb1aa2e58089bf585 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:45:40 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:45:40 + docker push nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.94 09:45:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 09:45:40 51217a5914d4: Preparing 09:45:40 a4cf76696c92: Preparing 09:45:40 50fbbaec058b: Preparing 09:45:40 3ddbbabe9cc7: Preparing 09:45:40 fe71e29a7fd4: Preparing 09:45:40 954cfc4ff21d: Preparing 09:45:40 63ca1fbb43ae: Preparing 09:45:40 954cfc4ff21d: Waiting 09:45:40 63ca1fbb43ae: Waiting 09:45:40 3ddbbabe9cc7: Layer already exists 09:45:40 50fbbaec058b: Layer already exists 09:45:40 a4cf76696c92: Layer already exists 09:45:40 fe71e29a7fd4: Layer already exists 09:45:40 51217a5914d4: Layer already exists 09:45:40 63ca1fbb43ae: Layer already exists 09:45:40 954cfc4ff21d: Layer already exists 09:45:40 3.2.0-dev.94: digest: sha256:3c1b6086856e11dabe758d796a4f218ed6c39cd3a709a40eb1aa2e58089bf585 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:45:41 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:45:41 + docker push nexus3.edgexfoundry.org:10004/core-command:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 09:45:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 09:45:41 51217a5914d4: Preparing 09:45:41 a4cf76696c92: Preparing 09:45:41 50fbbaec058b: Preparing 09:45:41 3ddbbabe9cc7: Preparing 09:45:41 fe71e29a7fd4: Preparing 09:45:41 954cfc4ff21d: Preparing 09:45:41 63ca1fbb43ae: Preparing 09:45:41 954cfc4ff21d: Waiting 09:45:41 63ca1fbb43ae: Waiting 09:45:41 51217a5914d4: Layer already exists 09:45:41 fe71e29a7fd4: Layer already exists 09:45:41 3ddbbabe9cc7: Layer already exists 09:45:41 a4cf76696c92: Layer already exists 09:45:41 50fbbaec058b: Layer already exists 09:45:41 63ca1fbb43ae: Layer already exists 09:45:41 954cfc4ff21d: Layer already exists 09:45:41 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:3c1b6086856e11dabe758d796a4f218ed6c39cd3a709a40eb1aa2e58089bf585 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:45:41 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:45:42 + docker push nexus3.edgexfoundry.org:10004/core-command:main 09:45:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 09:45:42 51217a5914d4: Preparing 09:45:42 a4cf76696c92: Preparing 09:45:42 50fbbaec058b: Preparing 09:45:42 3ddbbabe9cc7: Preparing 09:45:42 fe71e29a7fd4: Preparing 09:45:42 954cfc4ff21d: Preparing 09:45:42 63ca1fbb43ae: Preparing 09:45:42 954cfc4ff21d: Waiting 09:45:42 63ca1fbb43ae: Waiting 09:45:42 a4cf76696c92: Layer already exists 09:45:42 50fbbaec058b: Layer already exists 09:45:42 3ddbbabe9cc7: Layer already exists 09:45:42 fe71e29a7fd4: Layer already exists 09:45:42 51217a5914d4: Layer already exists 09:45:42 63ca1fbb43ae: Layer already exists 09:45:42 954cfc4ff21d: Layer already exists 09:45:42 main: digest: sha256:3c1b6086856e11dabe758d796a4f218ed6c39cd3a709a40eb1aa2e58089bf585 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:45:42 ===================================================== [Pipeline] echo 09:45:42 taggedImages: 09:45:42 - nexus3.edgexfoundry.org:10004/core-command:7f550756abf89bcf15828d6373a305e4d40f5987 09:45:42 - nexus3.edgexfoundry.org:10004/core-command:latest 09:45:42 - nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.94 09:45:42 - nexus3.edgexfoundry.org:10004/core-command:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 09:45:42 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 09:45:42 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 09:45:42 7f550756abf89bcf15828d6373a305e4d40f5987 09:45:42 latest 09:45:42 3.2.0-dev.94 09:45:42 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 09:45:42 main 09:45:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:45:42 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:45:42 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7f550756abf89bcf15828d6373a305e4d40f5987 09:45:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 09:45:42 eb2941e1083e: Preparing 09:45:42 2f9de81aba2d: Preparing 09:45:42 7934dffb2744: Preparing 09:45:42 3e98b0b09f40: Preparing 09:45:42 50fbbaec058b: Preparing 09:45:42 3ddbbabe9cc7: Preparing 09:45:42 fe71e29a7fd4: Preparing 09:45:42 954cfc4ff21d: Preparing 09:45:42 63ca1fbb43ae: Preparing 09:45:42 3ddbbabe9cc7: Waiting 09:45:42 fe71e29a7fd4: Waiting 09:45:42 954cfc4ff21d: Waiting 09:45:42 63ca1fbb43ae: Waiting 09:45:42 50fbbaec058b: Layer already exists 09:45:42 3ddbbabe9cc7: Layer already exists 09:45:42 fe71e29a7fd4: Layer already exists 09:45:42 954cfc4ff21d: Layer already exists 09:45:42 63ca1fbb43ae: Layer already exists 09:45:42 eb2941e1083e: Pushed 09:45:42 7934dffb2744: Pushed 09:45:42 2f9de81aba2d: Pushed 09:45:43 3e98b0b09f40: Pushed 09:45:44 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:3a2b327eff2bd9aa61112f1d9359b752aa3c2f31d7b56b30fefc8d4ca01c2427 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:45:44 + 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 09:45:44 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 09:45:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 09:45:44 eb2941e1083e: Preparing 09:45:44 2f9de81aba2d: Preparing 09:45:44 7934dffb2744: Preparing 09:45:44 3e98b0b09f40: Preparing 09:45:44 50fbbaec058b: Preparing 09:45:44 3ddbbabe9cc7: Preparing 09:45:44 fe71e29a7fd4: Preparing 09:45:44 954cfc4ff21d: Preparing 09:45:44 63ca1fbb43ae: Preparing 09:45:44 3ddbbabe9cc7: Waiting 09:45:44 fe71e29a7fd4: Waiting 09:45:44 954cfc4ff21d: Waiting 09:45:44 63ca1fbb43ae: Waiting 09:45:44 eb2941e1083e: Layer already exists 09:45:44 2f9de81aba2d: Layer already exists 09:45:44 50fbbaec058b: Layer already exists 09:45:44 7934dffb2744: Layer already exists 09:45:44 3e98b0b09f40: Layer already exists 09:45:44 954cfc4ff21d: Layer already exists 09:45:44 63ca1fbb43ae: Layer already exists 09:45:44 fe71e29a7fd4: Layer already exists 09:45:44 3ddbbabe9cc7: Layer already exists 09:45:44 latest: digest: sha256:3a2b327eff2bd9aa61112f1d9359b752aa3c2f31d7b56b30fefc8d4ca01c2427 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:45:45 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:45:45 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.94 09:45:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 09:45:45 eb2941e1083e: Preparing 09:45:45 2f9de81aba2d: Preparing 09:45:45 7934dffb2744: Preparing 09:45:45 3e98b0b09f40: Preparing 09:45:45 50fbbaec058b: Preparing 09:45:45 3ddbbabe9cc7: Preparing 09:45:45 fe71e29a7fd4: Preparing 09:45:45 954cfc4ff21d: Preparing 09:45:45 63ca1fbb43ae: Preparing 09:45:45 3ddbbabe9cc7: Waiting 09:45:45 fe71e29a7fd4: Waiting 09:45:45 954cfc4ff21d: Waiting 09:45:45 63ca1fbb43ae: Waiting 09:45:45 3e98b0b09f40: Layer already exists 09:45:45 eb2941e1083e: Layer already exists 09:45:45 7934dffb2744: Layer already exists 09:45:45 50fbbaec058b: Layer already exists 09:45:45 2f9de81aba2d: Layer already exists 09:45:45 fe71e29a7fd4: Layer already exists 09:45:45 3ddbbabe9cc7: Layer already exists 09:45:45 63ca1fbb43ae: Layer already exists 09:45:45 954cfc4ff21d: Layer already exists 09:45:45 3.2.0-dev.94: digest: sha256:3a2b327eff2bd9aa61112f1d9359b752aa3c2f31d7b56b30fefc8d4ca01c2427 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:45:45 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:45:46 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 09:45:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 09:45:46 eb2941e1083e: Preparing 09:45:46 2f9de81aba2d: Preparing 09:45:46 7934dffb2744: Preparing 09:45:46 3e98b0b09f40: Preparing 09:45:46 50fbbaec058b: Preparing 09:45:46 3ddbbabe9cc7: Preparing 09:45:46 fe71e29a7fd4: Preparing 09:45:46 954cfc4ff21d: Preparing 09:45:46 63ca1fbb43ae: Preparing 09:45:46 3ddbbabe9cc7: Waiting 09:45:46 fe71e29a7fd4: Waiting 09:45:46 954cfc4ff21d: Waiting 09:45:46 63ca1fbb43ae: Waiting 09:45:46 eb2941e1083e: Layer already exists 09:45:46 7934dffb2744: Layer already exists 09:45:46 2f9de81aba2d: Layer already exists 09:45:46 50fbbaec058b: Layer already exists 09:45:46 3e98b0b09f40: Layer already exists 09:45:46 3ddbbabe9cc7: Layer already exists 09:45:46 63ca1fbb43ae: Layer already exists 09:45:46 fe71e29a7fd4: Layer already exists 09:45:46 954cfc4ff21d: Layer already exists 09:45:46 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:3a2b327eff2bd9aa61112f1d9359b752aa3c2f31d7b56b30fefc8d4ca01c2427 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:45:46 + 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 09:45:46 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 09:45:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 09:45:46 eb2941e1083e: Preparing 09:45:46 2f9de81aba2d: Preparing 09:45:46 7934dffb2744: Preparing 09:45:46 3e98b0b09f40: Preparing 09:45:46 50fbbaec058b: Preparing 09:45:46 3ddbbabe9cc7: Preparing 09:45:46 fe71e29a7fd4: Preparing 09:45:46 954cfc4ff21d: Preparing 09:45:46 63ca1fbb43ae: Preparing 09:45:46 fe71e29a7fd4: Waiting 09:45:46 63ca1fbb43ae: Waiting 09:45:46 954cfc4ff21d: Waiting 09:45:46 3ddbbabe9cc7: Waiting 09:45:46 7934dffb2744: Layer already exists 09:45:46 50fbbaec058b: Layer already exists 09:45:46 2f9de81aba2d: Layer already exists 09:45:46 3e98b0b09f40: Layer already exists 09:45:46 eb2941e1083e: Layer already exists 09:45:46 3ddbbabe9cc7: Layer already exists 09:45:46 954cfc4ff21d: Layer already exists 09:45:46 63ca1fbb43ae: Layer already exists 09:45:46 fe71e29a7fd4: Layer already exists 09:45:46 main: digest: sha256:3a2b327eff2bd9aa61112f1d9359b752aa3c2f31d7b56b30fefc8d4ca01c2427 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:45:46 ===================================================== [Pipeline] echo 09:45:46 taggedImages: 09:45:46 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7f550756abf89bcf15828d6373a305e4d40f5987 09:45:46 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 09:45:46 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.94 09:45:46 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 09:45:46 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 09:45:46 [edgeXDocker.push] Tagging docker image core-data with the following tags: 09:45:46 7f550756abf89bcf15828d6373a305e4d40f5987 09:45:46 latest 09:45:46 3.2.0-dev.94 09:45:46 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 09:45:46 main 09:45:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:45:47 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:45:47 + docker push nexus3.edgexfoundry.org:10004/core-data:7f550756abf89bcf15828d6373a305e4d40f5987 09:45:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 09:45:47 11305634dabc: Preparing 09:45:47 8d268e6b72a3: Preparing 09:45:47 ad8280448e35: Preparing 09:45:47 50fbbaec058b: Preparing 09:45:47 3ddbbabe9cc7: Preparing 09:45:47 80457f4c7113: Preparing 09:45:47 aa95f6fd9c8b: Preparing 09:45:47 63ca1fbb43ae: Preparing 09:45:47 aa95f6fd9c8b: Waiting 09:45:47 80457f4c7113: Waiting 09:45:47 63ca1fbb43ae: Waiting 09:45:47 3ddbbabe9cc7: Layer already exists 09:45:47 50fbbaec058b: Layer already exists 09:45:47 11305634dabc: Pushed 09:45:47 8d268e6b72a3: Pushed 09:45:47 63ca1fbb43ae: Layer already exists 09:45:47 aa95f6fd9c8b: Pushed 09:45:47 80457f4c7113: Pushed 09:45:50 ad8280448e35: Pushed 09:45:50 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:25dec15305017e996dbec05c1890e8457bc0435c162408b5d2883a4f79d7cf52 size: 1987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:45:50 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:45:50 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 09:45:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 09:45:50 11305634dabc: Preparing 09:45:50 8d268e6b72a3: Preparing 09:45:50 ad8280448e35: Preparing 09:45:50 50fbbaec058b: Preparing 09:45:50 3ddbbabe9cc7: Preparing 09:45:50 80457f4c7113: Preparing 09:45:50 aa95f6fd9c8b: Preparing 09:45:50 63ca1fbb43ae: Preparing 09:45:50 80457f4c7113: Waiting 09:45:50 aa95f6fd9c8b: Waiting 09:45:50 63ca1fbb43ae: Waiting 09:45:50 50fbbaec058b: Layer already exists 09:45:50 ad8280448e35: Layer already exists 09:45:50 3ddbbabe9cc7: Layer already exists 09:45:50 11305634dabc: Layer already exists 09:45:50 8d268e6b72a3: Layer already exists 09:45:50 80457f4c7113: Layer already exists 09:45:50 aa95f6fd9c8b: Layer already exists 09:45:50 63ca1fbb43ae: Layer already exists 09:45:50 latest: digest: sha256:25dec15305017e996dbec05c1890e8457bc0435c162408b5d2883a4f79d7cf52 size: 1987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:45:51 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:45:51 + docker push nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.94 09:45:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 09:45:51 11305634dabc: Preparing 09:45:51 8d268e6b72a3: Preparing 09:45:51 ad8280448e35: Preparing 09:45:51 50fbbaec058b: Preparing 09:45:51 3ddbbabe9cc7: Preparing 09:45:51 80457f4c7113: Preparing 09:45:51 aa95f6fd9c8b: Preparing 09:45:51 63ca1fbb43ae: Preparing 09:45:51 80457f4c7113: Waiting 09:45:51 aa95f6fd9c8b: Waiting 09:45:51 63ca1fbb43ae: Waiting 09:45:51 11305634dabc: Layer already exists 09:45:51 3ddbbabe9cc7: Layer already exists 09:45:51 8d268e6b72a3: Layer already exists 09:45:51 ad8280448e35: Layer already exists 09:45:51 50fbbaec058b: Layer already exists 09:45:51 aa95f6fd9c8b: Layer already exists 09:45:51 80457f4c7113: Layer already exists 09:45:51 63ca1fbb43ae: Layer already exists 09:45:51 3.2.0-dev.94: digest: sha256:25dec15305017e996dbec05c1890e8457bc0435c162408b5d2883a4f79d7cf52 size: 1987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:45:51 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:45:52 + docker push nexus3.edgexfoundry.org:10004/core-data:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 09:45:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 09:45:52 11305634dabc: Preparing 09:45:52 8d268e6b72a3: Preparing 09:45:52 ad8280448e35: Preparing 09:45:52 50fbbaec058b: Preparing 09:45:52 3ddbbabe9cc7: Preparing 09:45:52 80457f4c7113: Preparing 09:45:52 aa95f6fd9c8b: Preparing 09:45:52 63ca1fbb43ae: Preparing 09:45:52 80457f4c7113: Waiting 09:45:52 aa95f6fd9c8b: Waiting 09:45:52 63ca1fbb43ae: Waiting 09:45:52 3ddbbabe9cc7: Layer already exists 09:45:52 8d268e6b72a3: Layer already exists 09:45:52 50fbbaec058b: Layer already exists 09:45:52 ad8280448e35: Layer already exists 09:45:52 11305634dabc: Layer already exists 09:45:52 80457f4c7113: Layer already exists 09:45:52 63ca1fbb43ae: Layer already exists 09:45:52 aa95f6fd9c8b: Layer already exists 09:45:52 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:25dec15305017e996dbec05c1890e8457bc0435c162408b5d2883a4f79d7cf52 size: 1987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:45:52 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:45:52 + docker push nexus3.edgexfoundry.org:10004/core-data:main 09:45:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 09:45:52 11305634dabc: Preparing 09:45:52 8d268e6b72a3: Preparing 09:45:52 ad8280448e35: Preparing 09:45:52 50fbbaec058b: Preparing 09:45:52 3ddbbabe9cc7: Preparing 09:45:52 80457f4c7113: Preparing 09:45:52 aa95f6fd9c8b: Preparing 09:45:52 63ca1fbb43ae: Preparing 09:45:52 80457f4c7113: Waiting 09:45:52 aa95f6fd9c8b: Waiting 09:45:52 63ca1fbb43ae: Waiting 09:45:52 ad8280448e35: Layer already exists 09:45:52 11305634dabc: Layer already exists 09:45:52 8d268e6b72a3: Layer already exists 09:45:52 3ddbbabe9cc7: Layer already exists 09:45:52 50fbbaec058b: Layer already exists 09:45:52 63ca1fbb43ae: Layer already exists 09:45:52 80457f4c7113: Layer already exists 09:45:52 aa95f6fd9c8b: Layer already exists 09:45:52 main: digest: sha256:25dec15305017e996dbec05c1890e8457bc0435c162408b5d2883a4f79d7cf52 size: 1987 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:45:52 ===================================================== [Pipeline] echo 09:45:52 taggedImages: 09:45:52 - nexus3.edgexfoundry.org:10004/core-data:7f550756abf89bcf15828d6373a305e4d40f5987 09:45:52 - nexus3.edgexfoundry.org:10004/core-data:latest 09:45:52 - nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.94 09:45:52 - nexus3.edgexfoundry.org:10004/core-data:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 09:45:52 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 09:45:52 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 09:45:52 7f550756abf89bcf15828d6373a305e4d40f5987 09:45:52 latest 09:45:52 3.2.0-dev.94 09:45:52 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 09:45:52 main 09:45:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:45:53 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:45:53 + docker push nexus3.edgexfoundry.org:10004/core-keeper:7f550756abf89bcf15828d6373a305e4d40f5987 09:45:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 09:45:53 99016f20c306: Preparing 09:45:53 77fa9f32d379: Preparing 09:45:53 b39f2ffb85e7: Preparing 09:45:53 3ddbbabe9cc7: Preparing 09:45:53 670338925765: Preparing 09:45:53 03d5dca92a2e: Preparing 09:45:53 63ca1fbb43ae: Preparing 09:45:53 03d5dca92a2e: Waiting 09:45:53 63ca1fbb43ae: Waiting 09:45:53 3ddbbabe9cc7: Layer already exists 09:45:53 670338925765: Pushed 09:45:53 77fa9f32d379: Pushed 09:45:53 63ca1fbb43ae: Layer already exists 09:45:53 99016f20c306: Pushed 09:45:53 03d5dca92a2e: Pushed 09:45:56 b39f2ffb85e7: Pushed 09:45:56 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:a05a6bc1af8c8bf58619b1479f330c9425c5933fe4f0a4175cfea586d7ded418 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:45:56 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:45:56 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 09:45:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 09:45:56 99016f20c306: Preparing 09:45:56 77fa9f32d379: Preparing 09:45:56 b39f2ffb85e7: Preparing 09:45:56 3ddbbabe9cc7: Preparing 09:45:56 670338925765: Preparing 09:45:56 03d5dca92a2e: Preparing 09:45:56 63ca1fbb43ae: Preparing 09:45:56 03d5dca92a2e: Waiting 09:45:56 63ca1fbb43ae: Waiting 09:45:56 670338925765: Layer already exists 09:45:56 3ddbbabe9cc7: Layer already exists 09:45:56 99016f20c306: Layer already exists 09:45:56 77fa9f32d379: Layer already exists 09:45:56 b39f2ffb85e7: Layer already exists 09:45:56 03d5dca92a2e: Layer already exists 09:45:56 63ca1fbb43ae: Layer already exists 09:45:56 latest: digest: sha256:a05a6bc1af8c8bf58619b1479f330c9425c5933fe4f0a4175cfea586d7ded418 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:45:57 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:45:57 + docker push nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.94 09:45:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 09:45:57 99016f20c306: Preparing 09:45:57 77fa9f32d379: Preparing 09:45:57 b39f2ffb85e7: Preparing 09:45:57 3ddbbabe9cc7: Preparing 09:45:57 670338925765: Preparing 09:45:57 03d5dca92a2e: Preparing 09:45:57 63ca1fbb43ae: Preparing 09:45:57 03d5dca92a2e: Waiting 09:45:57 63ca1fbb43ae: Waiting 09:45:57 77fa9f32d379: Layer already exists 09:45:57 b39f2ffb85e7: Layer already exists 09:45:57 670338925765: Layer already exists 09:45:57 99016f20c306: Layer already exists 09:45:57 3ddbbabe9cc7: Layer already exists 09:45:57 03d5dca92a2e: Layer already exists 09:45:57 63ca1fbb43ae: Layer already exists 09:45:57 3.2.0-dev.94: digest: sha256:a05a6bc1af8c8bf58619b1479f330c9425c5933fe4f0a4175cfea586d7ded418 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:45:57 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:45:58 + docker push nexus3.edgexfoundry.org:10004/core-keeper:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 09:45:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 09:45:58 99016f20c306: Preparing 09:45:58 77fa9f32d379: Preparing 09:45:58 b39f2ffb85e7: Preparing 09:45:58 3ddbbabe9cc7: Preparing 09:45:58 670338925765: Preparing 09:45:58 03d5dca92a2e: Preparing 09:45:58 63ca1fbb43ae: Preparing 09:45:58 63ca1fbb43ae: Waiting 09:45:58 77fa9f32d379: Layer already exists 09:45:58 99016f20c306: Layer already exists 09:45:58 3ddbbabe9cc7: Layer already exists 09:45:58 670338925765: Layer already exists 09:45:58 b39f2ffb85e7: Layer already exists 09:45:58 03d5dca92a2e: Layer already exists 09:45:58 63ca1fbb43ae: Layer already exists 09:45:58 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:a05a6bc1af8c8bf58619b1479f330c9425c5933fe4f0a4175cfea586d7ded418 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:02 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:03 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 09:46:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 09:46:03 99016f20c306: Preparing 09:46:03 77fa9f32d379: Preparing 09:46:03 b39f2ffb85e7: Preparing 09:46:03 3ddbbabe9cc7: Preparing 09:46:03 670338925765: Preparing 09:46:03 03d5dca92a2e: Preparing 09:46:03 63ca1fbb43ae: Preparing 09:46:03 03d5dca92a2e: Waiting 09:46:03 63ca1fbb43ae: Waiting 09:46:03 3ddbbabe9cc7: Layer already exists 09:46:03 670338925765: Layer already exists 09:46:03 b39f2ffb85e7: Layer already exists 09:46:03 77fa9f32d379: Layer already exists 09:46:03 99016f20c306: Layer already exists 09:46:03 63ca1fbb43ae: Layer already exists 09:46:03 03d5dca92a2e: Layer already exists 09:46:03 main: digest: sha256:a05a6bc1af8c8bf58619b1479f330c9425c5933fe4f0a4175cfea586d7ded418 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:46:03 ===================================================== [Pipeline] echo 09:46:03 taggedImages: 09:46:03 - nexus3.edgexfoundry.org:10004/core-keeper:7f550756abf89bcf15828d6373a305e4d40f5987 09:46:03 - nexus3.edgexfoundry.org:10004/core-keeper:latest 09:46:03 - nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.94 09:46:03 - nexus3.edgexfoundry.org:10004/core-keeper:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 09:46:03 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 09:46:03 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 09:46:03 7f550756abf89bcf15828d6373a305e4d40f5987 09:46:03 latest 09:46:03 3.2.0-dev.94 09:46:03 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 09:46:03 main 09:46:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:03 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:03 + docker push nexus3.edgexfoundry.org:10004/core-metadata:7f550756abf89bcf15828d6373a305e4d40f5987 09:46:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 09:46:03 1c15910df823: Preparing 09:46:03 5b7a882782b4: Preparing 09:46:03 9a27ed38afec: Preparing 09:46:03 6bbeaf41603a: Preparing 09:46:03 50fbbaec058b: Preparing 09:46:03 3ddbbabe9cc7: Preparing 09:46:03 fe71e29a7fd4: Preparing 09:46:03 954cfc4ff21d: Preparing 09:46:03 63ca1fbb43ae: Preparing 09:46:03 fe71e29a7fd4: Waiting 09:46:03 3ddbbabe9cc7: Waiting 09:46:03 954cfc4ff21d: Waiting 09:46:03 63ca1fbb43ae: Waiting 09:46:03 50fbbaec058b: Layer already exists 09:46:03 3ddbbabe9cc7: Layer already exists 09:46:03 fe71e29a7fd4: Layer already exists 09:46:03 954cfc4ff21d: Layer already exists 09:46:03 63ca1fbb43ae: Layer already exists 09:46:03 1c15910df823: Pushed 09:46:03 5b7a882782b4: Pushed 09:46:03 9a27ed38afec: Pushed 09:46:12 6bbeaf41603a: Pushed 09:46:12 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:05186a0711e08bbb664264b2685c0835c011fd15b3b5c872ae2d4b666d629d63 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:13 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:13 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 09:46:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 09:46:13 1c15910df823: Preparing 09:46:13 5b7a882782b4: Preparing 09:46:13 9a27ed38afec: Preparing 09:46:13 6bbeaf41603a: Preparing 09:46:13 50fbbaec058b: Preparing 09:46:13 3ddbbabe9cc7: Preparing 09:46:13 fe71e29a7fd4: Preparing 09:46:13 954cfc4ff21d: Preparing 09:46:13 63ca1fbb43ae: Preparing 09:46:13 3ddbbabe9cc7: Waiting 09:46:13 fe71e29a7fd4: Waiting 09:46:13 954cfc4ff21d: Waiting 09:46:13 9a27ed38afec: Layer already exists 09:46:13 5b7a882782b4: Layer already exists 09:46:13 1c15910df823: Layer already exists 09:46:13 50fbbaec058b: Layer already exists 09:46:13 6bbeaf41603a: Layer already exists 09:46:13 fe71e29a7fd4: Layer already exists 09:46:13 63ca1fbb43ae: Layer already exists 09:46:13 954cfc4ff21d: Layer already exists 09:46:13 3ddbbabe9cc7: Layer already exists 09:46:13 latest: digest: sha256:05186a0711e08bbb664264b2685c0835c011fd15b3b5c872ae2d4b666d629d63 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:13 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:14 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.94 09:46:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 09:46:14 1c15910df823: Preparing 09:46:14 5b7a882782b4: Preparing 09:46:14 9a27ed38afec: Preparing 09:46:14 6bbeaf41603a: Preparing 09:46:14 50fbbaec058b: Preparing 09:46:14 3ddbbabe9cc7: Preparing 09:46:14 fe71e29a7fd4: Preparing 09:46:14 954cfc4ff21d: Preparing 09:46:14 63ca1fbb43ae: Preparing 09:46:14 3ddbbabe9cc7: Waiting 09:46:14 fe71e29a7fd4: Waiting 09:46:14 954cfc4ff21d: Waiting 09:46:14 63ca1fbb43ae: Waiting 09:46:14 9a27ed38afec: Layer already exists 09:46:14 6bbeaf41603a: Layer already exists 09:46:14 50fbbaec058b: Layer already exists 09:46:14 1c15910df823: Layer already exists 09:46:14 5b7a882782b4: Layer already exists 09:46:14 954cfc4ff21d: Layer already exists 09:46:14 3ddbbabe9cc7: Layer already exists 09:46:14 fe71e29a7fd4: Layer already exists 09:46:14 63ca1fbb43ae: Layer already exists 09:46:14 3.2.0-dev.94: digest: sha256:05186a0711e08bbb664264b2685c0835c011fd15b3b5c872ae2d4b666d629d63 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:14 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:14 + docker push nexus3.edgexfoundry.org:10004/core-metadata:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 09:46:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 09:46:14 1c15910df823: Preparing 09:46:14 5b7a882782b4: Preparing 09:46:14 9a27ed38afec: Preparing 09:46:14 6bbeaf41603a: Preparing 09:46:14 50fbbaec058b: Preparing 09:46:14 3ddbbabe9cc7: Preparing 09:46:14 fe71e29a7fd4: Preparing 09:46:14 954cfc4ff21d: Preparing 09:46:14 63ca1fbb43ae: Preparing 09:46:14 3ddbbabe9cc7: Waiting 09:46:14 fe71e29a7fd4: Waiting 09:46:14 954cfc4ff21d: Waiting 09:46:14 63ca1fbb43ae: Waiting 09:46:14 9a27ed38afec: Layer already exists 09:46:14 1c15910df823: Layer already exists 09:46:14 5b7a882782b4: Layer already exists 09:46:14 50fbbaec058b: Layer already exists 09:46:14 6bbeaf41603a: Layer already exists 09:46:14 3ddbbabe9cc7: Layer already exists 09:46:14 fe71e29a7fd4: Layer already exists 09:46:14 63ca1fbb43ae: Layer already exists 09:46:14 954cfc4ff21d: Layer already exists 09:46:14 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:05186a0711e08bbb664264b2685c0835c011fd15b3b5c872ae2d4b666d629d63 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:15 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:15 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 09:46:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 09:46:15 1c15910df823: Preparing 09:46:15 5b7a882782b4: Preparing 09:46:15 9a27ed38afec: Preparing 09:46:15 6bbeaf41603a: Preparing 09:46:15 50fbbaec058b: Preparing 09:46:15 3ddbbabe9cc7: Preparing 09:46:15 fe71e29a7fd4: Preparing 09:46:15 954cfc4ff21d: Preparing 09:46:15 3ddbbabe9cc7: Waiting 09:46:15 fe71e29a7fd4: Waiting 09:46:15 63ca1fbb43ae: Preparing 09:46:15 954cfc4ff21d: Waiting 09:46:15 50fbbaec058b: Layer already exists 09:46:15 1c15910df823: Layer already exists 09:46:15 6bbeaf41603a: Layer already exists 09:46:15 5b7a882782b4: Layer already exists 09:46:15 9a27ed38afec: Layer already exists 09:46:15 fe71e29a7fd4: Layer already exists 09:46:15 63ca1fbb43ae: Layer already exists 09:46:15 3ddbbabe9cc7: Layer already exists 09:46:15 954cfc4ff21d: Layer already exists 09:46:15 main: digest: sha256:05186a0711e08bbb664264b2685c0835c011fd15b3b5c872ae2d4b666d629d63 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:46:15 ===================================================== [Pipeline] echo 09:46:15 taggedImages: 09:46:15 - nexus3.edgexfoundry.org:10004/core-metadata:7f550756abf89bcf15828d6373a305e4d40f5987 09:46:15 - nexus3.edgexfoundry.org:10004/core-metadata:latest 09:46:15 - nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.94 09:46:15 - nexus3.edgexfoundry.org:10004/core-metadata:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 09:46:15 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 09:46:15 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 09:46:15 7f550756abf89bcf15828d6373a305e4d40f5987 09:46:15 latest 09:46:15 3.2.0-dev.94 09:46:15 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 09:46:15 main 09:46:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:15 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:16 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:7f550756abf89bcf15828d6373a305e4d40f5987 09:46:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 09:46:16 1dad9e195254: Preparing 09:46:16 409704f0df07: Preparing 09:46:16 453d7d3c1616: Preparing 09:46:16 d18044afeeb5: Preparing 09:46:16 f906ca772efe: Preparing 09:46:16 0d567b3e2c4b: Preparing 09:46:16 b50a466d6ee5: Preparing 09:46:16 f08a3a547a66: Preparing 09:46:16 50fbbaec058b: Preparing 09:46:16 3ddbbabe9cc7: Preparing 09:46:16 51a7b7c4f2a7: Preparing 09:46:16 a0ec1175ae9d: Preparing 09:46:16 5f70bf18a086: Preparing 09:46:16 dff4914dc710: Preparing 09:46:16 dbc8652d499e: Preparing 09:46:16 e4dd04a724cb: Preparing 09:46:16 63ca1fbb43ae: Preparing 09:46:16 51a7b7c4f2a7: Waiting 09:46:16 b50a466d6ee5: Waiting 09:46:16 50fbbaec058b: Waiting 09:46:16 3ddbbabe9cc7: Waiting 09:46:16 0d567b3e2c4b: Waiting 09:46:16 f08a3a547a66: Waiting 09:46:16 dbc8652d499e: Waiting 09:46:16 63ca1fbb43ae: Waiting 09:46:16 dff4914dc710: Waiting 09:46:16 5f70bf18a086: Waiting 09:46:16 f906ca772efe: Pushed 09:46:16 409704f0df07: Pushed 09:46:16 1dad9e195254: Pushed 09:46:16 453d7d3c1616: Pushed 09:46:16 d18044afeeb5: Pushed 09:46:16 50fbbaec058b: Layer already exists 09:46:16 3ddbbabe9cc7: Layer already exists 09:46:16 0d567b3e2c4b: Pushed 09:46:16 b50a466d6ee5: Pushed 09:46:16 5f70bf18a086: Layer already exists 09:46:16 a0ec1175ae9d: Pushed 09:46:16 51a7b7c4f2a7: Pushed 09:46:16 63ca1fbb43ae: Layer already exists 09:46:16 dff4914dc710: Pushed 09:46:16 dbc8652d499e: Pushed 09:46:16 e4dd04a724cb: Pushed 09:46:17 f08a3a547a66: Pushed 09:46:17 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:2eb00d70d8c67389f1b93f6a7d748f899ca0ba8f4167d26a18f1334ac84f0456 size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:18 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:18 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 09:46:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 09:46:18 1dad9e195254: Preparing 09:46:18 409704f0df07: Preparing 09:46:18 453d7d3c1616: Preparing 09:46:18 d18044afeeb5: Preparing 09:46:18 f906ca772efe: Preparing 09:46:18 0d567b3e2c4b: Preparing 09:46:18 b50a466d6ee5: Preparing 09:46:18 f08a3a547a66: Preparing 09:46:18 50fbbaec058b: Preparing 09:46:18 3ddbbabe9cc7: Preparing 09:46:18 51a7b7c4f2a7: Preparing 09:46:18 a0ec1175ae9d: Preparing 09:46:18 5f70bf18a086: Preparing 09:46:18 dff4914dc710: Preparing 09:46:18 dbc8652d499e: Preparing 09:46:18 e4dd04a724cb: Preparing 09:46:18 63ca1fbb43ae: Preparing 09:46:18 0d567b3e2c4b: Waiting 09:46:18 b50a466d6ee5: Waiting 09:46:18 f08a3a547a66: Waiting 09:46:18 50fbbaec058b: Waiting 09:46:18 3ddbbabe9cc7: Waiting 09:46:18 63ca1fbb43ae: Waiting 09:46:18 51a7b7c4f2a7: Waiting 09:46:18 5f70bf18a086: Waiting 09:46:18 dbc8652d499e: Waiting 09:46:18 a0ec1175ae9d: Waiting 09:46:18 dff4914dc710: Waiting 09:46:18 e4dd04a724cb: Waiting 09:46:18 453d7d3c1616: Layer already exists 09:46:18 409704f0df07: Layer already exists 09:46:18 d18044afeeb5: Layer already exists 09:46:18 f906ca772efe: Layer already exists 09:46:18 1dad9e195254: Layer already exists 09:46:18 f08a3a547a66: Layer already exists 09:46:18 b50a466d6ee5: Layer already exists 09:46:18 0d567b3e2c4b: Layer already exists 09:46:18 50fbbaec058b: Layer already exists 09:46:18 3ddbbabe9cc7: Layer already exists 09:46:18 dbc8652d499e: Layer already exists 09:46:18 a0ec1175ae9d: Layer already exists 09:46:18 51a7b7c4f2a7: Layer already exists 09:46:18 5f70bf18a086: Layer already exists 09:46:18 dff4914dc710: Layer already exists 09:46:18 63ca1fbb43ae: Layer already exists 09:46:18 e4dd04a724cb: Layer already exists 09:46:18 latest: digest: sha256:2eb00d70d8c67389f1b93f6a7d748f899ca0ba8f4167d26a18f1334ac84f0456 size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:18 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:19 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.94 09:46:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 09:46:19 1dad9e195254: Preparing 09:46:19 409704f0df07: Preparing 09:46:19 453d7d3c1616: Preparing 09:46:19 d18044afeeb5: Preparing 09:46:19 f906ca772efe: Preparing 09:46:19 0d567b3e2c4b: Preparing 09:46:19 b50a466d6ee5: Preparing 09:46:19 f08a3a547a66: Preparing 09:46:19 50fbbaec058b: Preparing 09:46:19 3ddbbabe9cc7: Preparing 09:46:19 51a7b7c4f2a7: Preparing 09:46:19 a0ec1175ae9d: Preparing 09:46:19 5f70bf18a086: Preparing 09:46:19 dff4914dc710: Preparing 09:46:19 dbc8652d499e: Preparing 09:46:19 e4dd04a724cb: Preparing 09:46:19 63ca1fbb43ae: Preparing 09:46:19 51a7b7c4f2a7: Waiting 09:46:19 0d567b3e2c4b: Waiting 09:46:19 b50a466d6ee5: Waiting 09:46:19 f08a3a547a66: Waiting 09:46:19 50fbbaec058b: Waiting 09:46:19 a0ec1175ae9d: Waiting 09:46:19 dbc8652d499e: Waiting 09:46:19 e4dd04a724cb: Waiting 09:46:19 3ddbbabe9cc7: Waiting 09:46:19 5f70bf18a086: Waiting 09:46:19 d18044afeeb5: Layer already exists 09:46:19 1dad9e195254: Layer already exists 09:46:19 f906ca772efe: Layer already exists 09:46:19 453d7d3c1616: Layer already exists 09:46:19 409704f0df07: Layer already exists 09:46:19 0d567b3e2c4b: Layer already exists 09:46:19 b50a466d6ee5: Layer already exists 09:46:19 f08a3a547a66: Layer already exists 09:46:19 3ddbbabe9cc7: Layer already exists 09:46:19 50fbbaec058b: Layer already exists 09:46:19 a0ec1175ae9d: Layer already exists 09:46:19 51a7b7c4f2a7: Layer already exists 09:46:19 5f70bf18a086: Layer already exists 09:46:19 dbc8652d499e: Layer already exists 09:46:19 dff4914dc710: Layer already exists 09:46:19 e4dd04a724cb: Layer already exists 09:46:19 63ca1fbb43ae: Layer already exists 09:46:19 3.2.0-dev.94: digest: sha256:2eb00d70d8c67389f1b93f6a7d748f899ca0ba8f4167d26a18f1334ac84f0456 size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:19 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:19 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 09:46:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 09:46:19 1dad9e195254: Preparing 09:46:19 409704f0df07: Preparing 09:46:19 453d7d3c1616: Preparing 09:46:19 d18044afeeb5: Preparing 09:46:19 f906ca772efe: Preparing 09:46:19 0d567b3e2c4b: Preparing 09:46:19 b50a466d6ee5: Preparing 09:46:19 f08a3a547a66: Preparing 09:46:19 50fbbaec058b: Preparing 09:46:19 3ddbbabe9cc7: Preparing 09:46:19 51a7b7c4f2a7: Preparing 09:46:19 a0ec1175ae9d: Preparing 09:46:19 5f70bf18a086: Preparing 09:46:19 dff4914dc710: Preparing 09:46:19 dbc8652d499e: Preparing 09:46:19 e4dd04a724cb: Preparing 09:46:19 63ca1fbb43ae: Preparing 09:46:19 a0ec1175ae9d: Waiting 09:46:19 b50a466d6ee5: Waiting 09:46:19 5f70bf18a086: Waiting 09:46:19 f08a3a547a66: Waiting 09:46:19 50fbbaec058b: Waiting 09:46:19 3ddbbabe9cc7: Waiting 09:46:19 51a7b7c4f2a7: Waiting 09:46:19 dbc8652d499e: Waiting 09:46:19 e4dd04a724cb: Waiting 09:46:19 63ca1fbb43ae: Waiting 09:46:19 0d567b3e2c4b: Waiting 09:46:19 409704f0df07: Layer already exists 09:46:19 453d7d3c1616: Layer already exists 09:46:19 1dad9e195254: Layer already exists 09:46:19 f906ca772efe: Layer already exists 09:46:19 d18044afeeb5: Layer already exists 09:46:19 f08a3a547a66: Layer already exists 09:46:19 0d567b3e2c4b: Layer already exists 09:46:19 b50a466d6ee5: Layer already exists 09:46:19 50fbbaec058b: Layer already exists 09:46:19 3ddbbabe9cc7: Layer already exists 09:46:19 a0ec1175ae9d: Layer already exists 09:46:19 51a7b7c4f2a7: Layer already exists 09:46:19 5f70bf18a086: Layer already exists 09:46:19 dbc8652d499e: Layer already exists 09:46:19 dff4914dc710: Layer already exists 09:46:19 e4dd04a724cb: Layer already exists 09:46:19 63ca1fbb43ae: Layer already exists 09:46:19 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:2eb00d70d8c67389f1b93f6a7d748f899ca0ba8f4167d26a18f1334ac84f0456 size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:20 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:20 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 09:46:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 09:46:20 1dad9e195254: Preparing 09:46:20 409704f0df07: Preparing 09:46:20 453d7d3c1616: Preparing 09:46:20 d18044afeeb5: Preparing 09:46:20 f906ca772efe: Preparing 09:46:20 0d567b3e2c4b: Preparing 09:46:20 b50a466d6ee5: Preparing 09:46:20 f08a3a547a66: Preparing 09:46:20 50fbbaec058b: Preparing 09:46:20 0d567b3e2c4b: Waiting 09:46:20 f08a3a547a66: Waiting 09:46:20 b50a466d6ee5: Waiting 09:46:20 50fbbaec058b: Waiting 09:46:20 3ddbbabe9cc7: Preparing 09:46:20 51a7b7c4f2a7: Preparing 09:46:20 a0ec1175ae9d: Preparing 09:46:20 5f70bf18a086: Preparing 09:46:20 3ddbbabe9cc7: Waiting 09:46:20 a0ec1175ae9d: Waiting 09:46:20 51a7b7c4f2a7: Waiting 09:46:20 dff4914dc710: Preparing 09:46:20 dbc8652d499e: Preparing 09:46:20 5f70bf18a086: Waiting 09:46:20 dff4914dc710: Waiting 09:46:20 e4dd04a724cb: Preparing 09:46:20 63ca1fbb43ae: Preparing 09:46:20 dbc8652d499e: Waiting 09:46:20 e4dd04a724cb: Waiting 09:46:20 453d7d3c1616: Layer already exists 09:46:20 f906ca772efe: Layer already exists 09:46:20 1dad9e195254: Layer already exists 09:46:20 d18044afeeb5: Layer already exists 09:46:20 409704f0df07: Layer already exists 09:46:20 b50a466d6ee5: Layer already exists 09:46:20 0d567b3e2c4b: Layer already exists 09:46:20 50fbbaec058b: Layer already exists 09:46:20 3ddbbabe9cc7: Layer already exists 09:46:20 f08a3a547a66: Layer already exists 09:46:20 51a7b7c4f2a7: Layer already exists 09:46:20 a0ec1175ae9d: Layer already exists 09:46:20 5f70bf18a086: Layer already exists 09:46:20 dff4914dc710: Layer already exists 09:46:20 dbc8652d499e: Layer already exists 09:46:20 e4dd04a724cb: Layer already exists 09:46:20 63ca1fbb43ae: Layer already exists 09:46:20 main: digest: sha256:2eb00d70d8c67389f1b93f6a7d748f899ca0ba8f4167d26a18f1334ac84f0456 size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:46:20 ===================================================== [Pipeline] echo 09:46:20 taggedImages: 09:46:20 - nexus3.edgexfoundry.org:10004/security-bootstrapper:7f550756abf89bcf15828d6373a305e4d40f5987 09:46:20 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 09:46:20 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.94 09:46:20 - nexus3.edgexfoundry.org:10004/security-bootstrapper:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 09:46:20 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 09:46:20 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 09:46:20 7f550756abf89bcf15828d6373a305e4d40f5987 09:46:20 latest 09:46:20 3.2.0-dev.94 09:46:20 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 09:46:20 main 09:46:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:21 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:21 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:7f550756abf89bcf15828d6373a305e4d40f5987 09:46:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 09:46:21 eb2941e1083e: Preparing 09:46:21 2f9de81aba2d: Preparing 09:46:21 1558edb1d935: Preparing 09:46:21 e9db6c62cb6b: Preparing 09:46:21 50fbbaec058b: Preparing 09:46:21 3ddbbabe9cc7: Preparing 09:46:21 fe71e29a7fd4: Preparing 09:46:21 954cfc4ff21d: Preparing 09:46:21 63ca1fbb43ae: Preparing 09:46:21 3ddbbabe9cc7: Waiting 09:46:21 fe71e29a7fd4: Waiting 09:46:21 63ca1fbb43ae: Waiting 09:46:21 954cfc4ff21d: Waiting 09:46:21 eb2941e1083e: Layer already exists 09:46:21 2f9de81aba2d: Layer already exists 09:46:21 50fbbaec058b: Layer already exists 09:46:21 3ddbbabe9cc7: Layer already exists 09:46:21 954cfc4ff21d: Layer already exists 09:46:21 fe71e29a7fd4: Layer already exists 09:46:21 63ca1fbb43ae: Layer already exists 09:46:21 1558edb1d935: Pushed 09:46:23 e9db6c62cb6b: Pushed 09:46:23 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:71ca7fbf1644ef0f4ead62a964f548fab2fa65aa6894bcb772aed47181a133c0 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:23 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:23 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 09:46:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 09:46:23 eb2941e1083e: Preparing 09:46:23 2f9de81aba2d: Preparing 09:46:23 1558edb1d935: Preparing 09:46:23 e9db6c62cb6b: Preparing 09:46:23 50fbbaec058b: Preparing 09:46:23 3ddbbabe9cc7: Preparing 09:46:23 fe71e29a7fd4: Preparing 09:46:23 954cfc4ff21d: Preparing 09:46:23 63ca1fbb43ae: Preparing 09:46:23 3ddbbabe9cc7: Waiting 09:46:23 fe71e29a7fd4: Waiting 09:46:23 954cfc4ff21d: Waiting 09:46:23 63ca1fbb43ae: Waiting 09:46:23 2f9de81aba2d: Layer already exists 09:46:23 1558edb1d935: Layer already exists 09:46:23 e9db6c62cb6b: Layer already exists 09:46:23 eb2941e1083e: Layer already exists 09:46:23 50fbbaec058b: Layer already exists 09:46:23 3ddbbabe9cc7: Layer already exists 09:46:23 fe71e29a7fd4: Layer already exists 09:46:23 954cfc4ff21d: Layer already exists 09:46:23 63ca1fbb43ae: Layer already exists 09:46:23 latest: digest: sha256:71ca7fbf1644ef0f4ead62a964f548fab2fa65aa6894bcb772aed47181a133c0 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:24 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:24 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.94 09:46:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 09:46:24 eb2941e1083e: Preparing 09:46:24 2f9de81aba2d: Preparing 09:46:24 1558edb1d935: Preparing 09:46:24 e9db6c62cb6b: Preparing 09:46:24 50fbbaec058b: Preparing 09:46:24 3ddbbabe9cc7: Preparing 09:46:24 fe71e29a7fd4: Preparing 09:46:24 954cfc4ff21d: Preparing 09:46:24 63ca1fbb43ae: Preparing 09:46:24 3ddbbabe9cc7: Waiting 09:46:24 fe71e29a7fd4: Waiting 09:46:24 954cfc4ff21d: Waiting 09:46:24 63ca1fbb43ae: Waiting 09:46:24 50fbbaec058b: Layer already exists 09:46:24 2f9de81aba2d: Layer already exists 09:46:24 eb2941e1083e: Layer already exists 09:46:24 e9db6c62cb6b: Layer already exists 09:46:24 1558edb1d935: Layer already exists 09:46:24 3ddbbabe9cc7: Layer already exists 09:46:24 954cfc4ff21d: Layer already exists 09:46:24 63ca1fbb43ae: Layer already exists 09:46:24 fe71e29a7fd4: Layer already exists 09:46:24 3.2.0-dev.94: digest: sha256:71ca7fbf1644ef0f4ead62a964f548fab2fa65aa6894bcb772aed47181a133c0 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:24 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:25 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 09:46:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 09:46:25 eb2941e1083e: Preparing 09:46:25 2f9de81aba2d: Preparing 09:46:25 1558edb1d935: Preparing 09:46:25 e9db6c62cb6b: Preparing 09:46:25 50fbbaec058b: Preparing 09:46:25 3ddbbabe9cc7: Preparing 09:46:25 fe71e29a7fd4: Preparing 09:46:25 954cfc4ff21d: Preparing 09:46:25 63ca1fbb43ae: Preparing 09:46:25 3ddbbabe9cc7: Waiting 09:46:25 fe71e29a7fd4: Waiting 09:46:25 954cfc4ff21d: Waiting 09:46:25 63ca1fbb43ae: Waiting 09:46:25 eb2941e1083e: Layer already exists 09:46:25 1558edb1d935: Layer already exists 09:46:25 50fbbaec058b: Layer already exists 09:46:25 e9db6c62cb6b: Layer already exists 09:46:25 2f9de81aba2d: Layer already exists 09:46:25 3ddbbabe9cc7: Layer already exists 09:46:25 63ca1fbb43ae: Layer already exists 09:46:25 954cfc4ff21d: Layer already exists 09:46:25 fe71e29a7fd4: Layer already exists 09:46:25 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:71ca7fbf1644ef0f4ead62a964f548fab2fa65aa6894bcb772aed47181a133c0 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:25 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:26 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 09:46:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 09:46:26 eb2941e1083e: Preparing 09:46:26 2f9de81aba2d: Preparing 09:46:26 1558edb1d935: Preparing 09:46:26 e9db6c62cb6b: Preparing 09:46:26 50fbbaec058b: Preparing 09:46:26 3ddbbabe9cc7: Preparing 09:46:26 fe71e29a7fd4: Preparing 09:46:26 954cfc4ff21d: Preparing 09:46:26 63ca1fbb43ae: Preparing 09:46:26 fe71e29a7fd4: Waiting 09:46:26 954cfc4ff21d: Waiting 09:46:26 63ca1fbb43ae: Waiting 09:46:26 2f9de81aba2d: Layer already exists 09:46:26 1558edb1d935: Layer already exists 09:46:26 50fbbaec058b: Layer already exists 09:46:26 eb2941e1083e: Layer already exists 09:46:26 e9db6c62cb6b: Layer already exists 09:46:26 3ddbbabe9cc7: Layer already exists 09:46:26 fe71e29a7fd4: Layer already exists 09:46:26 63ca1fbb43ae: Layer already exists 09:46:26 954cfc4ff21d: Layer already exists 09:46:26 main: digest: sha256:71ca7fbf1644ef0f4ead62a964f548fab2fa65aa6894bcb772aed47181a133c0 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:46:26 ===================================================== [Pipeline] echo 09:46:26 taggedImages: 09:46:26 - nexus3.edgexfoundry.org:10004/security-proxy-auth:7f550756abf89bcf15828d6373a305e4d40f5987 09:46:26 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 09:46:26 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.94 09:46:26 - nexus3.edgexfoundry.org:10004/security-proxy-auth:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 09:46:26 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 09:46:26 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 09:46:26 7f550756abf89bcf15828d6373a305e4d40f5987 09:46:26 latest 09:46:26 3.2.0-dev.94 09:46:26 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 09:46:26 main 09:46:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:26 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:26 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:7f550756abf89bcf15828d6373a305e4d40f5987 09:46:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 09:46:26 f7a3c298333b: Preparing 09:46:26 c3743a73aaf3: Preparing 09:46:26 50338bdc2b11: Preparing 09:46:26 99436c77ad8e: Preparing 09:46:26 2b624905f999: Preparing 09:46:26 50fbbaec058b: Preparing 09:46:26 3ddbbabe9cc7: Preparing 09:46:26 210795ae8fc6: Preparing 09:46:26 428fb7bdedc9: Preparing 09:46:26 654ce08c196f: Preparing 09:46:26 63ca1fbb43ae: Preparing 09:46:26 50fbbaec058b: Waiting 09:46:26 3ddbbabe9cc7: Waiting 09:46:26 210795ae8fc6: Waiting 09:46:26 428fb7bdedc9: Waiting 09:46:26 654ce08c196f: Waiting 09:46:26 63ca1fbb43ae: Waiting 09:46:26 99436c77ad8e: Pushed 09:46:26 50fbbaec058b: Layer already exists 09:46:26 f7a3c298333b: Pushed 09:46:26 2b624905f999: Pushed 09:46:26 c3743a73aaf3: Pushed 09:46:26 3ddbbabe9cc7: Layer already exists 09:46:26 63ca1fbb43ae: Layer already exists 09:46:26 210795ae8fc6: Pushed 09:46:27 428fb7bdedc9: Pushed 09:46:28 50338bdc2b11: Pushed 09:46:28 654ce08c196f: Pushed 09:46:28 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:2034fa20c4764a603ac971553b8580ef7229df105610d965aa24193ba65c7d38 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:28 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:29 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 09:46:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 09:46:29 f7a3c298333b: Preparing 09:46:29 c3743a73aaf3: Preparing 09:46:29 50338bdc2b11: Preparing 09:46:29 99436c77ad8e: Preparing 09:46:29 2b624905f999: Preparing 09:46:29 50fbbaec058b: Preparing 09:46:29 3ddbbabe9cc7: Preparing 09:46:29 210795ae8fc6: Preparing 09:46:29 428fb7bdedc9: Preparing 09:46:29 654ce08c196f: Preparing 09:46:29 63ca1fbb43ae: Preparing 09:46:29 50fbbaec058b: Waiting 09:46:29 3ddbbabe9cc7: Waiting 09:46:29 210795ae8fc6: Waiting 09:46:29 428fb7bdedc9: Waiting 09:46:29 654ce08c196f: Waiting 09:46:29 63ca1fbb43ae: Waiting 09:46:29 f7a3c298333b: Layer already exists 09:46:29 2b624905f999: Layer already exists 09:46:29 99436c77ad8e: Layer already exists 09:46:29 c3743a73aaf3: Layer already exists 09:46:29 50338bdc2b11: Layer already exists 09:46:29 50fbbaec058b: Layer already exists 09:46:29 210795ae8fc6: Layer already exists 09:46:29 654ce08c196f: Layer already exists 09:46:29 428fb7bdedc9: Layer already exists 09:46:29 3ddbbabe9cc7: Layer already exists 09:46:29 63ca1fbb43ae: Layer already exists 09:46:29 latest: digest: sha256:2034fa20c4764a603ac971553b8580ef7229df105610d965aa24193ba65c7d38 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:29 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:29 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.94 09:46:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 09:46:29 f7a3c298333b: Preparing 09:46:29 c3743a73aaf3: Preparing 09:46:29 50338bdc2b11: Preparing 09:46:29 99436c77ad8e: Preparing 09:46:29 2b624905f999: Preparing 09:46:29 50fbbaec058b: Preparing 09:46:29 3ddbbabe9cc7: Preparing 09:46:29 210795ae8fc6: Preparing 09:46:29 428fb7bdedc9: Preparing 09:46:29 654ce08c196f: Preparing 09:46:29 63ca1fbb43ae: Preparing 09:46:29 50fbbaec058b: Waiting 09:46:29 210795ae8fc6: Waiting 09:46:29 654ce08c196f: Waiting 09:46:29 63ca1fbb43ae: Waiting 09:46:29 3ddbbabe9cc7: Waiting 09:46:29 428fb7bdedc9: Waiting 09:46:29 f7a3c298333b: Layer already exists 09:46:29 50338bdc2b11: Layer already exists 09:46:29 2b624905f999: Layer already exists 09:46:29 c3743a73aaf3: Layer already exists 09:46:29 99436c77ad8e: Layer already exists 09:46:29 428fb7bdedc9: Layer already exists 09:46:29 3ddbbabe9cc7: Layer already exists 09:46:29 50fbbaec058b: Layer already exists 09:46:29 654ce08c196f: Layer already exists 09:46:29 210795ae8fc6: Layer already exists 09:46:29 63ca1fbb43ae: Layer already exists 09:46:29 3.2.0-dev.94: digest: sha256:2034fa20c4764a603ac971553b8580ef7229df105610d965aa24193ba65c7d38 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:29 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:30 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 09:46:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 09:46:30 f7a3c298333b: Preparing 09:46:30 c3743a73aaf3: Preparing 09:46:30 50338bdc2b11: Preparing 09:46:30 99436c77ad8e: Preparing 09:46:30 2b624905f999: Preparing 09:46:30 50fbbaec058b: Preparing 09:46:30 3ddbbabe9cc7: Preparing 09:46:30 210795ae8fc6: Preparing 09:46:30 428fb7bdedc9: Preparing 09:46:30 654ce08c196f: Preparing 09:46:30 63ca1fbb43ae: Preparing 09:46:30 3ddbbabe9cc7: Waiting 09:46:30 210795ae8fc6: Waiting 09:46:30 428fb7bdedc9: Waiting 09:46:30 654ce08c196f: Waiting 09:46:30 63ca1fbb43ae: Waiting 09:46:30 50fbbaec058b: Waiting 09:46:30 2b624905f999: Layer already exists 09:46:30 50338bdc2b11: Layer already exists 09:46:30 c3743a73aaf3: Layer already exists 09:46:30 f7a3c298333b: Layer already exists 09:46:30 99436c77ad8e: Layer already exists 09:46:30 3ddbbabe9cc7: Layer already exists 09:46:30 50fbbaec058b: Layer already exists 09:46:30 210795ae8fc6: Layer already exists 09:46:30 428fb7bdedc9: Layer already exists 09:46:30 654ce08c196f: Layer already exists 09:46:30 63ca1fbb43ae: Layer already exists 09:46:30 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:2034fa20c4764a603ac971553b8580ef7229df105610d965aa24193ba65c7d38 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:30 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:30 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 09:46:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 09:46:30 f7a3c298333b: Preparing 09:46:30 c3743a73aaf3: Preparing 09:46:30 50338bdc2b11: Preparing 09:46:30 99436c77ad8e: Preparing 09:46:30 2b624905f999: Preparing 09:46:30 50fbbaec058b: Preparing 09:46:30 3ddbbabe9cc7: Preparing 09:46:30 210795ae8fc6: Preparing 09:46:30 428fb7bdedc9: Preparing 09:46:30 654ce08c196f: Preparing 09:46:30 63ca1fbb43ae: Preparing 09:46:30 428fb7bdedc9: Waiting 09:46:30 654ce08c196f: Waiting 09:46:30 63ca1fbb43ae: Waiting 09:46:30 50fbbaec058b: Waiting 09:46:30 3ddbbabe9cc7: Waiting 09:46:30 210795ae8fc6: Waiting 09:46:30 c3743a73aaf3: Layer already exists 09:46:30 2b624905f999: Layer already exists 09:46:30 f7a3c298333b: Layer already exists 09:46:30 50338bdc2b11: Layer already exists 09:46:30 99436c77ad8e: Layer already exists 09:46:30 3ddbbabe9cc7: Layer already exists 09:46:30 210795ae8fc6: Layer already exists 09:46:30 50fbbaec058b: Layer already exists 09:46:30 428fb7bdedc9: Layer already exists 09:46:30 654ce08c196f: Layer already exists 09:46:30 63ca1fbb43ae: Layer already exists 09:46:30 main: digest: sha256:2034fa20c4764a603ac971553b8580ef7229df105610d965aa24193ba65c7d38 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:46:31 ===================================================== [Pipeline] echo 09:46:31 taggedImages: 09:46:31 - nexus3.edgexfoundry.org:10004/security-proxy-setup:7f550756abf89bcf15828d6373a305e4d40f5987 09:46:31 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 09:46:31 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.94 09:46:31 - nexus3.edgexfoundry.org:10004/security-proxy-setup:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 09:46:31 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 09:46:31 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 09:46:31 7f550756abf89bcf15828d6373a305e4d40f5987 09:46:31 latest 09:46:31 3.2.0-dev.94 09:46:31 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 09:46:31 main 09:46:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:31 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:31 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:7f550756abf89bcf15828d6373a305e4d40f5987 09:46:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 09:46:31 acb98f41986e: Preparing 09:46:31 c20dee8f1d13: Preparing 09:46:31 27af24c21de2: Preparing 09:46:31 f1084da7a245: Preparing 09:46:31 6fd1e88898c5: Preparing 09:46:31 d0c85c544623: Preparing 09:46:31 437e1db3f1ba: Preparing 09:46:31 50fbbaec058b: Preparing 09:46:31 3ddbbabe9cc7: Preparing 09:46:31 e41132b6e53f: Preparing 09:46:31 14e38adb50a8: Preparing 09:46:31 63ca1fbb43ae: Preparing 09:46:31 50fbbaec058b: Waiting 09:46:31 3ddbbabe9cc7: Waiting 09:46:31 d0c85c544623: Waiting 09:46:31 e41132b6e53f: Waiting 09:46:31 14e38adb50a8: Waiting 09:46:31 437e1db3f1ba: Waiting 09:46:31 63ca1fbb43ae: Waiting 09:46:31 acb98f41986e: Pushed 09:46:31 6fd1e88898c5: Pushed 09:46:31 c20dee8f1d13: Pushed 09:46:31 50fbbaec058b: Layer already exists 09:46:32 3ddbbabe9cc7: Layer already exists 09:46:32 d0c85c544623: Pushed 09:46:32 437e1db3f1ba: Pushed 09:46:32 63ca1fbb43ae: Layer already exists 09:46:32 e41132b6e53f: Pushed 09:46:32 f1084da7a245: Pushed 09:46:33 27af24c21de2: Pushed 09:46:33 14e38adb50a8: Pushed 09:46:33 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:7dbe9ddb26a09802072f1d3d46a432cfef45981ec1282acb4b87fbef4642dc36 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:33 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:33 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 09:46:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 09:46:33 acb98f41986e: Preparing 09:46:33 c20dee8f1d13: Preparing 09:46:33 27af24c21de2: Preparing 09:46:33 f1084da7a245: Preparing 09:46:33 6fd1e88898c5: Preparing 09:46:33 d0c85c544623: Preparing 09:46:33 437e1db3f1ba: Preparing 09:46:33 50fbbaec058b: Preparing 09:46:33 3ddbbabe9cc7: Preparing 09:46:33 e41132b6e53f: Preparing 09:46:33 14e38adb50a8: Preparing 09:46:33 63ca1fbb43ae: Preparing 09:46:33 437e1db3f1ba: Waiting 09:46:33 14e38adb50a8: Waiting 09:46:33 50fbbaec058b: Waiting 09:46:33 63ca1fbb43ae: Waiting 09:46:33 3ddbbabe9cc7: Waiting 09:46:33 e41132b6e53f: Waiting 09:46:33 d0c85c544623: Waiting 09:46:33 c20dee8f1d13: Layer already exists 09:46:33 27af24c21de2: Layer already exists 09:46:33 f1084da7a245: Layer already exists 09:46:33 6fd1e88898c5: Layer already exists 09:46:33 acb98f41986e: Layer already exists 09:46:33 50fbbaec058b: Layer already exists 09:46:33 3ddbbabe9cc7: Layer already exists 09:46:33 d0c85c544623: Layer already exists 09:46:33 437e1db3f1ba: Layer already exists 09:46:33 e41132b6e53f: Layer already exists 09:46:33 14e38adb50a8: Layer already exists 09:46:33 63ca1fbb43ae: Layer already exists 09:46:33 latest: digest: sha256:7dbe9ddb26a09802072f1d3d46a432cfef45981ec1282acb4b87fbef4642dc36 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:34 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:34 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.94 09:46:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 09:46:34 acb98f41986e: Preparing 09:46:34 c20dee8f1d13: Preparing 09:46:34 27af24c21de2: Preparing 09:46:34 f1084da7a245: Preparing 09:46:34 6fd1e88898c5: Preparing 09:46:34 d0c85c544623: Preparing 09:46:34 437e1db3f1ba: Preparing 09:46:34 50fbbaec058b: Preparing 09:46:34 3ddbbabe9cc7: Preparing 09:46:34 e41132b6e53f: Preparing 09:46:34 14e38adb50a8: Preparing 09:46:34 63ca1fbb43ae: Preparing 09:46:34 d0c85c544623: Waiting 09:46:34 437e1db3f1ba: Waiting 09:46:34 50fbbaec058b: Waiting 09:46:34 3ddbbabe9cc7: Waiting 09:46:34 e41132b6e53f: Waiting 09:46:34 14e38adb50a8: Waiting 09:46:34 63ca1fbb43ae: Waiting 09:46:34 acb98f41986e: Layer already exists 09:46:34 c20dee8f1d13: Layer already exists 09:46:34 6fd1e88898c5: Layer already exists 09:46:34 27af24c21de2: Layer already exists 09:46:34 f1084da7a245: Layer already exists 09:46:34 d0c85c544623: Layer already exists 09:46:34 437e1db3f1ba: Layer already exists 09:46:34 50fbbaec058b: Layer already exists 09:46:34 3ddbbabe9cc7: Layer already exists 09:46:34 e41132b6e53f: Layer already exists 09:46:34 14e38adb50a8: Layer already exists 09:46:34 63ca1fbb43ae: Layer already exists 09:46:34 3.2.0-dev.94: digest: sha256:7dbe9ddb26a09802072f1d3d46a432cfef45981ec1282acb4b87fbef4642dc36 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:34 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:35 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 09:46:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 09:46:35 acb98f41986e: Preparing 09:46:35 c20dee8f1d13: Preparing 09:46:35 27af24c21de2: Preparing 09:46:35 f1084da7a245: Preparing 09:46:35 6fd1e88898c5: Preparing 09:46:35 d0c85c544623: Preparing 09:46:35 437e1db3f1ba: Preparing 09:46:35 50fbbaec058b: Preparing 09:46:35 3ddbbabe9cc7: Preparing 09:46:35 e41132b6e53f: Preparing 09:46:35 14e38adb50a8: Preparing 09:46:35 63ca1fbb43ae: Preparing 09:46:35 d0c85c544623: Waiting 09:46:35 437e1db3f1ba: Waiting 09:46:35 3ddbbabe9cc7: Waiting 09:46:35 14e38adb50a8: Waiting 09:46:35 50fbbaec058b: Waiting 09:46:35 63ca1fbb43ae: Waiting 09:46:35 e41132b6e53f: Waiting 09:46:35 6fd1e88898c5: Layer already exists 09:46:35 27af24c21de2: Layer already exists 09:46:35 c20dee8f1d13: Layer already exists 09:46:35 acb98f41986e: Layer already exists 09:46:35 f1084da7a245: Layer already exists 09:46:35 d0c85c544623: Layer already exists 09:46:35 50fbbaec058b: Layer already exists 09:46:35 e41132b6e53f: Layer already exists 09:46:35 437e1db3f1ba: Layer already exists 09:46:35 3ddbbabe9cc7: Layer already exists 09:46:35 14e38adb50a8: Layer already exists 09:46:35 63ca1fbb43ae: Layer already exists 09:46:35 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:7dbe9ddb26a09802072f1d3d46a432cfef45981ec1282acb4b87fbef4642dc36 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:35 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:35 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 09:46:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 09:46:35 acb98f41986e: Preparing 09:46:35 c20dee8f1d13: Preparing 09:46:35 27af24c21de2: Preparing 09:46:35 f1084da7a245: Preparing 09:46:35 6fd1e88898c5: Preparing 09:46:35 d0c85c544623: Preparing 09:46:35 437e1db3f1ba: Preparing 09:46:35 50fbbaec058b: Preparing 09:46:35 3ddbbabe9cc7: Preparing 09:46:35 e41132b6e53f: Preparing 09:46:35 14e38adb50a8: Preparing 09:46:35 63ca1fbb43ae: Preparing 09:46:35 3ddbbabe9cc7: Waiting 09:46:35 14e38adb50a8: Waiting 09:46:35 437e1db3f1ba: Waiting 09:46:35 50fbbaec058b: Waiting 09:46:35 f1084da7a245: Layer already exists 09:46:35 6fd1e88898c5: Layer already exists 09:46:35 27af24c21de2: Layer already exists 09:46:35 c20dee8f1d13: Layer already exists 09:46:35 acb98f41986e: Layer already exists 09:46:35 437e1db3f1ba: Layer already exists 09:46:35 d0c85c544623: Layer already exists 09:46:35 50fbbaec058b: Layer already exists 09:46:35 e41132b6e53f: Layer already exists 09:46:35 3ddbbabe9cc7: Layer already exists 09:46:35 14e38adb50a8: Layer already exists 09:46:35 63ca1fbb43ae: Layer already exists 09:46:35 main: digest: sha256:7dbe9ddb26a09802072f1d3d46a432cfef45981ec1282acb4b87fbef4642dc36 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:46:35 ===================================================== [Pipeline] echo 09:46:35 taggedImages: 09:46:35 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:7f550756abf89bcf15828d6373a305e4d40f5987 09:46:35 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 09:46:35 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.94 09:46:35 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 09:46:35 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 09:46:35 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 09:46:35 7f550756abf89bcf15828d6373a305e4d40f5987 09:46:35 latest 09:46:35 3.2.0-dev.94 09:46:35 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 09:46:35 main 09:46:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:36 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:36 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7f550756abf89bcf15828d6373a305e4d40f5987 09:46:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 09:46:36 f0e62c6fbaad: Preparing 09:46:36 beeaf27334ff: Preparing 09:46:36 50fbbaec058b: Preparing 09:46:36 3ddbbabe9cc7: Preparing 09:46:36 56c3dfac27a3: Preparing 09:46:36 4f909f74a2b2: Preparing 09:46:36 63ca1fbb43ae: Preparing 09:46:36 63ca1fbb43ae: Waiting 09:46:36 4f909f74a2b2: Waiting 09:46:36 50fbbaec058b: Layer already exists 09:46:36 3ddbbabe9cc7: Layer already exists 09:46:36 63ca1fbb43ae: Layer already exists 09:46:36 f0e62c6fbaad: Pushed 09:46:36 56c3dfac27a3: Pushed 09:46:37 4f909f74a2b2: Pushed 09:46:38 beeaf27334ff: Pushed 09:46:38 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:133af11df92460e87865c0c7cef92c8dfb4154377e9f4ff34c1250febe95b456 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:38 + 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 09:46:39 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 09:46:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 09:46:39 f0e62c6fbaad: Preparing 09:46:39 beeaf27334ff: Preparing 09:46:39 50fbbaec058b: Preparing 09:46:39 3ddbbabe9cc7: Preparing 09:46:39 56c3dfac27a3: Preparing 09:46:39 4f909f74a2b2: Preparing 09:46:39 63ca1fbb43ae: Preparing 09:46:39 4f909f74a2b2: Waiting 09:46:39 63ca1fbb43ae: Waiting 09:46:39 f0e62c6fbaad: Layer already exists 09:46:39 56c3dfac27a3: Layer already exists 09:46:39 beeaf27334ff: Layer already exists 09:46:39 50fbbaec058b: Layer already exists 09:46:39 3ddbbabe9cc7: Layer already exists 09:46:39 4f909f74a2b2: Layer already exists 09:46:39 63ca1fbb43ae: Layer already exists 09:46:39 latest: digest: sha256:133af11df92460e87865c0c7cef92c8dfb4154377e9f4ff34c1250febe95b456 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:39 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:39 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.94 09:46:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 09:46:39 f0e62c6fbaad: Preparing 09:46:39 beeaf27334ff: Preparing 09:46:39 50fbbaec058b: Preparing 09:46:39 3ddbbabe9cc7: Preparing 09:46:39 56c3dfac27a3: Preparing 09:46:39 4f909f74a2b2: Preparing 09:46:39 63ca1fbb43ae: Preparing 09:46:39 4f909f74a2b2: Waiting 09:46:39 63ca1fbb43ae: Waiting 09:46:39 f0e62c6fbaad: Layer already exists 09:46:39 beeaf27334ff: Layer already exists 09:46:39 50fbbaec058b: Layer already exists 09:46:39 56c3dfac27a3: Layer already exists 09:46:39 3ddbbabe9cc7: Layer already exists 09:46:39 63ca1fbb43ae: Layer already exists 09:46:39 4f909f74a2b2: Layer already exists 09:46:39 3.2.0-dev.94: digest: sha256:133af11df92460e87865c0c7cef92c8dfb4154377e9f4ff34c1250febe95b456 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:39 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:40 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 09:46:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 09:46:40 f0e62c6fbaad: Preparing 09:46:40 beeaf27334ff: Preparing 09:46:40 50fbbaec058b: Preparing 09:46:40 3ddbbabe9cc7: Preparing 09:46:40 56c3dfac27a3: Preparing 09:46:40 4f909f74a2b2: Preparing 09:46:40 63ca1fbb43ae: Preparing 09:46:40 63ca1fbb43ae: Waiting 09:46:40 4f909f74a2b2: Waiting 09:46:40 50fbbaec058b: Layer already exists 09:46:40 3ddbbabe9cc7: Layer already exists 09:46:40 56c3dfac27a3: Layer already exists 09:46:40 beeaf27334ff: Layer already exists 09:46:40 f0e62c6fbaad: Layer already exists 09:46:40 63ca1fbb43ae: Layer already exists 09:46:40 4f909f74a2b2: Layer already exists 09:46:40 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:133af11df92460e87865c0c7cef92c8dfb4154377e9f4ff34c1250febe95b456 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:40 + 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 09:46:40 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 09:46:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 09:46:40 f0e62c6fbaad: Preparing 09:46:40 beeaf27334ff: Preparing 09:46:40 50fbbaec058b: Preparing 09:46:40 3ddbbabe9cc7: Preparing 09:46:40 56c3dfac27a3: Preparing 09:46:40 4f909f74a2b2: Preparing 09:46:40 63ca1fbb43ae: Preparing 09:46:40 4f909f74a2b2: Waiting 09:46:40 63ca1fbb43ae: Waiting 09:46:40 f0e62c6fbaad: Layer already exists 09:46:40 56c3dfac27a3: Layer already exists 09:46:40 50fbbaec058b: Layer already exists 09:46:40 3ddbbabe9cc7: Layer already exists 09:46:40 beeaf27334ff: Layer already exists 09:46:40 4f909f74a2b2: Layer already exists 09:46:40 63ca1fbb43ae: Layer already exists 09:46:40 main: digest: sha256:133af11df92460e87865c0c7cef92c8dfb4154377e9f4ff34c1250febe95b456 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:46:41 ===================================================== [Pipeline] echo 09:46:41 taggedImages: 09:46:41 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7f550756abf89bcf15828d6373a305e4d40f5987 09:46:41 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 09:46:41 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.94 09:46:41 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 09:46:41 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 09:46:41 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 09:46:41 7f550756abf89bcf15828d6373a305e4d40f5987 09:46:41 latest 09:46:41 3.2.0-dev.94 09:46:41 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 09:46:41 main 09:46:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:41 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:7f550756abf89bcf15828d6373a305e4d40f5987 09:46:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 09:46:41 d1e76d2672aa: Preparing 09:46:41 ad2ca781947d: Preparing 09:46:41 01405876d9c7: Preparing 09:46:41 50fbbaec058b: Preparing 09:46:41 3ddbbabe9cc7: Preparing 09:46:41 0370687d6a14: Preparing 09:46:41 0b8c8e365171: Preparing 09:46:41 ec689c6ed05e: Preparing 09:46:41 65ebe130ac40: Preparing 09:46:41 63ca1fbb43ae: Preparing 09:46:41 0b8c8e365171: Waiting 09:46:41 ec689c6ed05e: Waiting 09:46:41 65ebe130ac40: Waiting 09:46:41 63ca1fbb43ae: Waiting 09:46:41 50fbbaec058b: Layer already exists 09:46:41 3ddbbabe9cc7: Layer already exists 09:46:41 d1e76d2672aa: Pushed 09:46:41 01405876d9c7: Pushed 09:46:41 ad2ca781947d: Pushed 09:46:41 63ca1fbb43ae: Layer already exists 09:46:42 ec689c6ed05e: Pushed 09:46:42 65ebe130ac40: Pushed 09:46:47 0b8c8e365171: Pushed 09:46:50 0370687d6a14: Pushed 09:46:50 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:d1dd5f3f66c3817e973bd8528f4f462315c12df69bd3bf9d0188faadbf6829ce size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:51 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:51 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 09:46:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 09:46:51 d1e76d2672aa: Preparing 09:46:51 ad2ca781947d: Preparing 09:46:51 01405876d9c7: Preparing 09:46:51 50fbbaec058b: Preparing 09:46:51 3ddbbabe9cc7: Preparing 09:46:51 0370687d6a14: Preparing 09:46:51 0b8c8e365171: Preparing 09:46:51 ec689c6ed05e: Preparing 09:46:51 65ebe130ac40: Preparing 09:46:51 63ca1fbb43ae: Preparing 09:46:51 0370687d6a14: Waiting 09:46:51 0b8c8e365171: Waiting 09:46:51 ec689c6ed05e: Waiting 09:46:51 65ebe130ac40: Waiting 09:46:51 50fbbaec058b: Layer already exists 09:46:51 3ddbbabe9cc7: Layer already exists 09:46:51 01405876d9c7: Layer already exists 09:46:51 ad2ca781947d: Layer already exists 09:46:51 d1e76d2672aa: Layer already exists 09:46:51 0370687d6a14: Layer already exists 09:46:51 0b8c8e365171: Layer already exists 09:46:51 65ebe130ac40: Layer already exists 09:46:51 63ca1fbb43ae: Layer already exists 09:46:51 ec689c6ed05e: Layer already exists 09:46:51 latest: digest: sha256:d1dd5f3f66c3817e973bd8528f4f462315c12df69bd3bf9d0188faadbf6829ce size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:51 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:52 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.94 09:46:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 09:46:52 d1e76d2672aa: Preparing 09:46:52 ad2ca781947d: Preparing 09:46:52 01405876d9c7: Preparing 09:46:52 50fbbaec058b: Preparing 09:46:52 3ddbbabe9cc7: Preparing 09:46:52 0370687d6a14: Preparing 09:46:52 0b8c8e365171: Preparing 09:46:52 ec689c6ed05e: Preparing 09:46:52 65ebe130ac40: Preparing 09:46:52 63ca1fbb43ae: Preparing 09:46:52 0370687d6a14: Waiting 09:46:52 ec689c6ed05e: Waiting 09:46:52 0b8c8e365171: Waiting 09:46:52 63ca1fbb43ae: Waiting 09:46:52 65ebe130ac40: Waiting 09:46:52 d1e76d2672aa: Layer already exists 09:46:52 3ddbbabe9cc7: Layer already exists 09:46:52 01405876d9c7: Layer already exists 09:46:52 50fbbaec058b: Layer already exists 09:46:52 ad2ca781947d: Layer already exists 09:46:52 0370687d6a14: Layer already exists 09:46:52 0b8c8e365171: Layer already exists 09:46:52 ec689c6ed05e: Layer already exists 09:46:52 63ca1fbb43ae: Layer already exists 09:46:52 65ebe130ac40: Layer already exists 09:46:52 3.2.0-dev.94: digest: sha256:d1dd5f3f66c3817e973bd8528f4f462315c12df69bd3bf9d0188faadbf6829ce size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:52 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:52 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 09:46:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 09:46:52 d1e76d2672aa: Preparing 09:46:52 ad2ca781947d: Preparing 09:46:52 01405876d9c7: Preparing 09:46:52 50fbbaec058b: Preparing 09:46:52 3ddbbabe9cc7: Preparing 09:46:52 0370687d6a14: Preparing 09:46:52 0b8c8e365171: Preparing 09:46:52 ec689c6ed05e: Preparing 09:46:52 65ebe130ac40: Preparing 09:46:52 63ca1fbb43ae: Preparing 09:46:52 ec689c6ed05e: Waiting 09:46:52 0b8c8e365171: Waiting 09:46:52 65ebe130ac40: Waiting 09:46:52 63ca1fbb43ae: Waiting 09:46:52 0370687d6a14: Waiting 09:46:52 01405876d9c7: Layer already exists 09:46:52 d1e76d2672aa: Layer already exists 09:46:52 50fbbaec058b: Layer already exists 09:46:52 3ddbbabe9cc7: Layer already exists 09:46:52 ad2ca781947d: Layer already exists 09:46:52 0370687d6a14: Layer already exists 09:46:52 ec689c6ed05e: Layer already exists 09:46:52 0b8c8e365171: Layer already exists 09:46:52 63ca1fbb43ae: Layer already exists 09:46:52 65ebe130ac40: Layer already exists 09:46:52 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:d1dd5f3f66c3817e973bd8528f4f462315c12df69bd3bf9d0188faadbf6829ce size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:53 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 09:46:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 09:46:53 d1e76d2672aa: Preparing 09:46:53 ad2ca781947d: Preparing 09:46:53 01405876d9c7: Preparing 09:46:53 50fbbaec058b: Preparing 09:46:53 3ddbbabe9cc7: Preparing 09:46:53 0370687d6a14: Preparing 09:46:53 0b8c8e365171: Preparing 09:46:53 ec689c6ed05e: Preparing 09:46:53 65ebe130ac40: Preparing 09:46:53 63ca1fbb43ae: Preparing 09:46:53 0b8c8e365171: Waiting 09:46:53 ec689c6ed05e: Waiting 09:46:53 65ebe130ac40: Waiting 09:46:53 63ca1fbb43ae: Waiting 09:46:53 d1e76d2672aa: Layer already exists 09:46:53 50fbbaec058b: Layer already exists 09:46:53 3ddbbabe9cc7: Layer already exists 09:46:53 ad2ca781947d: Layer already exists 09:46:53 01405876d9c7: Layer already exists 09:46:53 65ebe130ac40: Layer already exists 09:46:53 ec689c6ed05e: Layer already exists 09:46:53 0370687d6a14: Layer already exists 09:46:53 0b8c8e365171: Layer already exists 09:46:53 63ca1fbb43ae: Layer already exists 09:46:53 main: digest: sha256:d1dd5f3f66c3817e973bd8528f4f462315c12df69bd3bf9d0188faadbf6829ce size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:46:53 ===================================================== [Pipeline] echo 09:46:53 taggedImages: 09:46:53 - nexus3.edgexfoundry.org:10004/security-spire-agent:7f550756abf89bcf15828d6373a305e4d40f5987 09:46:53 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 09:46:53 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.94 09:46:53 - nexus3.edgexfoundry.org:10004/security-spire-agent:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 09:46:53 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 09:46:53 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 09:46:53 7f550756abf89bcf15828d6373a305e4d40f5987 09:46:53 latest 09:46:53 3.2.0-dev.94 09:46:53 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 09:46:53 main 09:46:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:53 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:7f550756abf89bcf15828d6373a305e4d40f5987 09:46:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 09:46:54 dc6cbe4f0da2: Preparing 09:46:54 37ed96736f85: Preparing 09:46:54 0ecdebdd354f: Preparing 09:46:54 50fbbaec058b: Preparing 09:46:54 3ddbbabe9cc7: Preparing 09:46:54 df0e34d3247f: Preparing 09:46:54 3a22576b4066: Preparing 09:46:54 2f0a700c2bbe: Preparing 09:46:54 63ca1fbb43ae: Preparing 09:46:54 df0e34d3247f: Waiting 09:46:54 3a22576b4066: Waiting 09:46:54 2f0a700c2bbe: Waiting 09:46:54 63ca1fbb43ae: Waiting 09:46:54 3ddbbabe9cc7: Layer already exists 09:46:54 50fbbaec058b: Layer already exists 09:46:54 37ed96736f85: Pushed 09:46:54 0ecdebdd354f: Pushed 09:46:54 dc6cbe4f0da2: Pushed 09:46:54 63ca1fbb43ae: Layer already exists 09:46:54 3a22576b4066: Pushed 09:46:54 2f0a700c2bbe: Pushed 09:47:04 df0e34d3247f: Pushed 09:47:04 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:7218690bb1a87581e22a6e948138ee0f23d9049f17f205785e01c501f3411360 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:47:04 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:47:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 09:47:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 09:47:05 dc6cbe4f0da2: Preparing 09:47:05 37ed96736f85: Preparing 09:47:05 0ecdebdd354f: Preparing 09:47:05 50fbbaec058b: Preparing 09:47:05 3ddbbabe9cc7: Preparing 09:47:05 df0e34d3247f: Preparing 09:47:05 3a22576b4066: Preparing 09:47:05 2f0a700c2bbe: Preparing 09:47:05 63ca1fbb43ae: Preparing 09:47:05 63ca1fbb43ae: Waiting 09:47:05 2f0a700c2bbe: Waiting 09:47:05 df0e34d3247f: Waiting 09:47:05 3a22576b4066: Waiting 09:47:05 dc6cbe4f0da2: Layer already exists 09:47:05 37ed96736f85: Layer already exists 09:47:05 0ecdebdd354f: Layer already exists 09:47:05 3ddbbabe9cc7: Layer already exists 09:47:05 50fbbaec058b: Layer already exists 09:47:05 df0e34d3247f: Layer already exists 09:47:05 3a22576b4066: Layer already exists 09:47:05 2f0a700c2bbe: Layer already exists 09:47:05 63ca1fbb43ae: Layer already exists 09:47:05 latest: digest: sha256:7218690bb1a87581e22a6e948138ee0f23d9049f17f205785e01c501f3411360 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:47:05 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:47:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.94 09:47:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 09:47:05 dc6cbe4f0da2: Preparing 09:47:05 37ed96736f85: Preparing 09:47:05 0ecdebdd354f: Preparing 09:47:05 50fbbaec058b: Preparing 09:47:05 3ddbbabe9cc7: Preparing 09:47:05 df0e34d3247f: Preparing 09:47:05 3a22576b4066: Preparing 09:47:05 2f0a700c2bbe: Preparing 09:47:05 63ca1fbb43ae: Preparing 09:47:05 2f0a700c2bbe: Waiting 09:47:05 df0e34d3247f: Waiting 09:47:05 3a22576b4066: Waiting 09:47:05 63ca1fbb43ae: Waiting 09:47:05 50fbbaec058b: Layer already exists 09:47:05 37ed96736f85: Layer already exists 09:47:05 dc6cbe4f0da2: Layer already exists 09:47:05 0ecdebdd354f: Layer already exists 09:47:05 3ddbbabe9cc7: Layer already exists 09:47:05 3a22576b4066: Layer already exists 09:47:05 2f0a700c2bbe: Layer already exists 09:47:05 63ca1fbb43ae: Layer already exists 09:47:05 df0e34d3247f: Layer already exists 09:47:05 3.2.0-dev.94: digest: sha256:7218690bb1a87581e22a6e948138ee0f23d9049f17f205785e01c501f3411360 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:47:06 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:47:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 09:47:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 09:47:06 dc6cbe4f0da2: Preparing 09:47:06 37ed96736f85: Preparing 09:47:06 0ecdebdd354f: Preparing 09:47:06 50fbbaec058b: Preparing 09:47:06 3ddbbabe9cc7: Preparing 09:47:06 df0e34d3247f: Preparing 09:47:06 3a22576b4066: Preparing 09:47:06 2f0a700c2bbe: Preparing 09:47:06 63ca1fbb43ae: Preparing 09:47:06 df0e34d3247f: Waiting 09:47:06 3a22576b4066: Waiting 09:47:06 2f0a700c2bbe: Waiting 09:47:06 63ca1fbb43ae: Waiting 09:47:06 3ddbbabe9cc7: Layer already exists 09:47:06 0ecdebdd354f: Layer already exists 09:47:06 37ed96736f85: Layer already exists 09:47:06 50fbbaec058b: Layer already exists 09:47:06 dc6cbe4f0da2: Layer already exists 09:47:06 df0e34d3247f: Layer already exists 09:47:06 3a22576b4066: Layer already exists 09:47:06 2f0a700c2bbe: Layer already exists 09:47:06 63ca1fbb43ae: Layer already exists 09:47:06 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:7218690bb1a87581e22a6e948138ee0f23d9049f17f205785e01c501f3411360 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:47:06 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:47:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 09:47:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 09:47:07 dc6cbe4f0da2: Preparing 09:47:07 37ed96736f85: Preparing 09:47:07 0ecdebdd354f: Preparing 09:47:07 50fbbaec058b: Preparing 09:47:07 3ddbbabe9cc7: Preparing 09:47:07 df0e34d3247f: Preparing 09:47:07 3a22576b4066: Preparing 09:47:07 2f0a700c2bbe: Preparing 09:47:07 63ca1fbb43ae: Preparing 09:47:07 df0e34d3247f: Waiting 09:47:07 3a22576b4066: Waiting 09:47:07 2f0a700c2bbe: Waiting 09:47:07 63ca1fbb43ae: Waiting 09:47:07 37ed96736f85: Layer already exists 09:47:07 dc6cbe4f0da2: Layer already exists 09:47:07 0ecdebdd354f: Layer already exists 09:47:07 50fbbaec058b: Layer already exists 09:47:07 3ddbbabe9cc7: Layer already exists 09:47:07 3a22576b4066: Layer already exists 09:47:07 df0e34d3247f: Layer already exists 09:47:07 2f0a700c2bbe: Layer already exists 09:47:07 63ca1fbb43ae: Layer already exists 09:47:07 main: digest: sha256:7218690bb1a87581e22a6e948138ee0f23d9049f17f205785e01c501f3411360 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:47:07 ===================================================== [Pipeline] echo 09:47:07 taggedImages: 09:47:07 - nexus3.edgexfoundry.org:10004/security-spire-config:7f550756abf89bcf15828d6373a305e4d40f5987 09:47:07 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 09:47:07 - nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.94 09:47:07 - nexus3.edgexfoundry.org:10004/security-spire-config:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 09:47:07 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 09:47:07 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 09:47:07 7f550756abf89bcf15828d6373a305e4d40f5987 09:47:07 latest 09:47:07 3.2.0-dev.94 09:47:07 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 09:47:07 main 09:47:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:47:07 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:47:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:7f550756abf89bcf15828d6373a305e4d40f5987 09:47:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 09:47:07 c0964acf6dfe: Preparing 09:47:07 2aa19e5ce01e: Preparing 09:47:07 2d8e98c4befa: Preparing 09:47:07 50fbbaec058b: Preparing 09:47:07 3ddbbabe9cc7: Preparing 09:47:07 468998aeedd3: Preparing 09:47:07 ec689c6ed05e: Preparing 09:47:07 65ebe130ac40: Preparing 09:47:07 63ca1fbb43ae: Preparing 09:47:07 468998aeedd3: Waiting 09:47:07 ec689c6ed05e: Waiting 09:47:07 65ebe130ac40: Waiting 09:47:07 3ddbbabe9cc7: Layer already exists 09:47:07 50fbbaec058b: Layer already exists 09:47:07 ec689c6ed05e: Layer already exists 09:47:07 65ebe130ac40: Layer already exists 09:47:07 63ca1fbb43ae: Layer already exists 09:47:07 2d8e98c4befa: Pushed 09:47:07 2aa19e5ce01e: Pushed 09:47:07 c0964acf6dfe: Pushed 09:47:17 468998aeedd3: Pushed 09:47:17 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:ac1c661dff9c5cd335a2a65b409e50c8370958a2f2ea03bbb207337faec2cffc size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:47:18 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:47:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 09:47:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 09:47:18 c0964acf6dfe: Preparing 09:47:18 2aa19e5ce01e: Preparing 09:47:18 2d8e98c4befa: Preparing 09:47:18 50fbbaec058b: Preparing 09:47:18 3ddbbabe9cc7: Preparing 09:47:18 468998aeedd3: Preparing 09:47:18 ec689c6ed05e: Preparing 09:47:18 65ebe130ac40: Preparing 09:47:18 63ca1fbb43ae: Preparing 09:47:18 468998aeedd3: Waiting 09:47:18 63ca1fbb43ae: Waiting 09:47:18 65ebe130ac40: Waiting 09:47:18 c0964acf6dfe: Layer already exists 09:47:18 3ddbbabe9cc7: Layer already exists 09:47:18 2d8e98c4befa: Layer already exists 09:47:18 2aa19e5ce01e: Layer already exists 09:47:18 50fbbaec058b: Layer already exists 09:47:18 ec689c6ed05e: Layer already exists 09:47:18 468998aeedd3: Layer already exists 09:47:18 63ca1fbb43ae: Layer already exists 09:47:18 65ebe130ac40: Layer already exists 09:47:18 latest: digest: sha256:ac1c661dff9c5cd335a2a65b409e50c8370958a2f2ea03bbb207337faec2cffc size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:47:18 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:47:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.94 09:47:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 09:47:19 c0964acf6dfe: Preparing 09:47:19 2aa19e5ce01e: Preparing 09:47:19 2d8e98c4befa: Preparing 09:47:19 50fbbaec058b: Preparing 09:47:19 3ddbbabe9cc7: Preparing 09:47:19 468998aeedd3: Preparing 09:47:19 ec689c6ed05e: Preparing 09:47:19 65ebe130ac40: Preparing 09:47:19 63ca1fbb43ae: Preparing 09:47:19 468998aeedd3: Waiting 09:47:19 ec689c6ed05e: Waiting 09:47:19 65ebe130ac40: Waiting 09:47:19 63ca1fbb43ae: Waiting 09:47:19 50fbbaec058b: Layer already exists 09:47:19 3ddbbabe9cc7: Layer already exists 09:47:19 2d8e98c4befa: Layer already exists 09:47:19 2aa19e5ce01e: Layer already exists 09:47:19 c0964acf6dfe: Layer already exists 09:47:19 ec689c6ed05e: Layer already exists 09:47:19 468998aeedd3: Layer already exists 09:47:19 65ebe130ac40: Layer already exists 09:47:19 63ca1fbb43ae: Layer already exists 09:47:19 3.2.0-dev.94: digest: sha256:ac1c661dff9c5cd335a2a65b409e50c8370958a2f2ea03bbb207337faec2cffc size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:47:19 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:47:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 09:47:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 09:47:19 c0964acf6dfe: Preparing 09:47:19 2aa19e5ce01e: Preparing 09:47:19 2d8e98c4befa: Preparing 09:47:19 50fbbaec058b: Preparing 09:47:19 3ddbbabe9cc7: Preparing 09:47:19 468998aeedd3: Preparing 09:47:19 ec689c6ed05e: Preparing 09:47:19 65ebe130ac40: Preparing 09:47:19 63ca1fbb43ae: Preparing 09:47:19 468998aeedd3: Waiting 09:47:19 ec689c6ed05e: Waiting 09:47:19 65ebe130ac40: Waiting 09:47:19 3ddbbabe9cc7: Layer already exists 09:47:19 2d8e98c4befa: Layer already exists 09:47:19 50fbbaec058b: Layer already exists 09:47:19 2aa19e5ce01e: Layer already exists 09:47:19 c0964acf6dfe: Layer already exists 09:47:19 63ca1fbb43ae: Layer already exists 09:47:19 65ebe130ac40: Layer already exists 09:47:19 468998aeedd3: Layer already exists 09:47:19 ec689c6ed05e: Layer already exists 09:47:19 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:ac1c661dff9c5cd335a2a65b409e50c8370958a2f2ea03bbb207337faec2cffc size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:47:20 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:47:20 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 09:47:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 09:47:20 c0964acf6dfe: Preparing 09:47:20 2aa19e5ce01e: Preparing 09:47:20 2d8e98c4befa: Preparing 09:47:20 50fbbaec058b: Preparing 09:47:20 3ddbbabe9cc7: Preparing 09:47:20 468998aeedd3: Preparing 09:47:20 ec689c6ed05e: Preparing 09:47:20 65ebe130ac40: Preparing 09:47:20 63ca1fbb43ae: Preparing 09:47:20 ec689c6ed05e: Waiting 09:47:20 63ca1fbb43ae: Waiting 09:47:20 65ebe130ac40: Waiting 09:47:20 468998aeedd3: Waiting 09:47:20 3ddbbabe9cc7: Layer already exists 09:47:20 2d8e98c4befa: Layer already exists 09:47:20 2aa19e5ce01e: Layer already exists 09:47:20 50fbbaec058b: Layer already exists 09:47:20 c0964acf6dfe: Layer already exists 09:47:20 ec689c6ed05e: Layer already exists 09:47:20 468998aeedd3: Layer already exists 09:47:20 65ebe130ac40: Layer already exists 09:47:20 63ca1fbb43ae: Layer already exists 09:47:20 main: digest: sha256:ac1c661dff9c5cd335a2a65b409e50c8370958a2f2ea03bbb207337faec2cffc size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:47:20 ===================================================== [Pipeline] echo 09:47:20 taggedImages: 09:47:20 - nexus3.edgexfoundry.org:10004/security-spire-server:7f550756abf89bcf15828d6373a305e4d40f5987 09:47:20 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 09:47:20 - nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.94 09:47:20 - nexus3.edgexfoundry.org:10004/security-spire-server:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 09:47:20 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 09:47:20 [edgeXDocker.push] Tagging docker image support-cron-scheduler with the following tags: 09:47:20 7f550756abf89bcf15828d6373a305e4d40f5987 09:47:20 latest 09:47:20 3.2.0-dev.94 09:47:20 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 09:47:20 main 09:47:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:47:20 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:47:21 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:7f550756abf89bcf15828d6373a305e4d40f5987 09:47:21 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 09:47:21 6a85e826759f: Preparing 09:47:21 83cbd10ea249: Preparing 09:47:21 50fbbaec058b: Preparing 09:47:21 3ddbbabe9cc7: Preparing 09:47:21 637f075dd8df: Preparing 09:47:21 eadc28f238a9: Preparing 09:47:21 63ca1fbb43ae: Preparing 09:47:21 eadc28f238a9: Waiting 09:47:21 63ca1fbb43ae: Waiting 09:47:21 50fbbaec058b: Layer already exists 09:47:21 3ddbbabe9cc7: Layer already exists 09:47:21 63ca1fbb43ae: Layer already exists 09:47:21 6a85e826759f: Pushed 09:47:21 637f075dd8df: Pushed 09:47:21 eadc28f238a9: Pushed 09:47:24 83cbd10ea249: Pushed 09:47:25 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:74dad6645b467eefcfebc6da26ead26fbf9d426520d269f11731058a5a0110d7 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:47:25 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:47:25 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest 09:47:25 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 09:47:25 6a85e826759f: Preparing 09:47:25 83cbd10ea249: Preparing 09:47:25 50fbbaec058b: Preparing 09:47:25 3ddbbabe9cc7: Preparing 09:47:25 637f075dd8df: Preparing 09:47:25 eadc28f238a9: Preparing 09:47:25 63ca1fbb43ae: Preparing 09:47:25 63ca1fbb43ae: Waiting 09:47:25 eadc28f238a9: Waiting 09:47:25 6a85e826759f: Layer already exists 09:47:25 83cbd10ea249: Layer already exists 09:47:25 637f075dd8df: Layer already exists 09:47:25 50fbbaec058b: Layer already exists 09:47:25 3ddbbabe9cc7: Layer already exists 09:47:25 eadc28f238a9: Layer already exists 09:47:25 63ca1fbb43ae: Layer already exists 09:47:25 latest: digest: sha256:74dad6645b467eefcfebc6da26ead26fbf9d426520d269f11731058a5a0110d7 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:47:26 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:47:26 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.94 09:47:26 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 09:47:26 6a85e826759f: Preparing 09:47:26 83cbd10ea249: Preparing 09:47:26 50fbbaec058b: Preparing 09:47:26 3ddbbabe9cc7: Preparing 09:47:26 637f075dd8df: Preparing 09:47:26 eadc28f238a9: Preparing 09:47:26 63ca1fbb43ae: Preparing 09:47:26 eadc28f238a9: Waiting 09:47:26 63ca1fbb43ae: Waiting 09:47:26 637f075dd8df: Layer already exists 09:47:26 6a85e826759f: Layer already exists 09:47:26 3ddbbabe9cc7: Layer already exists 09:47:26 83cbd10ea249: Layer already exists 09:47:26 50fbbaec058b: Layer already exists 09:47:26 eadc28f238a9: Layer already exists 09:47:26 63ca1fbb43ae: Layer already exists 09:47:26 3.2.0-dev.94: digest: sha256:74dad6645b467eefcfebc6da26ead26fbf9d426520d269f11731058a5a0110d7 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:47:26 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:47:27 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 09:47:27 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 09:47:27 6a85e826759f: Preparing 09:47:27 83cbd10ea249: Preparing 09:47:27 50fbbaec058b: Preparing 09:47:27 3ddbbabe9cc7: Preparing 09:47:27 637f075dd8df: Preparing 09:47:27 eadc28f238a9: Preparing 09:47:27 63ca1fbb43ae: Preparing 09:47:27 eadc28f238a9: Waiting 09:47:27 63ca1fbb43ae: Waiting 09:47:27 637f075dd8df: Layer already exists 09:47:27 50fbbaec058b: Layer already exists 09:47:27 6a85e826759f: Layer already exists 09:47:27 83cbd10ea249: Layer already exists 09:47:27 3ddbbabe9cc7: Layer already exists 09:47:27 eadc28f238a9: Layer already exists 09:47:27 63ca1fbb43ae: Layer already exists 09:47:27 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:74dad6645b467eefcfebc6da26ead26fbf9d426520d269f11731058a5a0110d7 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:47:27 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:47:27 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:main 09:47:27 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 09:47:27 6a85e826759f: Preparing 09:47:27 83cbd10ea249: Preparing 09:47:27 50fbbaec058b: Preparing 09:47:27 3ddbbabe9cc7: Preparing 09:47:27 637f075dd8df: Preparing 09:47:27 eadc28f238a9: Preparing 09:47:27 63ca1fbb43ae: Preparing 09:47:27 63ca1fbb43ae: Waiting 09:47:27 83cbd10ea249: Layer already exists 09:47:27 6a85e826759f: Layer already exists 09:47:27 50fbbaec058b: Layer already exists 09:47:27 637f075dd8df: Layer already exists 09:47:27 3ddbbabe9cc7: Layer already exists 09:47:27 eadc28f238a9: Layer already exists 09:47:27 63ca1fbb43ae: Layer already exists 09:47:27 main: digest: sha256:74dad6645b467eefcfebc6da26ead26fbf9d426520d269f11731058a5a0110d7 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:47:27 ===================================================== [Pipeline] echo 09:47:27 taggedImages: 09:47:27 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:7f550756abf89bcf15828d6373a305e4d40f5987 09:47:27 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest 09:47:27 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.94 09:47:27 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 09:47:27 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] echo 09:47:27 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 09:47:27 7f550756abf89bcf15828d6373a305e4d40f5987 09:47:27 latest 09:47:27 3.2.0-dev.94 09:47:27 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 09:47:27 main 09:47:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:47:28 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:47:28 + docker push nexus3.edgexfoundry.org:10004/support-notifications:7f550756abf89bcf15828d6373a305e4d40f5987 09:47:28 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 09:47:28 f7b227d06aa8: Preparing 09:47:28 ef6ea8a4e9c4: Preparing 09:47:28 121d6ae68fb6: Preparing 09:47:28 50fbbaec058b: Preparing 09:47:28 3ddbbabe9cc7: Preparing 09:47:28 53e85b714907: Preparing 09:47:28 504ba360d538: Preparing 09:47:28 63ca1fbb43ae: Preparing 09:47:28 504ba360d538: Waiting 09:47:28 53e85b714907: Waiting 09:47:28 63ca1fbb43ae: Waiting 09:47:28 3ddbbabe9cc7: Layer already exists 09:47:28 50fbbaec058b: Layer already exists 09:47:28 ef6ea8a4e9c4: Pushed 09:47:28 f7b227d06aa8: Pushed 09:47:28 63ca1fbb43ae: Layer already exists 09:47:28 53e85b714907: Pushed 09:47:28 504ba360d538: Pushed 09:47:31 121d6ae68fb6: Pushed 09:47:32 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:221ff3b19c331f0d226c143c92b77d922cc8d46ced11da7acf8ba9621ac3e210 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:47:32 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:47:32 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 09:47:32 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 09:47:32 f7b227d06aa8: Preparing 09:47:32 ef6ea8a4e9c4: Preparing 09:47:32 121d6ae68fb6: Preparing 09:47:32 50fbbaec058b: Preparing 09:47:32 3ddbbabe9cc7: Preparing 09:47:32 53e85b714907: Preparing 09:47:32 504ba360d538: Preparing 09:47:32 63ca1fbb43ae: Preparing 09:47:32 53e85b714907: Waiting 09:47:32 504ba360d538: Waiting 09:47:32 63ca1fbb43ae: Waiting 09:47:32 50fbbaec058b: Layer already exists 09:47:32 121d6ae68fb6: Layer already exists 09:47:32 3ddbbabe9cc7: Layer already exists 09:47:32 ef6ea8a4e9c4: Layer already exists 09:47:32 f7b227d06aa8: Layer already exists 09:47:32 504ba360d538: Layer already exists 09:47:32 63ca1fbb43ae: Layer already exists 09:47:32 53e85b714907: Layer already exists 09:47:32 latest: digest: sha256:221ff3b19c331f0d226c143c92b77d922cc8d46ced11da7acf8ba9621ac3e210 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:47:33 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:47:33 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.94 09:47:33 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 09:47:33 f7b227d06aa8: Preparing 09:47:33 ef6ea8a4e9c4: Preparing 09:47:33 121d6ae68fb6: Preparing 09:47:33 50fbbaec058b: Preparing 09:47:33 3ddbbabe9cc7: Preparing 09:47:33 53e85b714907: Preparing 09:47:33 504ba360d538: Preparing 09:47:33 63ca1fbb43ae: Preparing 09:47:33 53e85b714907: Waiting 09:47:33 504ba360d538: Waiting 09:47:33 121d6ae68fb6: Layer already exists 09:47:33 f7b227d06aa8: Layer already exists 09:47:33 ef6ea8a4e9c4: Layer already exists 09:47:33 3ddbbabe9cc7: Layer already exists 09:47:33 50fbbaec058b: Layer already exists 09:47:33 53e85b714907: Layer already exists 09:47:33 504ba360d538: Layer already exists 09:47:33 63ca1fbb43ae: Layer already exists 09:47:33 3.2.0-dev.94: digest: sha256:221ff3b19c331f0d226c143c92b77d922cc8d46ced11da7acf8ba9621ac3e210 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:47:33 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:47:34 + docker push nexus3.edgexfoundry.org:10004/support-notifications:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 09:47:34 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 09:47:34 f7b227d06aa8: Preparing 09:47:34 ef6ea8a4e9c4: Preparing 09:47:34 121d6ae68fb6: Preparing 09:47:34 50fbbaec058b: Preparing 09:47:34 3ddbbabe9cc7: Preparing 09:47:34 53e85b714907: Preparing 09:47:34 504ba360d538: Preparing 09:47:34 63ca1fbb43ae: Preparing 09:47:34 504ba360d538: Waiting 09:47:34 63ca1fbb43ae: Waiting 09:47:34 53e85b714907: Waiting 09:47:34 3ddbbabe9cc7: Layer already exists 09:47:34 f7b227d06aa8: Layer already exists 09:47:34 ef6ea8a4e9c4: Layer already exists 09:47:34 121d6ae68fb6: Layer already exists 09:47:34 50fbbaec058b: Layer already exists 09:47:34 504ba360d538: Layer already exists 09:47:34 63ca1fbb43ae: Layer already exists 09:47:34 53e85b714907: Layer already exists 09:47:34 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:221ff3b19c331f0d226c143c92b77d922cc8d46ced11da7acf8ba9621ac3e210 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:47:34 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:47:34 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 09:47:34 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 09:47:34 f7b227d06aa8: Preparing 09:47:34 ef6ea8a4e9c4: Preparing 09:47:34 121d6ae68fb6: Preparing 09:47:34 50fbbaec058b: Preparing 09:47:34 3ddbbabe9cc7: Preparing 09:47:34 53e85b714907: Preparing 09:47:34 504ba360d538: Preparing 09:47:34 63ca1fbb43ae: Preparing 09:47:34 504ba360d538: Waiting 09:47:34 63ca1fbb43ae: Waiting 09:47:34 53e85b714907: Waiting 09:47:34 3ddbbabe9cc7: Layer already exists 09:47:34 ef6ea8a4e9c4: Layer already exists 09:47:34 121d6ae68fb6: Layer already exists 09:47:34 50fbbaec058b: Layer already exists 09:47:34 f7b227d06aa8: Layer already exists 09:47:34 504ba360d538: Layer already exists 09:47:34 53e85b714907: Layer already exists 09:47:34 63ca1fbb43ae: Layer already exists 09:47:34 main: digest: sha256:221ff3b19c331f0d226c143c92b77d922cc8d46ced11da7acf8ba9621ac3e210 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:47:34 ===================================================== [Pipeline] echo 09:47:34 taggedImages: 09:47:34 - nexus3.edgexfoundry.org:10004/support-notifications:7f550756abf89bcf15828d6373a305e4d40f5987 09:47:34 - nexus3.edgexfoundry.org:10004/support-notifications:latest 09:47:34 - nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.94 09:47:34 - nexus3.edgexfoundry.org:10004/support-notifications:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 09:47:34 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 09:47:34 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 09:47:34 7f550756abf89bcf15828d6373a305e4d40f5987 09:47:34 latest 09:47:34 3.2.0-dev.94 09:47:34 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 09:47:34 main 09:47:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:47:35 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:47:35 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:7f550756abf89bcf15828d6373a305e4d40f5987 09:47:35 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 09:47:35 4d204ae1b26d: Preparing 09:47:35 4813529bff97: Preparing 09:47:35 50fbbaec058b: Preparing 09:47:35 3ddbbabe9cc7: Preparing 09:47:35 fe71e29a7fd4: Preparing 09:47:35 954cfc4ff21d: Preparing 09:47:35 63ca1fbb43ae: Preparing 09:47:35 63ca1fbb43ae: Waiting 09:47:35 954cfc4ff21d: Waiting 09:47:35 3ddbbabe9cc7: Layer already exists 09:47:35 fe71e29a7fd4: Layer already exists 09:47:35 50fbbaec058b: Layer already exists 09:47:35 954cfc4ff21d: Layer already exists 09:47:35 63ca1fbb43ae: Layer already exists 09:47:35 4d204ae1b26d: Pushed 09:47:38 4813529bff97: Pushed 09:47:39 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:9ebbaa4cc7562a5bbbe7c907bcad875f60832e8c1f86c08ea9359189bdea3636 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:47:39 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:47:39 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 09:47:39 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 09:47:39 4d204ae1b26d: Preparing 09:47:39 4813529bff97: Preparing 09:47:39 50fbbaec058b: Preparing 09:47:39 3ddbbabe9cc7: Preparing 09:47:39 fe71e29a7fd4: Preparing 09:47:39 954cfc4ff21d: Preparing 09:47:39 63ca1fbb43ae: Preparing 09:47:39 954cfc4ff21d: Waiting 09:47:39 63ca1fbb43ae: Waiting 09:47:39 3ddbbabe9cc7: Layer already exists 09:47:39 4813529bff97: Layer already exists 09:47:39 50fbbaec058b: Layer already exists 09:47:39 4d204ae1b26d: Layer already exists 09:47:39 fe71e29a7fd4: Layer already exists 09:47:39 954cfc4ff21d: Layer already exists 09:47:39 63ca1fbb43ae: Layer already exists 09:47:39 latest: digest: sha256:9ebbaa4cc7562a5bbbe7c907bcad875f60832e8c1f86c08ea9359189bdea3636 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:47:39 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:47:40 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.94 09:47:40 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 09:47:40 4d204ae1b26d: Preparing 09:47:40 4813529bff97: Preparing 09:47:40 50fbbaec058b: Preparing 09:47:40 3ddbbabe9cc7: Preparing 09:47:40 fe71e29a7fd4: Preparing 09:47:40 954cfc4ff21d: Preparing 09:47:40 63ca1fbb43ae: Preparing 09:47:40 954cfc4ff21d: Waiting 09:47:40 63ca1fbb43ae: Waiting 09:47:40 4d204ae1b26d: Layer already exists 09:47:40 3ddbbabe9cc7: Layer already exists 09:47:40 fe71e29a7fd4: Layer already exists 09:47:40 4813529bff97: Layer already exists 09:47:40 50fbbaec058b: Layer already exists 09:47:40 63ca1fbb43ae: Layer already exists 09:47:40 954cfc4ff21d: Layer already exists 09:47:40 3.2.0-dev.94: digest: sha256:9ebbaa4cc7562a5bbbe7c907bcad875f60832e8c1f86c08ea9359189bdea3636 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:47:40 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:47:40 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 09:47:40 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 09:47:40 4d204ae1b26d: Preparing 09:47:40 4813529bff97: Preparing 09:47:40 50fbbaec058b: Preparing 09:47:40 3ddbbabe9cc7: Preparing 09:47:40 fe71e29a7fd4: Preparing 09:47:40 954cfc4ff21d: Preparing 09:47:40 63ca1fbb43ae: Preparing 09:47:40 63ca1fbb43ae: Waiting 09:47:40 954cfc4ff21d: Waiting 09:47:40 4d204ae1b26d: Layer already exists 09:47:40 fe71e29a7fd4: Layer already exists 09:47:40 3ddbbabe9cc7: Layer already exists 09:47:40 50fbbaec058b: Layer already exists 09:47:40 4813529bff97: Layer already exists 09:47:40 63ca1fbb43ae: Layer already exists 09:47:40 954cfc4ff21d: Layer already exists 09:47:40 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:9ebbaa4cc7562a5bbbe7c907bcad875f60832e8c1f86c08ea9359189bdea3636 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:47:41 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:47:41 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 09:47:41 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 09:47:41 4d204ae1b26d: Preparing 09:47:41 4813529bff97: Preparing 09:47:41 50fbbaec058b: Preparing 09:47:41 3ddbbabe9cc7: Preparing 09:47:41 fe71e29a7fd4: Preparing 09:47:41 954cfc4ff21d: Preparing 09:47:41 63ca1fbb43ae: Preparing 09:47:41 954cfc4ff21d: Waiting 09:47:41 63ca1fbb43ae: Waiting 09:47:41 fe71e29a7fd4: Layer already exists 09:47:41 3ddbbabe9cc7: Layer already exists 09:47:41 4d204ae1b26d: Layer already exists 09:47:41 50fbbaec058b: Layer already exists 09:47:41 4813529bff97: Layer already exists 09:47:41 954cfc4ff21d: Layer already exists 09:47:41 63ca1fbb43ae: Layer already exists 09:47:41 main: digest: sha256:9ebbaa4cc7562a5bbbe7c907bcad875f60832e8c1f86c08ea9359189bdea3636 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:47:41 ===================================================== [Pipeline] echo 09:47:41 taggedImages: 09:47:41 - nexus3.edgexfoundry.org:10004/support-scheduler:7f550756abf89bcf15828d6373a305e4d40f5987 09:47:41 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 09:47:41 - nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.94 09:47:41 - nexus3.edgexfoundry.org:10004/support-scheduler:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 09:47:41 - 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] } 10:07:21 #149 ... 10:07:21 10:07:21 #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 10:07:21 #151 1368.8 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.94" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:07:24 #151 ... 10:07:24 10:07:24 #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 10:07:24 #150 DONE 1372.6s 10:07:24 10:07:24 #155 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 10:07:25 #155 ... 10:07:25 10:07:25 #161 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 10:07:25 #161 DONE 0.1s 10:07:25 10:07:25 #162 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 10:07:25 #162 DONE 0.2s 10:07:25 10:07:25 #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 10:07:25 #163 DONE 0.2s 10:07:25 10:07:25 #160 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:07:26 #160 ... 10:07:26 10:07:26 #164 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 10:07:26 #164 DONE 0.1s 10:07:26 10:07:26 #165 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:07:26 #165 DONE 0.3s 10:07:26 10:07:26 #166 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 10:07:26 #166 DONE 0.1s 10:07:26 10:07:26 #160 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:07:26 #160 ... 10:07:26 10:07:26 #167 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:07:29 #167 DONE 2.6s 10:07:29 10:07:29 #111 [security-proxy-setup] exporting to image 10:07:29 #111 exporting layers 10:07:30 #111 exporting layers 0.9s done 10:07:30 #111 writing image sha256:87caf2436cf3179272cccc1d7347d282341432555573f97f403ed5ef09654355 done 10:07:30 #111 naming to docker.io/library/security-proxy-setup-arm64 done 10:07:30 #111 DONE 4.8s 10:07:30 10:07:30 #160 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:07:45 #160 ... 10:07:45 10:07:45 #152 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 10:07:45 #152 DONE 1391.9s 10:07:45 10:07:45 #159 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:07:45 #159 ... 10:07:45 10:07:45 #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 10:07:45 #151 DONE 1392.4s 10:07:45 10:07:45 #168 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 10:07:45 #168 DONE 0.5s 10:07:45 10:07:45 #169 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh 10:07:45 #169 ... 10:07:45 10:07:45 #170 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 10:07:45 #170 DONE 0.3s 10:07:45 10:07:45 #171 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 10:07:46 #171 DONE 0.3s 10:07:46 10:07:46 #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 10:07:46 #172 DONE 0.2s 10:07:46 10:07:46 #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 10:07:46 #173 DONE 0.1s 10:07:46 10:07:46 #160 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:07:46 #160 ... 10:07:46 10:07:46 #174 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 10:07:46 #174 DONE 0.2s 10:07:46 10:07:46 #175 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:07:47 #175 DONE 0.4s 10:07:47 10:07:47 #176 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:07:47 #176 DONE 0.5s 10:07:47 10:07:47 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:07:47 #46 ... 10:07:47 10:07:47 #177 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:07:47 #177 DONE 0.2s 10:07:47 10:07:47 #178 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:07:48 #178 ... 10:07:48 10:07:48 #169 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh 10:07:48 #169 DONE 3.8s 10:07:48 10:07:48 #179 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / 10:07:48 #179 DONE 0.4s 10:07:48 10:07:48 #149 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 10:07:49 #149 ... 10:07:49 10:07:49 #180 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / 10:07:49 #180 DONE 0.2s 10:07:49 10:07:49 #181 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:07:49 #181 DONE 0.4s 10:07:49 10:07:49 #182 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 10:07:49 #182 DONE 0.2s 10:07:49 10:07:49 #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/ 10:07:49 #183 DONE 0.1s 10:07:49 10:07:49 #155 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 10:07:49 #155 ... 10:07:49 10:07:49 #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/ 10:07:49 #184 DONE 0.1s 10:07:50 10:07:50 #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/ 10:07:50 #185 DONE 0.1s 10:07:50 10:07:50 #186 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 10:07:50 #186 DONE 0.3s 10:07:50 10:07:50 #187 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 10:07:50 #187 DONE 0.2s 10:07:50 10:07:50 #188 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh 10:07:51 #188 ... 10:07:51 10:07:51 #178 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:07:51 #178 DONE 3.6s 10:07:51 10:07:51 #111 [security-secretstore-setup] exporting to image 10:07:51 #111 exporting layers 10:07:53 #111 ... 10:07:53 10:07:53 #188 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh 10:07:53 #188 DONE 2.6s 10:07:53 10:07:53 #111 [security-bootstrapper] exporting to image 10:07:54 #111 exporting layers 2.4s done 10:07:54 #111 writing image sha256:73a73256814db3344ba03b2017053c57e60f4542a669b06179ba558a52a35a92 0.1s done 10:07:54 #111 naming to docker.io/library/security-secretstore-setup-arm64 10:07:54 #111 naming to docker.io/library/security-secretstore-setup-arm64 done 10:07:55 #111 exporting layers 1.7s done 10:07:55 #111 writing image sha256:15f8f4113c29830c30cfa089a9542a5533be3d4367447d61849be38f6d0d6bbd done 10:07:55 #111 naming to docker.io/library/security-bootstrapper-arm64 done 10:07:55 #111 DONE 8.2s 10:07:55 10:07:55 #160 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:08:41 #160 ... 10:08:41 10:08:41 #158 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 10:08:41 #158 DONE 1447.2s 10:08:41 10:08:41 #122 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:08:41 #122 ... 10:08:41 10:08:41 #189 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 10:08:41 #189 DONE 0.4s 10:08:41 10:08:41 #67 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 10:08:41 #67 ... 10:08:41 10:08:41 #190 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 10:08:41 #190 DONE 0.1s 10:08:41 10:08:41 #191 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 10:08:41 #191 DONE 0.3s 10:08:41 10:08:41 #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 10:08:41 #192 DONE 0.1s 10:08:41 10:08:41 #193 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 10:08:41 #193 DONE 0.1s 10:08:41 10:08:41 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:08:41 #46 ... 10:08:41 10:08:41 #194 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:08:42 #194 DONE 2.0s 10:08:42 10:08:42 #111 [core-common-config-bootstrapper] exporting to image 10:08:42 #111 exporting layers 10:08:43 #111 exporting layers 0.6s done 10:08:43 #111 writing image sha256:df3c2c00d7c8b375655790ca4d1384bd343ab827d45c2bed328cafda15b78a8c done 10:08:43 #111 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 10:08:43 #111 DONE 8.8s 10:08:43 10:08:43 #122 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:11:20 #122 DONE 1597.1s 10:11:20 10:11:20 #160 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:11:20 #160 ... 10:11:20 10:11:20 #195 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:11:20 #195 DONE 0.5s 10:11:20 10:11:20 #196 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:11:20 #196 DONE 0.2s 10:11:20 10:11:20 #67 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 10:11:20 #67 ... 10:11:20 10:11:20 #197 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 10:11:20 #197 DONE 0.4s 10:11:20 10:11:20 #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 10:11:20 #198 DONE 0.2s 10:11:20 10:11:20 #111 [security-spiffe-token-provider] exporting to image 10:11:20 #111 exporting layers 10:11:20 #111 exporting layers 2.2s done 10:11:20 #111 writing image sha256:393db175aee64f43f3fb0b43287a2679af9143d452859b6a9cfbe3f2d4369e33 done 10:11:20 #111 naming to docker.io/library/security-spiffe-token-provider-arm64 done 10:11:20 #111 DONE 11.0s 10:11:20 10:11:20 #155 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 10:20:12 #155 ... 10:20:12 10:20:12 #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 10:20:12 #154 DONE 2130.5s 10:20:12 10:20:12 #160 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:20:12 #160 ... 10:20:12 10:20:12 #199 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 10:20:12 #199 DONE 0.1s 10:20:12 10:20:12 #67 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 10:20:12 #67 ... 10:20:12 10:20:12 #200 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 10:20:12 #200 DONE 0.3s 10:20:12 10:20:12 #201 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 10:20:12 #201 DONE 0.4s 10:20:12 10:20:12 #202 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 10:20:12 #202 DONE 0.2s 10:20:12 10:20:12 #203 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 10:20:12 #203 DONE 0.1s 10:20:12 10:20:12 #204 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:20:12 #204 DONE 1.8s 10:20:12 10:20:12 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:20:12 #46 ... 10:20:12 10:20:12 #111 [security-proxy-auth] exporting to image 10:20:12 #111 exporting layers 10:20:12 #111 exporting layers 0.5s done 10:20:12 #111 writing image sha256:cbd1e7fc00ca36b99b70ee89f0920fd27ec5eb95fcbb1f4ea0dd94f77d83b310 done 10:20:12 #111 naming to docker.io/library/security-proxy-auth-arm64 done 10:20:12 #111 DONE 11.6s 10:20:12 10:20:12 #67 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 10:21:20 #67 ... 10:21:20 10:21:20 #155 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 10:21:20 #155 DONE 2201.5s 10:21:20 10:21:20 #160 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:21:20 #160 ... 10:21:20 10:21:20 #205 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 10:21:20 #205 DONE 0.2s 10:21:20 10:21:20 #206 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 10:21:20 #206 DONE 0.2s 10:21:20 10:21:20 #67 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 10:21:20 #67 ... 10:21:20 10:21:20 #207 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:21:20 #207 DONE 0.3s 10:21:20 10:21:20 #208 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 10:21:20 #208 DONE 0.2s 10:21:20 10:21:20 #111 [core-command] exporting to image 10:21:20 #111 exporting layers 10:21:20 #111 exporting layers 0.3s done 10:21:20 #111 writing image sha256:0ebcc1c94369cbc0a60573f522bc94b62d5f24b00e27edb4c7975ad0b6793006 done 10:21:20 #111 naming to docker.io/library/core-command-arm64 done 10:21:20 #111 DONE 11.9s 10:21:20 10:21:20 #67 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 10:23:27 #67 ... 10:23:27 10:23:27 #159 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:23:27 #159 DONE 2330.3s 10:23:27 10:23:27 #149 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 10:23:27 #149 ... 10:23:27 10:23:27 #209 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 10:23:27 #209 DONE 0.2s 10:23:27 10:23:27 #210 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 10:23:27 #210 DONE 0.2s 10:23:27 10:23:27 #211 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:23:27 #211 DONE 0.5s 10:23:27 10:23:27 #212 [core-data stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 10:23:27 #212 DONE 0.2s 10:23:27 10:23:27 #149 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 10:23:27 #149 ... 10:23:27 10:23:27 #213 [core-data stage-1 8/8] COPY --from=builder /edgex-go/cmd/core-data/res/db/ /res/db/ 10:23:27 #213 DONE 0.1s 10:23:27 10:23:27 #111 [core-data] exporting to image 10:23:27 #111 exporting layers 10:23:27 #111 exporting layers 0.5s done 10:23:27 #111 writing image sha256:71bf19ba56f7673974f57bca363591904645f55259e1aa371c9d0a0e2d23c265 done 10:23:27 #111 naming to docker.io/library/core-data-arm64 done 10:23:27 #111 DONE 12.4s 10:23:27 10:23:27 #160 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:23:29 #160 DONE 2337.3s 10:23:29 10:23:29 #149 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 10:23:29 #149 ... 10:23:29 10:23:29 #214 [core-keeper stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:23:29 #214 DONE 0.2s 10:23:29 10:23:29 #215 [core-keeper stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 10:23:30 #215 DONE 0.4s 10:23:30 10:23:30 #216 [core-keeper stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 10:23:30 #216 DONE 0.1s 10:23:30 10:23:30 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:23:30 #46 ... 10:23:30 10:23:30 #217 [core-keeper stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/db/ /res/db/ 10:23:30 #217 DONE 0.2s 10:23:30 10:23:30 #111 [core-keeper] exporting to image 10:23:30 #111 exporting layers 10:23:30 #111 exporting layers 0.4s done 10:23:30 #111 writing image sha256:96787be8fc7f2fce1339978916f7a1c3525ca8df1ccb9e4eed2f8836d8818722 done 10:23:30 #111 naming to docker.io/library/core-keeper-arm64 done 10:23:30 #111 DONE 12.8s 10:23:30 10:23:30 #67 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 10:23:34 #67 ... 10:23:34 10:23:34 #157 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:23:34 #157 DONE 2341.8s 10:23:34 10:23:34 #156 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:23:34 #156 ... 10:23:34 10:23:34 #218 [core-metadata stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / 10:23:34 #218 DONE 0.2s 10:23:34 10:23:34 #219 [core-metadata stage-1 5/10] COPY --from=builder /edgex-go/security.txt / 10:23:34 #219 DONE 0.1s 10:23:34 10:23:34 #220 [core-metadata stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:23:34 #220 DONE 0.4s 10:23:34 10:23:34 #221 [core-metadata stage-1 7/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 10:23:35 #221 DONE 0.1s 10:23:35 10:23:35 #222 [core-metadata stage-1 8/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 10:23:35 #222 DONE 0.1s 10:23:35 10:23:35 #223 [core-metadata stage-1 9/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/db/ /res/db/ 10:23:35 #223 DONE 0.2s 10:23:35 10:23:35 #111 [core-metadata] exporting to image 10:23:35 #111 exporting layers 0.4s done 10:23:35 #111 writing image sha256:e396bcf04649523946d560ba8574dfc6bc5f4a46e9824bcce44e91e8d639d1d8 0.0s done 10:23:35 #111 naming to docker.io/library/core-metadata-arm64 done 10:23:35 #111 DONE 13.2s 10:23:35 10:23:35 #67 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 10:24:14 #67 ... 10:24:14 10:24:14 #156 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:24:14 #156 DONE 2379.6s 10:24:14 10:24:14 #224 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:24:14 #224 DONE 0.2s 10:24:14 10:24:14 #67 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 10:24:14 #67 ... 10:24:14 10:24:14 #225 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:24:14 #225 DONE 0.3s 10:24:14 10:24:14 #226 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:24:14 #226 DONE 0.9s 10:24:14 10:24:14 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:24:14 #46 ... 10:24:14 10:24:14 #227 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 10:24:14 #227 DONE 0.4s 10:24:14 10:24:14 #111 [support-scheduler] exporting to image 10:24:14 #111 exporting layers 10:24:14 #111 exporting layers 0.5s done 10:24:14 #111 writing image sha256:d865c7452c40f7d469eff7d842187e3b36de066d35d001fd05ecf9269641a253 done 10:24:14 #111 naming to docker.io/library/support-scheduler-arm64 done 10:24:14 #111 DONE 13.7s 10:24:14 10:24:14 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:24:16 #46 ... 10:24:16 10:24:16 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:24:16 #153 DONE 2384.3s 10:24:16 10:24:16 #149 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 10:24:16 #149 DONE 2384.4s 10:24:16 10:24:16 #67 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 10:24:16 #67 ... 10:24:16 10:24:16 #228 [support-notifications stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 10:24:16 #228 DONE 0.2s 10:24:16 10:24:16 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:24:16 #46 ... 10:24:16 10:24:16 #229 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:24:17 #229 DONE 0.1s 10:24:17 10:24:17 #230 [support-notifications stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 10:24:17 #230 DONE 0.1s 10:24:17 10:24:17 #231 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:24:17 #231 DONE 0.1s 10:24:17 10:24:17 #232 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / 10:24:17 #232 DONE 0.4s 10:24:17 10:24:17 #233 [support-notifications stage-1 6/8] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:24:17 #233 DONE 0.6s 10:24:17 10:24:17 #234 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res 10:24:17 #234 DONE 0.1s 10:24:17 10:24:17 #235 [support-notifications stage-1 7/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 10:24:17 #235 DONE 0.1s 10:24:17 10:24:17 #111 [support-cron-scheduler] exporting to image 10:24:17 #111 ... 10:24:17 10:24:17 #236 [support-notifications stage-1 8/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/db/ /res/db/ 10:24:17 #236 DONE 0.2s 10:24:17 10:24:17 #111 [support-notifications] exporting to image 10:24:19 #111 exporting layers 1.4s done 10:24:19 #111 writing image sha256:8d6fcf53fad1a5479528b21a902b903d7156feef8472da252058fcbef2ad8bf6 done 10:24:19 #111 naming to docker.io/library/support-notifications-arm64 done 10:24:19 #111 exporting layers 2.0s done 10:24:19 #111 writing image sha256:9637cf8b1727667da3a0857fd3c0528f7637940b1af70330a5781619d2362feb done 10:24:19 #111 naming to docker.io/library/support-cron-scheduler-arm64 done 10:24:19 #111 DONE 15.6s 10:24:19 10:24:19 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:24:19 time="2024-10-07T09:41:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:24:19 time="2024-10-07T09:41:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:24:19 time="2024-10-07T09:41:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:24:19 time="2024-10-07T09:41:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:24:19 time="2024-10-07T09:41:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:24:19 time="2024-10-07T09:41:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:24:19 time="2024-10-07T09:41:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:24:19 time="2024-10-07T09:41:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:24:19 time="2024-10-07T09:41:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:24:19 time="2024-10-07T09:41:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:24:19 time="2024-10-07T09:41:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:24:19 time="2024-10-07T09:41:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:24:19 time="2024-10-07T09:41:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:24:19 time="2024-10-07T09:41:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:24:19 time="2024-10-07T09:41:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:24:19 time="2024-10-07T09:41:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 10:24:19 $ docker stop --time=1 f1e31ab6df555d165e80f4b0d4c96ecbb1082f71cff3f47313522d24da45ecd3 10:24:21 $ docker rm -f --volumes f1e31ab6df555d165e80f4b0d4c96ecbb1082f71cff3f47313522d24da45ecd3 [Pipeline] // withDockerContainer [Pipeline] sh 10:24:22 + docker images 10:24:22 REPOSITORY TAG IMAGE ID CREATED SIZE 10:24:22 support-cron-scheduler-arm64 latest 9637cf8b1727 4 seconds ago 45.6MB 10:24:22 support-notifications-arm64 latest 8d6fcf53fad1 4 seconds ago 44.8MB 10:24:22 support-scheduler-arm64 latest d865c7452c40 8 seconds ago 44MB 10:24:22 core-metadata-arm64 latest e396bcf04649 46 seconds ago 30.2MB 10:24:22 core-keeper-arm64 latest 96787be8fc7f 51 seconds ago 29.5MB 10:24:22 core-data-arm64 latest 71bf19ba56f7 58 seconds ago 30.1MB 10:24:22 core-command-arm64 latest 0ebcc1c94369 3 minutes ago 26.4MB 10:24:22 security-proxy-auth-arm64 latest cbd1e7fc00ca 4 minutes ago 25.2MB 10:24:22 security-spiffe-token-provider-arm64 latest 393db175aee6 13 minutes ago 33MB 10:24:22 core-common-config-bootstrapper-arm64 latest df3c2c00d7c8 15 minutes ago 17.4MB 10:24:22 security-bootstrapper-arm64 latest 15f8f4113c29 16 minutes ago 21MB 10:24:22 security-secretstore-setup-arm64 latest 73a73256814d 16 minutes ago 40.3MB 10:24:22 security-proxy-setup-arm64 latest 87caf2436cf3 16 minutes ago 29.4MB 10:24:22 security-spire-agent-arm64 latest 77f264956087 41 minutes ago 176MB 10:24:22 security-spire-config-arm64 latest 657b207a9e7e 41 minutes ago 117MB 10:24:22 security-spire-server-arm64 latest ec8729528162 41 minutes ago 118MB 10:24:22 ci-base-image-arm64 latest aead546b7a0f 43 minutes ago 965MB 10:24:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine be29e6b0f0d4 4 days ago 558MB 10:24:22 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 10:24:39 provisioning config files... 10:24:39 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/717@tmp/config3867078344159920089tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:24:39 ---> ****-login.sh 10:24:39 nexus3.edgexfoundry.org:10001 10:24:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:24:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:24:40 Configure a credential helper to remove this warning. See 10:24:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:24:40 10:24:40 Login Succeeded 10:24:40 nexus3.edgexfoundry.org:10002 10:24:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:24:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:24:40 Configure a credential helper to remove this warning. See 10:24:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:24:40 10:24:40 Login Succeeded 10:24:40 nexus3.edgexfoundry.org:10003 10:24:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:24:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:24:40 Configure a credential helper to remove this warning. See 10:24:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:24:40 10:24:40 Login Succeeded 10:24:40 nexus3.edgexfoundry.org:10004 10:24:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:24:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:24:41 Configure a credential helper to remove this warning. See 10:24:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:24:41 10:24:41 Login Succeeded 10:24:41 ****.io 10:24:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:24:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:24:41 Configure a credential helper to remove this warning. See 10:24:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:24:41 10:24:41 Login Succeeded 10:24:41 ---> ****-login.sh ends [Pipeline] } 10:24:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:24:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 10:24:41 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 10:24:41 7f550756abf89bcf15828d6373a305e4d40f5987 10:24:41 latest 10:24:41 3.2.0-dev.94 10:24:41 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 10:24:41 main 10:24:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:42 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:42 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 10:24:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:24:42 2cfe39603666: Preparing 10:24:42 40d8ce84fc8e: Preparing 10:24:42 0ba476c48dc9: Preparing 10:24:42 ed87125a3572: Preparing 10:24:42 6a73a8741db9: Preparing 10:24:42 144f10a2ea99: Preparing 10:24:42 16113d51b718: Preparing 10:24:42 144f10a2ea99: Waiting 10:24:42 16113d51b718: Waiting 10:24:42 ed87125a3572: Pushed 10:24:42 0ba476c48dc9: Pushed 10:24:42 2cfe39603666: Pushed 10:24:42 16113d51b718: Layer already exists 10:24:42 6a73a8741db9: Pushed 10:24:42 144f10a2ea99: Pushed 10:24:47 40d8ce84fc8e: Pushed 10:24:47 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:a5ec8effacb6fccaed769ea9393f6a7b708cb1ee708be1be4b520090bf776c51 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:47 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:47 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 10:24:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:24:47 2cfe39603666: Preparing 10:24:47 40d8ce84fc8e: Preparing 10:24:47 0ba476c48dc9: Preparing 10:24:47 ed87125a3572: Preparing 10:24:47 6a73a8741db9: Preparing 10:24:47 144f10a2ea99: Preparing 10:24:47 16113d51b718: Preparing 10:24:47 144f10a2ea99: Waiting 10:24:47 16113d51b718: Waiting 10:24:47 ed87125a3572: Layer already exists 10:24:47 40d8ce84fc8e: Layer already exists 10:24:47 2cfe39603666: Layer already exists 10:24:47 0ba476c48dc9: Layer already exists 10:24:47 6a73a8741db9: Layer already exists 10:24:47 144f10a2ea99: Layer already exists 10:24:47 16113d51b718: Layer already exists 10:24:48 latest: digest: sha256:a5ec8effacb6fccaed769ea9393f6a7b708cb1ee708be1be4b520090bf776c51 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:48 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:48 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.94 10:24:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:24:48 2cfe39603666: Preparing 10:24:48 40d8ce84fc8e: Preparing 10:24:48 0ba476c48dc9: Preparing 10:24:48 ed87125a3572: Preparing 10:24:48 6a73a8741db9: Preparing 10:24:48 144f10a2ea99: Preparing 10:24:48 16113d51b718: Preparing 10:24:48 144f10a2ea99: Waiting 10:24:48 16113d51b718: Waiting 10:24:48 2cfe39603666: Layer already exists 10:24:48 6a73a8741db9: Layer already exists 10:24:48 40d8ce84fc8e: Layer already exists 10:24:48 0ba476c48dc9: Layer already exists 10:24:48 ed87125a3572: Layer already exists 10:24:48 144f10a2ea99: Layer already exists 10:24:48 16113d51b718: Layer already exists 10:24:49 3.2.0-dev.94: digest: sha256:a5ec8effacb6fccaed769ea9393f6a7b708cb1ee708be1be4b520090bf776c51 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:49 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:49 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 10:24:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:24:49 2cfe39603666: Preparing 10:24:49 40d8ce84fc8e: Preparing 10:24:49 0ba476c48dc9: Preparing 10:24:49 ed87125a3572: Preparing 10:24:49 6a73a8741db9: Preparing 10:24:49 144f10a2ea99: Preparing 10:24:49 16113d51b718: Preparing 10:24:49 144f10a2ea99: Waiting 10:24:49 16113d51b718: Waiting 10:24:49 2cfe39603666: Layer already exists 10:24:49 40d8ce84fc8e: Layer already exists 10:24:49 ed87125a3572: Layer already exists 10:24:49 6a73a8741db9: Layer already exists 10:24:49 0ba476c48dc9: Layer already exists 10:24:49 16113d51b718: Layer already exists 10:24:49 144f10a2ea99: Layer already exists 10:24:50 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:a5ec8effacb6fccaed769ea9393f6a7b708cb1ee708be1be4b520090bf776c51 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:50 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:50 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 10:24:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:24:50 2cfe39603666: Preparing 10:24:50 40d8ce84fc8e: Preparing 10:24:50 0ba476c48dc9: Preparing 10:24:50 ed87125a3572: Preparing 10:24:50 6a73a8741db9: Preparing 10:24:50 144f10a2ea99: Preparing 10:24:50 16113d51b718: Preparing 10:24:50 144f10a2ea99: Waiting 10:24:50 16113d51b718: Waiting 10:24:50 0ba476c48dc9: Layer already exists 10:24:50 6a73a8741db9: Layer already exists 10:24:50 40d8ce84fc8e: Layer already exists 10:24:50 2cfe39603666: Layer already exists 10:24:50 ed87125a3572: Layer already exists 10:24:50 16113d51b718: Layer already exists 10:24:50 144f10a2ea99: Layer already exists 10:24:51 main: digest: sha256:a5ec8effacb6fccaed769ea9393f6a7b708cb1ee708be1be4b520090bf776c51 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:24:51 ===================================================== [Pipeline] echo 10:24:51 taggedImages: 10:24:51 - nexus3.edgexfoundry.org:10004/core-command-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 10:24:51 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 10:24:51 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.94 10:24:51 - nexus3.edgexfoundry.org:10004/core-command-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 10:24:51 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 10:24:51 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 10:24:51 7f550756abf89bcf15828d6373a305e4d40f5987 10:24:51 latest 10:24:51 3.2.0-dev.94 10:24:51 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 10:24:51 main 10:24:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:51 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:51 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 10:24:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 10:24:51 722d78494a90: Preparing 10:24:51 ae9c8ca1b311: Preparing 10:24:51 d1dfd2fa5b23: Preparing 10:24:51 83bb118c4ac5: Preparing 10:24:51 0ba476c48dc9: Preparing 10:24:51 ed87125a3572: Preparing 10:24:51 6a73a8741db9: Preparing 10:24:51 144f10a2ea99: Preparing 10:24:51 16113d51b718: Preparing 10:24:51 6a73a8741db9: Waiting 10:24:51 144f10a2ea99: Waiting 10:24:51 16113d51b718: Waiting 10:24:51 ed87125a3572: Waiting 10:24:51 0ba476c48dc9: Layer already exists 10:24:52 ed87125a3572: Layer already exists 10:24:52 ae9c8ca1b311: Pushed 10:24:52 d1dfd2fa5b23: Pushed 10:24:52 6a73a8741db9: Layer already exists 10:24:52 722d78494a90: Pushed 10:24:52 144f10a2ea99: Layer already exists 10:24:52 16113d51b718: Layer already exists 10:24:54 83bb118c4ac5: Pushed 10:24:54 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:cea28e86d560f4727d0d83682c4381484b8ec1c403f0165e030f4328896b1ee7 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:54 + 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 10:24:54 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 10:24:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 10:24:54 722d78494a90: Preparing 10:24:54 ae9c8ca1b311: Preparing 10:24:54 d1dfd2fa5b23: Preparing 10:24:54 83bb118c4ac5: Preparing 10:24:54 0ba476c48dc9: Preparing 10:24:54 ed87125a3572: Preparing 10:24:54 6a73a8741db9: Preparing 10:24:54 ed87125a3572: Waiting 10:24:54 144f10a2ea99: Preparing 10:24:54 16113d51b718: Preparing 10:24:54 6a73a8741db9: Waiting 10:24:54 144f10a2ea99: Waiting 10:24:54 16113d51b718: Waiting 10:24:54 83bb118c4ac5: Layer already exists 10:24:54 ae9c8ca1b311: Layer already exists 10:24:54 722d78494a90: Layer already exists 10:24:54 0ba476c48dc9: Layer already exists 10:24:54 d1dfd2fa5b23: Layer already exists 10:24:54 ed87125a3572: Layer already exists 10:24:54 144f10a2ea99: Layer already exists 10:24:54 16113d51b718: Layer already exists 10:24:54 6a73a8741db9: Layer already exists 10:24:55 latest: digest: sha256:cea28e86d560f4727d0d83682c4381484b8ec1c403f0165e030f4328896b1ee7 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:55 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:55 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.94 10:24:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 10:24:55 722d78494a90: Preparing 10:24:55 ae9c8ca1b311: Preparing 10:24:55 d1dfd2fa5b23: Preparing 10:24:55 83bb118c4ac5: Preparing 10:24:55 0ba476c48dc9: Preparing 10:24:55 ed87125a3572: Preparing 10:24:55 6a73a8741db9: Preparing 10:24:55 144f10a2ea99: Preparing 10:24:55 16113d51b718: Preparing 10:24:55 ed87125a3572: Waiting 10:24:55 6a73a8741db9: Waiting 10:24:55 144f10a2ea99: Waiting 10:24:55 16113d51b718: Waiting 10:24:55 722d78494a90: Layer already exists 10:24:55 83bb118c4ac5: Layer already exists 10:24:55 ae9c8ca1b311: Layer already exists 10:24:55 0ba476c48dc9: Layer already exists 10:24:55 d1dfd2fa5b23: Layer already exists 10:24:55 16113d51b718: Layer already exists 10:24:55 144f10a2ea99: Layer already exists 10:24:55 ed87125a3572: Layer already exists 10:24:55 6a73a8741db9: Layer already exists 10:24:56 3.2.0-dev.94: digest: sha256:cea28e86d560f4727d0d83682c4381484b8ec1c403f0165e030f4328896b1ee7 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:56 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:57 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 10:24:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 10:24:57 722d78494a90: Preparing 10:24:57 ae9c8ca1b311: Preparing 10:24:57 d1dfd2fa5b23: Preparing 10:24:57 83bb118c4ac5: Preparing 10:24:57 0ba476c48dc9: Preparing 10:24:57 ed87125a3572: Preparing 10:24:57 6a73a8741db9: Preparing 10:24:57 144f10a2ea99: Preparing 10:24:57 16113d51b718: Preparing 10:24:57 ed87125a3572: Waiting 10:24:57 6a73a8741db9: Waiting 10:24:57 144f10a2ea99: Waiting 10:24:57 16113d51b718: Waiting 10:24:57 722d78494a90: Layer already exists 10:24:57 0ba476c48dc9: Layer already exists 10:24:57 83bb118c4ac5: Layer already exists 10:24:57 d1dfd2fa5b23: Layer already exists 10:24:57 ae9c8ca1b311: Layer already exists 10:24:57 6a73a8741db9: Layer already exists 10:24:57 ed87125a3572: Layer already exists 10:24:57 16113d51b718: Layer already exists 10:24:57 144f10a2ea99: Layer already exists 10:24:57 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:cea28e86d560f4727d0d83682c4381484b8ec1c403f0165e030f4328896b1ee7 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:58 + 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 10:24:58 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 10:24:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 10:24:58 722d78494a90: Preparing 10:24:58 ae9c8ca1b311: Preparing 10:24:58 d1dfd2fa5b23: Preparing 10:24:58 83bb118c4ac5: Preparing 10:24:58 0ba476c48dc9: Preparing 10:24:58 ed87125a3572: Preparing 10:24:58 6a73a8741db9: Preparing 10:24:58 144f10a2ea99: Preparing 10:24:58 16113d51b718: Preparing 10:24:58 6a73a8741db9: Waiting 10:24:58 144f10a2ea99: Waiting 10:24:58 16113d51b718: Waiting 10:24:58 ed87125a3572: Waiting 10:24:58 0ba476c48dc9: Layer already exists 10:24:58 ae9c8ca1b311: Layer already exists 10:24:58 722d78494a90: Layer already exists 10:24:58 83bb118c4ac5: Layer already exists 10:24:58 ed87125a3572: Layer already exists 10:24:58 d1dfd2fa5b23: Layer already exists 10:24:58 144f10a2ea99: Layer already exists 10:24:58 6a73a8741db9: Layer already exists 10:24:58 16113d51b718: Layer already exists 10:24:58 main: digest: sha256:cea28e86d560f4727d0d83682c4381484b8ec1c403f0165e030f4328896b1ee7 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:24:58 ===================================================== [Pipeline] echo 10:24:58 taggedImages: 10:24:58 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 10:24:58 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 10:24:58 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.94 10:24:58 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 10:24:58 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 10:24:58 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 10:24:58 7f550756abf89bcf15828d6373a305e4d40f5987 10:24:58 latest 10:24:58 3.2.0-dev.94 10:24:58 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 10:24:58 main 10:24:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:59 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:59 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 10:24:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 10:24:59 f579f8158a55: Preparing 10:24:59 b841cffb964f: Preparing 10:24:59 7b61875c3269: Preparing 10:24:59 0ba476c48dc9: Preparing 10:24:59 ed87125a3572: Preparing 10:24:59 8dd2b5c4c88f: Preparing 10:24:59 5e84a87127fd: Preparing 10:24:59 16113d51b718: Preparing 10:24:59 8dd2b5c4c88f: Waiting 10:24:59 5e84a87127fd: Waiting 10:24:59 16113d51b718: Waiting 10:24:59 ed87125a3572: Layer already exists 10:24:59 0ba476c48dc9: Layer already exists 10:24:59 b841cffb964f: Pushed 10:24:59 f579f8158a55: Pushed 10:24:59 16113d51b718: Layer already exists 10:24:59 5e84a87127fd: Pushed 10:24:59 8dd2b5c4c88f: Pushed 10:25:05 7b61875c3269: Pushed 10:25:05 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:5501b3891615be12fba5cc6ddb4d2d631a5b25890962a68f76285ce1bca34ba1 size: 1987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:05 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:06 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 10:25:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 10:25:06 f579f8158a55: Preparing 10:25:06 b841cffb964f: Preparing 10:25:06 7b61875c3269: Preparing 10:25:06 0ba476c48dc9: Preparing 10:25:06 ed87125a3572: Preparing 10:25:06 8dd2b5c4c88f: Preparing 10:25:06 5e84a87127fd: Preparing 10:25:06 16113d51b718: Preparing 10:25:06 5e84a87127fd: Waiting 10:25:06 16113d51b718: Waiting 10:25:06 8dd2b5c4c88f: Waiting 10:25:06 0ba476c48dc9: Layer already exists 10:25:06 7b61875c3269: Layer already exists 10:25:06 ed87125a3572: Layer already exists 10:25:06 b841cffb964f: Layer already exists 10:25:06 f579f8158a55: Layer already exists 10:25:06 8dd2b5c4c88f: Layer already exists 10:25:06 16113d51b718: Layer already exists 10:25:06 5e84a87127fd: Layer already exists 10:25:06 latest: digest: sha256:5501b3891615be12fba5cc6ddb4d2d631a5b25890962a68f76285ce1bca34ba1 size: 1987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:06 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:07 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.94 10:25:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 10:25:07 f579f8158a55: Preparing 10:25:07 b841cffb964f: Preparing 10:25:07 7b61875c3269: Preparing 10:25:07 0ba476c48dc9: Preparing 10:25:07 ed87125a3572: Preparing 10:25:07 8dd2b5c4c88f: Preparing 10:25:07 5e84a87127fd: Preparing 10:25:07 16113d51b718: Preparing 10:25:07 8dd2b5c4c88f: Waiting 10:25:07 5e84a87127fd: Waiting 10:25:07 16113d51b718: Waiting 10:25:07 ed87125a3572: Layer already exists 10:25:07 7b61875c3269: Layer already exists 10:25:07 b841cffb964f: Layer already exists 10:25:07 f579f8158a55: Layer already exists 10:25:07 0ba476c48dc9: Layer already exists 10:25:07 8dd2b5c4c88f: Layer already exists 10:25:07 16113d51b718: Layer already exists 10:25:07 5e84a87127fd: Layer already exists 10:25:07 3.2.0-dev.94: digest: sha256:5501b3891615be12fba5cc6ddb4d2d631a5b25890962a68f76285ce1bca34ba1 size: 1987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:08 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:08 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 10:25:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 10:25:08 f579f8158a55: Preparing 10:25:08 b841cffb964f: Preparing 10:25:08 7b61875c3269: Preparing 10:25:08 0ba476c48dc9: Preparing 10:25:08 ed87125a3572: Preparing 10:25:08 8dd2b5c4c88f: Preparing 10:25:08 5e84a87127fd: Preparing 10:25:08 16113d51b718: Preparing 10:25:08 8dd2b5c4c88f: Waiting 10:25:08 5e84a87127fd: Waiting 10:25:08 16113d51b718: Waiting 10:25:08 b841cffb964f: Layer already exists 10:25:08 7b61875c3269: Layer already exists 10:25:08 ed87125a3572: Layer already exists 10:25:08 0ba476c48dc9: Layer already exists 10:25:08 f579f8158a55: Layer already exists 10:25:08 5e84a87127fd: Layer already exists 10:25:08 16113d51b718: Layer already exists 10:25:08 8dd2b5c4c88f: Layer already exists 10:25:08 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:5501b3891615be12fba5cc6ddb4d2d631a5b25890962a68f76285ce1bca34ba1 size: 1987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:09 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:09 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 10:25:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 10:25:09 f579f8158a55: Preparing 10:25:09 b841cffb964f: Preparing 10:25:09 7b61875c3269: Preparing 10:25:09 0ba476c48dc9: Preparing 10:25:09 ed87125a3572: Preparing 10:25:09 8dd2b5c4c88f: Preparing 10:25:09 5e84a87127fd: Preparing 10:25:09 16113d51b718: Preparing 10:25:09 5e84a87127fd: Waiting 10:25:09 8dd2b5c4c88f: Waiting 10:25:09 16113d51b718: Waiting 10:25:09 7b61875c3269: Layer already exists 10:25:09 b841cffb964f: Layer already exists 10:25:09 ed87125a3572: Layer already exists 10:25:09 0ba476c48dc9: Layer already exists 10:25:09 f579f8158a55: Layer already exists 10:25:09 5e84a87127fd: Layer already exists 10:25:09 16113d51b718: Layer already exists 10:25:09 8dd2b5c4c88f: Layer already exists 10:25:09 main: digest: sha256:5501b3891615be12fba5cc6ddb4d2d631a5b25890962a68f76285ce1bca34ba1 size: 1987 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:25:09 ===================================================== [Pipeline] echo 10:25:09 taggedImages: 10:25:09 - nexus3.edgexfoundry.org:10004/core-data-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 10:25:09 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 10:25:09 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.94 10:25:09 - nexus3.edgexfoundry.org:10004/core-data-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 10:25:09 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 10:25:09 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 10:25:09 7f550756abf89bcf15828d6373a305e4d40f5987 10:25:09 latest 10:25:09 3.2.0-dev.94 10:25:09 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 10:25:09 main 10:25:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:10 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:10 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 10:25:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 10:25:10 a7705436b338: Preparing 10:25:10 8dcd6946a198: Preparing 10:25:10 acceec36488f: Preparing 10:25:10 ed87125a3572: Preparing 10:25:10 de7f5f6e71f3: Preparing 10:25:10 a8970499d4b3: Preparing 10:25:10 16113d51b718: Preparing 10:25:10 a8970499d4b3: Waiting 10:25:10 16113d51b718: Waiting 10:25:10 ed87125a3572: Layer already exists 10:25:10 8dcd6946a198: Pushed 10:25:10 16113d51b718: Layer already exists 10:25:10 a8970499d4b3: Pushed 10:25:10 a7705436b338: Pushed 10:25:10 de7f5f6e71f3: Pushed 10:25:16 acceec36488f: Pushed 10:25:16 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:b4a3c3d3a2810f4005b0d6aaa7a01de7cb9e3d4792ef470cf854d67f77e22ece size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:16 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:16 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 10:25:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 10:25:16 a7705436b338: Preparing 10:25:16 8dcd6946a198: Preparing 10:25:16 acceec36488f: Preparing 10:25:16 ed87125a3572: Preparing 10:25:16 de7f5f6e71f3: Preparing 10:25:16 a8970499d4b3: Preparing 10:25:16 16113d51b718: Preparing 10:25:16 a8970499d4b3: Waiting 10:25:16 16113d51b718: Waiting 10:25:16 acceec36488f: Layer already exists 10:25:16 8dcd6946a198: Layer already exists 10:25:16 ed87125a3572: Layer already exists 10:25:16 a7705436b338: Layer already exists 10:25:16 de7f5f6e71f3: Layer already exists 10:25:16 a8970499d4b3: Layer already exists 10:25:16 16113d51b718: Layer already exists 10:25:16 latest: digest: sha256:b4a3c3d3a2810f4005b0d6aaa7a01de7cb9e3d4792ef470cf854d67f77e22ece size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:17 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:17 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.94 10:25:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 10:25:17 a7705436b338: Preparing 10:25:17 8dcd6946a198: Preparing 10:25:17 acceec36488f: Preparing 10:25:17 ed87125a3572: Preparing 10:25:17 de7f5f6e71f3: Preparing 10:25:17 a8970499d4b3: Preparing 10:25:17 16113d51b718: Preparing 10:25:17 a8970499d4b3: Waiting 10:25:17 16113d51b718: Waiting 10:25:17 acceec36488f: Layer already exists 10:25:17 a7705436b338: Layer already exists 10:25:17 de7f5f6e71f3: Layer already exists 10:25:17 ed87125a3572: Layer already exists 10:25:17 8dcd6946a198: Layer already exists 10:25:17 16113d51b718: Layer already exists 10:25:17 a8970499d4b3: Layer already exists 10:25:18 3.2.0-dev.94: digest: sha256:b4a3c3d3a2810f4005b0d6aaa7a01de7cb9e3d4792ef470cf854d67f77e22ece size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:18 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:18 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 10:25:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 10:25:18 a7705436b338: Preparing 10:25:18 8dcd6946a198: Preparing 10:25:18 acceec36488f: Preparing 10:25:18 ed87125a3572: Preparing 10:25:18 de7f5f6e71f3: Preparing 10:25:18 a8970499d4b3: Preparing 10:25:18 16113d51b718: Preparing 10:25:18 a8970499d4b3: Waiting 10:25:18 16113d51b718: Waiting 10:25:18 acceec36488f: Layer already exists 10:25:18 ed87125a3572: Layer already exists 10:25:18 de7f5f6e71f3: Layer already exists 10:25:18 8dcd6946a198: Layer already exists 10:25:18 a7705436b338: Layer already exists 10:25:18 16113d51b718: Layer already exists 10:25:18 a8970499d4b3: Layer already exists 10:25:18 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:b4a3c3d3a2810f4005b0d6aaa7a01de7cb9e3d4792ef470cf854d67f77e22ece size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:19 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:19 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 10:25:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 10:25:19 a7705436b338: Preparing 10:25:19 8dcd6946a198: Preparing 10:25:19 acceec36488f: Preparing 10:25:19 ed87125a3572: Preparing 10:25:19 de7f5f6e71f3: Preparing 10:25:19 a8970499d4b3: Preparing 10:25:19 16113d51b718: Preparing 10:25:19 a8970499d4b3: Waiting 10:25:19 16113d51b718: Waiting 10:25:19 ed87125a3572: Layer already exists 10:25:19 8dcd6946a198: Layer already exists 10:25:19 de7f5f6e71f3: Layer already exists 10:25:19 a7705436b338: Layer already exists 10:25:19 acceec36488f: Layer already exists 10:25:19 a8970499d4b3: Layer already exists 10:25:19 16113d51b718: Layer already exists 10:25:20 main: digest: sha256:b4a3c3d3a2810f4005b0d6aaa7a01de7cb9e3d4792ef470cf854d67f77e22ece size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:25:20 ===================================================== [Pipeline] echo 10:25:20 taggedImages: 10:25:20 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 10:25:20 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 10:25:20 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.94 10:25:20 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 10:25:20 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 10:25:20 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 10:25:20 7f550756abf89bcf15828d6373a305e4d40f5987 10:25:20 latest 10:25:20 3.2.0-dev.94 10:25:20 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 10:25:20 main 10:25:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:20 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:20 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 10:25:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 10:25:20 fe582cf6ae24: Preparing 10:25:20 5ae21c63e707: Preparing 10:25:20 0b20794717a0: Preparing 10:25:20 c83d049a8cd8: Preparing 10:25:20 0ba476c48dc9: Preparing 10:25:20 ed87125a3572: Preparing 10:25:20 6a73a8741db9: Preparing 10:25:20 144f10a2ea99: Preparing 10:25:20 16113d51b718: Preparing 10:25:20 ed87125a3572: Waiting 10:25:20 6a73a8741db9: Waiting 10:25:20 144f10a2ea99: Waiting 10:25:20 16113d51b718: Waiting 10:25:20 0ba476c48dc9: Layer already exists 10:25:21 ed87125a3572: Layer already exists 10:25:21 6a73a8741db9: Layer already exists 10:25:21 5ae21c63e707: Pushed 10:25:21 0b20794717a0: Pushed 10:25:21 fe582cf6ae24: Pushed 10:25:21 144f10a2ea99: Layer already exists 10:25:21 16113d51b718: Layer already exists 10:25:26 c83d049a8cd8: Pushed 10:25:26 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:cba0056b60e75bd47b784c3d79b7036c890e6edfd5b14042549167e947564c8b size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:26 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:27 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 10:25:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 10:25:27 fe582cf6ae24: Preparing 10:25:27 5ae21c63e707: Preparing 10:25:27 0b20794717a0: Preparing 10:25:27 c83d049a8cd8: Preparing 10:25:27 0ba476c48dc9: Preparing 10:25:27 ed87125a3572: Preparing 10:25:27 6a73a8741db9: Preparing 10:25:27 144f10a2ea99: Preparing 10:25:27 16113d51b718: Preparing 10:25:27 6a73a8741db9: Waiting 10:25:27 144f10a2ea99: Waiting 10:25:27 16113d51b718: Waiting 10:25:27 ed87125a3572: Waiting 10:25:27 5ae21c63e707: Layer already exists 10:25:27 0b20794717a0: Layer already exists 10:25:27 c83d049a8cd8: Layer already exists 10:25:27 fe582cf6ae24: Layer already exists 10:25:27 0ba476c48dc9: Layer already exists 10:25:27 ed87125a3572: Layer already exists 10:25:27 144f10a2ea99: Layer already exists 10:25:27 6a73a8741db9: Layer already exists 10:25:27 16113d51b718: Layer already exists 10:25:27 latest: digest: sha256:cba0056b60e75bd47b784c3d79b7036c890e6edfd5b14042549167e947564c8b size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:27 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:28 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.94 10:25:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 10:25:28 fe582cf6ae24: Preparing 10:25:28 5ae21c63e707: Preparing 10:25:28 0b20794717a0: Preparing 10:25:28 c83d049a8cd8: Preparing 10:25:28 0ba476c48dc9: Preparing 10:25:28 ed87125a3572: Preparing 10:25:28 6a73a8741db9: Preparing 10:25:28 144f10a2ea99: Preparing 10:25:28 16113d51b718: Preparing 10:25:28 ed87125a3572: Waiting 10:25:28 6a73a8741db9: Waiting 10:25:28 144f10a2ea99: Waiting 10:25:28 16113d51b718: Waiting 10:25:28 c83d049a8cd8: Layer already exists 10:25:28 fe582cf6ae24: Layer already exists 10:25:28 0ba476c48dc9: Layer already exists 10:25:28 5ae21c63e707: Layer already exists 10:25:28 0b20794717a0: Layer already exists 10:25:28 ed87125a3572: Layer already exists 10:25:28 16113d51b718: Layer already exists 10:25:28 6a73a8741db9: Layer already exists 10:25:28 144f10a2ea99: Layer already exists 10:25:28 3.2.0-dev.94: digest: sha256:cba0056b60e75bd47b784c3d79b7036c890e6edfd5b14042549167e947564c8b size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:28 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:29 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 10:25:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 10:25:29 fe582cf6ae24: Preparing 10:25:29 5ae21c63e707: Preparing 10:25:29 0b20794717a0: Preparing 10:25:29 c83d049a8cd8: Preparing 10:25:29 0ba476c48dc9: Preparing 10:25:29 ed87125a3572: Preparing 10:25:29 6a73a8741db9: Preparing 10:25:29 144f10a2ea99: Preparing 10:25:29 16113d51b718: Preparing 10:25:29 6a73a8741db9: Waiting 10:25:29 144f10a2ea99: Waiting 10:25:29 16113d51b718: Waiting 10:25:29 ed87125a3572: Waiting 10:25:29 fe582cf6ae24: Layer already exists 10:25:29 5ae21c63e707: Layer already exists 10:25:29 0b20794717a0: Layer already exists 10:25:29 0ba476c48dc9: Layer already exists 10:25:29 c83d049a8cd8: Layer already exists 10:25:29 16113d51b718: Layer already exists 10:25:29 144f10a2ea99: Layer already exists 10:25:29 6a73a8741db9: Layer already exists 10:25:29 ed87125a3572: Layer already exists 10:25:29 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:cba0056b60e75bd47b784c3d79b7036c890e6edfd5b14042549167e947564c8b size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:29 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:30 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 10:25:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 10:25:30 fe582cf6ae24: Preparing 10:25:30 5ae21c63e707: Preparing 10:25:30 0b20794717a0: Preparing 10:25:30 c83d049a8cd8: Preparing 10:25:30 0ba476c48dc9: Preparing 10:25:30 ed87125a3572: Preparing 10:25:30 6a73a8741db9: Preparing 10:25:30 144f10a2ea99: Preparing 10:25:30 16113d51b718: Preparing 10:25:30 144f10a2ea99: Waiting 10:25:30 ed87125a3572: Waiting 10:25:30 16113d51b718: Waiting 10:25:30 6a73a8741db9: Waiting 10:25:30 fe582cf6ae24: Layer already exists 10:25:30 0ba476c48dc9: Layer already exists 10:25:30 0b20794717a0: Layer already exists 10:25:30 c83d049a8cd8: Layer already exists 10:25:30 5ae21c63e707: Layer already exists 10:25:30 16113d51b718: Layer already exists 10:25:30 ed87125a3572: Layer already exists 10:25:30 144f10a2ea99: Layer already exists 10:25:30 6a73a8741db9: Layer already exists 10:25:31 main: digest: sha256:cba0056b60e75bd47b784c3d79b7036c890e6edfd5b14042549167e947564c8b size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:25:31 ===================================================== [Pipeline] echo 10:25:31 taggedImages: 10:25:31 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 10:25:31 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 10:25:31 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.94 10:25:31 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 10:25:31 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 10:25:31 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 10:25:31 7f550756abf89bcf15828d6373a305e4d40f5987 10:25:31 latest 10:25:31 3.2.0-dev.94 10:25:31 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 10:25:31 main 10:25:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:31 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:31 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 10:25:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 10:25:31 19d28f753945: Preparing 10:25:31 8577986bf62a: Preparing 10:25:31 ac6d23c785d3: Preparing 10:25:31 f6fd4e69e154: Preparing 10:25:31 ea9c2d179741: Preparing 10:25:31 fae32a285b5b: Preparing 10:25:31 806144cbe6a4: Preparing 10:25:31 aabf0ed8b300: Preparing 10:25:31 0ba476c48dc9: Preparing 10:25:31 ed87125a3572: Preparing 10:25:31 3839dbc2bf6c: Preparing 10:25:31 d448818d6975: Preparing 10:25:31 5f70bf18a086: Preparing 10:25:31 41bc3b005da5: Preparing 10:25:31 0bcd58fcae8f: Preparing 10:25:31 65f4b4cb1af7: Preparing 10:25:31 16113d51b718: Preparing 10:25:31 806144cbe6a4: Waiting 10:25:31 aabf0ed8b300: Waiting 10:25:31 0ba476c48dc9: Waiting 10:25:31 ed87125a3572: Waiting 10:25:31 3839dbc2bf6c: Waiting 10:25:31 d448818d6975: Waiting 10:25:31 5f70bf18a086: Waiting 10:25:31 41bc3b005da5: Waiting 10:25:31 0bcd58fcae8f: Waiting 10:25:31 65f4b4cb1af7: Waiting 10:25:31 16113d51b718: Waiting 10:25:31 fae32a285b5b: Waiting 10:25:32 8577986bf62a: Pushed 10:25:32 f6fd4e69e154: Pushed 10:25:32 ea9c2d179741: Pushed 10:25:32 19d28f753945: Pushed 10:25:32 ac6d23c785d3: Pushed 10:25:32 fae32a285b5b: Pushed 10:25:32 0ba476c48dc9: Layer already exists 10:25:32 ed87125a3572: Layer already exists 10:25:32 5f70bf18a086: Layer already exists 10:25:32 806144cbe6a4: Pushed 10:25:32 d448818d6975: Pushed 10:25:32 3839dbc2bf6c: Pushed 10:25:32 41bc3b005da5: Pushed 10:25:32 16113d51b718: Layer already exists 10:25:32 0bcd58fcae8f: Pushed 10:25:32 65f4b4cb1af7: Pushed 10:25:35 aabf0ed8b300: Pushed 10:25:35 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:40401ad1634d3ec7b763200f1cab3821e0411439d478d108120472ddc9865f92 size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:35 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:35 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 10:25:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 10:25:35 19d28f753945: Preparing 10:25:35 8577986bf62a: Preparing 10:25:35 ac6d23c785d3: Preparing 10:25:35 f6fd4e69e154: Preparing 10:25:35 ea9c2d179741: Preparing 10:25:35 fae32a285b5b: Preparing 10:25:35 806144cbe6a4: Preparing 10:25:35 aabf0ed8b300: Preparing 10:25:35 0ba476c48dc9: Preparing 10:25:35 ed87125a3572: Preparing 10:25:35 3839dbc2bf6c: Preparing 10:25:35 d448818d6975: Preparing 10:25:35 5f70bf18a086: Preparing 10:25:35 fae32a285b5b: Waiting 10:25:35 806144cbe6a4: Waiting 10:25:35 aabf0ed8b300: Waiting 10:25:35 0ba476c48dc9: Waiting 10:25:35 ed87125a3572: Waiting 10:25:35 3839dbc2bf6c: Waiting 10:25:35 d448818d6975: Waiting 10:25:35 41bc3b005da5: Preparing 10:25:35 0bcd58fcae8f: Preparing 10:25:35 65f4b4cb1af7: Preparing 10:25:35 16113d51b718: Preparing 10:25:35 5f70bf18a086: Waiting 10:25:35 0bcd58fcae8f: Waiting 10:25:35 65f4b4cb1af7: Waiting 10:25:35 16113d51b718: Waiting 10:25:35 41bc3b005da5: Waiting 10:25:35 ea9c2d179741: Layer already exists 10:25:35 ac6d23c785d3: Layer already exists 10:25:35 f6fd4e69e154: Layer already exists 10:25:35 19d28f753945: Layer already exists 10:25:35 8577986bf62a: Layer already exists 10:25:35 806144cbe6a4: Layer already exists 10:25:35 fae32a285b5b: Layer already exists 10:25:35 0ba476c48dc9: Layer already exists 10:25:35 aabf0ed8b300: Layer already exists 10:25:35 ed87125a3572: Layer already exists 10:25:35 d448818d6975: Layer already exists 10:25:35 3839dbc2bf6c: Layer already exists 10:25:35 5f70bf18a086: Layer already exists 10:25:35 41bc3b005da5: Layer already exists 10:25:35 0bcd58fcae8f: Layer already exists 10:25:36 65f4b4cb1af7: Layer already exists 10:25:36 16113d51b718: Layer already exists 10:25:36 latest: digest: sha256:40401ad1634d3ec7b763200f1cab3821e0411439d478d108120472ddc9865f92 size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:36 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:36 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.94 10:25:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 10:25:36 19d28f753945: Preparing 10:25:36 8577986bf62a: Preparing 10:25:36 ac6d23c785d3: Preparing 10:25:36 f6fd4e69e154: Preparing 10:25:36 ea9c2d179741: Preparing 10:25:36 fae32a285b5b: Preparing 10:25:36 806144cbe6a4: Preparing 10:25:36 aabf0ed8b300: Preparing 10:25:36 0ba476c48dc9: Preparing 10:25:36 ed87125a3572: Preparing 10:25:36 3839dbc2bf6c: Preparing 10:25:36 d448818d6975: Preparing 10:25:36 5f70bf18a086: Preparing 10:25:36 41bc3b005da5: Preparing 10:25:36 0bcd58fcae8f: Preparing 10:25:36 65f4b4cb1af7: Preparing 10:25:36 16113d51b718: Preparing 10:25:36 0ba476c48dc9: Waiting 10:25:36 ed87125a3572: Waiting 10:25:36 3839dbc2bf6c: Waiting 10:25:36 d448818d6975: Waiting 10:25:36 5f70bf18a086: Waiting 10:25:36 41bc3b005da5: Waiting 10:25:36 0bcd58fcae8f: Waiting 10:25:36 65f4b4cb1af7: Waiting 10:25:36 16113d51b718: Waiting 10:25:36 806144cbe6a4: Waiting 10:25:36 aabf0ed8b300: Waiting 10:25:36 f6fd4e69e154: Layer already exists 10:25:36 ac6d23c785d3: Layer already exists 10:25:36 ea9c2d179741: Layer already exists 10:25:36 8577986bf62a: Layer already exists 10:25:36 19d28f753945: Layer already exists 10:25:36 806144cbe6a4: Layer already exists 10:25:36 fae32a285b5b: Layer already exists 10:25:36 aabf0ed8b300: Layer already exists 10:25:36 0ba476c48dc9: Layer already exists 10:25:36 ed87125a3572: Layer already exists 10:25:36 d448818d6975: Layer already exists 10:25:36 3839dbc2bf6c: Layer already exists 10:25:36 41bc3b005da5: Layer already exists 10:25:36 5f70bf18a086: Layer already exists 10:25:36 0bcd58fcae8f: Layer already exists 10:25:36 65f4b4cb1af7: Layer already exists 10:25:36 16113d51b718: Layer already exists 10:25:37 3.2.0-dev.94: digest: sha256:40401ad1634d3ec7b763200f1cab3821e0411439d478d108120472ddc9865f92 size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:37 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:37 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 10:25:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 10:25:37 19d28f753945: Preparing 10:25:37 8577986bf62a: Preparing 10:25:37 ac6d23c785d3: Preparing 10:25:37 f6fd4e69e154: Preparing 10:25:37 ea9c2d179741: Preparing 10:25:37 fae32a285b5b: Preparing 10:25:37 806144cbe6a4: Preparing 10:25:37 aabf0ed8b300: Preparing 10:25:37 0ba476c48dc9: Preparing 10:25:37 ed87125a3572: Preparing 10:25:37 3839dbc2bf6c: Preparing 10:25:37 d448818d6975: Preparing 10:25:37 5f70bf18a086: Preparing 10:25:37 41bc3b005da5: Preparing 10:25:37 0bcd58fcae8f: Preparing 10:25:37 65f4b4cb1af7: Preparing 10:25:37 16113d51b718: Preparing 10:25:37 fae32a285b5b: Waiting 10:25:37 806144cbe6a4: Waiting 10:25:37 aabf0ed8b300: Waiting 10:25:37 0ba476c48dc9: Waiting 10:25:37 ed87125a3572: Waiting 10:25:37 d448818d6975: Waiting 10:25:37 5f70bf18a086: Waiting 10:25:37 0bcd58fcae8f: Waiting 10:25:37 41bc3b005da5: Waiting 10:25:37 65f4b4cb1af7: Waiting 10:25:37 16113d51b718: Waiting 10:25:37 3839dbc2bf6c: Waiting 10:25:37 8577986bf62a: Layer already exists 10:25:37 f6fd4e69e154: Layer already exists 10:25:37 ea9c2d179741: Layer already exists 10:25:37 19d28f753945: Layer already exists 10:25:37 ac6d23c785d3: Layer already exists 10:25:37 ed87125a3572: Layer already exists 10:25:37 fae32a285b5b: Layer already exists 10:25:37 806144cbe6a4: Layer already exists 10:25:37 0ba476c48dc9: Layer already exists 10:25:37 aabf0ed8b300: Layer already exists 10:25:37 5f70bf18a086: Layer already exists 10:25:37 3839dbc2bf6c: Layer already exists 10:25:37 d448818d6975: Layer already exists 10:25:37 0bcd58fcae8f: Layer already exists 10:25:37 41bc3b005da5: Layer already exists 10:25:37 65f4b4cb1af7: Layer already exists 10:25:38 16113d51b718: Layer already exists 10:25:38 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:40401ad1634d3ec7b763200f1cab3821e0411439d478d108120472ddc9865f92 size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:38 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:38 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 10:25:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 10:25:38 19d28f753945: Preparing 10:25:38 8577986bf62a: Preparing 10:25:38 ac6d23c785d3: Preparing 10:25:38 f6fd4e69e154: Preparing 10:25:38 ea9c2d179741: Preparing 10:25:38 fae32a285b5b: Preparing 10:25:38 806144cbe6a4: Preparing 10:25:38 aabf0ed8b300: Preparing 10:25:38 0ba476c48dc9: Preparing 10:25:38 ed87125a3572: Preparing 10:25:38 3839dbc2bf6c: Preparing 10:25:38 d448818d6975: Preparing 10:25:38 5f70bf18a086: Preparing 10:25:38 41bc3b005da5: Preparing 10:25:38 0bcd58fcae8f: Preparing 10:25:38 65f4b4cb1af7: Preparing 10:25:38 16113d51b718: Preparing 10:25:38 d448818d6975: Waiting 10:25:38 806144cbe6a4: Waiting 10:25:38 aabf0ed8b300: Waiting 10:25:38 0ba476c48dc9: Waiting 10:25:38 ed87125a3572: Waiting 10:25:38 3839dbc2bf6c: Waiting 10:25:38 41bc3b005da5: Waiting 10:25:38 0bcd58fcae8f: Waiting 10:25:38 65f4b4cb1af7: Waiting 10:25:38 16113d51b718: Waiting 10:25:38 fae32a285b5b: Waiting 10:25:38 5f70bf18a086: Waiting 10:25:38 ac6d23c785d3: Layer already exists 10:25:38 f6fd4e69e154: Layer already exists 10:25:38 ea9c2d179741: Layer already exists 10:25:38 19d28f753945: Layer already exists 10:25:38 8577986bf62a: Layer already exists 10:25:38 aabf0ed8b300: Layer already exists 10:25:38 806144cbe6a4: Layer already exists 10:25:38 0ba476c48dc9: Layer already exists 10:25:38 ed87125a3572: Layer already exists 10:25:38 fae32a285b5b: Layer already exists 10:25:38 3839dbc2bf6c: Layer already exists 10:25:38 d448818d6975: Layer already exists 10:25:38 5f70bf18a086: Layer already exists 10:25:38 41bc3b005da5: Layer already exists 10:25:38 0bcd58fcae8f: Layer already exists 10:25:38 16113d51b718: Layer already exists 10:25:38 65f4b4cb1af7: Layer already exists 10:25:39 main: digest: sha256:40401ad1634d3ec7b763200f1cab3821e0411439d478d108120472ddc9865f92 size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:25:39 ===================================================== [Pipeline] echo 10:25:39 taggedImages: 10:25:39 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 10:25:39 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 10:25:39 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.94 10:25:39 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 10:25:39 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 10:25:39 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 10:25:39 7f550756abf89bcf15828d6373a305e4d40f5987 10:25:39 latest 10:25:39 3.2.0-dev.94 10:25:39 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 10:25:39 main 10:25:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:39 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:40 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 10:25:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 10:25:40 a0beec43e728: Preparing 10:25:40 fd96c439da58: Preparing 10:25:40 eb0ac3d0be9c: Preparing 10:25:40 96d345bde928: Preparing 10:25:40 0ba476c48dc9: Preparing 10:25:40 ed87125a3572: Preparing 10:25:40 6a73a8741db9: Preparing 10:25:40 144f10a2ea99: Preparing 10:25:40 16113d51b718: Preparing 10:25:40 ed87125a3572: Waiting 10:25:40 6a73a8741db9: Waiting 10:25:40 144f10a2ea99: Waiting 10:25:40 16113d51b718: Waiting 10:25:40 0ba476c48dc9: Layer already exists 10:25:40 ed87125a3572: Layer already exists 10:25:40 eb0ac3d0be9c: Pushed 10:25:40 fd96c439da58: Pushed 10:25:40 6a73a8741db9: Layer already exists 10:25:40 144f10a2ea99: Layer already exists 10:25:40 a0beec43e728: Pushed 10:25:40 16113d51b718: Layer already exists 10:25:44 96d345bde928: Pushed 10:25:44 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:ea8bfc6a1fa40bea889ffc8ef9c3b927b91edc7d8142fbad527bf91c07a5e614 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:44 + 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 10:25:45 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 10:25:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 10:25:45 a0beec43e728: Preparing 10:25:45 fd96c439da58: Preparing 10:25:45 eb0ac3d0be9c: Preparing 10:25:45 96d345bde928: Preparing 10:25:45 0ba476c48dc9: Preparing 10:25:45 ed87125a3572: Preparing 10:25:45 6a73a8741db9: Preparing 10:25:45 144f10a2ea99: Preparing 10:25:45 16113d51b718: Preparing 10:25:45 ed87125a3572: Waiting 10:25:45 6a73a8741db9: Waiting 10:25:45 144f10a2ea99: Waiting 10:25:45 96d345bde928: Layer already exists 10:25:45 a0beec43e728: Layer already exists 10:25:45 0ba476c48dc9: Layer already exists 10:25:45 fd96c439da58: Layer already exists 10:25:45 eb0ac3d0be9c: Layer already exists 10:25:45 6a73a8741db9: Layer already exists 10:25:45 ed87125a3572: Layer already exists 10:25:45 16113d51b718: Layer already exists 10:25:45 144f10a2ea99: Layer already exists 10:25:45 latest: digest: sha256:ea8bfc6a1fa40bea889ffc8ef9c3b927b91edc7d8142fbad527bf91c07a5e614 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:45 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:46 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.94 10:25:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 10:25:46 a0beec43e728: Preparing 10:25:46 fd96c439da58: Preparing 10:25:46 eb0ac3d0be9c: Preparing 10:25:46 96d345bde928: Preparing 10:25:46 0ba476c48dc9: Preparing 10:25:46 ed87125a3572: Preparing 10:25:46 6a73a8741db9: Preparing 10:25:46 ed87125a3572: Waiting 10:25:46 144f10a2ea99: Preparing 10:25:46 6a73a8741db9: Waiting 10:25:46 16113d51b718: Preparing 10:25:46 144f10a2ea99: Waiting 10:25:46 16113d51b718: Waiting 10:25:46 fd96c439da58: Layer already exists 10:25:46 96d345bde928: Layer already exists 10:25:46 eb0ac3d0be9c: Layer already exists 10:25:46 a0beec43e728: Layer already exists 10:25:46 0ba476c48dc9: Layer already exists 10:25:46 6a73a8741db9: Layer already exists 10:25:46 144f10a2ea99: Layer already exists 10:25:46 16113d51b718: Layer already exists 10:25:46 ed87125a3572: Layer already exists 10:25:46 3.2.0-dev.94: digest: sha256:ea8bfc6a1fa40bea889ffc8ef9c3b927b91edc7d8142fbad527bf91c07a5e614 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:46 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:47 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 10:25:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 10:25:47 a0beec43e728: Preparing 10:25:47 fd96c439da58: Preparing 10:25:47 eb0ac3d0be9c: Preparing 10:25:47 96d345bde928: Preparing 10:25:47 0ba476c48dc9: Preparing 10:25:47 ed87125a3572: Preparing 10:25:47 6a73a8741db9: Preparing 10:25:47 144f10a2ea99: Preparing 10:25:47 16113d51b718: Preparing 10:25:47 6a73a8741db9: Waiting 10:25:47 144f10a2ea99: Waiting 10:25:47 16113d51b718: Waiting 10:25:47 ed87125a3572: Waiting 10:25:47 96d345bde928: Layer already exists 10:25:47 fd96c439da58: Layer already exists 10:25:47 eb0ac3d0be9c: Layer already exists 10:25:47 0ba476c48dc9: Layer already exists 10:25:47 a0beec43e728: Layer already exists 10:25:47 ed87125a3572: Layer already exists 10:25:47 144f10a2ea99: Layer already exists 10:25:47 6a73a8741db9: Layer already exists 10:25:47 16113d51b718: Layer already exists 10:25:47 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:ea8bfc6a1fa40bea889ffc8ef9c3b927b91edc7d8142fbad527bf91c07a5e614 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:47 + 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 10:25:48 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 10:25:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 10:25:48 a0beec43e728: Preparing 10:25:48 fd96c439da58: Preparing 10:25:48 eb0ac3d0be9c: Preparing 10:25:48 96d345bde928: Preparing 10:25:48 0ba476c48dc9: Preparing 10:25:48 ed87125a3572: Preparing 10:25:48 6a73a8741db9: Preparing 10:25:48 144f10a2ea99: Preparing 10:25:48 16113d51b718: Preparing 10:25:48 6a73a8741db9: Waiting 10:25:48 144f10a2ea99: Waiting 10:25:48 16113d51b718: Waiting 10:25:48 ed87125a3572: Waiting 10:25:48 96d345bde928: Layer already exists 10:25:48 0ba476c48dc9: Layer already exists 10:25:48 a0beec43e728: Layer already exists 10:25:48 fd96c439da58: Layer already exists 10:25:48 eb0ac3d0be9c: Layer already exists 10:25:48 6a73a8741db9: Layer already exists 10:25:48 ed87125a3572: Layer already exists 10:25:48 16113d51b718: Layer already exists 10:25:48 144f10a2ea99: Layer already exists 10:25:48 main: digest: sha256:ea8bfc6a1fa40bea889ffc8ef9c3b927b91edc7d8142fbad527bf91c07a5e614 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:25:48 ===================================================== [Pipeline] echo 10:25:48 taggedImages: 10:25:48 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 10:25:48 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 10:25:48 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.94 10:25:48 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 10:25:48 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 10:25:48 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 10:25:48 7f550756abf89bcf15828d6373a305e4d40f5987 10:25:48 latest 10:25:48 3.2.0-dev.94 10:25:48 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 10:25:48 main 10:25:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:49 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:49 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 10:25:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 10:25:49 d7a565328c7a: Preparing 10:25:49 7ddeda2a5315: Preparing 10:25:49 0dfc8752edc8: Preparing 10:25:49 a6b8a72e68de: Preparing 10:25:49 ea690c2e404c: Preparing 10:25:49 0ba476c48dc9: Preparing 10:25:49 ed87125a3572: Preparing 10:25:49 5c7829c93ff4: Preparing 10:25:49 c04c22e21f2b: Preparing 10:25:49 b0c1fabbb64a: Preparing 10:25:49 16113d51b718: Preparing 10:25:49 0ba476c48dc9: Waiting 10:25:49 ed87125a3572: Waiting 10:25:49 5c7829c93ff4: Waiting 10:25:49 c04c22e21f2b: Waiting 10:25:49 b0c1fabbb64a: Waiting 10:25:49 16113d51b718: Waiting 10:25:49 ea690c2e404c: Pushed 10:25:49 7ddeda2a5315: Pushed 10:25:49 a6b8a72e68de: Pushed 10:25:49 d7a565328c7a: Pushed 10:25:49 0ba476c48dc9: Layer already exists 10:25:49 ed87125a3572: Layer already exists 10:25:49 16113d51b718: Layer already exists 10:25:49 5c7829c93ff4: Pushed 10:25:49 c04c22e21f2b: Pushed 10:25:51 0dfc8752edc8: Pushed 10:25:52 b0c1fabbb64a: Pushed 10:25:53 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:ca09e7aad664f7d7b1b7b295e9697f40c843a7f604376c2cfd92036c5e0550ff size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:53 + 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 10:25:54 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 10:25:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 10:25:54 d7a565328c7a: Preparing 10:25:54 7ddeda2a5315: Preparing 10:25:54 0dfc8752edc8: Preparing 10:25:54 a6b8a72e68de: Preparing 10:25:54 ea690c2e404c: Preparing 10:25:54 0ba476c48dc9: Preparing 10:25:54 ed87125a3572: Preparing 10:25:54 5c7829c93ff4: Preparing 10:25:54 c04c22e21f2b: Preparing 10:25:54 b0c1fabbb64a: Preparing 10:25:54 16113d51b718: Preparing 10:25:54 5c7829c93ff4: Waiting 10:25:54 c04c22e21f2b: Waiting 10:25:54 ed87125a3572: Waiting 10:25:54 b0c1fabbb64a: Waiting 10:25:54 16113d51b718: Waiting 10:25:54 0dfc8752edc8: Layer already exists 10:25:54 7ddeda2a5315: Layer already exists 10:25:54 ea690c2e404c: Layer already exists 10:25:54 d7a565328c7a: Layer already exists 10:25:54 a6b8a72e68de: Layer already exists 10:25:54 ed87125a3572: Layer already exists 10:25:54 0ba476c48dc9: Layer already exists 10:25:54 b0c1fabbb64a: Layer already exists 10:25:54 c04c22e21f2b: Layer already exists 10:25:54 5c7829c93ff4: Layer already exists 10:25:54 16113d51b718: Layer already exists 10:25:54 latest: digest: sha256:ca09e7aad664f7d7b1b7b295e9697f40c843a7f604376c2cfd92036c5e0550ff size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:54 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:55 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.94 10:25:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 10:25:55 d7a565328c7a: Preparing 10:25:55 7ddeda2a5315: Preparing 10:25:55 0dfc8752edc8: Preparing 10:25:55 a6b8a72e68de: Preparing 10:25:55 ea690c2e404c: Preparing 10:25:55 0ba476c48dc9: Preparing 10:25:55 ed87125a3572: Preparing 10:25:55 5c7829c93ff4: Preparing 10:25:55 c04c22e21f2b: Preparing 10:25:55 b0c1fabbb64a: Preparing 10:25:55 16113d51b718: Preparing 10:25:55 ed87125a3572: Waiting 10:25:55 5c7829c93ff4: Waiting 10:25:55 c04c22e21f2b: Waiting 10:25:55 b0c1fabbb64a: Waiting 10:25:55 16113d51b718: Waiting 10:25:55 0ba476c48dc9: Waiting 10:25:55 0dfc8752edc8: Layer already exists 10:25:55 a6b8a72e68de: Layer already exists 10:25:55 d7a565328c7a: Layer already exists 10:25:55 7ddeda2a5315: Layer already exists 10:25:55 ea690c2e404c: Layer already exists 10:25:55 0ba476c48dc9: Layer already exists 10:25:55 c04c22e21f2b: Layer already exists 10:25:55 ed87125a3572: Layer already exists 10:25:55 b0c1fabbb64a: Layer already exists 10:25:55 5c7829c93ff4: Layer already exists 10:25:55 16113d51b718: Layer already exists 10:25:55 3.2.0-dev.94: digest: sha256:ca09e7aad664f7d7b1b7b295e9697f40c843a7f604376c2cfd92036c5e0550ff size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:55 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:56 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 10:25:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 10:25:56 d7a565328c7a: Preparing 10:25:56 7ddeda2a5315: Preparing 10:25:56 0dfc8752edc8: Preparing 10:25:56 a6b8a72e68de: Preparing 10:25:56 ea690c2e404c: Preparing 10:25:56 0ba476c48dc9: Preparing 10:25:56 ed87125a3572: Preparing 10:25:56 5c7829c93ff4: Preparing 10:25:56 c04c22e21f2b: Preparing 10:25:56 b0c1fabbb64a: Preparing 10:25:56 16113d51b718: Preparing 10:25:56 5c7829c93ff4: Waiting 10:25:56 c04c22e21f2b: Waiting 10:25:56 b0c1fabbb64a: Waiting 10:25:56 16113d51b718: Waiting 10:25:56 0ba476c48dc9: Waiting 10:25:56 ed87125a3572: Waiting 10:25:56 0dfc8752edc8: Layer already exists 10:25:56 d7a565328c7a: Layer already exists 10:25:56 a6b8a72e68de: Layer already exists 10:25:56 7ddeda2a5315: Layer already exists 10:25:56 ea690c2e404c: Layer already exists 10:25:56 ed87125a3572: Layer already exists 10:25:56 0ba476c48dc9: Layer already exists 10:25:56 5c7829c93ff4: Layer already exists 10:25:56 c04c22e21f2b: Layer already exists 10:25:56 b0c1fabbb64a: Layer already exists 10:25:56 16113d51b718: Layer already exists 10:25:56 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:ca09e7aad664f7d7b1b7b295e9697f40c843a7f604376c2cfd92036c5e0550ff size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:56 + 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 10:25:57 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 10:25:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 10:25:57 d7a565328c7a: Preparing 10:25:57 7ddeda2a5315: Preparing 10:25:57 0dfc8752edc8: Preparing 10:25:57 a6b8a72e68de: Preparing 10:25:57 ea690c2e404c: Preparing 10:25:57 0ba476c48dc9: Preparing 10:25:57 ed87125a3572: Preparing 10:25:57 0ba476c48dc9: Waiting 10:25:57 5c7829c93ff4: Preparing 10:25:57 ed87125a3572: Waiting 10:25:57 c04c22e21f2b: Preparing 10:25:57 5c7829c93ff4: Waiting 10:25:57 b0c1fabbb64a: Preparing 10:25:57 c04c22e21f2b: Waiting 10:25:57 b0c1fabbb64a: Waiting 10:25:57 16113d51b718: Preparing 10:25:57 16113d51b718: Waiting 10:25:57 7ddeda2a5315: Layer already exists 10:25:57 0dfc8752edc8: Layer already exists 10:25:57 a6b8a72e68de: Layer already exists 10:25:57 d7a565328c7a: Layer already exists 10:25:57 ea690c2e404c: Layer already exists 10:25:57 c04c22e21f2b: Layer already exists 10:25:57 0ba476c48dc9: Layer already exists 10:25:57 b0c1fabbb64a: Layer already exists 10:25:57 ed87125a3572: Layer already exists 10:25:57 5c7829c93ff4: Layer already exists 10:25:57 16113d51b718: Layer already exists 10:25:57 main: digest: sha256:ca09e7aad664f7d7b1b7b295e9697f40c843a7f604376c2cfd92036c5e0550ff size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:25:57 ===================================================== [Pipeline] echo 10:25:57 taggedImages: 10:25:57 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 10:25:57 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 10:25:57 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.94 10:25:57 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 10:25:57 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 10:25:57 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 10:25:57 7f550756abf89bcf15828d6373a305e4d40f5987 10:25:57 latest 10:25:57 3.2.0-dev.94 10:25:57 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 10:25:57 main 10:25:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:57 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:25:58 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 10:25:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 10:25:58 c4d8f8bc1a6e: Preparing 10:25:58 e6df3e713928: Preparing 10:25:58 76cc621c5989: Preparing 10:25:58 b4a4d2d2e68b: Preparing 10:25:58 a7d31274a413: Preparing 10:25:58 25dd028bedb1: Preparing 10:25:58 c9101b5a6b17: Preparing 10:25:58 0ba476c48dc9: Preparing 10:25:58 ed87125a3572: Preparing 10:25:58 231ebe84feee: Preparing 10:25:58 126346f5f3f9: Preparing 10:25:58 16113d51b718: Preparing 10:25:58 25dd028bedb1: Waiting 10:25:58 c9101b5a6b17: Waiting 10:25:58 0ba476c48dc9: Waiting 10:25:58 ed87125a3572: Waiting 10:25:58 231ebe84feee: Waiting 10:25:58 126346f5f3f9: Waiting 10:25:58 16113d51b718: Waiting 10:25:58 a7d31274a413: Pushed 10:25:58 c4d8f8bc1a6e: Pushed 10:25:58 e6df3e713928: Pushed 10:25:58 0ba476c48dc9: Layer already exists 10:25:58 ed87125a3572: Layer already exists 10:25:58 25dd028bedb1: Pushed 10:25:58 c9101b5a6b17: Pushed 10:25:58 16113d51b718: Layer already exists 10:25:58 231ebe84feee: Pushed 10:26:01 b4a4d2d2e68b: Pushed 10:26:01 76cc621c5989: Pushed 10:26:01 126346f5f3f9: Pushed 10:26:01 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:dddc8ec2431390832d31e237e0d71b174f2591fa205b254f6ab6194409a91349 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:02 + 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 10:26:02 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 10:26:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 10:26:02 c4d8f8bc1a6e: Preparing 10:26:02 e6df3e713928: Preparing 10:26:02 76cc621c5989: Preparing 10:26:02 b4a4d2d2e68b: Preparing 10:26:02 a7d31274a413: Preparing 10:26:02 25dd028bedb1: Preparing 10:26:02 c9101b5a6b17: Preparing 10:26:02 0ba476c48dc9: Preparing 10:26:02 ed87125a3572: Preparing 10:26:02 231ebe84feee: Preparing 10:26:02 126346f5f3f9: Preparing 10:26:02 16113d51b718: Preparing 10:26:02 25dd028bedb1: Waiting 10:26:02 c9101b5a6b17: Waiting 10:26:02 0ba476c48dc9: Waiting 10:26:02 ed87125a3572: Waiting 10:26:02 231ebe84feee: Waiting 10:26:02 126346f5f3f9: Waiting 10:26:02 16113d51b718: Waiting 10:26:02 a7d31274a413: Layer already exists 10:26:02 76cc621c5989: Layer already exists 10:26:02 c4d8f8bc1a6e: Layer already exists 10:26:02 e6df3e713928: Layer already exists 10:26:02 b4a4d2d2e68b: Layer already exists 10:26:02 25dd028bedb1: Layer already exists 10:26:02 c9101b5a6b17: Layer already exists 10:26:02 0ba476c48dc9: Layer already exists 10:26:02 231ebe84feee: Layer already exists 10:26:02 ed87125a3572: Layer already exists 10:26:02 16113d51b718: Layer already exists 10:26:02 126346f5f3f9: Layer already exists 10:26:02 latest: digest: sha256:dddc8ec2431390832d31e237e0d71b174f2591fa205b254f6ab6194409a91349 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:03 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:03 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.94 10:26:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 10:26:03 c4d8f8bc1a6e: Preparing 10:26:03 e6df3e713928: Preparing 10:26:03 76cc621c5989: Preparing 10:26:03 b4a4d2d2e68b: Preparing 10:26:03 a7d31274a413: Preparing 10:26:03 25dd028bedb1: Preparing 10:26:03 c9101b5a6b17: Preparing 10:26:03 0ba476c48dc9: Preparing 10:26:03 ed87125a3572: Preparing 10:26:03 231ebe84feee: Preparing 10:26:03 126346f5f3f9: Preparing 10:26:03 16113d51b718: Preparing 10:26:03 0ba476c48dc9: Waiting 10:26:03 126346f5f3f9: Waiting 10:26:03 ed87125a3572: Waiting 10:26:03 231ebe84feee: Waiting 10:26:03 16113d51b718: Waiting 10:26:03 25dd028bedb1: Waiting 10:26:03 c9101b5a6b17: Waiting 10:26:03 b4a4d2d2e68b: Layer already exists 10:26:03 76cc621c5989: Layer already exists 10:26:03 a7d31274a413: Layer already exists 10:26:03 e6df3e713928: Layer already exists 10:26:03 c4d8f8bc1a6e: Layer already exists 10:26:03 25dd028bedb1: Layer already exists 10:26:03 ed87125a3572: Layer already exists 10:26:03 c9101b5a6b17: Layer already exists 10:26:03 0ba476c48dc9: Layer already exists 10:26:03 231ebe84feee: Layer already exists 10:26:03 16113d51b718: Layer already exists 10:26:03 126346f5f3f9: Layer already exists 10:26:03 3.2.0-dev.94: digest: sha256:dddc8ec2431390832d31e237e0d71b174f2591fa205b254f6ab6194409a91349 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:04 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:04 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 10:26:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 10:26:04 c4d8f8bc1a6e: Preparing 10:26:04 e6df3e713928: Preparing 10:26:04 76cc621c5989: Preparing 10:26:04 b4a4d2d2e68b: Preparing 10:26:04 a7d31274a413: Preparing 10:26:04 25dd028bedb1: Preparing 10:26:04 c9101b5a6b17: Preparing 10:26:04 0ba476c48dc9: Preparing 10:26:04 ed87125a3572: Preparing 10:26:04 231ebe84feee: Preparing 10:26:04 126346f5f3f9: Preparing 10:26:04 16113d51b718: Preparing 10:26:04 25dd028bedb1: Waiting 10:26:04 c9101b5a6b17: Waiting 10:26:04 0ba476c48dc9: Waiting 10:26:04 ed87125a3572: Waiting 10:26:04 231ebe84feee: Waiting 10:26:04 126346f5f3f9: Waiting 10:26:04 16113d51b718: Waiting 10:26:04 a7d31274a413: Layer already exists 10:26:04 b4a4d2d2e68b: Layer already exists 10:26:04 76cc621c5989: Layer already exists 10:26:04 c4d8f8bc1a6e: Layer already exists 10:26:04 e6df3e713928: Layer already exists 10:26:04 25dd028bedb1: Layer already exists 10:26:04 231ebe84feee: Layer already exists 10:26:04 c9101b5a6b17: Layer already exists 10:26:04 ed87125a3572: Layer already exists 10:26:04 0ba476c48dc9: Layer already exists 10:26:04 126346f5f3f9: Layer already exists 10:26:04 16113d51b718: Layer already exists 10:26:04 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:dddc8ec2431390832d31e237e0d71b174f2591fa205b254f6ab6194409a91349 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:05 + 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 10:26:05 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 10:26:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 10:26:05 c4d8f8bc1a6e: Preparing 10:26:05 e6df3e713928: Preparing 10:26:05 76cc621c5989: Preparing 10:26:05 b4a4d2d2e68b: Preparing 10:26:05 a7d31274a413: Preparing 10:26:05 25dd028bedb1: Preparing 10:26:05 c9101b5a6b17: Preparing 10:26:05 0ba476c48dc9: Preparing 10:26:05 ed87125a3572: Preparing 10:26:05 231ebe84feee: Preparing 10:26:05 126346f5f3f9: Preparing 10:26:05 16113d51b718: Preparing 10:26:05 c9101b5a6b17: Waiting 10:26:05 0ba476c48dc9: Waiting 10:26:05 ed87125a3572: Waiting 10:26:05 231ebe84feee: Waiting 10:26:05 25dd028bedb1: Waiting 10:26:05 126346f5f3f9: Waiting 10:26:05 16113d51b718: Waiting 10:26:05 a7d31274a413: Layer already exists 10:26:05 e6df3e713928: Layer already exists 10:26:05 b4a4d2d2e68b: Layer already exists 10:26:05 c4d8f8bc1a6e: Layer already exists 10:26:05 76cc621c5989: Layer already exists 10:26:05 25dd028bedb1: Layer already exists 10:26:05 c9101b5a6b17: Layer already exists 10:26:05 0ba476c48dc9: Layer already exists 10:26:05 ed87125a3572: Layer already exists 10:26:05 231ebe84feee: Layer already exists 10:26:05 126346f5f3f9: Layer already exists 10:26:05 16113d51b718: Layer already exists 10:26:05 main: digest: sha256:dddc8ec2431390832d31e237e0d71b174f2591fa205b254f6ab6194409a91349 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:26:05 ===================================================== [Pipeline] echo 10:26:05 taggedImages: 10:26:05 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 10:26:05 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 10:26:05 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.94 10:26:05 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 10:26:05 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 10:26:05 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 10:26:05 7f550756abf89bcf15828d6373a305e4d40f5987 10:26:05 latest 10:26:05 3.2.0-dev.94 10:26:05 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 10:26:05 main 10:26:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:06 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:06 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 10:26:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 10:26:06 6126568fcbad: Preparing 10:26:06 da672dfb4f6b: Preparing 10:26:06 0ba476c48dc9: Preparing 10:26:06 ed87125a3572: Preparing 10:26:06 95ac5a401647: Preparing 10:26:06 252e6e0a773a: Preparing 10:26:06 16113d51b718: Preparing 10:26:06 252e6e0a773a: Waiting 10:26:06 16113d51b718: Waiting 10:26:06 ed87125a3572: Layer already exists 10:26:06 0ba476c48dc9: Layer already exists 10:26:06 16113d51b718: Layer already exists 10:26:06 6126568fcbad: Pushed 10:26:06 95ac5a401647: Pushed 10:26:08 252e6e0a773a: Pushed 10:26:10 da672dfb4f6b: Pushed 10:26:10 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:8e02e0de7b83868ea4ef10f37491fed0f36fc40ee1977fd795d0bb93b45d88f9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:11 + 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 10:26:11 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 10:26:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 10:26:11 6126568fcbad: Preparing 10:26:11 da672dfb4f6b: Preparing 10:26:11 0ba476c48dc9: Preparing 10:26:11 ed87125a3572: Preparing 10:26:11 95ac5a401647: Preparing 10:26:11 252e6e0a773a: Preparing 10:26:11 16113d51b718: Preparing 10:26:11 252e6e0a773a: Waiting 10:26:11 16113d51b718: Waiting 10:26:11 0ba476c48dc9: Layer already exists 10:26:11 6126568fcbad: Layer already exists 10:26:11 da672dfb4f6b: Layer already exists 10:26:11 95ac5a401647: Layer already exists 10:26:11 ed87125a3572: Layer already exists 10:26:11 252e6e0a773a: Layer already exists 10:26:11 16113d51b718: Layer already exists 10:26:12 latest: digest: sha256:8e02e0de7b83868ea4ef10f37491fed0f36fc40ee1977fd795d0bb93b45d88f9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:12 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:12 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.94 10:26:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 10:26:12 6126568fcbad: Preparing 10:26:12 da672dfb4f6b: Preparing 10:26:12 0ba476c48dc9: Preparing 10:26:12 ed87125a3572: Preparing 10:26:12 95ac5a401647: Preparing 10:26:12 252e6e0a773a: Preparing 10:26:12 16113d51b718: Preparing 10:26:12 252e6e0a773a: Waiting 10:26:12 16113d51b718: Waiting 10:26:12 6126568fcbad: Layer already exists 10:26:12 0ba476c48dc9: Layer already exists 10:26:12 ed87125a3572: Layer already exists 10:26:12 da672dfb4f6b: Layer already exists 10:26:12 95ac5a401647: Layer already exists 10:26:12 16113d51b718: Layer already exists 10:26:12 252e6e0a773a: Layer already exists 10:26:13 3.2.0-dev.94: digest: sha256:8e02e0de7b83868ea4ef10f37491fed0f36fc40ee1977fd795d0bb93b45d88f9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:13 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:13 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 10:26:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 10:26:13 6126568fcbad: Preparing 10:26:13 da672dfb4f6b: Preparing 10:26:13 0ba476c48dc9: Preparing 10:26:13 ed87125a3572: Preparing 10:26:13 95ac5a401647: Preparing 10:26:13 252e6e0a773a: Preparing 10:26:13 16113d51b718: Preparing 10:26:13 252e6e0a773a: Waiting 10:26:13 16113d51b718: Waiting 10:26:13 95ac5a401647: Layer already exists 10:26:13 6126568fcbad: Layer already exists 10:26:13 0ba476c48dc9: Layer already exists 10:26:13 da672dfb4f6b: Layer already exists 10:26:13 ed87125a3572: Layer already exists 10:26:13 16113d51b718: Layer already exists 10:26:13 252e6e0a773a: Layer already exists 10:26:14 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:8e02e0de7b83868ea4ef10f37491fed0f36fc40ee1977fd795d0bb93b45d88f9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:14 + 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 10:26:14 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 10:26:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 10:26:14 6126568fcbad: Preparing 10:26:14 da672dfb4f6b: Preparing 10:26:14 0ba476c48dc9: Preparing 10:26:14 ed87125a3572: Preparing 10:26:14 95ac5a401647: Preparing 10:26:14 252e6e0a773a: Preparing 10:26:14 16113d51b718: Preparing 10:26:14 16113d51b718: Waiting 10:26:14 252e6e0a773a: Waiting 10:26:14 6126568fcbad: Layer already exists 10:26:14 0ba476c48dc9: Layer already exists 10:26:14 95ac5a401647: Layer already exists 10:26:14 da672dfb4f6b: Layer already exists 10:26:14 ed87125a3572: Layer already exists 10:26:14 16113d51b718: Layer already exists 10:26:14 252e6e0a773a: Layer already exists 10:26:14 main: digest: sha256:8e02e0de7b83868ea4ef10f37491fed0f36fc40ee1977fd795d0bb93b45d88f9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:26:15 ===================================================== [Pipeline] echo 10:26:15 taggedImages: 10:26:15 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 10:26:15 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 10:26:15 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.94 10:26:15 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 10:26:15 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 10:26:15 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 10:26:15 7f550756abf89bcf15828d6373a305e4d40f5987 10:26:15 latest 10:26:15 3.2.0-dev.94 10:26:15 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 10:26:15 main 10:26:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:15 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:15 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 10:26:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 10:26:15 81b72900aaf3: Preparing 10:26:15 1d6ed247bbb4: Preparing 10:26:15 6252c7af65d8: Preparing 10:26:15 0ba476c48dc9: Preparing 10:26:15 ed87125a3572: Preparing 10:26:15 ea9faed57bfc: Preparing 10:26:15 22e711911e72: Preparing 10:26:15 5f587091b745: Preparing 10:26:15 14fb7ee5b828: Preparing 10:26:15 16113d51b718: Preparing 10:26:15 22e711911e72: Waiting 10:26:15 5f587091b745: Waiting 10:26:15 14fb7ee5b828: Waiting 10:26:15 16113d51b718: Waiting 10:26:15 ea9faed57bfc: Waiting 10:26:15 ed87125a3572: Layer already exists 10:26:16 0ba476c48dc9: Layer already exists 10:26:16 1d6ed247bbb4: Pushed 10:26:16 6252c7af65d8: Pushed 10:26:16 81b72900aaf3: Pushed 10:26:16 16113d51b718: Layer already exists 10:26:16 5f587091b745: Pushed 10:26:17 14fb7ee5b828: Pushed 10:26:29 22e711911e72: Pushed 10:26:37 ea9faed57bfc: Pushed 10:26:37 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:c18929e0222fb1aaea239689bb6dc3a58669563952bcac26969fa8224b977216 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:38 + 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 10:26:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 10:26:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 10:26:38 81b72900aaf3: Preparing 10:26:38 1d6ed247bbb4: Preparing 10:26:38 6252c7af65d8: Preparing 10:26:38 0ba476c48dc9: Preparing 10:26:38 ed87125a3572: Preparing 10:26:38 ea9faed57bfc: Preparing 10:26:38 22e711911e72: Preparing 10:26:38 5f587091b745: Preparing 10:26:38 14fb7ee5b828: Preparing 10:26:38 16113d51b718: Preparing 10:26:38 22e711911e72: Waiting 10:26:38 5f587091b745: Waiting 10:26:38 14fb7ee5b828: Waiting 10:26:38 16113d51b718: Waiting 10:26:38 ea9faed57bfc: Waiting 10:26:38 81b72900aaf3: Layer already exists 10:26:38 1d6ed247bbb4: Layer already exists 10:26:38 0ba476c48dc9: Layer already exists 10:26:38 6252c7af65d8: Layer already exists 10:26:38 ed87125a3572: Layer already exists 10:26:38 ea9faed57bfc: Layer already exists 10:26:38 14fb7ee5b828: Layer already exists 10:26:38 16113d51b718: Layer already exists 10:26:38 5f587091b745: Layer already exists 10:26:38 22e711911e72: Layer already exists 10:26:38 latest: digest: sha256:c18929e0222fb1aaea239689bb6dc3a58669563952bcac26969fa8224b977216 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:39 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.94 10:26:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 10:26:39 81b72900aaf3: Preparing 10:26:39 1d6ed247bbb4: Preparing 10:26:39 6252c7af65d8: Preparing 10:26:39 0ba476c48dc9: Preparing 10:26:39 ed87125a3572: Preparing 10:26:39 ea9faed57bfc: Preparing 10:26:39 22e711911e72: Preparing 10:26:39 5f587091b745: Preparing 10:26:39 14fb7ee5b828: Preparing 10:26:39 16113d51b718: Preparing 10:26:39 ea9faed57bfc: Waiting 10:26:39 22e711911e72: Waiting 10:26:39 5f587091b745: Waiting 10:26:39 14fb7ee5b828: Waiting 10:26:39 16113d51b718: Waiting 10:26:39 1d6ed247bbb4: Layer already exists 10:26:39 ed87125a3572: Layer already exists 10:26:39 0ba476c48dc9: Layer already exists 10:26:39 6252c7af65d8: Layer already exists 10:26:39 81b72900aaf3: Layer already exists 10:26:39 ea9faed57bfc: Layer already exists 10:26:39 22e711911e72: Layer already exists 10:26:39 14fb7ee5b828: Layer already exists 10:26:39 5f587091b745: Layer already exists 10:26:39 16113d51b718: Layer already exists 10:26:39 3.2.0-dev.94: digest: sha256:c18929e0222fb1aaea239689bb6dc3a58669563952bcac26969fa8224b977216 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:40 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 10:26:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 10:26:40 81b72900aaf3: Preparing 10:26:40 1d6ed247bbb4: Preparing 10:26:40 6252c7af65d8: Preparing 10:26:40 0ba476c48dc9: Preparing 10:26:40 ed87125a3572: Preparing 10:26:40 ea9faed57bfc: Preparing 10:26:40 22e711911e72: Preparing 10:26:40 5f587091b745: Preparing 10:26:40 14fb7ee5b828: Preparing 10:26:40 16113d51b718: Preparing 10:26:40 ea9faed57bfc: Waiting 10:26:40 22e711911e72: Waiting 10:26:40 5f587091b745: Waiting 10:26:40 14fb7ee5b828: Waiting 10:26:40 16113d51b718: Waiting 10:26:40 1d6ed247bbb4: Layer already exists 10:26:40 6252c7af65d8: Layer already exists 10:26:40 ed87125a3572: Layer already exists 10:26:40 0ba476c48dc9: Layer already exists 10:26:40 81b72900aaf3: Layer already exists 10:26:40 22e711911e72: Layer already exists 10:26:40 5f587091b745: Layer already exists 10:26:40 14fb7ee5b828: Layer already exists 10:26:40 ea9faed57bfc: Layer already exists 10:26:40 16113d51b718: Layer already exists 10:26:40 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:c18929e0222fb1aaea239689bb6dc3a58669563952bcac26969fa8224b977216 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:41 + 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 10:26:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 10:26:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 10:26:41 81b72900aaf3: Preparing 10:26:41 1d6ed247bbb4: Preparing 10:26:41 6252c7af65d8: Preparing 10:26:41 0ba476c48dc9: Preparing 10:26:41 ed87125a3572: Preparing 10:26:41 ea9faed57bfc: Preparing 10:26:41 22e711911e72: Preparing 10:26:41 5f587091b745: Preparing 10:26:41 14fb7ee5b828: Preparing 10:26:41 16113d51b718: Preparing 10:26:41 22e711911e72: Waiting 10:26:41 5f587091b745: Waiting 10:26:41 14fb7ee5b828: Waiting 10:26:41 ea9faed57bfc: Waiting 10:26:41 16113d51b718: Waiting 10:26:41 81b72900aaf3: Layer already exists 10:26:41 ed87125a3572: Layer already exists 10:26:41 6252c7af65d8: Layer already exists 10:26:41 0ba476c48dc9: Layer already exists 10:26:41 1d6ed247bbb4: Layer already exists 10:26:41 ea9faed57bfc: Layer already exists 10:26:41 5f587091b745: Layer already exists 10:26:41 14fb7ee5b828: Layer already exists 10:26:41 16113d51b718: Layer already exists 10:26:41 22e711911e72: Layer already exists 10:26:41 main: digest: sha256:c18929e0222fb1aaea239689bb6dc3a58669563952bcac26969fa8224b977216 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:26:41 ===================================================== [Pipeline] echo 10:26:41 taggedImages: 10:26:41 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 10:26:41 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 10:26:41 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.94 10:26:41 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 10:26:41 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 10:26:41 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 10:26:41 7f550756abf89bcf15828d6373a305e4d40f5987 10:26:41 latest 10:26:41 3.2.0-dev.94 10:26:41 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 10:26:41 main 10:26:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:42 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 10:26:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 10:26:42 8aae27a5dcb0: Preparing 10:26:42 e25d62871272: Preparing 10:26:42 a5858a4d4503: Preparing 10:26:42 0ba476c48dc9: Preparing 10:26:42 ed87125a3572: Preparing 10:26:42 80685379db78: Preparing 10:26:42 635a46fd0ed4: Preparing 10:26:42 80685379db78: Waiting 10:26:42 0aee2d268772: Preparing 10:26:42 16113d51b718: Preparing 10:26:42 0aee2d268772: Waiting 10:26:42 16113d51b718: Waiting 10:26:42 0ba476c48dc9: Layer already exists 10:26:42 ed87125a3572: Layer already exists 10:26:42 a5858a4d4503: Pushed 10:26:42 8aae27a5dcb0: Pushed 10:26:42 e25d62871272: Pushed 10:26:42 16113d51b718: Layer already exists 10:26:42 635a46fd0ed4: Pushed 10:26:43 0aee2d268772: Pushed 10:27:05 80685379db78: Pushed 10:27:05 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:665fa99ddd2a1e1c5fb87fcc10c21677571a3c06212d340964c4eb0256906c54 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:05 + 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 10:27:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 10:27:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 10:27:06 8aae27a5dcb0: Preparing 10:27:06 e25d62871272: Preparing 10:27:06 a5858a4d4503: Preparing 10:27:06 0ba476c48dc9: Preparing 10:27:06 ed87125a3572: Preparing 10:27:06 80685379db78: Preparing 10:27:06 635a46fd0ed4: Preparing 10:27:06 0aee2d268772: Preparing 10:27:06 16113d51b718: Preparing 10:27:06 80685379db78: Waiting 10:27:06 635a46fd0ed4: Waiting 10:27:06 0aee2d268772: Waiting 10:27:06 16113d51b718: Waiting 10:27:06 e25d62871272: Layer already exists 10:27:06 a5858a4d4503: Layer already exists 10:27:06 ed87125a3572: Layer already exists 10:27:06 0ba476c48dc9: Layer already exists 10:27:06 8aae27a5dcb0: Layer already exists 10:27:06 635a46fd0ed4: Layer already exists 10:27:06 80685379db78: Layer already exists 10:27:06 16113d51b718: Layer already exists 10:27:06 0aee2d268772: Layer already exists 10:27:06 latest: digest: sha256:665fa99ddd2a1e1c5fb87fcc10c21677571a3c06212d340964c4eb0256906c54 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:06 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.94 10:27:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 10:27:07 8aae27a5dcb0: Preparing 10:27:07 e25d62871272: Preparing 10:27:07 a5858a4d4503: Preparing 10:27:07 0ba476c48dc9: Preparing 10:27:07 ed87125a3572: Preparing 10:27:07 80685379db78: Preparing 10:27:07 635a46fd0ed4: Preparing 10:27:07 0aee2d268772: Preparing 10:27:07 16113d51b718: Preparing 10:27:07 635a46fd0ed4: Waiting 10:27:07 0aee2d268772: Waiting 10:27:07 16113d51b718: Waiting 10:27:07 80685379db78: Waiting 10:27:07 ed87125a3572: Layer already exists 10:27:07 a5858a4d4503: Layer already exists 10:27:07 e25d62871272: Layer already exists 10:27:07 8aae27a5dcb0: Layer already exists 10:27:07 0ba476c48dc9: Layer already exists 10:27:07 635a46fd0ed4: Layer already exists 10:27:07 80685379db78: Layer already exists 10:27:07 0aee2d268772: Layer already exists 10:27:07 16113d51b718: Layer already exists 10:27:07 3.2.0-dev.94: digest: sha256:665fa99ddd2a1e1c5fb87fcc10c21677571a3c06212d340964c4eb0256906c54 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:07 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 10:27:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 10:27:08 8aae27a5dcb0: Preparing 10:27:08 e25d62871272: Preparing 10:27:08 a5858a4d4503: Preparing 10:27:08 0ba476c48dc9: Preparing 10:27:08 ed87125a3572: Preparing 10:27:08 80685379db78: Preparing 10:27:08 635a46fd0ed4: Preparing 10:27:08 0aee2d268772: Preparing 10:27:08 16113d51b718: Preparing 10:27:08 635a46fd0ed4: Waiting 10:27:08 16113d51b718: Waiting 10:27:08 0aee2d268772: Waiting 10:27:08 80685379db78: Waiting 10:27:08 8aae27a5dcb0: Layer already exists 10:27:08 a5858a4d4503: Layer already exists 10:27:08 e25d62871272: Layer already exists 10:27:08 0ba476c48dc9: Layer already exists 10:27:08 ed87125a3572: Layer already exists 10:27:08 0aee2d268772: Layer already exists 10:27:08 16113d51b718: Layer already exists 10:27:08 635a46fd0ed4: Layer already exists 10:27:08 80685379db78: Layer already exists 10:27:08 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:665fa99ddd2a1e1c5fb87fcc10c21677571a3c06212d340964c4eb0256906c54 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:08 + 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 10:27:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 10:27:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 10:27:09 8aae27a5dcb0: Preparing 10:27:09 e25d62871272: Preparing 10:27:09 a5858a4d4503: Preparing 10:27:09 0ba476c48dc9: Preparing 10:27:09 ed87125a3572: Preparing 10:27:09 80685379db78: Preparing 10:27:09 635a46fd0ed4: Preparing 10:27:09 0aee2d268772: Preparing 10:27:09 16113d51b718: Preparing 10:27:09 80685379db78: Waiting 10:27:09 635a46fd0ed4: Waiting 10:27:09 0aee2d268772: Waiting 10:27:09 16113d51b718: Waiting 10:27:09 e25d62871272: Layer already exists 10:27:09 0ba476c48dc9: Layer already exists 10:27:09 8aae27a5dcb0: Layer already exists 10:27:09 ed87125a3572: Layer already exists 10:27:09 a5858a4d4503: Layer already exists 10:27:09 80685379db78: Layer already exists 10:27:09 0aee2d268772: Layer already exists 10:27:09 635a46fd0ed4: Layer already exists 10:27:09 16113d51b718: Layer already exists 10:27:09 main: digest: sha256:665fa99ddd2a1e1c5fb87fcc10c21677571a3c06212d340964c4eb0256906c54 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:27:09 ===================================================== [Pipeline] echo 10:27:09 taggedImages: 10:27:09 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 10:27:09 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 10:27:09 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.94 10:27:09 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 10:27:09 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 10:27:09 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 10:27:09 7f550756abf89bcf15828d6373a305e4d40f5987 10:27:09 latest 10:27:09 3.2.0-dev.94 10:27:09 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 10:27:09 main 10:27:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:09 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 10:27:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 10:27:10 19b913128f5f: Preparing 10:27:10 11881e4948ea: Preparing 10:27:10 aa61719674cc: Preparing 10:27:10 0ba476c48dc9: Preparing 10:27:10 ed87125a3572: Preparing 10:27:10 298a4f0bcd08: Preparing 10:27:10 5f587091b745: Preparing 10:27:10 14fb7ee5b828: Preparing 10:27:10 16113d51b718: Preparing 10:27:10 298a4f0bcd08: Waiting 10:27:10 5f587091b745: Waiting 10:27:10 14fb7ee5b828: Waiting 10:27:10 16113d51b718: Waiting 10:27:10 ed87125a3572: Layer already exists 10:27:10 0ba476c48dc9: Layer already exists 10:27:10 5f587091b745: Layer already exists 10:27:10 11881e4948ea: Pushed 10:27:10 14fb7ee5b828: Layer already exists 10:27:10 aa61719674cc: Pushed 10:27:10 19b913128f5f: Pushed 10:27:10 16113d51b718: Layer already exists 10:27:32 298a4f0bcd08: Pushed 10:27:32 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:46eaa31b4ab97c9eb4440d03acaa1614d7a62dea2558d206090effe9bae9be18 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:32 + 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 10:27:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 10:27:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 10:27:33 19b913128f5f: Preparing 10:27:33 11881e4948ea: Preparing 10:27:33 aa61719674cc: Preparing 10:27:33 0ba476c48dc9: Preparing 10:27:33 ed87125a3572: Preparing 10:27:33 298a4f0bcd08: Preparing 10:27:33 5f587091b745: Preparing 10:27:33 14fb7ee5b828: Preparing 10:27:33 16113d51b718: Preparing 10:27:33 298a4f0bcd08: Waiting 10:27:33 5f587091b745: Waiting 10:27:33 16113d51b718: Waiting 10:27:33 14fb7ee5b828: Waiting 10:27:33 19b913128f5f: Layer already exists 10:27:33 11881e4948ea: Layer already exists 10:27:33 0ba476c48dc9: Layer already exists 10:27:33 ed87125a3572: Layer already exists 10:27:33 5f587091b745: Layer already exists 10:27:33 aa61719674cc: Layer already exists 10:27:33 14fb7ee5b828: Layer already exists 10:27:33 298a4f0bcd08: Layer already exists 10:27:33 16113d51b718: Layer already exists 10:27:33 latest: digest: sha256:46eaa31b4ab97c9eb4440d03acaa1614d7a62dea2558d206090effe9bae9be18 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:33 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.94 10:27:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 10:27:34 19b913128f5f: Preparing 10:27:34 11881e4948ea: Preparing 10:27:34 aa61719674cc: Preparing 10:27:34 0ba476c48dc9: Preparing 10:27:34 ed87125a3572: Preparing 10:27:34 298a4f0bcd08: Preparing 10:27:34 5f587091b745: Preparing 10:27:34 14fb7ee5b828: Preparing 10:27:34 16113d51b718: Preparing 10:27:34 5f587091b745: Waiting 10:27:34 14fb7ee5b828: Waiting 10:27:34 16113d51b718: Waiting 10:27:34 298a4f0bcd08: Waiting 10:27:34 19b913128f5f: Layer already exists 10:27:34 0ba476c48dc9: Layer already exists 10:27:34 ed87125a3572: Layer already exists 10:27:34 11881e4948ea: Layer already exists 10:27:34 aa61719674cc: Layer already exists 10:27:34 14fb7ee5b828: Layer already exists 10:27:34 16113d51b718: Layer already exists 10:27:34 298a4f0bcd08: Layer already exists 10:27:34 5f587091b745: Layer already exists 10:27:34 3.2.0-dev.94: digest: sha256:46eaa31b4ab97c9eb4440d03acaa1614d7a62dea2558d206090effe9bae9be18 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:34 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 10:27:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 10:27:35 19b913128f5f: Preparing 10:27:35 11881e4948ea: Preparing 10:27:35 aa61719674cc: Preparing 10:27:35 0ba476c48dc9: Preparing 10:27:35 ed87125a3572: Preparing 10:27:35 298a4f0bcd08: Preparing 10:27:35 5f587091b745: Preparing 10:27:35 14fb7ee5b828: Preparing 10:27:35 298a4f0bcd08: Waiting 10:27:35 16113d51b718: Preparing 10:27:35 5f587091b745: Waiting 10:27:35 14fb7ee5b828: Waiting 10:27:35 16113d51b718: Waiting 10:27:35 19b913128f5f: Layer already exists 10:27:35 ed87125a3572: Layer already exists 10:27:35 0ba476c48dc9: Layer already exists 10:27:35 11881e4948ea: Layer already exists 10:27:35 aa61719674cc: Layer already exists 10:27:35 5f587091b745: Layer already exists 10:27:35 298a4f0bcd08: Layer already exists 10:27:35 16113d51b718: Layer already exists 10:27:35 14fb7ee5b828: Layer already exists 10:27:35 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:46eaa31b4ab97c9eb4440d03acaa1614d7a62dea2558d206090effe9bae9be18 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:35 + 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 10:27:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 10:27:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 10:27:36 19b913128f5f: Preparing 10:27:36 11881e4948ea: Preparing 10:27:36 aa61719674cc: Preparing 10:27:36 0ba476c48dc9: Preparing 10:27:36 ed87125a3572: Preparing 10:27:36 298a4f0bcd08: Preparing 10:27:36 5f587091b745: Preparing 10:27:36 14fb7ee5b828: Preparing 10:27:36 16113d51b718: Preparing 10:27:36 5f587091b745: Waiting 10:27:36 14fb7ee5b828: Waiting 10:27:36 16113d51b718: Waiting 10:27:36 298a4f0bcd08: Waiting 10:27:36 aa61719674cc: Layer already exists 10:27:36 0ba476c48dc9: Layer already exists 10:27:36 ed87125a3572: Layer already exists 10:27:36 19b913128f5f: Layer already exists 10:27:36 11881e4948ea: Layer already exists 10:27:36 5f587091b745: Layer already exists 10:27:36 14fb7ee5b828: Layer already exists 10:27:36 298a4f0bcd08: Layer already exists 10:27:36 16113d51b718: Layer already exists 10:27:36 main: digest: sha256:46eaa31b4ab97c9eb4440d03acaa1614d7a62dea2558d206090effe9bae9be18 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:27:36 ===================================================== [Pipeline] echo 10:27:36 taggedImages: 10:27:36 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 10:27:36 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 10:27:36 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.94 10:27:36 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 10:27:36 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 10:27:36 [edgeXDocker.push] Tagging docker image support-cron-scheduler-arm64 with the following tags: 10:27:36 7f550756abf89bcf15828d6373a305e4d40f5987 10:27:36 latest 10:27:36 3.2.0-dev.94 10:27:36 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 10:27:36 main 10:27:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:37 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:37 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 10:27:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 10:27:37 12b9bc5ab292: Preparing 10:27:37 ebb91415cb0d: Preparing 10:27:37 0ba476c48dc9: Preparing 10:27:37 ed87125a3572: Preparing 10:27:37 c2e8408f9241: Preparing 10:27:37 04476d07cf2a: Preparing 10:27:37 16113d51b718: Preparing 10:27:37 04476d07cf2a: Waiting 10:27:37 16113d51b718: Waiting 10:27:37 ed87125a3572: Layer already exists 10:27:37 0ba476c48dc9: Layer already exists 10:27:37 16113d51b718: Layer already exists 10:27:37 12b9bc5ab292: Pushed 10:27:37 c2e8408f9241: Pushed 10:27:38 04476d07cf2a: Pushed 10:27:46 ebb91415cb0d: Pushed 10:27:46 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:8de451c20db79247421300a7dfbbbcb895a3249858065001bf046e9a61a4cad4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:47 + 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 10:27:47 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest 10:27:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 10:27:47 12b9bc5ab292: Preparing 10:27:47 ebb91415cb0d: Preparing 10:27:47 0ba476c48dc9: Preparing 10:27:47 ed87125a3572: Preparing 10:27:47 c2e8408f9241: Preparing 10:27:47 04476d07cf2a: Preparing 10:27:47 16113d51b718: Preparing 10:27:47 04476d07cf2a: Waiting 10:27:47 16113d51b718: Waiting 10:27:47 0ba476c48dc9: Layer already exists 10:27:47 12b9bc5ab292: Layer already exists 10:27:47 ebb91415cb0d: Layer already exists 10:27:47 ed87125a3572: Layer already exists 10:27:47 c2e8408f9241: Layer already exists 10:27:47 16113d51b718: Layer already exists 10:27:47 04476d07cf2a: Layer already exists 10:27:47 latest: digest: sha256:8de451c20db79247421300a7dfbbbcb895a3249858065001bf046e9a61a4cad4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:48 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:48 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.94 10:27:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 10:27:48 12b9bc5ab292: Preparing 10:27:48 ebb91415cb0d: Preparing 10:27:48 0ba476c48dc9: Preparing 10:27:48 ed87125a3572: Preparing 10:27:48 c2e8408f9241: Preparing 10:27:48 04476d07cf2a: Preparing 10:27:48 16113d51b718: Preparing 10:27:48 04476d07cf2a: Waiting 10:27:48 16113d51b718: Waiting 10:27:48 ed87125a3572: Layer already exists 10:27:48 12b9bc5ab292: Layer already exists 10:27:48 c2e8408f9241: Layer already exists 10:27:48 ebb91415cb0d: Layer already exists 10:27:48 0ba476c48dc9: Layer already exists 10:27:48 04476d07cf2a: Layer already exists 10:27:48 16113d51b718: Layer already exists 10:27:48 3.2.0-dev.94: digest: sha256:8de451c20db79247421300a7dfbbbcb895a3249858065001bf046e9a61a4cad4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:49 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:49 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 10:27:49 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 10:27:49 12b9bc5ab292: Preparing 10:27:49 ebb91415cb0d: Preparing 10:27:49 0ba476c48dc9: Preparing 10:27:49 ed87125a3572: Preparing 10:27:49 c2e8408f9241: Preparing 10:27:49 04476d07cf2a: Preparing 10:27:49 16113d51b718: Preparing 10:27:49 04476d07cf2a: Waiting 10:27:49 16113d51b718: Waiting 10:27:49 0ba476c48dc9: Layer already exists 10:27:49 ebb91415cb0d: Layer already exists 10:27:49 c2e8408f9241: Layer already exists 10:27:49 12b9bc5ab292: Layer already exists 10:27:49 ed87125a3572: Layer already exists 10:27:49 04476d07cf2a: Layer already exists 10:27:49 16113d51b718: Layer already exists 10:27:49 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:8de451c20db79247421300a7dfbbbcb895a3249858065001bf046e9a61a4cad4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:50 + 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 10:27:50 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main 10:27:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 10:27:50 12b9bc5ab292: Preparing 10:27:50 ebb91415cb0d: Preparing 10:27:50 0ba476c48dc9: Preparing 10:27:50 ed87125a3572: Preparing 10:27:50 c2e8408f9241: Preparing 10:27:50 04476d07cf2a: Preparing 10:27:50 16113d51b718: Preparing 10:27:50 04476d07cf2a: Waiting 10:27:50 16113d51b718: Waiting 10:27:50 0ba476c48dc9: Layer already exists 10:27:50 12b9bc5ab292: Layer already exists 10:27:50 ebb91415cb0d: Layer already exists 10:27:50 ed87125a3572: Layer already exists 10:27:50 c2e8408f9241: Layer already exists 10:27:50 04476d07cf2a: Layer already exists 10:27:50 16113d51b718: Layer already exists 10:27:50 main: digest: sha256:8de451c20db79247421300a7dfbbbcb895a3249858065001bf046e9a61a4cad4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:27:50 ===================================================== [Pipeline] echo 10:27:50 taggedImages: 10:27:50 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 10:27:50 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest 10:27:50 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.94 10:27:50 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 10:27:50 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [Pipeline] echo 10:27:51 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 10:27:51 7f550756abf89bcf15828d6373a305e4d40f5987 10:27:51 latest 10:27:51 3.2.0-dev.94 10:27:51 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 10:27:51 main 10:27:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:51 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:51 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 10:27:51 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 10:27:51 7dd2943d2aca: Preparing 10:27:51 d85d8a122824: Preparing 10:27:51 1d7f86f9b332: Preparing 10:27:51 0ba476c48dc9: Preparing 10:27:51 ed87125a3572: Preparing 10:27:51 4f721b890e3b: Preparing 10:27:51 c24fb0b8e4b5: Preparing 10:27:51 16113d51b718: Preparing 10:27:51 4f721b890e3b: Waiting 10:27:51 c24fb0b8e4b5: Waiting 10:27:51 16113d51b718: Waiting 10:27:51 ed87125a3572: Layer already exists 10:27:52 0ba476c48dc9: Layer already exists 10:27:52 d85d8a122824: Pushed 10:27:52 16113d51b718: Layer already exists 10:27:52 7dd2943d2aca: Pushed 10:27:52 4f721b890e3b: Pushed 10:27:52 c24fb0b8e4b5: Pushed 10:28:00 1d7f86f9b332: Pushed 10:28:00 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:7a1e2f7cd07330ff3fea997939cdc85c02a3a2781dcf54c7ce6c3cc540cec48e size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:00 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:01 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 10:28:01 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 10:28:01 7dd2943d2aca: Preparing 10:28:01 d85d8a122824: Preparing 10:28:01 1d7f86f9b332: Preparing 10:28:01 0ba476c48dc9: Preparing 10:28:01 ed87125a3572: Preparing 10:28:01 4f721b890e3b: Preparing 10:28:01 c24fb0b8e4b5: Preparing 10:28:01 16113d51b718: Preparing 10:28:01 c24fb0b8e4b5: Waiting 10:28:01 16113d51b718: Waiting 10:28:01 4f721b890e3b: Waiting 10:28:01 ed87125a3572: Layer already exists 10:28:01 7dd2943d2aca: Layer already exists 10:28:01 0ba476c48dc9: Layer already exists 10:28:01 1d7f86f9b332: Layer already exists 10:28:01 d85d8a122824: Layer already exists 10:28:01 16113d51b718: Layer already exists 10:28:01 c24fb0b8e4b5: Layer already exists 10:28:01 4f721b890e3b: Layer already exists 10:28:01 latest: digest: sha256:7a1e2f7cd07330ff3fea997939cdc85c02a3a2781dcf54c7ce6c3cc540cec48e size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:01 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:02 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.94 10:28:02 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 10:28:02 7dd2943d2aca: Preparing 10:28:02 d85d8a122824: Preparing 10:28:02 1d7f86f9b332: Preparing 10:28:02 0ba476c48dc9: Preparing 10:28:02 ed87125a3572: Preparing 10:28:02 4f721b890e3b: Preparing 10:28:02 c24fb0b8e4b5: Preparing 10:28:02 4f721b890e3b: Waiting 10:28:02 16113d51b718: Preparing 10:28:02 c24fb0b8e4b5: Waiting 10:28:02 16113d51b718: Waiting 10:28:02 0ba476c48dc9: Layer already exists 10:28:02 1d7f86f9b332: Layer already exists 10:28:02 d85d8a122824: Layer already exists 10:28:02 ed87125a3572: Layer already exists 10:28:02 7dd2943d2aca: Layer already exists 10:28:02 16113d51b718: Layer already exists 10:28:02 4f721b890e3b: Layer already exists 10:28:02 c24fb0b8e4b5: Layer already exists 10:28:02 3.2.0-dev.94: digest: sha256:7a1e2f7cd07330ff3fea997939cdc85c02a3a2781dcf54c7ce6c3cc540cec48e size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:02 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:03 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 10:28:03 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 10:28:03 7dd2943d2aca: Preparing 10:28:03 d85d8a122824: Preparing 10:28:03 1d7f86f9b332: Preparing 10:28:03 0ba476c48dc9: Preparing 10:28:03 ed87125a3572: Preparing 10:28:03 4f721b890e3b: Preparing 10:28:03 c24fb0b8e4b5: Preparing 10:28:03 16113d51b718: Preparing 10:28:03 c24fb0b8e4b5: Waiting 10:28:03 16113d51b718: Waiting 10:28:03 4f721b890e3b: Waiting 10:28:03 ed87125a3572: Layer already exists 10:28:03 0ba476c48dc9: Layer already exists 10:28:03 d85d8a122824: Layer already exists 10:28:03 7dd2943d2aca: Layer already exists 10:28:03 1d7f86f9b332: Layer already exists 10:28:03 4f721b890e3b: Layer already exists 10:28:03 16113d51b718: Layer already exists 10:28:03 c24fb0b8e4b5: Layer already exists 10:28:03 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:7a1e2f7cd07330ff3fea997939cdc85c02a3a2781dcf54c7ce6c3cc540cec48e size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:03 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:04 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 10:28:04 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 10:28:04 7dd2943d2aca: Preparing 10:28:04 d85d8a122824: Preparing 10:28:04 1d7f86f9b332: Preparing 10:28:04 0ba476c48dc9: Preparing 10:28:04 ed87125a3572: Preparing 10:28:04 4f721b890e3b: Preparing 10:28:04 c24fb0b8e4b5: Preparing 10:28:04 16113d51b718: Preparing 10:28:04 c24fb0b8e4b5: Waiting 10:28:04 16113d51b718: Waiting 10:28:04 4f721b890e3b: Waiting 10:28:04 1d7f86f9b332: Layer already exists 10:28:04 d85d8a122824: Layer already exists 10:28:04 7dd2943d2aca: Layer already exists 10:28:04 0ba476c48dc9: Layer already exists 10:28:04 ed87125a3572: Layer already exists 10:28:04 4f721b890e3b: Layer already exists 10:28:04 16113d51b718: Layer already exists 10:28:04 c24fb0b8e4b5: Layer already exists 10:28:04 main: digest: sha256:7a1e2f7cd07330ff3fea997939cdc85c02a3a2781dcf54c7ce6c3cc540cec48e size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:28:04 ===================================================== [Pipeline] echo 10:28:04 taggedImages: 10:28:04 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 10:28:04 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 10:28:04 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.94 10:28:04 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 10:28:04 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 10:28:04 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 10:28:04 7f550756abf89bcf15828d6373a305e4d40f5987 10:28:04 latest 10:28:04 3.2.0-dev.94 10:28:04 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 10:28:04 main 10:28:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:04 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:05 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 10:28:05 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 10:28:05 b976291f0e4d: Preparing 10:28:05 5cf843bc4963: Preparing 10:28:05 0ba476c48dc9: Preparing 10:28:05 ed87125a3572: Preparing 10:28:05 6a73a8741db9: Preparing 10:28:05 144f10a2ea99: Preparing 10:28:05 16113d51b718: Preparing 10:28:05 144f10a2ea99: Waiting 10:28:05 16113d51b718: Waiting 10:28:05 0ba476c48dc9: Layer already exists 10:28:05 ed87125a3572: Layer already exists 10:28:05 6a73a8741db9: Layer already exists 10:28:05 144f10a2ea99: Layer already exists 10:28:05 16113d51b718: Layer already exists 10:28:05 b976291f0e4d: Pushed 10:28:13 5cf843bc4963: Pushed 10:28:13 7f550756abf89bcf15828d6373a305e4d40f5987: digest: sha256:a7d7cbba6582448590c8d9667a3e2ec712d6d7135ad72a1a87497891475018eb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:14 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:14 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 10:28:14 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 10:28:14 b976291f0e4d: Preparing 10:28:14 5cf843bc4963: Preparing 10:28:14 0ba476c48dc9: Preparing 10:28:14 ed87125a3572: Preparing 10:28:14 6a73a8741db9: Preparing 10:28:14 144f10a2ea99: Preparing 10:28:14 16113d51b718: Preparing 10:28:14 16113d51b718: Waiting 10:28:14 144f10a2ea99: Waiting 10:28:14 b976291f0e4d: Layer already exists 10:28:14 6a73a8741db9: Layer already exists 10:28:14 ed87125a3572: Layer already exists 10:28:14 0ba476c48dc9: Layer already exists 10:28:14 5cf843bc4963: Layer already exists 10:28:14 144f10a2ea99: Layer already exists 10:28:14 16113d51b718: Layer already exists 10:28:14 latest: digest: sha256:a7d7cbba6582448590c8d9667a3e2ec712d6d7135ad72a1a87497891475018eb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:15 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:15 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.94 10:28:15 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 10:28:15 b976291f0e4d: Preparing 10:28:15 5cf843bc4963: Preparing 10:28:15 0ba476c48dc9: Preparing 10:28:15 ed87125a3572: Preparing 10:28:15 6a73a8741db9: Preparing 10:28:15 144f10a2ea99: Preparing 10:28:15 16113d51b718: Preparing 10:28:15 144f10a2ea99: Waiting 10:28:15 16113d51b718: Waiting 10:28:15 0ba476c48dc9: Layer already exists 10:28:15 6a73a8741db9: Layer already exists 10:28:15 b976291f0e4d: Layer already exists 10:28:15 5cf843bc4963: Layer already exists 10:28:15 ed87125a3572: Layer already exists 10:28:15 16113d51b718: Layer already exists 10:28:15 144f10a2ea99: Layer already exists 10:28:15 3.2.0-dev.94: digest: sha256:a7d7cbba6582448590c8d9667a3e2ec712d6d7135ad72a1a87497891475018eb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:16 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:16 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 10:28:16 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 10:28:16 b976291f0e4d: Preparing 10:28:16 5cf843bc4963: Preparing 10:28:16 0ba476c48dc9: Preparing 10:28:16 ed87125a3572: Preparing 10:28:16 6a73a8741db9: Preparing 10:28:16 144f10a2ea99: Preparing 10:28:16 16113d51b718: Preparing 10:28:16 144f10a2ea99: Waiting 10:28:16 16113d51b718: Waiting 10:28:16 6a73a8741db9: Layer already exists 10:28:16 0ba476c48dc9: Layer already exists 10:28:16 ed87125a3572: Layer already exists 10:28:16 b976291f0e4d: Layer already exists 10:28:16 5cf843bc4963: Layer already exists 10:28:16 16113d51b718: Layer already exists 10:28:16 144f10a2ea99: Layer already exists 10:28:16 7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94: digest: sha256:a7d7cbba6582448590c8d9667a3e2ec712d6d7135ad72a1a87497891475018eb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:17 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:17 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 10:28:17 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 10:28:17 b976291f0e4d: Preparing 10:28:17 5cf843bc4963: Preparing 10:28:17 0ba476c48dc9: Preparing 10:28:17 ed87125a3572: Preparing 10:28:17 6a73a8741db9: Preparing 10:28:17 144f10a2ea99: Preparing 10:28:17 16113d51b718: Preparing 10:28:17 144f10a2ea99: Waiting 10:28:17 16113d51b718: Waiting 10:28:17 ed87125a3572: Layer already exists 10:28:17 0ba476c48dc9: Layer already exists 10:28:17 b976291f0e4d: Layer already exists 10:28:17 6a73a8741db9: Layer already exists 10:28:17 5cf843bc4963: Layer already exists 10:28:17 16113d51b718: Layer already exists 10:28:17 144f10a2ea99: Layer already exists 10:28:17 main: digest: sha256:a7d7cbba6582448590c8d9667a3e2ec712d6d7135ad72a1a87497891475018eb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:28:17 ===================================================== [Pipeline] echo 10:28:17 taggedImages: 10:28:17 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:7f550756abf89bcf15828d6373a305e4d40f5987 10:28:17 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 10:28:17 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.94 10:28:17 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:7f550756abf89bcf15828d6373a305e4d40f5987-3.2.0-dev.94 10:28:17 - 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 10:28:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:28:18 10:28:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:28:18 arm64: Pulling from edgex-lftools-log-publisher 10:28:18 8998bd30e6a1: Pulling fs layer 10:28:18 04944245beec: Pulling fs layer 10:28:18 699f458cf7ca: Pulling fs layer 10:28:18 765212b225bb: Pulling fs layer 10:28:18 f23df028b6ca: Pulling fs layer 10:28:18 d65c8cfc05b1: Pulling fs layer 10:28:18 2437ff75d9bd: Pulling fs layer 10:28:18 765212b225bb: Waiting 10:28:18 f23df028b6ca: Waiting 10:28:18 d65c8cfc05b1: Waiting 10:28:18 2437ff75d9bd: Waiting 10:28:18 04944245beec: Verifying Checksum 10:28:18 04944245beec: Download complete 10:28:18 765212b225bb: Verifying Checksum 10:28:18 765212b225bb: Download complete 10:28:18 f23df028b6ca: Verifying Checksum 10:28:18 f23df028b6ca: Download complete 10:28:19 d65c8cfc05b1: Verifying Checksum 10:28:19 d65c8cfc05b1: Download complete 10:28:19 699f458cf7ca: Verifying Checksum 10:28:19 699f458cf7ca: Download complete 10:28:19 8998bd30e6a1: Verifying Checksum 10:28:19 8998bd30e6a1: Download complete 10:28:22 2437ff75d9bd: Verifying Checksum 10:28:22 2437ff75d9bd: Download complete 10:28:24 8998bd30e6a1: Pull complete 10:28:24 04944245beec: Pull complete 10:28:26 699f458cf7ca: Pull complete 10:28:26 765212b225bb: Pull complete 10:28:27 f23df028b6ca: Pull complete 10:28:27 d65c8cfc05b1: Pull complete 10:28:45 2437ff75d9bd: Pull complete 10:28:45 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 10:28:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:28:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:28:46 prd-ubuntu20.04-docker-arm64-4c-16g-22037 does not seem to be running inside a container 10:28:46 $ 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/717 -v /w/workspace/edgex-go/717:/w/workspace/edgex-go/717:rw,z -v /w/workspace/edgex-go/717@tmp:/w/workspace/edgex-go/717@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 10:28:49 $ docker top d8f8bc6e2158df681aa9a6255fc60c050d4324f639ffa31396a6c457c6daab39 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:28:49 ---> job-cost.sh 10:28:49 lf-activate-venv: SKIPPING 10:28:49 INFO: No Stack... 10:28:50 INFO: Retrieving Pricing Info for: v3-standard-4 10:28:51 INFO: Archiving Costs [Pipeline] sh 10:28:51 + cat /w/workspace/edgex-go/717/archives/cost.csv 10:28:51 + cut -d, -f6 [Pipeline] lock 10:28:52 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-717-stack-cost] 10:28:52 Resource [jenkins-edgexfoundry-edgex-go-main-717-stack-cost] did not exist. Created. 10:28:52 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-717-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:28:53 + echo total: 0.10999999940395355 [Pipeline] stash 10:28:53 Stashed 1 file(s) [Pipeline] } 10:28:53 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-717-stack-cost] [Pipeline] // lock [Pipeline] } 10:28:53 $ docker stop --time=1 d8f8bc6e2158df681aa9a6255fc60c050d4324f639ffa31396a6c457c6daab39 10:28:55 $ docker rm -f --volumes d8f8bc6e2158df681aa9a6255fc60c050d4324f639ffa31396a6c457c6daab39 [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 10:28:56 provisioning config files... 10:28:56 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/717@tmp/config6565499472797245702tmp [Pipeline] { [Pipeline] sh 10:28:56 + set +x 10:28:56 + curl -s https://codecov.io/bash 10:28:56 + bash -s -- 10:28:56 10:28:56 _____ _ 10:28:56 / ____| | | 10:28:56 | | ___ __| | ___ ___ _____ __ 10:28:56 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:28:56 | |___| (_) | (_| | __/ (_| (_) \ V / 10:28:56 \_____\___/ \__,_|\___|\___\___/ \_/ 10:28:56 Bash-1.0.6 10:28:56 10:28:56 10:28:56 ==> git version 2.25.1 found 10:28:56 ==> 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 10:28:56 Release-Date: 2020-01-08 10:28:56 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 10:28:56 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 10:28:56 ==> Jenkins CI detected. 10:28:56 current dir:  /w/workspace/edgex-go/717 10:28:56 project root: . 10:28:56 --> token set from env 10:28:56 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:28:56 ==> Running gcov in . (disable via -X gcov) 10:28:56 ==> Python coveragepy not found 10:28:56 ==> Searching for coverage reports in: 10:28:56 + . 10:28:56 -> Found 1 reports 10:28:56 ==> Detecting git/mercurial file structure 10:28:56 ==> Reading reports 10:28:56 + ./coverage.out bytes=1503744 10:28:56 ==> Appending adjustments 10:28:56 https://docs.codecov.io/docs/fixing-reports 10:28:57 + Found adjustments 10:28:57 ==> Gzipping contents 10:28:57 132K /tmp/codecov.xICyf1.gz 10:28:57 ==> Uploading reports 10:28:57 url: https://codecov.io 10:28:57 query: branch=main&commit=7f550756abf89bcf15828d6373a305e4d40f5987&build=717&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F717%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 10:28:57 -> Pinging Codecov 10:28:57 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=7f550756abf89bcf15828d6373a305e4d40f5987&build=717&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F717%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 10:28:57 -> Uploading to 10:28:57 https://storage.googleapis.com/codecov/shelter/v4/github/edgexfoundry/edgex-go/7f550756abf89bcf15828d6373a305e4d40f5987/bf19bf00-6279-4237-b884-517181611d92.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20241007%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20241007T102857Z&X-Amz-Expires=30&X-Amz-SignedHeaders=host&X-Amz-Signature=ea5e964c14481883ed8cae07a36613015d3f2e47bea267122ea8cbdf21fc1add 10:28:57 % Total % Received % Xferd Average Speed Time Time Time Current 10:28:57 Dload Upload Total Spent Left Speed 10:28:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 128k 0 0 100 128k 0 464k --:--:-- --:--:-- --:--:-- 464k 10:28:58 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/7f550756abf89bcf15828d6373a305e4d40f5987 [Pipeline] } 10:28:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 10:28:58 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 10:28:58 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 10:28:58 10:28:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 10:28:59 latest: Pulling from edgex-devops/edgex-snyk-go 10:28:59 43c4264eed91: Already exists 10:28:59 4cc291be95ef: Already exists 10:28:59 2ac1f1163629: Already exists 10:28:59 5c3c966382ef: Already exists 10:28:59 4f4fb700ef54: Already exists 10:28:59 d9c7d2e4e75e: Pulling fs layer 10:28:59 9c3e1370e548: Pulling fs layer 10:28:59 d9c7d2e4e75e: Verifying Checksum 10:28:59 d9c7d2e4e75e: Download complete 10:28:59 d9c7d2e4e75e: Pull complete 10:29:00 9c3e1370e548: Verifying Checksum 10:29:00 9c3e1370e548: Download complete 10:29:03 9c3e1370e548: Pull complete 10:29:03 Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b 10:29:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 10:29:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:29:03 prd-ubuntu20.04-docker-8c-8g-22035 does not seem to be running inside a container 10:29:03 $ 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/717 -v /w/workspace/edgex-go/717:/w/workspace/edgex-go/717:rw,z -v /w/workspace/edgex-go/717@tmp:/w/workspace/edgex-go/717@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 10:29:09 $ docker top 329cdcbf3b6abfc525c7743c3c3287a98c3718f8a0a2fd85b36135c8dba6df2b -eo pid,comm [Pipeline] { [Pipeline] sh 10:29:09 + git config --global --add safe.directory /w/workspace/edgex-go/717 [Pipeline] echo 10:29:09 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 10:29:09 + set -o pipefail 10:29:09 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 10:29:17 10:29:17 Monitoring /w/workspace/edgex-go/717 (github.com/edgexfoundry/edgex-go)... 10:29:17 10:29:17 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/68b2fd3e-4a58-4af1-bd77-07a7642ca769 10:29:17 10:29:17 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 10:29:17 10:29:17 10:29:17 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 10:29:17 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 10:29:17 $ docker stop --time=1 329cdcbf3b6abfc525c7743c3c3287a98c3718f8a0a2fd85b36135c8dba6df2b 10:29:25 $ docker rm -f --volumes 329cdcbf3b6abfc525c7743c3c3287a98c3718f8a0a2fd85b36135c8dba6df2b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 10:29:26 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:29:26 provisioning config files... 10:29:26 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/717@tmp/config10259800659228280015tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:29:26 --> edgex-publish-swagger.sh 10:29:26 === Publish openapi/v3 API === 10:29:26 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 10:29:26 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/717/openapi/v3/core-command.yaml] 10:29:26 % Total % Received % Xferd Average Speed Time Time Time Current 10:29:26 Dload Upload Total Spent Left Speed 10:29:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 60483 --:--:-- --:--:-- --:--:-- 60595 10:29:26 10:29:26 10:29:26 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/717/openapi/v3/core-data.yaml] 10:29:26 % Total % Received % Xferd Average Speed Time Time Time Current 10:29:26 Dload Upload Total Spent Left Speed 10:29:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 72043 0 0 100 72043 0 343k --:--:-- --:--:-- --:--:-- 343k 100 72043 0 0 100 72043 0 141k --:--:-- --:--:-- --:--:-- 140k 10:29:27 10:29:27 10:29:27 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/717/openapi/v3/core-keeper.yaml] 10:29:27 % Total % Received % Xferd Average Speed Time Time Time Current 10:29:27 Dload Upload Total Spent Left Speed 10:29:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32887 100 66 100 32821 260 126k --:--:-- --:--:-- --:--:-- 126k 10:29:27 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 10:29:27 10:29:27 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/717/openapi/v3/core-metadata.yaml] 10:29:27 % Total % Received % Xferd Average Speed Time Time Time Current 10:29:27 Dload Upload Total Spent Left Speed 10:29:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 149k 100 156 100 149k 367 351k --:--:-- --:--:-- --:--:-- 350k 100 149k 100 156 100 149k 367 351k --:--:-- --:--:-- --:--:-- 350k 10:29:27 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 10:29:27 10:29:27 [publishToSwagger] Publishing API Name [support-cron-scheduler] [/w/workspace/edgex-go/717/openapi/v3/support-cron-scheduler.yaml] 10:29:27 % Total % Received % Xferd Average Speed Time Time Time Current 10:29:27 Dload Upload Total Spent Left Speed 10:29:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 48523 100 66 100 48457 247 177k --:--:-- --:--:-- --:--:-- 177k 10:29:28 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 10:29:28 10:29:28 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/717/openapi/v3/support-notifications.yaml] 10:29:28 % Total % Received % Xferd Average Speed Time Time Time Current 10:29:28 Dload Upload Total Spent Left Speed 10:29:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87457 100 156 100 87301 393 215k --:--:-- --:--:-- --:--:-- 215k 10:29:28 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 10:29:28 10:29:28 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/717/openapi/v3/support-scheduler.yaml] 10:29:28 % Total % Received % Xferd Average Speed Time Time Time Current 10:29:28 Dload Upload Total Spent Left Speed 10:29:29 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37110 100 156 100 36954 453 104k --:--:-- --:--:-- --:--:-- 105k 100 37110 100 156 100 36954 453 104k --:--:-- --:--:-- --:--:-- 105k 10:29:29 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 10:29:29 [Pipeline] } 10:29:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 10:29:29 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:29:29 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:29:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:29:29 prd-ubuntu20.04-docker-8c-8g-22035 does not seem to be running inside a container 10:29:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/717 -v /w/workspace/edgex-go/717:/w/workspace/edgex-go/717:rw,z -v /w/workspace/edgex-go/717@tmp:/w/workspace/edgex-go/717@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 10:29:30 $ docker top f5c8beb1b387e3a346ddd8a3df5ef9461f7c7bb141902eeca757e1fa172d20b3 -eo pid,comm 10:29:30 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). 10:29:30 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:29:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:29:30 [ssh-agent] Looking for ssh-agent implementation... 10:29:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:29:30 $ docker exec f5c8beb1b387e3a346ddd8a3df5ef9461f7c7bb141902eeca757e1fa172d20b3 ssh-agent 10:29:30 SSH_AUTH_SOCK=/tmp/ssh-psNxp8xkxYj7/agent.31 10:29:30 SSH_AGENT_PID=37 10:29:30 Running ssh-add (command line suppressed) 10:29:30 Identity added: /w/workspace/edgex-go/717@tmp/private_key_7803756282150355118.key (/w/workspace/edgex-go/717@tmp/private_key_7803756282150355118.key) 10:29:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:29:31 + git semver tag 10:29:31 2024-10-07 10:29:31,388 [run_tag] DEBUG tag force:False 10:29:31 2024-10-07 10:29:31,388 [check_head_tag] DEBUG check head tag 10:29:31 2024-10-07 10:29:31,392 [execute] INFO git cat-file --batch-check 10:29:31 2024-10-07 10:29:31,392 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/717, universal_newlines=False, shell=None, istream=) 10:29:31 2024-10-07 10:29:31,396 [execute] INFO git cat-file --batch 10:29:31 2024-10-07 10:29:31,397 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/717, universal_newlines=False, shell=None, istream=) 10:29:31 2024-10-07 10:29:31,452 [read_version] DEBUG read version from /w/workspace/edgex-go/717/.semver/main 10:29:31 2024-10-07 10:29:31,452 [execute] INFO git tag -a v3.2.0-dev.94 -m v3.2.0-dev.94 10:29:31 2024-10-07 10:29:31,453 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.94', '-m', 'v3.2.0-dev.94'], cwd=/w/workspace/edgex-go/717, universal_newlines=False, shell=None, istream=None) 10:29:31 2024-10-07 10:29:31,459 [read_version] DEBUG read version from /w/workspace/edgex-go/717/.semver/main 10:29:31 3.2.0-dev.94 [Pipeline] } 10:29:31 $ docker exec --env ******** --env ******** f5c8beb1b387e3a346ddd8a3df5ef9461f7c7bb141902eeca757e1fa172d20b3 ssh-agent -k 10:29:31 unset SSH_AUTH_SOCK; 10:29:31 unset SSH_AGENT_PID; 10:29:31 echo Agent pid 37 killed; 10:29:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:29:32 + git semver [Pipeline] } 10:29:32 $ docker stop --time=1 f5c8beb1b387e3a346ddd8a3df5ef9461f7c7bb141902eeca757e1fa172d20b3 10:29:33 $ docker rm -f --volumes f5c8beb1b387e3a346ddd8a3df5ef9461f7c7bb141902eeca757e1fa172d20b3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:29:34 10:29:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:29:34 0.23.1-centos7: Pulling from edgex-lftools 10:29:34 ab5ef0e58194: Pulling fs layer 10:29:34 9712f1f96733: Pulling fs layer 10:29:34 63f879dbbcfc: Pulling fs layer 10:29:34 0d9ebad4ef96: Pulling fs layer 10:29:34 e9a5061849ea: Pulling fs layer 10:29:34 d747dcd14b5f: Pulling fs layer 10:29:34 2de7ff778b66: Pulling fs layer 10:29:34 e9a5061849ea: Waiting 10:29:34 2de7ff778b66: Waiting 10:29:34 d747dcd14b5f: Waiting 10:29:34 0d9ebad4ef96: Waiting 10:29:34 9712f1f96733: Verifying Checksum 10:29:34 9712f1f96733: Download complete 10:29:34 63f879dbbcfc: Verifying Checksum 10:29:34 63f879dbbcfc: Download complete 10:29:34 e9a5061849ea: Verifying Checksum 10:29:34 e9a5061849ea: Download complete 10:29:34 d747dcd14b5f: Verifying Checksum 10:29:34 d747dcd14b5f: Download complete 10:29:34 0d9ebad4ef96: Verifying Checksum 10:29:34 0d9ebad4ef96: Download complete 10:29:35 2de7ff778b66: Verifying Checksum 10:29:35 2de7ff778b66: Download complete 10:29:35 ab5ef0e58194: Verifying Checksum 10:29:35 ab5ef0e58194: Download complete 10:29:37 ab5ef0e58194: Pull complete 10:29:38 9712f1f96733: Pull complete 10:29:38 63f879dbbcfc: Pull complete 10:29:42 0d9ebad4ef96: Pull complete 10:29:42 e9a5061849ea: Pull complete 10:29:43 d747dcd14b5f: Pull complete 10:29:43 2de7ff778b66: Pull complete 10:29:43 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 10:29:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:29:43 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:29:44 prd-ubuntu20.04-docker-8c-8g-22035 does not seem to be running inside a container 10:29:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/717 -v /w/workspace/edgex-go/717:/w/workspace/edgex-go/717:rw,z -v /w/workspace/edgex-go/717@tmp:/w/workspace/edgex-go/717@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 10:29:52 $ docker top e09d6344da05c89575b1593bb44f4d259e2ab45768f13cf1ca0b2f6bc25c1ee7 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 10:29:52 provisioning config files... 10:29:53 copy managed file [sigul-config] to file:/w/workspace/edgex-go/717@tmp/config6099123119050760558tmp 10:29:53 copy managed file [sigul-password] to file:/w/workspace/edgex-go/717@tmp/config13498466522934921794tmp 10:29:53 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/717@tmp/config4660620459853277785tmp [Pipeline] { [Pipeline] echo 10:29:53 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 10:29:53 ---> sigul-configuration.sh 10:29:53 gpg: directory `/root/.gnupg' created 10:29:53 gpg: new configuration file `/root/.gnupg/gpg.conf' created 10:29:53 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 10:29:53 gpg: keyring `/root/.gnupg/secring.gpg' created 10:29:53 gpg: keyring `/root/.gnupg/pubring.gpg' created 10:29:53 gpg: CAST5 encrypted data 10:29:53 gpg: encrypted with 1 passphrase 10:29:53 gpg: WARNING: message was not integrity protected [Pipeline] sh 10:29:53 + mkdir /home/jenkins 10:29:53 + mkdir /home/jenkins/sigul [Pipeline] sh 10:29:53 + 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 10:29:53 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 10:29:54 ---> sigul-install.sh 10:29:54 Sigul already installed; skipping installation. [Pipeline] sh 10:29:54 + git tag --list 10:29:54 0.6.0 10:29:54 0.6.1 10:29:54 0.7.0 10:29:54 0.7.1 10:29:54 v1.0.0 10:29:54 v1.0.1 10:29:54 v1.1.0 10:29:54 v1.2.0 10:29:54 v1.2.1 10:29:54 v1.3.0 10:29:54 v1.3.1 10:29:54 v2.0.0 10:29:54 v2.1.0 10:29:54 v2.1.1 10:29:54 v2.2.0 10:29:54 v2.3.0 10:29:54 v3.0 10:29:54 v3.0.0 10:29:54 v3.1 10:29:54 v3.1.0 10:29:54 v3.1.0-dev.1 10:29:54 v3.1.0-dev.10 10:29:54 v3.1.0-dev.11 10:29:54 v3.1.0-dev.12 10:29:54 v3.1.0-dev.13 10:29:54 v3.1.0-dev.14 10:29:54 v3.1.0-dev.15 10:29:54 v3.1.0-dev.16 10:29:54 v3.1.0-dev.17 10:29:54 v3.1.0-dev.18 10:29:54 v3.1.0-dev.19 10:29:54 v3.1.0-dev.2 10:29:54 v3.1.0-dev.20 10:29:54 v3.1.0-dev.21 10:29:54 v3.1.0-dev.22 10:29:54 v3.1.0-dev.23 10:29:54 v3.1.0-dev.24 10:29:54 v3.1.0-dev.25 10:29:54 v3.1.0-dev.26 10:29:54 v3.1.0-dev.27 10:29:54 v3.1.0-dev.28 10:29:54 v3.1.0-dev.29 10:29:54 v3.1.0-dev.3 10:29:54 v3.1.0-dev.30 10:29:54 v3.1.0-dev.31 10:29:54 v3.1.0-dev.32 10:29:54 v3.1.0-dev.33 10:29:54 v3.1.0-dev.34 10:29:54 v3.1.0-dev.35 10:29:54 v3.1.0-dev.36 10:29:54 v3.1.0-dev.37 10:29:54 v3.1.0-dev.38 10:29:54 v3.1.0-dev.39 10:29:54 v3.1.0-dev.4 10:29:54 v3.1.0-dev.40 10:29:54 v3.1.0-dev.41 10:29:54 v3.1.0-dev.42 10:29:54 v3.1.0-dev.43 10:29:54 v3.1.0-dev.44 10:29:54 v3.1.0-dev.45 10:29:54 v3.1.0-dev.46 10:29:54 v3.1.0-dev.47 10:29:54 v3.1.0-dev.48 10:29:54 v3.1.0-dev.49 10:29:54 v3.1.0-dev.5 10:29:54 v3.1.0-dev.50 10:29:54 v3.1.0-dev.51 10:29:54 v3.1.0-dev.52 10:29:54 v3.1.0-dev.53 10:29:54 v3.1.0-dev.54 10:29:54 v3.1.0-dev.55 10:29:54 v3.1.0-dev.56 10:29:54 v3.1.0-dev.57 10:29:54 v3.1.0-dev.58 10:29:54 v3.1.0-dev.59 10:29:54 v3.1.0-dev.6 10:29:54 v3.1.0-dev.60 10:29:54 v3.1.0-dev.61 10:29:54 v3.1.0-dev.62 10:29:54 v3.1.0-dev.63 10:29:54 v3.1.0-dev.64 10:29:54 v3.1.0-dev.65 10:29:54 v3.1.0-dev.66 10:29:54 v3.1.0-dev.67 10:29:54 v3.1.0-dev.68 10:29:54 v3.1.0-dev.69 10:29:54 v3.1.0-dev.7 10:29:54 v3.1.0-dev.70 10:29:54 v3.1.0-dev.71 10:29:54 v3.1.0-dev.72 10:29:54 v3.1.0-dev.73 10:29:54 v3.1.0-dev.8 10:29:54 v3.1.0-dev.9 10:29:54 v3.1.1 10:29:54 v3.1.1-dev.1 10:29:54 v3.1.1-dev.2 10:29:54 v3.2.0-dev.1 10:29:54 v3.2.0-dev.10 10:29:54 v3.2.0-dev.11 10:29:54 v3.2.0-dev.12 10:29:54 v3.2.0-dev.13 10:29:54 v3.2.0-dev.14 10:29:54 v3.2.0-dev.15 10:29:54 v3.2.0-dev.16 10:29:54 v3.2.0-dev.17 10:29:54 v3.2.0-dev.18 10:29:54 v3.2.0-dev.19 10:29:54 v3.2.0-dev.2 10:29:54 v3.2.0-dev.20 10:29:54 v3.2.0-dev.21 10:29:54 v3.2.0-dev.22 10:29:54 v3.2.0-dev.23 10:29:54 v3.2.0-dev.24 10:29:54 v3.2.0-dev.25 10:29:54 v3.2.0-dev.26 10:29:54 v3.2.0-dev.27 10:29:54 v3.2.0-dev.28 10:29:54 v3.2.0-dev.29 10:29:54 v3.2.0-dev.3 10:29:54 v3.2.0-dev.30 10:29:54 v3.2.0-dev.31 10:29:54 v3.2.0-dev.32 10:29:54 v3.2.0-dev.33 10:29:54 v3.2.0-dev.34 10:29:54 v3.2.0-dev.35 10:29:54 v3.2.0-dev.36 10:29:54 v3.2.0-dev.37 10:29:54 v3.2.0-dev.38 10:29:54 v3.2.0-dev.39 10:29:54 v3.2.0-dev.4 10:29:54 v3.2.0-dev.40 10:29:54 v3.2.0-dev.41 10:29:54 v3.2.0-dev.42 10:29:54 v3.2.0-dev.43 10:29:54 v3.2.0-dev.44 10:29:54 v3.2.0-dev.45 10:29:54 v3.2.0-dev.46 10:29:54 v3.2.0-dev.47 10:29:54 v3.2.0-dev.48 10:29:54 v3.2.0-dev.49 10:29:54 v3.2.0-dev.5 10:29:54 v3.2.0-dev.50 10:29:54 v3.2.0-dev.51 10:29:54 v3.2.0-dev.52 10:29:54 v3.2.0-dev.53 10:29:54 v3.2.0-dev.54 10:29:54 v3.2.0-dev.55 10:29:54 v3.2.0-dev.56 10:29:54 v3.2.0-dev.57 10:29:54 v3.2.0-dev.58 10:29:54 v3.2.0-dev.59 10:29:54 v3.2.0-dev.6 10:29:54 v3.2.0-dev.60 10:29:54 v3.2.0-dev.61 10:29:54 v3.2.0-dev.62 10:29:54 v3.2.0-dev.63 10:29:54 v3.2.0-dev.64 10:29:54 v3.2.0-dev.65 10:29:54 v3.2.0-dev.66 10:29:54 v3.2.0-dev.67 10:29:54 v3.2.0-dev.68 10:29:54 v3.2.0-dev.69 10:29:54 v3.2.0-dev.7 10:29:54 v3.2.0-dev.70 10:29:54 v3.2.0-dev.71 10:29:54 v3.2.0-dev.72 10:29:54 v3.2.0-dev.73 10:29:54 v3.2.0-dev.74 10:29:54 v3.2.0-dev.75 10:29:54 v3.2.0-dev.76 10:29:54 v3.2.0-dev.77 10:29:54 v3.2.0-dev.78 10:29:54 v3.2.0-dev.79 10:29:54 v3.2.0-dev.8 10:29:54 v3.2.0-dev.80 10:29:54 v3.2.0-dev.81 10:29:54 v3.2.0-dev.82 10:29:54 v3.2.0-dev.83 10:29:54 v3.2.0-dev.84 10:29:54 v3.2.0-dev.85 10:29:54 v3.2.0-dev.86 10:29:54 v3.2.0-dev.87 10:29:54 v3.2.0-dev.88 10:29:54 v3.2.0-dev.89 10:29:54 v3.2.0-dev.9 10:29:54 v3.2.0-dev.90 10:29:54 v3.2.0-dev.91 10:29:54 v3.2.0-dev.92 10:29:54 v3.2.0-dev.93 10:29:54 v3.2.0-dev.94 [Pipeline] sh 10:29:54 + lftools sign git-tag v3.2.0-dev.94 10:29:55 Signing Git tag with Sigul... 10:29:55 Signing v3.2.0-dev.94 [Pipeline] echo 10:29:55 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 10:29:56 ---> sigul-configuration-cleanup.sh [Pipeline] } 10:29:56 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 10:29:56 $ docker stop --time=1 e09d6344da05c89575b1593bb44f4d259e2ab45768f13cf1ca0b2f6bc25c1ee7 10:29:57 $ docker rm -f --volumes e09d6344da05c89575b1593bb44f4d259e2ab45768f13cf1ca0b2f6bc25c1ee7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 10:29:57 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:29:57 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:29:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:29:58 prd-ubuntu20.04-docker-8c-8g-22035 does not seem to be running inside a container 10:29:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/717 -v /w/workspace/edgex-go/717:/w/workspace/edgex-go/717:rw,z -v /w/workspace/edgex-go/717@tmp:/w/workspace/edgex-go/717@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 10:29:58 $ docker top a83e46fc0087511453bad0010b482afc7fff898f730abecf36bb8e400c1f3f79 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:29:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:29:58 [ssh-agent] Looking for ssh-agent implementation... 10:29:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:29:58 $ docker exec a83e46fc0087511453bad0010b482afc7fff898f730abecf36bb8e400c1f3f79 ssh-agent 10:29:58 SSH_AUTH_SOCK=/tmp/ssh-lL8iWlGK9BDI/agent.32 10:29:58 SSH_AGENT_PID=38 10:29:58 Running ssh-add (command line suppressed) 10:29:59 Identity added: /w/workspace/edgex-go/717@tmp/private_key_4617143017569939008.key (/w/workspace/edgex-go/717@tmp/private_key_4617143017569939008.key) 10:29:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:29:59 + git semver bump pre 10:29:59 2024-10-07 10:29:59,539 [read_version] DEBUG read version from /w/workspace/edgex-go/717/.semver/main 10:29:59 2024-10-07 10:29:59,539 [bump_version] DEBUG bumping version:3.2.0-dev.94 on axis:pre with prefix:dev 10:29:59 2024-10-07 10:29:59,539 [bump_version] DEBUG bumped version:3.2.0-dev.95 10:29:59 2024-10-07 10:29:59,539 [write_version] DEBUG write version:3.2.0-dev.95 to path:/w/workspace/edgex-go/717/.semver/main with force:True 10:29:59 2024-10-07 10:29:59,539 [read_version] DEBUG read version from /w/workspace/edgex-go/717/.semver/main 10:29:59 2024-10-07 10:29:59,539 [write_file] DEBUG write to file:/w/workspace/edgex-go/717/.semver/main 10:29:59 2024-10-07 10:29:59,541 [execute] INFO git cat-file --batch-check 10:29:59 2024-10-07 10:29:59,541 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/717/.semver, universal_newlines=False, shell=None, istream=) 10:29:59 2024-10-07 10:29:59,546 [execute] INFO git cat-file --batch 10:29:59 2024-10-07 10:29:59,546 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/717/.semver, universal_newlines=False, shell=None, istream=) 10:29:59 2024-10-07 10:29:59,551 [read_version] DEBUG read version from /w/workspace/edgex-go/717/.semver/main 10:29:59 3.2.0-dev.95 [Pipeline] } 10:29:59 $ docker exec --env ******** --env ******** a83e46fc0087511453bad0010b482afc7fff898f730abecf36bb8e400c1f3f79 ssh-agent -k 10:29:59 unset SSH_AUTH_SOCK; 10:29:59 unset SSH_AGENT_PID; 10:29:59 echo Agent pid 38 killed; 10:29:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:30:00 + git semver [Pipeline] } 10:30:00 $ docker stop --time=1 a83e46fc0087511453bad0010b482afc7fff898f730abecf36bb8e400c1f3f79 10:30:01 $ docker rm -f --volumes a83e46fc0087511453bad0010b482afc7fff898f730abecf36bb8e400c1f3f79 [Pipeline] // withDockerContainer [Pipeline] sh 10:30:01 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:30:01 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:30:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:30:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:30:02 prd-ubuntu20.04-docker-8c-8g-22035 does not seem to be running inside a container 10:30:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/717 -v /w/workspace/edgex-go/717:/w/workspace/edgex-go/717:rw,z -v /w/workspace/edgex-go/717@tmp:/w/workspace/edgex-go/717@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 10:30:02 $ docker top b3dd9344064b9c59e919adee371b4cd95235da285a576480f681322bb2b060db -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:30:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:30:02 [ssh-agent] Looking for ssh-agent implementation... 10:30:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:30:02 $ docker exec b3dd9344064b9c59e919adee371b4cd95235da285a576480f681322bb2b060db ssh-agent 10:30:03 SSH_AUTH_SOCK=/tmp/ssh-JQwcVKen5pqI/agent.32 10:30:03 SSH_AGENT_PID=38 10:30:03 Running ssh-add (command line suppressed) 10:30:03 Identity added: /w/workspace/edgex-go/717@tmp/private_key_4729684921027572076.key (/w/workspace/edgex-go/717@tmp/private_key_4729684921027572076.key) 10:30:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:30:03 + git semver push 10:30:03 2024-10-07 10:30:03,680 [run_push] DEBUG push 10:30:03 2024-10-07 10:30:03,680 [execute] INFO git cat-file --batch-check 10:30:03 2024-10-07 10:30:03,680 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/717/.semver, universal_newlines=False, shell=None, istream=) 10:30:03 2024-10-07 10:30:03,684 [execute] INFO git rev-list d32e9a7fb403bf2a7a7bf613fb8282ea6e2ba0fa -- 10:30:03 2024-10-07 10:30:03,685 [execute] DEBUG Popen(['git', 'rev-list', 'd32e9a7fb403bf2a7a7bf613fb8282ea6e2ba0fa', '--'], cwd=/w/workspace/edgex-go/717/.semver, universal_newlines=False, shell=None, istream=None) 10:30:03 2024-10-07 10:30:03,701 [execute] INFO git fetch -v origin 10:30:03 2024-10-07 10:30:03,701 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/717/.semver, universal_newlines=True, shell=None, istream=None) 10:30:04 2024-10-07 10:30:04,196 [run_push] DEBUG no remote changes detected 10:30:04 2024-10-07 10:30:04,196 [execute] INFO git push origin semver 10:30:04 2024-10-07 10:30:04,197 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/717/.semver, universal_newlines=False, shell=None, istream=None) 10:30:05 2024-10-07 10:30:05,019 [run_push] DEBUG push all version tags 10:30:05 2024-10-07 10:30:05,020 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 10:30:05 2024-10-07 10:30:05,020 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/717, universal_newlines=False, shell=None, istream=None) 10:30:05 2024-10-07 10:30:05,733 [read_version] DEBUG read version from /w/workspace/edgex-go/717/.semver/main 10:30:05 3.2.0-dev.95 [Pipeline] } 10:30:05 $ docker exec --env ******** --env ******** b3dd9344064b9c59e919adee371b4cd95235da285a576480f681322bb2b060db ssh-agent -k 10:30:05 unset SSH_AUTH_SOCK; 10:30:05 unset SSH_AGENT_PID; 10:30:05 echo Agent pid 38 killed; 10:30:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:30:06 + git semver [Pipeline] } 10:30:06 $ docker stop --time=1 b3dd9344064b9c59e919adee371b4cd95235da285a576480f681322bb2b060db 10:30:07 $ docker rm -f --volumes b3dd9344064b9c59e919adee371b4cd95235da285a576480f681322bb2b060db [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 10:30:08 + [ -d /w/workspace/edgex-go/717/archives ] [Pipeline] libraryResource [Pipeline] sh 10:30:08 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:30:09 ---> package-listing.sh 10:30:09 ++ facter osfamily 10:30:09 ++ tr '[:upper:]' '[:lower:]' 10:30:09 + OS_FAMILY=debian 10:30:09 + workspace=/w/workspace/edgex-go/717 10:30:09 + START_PACKAGES=/tmp/packages_start.txt 10:30:09 + END_PACKAGES=/tmp/packages_end.txt 10:30:09 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:30:09 + PACKAGES=/tmp/packages_start.txt 10:30:09 + '[' /w/workspace/edgex-go/717 ']' 10:30:09 + PACKAGES=/tmp/packages_end.txt 10:30:09 + case "${OS_FAMILY}" in 10:30:09 + dpkg -l 10:30:09 + grep '^ii' 10:30:09 + '[' -f /tmp/packages_start.txt ']' 10:30:09 + '[' -f /tmp/packages_end.txt ']' 10:30:09 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:30:09 + '[' /w/workspace/edgex-go/717 ']' 10:30:09 + mkdir -p /w/workspace/edgex-go/717/archives/ 10:30:09 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/717/archives/ [Pipeline] echo 10:30:09 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/717/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:30:10 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:30:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:30:10 10:30:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:30:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:30:12 latest: Pulling from edgex-lftools-log-publisher 10:30:12 5eb5b503b376: Pulling fs layer 10:30:12 5c69ac0246d0: Pulling fs layer 10:30:12 ec43610c2a17: Pulling fs layer 10:30:12 3a2ae6a8a46f: Pulling fs layer 10:30:12 33b1e0a273af: Pulling fs layer 10:30:12 5d3b04190fa2: Pulling fs layer 10:30:12 2f39f015ded8: Pulling fs layer 10:30:12 3a2ae6a8a46f: Waiting 10:30:12 33b1e0a273af: Waiting 10:30:12 5d3b04190fa2: Waiting 10:30:12 5c69ac0246d0: Download complete 10:30:12 3a2ae6a8a46f: Verifying Checksum 10:30:12 3a2ae6a8a46f: Download complete 10:30:12 33b1e0a273af: Verifying Checksum 10:30:12 33b1e0a273af: Download complete 10:30:12 5d3b04190fa2: Verifying Checksum 10:30:12 5d3b04190fa2: Download complete 10:30:12 ec43610c2a17: Verifying Checksum 10:30:12 5eb5b503b376: Download complete 10:30:13 2f39f015ded8: Download complete 10:30:13 5eb5b503b376: Pull complete 10:30:13 5c69ac0246d0: Pull complete 10:30:14 ec43610c2a17: Pull complete 10:30:14 3a2ae6a8a46f: Pull complete 10:30:14 33b1e0a273af: Pull complete 10:30:14 5d3b04190fa2: Pull complete 10:30:18 2f39f015ded8: Pull complete 10:30:18 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 10:30:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:30:18 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:30:18 prd-ubuntu20.04-docker-8c-8g-22035 does not seem to be running inside a container 10:30:18 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/717/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/717 -v /w/workspace/edgex-go/717:/w/workspace/edgex-go/717:rw,z -v /w/workspace/edgex-go/717@tmp:/w/workspace/edgex-go/717@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 10:30:24 $ docker top a33ff527775908e1c8ea2d5e5c414fa05f7727858a57109415725e29489be960 -eo pid,comm [Pipeline] { [Pipeline] sh 10:30:24 + touch /tmp/pre-build-complete [Pipeline] sh 10:30:25 + mkdir -p /var/log/sysstat [Pipeline] sh 10:30:25 + ls /var/log/sa-host 10:30:25 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:30:25 provisioning config files... 10:30:25 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/717@tmp/config92470995556013137tmp [Pipeline] { [Pipeline] echo 10:30:25 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:30:25 ---> create-netrc.sh [Pipeline] } 10:30:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 10:30:26 ---> python-tools-install.sh [Pipeline] echo 10:30:26 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:30:26 ---> sudo-logs.sh 10:30:26 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 10:30:26 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:30:26 ---> job-cost.sh 10:30:26 lf-activate-venv: SKIPPING 10:30:26 DEBUG: total: 0.10999999940395355 10:30:26 INFO: Retrieving Stack Cost... 10:30:27 INFO: Retrieving Pricing Info for: v3-standard-8 10:30:27 INFO: Archiving Costs [Pipeline] echo 10:30:27 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:30:27 ---> logs-deploy.sh 10:30:27 lf-activate-venv: SKIPPING 10:30:27 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/717 10:30:27 INFO: archiving workspace using pattern(s): 10:30:28 Archives upload complete. 10:30:28 INFO: archiving logs to Nexus 10:30:29 ---> uname -a: 10:30:29 Linux prd-ubuntu20-04-docker-8c-8g-22035 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 10:30:29 10:30:29 10:30:29 ---> lscpu: 10:30:29 Architecture: x86_64 10:30:29 CPU op-mode(s): 32-bit, 64-bit 10:30:29 Byte Order: Little Endian 10:30:29 Address sizes: 40 bits physical, 48 bits virtual 10:30:29 CPU(s): 8 10:30:29 On-line CPU(s) list: 0-7 10:30:29 Thread(s) per core: 1 10:30:29 Core(s) per socket: 1 10:30:29 Socket(s): 8 10:30:29 NUMA node(s): 1 10:30:29 Vendor ID: AuthenticAMD 10:30:29 CPU family: 23 10:30:29 Model: 49 10:30:29 Model name: AMD EPYC-Rome Processor 10:30:29 Stepping: 0 10:30:29 CPU MHz: 2800.000 10:30:29 BogoMIPS: 5600.00 10:30:29 Virtualization: AMD-V 10:30:29 Hypervisor vendor: KVM 10:30:29 Virtualization type: full 10:30:29 L1d cache: 256 KiB 10:30:29 L1i cache: 256 KiB 10:30:29 L2 cache: 4 MiB 10:30:29 L3 cache: 128 MiB 10:30:29 NUMA node0 CPU(s): 0-7 10:30:29 Vulnerability Itlb multihit: Not affected 10:30:29 Vulnerability L1tf: Not affected 10:30:29 Vulnerability Mds: Not affected 10:30:29 Vulnerability Meltdown: Not affected 10:30:29 Vulnerability Mmio stale data: Not affected 10:30:29 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:30:29 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 10:30:29 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 10:30:29 Vulnerability Srbds: Not affected 10:30:29 Vulnerability Tsx async abort: Not affected 10:30:29 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 10:30:29 10:30:29 10:30:29 ---> nproc: 10:30:29 8 10:30:29 10:30:29 10:30:29 ---> df -h: 10:30:29 Filesystem Size Used Avail Use% Mounted on 10:30:29 overlay 155G 28G 127G 18% / 10:30:29 tmpfs 64M 0 64M 0% /dev 10:30:29 tmpfs 16G 0 16G 0% /sys/fs/cgroup 10:30:29 shm 64M 0 64M 0% /dev/shm 10:30:29 /dev/vda1 155G 28G 127G 18% /facter-os 10:30:29 10:30:29 10:30:29 ---> sar -b -r -n DEV: 10:30:29 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-22035) 10/07/24 _x86_64_ (8 CPU) 10:30:29 10:30:29 09:36:03 LINUX RESTART (8 CPU) 10:30:29 10:30:29 09:37:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:30:29 09:38:01 217.00 4.02 212.98 0.00 424.48 73800.10 0.00 10:30:29 09:39:01 40.58 0.02 40.56 0.00 0.13 30842.74 0.00 10:30:29 09:40:01 48.74 0.15 48.59 0.00 2.40 21194.07 0.00 10:30:29 09:41:01 180.37 0.32 180.06 0.00 37.99 80024.26 0.00 10:30:29 09:42:01 686.81 14.54 672.26 0.00 2462.50 210592.57 0.00 10:30:29 09:43:01 469.64 2.20 467.44 0.00 262.05 164810.80 0.00 10:30:29 09:44:01 231.84 0.13 231.71 0.00 1.07 71424.36 0.00 10:30:29 09:45:01 303.96 0.08 303.88 0.00 0.67 131019.02 0.00 10:30:29 09:46:01 617.16 0.18 616.98 0.00 18.53 81462.82 0.00 10:30:29 09:47:01 32.54 0.03 32.51 0.00 4.93 871.45 0.00 10:30:29 09:48:01 18.76 0.02 18.75 0.00 0.13 466.46 0.00 10:30:29 09:49:01 1.97 0.00 1.97 0.00 0.00 20.79 0.00 10:30:29 09:50:01 1.37 0.00 1.37 0.00 0.00 14.80 0.00 10:30:29 09:51:01 2.18 0.00 2.18 0.00 0.00 24.66 0.00 10:30:29 09:52:01 2.30 0.02 2.28 0.00 0.13 28.80 0.00 10:30:29 09:53:01 1.90 0.00 1.90 0.00 0.00 21.86 0.00 10:30:29 09:54:01 0.93 0.00 0.93 0.00 0.00 10.53 0.00 10:30:29 09:55:01 1.58 0.00 1.58 0.00 0.00 18.40 0.00 10:30:29 09:56:01 0.98 0.00 0.98 0.00 0.00 11.20 0.00 10:30:29 09:57:01 1.57 0.00 1.57 0.00 0.00 18.66 0.00 10:30:29 09:58:01 0.97 0.00 0.97 0.00 0.00 11.20 0.00 10:30:29 09:59:01 1.47 0.00 1.47 0.00 0.00 17.06 0.00 10:30:29 10:00:01 1.02 0.00 1.02 0.00 0.00 11.73 0.00 10:30:29 10:01:01 1.30 0.00 1.30 0.00 0.00 16.13 0.00 10:30:29 10:02:01 1.08 0.00 1.08 0.00 0.00 12.13 0.00 10:30:29 10:03:01 1.18 0.00 1.18 0.00 0.00 15.33 0.00 10:30:29 10:04:01 0.92 0.00 0.92 0.00 0.00 10.00 0.00 10:30:29 10:05:01 1.55 0.00 1.55 0.00 0.00 18.53 0.00 10:30:29 10:06:01 1.15 0.00 1.15 0.00 0.00 13.46 0.00 10:30:29 10:07:01 1.17 0.00 1.17 0.00 0.00 15.73 0.00 10:30:29 10:08:01 1.15 0.00 1.15 0.00 0.00 13.60 0.00 10:30:29 10:09:01 1.15 0.00 1.15 0.00 0.00 14.66 0.00 10:30:29 10:10:01 1.05 0.00 1.05 0.00 0.00 12.40 0.00 10:30:29 10:11:01 1.33 0.00 1.33 0.00 0.00 16.26 0.00 10:30:29 10:12:01 0.93 0.00 0.93 0.00 0.00 11.06 0.00 10:30:29 10:13:01 1.73 0.00 1.73 0.00 0.00 19.73 0.00 10:30:29 10:14:01 0.93 0.00 0.93 0.00 0.00 10.26 0.00 10:30:29 10:15:01 1.53 0.00 1.53 0.00 0.00 17.99 0.00 10:30:29 10:16:01 1.03 0.00 1.03 0.00 0.00 11.46 0.00 10:30:29 10:17:01 1.32 0.00 1.32 0.00 0.00 16.93 0.00 10:30:29 10:18:01 1.30 0.02 1.28 0.00 0.13 15.19 0.00 10:30:29 10:19:01 1.18 0.00 1.18 0.00 0.00 14.93 0.00 10:30:29 10:20:01 1.12 0.00 1.12 0.00 0.00 12.80 0.00 10:30:29 10:21:01 1.32 0.00 1.32 0.00 0.00 16.13 0.00 10:30:29 10:22:01 1.07 0.00 1.07 0.00 0.00 12.26 0.00 10:30:29 10:23:01 1.80 0.00 1.80 0.00 0.00 20.13 0.00 10:30:29 10:24:01 2.65 1.53 1.12 0.00 37.59 13.86 0.00 10:30:29 10:25:01 1.72 0.00 1.72 0.00 0.00 20.26 0.00 10:30:29 10:26:01 1.13 0.00 1.13 0.00 0.00 13.73 0.00 10:30:29 10:27:01 1.68 0.00 1.68 0.00 0.00 19.72 0.00 10:30:29 10:28:01 1.08 0.00 1.08 0.00 0.00 12.00 0.00 10:30:29 10:29:01 3.02 0.07 2.95 0.00 7.87 116.25 0.00 10:30:29 10:30:01 186.84 1.30 185.54 0.00 28.53 53088.09 0.00 10:30:29 Average: 58.25 0.46 57.78 0.00 61.84 17331.10 0.00 10:30:29 10:30:29 09:37:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:30:29 09:38:01 28114128 31380108 927796 2.82 127332 3315620 2043896 6.02 1331148 2943264 20696 10:30:29 09:39:01 26807332 31323104 981736 2.99 130852 4496700 2335200 6.88 2095080 3421940 312204 10:30:29 09:40:01 26470540 31278300 1022432 3.11 137656 4746224 2343920 6.91 1810440 4001892 514220 10:30:29 09:41:01 23374764 31274916 1023772 3.11 149076 7771868 2760288 8.13 1903264 6939932 2635988 10:30:29 09:42:01 17627116 31367188 885664 2.69 329908 13050648 2382772 7.02 2618196 11544044 2521308 10:30:29 09:43:01 11641488 28956376 3220412 9.79 374384 16188252 10705612 31.55 5525720 14116948 912220 10:30:29 09:44:01 7686244 27726248 4443480 13.51 389552 18768548 12076036 35.59 8025364 15435176 1509468 10:30:29 09:45:01 6871368 29498912 2692004 8.19 399944 21294968 7069072 20.83 7193768 17072560 803432 10:30:29 09:46:01 10515224 31450812 797892 2.43 407484 19816184 2097464 6.18 3183412 17739324 272 10:30:29 09:47:01 10495360 31433320 815044 2.48 409104 19816860 2205944 6.50 3555052 17386352 596 10:30:29 09:48:01 10506288 31445308 802684 2.44 409784 19817136 2101204 6.19 3776732 17154408 8 10:30:29 09:49:01 10507864 31446960 801176 2.44 409840 19817136 2101204 6.19 3773556 17154408 4 10:30:29 09:50:01 10512548 31451780 796272 2.42 409880 19817268 2101204 6.19 3768836 17154540 8 10:30:29 09:51:01 10513988 31453304 795252 2.42 409936 19817272 2101204 6.19 3768924 17154552 8 10:30:29 09:52:01 10525936 31465356 783228 2.38 409980 19817252 2114780 6.23 3755520 17154524 8 10:30:29 09:53:01 10525920 31465352 783184 2.38 410004 19817256 2114780 6.23 3755380 17154528 8 10:30:29 09:54:01 10525584 31465076 783440 2.38 410024 19817256 2114780 6.23 3755420 17154532 8 10:30:29 09:55:01 10525568 31465140 783236 2.38 410052 19817388 2114780 6.23 3755792 17154612 8 10:30:29 09:56:01 10525268 31464840 783460 2.38 410068 19817384 2114780 6.23 3755484 17154612 12 10:30:29 09:57:01 10526080 31465772 782592 2.38 410088 19817392 2114780 6.23 3755088 17154672 8 10:30:29 09:58:01 10526208 31465908 782596 2.38 410104 19817396 2114780 6.23 3755320 17154676 4 10:30:29 09:59:01 10526232 31465980 782524 2.38 410124 19817400 2114780 6.23 3755076 17154672 24 10:30:29 10:00:01 10525868 31465624 782808 2.38 410136 19817404 2114780 6.23 3755352 17154676 8 10:30:29 10:01:01 10526032 31465792 782564 2.38 410160 19817396 2114780 6.23 3755072 17154676 24 10:30:29 10:02:01 10526484 31466296 782252 2.38 410168 19817412 2114780 6.23 3755344 17154684 28 10:30:29 10:03:01 10526248 31466080 782432 2.38 410184 19817416 2114780 6.23 3755188 17154688 32 10:30:29 10:04:01 10525752 31465588 782852 2.38 410196 19817416 2114780 6.23 3755328 17154688 16 10:30:29 10:05:01 10525924 31465768 782604 2.38 410220 19817420 2130884 6.28 3755344 17154692 20 10:30:29 10:06:01 10524208 31464096 784232 2.38 410260 19817408 2130884 6.28 3760036 17154692 12 10:30:29 10:07:01 10523664 31463608 784656 2.39 410284 19817424 2130884 6.28 3760288 17154700 28 10:30:29 10:08:01 10523324 31463272 784900 2.39 410312 19817432 2130884 6.28 3760444 17154704 24 10:30:29 10:09:01 10523380 31463396 784748 2.39 410332 19817432 2130884 6.28 3760256 17154712 16 10:30:29 10:10:01 10522380 31462404 785676 2.39 410352 19817436 2130884 6.28 3762280 17154716 4 10:30:29 10:11:01 10522280 31462308 785888 2.39 410388 19817424 2130884 6.28 3761876 17154716 8 10:30:29 10:12:01 10522628 31462720 785516 2.39 410396 19817440 2130884 6.28 3762056 17154724 20 10:30:29 10:13:01 10522124 31462224 785992 2.39 410416 19817444 2130884 6.28 3762288 17154728 8 10:30:29 10:14:01 10522092 31462196 785952 2.39 410440 19817444 2130884 6.28 3762304 17154728 8 10:30:29 10:15:01 10522228 31462392 785948 2.39 410460 19817448 2130884 6.28 3762116 17154736 12 10:30:29 10:16:01 10522208 31462376 786128 2.39 410492 19817440 2130884 6.28 3762392 17154736 12 10:30:29 10:17:01 10522104 31462348 786144 2.39 410516 19817456 2130884 6.28 3762344 17154748 8 10:30:29 10:18:01 10521852 31462144 786252 2.39 410552 19817464 2130884 6.28 3762032 17154736 4 10:30:29 10:19:01 10521748 31462040 786300 2.39 410556 19817464 2130884 6.28 3762348 17154736 24 10:30:29 10:20:01 10521700 31462048 786264 2.39 410576 19817468 2130884 6.28 3762084 17154744 4 10:30:29 10:21:01 10521716 31462068 786176 2.39 410592 19817460 2146936 6.33 3762528 17154744 8 10:30:29 10:22:01 10521824 31462192 785932 2.39 410616 19817472 2146936 6.33 3762236 17154744 28 10:30:29 10:23:01 10521776 31462148 785904 2.39 410628 19817476 2146936 6.33 3762180 17154748 8 10:30:29 10:24:01 10513908 31456552 791756 2.41 410656 19818600 2113964 6.23 3769360 17155076 48 10:30:29 10:25:01 10513908 31456560 791720 2.41 410664 19818604 2113964 6.23 3769360 17155056 16 10:30:29 10:26:01 10513860 31456548 791684 2.41 410704 19818588 2113964 6.23 3769084 17155064 20 10:30:29 10:27:01 10514032 31456744 791416 2.41 410716 19818612 2113964 6.23 3769132 17155064 8 10:30:29 10:28:01 10513984 31456708 791372 2.41 410736 19818616 2113964 6.23 3769072 17155068 4 10:30:29 10:29:01 10027056 31405704 841496 2.56 411292 20237056 2435772 7.18 3811812 17574516 418728 10:30:29 10:30:01 9342492 31404452 840776 2.56 425944 20823372 2127388 6.27 3852756 18135836 0 10:30:29 Average: 11704714 31291027 957514 2.91 387078 18544252 2595945 7.65 3757111 16031227 182070 10:30:29 10:30:29 09:37:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:30:29 09:38:01 ens3 1091.67 988.12 8474.30 105.70 0.00 0.00 0.00 0.00 10:30:29 09:38:01 docker0 888.69 920.89 66.59 5124.96 0.00 0.00 0.00 0.00 10:30:29 09:38:01 vethec84775 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 10:30:29 09:38:01 lo 1.17 1.17 0.12 0.12 0.00 0.00 0.00 0.00 10:30:29 09:39:01 ens3 33.53 20.93 28.06 13.97 0.00 0.00 0.00 0.00 10:30:29 09:39:01 docker0 0.37 0.37 0.03 0.03 0.00 0.00 0.00 0.00 10:30:29 09:39:01 vethec84775 0.37 0.43 0.03 0.04 0.00 0.00 0.00 0.00 10:30:29 09:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:30:29 09:40:01 ens3 28.81 18.56 22.60 13.66 0.00 0.00 0.00 0.00 10:30:29 09:40:01 docker0 1.27 1.27 0.09 0.11 0.00 0.00 0.00 0.00 10:30:29 09:40:01 vethec84775 1.27 1.27 0.11 0.11 0.00 0.00 0.00 0.00 10:30:29 09:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:41:01 veth9c34747 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:41:01 veth1a4f6a1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:41:01 veth3d89ff3 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 10:30:29 09:41:01 veth6f6bac6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:41:01 veth956b99a 4.02 7.60 0.33 116.53 0.00 0.00 0.00 0.01 10:30:29 09:41:01 veth9808bbe 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:41:01 ens3 132.87 99.55 2381.84 155.45 0.00 0.00 0.00 0.00 10:30:29 09:41:01 docker0 5.98 10.71 0.41 155.37 0.00 0.00 0.00 0.00 10:30:29 09:41:01 veth790c3a5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:41:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 10:30:29 09:41:01 vethbdf317a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:41:01 veth62a8b49 1.40 2.93 0.11 38.63 0.00 0.00 0.00 0.00 10:30:29 09:41:01 vethd8dbcda 0.57 0.60 0.05 0.24 0.00 0.00 0.00 0.00 10:30:29 09:42:01 veth34062af 75.80 144.44 7.91 1194.12 0.00 0.00 0.00 0.10 10:30:29 09:42:01 veth67e9909 83.16 151.49 8.43 1187.66 0.00 0.00 0.00 0.10 10:30:29 09:42:01 vethd0ad455 88.61 165.80 8.69 1183.05 0.00 0.00 0.00 0.10 10:30:29 09:42:01 veth07c9745 96.68 148.58 9.34 1181.83 0.00 0.00 0.00 0.10 10:30:29 09:42:01 veth2496ef3 80.46 140.63 8.22 1180.66 0.00 0.00 0.00 0.10 10:30:29 09:42:01 ens3 1107.80 576.46 10441.39 67.31 0.00 0.00 0.00 0.00 10:30:29 09:42:01 docker0 494.35 876.16 40.97 7522.75 0.00 0.00 0.00 0.00 10:30:29 09:42:01 lo 0.33 0.33 0.04 0.04 0.00 0.00 0.00 0.00 10:30:29 09:42:01 vethd8dbcda 0.07 0.77 0.00 0.03 0.00 0.00 0.00 0.00 10:30:29 09:43:01 veth954b2e2 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 10:30:29 09:43:01 veth26562bc 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 10:30:29 09:43:01 veth306ed13 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 10:30:29 09:43:01 vethdfe0b34 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 10:30:29 09:43:01 veth4d89888 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 10:30:29 09:43:01 veth4d7b172 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 10:30:29 09:43:01 vethb3fe2ba 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 10:30:29 09:43:01 ens3 13.65 7.43 10.33 5.48 0.00 0.00 0.00 0.00 10:30:29 09:43:01 vethb58d83a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 10:30:29 09:43:01 docker0 0.08 0.07 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:43:01 veth96cb291 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 10:30:29 09:43:01 vethaf3161a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 10:30:29 09:43:01 veth5f1609d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 10:30:29 09:43:01 vethda8e5fa 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 10:30:29 09:43:01 veth0e14b67 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 10:30:29 09:43:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 10:30:29 09:43:01 vethd8dbcda 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:30:29 09:44:01 veth954b2e2 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:44:01 veth26562bc 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:44:01 veth306ed13 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:44:01 vethdfe0b34 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:44:01 veth4d89888 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:44:01 veth4d7b172 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:44:01 vethb3fe2ba 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:44:01 ens3 3.58 1.65 2.50 1.34 0.00 0.00 0.00 0.00 10:30:29 09:44:01 vethb58d83a 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:44:01 veth96cb291 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:44:01 vethaf3161a 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:44:01 veth5f1609d 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:44:01 vethda8e5fa 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:44:01 veth0e14b67 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:44:01 vethd8dbcda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:45:01 veth954b2e2 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:45:01 veth26562bc 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:45:01 veth306ed13 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:45:01 vethdfe0b34 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:45:01 veth4d89888 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:45:01 veth4d7b172 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:45:01 vethb3fe2ba 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:45:01 ens3 6.26 3.27 4.82 2.61 0.00 0.00 0.00 0.00 10:30:29 09:45:01 vethb58d83a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:45:01 veth96cb291 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:45:01 vethaf3161a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:45:01 veth5f1609d 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:45:01 vethda8e5fa 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:45:01 veth0e14b67 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:30:29 09:45:01 vethd8dbcda 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:46:01 ens3 141.03 131.94 95.34 448.20 0.00 0.00 0.00 0.00 10:30:29 09:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:46:01 lo 20.26 20.26 2.00 2.00 0.00 0.00 0.00 0.00 10:30:29 09:47:01 ens3 442.71 453.47 189.68 2405.78 0.00 0.00 0.00 0.00 10:30:29 09:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:47:01 lo 43.59 43.59 4.29 4.29 0.00 0.00 0.00 0.00 10:30:29 09:48:01 ens3 221.10 213.40 108.64 1213.16 0.00 0.00 0.00 0.00 10:30:29 09:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:48:01 lo 22.46 22.46 2.22 2.22 0.00 0.00 0.00 0.00 10:30:29 09:49:01 ens3 0.18 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:30:29 09:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:30:29 09:50:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:51:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:30:29 09:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:30:29 09:52:01 ens3 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 10:30:29 09:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:53:01 ens3 0.22 0.13 0.01 0.01 0.00 0.00 0.00 0.00 10:30:29 09:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:30:29 09:54:01 ens3 3.17 1.92 9.07 0.13 0.00 0.00 0.00 0.00 10:30:29 09:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:55:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:30:29 09:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:30:29 09:56:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:57:01 ens3 0.35 0.20 0.09 0.07 0.00 0.00 0.00 0.00 10:30:29 09:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:30:29 09:58:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:59:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:30:29 09:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 09:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:30:29 10:00:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 10:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 10:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 10:01:01 ens3 0.28 0.12 0.07 0.01 0.00 0.00 0.00 0.00 10:30:29 10:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 10:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:30:29 10:02:01 ens3 0.58 0.57 0.34 0.29 0.00 0.00 0.00 0.00 10:30:29 10:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 10:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 10:03:01 ens3 0.38 0.15 0.08 0.01 0.00 0.00 0.00 0.00 10:30:29 10:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 10:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:30:29 10:04:01 ens3 1.42 0.35 0.36 0.21 0.00 0.00 0.00 0.00 10:30:29 10:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 10:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 10:05:01 ens3 1.55 0.60 0.61 0.41 0.00 0.00 0.00 0.00 10:30:29 10:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 10:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:30:29 10:06:01 ens3 2.30 1.95 0.17 13.15 0.00 0.00 0.00 0.00 10:30:29 10:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 10:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 10:07:01 ens3 5.53 5.17 0.76 20.12 0.00 0.00 0.00 0.00 10:30:29 10:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 10:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:30:29 10:08:01 ens3 3.28 2.57 0.45 6.87 0.00 0.00 0.00 0.00 10:30:29 10:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 10:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 10:09:01 ens3 0.32 0.08 0.03 0.01 0.00 0.00 0.00 0.00 10:30:29 10:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 10:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:30:29 10:10:01 ens3 7.40 12.50 0.79 14.74 0.00 0.00 0.00 0.00 10:30:29 10:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 10:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 10:11:01 ens3 0.17 0.12 0.01 0.01 0.00 0.00 0.00 0.00 10:30:29 10:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 10:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:30:29 10:12:01 ens3 2.03 2.85 0.25 7.08 0.00 0.00 0.00 0.00 10:30:29 10:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 10:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 10:13:01 ens3 0.33 0.20 0.10 0.01 0.00 0.00 0.00 0.00 10:30:29 10:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 10:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:30:29 10:14:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 10:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 10:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 10:15:01 ens3 0.22 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:30:29 10:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 10:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:30:29 10:16:01 ens3 0.10 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 10:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 10:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 10:17:01 ens3 4.12 7.80 0.33 7.43 0.00 0.00 0.00 0.00 10:30:29 10:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 10:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:30:29 10:18:01 ens3 0.62 0.00 0.06 0.00 0.00 0.00 0.00 0.00 10:30:29 10:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 10:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 10:19:01 ens3 7.73 11.28 0.81 14.70 0.00 0.00 0.00 0.00 10:30:29 10:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 10:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:30:29 10:20:01 ens3 0.38 0.00 0.05 0.00 0.00 0.00 0.00 0.00 10:30:29 10:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 10:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 10:21:01 ens3 4.75 6.57 0.68 20.11 0.00 0.00 0.00 0.00 10:30:29 10:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 10:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:30:29 10:22:01 ens3 3.85 6.58 0.31 7.35 0.00 0.00 0.00 0.00 10:30:29 10:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 10:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 10:23:01 ens3 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:30:29 10:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 10:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:30:29 10:24:01 ens3 7.61 7.51 4.69 13.60 0.00 0.00 0.00 0.00 10:30:29 10:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 10:24:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 10:30:29 10:25:01 ens3 2.35 1.80 1.33 1.48 0.00 0.00 0.00 0.00 10:30:29 10:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 10:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:30:29 10:26:01 ens3 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 10:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 10:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 10:27:01 ens3 0.37 0.20 0.14 0.07 0.00 0.00 0.00 0.00 10:30:29 10:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 10:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:30:29 10:28:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 10:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 10:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 10:29:01 ens3 86.15 49.43 2642.23 8.69 0.00 0.00 0.00 0.00 10:30:29 10:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:30:29 10:29:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 10:30:29 10:30:01 ens3 327.36 196.53 4536.92 49.02 0.00 0.00 0.00 0.00 10:30:29 10:30:01 docker0 80.72 149.44 7.41 1273.08 0.00 0.00 0.00 0.00 10:30:29 10:30:01 lo 1.40 1.40 0.15 0.15 0.00 0.00 0.00 0.00 10:30:29 Average: ens3 69.16 52.86 541.47 87.12 0.00 0.00 0.00 0.00 10:30:29 Average: docker0 27.22 36.41 2.14 262.56 0.00 0.00 0.00 0.00 10:30:29 Average: lo 1.82 1.82 0.18 0.18 0.00 0.00 0.00 0.00 10:30:29 10:30:29 10:30:29 ---> sar -P ALL: 10:30:29 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-22035) 10/07/24 _x86_64_ (8 CPU) 10:30:29 10:30:29 09:36:03 LINUX RESTART (8 CPU) 10:30:29 10:30:29 09:37:03 CPU %user %nice %system %iowait %steal %idle 10:30:29 09:38:01 all 9.06 0.00 4.32 3.64 0.05 82.92 10:30:29 09:38:01 0 7.69 0.00 3.94 1.31 0.05 87.01 10:30:29 09:38:01 1 7.80 0.00 5.36 14.42 0.07 72.35 10:30:29 09:38:01 2 12.25 0.00 4.83 0.09 0.05 82.78 10:30:29 09:38:01 3 9.06 0.00 3.66 0.19 0.03 87.05 10:30:29 09:38:01 4 9.66 0.00 4.11 5.94 0.05 80.23 10:30:29 09:38:01 5 9.97 0.00 4.05 6.54 0.05 79.39 10:30:29 09:38:01 6 7.23 0.00 3.18 0.09 0.07 89.43 10:30:29 09:38:01 7 8.84 0.00 5.46 0.54 0.05 85.10 10:30:29 09:39:01 all 40.28 0.00 5.78 1.56 0.09 52.29 10:30:29 09:39:01 0 38.47 0.00 5.51 0.03 0.08 55.90 10:30:29 09:39:01 1 39.97 0.00 6.18 0.12 0.10 53.63 10:30:29 09:39:01 2 41.93 0.00 5.38 0.12 0.10 52.47 10:30:29 09:39:01 3 41.86 0.00 5.96 0.74 0.10 51.34 10:30:29 09:39:01 4 39.77 0.00 5.55 11.06 0.10 43.52 10:30:29 09:39:01 5 38.41 0.00 6.37 0.12 0.10 55.00 10:30:29 09:39:01 6 38.31 0.00 5.76 0.15 0.08 55.69 10:30:29 09:39:01 7 43.53 0.00 5.48 0.13 0.08 50.77 10:30:29 09:40:01 all 56.96 0.00 7.49 1.02 0.13 34.40 10:30:29 09:40:01 0 56.32 0.00 7.78 2.17 0.12 33.62 10:30:29 09:40:01 1 57.30 0.00 7.72 0.32 0.13 34.53 10:30:29 09:40:01 2 56.61 0.00 7.26 0.72 0.15 35.27 10:30:29 09:40:01 3 56.36 0.00 7.67 1.33 0.13 34.50 10:30:29 09:40:01 4 57.61 0.00 7.44 1.09 0.12 33.74 10:30:29 09:40:01 5 57.20 0.00 7.32 0.67 0.12 34.69 10:30:29 09:40:01 6 56.32 0.00 7.37 0.35 0.13 35.83 10:30:29 09:40:01 7 57.95 0.00 7.38 1.55 0.13 32.99 10:30:29 09:41:01 all 28.38 0.00 6.83 6.32 0.09 58.38 10:30:29 09:41:01 0 29.25 0.00 7.14 4.19 0.10 59.31 10:30:29 09:41:01 1 28.17 0.00 7.03 4.48 0.10 60.21 10:30:29 09:41:01 2 31.06 0.00 6.32 2.77 0.08 59.76 10:30:29 09:41:01 3 27.57 0.00 7.77 8.54 0.10 56.02 10:30:29 09:41:01 4 27.68 0.00 7.38 16.53 0.08 48.32 10:30:29 09:41:01 5 26.75 0.00 6.63 4.30 0.08 62.23 10:30:29 09:41:01 6 27.90 0.00 5.71 5.81 0.08 60.49 10:30:29 09:41:01 7 28.65 0.00 6.63 3.96 0.10 60.65 10:30:29 09:42:01 all 18.07 0.00 7.58 25.71 0.12 48.52 10:30:29 09:42:01 0 19.93 0.00 8.27 15.60 0.23 55.98 10:30:29 09:42:01 1 19.99 0.00 7.49 35.10 0.07 37.36 10:30:29 09:42:01 2 18.46 0.00 7.33 19.95 0.12 54.14 10:30:29 09:42:01 3 15.38 0.00 7.97 44.93 0.09 31.64 10:30:29 09:42:01 4 17.54 0.00 7.98 20.36 0.14 53.98 10:30:29 09:42:01 5 16.40 0.00 7.88 25.12 0.10 50.50 10:30:29 09:42:01 6 14.23 0.00 6.20 21.84 0.08 57.64 10:30:29 09:42:01 7 22.66 0.00 7.54 22.90 0.10 46.80 10:30:29 09:43:01 all 34.05 0.00 7.08 15.33 0.11 43.43 10:30:29 09:43:01 0 34.58 0.00 7.07 36.08 0.08 22.18 10:30:29 09:43:01 1 35.15 0.00 7.88 4.32 0.14 52.52 10:30:29 09:43:01 2 32.68 0.00 7.08 2.54 0.07 57.63 10:30:29 09:43:01 3 33.97 0.00 5.71 1.89 0.10 58.34 10:30:29 09:43:01 4 33.76 0.00 6.86 13.11 0.10 46.17 10:30:29 09:43:01 5 34.43 0.00 6.86 15.51 0.10 43.10 10:30:29 09:43:01 6 33.90 0.00 6.46 8.77 0.10 50.77 10:30:29 09:43:01 7 33.96 0.00 8.77 40.57 0.15 16.55 10:30:29 09:44:01 all 88.90 0.00 10.85 0.00 0.25 0.00 10:30:29 09:44:01 0 89.22 0.00 10.59 0.00 0.19 0.00 10:30:29 09:44:01 1 84.35 0.00 15.47 0.00 0.19 0.00 10:30:29 09:44:01 2 89.63 0.00 10.18 0.00 0.19 0.00 10:30:29 09:44:01 3 89.00 0.00 10.83 0.00 0.17 0.00 10:30:29 09:44:01 4 89.59 0.00 9.70 0.00 0.72 0.00 10:30:29 09:44:01 5 89.47 0.00 10.36 0.00 0.17 0.00 10:30:29 09:44:01 6 89.55 0.00 10.25 0.00 0.20 0.00 10:30:29 09:44:01 7 90.33 0.00 9.49 0.00 0.19 0.00 10:30:29 09:45:01 all 89.69 0.00 10.09 0.00 0.23 0.00 10:30:29 09:45:01 0 88.36 0.00 11.44 0.00 0.20 0.00 10:30:29 09:45:01 1 86.81 0.00 12.84 0.00 0.35 0.00 10:30:29 09:45:01 2 89.76 0.00 9.98 0.00 0.26 0.00 10:30:29 09:45:01 3 90.50 0.00 9.26 0.00 0.22 0.02 10:30:29 09:45:01 4 90.48 0.00 9.33 0.00 0.19 0.00 10:30:29 09:45:01 5 90.94 0.00 8.85 0.00 0.20 0.00 10:30:29 09:45:01 6 89.83 0.00 9.97 0.00 0.20 0.00 10:30:29 09:45:01 7 90.69 0.00 9.12 0.00 0.19 0.00 10:30:29 09:46:01 all 28.77 0.00 5.09 6.48 0.11 59.54 10:30:29 09:46:01 0 28.58 0.00 5.60 13.93 0.10 51.79 10:30:29 09:46:01 1 27.51 0.00 5.96 5.82 0.14 60.57 10:30:29 09:46:01 2 28.09 0.00 4.96 5.10 0.10 61.75 10:30:29 09:46:01 3 30.70 0.00 5.02 8.87 0.13 55.27 10:30:29 09:46:01 4 29.06 0.00 5.11 6.44 0.13 59.26 10:30:29 09:46:01 5 28.35 0.00 4.61 3.23 0.08 63.74 10:30:29 09:46:01 6 30.41 0.00 4.77 3.44 0.13 61.25 10:30:29 09:46:01 7 27.47 0.00 4.72 5.04 0.08 62.69 10:30:29 09:47:01 all 8.59 0.00 0.94 0.22 0.05 90.20 10:30:29 09:47:01 0 8.37 0.00 0.90 0.02 0.05 90.66 10:30:29 09:47:01 1 9.68 0.00 0.89 0.03 0.05 89.35 10:30:29 09:47:01 2 8.30 0.00 1.01 0.52 0.05 90.13 10:30:29 09:47:01 3 10.55 0.00 0.90 0.10 0.07 88.38 10:30:29 09:47:01 4 6.09 0.00 0.83 0.42 0.05 92.61 10:30:29 09:47:01 5 9.15 0.00 1.13 0.60 0.07 89.06 10:30:29 09:47:01 6 8.60 0.00 0.90 0.03 0.05 90.42 10:30:29 09:47:01 7 7.99 0.00 0.97 0.02 0.05 90.97 10:30:29 09:48:01 all 5.07 0.00 0.59 0.07 0.04 94.23 10:30:29 09:48:01 0 1.30 0.00 0.40 0.02 0.02 98.27 10:30:29 09:48:01 1 7.74 0.00 0.65 0.00 0.05 91.56 10:30:29 09:48:01 2 5.39 0.00 0.67 0.30 0.05 93.59 10:30:29 09:48:01 3 3.78 0.00 0.55 0.02 0.03 95.62 10:30:29 09:48:01 4 5.80 0.00 0.52 0.02 0.05 93.62 10:30:29 09:48:01 5 5.47 0.00 0.59 0.03 0.05 93.86 10:30:29 09:48:01 6 2.27 0.00 0.45 0.18 0.02 97.08 10:30:29 09:48:01 7 8.82 0.00 0.89 0.02 0.05 90.23 10:30:29 10:30:29 09:48:01 CPU %user %nice %system %iowait %steal %idle 10:30:29 09:49:01 all 0.03 0.00 0.02 0.01 0.01 99.93 10:30:29 09:49:01 0 0.05 0.00 0.02 0.08 0.02 99.83 10:30:29 09:49:01 1 0.02 0.00 0.02 0.00 0.00 99.97 10:30:29 09:49:01 2 0.02 0.00 0.00 0.00 0.00 99.98 10:30:29 09:49:01 3 0.00 0.00 0.00 0.00 0.02 99.98 10:30:29 09:49:01 4 0.02 0.00 0.00 0.00 0.00 99.98 10:30:29 09:49:01 5 0.08 0.00 0.05 0.00 0.02 99.85 10:30:29 09:49:01 6 0.02 0.00 0.05 0.03 0.02 99.88 10:30:29 09:49:01 7 0.03 0.00 0.03 0.00 0.00 99.93 10:30:29 09:50:01 all 0.04 0.00 0.03 0.00 0.01 99.93 10:30:29 09:50:01 0 0.02 0.00 0.03 0.00 0.00 99.95 10:30:29 09:50:01 1 0.00 0.00 0.02 0.00 0.00 99.98 10:30:29 09:50:01 2 0.03 0.00 0.02 0.00 0.00 99.95 10:30:29 09:50:01 3 0.02 0.00 0.00 0.00 0.00 99.98 10:30:29 09:50:01 4 0.05 0.00 0.03 0.00 0.00 99.92 10:30:29 09:50:01 5 0.05 0.00 0.05 0.00 0.03 99.87 10:30:29 09:50:01 6 0.10 0.00 0.05 0.02 0.02 99.82 10:30:29 09:50:01 7 0.03 0.00 0.02 0.00 0.00 99.95 10:30:29 09:51:01 all 0.04 0.00 0.01 0.01 0.00 99.94 10:30:29 09:51:01 0 0.07 0.00 0.02 0.02 0.00 99.90 10:30:29 09:51:01 1 0.02 0.00 0.02 0.00 0.00 99.97 10:30:29 09:51:01 2 0.02 0.00 0.00 0.00 0.00 99.98 10:30:29 09:51:01 3 0.02 0.00 0.00 0.00 0.00 99.98 10:30:29 09:51:01 4 0.00 0.00 0.02 0.00 0.00 99.98 10:30:29 09:51:01 5 0.13 0.00 0.05 0.00 0.00 99.82 10:30:29 09:51:01 6 0.05 0.00 0.02 0.05 0.00 99.88 10:30:29 09:51:01 7 0.03 0.00 0.00 0.00 0.00 99.97 10:30:29 09:52:01 all 0.05 0.00 0.03 0.01 0.01 99.89 10:30:29 09:52:01 0 0.03 0.00 0.00 0.02 0.02 99.93 10:30:29 09:52:01 1 0.02 0.00 0.03 0.02 0.00 99.93 10:30:29 09:52:01 2 0.03 0.00 0.03 0.00 0.00 99.93 10:30:29 09:52:01 3 0.05 0.00 0.02 0.00 0.02 99.92 10:30:29 09:52:01 4 0.05 0.00 0.02 0.02 0.00 99.92 10:30:29 09:52:01 5 0.13 0.00 0.03 0.00 0.02 99.82 10:30:29 09:52:01 6 0.08 0.00 0.08 0.02 0.02 99.80 10:30:29 09:52:01 7 0.03 0.00 0.05 0.00 0.02 99.90 10:30:29 09:53:01 all 0.04 0.00 0.01 0.00 0.01 99.94 10:30:29 09:53:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:30:29 09:53:01 1 0.03 0.00 0.02 0.00 0.02 99.93 10:30:29 09:53:01 2 0.00 0.00 0.00 0.00 0.00 100.00 10:30:29 09:53:01 3 0.02 0.00 0.02 0.00 0.00 99.97 10:30:29 09:53:01 4 0.02 0.00 0.00 0.00 0.02 99.97 10:30:29 09:53:01 5 0.03 0.00 0.00 0.00 0.02 99.95 10:30:29 09:53:01 6 0.15 0.00 0.03 0.03 0.02 99.77 10:30:29 09:53:01 7 0.03 0.00 0.00 0.00 0.00 99.97 10:30:29 09:54:01 all 0.04 0.00 0.01 0.00 0.01 99.93 10:30:29 09:54:01 0 0.03 0.00 0.02 0.02 0.02 99.92 10:30:29 09:54:01 1 0.02 0.00 0.03 0.00 0.02 99.93 10:30:29 09:54:01 2 0.03 0.00 0.00 0.00 0.02 99.95 10:30:29 09:54:01 3 0.02 0.00 0.02 0.00 0.00 99.97 10:30:29 09:54:01 4 0.03 0.00 0.02 0.00 0.00 99.95 10:30:29 09:54:01 5 0.05 0.00 0.00 0.00 0.00 99.95 10:30:29 09:54:01 6 0.10 0.00 0.02 0.00 0.02 99.87 10:30:29 09:54:01 7 0.07 0.00 0.00 0.00 0.00 99.93 10:30:29 09:55:01 all 0.03 0.00 0.01 0.02 0.01 99.94 10:30:29 09:55:01 0 0.02 0.00 0.00 0.02 0.00 99.97 10:30:29 09:55:01 1 0.03 0.00 0.02 0.00 0.00 99.95 10:30:29 09:55:01 2 0.00 0.00 0.00 0.00 0.00 100.00 10:30:29 09:55:01 3 0.02 0.00 0.02 0.00 0.02 99.95 10:30:29 09:55:01 4 0.05 0.00 0.02 0.02 0.02 99.90 10:30:29 09:55:01 5 0.03 0.00 0.00 0.00 0.02 99.95 10:30:29 09:55:01 6 0.05 0.00 0.03 0.10 0.02 99.80 10:30:29 09:55:01 7 0.02 0.00 0.02 0.00 0.00 99.97 10:30:29 09:56:01 all 0.05 0.00 0.02 0.00 0.01 99.92 10:30:29 09:56:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:30:29 09:56:01 1 0.05 0.00 0.07 0.00 0.02 99.87 10:30:29 09:56:01 2 0.00 0.00 0.00 0.00 0.00 100.00 10:30:29 09:56:01 3 0.02 0.00 0.02 0.02 0.00 99.95 10:30:29 09:56:01 4 0.00 0.00 0.00 0.00 0.00 100.00 10:30:29 09:56:01 5 0.25 0.00 0.03 0.00 0.00 99.72 10:30:29 09:56:01 6 0.03 0.00 0.03 0.02 0.02 99.90 10:30:29 09:56:01 7 0.02 0.00 0.00 0.00 0.02 99.97 10:30:29 09:57:01 all 0.13 0.00 0.02 0.00 0.01 99.84 10:30:29 09:57:01 0 0.02 0.00 0.02 0.00 0.02 99.95 10:30:29 09:57:01 1 0.03 0.00 0.03 0.00 0.02 99.92 10:30:29 09:57:01 2 0.03 0.00 0.02 0.03 0.00 99.92 10:30:29 09:57:01 3 0.00 0.00 0.00 0.00 0.02 99.98 10:30:29 09:57:01 4 0.02 0.00 0.02 0.00 0.00 99.97 10:30:29 09:57:01 5 0.80 0.00 0.02 0.00 0.00 99.19 10:30:29 09:57:01 6 0.08 0.00 0.07 0.00 0.02 99.83 10:30:29 09:57:01 7 0.05 0.00 0.02 0.00 0.00 99.93 10:30:29 09:58:01 all 0.02 0.00 0.02 0.02 0.00 99.94 10:30:29 09:58:01 0 0.02 0.00 0.03 0.00 0.00 99.95 10:30:29 09:58:01 1 0.02 0.00 0.05 0.00 0.02 99.92 10:30:29 09:58:01 2 0.00 0.00 0.02 0.00 0.00 99.98 10:30:29 09:58:01 3 0.02 0.00 0.02 0.13 0.00 99.83 10:30:29 09:58:01 4 0.02 0.00 0.00 0.00 0.00 99.98 10:30:29 09:58:01 5 0.02 0.00 0.00 0.00 0.02 99.97 10:30:29 09:58:01 6 0.05 0.00 0.02 0.02 0.00 99.92 10:30:29 09:58:01 7 0.05 0.00 0.00 0.00 0.00 99.95 10:30:29 09:59:01 all 0.07 0.00 0.02 0.00 0.01 99.90 10:30:29 09:59:01 0 0.03 0.00 0.02 0.00 0.00 99.95 10:30:29 09:59:01 1 0.07 0.00 0.07 0.00 0.02 99.85 10:30:29 09:59:01 2 0.02 0.00 0.00 0.02 0.00 99.97 10:30:29 09:59:01 3 0.03 0.00 0.02 0.00 0.02 99.93 10:30:29 09:59:01 4 0.02 0.00 0.00 0.00 0.00 99.98 10:30:29 09:59:01 5 0.33 0.00 0.00 0.00 0.00 99.67 10:30:29 09:59:01 6 0.05 0.00 0.03 0.00 0.02 99.90 10:30:29 09:59:01 7 0.03 0.00 0.00 0.00 0.00 99.97 10:30:29 10:30:29 09:59:01 CPU %user %nice %system %iowait %steal %idle 10:30:29 10:00:01 all 0.04 0.00 0.01 0.00 0.01 99.93 10:30:29 10:00:01 0 0.00 0.00 0.00 0.00 0.02 99.98 10:30:29 10:00:01 1 0.10 0.00 0.05 0.00 0.02 99.83 10:30:29 10:00:01 2 0.00 0.00 0.00 0.02 0.00 99.98 10:30:29 10:00:01 3 0.03 0.00 0.00 0.00 0.00 99.97 10:30:29 10:00:01 4 0.03 0.00 0.02 0.00 0.00 99.95 10:30:29 10:00:01 5 0.10 0.00 0.00 0.00 0.00 99.90 10:30:29 10:00:01 6 0.07 0.00 0.05 0.02 0.02 99.85 10:30:29 10:00:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:30:29 10:01:01 all 0.04 0.00 0.02 0.00 0.00 99.93 10:30:29 10:01:01 0 0.03 0.00 0.02 0.00 0.00 99.95 10:30:29 10:01:01 1 0.05 0.00 0.03 0.00 0.00 99.92 10:30:29 10:01:01 2 0.00 0.00 0.00 0.02 0.00 99.98 10:30:29 10:01:01 3 0.03 0.00 0.03 0.00 0.00 99.93 10:30:29 10:01:01 4 0.03 0.00 0.00 0.00 0.00 99.97 10:30:29 10:01:01 5 0.08 0.00 0.00 0.00 0.02 99.90 10:30:29 10:01:01 6 0.10 0.00 0.05 0.02 0.00 99.83 10:30:29 10:01:01 7 0.02 0.00 0.00 0.00 0.00 99.98 10:30:29 10:02:01 all 0.02 0.00 0.01 0.00 0.01 99.96 10:30:29 10:02:01 0 0.07 0.00 0.03 0.00 0.02 99.88 10:30:29 10:02:01 1 0.07 0.00 0.02 0.00 0.00 99.92 10:30:29 10:02:01 2 0.00 0.00 0.00 0.00 0.02 99.98 10:30:29 10:02:01 3 0.02 0.00 0.02 0.00 0.00 99.97 10:30:29 10:02:01 4 0.00 0.00 0.00 0.00 0.00 100.00 10:30:29 10:02:01 5 0.00 0.00 0.02 0.00 0.00 99.98 10:30:29 10:02:01 6 0.03 0.00 0.00 0.02 0.02 99.93 10:30:29 10:02:01 7 0.00 0.00 0.02 0.00 0.00 99.98 10:30:29 10:03:01 all 0.03 0.00 0.01 0.01 0.01 99.94 10:30:29 10:03:01 0 0.03 0.00 0.00 0.00 0.02 99.95 10:30:29 10:03:01 1 0.07 0.00 0.02 0.00 0.02 99.90 10:30:29 10:03:01 2 0.00 0.00 0.00 0.10 0.00 99.90 10:30:29 10:03:01 3 0.03 0.00 0.00 0.00 0.02 99.95 10:30:29 10:03:01 4 0.03 0.00 0.03 0.00 0.02 99.92 10:30:29 10:03:01 5 0.03 0.00 0.00 0.00 0.02 99.95 10:30:29 10:03:01 6 0.03 0.00 0.02 0.02 0.00 99.93 10:30:29 10:03:01 7 0.00 0.00 0.00 0.00 0.02 99.98 10:30:29 10:04:01 all 0.01 0.00 0.02 0.00 0.00 99.97 10:30:29 10:04:01 0 0.02 0.00 0.03 0.00 0.00 99.95 10:30:29 10:04:01 1 0.03 0.00 0.02 0.00 0.00 99.95 10:30:29 10:04:01 2 0.00 0.00 0.00 0.02 0.00 99.98 10:30:29 10:04:01 3 0.00 0.00 0.02 0.00 0.00 99.98 10:30:29 10:04:01 4 0.02 0.00 0.02 0.00 0.00 99.97 10:30:29 10:04:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:30:29 10:04:01 6 0.02 0.00 0.02 0.00 0.02 99.95 10:30:29 10:04:01 7 0.02 0.00 0.03 0.00 0.00 99.95 10:30:29 10:05:01 all 0.06 0.00 0.02 0.01 0.00 99.91 10:30:29 10:05:01 0 0.05 0.00 0.02 0.00 0.02 99.92 10:30:29 10:05:01 1 0.03 0.00 0.02 0.00 0.00 99.95 10:30:29 10:05:01 2 0.02 0.00 0.00 0.00 0.00 99.98 10:30:29 10:05:01 3 0.03 0.00 0.02 0.00 0.00 99.95 10:30:29 10:05:01 4 0.07 0.00 0.02 0.00 0.00 99.92 10:30:29 10:05:01 5 0.13 0.00 0.00 0.00 0.00 99.87 10:30:29 10:05:01 6 0.08 0.00 0.08 0.12 0.02 99.70 10:30:29 10:05:01 7 0.03 0.00 0.00 0.00 0.00 99.97 10:30:29 10:06:01 all 0.04 0.00 0.02 0.01 0.00 99.92 10:30:29 10:06:01 0 0.08 0.00 0.07 0.00 0.02 99.83 10:30:29 10:06:01 1 0.02 0.00 0.02 0.00 0.00 99.97 10:30:29 10:06:01 2 0.00 0.00 0.00 0.03 0.00 99.97 10:30:29 10:06:01 3 0.07 0.00 0.02 0.00 0.00 99.92 10:30:29 10:06:01 4 0.03 0.00 0.00 0.00 0.00 99.97 10:30:29 10:06:01 5 0.03 0.00 0.00 0.00 0.00 99.97 10:30:29 10:06:01 6 0.07 0.00 0.05 0.05 0.02 99.82 10:30:29 10:06:01 7 0.02 0.00 0.02 0.00 0.00 99.97 10:30:29 10:07:01 all 0.04 0.00 0.03 0.06 0.01 99.86 10:30:29 10:07:01 0 0.05 0.00 0.02 0.00 0.00 99.93 10:30:29 10:07:01 1 0.03 0.00 0.02 0.00 0.02 99.93 10:30:29 10:07:01 2 0.03 0.00 0.05 0.33 0.02 99.57 10:30:29 10:07:01 3 0.03 0.00 0.05 0.00 0.02 99.90 10:30:29 10:07:01 4 0.05 0.00 0.00 0.00 0.00 99.95 10:30:29 10:07:01 5 0.00 0.00 0.00 0.00 0.02 99.98 10:30:29 10:07:01 6 0.08 0.00 0.03 0.13 0.02 99.73 10:30:29 10:07:01 7 0.05 0.00 0.03 0.00 0.00 99.92 10:30:29 10:08:01 all 0.02 0.00 0.01 0.00 0.01 99.96 10:30:29 10:08:01 0 0.00 0.00 0.03 0.00 0.00 99.97 10:30:29 10:08:01 1 0.02 0.00 0.02 0.00 0.00 99.97 10:30:29 10:08:01 2 0.03 0.00 0.03 0.02 0.02 99.90 10:30:29 10:08:01 3 0.00 0.00 0.00 0.00 0.02 99.98 10:30:29 10:08:01 4 0.02 0.00 0.02 0.00 0.00 99.97 10:30:29 10:08:01 5 0.02 0.00 0.00 0.00 0.00 99.98 10:30:29 10:08:01 6 0.02 0.00 0.02 0.02 0.02 99.93 10:30:29 10:08:01 7 0.03 0.00 0.00 0.00 0.02 99.95 10:30:29 10:09:01 all 0.03 0.00 0.02 0.00 0.00 99.95 10:30:29 10:09:01 0 0.07 0.00 0.02 0.00 0.02 99.90 10:30:29 10:09:01 1 0.03 0.00 0.03 0.00 0.00 99.93 10:30:29 10:09:01 2 0.02 0.00 0.02 0.00 0.00 99.97 10:30:29 10:09:01 3 0.02 0.00 0.03 0.02 0.00 99.93 10:30:29 10:09:01 4 0.02 0.00 0.02 0.00 0.00 99.97 10:30:29 10:09:01 5 0.02 0.00 0.00 0.00 0.00 99.98 10:30:29 10:09:01 6 0.07 0.00 0.02 0.02 0.00 99.90 10:30:29 10:09:01 7 0.02 0.00 0.00 0.00 0.00 99.98 10:30:29 10:10:01 all 0.03 0.00 0.02 0.08 0.01 99.86 10:30:29 10:10:01 0 0.02 0.00 0.03 0.00 0.00 99.95 10:30:29 10:10:01 1 0.02 0.00 0.02 0.00 0.00 99.97 10:30:29 10:10:01 2 0.02 0.00 0.05 0.00 0.02 99.92 10:30:29 10:10:01 3 0.02 0.00 0.03 0.02 0.02 99.92 10:30:29 10:10:01 4 0.02 0.00 0.00 0.00 0.02 99.97 10:30:29 10:10:01 5 0.10 0.00 0.00 0.00 0.00 99.90 10:30:29 10:10:01 6 0.03 0.00 0.02 0.58 0.00 99.37 10:30:29 10:10:01 7 0.05 0.00 0.03 0.00 0.00 99.92 10:30:29 10:30:29 10:10:01 CPU %user %nice %system %iowait %steal %idle 10:30:29 10:11:01 all 0.03 0.00 0.02 0.01 0.01 99.93 10:30:29 10:11:01 0 0.00 0.00 0.02 0.02 0.00 99.97 10:30:29 10:11:01 1 0.02 0.00 0.02 0.00 0.02 99.95 10:30:29 10:11:01 2 0.05 0.00 0.02 0.00 0.02 99.92 10:30:29 10:11:01 3 0.03 0.00 0.00 0.00 0.00 99.97 10:30:29 10:11:01 4 0.03 0.00 0.03 0.00 0.00 99.93 10:30:29 10:11:01 5 0.03 0.00 0.02 0.00 0.00 99.95 10:30:29 10:11:01 6 0.05 0.00 0.03 0.07 0.02 99.83 10:30:29 10:11:01 7 0.03 0.00 0.02 0.00 0.00 99.95 10:30:29 10:12:01 all 0.01 0.00 0.01 0.01 0.01 99.96 10:30:29 10:12:01 0 0.00 0.00 0.00 0.08 0.02 99.90 10:30:29 10:12:01 1 0.02 0.00 0.02 0.00 0.00 99.97 10:30:29 10:12:01 2 0.00 0.00 0.02 0.00 0.02 99.97 10:30:29 10:12:01 3 0.00 0.00 0.00 0.00 0.02 99.98 10:30:29 10:12:01 4 0.00 0.00 0.00 0.00 0.00 100.00 10:30:29 10:12:01 5 0.00 0.00 0.00 0.00 0.02 99.98 10:30:29 10:12:01 6 0.08 0.00 0.03 0.00 0.00 99.88 10:30:29 10:12:01 7 0.02 0.00 0.02 0.00 0.00 99.97 10:30:29 10:13:01 all 0.03 0.00 0.02 0.02 0.01 99.93 10:30:29 10:13:01 0 0.03 0.00 0.02 0.12 0.00 99.83 10:30:29 10:13:01 1 0.02 0.00 0.03 0.00 0.00 99.95 10:30:29 10:13:01 2 0.03 0.00 0.03 0.00 0.00 99.93 10:30:29 10:13:01 3 0.02 0.00 0.02 0.00 0.00 99.97 10:30:29 10:13:01 4 0.00 0.00 0.00 0.00 0.00 100.00 10:30:29 10:13:01 5 0.02 0.00 0.02 0.00 0.02 99.95 10:30:29 10:13:01 6 0.07 0.00 0.02 0.03 0.02 99.87 10:30:29 10:13:01 7 0.03 0.00 0.02 0.00 0.02 99.93 10:30:29 10:14:01 all 0.03 0.00 0.01 0.01 0.01 99.95 10:30:29 10:14:01 0 0.02 0.00 0.00 0.00 0.02 99.97 10:30:29 10:14:01 1 0.02 0.00 0.02 0.00 0.00 99.97 10:30:29 10:14:01 2 0.03 0.00 0.00 0.00 0.02 99.95 10:30:29 10:14:01 3 0.00 0.00 0.02 0.02 0.02 99.95 10:30:29 10:14:01 4 0.03 0.00 0.00 0.00 0.00 99.97 10:30:29 10:14:01 5 0.02 0.00 0.00 0.00 0.00 99.98 10:30:29 10:14:01 6 0.03 0.00 0.02 0.07 0.00 99.88 10:30:29 10:14:01 7 0.05 0.00 0.00 0.00 0.00 99.95 10:30:29 10:15:01 all 0.02 0.00 0.02 0.00 0.01 99.96 10:30:29 10:15:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:30:29 10:15:01 1 0.03 0.00 0.03 0.00 0.02 99.92 10:30:29 10:15:01 2 0.00 0.00 0.02 0.00 0.02 99.97 10:30:29 10:15:01 3 0.00 0.00 0.00 0.02 0.00 99.98 10:30:29 10:15:01 4 0.03 0.00 0.02 0.00 0.00 99.95 10:30:29 10:15:01 5 0.02 0.00 0.03 0.00 0.02 99.93 10:30:29 10:15:01 6 0.02 0.00 0.02 0.00 0.00 99.97 10:30:29 10:15:01 7 0.02 0.00 0.00 0.00 0.00 99.98 10:30:29 10:16:01 all 0.03 0.00 0.02 0.00 0.01 99.94 10:30:29 10:16:01 0 0.03 0.00 0.02 0.00 0.02 99.93 10:30:29 10:16:01 1 0.03 0.00 0.00 0.00 0.00 99.97 10:30:29 10:16:01 2 0.03 0.00 0.02 0.00 0.02 99.93 10:30:29 10:16:01 3 0.02 0.00 0.05 0.00 0.00 99.93 10:30:29 10:16:01 4 0.02 0.00 0.02 0.00 0.02 99.95 10:30:29 10:16:01 5 0.05 0.00 0.03 0.00 0.02 99.90 10:30:29 10:16:01 6 0.02 0.00 0.00 0.02 0.00 99.97 10:30:29 10:16:01 7 0.03 0.00 0.00 0.00 0.00 99.97 10:30:29 10:17:01 all 0.02 0.00 0.02 0.01 0.01 99.94 10:30:29 10:17:01 0 0.03 0.00 0.03 0.00 0.02 99.92 10:30:29 10:17:01 1 0.03 0.00 0.02 0.00 0.00 99.95 10:30:29 10:17:01 2 0.03 0.00 0.02 0.00 0.00 99.95 10:30:29 10:17:01 3 0.00 0.00 0.02 0.12 0.02 99.85 10:30:29 10:17:01 4 0.03 0.00 0.00 0.00 0.00 99.97 10:30:29 10:17:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:30:29 10:17:01 6 0.00 0.00 0.00 0.00 0.02 99.98 10:30:29 10:17:01 7 0.05 0.00 0.05 0.00 0.02 99.88 10:30:29 10:18:01 all 0.06 0.00 0.02 0.01 0.01 99.91 10:30:29 10:18:01 0 0.03 0.00 0.03 0.00 0.00 99.93 10:30:29 10:18:01 1 0.07 0.00 0.02 0.00 0.02 99.90 10:30:29 10:18:01 2 0.07 0.00 0.02 0.00 0.02 99.90 10:30:29 10:18:01 3 0.03 0.00 0.02 0.02 0.00 99.93 10:30:29 10:18:01 4 0.03 0.00 0.00 0.00 0.00 99.97 10:30:29 10:18:01 5 0.08 0.00 0.03 0.00 0.02 99.87 10:30:29 10:18:01 6 0.05 0.00 0.00 0.03 0.00 99.92 10:30:29 10:18:01 7 0.08 0.00 0.03 0.05 0.00 99.83 10:30:29 10:19:01 all 0.03 0.00 0.03 0.00 0.01 99.94 10:30:29 10:19:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:30:29 10:19:01 1 0.03 0.00 0.05 0.00 0.00 99.92 10:30:29 10:19:01 2 0.03 0.00 0.02 0.00 0.03 99.92 10:30:29 10:19:01 3 0.02 0.00 0.02 0.00 0.02 99.95 10:30:29 10:19:01 4 0.00 0.00 0.00 0.00 0.00 100.00 10:30:29 10:19:01 5 0.02 0.00 0.03 0.00 0.02 99.93 10:30:29 10:19:01 6 0.02 0.00 0.03 0.02 0.00 99.93 10:30:29 10:19:01 7 0.07 0.00 0.05 0.00 0.00 99.88 10:30:29 10:20:01 all 0.03 0.00 0.02 0.01 0.01 99.93 10:30:29 10:20:01 0 0.02 0.00 0.02 0.02 0.02 99.93 10:30:29 10:20:01 1 0.03 0.00 0.02 0.00 0.00 99.95 10:30:29 10:20:01 2 0.03 0.00 0.02 0.00 0.00 99.95 10:30:29 10:20:01 3 0.02 0.00 0.02 0.02 0.00 99.95 10:30:29 10:20:01 4 0.03 0.00 0.03 0.00 0.00 99.93 10:30:29 10:20:01 5 0.03 0.00 0.00 0.00 0.02 99.95 10:30:29 10:20:01 6 0.07 0.00 0.03 0.02 0.02 99.87 10:30:29 10:20:01 7 0.03 0.00 0.03 0.00 0.02 99.92 10:30:29 10:21:01 all 0.04 0.00 0.02 0.01 0.01 99.92 10:30:29 10:21:01 0 0.03 0.00 0.02 0.02 0.02 99.92 10:30:29 10:21:01 1 0.05 0.00 0.02 0.00 0.02 99.92 10:30:29 10:21:01 2 0.05 0.00 0.03 0.00 0.02 99.90 10:30:29 10:21:01 3 0.02 0.00 0.00 0.00 0.02 99.97 10:30:29 10:21:01 4 0.00 0.00 0.02 0.00 0.02 99.97 10:30:29 10:21:01 5 0.03 0.00 0.02 0.00 0.02 99.93 10:30:29 10:21:01 6 0.03 0.00 0.00 0.07 0.00 99.90 10:30:29 10:21:01 7 0.07 0.00 0.03 0.00 0.00 99.90 10:30:29 10:30:29 10:21:01 CPU %user %nice %system %iowait %steal %idle 10:30:29 10:22:01 all 0.06 0.00 0.04 0.01 0.07 99.82 10:30:29 10:22:01 0 0.05 0.00 0.05 0.00 0.00 99.90 10:30:29 10:22:01 1 0.02 0.00 0.03 0.00 0.00 99.95 10:30:29 10:22:01 2 0.07 0.00 0.03 0.00 0.02 99.88 10:30:29 10:22:01 3 0.05 0.00 0.02 0.00 0.00 99.93 10:30:29 10:22:01 4 0.03 0.00 0.02 0.00 0.00 99.95 10:30:29 10:22:01 5 0.08 0.00 0.05 0.00 0.02 99.85 10:30:29 10:22:01 6 0.08 0.00 0.03 0.10 0.02 99.77 10:30:29 10:22:01 7 0.07 0.00 0.05 0.00 0.53 99.35 10:30:29 10:23:01 all 0.02 0.00 0.02 0.00 0.01 99.95 10:30:29 10:23:01 0 0.00 0.00 0.02 0.00 0.00 99.98 10:30:29 10:23:01 1 0.03 0.00 0.02 0.00 0.00 99.95 10:30:29 10:23:01 2 0.03 0.00 0.03 0.00 0.02 99.92 10:30:29 10:23:01 3 0.00 0.00 0.02 0.02 0.02 99.95 10:30:29 10:23:01 4 0.00 0.00 0.00 0.00 0.00 100.00 10:30:29 10:23:01 5 0.05 0.00 0.03 0.00 0.02 99.90 10:30:29 10:23:01 6 0.02 0.00 0.00 0.02 0.00 99.97 10:30:29 10:23:01 7 0.02 0.00 0.02 0.00 0.02 99.95 10:30:29 10:24:01 all 0.24 0.00 0.06 0.02 0.00 99.68 10:30:29 10:24:01 0 0.37 0.00 0.08 0.05 0.02 99.48 10:30:29 10:24:01 1 0.20 0.00 0.13 0.00 0.02 99.65 10:30:29 10:24:01 2 0.20 0.00 0.10 0.00 0.00 99.70 10:30:29 10:24:01 3 0.05 0.00 0.05 0.02 0.00 99.88 10:30:29 10:24:01 4 0.08 0.00 0.02 0.00 0.00 99.90 10:30:29 10:24:01 5 0.77 0.00 0.02 0.00 0.00 99.22 10:30:29 10:24:01 6 0.18 0.00 0.00 0.07 0.00 99.75 10:30:29 10:24:01 7 0.08 0.00 0.05 0.00 0.00 99.87 10:30:29 10:25:01 all 0.02 0.00 0.02 0.01 0.01 99.94 10:30:29 10:25:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:30:29 10:25:01 1 0.02 0.00 0.00 0.00 0.02 99.97 10:30:29 10:25:01 2 0.00 0.00 0.03 0.00 0.02 99.95 10:30:29 10:25:01 3 0.05 0.00 0.05 0.07 0.02 99.82 10:30:29 10:25:01 4 0.03 0.00 0.02 0.00 0.02 99.93 10:30:29 10:25:01 5 0.02 0.00 0.00 0.00 0.00 99.98 10:30:29 10:25:01 6 0.03 0.00 0.03 0.03 0.00 99.90 10:30:29 10:25:01 7 0.03 0.00 0.00 0.00 0.00 99.97 10:30:29 10:26:01 all 0.04 0.00 0.01 0.00 0.01 99.93 10:30:29 10:26:01 0 0.02 0.00 0.00 0.00 0.02 99.97 10:30:29 10:26:01 1 0.02 0.00 0.03 0.00 0.00 99.95 10:30:29 10:26:01 2 0.07 0.00 0.00 0.00 0.02 99.92 10:30:29 10:26:01 3 0.03 0.00 0.02 0.00 0.03 99.92 10:30:29 10:26:01 4 0.05 0.00 0.00 0.00 0.00 99.95 10:30:29 10:26:01 5 0.03 0.00 0.00 0.00 0.00 99.97 10:30:29 10:26:01 6 0.03 0.00 0.03 0.03 0.02 99.88 10:30:29 10:26:01 7 0.03 0.00 0.03 0.00 0.02 99.92 10:30:29 10:27:01 all 0.05 0.00 0.01 0.02 0.01 99.92 10:30:29 10:27:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:30:29 10:27:01 1 0.08 0.00 0.00 0.00 0.00 99.92 10:30:29 10:27:01 2 0.05 0.00 0.00 0.00 0.02 99.93 10:30:29 10:27:01 3 0.08 0.00 0.05 0.02 0.02 99.83 10:30:29 10:27:01 4 0.00 0.00 0.02 0.00 0.00 99.98 10:30:29 10:27:01 5 0.02 0.00 0.00 0.00 0.02 99.97 10:30:29 10:27:01 6 0.07 0.00 0.00 0.12 0.00 99.82 10:30:29 10:27:01 7 0.05 0.00 0.02 0.00 0.00 99.93 10:30:29 10:28:01 all 0.05 0.00 0.02 0.03 0.01 99.89 10:30:29 10:28:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:30:29 10:28:01 1 0.25 0.00 0.03 0.00 0.02 99.70 10:30:29 10:28:01 2 0.05 0.00 0.03 0.00 0.02 99.90 10:30:29 10:28:01 3 0.07 0.00 0.02 0.08 0.02 99.82 10:30:29 10:28:01 4 0.02 0.00 0.02 0.00 0.00 99.97 10:30:29 10:28:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:30:29 10:28:01 6 0.00 0.00 0.02 0.18 0.02 99.78 10:30:29 10:28:01 7 0.02 0.00 0.02 0.00 0.00 99.97 10:30:29 10:29:01 all 1.34 0.00 0.58 0.02 0.02 98.04 10:30:29 10:29:01 0 1.14 0.00 0.53 0.02 0.02 98.30 10:30:29 10:29:01 1 1.70 0.00 0.40 0.00 0.02 97.88 10:30:29 10:29:01 2 1.34 0.00 0.70 0.00 0.02 97.95 10:30:29 10:29:01 3 0.74 0.00 0.40 0.03 0.05 98.78 10:30:29 10:29:01 4 1.55 0.00 0.73 0.00 0.02 97.70 10:30:29 10:29:01 5 1.52 0.00 0.48 0.02 0.02 97.96 10:30:29 10:29:01 6 1.42 0.00 0.63 0.07 0.00 97.88 10:30:29 10:29:01 7 1.30 0.00 0.79 0.02 0.03 97.86 10:30:29 10:30:01 all 7.12 0.00 3.37 4.89 0.06 84.56 10:30:29 10:30:01 0 5.84 0.00 3.77 0.47 0.05 89.87 10:30:29 10:30:01 1 7.78 0.00 2.88 0.08 0.05 89.20 10:30:29 10:30:01 2 6.30 0.00 3.21 1.55 0.05 88.89 10:30:29 10:30:01 3 8.46 0.00 2.97 8.68 0.07 79.82 10:30:29 10:30:01 4 7.92 0.00 3.22 0.76 0.05 88.05 10:30:29 10:30:01 5 7.61 0.00 4.39 21.66 0.09 66.25 10:30:29 10:30:01 6 6.00 0.00 3.70 5.60 0.05 84.65 10:30:29 10:30:01 7 7.04 0.00 2.84 0.50 0.05 89.56 10:30:29 Average: all 7.79 0.00 1.33 1.22 0.03 89.63 10:30:29 Average: 0 7.67 0.00 1.37 1.38 0.03 89.55 10:30:29 Average: 1 7.68 0.00 1.51 1.19 0.03 89.58 10:30:29 Average: 2 7.88 0.00 1.30 0.64 0.03 90.16 10:30:29 Average: 3 7.83 0.00 1.29 1.40 0.03 89.45 10:30:29 Average: 4 7.78 0.00 1.29 1.41 0.04 89.49 10:30:29 Average: 5 7.85 0.00 1.31 1.44 0.03 89.37 10:30:29 Average: 6 7.61 0.00 1.24 0.90 0.03 90.21 10:30:29 Average: 7 8.05 0.00 1.32 1.40 0.04 89.20 10:30:29 10:30:29 10:30:29