Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 08e30e9824952b0f8cde611c7e69c4c853d0027d 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-ssh336705965747016792.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f3350a1713306dce7682ed7e37d5774890d03277 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-ssh12247070650667296812.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 f3350a1713306dce7682ed7e37d5774890d03277 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-ssh8332514749624590003.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f3350a1713306dce7682ed7e37d5774890d03277 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3350a1713306dce7682ed7e37d5774890d03277 # timeout=10 Commit message: "Merge pull request #455 from cherrycl/issue-452-3" > 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-ssh2712700902066990068.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-ssh7409571784763461544.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.21 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-10986 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/703 [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/703 # 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 08e30e9824952b0f8cde611c7e69c4c853d0027d (main) Commit message: "Merge pull request #4922 from jackchenjc/issue-4910" > 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 08e30e9824952b0f8cde611c7e69c4c853d0027d # timeout=10 > git rev-list --no-walk 3e97884d0537eb476c5355c3438fc2fb2246485e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:29:36 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:29:36 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:29:37 ========================================================= 10:29:37 EdgeX Global Pipelines Version Info 10:29:37 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:29:38 ------------------- 10:29:38 stable info: 10:29:38 ------------------- 10:29:38 Commited By: Cherry Wang cherry@iotechsys.com 10:29:38 Commit SHA: f3350a1713306dce7682ed7e37d5774890d03277 10:29:38 Message: update stable to v1.0.263 10:29:38 ------------------- 10:29:38 experimental info: 10:29:38 ------------------- 10:29:38 Commited By: Cherry Wang cherry@iotechsys.com 10:29:38 Commit SHA: f3350a1713306dce7682ed7e37d5774890d03277 10:29:38 Message: update experimental to v1.0.263 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:29:38 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 10:29:38 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 10:29:38 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:29:38 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:29:38 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:29:38 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 10:29:38 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 10:29:38 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 10:29:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 10:29:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 10:29:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:29:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:29:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 10:29:38 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:29:38 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:29:38 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:29:38 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:29:38 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:29:38 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 10:29:38 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 10:29:38 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:29:38 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 10:29:38 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 10:29:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 10:29:39 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 10:29:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 10:29:39 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] echo 10:29:39 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 08e30e9 [Pipeline] echo 10:29:39 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:29:39 provisioning config files... 10:29:39 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/703@tmp/config18074711813371049439tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:29:39 ---> ****-login.sh 10:29:39 nexus3.edgexfoundry.org:10001 10:29:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:29:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:29:40 Configure a credential helper to remove this warning. See 10:29:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:29:40 10:29:40 Login Succeeded 10:29:40 nexus3.edgexfoundry.org:10002 10:29:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:29:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:29:40 Configure a credential helper to remove this warning. See 10:29:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:29:40 10:29:40 Login Succeeded 10:29:40 nexus3.edgexfoundry.org:10003 10:29:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:29:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:29:40 Configure a credential helper to remove this warning. See 10:29:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:29:40 10:29:40 Login Succeeded 10:29:40 nexus3.edgexfoundry.org:10004 10:29:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:29:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:29:40 Configure a credential helper to remove this warning. See 10:29:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:29:40 10:29:40 Login Succeeded 10:29:40 ****.io 10:29:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:29:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:29:40 Configure a credential helper to remove this warning. See 10:29:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:29:40 10:29:40 Login Succeeded 10:29:40 ---> ****-login.sh ends [Pipeline] } 10:29:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:29:41 + 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 10:29:41 + + dirname cmd/core-command/Dockerfile 10:29:41 cut -d/ -f2 10:29:41 + echo core-command,cmd/core-command/Dockerfile 10:29:41 + + dirname cmd/core-common-config-bootstrapper/Dockerfile 10:29:41 cut -d/ -f2 10:29:41 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 10:29:41 + cut -d/ -f2 10:29:41 + dirname cmd/core-data/Dockerfile 10:29:41 + echo core-data,cmd/core-data/Dockerfile 10:29:41 + dirname+ cmd/core-keeper/Dockerfile 10:29:41 cut -d/ -f2 10:29:41 + echo core-keeper,cmd/core-keeper/Dockerfile 10:29:41 + + cut -d/ -f2dirname 10:29:41 cmd/core-metadata/Dockerfile 10:29:41 + echo core-metadata,cmd/core-metadata/Dockerfile 10:29:41 + dirname cmd/security-bootstrapper/Dockerfile 10:29:41 + cut -d/ -f2 10:29:41 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 10:29:41 + + cut -d/ -f2 10:29:41 dirname cmd/security-proxy-auth/Dockerfile 10:29:41 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 10:29:41 + + dirname cmd/security-proxy-setup/Dockerfile 10:29:41 cut -d/ -f2 10:29:41 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 10:29:41 + dirname cmd/security-secretstore-setup/Dockerfile 10:29:41 + cut -d/ -f2 10:29:41 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 10:29:41 + dirname cmd/security-spiffe-token-provider/Dockerfile 10:29:41 + cut -d/ -f2 10:29:41 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 10:29:41 + dirname cmd/security-spire-agent/Dockerfile 10:29:41 + cut -d/ -f2 10:29:41 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 10:29:41 + + cutdirname -d/ cmd/security-spire-config/Dockerfile -f2 10:29:41 10:29:41 + echo security-spire-config,cmd/security-spire-config/Dockerfile 10:29:41 + + dirname cmd/security-spire-server/Dockerfile 10:29:41 cut -d/ -f2 10:29:41 + echo security-spire-server,cmd/security-spire-server/Dockerfile 10:29:41 + dirname cmd/support-cron-scheduler/Dockerfile 10:29:41 + cut -d/ -f2 10:29:41 + echo support-cron-scheduler,cmd/support-cron-scheduler/Dockerfile 10:29:41 + dirname cmd/support-notifications/Dockerfile 10:29:41 + cut -d/ -f2 10:29:41 + echo support-notifications,cmd/support-notifications/Dockerfile 10:29:41 + dirname cmd/support-scheduler/Dockerfile 10:29:41 + cut -d/ -f2 10:29:41 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 10:29:41 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 10:29:41 + git rev-list -1 --merges 08e30e9824952b0f8cde611c7e69c4c853d0027d~1..08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] echo 10:29:41 -----------> git rev-list -1 --merges 08e30e9824952b0f8cde611c7e69c4c853d0027d~1..08e30e9824952b0f8cde611c7e69c4c853d0027d 08e30e9824952b0f8cde611c7e69c4c853d0027d 10:29:41 08e30e9824952b0f8cde611c7e69c4c853d0027d [false] [Pipeline] sh 10:29:42 + git log --format=format:%s -1 08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] echo 10:29:42 ========================================================= 10:29:42 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 10:29:42 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 10:29:42 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:29:42 + grep -v github /etc/ssh/ssh_known_hosts 10:29:42 + [ -e /tmp/ssh_known_hosts ] 10:29:42 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 10:29:42 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 10:29:42 + sudo tee -a /etc/ssh/ssh_known_hosts 10:29:42 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:29:42 10:29:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:29:43 0.1.4: Pulling from edgex-devops/py-git-semver 10:29:43 b85a868b505f: Pulling fs layer 10:29:43 e2be974225ed: Pulling fs layer 10:29:43 339a4e72a1f5: Pulling fs layer 10:29:43 988bab9f4d93: Pulling fs layer 10:29:43 1469e6f7b9e6: Pulling fs layer 10:29:43 eaf3925da568: Pulling fs layer 10:29:43 bab4dde63d76: Pulling fs layer 10:29:43 988bab9f4d93: Waiting 10:29:43 1469e6f7b9e6: Waiting 10:29:43 bde34c3a00c8: Pulling fs layer 10:29:43 eaf3925da568: Waiting 10:29:43 bab4dde63d76: Waiting 10:29:43 bde34c3a00c8: Waiting 10:29:43 b352a97aabf1: Pulling fs layer 10:29:43 b352a97aabf1: Waiting 10:29:43 4872d77fe225: Pulling fs layer 10:29:43 5851b861e8e6: Pulling fs layer 10:29:43 e2be974225ed: Download complete 10:29:43 988bab9f4d93: Verifying Checksum 10:29:43 988bab9f4d93: Download complete 10:29:43 1469e6f7b9e6: Verifying Checksum 10:29:43 1469e6f7b9e6: Download complete 10:29:43 339a4e72a1f5: Download complete 10:29:43 eaf3925da568: Verifying Checksum 10:29:43 eaf3925da568: Download complete 10:29:43 bde34c3a00c8: Download complete 10:29:43 b352a97aabf1: Verifying Checksum 10:29:43 b352a97aabf1: Download complete 10:29:43 4872d77fe225: Download complete 10:29:43 5851b861e8e6: Download complete 10:29:43 b85a868b505f: Verifying Checksum 10:29:43 b85a868b505f: Download complete 10:29:44 bab4dde63d76: Verifying Checksum 10:29:44 bab4dde63d76: Download complete 10:29:45 b85a868b505f: Pull complete 10:29:45 e2be974225ed: Pull complete 10:29:45 339a4e72a1f5: Pull complete 10:29:45 988bab9f4d93: Pull complete 10:29:46 1469e6f7b9e6: Pull complete 10:29:46 eaf3925da568: Pull complete 10:29:47 bab4dde63d76: Pull complete 10:29:47 bde34c3a00c8: Pull complete 10:29:47 b352a97aabf1: Pull complete 10:29:47 4872d77fe225: Pull complete 10:29:48 5851b861e8e6: Pull complete 10:29:48 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 10:29:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:29:48 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:29:48 prd-ubuntu20.04-docker-8c-8g-10986 does not seem to be running inside a container 10:29:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/703 -v /w/workspace/edgex-go/703:/w/workspace/edgex-go/703:rw,z -v /w/workspace/edgex-go/703@tmp:/w/workspace/edgex-go/703@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 10:29:52 $ docker top f6097c7791e7a9b84e797255056fa015b03b2ccbf2df677f6111c4704c3923d8 -eo pid,comm 10:29:52 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:52 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:29:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:29:52 [ssh-agent] Looking for ssh-agent implementation... 10:29:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:29:52 $ docker exec f6097c7791e7a9b84e797255056fa015b03b2ccbf2df677f6111c4704c3923d8 ssh-agent 10:29:52 SSH_AUTH_SOCK=/tmp/ssh-jKgH7Zrhxb39/agent.33 10:29:52 SSH_AGENT_PID=39 10:29:52 Running ssh-add (command line suppressed) 10:29:52 Identity added: /w/workspace/edgex-go/703@tmp/private_key_5017135058946148307.key (/w/workspace/edgex-go/703@tmp/private_key_5017135058946148307.key) 10:29:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:29:52 + git tag --points-at HEAD [Pipeline] } 10:29:52 $ docker exec --env ******** --env ******** f6097c7791e7a9b84e797255056fa015b03b2ccbf2df677f6111c4704c3923d8 ssh-agent -k 10:29:52 unset SSH_AUTH_SOCK; 10:29:52 unset SSH_AGENT_PID; 10:29:52 echo Agent pid 39 killed; 10:29:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:29:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:29:53 [ssh-agent] Looking for ssh-agent implementation... 10:29:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:29:53 $ docker exec f6097c7791e7a9b84e797255056fa015b03b2ccbf2df677f6111c4704c3923d8 ssh-agent 10:29:53 SSH_AUTH_SOCK=/tmp/ssh-76dbni7zrBAL/agent.72 10:29:53 SSH_AGENT_PID=78 10:29:53 Running ssh-add (command line suppressed) 10:29:53 Identity added: /w/workspace/edgex-go/703@tmp/private_key_5145555819647826849.key (/w/workspace/edgex-go/703@tmp/private_key_5145555819647826849.key) 10:29:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:29:53 + git semver init 10:29:53 2024-09-24 10:29:53,798 [run_init] DEBUG init version:0.0.0 force:False 10:29:53 2024-09-24 10:29:53,799 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/703/.semver 10:29:53 2024-09-24 10:29:53,800 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/703/.semver 10:29:53 2024-09-24 10:29:53,800 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/703/.semver'], cwd=/w/workspace/edgex-go/703, universal_newlines=False, shell=None, istream=None) 10:30:00 2024-09-24 10:29:59,284 [append_file] DEBUG append to file:/w/workspace/edgex-go/703/.git/info/exclude 10:30:00 2024-09-24 10:29:59,285 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/703/.semver/main with force:False 10:30:00 2024-09-24 10:29:59,285 [read_version] DEBUG read version from /w/workspace/edgex-go/703/.semver/main 10:30:00 2024-09-24 10:29:59,285 [read_version] DEBUG read version from /w/workspace/edgex-go/703/.semver/main 10:30:00 3.2.0-dev.81 [Pipeline] } 10:30:00 $ docker exec --env ******** --env ******** f6097c7791e7a9b84e797255056fa015b03b2ccbf2df677f6111c4704c3923d8 ssh-agent -k 10:30:00 unset SSH_AUTH_SOCK; 10:30:00 unset SSH_AGENT_PID; 10:30:00 echo Agent pid 78 killed; 10:30:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:30:00 + git semver [Pipeline] } 10:30:01 $ docker stop --time=1 f6097c7791e7a9b84e797255056fa015b03b2ccbf2df677f6111c4704c3923d8 10:30:02 $ docker rm -f --volumes f6097c7791e7a9b84e797255056fa015b03b2ccbf2df677f6111c4704c3923d8 [Pipeline] // withDockerContainer [Pipeline] sh 10:30:02 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:30:03 Stashed 1 file(s) [Pipeline] echo 10:30:03 [edgeXSemver]: initialized semver on version 3.2.0-dev.81 [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 10:30:03 + git config --global --add safe.directory /w/workspace/edgex-go/703 [Pipeline] echo 10:30:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 10:30:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 10:30:03 ========================================================= 10:30:03 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 10:30:03 ========================================================= [Pipeline] fileExists [Pipeline] sh 10:30:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 10:30:04 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 10:30:04 619be1103602: Pulling fs layer 10:30:04 7862e08f4a3e: Pulling fs layer 10:30:04 5df492c9dc93: Pulling fs layer 10:30:04 7629e6793208: Pulling fs layer 10:30:04 4f4fb700ef54: Pulling fs layer 10:30:04 fb5054dd5b73: Pulling fs layer 10:30:04 eeca6798cff9: Pulling fs layer 10:30:04 aa269ceb94a6: Pulling fs layer 10:30:04 ada007ff1a6a: Pulling fs layer 10:30:04 7629e6793208: Waiting 10:30:04 4f4fb700ef54: Waiting 10:30:04 aa269ceb94a6: Waiting 10:30:04 fb5054dd5b73: Waiting 10:30:04 eeca6798cff9: Waiting 10:30:04 ada007ff1a6a: Waiting 10:30:04 7862e08f4a3e: Download complete 10:30:04 7629e6793208: Download complete 10:30:04 4f4fb700ef54: Verifying Checksum 10:30:04 4f4fb700ef54: Download complete 10:30:04 fb5054dd5b73: Download complete 10:30:04 619be1103602: Verifying Checksum 10:30:04 619be1103602: Download complete 10:30:04 eeca6798cff9: Verifying Checksum 10:30:04 eeca6798cff9: Download complete 10:30:04 619be1103602: Pull complete 10:30:04 ada007ff1a6a: Verifying Checksum 10:30:04 ada007ff1a6a: Download complete 10:30:04 7862e08f4a3e: Pull complete 10:30:04 5df492c9dc93: Verifying Checksum 10:30:04 5df492c9dc93: Download complete 10:30:04 aa269ceb94a6: Verifying Checksum 10:30:04 aa269ceb94a6: Download complete 10:30:07 5df492c9dc93: Pull complete 10:30:07 7629e6793208: Pull complete 10:30:07 4f4fb700ef54: Pull complete 10:30:07 fb5054dd5b73: Pull complete 10:30:07 eeca6798cff9: Pull complete 10:30:10 aa269ceb94a6: Pull complete 10:30:10 ada007ff1a6a: Pull complete 10:30:10 Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 10:30:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 10:30:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh 10:30:11 + + echodocker FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 10:30:11 WORKDIR /edgex 10:30:11 COPY go.mod . 10:30:11 RUN go mod download build 10:30:11 -t ci-base-image-x86_64 -f - . 10:30:11 Sending build context to Docker daemon 179.4MB 10:30:11 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 10:30:11 ---> f489d0715acc 10:30:11 Step 2/4 : WORKDIR /edgex 10:30:18 Still waiting to schedule task 10:30:18 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 10:30:18 ---> Running in 4914dba40133 10:30:18 Removing intermediate container 4914dba40133 10:30:18 ---> f3638e11f350 10:30:18 Step 3/4 : COPY go.mod . 10:30:18 ---> a7e3a09acad4 10:30:18 Step 4/4 : RUN go mod download 10:30:18 ---> Running in c71864ef43b1 10:30:44 Removing intermediate container c71864ef43b1 10:30:44 ---> 83a99856dca1 10:30:44 Successfully built 83a99856dca1 10:30:44 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:30:45 + docker inspect -f . ci-base-image-x86_64 10:30:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:30:45 prd-ubuntu20.04-docker-8c-8g-10986 does not seem to be running inside a container 10:30:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/703 -v /w/workspace/edgex-go/703:/w/workspace/edgex-go/703:rw,z -v /w/workspace/edgex-go/703@tmp:/w/workspace/edgex-go/703@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:30:45 $ docker top b4d7144b2d753d6903037fe5e6e733d5f9801fc5bb955d85a4a36efd08ccf7e7 -eo pid,comm [Pipeline] { [Pipeline] sh 10:30:46 + go version 10:30:46 go version go1.21.9 linux/amd64 [Pipeline] } 10:30:46 $ docker stop --time=1 b4d7144b2d753d6903037fe5e6e733d5f9801fc5bb955d85a4a36efd08ccf7e7 10:30:47 $ docker rm -f --volumes b4d7144b2d753d6903037fe5e6e733d5f9801fc5bb955d85a4a36efd08ccf7e7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:30:48 + docker inspect -f . ci-base-image-x86_64 10:30:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:30:48 prd-ubuntu20.04-docker-8c-8g-10986 does not seem to be running inside a container 10:30:48 $ 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/703 -v /w/workspace/edgex-go/703:/w/workspace/edgex-go/703:rw,z -v /w/workspace/edgex-go/703@tmp:/w/workspace/edgex-go/703@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:30:48 $ docker top f2cf38633e5c58f80fe3da04db5d4ceea1c6e937e251e9322ea05d9a74ab2f2e -eo pid,comm [Pipeline] { [Pipeline] echo 10:30:48 ========================================================= 10:30:48 [edgeXBuildGoParallel] Running Tests and Build... 10:30:48 ========================================================= [Pipeline] sh 10:30:48 + git config --global --add safe.directory /w/workspace/edgex-go/703 [Pipeline] fileExists [Pipeline] sh 10:30:49 + make test 10:30:49 go test -race -coverprofile=coverage.out ./... 10:30:55 ? github.com/edgexfoundry/edgex-go [no test files] 10:31:22 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 10:31:22 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 10:31:22 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 10:31:23 ? github.com/edgexfoundry/edgex-go/cmd/core-keeper [no test files] 10:31:23 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 10:31:23 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 10:31:23 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 10:31:23 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 10:31:23 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 10:31:23 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 10:31:23 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 10:31:23 ? github.com/edgexfoundry/edgex-go/cmd/support-cron-scheduler [no test files] 10:31:23 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 10:31:23 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 10:31:23 ? github.com/edgexfoundry/edgex-go/internal [no test files] 10:31:23 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 10:31:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 10:31:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 10:31:26 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.020s coverage: 28.7% of statements 10:31:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 10:31:26 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 10:31:26 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 10:31:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 10:31:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 10:31:27 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.042s coverage: 97.0% of statements 10:31:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 10:31:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 10:31:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 10:31:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 10:31:28 ? github.com/edgexfoundry/edgex-go/internal/core/keeper [no test files] 10:31:28 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/application [no test files] 10:31:28 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/config [no test files] 10:31:28 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 10:31:28 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/container [no test files] 10:31:29 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 10:31:29 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks [no test files] 10:31:29 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/registry [no test files] 10:31:29 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/utils [no test files] 10:31:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 10:31:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 10:31:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 10:31:30 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.055s coverage: 69.2% of statements 10:31:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.038s coverage: 53.2% of statements 10:31:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.272s coverage: 93.4% of statements 10:31:30 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.043s coverage: 91.7% of statements 10:31:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 10:31:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 10:31:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 10:31:31 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 10:31:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 10:31:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 10:31:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 10:31:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 10:31:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 10:31:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres [no test files] 10:31:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 10:31:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.038s coverage: 7.0% of statements 10:31:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models [no test files] 10:31:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.388s coverage: 95.8% of statements 10:31:32 ok github.com/edgexfoundry/edgex-go/internal/io 1.020s coverage: 72.2% of statements 10:31:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 10:31:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 10:31:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.031s coverage: 0.0% of statements [no tests to run] 10:31:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.040s coverage: 0.8% of statements 10:31:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.026s coverage: 30.9% of statements 10:31:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.024s coverage: 41.7% of statements 10:31:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.021s coverage: 77.8% of statements 10:31:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.012s coverage: 94.1% of statements 10:31:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.029s coverage: 96.3% of statements 10:31:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.016s coverage: 87.5% of statements 10:31:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 10:31:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 10:31:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 10:31:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 10:31:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 10:31:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 10:31:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 10:31:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 10:31:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres [no test files] 10:31:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config [no test files] 10:31:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container [no test files] 10:31:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 10:31:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 10:31:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 10:31:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 10:31:37 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 10:31:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 10:31:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 10:31:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 10:31:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 10:31:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 10:31:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 10:31:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 10:31:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 10:31:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 10:31:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 10:31:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 10:31:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 10:31:45 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 10:31:45 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 10:31:45 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 10:31:45 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler [no test files] 10:31:46 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application/action [no test files] 10:31:46 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/config [no test files] 10:31:46 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/container [no test files] 10:31:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.029s coverage: 94.4% of statements 10:31:47 Running on prd-ubuntu20.04-docker-arm64-4c-16g-10987 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 10:31:47 Running in /w/workspace/edgex-go/703 [Pipeline] { [Pipeline] checkout 10:31:47 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces [no test files] 10:31:47 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces/mocks [no test files] 10:31:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 10:31:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 10:31:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 10:31:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 10:31:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 10:31:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 10:31:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 10:31:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 10:31:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 10:31:50 The recommended git tool is: git 10:31:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 10:31:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 10:31:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 10:31:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 10:31:54 using credential edgex-jenkins-ssh 10:31:55 Cloning the remote Git repository 10:31:55 Cloning repository git@github.com:edgexfoundry/edgex-go.git 10:31:55 > git init /w/workspace/edgex-go/703 # timeout=10 10:31:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:31:55 > git --version # timeout=10 10:31:55 > git --version # 'git version 2.25.1' 10:31:55 using GIT_SSH to set credentials SSH Credentials for GitHub 10:31:55 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:31:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.241s coverage: 79.9% of statements 10:31:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.045s coverage: 92.9% of statements 10:31:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.020s coverage: 66.7% of statements 10:31:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.024s coverage: 62.3% of statements 10:31:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.023s coverage: 75.0% of statements 10:31:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.028s coverage: 87.2% of statements 10:31:59 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.015s coverage: 20.0% of statements 10:31:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.018s coverage: 100.0% of statements 10:31:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.060s coverage: 81.8% of statements 10:31:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.063s coverage: 82.1% of statements 10:31:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.019s coverage: 86.0% of statements 10:31:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.129s coverage: 63.1% of statements 10:31:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.019s coverage: 100.0% of statements 10:31:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.020s coverage: 89.4% of statements 10:31:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.018s coverage: 100.0% of statements 10:31:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.030s coverage: 73.7% of statements 10:31:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.015s coverage: 100.0% of statements 10:31:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.151s coverage: 36.5% of statements 10:31:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.018s coverage: 89.5% of statements 10:31:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.020s coverage: 84.8% of statements 10:31:59 ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application 1.022s coverage: 4.9% of statements 10:31:59 ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/controller/http 1.069s coverage: 97.1% of statements 10:31:59 ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure 1.024s coverage: 35.9% of statements 10:31:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.041s coverage: 19.9% of statements 10:31:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.104s coverage: 95.7% of statements 10:31:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.028s coverage: 61.8% of statements 10:31:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.055s coverage: 98.9% of statements 10:31:59 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 10:31:59 running golangci-lint 10:31:59 golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z 10:31:59 go version go1.21.9 linux/amd64 10:32:00 level=info msg="[config_reader] Used config file .golangci.yml" 10:32:00 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 10:32:14 Avoid second fetch 10:32:14 Checking out Revision 08e30e9824952b0f8cde611c7e69c4c853d0027d (main) 10:32:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:32:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:32:14 > git config core.sparsecheckout # timeout=10 10:32:14 > git checkout -f 08e30e9824952b0f8cde611c7e69c4c853d0027d # timeout=10 10:32:14 Commit message: "Merge pull request #4922 from jackchenjc/issue-4910" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:32:19 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 10:32:19 % Total % Received % Xferd Average Speed Time Time Time Current 10:32:19 Dload Upload Total Spent Left Speed 10:32:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 90978 0 --:--:-- --:--:-- --:--:-- 90978 [Pipeline] sh 10:32:19 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 10:32:20 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 10:32:20 + sudo tee /etc/docker/daemon.new 10:32:20 { 10:32:20 "registry-mirrors": [ 10:32:20 "https://nexus3.edgexfoundry.org:10001" 10:32:20 ], 10:32:20 "bip": "10.250.0.254/24", 10:32:20 "hosts": [ 10:32:20 "tcp://0.0.0.0:5555", 10:32:20 "unix:///var/run/docker.sock" 10:32:20 ], 10:32:20 "mtu": 1458, 10:32:20 "selinux-enabled": true, 10:32:20 "seccomp-profile": "/etc/docker/seccomp.json" 10:32:20 } [Pipeline] sh 10:32:20 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 10:32:20 + sudo service docker restart 10:32:22 level=info msg="[loader] Go packages loading at mode 575 (types_sizes|exports_file|imports|files|name|compiled_files|deps) took 21.104000655s" 10:32:22 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 32.366545ms" 10:32:32 level=info msg="[linters_context/goanalysis] analyzers took 1m38.712239324s with top 10 stages: buildir: 48.350529795s, gosec: 7.546334548s, inspect: 2.222415932s, printf: 1.908956623s, ctrlflow: 1.807413201s, fact_deprecated: 1.747844664s, S1038: 1.280258319s, fact_purity: 1.118449894s, nilness: 953.327214ms, directives: 788.742997ms" 10:32:32 level=info msg="[runner] Issues before processing: 214, after processing: 0" 10:32:32 level=info msg="[runner] Processors filtering stat (out/in): identifier_marker: 214/214, exclude: 214/214, filename_unadjuster: 214/214, path_prettifier: 214/214, cgo: 214/214, autogenerated_exclude: 214/214, exclude-rules: 22/214, skip_files: 214/214, skip_dirs: 214/214, nolint: 0/22" 10:32:32 level=info msg="[runner] processing took 19.119694ms with stages: nolint: 9.082946ms, identifier_marker: 4.762294ms, exclude-rules: 1.649437ms, path_prettifier: 1.520725ms, autogenerated_exclude: 1.314486ms, skip_dirs: 745.031µs, cgo: 26.752µs, filename_unadjuster: 13.962µs, max_same_issues: 650ns, severity-rules: 520ns, fixer: 511ns, uniq_by_line: 400ns, skip_files: 400ns, diff: 330ns, exclude: 330ns, path_shortener: 200ns, max_from_linter: 180ns, source_code: 150ns, sort_results: 150ns, path_prefixer: 120ns, max_per_file_from_linter: 120ns" 10:32:32 level=info msg="[runner] linters took 10.348664591s with stages: goanalysis_metalinter: 10.329452989s" 10:32:32 level=info msg="File cache stats: 0 entries of total size 0B" 10:32:32 level=info msg="Memory: 313 samples, avg is 270.5MB, max is 1218.4MB" 10:32:32 level=info msg="Execution took 31.495575805s" 10:32:32 go vet ./... 10:32:38 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 10:32:38 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 10:32:38 ./bin/test-attribution-txt.sh 10:32:38 An attribution for github.com/openziti/channel/v3 is missing from Attribution.txt, please add 10:32:38 An attribution for gopkg.in/go-jose/go-jose.v2 is missing from Attribution.txt, please add [Pipeline] echo 10:32:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh 10:32:38 + ls -al . 10:32:38 total 968 10:32:38 drwxrwxr-x 11 1001 1001 4096 Sep 24 10:30 . 10:32:38 drwxr-xr-x 4 root root 4096 Sep 24 10:30 .. 10:32:38 drwxrwxr-x 2 1001 1001 4096 Sep 24 10:29 .blubracket 10:32:38 -rw-rw-r-- 1 1001 1001 10 Sep 24 10:29 .dockerignore 10:32:38 drwxrwxr-x 8 1001 1001 4096 Sep 24 10:32 .git 10:32:38 drwxrwxr-x 3 1001 1001 4096 Sep 24 10:29 .github 10:32:38 -rw-rw-r-- 1 1001 1001 1102 Sep 24 10:29 .gitignore 10:32:38 -rw-rw-r-- 1 1001 1001 42 Sep 24 10:29 .golangci.yml 10:32:38 -rw-rw-r-- 1 1001 1001 100 Sep 24 10:29 .hadolint.yml 10:32:38 drwxr-xr-x 3 1001 1001 4096 Sep 24 10:29 .semver 10:32:38 -rw-rw-r-- 1 1001 1001 155 Sep 24 10:29 .sonarcloud.properties 10:32:38 -rw-rw-r-- 1 1001 1001 1171 Sep 24 10:29 ADOPTERS.md 10:32:38 -rw-rw-r-- 1 1001 1001 21286 Sep 24 10:29 Attribution.txt 10:32:38 -rw-rw-r-- 1 1001 1001 100284 Sep 24 10:29 CHANGELOG.md 10:32:38 -rw-rw-r-- 1 1001 1001 3804 Sep 24 10:29 CONTRIBUTING.md 10:32:38 -rw-rw-r-- 1 1001 1001 677 Sep 24 10:29 GOVERNANCE.md 10:32:38 -rw-rw-r-- 1 1001 1001 861 Sep 24 10:29 Jenkinsfile 10:32:38 -rw-rw-r-- 1 1001 1001 10775 Sep 24 10:29 LICENSE 10:32:38 -rw-rw-r-- 1 1001 1001 16854 Sep 24 10:29 Makefile 10:32:38 -rw-rw-r-- 1 1001 1001 582 Sep 24 10:29 OWNERS.md 10:32:38 -rw-rw-r-- 1 1001 1001 9528 Sep 24 10:29 README.md 10:32:38 -rw-rw-r-- 1 1001 1001 789 Sep 24 10:29 SECURITY.md 10:32:38 -rw-rw-r-- 1 1001 1001 12 Sep 24 10:30 VERSION 10:32:38 drwxrwxr-x 2 1001 1001 4096 Sep 24 10:29 bin 10:32:38 drwxrwxr-x 20 1001 1001 4096 Sep 24 10:29 cmd 10:32:38 -rw-r--r-- 1 root root 601312 Sep 24 10:31 coverage.out 10:32:38 drwxrwxr-x 2 1001 1001 4096 Sep 24 10:29 fuzz_test 10:32:38 -rw-rw-r-- 1 1001 1001 7305 Sep 24 10:29 go.mod 10:32:38 -rw-rw-r-- 1 1001 1001 102748 Sep 24 10:29 go.sum 10:32:38 drwxrwxr-x 7 1001 1001 4096 Sep 24 10:29 internal 10:32:38 drwxrwxr-x 3 1001 1001 4096 Sep 24 10:29 openapi 10:32:38 -rw-rw-r-- 1 1001 1001 584 Sep 24 10:29 security.txt 10:32:38 -rw-rw-r-- 1 1001 1001 204 Sep 24 10:29 version.go [Pipeline] sh 10:32:39 + '[' -e coverage.out ] 10:32:39 + chown 1001:1001 coverage.out [Pipeline] stash [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:32:39 provisioning config files... 10:32:39 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/703@tmp/config14888039537729406428tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:32:39 Stashed 1 file(s) [Pipeline] sh 10:32:39 ---> ****-login.sh 10:32:39 nexus3.edgexfoundry.org:10001 10:32:39 + make build 10:32:39 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 10:32:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:32:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:32:40 Configure a credential helper to remove this warning. See 10:32:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:32:40 10:32:40 Login Succeeded 10:32:40 nexus3.edgexfoundry.org:10002 10:32:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:32:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:32:40 Configure a credential helper to remove this warning. See 10:32:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:32:40 10:32:40 Login Succeeded 10:32:40 nexus3.edgexfoundry.org:10003 10:32:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:32:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:32:41 Configure a credential helper to remove this warning. See 10:32:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:32:41 10:32:41 Login Succeeded 10:32:41 nexus3.edgexfoundry.org:10004 10:32:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:32:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:32:41 Configure a credential helper to remove this warning. See 10:32:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:32:41 10:32:41 Login Succeeded 10:32:41 ****.io 10:32:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:32:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:32:41 Configure a credential helper to remove this warning. See 10:32:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:32:41 10:32:41 Login Succeeded 10:32:41 ---> ****-login.sh ends [Pipeline] } 10:32:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 10:32:42 + git config --global --add safe.directory /w/workspace/edgex-go/703 [Pipeline] echo 10:32:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 10:32:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 10:32:42 ========================================================= 10:32:42 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 10:32:42 ========================================================= [Pipeline] fileExists [Pipeline] sh 10:32:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 10:32:43 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:32:43 c6b39de5b339: Pulling fs layer 10:32:43 a69c41024577: Pulling fs layer 10:32:43 d6de4b400683: Pulling fs layer 10:32:43 35cb2a7552d0: Pulling fs layer 10:32:43 4f4fb700ef54: Pulling fs layer 10:32:43 464afbd9ba4c: Pulling fs layer 10:32:43 00f215d4a9da: Pulling fs layer 10:32:43 d496ad576159: Pulling fs layer 10:32:43 35cb2a7552d0: Waiting 10:32:43 4f4fb700ef54: Waiting 10:32:43 464afbd9ba4c: Waiting 10:32:43 00f215d4a9da: Waiting 10:32:43 d496ad576159: Waiting 10:32:43 a69c41024577: Verifying Checksum 10:32:43 a69c41024577: Download complete 10:32:43 35cb2a7552d0: Verifying Checksum 10:32:43 35cb2a7552d0: Download complete 10:32:43 4f4fb700ef54: Verifying Checksum 10:32:43 4f4fb700ef54: Download complete 10:32:43 464afbd9ba4c: Verifying Checksum 10:32:43 464afbd9ba4c: Download complete 10:32:43 c6b39de5b339: Verifying Checksum 10:32:43 c6b39de5b339: Download complete 10:32:43 d496ad576159: Verifying Checksum 10:32:43 d496ad576159: Download complete 10:32:44 c6b39de5b339: Pull complete 10:32:44 a69c41024577: Pull complete 10:32:45 d6de4b400683: Verifying Checksum 10:32:45 d6de4b400683: Download complete 10:32:46 00f215d4a9da: Verifying Checksum 10:32:46 00f215d4a9da: Download complete 10:32:58 d6de4b400683: Pull complete 10:32:58 35cb2a7552d0: Pull complete 10:32:58 4f4fb700ef54: Pull complete 10:32:58 464afbd9ba4c: Pull complete 10:33:06 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:33:06 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 10:33:06 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 10:33:06 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 10:33:06 00f215d4a9da: Pull complete 10:33:07 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:33:08 d496ad576159: Pull complete 10:33:08 Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 10:33:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 10:33:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists [Pipeline] sh 10:33:08 + + docker buildecho -t FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 10:33:08 WORKDIR /edgex 10:33:08 COPY go.mod . 10:33:08 RUN go mod download ci-base-image-arm64 10:33:08 -f - . 10:33:10 Sending build context to Docker daemon 3.643MB 10:33:10 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 10:33:10 ---> f246e2811388 10:33:10 Step 2/4 : WORKDIR /edgex 10:33:11 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:33:12 ---> Running in 7f5c36f8d29a 10:33:12 Removing intermediate container 7f5c36f8d29a 10:33:12 ---> 74daa4e8c2fb 10:33:12 Step 3/4 : COPY go.mod . 10:33:12 ---> f8b9e5ec57c5 10:33:12 Step 4/4 : RUN go mod download 10:33:12 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 10:33:13 ---> Running in bcb46cdc6446 10:33:14 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 10:33:16 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:33:17 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:33:18 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 10:33:18 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:33:19 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 10:33:21 $ docker stop --time=1 f2cf38633e5c58f80fe3da04db5d4ceea1c6e937e251e9322ea05d9a74ab2f2e 10:33:28 $ docker rm -f --volumes f2cf38633e5c58f80fe3da04db5d4ceea1c6e937e251e9322ea05d9a74ab2f2e [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 10:33:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:33:29 10:33:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:33:30 latest: Pulling from edgex-devops/edgex-compose 10:33:30 91d30c5bc195: Pulling fs layer 10:33:30 2e9b0aa3be6d: Pulling fs layer 10:33:30 9c61dcf015f6: Pulling fs layer 10:33:30 4698f68db338: Pulling fs layer 10:33:30 2a2f49069b9e: Pulling fs layer 10:33:30 e0025b399a48: Pulling fs layer 10:33:30 4698f68db338: Waiting 10:33:30 2a2f49069b9e: Waiting 10:33:30 e0025b399a48: Waiting 10:33:30 91d30c5bc195: Verifying Checksum 10:33:30 91d30c5bc195: Download complete 10:33:30 4698f68db338: Verifying Checksum 10:33:30 4698f68db338: Download complete 10:33:30 2e9b0aa3be6d: Verifying Checksum 10:33:30 2e9b0aa3be6d: Download complete 10:33:30 e0025b399a48: Verifying Checksum 10:33:30 e0025b399a48: Download complete 10:33:30 91d30c5bc195: Pull complete 10:33:30 2a2f49069b9e: Download complete 10:33:30 2e9b0aa3be6d: Pull complete 10:33:31 9c61dcf015f6: Verifying Checksum 10:33:31 9c61dcf015f6: Download complete 10:33:33 9c61dcf015f6: Pull complete 10:33:33 4698f68db338: Pull complete 10:33:33 2a2f49069b9e: Pull complete 10:33:34 e0025b399a48: Pull complete 10:33:34 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 10:33:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:33:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:33:34 prd-ubuntu20.04-docker-8c-8g-10986 does not seem to be running inside a container 10:33:34 $ 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/703 -v /w/workspace/edgex-go/703:/w/workspace/edgex-go/703:rw,z -v /w/workspace/edgex-go/703@tmp:/w/workspace/edgex-go/703@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 10:33:38 $ docker top f0e9ecbab862da4fb1a7182512799ee2695f8af3eb363c6786c22e5056dfb2ee -eo pid,comm [Pipeline] { [Pipeline] sh 10:33:38 + docker compose -f ./docker-compose-build.yml build --parallel 10:33:40 #1 [security-spire-server internal] load build definition from Dockerfile 10:33:40 #1 transferring dockerfile: 10:33:40 #1 transferring dockerfile: 1.70kB done 10:33:40 #1 DONE 0.0s 10:33:40 10:33:40 #2 [security-secretstore-setup internal] load build definition from Dockerfile 10:33:40 #2 transferring dockerfile: 2.49kB done 10:33:40 #2 DONE 0.0s 10:33:40 10:33:40 #3 [core-command internal] load build definition from Dockerfile 10:33:40 #3 transferring dockerfile: 1.93kB done 10:33:40 #3 DONE 0.1s 10:33:40 10:33:40 #4 [security-spiffe-token-provider internal] load build definition from Dockerfile 10:33:40 #4 transferring dockerfile: 1.89kB done 10:33:40 #4 DONE 0.0s 10:33:40 10:33:40 #5 [security-bootstrapper internal] load build definition from Dockerfile 10:33:40 #5 transferring dockerfile: 3.17kB done 10:33:40 #5 DONE 0.1s 10:33:40 10:33:40 #6 [core-keeper internal] load build definition from Dockerfile 10:33:40 #6 transferring dockerfile: 2.07kB done 10:33:40 #6 DONE 0.1s 10:33:40 10:33:40 #7 [security-proxy-auth internal] load build definition from Dockerfile 10:33:40 #7 transferring dockerfile: 2.15kB done 10:33:40 #7 DONE 0.1s 10:33:40 10:33:40 #8 [support-cron-scheduler internal] load build definition from Dockerfile 10:33:40 #8 transferring dockerfile: 1.85kB done 10:33:40 #8 DONE 0.1s 10:33:40 10:33:40 #9 [core-common-config-bootstrapper internal] load build definition from Dockerfile 10:33:40 #9 transferring dockerfile: 2.23kB done 10:33:40 #9 DONE 0.1s 10:33:40 10:33:40 #10 [support-notifications internal] load build definition from Dockerfile 10:33:40 #10 transferring dockerfile: 2.02kB done 10:33:41 #10 DONE 0.1s 10:33:41 10:33:41 #11 [support-scheduler internal] load build definition from Dockerfile 10:33:41 #11 transferring dockerfile: 1.93kB done 10:33:41 #11 DONE 0.1s 10:33:41 10:33:41 #12 [security-spire-config internal] load build definition from Dockerfile 10:33:41 #12 transferring dockerfile: 1.69kB done 10:33:41 #12 DONE 0.1s 10:33:41 10:33:41 #13 [core-data internal] load build definition from Dockerfile 10:33:41 #13 transferring dockerfile: 2.07kB done 10:33:41 #13 DONE 0.1s 10:33:41 10:33:41 #14 [core-metadata internal] load build definition from Dockerfile 10:33:41 #14 transferring dockerfile: 2.13kB done 10:33:41 #14 DONE 0.1s 10:33:41 10:33:41 #15 [security-proxy-setup internal] load build definition from Dockerfile 10:33:41 #15 transferring dockerfile: 2.50kB done 10:33:41 #15 DONE 0.1s 10:33:41 10:33:41 #16 [security-spire-agent internal] load build definition from Dockerfile 10:33:41 #16 transferring dockerfile: 1.81kB done 10:33:41 #16 DONE 0.1s 10:33:41 10:33:41 #17 [security-spire-server internal] load .dockerignore 10:33:41 #17 transferring context: 50B done 10:33:41 #17 DONE 0.1s 10:33:41 10:33:41 #18 [security-secretstore-setup internal] load .dockerignore 10:33:41 #18 transferring context: 50B done 10:33:41 #18 DONE 0.0s 10:33:41 10:33:41 #19 [security-spiffe-token-provider internal] load .dockerignore 10:33:41 #19 transferring context: 50B done 10:33:41 #19 DONE 0.0s 10:33:41 10:33:41 #20 [security-bootstrapper internal] load .dockerignore 10:33:41 #20 transferring context: 50B done 10:33:41 #20 DONE 0.0s 10:33:41 10:33:41 #21 [core-keeper internal] load .dockerignore 10:33:41 #21 transferring context: 50B done 10:33:41 #21 DONE 0.0s 10:33:41 10:33:41 #22 [core-command internal] load .dockerignore 10:33:41 #22 transferring context: 50B done 10:33:41 #22 DONE 0.0s 10:33:41 10:33:41 #23 [security-proxy-auth internal] load .dockerignore 10:33:41 #23 transferring context: 50B done 10:33:41 #23 DONE 0.0s 10:33:41 10:33:41 #24 [support-cron-scheduler internal] load .dockerignore 10:33:41 #24 transferring context: 50B done 10:33:41 #24 DONE 0.0s 10:33:41 10:33:41 #25 [core-common-config-bootstrapper internal] load .dockerignore 10:33:41 #25 transferring context: 50B done 10:33:41 #25 DONE 0.0s 10:33:41 10:33:41 #26 [security-spire-config internal] load .dockerignore 10:33:41 #26 transferring context: 50B done 10:33:41 #26 DONE 0.0s 10:33:41 10:33:41 #27 [security-spire-agent internal] load .dockerignore 10:33:41 #27 DONE 0.0s 10:33:41 10:33:41 #28 [core-metadata internal] load .dockerignore 10:33:41 #28 transferring context: 50B done 10:33:41 #28 DONE 0.1s 10:33:41 10:33:41 #29 [support-notifications internal] load .dockerignore 10:33:41 #29 transferring context: 50B done 10:33:41 #29 DONE 0.0s 10:33:41 10:33:41 #30 [support-scheduler internal] load .dockerignore 10:33:41 #30 transferring context: 50B done 10:33:41 #30 DONE 0.1s 10:33:41 10:33:41 #31 [core-data internal] load .dockerignore 10:33:41 #31 transferring context: 50B done 10:33:41 #31 DONE 0.0s 10:33:41 10:33:41 #32 [security-proxy-setup internal] load .dockerignore 10:33:41 #32 transferring context: 50B done 10:33:41 #32 DONE 0.0s 10:33:41 10:33:41 #27 [security-spire-agent internal] load .dockerignore 10:33:41 #27 transferring context: 50B done 10:33:41 #27 DONE 0.1s 10:33:41 10:33:41 #33 [security-spire-server internal] load metadata for docker.io/library/alpine:3.18 10:33:41 #33 DONE 0.1s 10:33:41 10:33:41 #34 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 10:33:41 #34 ... 10:33:41 10:33:41 #35 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 10:33:41 #35 DONE 0.0s 10:33:41 10:33:41 #35 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 10:33:41 #35 DONE 0.0s 10:33:41 10:33:41 #36 [core-command stage-1 1/13] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 10:33:41 #36 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done 10:33:41 #36 sha256:2c64cf60f6f05256c049f58403d0c3b33f2145a70830cb8e24efa826854c1a46 1.47kB / 1.47kB done 10:33:41 #36 sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 3.42MB / 3.42MB 0.1s 10:33:41 #36 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 10:33:41 #36 sha256:6dd50001b9e79cb29144ca095f5910367fc0b867d321bd0e788dd32dcfd8f945 528B / 528B done 10:33:41 #36 ... 10:33:41 10:33:41 #35 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 10:33:41 #35 DONE 0.0s 10:33:41 10:33:41 #36 [core-common-config-bootstrapper stage-1 1/13] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 10:33:41 #36 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done 10:33:41 #36 sha256:2c64cf60f6f05256c049f58403d0c3b33f2145a70830cb8e24efa826854c1a46 1.47kB / 1.47kB done 10:33:41 #36 sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 3.42MB / 3.42MB 0.2s done 10:33:41 #36 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 10:33:41 #36 sha256:6dd50001b9e79cb29144ca095f5910367fc0b867d321bd0e788dd32dcfd8f945 528B / 528B done 10:33:41 #36 extracting sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 10:33:41 #36 ... 10:33:41 10:33:41 #35 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 10:33:41 #35 DONE 0.0s 10:33:41 10:33:41 #33 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.18 10:33:41 #33 DONE 0.3s 10:33:41 10:33:41 #36 [security-proxy-setup stage-1 1/13] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 10:33:41 #36 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done 10:33:41 #36 sha256:2c64cf60f6f05256c049f58403d0c3b33f2145a70830cb8e24efa826854c1a46 1.47kB / 1.47kB done 10:33:41 #36 sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 3.42MB / 3.42MB 0.2s done 10:33:41 #36 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 10:33:41 #36 sha256:6dd50001b9e79cb29144ca095f5910367fc0b867d321bd0e788dd32dcfd8f945 528B / 528B done 10:33:42 #36 extracting sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 0.3s done 10:33:42 #36 ... 10:33:42 10:33:42 #33 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.18 10:33:42 #33 DONE 0.5s 10:33:42 10:33:42 #34 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 10:33:42 #34 DONE 0.9s 10:33:42 10:33:42 #37 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-x86_64 10:33:42 #37 ... 10:33:42 10:33:42 #38 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 10:33:42 #38 DONE 0.8s 10:33:42 10:33:42 #39 [security-spire-agent internal] load build context 10:33:42 #39 DONE 0.0s 10:33:42 10:33:42 #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 10:33:42 #40 DONE 0.0s 10:33:42 10:33:42 #36 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 10:33:42 #36 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done 10:33:42 #36 sha256:2c64cf60f6f05256c049f58403d0c3b33f2145a70830cb8e24efa826854c1a46 1.47kB / 1.47kB done 10:33:42 #36 sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 3.42MB / 3.42MB 0.2s done 10:33:42 #36 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 10:33:42 #36 sha256:6dd50001b9e79cb29144ca095f5910367fc0b867d321bd0e788dd32dcfd8f945 528B / 528B done 10:33:42 #36 extracting sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 0.3s done 10:33:42 #36 DONE 1.4s 10:33:42 10:33:42 #41 [security-spire-server internal] load build context 10:33:42 #41 transferring context: 27.71kB 0.0s done 10:33:42 #41 DONE 0.5s 10:33:42 10:33:42 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:33:42 #42 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.2s done 10:33:42 #42 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 10:33:42 #42 sha256:635ef0c15e5d10109d5e7842c7878c49c6edc3c6cbe33257f9a5a7800c36b8fc 1.05kB / 1.05kB done 10:33:42 #42 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done 10:33:43 #42 ... 10:33:43 10:33:43 #43 [security-spire-config internal] load build context 10:33:43 #43 transferring context: 25.96kB 0.1s done 10:33:43 #43 DONE 0.5s 10:33:43 10:33:43 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:33:43 #42 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0B / 114B 0.2s 10:33:43 #42 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.3s 10:33:43 #42 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.3s 10:33:43 #42 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.3s 10:33:43 #42 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.0s done 10:33:43 #42 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.3s done 10:33:43 #42 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.4s done 10:33:43 #42 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.4s done 10:33:43 #42 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done 10:33:43 #42 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0B / 30.73MB 0.6s 10:33:43 #42 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 done 10:33:43 #42 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 12.58MB / 30.73MB 0.9s 10:33:43 #42 ... 10:33:43 10:33:43 #37 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 10:33:43 #37 DONE 2.3s 10:33:43 10:33:43 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:33:43 #42 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 23.07MB / 30.73MB 1.0s 10:33:43 #42 ... 10:33:43 10:33:43 #39 [security-spire-agent internal] load build context 10:33:43 #39 transferring context: 27.24kB 0.0s done 10:33:43 #39 DONE 1.1s 10:33:43 10:33:43 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:33:43 #42 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.41MB / 30.73MB 1.1s 10:33:48 #42 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 3.6s done 10:33:48 #42 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 10:33:50 #42 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 1.7s done 10:33:51 #42 ... 10:33:51 10:33:51 #44 [security-secretstore-setup internal] load build context 10:33:51 #44 transferring context: 350.91MB 9.9s 10:33:51 #44 ... 10:33:51 10:33:51 #45 [security-bootstrapper internal] load build context 10:33:51 #45 ... 10:33:51 10:33:51 #46 [core-command internal] load build context 10:33:51 #46 ... 10:33:51 10:33:51 #47 [security-proxy-auth internal] load build context 10:33:51 #47 ... 10:33:51 10:33:51 #48 [support-scheduler internal] load build context 10:33:52 #48 ... 10:33:52 10:33:52 #49 [security-spiffe-token-provider internal] load build context 10:33:52 #49 ... 10:33:52 10:33:52 #50 [core-data internal] load build context 10:33:52 #50 ... 10:33:52 10:33:52 #51 [security-proxy-setup internal] load build context 10:33:52 #51 ... 10:33:52 10:33:52 #52 [core-metadata internal] load build context 10:33:52 #52 ... 10:33:52 10:33:52 #53 [core-keeper internal] load build context 10:33:52 #53 ... 10:33:52 10:33:52 #54 [core-common-config-bootstrapper internal] load build context 10:33:52 #54 ... 10:33:52 10:33:52 #55 [support-notifications internal] load build context 10:33:52 #55 ... 10:33:52 10:33:52 #56 [support-cron-scheduler internal] load build context 10:33:52 #56 ... 10:33:52 10:33:52 #57 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:33:52 #57 ... 10:33:52 10:33:52 #58 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 10:33:53 #58 ... 10:33:53 10:33:53 #59 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init 10:33:53 #59 ... 10:33:53 10:33:53 #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 10:33:53 #40 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 0.4s done 10:33:53 #40 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done 10:33:53 #40 sha256:1fcf53c806298a8fb3f151b1a5597420145ec1ac8dcc22c9b93d48ad1d788b34 1.05kB / 1.05kB done 10:33:53 #40 sha256:b8f0c3debb052bf3ec04f6a01139fc8d0eaea748ab628fea2efcdfd913787512 1.59kB / 1.59kB done 10:33:53 #40 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B done 10:33:53 #40 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB done 10:33:53 #40 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 0.3s done 10:33:53 #40 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done 10:33:53 #40 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 9.8s 10:33:53 #40 ... 10:33:53 10:33:53 #60 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:33:53 #60 ... 10:33:53 10:33:53 #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 10:33:53 #61 ... 10:33:53 10:33:53 #62 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init 10:33:54 #62 ... 10:33:54 10:33:54 #63 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 10:33:54 #0 5.287 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:33:54 #0 5.378 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:33:54 #0 5.548 (1/2) Installing dumb-init (1.2.5-r2) 10:33:54 #0 5.552 (2/2) Installing su-exec (0.2-r3) 10:33:54 #0 5.636 Executing busybox-1.36.1-r7.trigger 10:33:54 #0 5.653 OK: 7 MiB in 17 packages 10:33:54 #63 ... 10:33:54 10:33:54 #64 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 10:33:54 #64 ... 10:33:54 10:33:54 #65 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:33:54 #65 ... 10:33:54 10:33:54 #66 [core-data builder 2/7] WORKDIR /edgex-go 10:33:54 #66 ... 10:33:54 10:33:54 #67 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 10:33:54 #67 ... 10:33:54 10:33:54 #68 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 10:33:54 #68 ... 10:33:54 10:33:54 #44 [security-secretstore-setup internal] load build context 10:33:55 #44 transferring context: 497.27MB 14.0s done 10:33:57 #44 ... 10:33:57 10:33:57 #50 [core-data internal] load build context 10:33:57 #50 transferring context: 497.27MB 14.5s done 10:33:57 #50 ... 10:33:57 10:33:57 #54 [core-common-config-bootstrapper internal] load build context 10:33:58 #54 transferring context: 497.27MB 16.2s done 10:33:58 #54 ... 10:33:58 10:33:58 #52 [core-metadata internal] load build context 10:33:58 #52 transferring context: 497.27MB 16.2s done 10:34:02 #52 ... 10:34:02 10:34:02 #46 [core-command internal] load build context 10:34:02 #46 transferring context: 497.27MB 14.0s done 10:34:02 #46 ... 10:34:02 10:34:02 #45 [security-bootstrapper internal] load build context 10:34:02 #45 transferring context: 497.27MB 12.7s done 10:34:02 #45 ... 10:34:02 10:34:02 #47 [security-proxy-auth internal] load build context 10:34:02 #47 transferring context: 497.27MB 14.6s done 10:34:02 #47 ... 10:34:02 10:34:02 #48 [support-scheduler internal] load build context 10:34:02 #48 transferring context: 497.27MB 14.4s done 10:34:02 #48 ... 10:34:02 10:34:02 #49 [security-spiffe-token-provider internal] load build context 10:34:02 #49 transferring context: 497.27MB 15.8s done 10:34:02 #49 ... 10:34:02 10:34:02 #51 [security-proxy-setup internal] load build context 10:34:02 #51 transferring context: 497.27MB 15.0s done 10:34:02 #51 ... 10:34:02 10:34:02 #53 [core-keeper internal] load build context 10:34:02 #53 transferring context: 497.27MB 13.9s done 10:34:02 #53 ... 10:34:02 10:34:02 #55 [support-notifications internal] load build context 10:34:02 #55 transferring context: 497.27MB 14.4s done 10:34:03 #55 ... 10:34:03 10:34:03 #56 [support-cron-scheduler internal] load build context 10:34:03 #56 transferring context: 497.27MB 13.8s done 10:34:03 #56 ... 10:34:03 10:34:03 #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 10:34:03 #40 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 10.8s done 10:34:03 #40 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 0.4s done 10:34:20 Removing intermediate container bcb46cdc6446 10:34:20 ---> 656e1913c61c 10:34:20 Successfully built 656e1913c61c 10:34:20 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:34:21 + docker inspect -f . ci-base-image-arm64 10:34:21 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:34:21 prd-ubuntu20.04-docker-arm64-4c-16g-10987 does not seem to be running inside a container 10:34:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/703 -v /w/workspace/edgex-go/703:/w/workspace/edgex-go/703:rw,z -v /w/workspace/edgex-go/703@tmp:/w/workspace/edgex-go/703@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 10:34:22 $ docker top a78f850180da76f3c98da786bd26282576211bc6296e0a01933138db44863b80 -eo pid,comm [Pipeline] { [Pipeline] sh 10:34:23 + go version 10:34:23 go version go1.21.9 linux/arm64 [Pipeline] } 10:34:23 $ docker stop --time=1 a78f850180da76f3c98da786bd26282576211bc6296e0a01933138db44863b80 10:34:25 $ docker rm -f --volumes a78f850180da76f3c98da786bd26282576211bc6296e0a01933138db44863b80 [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 10:34:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:34:25 10:34:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:34:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:34:26 latest: Pulling from edgex-devops/edgex-compose-arm64 10:34:26 547446be3368: Pulling fs layer 10:34:26 d125d8839a47: Pulling fs layer 10:34:26 3e85d5ac6304: Pulling fs layer 10:34:26 c3105a71a48b: Pulling fs layer 10:34:26 0f093f025ec4: Pulling fs layer 10:34:26 c3106fc0e877: Pulling fs layer 10:34:26 c3105a71a48b: Waiting 10:34:26 c3106fc0e877: Waiting 10:34:26 0f093f025ec4: Waiting 10:34:26 547446be3368: Download complete 10:34:26 c3105a71a48b: Download complete 10:34:26 d125d8839a47: Verifying Checksum 10:34:26 d125d8839a47: Download complete 10:34:26 c3106fc0e877: Verifying Checksum 10:34:26 c3106fc0e877: Download complete 10:34:27 0f093f025ec4: Verifying Checksum 10:34:27 0f093f025ec4: Download complete 10:34:27 547446be3368: Pull complete 10:34:28 d125d8839a47: Pull complete 10:34:28 3e85d5ac6304: Verifying Checksum 10:34:28 3e85d5ac6304: Download complete 10:34:35 #40 ... 10:34:35 10:34:35 #45 [security-bootstrapper internal] load build context 10:34:35 #45 DONE 49.1s 10:34:35 10:34:35 #44 [security-secretstore-setup internal] load build context 10:34:35 #44 DONE 49.3s 10:34:35 10:34:35 #53 [core-keeper internal] load build context 10:34:35 #53 DONE 49.2s 10:34:35 10:34:35 #46 [core-command internal] load build context 10:34:35 #46 DONE 49.2s 10:34:35 10:34:35 #56 [support-cron-scheduler internal] load build context 10:34:35 #56 DONE 49.1s 10:34:35 10:34:35 #65 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:34:35 #65 ... 10:34:35 10:34:35 #47 [security-proxy-auth internal] load build context 10:34:35 #47 DONE 49.2s 10:34:35 10:34:35 #55 [support-notifications internal] load build context 10:34:35 #55 DONE 49.1s 10:34:35 10:34:35 #48 [support-scheduler internal] load build context 10:34:35 #48 DONE 49.1s 10:34:35 10:34:35 #50 [core-data internal] load build context 10:34:35 #50 DONE 49.1s 10:34:35 10:34:35 #51 [security-proxy-setup internal] load build context 10:34:35 #51 DONE 49.0s 10:34:35 10:34:35 #49 [security-spiffe-token-provider internal] load build context 10:34:35 #49 DONE 49.3s 10:34:35 10:34:35 #54 [core-common-config-bootstrapper internal] load build context 10:34:35 #54 DONE 49.1s 10:34:35 10:34:35 #63 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 10:34:35 #63 DONE 48.0s 10:34:35 10:34:35 #57 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:34:35 #57 DONE 48.1s 10:34:35 10:34:35 #66 [core-keeper builder 2/7] WORKDIR /edgex-go 10:34:35 #66 DONE 47.1s 10:34:35 10:34:35 #69 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 10:34:35 #69 ... 10:34:35 10:34:35 #52 [core-metadata internal] load build context 10:34:35 #52 DONE 49.1s 10:34:35 10:34:35 #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 10:34:35 #40 DONE 48.3s 10:34:35 10:34:35 #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 10:34:35 #69 ... 10:34:35 10:34:35 #64 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 10:34:35 #64 48.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:34:35 #64 48.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:34:35 #64 48.92 (1/1) Installing dumb-init (1.2.5-r2) 10:34:35 #64 48.92 Executing busybox-1.36.1-r7.trigger 10:34:35 #64 48.94 OK: 7 MiB in 16 packages 10:34:35 #64 DONE 49.9s 10:34:35 10:34:35 #58 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 10:34:35 #58 48.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:34:35 #58 48.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:34:35 #58 49.00 (1/4) Installing dumb-init (1.2.5-r2) 10:34:35 #58 49.00 (2/4) Installing openssl (3.1.7-r0) 10:34:35 #58 49.12 (3/4) Installing su-exec (0.2-r3) 10:34:35 #58 49.29 (4/4) Installing yq (4.33.3-r5) 10:34:35 #58 49.41 Executing busybox-1.36.1-r7.trigger 10:34:35 #58 49.42 OK: 17 MiB in 19 packages 10:34:35 #58 DONE 49.9s 10:34:35 10:34:35 #59 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init 10:34:35 #59 48.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:34:35 #59 48.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:34:35 #59 48.94 (1/2) Installing ca-certificates (20240226-r0) 10:34:35 #59 48.96 (2/2) Installing dumb-init (1.2.5-r2) 10:34:35 #59 48.97 Executing busybox-1.36.1-r7.trigger 10:34:35 #59 48.97 Executing ca-certificates-20240226-r0.trigger 10:34:35 #59 49.44 OK: 8 MiB in 17 packages 10:34:35 #59 DONE 49.9s 10:34:35 10:34:35 #65 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:34:35 #65 48.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:34:35 #65 48.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:34:35 #65 48.97 v3.18.9-38-g539b2ef8f71 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 10:34:35 #65 48.97 v3.18.9-37-g2fe93f3963e [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 10:34:35 #65 48.97 OK: 20070 distinct packages available 10:34:35 #65 49.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:34:35 #65 49.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:34:35 #65 49.42 (1/11) Installing ca-certificates (20240226-r0) 10:34:35 #65 49.44 (2/11) Installing brotli-libs (1.0.9-r14) 10:34:35 #65 49.45 (3/11) Installing libunistring (1.1-r1) 10:34:35 #65 49.46 (4/11) Installing libidn2 (2.3.4-r1) 10:34:35 #65 49.47 (5/11) Installing nghttp2-libs (1.57.0-r0) 10:34:35 #65 49.47 (6/11) Installing libcurl (8.9.1-r0) 10:34:35 #65 49.48 (7/11) Installing curl (8.9.1-r0) 10:34:35 #65 49.48 (8/11) Installing dumb-init (1.2.5-r2) 10:34:35 #65 49.49 (9/11) Installing musl-obstack (1.2.3-r2) 10:34:35 #65 49.49 (10/11) Installing libucontext (1.2-r2) 10:34:35 #65 49.49 (11/11) Installing gcompat (1.1.0-r1) 10:34:35 #65 49.49 Executing busybox-1.36.1-r7.trigger 10:34:35 #65 49.50 Executing ca-certificates-20240226-r0.trigger 10:34:35 #65 49.56 OK: 12 MiB in 26 packages 10:34:35 #65 DONE 49.9s 10:34:35 10:34:35 #68 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 10:34:35 #68 48.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:34:35 #68 48.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:34:35 #68 48.96 (1/4) Installing ca-certificates (20240226-r0) 10:34:35 #68 48.98 (2/4) Installing dumb-init (1.2.5-r2) 10:34:35 #68 48.98 (3/4) Installing su-exec (0.2-r3) 10:34:35 #68 48.99 (4/4) Installing yq (4.33.3-r5) 10:34:35 #68 49.45 Executing busybox-1.36.1-r7.trigger 10:34:35 #68 49.46 Executing ca-certificates-20240226-r0.trigger 10:34:35 #68 49.51 OK: 17 MiB in 19 packages 10:34:35 #68 DONE 49.9s 10:34:35 10:34:35 #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 10:34:35 #69 1.876 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:34:35 #69 ... 10:34:35 10:34:35 #67 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 10:34:35 #67 48.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:34:35 #67 48.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:34:35 #67 48.98 (1/3) Installing ca-certificates (20240226-r0) 10:34:35 #67 49.00 (2/3) Installing dumb-init (1.2.5-r2) 10:34:35 #67 49.01 (3/3) Installing tzdata (2024a-r0) 10:34:35 #67 49.49 Executing busybox-1.36.1-r7.trigger 10:34:35 #67 49.50 Executing ca-certificates-20240226-r0.trigger 10:34:35 #67 49.55 OK: 11 MiB in 18 packages 10:34:35 #67 DONE 50.0s 10:34:35 10:34:35 #62 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 10:34:35 #62 49.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:34:35 #62 49.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:34:35 #62 49.42 (1/1) Installing dumb-init (1.2.5-r2) 10:34:35 #62 49.43 Executing busybox-1.36.1-r7.trigger 10:34:35 #62 49.47 OK: 7 MiB in 16 packages 10:34:35 #62 DONE 50.0s 10:34:35 10:34:35 #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 10:34:35 #61 48.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:34:35 #61 48.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:34:35 #61 49.04 v3.18.9-38-g539b2ef8f71 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 10:34:35 #61 49.04 v3.18.9-37-g2fe93f3963e [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 10:34:35 #61 49.04 OK: 20070 distinct packages available 10:34:35 #61 49.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:34:35 #61 49.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:34:35 #61 49.44 (1/4) Installing dumb-init (1.2.5-r2) 10:34:35 #61 49.44 (2/4) Installing musl-obstack (1.2.3-r2) 10:34:35 #61 49.44 (3/4) Installing libucontext (1.2-r2) 10:34:35 #61 49.45 (4/4) Installing gcompat (1.1.0-r1) 10:34:35 #61 49.45 Executing busybox-1.36.1-r7.trigger 10:34:35 #61 49.46 OK: 8 MiB in 19 packages 10:34:35 #61 DONE 50.0s 10:34:35 10:34:35 #60 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:34:35 #60 48.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:34:35 #60 48.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:34:35 #60 49.19 v3.18.9-38-g539b2ef8f71 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 10:34:35 #60 49.19 v3.18.9-37-g2fe93f3963e [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 10:34:35 #60 49.19 OK: 20070 distinct packages available 10:34:35 #60 49.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:34:35 #60 49.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:34:35 #60 49.64 (1/5) Installing dumb-init (1.2.5-r2) 10:34:35 #60 49.65 (2/5) Installing musl-obstack (1.2.3-r2) 10:34:35 #60 49.65 (3/5) Installing libucontext (1.2-r2) 10:34:35 #60 49.65 (4/5) Installing gcompat (1.1.0-r1) 10:34:35 #60 49.65 (5/5) Installing openssl (3.1.7-r0) 10:34:35 #60 49.66 Executing busybox-1.36.1-r7.trigger 10:34:35 #60 49.67 OK: 8 MiB in 20 packages 10:34:35 #60 DONE 50.1s 10:34:35 10:34:35 #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 10:34:35 #69 1.965 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:34:35 #69 2.172 OK: 264 MiB in 52 packages 10:34:35 #69 DONE 2.5s 10:34:35 10:34:35 #70 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 10:34:35 #0 1.912 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:34:35 #0 1.998 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:34:35 #0 2.177 OK: 7 MiB in 17 packages 10:34:35 #70 DONE 2.5s 10:34:35 10:34:35 #71 [support-notifications builder 4/7] COPY go.mod vendor* ./ 10:34:35 #71 DONE 0.0s 10:34:35 10:34:35 #72 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 10:34:35 #72 ... 10:34:35 10:34:35 #73 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 10:34:35 #0 3.013 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:34:35 #0 3.096 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:34:35 #0 3.276 OK: 264 MiB in 52 packages 10:34:35 #73 DONE 3.4s 10:34:35 10:34:35 #74 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 10:34:35 #74 DONE 0.1s 10:34:35 10:34:35 #75 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:34:35 #75 DONE 3.4s 10:34:35 10:34:35 #76 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init 10:34:35 #0 1.863 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:34:35 #0 2.419 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:34:35 #0 3.059 (1/1) Installing dumb-init (1.2.5-r2) 10:34:35 #0 3.367 Executing busybox-1.36.1-r7.trigger 10:34:35 #0 3.373 OK: 7 MiB in 16 packages 10:34:35 #76 DONE 3.5s 10:34:35 10:34:35 #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 10:34:35 #77 ... 10:34:35 10:34:35 #78 [core-data builder 3/7] RUN apk add --update --no-cache make git 10:34:35 #0 3.380 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:34:35 #0 3.476 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:34:35 #0 3.669 OK: 264 MiB in 52 packages 10:34:35 #78 DONE 3.8s 10:34:35 10:34:35 #79 [core-command builder 4/7] COPY go.mod vendor* ./ 10:34:35 #79 DONE 0.1s 10:34:35 10:34:35 #80 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:34:35 #80 ... 10:34:35 10:34:35 #81 [core-data stage-1 3/8] RUN apk --no-cache upgrade 10:34:35 #0 2.202 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:34:35 #0 2.277 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:34:35 #0 2.457 OK: 7 MiB in 16 packages 10:34:35 #81 DONE 2.6s 10:34:35 10:34:35 #82 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 10:34:35 #0 2.197 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:34:35 #0 2.278 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:34:35 #0 2.470 OK: 17 MiB in 19 packages 10:34:35 #82 DONE 2.6s 10:34:35 10:34:35 #83 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 10:34:35 #83 DONE 0.0s 10:34:35 10:34:35 #84 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 10:34:35 #84 ... 10:34:35 10:34:35 #85 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 10:34:35 #0 2.383 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:34:35 #0 2.466 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:34:35 #0 2.703 OK: 12 MiB in 26 packages 10:34:35 #85 DONE 2.8s 10:34:35 10:34:35 #86 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 10:34:35 #0 2.527 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:34:35 #0 2.631 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:34:35 #0 2.824 OK: 17 MiB in 19 packages 10:34:35 #86 DONE 2.9s 10:34:35 10:34:35 #87 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade 10:34:35 #0 2.541 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:34:35 #0 2.653 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:34:35 #0 2.862 OK: 8 MiB in 17 packages 10:34:35 #87 DONE 3.0s 10:34:35 10:34:35 #88 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 10:34:35 #0 4.112 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:34:35 #0 4.225 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:34:35 #0 4.433 v3.18.9-38-g539b2ef8f71 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 10:34:35 #0 4.433 v3.18.9-37-g2fe93f3963e [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 10:34:35 #0 4.433 OK: 20079 distinct packages available 10:34:35 #0 4.490 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:34:35 #0 4.579 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:34:35 #0 4.811 OK: 264 MiB in 52 packages 10:34:35 #88 DONE 4.9s 10:34:35 10:34:35 #89 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 10:34:35 #0 2.584 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:34:35 #0 2.663 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:34:35 #0 2.848 OK: 11 MiB in 18 packages 10:34:35 #89 DONE 3.0s 10:34:35 10:34:35 #90 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 10:34:35 #90 DONE 0.0s 10:34:35 10:34:35 #91 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:34:36 #91 ... 10:34:36 10:34:36 #72 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 10:34:36 #72 DONE 3.0s 10:34:36 10:34:36 #92 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging 10:34:36 #92 DONE 0.0s 10:34:36 10:34:36 #93 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 10:34:36 #0 3.324 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:34:36 #0 3.404 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:34:36 #0 3.637 OK: 8 MiB in 20 packages 10:34:36 #93 DONE 3.9s 10:34:36 10:34:36 #94 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 10:34:38 #94 DONE 1.8s 10:34:38 10:34:38 #95 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 10:34:38 #0 3.476 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:34:38 #0 3.558 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:34:38 #0 3.777 OK: 8 MiB in 19 packages 10:34:38 #95 DONE 5.5s 10:34:38 10:34:38 #84 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 10:34:38 #84 3.730 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:34:38 #84 3.826 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:34:38 #84 4.017 OK: 7 MiB in 16 packages 10:34:38 #84 DONE 5.5s 10:34:38 10:34:38 #96 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:34:38 #96 DONE 1.8s 10:34:38 10:34:38 #97 [security-spire-server stage-2 5/9] COPY Attribution.txt / 10:34:38 #97 DONE 0.1s 10:34:38 10:34:38 #98 [security-spire-server stage-2 6/9] COPY security.txt / 10:34:38 3e85d5ac6304: Pull complete 10:34:38 c3105a71a48b: Pull complete 10:34:39 0f093f025ec4: Pull complete 10:34:39 c3106fc0e877: Pull complete 10:34:39 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 10:34:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:34:39 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:34:39 prd-ubuntu20.04-docker-arm64-4c-16g-10987 does not seem to be running inside a container 10:34:40 $ 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/703 -v /w/workspace/edgex-go/703:/w/workspace/edgex-go/703:rw,z -v /w/workspace/edgex-go/703@tmp:/w/workspace/edgex-go/703@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 10:34:40 #98 ... 10:34:40 10:34:40 #99 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:34:40 #99 DONE 1.5s 10:34:40 10:34:40 #100 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:34:40 #100 DONE 1.6s 10:34:40 10:34:40 #101 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 10:34:40 #101 DONE 0.1s 10:34:40 10:34:40 #98 [security-spire-server stage-2 6/9] COPY security.txt / 10:34:40 #98 DONE 1.5s 10:34:40 10:34:40 #102 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 10:34:40 #102 DONE 0.1s 10:34:40 10:34:40 #103 [security-spire-agent stage-3 7/10] COPY security.txt / 10:34:40 #103 DONE 0.1s 10:34:40 10:34:40 #104 [security-spire-config stage-2 5/10] COPY Attribution.txt / 10:34:40 #104 DONE 0.1s 10:34:40 10:34:40 #105 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 10:34:40 #105 DONE 0.1s 10:34:40 10:34:40 #106 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 10:34:40 #106 DONE 0.1s 10:34:40 10:34:40 #107 [security-spire-config stage-2 6/10] COPY security.txt / 10:34:40 #107 DONE 0.1s 10:34:40 10:34:40 #108 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 10:34:40 #108 DONE 0.1s 10:34:40 10:34:40 #109 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 10:34:40 #109 DONE 0.1s 10:34:40 10:34:40 #110 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 10:34:40 #110 DONE 0.1s 10:34:40 10:34:40 #111 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 10:34:40 #111 DONE 0.1s 10:34:40 10:34:40 #112 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 10:34:40 #112 DONE 0.1s 10:34:40 10:34:40 #113 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 10:34:40 #113 DONE 0.0s 10:34:40 10:34:40 #114 [security-spire-config] exporting to image 10:34:40 #114 exporting layers 10:34:41 #114 exporting layers 0.6s done 10:34:41 #114 writing image sha256:872984e93ab4f79d1be4760d2f804d577ff1060f56a2723d89eceacdbb11e54a done 10:34:41 #114 naming to docker.io/library/security-spire-server done 10:34:41 #114 exporting layers 0.6s done 10:34:41 #114 writing image sha256:d7ced4a3335218d1524dedf19e5961435af65ee2cca7550eada0a987ede94d0e done 10:34:41 #114 naming to docker.io/library/security-spire-config done 10:34:41 #114 writing image sha256:18f13f3ad3688f4f2077a487a2c851761ee134bef549ee20167e59c63512cb90 done 10:34:41 #114 naming to docker.io/library/security-spire-agent done 10:34:41 #114 DONE 0.7s 10:34:41 10:34:41 #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 10:34:41 #77 5.909 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:34:41 #77 6.395 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:34:41 #77 ... 10:34:41 10:34:41 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:34:41 #42 ... 10:34:41 10:34:41 #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 10:34:41 #77 7.030 OK: 264 MiB in 52 packages 10:34:41 #77 DONE 7.4s 10:34:41 10:34:41 #115 [core-keeper builder 5/8] COPY go.mod vendor* ./ 10:34:41 #115 DONE 0.2s 10:34:41 10:34:41 #116 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:34:42 $ docker top 2ae448409a8f41a172e91d67ec6d107dcc42424756c34358ebc6a55804f1bd7f -eo pid,comm 10:34:42 #116 ... 10:34:42 10:34:42 #117 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [Pipeline] { [Pipeline] sh 10:34:42 + docker compose -f ./docker-compose-build.yml build --parallel 10:34:43 #117 ... 10:34:43 10:34:43 #118 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:34:53 #1 [security-spire-server internal] load build definition from Dockerfile 10:34:53 #1 transferring dockerfile: 1.70kB 0.0s done 10:34:53 #1 DONE 0.1s 10:34:53 10:34:53 #2 [security-proxy-setup internal] load build definition from Dockerfile 10:34:53 #2 transferring dockerfile: 2.50kB done 10:34:53 #2 DONE 0.0s 10:34:53 10:34:53 #3 [core-data internal] load build definition from Dockerfile 10:34:53 #3 transferring dockerfile: 2.07kB done 10:34:53 #3 DONE 0.0s 10:34:53 10:34:53 #4 [security-spire-agent internal] load build definition from Dockerfile 10:34:53 #4 transferring dockerfile: 1.81kB done 10:34:53 #4 DONE 0.1s 10:34:53 10:34:53 #5 [security-bootstrapper internal] load build definition from Dockerfile 10:34:53 #5 transferring dockerfile: 3.17kB 0.0s done 10:34:53 #5 DONE 0.1s 10:34:53 10:34:53 #6 [core-common-config-bootstrapper internal] load build definition from Dockerfile 10:34:53 #6 transferring dockerfile: 2.23kB done 10:34:53 #6 DONE 0.1s 10:34:53 10:34:53 #7 [security-proxy-auth internal] load build definition from Dockerfile 10:34:53 #7 transferring dockerfile: 2.15kB done 10:34:53 #7 DONE 0.1s 10:34:53 10:34:53 #8 [security-secretstore-setup internal] load build definition from Dockerfile 10:34:53 #8 transferring dockerfile: 2.49kB done 10:34:53 #8 DONE 0.0s 10:34:53 10:34:53 #9 [support-notifications internal] load build definition from Dockerfile 10:34:53 #9 transferring dockerfile: 2.02kB done 10:34:53 #9 DONE 0.1s 10:34:53 10:34:53 #10 [core-metadata internal] load build definition from Dockerfile 10:34:53 #10 transferring dockerfile: 2.13kB 0.0s done 10:34:53 #10 DONE 0.1s 10:34:53 10:34:53 #11 [support-cron-scheduler internal] load build definition from Dockerfile 10:34:53 #11 transferring dockerfile: 1.85kB done 10:34:53 #11 DONE 0.1s 10:34:53 10:34:53 #12 [security-spire-config internal] load build definition from Dockerfile 10:34:53 #12 transferring dockerfile: 1.69kB 0.0s done 10:34:53 #12 DONE 0.1s 10:34:53 10:34:53 #13 [security-spiffe-token-provider internal] load build definition from Dockerfile 10:34:53 #13 transferring dockerfile: 1.89kB done 10:34:53 #13 DONE 0.1s 10:34:53 10:34:53 #14 [core-command internal] load build definition from Dockerfile 10:34:53 #14 transferring dockerfile: 1.93kB 0.0s done 10:34:53 #14 DONE 0.1s 10:34:53 10:34:53 #15 [support-scheduler internal] load build definition from Dockerfile 10:34:53 #15 transferring dockerfile: 1.93kB 0.0s done 10:34:53 #15 DONE 0.1s 10:34:53 10:34:53 #16 [core-keeper internal] load build definition from Dockerfile 10:34:53 #16 transferring dockerfile: 2.07kB 0.0s done 10:34:53 #16 DONE 0.1s 10:34:53 10:34:53 #17 [security-spire-server internal] load .dockerignore 10:34:53 #17 transferring context: 10:34:54 #17 transferring context: 50B 0.0s done 10:34:54 #17 DONE 0.1s 10:34:54 10:34:54 #18 [security-proxy-setup internal] load .dockerignore 10:34:54 #18 transferring context: 50B done 10:34:54 #18 DONE 0.0s 10:34:55 10:34:55 #19 [core-data internal] load .dockerignore 10:34:55 #19 transferring context: 50B done 10:34:55 #19 DONE 0.0s 10:34:55 10:34:55 #20 [security-spire-agent internal] load .dockerignore 10:34:55 #20 transferring context: 50B 0.0s done 10:34:55 #20 DONE 0.1s 10:34:55 10:34:55 #21 [security-bootstrapper internal] load .dockerignore 10:34:55 #21 transferring context: 50B done 10:34:55 #21 DONE 0.1s 10:34:55 10:34:55 #22 [core-common-config-bootstrapper internal] load .dockerignore 10:34:55 #22 transferring context: 50B done 10:34:55 #22 DONE 0.1s 10:34:55 10:34:55 #23 [security-proxy-auth internal] load .dockerignore 10:34:55 #23 transferring context: 50B done 10:34:55 #23 DONE 0.1s 10:34:55 10:34:55 #24 [security-secretstore-setup internal] load .dockerignore 10:34:55 #24 transferring context: 50B done 10:34:55 #24 DONE 0.1s 10:34:55 10:34:55 #25 [support-notifications internal] load .dockerignore 10:34:55 #25 transferring context: 50B done 10:34:55 #25 DONE 0.1s 10:34:55 10:34:55 #26 [core-metadata internal] load .dockerignore 10:34:55 #26 transferring context: 50B done 10:34:55 #26 DONE 0.1s 10:34:55 10:34:55 #27 [support-cron-scheduler internal] load .dockerignore 10:34:55 #27 transferring context: 50B done 10:34:55 #27 DONE 0.0s 10:34:55 10:34:55 #28 [security-spire-config internal] load .dockerignore 10:34:55 #28 transferring context: 50B 0.0s done 10:34:55 #28 DONE 0.1s 10:34:55 10:34:55 #29 [security-spiffe-token-provider internal] load .dockerignore 10:34:55 #29 transferring context: 50B 0.0s done 10:34:55 #29 DONE 0.1s 10:34:55 10:34:55 #30 [core-command internal] load .dockerignore 10:34:55 #30 transferring context: 50B 0.0s done 10:34:55 #30 DONE 0.1s 10:34:55 10:34:55 #31 [support-scheduler internal] load .dockerignore 10:34:55 #31 transferring context: 50B 0.0s done 10:34:55 #31 DONE 0.1s 10:34:55 10:34:55 #32 [core-keeper internal] load .dockerignore 10:34:55 #32 transferring context: 50B 0.0s done 10:34:55 #32 DONE 0.1s 10:34:55 10:34:55 #33 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 10:34:55 #33 ... 10:34:55 10:34:55 #34 [security-spire-server internal] load metadata for docker.io/library/alpine:3.18 10:34:55 #34 DONE 0.2s 10:34:56 10:34:56 #33 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 10:34:56 #33 DONE 0.6s 10:34:56 10:34:56 #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:34:56 #35 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:34:56 #35 ... 10:34:56 10:34:56 #36 [security-spire-server internal] load build context 10:34:56 #36 transferring context: 27.71kB 0.0s done 10:34:56 #36 DONE 0.1s 10:34:56 10:34:56 #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:34:56 #35 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.0s done 10:34:56 #35 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done 10:34:56 #35 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done 10:34:56 #35 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.1s done 10:34:56 #35 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0B / 123.56kB 0.1s 10:34:56 #35 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0B / 283B 0.1s 10:34:56 #35 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 10:34:56 #35 ... 10:34:56 10:34:56 #37 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:34:56 #37 DONE 0.0s 10:34:56 10:34:56 #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:34:56 #35 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.2s done 10:34:56 #35 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.1s done 10:34:56 #35 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.0s done 10:34:56 #35 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 0B / 28.04MB 0.2s 10:34:56 #35 ... 10:34:56 10:34:56 #34 [core-data internal] load metadata for docker.io/library/alpine:3.18 10:34:56 #34 DONE 0.2s 10:34:56 10:34:56 #34 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.18 10:34:56 #34 DONE 0.3s 10:34:56 10:34:56 #38 [core-data stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 10:34:56 #38 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done 10:34:56 #38 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 10:34:56 #38 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done 10:34:56 #38 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done 10:34:56 #38 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.4s done 10:34:56 #38 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 10:34:56 #38 ... 10:34:56 10:34:56 #37 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:34:56 #37 DONE 0.0s 10:34:56 10:34:56 #38 [core-data stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 10:34:57 #38 ... 10:34:57 10:34:57 #33 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 10:34:57 #33 DONE 0.6s 10:34:57 10:34:57 #37 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:34:57 #37 DONE 0.0s 10:34:57 10:34:57 #34 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 10:34:57 #34 DONE 0.5s 10:34:57 10:34:57 #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:34:57 #35 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 9.68MB / 28.04MB 0.8s 10:34:57 #35 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.0s done 10:34:57 #35 ... 10:34:57 10:34:57 #37 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:34:57 #37 DONE 0.0s 10:34:57 10:34:57 #39 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 10:34:57 #39 DONE 0.8s 10:34:57 10:34:57 #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:34:57 #35 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 13.63MB / 28.04MB 1.2s 10:34:57 #35 ... 10:34:57 10:34:57 #37 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:34:57 #37 DONE 0.0s 10:34:57 10:34:57 #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:34:57 #35 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.0s done 10:34:57 #35 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done 10:34:57 #35 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done 10:34:57 #35 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.1s done 10:34:57 #35 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.2s done 10:34:57 #35 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.1s done 10:34:57 #35 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 10:34:57 #35 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.0s done 10:34:57 #35 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.0s done 10:34:57 #35 ... 10:34:57 10:34:57 #37 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:34:57 #37 DONE 0.0s 10:34:57 10:34:57 #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:34:57 #35 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 15.29MB / 28.04MB 1.4s 10:34:57 #35 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 16.78MB / 28.04MB 1.6s 10:34:57 #35 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 10:34:57 #35 ... 10:34:57 10:34:57 #34 [support-notifications internal] load metadata for docker.io/library/alpine:3.18 10:34:57 #34 DONE 1.0s 10:34:57 10:34:57 #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:34:57 #35 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 18.27MB / 28.04MB 1.7s 10:34:57 #35 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.1s done 10:34:58 #35 ... 10:34:58 10:34:58 #37 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:34:58 #37 DONE 0.0s 10:34:58 10:34:58 #38 [support-notifications stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 10:34:58 #38 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done 10:34:58 #38 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 10:34:58 #38 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done 10:34:58 #38 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done 10:34:58 #38 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.4s done 10:34:58 #38 ... 10:34:58 10:34:58 #37 [support-cron-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:34:58 #37 DONE 0.0s 10:34:58 10:34:58 #38 [support-notifications stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 10:34:59 #38 ... 10:34:59 10:34:59 #34 [core-metadata internal] load metadata for docker.io/library/alpine:3.18 10:34:59 #34 DONE 1.7s 10:34:59 10:34:59 #38 [core-metadata stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 10:34:59 #38 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done 10:34:59 #38 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 10:34:59 #38 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done 10:34:59 #38 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done 10:34:59 #38 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.4s done 10:34:59 #38 ... 10:34:59 10:34:59 #37 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:34:59 #37 DONE 0.0s 10:34:59 10:34:59 #33 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 10:34:59 #33 DONE 0.9s 10:34:59 10:34:59 #40 [security-spire-agent internal] load build context 10:34:59 #40 transferring context: 27.24kB 0.2s done 10:34:59 #40 DONE 1.4s 10:34:59 10:34:59 #38 [core-metadata stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 10:34:59 #38 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done 10:34:59 #38 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 10:34:59 #38 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done 10:34:59 #38 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done 10:34:59 #38 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.4s done 10:34:59 #38 ... 10:34:59 10:34:59 #37 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:34:59 #37 DONE 0.0s 10:34:59 10:34:59 #38 [security-spire-config stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 10:34:59 #38 ... 10:34:59 10:34:59 #37 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:34:59 #37 DONE 0.0s 10:34:59 10:34:59 #38 [security-spire-config stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 10:35:00 #38 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done 10:35:00 #38 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 10:35:00 #38 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done 10:35:00 #38 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done 10:35:00 #38 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.4s done 10:35:00 #38 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.2s done 10:35:00 #38 ... 10:35:00 10:35:00 #34 [support-scheduler internal] load metadata for docker.io/library/alpine:3.18 10:35:00 #34 DONE 2.7s 10:35:00 10:35:00 #37 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:35:00 #37 DONE 0.0s 10:35:00 10:35:00 #38 [support-scheduler stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 10:35:00 #38 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done 10:35:00 #38 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 10:35:00 #38 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done 10:35:00 #38 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done 10:35:00 #38 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.4s done 10:35:00 #38 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.2s done 10:35:00 #38 ... 10:35:00 10:35:00 #41 [core-data internal] load build context 10:35:00 #41 transferring context: 3.19MB 2.7s done 10:35:00 #41 DONE 3.6s 10:35:00 10:35:00 #42 [security-bootstrapper internal] load build context 10:35:00 #42 transferring context: 3.19MB 2.3s done 10:35:00 #42 DONE 3.1s 10:35:00 10:35:00 #34 [core-keeper internal] load metadata for docker.io/library/alpine:3.18 10:35:00 #34 DONE 2.9s 10:35:00 10:35:00 #43 [core-keeper internal] load build context 10:35:00 #43 DONE 0.0s 10:35:00 10:35:00 #38 [core-keeper stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 10:35:00 #38 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done 10:35:00 #38 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 10:35:00 #38 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done 10:35:00 #38 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done 10:35:00 #38 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.4s done 10:35:00 #38 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.2s done 10:35:00 #38 ... 10:35:00 10:35:00 #44 [core-common-config-bootstrapper internal] load build context 10:35:00 #44 transferring context: 3.19MB 2.3s done 10:35:00 #44 DONE 3.3s 10:35:00 10:35:00 #35 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:35:00 #35 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.0s done 10:35:00 #35 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done 10:35:00 #35 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done 10:35:00 #35 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.1s done 10:35:00 #35 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.2s done 10:35:00 #35 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.1s done 10:35:00 #35 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 10:35:00 #35 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.0s done 10:35:00 #35 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 2.6s done 10:35:00 #35 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.0s done 10:35:00 #35 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.1s done 10:35:00 #35 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 0.3s 10:35:01 #35 ... 10:35:01 10:35:01 #45 [security-proxy-setup internal] load build context 10:35:01 #45 transferring context: 3.19MB 3.6s done 10:35:01 #45 DONE 4.8s 10:35:01 10:35:01 #35 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:35:01 #35 ... 10:35:01 10:35:01 #46 [support-notifications internal] load build context 10:35:01 #46 transferring context: 3.19MB 2.5s done 10:35:01 #46 DONE 3.8s 10:35:02 10:35:02 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 10:35:02 #47 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 0.4s done 10:35:02 #47 sha256:9869d663529914e12e63d3ebe0579063a79fb13f870d88333173c39a993fe22a 1.59kB / 1.59kB done 10:35:02 #47 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B done 10:35:02 #47 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB done 10:35:02 #47 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done 10:35:02 #47 sha256:1cbbb4d32abefab6d582ffdf2ecab3a33d813855ce9593d156b424aad59c2bc6 1.05kB / 1.05kB done 10:35:02 #47 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 0.6s done 10:35:02 #47 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.32MB / 18.32MB 2.9s done 10:35:02 #47 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done 10:35:02 #47 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 0.9s 10:35:02 #47 ... 10:35:02 10:35:02 #48 [security-spire-config internal] load build context 10:35:02 #48 transferring context: 25.96kB 0.1s done 10:35:02 #48 DONE 3.0s 10:35:02 10:35:02 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 10:35:02 #47 ... 10:35:02 10:35:02 #49 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 10:35:02 #49 ... 10:35:02 10:35:02 #50 [security-secretstore-setup internal] load build context 10:35:02 #50 transferring context: 3.19MB 3.0s done 10:35:02 #50 DONE 4.9s 10:35:03 10:35:03 #51 [security-proxy-auth internal] load build context 10:35:03 #51 transferring context: 3.19MB 3.3s done 10:35:03 #51 DONE 5.1s 10:35:03 10:35:03 #38 [security-spire-agent stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 10:35:03 #38 ... 10:35:03 10:35:03 #52 [support-cron-scheduler internal] load build context 10:35:03 #52 transferring context: 3.19MB 2.0s done 10:35:03 #52 DONE 4.2s 10:35:03 10:35:03 #53 [core-metadata internal] load build context 10:35:03 #53 transferring context: 3.19MB 2.0s done 10:35:03 #53 DONE 4.2s 10:35:03 10:35:03 #35 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:35:04 #35 ... 10:35:04 10:35:04 #54 [support-scheduler internal] load build context 10:35:04 #54 transferring context: 3.19MB 1.8s done 10:35:04 #54 DONE 4.2s 10:35:04 10:35:04 #55 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 10:35:04 #55 DONE 8.1s 10:35:04 10:35:04 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 10:35:04 #47 ... 10:35:04 10:35:04 #56 [core-command internal] load build context 10:35:04 #56 transferring context: 3.19MB 1.8s done 10:35:04 #56 DONE 4.9s 10:35:04 10:35:04 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 10:35:05 #47 ... 10:35:05 10:35:05 #57 [security-spiffe-token-provider internal] load build context 10:35:05 #57 transferring context: 3.19MB 1.9s done 10:35:05 #57 DONE 5.1s 10:35:05 10:35:05 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 10:35:06 #47 ... 10:35:06 10:35:06 #58 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go 10:35:06 #58 DONE 1.5s 10:35:06 10:35:06 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 10:35:07 #47 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 6.0s 10:35:07 #47 ... 10:35:07 10:35:07 #43 [core-keeper internal] load build context 10:35:07 #43 transferring context: 3.19MB 3.2s done 10:35:07 #43 DONE 7.1s 10:35:07 10:35:07 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 10:35:12 #47 ... 10:35:12 10:35:12 #59 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:35:12 #59 DONE 9.7s 10:35:12 10:35:12 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 10:35:12 #47 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 11.2s 10:35:12 #47 ... 10:35:12 10:35:12 #60 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:35:12 #0 8.091 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:35:12 #0 8.651 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:35:12 #0 9.834 v3.18.9-38-g539b2ef8f71 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 10:35:12 #0 9.834 v3.18.9-37-g2fe93f3963e [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 10:35:12 #0 9.834 OK: 19946 distinct packages available 10:35:12 #0 10.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:35:12 #60 10.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:35:12 #60 ... 10:35:12 10:35:12 #61 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 10:35:12 #61 ... 10:35:12 10:35:12 #62 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:35:12 #62 ... 10:35:12 10:35:12 #63 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 10:35:12 #0 9.388 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:35:12 #0 10.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:35:13 #63 ... 10:35:13 10:35:13 #64 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 10:35:13 #64 ... 10:35:13 10:35:13 #65 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 10:35:13 #65 ... 10:35:13 10:35:13 #66 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init 10:35:13 #66 ... 10:35:13 10:35:13 #67 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 10:35:13 #67 ... 10:35:13 10:35:13 #68 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 10:35:13 #0 9.248 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:35:13 #0 9.864 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:35:13 #68 ... 10:35:13 10:35:13 #35 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:35:13 #35 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 13.7s 10:35:14 #35 ... 10:35:14 10:35:14 #65 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 10:35:14 #65 11.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:35:15 #65 12.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:35:16 #65 ... 10:35:16 10:35:16 #69 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 10:35:16 #69 10.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:35:16 #69 ... 10:35:16 10:35:16 #70 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 10:35:16 #0 9.935 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:35:16 #70 ... 10:35:16 10:35:16 #71 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:35:16 #71 ... 10:35:16 10:35:16 #72 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 10:35:16 #72 10.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:35:16 #72 ... 10:35:16 10:35:16 #73 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 10:35:16 #0 10.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:35:16 #73 ... 10:35:16 10:35:16 #71 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:35:16 #71 DONE 10.7s 10:35:16 10:35:16 #63 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 10:35:16 #63 13.97 (1/2) Installing dumb-init (1.2.5-r2) 10:35:16 #63 13.99 (2/2) Installing su-exec (0.2-r3) 10:35:16 #63 14.05 Executing busybox-1.36.1-r7.trigger 10:35:17 #63 14.30 OK: 8 MiB in 17 packages 10:35:17 #63 ... 10:35:17 10:35:17 #60 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:35:17 #60 13.62 (1/5) Installing dumb-init (1.2.5-r2) 10:35:17 #60 13.69 (2/5) Installing musl-obstack (1.2.3-r2) 10:35:17 #60 13.69 (3/5) Installing libucontext (1.2-r2) 10:35:17 #60 13.72 (4/5) Installing gcompat (1.1.0-r1) 10:35:17 #60 13.80 (5/5) Installing openssl (3.1.7-r0) 10:35:17 #60 14.05 Executing busybox-1.36.1-r7.trigger 10:35:17 #60 14.23 OK: 9 MiB in 20 packages 10:35:17 #60 DONE 15.8s 10:35:17 10:35:17 #74 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 10:35:19 #74 ... 10:35:19 10:35:19 #63 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 10:35:19 #63 DONE 16.7s 10:35:19 10:35:19 #35 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:35:19 #35 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 19.5s 10:35:21 #35 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 21.1s done 10:35:21 #35 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 21.1s done 10:35:21 #35 ... 10:35:21 10:35:21 #74 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 10:35:21 #74 4.105 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:35:22 #74 ... 10:35:22 10:35:22 #75 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init 10:35:22 #0 6.392 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:35:22 #0 8.840 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:35:22 #75 ... 10:35:22 10:35:22 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 10:35:22 #47 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 14.0s done 10:35:23 #47 ... 10:35:23 10:35:23 #65 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 10:35:23 #65 20.30 (1/1) Installing dumb-init (1.2.5-r2) 10:35:23 #65 20.34 Executing busybox-1.36.1-r7.trigger 10:35:23 #65 20.47 OK: 8 MiB in 16 packages 10:35:23 #65 ... 10:35:23 10:35:23 #62 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:35:23 #62 10.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:35:23 #62 11.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:35:23 #62 17.83 v3.18.9-38-g539b2ef8f71 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 10:35:23 #62 17.83 v3.18.9-37-g2fe93f3963e [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 10:35:23 #62 17.83 OK: 19946 distinct packages available 10:35:23 #62 19.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:35:23 #62 ... 10:35:23 10:35:23 #66 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init 10:35:23 #66 12.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:35:23 #66 14.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:35:23 #66 19.91 (1/2) Installing ca-certificates (20240226-r0) 10:35:23 #66 20.23 (2/2) Installing dumb-init (1.2.5-r2) 10:35:23 #66 20.25 Executing busybox-1.36.1-r7.trigger 10:35:23 #66 20.42 Executing ca-certificates-20240226-r0.trigger 10:35:23 #66 ... 10:35:23 10:35:23 #62 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:35:23 #62 20.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:35:24 #62 ... 10:35:24 10:35:24 #65 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 10:35:24 #65 DONE 21.7s 10:35:24 10:35:24 #66 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init 10:35:24 #66 21.67 OK: 9 MiB in 17 packages 10:35:24 #66 ... 10:35:24 10:35:24 #64 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 10:35:24 #64 11.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:35:24 #64 13.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:35:24 #64 20.69 (1/3) Installing ca-certificates (20240226-r0) 10:35:24 #64 21.12 (2/3) Installing dumb-init (1.2.5-r2) 10:35:24 #64 21.15 (3/3) Installing tzdata (2024a-r0) 10:35:24 #64 ... 10:35:24 10:35:24 #76 [core-data stage-1 3/8] RUN apk --no-cache upgrade 10:35:25 #76 ... 10:35:25 10:35:25 #49 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 10:35:25 #49 12.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:35:25 #49 14.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:35:25 #49 21.03 (1/4) Installing dumb-init (1.2.5-r2) 10:35:25 #49 21.06 (2/4) Installing openssl (3.1.7-r0) 10:35:25 #49 21.15 (3/4) Installing su-exec (0.2-r3) 10:35:25 #49 21.18 (4/4) Installing yq (4.33.3-r5) 10:35:25 #49 22.49 Executing busybox-1.36.1-r7.trigger 10:35:25 #49 ... 10:35:25 10:35:25 #68 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 10:35:25 #68 12.38 v3.18.9-38-g539b2ef8f71 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 10:35:25 #68 12.38 v3.18.9-37-g2fe93f3963e [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 10:35:25 #68 12.38 OK: 19946 distinct packages available 10:35:25 #68 14.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:35:25 #68 16.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:35:25 #68 21.34 (1/4) Installing dumb-init (1.2.5-r2) 10:35:25 #68 21.39 (2/4) Installing musl-obstack (1.2.3-r2) 10:35:25 #68 21.41 (3/4) Installing libucontext (1.2-r2) 10:35:25 #68 21.42 (4/4) Installing gcompat (1.1.0-r1) 10:35:25 #68 21.50 Executing busybox-1.36.1-r7.trigger 10:35:25 #68 21.71 OK: 8 MiB in 19 packages 10:35:25 #68 ... 10:35:25 10:35:25 #70 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 10:35:25 #70 12.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:35:25 #70 17.98 OK: 266 MiB in 52 packages 10:35:25 #70 DONE 19.4s 10:35:25 10:35:25 #67 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 10:35:25 #67 12.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:35:25 #67 14.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:35:25 #67 20.93 (1/4) Installing ca-certificates (20240226-r0) 10:35:25 #67 21.40 (2/4) Installing dumb-init (1.2.5-r2) 10:35:25 #67 21.43 (3/4) Installing su-exec (0.2-r3) 10:35:25 #67 21.45 (4/4) Installing yq (4.33.3-r5) 10:35:25 #67 ... 10:35:25 10:35:25 #77 [support-notifications builder 4/7] COPY go.mod vendor* ./ 10:35:26 #77 ... 10:35:26 10:35:26 #61 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 10:35:26 #61 13.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:35:26 #61 16.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:35:26 #61 21.90 (1/1) Installing dumb-init (1.2.5-r2) 10:35:26 #61 21.99 Executing busybox-1.36.1-r7.trigger 10:35:26 #61 22.07 OK: 8 MiB in 16 packages 10:35:26 #61 ... 10:35:26 10:35:26 #77 [support-notifications builder 4/7] COPY go.mod vendor* ./ 10:35:26 #77 DONE 0.7s 10:35:26 10:35:26 #78 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:35:26 #78 ... 10:35:26 10:35:26 #66 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init 10:35:26 #66 DONE 23.9s 10:35:27 10:35:27 #79 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade 10:35:27 #79 ... 10:35:27 10:35:27 #69 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git 10:35:27 #69 13.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:35:27 #69 18.43 OK: 266 MiB in 52 packages 10:35:27 #69 DONE 21.1s 10:35:27 10:35:27 #80 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 10:35:27 #0 5.172 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:35:27 #0 7.177 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:35:27 #80 ... 10:35:27 10:35:27 #81 [core-data builder 4/7] COPY go.mod vendor* ./ 10:35:28 #81 ... 10:35:28 10:35:28 #72 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 10:35:28 #72 13.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:35:28 #72 19.09 OK: 266 MiB in 52 packages 10:35:28 #72 DONE 22.0s 10:35:28 10:35:28 #49 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 10:35:28 #49 22.74 OK: 18 MiB in 19 packages 10:35:28 #49 DONE 25.3s 10:35:28 10:35:28 #61 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init 10:35:28 #61 DONE 25.6s 10:35:28 10:35:28 #64 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 10:35:28 #64 25.41 Executing busybox-1.36.1-r7.trigger 10:35:28 #64 ... 10:35:28 10:35:28 #68 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 10:35:28 #68 DONE 25.5s 10:35:28 10:35:28 #64 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 10:35:28 #64 25.48 Executing ca-certificates-20240226-r0.trigger 10:35:28 #64 ... 10:35:28 10:35:28 #81 [core-data builder 4/7] COPY go.mod vendor* ./ 10:35:28 #81 DONE 2.0s 10:35:29 10:35:29 #67 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 10:35:29 #67 23.32 Executing busybox-1.36.1-r7.trigger 10:35:29 #67 23.55 Executing ca-certificates-20240226-r0.trigger 10:35:29 #67 25.35 OK: 18 MiB in 19 packages 10:35:29 #67 ... 10:35:29 10:35:29 #73 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 10:35:29 #73 12.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:35:29 #73 18.35 v3.18.9-38-g539b2ef8f71 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 10:35:29 #73 18.35 v3.18.9-37-g2fe93f3963e [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 10:35:29 #73 18.35 OK: 19955 distinct packages available 10:35:29 #73 20.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:35:29 #73 ... 10:35:29 10:35:29 #82 [support-scheduler stage-1 3/9] RUN apk --no-cache upgrade 10:35:29 #82 ... 10:35:29 10:35:29 #83 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 10:35:29 #0 3.310 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:35:29 #0 5.134 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:35:29 #83 ... 10:35:29 10:35:29 #73 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 10:35:29 #73 23.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:35:29 #73 ... 10:35:29 10:35:29 #67 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 10:35:29 #67 DONE 27.1s 10:35:30 10:35:30 #84 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 10:35:30 #84 DONE 1.9s 10:35:30 10:35:30 #85 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 10:35:30 #85 ... 10:35:30 10:35:30 #74 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 10:35:30 #74 6.085 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:35:30 #74 10.93 OK: 9 MiB in 20 packages 10:35:30 #74 DONE 13.3s 10:35:30 10:35:30 #62 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:35:30 #62 27.57 (1/11) Installing ca-certificates (20240226-r0) 10:35:30 #62 27.81 (2/11) Installing brotli-libs (1.0.9-r14) 10:35:30 #62 27.91 (3/11) Installing libunistring (1.1-r1) 10:35:30 #62 28.01 (4/11) Installing libidn2 (2.3.4-r1) 10:35:30 #62 28.01 (5/11) Installing nghttp2-libs (1.57.0-r0) 10:35:30 #62 28.01 (6/11) Installing libcurl (8.9.1-r0) 10:35:31 #62 28.11 (7/11) Installing curl (8.9.1-r0) 10:35:31 #62 28.21 (8/11) Installing dumb-init (1.2.5-r2) 10:35:31 #62 28.30 (9/11) Installing musl-obstack (1.2.3-r2) 10:35:31 #62 28.30 (10/11) Installing libucontext (1.2-r2) 10:35:31 #62 28.30 (11/11) Installing gcompat (1.1.0-r1) 10:35:31 #62 28.30 Executing busybox-1.36.1-r7.trigger 10:35:31 #62 28.40 Executing ca-certificates-20240226-r0.trigger 10:35:31 #62 ... 10:35:31 10:35:31 #75 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init 10:35:31 #75 16.32 (1/1) Installing dumb-init (1.2.5-r2) 10:35:31 #75 17.56 Executing busybox-1.36.1-r7.trigger 10:35:31 #75 17.69 OK: 8 MiB in 16 packages 10:35:31 #75 DONE 19.1s 10:35:31 10:35:31 #83 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 10:35:31 #83 11.34 OK: 8 MiB in 17 packages 10:35:31 #83 ... 10:35:31 10:35:31 #64 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 10:35:31 #64 27.02 OK: 12 MiB in 18 packages 10:35:31 #64 DONE 28.8s 10:35:31 10:35:31 #86 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 10:35:31 #86 ... 10:35:31 10:35:31 #83 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 10:35:31 #83 DONE 12.3s 10:35:32 10:35:32 #87 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 10:35:32 #87 ... 10:35:32 10:35:32 #80 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 10:35:32 #80 14.82 OK: 266 MiB in 52 packages 10:35:32 #80 DONE 15.6s 10:35:32 10:35:32 #88 [core-keeper builder 5/8] COPY go.mod vendor* ./ 10:35:32 #88 ... 10:35:32 10:35:32 #73 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 10:35:32 #73 26.26 OK: 266 MiB in 52 packages 10:35:32 #73 DONE 26.7s 10:35:32 10:35:32 #62 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:35:32 #62 28.95 OK: 13 MiB in 26 packages 10:35:32 #62 DONE 30.0s 10:35:32 10:35:32 #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 10:35:34 #89 ... 10:35:34 10:35:34 #90 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 10:35:34 #90 DONE 1.9s 10:35:34 10:35:34 #76 [core-data stage-1 3/8] RUN apk --no-cache upgrade 10:35:34 #76 10.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:35:34 #76 ... 10:35:34 10:35:34 #88 [core-keeper builder 5/8] COPY go.mod vendor* ./ 10:35:34 #88 DONE 2.4s 10:35:35 10:35:35 #91 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:35:37 #91 ... 10:35:37 10:35:37 #76 [core-data stage-1 3/8] RUN apk --no-cache upgrade 10:35:37 #76 11.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:35:37 #76 12.36 OK: 8 MiB in 16 packages 10:35:37 #76 DONE 12.9s 10:35:37 10:35:37 #79 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade 10:35:37 #79 10.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:35:37 #79 11.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:35:38 #79 ... 10:35:38 10:35:38 #92 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 10:35:38 #92 ... 10:35:38 10:35:38 #93 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 10:35:38 #93 ... 10:35:38 10:35:38 #92 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 10:35:38 #92 10.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:35:39 #92 ... 10:35:39 10:35:39 #94 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 10:35:39 #94 DONE 8.8s 10:35:39 10:35:39 #95 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:35:39 #95 ... 10:35:39 10:35:39 #96 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:35:39 #118 ... 10:35:39 10:35:39 #91 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:35:39 #91 DONE 60.2s 10:35:39 10:35:39 #80 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:35:39 #80 DONE 61.4s 10:35:39 10:35:39 #116 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:35:39 #116 DONE 61.8s 10:35:39 10:35:39 #119 [core-command builder 6/7] COPY . . 10:35:39 #119 ... 10:35:39 10:35:39 #118 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:35:39 #118 DONE 62.7s 10:35:39 10:35:39 #117 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:35:39 #117 DONE 54.2s 10:35:39 10:35:39 #120 [core-keeper builder 7/8] COPY . . 10:35:40 #96 ... 10:35:40 10:35:40 #87 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 10:35:40 #87 DONE 8.0s 10:35:40 10:35:40 #86 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 10:35:40 #86 8.400 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:35:40 #86 ... 10:35:40 10:35:40 #97 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging 10:35:40 #97 DONE 0.3s 10:35:40 10:35:40 #98 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:35:40 #98 DONE 10.2s 10:35:40 10:35:40 #79 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade 10:35:40 #79 13.34 OK: 9 MiB in 17 packages 10:35:40 #79 ... 10:35:40 10:35:40 #99 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:35:40 #99 ... 10:35:40 10:35:40 #100 [security-spire-server stage-2 5/9] COPY Attribution.txt / 10:35:40 #100 DONE 0.3s 10:35:40 10:35:40 #101 [security-spire-server stage-2 6/9] COPY security.txt / 10:35:41 #101 DONE 0.3s 10:35:41 10:35:41 #102 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 10:35:41 #102 DONE 0.3s 10:35:41 10:35:41 #79 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade 10:35:41 #79 DONE 14.6s 10:35:41 10:35:41 #82 [support-scheduler stage-1 3/9] RUN apk --no-cache upgrade 10:35:41 #82 11.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:35:41 #82 12.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:35:41 #82 ... 10:35:41 10:35:41 #103 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 10:35:41 #103 DONE 0.4s 10:35:41 10:35:41 #104 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 10:35:41 #104 DONE 0.2s 10:35:41 10:35:41 #105 [security-spire-server] exporting to image 10:35:41 #105 exporting layers 10:35:42 #105 ... 10:35:42 10:35:42 #96 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:35:42 #96 DONE 3.3s 10:35:42 10:35:42 #106 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 10:35:42 #106 DONE 0.1s 10:35:42 10:35:42 #86 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 10:35:42 #86 10.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:35:42 #86 ... 10:35:42 10:35:42 #107 [security-spire-agent stage-3 7/10] COPY security.txt / 10:35:42 #107 DONE 0.2s 10:35:43 10:35:43 #108 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 10:35:43 #108 DONE 0.2s 10:35:43 10:35:43 #109 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 10:35:43 #109 DONE 0.1s 10:35:43 10:35:43 #110 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 10:35:43 #110 DONE 0.2s 10:35:43 10:35:43 #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 10:35:43 #89 7.480 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:35:43 #89 9.295 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:35:44 #89 ... 10:35:44 10:35:44 #111 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:35:44 #111 ... 10:35:44 10:35:44 #105 [security-spire-agent] exporting to image 10:35:44 #105 exporting layers 3.0s done 10:35:44 #105 writing image sha256:c8331d0abb64a20c4bb7b5da77c861e9709b1d5aed50df9285c644b3967ca168 10:35:45 #105 writing image sha256:c8331d0abb64a20c4bb7b5da77c861e9709b1d5aed50df9285c644b3967ca168 0.0s done 10:35:45 #105 naming to docker.io/library/security-spire-server-arm64 done 10:35:45 #105 ... 10:35:45 10:35:45 #93 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 10:35:45 #93 11.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:35:45 #93 13.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:35:45 #93 16.21 OK: 8 MiB in 19 packages 10:35:45 #93 DONE 17.2s 10:35:45 10:35:45 #112 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:35:46 #112 ... 10:35:46 10:35:46 #105 [security-spire-agent] exporting to image 10:35:46 #105 exporting layers 2.7s done 10:35:46 #105 writing image sha256:a635b77970344569c0ccf0836b5caf45e68334dd564dc9518fd2c4f0130dd740 done 10:35:46 #105 naming to docker.io/library/security-spire-agent-arm64 done 10:35:46 #105 DONE 3.3s 10:35:46 10:35:46 #92 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 10:35:46 #92 11.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:35:46 #92 16.86 OK: 18 MiB in 19 packages 10:35:46 #92 DONE 18.2s 10:35:46 10:35:46 #85 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 10:35:46 #85 9.574 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:35:46 #85 11.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:35:46 #85 15.47 OK: 18 MiB in 19 packages 10:35:46 #85 ... 10:35:46 10:35:46 #113 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 10:35:46 #120 ... 10:35:46 10:35:46 #121 [support-notifications builder 6/7] COPY . . 10:35:46 #121 ... 10:35:46 10:35:46 #122 [security-spiffe-token-provider builder 6/7] COPY . . 10:35:46 #122 ... 10:35:46 10:35:46 #123 [security-secretstore-setup builder 6/7] COPY . . 10:35:46 #113 DONE 0.4s 10:35:46 10:35:46 #85 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 10:35:46 #85 DONE 16.7s 10:35:46 10:35:46 #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 10:35:46 #89 13.85 OK: 13 MiB in 26 packages 10:35:47 #89 ... 10:35:47 10:35:47 #86 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 10:35:47 #86 15.17 OK: 12 MiB in 18 packages 10:35:47 #86 DONE 16.0s 10:35:47 10:35:47 #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 10:35:47 #89 DONE 15.1s 10:35:47 10:35:47 #82 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 10:35:47 #82 18.73 OK: 8 MiB in 16 packages 10:35:47 #82 DONE 19.8s 10:35:47 10:35:47 #91 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:35:48 #91 ... 10:35:48 10:35:48 #112 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:35:48 #112 DONE 2.4s 10:35:48 10:35:48 #114 [security-spire-config stage-2 5/10] COPY Attribution.txt / 10:35:48 #114 DONE 0.3s 10:35:48 10:35:48 #78 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:35:48 #78 ... 10:35:48 10:35:48 #115 [security-spire-config stage-2 6/10] COPY security.txt / 10:35:48 #115 DONE 0.2s 10:35:48 10:35:48 #95 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:35:48 #95 ... 10:35:48 10:35:48 #116 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 10:35:48 #116 DONE 0.1s 10:35:48 10:35:48 #117 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 10:35:48 #117 DONE 0.1s 10:35:48 10:35:48 #111 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:35:48 #111 ... 10:35:48 10:35:48 #118 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 10:35:48 #118 DONE 0.1s 10:35:48 10:35:48 #105 [security-spire-config] exporting to image 10:35:50 #105 exporting layers 1.5s done 10:35:50 #105 writing image sha256:7b2d9238aa307a2106b56dd51b82f3c3c34ebfde67047a7dabdd7f793958299f done 10:35:50 #105 naming to docker.io/library/security-spire-config-arm64 done 10:35:50 #105 DONE 4.9s 10:35:50 10:35:50 #78 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:35:53 #123 ... 10:35:53 10:35:53 #121 [support-notifications builder 6/7] COPY . . 10:35:53 #121 DONE 16.5s 10:35:53 10:35:53 #124 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ 10:35:53 #124 CACHED 10:35:53 10:35:53 #125 [support-cron-scheduler builder 6/7] COPY . . 10:35:53 #125 CACHED 10:35:53 10:35:53 #126 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:35:53 #126 CACHED 10:35:53 10:35:53 #127 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:35:53 #127 ... 10:35:53 10:35:53 #123 [security-secretstore-setup builder 6/7] COPY . . 10:35:53 #123 DONE 16.6s 10:35:53 10:35:53 #128 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:35:53 #128 CACHED 10:35:53 10:35:53 #129 [security-proxy-setup builder 6/7] COPY . . 10:35:53 #129 CACHED 10:35:53 10:35:53 #130 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 10:35:53 #130 CACHED 10:35:53 10:35:53 #131 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:35:53 #131 CACHED 10:35:53 10:35:53 #132 [security-bootstrapper builder 6/7] COPY . . 10:35:53 #132 CACHED 10:35:53 10:35:53 #133 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 10:35:53 #133 CACHED 10:35:53 10:35:53 #122 [security-spiffe-token-provider builder 6/7] COPY . . 10:35:53 #122 DONE 16.7s 10:35:53 10:35:53 #119 [core-command builder 6/7] COPY . . 10:35:53 #119 DONE 16.9s 10:35:53 10:35:53 #134 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:35:53 #134 ... 10:35:53 10:35:53 #135 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 10:35:53 #135 CACHED 10:35:53 10:35:53 #136 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:35:53 #136 CACHED 10:35:53 10:35:53 #137 [support-scheduler builder 6/7] COPY . . 10:35:53 #137 CACHED 10:35:53 10:35:53 #138 [core-data builder 4/7] COPY go.mod vendor* ./ 10:35:53 #138 CACHED 10:35:53 10:35:53 #139 [core-data builder 6/7] COPY . . 10:35:53 #139 CACHED 10:35:53 10:35:53 #140 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:35:53 #140 CACHED 10:35:53 10:35:53 #141 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:35:53 #141 CACHED 10:35:53 10:35:53 #142 [core-metadata builder 6/7] COPY . . 10:35:53 #142 CACHED 10:35:53 10:35:53 #143 [core-metadata builder 4/7] COPY go.mod vendor* ./ 10:35:53 #143 CACHED 10:35:53 10:35:53 #144 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 10:35:53 #144 CACHED 10:35:53 10:35:53 #145 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:35:53 #145 CACHED 10:35:53 10:35:53 #146 [core-common-config-bootstrapper builder 6/7] COPY . . 10:35:53 #146 CACHED 10:35:53 10:35:53 #147 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 10:35:53 #147 CACHED 10:35:53 10:35:53 #148 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:35:53 #148 CACHED 10:35:53 10:35:53 #149 [security-proxy-auth builder 6/7] COPY . . 10:35:53 #149 CACHED 10:35:53 10:35:53 #120 [core-keeper builder 7/8] COPY . . 10:35:53 #120 DONE 17.1s 10:35:53 10:35:53 #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:35:57 #150 3.370 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 10:35:58 #150 ... 10:35:58 10:35:58 #134 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:35:58 #134 5.876 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 10:36:03 #134 ... 10:36:03 10:36:03 #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:36:03 #0 2.115 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:36:03 #151 ... 10:36:03 10:36:03 #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 10:36:03 #0 2.936 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 10:36:03 #152 ... 10:36:03 10:36:03 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:36:03 #0 5.774 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 10:36:03 #153 ... 10:36:03 10:36:03 #154 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 10:36:03 #0 2.071 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 10:36:04 #154 ... 10:36:04 10:36:04 #155 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 10:36:04 #0 4.944 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 10:36:04 #155 ... 10:36:04 10:36:04 #156 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 10:36:04 #0 4.351 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 10:36:04 #156 ... 10:36:04 10:36:04 #157 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 10:36:04 #0 5.396 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 10:36:04 #157 ... 10:36:04 10:36:04 #158 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:36:04 #0 5.651 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:36:04 #158 ... 10:36:04 10:36:04 #159 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:36:04 #0 5.845 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:36:04 #159 ... 10:36:04 10:36:04 #160 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 10:36:04 #0 3.085 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:36:05 #160 ... 10:36:05 10:36:05 #127 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:36:05 #127 3.026 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:37:27 #78 DONE 107.6s 10:37:27 10:37:27 #111 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:37:27 #111 DONE 99.1s 10:37:27 10:37:27 #119 [support-notifications builder 6/7] COPY . . 10:37:27 #119 ... 10:37:27 10:37:27 #91 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:37:27 #91 DONE 98.9s 10:37:27 10:37:27 #95 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:37:27 #95 DONE 104.8s 10:37:27 10:37:27 #99 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:37:27 #99 DONE 103.7s 10:37:27 10:37:27 #120 [security-proxy-setup builder 6/7] COPY . . 10:37:27 #120 ... 10:37:27 10:37:27 #121 [core-keeper builder 7/8] COPY . . 10:37:27 #121 DONE 1.8s 10:37:27 10:37:27 #122 [core-command builder 4/7] COPY go.mod vendor* ./ 10:37:27 #122 CACHED 10:37:27 10:37:27 #123 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:37:27 #123 CACHED 10:37:27 10:37:27 #124 [core-command builder 6/7] COPY . . 10:37:27 #124 CACHED 10:37:27 10:37:27 #125 [core-data builder 6/7] COPY . . 10:37:27 #125 DONE 1.9s 10:37:27 10:37:27 #126 [support-scheduler builder 6/7] COPY . . 10:37:27 #126 CACHED 10:37:27 10:37:27 #127 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 10:37:27 #127 CACHED 10:37:27 10:37:27 #128 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:37:27 #128 CACHED 10:37:27 10:37:27 #129 [security-spiffe-token-provider builder 6/7] COPY . . 10:37:27 #129 DONE 2.0s 10:37:27 10:37:27 #130 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ 10:37:27 #130 CACHED 10:37:27 10:37:27 #131 [support-cron-scheduler builder 6/7] COPY . . 10:37:27 #131 CACHED 10:37:27 10:37:27 #132 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:37:27 #132 CACHED 10:37:27 10:37:27 #133 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:37:27 #133 CACHED 10:37:27 10:37:27 #134 [core-metadata builder 6/7] COPY . . 10:37:27 #134 CACHED 10:37:27 10:37:27 #135 [core-metadata builder 4/7] COPY go.mod vendor* ./ 10:37:27 #135 CACHED 10:37:27 10:37:27 #119 [support-notifications builder 6/7] COPY . . 10:37:27 #119 DONE 1.9s 10:37:27 10:37:27 #136 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 10:37:27 #136 CACHED 10:37:27 10:37:27 #137 [security-proxy-auth builder 6/7] COPY . . 10:37:27 #137 CACHED 10:37:27 10:37:27 #138 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:37:27 #138 CACHED 10:37:27 10:37:27 #139 [security-secretstore-setup builder 6/7] COPY . . 10:37:27 #139 CACHED 10:37:27 10:37:27 #140 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 10:37:27 #140 CACHED 10:37:27 10:37:27 #141 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:37:27 #141 CACHED 10:37:27 10:37:27 #142 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 10:37:27 #142 CACHED 10:37:27 10:37:27 #143 [core-common-config-bootstrapper builder 6/7] COPY . . 10:37:27 #143 CACHED 10:37:27 10:37:27 #144 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:37:27 #144 CACHED 10:37:27 10:37:27 #145 [security-bootstrapper builder 6/7] COPY . . 10:37:27 #145 CACHED 10:37:27 10:37:27 #146 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 10:37:27 #146 CACHED 10:37:27 10:37:27 #147 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:37:27 #147 CACHED 10:37:27 10:37:27 #120 [security-proxy-setup builder 6/7] COPY . . 10:37:27 #120 DONE 1.8s 10:37:27 10:37:27 #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:37:27 #148 ... 10:37:27 10:37:27 #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:37:27 #0 5.260 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 10:37:27 #149 ... 10:37:27 10:37:27 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 10:37:27 #0 7.053 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 10:37:27 #150 ... 10:37:27 10:37:27 #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:37:27 #0 8.114 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:37:27 #151 ... 10:37:27 10:37:27 #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:37:27 #148 8.528 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 10:37:27 #148 ... 10:37:27 10:37:27 #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 10:37:27 #0 8.899 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 10:37:27 #152 ... 10:37:27 10:37:27 #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 10:37:27 #0 9.202 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 10:37:27 #153 ... 10:37:27 10:37:27 #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:37:27 #0 8.649 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:37:27 #154 ... 10:37:27 10:37:27 #155 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 10:37:27 #0 7.915 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 10:37:27 #155 ... 10:37:27 10:37:27 #156 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:37:27 #0 8.363 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:37:27 #156 ... 10:37:27 10:37:27 #157 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:37:27 #0 7.285 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:37:27 #157 ... 10:37:27 10:37:27 #158 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 10:37:27 #0 9.219 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:37:27 #158 ... 10:37:27 10:37:27 #159 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 10:37:27 #0 7.175 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 10:37:27 #159 ... 10:37:27 10:37:27 #160 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:37:27 #0 6.559 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 10:37:27 #127 ... 10:37:27 10:37:27 #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:37:27 #151 89.99 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:38:49 #151 ... 10:38:49 10:38:49 #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 10:38:49 #152 DONE 168.9s 10:38:49 10:38:49 #160 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 10:38:49 #160 DONE 169.0s 10:38:49 10:38:49 #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:38:49 #150 DONE 168.5s 10:38:49 10:38:49 #155 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 10:38:49 #155 DONE 168.7s 10:38:49 10:38:49 #161 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 10:38:49 #161 ... 10:38:49 10:38:49 #134 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:38:49 #134 DONE 169.0s 10:38:49 10:38:49 #162 [core-keeper stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:38:49 #162 ... 10:38:49 10:38:49 #159 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:38:49 #159 DONE 169.0s 10:38:49 10:38:49 #154 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 10:38:49 #154 DONE 169.5s 10:38:49 10:38:49 #156 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 10:38:49 #156 DONE 169.1s 10:38:49 10:38:49 #163 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:38:49 #163 ... 10:38:49 10:38:49 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:38:49 #153 DONE 169.2s 10:38:49 10:38:49 #158 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:38:49 #158 DONE 169.2s 10:38:49 10:38:49 #127 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:38:49 #127 DONE 169.7s 10:38:49 10:38:49 #157 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 10:38:49 #157 DONE 169.3s 10:38:49 10:38:49 #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:38:49 #151 DONE 169.6s 10:38:49 10:38:49 #164 [support-notifications stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 10:38:49 #164 ... 10:38:49 10:38:49 #161 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 10:38:49 #161 DONE 1.1s 10:38:49 10:38:49 #165 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 10:38:49 #165 DONE 1.1s 10:38:49 10:38:49 #166 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 10:38:49 #166 ... 10:38:49 10:38:49 #167 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 10:38:49 #167 DONE 0.9s 10:38:49 10:38:49 #162 [core-keeper stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:38:49 #162 DONE 1.2s 10:38:49 10:38:49 #168 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 10:38:49 #168 ... 10:38:49 10:38:49 #169 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:38:49 #169 DONE 1.1s 10:38:49 10:38:49 #163 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:38:49 #163 DONE 1.0s 10:38:49 10:38:49 #170 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 10:38:49 #170 DONE 1.0s 10:38:49 10:38:49 #164 [support-notifications stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 10:38:49 #164 DONE 0.9s 10:38:49 10:38:49 #171 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 10:38:49 #171 DONE 0.7s 10:38:49 10:38:49 #172 [support-notifications stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 10:38:49 #172 ... 10:38:49 10:38:49 #166 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 10:38:49 #166 DONE 0.8s 10:38:49 10:38:49 #173 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:38:49 #173 CACHED 10:38:49 10:38:49 #174 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:38:49 #174 CACHED 10:38:49 10:38:49 #175 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:38:49 #175 DONE 0.5s 10:38:49 10:38:49 #176 [core-metadata stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / 10:38:49 #176 CACHED 10:38:49 10:38:49 #177 [core-metadata stage-1 5/10] COPY --from=builder /edgex-go/security.txt / 10:38:49 #177 CACHED 10:38:49 10:38:49 #168 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 10:38:49 #168 DONE 0.7s 10:38:49 10:38:49 #178 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 10:38:49 #178 CACHED 10:38:49 10:38:49 #179 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 10:38:49 #179 CACHED 10:38:49 10:38:49 #180 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 10:38:49 #180 CACHED 10:38:49 10:38:49 #181 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 10:38:49 #181 CACHED 10:38:49 10:38:49 #182 [core-keeper stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 10:38:49 #182 DONE 0.6s 10:38:49 10:38:49 #183 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 10:38:49 #183 DONE 0.6s 10:38:49 10:38:49 #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 10:38:49 #184 DONE 0.6s 10:38:49 10:38:49 #185 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:38:49 #185 ... 10:38:49 10:38:49 #172 [support-notifications stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 10:38:49 #172 DONE 0.6s 10:38:49 10:38:49 #186 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:38:49 #186 DONE 0.6s 10:38:49 10:38:49 #187 [support-notifications stage-1 6/8] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:38:49 #187 ... 10:38:49 10:38:49 #188 [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:38:49 #188 DONE 2.1s 10:38:49 10:38:49 #189 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 10:38:49 #189 DONE 2.1s 10:38:49 10:38:49 #190 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 10:38:49 #190 DONE 2.1s 10:38:49 10:38:49 #191 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:38:49 #191 DONE 2.2s 10:38:49 10:38:49 #192 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:38:49 #192 DONE 2.2s 10:38:49 10:38:49 #193 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 10:38:49 #193 DONE 2.3s 10:38:49 10:38:49 #185 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:38:49 #185 DONE 2.2s 10:38:49 10:38:49 #194 [core-keeper stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 10:38:49 #194 DONE 2.3s 10:38:49 10:38:49 #195 [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:38:49 #195 DONE 2.3s 10:38:49 10:38:49 #196 [core-keeper stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/db/ /res/db/ 10:38:49 #196 ... 10:38:49 10:38:49 #197 [core-metadata stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:38:49 #197 DONE 2.4s 10:38:49 10:38:49 #198 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / 10:38:49 #198 DONE 2.3s 10:38:49 10:38:49 #187 [support-notifications stage-1 6/8] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:38:49 #187 DONE 2.3s 10:38:49 10:38:49 #199 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh 10:38:49 #199 DONE 3.5s 10:38:49 10:38:49 #200 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / 10:38:49 #200 ... 10:38:49 10:38:49 #201 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 10:38:49 #201 DONE 0.6s 10:38:49 10:38:49 #202 [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:38:49 #202 DONE 0.7s 10:38:49 10:38:49 #203 [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:38:49 #203 DONE 0.7s 10:38:49 10:38:49 #204 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:38:49 #204 ... 10:38:49 10:38:49 #205 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 10:38:49 #205 DONE 0.7s 10:38:49 10:38:49 #206 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 10:38:49 #206 DONE 0.7s 10:38:49 10:38:49 #207 [core-data stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 10:38:49 #207 DONE 0.7s 10:38:49 10:38:49 #208 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 10:38:49 #208 DONE 0.8s 10:38:49 10:38:49 #209 [core-data stage-1 8/8] COPY --from=builder /edgex-go/cmd/core-data/res/db/ /res/db/ 10:38:49 #209 ... 10:38:49 10:38:49 #196 [core-keeper stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/db/ /res/db/ 10:38:49 #196 DONE 0.9s 10:38:49 10:38:49 #210 [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:38:49 #210 DONE 0.9s 10:38:49 10:38:49 #211 [core-metadata stage-1 7/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 10:38:49 #211 DONE 1.0s 10:38:49 10:38:49 #114 [core-keeper] exporting to image 10:38:49 #114 exporting layers 10:38:49 #114 ... 10:38:49 10:38:49 #212 [support-notifications stage-1 7/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 10:38:49 #212 DONE 1.0s 10:38:49 10:38:49 #213 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res 10:38:49 #213 DONE 1.1s 10:38:49 10:38:49 #114 [support-cron-scheduler] exporting to image 10:38:49 #114 ... 10:38:49 10:38:49 #200 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / 10:38:49 #200 DONE 1.1s 10:38:49 10:38:49 #214 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 10:38:49 #214 DONE 1.1s 10:38:49 10:38:49 #215 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / 10:38:49 #215 ... 10:38:49 10:38:49 #204 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:38:49 #204 DONE 1.6s 10:38:49 10:38:49 #216 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 10:38:49 #216 ... 10:38:49 10:38:49 #209 [core-data stage-1 8/8] COPY --from=builder /edgex-go/cmd/core-data/res/db/ /res/db/ 10:38:49 #209 DONE 1.5s 10:38:49 10:38:49 #217 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 10:38:49 #217 DONE 1.6s 10:38:49 10:38:49 #218 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:38:49 #218 ... 10:38:49 10:38:49 #219 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 10:38:49 #219 DONE 1.6s 10:38:49 10:38:49 #220 [support-notifications stage-1 8/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/db/ /res/db/ 10:38:49 #220 DONE 1.3s 10:38:49 10:38:49 #114 [support-notifications] exporting to image 10:38:49 #114 writing image sha256:8d6be52ab830a0269d6177f14323adcf7dc4ddb0e5534ea16745b3be75a9ad54 0.3s done 10:38:49 #114 naming to docker.io/library/support-scheduler 0.0s done 10:38:49 #114 writing image sha256:0de5c779605d6ddb41e8a070b84b70e3142639acfb28707db1e5069ae2bf0c19 0.0s done 10:38:49 #114 naming to docker.io/library/core-command done 10:38:49 #114 ... 10:38:49 10:38:49 #221 [core-metadata stage-1 8/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 10:38:49 #221 DONE 1.6s 10:38:49 10:38:49 #215 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / 10:38:49 #215 DONE 1.4s 10:38:49 10:38:49 #114 [support-notifications] exporting to image 10:38:49 #114 exporting layers 1.9s done 10:38:49 #114 writing image sha256:f49821f569094cd62f3cf9593197ed6f174a060b40068a4b99e99c70b39c34df 0.1s done 10:38:49 #114 naming to docker.io/library/security-spiffe-token-provider 10:38:49 #114 naming to docker.io/library/security-spiffe-token-provider 0.0s done 10:38:49 #114 ... 10:38:49 10:38:49 #222 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:38:49 #222 DONE 1.7s 10:38:49 10:38:49 #114 [security-spiffe-token-provider] exporting to image 10:38:49 #114 exporting layers 2.0s done 10:38:50 #114 writing image sha256:c3411374e0f59929709a172e720cf529ca8e43f94f3deb1eec65d49535b71030 10:38:50 #114 writing image sha256:c3411374e0f59929709a172e720cf529ca8e43f94f3deb1eec65d49535b71030 0.1s done 10:38:50 #114 naming to docker.io/library/core-keeper 0.0s done 10:38:50 #114 ... 10:38:50 10:38:50 #216 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 10:38:50 #216 DONE 2.3s 10:38:50 10:38:50 #114 [core-keeper] exporting to image 10:38:50 #114 writing image sha256:7d49b3fb44ebe07cca6d44c3a1a8084d5871d8663868ff00e7e367a2d86cba4e 10:38:50 #114 ... 10:38:50 10:38:50 #223 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:38:50 #223 DONE 1.9s 10:38:50 10:38:50 #224 [core-metadata stage-1 9/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/db/ /res/db/ 10:38:50 #224 DONE 1.8s 10:38:50 10:38:50 #114 [core-metadata] exporting to image 10:38:50 #114 writing image sha256:7d49b3fb44ebe07cca6d44c3a1a8084d5871d8663868ff00e7e367a2d86cba4e 0.3s done 10:38:50 #114 naming to docker.io/library/support-cron-scheduler done 10:38:51 #114 exporting layers 2.4s done 10:38:51 #114 ... 10:38:51 10:38:51 #225 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:38:51 #225 DONE 2.1s 10:38:51 10:38:51 #218 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:38:51 #218 DONE 2.5s 10:38:51 10:38:51 #114 [security-proxy-auth] exporting to image 10:38:52 #114 writing image sha256:7bfb51accead6b70c0cdf4b15cb0d6a13e461b1dcfeb850a81340f7b2eee2510 10:38:52 #114 writing image sha256:ce16e4ecc78bd09d160a2c5114db1c4d63110cebcb70a53d8f9461b4d5cdcdc7 10:38:52 #114 writing image sha256:e8eaa818cfec53ac92f9b32597e822c4e947dcda1c1d48c7098cd1aa90da0552 10:38:52 #114 exporting layers 1.7s done 10:38:52 #114 writing image sha256:7bfb51accead6b70c0cdf4b15cb0d6a13e461b1dcfeb850a81340f7b2eee2510 0.3s done 10:38:52 #114 naming to docker.io/library/core-data 0.0s done 10:38:52 #114 writing image sha256:ce16e4ecc78bd09d160a2c5114db1c4d63110cebcb70a53d8f9461b4d5cdcdc7 0.6s done 10:38:52 #114 naming to docker.io/library/support-notifications 10:38:52 #114 ... 10:38:52 10:38:52 #226 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:38:52 #226 DONE 2.2s 10:38:52 10:38:52 #114 [core-common-config-bootstrapper] exporting to image 10:38:52 #114 writing image sha256:e8eaa818cfec53ac92f9b32597e822c4e947dcda1c1d48c7098cd1aa90da0552 0.6s done 10:38:52 #114 naming to docker.io/library/support-notifications 0.1s done 10:38:52 #114 naming to docker.io/library/core-common-config-bootstrapper 0.1s done 10:38:52 #114 writing image sha256:d3b36e15377f91d1e469c3165b1bf8e8ff7fa1dcc1ca1af68205ffb76d8d4959 10:38:52 #114 writing image sha256:d3b36e15377f91d1e469c3165b1bf8e8ff7fa1dcc1ca1af68205ffb76d8d4959 0.2s done 10:38:52 #114 naming to docker.io/library/core-metadata 10:38:53 #114 ... 10:38:53 10:38:53 #227 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:38:53 #227 DONE 2.4s 10:38:53 10:38:53 #114 [core-metadata] exporting to image 10:38:53 #114 naming to docker.io/library/core-metadata 0.0s done 10:38:53 #114 exporting layers 2.6s done 10:38:53 #114 ... 10:38:53 10:38:53 #228 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 10:38:53 #228 DONE 2.8s 10:38:54 10:38:54 #229 [security-bootstrapper stage-1 12/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 10:38:55 #229 DONE 0.9s 10:38:55 10:38:55 #230 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:38:55 #230 DONE 1.8s 10:38:55 10:38:55 #114 [security-proxy-auth] exporting to image 10:38:55 #114 exporting layers 2.1s done 10:38:55 #114 writing image sha256:3945d4f182393dbd63de402ee8036011086e344915f79e283b8d35b337f2412a 0.0s done 10:38:55 #114 naming to docker.io/library/security-proxy-auth done 10:38:55 #114 writing image sha256:d2cc69f53ffb5f2b9b6f35ecd52869826313793bec1adabfff9a58f028b52f5f 0.0s done 10:38:55 #114 naming to docker.io/library/security-proxy-setup 0.1s done 10:38:55 #114 DONE 9.5s 10:38:55 10:38:55 #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/ 10:38:55 #231 DONE 0.8s 10:38:55 10:38:55 #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/ 10:38:55 #232 ... 10:38:55 10:38:55 #233 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:38:55 #233 DONE 1.1s 10:38:56 10:38:56 #114 [security-secretstore-setup] exporting to image 10:38:56 #114 ... 10:38:56 10:38:56 #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/ 10:38:56 #232 DONE 0.6s 10:38:56 10:38:56 #234 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 10:38:56 #234 DONE 0.4s 10:38:56 10:38:56 #235 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 10:38:57 #235 DONE 0.6s 10:38:57 10:38:57 #114 [security-secretstore-setup] exporting to image 10:38:58 #114 exporting layers 2.1s done 10:38:58 #114 writing image sha256:13d1b10137fa8a8086c376768b45990a601d533061b9814c366fae7185ae5265 0.0s done 10:38:58 #114 naming to docker.io/library/security-secretstore-setup 10:38:58 #114 naming to docker.io/library/security-secretstore-setup 0.1s done 10:38:58 #114 DONE 11.7s 10:38:58 10:38:58 #236 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh 10:38:58 #236 DONE 1.0s 10:38:58 10:38:58 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:38:58 #42 ... 10:38:58 10:38:58 #114 [security-bootstrapper] exporting to image 10:38:59 #114 exporting layers 1.1s done 10:38:59 #114 writing image sha256:55f7eaf66efdd02981fd1b622824fb9d033bb70c2bb543ab754d7f9b86af7200 done 10:38:59 #114 naming to docker.io/library/security-bootstrapper done 10:38:59 #114 DONE 12.8s 10:38:59 10:38:59 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:38:59 time="2024-09-24T10:33:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:38:59 time="2024-09-24T10:33:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:38:59 time="2024-09-24T10:33:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:38:59 time="2024-09-24T10:33:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:38:59 time="2024-09-24T10:33:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:38:59 time="2024-09-24T10:33:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:38:59 time="2024-09-24T10:33:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:38:59 time="2024-09-24T10:33:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:38:59 time="2024-09-24T10:33:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:38:59 time="2024-09-24T10:33:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:38:59 time="2024-09-24T10:33:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:38:59 time="2024-09-24T10:33:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:38:59 time="2024-09-24T10:33:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:38:59 time="2024-09-24T10:33:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:38:59 time="2024-09-24T10:33:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:38:59 time="2024-09-24T10:33:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 10:38:59 $ docker stop --time=1 f0e9ecbab862da4fb1a7182512799ee2695f8af3eb363c6786c22e5056dfb2ee 10:39:00 $ docker rm -f --volumes f0e9ecbab862da4fb1a7182512799ee2695f8af3eb363c6786c22e5056dfb2ee [Pipeline] // withDockerContainer [Pipeline] sh 10:39:01 + docker images 10:39:01 REPOSITORY TAG IMAGE ID CREATED SIZE 10:39:01 security-bootstrapper latest 55f7eaf66efd 3 seconds ago 19MB 10:39:01 security-secretstore-setup latest 13d1b10137fa 6 seconds ago 37MB 10:39:01 security-proxy-setup latest d2cc69f53ffb 9 seconds ago 26.2MB 10:39:01 core-metadata latest d3b36e15377f 11 seconds ago 40.1MB 10:39:01 security-proxy-auth latest 3945d4f18239 11 seconds ago 33.1MB 10:39:01 core-common-config-bootstrapper latest e8eaa818cfec 12 seconds ago 15.2MB 10:39:01 support-notifications latest ce16e4ecc78b 13 seconds ago 42.8MB 10:39:01 core-data latest 7bfb51accead 13 seconds ago 39.9MB 10:39:01 support-cron-scheduler latest 7d49b3fb44eb 14 seconds ago 44.4MB 10:39:01 core-command latest 0de5c779605d 15 seconds ago 35.5MB 10:39:01 support-scheduler latest 8d6be52ab830 15 seconds ago 42.2MB 10:39:01 security-spiffe-token-provider latest f49821f56909 15 seconds ago 28.9MB 10:39:01 core-keeper latest c3411374e0f5 15 seconds ago 39.8MB 10:39:01 security-spire-server latest 872984e93ab4 4 minutes ago 121MB 10:39:01 security-spire-agent latest 18f13f3ad368 4 minutes ago 182MB 10:39:01 security-spire-config latest d7ced4a33352 4 minutes ago 120MB 10:39:01 ci-base-image-x86_64 latest 83a99856dca1 8 minutes ago 971MB 10:39:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine f489d0715acc 5 months ago 565MB 10:39:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 16 months ago 334MB 10:39:01 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 10:39:01 provisioning config files... 10:39:01 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/703@tmp/config16110593248018907248tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:39:01 ---> ****-login.sh 10:39:01 nexus3.edgexfoundry.org:10001 10:39:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:39:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:39:01 Configure a credential helper to remove this warning. See 10:39:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:39:01 10:39:01 Login Succeeded 10:39:01 nexus3.edgexfoundry.org:10002 10:39:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:39:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:39:01 Configure a credential helper to remove this warning. See 10:39:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:39:01 10:39:01 Login Succeeded 10:39:01 nexus3.edgexfoundry.org:10003 10:39:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:39:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:39:02 Configure a credential helper to remove this warning. See 10:39:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:39:02 10:39:02 Login Succeeded 10:39:02 nexus3.edgexfoundry.org:10004 10:39:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:39:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:39:03 Configure a credential helper to remove this warning. See 10:39:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:39:03 10:39:03 Login Succeeded 10:39:03 ****.io 10:39:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:39:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:39:03 Configure a credential helper to remove this warning. See 10:39:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:39:03 10:39:03 Login Succeeded 10:39:03 ---> ****-login.sh ends [Pipeline] } 10:39:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:39:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 10:39:03 [edgeXDocker.push] Tagging docker image core-command with the following tags: 10:39:03 08e30e9824952b0f8cde611c7e69c4c853d0027d 10:39:03 latest 10:39:03 3.2.0-dev.81 10:39:03 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 10:39:03 main 10:39:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:03 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:04 + docker push nexus3.edgexfoundry.org:10004/core-command:08e30e9824952b0f8cde611c7e69c4c853d0027d 10:39:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:39:04 612a21aea30b: Preparing 10:39:04 c876e64c0df7: Preparing 10:39:04 2c8f24279f52: Preparing 10:39:04 00c00723fc10: Preparing 10:39:04 b196b8ad3526: Preparing 10:39:04 4989c7050fb1: Preparing 10:39:04 d62a02444d39: Preparing 10:39:04 4989c7050fb1: Waiting 10:39:04 d62a02444d39: Waiting 10:39:04 00c00723fc10: Pushed 10:39:04 b196b8ad3526: Pushed 10:39:04 2c8f24279f52: Pushed 10:39:05 612a21aea30b: Pushed 10:39:05 4989c7050fb1: Pushed 10:39:05 d62a02444d39: Layer already exists 10:39:06 c876e64c0df7: Pushed 10:39:06 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:88aef80c0924892e01c920c9fbc50d410022452d4346dbbb2f071392b77c0383 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:07 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:07 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 10:39:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:39:07 612a21aea30b: Preparing 10:39:07 c876e64c0df7: Preparing 10:39:07 2c8f24279f52: Preparing 10:39:07 00c00723fc10: Preparing 10:39:07 b196b8ad3526: Preparing 10:39:07 4989c7050fb1: Preparing 10:39:07 d62a02444d39: Preparing 10:39:07 4989c7050fb1: Waiting 10:39:07 612a21aea30b: Layer already exists 10:39:07 c876e64c0df7: Layer already exists 10:39:07 b196b8ad3526: Layer already exists 10:39:07 00c00723fc10: Layer already exists 10:39:07 2c8f24279f52: Layer already exists 10:39:07 4989c7050fb1: Layer already exists 10:39:07 d62a02444d39: Layer already exists 10:39:07 latest: digest: sha256:88aef80c0924892e01c920c9fbc50d410022452d4346dbbb2f071392b77c0383 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:07 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:08 + docker push nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.81 10:39:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:39:08 612a21aea30b: Preparing 10:39:08 c876e64c0df7: Preparing 10:39:08 2c8f24279f52: Preparing 10:39:08 00c00723fc10: Preparing 10:39:08 b196b8ad3526: Preparing 10:39:08 4989c7050fb1: Preparing 10:39:08 d62a02444d39: Preparing 10:39:08 d62a02444d39: Waiting 10:39:08 4989c7050fb1: Waiting 10:39:08 2c8f24279f52: Layer already exists 10:39:08 b196b8ad3526: Layer already exists 10:39:08 612a21aea30b: Layer already exists 10:39:08 00c00723fc10: Layer already exists 10:39:08 c876e64c0df7: Layer already exists 10:39:08 4989c7050fb1: Layer already exists 10:39:08 d62a02444d39: Layer already exists 10:39:08 3.2.0-dev.81: digest: sha256:88aef80c0924892e01c920c9fbc50d410022452d4346dbbb2f071392b77c0383 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:08 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:08 + docker push nexus3.edgexfoundry.org:10004/core-command:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 10:39:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:39:08 612a21aea30b: Preparing 10:39:08 c876e64c0df7: Preparing 10:39:08 2c8f24279f52: Preparing 10:39:08 00c00723fc10: Preparing 10:39:08 b196b8ad3526: Preparing 10:39:08 4989c7050fb1: Preparing 10:39:08 d62a02444d39: Preparing 10:39:08 4989c7050fb1: Waiting 10:39:08 d62a02444d39: Waiting 10:39:08 c876e64c0df7: Layer already exists 10:39:08 2c8f24279f52: Layer already exists 10:39:08 00c00723fc10: Layer already exists 10:39:08 b196b8ad3526: Layer already exists 10:39:08 612a21aea30b: Layer already exists 10:39:08 4989c7050fb1: Layer already exists 10:39:08 d62a02444d39: Layer already exists 10:39:08 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:88aef80c0924892e01c920c9fbc50d410022452d4346dbbb2f071392b77c0383 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:09 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:09 + docker push nexus3.edgexfoundry.org:10004/core-command:main 10:39:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:39:09 612a21aea30b: Preparing 10:39:09 c876e64c0df7: Preparing 10:39:09 2c8f24279f52: Preparing 10:39:09 00c00723fc10: Preparing 10:39:09 b196b8ad3526: Preparing 10:39:09 4989c7050fb1: Preparing 10:39:09 d62a02444d39: Preparing 10:39:09 4989c7050fb1: Waiting 10:39:09 d62a02444d39: Waiting 10:39:09 00c00723fc10: Layer already exists 10:39:09 2c8f24279f52: Layer already exists 10:39:09 612a21aea30b: Layer already exists 10:39:09 b196b8ad3526: Layer already exists 10:39:09 c876e64c0df7: Layer already exists 10:39:09 4989c7050fb1: Layer already exists 10:39:09 d62a02444d39: Layer already exists 10:39:09 main: digest: sha256:88aef80c0924892e01c920c9fbc50d410022452d4346dbbb2f071392b77c0383 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:39:09 ===================================================== [Pipeline] echo 10:39:09 taggedImages: 10:39:09 - nexus3.edgexfoundry.org:10004/core-command:08e30e9824952b0f8cde611c7e69c4c853d0027d 10:39:09 - nexus3.edgexfoundry.org:10004/core-command:latest 10:39:09 - nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.81 10:39:09 - nexus3.edgexfoundry.org:10004/core-command:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 10:39:09 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 10:39:09 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 10:39:09 08e30e9824952b0f8cde611c7e69c4c853d0027d 10:39:09 latest 10:39:09 3.2.0-dev.81 10:39:09 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 10:39:09 main 10:39:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:09 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:10 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:08e30e9824952b0f8cde611c7e69c4c853d0027d 10:39:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 10:39:10 85c96cd346fb: Preparing 10:39:10 02be4e0432c4: Preparing 10:39:10 38c9c7b29b15: Preparing 10:39:10 6713416e0708: Preparing 10:39:10 2c8f24279f52: Preparing 10:39:10 00c00723fc10: Preparing 10:39:10 b196b8ad3526: Preparing 10:39:10 4989c7050fb1: Preparing 10:39:10 d62a02444d39: Preparing 10:39:10 00c00723fc10: Waiting 10:39:10 b196b8ad3526: Waiting 10:39:10 d62a02444d39: Waiting 10:39:10 4989c7050fb1: Waiting 10:39:10 2c8f24279f52: Layer already exists 10:39:10 02be4e0432c4: Pushed 10:39:10 38c9c7b29b15: Pushed 10:39:11 00c00723fc10: Layer already exists 10:39:11 b196b8ad3526: Layer already exists 10:39:11 4989c7050fb1: Layer already exists 10:39:11 d62a02444d39: Layer already exists 10:39:11 85c96cd346fb: Pushed 10:39:11 6713416e0708: Pushed 10:39:11 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:63f6fcae92d937fe03d1bb81da7be8ff35702711338a4144fa2e884cf3b6a5de size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:11 + 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 10:39:12 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 10:39:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 10:39:12 85c96cd346fb: Preparing 10:39:12 02be4e0432c4: Preparing 10:39:12 38c9c7b29b15: Preparing 10:39:12 6713416e0708: Preparing 10:39:12 2c8f24279f52: Preparing 10:39:12 00c00723fc10: Preparing 10:39:12 b196b8ad3526: Preparing 10:39:12 4989c7050fb1: Preparing 10:39:12 d62a02444d39: Preparing 10:39:12 00c00723fc10: Waiting 10:39:12 b196b8ad3526: Waiting 10:39:12 4989c7050fb1: Waiting 10:39:12 d62a02444d39: Waiting 10:39:12 38c9c7b29b15: Layer already exists 10:39:12 85c96cd346fb: Layer already exists 10:39:12 2c8f24279f52: Layer already exists 10:39:12 6713416e0708: Layer already exists 10:39:12 02be4e0432c4: Layer already exists 10:39:12 00c00723fc10: Layer already exists 10:39:12 d62a02444d39: Layer already exists 10:39:12 4989c7050fb1: Layer already exists 10:39:12 b196b8ad3526: Layer already exists 10:39:12 latest: digest: sha256:63f6fcae92d937fe03d1bb81da7be8ff35702711338a4144fa2e884cf3b6a5de size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:12 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:12 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.81 10:39:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 10:39:12 85c96cd346fb: Preparing 10:39:12 02be4e0432c4: Preparing 10:39:12 38c9c7b29b15: Preparing 10:39:12 6713416e0708: Preparing 10:39:12 2c8f24279f52: Preparing 10:39:12 00c00723fc10: Preparing 10:39:12 b196b8ad3526: Preparing 10:39:12 4989c7050fb1: Preparing 10:39:12 d62a02444d39: Preparing 10:39:12 d62a02444d39: Waiting 10:39:12 4989c7050fb1: Waiting 10:39:12 00c00723fc10: Waiting 10:39:12 b196b8ad3526: Waiting 10:39:12 6713416e0708: Layer already exists 10:39:12 38c9c7b29b15: Layer already exists 10:39:12 02be4e0432c4: Layer already exists 10:39:12 2c8f24279f52: Layer already exists 10:39:12 85c96cd346fb: Layer already exists 10:39:12 b196b8ad3526: Layer already exists 10:39:12 4989c7050fb1: Layer already exists 10:39:12 d62a02444d39: Layer already exists 10:39:12 00c00723fc10: Layer already exists 10:39:12 3.2.0-dev.81: digest: sha256:63f6fcae92d937fe03d1bb81da7be8ff35702711338a4144fa2e884cf3b6a5de size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:13 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:13 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 10:39:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 10:39:13 85c96cd346fb: Preparing 10:39:13 02be4e0432c4: Preparing 10:39:13 38c9c7b29b15: Preparing 10:39:13 6713416e0708: Preparing 10:39:13 2c8f24279f52: Preparing 10:39:13 00c00723fc10: Preparing 10:39:13 b196b8ad3526: Preparing 10:39:13 4989c7050fb1: Preparing 10:39:13 d62a02444d39: Preparing 10:39:13 00c00723fc10: Waiting 10:39:13 b196b8ad3526: Waiting 10:39:13 4989c7050fb1: Waiting 10:39:13 d62a02444d39: Waiting 10:39:13 02be4e0432c4: Layer already exists 10:39:13 85c96cd346fb: Layer already exists 10:39:13 2c8f24279f52: Layer already exists 10:39:13 6713416e0708: Layer already exists 10:39:13 38c9c7b29b15: Layer already exists 10:39:13 4989c7050fb1: Layer already exists 10:39:13 00c00723fc10: Layer already exists 10:39:13 b196b8ad3526: Layer already exists 10:39:13 d62a02444d39: Layer already exists 10:39:13 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:63f6fcae92d937fe03d1bb81da7be8ff35702711338a4144fa2e884cf3b6a5de size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:13 + 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 10:39:14 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 10:39:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 10:39:14 85c96cd346fb: Preparing 10:39:14 02be4e0432c4: Preparing 10:39:14 38c9c7b29b15: Preparing 10:39:14 6713416e0708: Preparing 10:39:14 2c8f24279f52: Preparing 10:39:14 00c00723fc10: Preparing 10:39:14 b196b8ad3526: Preparing 10:39:14 4989c7050fb1: Preparing 10:39:14 d62a02444d39: Preparing 10:39:14 00c00723fc10: Waiting 10:39:14 b196b8ad3526: Waiting 10:39:14 4989c7050fb1: Waiting 10:39:14 d62a02444d39: Waiting 10:39:14 6713416e0708: Layer already exists 10:39:14 38c9c7b29b15: Layer already exists 10:39:14 2c8f24279f52: Layer already exists 10:39:14 02be4e0432c4: Layer already exists 10:39:14 85c96cd346fb: Layer already exists 10:39:14 00c00723fc10: Layer already exists 10:39:14 b196b8ad3526: Layer already exists 10:39:14 4989c7050fb1: Layer already exists 10:39:14 d62a02444d39: Layer already exists 10:39:14 main: digest: sha256:63f6fcae92d937fe03d1bb81da7be8ff35702711338a4144fa2e884cf3b6a5de size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:39:14 ===================================================== [Pipeline] echo 10:39:14 taggedImages: 10:39:14 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:08e30e9824952b0f8cde611c7e69c4c853d0027d 10:39:14 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 10:39:14 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.81 10:39:14 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 10:39:14 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 10:39:14 [edgeXDocker.push] Tagging docker image core-data with the following tags: 10:39:14 08e30e9824952b0f8cde611c7e69c4c853d0027d 10:39:14 latest 10:39:14 3.2.0-dev.81 10:39:14 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 10:39:14 main 10:39:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:14 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:14 + docker push nexus3.edgexfoundry.org:10004/core-data:08e30e9824952b0f8cde611c7e69c4c853d0027d 10:39:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:39:14 3ff790cfdb27: Preparing 10:39:14 d7381fc17e28: Preparing 10:39:14 87410d9ee87d: Preparing 10:39:14 2c8f24279f52: Preparing 10:39:14 00c00723fc10: Preparing 10:39:14 9ab75d5e46eb: Preparing 10:39:14 c12d055b3ca0: Preparing 10:39:14 d62a02444d39: Preparing 10:39:14 c12d055b3ca0: Waiting 10:39:14 d62a02444d39: Waiting 10:39:14 9ab75d5e46eb: Waiting 10:39:14 2c8f24279f52: Layer already exists 10:39:14 00c00723fc10: Layer already exists 10:39:14 3ff790cfdb27: Pushed 10:39:14 c12d055b3ca0: Pushed 10:39:14 d7381fc17e28: Pushed 10:39:14 d62a02444d39: Layer already exists 10:39:14 9ab75d5e46eb: Pushed 10:39:18 87410d9ee87d: Pushed 10:39:18 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:331744ef6c74487ea362a861f357a16eb107513109a9cfc45077a734772cf204 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:18 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:18 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 10:39:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:39:18 3ff790cfdb27: Preparing 10:39:18 d7381fc17e28: Preparing 10:39:18 87410d9ee87d: Preparing 10:39:18 2c8f24279f52: Preparing 10:39:18 00c00723fc10: Preparing 10:39:18 9ab75d5e46eb: Preparing 10:39:18 c12d055b3ca0: Preparing 10:39:18 d62a02444d39: Preparing 10:39:18 9ab75d5e46eb: Waiting 10:39:18 c12d055b3ca0: Waiting 10:39:18 d62a02444d39: Waiting 10:39:18 2c8f24279f52: Layer already exists 10:39:18 00c00723fc10: Layer already exists 10:39:18 d7381fc17e28: Layer already exists 10:39:18 87410d9ee87d: Layer already exists 10:39:18 3ff790cfdb27: Layer already exists 10:39:18 c12d055b3ca0: Layer already exists 10:39:18 9ab75d5e46eb: Layer already exists 10:39:18 d62a02444d39: Layer already exists 10:39:18 latest: digest: sha256:331744ef6c74487ea362a861f357a16eb107513109a9cfc45077a734772cf204 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:19 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:19 + docker push nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.81 10:39:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:39:19 3ff790cfdb27: Preparing 10:39:19 d7381fc17e28: Preparing 10:39:19 87410d9ee87d: Preparing 10:39:19 2c8f24279f52: Preparing 10:39:19 00c00723fc10: Preparing 10:39:19 9ab75d5e46eb: Preparing 10:39:19 c12d055b3ca0: Preparing 10:39:19 d62a02444d39: Preparing 10:39:19 9ab75d5e46eb: Waiting 10:39:19 c12d055b3ca0: Waiting 10:39:19 d62a02444d39: Waiting 10:39:19 2c8f24279f52: Layer already exists 10:39:19 00c00723fc10: Layer already exists 10:39:19 3ff790cfdb27: Layer already exists 10:39:19 87410d9ee87d: Layer already exists 10:39:19 d7381fc17e28: Layer already exists 10:39:19 c12d055b3ca0: Layer already exists 10:39:19 9ab75d5e46eb: Layer already exists 10:39:19 d62a02444d39: Layer already exists 10:39:19 3.2.0-dev.81: digest: sha256:331744ef6c74487ea362a861f357a16eb107513109a9cfc45077a734772cf204 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:19 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:20 + docker push nexus3.edgexfoundry.org:10004/core-data:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 10:39:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:39:20 3ff790cfdb27: Preparing 10:39:20 d7381fc17e28: Preparing 10:39:20 87410d9ee87d: Preparing 10:39:20 2c8f24279f52: Preparing 10:39:20 00c00723fc10: Preparing 10:39:20 9ab75d5e46eb: Preparing 10:39:20 c12d055b3ca0: Preparing 10:39:20 d62a02444d39: Preparing 10:39:20 9ab75d5e46eb: Waiting 10:39:20 c12d055b3ca0: Waiting 10:39:20 2c8f24279f52: Layer already exists 10:39:20 3ff790cfdb27: Layer already exists 10:39:20 87410d9ee87d: Layer already exists 10:39:20 d7381fc17e28: Layer already exists 10:39:20 00c00723fc10: Layer already exists 10:39:20 c12d055b3ca0: Layer already exists 10:39:20 d62a02444d39: Layer already exists 10:39:20 9ab75d5e46eb: Layer already exists 10:39:20 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:331744ef6c74487ea362a861f357a16eb107513109a9cfc45077a734772cf204 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:20 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:20 + docker push nexus3.edgexfoundry.org:10004/core-data:main 10:39:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:39:20 3ff790cfdb27: Preparing 10:39:20 d7381fc17e28: Preparing 10:39:20 87410d9ee87d: Preparing 10:39:20 2c8f24279f52: Preparing 10:39:20 00c00723fc10: Preparing 10:39:20 9ab75d5e46eb: Preparing 10:39:20 c12d055b3ca0: Preparing 10:39:20 d62a02444d39: Preparing 10:39:20 c12d055b3ca0: Waiting 10:39:20 9ab75d5e46eb: Waiting 10:39:20 d62a02444d39: Waiting 10:39:20 3ff790cfdb27: Layer already exists 10:39:20 00c00723fc10: Layer already exists 10:39:20 2c8f24279f52: Layer already exists 10:39:20 87410d9ee87d: Layer already exists 10:39:20 d7381fc17e28: Layer already exists 10:39:20 d62a02444d39: Layer already exists 10:39:20 9ab75d5e46eb: Layer already exists 10:39:20 c12d055b3ca0: Layer already exists 10:39:20 main: digest: sha256:331744ef6c74487ea362a861f357a16eb107513109a9cfc45077a734772cf204 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:39:20 ===================================================== [Pipeline] echo 10:39:20 taggedImages: 10:39:20 - nexus3.edgexfoundry.org:10004/core-data:08e30e9824952b0f8cde611c7e69c4c853d0027d 10:39:20 - nexus3.edgexfoundry.org:10004/core-data:latest 10:39:20 - nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.81 10:39:20 - nexus3.edgexfoundry.org:10004/core-data:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 10:39:20 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 10:39:20 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 10:39:20 08e30e9824952b0f8cde611c7e69c4c853d0027d 10:39:20 latest 10:39:20 3.2.0-dev.81 10:39:20 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 10:39:20 main 10:39:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:21 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:21 + docker push nexus3.edgexfoundry.org:10004/core-keeper:08e30e9824952b0f8cde611c7e69c4c853d0027d 10:39:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 10:39:21 e3bb24833b84: Preparing 10:39:21 b61b04f2d546: Preparing 10:39:21 d3b5c2e58b0a: Preparing 10:39:21 00c00723fc10: Preparing 10:39:21 e83355cf369d: Preparing 10:39:21 259b4b454020: Preparing 10:39:21 d62a02444d39: Preparing 10:39:21 259b4b454020: Waiting 10:39:21 d62a02444d39: Waiting 10:39:21 00c00723fc10: Layer already exists 10:39:21 e3bb24833b84: Pushed 10:39:21 e83355cf369d: Pushed 10:39:21 259b4b454020: Pushed 10:39:21 b61b04f2d546: Pushed 10:39:21 d62a02444d39: Layer already exists 10:39:24 d3b5c2e58b0a: Pushed 10:39:24 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:bb993a0362dda572522e63b402a2abb7156e9f82f588033f1bc6a7d5f68ddb7a size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:25 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:25 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 10:39:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 10:39:25 e3bb24833b84: Preparing 10:39:25 b61b04f2d546: Preparing 10:39:25 d3b5c2e58b0a: Preparing 10:39:25 00c00723fc10: Preparing 10:39:25 e83355cf369d: Preparing 10:39:25 259b4b454020: Preparing 10:39:25 d62a02444d39: Preparing 10:39:25 259b4b454020: Waiting 10:39:25 e3bb24833b84: Layer already exists 10:39:25 b61b04f2d546: Layer already exists 10:39:25 00c00723fc10: Layer already exists 10:39:25 d3b5c2e58b0a: Layer already exists 10:39:25 e83355cf369d: Layer already exists 10:39:25 d62a02444d39: Layer already exists 10:39:25 259b4b454020: Layer already exists 10:39:25 latest: digest: sha256:bb993a0362dda572522e63b402a2abb7156e9f82f588033f1bc6a7d5f68ddb7a size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:25 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:26 + docker push nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.81 10:39:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 10:39:26 e3bb24833b84: Preparing 10:39:26 b61b04f2d546: Preparing 10:39:26 d3b5c2e58b0a: Preparing 10:39:26 00c00723fc10: Preparing 10:39:26 e83355cf369d: Preparing 10:39:26 259b4b454020: Preparing 10:39:26 d62a02444d39: Preparing 10:39:26 259b4b454020: Waiting 10:39:26 d62a02444d39: Waiting 10:39:26 e83355cf369d: Layer already exists 10:39:26 b61b04f2d546: Layer already exists 10:39:26 00c00723fc10: Layer already exists 10:39:26 e3bb24833b84: Layer already exists 10:39:26 d3b5c2e58b0a: Layer already exists 10:39:26 259b4b454020: Layer already exists 10:39:26 d62a02444d39: Layer already exists 10:39:26 3.2.0-dev.81: digest: sha256:bb993a0362dda572522e63b402a2abb7156e9f82f588033f1bc6a7d5f68ddb7a size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:26 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:26 + docker push nexus3.edgexfoundry.org:10004/core-keeper:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 10:39:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 10:39:26 e3bb24833b84: Preparing 10:39:26 b61b04f2d546: Preparing 10:39:26 d3b5c2e58b0a: Preparing 10:39:26 00c00723fc10: Preparing 10:39:26 e83355cf369d: Preparing 10:39:26 259b4b454020: Preparing 10:39:26 d62a02444d39: Preparing 10:39:26 259b4b454020: Waiting 10:39:26 d62a02444d39: Waiting 10:39:26 00c00723fc10: Layer already exists 10:39:26 b61b04f2d546: Layer already exists 10:39:26 e83355cf369d: Layer already exists 10:39:26 e3bb24833b84: Layer already exists 10:39:26 d3b5c2e58b0a: Layer already exists 10:39:26 d62a02444d39: Layer already exists 10:39:26 259b4b454020: Layer already exists 10:39:26 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:bb993a0362dda572522e63b402a2abb7156e9f82f588033f1bc6a7d5f68ddb7a size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:27 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:27 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 10:39:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 10:39:27 e3bb24833b84: Preparing 10:39:27 b61b04f2d546: Preparing 10:39:27 d3b5c2e58b0a: Preparing 10:39:27 00c00723fc10: Preparing 10:39:27 e83355cf369d: Preparing 10:39:27 259b4b454020: Preparing 10:39:27 d62a02444d39: Preparing 10:39:27 259b4b454020: Waiting 10:39:27 d62a02444d39: Waiting 10:39:27 b61b04f2d546: Layer already exists 10:39:27 00c00723fc10: Layer already exists 10:39:27 e83355cf369d: Layer already exists 10:39:27 d3b5c2e58b0a: Layer already exists 10:39:27 e3bb24833b84: Layer already exists 10:39:27 d62a02444d39: Layer already exists 10:39:27 259b4b454020: Layer already exists 10:39:27 main: digest: sha256:bb993a0362dda572522e63b402a2abb7156e9f82f588033f1bc6a7d5f68ddb7a size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:39:27 ===================================================== [Pipeline] echo 10:39:27 taggedImages: 10:39:27 - nexus3.edgexfoundry.org:10004/core-keeper:08e30e9824952b0f8cde611c7e69c4c853d0027d 10:39:27 - nexus3.edgexfoundry.org:10004/core-keeper:latest 10:39:27 - nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.81 10:39:27 - nexus3.edgexfoundry.org:10004/core-keeper:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 10:39:27 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 10:39:27 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 10:39:27 08e30e9824952b0f8cde611c7e69c4c853d0027d 10:39:27 latest 10:39:27 3.2.0-dev.81 10:39:27 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 10:39:27 main 10:39:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:27 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:28 + docker push nexus3.edgexfoundry.org:10004/core-metadata:08e30e9824952b0f8cde611c7e69c4c853d0027d 10:39:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:39:28 dc7660cc2ca1: Preparing 10:39:28 66a16a2243bc: Preparing 10:39:28 125357aed292: Preparing 10:39:28 d701f9f2e7e2: Preparing 10:39:28 2c8f24279f52: Preparing 10:39:28 00c00723fc10: Preparing 10:39:28 b196b8ad3526: Preparing 10:39:28 4989c7050fb1: Preparing 10:39:28 d62a02444d39: Preparing 10:39:28 00c00723fc10: Waiting 10:39:28 b196b8ad3526: Waiting 10:39:28 4989c7050fb1: Waiting 10:39:28 d62a02444d39: Waiting 10:39:28 2c8f24279f52: Layer already exists 10:39:28 00c00723fc10: Layer already exists 10:39:28 b196b8ad3526: Layer already exists 10:39:28 4989c7050fb1: Layer already exists 10:39:28 d62a02444d39: Layer already exists 10:39:28 dc7660cc2ca1: Pushed 10:39:28 66a16a2243bc: Pushed 10:39:28 125357aed292: Pushed 10:39:31 d701f9f2e7e2: Pushed 10:39:31 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:b8cb6e5c99ea74ccd3e33f27cb326d30306d460618306243502d342ff0e78f74 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:31 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:32 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 10:39:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:39:32 dc7660cc2ca1: Preparing 10:39:32 66a16a2243bc: Preparing 10:39:32 125357aed292: Preparing 10:39:32 d701f9f2e7e2: Preparing 10:39:32 2c8f24279f52: Preparing 10:39:32 00c00723fc10: Preparing 10:39:32 b196b8ad3526: Preparing 10:39:32 4989c7050fb1: Preparing 10:39:32 d62a02444d39: Preparing 10:39:32 b196b8ad3526: Waiting 10:39:32 4989c7050fb1: Waiting 10:39:32 d62a02444d39: Waiting 10:39:32 00c00723fc10: Waiting 10:39:32 d701f9f2e7e2: Layer already exists 10:39:32 66a16a2243bc: Layer already exists 10:39:32 2c8f24279f52: Layer already exists 10:39:32 dc7660cc2ca1: Layer already exists 10:39:32 125357aed292: Layer already exists 10:39:32 4989c7050fb1: Layer already exists 10:39:32 00c00723fc10: Layer already exists 10:39:32 b196b8ad3526: Layer already exists 10:39:32 d62a02444d39: Layer already exists 10:39:32 latest: digest: sha256:b8cb6e5c99ea74ccd3e33f27cb326d30306d460618306243502d342ff0e78f74 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:32 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:32 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.81 10:39:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:39:32 dc7660cc2ca1: Preparing 10:39:32 66a16a2243bc: Preparing 10:39:32 125357aed292: Preparing 10:39:32 d701f9f2e7e2: Preparing 10:39:32 2c8f24279f52: Preparing 10:39:32 00c00723fc10: Preparing 10:39:32 b196b8ad3526: Preparing 10:39:32 4989c7050fb1: Preparing 10:39:32 d62a02444d39: Preparing 10:39:32 00c00723fc10: Waiting 10:39:32 b196b8ad3526: Waiting 10:39:32 4989c7050fb1: Waiting 10:39:32 d62a02444d39: Waiting 10:39:32 125357aed292: Layer already exists 10:39:32 d701f9f2e7e2: Layer already exists 10:39:32 dc7660cc2ca1: Layer already exists 10:39:32 66a16a2243bc: Layer already exists 10:39:32 2c8f24279f52: Layer already exists 10:39:32 4989c7050fb1: Layer already exists 10:39:32 00c00723fc10: Layer already exists 10:39:32 b196b8ad3526: Layer already exists 10:39:32 d62a02444d39: Layer already exists 10:39:32 3.2.0-dev.81: digest: sha256:b8cb6e5c99ea74ccd3e33f27cb326d30306d460618306243502d342ff0e78f74 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:33 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:33 + docker push nexus3.edgexfoundry.org:10004/core-metadata:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 10:39:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:39:33 dc7660cc2ca1: Preparing 10:39:33 66a16a2243bc: Preparing 10:39:33 125357aed292: Preparing 10:39:33 d701f9f2e7e2: Preparing 10:39:33 2c8f24279f52: Preparing 10:39:33 00c00723fc10: Preparing 10:39:33 b196b8ad3526: Preparing 10:39:33 4989c7050fb1: Preparing 10:39:33 d62a02444d39: Preparing 10:39:33 b196b8ad3526: Waiting 10:39:33 d62a02444d39: Waiting 10:39:33 4989c7050fb1: Waiting 10:39:33 00c00723fc10: Waiting 10:39:33 125357aed292: Layer already exists 10:39:33 d701f9f2e7e2: Layer already exists 10:39:33 2c8f24279f52: Layer already exists 10:39:33 66a16a2243bc: Layer already exists 10:39:33 dc7660cc2ca1: Layer already exists 10:39:33 00c00723fc10: Layer already exists 10:39:33 d62a02444d39: Layer already exists 10:39:33 b196b8ad3526: Layer already exists 10:39:33 4989c7050fb1: Layer already exists 10:39:33 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:b8cb6e5c99ea74ccd3e33f27cb326d30306d460618306243502d342ff0e78f74 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:33 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:34 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 10:39:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:39:34 dc7660cc2ca1: Preparing 10:39:34 66a16a2243bc: Preparing 10:39:34 125357aed292: Preparing 10:39:34 d701f9f2e7e2: Preparing 10:39:34 2c8f24279f52: Preparing 10:39:34 00c00723fc10: Preparing 10:39:34 b196b8ad3526: Preparing 10:39:34 4989c7050fb1: Preparing 10:39:34 d62a02444d39: Preparing 10:39:34 b196b8ad3526: Waiting 10:39:34 4989c7050fb1: Waiting 10:39:34 d62a02444d39: Waiting 10:39:34 00c00723fc10: Waiting 10:39:34 125357aed292: Layer already exists 10:39:34 2c8f24279f52: Layer already exists 10:39:34 66a16a2243bc: Layer already exists 10:39:34 d701f9f2e7e2: Layer already exists 10:39:34 dc7660cc2ca1: Layer already exists 10:39:34 b196b8ad3526: Layer already exists 10:39:34 4989c7050fb1: Layer already exists 10:39:34 00c00723fc10: Layer already exists 10:39:34 d62a02444d39: Layer already exists 10:39:34 main: digest: sha256:b8cb6e5c99ea74ccd3e33f27cb326d30306d460618306243502d342ff0e78f74 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:39:34 ===================================================== [Pipeline] echo 10:39:34 taggedImages: 10:39:34 - nexus3.edgexfoundry.org:10004/core-metadata:08e30e9824952b0f8cde611c7e69c4c853d0027d 10:39:34 - nexus3.edgexfoundry.org:10004/core-metadata:latest 10:39:34 - nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.81 10:39:34 - nexus3.edgexfoundry.org:10004/core-metadata:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 10:39:34 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 10:39:34 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 10:39:34 08e30e9824952b0f8cde611c7e69c4c853d0027d 10:39:34 latest 10:39:34 3.2.0-dev.81 10:39:34 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 10:39:34 main 10:39:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:34 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:34 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:08e30e9824952b0f8cde611c7e69c4c853d0027d 10:39:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:39:34 cff4023964ea: Preparing 10:39:34 023cda3b29fa: Preparing 10:39:34 4c1a660833ec: Preparing 10:39:34 af40623ee8d0: Preparing 10:39:34 2dd92aa16193: Preparing 10:39:34 9e547074229b: Preparing 10:39:34 5e065f055e44: Preparing 10:39:34 f048e345357f: Preparing 10:39:34 2c8f24279f52: Preparing 10:39:34 00c00723fc10: Preparing 10:39:34 0cdc434331e5: Preparing 10:39:34 5fa8e9de9989: Preparing 10:39:34 5f70bf18a086: Preparing 10:39:34 a2e0b5ca8b0c: Preparing 10:39:34 5cefb789e8b2: Preparing 10:39:34 63399b9247c1: Preparing 10:39:34 d62a02444d39: Preparing 10:39:34 9e547074229b: Waiting 10:39:34 2c8f24279f52: Waiting 10:39:34 00c00723fc10: Waiting 10:39:34 0cdc434331e5: Waiting 10:39:34 5e065f055e44: Waiting 10:39:34 5fa8e9de9989: Waiting 10:39:34 5f70bf18a086: Waiting 10:39:34 f048e345357f: Waiting 10:39:34 d62a02444d39: Waiting 10:39:34 63399b9247c1: Waiting 10:39:34 a2e0b5ca8b0c: Waiting 10:39:34 af40623ee8d0: Pushed 10:39:34 023cda3b29fa: Pushed 10:39:34 2dd92aa16193: Pushed 10:39:34 4c1a660833ec: Pushed 10:39:34 cff4023964ea: Pushed 10:39:35 9e547074229b: Pushed 10:39:35 5e065f055e44: Pushed 10:39:35 2c8f24279f52: Layer already exists 10:39:35 0cdc434331e5: Pushed 10:39:35 5fa8e9de9989: Pushed 10:39:35 00c00723fc10: Layer already exists 10:39:35 5f70bf18a086: Layer already exists 10:39:35 a2e0b5ca8b0c: Pushed 10:39:35 5cefb789e8b2: Pushed 10:39:35 d62a02444d39: Layer already exists 10:39:35 63399b9247c1: Pushed 10:39:36 f048e345357f: Pushed 10:39:36 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:915aeec8ee54237d85e72406ed319fb6458a855fb50ffa4797f8349830ad4caa size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:36 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:37 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 10:39:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:39:37 cff4023964ea: Preparing 10:39:37 023cda3b29fa: Preparing 10:39:37 4c1a660833ec: Preparing 10:39:37 af40623ee8d0: Preparing 10:39:37 2dd92aa16193: Preparing 10:39:37 9e547074229b: Preparing 10:39:37 5e065f055e44: Preparing 10:39:37 f048e345357f: Preparing 10:39:37 2c8f24279f52: Preparing 10:39:37 00c00723fc10: Preparing 10:39:37 0cdc434331e5: Preparing 10:39:37 5fa8e9de9989: Preparing 10:39:37 5f70bf18a086: Preparing 10:39:37 a2e0b5ca8b0c: Preparing 10:39:37 5cefb789e8b2: Preparing 10:39:37 63399b9247c1: Preparing 10:39:37 d62a02444d39: Preparing 10:39:37 f048e345357f: Waiting 10:39:37 2c8f24279f52: Waiting 10:39:37 00c00723fc10: Waiting 10:39:37 0cdc434331e5: Waiting 10:39:37 5fa8e9de9989: Waiting 10:39:37 5f70bf18a086: Waiting 10:39:37 a2e0b5ca8b0c: Waiting 10:39:37 5cefb789e8b2: Waiting 10:39:37 63399b9247c1: Waiting 10:39:37 d62a02444d39: Waiting 10:39:37 9e547074229b: Waiting 10:39:37 5e065f055e44: Waiting 10:39:37 2dd92aa16193: Layer already exists 10:39:37 cff4023964ea: Layer already exists 10:39:37 023cda3b29fa: Layer already exists 10:39:37 af40623ee8d0: Layer already exists 10:39:37 4c1a660833ec: Layer already exists 10:39:37 f048e345357f: Layer already exists 10:39:37 9e547074229b: Layer already exists 10:39:37 5e065f055e44: Layer already exists 10:39:37 00c00723fc10: Layer already exists 10:39:37 2c8f24279f52: Layer already exists 10:39:37 5fa8e9de9989: Layer already exists 10:39:37 0cdc434331e5: Layer already exists 10:39:37 5f70bf18a086: Layer already exists 10:39:37 5cefb789e8b2: Layer already exists 10:39:37 a2e0b5ca8b0c: Layer already exists 10:39:37 63399b9247c1: Layer already exists 10:39:37 d62a02444d39: Layer already exists 10:39:37 latest: digest: sha256:915aeec8ee54237d85e72406ed319fb6458a855fb50ffa4797f8349830ad4caa size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:37 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:37 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.81 10:39:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:39:37 cff4023964ea: Preparing 10:39:37 023cda3b29fa: Preparing 10:39:37 4c1a660833ec: Preparing 10:39:37 af40623ee8d0: Preparing 10:39:37 2dd92aa16193: Preparing 10:39:37 9e547074229b: Preparing 10:39:37 5e065f055e44: Preparing 10:39:37 f048e345357f: Preparing 10:39:37 2c8f24279f52: Preparing 10:39:37 00c00723fc10: Preparing 10:39:37 9e547074229b: Waiting 10:39:37 0cdc434331e5: Preparing 10:39:37 5e065f055e44: Waiting 10:39:37 5fa8e9de9989: Preparing 10:39:37 5f70bf18a086: Preparing 10:39:37 a2e0b5ca8b0c: Preparing 10:39:37 f048e345357f: Waiting 10:39:37 5cefb789e8b2: Preparing 10:39:37 63399b9247c1: Preparing 10:39:37 d62a02444d39: Preparing 10:39:37 2c8f24279f52: Waiting 10:39:37 a2e0b5ca8b0c: Waiting 10:39:37 5cefb789e8b2: Waiting 10:39:37 63399b9247c1: Waiting 10:39:37 d62a02444d39: Waiting 10:39:37 00c00723fc10: Waiting 10:39:37 0cdc434331e5: Waiting 10:39:37 5fa8e9de9989: Waiting 10:39:37 5f70bf18a086: Waiting 10:39:37 4c1a660833ec: Layer already exists 10:39:37 af40623ee8d0: Layer already exists 10:39:37 023cda3b29fa: Layer already exists 10:39:37 2dd92aa16193: Layer already exists 10:39:37 cff4023964ea: Layer already exists 10:39:37 f048e345357f: Layer already exists 10:39:37 9e547074229b: Layer already exists 10:39:37 5e065f055e44: Layer already exists 10:39:37 2c8f24279f52: Layer already exists 10:39:37 00c00723fc10: Layer already exists 10:39:37 0cdc434331e5: Layer already exists 10:39:37 5f70bf18a086: Layer already exists 10:39:37 5fa8e9de9989: Layer already exists 10:39:37 5cefb789e8b2: Layer already exists 10:39:37 a2e0b5ca8b0c: Layer already exists 10:39:37 d62a02444d39: Layer already exists 10:39:37 63399b9247c1: Layer already exists 10:39:37 3.2.0-dev.81: digest: sha256:915aeec8ee54237d85e72406ed319fb6458a855fb50ffa4797f8349830ad4caa size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:38 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:38 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 10:39:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:39:38 cff4023964ea: Preparing 10:39:38 023cda3b29fa: Preparing 10:39:38 4c1a660833ec: Preparing 10:39:38 af40623ee8d0: Preparing 10:39:38 2dd92aa16193: Preparing 10:39:38 9e547074229b: Preparing 10:39:38 5e065f055e44: Preparing 10:39:38 f048e345357f: Preparing 10:39:38 2c8f24279f52: Preparing 10:39:38 00c00723fc10: Preparing 10:39:38 0cdc434331e5: Preparing 10:39:38 5fa8e9de9989: Preparing 10:39:38 5f70bf18a086: Preparing 10:39:38 a2e0b5ca8b0c: Preparing 10:39:38 5cefb789e8b2: Preparing 10:39:38 63399b9247c1: Preparing 10:39:38 d62a02444d39: Preparing 10:39:38 9e547074229b: Waiting 10:39:38 5e065f055e44: Waiting 10:39:38 f048e345357f: Waiting 10:39:38 00c00723fc10: Waiting 10:39:38 0cdc434331e5: Waiting 10:39:38 5fa8e9de9989: Waiting 10:39:38 5f70bf18a086: Waiting 10:39:38 a2e0b5ca8b0c: Waiting 10:39:38 5cefb789e8b2: Waiting 10:39:38 63399b9247c1: Waiting 10:39:38 d62a02444d39: Waiting 10:39:38 2c8f24279f52: Waiting 10:39:38 023cda3b29fa: Layer already exists 10:39:38 4c1a660833ec: Layer already exists 10:39:38 cff4023964ea: Layer already exists 10:39:38 af40623ee8d0: Layer already exists 10:39:38 2dd92aa16193: Layer already exists 10:39:38 9e547074229b: Layer already exists 10:39:38 f048e345357f: Layer already exists 10:39:38 5e065f055e44: Layer already exists 10:39:38 2c8f24279f52: Layer already exists 10:39:38 00c00723fc10: Layer already exists 10:39:38 0cdc434331e5: Layer already exists 10:39:38 5fa8e9de9989: Layer already exists 10:39:38 5f70bf18a086: Layer already exists 10:39:38 a2e0b5ca8b0c: Layer already exists 10:39:38 5cefb789e8b2: Layer already exists 10:39:38 63399b9247c1: Layer already exists 10:39:38 d62a02444d39: Layer already exists 10:39:38 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:915aeec8ee54237d85e72406ed319fb6458a855fb50ffa4797f8349830ad4caa size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:38 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:38 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 10:39:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:39:38 cff4023964ea: Preparing 10:39:38 023cda3b29fa: Preparing 10:39:38 4c1a660833ec: Preparing 10:39:38 af40623ee8d0: Preparing 10:39:38 2dd92aa16193: Preparing 10:39:38 9e547074229b: Preparing 10:39:38 5e065f055e44: Preparing 10:39:38 f048e345357f: Preparing 10:39:38 2c8f24279f52: Preparing 10:39:38 00c00723fc10: Preparing 10:39:38 0cdc434331e5: Preparing 10:39:38 5fa8e9de9989: Preparing 10:39:38 5f70bf18a086: Preparing 10:39:38 a2e0b5ca8b0c: Preparing 10:39:38 5cefb789e8b2: Preparing 10:39:38 63399b9247c1: Preparing 10:39:38 d62a02444d39: Preparing 10:39:38 0cdc434331e5: Waiting 10:39:38 5fa8e9de9989: Waiting 10:39:38 5f70bf18a086: Waiting 10:39:38 a2e0b5ca8b0c: Waiting 10:39:38 9e547074229b: Waiting 10:39:38 5cefb789e8b2: Waiting 10:39:38 5e065f055e44: Waiting 10:39:38 f048e345357f: Waiting 10:39:38 63399b9247c1: Waiting 10:39:38 2c8f24279f52: Waiting 10:39:38 00c00723fc10: Waiting 10:39:38 d62a02444d39: Waiting 10:39:38 2dd92aa16193: Layer already exists 10:39:38 4c1a660833ec: Layer already exists 10:39:38 cff4023964ea: Layer already exists 10:39:38 023cda3b29fa: Layer already exists 10:39:38 5e065f055e44: Layer already exists 10:39:38 f048e345357f: Layer already exists 10:39:38 9e547074229b: Layer already exists 10:39:38 2c8f24279f52: Layer already exists 10:39:38 af40623ee8d0: Layer already exists 10:39:38 00c00723fc10: Layer already exists 10:39:38 5fa8e9de9989: Layer already exists 10:39:38 0cdc434331e5: Layer already exists 10:39:38 5f70bf18a086: Layer already exists 10:39:38 a2e0b5ca8b0c: Layer already exists 10:39:38 5cefb789e8b2: Layer already exists 10:39:38 63399b9247c1: Layer already exists 10:39:38 d62a02444d39: Layer already exists 10:39:38 main: digest: sha256:915aeec8ee54237d85e72406ed319fb6458a855fb50ffa4797f8349830ad4caa size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:39:39 ===================================================== [Pipeline] echo 10:39:39 taggedImages: 10:39:39 - nexus3.edgexfoundry.org:10004/security-bootstrapper:08e30e9824952b0f8cde611c7e69c4c853d0027d 10:39:39 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 10:39:39 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.81 10:39:39 - nexus3.edgexfoundry.org:10004/security-bootstrapper:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 10:39:39 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 10:39:39 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 10:39:39 08e30e9824952b0f8cde611c7e69c4c853d0027d 10:39:39 latest 10:39:39 3.2.0-dev.81 10:39:39 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 10:39:39 main 10:39:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:39 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:39 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:08e30e9824952b0f8cde611c7e69c4c853d0027d 10:39:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 10:39:39 5c824e311435: Preparing 10:39:39 27ab7ee61f04: Preparing 10:39:39 2c31218e0167: Preparing 10:39:39 5c6a5362637d: Preparing 10:39:39 2c8f24279f52: Preparing 10:39:39 00c00723fc10: Preparing 10:39:39 b196b8ad3526: Preparing 10:39:39 4989c7050fb1: Preparing 10:39:39 d62a02444d39: Preparing 10:39:39 00c00723fc10: Waiting 10:39:39 b196b8ad3526: Waiting 10:39:39 d62a02444d39: Waiting 10:39:39 2c8f24279f52: Layer already exists 10:39:39 27ab7ee61f04: Pushed 10:39:39 2c31218e0167: Pushed 10:39:39 00c00723fc10: Layer already exists 10:39:39 5c824e311435: Pushed 10:39:39 4989c7050fb1: Layer already exists 10:39:39 b196b8ad3526: Layer already exists 10:39:39 d62a02444d39: Layer already exists 10:39:42 5c6a5362637d: Pushed 10:39:42 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:1d222024fa59d53d44b0e4583dfe0ec1134fc783db0b54e1e4849147d1f6e0ad size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:42 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:42 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 10:39:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 10:39:42 5c824e311435: Preparing 10:39:42 27ab7ee61f04: Preparing 10:39:42 2c31218e0167: Preparing 10:39:42 5c6a5362637d: Preparing 10:39:42 2c8f24279f52: Preparing 10:39:42 00c00723fc10: Preparing 10:39:42 b196b8ad3526: Preparing 10:39:42 4989c7050fb1: Preparing 10:39:42 d62a02444d39: Preparing 10:39:42 b196b8ad3526: Waiting 10:39:42 4989c7050fb1: Waiting 10:39:42 d62a02444d39: Waiting 10:39:42 00c00723fc10: Waiting 10:39:42 5c6a5362637d: Layer already exists 10:39:42 27ab7ee61f04: Layer already exists 10:39:42 5c824e311435: Layer already exists 10:39:42 2c8f24279f52: Layer already exists 10:39:42 2c31218e0167: Layer already exists 10:39:42 b196b8ad3526: Layer already exists 10:39:42 4989c7050fb1: Layer already exists 10:39:42 00c00723fc10: Layer already exists 10:39:42 d62a02444d39: Layer already exists 10:39:42 latest: digest: sha256:1d222024fa59d53d44b0e4583dfe0ec1134fc783db0b54e1e4849147d1f6e0ad size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:43 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:43 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.81 10:39:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 10:39:43 5c824e311435: Preparing 10:39:43 27ab7ee61f04: Preparing 10:39:43 2c31218e0167: Preparing 10:39:43 5c6a5362637d: Preparing 10:39:43 2c8f24279f52: Preparing 10:39:43 00c00723fc10: Preparing 10:39:43 b196b8ad3526: Preparing 10:39:43 4989c7050fb1: Preparing 10:39:43 d62a02444d39: Preparing 10:39:43 4989c7050fb1: Waiting 10:39:43 d62a02444d39: Waiting 10:39:43 00c00723fc10: Waiting 10:39:43 b196b8ad3526: Waiting 10:39:43 27ab7ee61f04: Layer already exists 10:39:43 5c824e311435: Layer already exists 10:39:43 2c8f24279f52: Layer already exists 10:39:43 2c31218e0167: Layer already exists 10:39:43 5c6a5362637d: Layer already exists 10:39:43 4989c7050fb1: Layer already exists 10:39:43 b196b8ad3526: Layer already exists 10:39:43 d62a02444d39: Layer already exists 10:39:43 00c00723fc10: Layer already exists 10:39:43 3.2.0-dev.81: digest: sha256:1d222024fa59d53d44b0e4583dfe0ec1134fc783db0b54e1e4849147d1f6e0ad size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:43 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:44 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 10:39:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 10:39:44 5c824e311435: Preparing 10:39:44 27ab7ee61f04: Preparing 10:39:44 2c31218e0167: Preparing 10:39:44 5c6a5362637d: Preparing 10:39:44 2c8f24279f52: Preparing 10:39:44 00c00723fc10: Preparing 10:39:44 b196b8ad3526: Preparing 10:39:44 4989c7050fb1: Preparing 10:39:44 d62a02444d39: Preparing 10:39:44 00c00723fc10: Waiting 10:39:44 b196b8ad3526: Waiting 10:39:44 4989c7050fb1: Waiting 10:39:44 2c8f24279f52: Layer already exists 10:39:44 27ab7ee61f04: Layer already exists 10:39:44 5c6a5362637d: Layer already exists 10:39:44 5c824e311435: Layer already exists 10:39:44 2c31218e0167: Layer already exists 10:39:44 00c00723fc10: Layer already exists 10:39:44 b196b8ad3526: Layer already exists 10:39:44 4989c7050fb1: Layer already exists 10:39:44 d62a02444d39: Layer already exists 10:39:44 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:1d222024fa59d53d44b0e4583dfe0ec1134fc783db0b54e1e4849147d1f6e0ad size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:44 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:45 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 10:39:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 10:39:45 5c824e311435: Preparing 10:39:45 27ab7ee61f04: Preparing 10:39:45 2c31218e0167: Preparing 10:39:45 5c6a5362637d: Preparing 10:39:45 2c8f24279f52: Preparing 10:39:45 00c00723fc10: Preparing 10:39:45 b196b8ad3526: Preparing 10:39:45 4989c7050fb1: Preparing 10:39:45 d62a02444d39: Preparing 10:39:45 00c00723fc10: Waiting 10:39:45 b196b8ad3526: Waiting 10:39:45 4989c7050fb1: Waiting 10:39:45 2c8f24279f52: Layer already exists 10:39:45 2c31218e0167: Layer already exists 10:39:45 5c824e311435: Layer already exists 10:39:45 27ab7ee61f04: Layer already exists 10:39:45 5c6a5362637d: Layer already exists 10:39:45 b196b8ad3526: Layer already exists 10:39:45 d62a02444d39: Layer already exists 10:39:45 4989c7050fb1: Layer already exists 10:39:45 00c00723fc10: Layer already exists 10:39:45 main: digest: sha256:1d222024fa59d53d44b0e4583dfe0ec1134fc783db0b54e1e4849147d1f6e0ad size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:39:45 ===================================================== [Pipeline] echo 10:39:45 taggedImages: 10:39:45 - nexus3.edgexfoundry.org:10004/security-proxy-auth:08e30e9824952b0f8cde611c7e69c4c853d0027d 10:39:45 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 10:39:45 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.81 10:39:45 - nexus3.edgexfoundry.org:10004/security-proxy-auth:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 10:39:45 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 10:39:45 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 10:39:45 08e30e9824952b0f8cde611c7e69c4c853d0027d 10:39:45 latest 10:39:45 3.2.0-dev.81 10:39:45 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 10:39:45 main 10:39:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:45 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:45 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:08e30e9824952b0f8cde611c7e69c4c853d0027d 10:39:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:39:45 cd0b4b67c625: Preparing 10:39:45 d2c43097f0f3: Preparing 10:39:45 a21a874dc6fe: Preparing 10:39:45 2580a56fd174: Preparing 10:39:45 bbeaec518d63: Preparing 10:39:45 2c8f24279f52: Preparing 10:39:45 00c00723fc10: Preparing 10:39:45 74a247efcb3a: Preparing 10:39:45 0220cca3d42d: Preparing 10:39:45 c2309aab6137: Preparing 10:39:45 d62a02444d39: Preparing 10:39:45 74a247efcb3a: Waiting 10:39:45 0220cca3d42d: Waiting 10:39:45 d62a02444d39: Waiting 10:39:45 c2309aab6137: Waiting 10:39:45 2c8f24279f52: Waiting 10:39:45 00c00723fc10: Waiting 10:39:45 d2c43097f0f3: Pushed 10:39:45 cd0b4b67c625: Pushed 10:39:45 2580a56fd174: Pushed 10:39:45 bbeaec518d63: Pushed 10:39:45 2c8f24279f52: Layer already exists 10:39:45 00c00723fc10: Layer already exists 10:39:45 d62a02444d39: Layer already exists 10:39:46 0220cca3d42d: Pushed 10:39:46 74a247efcb3a: Pushed 10:39:46 a21a874dc6fe: Pushed 10:39:47 c2309aab6137: Pushed 10:39:47 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:af2883dd821b8277d3fc80b98432e9a6c2cfcb4ff8925a5c5e9abb1de9ec95f8 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:47 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:48 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 10:39:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:39:48 cd0b4b67c625: Preparing 10:39:48 d2c43097f0f3: Preparing 10:39:48 a21a874dc6fe: Preparing 10:39:48 2580a56fd174: Preparing 10:39:48 bbeaec518d63: Preparing 10:39:48 2c8f24279f52: Preparing 10:39:48 00c00723fc10: Preparing 10:39:48 74a247efcb3a: Preparing 10:39:48 0220cca3d42d: Preparing 10:39:48 c2309aab6137: Preparing 10:39:48 00c00723fc10: Waiting 10:39:48 74a247efcb3a: Waiting 10:39:48 0220cca3d42d: Waiting 10:39:48 2c8f24279f52: Waiting 10:39:48 d62a02444d39: Preparing 10:39:48 c2309aab6137: Waiting 10:39:48 d62a02444d39: Waiting 10:39:48 bbeaec518d63: Layer already exists 10:39:48 d2c43097f0f3: Layer already exists 10:39:48 2580a56fd174: Layer already exists 10:39:48 cd0b4b67c625: Layer already exists 10:39:48 a21a874dc6fe: Layer already exists 10:39:48 2c8f24279f52: Layer already exists 10:39:48 00c00723fc10: Layer already exists 10:39:48 0220cca3d42d: Layer already exists 10:39:48 74a247efcb3a: Layer already exists 10:39:48 d62a02444d39: Layer already exists 10:39:48 c2309aab6137: Layer already exists 10:39:48 latest: digest: sha256:af2883dd821b8277d3fc80b98432e9a6c2cfcb4ff8925a5c5e9abb1de9ec95f8 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:48 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:48 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.81 10:39:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:39:48 cd0b4b67c625: Preparing 10:39:48 d2c43097f0f3: Preparing 10:39:48 a21a874dc6fe: Preparing 10:39:48 2580a56fd174: Preparing 10:39:48 bbeaec518d63: Preparing 10:39:48 2c8f24279f52: Preparing 10:39:48 00c00723fc10: Preparing 10:39:48 74a247efcb3a: Preparing 10:39:48 0220cca3d42d: Preparing 10:39:48 00c00723fc10: Waiting 10:39:48 74a247efcb3a: Waiting 10:39:48 2c8f24279f52: Waiting 10:39:48 c2309aab6137: Preparing 10:39:48 d62a02444d39: Preparing 10:39:48 0220cca3d42d: Waiting 10:39:48 c2309aab6137: Waiting 10:39:48 cd0b4b67c625: Layer already exists 10:39:48 bbeaec518d63: Layer already exists 10:39:48 a21a874dc6fe: Layer already exists 10:39:48 2580a56fd174: Layer already exists 10:39:48 d2c43097f0f3: Layer already exists 10:39:48 00c00723fc10: Layer already exists 10:39:48 0220cca3d42d: Layer already exists 10:39:48 2c8f24279f52: Layer already exists 10:39:48 74a247efcb3a: Layer already exists 10:39:48 c2309aab6137: Layer already exists 10:39:48 d62a02444d39: Layer already exists 10:39:48 3.2.0-dev.81: digest: sha256:af2883dd821b8277d3fc80b98432e9a6c2cfcb4ff8925a5c5e9abb1de9ec95f8 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:49 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:49 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 10:39:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:39:49 cd0b4b67c625: Preparing 10:39:49 d2c43097f0f3: Preparing 10:39:49 a21a874dc6fe: Preparing 10:39:49 2580a56fd174: Preparing 10:39:49 bbeaec518d63: Preparing 10:39:49 2c8f24279f52: Preparing 10:39:49 00c00723fc10: Preparing 10:39:49 74a247efcb3a: Preparing 10:39:49 0220cca3d42d: Preparing 10:39:49 00c00723fc10: Waiting 10:39:49 74a247efcb3a: Waiting 10:39:49 2c8f24279f52: Waiting 10:39:49 0220cca3d42d: Waiting 10:39:49 c2309aab6137: Preparing 10:39:49 d62a02444d39: Preparing 10:39:49 c2309aab6137: Waiting 10:39:49 d62a02444d39: Waiting 10:39:49 2580a56fd174: Layer already exists 10:39:49 a21a874dc6fe: Layer already exists 10:39:49 d2c43097f0f3: Layer already exists 10:39:49 bbeaec518d63: Layer already exists 10:39:49 cd0b4b67c625: Layer already exists 10:39:49 00c00723fc10: Layer already exists 10:39:49 2c8f24279f52: Layer already exists 10:39:49 0220cca3d42d: Layer already exists 10:39:49 74a247efcb3a: Layer already exists 10:39:49 c2309aab6137: Layer already exists 10:39:49 d62a02444d39: Layer already exists 10:39:49 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:af2883dd821b8277d3fc80b98432e9a6c2cfcb4ff8925a5c5e9abb1de9ec95f8 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:49 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:50 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 10:39:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:39:50 cd0b4b67c625: Preparing 10:39:50 d2c43097f0f3: Preparing 10:39:50 a21a874dc6fe: Preparing 10:39:50 2580a56fd174: Preparing 10:39:50 bbeaec518d63: Preparing 10:39:50 2c8f24279f52: Preparing 10:39:50 00c00723fc10: Preparing 10:39:50 74a247efcb3a: Preparing 10:39:50 0220cca3d42d: Preparing 10:39:50 c2309aab6137: Preparing 10:39:50 d62a02444d39: Preparing 10:39:50 0220cca3d42d: Waiting 10:39:50 74a247efcb3a: Waiting 10:39:50 d62a02444d39: Waiting 10:39:50 2c8f24279f52: Waiting 10:39:50 c2309aab6137: Waiting 10:39:50 00c00723fc10: Waiting 10:39:50 cd0b4b67c625: Layer already exists 10:39:50 2580a56fd174: Layer already exists 10:39:50 d2c43097f0f3: Layer already exists 10:39:50 a21a874dc6fe: Layer already exists 10:39:50 bbeaec518d63: Layer already exists 10:39:50 74a247efcb3a: Layer already exists 10:39:50 00c00723fc10: Layer already exists 10:39:50 c2309aab6137: Layer already exists 10:39:50 2c8f24279f52: Layer already exists 10:39:50 0220cca3d42d: Layer already exists 10:39:50 d62a02444d39: Layer already exists 10:39:50 main: digest: sha256:af2883dd821b8277d3fc80b98432e9a6c2cfcb4ff8925a5c5e9abb1de9ec95f8 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:39:50 ===================================================== [Pipeline] echo 10:39:50 taggedImages: 10:39:50 - nexus3.edgexfoundry.org:10004/security-proxy-setup:08e30e9824952b0f8cde611c7e69c4c853d0027d 10:39:50 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 10:39:50 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.81 10:39:50 - nexus3.edgexfoundry.org:10004/security-proxy-setup:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 10:39:50 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 10:39:50 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 10:39:50 08e30e9824952b0f8cde611c7e69c4c853d0027d 10:39:50 latest 10:39:50 3.2.0-dev.81 10:39:50 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 10:39:50 main 10:39:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:50 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:50 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:08e30e9824952b0f8cde611c7e69c4c853d0027d 10:39:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:39:50 6c6a32b09481: Preparing 10:39:50 04547b930ddc: Preparing 10:39:50 4118b0787c97: Preparing 10:39:50 2fabcb5209d1: Preparing 10:39:50 c1a9bac58ca0: Preparing 10:39:50 34c1a2e568b8: Preparing 10:39:50 b9b6c65fcf3b: Preparing 10:39:50 2c8f24279f52: Preparing 10:39:50 00c00723fc10: Preparing 10:39:50 33887ae18038: Preparing 10:39:50 66efbf47d9b7: Preparing 10:39:50 d62a02444d39: Preparing 10:39:50 00c00723fc10: Waiting 10:39:50 33887ae18038: Waiting 10:39:50 66efbf47d9b7: Waiting 10:39:50 b9b6c65fcf3b: Waiting 10:39:50 34c1a2e568b8: Waiting 10:39:50 2c8f24279f52: Waiting 10:39:50 04547b930ddc: Pushed 10:39:50 6c6a32b09481: Pushed 10:39:50 c1a9bac58ca0: Pushed 10:39:50 2c8f24279f52: Layer already exists 10:39:50 00c00723fc10: Layer already exists 10:39:50 34c1a2e568b8: Pushed 10:39:50 b9b6c65fcf3b: Pushed 10:39:51 d62a02444d39: Layer already exists 10:39:51 33887ae18038: Pushed 10:39:51 2fabcb5209d1: Pushed 10:39:51 4118b0787c97: Pushed 10:39:52 66efbf47d9b7: Pushed 10:39:52 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:335627f0587acfed1e8f9dd86ce790520a3bd5b4980d1126a0489cc431ed5342 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:52 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:52 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 10:39:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:39:52 6c6a32b09481: Preparing 10:39:52 04547b930ddc: Preparing 10:39:52 4118b0787c97: Preparing 10:39:52 2fabcb5209d1: Preparing 10:39:52 c1a9bac58ca0: Preparing 10:39:52 34c1a2e568b8: Preparing 10:39:52 b9b6c65fcf3b: Preparing 10:39:52 2c8f24279f52: Preparing 10:39:52 00c00723fc10: Preparing 10:39:52 33887ae18038: Preparing 10:39:52 66efbf47d9b7: Preparing 10:39:52 d62a02444d39: Preparing 10:39:52 66efbf47d9b7: Waiting 10:39:52 b9b6c65fcf3b: Waiting 10:39:52 33887ae18038: Waiting 10:39:52 2c8f24279f52: Waiting 10:39:52 00c00723fc10: Waiting 10:39:52 d62a02444d39: Waiting 10:39:52 34c1a2e568b8: Waiting 10:39:52 c1a9bac58ca0: Layer already exists 10:39:52 04547b930ddc: Layer already exists 10:39:52 4118b0787c97: Layer already exists 10:39:52 2fabcb5209d1: Layer already exists 10:39:52 6c6a32b09481: Layer already exists 10:39:52 2c8f24279f52: Layer already exists 10:39:52 34c1a2e568b8: Layer already exists 10:39:52 33887ae18038: Layer already exists 10:39:52 00c00723fc10: Layer already exists 10:39:52 b9b6c65fcf3b: Layer already exists 10:39:52 66efbf47d9b7: Layer already exists 10:39:52 d62a02444d39: Layer already exists 10:39:52 latest: digest: sha256:335627f0587acfed1e8f9dd86ce790520a3bd5b4980d1126a0489cc431ed5342 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:53 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:53 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.81 10:39:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:39:53 6c6a32b09481: Preparing 10:39:53 04547b930ddc: Preparing 10:39:53 4118b0787c97: Preparing 10:39:53 2fabcb5209d1: Preparing 10:39:53 c1a9bac58ca0: Preparing 10:39:53 34c1a2e568b8: Preparing 10:39:53 b9b6c65fcf3b: Preparing 10:39:53 2c8f24279f52: Preparing 10:39:53 00c00723fc10: Preparing 10:39:53 33887ae18038: Preparing 10:39:53 66efbf47d9b7: Preparing 10:39:53 d62a02444d39: Preparing 10:39:53 34c1a2e568b8: Waiting 10:39:53 b9b6c65fcf3b: Waiting 10:39:53 00c00723fc10: Waiting 10:39:53 33887ae18038: Waiting 10:39:53 2c8f24279f52: Waiting 10:39:53 d62a02444d39: Waiting 10:39:53 2fabcb5209d1: Layer already exists 10:39:53 04547b930ddc: Layer already exists 10:39:53 6c6a32b09481: Layer already exists 10:39:53 c1a9bac58ca0: Layer already exists 10:39:53 4118b0787c97: Layer already exists 10:39:53 34c1a2e568b8: Layer already exists 10:39:53 b9b6c65fcf3b: Layer already exists 10:39:53 2c8f24279f52: Layer already exists 10:39:53 00c00723fc10: Layer already exists 10:39:53 33887ae18038: Layer already exists 10:39:53 66efbf47d9b7: Layer already exists 10:39:53 d62a02444d39: Layer already exists 10:39:53 3.2.0-dev.81: digest: sha256:335627f0587acfed1e8f9dd86ce790520a3bd5b4980d1126a0489cc431ed5342 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:53 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:54 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 10:39:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:39:54 6c6a32b09481: Preparing 10:39:54 04547b930ddc: Preparing 10:39:54 4118b0787c97: Preparing 10:39:54 2fabcb5209d1: Preparing 10:39:54 c1a9bac58ca0: Preparing 10:39:54 34c1a2e568b8: Preparing 10:39:54 b9b6c65fcf3b: Preparing 10:39:54 2c8f24279f52: Preparing 10:39:54 00c00723fc10: Preparing 10:39:54 33887ae18038: Preparing 10:39:54 66efbf47d9b7: Preparing 10:39:54 d62a02444d39: Preparing 10:39:54 34c1a2e568b8: Waiting 10:39:54 b9b6c65fcf3b: Waiting 10:39:54 2c8f24279f52: Waiting 10:39:54 33887ae18038: Waiting 10:39:54 66efbf47d9b7: Waiting 10:39:54 d62a02444d39: Waiting 10:39:54 00c00723fc10: Waiting 10:39:54 6c6a32b09481: Layer already exists 10:39:54 04547b930ddc: Layer already exists 10:39:54 c1a9bac58ca0: Layer already exists 10:39:54 2fabcb5209d1: Layer already exists 10:39:54 4118b0787c97: Layer already exists 10:39:54 b9b6c65fcf3b: Layer already exists 10:39:54 00c00723fc10: Layer already exists 10:39:54 34c1a2e568b8: Layer already exists 10:39:54 33887ae18038: Layer already exists 10:39:54 2c8f24279f52: Layer already exists 10:39:54 66efbf47d9b7: Layer already exists 10:39:54 d62a02444d39: Layer already exists 10:39:54 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:335627f0587acfed1e8f9dd86ce790520a3bd5b4980d1126a0489cc431ed5342 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:54 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:54 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 10:39:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:39:54 6c6a32b09481: Preparing 10:39:54 04547b930ddc: Preparing 10:39:54 4118b0787c97: Preparing 10:39:54 2fabcb5209d1: Preparing 10:39:54 c1a9bac58ca0: Preparing 10:39:54 34c1a2e568b8: Preparing 10:39:54 b9b6c65fcf3b: Preparing 10:39:54 2c8f24279f52: Preparing 10:39:54 00c00723fc10: Preparing 10:39:54 33887ae18038: Preparing 10:39:54 66efbf47d9b7: Preparing 10:39:54 d62a02444d39: Preparing 10:39:54 2c8f24279f52: Waiting 10:39:54 00c00723fc10: Waiting 10:39:54 33887ae18038: Waiting 10:39:54 66efbf47d9b7: Waiting 10:39:54 d62a02444d39: Waiting 10:39:54 34c1a2e568b8: Waiting 10:39:54 b9b6c65fcf3b: Waiting 10:39:54 2fabcb5209d1: Layer already exists 10:39:54 04547b930ddc: Layer already exists 10:39:54 4118b0787c97: Layer already exists 10:39:54 c1a9bac58ca0: Layer already exists 10:39:54 6c6a32b09481: Layer already exists 10:39:54 b9b6c65fcf3b: Layer already exists 10:39:54 2c8f24279f52: Layer already exists 10:39:54 34c1a2e568b8: Layer already exists 10:39:54 33887ae18038: Layer already exists 10:39:54 00c00723fc10: Layer already exists 10:39:54 d62a02444d39: Layer already exists 10:39:54 66efbf47d9b7: Layer already exists 10:39:54 main: digest: sha256:335627f0587acfed1e8f9dd86ce790520a3bd5b4980d1126a0489cc431ed5342 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:39:54 ===================================================== [Pipeline] echo 10:39:54 taggedImages: 10:39:54 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:08e30e9824952b0f8cde611c7e69c4c853d0027d 10:39:54 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 10:39:54 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.81 10:39:54 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 10:39:54 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 10:39:54 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 10:39:54 08e30e9824952b0f8cde611c7e69c4c853d0027d 10:39:54 latest 10:39:54 3.2.0-dev.81 10:39:54 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 10:39:54 main 10:39:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:55 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:55 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:08e30e9824952b0f8cde611c7e69c4c853d0027d 10:39:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 10:39:55 9e74ac7e938c: Preparing 10:39:55 93f88041594d: Preparing 10:39:55 2c8f24279f52: Preparing 10:39:55 00c00723fc10: Preparing 10:39:55 ff4cdd21d9c9: Preparing 10:39:55 3eedcb5bd72b: Preparing 10:39:55 d62a02444d39: Preparing 10:39:55 3eedcb5bd72b: Waiting 10:39:55 d62a02444d39: Waiting 10:39:55 00c00723fc10: Layer already exists 10:39:55 2c8f24279f52: Layer already exists 10:39:55 d62a02444d39: Layer already exists 10:39:55 ff4cdd21d9c9: Pushed 10:39:55 9e74ac7e938c: Pushed 10:39:56 3eedcb5bd72b: Pushed 10:39:57 93f88041594d: Pushed 10:39:57 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:dd75fa667bce1fd55ea8d76ae497ab7824709961ea7425afdd5ef44294ed6e38 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:57 + 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 10:39:58 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 10:39:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 10:39:58 9e74ac7e938c: Preparing 10:39:58 93f88041594d: Preparing 10:39:58 2c8f24279f52: Preparing 10:39:58 00c00723fc10: Preparing 10:39:58 ff4cdd21d9c9: Preparing 10:39:58 3eedcb5bd72b: Preparing 10:39:58 d62a02444d39: Preparing 10:39:58 3eedcb5bd72b: Waiting 10:39:58 d62a02444d39: Waiting 10:39:58 ff4cdd21d9c9: Layer already exists 10:39:58 2c8f24279f52: Layer already exists 10:39:58 9e74ac7e938c: Layer already exists 10:39:58 93f88041594d: Layer already exists 10:39:58 00c00723fc10: Layer already exists 10:39:58 3eedcb5bd72b: Layer already exists 10:39:58 d62a02444d39: Layer already exists 10:39:58 latest: digest: sha256:dd75fa667bce1fd55ea8d76ae497ab7824709961ea7425afdd5ef44294ed6e38 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:58 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:58 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.81 10:39:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 10:39:58 9e74ac7e938c: Preparing 10:39:58 93f88041594d: Preparing 10:39:58 2c8f24279f52: Preparing 10:39:58 00c00723fc10: Preparing 10:39:58 ff4cdd21d9c9: Preparing 10:39:58 3eedcb5bd72b: Preparing 10:39:58 d62a02444d39: Preparing 10:39:58 3eedcb5bd72b: Waiting 10:39:58 d62a02444d39: Waiting 10:39:58 93f88041594d: Layer already exists 10:39:58 9e74ac7e938c: Layer already exists 10:39:58 ff4cdd21d9c9: Layer already exists 10:39:58 2c8f24279f52: Layer already exists 10:39:58 00c00723fc10: Layer already exists 10:39:58 d62a02444d39: Layer already exists 10:39:58 3eedcb5bd72b: Layer already exists 10:39:58 3.2.0-dev.81: digest: sha256:dd75fa667bce1fd55ea8d76ae497ab7824709961ea7425afdd5ef44294ed6e38 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:59 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:59 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 10:39:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 10:39:59 9e74ac7e938c: Preparing 10:39:59 93f88041594d: Preparing 10:39:59 2c8f24279f52: Preparing 10:39:59 00c00723fc10: Preparing 10:39:59 ff4cdd21d9c9: Preparing 10:39:59 3eedcb5bd72b: Preparing 10:39:59 d62a02444d39: Preparing 10:39:59 d62a02444d39: Waiting 10:39:59 3eedcb5bd72b: Waiting 10:39:59 ff4cdd21d9c9: Layer already exists 10:39:59 00c00723fc10: Layer already exists 10:39:59 93f88041594d: Layer already exists 10:39:59 9e74ac7e938c: Layer already exists 10:39:59 2c8f24279f52: Layer already exists 10:39:59 d62a02444d39: Layer already exists 10:39:59 3eedcb5bd72b: Layer already exists 10:39:59 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:dd75fa667bce1fd55ea8d76ae497ab7824709961ea7425afdd5ef44294ed6e38 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:59 + 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 10:40:00 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 10:40:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 10:40:00 9e74ac7e938c: Preparing 10:40:00 93f88041594d: Preparing 10:40:00 2c8f24279f52: Preparing 10:40:00 00c00723fc10: Preparing 10:40:00 ff4cdd21d9c9: Preparing 10:40:00 3eedcb5bd72b: Preparing 10:40:00 d62a02444d39: Preparing 10:40:00 3eedcb5bd72b: Waiting 10:40:00 d62a02444d39: Waiting 10:40:00 93f88041594d: Layer already exists 10:40:00 2c8f24279f52: Layer already exists 10:40:00 ff4cdd21d9c9: Layer already exists 10:40:00 00c00723fc10: Layer already exists 10:40:00 9e74ac7e938c: Layer already exists 10:40:00 3eedcb5bd72b: Layer already exists 10:40:00 d62a02444d39: Layer already exists 10:40:00 main: digest: sha256:dd75fa667bce1fd55ea8d76ae497ab7824709961ea7425afdd5ef44294ed6e38 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:40:00 ===================================================== [Pipeline] echo 10:40:00 taggedImages: 10:40:00 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:08e30e9824952b0f8cde611c7e69c4c853d0027d 10:40:00 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 10:40:00 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.81 10:40:00 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 10:40:00 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 10:40:00 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 10:40:00 08e30e9824952b0f8cde611c7e69c4c853d0027d 10:40:00 latest 10:40:00 3.2.0-dev.81 10:40:00 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 10:40:00 main 10:40:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:00 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:08e30e9824952b0f8cde611c7e69c4c853d0027d 10:40:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 10:40:01 0eae9ff096bd: Preparing 10:40:01 9c70e3456fab: Preparing 10:40:01 b1852f189dcf: Preparing 10:40:01 2c8f24279f52: Preparing 10:40:01 00c00723fc10: Preparing 10:40:01 0bfda12a33e5: Preparing 10:40:01 0d0006429136: Preparing 10:40:01 abf113695fdf: Preparing 10:40:01 2c5faf263c54: Preparing 10:40:01 d62a02444d39: Preparing 10:40:01 0bfda12a33e5: Waiting 10:40:01 abf113695fdf: Waiting 10:40:01 0d0006429136: Waiting 10:40:01 2c5faf263c54: Waiting 10:40:01 d62a02444d39: Waiting 10:40:01 2c8f24279f52: Layer already exists 10:40:01 00c00723fc10: Layer already exists 10:40:01 0eae9ff096bd: Pushed 10:40:01 9c70e3456fab: Pushed 10:40:01 b1852f189dcf: Pushed 10:40:01 d62a02444d39: Layer already exists 10:40:01 abf113695fdf: Pushed 10:40:01 2c5faf263c54: Pushed 10:40:07 0d0006429136: Pushed 10:40:12 0bfda12a33e5: Pushed 10:40:12 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:701196ecbe841c0de2c7d80a569a395ba2a9db35e444d2cee72c588228c4fed8 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:12 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 10:40:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 10:40:13 0eae9ff096bd: Preparing 10:40:13 9c70e3456fab: Preparing 10:40:13 b1852f189dcf: Preparing 10:40:13 2c8f24279f52: Preparing 10:40:13 00c00723fc10: Preparing 10:40:13 0bfda12a33e5: Preparing 10:40:13 0d0006429136: Preparing 10:40:13 abf113695fdf: Preparing 10:40:13 2c5faf263c54: Preparing 10:40:13 d62a02444d39: Preparing 10:40:13 0bfda12a33e5: Waiting 10:40:13 0d0006429136: Waiting 10:40:13 abf113695fdf: Waiting 10:40:13 2c5faf263c54: Waiting 10:40:13 d62a02444d39: Waiting 10:40:13 00c00723fc10: Layer already exists 10:40:13 2c8f24279f52: Layer already exists 10:40:13 b1852f189dcf: Layer already exists 10:40:13 9c70e3456fab: Layer already exists 10:40:13 0eae9ff096bd: Layer already exists 10:40:13 0bfda12a33e5: Layer already exists 10:40:13 0d0006429136: Layer already exists 10:40:13 2c5faf263c54: Layer already exists 10:40:13 d62a02444d39: Layer already exists 10:40:13 abf113695fdf: Layer already exists 10:40:13 latest: digest: sha256:701196ecbe841c0de2c7d80a569a395ba2a9db35e444d2cee72c588228c4fed8 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:13 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.81 10:40:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 10:40:13 0eae9ff096bd: Preparing 10:40:13 9c70e3456fab: Preparing 10:40:13 b1852f189dcf: Preparing 10:40:13 2c8f24279f52: Preparing 10:40:13 00c00723fc10: Preparing 10:40:13 0bfda12a33e5: Preparing 10:40:13 0d0006429136: Preparing 10:40:13 abf113695fdf: Preparing 10:40:13 2c5faf263c54: Preparing 10:40:13 d62a02444d39: Preparing 10:40:13 abf113695fdf: Waiting 10:40:13 0bfda12a33e5: Waiting 10:40:13 2c5faf263c54: Waiting 10:40:13 0d0006429136: Waiting 10:40:13 d62a02444d39: Waiting 10:40:13 0eae9ff096bd: Layer already exists 10:40:13 9c70e3456fab: Layer already exists 10:40:13 b1852f189dcf: Layer already exists 10:40:13 2c8f24279f52: Layer already exists 10:40:13 00c00723fc10: Layer already exists 10:40:13 0bfda12a33e5: Layer already exists 10:40:13 0d0006429136: Layer already exists 10:40:13 abf113695fdf: Layer already exists 10:40:13 2c5faf263c54: Layer already exists 10:40:13 d62a02444d39: Layer already exists 10:40:13 3.2.0-dev.81: digest: sha256:701196ecbe841c0de2c7d80a569a395ba2a9db35e444d2cee72c588228c4fed8 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:14 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 10:40:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 10:40:14 0eae9ff096bd: Preparing 10:40:14 9c70e3456fab: Preparing 10:40:14 b1852f189dcf: Preparing 10:40:14 2c8f24279f52: Preparing 10:40:14 00c00723fc10: Preparing 10:40:14 0bfda12a33e5: Preparing 10:40:14 0d0006429136: Preparing 10:40:14 abf113695fdf: Preparing 10:40:14 2c5faf263c54: Preparing 10:40:14 d62a02444d39: Preparing 10:40:14 0d0006429136: Waiting 10:40:14 abf113695fdf: Waiting 10:40:14 2c5faf263c54: Waiting 10:40:14 0bfda12a33e5: Waiting 10:40:14 d62a02444d39: Waiting 10:40:14 00c00723fc10: Layer already exists 10:40:14 0eae9ff096bd: Layer already exists 10:40:14 b1852f189dcf: Layer already exists 10:40:14 2c8f24279f52: Layer already exists 10:40:14 9c70e3456fab: Layer already exists 10:40:14 0d0006429136: Layer already exists 10:40:14 0bfda12a33e5: Layer already exists 10:40:14 abf113695fdf: Layer already exists 10:40:14 d62a02444d39: Layer already exists 10:40:14 2c5faf263c54: Layer already exists 10:40:14 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:701196ecbe841c0de2c7d80a569a395ba2a9db35e444d2cee72c588228c4fed8 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:14 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:15 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 10:40:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 10:40:15 0eae9ff096bd: Preparing 10:40:15 9c70e3456fab: Preparing 10:40:15 b1852f189dcf: Preparing 10:40:15 2c8f24279f52: Preparing 10:40:15 00c00723fc10: Preparing 10:40:15 0bfda12a33e5: Preparing 10:40:15 0d0006429136: Preparing 10:40:15 abf113695fdf: Preparing 10:40:15 2c5faf263c54: Preparing 10:40:15 d62a02444d39: Preparing 10:40:15 0d0006429136: Waiting 10:40:15 abf113695fdf: Waiting 10:40:15 2c5faf263c54: Waiting 10:40:15 d62a02444d39: Waiting 10:40:15 0bfda12a33e5: Waiting 10:40:15 0eae9ff096bd: Layer already exists 10:40:15 00c00723fc10: Layer already exists 10:40:15 2c8f24279f52: Layer already exists 10:40:15 b1852f189dcf: Layer already exists 10:40:15 9c70e3456fab: Layer already exists 10:40:15 0bfda12a33e5: Layer already exists 10:40:15 2c5faf263c54: Layer already exists 10:40:15 0d0006429136: Layer already exists 10:40:15 d62a02444d39: Layer already exists 10:40:15 abf113695fdf: Layer already exists 10:40:15 main: digest: sha256:701196ecbe841c0de2c7d80a569a395ba2a9db35e444d2cee72c588228c4fed8 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:40:15 ===================================================== [Pipeline] echo 10:40:15 taggedImages: 10:40:15 - nexus3.edgexfoundry.org:10004/security-spire-agent:08e30e9824952b0f8cde611c7e69c4c853d0027d 10:40:15 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 10:40:15 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.81 10:40:15 - nexus3.edgexfoundry.org:10004/security-spire-agent:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 10:40:15 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 10:40:15 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 10:40:15 08e30e9824952b0f8cde611c7e69c4c853d0027d 10:40:15 latest 10:40:15 3.2.0-dev.81 10:40:15 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 10:40:15 main 10:40:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:15 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:15 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:08e30e9824952b0f8cde611c7e69c4c853d0027d 10:40:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 10:40:15 b8b614e70b98: Preparing 10:40:15 066c002ac259: Preparing 10:40:15 f74a8241cb4c: Preparing 10:40:15 2c8f24279f52: Preparing 10:40:15 00c00723fc10: Preparing 10:40:15 0bfda12a33e5: Preparing 10:40:15 3fc1dc7f7731: Preparing 10:40:15 653a08dd9b18: Preparing 10:40:15 d62a02444d39: Preparing 10:40:15 0bfda12a33e5: Waiting 10:40:15 3fc1dc7f7731: Waiting 10:40:15 653a08dd9b18: Waiting 10:40:15 d62a02444d39: Waiting 10:40:15 2c8f24279f52: Layer already exists 10:40:15 00c00723fc10: Layer already exists 10:40:15 066c002ac259: Pushed 10:40:15 f74a8241cb4c: Pushed 10:40:15 b8b614e70b98: Pushed 10:40:15 3fc1dc7f7731: Pushed 10:40:15 0bfda12a33e5: Layer already exists 10:40:16 d62a02444d39: Layer already exists 10:40:16 653a08dd9b18: Pushed 10:40:16 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:b28892a31aaa3463e22783c51cc42634bcc7a3d17d814598296fa509fce09c1f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:16 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 10:40:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 10:40:17 b8b614e70b98: Preparing 10:40:17 066c002ac259: Preparing 10:40:17 f74a8241cb4c: Preparing 10:40:17 2c8f24279f52: Preparing 10:40:17 00c00723fc10: Preparing 10:40:17 0bfda12a33e5: Preparing 10:40:17 3fc1dc7f7731: Preparing 10:40:17 653a08dd9b18: Preparing 10:40:17 d62a02444d39: Preparing 10:40:17 3fc1dc7f7731: Waiting 10:40:17 653a08dd9b18: Waiting 10:40:17 0bfda12a33e5: Waiting 10:40:17 d62a02444d39: Waiting 10:40:17 2c8f24279f52: Layer already exists 10:40:17 066c002ac259: Layer already exists 10:40:17 b8b614e70b98: Layer already exists 10:40:17 00c00723fc10: Layer already exists 10:40:17 f74a8241cb4c: Layer already exists 10:40:17 3fc1dc7f7731: Layer already exists 10:40:17 653a08dd9b18: Layer already exists 10:40:17 0bfda12a33e5: Layer already exists 10:40:17 d62a02444d39: Layer already exists 10:40:17 latest: digest: sha256:b28892a31aaa3463e22783c51cc42634bcc7a3d17d814598296fa509fce09c1f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:17 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.81 10:40:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 10:40:17 b8b614e70b98: Preparing 10:40:17 066c002ac259: Preparing 10:40:17 f74a8241cb4c: Preparing 10:40:17 2c8f24279f52: Preparing 10:40:17 00c00723fc10: Preparing 10:40:17 0bfda12a33e5: Preparing 10:40:17 3fc1dc7f7731: Preparing 10:40:17 653a08dd9b18: Preparing 10:40:17 d62a02444d39: Preparing 10:40:17 3fc1dc7f7731: Waiting 10:40:17 653a08dd9b18: Waiting 10:40:17 0bfda12a33e5: Waiting 10:40:17 d62a02444d39: Waiting 10:40:17 00c00723fc10: Layer already exists 10:40:17 b8b614e70b98: Layer already exists 10:40:17 066c002ac259: Layer already exists 10:40:17 2c8f24279f52: Layer already exists 10:40:17 0bfda12a33e5: Layer already exists 10:40:17 d62a02444d39: Layer already exists 10:40:17 f74a8241cb4c: Layer already exists 10:40:17 3fc1dc7f7731: Layer already exists 10:40:17 653a08dd9b18: Layer already exists 10:40:17 3.2.0-dev.81: digest: sha256:b28892a31aaa3463e22783c51cc42634bcc7a3d17d814598296fa509fce09c1f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:18 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 10:40:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 10:40:18 b8b614e70b98: Preparing 10:40:18 066c002ac259: Preparing 10:40:18 f74a8241cb4c: Preparing 10:40:18 2c8f24279f52: Preparing 10:40:18 00c00723fc10: Preparing 10:40:18 0bfda12a33e5: Preparing 10:40:18 3fc1dc7f7731: Preparing 10:40:18 653a08dd9b18: Preparing 10:40:18 d62a02444d39: Preparing 10:40:18 3fc1dc7f7731: Waiting 10:40:18 0bfda12a33e5: Waiting 10:40:18 653a08dd9b18: Waiting 10:40:18 00c00723fc10: Layer already exists 10:40:18 b8b614e70b98: Layer already exists 10:40:18 2c8f24279f52: Layer already exists 10:40:18 f74a8241cb4c: Layer already exists 10:40:18 066c002ac259: Layer already exists 10:40:18 0bfda12a33e5: Layer already exists 10:40:18 3fc1dc7f7731: Layer already exists 10:40:18 653a08dd9b18: Layer already exists 10:40:18 d62a02444d39: Layer already exists 10:40:18 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:b28892a31aaa3463e22783c51cc42634bcc7a3d17d814598296fa509fce09c1f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:18 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 10:40:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 10:40:19 b8b614e70b98: Preparing 10:40:19 066c002ac259: Preparing 10:40:19 f74a8241cb4c: Preparing 10:40:19 2c8f24279f52: Preparing 10:40:19 00c00723fc10: Preparing 10:40:19 0bfda12a33e5: Preparing 10:40:19 3fc1dc7f7731: Preparing 10:40:19 653a08dd9b18: Preparing 10:40:19 d62a02444d39: Preparing 10:40:19 d62a02444d39: Waiting 10:40:19 0bfda12a33e5: Waiting 10:40:19 653a08dd9b18: Waiting 10:40:19 b8b614e70b98: Layer already exists 10:40:19 00c00723fc10: Layer already exists 10:40:19 066c002ac259: Layer already exists 10:40:19 f74a8241cb4c: Layer already exists 10:40:19 2c8f24279f52: Layer already exists 10:40:19 3fc1dc7f7731: Layer already exists 10:40:19 0bfda12a33e5: Layer already exists 10:40:19 d62a02444d39: Layer already exists 10:40:19 653a08dd9b18: Layer already exists 10:40:19 main: digest: sha256:b28892a31aaa3463e22783c51cc42634bcc7a3d17d814598296fa509fce09c1f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:40:19 ===================================================== [Pipeline] echo 10:40:19 taggedImages: 10:40:19 - nexus3.edgexfoundry.org:10004/security-spire-config:08e30e9824952b0f8cde611c7e69c4c853d0027d 10:40:19 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 10:40:19 - nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.81 10:40:19 - nexus3.edgexfoundry.org:10004/security-spire-config:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 10:40:19 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 10:40:19 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 10:40:19 08e30e9824952b0f8cde611c7e69c4c853d0027d 10:40:19 latest 10:40:19 3.2.0-dev.81 10:40:19 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 10:40:19 main 10:40:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:19 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:08e30e9824952b0f8cde611c7e69c4c853d0027d 10:40:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 10:40:19 0eae9ff096bd: Preparing 10:40:19 4f67edfba2de: Preparing 10:40:19 5156b5bf59b5: Preparing 10:40:19 2c8f24279f52: Preparing 10:40:19 00c00723fc10: Preparing 10:40:19 eaed4406939a: Preparing 10:40:19 abf113695fdf: Preparing 10:40:19 2c5faf263c54: Preparing 10:40:19 d62a02444d39: Preparing 10:40:19 eaed4406939a: Waiting 10:40:19 2c5faf263c54: Waiting 10:40:19 abf113695fdf: Waiting 10:40:19 4f67edfba2de: Pushed 10:40:19 0eae9ff096bd: Layer already exists 10:40:19 5156b5bf59b5: Pushed 10:40:19 2c8f24279f52: Layer already exists 10:40:19 00c00723fc10: Layer already exists 10:40:19 abf113695fdf: Layer already exists 10:40:19 2c5faf263c54: Layer already exists 10:40:19 d62a02444d39: Layer already exists 10:40:29 eaed4406939a: Pushed 10:40:29 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:64c197246dfd5fe6854f9156172cbf2c87d781be4d12a5f6d89e861c6d8596a4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:30 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 10:40:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 10:40:30 0eae9ff096bd: Preparing 10:40:30 4f67edfba2de: Preparing 10:40:30 5156b5bf59b5: Preparing 10:40:30 2c8f24279f52: Preparing 10:40:30 00c00723fc10: Preparing 10:40:30 eaed4406939a: Preparing 10:40:30 abf113695fdf: Preparing 10:40:30 2c5faf263c54: Preparing 10:40:30 d62a02444d39: Preparing 10:40:30 abf113695fdf: Waiting 10:40:30 eaed4406939a: Waiting 10:40:30 2c5faf263c54: Waiting 10:40:30 d62a02444d39: Waiting 10:40:30 2c8f24279f52: Layer already exists 10:40:30 0eae9ff096bd: Layer already exists 10:40:30 00c00723fc10: Layer already exists 10:40:30 4f67edfba2de: Layer already exists 10:40:30 5156b5bf59b5: Layer already exists 10:40:30 abf113695fdf: Layer already exists 10:40:30 eaed4406939a: Layer already exists 10:40:30 d62a02444d39: Layer already exists 10:40:30 2c5faf263c54: Layer already exists 10:40:30 latest: digest: sha256:64c197246dfd5fe6854f9156172cbf2c87d781be4d12a5f6d89e861c6d8596a4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:30 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.81 10:40:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 10:40:31 0eae9ff096bd: Preparing 10:40:31 4f67edfba2de: Preparing 10:40:31 5156b5bf59b5: Preparing 10:40:31 2c8f24279f52: Preparing 10:40:31 00c00723fc10: Preparing 10:40:31 eaed4406939a: Preparing 10:40:31 abf113695fdf: Preparing 10:40:31 2c5faf263c54: Preparing 10:40:31 d62a02444d39: Preparing 10:40:31 eaed4406939a: Waiting 10:40:31 abf113695fdf: Waiting 10:40:31 2c5faf263c54: Waiting 10:40:31 d62a02444d39: Waiting 10:40:31 0eae9ff096bd: Layer already exists 10:40:31 2c8f24279f52: Layer already exists 10:40:31 4f67edfba2de: Layer already exists 10:40:31 5156b5bf59b5: Layer already exists 10:40:31 00c00723fc10: Layer already exists 10:40:31 eaed4406939a: Layer already exists 10:40:31 2c5faf263c54: Layer already exists 10:40:31 abf113695fdf: Layer already exists 10:40:31 d62a02444d39: Layer already exists 10:40:31 3.2.0-dev.81: digest: sha256:64c197246dfd5fe6854f9156172cbf2c87d781be4d12a5f6d89e861c6d8596a4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:31 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 10:40:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 10:40:31 0eae9ff096bd: Preparing 10:40:31 4f67edfba2de: Preparing 10:40:31 5156b5bf59b5: Preparing 10:40:31 2c8f24279f52: Preparing 10:40:31 00c00723fc10: Preparing 10:40:31 eaed4406939a: Preparing 10:40:31 abf113695fdf: Preparing 10:40:31 2c5faf263c54: Preparing 10:40:31 d62a02444d39: Preparing 10:40:31 eaed4406939a: Waiting 10:40:31 abf113695fdf: Waiting 10:40:31 2c5faf263c54: Waiting 10:40:31 d62a02444d39: Waiting 10:40:31 5156b5bf59b5: Layer already exists 10:40:31 4f67edfba2de: Layer already exists 10:40:31 2c8f24279f52: Layer already exists 10:40:31 00c00723fc10: Layer already exists 10:40:31 0eae9ff096bd: Layer already exists 10:40:31 abf113695fdf: Layer already exists 10:40:31 2c5faf263c54: Layer already exists 10:40:31 eaed4406939a: Layer already exists 10:40:31 d62a02444d39: Layer already exists 10:40:31 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:64c197246dfd5fe6854f9156172cbf2c87d781be4d12a5f6d89e861c6d8596a4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:32 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 10:40:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 10:40:32 0eae9ff096bd: Preparing 10:40:32 4f67edfba2de: Preparing 10:40:32 5156b5bf59b5: Preparing 10:40:32 2c8f24279f52: Preparing 10:40:32 00c00723fc10: Preparing 10:40:32 eaed4406939a: Preparing 10:40:32 abf113695fdf: Preparing 10:40:32 2c5faf263c54: Preparing 10:40:32 d62a02444d39: Preparing 10:40:32 eaed4406939a: Waiting 10:40:32 d62a02444d39: Waiting 10:40:32 abf113695fdf: Waiting 10:40:32 2c5faf263c54: Waiting 10:40:32 0eae9ff096bd: Layer already exists 10:40:32 2c8f24279f52: Layer already exists 10:40:32 4f67edfba2de: Layer already exists 10:40:32 5156b5bf59b5: Layer already exists 10:40:32 00c00723fc10: Layer already exists 10:40:32 abf113695fdf: Layer already exists 10:40:32 eaed4406939a: Layer already exists 10:40:32 2c5faf263c54: Layer already exists 10:40:32 d62a02444d39: Layer already exists 10:40:32 main: digest: sha256:64c197246dfd5fe6854f9156172cbf2c87d781be4d12a5f6d89e861c6d8596a4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:40:32 ===================================================== [Pipeline] echo 10:40:32 taggedImages: 10:40:32 - nexus3.edgexfoundry.org:10004/security-spire-server:08e30e9824952b0f8cde611c7e69c4c853d0027d 10:40:32 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 10:40:32 - nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.81 10:40:32 - nexus3.edgexfoundry.org:10004/security-spire-server:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 10:40:32 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 10:40:32 [edgeXDocker.push] Tagging docker image support-cron-scheduler with the following tags: 10:40:32 08e30e9824952b0f8cde611c7e69c4c853d0027d 10:40:32 latest 10:40:32 3.2.0-dev.81 10:40:32 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 10:40:32 main 10:40:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:33 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:33 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:08e30e9824952b0f8cde611c7e69c4c853d0027d 10:40:33 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 10:40:33 c82f539a97b7: Preparing 10:40:33 753834b3132f: Preparing 10:40:33 2c8f24279f52: Preparing 10:40:33 00c00723fc10: Preparing 10:40:33 ce0e7c76b647: Preparing 10:40:33 e95bbcd8c7f2: Preparing 10:40:33 d62a02444d39: Preparing 10:40:33 e95bbcd8c7f2: Waiting 10:40:33 d62a02444d39: Waiting 10:40:33 2c8f24279f52: Layer already exists 10:40:33 00c00723fc10: Layer already exists 10:40:33 d62a02444d39: Layer already exists 10:40:33 c82f539a97b7: Pushed 10:40:33 ce0e7c76b647: Pushed 10:40:33 e95bbcd8c7f2: Pushed 10:40:36 753834b3132f: Pushed 10:40:36 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:abdf6cddd4ff220823cdffe463e9e23ad9512c2ea1579e1a80ffc338a39e3982 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:37 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:37 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest 10:40:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 10:40:37 c82f539a97b7: Preparing 10:40:37 753834b3132f: Preparing 10:40:37 2c8f24279f52: Preparing 10:40:37 00c00723fc10: Preparing 10:40:37 ce0e7c76b647: Preparing 10:40:37 e95bbcd8c7f2: Preparing 10:40:37 d62a02444d39: Preparing 10:40:37 d62a02444d39: Waiting 10:40:37 e95bbcd8c7f2: Waiting 10:40:37 753834b3132f: Layer already exists 10:40:37 00c00723fc10: Layer already exists 10:40:37 ce0e7c76b647: Layer already exists 10:40:37 2c8f24279f52: Layer already exists 10:40:37 c82f539a97b7: Layer already exists 10:40:37 e95bbcd8c7f2: Layer already exists 10:40:37 d62a02444d39: Layer already exists 10:40:37 latest: digest: sha256:abdf6cddd4ff220823cdffe463e9e23ad9512c2ea1579e1a80ffc338a39e3982 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:37 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:38 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.81 10:40:38 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 10:40:38 c82f539a97b7: Preparing 10:40:38 753834b3132f: Preparing 10:40:38 2c8f24279f52: Preparing 10:40:38 00c00723fc10: Preparing 10:40:38 ce0e7c76b647: Preparing 10:40:38 e95bbcd8c7f2: Preparing 10:40:38 d62a02444d39: Preparing 10:40:38 e95bbcd8c7f2: Waiting 10:40:38 d62a02444d39: Waiting 10:40:38 c82f539a97b7: Layer already exists 10:40:38 ce0e7c76b647: Layer already exists 10:40:38 00c00723fc10: Layer already exists 10:40:38 2c8f24279f52: Layer already exists 10:40:38 753834b3132f: Layer already exists 10:40:38 e95bbcd8c7f2: Layer already exists 10:40:38 d62a02444d39: Layer already exists 10:40:38 3.2.0-dev.81: digest: sha256:abdf6cddd4ff220823cdffe463e9e23ad9512c2ea1579e1a80ffc338a39e3982 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:38 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:38 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 10:40:38 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 10:40:38 c82f539a97b7: Preparing 10:40:38 753834b3132f: Preparing 10:40:38 2c8f24279f52: Preparing 10:40:38 00c00723fc10: Preparing 10:40:38 ce0e7c76b647: Preparing 10:40:38 e95bbcd8c7f2: Preparing 10:40:38 d62a02444d39: Preparing 10:40:38 e95bbcd8c7f2: Waiting 10:40:38 d62a02444d39: Waiting 10:40:38 753834b3132f: Layer already exists 10:40:38 00c00723fc10: Layer already exists 10:40:38 ce0e7c76b647: Layer already exists 10:40:38 2c8f24279f52: Layer already exists 10:40:38 c82f539a97b7: Layer already exists 10:40:38 e95bbcd8c7f2: Layer already exists 10:40:38 d62a02444d39: Layer already exists 10:40:38 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:abdf6cddd4ff220823cdffe463e9e23ad9512c2ea1579e1a80ffc338a39e3982 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:39 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:39 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:main 10:40:39 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 10:40:39 c82f539a97b7: Preparing 10:40:39 753834b3132f: Preparing 10:40:39 2c8f24279f52: Preparing 10:40:39 00c00723fc10: Preparing 10:40:39 ce0e7c76b647: Preparing 10:40:39 e95bbcd8c7f2: Preparing 10:40:39 d62a02444d39: Preparing 10:40:39 d62a02444d39: Waiting 10:40:39 e95bbcd8c7f2: Waiting 10:40:39 ce0e7c76b647: Layer already exists 10:40:39 00c00723fc10: Layer already exists 10:40:39 c82f539a97b7: Layer already exists 10:40:39 753834b3132f: Layer already exists 10:40:39 2c8f24279f52: Layer already exists 10:40:39 e95bbcd8c7f2: Layer already exists 10:40:39 d62a02444d39: Layer already exists 10:40:39 main: digest: sha256:abdf6cddd4ff220823cdffe463e9e23ad9512c2ea1579e1a80ffc338a39e3982 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:40:39 ===================================================== [Pipeline] echo 10:40:39 taggedImages: 10:40:39 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:08e30e9824952b0f8cde611c7e69c4c853d0027d 10:40:39 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest 10:40:39 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.81 10:40:39 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 10:40:39 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] echo 10:40:39 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 10:40:39 08e30e9824952b0f8cde611c7e69c4c853d0027d 10:40:39 latest 10:40:39 3.2.0-dev.81 10:40:39 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 10:40:39 main 10:40:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:40 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:40 + docker push nexus3.edgexfoundry.org:10004/support-notifications:08e30e9824952b0f8cde611c7e69c4c853d0027d 10:40:40 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:40:40 b528fb63717e: Preparing 10:40:40 50f5a481b411: Preparing 10:40:40 cf051087ad5a: Preparing 10:40:40 2c8f24279f52: Preparing 10:40:40 00c00723fc10: Preparing 10:40:40 ce9f1da6200e: Preparing 10:40:40 47f3a8967f62: Preparing 10:40:40 d62a02444d39: Preparing 10:40:40 d62a02444d39: Waiting 10:40:40 ce9f1da6200e: Waiting 10:40:40 47f3a8967f62: Waiting 10:40:40 2c8f24279f52: Layer already exists 10:40:40 00c00723fc10: Layer already exists 10:40:40 50f5a481b411: Pushed 10:40:40 b528fb63717e: Pushed 10:40:40 ce9f1da6200e: Pushed 10:40:40 d62a02444d39: Layer already exists 10:40:40 47f3a8967f62: Pushed 10:40:43 cf051087ad5a: Pushed 10:40:43 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:8e3c01afab1a47bbf2b57c5dfed2c44313fa58ebfd97e806e57db97f96960bbe size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:43 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:44 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 10:40:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:40:44 b528fb63717e: Preparing 10:40:44 50f5a481b411: Preparing 10:40:44 cf051087ad5a: Preparing 10:40:44 2c8f24279f52: Preparing 10:40:44 00c00723fc10: Preparing 10:40:44 ce9f1da6200e: Preparing 10:40:44 47f3a8967f62: Preparing 10:40:44 d62a02444d39: Preparing 10:40:44 47f3a8967f62: Waiting 10:40:44 d62a02444d39: Waiting 10:40:44 ce9f1da6200e: Waiting 10:40:44 2c8f24279f52: Layer already exists 10:40:44 cf051087ad5a: Layer already exists 10:40:44 50f5a481b411: Layer already exists 10:40:44 b528fb63717e: Layer already exists 10:40:44 00c00723fc10: Layer already exists 10:40:44 ce9f1da6200e: Layer already exists 10:40:44 47f3a8967f62: Layer already exists 10:40:44 d62a02444d39: Layer already exists 10:40:44 latest: digest: sha256:8e3c01afab1a47bbf2b57c5dfed2c44313fa58ebfd97e806e57db97f96960bbe size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:44 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:44 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.81 10:40:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:40:44 b528fb63717e: Preparing 10:40:44 50f5a481b411: Preparing 10:40:44 cf051087ad5a: Preparing 10:40:44 2c8f24279f52: Preparing 10:40:44 00c00723fc10: Preparing 10:40:44 ce9f1da6200e: Preparing 10:40:44 47f3a8967f62: Preparing 10:40:44 d62a02444d39: Preparing 10:40:44 47f3a8967f62: Waiting 10:40:44 d62a02444d39: Waiting 10:40:44 ce9f1da6200e: Waiting 10:40:44 50f5a481b411: Layer already exists 10:40:44 2c8f24279f52: Layer already exists 10:40:44 00c00723fc10: Layer already exists 10:40:44 b528fb63717e: Layer already exists 10:40:44 cf051087ad5a: Layer already exists 10:40:44 d62a02444d39: Layer already exists 10:40:44 47f3a8967f62: Layer already exists 10:40:44 ce9f1da6200e: Layer already exists 10:40:44 3.2.0-dev.81: digest: sha256:8e3c01afab1a47bbf2b57c5dfed2c44313fa58ebfd97e806e57db97f96960bbe size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:45 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:45 + docker push nexus3.edgexfoundry.org:10004/support-notifications:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 10:40:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:40:45 b528fb63717e: Preparing 10:40:45 50f5a481b411: Preparing 10:40:45 cf051087ad5a: Preparing 10:40:45 2c8f24279f52: Preparing 10:40:45 00c00723fc10: Preparing 10:40:45 ce9f1da6200e: Preparing 10:40:45 47f3a8967f62: Preparing 10:40:45 d62a02444d39: Preparing 10:40:45 ce9f1da6200e: Waiting 10:40:45 47f3a8967f62: Waiting 10:40:45 d62a02444d39: Waiting 10:40:45 00c00723fc10: Layer already exists 10:40:45 b528fb63717e: Layer already exists 10:40:45 cf051087ad5a: Layer already exists 10:40:45 2c8f24279f52: Layer already exists 10:40:45 50f5a481b411: Layer already exists 10:40:45 ce9f1da6200e: Layer already exists 10:40:45 47f3a8967f62: Layer already exists 10:40:45 d62a02444d39: Layer already exists 10:40:45 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:8e3c01afab1a47bbf2b57c5dfed2c44313fa58ebfd97e806e57db97f96960bbe size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:45 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:46 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 10:40:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:40:46 b528fb63717e: Preparing 10:40:46 50f5a481b411: Preparing 10:40:46 cf051087ad5a: Preparing 10:40:46 2c8f24279f52: Preparing 10:40:46 00c00723fc10: Preparing 10:40:46 ce9f1da6200e: Preparing 10:40:46 47f3a8967f62: Preparing 10:40:46 d62a02444d39: Preparing 10:40:46 ce9f1da6200e: Waiting 10:40:46 47f3a8967f62: Waiting 10:40:46 d62a02444d39: Waiting 10:40:46 50f5a481b411: Layer already exists 10:40:46 2c8f24279f52: Layer already exists 10:40:46 b528fb63717e: Layer already exists 10:40:46 00c00723fc10: Layer already exists 10:40:46 cf051087ad5a: Layer already exists 10:40:46 ce9f1da6200e: Layer already exists 10:40:46 47f3a8967f62: Layer already exists 10:40:46 d62a02444d39: Layer already exists 10:40:46 main: digest: sha256:8e3c01afab1a47bbf2b57c5dfed2c44313fa58ebfd97e806e57db97f96960bbe size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:40:46 ===================================================== [Pipeline] echo 10:40:46 taggedImages: 10:40:46 - nexus3.edgexfoundry.org:10004/support-notifications:08e30e9824952b0f8cde611c7e69c4c853d0027d 10:40:46 - nexus3.edgexfoundry.org:10004/support-notifications:latest 10:40:46 - nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.81 10:40:46 - nexus3.edgexfoundry.org:10004/support-notifications:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 10:40:46 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 10:40:46 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 10:40:46 08e30e9824952b0f8cde611c7e69c4c853d0027d 10:40:46 latest 10:40:46 3.2.0-dev.81 10:40:46 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 10:40:46 main 10:40:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:46 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:46 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:08e30e9824952b0f8cde611c7e69c4c853d0027d 10:40:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:40:46 fc5d7e5a2df8: Preparing 10:40:46 eb84c4ee3257: Preparing 10:40:46 2c8f24279f52: Preparing 10:40:46 00c00723fc10: Preparing 10:40:46 b196b8ad3526: Preparing 10:40:46 4989c7050fb1: Preparing 10:40:46 d62a02444d39: Preparing 10:40:46 d62a02444d39: Waiting 10:40:46 4989c7050fb1: Waiting 10:40:46 00c00723fc10: Layer already exists 10:40:47 fc5d7e5a2df8: Pushed 10:40:47 b196b8ad3526: Layer already exists 10:40:47 2c8f24279f52: Layer already exists 10:40:47 4989c7050fb1: Layer already exists 10:40:47 d62a02444d39: Layer already exists 10:40:50 eb84c4ee3257: Pushed 10:40:50 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:c59412a1fd4e403075b8b4d9bd784020775232e642794110a1d5e6b6b4b5cccc size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:50 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:51 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 10:40:51 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:40:51 fc5d7e5a2df8: Preparing 10:40:51 eb84c4ee3257: Preparing 10:40:51 2c8f24279f52: Preparing 10:40:51 00c00723fc10: Preparing 10:40:51 b196b8ad3526: Preparing 10:40:51 4989c7050fb1: Preparing 10:40:51 d62a02444d39: Preparing 10:40:51 4989c7050fb1: Waiting 10:40:51 d62a02444d39: Waiting 10:40:51 fc5d7e5a2df8: Layer already exists 10:40:51 00c00723fc10: Layer already exists 10:40:51 2c8f24279f52: Layer already exists 10:40:51 b196b8ad3526: Layer already exists 10:40:51 eb84c4ee3257: Layer already exists 10:40:51 4989c7050fb1: Layer already exists 10:40:51 d62a02444d39: Layer already exists 10:40:51 latest: digest: sha256:c59412a1fd4e403075b8b4d9bd784020775232e642794110a1d5e6b6b4b5cccc size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:51 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:51 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.81 10:40:51 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:40:51 fc5d7e5a2df8: Preparing 10:40:51 eb84c4ee3257: Preparing 10:40:51 2c8f24279f52: Preparing 10:40:51 00c00723fc10: Preparing 10:40:51 b196b8ad3526: Preparing 10:40:51 4989c7050fb1: Preparing 10:40:51 d62a02444d39: Preparing 10:40:51 4989c7050fb1: Waiting 10:40:51 d62a02444d39: Waiting 10:40:51 b196b8ad3526: Layer already exists 10:40:51 2c8f24279f52: Layer already exists 10:40:51 00c00723fc10: Layer already exists 10:40:51 fc5d7e5a2df8: Layer already exists 10:40:51 d62a02444d39: Layer already exists 10:40:51 eb84c4ee3257: Layer already exists 10:40:51 4989c7050fb1: Layer already exists 10:40:51 3.2.0-dev.81: digest: sha256:c59412a1fd4e403075b8b4d9bd784020775232e642794110a1d5e6b6b4b5cccc size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:52 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:52 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 10:40:52 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:40:52 fc5d7e5a2df8: Preparing 10:40:52 eb84c4ee3257: Preparing 10:40:52 2c8f24279f52: Preparing 10:40:52 00c00723fc10: Preparing 10:40:52 b196b8ad3526: Preparing 10:40:52 4989c7050fb1: Preparing 10:40:52 d62a02444d39: Preparing 10:40:52 4989c7050fb1: Waiting 10:40:52 fc5d7e5a2df8: Layer already exists 10:40:52 2c8f24279f52: Layer already exists 10:40:52 b196b8ad3526: Layer already exists 10:40:52 eb84c4ee3257: Layer already exists 10:40:52 00c00723fc10: Layer already exists 10:40:52 4989c7050fb1: Layer already exists 10:40:52 d62a02444d39: Layer already exists 10:40:52 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:c59412a1fd4e403075b8b4d9bd784020775232e642794110a1d5e6b6b4b5cccc size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:52 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:53 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 10:40:53 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:40:53 fc5d7e5a2df8: Preparing 10:40:53 eb84c4ee3257: Preparing 10:40:53 2c8f24279f52: Preparing 10:40:53 00c00723fc10: Preparing 10:40:53 b196b8ad3526: Preparing 10:40:53 4989c7050fb1: Preparing 10:40:53 d62a02444d39: Preparing 10:40:53 4989c7050fb1: Waiting 10:40:53 d62a02444d39: Waiting 10:40:53 2c8f24279f52: Layer already exists 10:40:53 00c00723fc10: Layer already exists 10:40:53 eb84c4ee3257: Layer already exists 10:40:53 fc5d7e5a2df8: Layer already exists 10:40:53 b196b8ad3526: Layer already exists 10:40:53 4989c7050fb1: Layer already exists 10:40:53 d62a02444d39: Layer already exists 10:40:53 main: digest: sha256:c59412a1fd4e403075b8b4d9bd784020775232e642794110a1d5e6b6b4b5cccc size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:40:53 ===================================================== [Pipeline] echo 10:40:53 taggedImages: 10:40:53 - nexus3.edgexfoundry.org:10004/support-scheduler:08e30e9824952b0f8cde611c7e69c4c853d0027d 10:40:53 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 10:40:53 - nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.81 10:40:53 - nexus3.edgexfoundry.org:10004/support-scheduler:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 10:40:53 - 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:57:05 #160 ... 10:57:05 10:57:05 #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:57:05 #151 1187.6 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:57:17 #151 ... 10:57:17 10:57:17 #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 10:57:17 #152 DONE 1201.0s 10:57:17 10:57:17 #160 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:57:17 #160 ... 10:57:17 10:57:17 #161 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 10:57:17 #161 DONE 0.3s 10:57:17 10:57:17 #162 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 10:57:17 #162 DONE 0.1s 10:57:17 10:57:17 #160 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:57:17 #160 ... 10:57:17 10:57:17 #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:57:17 #163 DONE 0.2s 10:57:17 10:57:17 #164 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 10:57:18 #164 DONE 0.2s 10:57:18 10:57:18 #165 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:57:18 #165 DONE 0.2s 10:57:18 10:57:18 #166 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 10:57:18 #166 DONE 0.3s 10:57:18 10:57:18 #167 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:57:21 #167 DONE 2.7s 10:57:21 10:57:21 #157 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:57:21 #157 ... 10:57:21 10:57:21 #105 [security-proxy-setup] exporting to image 10:57:21 #105 exporting layers 10:57:22 #105 ... 10:57:22 10:57:22 #158 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 10:57:22 #158 DONE 1206.4s 10:57:22 10:57:22 #157 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:57:22 #157 ... 10:57:22 10:57:22 #168 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 10:57:23 #168 DONE 0.3s 10:57:23 10:57:23 #105 [security-proxy-setup] exporting to image 10:57:23 #105 exporting layers 1.7s done 10:57:23 #105 writing image sha256:6fe8a1de0c3ef092907fec567a3340cd41060d7d4145798ad65eb1ac9a32ba3e 0.0s done 10:57:23 #105 naming to docker.io/library/security-proxy-setup-arm64 0.0s done 10:57:23 #105 DONE 6.7s 10:57:23 10:57:23 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 10:57:23 #150 ... 10:57:23 10:57:23 #169 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh 10:57:25 #169 DONE 2.3s 10:57:25 10:57:25 #170 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / 10:57:25 #170 DONE 0.3s 10:57:25 10:57:25 #171 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / 10:57:26 #171 DONE 0.3s 10:57:26 10:57:26 #172 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:57:26 #172 ... 10:57:26 10:57:26 #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:57:26 #151 DONE 1210.5s 10:57:26 10:57:26 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 10:57:26 #47 ... 10:57:26 10:57:26 #173 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 10:57:26 #173 ... 10:57:26 10:57:26 #172 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:57:26 #172 DONE 0.8s 10:57:27 10:57:27 #173 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 10:57:27 #173 DONE 0.3s 10:57:27 10:57:27 #174 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 10:57:27 #174 DONE 0.4s 10:57:27 10:57:27 #175 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 10:57:27 #175 DONE 0.3s 10:57:27 10:57:27 #176 [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:57:27 #176 DONE 0.3s 10:57:27 10:57:27 #177 [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:57:27 #177 DONE 0.3s 10:57:27 10:57:27 #178 [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:57:27 #178 DONE 0.2s 10:57:27 10:57:27 #179 [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:57:27 #179 DONE 0.3s 10:57:27 10:57:27 #180 [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:57:28 #180 DONE 0.2s 10:57:28 10:57:28 #181 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 10:57:28 #181 DONE 0.2s 10:57:28 10:57:28 #182 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:57:28 #182 ... 10:57:28 10:57:28 #183 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 10:57:28 #183 DONE 0.2s 10:57:28 10:57:28 #184 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 10:57:28 #184 DONE 0.2s 10:57:28 10:57:28 #185 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh 10:57:28 #185 ... 10:57:28 10:57:28 #182 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:57:28 #182 DONE 0.5s 10:57:28 10:57:28 #186 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:57:29 #186 DONE 0.5s 10:57:29 10:57:29 #187 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:57:29 #187 DONE 0.2s 10:57:29 10:57:29 #188 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:57:31 #188 ... 10:57:31 10:57:31 #185 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh 10:57:31 #185 DONE 3.2s 10:57:31 10:57:31 #105 [security-bootstrapper] exporting to image 10:57:31 #105 exporting layers 10:57:32 #105 ... 10:57:32 10:57:32 #188 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:57:32 #188 DONE 2.8s 10:57:32 10:57:32 #105 [security-secretstore-setup] exporting to image 10:57:33 #105 exporting layers 1.6s done 10:57:33 #105 writing image sha256:77532e5d8f19ba8988ae02210e47b71ca6112fa2d15098d635ebaa74d8576337 0.0s done 10:57:33 #105 naming to docker.io/library/security-bootstrapper-arm64 done 10:57:33 #105 exporting layers 1.5s done 10:57:33 #105 writing image sha256:57abfcb73e136229a197557f19dec97f0263f1b9a87310be468477ed8725cba4 done 10:57:33 #105 naming to docker.io/library/security-secretstore-setup-arm64 done 10:57:33 #105 DONE 8.7s 10:57:33 10:57:33 #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:58:41 #35 ... 10:58:41 10:58:41 #155 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 10:58:41 #155 DONE 1282.4s 10:58:41 10:58:41 #160 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:58:41 #160 ... 10:58:41 10:58:41 #189 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 10:58:41 #189 DONE 0.2s 10:58:41 10:58:41 #190 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 10:58:41 #190 DONE 0.2s 10:58:41 10:58:41 #38 [security-spire-agent stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 10:58:41 #38 ... 10:58:41 10:58: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:58:41 #191 DONE 0.2s 10:58:41 10:58: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:58:41 #192 DONE 0.2s 10:58:41 10:58: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:58:41 #193 DONE 0.1s 10:58:41 10:58: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:58:41 #194 DONE 2.1s 10:58:41 10:58:41 #160 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:58:41 #160 ... 10:58:41 10:58:41 #105 [core-common-config-bootstrapper] exporting to image 10:58:41 #105 exporting layers 10:58:42 #105 exporting layers 0.8s done 10:58:42 #105 writing image sha256:e0552af63a75a69208d4fd89c81087c3384b1445db86ece366c49c8897c8303a done 10:58:42 #105 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 10:58:42 #105 DONE 9.4s 10:58:42 10:58:42 #157 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 11:00:55 #157 ... 11:00:55 11:00:55 #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 11:00:55 #148 DONE 1404.7s 11:00:55 11:00:55 #160 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 11:00:55 #160 ... 11:00:55 11:00:55 #195 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 11:00:55 #195 DONE 0.3s 11:00:55 11:00:55 #196 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 11:00:55 #196 DONE 0.1s 11:00:55 11:00:55 #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 11:00:55 #149 ... 11:00:55 11:00:55 #197 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 11:00:55 #197 DONE 0.3s 11:00:55 11:00:55 #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 11:00:55 #198 DONE 0.1s 11:00:55 11:00:55 #105 [security-spiffe-token-provider] exporting to image 11:00:55 #105 exporting layers 11:00:55 #105 exporting layers 0.6s done 11:00:55 #105 writing image sha256:b0892bce410d47133c84dfb1541ecd19f1cbea43e0d427cfb4aa94f20868701c done 11:00:55 #105 naming to docker.io/library/security-spiffe-token-provider-arm64 done 11:00:55 #105 DONE 10.1s 11:00:55 11:00:55 #157 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 11:09:02 #157 ... 11:09:02 11:09:02 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 11:09:02 #150 DONE 1894.6s 11:09:02 11:09:02 #38 [security-spire-agent stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 11:09:02 #38 ... 11:09:02 11:09:02 #199 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 11:09:02 #199 DONE 0.1s 11:09:02 11:09:02 #200 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 11:09:02 #200 DONE 0.1s 11:09:02 11:09:02 #201 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 11:09:02 #201 DONE 0.4s 11:09:02 11:09:02 #157 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 11:09:02 #157 ... 11:09:02 11:09:02 #202 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 11:09:02 #202 DONE 0.1s 11:09:02 11:09:02 #203 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 11:09:02 #203 DONE 0.2s 11:09:02 11:09:02 #204 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 11:09:02 #204 DONE 1.7s 11:09:02 11:09:02 #38 [security-spire-agent stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 11:09:02 #38 ... 11:09:02 11:09:02 #105 [security-proxy-auth] exporting to image 11:09:02 #105 exporting layers 11:09:02 #105 exporting layers 0.7s done 11:09:02 #105 writing image sha256:059563005e969be45a8bf1d32f04003d8665b6ccf98bc8986313abb02e7d4d36 done 11:09:02 #105 naming to docker.io/library/security-proxy-auth-arm64 done 11:09:02 #105 DONE 10.8s 11:09:02 11:09:02 #160 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 11:09:58 #160 ... 11:09:58 11:09:58 #159 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 11:09:58 #159 DONE 1959.8s 11:09:58 11:09:58 #38 [security-spire-agent stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 11:09:58 #38 ... 11:09:58 11:09:58 #205 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 11:09:58 #205 DONE 0.2s 11:09:58 11:09:58 #206 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 11:09:58 #206 DONE 0.3s 11:09:58 11:09:58 #207 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 11:09:58 #207 DONE 0.4s 11:09:58 11:09:58 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 11:09:58 #47 ... 11:09:58 11:09:58 #208 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 11:09:58 #208 DONE 0.1s 11:09:58 11:09:58 #105 [core-command] exporting to image 11:09:58 #105 exporting layers 11:09:58 #105 exporting layers 0.4s done 11:09:58 #105 writing image sha256:91683a8e759b477e936d0153c3d67d130aecd10e43f45ba5002d3fc22f9f2e49 done 11:09:58 #105 naming to docker.io/library/core-command-arm64 done 11:09:58 #105 DONE 11.2s 11:09:58 11:09:58 #160 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 11:12:20 #160 ... 11:12:20 11:12:20 #156 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 11:12:20 #156 DONE 2094.9s 11:12:20 11:12:20 #38 [security-spire-agent stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 11:12:20 #38 ... 11:12:20 11:12:20 #209 [core-metadata stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / 11:12:20 #209 DONE 0.2s 11:12:20 11:12:20 #210 [core-metadata stage-1 5/10] COPY --from=builder /edgex-go/security.txt / 11:12:20 #210 DONE 0.2s 11:12:20 11:12:20 #160 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 11:12:20 #160 ... 11:12:20 11:12:20 #211 [core-metadata stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 11:12:20 #211 DONE 0.6s 11:12:20 11:12:20 #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 11:12:20 #153 ... 11:12:20 11:12:20 #212 [core-metadata stage-1 7/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 11:12:20 #212 DONE 0.2s 11:12:20 11:12:20 #213 [core-metadata stage-1 8/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 11:12:20 #213 DONE 0.2s 11:12:20 11:12:20 #214 [core-metadata stage-1 9/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/db/ /res/db/ 11:12:20 #214 DONE 0.2s 11:12:20 11:12:20 #105 [core-metadata] exporting to image 11:12:20 #105 exporting layers 11:12:20 #105 exporting layers 0.7s done 11:12:20 #105 writing image sha256:bc2636a98a3e1e6175d9a20ba69af237a70481628026c13f2280ed7df27f061b 11:12:20 #105 writing image sha256:bc2636a98a3e1e6175d9a20ba69af237a70481628026c13f2280ed7df27f061b done 11:12:20 #105 naming to docker.io/library/core-metadata-arm64 done 11:12:20 #105 DONE 11.9s 11:12:20 11:12:20 #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 11:12:20 #149 DONE 2098.4s 11:12:20 11:12:20 #157 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 11:12:20 #157 ... 11:12:20 11:12:20 #160 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 11:12:20 #160 DONE 2098.8s 11:12:20 11:12:20 #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 11:12:20 #153 ... 11:12:20 11:12:20 #215 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 11:12:20 #215 DONE 0.2s 11:12:20 11:12:20 #216 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 11:12:20 #216 DONE 0.1s 11:12:20 11:12:20 #38 [security-spire-agent stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 11:12:20 #38 ... 11:12:20 11:12:20 #217 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / 11:12:20 #217 DONE 0.7s 11:12:20 11:12:20 #218 [core-keeper stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 11:12:20 #218 DONE 0.3s 11:12:20 11:12:20 #219 [core-data stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 11:12:20 #219 DONE 0.2s 11:12:20 11:12:20 #220 [core-data stage-1 8/8] COPY --from=builder /edgex-go/cmd/core-data/res/db/ /res/db/ 11:12:20 #220 DONE 0.4s 11:12:20 11:12:20 #221 [core-keeper stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 11:12:20 #221 DONE 0.6s 11:12:20 11:12:20 #105 [core-data] exporting to image 11:12:20 #105 ... 11:12:20 11:12:20 #222 [core-keeper stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 11:12:20 #222 DONE 0.3s 11:12:20 11:12:20 #223 [core-keeper stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/db/ /res/db/ 11:12:20 #223 DONE 0.3s 11:12:20 11:12:20 #105 [core-keeper] exporting to image 11:12:20 #105 exporting layers 1.4s done 11:12:20 #105 writing image sha256:0d23409df304311307fc3af3eb6a2ccc05ee33d418f7e8cf9b67023d66da49ae 11:12:20 #105 exporting layers 0.9s done 11:12:20 #105 writing image sha256:0d23409df304311307fc3af3eb6a2ccc05ee33d418f7e8cf9b67023d66da49ae 0.0s done 11:12:20 #105 naming to docker.io/library/core-data-arm64 done 11:12:20 #105 writing image sha256:970e8c2f9db325bbdfa93a09c744c3c988aa99aff29bfb25ed8c3ae06afdf88b done 11:12:20 #105 naming to docker.io/library/core-keeper-arm64 done 11:12:20 #105 DONE 13.4s 11:12:20 11:12:20 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 11:12:52 #47 ... 11:12:52 11:12:52 #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 11:12:52 #154 DONE 2134.9s 11:12:52 11:12:52 #157 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 11:12:52 #157 DONE 2135.0s 11:12:52 11:12:52 #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 11:12:52 #153 DONE 2135.0s 11:12:52 11:12:52 #38 [security-spire-agent stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 11:12:52 #38 ... 11:12:52 11:12:52 #224 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 11:12:52 #224 DONE 0.4s 11:12:52 11:12:52 #225 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 11:12:52 #225 ... 11:12:52 11:12:52 #226 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 11:12:52 #226 DONE 0.2s 11:12:52 11:12:52 #225 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 11:12:52 #225 DONE 0.3s 11:12:52 11:12:52 #227 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 11:12:52 #227 ... 11:12:52 11:12:52 #228 [support-notifications stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 11:12:52 #228 DONE 0.4s 11:12:52 11:12:52 #229 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 11:12:52 #229 DONE 0.3s 11:12:52 11:12:52 #230 [support-notifications stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 11:12:52 #230 DONE 0.2s 11:12:52 11:12:52 #231 [support-notifications stage-1 6/8] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 11:12:52 #231 ... 11:12:52 11:12:52 #227 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 11:12:52 #227 DONE 0.6s 11:12:52 11:12:52 #232 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / 11:12:52 #232 DONE 0.5s 11:12:52 11:12:52 #231 [support-notifications stage-1 6/8] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 11:12:52 #231 DONE 0.4s 11:12:52 11:12:52 #233 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res 11:12:52 #233 DONE 0.2s 11:12:52 11:12:52 #234 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 11:12:52 #234 DONE 0.2s 11:12:52 11:12:52 #235 [support-notifications stage-1 7/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 11:12:52 #235 DONE 0.2s 11:12:52 11:12:52 #105 [support-cron-scheduler] exporting to image 11:12:52 #105 exporting layers 11:12:52 #105 ... 11:12:52 11:12:52 #236 [support-notifications stage-1 8/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/db/ /res/db/ 11:12:52 #236 DONE 0.2s 11:12:52 11:12:52 #105 [support-notifications] exporting to image 11:12:53 #105 exporting layers 0.6s done 11:12:53 #105 writing image sha256:c215032f72b3c55c9f0a7db84e3ec23abc9091e5592a583d482b29778957a3eb 0.0s done 11:12:53 #105 naming to docker.io/library/support-scheduler-arm64 done 11:12:53 #105 exporting layers 0.6s done 11:12:53 #105 writing image sha256:50eedd9011634782c37f23d8a574cc1b14541bee2ed0a2474d5ada3389869223 done 11:12:53 #105 naming to docker.io/library/support-notifications-arm64 done 11:12:53 #105 exporting layers 1.5s done 11:12:53 #105 writing image sha256:1ce4ab1dc297150df9b36011d8f5f1b125e5ecf29dea0af9313b2c5aea273b60 done 11:12:53 #105 naming to docker.io/library/support-cron-scheduler-arm64 done 11:12:53 #105 DONE 15.0s 11:12:53 11:12:53 #38 [security-spire-agent stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 11:12:53 time="2024-09-24T10:34:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:12:53 time="2024-09-24T10:34:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:12:53 time="2024-09-24T10:34:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:12:53 time="2024-09-24T10:34:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:12:53 time="2024-09-24T10:34:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:12:53 time="2024-09-24T10:34:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:12:53 time="2024-09-24T10:34:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:12:53 time="2024-09-24T10:34:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:12:53 time="2024-09-24T10:34:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:12:53 time="2024-09-24T10:34:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:12:53 time="2024-09-24T10:34:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:12:53 time="2024-09-24T10:34:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:12:53 time="2024-09-24T10:34:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:12:53 time="2024-09-24T10:34:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:12:53 time="2024-09-24T10:34:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:12:53 time="2024-09-24T10:34:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 11:12:54 $ docker stop --time=1 2ae448409a8f41a172e91d67ec6d107dcc42424756c34358ebc6a55804f1bd7f 11:12:55 $ docker rm -f --volumes 2ae448409a8f41a172e91d67ec6d107dcc42424756c34358ebc6a55804f1bd7f [Pipeline] // withDockerContainer [Pipeline] sh 11:12:56 + docker images 11:12:56 REPOSITORY TAG IMAGE ID CREATED SIZE 11:12:56 support-cron-scheduler-arm64 latest 1ce4ab1dc297 4 seconds ago 43.8MB 11:12:56 support-scheduler-arm64 latest c215032f72b3 4 seconds ago 41.6MB 11:12:56 support-notifications-arm64 latest 50eedd901163 4 seconds ago 42.3MB 11:12:56 core-keeper-arm64 latest 970e8c2f9db3 39 seconds ago 39.3MB 11:12:56 core-data-arm64 latest 0d23409df304 40 seconds ago 39.4MB 11:12:56 core-metadata-arm64 latest bc2636a98a3e 44 seconds ago 39.5MB 11:12:56 core-command-arm64 latest 91683a8e759b 3 minutes ago 35.1MB 11:12:56 security-proxy-auth-arm64 latest 059563005e96 4 minutes ago 32.7MB 11:12:56 security-spiffe-token-provider-arm64 latest b0892bce410d 12 minutes ago 29.1MB 11:12:56 core-common-config-bootstrapper-arm64 latest e0552af63a75 14 minutes ago 15.4MB 11:12:56 security-secretstore-setup-arm64 latest 57abfcb73e13 15 minutes ago 36.4MB 11:12:56 security-bootstrapper-arm64 latest 77532e5d8f19 15 minutes ago 18.9MB 11:12:56 security-proxy-setup-arm64 latest 6fe8a1de0c3e 15 minutes ago 26.2MB 11:12:56 security-spire-config-arm64 latest 7b2d9238aa30 37 minutes ago 115MB 11:12:56 security-spire-agent-arm64 latest a635b7797034 37 minutes ago 174MB 11:12:56 security-spire-server-arm64 latest c8331d0abb64 37 minutes ago 116MB 11:12:56 ci-base-image-arm64 latest 656e1913c61c 38 minutes ago 967MB 11:12:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine f246e2811388 5 months ago 561MB 11:12:56 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 11:12:56 provisioning config files... 11:12:56 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/703@tmp/config7706335632077274355tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:12:56 ---> ****-login.sh 11:12:56 nexus3.edgexfoundry.org:10001 11:12:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:12:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:12:56 Configure a credential helper to remove this warning. See 11:12:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:12:56 11:12:56 Login Succeeded 11:12:56 nexus3.edgexfoundry.org:10002 11:12:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:12:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:12:57 Configure a credential helper to remove this warning. See 11:12:57 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:12:57 11:12:57 Login Succeeded 11:12:57 nexus3.edgexfoundry.org:10003 11:12:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:12:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:12:57 Configure a credential helper to remove this warning. See 11:12:57 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:12:57 11:12:57 Login Succeeded 11:12:57 nexus3.edgexfoundry.org:10004 11:12:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:12:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:12:58 Configure a credential helper to remove this warning. See 11:12:58 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:12:58 11:12:58 Login Succeeded 11:12:58 ****.io 11:12:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:12:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:12:58 Configure a credential helper to remove this warning. See 11:12:58 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:12:58 11:12:58 Login Succeeded 11:12:58 ---> ****-login.sh ends [Pipeline] } 11:12:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:12:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 11:12:58 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 11:12:58 08e30e9824952b0f8cde611c7e69c4c853d0027d 11:12:58 latest 11:12:58 3.2.0-dev.81 11:12:58 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 11:12:58 main 11:12:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:59 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:59 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d 11:12:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 11:12:59 71d964ea8618: Preparing 11:12:59 3b8a680663cb: Preparing 11:12:59 b8be3f67eea9: Preparing 11:12:59 ee6eae67fb29: Preparing 11:12:59 a8d95f9b6cb0: Preparing 11:12:59 541e0eb45536: Preparing 11:12:59 4aeaa0e7d41f: Preparing 11:12:59 541e0eb45536: Waiting 11:12:59 4aeaa0e7d41f: Waiting 11:12:59 ee6eae67fb29: Pushed 11:12:59 b8be3f67eea9: Pushed 11:12:59 a8d95f9b6cb0: Pushed 11:12:59 71d964ea8618: Pushed 11:12:59 4aeaa0e7d41f: Layer already exists 11:12:59 541e0eb45536: Pushed 11:13:06 3b8a680663cb: Pushed 11:13:06 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:8f499f49fa660f83176b21f3e73677dd1e1d721534d71418b5a42fdc7b3a6700 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:06 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:07 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 11:13:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 11:13:07 71d964ea8618: Preparing 11:13:07 3b8a680663cb: Preparing 11:13:07 b8be3f67eea9: Preparing 11:13:07 ee6eae67fb29: Preparing 11:13:07 a8d95f9b6cb0: Preparing 11:13:07 541e0eb45536: Preparing 11:13:07 4aeaa0e7d41f: Preparing 11:13:07 541e0eb45536: Waiting 11:13:07 4aeaa0e7d41f: Waiting 11:13:07 3b8a680663cb: Layer already exists 11:13:07 ee6eae67fb29: Layer already exists 11:13:07 a8d95f9b6cb0: Layer already exists 11:13:07 71d964ea8618: Layer already exists 11:13:07 b8be3f67eea9: Layer already exists 11:13:07 541e0eb45536: Layer already exists 11:13:07 4aeaa0e7d41f: Layer already exists 11:13:07 latest: digest: sha256:8f499f49fa660f83176b21f3e73677dd1e1d721534d71418b5a42fdc7b3a6700 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:07 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:08 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.81 11:13:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 11:13:08 71d964ea8618: Preparing 11:13:08 3b8a680663cb: Preparing 11:13:08 b8be3f67eea9: Preparing 11:13:08 ee6eae67fb29: Preparing 11:13:08 a8d95f9b6cb0: Preparing 11:13:08 541e0eb45536: Preparing 11:13:08 4aeaa0e7d41f: Preparing 11:13:08 4aeaa0e7d41f: Waiting 11:13:08 541e0eb45536: Waiting 11:13:08 ee6eae67fb29: Layer already exists 11:13:08 3b8a680663cb: Layer already exists 11:13:08 71d964ea8618: Layer already exists 11:13:08 b8be3f67eea9: Layer already exists 11:13:08 a8d95f9b6cb0: Layer already exists 11:13:08 541e0eb45536: Layer already exists 11:13:08 4aeaa0e7d41f: Layer already exists 11:13:08 3.2.0-dev.81: digest: sha256:8f499f49fa660f83176b21f3e73677dd1e1d721534d71418b5a42fdc7b3a6700 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:09 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:09 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 11:13:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 11:13:09 71d964ea8618: Preparing 11:13:09 3b8a680663cb: Preparing 11:13:09 b8be3f67eea9: Preparing 11:13:09 ee6eae67fb29: Preparing 11:13:09 a8d95f9b6cb0: Preparing 11:13:09 541e0eb45536: Preparing 11:13:09 4aeaa0e7d41f: Preparing 11:13:09 541e0eb45536: Waiting 11:13:09 4aeaa0e7d41f: Waiting 11:13:09 b8be3f67eea9: Layer already exists 11:13:09 71d964ea8618: Layer already exists 11:13:09 3b8a680663cb: Layer already exists 11:13:09 a8d95f9b6cb0: Layer already exists 11:13:09 ee6eae67fb29: Layer already exists 11:13:09 4aeaa0e7d41f: Layer already exists 11:13:09 541e0eb45536: Layer already exists 11:13:09 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:8f499f49fa660f83176b21f3e73677dd1e1d721534d71418b5a42fdc7b3a6700 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:10 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:10 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 11:13:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 11:13:10 71d964ea8618: Preparing 11:13:10 3b8a680663cb: Preparing 11:13:10 b8be3f67eea9: Preparing 11:13:10 ee6eae67fb29: Preparing 11:13:10 a8d95f9b6cb0: Preparing 11:13:10 541e0eb45536: Preparing 11:13:10 4aeaa0e7d41f: Preparing 11:13:10 541e0eb45536: Waiting 11:13:10 4aeaa0e7d41f: Waiting 11:13:10 71d964ea8618: Layer already exists 11:13:10 3b8a680663cb: Layer already exists 11:13:10 b8be3f67eea9: Layer already exists 11:13:10 ee6eae67fb29: Layer already exists 11:13:10 a8d95f9b6cb0: Layer already exists 11:13:10 4aeaa0e7d41f: Layer already exists 11:13:10 541e0eb45536: Layer already exists 11:13:10 main: digest: sha256:8f499f49fa660f83176b21f3e73677dd1e1d721534d71418b5a42fdc7b3a6700 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:13:10 ===================================================== [Pipeline] echo 11:13:10 taggedImages: 11:13:10 - nexus3.edgexfoundry.org:10004/core-command-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d 11:13:10 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 11:13:10 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.81 11:13:10 - nexus3.edgexfoundry.org:10004/core-command-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 11:13:10 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 11:13:10 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 11:13:10 08e30e9824952b0f8cde611c7e69c4c853d0027d 11:13:10 latest 11:13:10 3.2.0-dev.81 11:13:10 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 11:13:10 main 11:13:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:11 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:11 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d 11:13:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 11:13:11 f945c11017a6: Preparing 11:13:11 ee5724db1c26: Preparing 11:13:11 149195224349: Preparing 11:13:11 db2e983b7906: Preparing 11:13:11 b8be3f67eea9: Preparing 11:13:11 ee6eae67fb29: Preparing 11:13:11 a8d95f9b6cb0: Preparing 11:13:11 541e0eb45536: Preparing 11:13:11 4aeaa0e7d41f: Preparing 11:13:11 a8d95f9b6cb0: Waiting 11:13:11 541e0eb45536: Waiting 11:13:11 4aeaa0e7d41f: Waiting 11:13:11 ee6eae67fb29: Waiting 11:13:11 b8be3f67eea9: Layer already exists 11:13:11 ee6eae67fb29: Layer already exists 11:13:11 a8d95f9b6cb0: Layer already exists 11:13:11 149195224349: Pushed 11:13:11 ee5724db1c26: Pushed 11:13:11 541e0eb45536: Layer already exists 11:13:11 f945c11017a6: Pushed 11:13:11 4aeaa0e7d41f: Layer already exists 11:13:13 db2e983b7906: Pushed 11:13:13 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:48837df51a7f4a13ba275eb046458560bf85defac7fcff93e5f8666b579bc422 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:14 + 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 11:13:14 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 11:13:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 11:13:14 f945c11017a6: Preparing 11:13:14 ee5724db1c26: Preparing 11:13:14 149195224349: Preparing 11:13:14 db2e983b7906: Preparing 11:13:14 b8be3f67eea9: Preparing 11:13:14 ee6eae67fb29: Preparing 11:13:14 a8d95f9b6cb0: Preparing 11:13:14 541e0eb45536: Preparing 11:13:14 4aeaa0e7d41f: Preparing 11:13:14 541e0eb45536: Waiting 11:13:14 ee6eae67fb29: Waiting 11:13:14 a8d95f9b6cb0: Waiting 11:13:14 4aeaa0e7d41f: Waiting 11:13:14 ee5724db1c26: Layer already exists 11:13:14 db2e983b7906: Layer already exists 11:13:14 149195224349: Layer already exists 11:13:14 b8be3f67eea9: Layer already exists 11:13:14 f945c11017a6: Layer already exists 11:13:14 a8d95f9b6cb0: Layer already exists 11:13:14 541e0eb45536: Layer already exists 11:13:14 ee6eae67fb29: Layer already exists 11:13:14 4aeaa0e7d41f: Layer already exists 11:13:14 latest: digest: sha256:48837df51a7f4a13ba275eb046458560bf85defac7fcff93e5f8666b579bc422 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:15 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:15 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.81 11:13:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 11:13:15 f945c11017a6: Preparing 11:13:15 ee5724db1c26: Preparing 11:13:15 149195224349: Preparing 11:13:15 db2e983b7906: Preparing 11:13:15 b8be3f67eea9: Preparing 11:13:15 ee6eae67fb29: Preparing 11:13:15 a8d95f9b6cb0: Preparing 11:13:15 541e0eb45536: Preparing 11:13:15 4aeaa0e7d41f: Preparing 11:13:15 541e0eb45536: Waiting 11:13:15 ee6eae67fb29: Waiting 11:13:15 4aeaa0e7d41f: Waiting 11:13:15 a8d95f9b6cb0: Waiting 11:13:15 149195224349: Layer already exists 11:13:15 b8be3f67eea9: Layer already exists 11:13:15 f945c11017a6: Layer already exists 11:13:15 ee5724db1c26: Layer already exists 11:13:15 db2e983b7906: Layer already exists 11:13:15 4aeaa0e7d41f: Layer already exists 11:13:15 ee6eae67fb29: Layer already exists 11:13:15 541e0eb45536: Layer already exists 11:13:15 a8d95f9b6cb0: Layer already exists 11:13:15 3.2.0-dev.81: digest: sha256:48837df51a7f4a13ba275eb046458560bf85defac7fcff93e5f8666b579bc422 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:16 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:16 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 11:13:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 11:13:16 f945c11017a6: Preparing 11:13:16 ee5724db1c26: Preparing 11:13:16 149195224349: Preparing 11:13:16 db2e983b7906: Preparing 11:13:16 b8be3f67eea9: Preparing 11:13:16 ee6eae67fb29: Preparing 11:13:16 a8d95f9b6cb0: Preparing 11:13:16 ee6eae67fb29: Waiting 11:13:16 541e0eb45536: Preparing 11:13:16 a8d95f9b6cb0: Waiting 11:13:16 4aeaa0e7d41f: Preparing 11:13:16 4aeaa0e7d41f: Waiting 11:13:16 db2e983b7906: Layer already exists 11:13:16 ee5724db1c26: Layer already exists 11:13:16 f945c11017a6: Layer already exists 11:13:16 149195224349: Layer already exists 11:13:16 b8be3f67eea9: Layer already exists 11:13:16 a8d95f9b6cb0: Layer already exists 11:13:16 ee6eae67fb29: Layer already exists 11:13:16 4aeaa0e7d41f: Layer already exists 11:13:16 541e0eb45536: Layer already exists 11:13:16 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:48837df51a7f4a13ba275eb046458560bf85defac7fcff93e5f8666b579bc422 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:17 + 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 11:13:17 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 11:13:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 11:13:17 f945c11017a6: Preparing 11:13:17 ee5724db1c26: Preparing 11:13:17 149195224349: Preparing 11:13:17 db2e983b7906: Preparing 11:13:17 b8be3f67eea9: Preparing 11:13:17 ee6eae67fb29: Preparing 11:13:17 a8d95f9b6cb0: Preparing 11:13:17 541e0eb45536: Preparing 11:13:17 4aeaa0e7d41f: Preparing 11:13:17 ee6eae67fb29: Waiting 11:13:17 a8d95f9b6cb0: Waiting 11:13:17 541e0eb45536: Waiting 11:13:17 f945c11017a6: Layer already exists 11:13:17 149195224349: Layer already exists 11:13:17 ee5724db1c26: Layer already exists 11:13:17 db2e983b7906: Layer already exists 11:13:17 b8be3f67eea9: Layer already exists 11:13:17 4aeaa0e7d41f: Layer already exists 11:13:17 541e0eb45536: Layer already exists 11:13:17 a8d95f9b6cb0: Layer already exists 11:13:17 ee6eae67fb29: Layer already exists 11:13:17 main: digest: sha256:48837df51a7f4a13ba275eb046458560bf85defac7fcff93e5f8666b579bc422 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:13:17 ===================================================== [Pipeline] echo 11:13:17 taggedImages: 11:13:17 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d 11:13:17 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 11:13:17 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.81 11:13:17 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 11:13:17 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 11:13:17 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 11:13:17 08e30e9824952b0f8cde611c7e69c4c853d0027d 11:13:17 latest 11:13:17 3.2.0-dev.81 11:13:17 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 11:13:17 main 11:13:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:18 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:18 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d 11:13:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 11:13:18 b450df89a2cf: Preparing 11:13:18 f91391fea99d: Preparing 11:13:18 a45c3fde8ecc: Preparing 11:13:18 b8be3f67eea9: Preparing 11:13:18 ee6eae67fb29: Preparing 11:13:18 1fd64efc92e2: Preparing 11:13:18 74dc0802527b: Preparing 11:13:18 1fd64efc92e2: Waiting 11:13:18 4aeaa0e7d41f: Preparing 11:13:18 74dc0802527b: Waiting 11:13:18 4aeaa0e7d41f: Waiting 11:13:19 b8be3f67eea9: Layer already exists 11:13:19 ee6eae67fb29: Layer already exists 11:13:19 f91391fea99d: Pushed 11:13:19 b450df89a2cf: Pushed 11:13:19 4aeaa0e7d41f: Layer already exists 11:13:19 1fd64efc92e2: Pushed 11:13:19 74dc0802527b: Pushed 11:13:25 a45c3fde8ecc: Pushed 11:13:25 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:4abd4f869a1d4a812817d5505af0c8dacb4cfc479795a87a408980c56dd310b0 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:26 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:26 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 11:13:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 11:13:26 b450df89a2cf: Preparing 11:13:26 f91391fea99d: Preparing 11:13:26 a45c3fde8ecc: Preparing 11:13:26 b8be3f67eea9: Preparing 11:13:26 ee6eae67fb29: Preparing 11:13:26 1fd64efc92e2: Preparing 11:13:26 74dc0802527b: Preparing 11:13:26 4aeaa0e7d41f: Preparing 11:13:26 74dc0802527b: Waiting 11:13:26 1fd64efc92e2: Waiting 11:13:26 4aeaa0e7d41f: Waiting 11:13:26 ee6eae67fb29: Layer already exists 11:13:26 a45c3fde8ecc: Layer already exists 11:13:26 b8be3f67eea9: Layer already exists 11:13:26 f91391fea99d: Layer already exists 11:13:26 b450df89a2cf: Layer already exists 11:13:26 4aeaa0e7d41f: Layer already exists 11:13:26 74dc0802527b: Layer already exists 11:13:26 1fd64efc92e2: Layer already exists 11:13:26 latest: digest: sha256:4abd4f869a1d4a812817d5505af0c8dacb4cfc479795a87a408980c56dd310b0 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:27 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:27 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.81 11:13:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 11:13:27 b450df89a2cf: Preparing 11:13:27 f91391fea99d: Preparing 11:13:27 a45c3fde8ecc: Preparing 11:13:27 b8be3f67eea9: Preparing 11:13:27 ee6eae67fb29: Preparing 11:13:27 1fd64efc92e2: Preparing 11:13:27 74dc0802527b: Preparing 11:13:27 4aeaa0e7d41f: Preparing 11:13:27 1fd64efc92e2: Waiting 11:13:27 74dc0802527b: Waiting 11:13:27 4aeaa0e7d41f: Waiting 11:13:27 b8be3f67eea9: Layer already exists 11:13:27 ee6eae67fb29: Layer already exists 11:13:27 a45c3fde8ecc: Layer already exists 11:13:27 b450df89a2cf: Layer already exists 11:13:27 f91391fea99d: Layer already exists 11:13:27 74dc0802527b: Layer already exists 11:13:27 4aeaa0e7d41f: Layer already exists 11:13:27 1fd64efc92e2: Layer already exists 11:13:27 3.2.0-dev.81: digest: sha256:4abd4f869a1d4a812817d5505af0c8dacb4cfc479795a87a408980c56dd310b0 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:28 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:28 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 11:13:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 11:13:28 b450df89a2cf: Preparing 11:13:28 f91391fea99d: Preparing 11:13:28 a45c3fde8ecc: Preparing 11:13:28 b8be3f67eea9: Preparing 11:13:28 ee6eae67fb29: Preparing 11:13:28 1fd64efc92e2: Preparing 11:13:28 74dc0802527b: Preparing 11:13:28 4aeaa0e7d41f: Preparing 11:13:28 74dc0802527b: Waiting 11:13:28 4aeaa0e7d41f: Waiting 11:13:28 1fd64efc92e2: Waiting 11:13:28 b450df89a2cf: Layer already exists 11:13:28 f91391fea99d: Layer already exists 11:13:28 ee6eae67fb29: Layer already exists 11:13:28 b8be3f67eea9: Layer already exists 11:13:28 a45c3fde8ecc: Layer already exists 11:13:28 4aeaa0e7d41f: Layer already exists 11:13:28 74dc0802527b: Layer already exists 11:13:28 1fd64efc92e2: Layer already exists 11:13:28 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:4abd4f869a1d4a812817d5505af0c8dacb4cfc479795a87a408980c56dd310b0 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:29 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:29 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 11:13:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 11:13:29 b450df89a2cf: Preparing 11:13:29 f91391fea99d: Preparing 11:13:29 a45c3fde8ecc: Preparing 11:13:29 b8be3f67eea9: Preparing 11:13:29 ee6eae67fb29: Preparing 11:13:29 1fd64efc92e2: Preparing 11:13:29 74dc0802527b: Preparing 11:13:29 4aeaa0e7d41f: Preparing 11:13:29 74dc0802527b: Waiting 11:13:29 4aeaa0e7d41f: Waiting 11:13:29 1fd64efc92e2: Waiting 11:13:29 f91391fea99d: Layer already exists 11:13:29 b450df89a2cf: Layer already exists 11:13:29 ee6eae67fb29: Layer already exists 11:13:29 b8be3f67eea9: Layer already exists 11:13:29 a45c3fde8ecc: Layer already exists 11:13:29 74dc0802527b: Layer already exists 11:13:29 1fd64efc92e2: Layer already exists 11:13:29 4aeaa0e7d41f: Layer already exists 11:13:29 main: digest: sha256:4abd4f869a1d4a812817d5505af0c8dacb4cfc479795a87a408980c56dd310b0 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:13:29 ===================================================== [Pipeline] echo 11:13:29 taggedImages: 11:13:29 - nexus3.edgexfoundry.org:10004/core-data-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d 11:13:29 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 11:13:29 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.81 11:13:29 - nexus3.edgexfoundry.org:10004/core-data-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 11:13:29 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 11:13:29 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 11:13:29 08e30e9824952b0f8cde611c7e69c4c853d0027d 11:13:29 latest 11:13:29 3.2.0-dev.81 11:13:29 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 11:13:29 main 11:13:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:30 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:30 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d 11:13:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 11:13:30 d7cee9f131b9: Preparing 11:13:30 bf5c0c196c11: Preparing 11:13:30 1d4e6441bf23: Preparing 11:13:30 ee6eae67fb29: Preparing 11:13:30 a7d2b2719c99: Preparing 11:13:30 952354f8f6dc: Preparing 11:13:30 4aeaa0e7d41f: Preparing 11:13:30 952354f8f6dc: Waiting 11:13:30 4aeaa0e7d41f: Waiting 11:13:30 ee6eae67fb29: Layer already exists 11:13:30 bf5c0c196c11: Pushed 11:13:30 a7d2b2719c99: Pushed 11:13:30 952354f8f6dc: Pushed 11:13:30 4aeaa0e7d41f: Layer already exists 11:13:30 d7cee9f131b9: Pushed 11:13:37 1d4e6441bf23: Pushed 11:13:37 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:f364b545e4942aad68d81978d5d1b0983972b96a9b79bc7c87c42c1005ca7518 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:37 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:38 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 11:13:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 11:13:38 d7cee9f131b9: Preparing 11:13:38 bf5c0c196c11: Preparing 11:13:38 1d4e6441bf23: Preparing 11:13:38 ee6eae67fb29: Preparing 11:13:38 a7d2b2719c99: Preparing 11:13:38 952354f8f6dc: Preparing 11:13:38 4aeaa0e7d41f: Preparing 11:13:38 4aeaa0e7d41f: Waiting 11:13:38 d7cee9f131b9: Layer already exists 11:13:38 bf5c0c196c11: Layer already exists 11:13:38 ee6eae67fb29: Layer already exists 11:13:38 1d4e6441bf23: Layer already exists 11:13:38 a7d2b2719c99: Layer already exists 11:13:38 4aeaa0e7d41f: Layer already exists 11:13:38 952354f8f6dc: Layer already exists 11:13:38 latest: digest: sha256:f364b545e4942aad68d81978d5d1b0983972b96a9b79bc7c87c42c1005ca7518 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:38 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:38 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.81 11:13:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 11:13:38 d7cee9f131b9: Preparing 11:13:38 bf5c0c196c11: Preparing 11:13:38 1d4e6441bf23: Preparing 11:13:38 ee6eae67fb29: Preparing 11:13:38 a7d2b2719c99: Preparing 11:13:38 952354f8f6dc: Preparing 11:13:38 4aeaa0e7d41f: Preparing 11:13:38 952354f8f6dc: Waiting 11:13:38 4aeaa0e7d41f: Waiting 11:13:38 a7d2b2719c99: Layer already exists 11:13:38 d7cee9f131b9: Layer already exists 11:13:38 ee6eae67fb29: Layer already exists 11:13:38 1d4e6441bf23: Layer already exists 11:13:38 bf5c0c196c11: Layer already exists 11:13:38 4aeaa0e7d41f: Layer already exists 11:13:38 952354f8f6dc: Layer already exists 11:13:38 3.2.0-dev.81: digest: sha256:f364b545e4942aad68d81978d5d1b0983972b96a9b79bc7c87c42c1005ca7518 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:39 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:39 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 11:13:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 11:13:39 d7cee9f131b9: Preparing 11:13:39 bf5c0c196c11: Preparing 11:13:39 1d4e6441bf23: Preparing 11:13:39 ee6eae67fb29: Preparing 11:13:39 a7d2b2719c99: Preparing 11:13:39 952354f8f6dc: Preparing 11:13:39 4aeaa0e7d41f: Preparing 11:13:39 4aeaa0e7d41f: Waiting 11:13:39 952354f8f6dc: Waiting 11:13:39 bf5c0c196c11: Layer already exists 11:13:39 ee6eae67fb29: Layer already exists 11:13:39 d7cee9f131b9: Layer already exists 11:13:39 1d4e6441bf23: Layer already exists 11:13:39 a7d2b2719c99: Layer already exists 11:13:39 952354f8f6dc: Layer already exists 11:13:39 4aeaa0e7d41f: Layer already exists 11:13:39 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:f364b545e4942aad68d81978d5d1b0983972b96a9b79bc7c87c42c1005ca7518 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:40 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:40 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 11:13:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 11:13:40 d7cee9f131b9: Preparing 11:13:40 bf5c0c196c11: Preparing 11:13:40 1d4e6441bf23: Preparing 11:13:40 ee6eae67fb29: Preparing 11:13:40 a7d2b2719c99: Preparing 11:13:40 952354f8f6dc: Preparing 11:13:40 4aeaa0e7d41f: Preparing 11:13:40 952354f8f6dc: Waiting 11:13:40 4aeaa0e7d41f: Waiting 11:13:40 d7cee9f131b9: Layer already exists 11:13:40 a7d2b2719c99: Layer already exists 11:13:40 ee6eae67fb29: Layer already exists 11:13:40 1d4e6441bf23: Layer already exists 11:13:40 bf5c0c196c11: Layer already exists 11:13:40 952354f8f6dc: Layer already exists 11:13:40 4aeaa0e7d41f: Layer already exists 11:13:40 main: digest: sha256:f364b545e4942aad68d81978d5d1b0983972b96a9b79bc7c87c42c1005ca7518 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:13:41 ===================================================== [Pipeline] echo 11:13:41 taggedImages: 11:13:41 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d 11:13:41 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 11:13:41 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.81 11:13:41 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 11:13:41 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 11:13:41 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 11:13:41 08e30e9824952b0f8cde611c7e69c4c853d0027d 11:13:41 latest 11:13:41 3.2.0-dev.81 11:13:41 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 11:13:41 main 11:13:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:41 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:41 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d 11:13:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 11:13:41 ea98603381e4: Preparing 11:13:41 86fc9cd54367: Preparing 11:13:41 bf99bee48c3f: Preparing 11:13:41 b3f8206d4d4c: Preparing 11:13:41 b8be3f67eea9: Preparing 11:13:41 ee6eae67fb29: Preparing 11:13:41 a8d95f9b6cb0: Preparing 11:13:41 541e0eb45536: Preparing 11:13:41 4aeaa0e7d41f: Preparing 11:13:41 ee6eae67fb29: Waiting 11:13:41 a8d95f9b6cb0: Waiting 11:13:41 541e0eb45536: Waiting 11:13:41 4aeaa0e7d41f: Waiting 11:13:41 b8be3f67eea9: Layer already exists 11:13:42 ee6eae67fb29: Layer already exists 11:13:42 86fc9cd54367: Pushed 11:13:42 bf99bee48c3f: Pushed 11:13:42 a8d95f9b6cb0: Layer already exists 11:13:42 541e0eb45536: Layer already exists 11:13:42 ea98603381e4: Pushed 11:13:42 4aeaa0e7d41f: Layer already exists 11:13:48 b3f8206d4d4c: Pushed 11:13:48 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:f22ab2d22a06f3a838406d7acd2258bf93b60c3e755d8cff6a5914c8e03dad90 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:49 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:49 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 11:13:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 11:13:49 ea98603381e4: Preparing 11:13:49 86fc9cd54367: Preparing 11:13:49 bf99bee48c3f: Preparing 11:13:49 b3f8206d4d4c: Preparing 11:13:49 b8be3f67eea9: Preparing 11:13:49 ee6eae67fb29: Preparing 11:13:49 a8d95f9b6cb0: Preparing 11:13:49 541e0eb45536: Preparing 11:13:49 4aeaa0e7d41f: Preparing 11:13:49 ee6eae67fb29: Waiting 11:13:49 a8d95f9b6cb0: Waiting 11:13:49 541e0eb45536: Waiting 11:13:49 4aeaa0e7d41f: Waiting 11:13:49 86fc9cd54367: Layer already exists 11:13:49 b8be3f67eea9: Layer already exists 11:13:49 b3f8206d4d4c: Layer already exists 11:13:49 ea98603381e4: Layer already exists 11:13:49 bf99bee48c3f: Layer already exists 11:13:49 ee6eae67fb29: Layer already exists 11:13:49 a8d95f9b6cb0: Layer already exists 11:13:49 541e0eb45536: Layer already exists 11:13:49 4aeaa0e7d41f: Layer already exists 11:13:49 latest: digest: sha256:f22ab2d22a06f3a838406d7acd2258bf93b60c3e755d8cff6a5914c8e03dad90 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:50 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:50 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.81 11:13:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 11:13:50 ea98603381e4: Preparing 11:13:50 86fc9cd54367: Preparing 11:13:50 bf99bee48c3f: Preparing 11:13:50 b3f8206d4d4c: Preparing 11:13:50 b8be3f67eea9: Preparing 11:13:50 ee6eae67fb29: Preparing 11:13:50 a8d95f9b6cb0: Preparing 11:13:50 541e0eb45536: Preparing 11:13:50 4aeaa0e7d41f: Preparing 11:13:50 a8d95f9b6cb0: Waiting 11:13:50 541e0eb45536: Waiting 11:13:50 4aeaa0e7d41f: Waiting 11:13:50 ee6eae67fb29: Waiting 11:13:50 b8be3f67eea9: Layer already exists 11:13:50 ea98603381e4: Layer already exists 11:13:50 86fc9cd54367: Layer already exists 11:13:50 b3f8206d4d4c: Layer already exists 11:13:50 bf99bee48c3f: Layer already exists 11:13:50 541e0eb45536: Layer already exists 11:13:50 ee6eae67fb29: Layer already exists 11:13:50 a8d95f9b6cb0: Layer already exists 11:13:50 4aeaa0e7d41f: Layer already exists 11:13:50 3.2.0-dev.81: digest: sha256:f22ab2d22a06f3a838406d7acd2258bf93b60c3e755d8cff6a5914c8e03dad90 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:50 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:51 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 11:13:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 11:13:51 ea98603381e4: Preparing 11:13:51 86fc9cd54367: Preparing 11:13:51 bf99bee48c3f: Preparing 11:13:51 b3f8206d4d4c: Preparing 11:13:51 b8be3f67eea9: Preparing 11:13:51 ee6eae67fb29: Preparing 11:13:51 a8d95f9b6cb0: Preparing 11:13:51 541e0eb45536: Preparing 11:13:51 4aeaa0e7d41f: Preparing 11:13:51 ee6eae67fb29: Waiting 11:13:51 a8d95f9b6cb0: Waiting 11:13:51 4aeaa0e7d41f: Waiting 11:13:51 541e0eb45536: Waiting 11:13:51 bf99bee48c3f: Layer already exists 11:13:51 b3f8206d4d4c: Layer already exists 11:13:51 ea98603381e4: Layer already exists 11:13:51 86fc9cd54367: Layer already exists 11:13:51 b8be3f67eea9: Layer already exists 11:13:51 a8d95f9b6cb0: Layer already exists 11:13:51 541e0eb45536: Layer already exists 11:13:51 ee6eae67fb29: Layer already exists 11:13:51 4aeaa0e7d41f: Layer already exists 11:13:51 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:f22ab2d22a06f3a838406d7acd2258bf93b60c3e755d8cff6a5914c8e03dad90 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:51 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:52 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 11:13:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 11:13:52 ea98603381e4: Preparing 11:13:52 86fc9cd54367: Preparing 11:13:52 bf99bee48c3f: Preparing 11:13:52 b3f8206d4d4c: Preparing 11:13:52 b8be3f67eea9: Preparing 11:13:52 ee6eae67fb29: Preparing 11:13:52 a8d95f9b6cb0: Preparing 11:13:52 ee6eae67fb29: Waiting 11:13:52 541e0eb45536: Preparing 11:13:52 a8d95f9b6cb0: Waiting 11:13:52 4aeaa0e7d41f: Preparing 11:13:52 541e0eb45536: Waiting 11:13:52 bf99bee48c3f: Layer already exists 11:13:52 86fc9cd54367: Layer already exists 11:13:52 ea98603381e4: Layer already exists 11:13:52 b8be3f67eea9: Layer already exists 11:13:52 b3f8206d4d4c: Layer already exists 11:13:52 a8d95f9b6cb0: Layer already exists 11:13:52 4aeaa0e7d41f: Layer already exists 11:13:52 ee6eae67fb29: Layer already exists 11:13:52 541e0eb45536: Layer already exists 11:13:52 main: digest: sha256:f22ab2d22a06f3a838406d7acd2258bf93b60c3e755d8cff6a5914c8e03dad90 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:13:52 ===================================================== [Pipeline] echo 11:13:52 taggedImages: 11:13:52 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d 11:13:52 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 11:13:52 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.81 11:13:52 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 11:13:52 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 11:13:52 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 11:13:52 08e30e9824952b0f8cde611c7e69c4c853d0027d 11:13:52 latest 11:13:52 3.2.0-dev.81 11:13:52 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 11:13:52 main 11:13:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:52 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:53 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d 11:13:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 11:13:53 a88bccb6b63c: Preparing 11:13:53 84aecbfa689c: Preparing 11:13:53 40e4525d686b: Preparing 11:13:53 ab98c03953d1: Preparing 11:13:53 80b3841cc29f: Preparing 11:13:53 0c16d5d8baa7: Preparing 11:13:53 d46937c740b6: Preparing 11:13:53 7bc855b27c73: Preparing 11:13:53 b8be3f67eea9: Preparing 11:13:53 ee6eae67fb29: Preparing 11:13:53 a469b5bf1ac9: Preparing 11:13:53 f18724d62450: Preparing 11:13:53 5f70bf18a086: Preparing 11:13:53 535f7a774af5: Preparing 11:13:53 7c7ed91f38a3: Preparing 11:13:53 43db6eee2345: Preparing 11:13:53 4aeaa0e7d41f: Preparing 11:13:53 0c16d5d8baa7: Waiting 11:13:53 d46937c740b6: Waiting 11:13:53 7bc855b27c73: Waiting 11:13:53 b8be3f67eea9: Waiting 11:13:53 ee6eae67fb29: Waiting 11:13:53 a469b5bf1ac9: Waiting 11:13:53 43db6eee2345: Waiting 11:13:53 4aeaa0e7d41f: Waiting 11:13:53 5f70bf18a086: Waiting 11:13:53 535f7a774af5: Waiting 11:13:53 7c7ed91f38a3: Waiting 11:13:53 80b3841cc29f: Pushed 11:13:53 84aecbfa689c: Pushed 11:13:53 40e4525d686b: Pushed 11:13:53 a88bccb6b63c: Pushed 11:13:53 ab98c03953d1: Pushed 11:13:53 b8be3f67eea9: Layer already exists 11:13:53 ee6eae67fb29: Layer already exists 11:13:53 d46937c740b6: Pushed 11:13:53 0c16d5d8baa7: Pushed 11:13:53 5f70bf18a086: Layer already exists 11:13:53 a469b5bf1ac9: Pushed 11:13:53 f18724d62450: Pushed 11:13:53 4aeaa0e7d41f: Layer already exists 11:13:53 535f7a774af5: Pushed 11:13:53 7c7ed91f38a3: Pushed 11:13:53 43db6eee2345: Pushed 11:13:56 7bc855b27c73: Pushed 11:13:56 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:e5f69137cc1d71e7bbc358ff5e34d3f34bfab6da6efd0c8c8127f494809a4ebc size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:56 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:57 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 11:13:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 11:13:57 a88bccb6b63c: Preparing 11:13:57 84aecbfa689c: Preparing 11:13:57 40e4525d686b: Preparing 11:13:57 ab98c03953d1: Preparing 11:13:57 80b3841cc29f: Preparing 11:13:57 0c16d5d8baa7: Preparing 11:13:57 d46937c740b6: Preparing 11:13:57 7bc855b27c73: Preparing 11:13:57 b8be3f67eea9: Preparing 11:13:57 ee6eae67fb29: Preparing 11:13:57 a469b5bf1ac9: Preparing 11:13:57 f18724d62450: Preparing 11:13:57 5f70bf18a086: Preparing 11:13:57 535f7a774af5: Preparing 11:13:57 0c16d5d8baa7: Waiting 11:13:57 7c7ed91f38a3: Preparing 11:13:57 d46937c740b6: Waiting 11:13:57 43db6eee2345: Preparing 11:13:57 4aeaa0e7d41f: Preparing 11:13:57 b8be3f67eea9: Waiting 11:13:57 ee6eae67fb29: Waiting 11:13:57 a469b5bf1ac9: Waiting 11:13:57 f18724d62450: Waiting 11:13:57 5f70bf18a086: Waiting 11:13:57 535f7a774af5: Waiting 11:13:57 7c7ed91f38a3: Waiting 11:13:57 43db6eee2345: Waiting 11:13:57 4aeaa0e7d41f: Waiting 11:13:57 7bc855b27c73: Waiting 11:13:57 ab98c03953d1: Layer already exists 11:13:57 80b3841cc29f: Layer already exists 11:13:57 84aecbfa689c: Layer already exists 11:13:57 a88bccb6b63c: Layer already exists 11:13:57 40e4525d686b: Layer already exists 11:13:57 d46937c740b6: Layer already exists 11:13:57 7bc855b27c73: Layer already exists 11:13:57 0c16d5d8baa7: Layer already exists 11:13:57 b8be3f67eea9: Layer already exists 11:13:57 ee6eae67fb29: Layer already exists 11:13:57 a469b5bf1ac9: Layer already exists 11:13:57 535f7a774af5: Layer already exists 11:13:57 f18724d62450: Layer already exists 11:13:57 7c7ed91f38a3: Layer already exists 11:13:57 5f70bf18a086: Layer already exists 11:13:57 43db6eee2345: Layer already exists 11:13:57 4aeaa0e7d41f: Layer already exists 11:13:57 latest: digest: sha256:e5f69137cc1d71e7bbc358ff5e34d3f34bfab6da6efd0c8c8127f494809a4ebc size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:57 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:58 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.81 11:13:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 11:13:58 a88bccb6b63c: Preparing 11:13:58 84aecbfa689c: Preparing 11:13:58 40e4525d686b: Preparing 11:13:58 ab98c03953d1: Preparing 11:13:58 80b3841cc29f: Preparing 11:13:58 0c16d5d8baa7: Preparing 11:13:58 d46937c740b6: Preparing 11:13:58 7bc855b27c73: Preparing 11:13:58 b8be3f67eea9: Preparing 11:13:58 ee6eae67fb29: Preparing 11:13:58 a469b5bf1ac9: Preparing 11:13:58 f18724d62450: Preparing 11:13:58 5f70bf18a086: Preparing 11:13:58 535f7a774af5: Preparing 11:13:58 7c7ed91f38a3: Preparing 11:13:58 43db6eee2345: Preparing 11:13:58 4aeaa0e7d41f: Preparing 11:13:58 0c16d5d8baa7: Waiting 11:13:58 f18724d62450: Waiting 11:13:58 d46937c740b6: Waiting 11:13:58 5f70bf18a086: Waiting 11:13:58 535f7a774af5: Waiting 11:13:58 7c7ed91f38a3: Waiting 11:13:58 43db6eee2345: Waiting 11:13:58 4aeaa0e7d41f: Waiting 11:13:58 7bc855b27c73: Waiting 11:13:58 b8be3f67eea9: Waiting 11:13:58 ee6eae67fb29: Waiting 11:13:58 a469b5bf1ac9: Waiting 11:13:58 84aecbfa689c: Layer already exists 11:13:58 a88bccb6b63c: Layer already exists 11:13:58 ab98c03953d1: Layer already exists 11:13:58 80b3841cc29f: Layer already exists 11:13:58 40e4525d686b: Layer already exists 11:13:58 7bc855b27c73: Layer already exists 11:13:58 d46937c740b6: Layer already exists 11:13:58 b8be3f67eea9: Layer already exists 11:13:58 0c16d5d8baa7: Layer already exists 11:13:58 ee6eae67fb29: Layer already exists 11:13:58 a469b5bf1ac9: Layer already exists 11:13:58 5f70bf18a086: Layer already exists 11:13:58 535f7a774af5: Layer already exists 11:13:58 f18724d62450: Layer already exists 11:13:58 7c7ed91f38a3: Layer already exists 11:13:58 43db6eee2345: Layer already exists 11:13:58 4aeaa0e7d41f: Layer already exists 11:13:58 3.2.0-dev.81: digest: sha256:e5f69137cc1d71e7bbc358ff5e34d3f34bfab6da6efd0c8c8127f494809a4ebc size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:58 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:59 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 11:13:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 11:13:59 a88bccb6b63c: Preparing 11:13:59 84aecbfa689c: Preparing 11:13:59 40e4525d686b: Preparing 11:13:59 ab98c03953d1: Preparing 11:13:59 80b3841cc29f: Preparing 11:13:59 0c16d5d8baa7: Preparing 11:13:59 d46937c740b6: Preparing 11:13:59 7bc855b27c73: Preparing 11:13:59 b8be3f67eea9: Preparing 11:13:59 ee6eae67fb29: Preparing 11:13:59 a469b5bf1ac9: Preparing 11:13:59 f18724d62450: Preparing 11:13:59 5f70bf18a086: Preparing 11:13:59 535f7a774af5: Preparing 11:13:59 7c7ed91f38a3: Preparing 11:13:59 43db6eee2345: Preparing 11:13:59 4aeaa0e7d41f: Preparing 11:13:59 ee6eae67fb29: Waiting 11:13:59 535f7a774af5: Waiting 11:13:59 a469b5bf1ac9: Waiting 11:13:59 f18724d62450: Waiting 11:13:59 5f70bf18a086: Waiting 11:13:59 7c7ed91f38a3: Waiting 11:13:59 43db6eee2345: Waiting 11:13:59 4aeaa0e7d41f: Waiting 11:13:59 d46937c740b6: Waiting 11:13:59 7bc855b27c73: Waiting 11:13:59 0c16d5d8baa7: Waiting 11:13:59 b8be3f67eea9: Waiting 11:13:59 a88bccb6b63c: Layer already exists 11:13:59 84aecbfa689c: Layer already exists 11:13:59 80b3841cc29f: Layer already exists 11:13:59 40e4525d686b: Layer already exists 11:13:59 ab98c03953d1: Layer already exists 11:13:59 7bc855b27c73: Layer already exists 11:13:59 d46937c740b6: Layer already exists 11:13:59 b8be3f67eea9: Layer already exists 11:13:59 0c16d5d8baa7: Layer already exists 11:13:59 ee6eae67fb29: Layer already exists 11:13:59 a469b5bf1ac9: Layer already exists 11:13:59 5f70bf18a086: Layer already exists 11:13:59 7c7ed91f38a3: Layer already exists 11:13:59 f18724d62450: Layer already exists 11:13:59 535f7a774af5: Layer already exists 11:13:59 43db6eee2345: Layer already exists 11:13:59 4aeaa0e7d41f: Layer already exists 11:13:59 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:e5f69137cc1d71e7bbc358ff5e34d3f34bfab6da6efd0c8c8127f494809a4ebc size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:59 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:00 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 11:14:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 11:14:00 a88bccb6b63c: Preparing 11:14:00 84aecbfa689c: Preparing 11:14:00 40e4525d686b: Preparing 11:14:00 ab98c03953d1: Preparing 11:14:00 80b3841cc29f: Preparing 11:14:00 0c16d5d8baa7: Preparing 11:14:00 d46937c740b6: Preparing 11:14:00 7bc855b27c73: Preparing 11:14:00 b8be3f67eea9: Preparing 11:14:00 ee6eae67fb29: Preparing 11:14:00 a469b5bf1ac9: Preparing 11:14:00 f18724d62450: Preparing 11:14:00 5f70bf18a086: Preparing 11:14:00 535f7a774af5: Preparing 11:14:00 7c7ed91f38a3: Preparing 11:14:00 43db6eee2345: Preparing 11:14:00 4aeaa0e7d41f: Preparing 11:14:00 0c16d5d8baa7: Waiting 11:14:00 d46937c740b6: Waiting 11:14:00 5f70bf18a086: Waiting 11:14:00 535f7a774af5: Waiting 11:14:00 7bc855b27c73: Waiting 11:14:00 7c7ed91f38a3: Waiting 11:14:00 b8be3f67eea9: Waiting 11:14:00 43db6eee2345: Waiting 11:14:00 4aeaa0e7d41f: Waiting 11:14:00 ee6eae67fb29: Waiting 11:14:00 f18724d62450: Waiting 11:14:00 a469b5bf1ac9: Waiting 11:14:00 84aecbfa689c: Layer already exists 11:14:00 ab98c03953d1: Layer already exists 11:14:00 40e4525d686b: Layer already exists 11:14:00 80b3841cc29f: Layer already exists 11:14:00 a88bccb6b63c: Layer already exists 11:14:00 0c16d5d8baa7: Layer already exists 11:14:00 d46937c740b6: Layer already exists 11:14:00 7bc855b27c73: Layer already exists 11:14:00 b8be3f67eea9: Layer already exists 11:14:00 ee6eae67fb29: Layer already exists 11:14:00 a469b5bf1ac9: Layer already exists 11:14:00 f18724d62450: Layer already exists 11:14:00 5f70bf18a086: Layer already exists 11:14:00 7c7ed91f38a3: Layer already exists 11:14:00 535f7a774af5: Layer already exists 11:14:00 4aeaa0e7d41f: Layer already exists 11:14:00 43db6eee2345: Layer already exists 11:14:00 main: digest: sha256:e5f69137cc1d71e7bbc358ff5e34d3f34bfab6da6efd0c8c8127f494809a4ebc size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:14:00 ===================================================== [Pipeline] echo 11:14:00 taggedImages: 11:14:00 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d 11:14:00 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 11:14:00 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.81 11:14:00 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 11:14:00 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 11:14:00 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 11:14:00 08e30e9824952b0f8cde611c7e69c4c853d0027d 11:14:00 latest 11:14:00 3.2.0-dev.81 11:14:00 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 11:14:00 main 11:14:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:00 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:01 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d 11:14:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 11:14:01 ff94fb50fd14: Preparing 11:14:01 ef65b4f7bdf4: Preparing 11:14:01 a264095f39c3: Preparing 11:14:01 857b276168fe: Preparing 11:14:01 b8be3f67eea9: Preparing 11:14:01 ee6eae67fb29: Preparing 11:14:01 a8d95f9b6cb0: Preparing 11:14:01 541e0eb45536: Preparing 11:14:01 4aeaa0e7d41f: Preparing 11:14:01 541e0eb45536: Waiting 11:14:01 4aeaa0e7d41f: Waiting 11:14:01 ee6eae67fb29: Waiting 11:14:01 a8d95f9b6cb0: Waiting 11:14:01 b8be3f67eea9: Layer already exists 11:14:01 ee6eae67fb29: Layer already exists 11:14:01 a8d95f9b6cb0: Layer already exists 11:14:01 541e0eb45536: Layer already exists 11:14:01 ff94fb50fd14: Pushed 11:14:01 ef65b4f7bdf4: Pushed 11:14:01 a264095f39c3: Pushed 11:14:01 4aeaa0e7d41f: Layer already exists 11:14:06 857b276168fe: Pushed 11:14:06 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:e49617af0ab10768cd5b64c34cf5f6775ec5d0314fe1778fc11c5a128abc6769 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:07 + 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 11:14:08 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 11:14:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 11:14:08 ff94fb50fd14: Preparing 11:14:08 ef65b4f7bdf4: Preparing 11:14:08 a264095f39c3: Preparing 11:14:08 857b276168fe: Preparing 11:14:08 b8be3f67eea9: Preparing 11:14:08 ee6eae67fb29: Preparing 11:14:08 a8d95f9b6cb0: Preparing 11:14:08 541e0eb45536: Preparing 11:14:08 4aeaa0e7d41f: Preparing 11:14:08 ee6eae67fb29: Waiting 11:14:08 a8d95f9b6cb0: Waiting 11:14:08 541e0eb45536: Waiting 11:14:08 4aeaa0e7d41f: Waiting 11:14:08 a264095f39c3: Layer already exists 11:14:08 ff94fb50fd14: Layer already exists 11:14:08 ef65b4f7bdf4: Layer already exists 11:14:08 857b276168fe: Layer already exists 11:14:08 b8be3f67eea9: Layer already exists 11:14:08 541e0eb45536: Layer already exists 11:14:08 ee6eae67fb29: Layer already exists 11:14:08 a8d95f9b6cb0: Layer already exists 11:14:08 4aeaa0e7d41f: Layer already exists 11:14:08 latest: digest: sha256:e49617af0ab10768cd5b64c34cf5f6775ec5d0314fe1778fc11c5a128abc6769 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:08 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:09 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.81 11:14:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 11:14:09 ff94fb50fd14: Preparing 11:14:09 ef65b4f7bdf4: Preparing 11:14:09 a264095f39c3: Preparing 11:14:09 857b276168fe: Preparing 11:14:09 b8be3f67eea9: Preparing 11:14:09 ee6eae67fb29: Preparing 11:14:09 a8d95f9b6cb0: Preparing 11:14:09 541e0eb45536: Preparing 11:14:09 4aeaa0e7d41f: Preparing 11:14:09 a8d95f9b6cb0: Waiting 11:14:09 541e0eb45536: Waiting 11:14:09 4aeaa0e7d41f: Waiting 11:14:09 ee6eae67fb29: Waiting 11:14:09 a264095f39c3: Layer already exists 11:14:09 ff94fb50fd14: Layer already exists 11:14:09 b8be3f67eea9: Layer already exists 11:14:09 857b276168fe: Layer already exists 11:14:09 ef65b4f7bdf4: Layer already exists 11:14:09 a8d95f9b6cb0: Layer already exists 11:14:09 541e0eb45536: Layer already exists 11:14:09 ee6eae67fb29: Layer already exists 11:14:09 4aeaa0e7d41f: Layer already exists 11:14:09 3.2.0-dev.81: digest: sha256:e49617af0ab10768cd5b64c34cf5f6775ec5d0314fe1778fc11c5a128abc6769 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:09 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:09 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 11:14:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 11:14:09 ff94fb50fd14: Preparing 11:14:09 ef65b4f7bdf4: Preparing 11:14:09 a264095f39c3: Preparing 11:14:09 857b276168fe: Preparing 11:14:09 b8be3f67eea9: Preparing 11:14:09 ee6eae67fb29: Preparing 11:14:09 a8d95f9b6cb0: Preparing 11:14:09 541e0eb45536: Preparing 11:14:09 4aeaa0e7d41f: Preparing 11:14:09 ee6eae67fb29: Waiting 11:14:09 a8d95f9b6cb0: Waiting 11:14:09 541e0eb45536: Waiting 11:14:09 4aeaa0e7d41f: Waiting 11:14:09 ff94fb50fd14: Layer already exists 11:14:09 a264095f39c3: Layer already exists 11:14:09 857b276168fe: Layer already exists 11:14:09 b8be3f67eea9: Layer already exists 11:14:09 ef65b4f7bdf4: Layer already exists 11:14:09 4aeaa0e7d41f: Layer already exists 11:14:09 ee6eae67fb29: Layer already exists 11:14:09 541e0eb45536: Layer already exists 11:14:09 a8d95f9b6cb0: Layer already exists 11:14:09 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:e49617af0ab10768cd5b64c34cf5f6775ec5d0314fe1778fc11c5a128abc6769 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:10 + 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 11:14:10 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 11:14:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 11:14:10 ff94fb50fd14: Preparing 11:14:10 ef65b4f7bdf4: Preparing 11:14:10 a264095f39c3: Preparing 11:14:10 857b276168fe: Preparing 11:14:10 b8be3f67eea9: Preparing 11:14:10 ee6eae67fb29: Preparing 11:14:10 a8d95f9b6cb0: Preparing 11:14:10 541e0eb45536: Preparing 11:14:10 4aeaa0e7d41f: Preparing 11:14:10 ee6eae67fb29: Waiting 11:14:10 a8d95f9b6cb0: Waiting 11:14:10 541e0eb45536: Waiting 11:14:10 4aeaa0e7d41f: Waiting 11:14:10 ff94fb50fd14: Layer already exists 11:14:10 b8be3f67eea9: Layer already exists 11:14:10 857b276168fe: Layer already exists 11:14:10 ef65b4f7bdf4: Layer already exists 11:14:10 a264095f39c3: Layer already exists 11:14:10 a8d95f9b6cb0: Layer already exists 11:14:10 541e0eb45536: Layer already exists 11:14:10 ee6eae67fb29: Layer already exists 11:14:10 4aeaa0e7d41f: Layer already exists 11:14:10 main: digest: sha256:e49617af0ab10768cd5b64c34cf5f6775ec5d0314fe1778fc11c5a128abc6769 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:14:10 ===================================================== [Pipeline] echo 11:14:10 taggedImages: 11:14:10 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d 11:14:10 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 11:14:10 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.81 11:14:10 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 11:14:10 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 11:14:10 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 11:14:10 08e30e9824952b0f8cde611c7e69c4c853d0027d 11:14:10 latest 11:14:10 3.2.0-dev.81 11:14:10 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 11:14:10 main 11:14:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:10 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:11 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d 11:14:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 11:14:11 000eba16fab1: Preparing 11:14:11 5e31d62ce640: Preparing 11:14:11 8119777cbe49: Preparing 11:14:11 47b92d8dbf4e: Preparing 11:14:11 5131deee0509: Preparing 11:14:11 b8be3f67eea9: Preparing 11:14:11 ee6eae67fb29: Preparing 11:14:11 5206ec9d623b: Preparing 11:14:11 29439558f1b1: Preparing 11:14:11 de6435046ad4: Preparing 11:14:11 4aeaa0e7d41f: Preparing 11:14:11 b8be3f67eea9: Waiting 11:14:11 ee6eae67fb29: Waiting 11:14:11 5206ec9d623b: Waiting 11:14:11 4aeaa0e7d41f: Waiting 11:14:11 de6435046ad4: Waiting 11:14:11 47b92d8dbf4e: Pushed 11:14:11 5e31d62ce640: Pushed 11:14:11 000eba16fab1: Pushed 11:14:11 5131deee0509: Pushed 11:14:11 b8be3f67eea9: Layer already exists 11:14:11 ee6eae67fb29: Layer already exists 11:14:11 4aeaa0e7d41f: Layer already exists 11:14:11 5206ec9d623b: Pushed 11:14:11 29439558f1b1: Pushed 11:14:13 8119777cbe49: Pushed 11:14:14 de6435046ad4: Pushed 11:14:14 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:e62559f2f26eb17e3e2663b049961c7e3d3a5772846c5a3a6bd195d37444af92 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:14 + 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 11:14:14 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 11:14:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 11:14:14 000eba16fab1: Preparing 11:14:14 5e31d62ce640: Preparing 11:14:14 8119777cbe49: Preparing 11:14:14 47b92d8dbf4e: Preparing 11:14:14 5131deee0509: Preparing 11:14:14 b8be3f67eea9: Preparing 11:14:14 ee6eae67fb29: Preparing 11:14:14 5206ec9d623b: Preparing 11:14:14 29439558f1b1: Preparing 11:14:14 de6435046ad4: Preparing 11:14:14 4aeaa0e7d41f: Preparing 11:14:14 ee6eae67fb29: Waiting 11:14:14 5206ec9d623b: Waiting 11:14:14 29439558f1b1: Waiting 11:14:14 de6435046ad4: Waiting 11:14:14 4aeaa0e7d41f: Waiting 11:14:14 b8be3f67eea9: Waiting 11:14:14 000eba16fab1: Layer already exists 11:14:14 5e31d62ce640: Layer already exists 11:14:14 8119777cbe49: Layer already exists 11:14:14 47b92d8dbf4e: Layer already exists 11:14:14 5131deee0509: Layer already exists 11:14:14 b8be3f67eea9: Layer already exists 11:14:14 5206ec9d623b: Layer already exists 11:14:14 ee6eae67fb29: Layer already exists 11:14:14 de6435046ad4: Layer already exists 11:14:14 29439558f1b1: Layer already exists 11:14:14 4aeaa0e7d41f: Layer already exists 11:14:15 latest: digest: sha256:e62559f2f26eb17e3e2663b049961c7e3d3a5772846c5a3a6bd195d37444af92 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:15 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:15 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.81 11:14:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 11:14:15 000eba16fab1: Preparing 11:14:15 5e31d62ce640: Preparing 11:14:15 8119777cbe49: Preparing 11:14:15 47b92d8dbf4e: Preparing 11:14:15 5131deee0509: Preparing 11:14:15 b8be3f67eea9: Preparing 11:14:15 ee6eae67fb29: Preparing 11:14:15 5206ec9d623b: Preparing 11:14:15 29439558f1b1: Preparing 11:14:15 de6435046ad4: Preparing 11:14:15 4aeaa0e7d41f: Preparing 11:14:15 b8be3f67eea9: Waiting 11:14:15 ee6eae67fb29: Waiting 11:14:15 5206ec9d623b: Waiting 11:14:15 29439558f1b1: Waiting 11:14:15 de6435046ad4: Waiting 11:14:15 4aeaa0e7d41f: Waiting 11:14:15 5e31d62ce640: Layer already exists 11:14:15 47b92d8dbf4e: Layer already exists 11:14:15 000eba16fab1: Layer already exists 11:14:15 8119777cbe49: Layer already exists 11:14:15 5131deee0509: Layer already exists 11:14:15 ee6eae67fb29: Layer already exists 11:14:15 b8be3f67eea9: Layer already exists 11:14:15 5206ec9d623b: Layer already exists 11:14:15 29439558f1b1: Layer already exists 11:14:15 de6435046ad4: Layer already exists 11:14:15 4aeaa0e7d41f: Layer already exists 11:14:16 3.2.0-dev.81: digest: sha256:e62559f2f26eb17e3e2663b049961c7e3d3a5772846c5a3a6bd195d37444af92 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:16 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:16 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 11:14:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 11:14:16 000eba16fab1: Preparing 11:14:16 5e31d62ce640: Preparing 11:14:16 8119777cbe49: Preparing 11:14:16 47b92d8dbf4e: Preparing 11:14:16 5131deee0509: Preparing 11:14:16 b8be3f67eea9: Preparing 11:14:16 ee6eae67fb29: Preparing 11:14:16 5206ec9d623b: Preparing 11:14:16 29439558f1b1: Preparing 11:14:16 de6435046ad4: Preparing 11:14:16 4aeaa0e7d41f: Preparing 11:14:16 b8be3f67eea9: Waiting 11:14:16 ee6eae67fb29: Waiting 11:14:16 5206ec9d623b: Waiting 11:14:16 29439558f1b1: Waiting 11:14:16 de6435046ad4: Waiting 11:14:16 4aeaa0e7d41f: Waiting 11:14:16 47b92d8dbf4e: Layer already exists 11:14:16 8119777cbe49: Layer already exists 11:14:16 000eba16fab1: Layer already exists 11:14:16 5131deee0509: Layer already exists 11:14:16 5e31d62ce640: Layer already exists 11:14:16 b8be3f67eea9: Layer already exists 11:14:16 5206ec9d623b: Layer already exists 11:14:16 ee6eae67fb29: Layer already exists 11:14:16 29439558f1b1: Layer already exists 11:14:16 de6435046ad4: Layer already exists 11:14:16 4aeaa0e7d41f: Layer already exists 11:14:17 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:e62559f2f26eb17e3e2663b049961c7e3d3a5772846c5a3a6bd195d37444af92 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:17 + 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 11:14:17 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 11:14:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 11:14:17 000eba16fab1: Preparing 11:14:17 5e31d62ce640: Preparing 11:14:17 8119777cbe49: Preparing 11:14:17 47b92d8dbf4e: Preparing 11:14:17 5131deee0509: Preparing 11:14:17 b8be3f67eea9: Preparing 11:14:17 ee6eae67fb29: Preparing 11:14:17 5206ec9d623b: Preparing 11:14:17 29439558f1b1: Preparing 11:14:17 de6435046ad4: Preparing 11:14:17 4aeaa0e7d41f: Preparing 11:14:17 29439558f1b1: Waiting 11:14:17 de6435046ad4: Waiting 11:14:17 4aeaa0e7d41f: Waiting 11:14:17 ee6eae67fb29: Waiting 11:14:17 b8be3f67eea9: Waiting 11:14:17 5206ec9d623b: Waiting 11:14:17 5131deee0509: Layer already exists 11:14:17 000eba16fab1: Layer already exists 11:14:17 5e31d62ce640: Layer already exists 11:14:17 47b92d8dbf4e: Layer already exists 11:14:17 8119777cbe49: Layer already exists 11:14:17 b8be3f67eea9: Layer already exists 11:14:17 ee6eae67fb29: Layer already exists 11:14:17 29439558f1b1: Layer already exists 11:14:17 5206ec9d623b: Layer already exists 11:14:17 de6435046ad4: Layer already exists 11:14:17 4aeaa0e7d41f: Layer already exists 11:14:18 main: digest: sha256:e62559f2f26eb17e3e2663b049961c7e3d3a5772846c5a3a6bd195d37444af92 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:14:18 ===================================================== [Pipeline] echo 11:14:18 taggedImages: 11:14:18 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d 11:14:18 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 11:14:18 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.81 11:14:18 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 11:14:18 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 11:14:18 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 11:14:18 08e30e9824952b0f8cde611c7e69c4c853d0027d 11:14:18 latest 11:14:18 3.2.0-dev.81 11:14:18 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 11:14:18 main 11:14:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:18 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:19 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d 11:14:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 11:14:19 fe2a6a20f507: Preparing 11:14:19 0a6ffb13568b: Preparing 11:14:19 61e65798eaac: Preparing 11:14:19 57c86b61754e: Preparing 11:14:19 96d52ce8b0ef: Preparing 11:14:19 417fb065f4a5: Preparing 11:14:19 efa118562bfa: Preparing 11:14:19 b8be3f67eea9: Preparing 11:14:19 ee6eae67fb29: Preparing 11:14:19 769908990829: Preparing 11:14:19 ba5573bd3e41: Preparing 11:14:19 4aeaa0e7d41f: Preparing 11:14:19 efa118562bfa: Waiting 11:14:19 b8be3f67eea9: Waiting 11:14:19 ee6eae67fb29: Waiting 11:14:19 769908990829: Waiting 11:14:19 ba5573bd3e41: Waiting 11:14:19 4aeaa0e7d41f: Waiting 11:14:19 417fb065f4a5: Waiting 11:14:19 96d52ce8b0ef: Pushed 11:14:19 0a6ffb13568b: Pushed 11:14:19 fe2a6a20f507: Pushed 11:14:19 b8be3f67eea9: Layer already exists 11:14:19 ee6eae67fb29: Layer already exists 11:14:20 417fb065f4a5: Pushed 11:14:20 efa118562bfa: Pushed 11:14:20 4aeaa0e7d41f: Layer already exists 11:14:20 769908990829: Pushed 11:14:22 57c86b61754e: Pushed 11:14:22 61e65798eaac: Pushed 11:14:22 ba5573bd3e41: Pushed 11:14:22 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:7c30dc83ee5d69b70d8cb3ad681423d6f0981be25bd83b2518efbe14e285e508 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:23 + 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 11:14:23 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 11:14:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 11:14:23 fe2a6a20f507: Preparing 11:14:23 0a6ffb13568b: Preparing 11:14:23 61e65798eaac: Preparing 11:14:23 57c86b61754e: Preparing 11:14:23 96d52ce8b0ef: Preparing 11:14:23 417fb065f4a5: Preparing 11:14:23 efa118562bfa: Preparing 11:14:23 b8be3f67eea9: Preparing 11:14:23 ee6eae67fb29: Preparing 11:14:23 769908990829: Preparing 11:14:23 ba5573bd3e41: Preparing 11:14:23 4aeaa0e7d41f: Preparing 11:14:23 b8be3f67eea9: Waiting 11:14:23 ee6eae67fb29: Waiting 11:14:23 769908990829: Waiting 11:14:23 ba5573bd3e41: Waiting 11:14:23 4aeaa0e7d41f: Waiting 11:14:23 417fb065f4a5: Waiting 11:14:23 efa118562bfa: Waiting 11:14:23 61e65798eaac: Layer already exists 11:14:23 fe2a6a20f507: Layer already exists 11:14:23 57c86b61754e: Layer already exists 11:14:23 96d52ce8b0ef: Layer already exists 11:14:23 0a6ffb13568b: Layer already exists 11:14:23 ee6eae67fb29: Layer already exists 11:14:23 efa118562bfa: Layer already exists 11:14:23 b8be3f67eea9: Layer already exists 11:14:23 417fb065f4a5: Layer already exists 11:14:23 769908990829: Layer already exists 11:14:23 4aeaa0e7d41f: Layer already exists 11:14:23 ba5573bd3e41: Layer already exists 11:14:23 latest: digest: sha256:7c30dc83ee5d69b70d8cb3ad681423d6f0981be25bd83b2518efbe14e285e508 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:24 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:24 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.81 11:14:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 11:14:24 fe2a6a20f507: Preparing 11:14:24 0a6ffb13568b: Preparing 11:14:24 61e65798eaac: Preparing 11:14:24 57c86b61754e: Preparing 11:14:24 96d52ce8b0ef: Preparing 11:14:24 417fb065f4a5: Preparing 11:14:24 efa118562bfa: Preparing 11:14:24 417fb065f4a5: Waiting 11:14:24 b8be3f67eea9: Preparing 11:14:24 ee6eae67fb29: Preparing 11:14:24 b8be3f67eea9: Waiting 11:14:24 769908990829: Preparing 11:14:24 ba5573bd3e41: Preparing 11:14:24 4aeaa0e7d41f: Preparing 11:14:24 769908990829: Waiting 11:14:24 ba5573bd3e41: Waiting 11:14:24 4aeaa0e7d41f: Waiting 11:14:24 ee6eae67fb29: Waiting 11:14:24 fe2a6a20f507: Layer already exists 11:14:24 0a6ffb13568b: Layer already exists 11:14:24 57c86b61754e: Layer already exists 11:14:24 61e65798eaac: Layer already exists 11:14:24 96d52ce8b0ef: Layer already exists 11:14:24 417fb065f4a5: Layer already exists 11:14:24 efa118562bfa: Layer already exists 11:14:24 b8be3f67eea9: Layer already exists 11:14:24 ee6eae67fb29: Layer already exists 11:14:24 769908990829: Layer already exists 11:14:24 4aeaa0e7d41f: Layer already exists 11:14:24 ba5573bd3e41: Layer already exists 11:14:24 3.2.0-dev.81: digest: sha256:7c30dc83ee5d69b70d8cb3ad681423d6f0981be25bd83b2518efbe14e285e508 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:25 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:25 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 11:14:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 11:14:25 fe2a6a20f507: Preparing 11:14:25 0a6ffb13568b: Preparing 11:14:25 61e65798eaac: Preparing 11:14:25 57c86b61754e: Preparing 11:14:25 96d52ce8b0ef: Preparing 11:14:25 417fb065f4a5: Preparing 11:14:25 efa118562bfa: Preparing 11:14:25 b8be3f67eea9: Preparing 11:14:25 ee6eae67fb29: Preparing 11:14:25 769908990829: Preparing 11:14:25 ba5573bd3e41: Preparing 11:14:25 4aeaa0e7d41f: Preparing 11:14:25 ee6eae67fb29: Waiting 11:14:25 769908990829: Waiting 11:14:25 ba5573bd3e41: Waiting 11:14:25 4aeaa0e7d41f: Waiting 11:14:25 417fb065f4a5: Waiting 11:14:25 b8be3f67eea9: Waiting 11:14:25 0a6ffb13568b: Layer already exists 11:14:25 57c86b61754e: Layer already exists 11:14:25 fe2a6a20f507: Layer already exists 11:14:25 96d52ce8b0ef: Layer already exists 11:14:25 61e65798eaac: Layer already exists 11:14:25 417fb065f4a5: Layer already exists 11:14:25 efa118562bfa: Layer already exists 11:14:25 b8be3f67eea9: Layer already exists 11:14:25 769908990829: Layer already exists 11:14:25 ee6eae67fb29: Layer already exists 11:14:25 ba5573bd3e41: Layer already exists 11:14:25 4aeaa0e7d41f: Layer already exists 11:14:25 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:7c30dc83ee5d69b70d8cb3ad681423d6f0981be25bd83b2518efbe14e285e508 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:26 + 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 11:14:26 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 11:14:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 11:14:26 fe2a6a20f507: Preparing 11:14:26 0a6ffb13568b: Preparing 11:14:26 61e65798eaac: Preparing 11:14:26 57c86b61754e: Preparing 11:14:26 96d52ce8b0ef: Preparing 11:14:26 417fb065f4a5: Preparing 11:14:26 efa118562bfa: Preparing 11:14:26 b8be3f67eea9: Preparing 11:14:26 ee6eae67fb29: Preparing 11:14:26 769908990829: Preparing 11:14:26 ba5573bd3e41: Preparing 11:14:26 4aeaa0e7d41f: Preparing 11:14:26 b8be3f67eea9: Waiting 11:14:26 ee6eae67fb29: Waiting 11:14:26 769908990829: Waiting 11:14:26 ba5573bd3e41: Waiting 11:14:26 4aeaa0e7d41f: Waiting 11:14:26 417fb065f4a5: Waiting 11:14:26 efa118562bfa: Waiting 11:14:26 0a6ffb13568b: Layer already exists 11:14:26 57c86b61754e: Layer already exists 11:14:26 96d52ce8b0ef: Layer already exists 11:14:26 fe2a6a20f507: Layer already exists 11:14:26 61e65798eaac: Layer already exists 11:14:26 efa118562bfa: Layer already exists 11:14:26 417fb065f4a5: Layer already exists 11:14:26 ee6eae67fb29: Layer already exists 11:14:26 769908990829: Layer already exists 11:14:26 b8be3f67eea9: Layer already exists 11:14:26 ba5573bd3e41: Layer already exists 11:14:26 4aeaa0e7d41f: Layer already exists 11:14:26 main: digest: sha256:7c30dc83ee5d69b70d8cb3ad681423d6f0981be25bd83b2518efbe14e285e508 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:14:26 ===================================================== [Pipeline] echo 11:14:26 taggedImages: 11:14:26 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d 11:14:26 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 11:14:26 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.81 11:14:26 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 11:14:26 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 11:14:26 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 11:14:26 08e30e9824952b0f8cde611c7e69c4c853d0027d 11:14:26 latest 11:14:26 3.2.0-dev.81 11:14:26 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 11:14:26 main 11:14:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:27 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:27 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d 11:14:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 11:14:27 60374dacfc6f: Preparing 11:14:27 03998a41f144: Preparing 11:14:27 b8be3f67eea9: Preparing 11:14:27 ee6eae67fb29: Preparing 11:14:27 11d9a0263fe5: Preparing 11:14:27 c4f308e0a13d: Preparing 11:14:27 4aeaa0e7d41f: Preparing 11:14:27 c4f308e0a13d: Waiting 11:14:27 4aeaa0e7d41f: Waiting 11:14:27 ee6eae67fb29: Layer already exists 11:14:27 b8be3f67eea9: Layer already exists 11:14:27 4aeaa0e7d41f: Layer already exists 11:14:27 60374dacfc6f: Pushed 11:14:27 11d9a0263fe5: Pushed 11:14:29 c4f308e0a13d: Pushed 11:14:31 03998a41f144: Pushed 11:14:31 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:9a40824378efe94053d70e2b6aedc3ff75c4f8f04493816cbf08d9d1fb514dc5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:31 + 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 11:14:32 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 11:14:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 11:14:32 60374dacfc6f: Preparing 11:14:32 03998a41f144: Preparing 11:14:32 b8be3f67eea9: Preparing 11:14:32 ee6eae67fb29: Preparing 11:14:32 11d9a0263fe5: Preparing 11:14:32 c4f308e0a13d: Preparing 11:14:32 4aeaa0e7d41f: Preparing 11:14:32 c4f308e0a13d: Waiting 11:14:32 4aeaa0e7d41f: Waiting 11:14:32 ee6eae67fb29: Layer already exists 11:14:32 b8be3f67eea9: Layer already exists 11:14:32 60374dacfc6f: Layer already exists 11:14:32 03998a41f144: Layer already exists 11:14:32 11d9a0263fe5: Layer already exists 11:14:32 c4f308e0a13d: Layer already exists 11:14:32 4aeaa0e7d41f: Layer already exists 11:14:32 latest: digest: sha256:9a40824378efe94053d70e2b6aedc3ff75c4f8f04493816cbf08d9d1fb514dc5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:32 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:32 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.81 11:14:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 11:14:32 60374dacfc6f: Preparing 11:14:32 03998a41f144: Preparing 11:14:32 b8be3f67eea9: Preparing 11:14:32 ee6eae67fb29: Preparing 11:14:32 11d9a0263fe5: Preparing 11:14:32 c4f308e0a13d: Preparing 11:14:32 4aeaa0e7d41f: Preparing 11:14:32 c4f308e0a13d: Waiting 11:14:32 4aeaa0e7d41f: Waiting 11:14:32 b8be3f67eea9: Layer already exists 11:14:32 ee6eae67fb29: Layer already exists 11:14:32 03998a41f144: Layer already exists 11:14:32 11d9a0263fe5: Layer already exists 11:14:32 60374dacfc6f: Layer already exists 11:14:32 4aeaa0e7d41f: Layer already exists 11:14:32 c4f308e0a13d: Layer already exists 11:14:32 3.2.0-dev.81: digest: sha256:9a40824378efe94053d70e2b6aedc3ff75c4f8f04493816cbf08d9d1fb514dc5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:33 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:33 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 11:14:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 11:14:33 60374dacfc6f: Preparing 11:14:33 03998a41f144: Preparing 11:14:33 b8be3f67eea9: Preparing 11:14:33 ee6eae67fb29: Preparing 11:14:33 11d9a0263fe5: Preparing 11:14:33 c4f308e0a13d: Preparing 11:14:33 4aeaa0e7d41f: Preparing 11:14:33 c4f308e0a13d: Waiting 11:14:33 4aeaa0e7d41f: Waiting 11:14:33 03998a41f144: Layer already exists 11:14:33 60374dacfc6f: Layer already exists 11:14:33 11d9a0263fe5: Layer already exists 11:14:33 ee6eae67fb29: Layer already exists 11:14:33 b8be3f67eea9: Layer already exists 11:14:33 c4f308e0a13d: Layer already exists 11:14:33 4aeaa0e7d41f: Layer already exists 11:14:33 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:9a40824378efe94053d70e2b6aedc3ff75c4f8f04493816cbf08d9d1fb514dc5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:34 + 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 11:14:34 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 11:14:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 11:14:34 60374dacfc6f: Preparing 11:14:34 03998a41f144: Preparing 11:14:34 b8be3f67eea9: Preparing 11:14:34 ee6eae67fb29: Preparing 11:14:34 11d9a0263fe5: Preparing 11:14:34 c4f308e0a13d: Preparing 11:14:34 4aeaa0e7d41f: Preparing 11:14:34 c4f308e0a13d: Waiting 11:14:34 4aeaa0e7d41f: Waiting 11:14:34 b8be3f67eea9: Layer already exists 11:14:34 03998a41f144: Layer already exists 11:14:34 ee6eae67fb29: Layer already exists 11:14:34 60374dacfc6f: Layer already exists 11:14:34 11d9a0263fe5: Layer already exists 11:14:34 c4f308e0a13d: Layer already exists 11:14:34 4aeaa0e7d41f: Layer already exists 11:14:34 main: digest: sha256:9a40824378efe94053d70e2b6aedc3ff75c4f8f04493816cbf08d9d1fb514dc5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:14:35 ===================================================== [Pipeline] echo 11:14:35 taggedImages: 11:14:35 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d 11:14:35 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 11:14:35 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.81 11:14:35 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 11:14:35 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 11:14:35 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 11:14:35 08e30e9824952b0f8cde611c7e69c4c853d0027d 11:14:35 latest 11:14:35 3.2.0-dev.81 11:14:35 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 11:14:35 main 11:14:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:35 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d 11:14:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 11:14:36 8eb1b2bae248: Preparing 11:14:36 d10a4cb4db1f: Preparing 11:14:36 8cfa64c84123: Preparing 11:14:36 b8be3f67eea9: Preparing 11:14:36 ee6eae67fb29: Preparing 11:14:36 160e0c02a808: Preparing 11:14:36 883de45e8da2: Preparing 11:14:36 836c882b5b2d: Preparing 11:14:36 a783436d8dd8: Preparing 11:14:36 4aeaa0e7d41f: Preparing 11:14:36 883de45e8da2: Waiting 11:14:36 836c882b5b2d: Waiting 11:14:36 a783436d8dd8: Waiting 11:14:36 4aeaa0e7d41f: Waiting 11:14:36 160e0c02a808: Waiting 11:14:36 b8be3f67eea9: Layer already exists 11:14:36 ee6eae67fb29: Layer already exists 11:14:36 d10a4cb4db1f: Pushed 11:14:36 8eb1b2bae248: Pushed 11:14:36 8cfa64c84123: Pushed 11:14:36 4aeaa0e7d41f: Layer already exists 11:14:36 836c882b5b2d: Pushed 11:14:37 a783436d8dd8: Pushed 11:14:49 883de45e8da2: Pushed 11:14:57 160e0c02a808: Pushed 11:14:57 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:d3e10ef3b7221a053821420a6a9611e5b18dbc0c6bf0e3bdd16af46d53e26999 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:58 + 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 11:14:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 11:14:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 11:14:58 8eb1b2bae248: Preparing 11:14:58 d10a4cb4db1f: Preparing 11:14:58 8cfa64c84123: Preparing 11:14:58 b8be3f67eea9: Preparing 11:14:58 ee6eae67fb29: Preparing 11:14:58 160e0c02a808: Preparing 11:14:58 883de45e8da2: Preparing 11:14:58 836c882b5b2d: Preparing 11:14:58 a783436d8dd8: Preparing 11:14:58 4aeaa0e7d41f: Preparing 11:14:58 160e0c02a808: Waiting 11:14:58 883de45e8da2: Waiting 11:14:58 836c882b5b2d: Waiting 11:14:58 a783436d8dd8: Waiting 11:14:58 4aeaa0e7d41f: Waiting 11:14:58 b8be3f67eea9: Layer already exists 11:14:58 8cfa64c84123: Layer already exists 11:14:58 ee6eae67fb29: Layer already exists 11:14:58 d10a4cb4db1f: Layer already exists 11:14:58 8eb1b2bae248: Layer already exists 11:14:58 883de45e8da2: Layer already exists 11:14:58 836c882b5b2d: Layer already exists 11:14:58 4aeaa0e7d41f: Layer already exists 11:14:58 160e0c02a808: Layer already exists 11:14:58 a783436d8dd8: Layer already exists 11:14:58 latest: digest: sha256:d3e10ef3b7221a053821420a6a9611e5b18dbc0c6bf0e3bdd16af46d53e26999 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:59 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.81 11:14:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 11:14:59 8eb1b2bae248: Preparing 11:14:59 d10a4cb4db1f: Preparing 11:14:59 8cfa64c84123: Preparing 11:14:59 b8be3f67eea9: Preparing 11:14:59 ee6eae67fb29: Preparing 11:14:59 160e0c02a808: Preparing 11:14:59 883de45e8da2: Preparing 11:14:59 836c882b5b2d: Preparing 11:14:59 a783436d8dd8: Preparing 11:14:59 4aeaa0e7d41f: Preparing 11:14:59 883de45e8da2: Waiting 11:14:59 836c882b5b2d: Waiting 11:14:59 a783436d8dd8: Waiting 11:14:59 4aeaa0e7d41f: Waiting 11:14:59 160e0c02a808: Waiting 11:14:59 d10a4cb4db1f: Layer already exists 11:14:59 ee6eae67fb29: Layer already exists 11:14:59 8eb1b2bae248: Layer already exists 11:14:59 8cfa64c84123: Layer already exists 11:14:59 b8be3f67eea9: Layer already exists 11:14:59 883de45e8da2: Layer already exists 11:14:59 160e0c02a808: Layer already exists 11:14:59 4aeaa0e7d41f: Layer already exists 11:14:59 a783436d8dd8: Layer already exists 11:14:59 836c882b5b2d: Layer already exists 11:14:59 3.2.0-dev.81: digest: sha256:d3e10ef3b7221a053821420a6a9611e5b18dbc0c6bf0e3bdd16af46d53e26999 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:59 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:15:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 11:15:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 11:15:00 8eb1b2bae248: Preparing 11:15:00 d10a4cb4db1f: Preparing 11:15:00 8cfa64c84123: Preparing 11:15:00 b8be3f67eea9: Preparing 11:15:00 ee6eae67fb29: Preparing 11:15:00 160e0c02a808: Preparing 11:15:00 883de45e8da2: Preparing 11:15:00 836c882b5b2d: Preparing 11:15:00 a783436d8dd8: Preparing 11:15:00 4aeaa0e7d41f: Preparing 11:15:00 160e0c02a808: Waiting 11:15:00 883de45e8da2: Waiting 11:15:00 836c882b5b2d: Waiting 11:15:00 a783436d8dd8: Waiting 11:15:00 4aeaa0e7d41f: Waiting 11:15:00 8cfa64c84123: Layer already exists 11:15:00 8eb1b2bae248: Layer already exists 11:15:00 b8be3f67eea9: Layer already exists 11:15:00 ee6eae67fb29: Layer already exists 11:15:00 d10a4cb4db1f: Layer already exists 11:15:00 160e0c02a808: Layer already exists 11:15:00 4aeaa0e7d41f: Layer already exists 11:15:00 883de45e8da2: Layer already exists 11:15:00 836c882b5b2d: Layer already exists 11:15:00 a783436d8dd8: Layer already exists 11:15:00 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:d3e10ef3b7221a053821420a6a9611e5b18dbc0c6bf0e3bdd16af46d53e26999 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:15:00 + 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 11:15:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 11:15:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 11:15:01 8eb1b2bae248: Preparing 11:15:01 d10a4cb4db1f: Preparing 11:15:01 8cfa64c84123: Preparing 11:15:01 b8be3f67eea9: Preparing 11:15:01 ee6eae67fb29: Preparing 11:15:01 160e0c02a808: Preparing 11:15:01 883de45e8da2: Preparing 11:15:01 836c882b5b2d: Preparing 11:15:01 a783436d8dd8: Preparing 11:15:01 4aeaa0e7d41f: Preparing 11:15:01 836c882b5b2d: Waiting 11:15:01 a783436d8dd8: Waiting 11:15:01 160e0c02a808: Waiting 11:15:01 883de45e8da2: Waiting 11:15:01 4aeaa0e7d41f: Waiting 11:15:01 ee6eae67fb29: Layer already exists 11:15:01 d10a4cb4db1f: Layer already exists 11:15:01 8cfa64c84123: Layer already exists 11:15:01 8eb1b2bae248: Layer already exists 11:15:01 b8be3f67eea9: Layer already exists 11:15:01 883de45e8da2: Layer already exists 11:15:01 a783436d8dd8: Layer already exists 11:15:01 160e0c02a808: Layer already exists 11:15:01 836c882b5b2d: Layer already exists 11:15:01 4aeaa0e7d41f: Layer already exists 11:15:01 main: digest: sha256:d3e10ef3b7221a053821420a6a9611e5b18dbc0c6bf0e3bdd16af46d53e26999 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:15:01 ===================================================== [Pipeline] echo 11:15:01 taggedImages: 11:15:01 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d 11:15:01 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 11:15:01 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.81 11:15:01 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 11:15:01 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 11:15:01 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 11:15:01 08e30e9824952b0f8cde611c7e69c4c853d0027d 11:15:01 latest 11:15:01 3.2.0-dev.81 11:15:01 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 11:15:01 main 11:15:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:15:02 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:15:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d 11:15:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 11:15:02 a6e3ef5a29c5: Preparing 11:15:02 534598fe784c: Preparing 11:15:02 6e89e4302504: Preparing 11:15:02 b8be3f67eea9: Preparing 11:15:02 ee6eae67fb29: Preparing 11:15:02 5c70c1d21ea2: Preparing 11:15:02 b33379835fe5: Preparing 11:15:02 c2f0e5d170eb: Preparing 11:15:02 4aeaa0e7d41f: Preparing 11:15:02 b33379835fe5: Waiting 11:15:02 c2f0e5d170eb: Waiting 11:15:02 4aeaa0e7d41f: Waiting 11:15:02 5c70c1d21ea2: Waiting 11:15:02 ee6eae67fb29: Layer already exists 11:15:02 b8be3f67eea9: Layer already exists 11:15:02 534598fe784c: Pushed 11:15:02 6e89e4302504: Pushed 11:15:02 a6e3ef5a29c5: Pushed 11:15:02 4aeaa0e7d41f: Layer already exists 11:15:02 b33379835fe5: Pushed 11:15:03 c2f0e5d170eb: Pushed 11:15:25 5c70c1d21ea2: Pushed 11:15:25 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:a5ce0daeebfde3828ae95e0918f893fa2589d65821049996a799e7c71cd39aad size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:15:25 + 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 11:15:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 11:15:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 11:15:26 a6e3ef5a29c5: Preparing 11:15:26 534598fe784c: Preparing 11:15:26 6e89e4302504: Preparing 11:15:26 b8be3f67eea9: Preparing 11:15:26 ee6eae67fb29: Preparing 11:15:26 5c70c1d21ea2: Preparing 11:15:26 b33379835fe5: Preparing 11:15:26 c2f0e5d170eb: Preparing 11:15:26 4aeaa0e7d41f: Preparing 11:15:26 5c70c1d21ea2: Waiting 11:15:26 b33379835fe5: Waiting 11:15:26 c2f0e5d170eb: Waiting 11:15:26 4aeaa0e7d41f: Waiting 11:15:26 534598fe784c: Layer already exists 11:15:26 a6e3ef5a29c5: Layer already exists 11:15:26 6e89e4302504: Layer already exists 11:15:26 b8be3f67eea9: Layer already exists 11:15:26 ee6eae67fb29: Layer already exists 11:15:26 b33379835fe5: Layer already exists 11:15:26 c2f0e5d170eb: Layer already exists 11:15:26 5c70c1d21ea2: Layer already exists 11:15:26 4aeaa0e7d41f: Layer already exists 11:15:26 latest: digest: sha256:a5ce0daeebfde3828ae95e0918f893fa2589d65821049996a799e7c71cd39aad size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:15:26 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:15:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.81 11:15:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 11:15:26 a6e3ef5a29c5: Preparing 11:15:26 534598fe784c: Preparing 11:15:26 6e89e4302504: Preparing 11:15:26 b8be3f67eea9: Preparing 11:15:26 ee6eae67fb29: Preparing 11:15:26 5c70c1d21ea2: Preparing 11:15:26 b33379835fe5: Preparing 11:15:26 c2f0e5d170eb: Preparing 11:15:26 4aeaa0e7d41f: Preparing 11:15:26 b33379835fe5: Waiting 11:15:26 c2f0e5d170eb: Waiting 11:15:26 4aeaa0e7d41f: Waiting 11:15:26 5c70c1d21ea2: Waiting 11:15:26 ee6eae67fb29: Layer already exists 11:15:26 6e89e4302504: Layer already exists 11:15:26 534598fe784c: Layer already exists 11:15:26 b8be3f67eea9: Layer already exists 11:15:26 a6e3ef5a29c5: Layer already exists 11:15:26 5c70c1d21ea2: Layer already exists 11:15:26 b33379835fe5: Layer already exists 11:15:26 c2f0e5d170eb: Layer already exists 11:15:26 4aeaa0e7d41f: Layer already exists 11:15:26 3.2.0-dev.81: digest: sha256:a5ce0daeebfde3828ae95e0918f893fa2589d65821049996a799e7c71cd39aad size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:15:27 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:15:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 11:15:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 11:15:27 a6e3ef5a29c5: Preparing 11:15:27 534598fe784c: Preparing 11:15:27 6e89e4302504: Preparing 11:15:27 b8be3f67eea9: Preparing 11:15:27 ee6eae67fb29: Preparing 11:15:27 5c70c1d21ea2: Preparing 11:15:27 b33379835fe5: Preparing 11:15:27 c2f0e5d170eb: Preparing 11:15:27 4aeaa0e7d41f: Preparing 11:15:27 b33379835fe5: Waiting 11:15:27 c2f0e5d170eb: Waiting 11:15:27 4aeaa0e7d41f: Waiting 11:15:27 5c70c1d21ea2: Waiting 11:15:27 a6e3ef5a29c5: Layer already exists 11:15:27 b8be3f67eea9: Layer already exists 11:15:27 6e89e4302504: Layer already exists 11:15:27 534598fe784c: Layer already exists 11:15:27 ee6eae67fb29: Layer already exists 11:15:27 4aeaa0e7d41f: Layer already exists 11:15:27 5c70c1d21ea2: Layer already exists 11:15:27 c2f0e5d170eb: Layer already exists 11:15:27 b33379835fe5: Layer already exists 11:15:27 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:a5ce0daeebfde3828ae95e0918f893fa2589d65821049996a799e7c71cd39aad size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:15:28 + 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 11:15:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 11:15:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 11:15:28 a6e3ef5a29c5: Preparing 11:15:28 534598fe784c: Preparing 11:15:28 6e89e4302504: Preparing 11:15:28 b8be3f67eea9: Preparing 11:15:28 ee6eae67fb29: Preparing 11:15:28 5c70c1d21ea2: Preparing 11:15:28 b33379835fe5: Preparing 11:15:28 c2f0e5d170eb: Preparing 11:15:28 4aeaa0e7d41f: Preparing 11:15:28 5c70c1d21ea2: Waiting 11:15:28 b33379835fe5: Waiting 11:15:28 4aeaa0e7d41f: Waiting 11:15:28 c2f0e5d170eb: Waiting 11:15:28 a6e3ef5a29c5: Layer already exists 11:15:28 ee6eae67fb29: Layer already exists 11:15:28 534598fe784c: Layer already exists 11:15:28 b8be3f67eea9: Layer already exists 11:15:28 6e89e4302504: Layer already exists 11:15:28 5c70c1d21ea2: Layer already exists 11:15:28 c2f0e5d170eb: Layer already exists 11:15:28 b33379835fe5: Layer already exists 11:15:28 4aeaa0e7d41f: Layer already exists 11:15:28 main: digest: sha256:a5ce0daeebfde3828ae95e0918f893fa2589d65821049996a799e7c71cd39aad size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:15:28 ===================================================== [Pipeline] echo 11:15:28 taggedImages: 11:15:28 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d 11:15:28 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 11:15:28 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.81 11:15:28 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 11:15:28 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 11:15:28 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 11:15:28 08e30e9824952b0f8cde611c7e69c4c853d0027d 11:15:28 latest 11:15:28 3.2.0-dev.81 11:15:28 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 11:15:28 main 11:15:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:15:29 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:15:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d 11:15:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 11:15:29 f1fdf1e1cbc1: Preparing 11:15:29 74963834e06e: Preparing 11:15:29 095232539682: Preparing 11:15:29 b8be3f67eea9: Preparing 11:15:29 ee6eae67fb29: Preparing 11:15:29 cfb34841a5bf: Preparing 11:15:29 836c882b5b2d: Preparing 11:15:29 a783436d8dd8: Preparing 11:15:29 4aeaa0e7d41f: Preparing 11:15:29 836c882b5b2d: Waiting 11:15:29 a783436d8dd8: Waiting 11:15:29 4aeaa0e7d41f: Waiting 11:15:29 cfb34841a5bf: Waiting 11:15:29 b8be3f67eea9: Layer already exists 11:15:29 ee6eae67fb29: Layer already exists 11:15:29 836c882b5b2d: Layer already exists 11:15:29 095232539682: Pushed 11:15:29 74963834e06e: Pushed 11:15:29 f1fdf1e1cbc1: Pushed 11:15:29 a783436d8dd8: Layer already exists 11:15:29 4aeaa0e7d41f: Layer already exists 11:15:51 cfb34841a5bf: Pushed 11:15:51 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:7c0642ccec0e78af471f162bdde8412e131b8443fadf2d761e6aff20d9ab7a3e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:15:52 + 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 11:15:52 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 11:15:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 11:15:52 f1fdf1e1cbc1: Preparing 11:15:52 74963834e06e: Preparing 11:15:52 095232539682: Preparing 11:15:52 b8be3f67eea9: Preparing 11:15:52 ee6eae67fb29: Preparing 11:15:52 cfb34841a5bf: Preparing 11:15:52 836c882b5b2d: Preparing 11:15:52 a783436d8dd8: Preparing 11:15:52 4aeaa0e7d41f: Preparing 11:15:52 cfb34841a5bf: Waiting 11:15:52 836c882b5b2d: Waiting 11:15:52 a783436d8dd8: Waiting 11:15:52 095232539682: Layer already exists 11:15:52 74963834e06e: Layer already exists 11:15:52 f1fdf1e1cbc1: Layer already exists 11:15:52 ee6eae67fb29: Layer already exists 11:15:52 b8be3f67eea9: Layer already exists 11:15:52 a783436d8dd8: Layer already exists 11:15:52 cfb34841a5bf: Layer already exists 11:15:52 836c882b5b2d: Layer already exists 11:15:52 4aeaa0e7d41f: Layer already exists 11:15:52 latest: digest: sha256:7c0642ccec0e78af471f162bdde8412e131b8443fadf2d761e6aff20d9ab7a3e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:15:53 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:15:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.81 11:15:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 11:15:53 f1fdf1e1cbc1: Preparing 11:15:53 74963834e06e: Preparing 11:15:53 095232539682: Preparing 11:15:53 b8be3f67eea9: Preparing 11:15:53 ee6eae67fb29: Preparing 11:15:53 cfb34841a5bf: Preparing 11:15:53 836c882b5b2d: Preparing 11:15:53 a783436d8dd8: Preparing 11:15:53 4aeaa0e7d41f: Preparing 11:15:53 836c882b5b2d: Waiting 11:15:53 a783436d8dd8: Waiting 11:15:53 4aeaa0e7d41f: Waiting 11:15:53 cfb34841a5bf: Waiting 11:15:53 74963834e06e: Layer already exists 11:15:53 f1fdf1e1cbc1: Layer already exists 11:15:53 ee6eae67fb29: Layer already exists 11:15:53 b8be3f67eea9: Layer already exists 11:15:53 095232539682: Layer already exists 11:15:53 cfb34841a5bf: Layer already exists 11:15:53 a783436d8dd8: Layer already exists 11:15:53 4aeaa0e7d41f: Layer already exists 11:15:53 836c882b5b2d: Layer already exists 11:15:53 3.2.0-dev.81: digest: sha256:7c0642ccec0e78af471f162bdde8412e131b8443fadf2d761e6aff20d9ab7a3e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:15:53 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:15:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 11:15:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 11:15:54 f1fdf1e1cbc1: Preparing 11:15:54 74963834e06e: Preparing 11:15:54 095232539682: Preparing 11:15:54 b8be3f67eea9: Preparing 11:15:54 ee6eae67fb29: Preparing 11:15:54 cfb34841a5bf: Preparing 11:15:54 836c882b5b2d: Preparing 11:15:54 a783436d8dd8: Preparing 11:15:54 4aeaa0e7d41f: Preparing 11:15:54 cfb34841a5bf: Waiting 11:15:54 836c882b5b2d: Waiting 11:15:54 a783436d8dd8: Waiting 11:15:54 4aeaa0e7d41f: Waiting 11:15:54 f1fdf1e1cbc1: Layer already exists 11:15:54 ee6eae67fb29: Layer already exists 11:15:54 74963834e06e: Layer already exists 11:15:54 095232539682: Layer already exists 11:15:54 b8be3f67eea9: Layer already exists 11:15:54 a783436d8dd8: Layer already exists 11:15:54 836c882b5b2d: Layer already exists 11:15:54 4aeaa0e7d41f: Layer already exists 11:15:54 cfb34841a5bf: Layer already exists 11:15:54 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:7c0642ccec0e78af471f162bdde8412e131b8443fadf2d761e6aff20d9ab7a3e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:15:54 + 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 11:15:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 11:15:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 11:15:55 f1fdf1e1cbc1: Preparing 11:15:55 74963834e06e: Preparing 11:15:55 095232539682: Preparing 11:15:55 b8be3f67eea9: Preparing 11:15:55 ee6eae67fb29: Preparing 11:15:55 cfb34841a5bf: Preparing 11:15:55 836c882b5b2d: Preparing 11:15:55 a783436d8dd8: Preparing 11:15:55 4aeaa0e7d41f: Preparing 11:15:55 cfb34841a5bf: Waiting 11:15:55 836c882b5b2d: Waiting 11:15:55 4aeaa0e7d41f: Waiting 11:15:55 a783436d8dd8: Waiting 11:15:55 f1fdf1e1cbc1: Layer already exists 11:15:55 74963834e06e: Layer already exists 11:15:55 095232539682: Layer already exists 11:15:55 b8be3f67eea9: Layer already exists 11:15:55 ee6eae67fb29: Layer already exists 11:15:55 cfb34841a5bf: Layer already exists 11:15:55 836c882b5b2d: Layer already exists 11:15:55 4aeaa0e7d41f: Layer already exists 11:15:55 a783436d8dd8: Layer already exists 11:15:55 main: digest: sha256:7c0642ccec0e78af471f162bdde8412e131b8443fadf2d761e6aff20d9ab7a3e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:15:55 ===================================================== [Pipeline] echo 11:15:55 taggedImages: 11:15:55 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d 11:15:55 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 11:15:55 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.81 11:15:55 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 11:15:55 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 11:15:55 [edgeXDocker.push] Tagging docker image support-cron-scheduler-arm64 with the following tags: 11:15:55 08e30e9824952b0f8cde611c7e69c4c853d0027d 11:15:55 latest 11:15:55 3.2.0-dev.81 11:15:55 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 11:15:55 main 11:15:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:15:55 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:15:56 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d 11:15:56 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 11:15:56 c39c4b4d5b6a: Preparing 11:15:56 fafb63b16464: Preparing 11:15:56 b8be3f67eea9: Preparing 11:15:56 ee6eae67fb29: Preparing 11:15:56 a73ab4d523d0: Preparing 11:15:56 961016e005ff: Preparing 11:15:56 4aeaa0e7d41f: Preparing 11:15:56 961016e005ff: Waiting 11:15:56 4aeaa0e7d41f: Waiting 11:15:56 ee6eae67fb29: Layer already exists 11:15:56 b8be3f67eea9: Layer already exists 11:15:56 4aeaa0e7d41f: Layer already exists 11:15:56 c39c4b4d5b6a: Pushed 11:15:56 a73ab4d523d0: Pushed 11:15:57 961016e005ff: Pushed 11:16:04 fafb63b16464: Pushed 11:16:04 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:f8c597fded48c8bd4d896942f4ec9dd2d52ec128efb8559e8e402a3cf417ff6c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:16:04 + 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 11:16:04 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest 11:16:04 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 11:16:04 c39c4b4d5b6a: Preparing 11:16:04 fafb63b16464: Preparing 11:16:04 b8be3f67eea9: Preparing 11:16:04 ee6eae67fb29: Preparing 11:16:04 a73ab4d523d0: Preparing 11:16:04 961016e005ff: Preparing 11:16:04 4aeaa0e7d41f: Preparing 11:16:04 961016e005ff: Waiting 11:16:04 4aeaa0e7d41f: Waiting 11:16:04 fafb63b16464: Layer already exists 11:16:04 c39c4b4d5b6a: Layer already exists 11:16:04 a73ab4d523d0: Layer already exists 11:16:04 ee6eae67fb29: Layer already exists 11:16:04 b8be3f67eea9: Layer already exists 11:16:04 961016e005ff: Layer already exists 11:16:04 4aeaa0e7d41f: Layer already exists 11:16:04 latest: digest: sha256:f8c597fded48c8bd4d896942f4ec9dd2d52ec128efb8559e8e402a3cf417ff6c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:16:05 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:16:05 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.81 11:16:05 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 11:16:05 c39c4b4d5b6a: Preparing 11:16:05 fafb63b16464: Preparing 11:16:05 b8be3f67eea9: Preparing 11:16:05 ee6eae67fb29: Preparing 11:16:05 a73ab4d523d0: Preparing 11:16:05 961016e005ff: Preparing 11:16:05 4aeaa0e7d41f: Preparing 11:16:05 961016e005ff: Waiting 11:16:05 4aeaa0e7d41f: Waiting 11:16:05 fafb63b16464: Layer already exists 11:16:05 b8be3f67eea9: Layer already exists 11:16:05 a73ab4d523d0: Layer already exists 11:16:05 c39c4b4d5b6a: Layer already exists 11:16:05 ee6eae67fb29: Layer already exists 11:16:05 961016e005ff: Layer already exists 11:16:05 4aeaa0e7d41f: Layer already exists 11:16:05 3.2.0-dev.81: digest: sha256:f8c597fded48c8bd4d896942f4ec9dd2d52ec128efb8559e8e402a3cf417ff6c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:16:06 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:16:06 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 11:16:06 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 11:16:06 c39c4b4d5b6a: Preparing 11:16:06 fafb63b16464: Preparing 11:16:06 b8be3f67eea9: Preparing 11:16:06 ee6eae67fb29: Preparing 11:16:06 a73ab4d523d0: Preparing 11:16:06 961016e005ff: Preparing 11:16:06 4aeaa0e7d41f: Preparing 11:16:06 961016e005ff: Waiting 11:16:06 4aeaa0e7d41f: Waiting 11:16:06 b8be3f67eea9: Layer already exists 11:16:06 c39c4b4d5b6a: Layer already exists 11:16:06 fafb63b16464: Layer already exists 11:16:06 a73ab4d523d0: Layer already exists 11:16:06 ee6eae67fb29: Layer already exists 11:16:06 961016e005ff: Layer already exists 11:16:06 4aeaa0e7d41f: Layer already exists 11:16:06 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:f8c597fded48c8bd4d896942f4ec9dd2d52ec128efb8559e8e402a3cf417ff6c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:16:06 + 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 11:16:07 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main 11:16:07 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 11:16:07 c39c4b4d5b6a: Preparing 11:16:07 fafb63b16464: Preparing 11:16:07 b8be3f67eea9: Preparing 11:16:07 ee6eae67fb29: Preparing 11:16:07 a73ab4d523d0: Preparing 11:16:07 961016e005ff: Preparing 11:16:07 4aeaa0e7d41f: Preparing 11:16:07 961016e005ff: Waiting 11:16:07 4aeaa0e7d41f: Waiting 11:16:07 c39c4b4d5b6a: Layer already exists 11:16:07 fafb63b16464: Layer already exists 11:16:07 b8be3f67eea9: Layer already exists 11:16:07 a73ab4d523d0: Layer already exists 11:16:07 ee6eae67fb29: Layer already exists 11:16:07 4aeaa0e7d41f: Layer already exists 11:16:07 961016e005ff: Layer already exists 11:16:07 main: digest: sha256:f8c597fded48c8bd4d896942f4ec9dd2d52ec128efb8559e8e402a3cf417ff6c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:16:07 ===================================================== [Pipeline] echo 11:16:07 taggedImages: 11:16:07 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d 11:16:07 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest 11:16:07 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.81 11:16:07 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 11:16:07 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [Pipeline] echo 11:16:07 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 11:16:07 08e30e9824952b0f8cde611c7e69c4c853d0027d 11:16:07 latest 11:16:07 3.2.0-dev.81 11:16:07 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 11:16:07 main 11:16:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:16:07 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:16:08 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d 11:16:08 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 11:16:08 61b87adf78c5: Preparing 11:16:08 548187506461: Preparing 11:16:08 c2f86b2863d8: Preparing 11:16:08 b8be3f67eea9: Preparing 11:16:08 ee6eae67fb29: Preparing 11:16:08 31487e5d2643: Preparing 11:16:08 f3a9c14d4243: Preparing 11:16:08 4aeaa0e7d41f: Preparing 11:16:08 31487e5d2643: Waiting 11:16:08 4aeaa0e7d41f: Waiting 11:16:08 f3a9c14d4243: Waiting 11:16:08 ee6eae67fb29: Layer already exists 11:16:08 b8be3f67eea9: Layer already exists 11:16:08 548187506461: Pushed 11:16:08 61b87adf78c5: Pushed 11:16:08 4aeaa0e7d41f: Layer already exists 11:16:08 31487e5d2643: Pushed 11:16:08 f3a9c14d4243: Pushed 11:16:18 c2f86b2863d8: Pushed 11:16:18 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:551ece1fa6aa1401ed79c5607ac3f94514c5de74ed98beba22da7343a2e277c7 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:16:19 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:16:19 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 11:16:19 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 11:16:19 61b87adf78c5: Preparing 11:16:19 548187506461: Preparing 11:16:19 c2f86b2863d8: Preparing 11:16:19 b8be3f67eea9: Preparing 11:16:19 ee6eae67fb29: Preparing 11:16:19 31487e5d2643: Preparing 11:16:19 f3a9c14d4243: Preparing 11:16:19 4aeaa0e7d41f: Preparing 11:16:19 4aeaa0e7d41f: Waiting 11:16:19 31487e5d2643: Waiting 11:16:19 f3a9c14d4243: Waiting 11:16:19 ee6eae67fb29: Layer already exists 11:16:19 c2f86b2863d8: Layer already exists 11:16:19 61b87adf78c5: Layer already exists 11:16:19 b8be3f67eea9: Layer already exists 11:16:19 548187506461: Layer already exists 11:16:19 f3a9c14d4243: Layer already exists 11:16:19 31487e5d2643: Layer already exists 11:16:19 4aeaa0e7d41f: Layer already exists 11:16:19 latest: digest: sha256:551ece1fa6aa1401ed79c5607ac3f94514c5de74ed98beba22da7343a2e277c7 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:16:20 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:16:20 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.81 11:16:20 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 11:16:21 61b87adf78c5: Preparing 11:16:21 548187506461: Preparing 11:16:21 c2f86b2863d8: Preparing 11:16:21 b8be3f67eea9: Preparing 11:16:21 ee6eae67fb29: Preparing 11:16:21 31487e5d2643: Preparing 11:16:21 f3a9c14d4243: Preparing 11:16:21 4aeaa0e7d41f: Preparing 11:16:21 31487e5d2643: Waiting 11:16:21 f3a9c14d4243: Waiting 11:16:21 4aeaa0e7d41f: Waiting 11:16:21 548187506461: Layer already exists 11:16:21 b8be3f67eea9: Layer already exists 11:16:21 61b87adf78c5: Layer already exists 11:16:21 c2f86b2863d8: Layer already exists 11:16:21 ee6eae67fb29: Layer already exists 11:16:21 f3a9c14d4243: Layer already exists 11:16:21 31487e5d2643: Layer already exists 11:16:21 4aeaa0e7d41f: Layer already exists 11:16:21 3.2.0-dev.81: digest: sha256:551ece1fa6aa1401ed79c5607ac3f94514c5de74ed98beba22da7343a2e277c7 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:16:21 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:16:22 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 11:16:22 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 11:16:22 61b87adf78c5: Preparing 11:16:22 548187506461: Preparing 11:16:22 c2f86b2863d8: Preparing 11:16:22 b8be3f67eea9: Preparing 11:16:22 ee6eae67fb29: Preparing 11:16:22 31487e5d2643: Preparing 11:16:22 f3a9c14d4243: Preparing 11:16:22 4aeaa0e7d41f: Preparing 11:16:22 31487e5d2643: Waiting 11:16:22 f3a9c14d4243: Waiting 11:16:22 4aeaa0e7d41f: Waiting 11:16:22 ee6eae67fb29: Layer already exists 11:16:22 b8be3f67eea9: Layer already exists 11:16:22 548187506461: Layer already exists 11:16:22 61b87adf78c5: Layer already exists 11:16:22 c2f86b2863d8: Layer already exists 11:16:22 f3a9c14d4243: Layer already exists 11:16:22 31487e5d2643: Layer already exists 11:16:22 4aeaa0e7d41f: Layer already exists 11:16:22 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:551ece1fa6aa1401ed79c5607ac3f94514c5de74ed98beba22da7343a2e277c7 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:16:22 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:16:23 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 11:16:23 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 11:16:23 61b87adf78c5: Preparing 11:16:23 548187506461: Preparing 11:16:23 c2f86b2863d8: Preparing 11:16:23 b8be3f67eea9: Preparing 11:16:23 ee6eae67fb29: Preparing 11:16:23 31487e5d2643: Preparing 11:16:23 f3a9c14d4243: Preparing 11:16:23 4aeaa0e7d41f: Preparing 11:16:23 31487e5d2643: Waiting 11:16:23 f3a9c14d4243: Waiting 11:16:23 4aeaa0e7d41f: Waiting 11:16:23 c2f86b2863d8: Layer already exists 11:16:23 ee6eae67fb29: Layer already exists 11:16:23 548187506461: Layer already exists 11:16:23 b8be3f67eea9: Layer already exists 11:16:23 61b87adf78c5: Layer already exists 11:16:23 31487e5d2643: Layer already exists 11:16:23 f3a9c14d4243: Layer already exists 11:16:23 4aeaa0e7d41f: Layer already exists 11:16:23 main: digest: sha256:551ece1fa6aa1401ed79c5607ac3f94514c5de74ed98beba22da7343a2e277c7 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:16:23 ===================================================== [Pipeline] echo 11:16:23 taggedImages: 11:16:23 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d 11:16:23 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 11:16:23 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.81 11:16:23 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 11:16:23 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 11:16:23 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 11:16:23 08e30e9824952b0f8cde611c7e69c4c853d0027d 11:16:23 latest 11:16:23 3.2.0-dev.81 11:16:23 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 11:16:23 main 11:16:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:16:23 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:16:24 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d 11:16:24 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 11:16:24 4205964961e1: Preparing 11:16:24 5e7a42c6671d: Preparing 11:16:24 b8be3f67eea9: Preparing 11:16:24 ee6eae67fb29: Preparing 11:16:24 a8d95f9b6cb0: Preparing 11:16:24 541e0eb45536: Preparing 11:16:24 4aeaa0e7d41f: Preparing 11:16:24 541e0eb45536: Waiting 11:16:24 4aeaa0e7d41f: Waiting 11:16:24 ee6eae67fb29: Layer already exists 11:16:24 a8d95f9b6cb0: Layer already exists 11:16:24 b8be3f67eea9: Layer already exists 11:16:24 541e0eb45536: Layer already exists 11:16:24 4aeaa0e7d41f: Layer already exists 11:16:24 4205964961e1: Pushed 11:16:31 5e7a42c6671d: Pushed 11:16:31 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:3265e175dfffd5f1a48d2c7be53e89cb0559433274350295a071559e4f7eb333 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:16:31 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:16:32 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 11:16:32 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 11:16:32 4205964961e1: Preparing 11:16:32 5e7a42c6671d: Preparing 11:16:32 b8be3f67eea9: Preparing 11:16:32 ee6eae67fb29: Preparing 11:16:32 a8d95f9b6cb0: Preparing 11:16:32 541e0eb45536: Preparing 11:16:32 4aeaa0e7d41f: Preparing 11:16:32 541e0eb45536: Waiting 11:16:32 4aeaa0e7d41f: Waiting 11:16:32 4205964961e1: Layer already exists 11:16:32 ee6eae67fb29: Layer already exists 11:16:32 a8d95f9b6cb0: Layer already exists 11:16:32 5e7a42c6671d: Layer already exists 11:16:32 b8be3f67eea9: Layer already exists 11:16:32 4aeaa0e7d41f: Layer already exists 11:16:32 541e0eb45536: Layer already exists 11:16:32 latest: digest: sha256:3265e175dfffd5f1a48d2c7be53e89cb0559433274350295a071559e4f7eb333 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:16:32 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:16:33 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.81 11:16:33 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 11:16:33 4205964961e1: Preparing 11:16:33 5e7a42c6671d: Preparing 11:16:33 b8be3f67eea9: Preparing 11:16:33 ee6eae67fb29: Preparing 11:16:33 a8d95f9b6cb0: Preparing 11:16:33 541e0eb45536: Preparing 11:16:33 4aeaa0e7d41f: Preparing 11:16:33 541e0eb45536: Waiting 11:16:33 4aeaa0e7d41f: Waiting 11:16:33 b8be3f67eea9: Layer already exists 11:16:33 5e7a42c6671d: Layer already exists 11:16:33 4205964961e1: Layer already exists 11:16:33 ee6eae67fb29: Layer already exists 11:16:33 a8d95f9b6cb0: Layer already exists 11:16:33 4aeaa0e7d41f: Layer already exists 11:16:33 541e0eb45536: Layer already exists 11:16:33 3.2.0-dev.81: digest: sha256:3265e175dfffd5f1a48d2c7be53e89cb0559433274350295a071559e4f7eb333 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:16:33 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:16:34 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 11:16:34 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 11:16:34 4205964961e1: Preparing 11:16:34 5e7a42c6671d: Preparing 11:16:34 b8be3f67eea9: Preparing 11:16:34 ee6eae67fb29: Preparing 11:16:34 a8d95f9b6cb0: Preparing 11:16:34 541e0eb45536: Preparing 11:16:34 4aeaa0e7d41f: Preparing 11:16:34 541e0eb45536: Waiting 11:16:34 4aeaa0e7d41f: Waiting 11:16:34 4205964961e1: Layer already exists 11:16:34 ee6eae67fb29: Layer already exists 11:16:34 5e7a42c6671d: Layer already exists 11:16:34 b8be3f67eea9: Layer already exists 11:16:34 a8d95f9b6cb0: Layer already exists 11:16:34 541e0eb45536: Layer already exists 11:16:34 4aeaa0e7d41f: Layer already exists 11:16:34 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:3265e175dfffd5f1a48d2c7be53e89cb0559433274350295a071559e4f7eb333 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:16:34 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:16:34 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 11:16:34 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 11:16:34 4205964961e1: Preparing 11:16:34 5e7a42c6671d: Preparing 11:16:34 b8be3f67eea9: Preparing 11:16:34 ee6eae67fb29: Preparing 11:16:34 a8d95f9b6cb0: Preparing 11:16:34 541e0eb45536: Preparing 11:16:34 4aeaa0e7d41f: Preparing 11:16:34 541e0eb45536: Waiting 11:16:34 4aeaa0e7d41f: Waiting 11:16:34 b8be3f67eea9: Layer already exists 11:16:34 5e7a42c6671d: Layer already exists 11:16:34 ee6eae67fb29: Layer already exists 11:16:34 4205964961e1: Layer already exists 11:16:34 a8d95f9b6cb0: Layer already exists 11:16:34 541e0eb45536: Layer already exists 11:16:34 4aeaa0e7d41f: Layer already exists 11:16:35 main: digest: sha256:3265e175dfffd5f1a48d2c7be53e89cb0559433274350295a071559e4f7eb333 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:16:35 ===================================================== [Pipeline] echo 11:16:35 taggedImages: 11:16:35 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d 11:16:35 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 11:16:35 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.81 11:16:35 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 11:16:35 - 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 11:16:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:16:35 11:16:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:16:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:16:35 arm64: Pulling from edgex-lftools-log-publisher 11:16:35 8998bd30e6a1: Pulling fs layer 11:16:35 04944245beec: Pulling fs layer 11:16:35 699f458cf7ca: Pulling fs layer 11:16:35 765212b225bb: Pulling fs layer 11:16:35 f23df028b6ca: Pulling fs layer 11:16:35 d65c8cfc05b1: Pulling fs layer 11:16:35 2437ff75d9bd: Pulling fs layer 11:16:35 f23df028b6ca: Waiting 11:16:35 d65c8cfc05b1: Waiting 11:16:35 2437ff75d9bd: Waiting 11:16:35 765212b225bb: Waiting 11:16:36 04944245beec: Verifying Checksum 11:16:36 04944245beec: Download complete 11:16:36 765212b225bb: Verifying Checksum 11:16:36 765212b225bb: Download complete 11:16:36 f23df028b6ca: Verifying Checksum 11:16:36 f23df028b6ca: Download complete 11:16:36 d65c8cfc05b1: Verifying Checksum 11:16:36 d65c8cfc05b1: Download complete 11:16:36 699f458cf7ca: Verifying Checksum 11:16:36 699f458cf7ca: Download complete 11:16:36 8998bd30e6a1: Download complete 11:16:39 2437ff75d9bd: Verifying Checksum 11:16:41 8998bd30e6a1: Pull complete 11:16:42 04944245beec: Pull complete 11:16:43 699f458cf7ca: Pull complete 11:16:44 765212b225bb: Pull complete 11:16:45 f23df028b6ca: Pull complete 11:16:45 d65c8cfc05b1: Pull complete 11:17:03 2437ff75d9bd: Pull complete 11:17:03 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 11:17:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:17:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:17:03 prd-ubuntu20.04-docker-arm64-4c-16g-10987 does not seem to be running inside a container 11:17:03 $ 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/703 -v /w/workspace/edgex-go/703:/w/workspace/edgex-go/703:rw,z -v /w/workspace/edgex-go/703@tmp:/w/workspace/edgex-go/703@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 11:17:06 $ docker top f2bb78645ddc5d95072fe7297902836a2090a83d01bcb3f46349f9b172bbe17f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:17:07 ---> job-cost.sh 11:17:07 lf-activate-venv: SKIPPING 11:17:07 INFO: No Stack... 11:17:09 INFO: Retrieving Pricing Info for: v3-standard-4 11:17:10 INFO: Archiving Costs [Pipeline] sh 11:17:10 + cut -d, -f6 11:17:10 + cat /w/workspace/edgex-go/703/archives/cost.csv [Pipeline] lock 11:17:10 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-703-stack-cost] 11:17:10 Resource [jenkins-edgexfoundry-edgex-go-main-703-stack-cost] did not exist. Created. 11:17:11 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-703-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:17:11 + echo total: 0.10999999940395355 [Pipeline] stash 11:17:12 Stashed 1 file(s) [Pipeline] } 11:17:12 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-703-stack-cost] [Pipeline] // lock [Pipeline] } 11:17:12 $ docker stop --time=1 f2bb78645ddc5d95072fe7297902836a2090a83d01bcb3f46349f9b172bbe17f 11:17:13 $ docker rm -f --volumes f2bb78645ddc5d95072fe7297902836a2090a83d01bcb3f46349f9b172bbe17f [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 11:17:14 provisioning config files... 11:17:14 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/703@tmp/config8078495550724036460tmp [Pipeline] { [Pipeline] sh 11:17:14 + set +x 11:17:14 + bash -s -- 11:17:14 + curl -s https://codecov.io/bash 11:17:14 11:17:14 _____ _ 11:17:14 / ____| | | 11:17:14 | | ___ __| | ___ ___ _____ __ 11:17:14 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 11:17:14 | |___| (_) | (_| | __/ (_| (_) \ V / 11:17:14 \_____\___/ \__,_|\___|\___\___/ \_/ 11:17:14 Bash-1.0.6 11:17:14 11:17:14 11:17:14 ==> git version 2.25.1 found 11:17:14 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 11:17:14 Release-Date: 2020-01-08 11:17:14 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 11:17:14 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 11:17:14 ==> Jenkins CI detected. 11:17:14 current dir:  /w/workspace/edgex-go/703 11:17:14 project root: . 11:17:14 --> token set from env 11:17:14 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 11:17:14 ==> Running gcov in . (disable via -X gcov) 11:17:14 ==> Python coveragepy not found 11:17:14 ==> Searching for coverage reports in: 11:17:14 + . 11:17:14 -> Found 1 reports 11:17:14 ==> Detecting git/mercurial file structure 11:17:14 ==> Reading reports 11:17:14 + ./coverage.out bytes=601312 11:17:14 ==> Appending adjustments 11:17:14 https://docs.codecov.io/docs/fixing-reports 11:17:16 + Found adjustments 11:17:16 ==> Gzipping contents 11:17:16 72K /tmp/codecov.pW0XyC.gz 11:17:16 ==> Uploading reports 11:17:16 url: https://codecov.io 11:17:16 query: branch=main&commit=08e30e9824952b0f8cde611c7e69c4c853d0027d&build=703&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F703%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 11:17:16 -> Pinging Codecov 11:17:16 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=08e30e9824952b0f8cde611c7e69c4c853d0027d&build=703&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F703%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 11:17:16 -> Uploading to 11:17:16 https://storage.googleapis.com/codecov/shelter/v4/github/edgexfoundry/edgex-go/08e30e9824952b0f8cde611c7e69c4c853d0027d/57fec042-ce21-4e2d-9d9d-751f327fd1ab.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20240924%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20240924T111716Z&X-Amz-Expires=30&X-Amz-SignedHeaders=host&X-Amz-Signature=1e49c90209accc33ba499cefe52e59eb26c7c92817de0990aefef9f541b509ea 11:17:16 % Total % Received % Xferd Average Speed Time Time Time Current 11:17:16 Dload Upload Total Spent Left Speed 11:17:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 72712 0 0 100 72712 0 246k --:--:-- --:--:-- --:--:-- 245k 11:17:16 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } 11:17:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 11:17:17 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 11:17:17 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:17:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 11:17:17 11:17:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:17:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 11:17:17 latest: Pulling from edgex-devops/edgex-snyk-go 11:17:17 619be1103602: Already exists 11:17:17 f8ea3408117e: Pulling fs layer 11:17:17 91320369b822: Pulling fs layer 11:17:17 0406650e8295: Pulling fs layer 11:17:17 4f4fb700ef54: Pulling fs layer 11:17:17 96d80e3f36e1: Pulling fs layer 11:17:17 bcf3aedb951c: Pulling fs layer 11:17:17 4f4fb700ef54: Waiting 11:17:17 96d80e3f36e1: Waiting 11:17:17 bcf3aedb951c: Waiting 11:17:17 0406650e8295: Download complete 11:17:17 f8ea3408117e: Download complete 11:17:17 4f4fb700ef54: Verifying Checksum 11:17:17 4f4fb700ef54: Download complete 11:17:17 f8ea3408117e: Pull complete 11:17:18 96d80e3f36e1: Verifying Checksum 11:17:18 96d80e3f36e1: Download complete 11:17:18 91320369b822: Verifying Checksum 11:17:18 91320369b822: Download complete 11:17:18 bcf3aedb951c: Verifying Checksum 11:17:21 91320369b822: Pull complete 11:17:21 0406650e8295: Pull complete 11:17:21 4f4fb700ef54: Pull complete 11:17:21 96d80e3f36e1: Pull complete 11:17:25 bcf3aedb951c: Pull complete 11:17:25 Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 11:17:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 11:17:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:17:25 prd-ubuntu20.04-docker-8c-8g-10986 does not seem to be running inside a container 11:17:25 $ 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/703 -v /w/workspace/edgex-go/703:/w/workspace/edgex-go/703:rw,z -v /w/workspace/edgex-go/703@tmp:/w/workspace/edgex-go/703@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 11:17:31 $ docker top 77c50f770522daefc177c07e418c8d72b871afa3c21ec4f606b567954681cea9 -eo pid,comm [Pipeline] { [Pipeline] sh 11:17:31 + git config --global --add safe.directory /w/workspace/edgex-go/703 [Pipeline] echo 11:17:31 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 11:17:31 + set -o pipefail 11:17:31 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 11:17:39 11:17:39 Monitoring /w/workspace/edgex-go/703 (github.com/edgexfoundry/edgex-go)... 11:17:39 11:17:39 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/01f26077-5984-4aa5-8f0a-4aa9426eb9e3 11:17:39 11:17:39 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 11:17:39 11:17:39 11:17:39 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 11:17:39 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 11:17:39 $ docker stop --time=1 77c50f770522daefc177c07e418c8d72b871afa3c21ec4f606b567954681cea9 11:17:46 $ docker rm -f --volumes 77c50f770522daefc177c07e418c8d72b871afa3c21ec4f606b567954681cea9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 11:17:47 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:17:47 provisioning config files... 11:17:47 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/703@tmp/config2879839511087658577tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:17:47 --> edgex-publish-swagger.sh 11:17:47 === Publish openapi/v3 API === 11:17:47 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 11:17:47 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/703/openapi/v3/core-command.yaml] 11:17:47 % Total % Received % Xferd Average Speed Time Time Time Current 11:17:47 Dload Upload Total Spent Left Speed 11:17:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 72366 --:--:-- --:--:-- --:--:-- 72207 11:17:47 11:17:47 11:17:47 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/703/openapi/v3/core-data.yaml] 11:17:47 % Total % Received % Xferd Average Speed Time Time Time Current 11:17:47 Dload Upload Total Spent Left Speed 11:17:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 72043 0 0 100 72043 0 163k --:--:-- --:--:-- --:--:-- 163k 11:17:49 11:17:49 11:17:49 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/703/openapi/v3/core-keeper.yaml] 11:17:49 % Total % Received % Xferd Average Speed Time Time Time Current 11:17:49 Dload Upload Total Spent Left Speed 11:17:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32887 100 66 100 32821 64 32209 0:00:01 0:00:01 --:--:-- 32273 11:17:49 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 11:17:49 11:17:49 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/703/openapi/v3/core-metadata.yaml] 11:17:49 % Total % Received % Xferd Average Speed Time Time Time Current 11:17:49 Dload Upload Total Spent Left Speed 11:17:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 148k 0 0 100 148k 0 1673k --:--:-- --:--:-- --:--:-- 1654k 100 149k 100 156 100 148k 427 407k --:--:-- --:--:-- --:--:-- 407k 11:17:49 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 11:17:49 11:17:49 [publishToSwagger] Publishing API Name [support-cron-scheduler] [/w/workspace/edgex-go/703/openapi/v3/support-cron-scheduler.yaml] 11:17:49 % Total % Received % Xferd Average Speed Time Time Time Current 11:17:49 Dload Upload Total Spent Left Speed 11:17:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 48523 100 66 100 48457 265 190k --:--:-- --:--:-- --:--:-- 190k 11:17:50 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 11:17:50 11:17:50 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/703/openapi/v3/support-notifications.yaml] 11:17:50 % Total % Received % Xferd Average Speed Time Time Time Current 11:17:50 Dload Upload Total Spent Left Speed 11:17:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87457 100 156 100 87301 443 242k --:--:-- --:--:-- --:--:-- 242k 11:17:50 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 11:17:50 11:17:50 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/703/openapi/v3/support-scheduler.yaml] 11:17:50 % Total % Received % Xferd Average Speed Time Time Time Current 11:17:50 Dload Upload Total Spent Left Speed 11:17:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 36954 0 0 100 36954 0 176k --:--:-- --:--:-- --:--:-- 176k 100 37110 100 156 100 36954 441 102k --:--:-- --:--:-- --:--:-- 102k 11:17:50 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 11:17:50 [Pipeline] } 11:17:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 11:17:51 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:17:51 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:17:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:17:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:17:51 prd-ubuntu20.04-docker-8c-8g-10986 does not seem to be running inside a container 11:17:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/703 -v /w/workspace/edgex-go/703:/w/workspace/edgex-go/703:rw,z -v /w/workspace/edgex-go/703@tmp:/w/workspace/edgex-go/703@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:17:52 $ docker top b8232560cd5edaba3b0554ded0e66460f6d8af955021be9b2c8c6f0847d43a81 -eo pid,comm 11:17:52 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). 11:17:52 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:17:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:17:52 [ssh-agent] Looking for ssh-agent implementation... 11:17:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:17:52 $ docker exec b8232560cd5edaba3b0554ded0e66460f6d8af955021be9b2c8c6f0847d43a81 ssh-agent 11:17:52 SSH_AUTH_SOCK=/tmp/ssh-R6IgXobyTmWM/agent.32 11:17:52 SSH_AGENT_PID=38 11:17:52 Running ssh-add (command line suppressed) 11:17:52 Identity added: /w/workspace/edgex-go/703@tmp/private_key_7098820998442913995.key (/w/workspace/edgex-go/703@tmp/private_key_7098820998442913995.key) 11:17:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:17:53 + git semver tag 11:17:53 2024-09-24 11:17:53,354 [run_tag] DEBUG tag force:False 11:17:53 2024-09-24 11:17:53,354 [check_head_tag] DEBUG check head tag 11:17:53 2024-09-24 11:17:53,356 [execute] INFO git cat-file --batch-check 11:17:53 2024-09-24 11:17:53,356 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/703, universal_newlines=False, shell=None, istream=) 11:17:53 2024-09-24 11:17:53,360 [execute] INFO git cat-file --batch 11:17:53 2024-09-24 11:17:53,360 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/703, universal_newlines=False, shell=None, istream=) 11:17:53 2024-09-24 11:17:53,404 [read_version] DEBUG read version from /w/workspace/edgex-go/703/.semver/main 11:17:53 2024-09-24 11:17:53,404 [execute] INFO git tag -a v3.2.0-dev.81 -m v3.2.0-dev.81 11:17:53 2024-09-24 11:17:53,405 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.81', '-m', 'v3.2.0-dev.81'], cwd=/w/workspace/edgex-go/703, universal_newlines=False, shell=None, istream=None) 11:17:53 2024-09-24 11:17:53,410 [read_version] DEBUG read version from /w/workspace/edgex-go/703/.semver/main 11:17:53 3.2.0-dev.81 [Pipeline] } 11:17:53 $ docker exec --env ******** --env ******** b8232560cd5edaba3b0554ded0e66460f6d8af955021be9b2c8c6f0847d43a81 ssh-agent -k 11:17:53 unset SSH_AUTH_SOCK; 11:17:53 unset SSH_AGENT_PID; 11:17:53 echo Agent pid 38 killed; 11:17:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:17:54 + git semver [Pipeline] } 11:17:54 $ docker stop --time=1 b8232560cd5edaba3b0554ded0e66460f6d8af955021be9b2c8c6f0847d43a81 11:17:55 $ docker rm -f --volumes b8232560cd5edaba3b0554ded0e66460f6d8af955021be9b2c8c6f0847d43a81 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:17:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:17:56 11:17:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:17:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:17:56 0.23.1-centos7: Pulling from edgex-lftools 11:17:56 ab5ef0e58194: Pulling fs layer 11:17:56 9712f1f96733: Pulling fs layer 11:17:56 63f879dbbcfc: Pulling fs layer 11:17:56 0d9ebad4ef96: Pulling fs layer 11:17:56 e9a5061849ea: Pulling fs layer 11:17:56 d747dcd14b5f: Pulling fs layer 11:17:56 2de7ff778b66: Pulling fs layer 11:17:56 e9a5061849ea: Waiting 11:17:56 0d9ebad4ef96: Waiting 11:17:56 2de7ff778b66: Waiting 11:17:56 9712f1f96733: Verifying Checksum 11:17:56 9712f1f96733: Download complete 11:17:56 63f879dbbcfc: Verifying Checksum 11:17:56 63f879dbbcfc: Download complete 11:17:56 e9a5061849ea: Verifying Checksum 11:17:56 e9a5061849ea: Download complete 11:17:56 ab5ef0e58194: Verifying Checksum 11:17:56 ab5ef0e58194: Download complete 11:17:56 0d9ebad4ef96: Verifying Checksum 11:17:56 0d9ebad4ef96: Download complete 11:17:56 d747dcd14b5f: Verifying Checksum 11:17:56 d747dcd14b5f: Download complete 11:17:56 2de7ff778b66: Verifying Checksum 11:17:56 2de7ff778b66: Download complete 11:17:59 ab5ef0e58194: Pull complete 11:17:59 9712f1f96733: Pull complete 11:17:59 63f879dbbcfc: Pull complete 11:18:03 0d9ebad4ef96: Pull complete 11:18:03 e9a5061849ea: Pull complete 11:18:03 d747dcd14b5f: Pull complete 11:18:05 2de7ff778b66: Pull complete 11:18:05 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 11:18:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:18:05 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:18:06 prd-ubuntu20.04-docker-8c-8g-10986 does not seem to be running inside a container 11:18:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/703 -v /w/workspace/edgex-go/703:/w/workspace/edgex-go/703:rw,z -v /w/workspace/edgex-go/703@tmp:/w/workspace/edgex-go/703@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 11:18:14 $ docker top 7651965a40a241c6086145e108dd4232716fd340408123b2551d52af85f77745 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 11:18:14 provisioning config files... 11:18:14 copy managed file [sigul-config] to file:/w/workspace/edgex-go/703@tmp/config14715220748701400970tmp 11:18:14 copy managed file [sigul-password] to file:/w/workspace/edgex-go/703@tmp/config29150202049648913tmp 11:18:14 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/703@tmp/config13519053236461562016tmp [Pipeline] { [Pipeline] echo 11:18:14 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 11:18:14 ---> sigul-configuration.sh 11:18:14 gpg: directory `/root/.gnupg' created 11:18:14 gpg: new configuration file `/root/.gnupg/gpg.conf' created 11:18:14 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 11:18:14 gpg: keyring `/root/.gnupg/secring.gpg' created 11:18:14 gpg: keyring `/root/.gnupg/pubring.gpg' created 11:18:14 gpg: CAST5 encrypted data 11:18:14 gpg: encrypted with 1 passphrase 11:18:14 gpg: WARNING: message was not integrity protected [Pipeline] sh 11:18:14 + mkdir /home/jenkins 11:18:14 + mkdir /home/jenkins/sigul [Pipeline] sh 11:18:15 + 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 11:18:15 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 11:18:15 ---> sigul-install.sh 11:18:15 Sigul already installed; skipping installation. [Pipeline] sh 11:18:15 + git tag --list 11:18:15 0.6.0 11:18:15 0.6.1 11:18:15 0.7.0 11:18:15 0.7.1 11:18:15 v1.0.0 11:18:15 v1.0.1 11:18:15 v1.1.0 11:18:15 v1.2.0 11:18:15 v1.2.1 11:18:15 v1.3.0 11:18:15 v1.3.1 11:18:15 v2.0.0 11:18:15 v2.1.0 11:18:15 v2.1.1 11:18:15 v2.2.0 11:18:15 v2.3.0 11:18:15 v3.0 11:18:15 v3.0.0 11:18:15 v3.1 11:18:15 v3.1.0 11:18:15 v3.1.0-dev.1 11:18:15 v3.1.0-dev.10 11:18:15 v3.1.0-dev.11 11:18:15 v3.1.0-dev.12 11:18:15 v3.1.0-dev.13 11:18:15 v3.1.0-dev.14 11:18:15 v3.1.0-dev.15 11:18:15 v3.1.0-dev.16 11:18:15 v3.1.0-dev.17 11:18:15 v3.1.0-dev.18 11:18:15 v3.1.0-dev.19 11:18:15 v3.1.0-dev.2 11:18:15 v3.1.0-dev.20 11:18:15 v3.1.0-dev.21 11:18:15 v3.1.0-dev.22 11:18:15 v3.1.0-dev.23 11:18:15 v3.1.0-dev.24 11:18:15 v3.1.0-dev.25 11:18:15 v3.1.0-dev.26 11:18:15 v3.1.0-dev.27 11:18:15 v3.1.0-dev.28 11:18:15 v3.1.0-dev.29 11:18:15 v3.1.0-dev.3 11:18:15 v3.1.0-dev.30 11:18:15 v3.1.0-dev.31 11:18:15 v3.1.0-dev.32 11:18:15 v3.1.0-dev.33 11:18:15 v3.1.0-dev.34 11:18:15 v3.1.0-dev.35 11:18:15 v3.1.0-dev.36 11:18:15 v3.1.0-dev.37 11:18:15 v3.1.0-dev.38 11:18:15 v3.1.0-dev.39 11:18:15 v3.1.0-dev.4 11:18:15 v3.1.0-dev.40 11:18:15 v3.1.0-dev.41 11:18:15 v3.1.0-dev.42 11:18:15 v3.1.0-dev.43 11:18:15 v3.1.0-dev.44 11:18:15 v3.1.0-dev.45 11:18:15 v3.1.0-dev.46 11:18:15 v3.1.0-dev.47 11:18:15 v3.1.0-dev.48 11:18:15 v3.1.0-dev.49 11:18:15 v3.1.0-dev.5 11:18:15 v3.1.0-dev.50 11:18:15 v3.1.0-dev.51 11:18:15 v3.1.0-dev.52 11:18:15 v3.1.0-dev.53 11:18:15 v3.1.0-dev.54 11:18:15 v3.1.0-dev.55 11:18:15 v3.1.0-dev.56 11:18:15 v3.1.0-dev.57 11:18:15 v3.1.0-dev.58 11:18:15 v3.1.0-dev.59 11:18:15 v3.1.0-dev.6 11:18:15 v3.1.0-dev.60 11:18:15 v3.1.0-dev.61 11:18:15 v3.1.0-dev.62 11:18:15 v3.1.0-dev.63 11:18:15 v3.1.0-dev.64 11:18:15 v3.1.0-dev.65 11:18:15 v3.1.0-dev.66 11:18:15 v3.1.0-dev.67 11:18:15 v3.1.0-dev.68 11:18:15 v3.1.0-dev.69 11:18:15 v3.1.0-dev.7 11:18:15 v3.1.0-dev.70 11:18:15 v3.1.0-dev.71 11:18:15 v3.1.0-dev.72 11:18:15 v3.1.0-dev.73 11:18:15 v3.1.0-dev.8 11:18:15 v3.1.0-dev.9 11:18:15 v3.1.1 11:18:15 v3.1.1-dev.1 11:18:15 v3.1.1-dev.2 11:18:15 v3.2.0-dev.1 11:18:15 v3.2.0-dev.10 11:18:15 v3.2.0-dev.11 11:18:15 v3.2.0-dev.12 11:18:15 v3.2.0-dev.13 11:18:15 v3.2.0-dev.14 11:18:15 v3.2.0-dev.15 11:18:15 v3.2.0-dev.16 11:18:15 v3.2.0-dev.17 11:18:15 v3.2.0-dev.18 11:18:15 v3.2.0-dev.19 11:18:15 v3.2.0-dev.2 11:18:15 v3.2.0-dev.20 11:18:15 v3.2.0-dev.21 11:18:15 v3.2.0-dev.22 11:18:15 v3.2.0-dev.23 11:18:15 v3.2.0-dev.24 11:18:15 v3.2.0-dev.25 11:18:15 v3.2.0-dev.26 11:18:15 v3.2.0-dev.27 11:18:15 v3.2.0-dev.28 11:18:15 v3.2.0-dev.29 11:18:15 v3.2.0-dev.3 11:18:15 v3.2.0-dev.30 11:18:15 v3.2.0-dev.31 11:18:15 v3.2.0-dev.32 11:18:15 v3.2.0-dev.33 11:18:15 v3.2.0-dev.34 11:18:15 v3.2.0-dev.35 11:18:15 v3.2.0-dev.36 11:18:15 v3.2.0-dev.37 11:18:15 v3.2.0-dev.38 11:18:15 v3.2.0-dev.39 11:18:15 v3.2.0-dev.4 11:18:15 v3.2.0-dev.40 11:18:15 v3.2.0-dev.41 11:18:15 v3.2.0-dev.42 11:18:15 v3.2.0-dev.43 11:18:15 v3.2.0-dev.44 11:18:15 v3.2.0-dev.45 11:18:15 v3.2.0-dev.46 11:18:15 v3.2.0-dev.47 11:18:15 v3.2.0-dev.48 11:18:15 v3.2.0-dev.49 11:18:15 v3.2.0-dev.5 11:18:15 v3.2.0-dev.50 11:18:15 v3.2.0-dev.51 11:18:15 v3.2.0-dev.52 11:18:15 v3.2.0-dev.53 11:18:15 v3.2.0-dev.54 11:18:15 v3.2.0-dev.55 11:18:15 v3.2.0-dev.56 11:18:15 v3.2.0-dev.57 11:18:15 v3.2.0-dev.58 11:18:15 v3.2.0-dev.59 11:18:15 v3.2.0-dev.6 11:18:15 v3.2.0-dev.60 11:18:15 v3.2.0-dev.61 11:18:15 v3.2.0-dev.62 11:18:15 v3.2.0-dev.63 11:18:15 v3.2.0-dev.64 11:18:15 v3.2.0-dev.65 11:18:15 v3.2.0-dev.66 11:18:15 v3.2.0-dev.67 11:18:15 v3.2.0-dev.68 11:18:15 v3.2.0-dev.69 11:18:15 v3.2.0-dev.7 11:18:15 v3.2.0-dev.70 11:18:15 v3.2.0-dev.71 11:18:15 v3.2.0-dev.72 11:18:15 v3.2.0-dev.73 11:18:15 v3.2.0-dev.74 11:18:15 v3.2.0-dev.75 11:18:15 v3.2.0-dev.76 11:18:15 v3.2.0-dev.77 11:18:15 v3.2.0-dev.78 11:18:15 v3.2.0-dev.79 11:18:15 v3.2.0-dev.8 11:18:15 v3.2.0-dev.80 11:18:15 v3.2.0-dev.81 11:18:15 v3.2.0-dev.9 [Pipeline] sh 11:18:16 + lftools sign git-tag v3.2.0-dev.81 11:18:16 Signing Git tag with Sigul... 11:18:16 Signing v3.2.0-dev.81 [Pipeline] echo 11:18:16 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 11:18:17 ---> sigul-configuration-cleanup.sh [Pipeline] } 11:18:17 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 11:18:17 $ docker stop --time=1 7651965a40a241c6086145e108dd4232716fd340408123b2551d52af85f77745 11:18:18 $ docker rm -f --volumes 7651965a40a241c6086145e108dd4232716fd340408123b2551d52af85f77745 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 11:18:19 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:18:19 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:18:19 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:18:19 prd-ubuntu20.04-docker-8c-8g-10986 does not seem to be running inside a container 11:18:19 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/703 -v /w/workspace/edgex-go/703:/w/workspace/edgex-go/703:rw,z -v /w/workspace/edgex-go/703@tmp:/w/workspace/edgex-go/703@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:18:19 $ docker top 387e2c0c8e38a1015c9e3c42185d7ecada27cd885efd49bd12e6c34f36255cf5 -eo pid,comm 11:18:19 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). 11:18:19 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:18:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:18:20 [ssh-agent] Looking for ssh-agent implementation... 11:18:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:18:20 $ docker exec 387e2c0c8e38a1015c9e3c42185d7ecada27cd885efd49bd12e6c34f36255cf5 ssh-agent 11:18:20 SSH_AUTH_SOCK=/tmp/ssh-ddCMuqu7xOZR/agent.14 11:18:20 SSH_AGENT_PID=20 11:18:20 Running ssh-add (command line suppressed) 11:18:20 Identity added: /w/workspace/edgex-go/703@tmp/private_key_3251194715709102613.key (/w/workspace/edgex-go/703@tmp/private_key_3251194715709102613.key) 11:18:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:18:20 + git semver bump pre 11:18:21 2024-09-24 11:18:21,033 [read_version] DEBUG read version from /w/workspace/edgex-go/703/.semver/main 11:18:21 2024-09-24 11:18:21,033 [bump_version] DEBUG bumping version:3.2.0-dev.81 on axis:pre with prefix:dev 11:18:21 2024-09-24 11:18:21,034 [bump_version] DEBUG bumped version:3.2.0-dev.82 11:18:21 2024-09-24 11:18:21,034 [write_version] DEBUG write version:3.2.0-dev.82 to path:/w/workspace/edgex-go/703/.semver/main with force:True 11:18:21 2024-09-24 11:18:21,034 [read_version] DEBUG read version from /w/workspace/edgex-go/703/.semver/main 11:18:21 2024-09-24 11:18:21,034 [write_file] DEBUG write to file:/w/workspace/edgex-go/703/.semver/main 11:18:21 2024-09-24 11:18:21,035 [execute] INFO git cat-file --batch-check 11:18:21 2024-09-24 11:18:21,036 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/703/.semver, universal_newlines=False, shell=None, istream=) 11:18:21 2024-09-24 11:18:21,040 [execute] INFO git cat-file --batch 11:18:21 2024-09-24 11:18:21,040 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/703/.semver, universal_newlines=False, shell=None, istream=) 11:18:21 2024-09-24 11:18:21,045 [read_version] DEBUG read version from /w/workspace/edgex-go/703/.semver/main 11:18:21 3.2.0-dev.82 [Pipeline] } 11:18:21 $ docker exec --env ******** --env ******** 387e2c0c8e38a1015c9e3c42185d7ecada27cd885efd49bd12e6c34f36255cf5 ssh-agent -k 11:18:21 unset SSH_AUTH_SOCK; 11:18:21 unset SSH_AGENT_PID; 11:18:21 echo Agent pid 20 killed; 11:18:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:18:21 + git semver [Pipeline] } 11:18:22 $ docker stop --time=1 387e2c0c8e38a1015c9e3c42185d7ecada27cd885efd49bd12e6c34f36255cf5 11:18:23 $ docker rm -f --volumes 387e2c0c8e38a1015c9e3c42185d7ecada27cd885efd49bd12e6c34f36255cf5 [Pipeline] // withDockerContainer [Pipeline] sh 11:18:23 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:18:23 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:18:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:18:24 prd-ubuntu20.04-docker-8c-8g-10986 does not seem to be running inside a container 11:18:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/703 -v /w/workspace/edgex-go/703:/w/workspace/edgex-go/703:rw,z -v /w/workspace/edgex-go/703@tmp:/w/workspace/edgex-go/703@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:18:24 $ docker top 14b83492e6bdd5bb70c0dc1a08d433f06c1f55f86be4aeaaefbe1c59ca72ce82 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:18:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:18:24 [ssh-agent] Looking for ssh-agent implementation... 11:18:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:18:24 $ docker exec 14b83492e6bdd5bb70c0dc1a08d433f06c1f55f86be4aeaaefbe1c59ca72ce82 ssh-agent 11:18:25 SSH_AUTH_SOCK=/tmp/ssh-EiysC6Q70GDT/agent.32 11:18:25 SSH_AGENT_PID=38 11:18:25 Running ssh-add (command line suppressed) 11:18:25 Identity added: /w/workspace/edgex-go/703@tmp/private_key_2232786991836284757.key (/w/workspace/edgex-go/703@tmp/private_key_2232786991836284757.key) 11:18:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:18:25 + git semver push 11:18:25 2024-09-24 11:18:25,749 [run_push] DEBUG push 11:18:25 2024-09-24 11:18:25,750 [execute] INFO git cat-file --batch-check 11:18:25 2024-09-24 11:18:25,750 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/703/.semver, universal_newlines=False, shell=None, istream=) 11:18:25 2024-09-24 11:18:25,754 [execute] INFO git rev-list 07ca89f131343bf68a2ab7364bcf7e77d4b9009c -- 11:18:25 2024-09-24 11:18:25,754 [execute] DEBUG Popen(['git', 'rev-list', '07ca89f131343bf68a2ab7364bcf7e77d4b9009c', '--'], cwd=/w/workspace/edgex-go/703/.semver, universal_newlines=False, shell=None, istream=None) 11:18:25 2024-09-24 11:18:25,771 [execute] INFO git fetch -v origin 11:18:25 2024-09-24 11:18:25,771 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/703/.semver, universal_newlines=True, shell=None, istream=None) 11:18:26 2024-09-24 11:18:26,227 [run_push] DEBUG no remote changes detected 11:18:26 2024-09-24 11:18:26,227 [execute] INFO git push origin semver 11:18:26 2024-09-24 11:18:26,228 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/703/.semver, universal_newlines=False, shell=None, istream=None) 11:18:26 2024-09-24 11:18:26,975 [run_push] DEBUG push all version tags 11:18:26 2024-09-24 11:18:26,976 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 11:18:27 2024-09-24 11:18:26,976 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/703, universal_newlines=False, shell=None, istream=None) 11:18:27 2024-09-24 11:18:27,648 [read_version] DEBUG read version from /w/workspace/edgex-go/703/.semver/main 11:18:27 3.2.0-dev.82 [Pipeline] } 11:18:27 $ docker exec --env ******** --env ******** 14b83492e6bdd5bb70c0dc1a08d433f06c1f55f86be4aeaaefbe1c59ca72ce82 ssh-agent -k 11:18:27 unset SSH_AUTH_SOCK; 11:18:27 unset SSH_AGENT_PID; 11:18:27 echo Agent pid 38 killed; 11:18:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:18:28 + git semver [Pipeline] } 11:18:28 $ docker stop --time=1 14b83492e6bdd5bb70c0dc1a08d433f06c1f55f86be4aeaaefbe1c59ca72ce82 11:18:29 $ docker rm -f --volumes 14b83492e6bdd5bb70c0dc1a08d433f06c1f55f86be4aeaaefbe1c59ca72ce82 [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 11:18:30 + [ -d /w/workspace/edgex-go/703/archives ] [Pipeline] libraryResource [Pipeline] sh 11:18:30 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:18:31 ---> package-listing.sh 11:18:31 ++ facter osfamily 11:18:31 ++ tr '[:upper:]' '[:lower:]' 11:18:31 + OS_FAMILY=debian 11:18:31 + workspace=/w/workspace/edgex-go/703 11:18:31 + START_PACKAGES=/tmp/packages_start.txt 11:18:31 + END_PACKAGES=/tmp/packages_end.txt 11:18:31 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:18:31 + PACKAGES=/tmp/packages_start.txt 11:18:31 + '[' /w/workspace/edgex-go/703 ']' 11:18:31 + PACKAGES=/tmp/packages_end.txt 11:18:31 + case "${OS_FAMILY}" in 11:18:31 + dpkg -l 11:18:31 + grep '^ii' 11:18:31 + '[' -f /tmp/packages_start.txt ']' 11:18:31 + '[' -f /tmp/packages_end.txt ']' 11:18:31 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:18:31 + '[' /w/workspace/edgex-go/703 ']' 11:18:31 + mkdir -p /w/workspace/edgex-go/703/archives/ 11:18:31 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/703/archives/ [Pipeline] echo 11:18:31 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/703/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 11:18:32 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:18:32 11:18:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:18:32 latest: Pulling from edgex-lftools-log-publisher 11:18:32 5eb5b503b376: Pulling fs layer 11:18:32 5c69ac0246d0: Pulling fs layer 11:18:32 ec43610c2a17: Pulling fs layer 11:18:32 3a2ae6a8a46f: Pulling fs layer 11:18:32 33b1e0a273af: Pulling fs layer 11:18:32 5d3b04190fa2: Pulling fs layer 11:18:32 2f39f015ded8: Pulling fs layer 11:18:32 3a2ae6a8a46f: Waiting 11:18:32 33b1e0a273af: Waiting 11:18:32 5d3b04190fa2: Waiting 11:18:32 2f39f015ded8: Waiting 11:18:32 5c69ac0246d0: Download complete 11:18:32 3a2ae6a8a46f: Download complete 11:18:32 33b1e0a273af: Verifying Checksum 11:18:32 33b1e0a273af: Download complete 11:18:32 5d3b04190fa2: Verifying Checksum 11:18:32 5d3b04190fa2: Download complete 11:18:33 ec43610c2a17: Verifying Checksum 11:18:33 ec43610c2a17: Download complete 11:18:33 5eb5b503b376: Verifying Checksum 11:18:33 5eb5b503b376: Download complete 11:18:33 2f39f015ded8: Download complete 11:18:34 5eb5b503b376: Pull complete 11:18:35 5c69ac0246d0: Pull complete 11:18:35 ec43610c2a17: Pull complete 11:18:35 3a2ae6a8a46f: Pull complete 11:18:36 33b1e0a273af: Pull complete 11:18:36 5d3b04190fa2: Pull complete 11:18:41 2f39f015ded8: Pull complete 11:18:41 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 11:18:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:18:41 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:18:41 prd-ubuntu20.04-docker-8c-8g-10986 does not seem to be running inside a container 11:18:41 $ 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/703/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/703 -v /w/workspace/edgex-go/703:/w/workspace/edgex-go/703:rw,z -v /w/workspace/edgex-go/703@tmp:/w/workspace/edgex-go/703@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 11:19:30 $ docker top 024daf22e3940f42733b02e95633baba420b0b87b89389cbe4bf41100054d10a -eo pid,comm [Pipeline] { [Pipeline] sh 11:19:30 + touch /tmp/pre-build-complete [Pipeline] sh 11:19:30 + mkdir -p /var/log/sysstat [Pipeline] sh 11:19:30 + ls /var/log/sa-host 11:19:30 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:19:31 provisioning config files... 11:19:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/703@tmp/config14346888747374335253tmp [Pipeline] { [Pipeline] echo 11:19:31 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:19:31 ---> create-netrc.sh [Pipeline] } 11:19:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 11:19:31 ---> python-tools-install.sh [Pipeline] echo 11:19:31 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:19:32 ---> sudo-logs.sh 11:19:32 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 11:19:32 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:19:32 ---> job-cost.sh 11:19:32 lf-activate-venv: SKIPPING 11:19:32 DEBUG: total: 0.10999999940395355 11:19:32 INFO: Retrieving Stack Cost... 11:19:32 INFO: Retrieving Pricing Info for: v3-standard-8 11:19:33 INFO: Archiving Costs [Pipeline] echo 11:19:33 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:19:33 ---> logs-deploy.sh 11:19:33 lf-activate-venv: SKIPPING 11:19:33 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/703 11:19:33 INFO: archiving workspace using pattern(s): 11:19:34 Archives upload complete. 11:19:34 INFO: archiving logs to Nexus 11:19:35 ---> uname -a: 11:19:35 Linux prd-ubuntu20-04-docker-8c-8g-10986 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 11:19:35 11:19:35 11:19:35 ---> lscpu: 11:19:35 Architecture: x86_64 11:19:35 CPU op-mode(s): 32-bit, 64-bit 11:19:35 Byte Order: Little Endian 11:19:35 Address sizes: 40 bits physical, 48 bits virtual 11:19:35 CPU(s): 8 11:19:35 On-line CPU(s) list: 0-7 11:19:35 Thread(s) per core: 1 11:19:35 Core(s) per socket: 1 11:19:35 Socket(s): 8 11:19:35 NUMA node(s): 1 11:19:35 Vendor ID: AuthenticAMD 11:19:35 CPU family: 23 11:19:35 Model: 49 11:19:35 Model name: AMD EPYC-Rome Processor 11:19:35 Stepping: 0 11:19:35 CPU MHz: 2800.000 11:19:35 BogoMIPS: 5600.00 11:19:35 Virtualization: AMD-V 11:19:35 Hypervisor vendor: KVM 11:19:35 Virtualization type: full 11:19:35 L1d cache: 256 KiB 11:19:35 L1i cache: 256 KiB 11:19:35 L2 cache: 4 MiB 11:19:35 L3 cache: 128 MiB 11:19:35 NUMA node0 CPU(s): 0-7 11:19:35 Vulnerability Itlb multihit: Not affected 11:19:35 Vulnerability L1tf: Not affected 11:19:35 Vulnerability Mds: Not affected 11:19:35 Vulnerability Meltdown: Not affected 11:19:35 Vulnerability Mmio stale data: Not affected 11:19:35 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 11:19:35 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 11:19:35 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 11:19:35 Vulnerability Srbds: Not affected 11:19:35 Vulnerability Tsx async abort: Not affected 11:19:35 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 11:19:35 11:19:35 11:19:35 ---> nproc: 11:19:35 8 11:19:35 11:19:35 11:19:35 ---> df -h: 11:19:35 Filesystem Size Used Avail Use% Mounted on 11:19:35 overlay 155G 29G 127G 19% / 11:19:35 tmpfs 64M 0 64M 0% /dev 11:19:35 tmpfs 16G 0 16G 0% /sys/fs/cgroup 11:19:35 shm 64M 0 64M 0% /dev/shm 11:19:35 /dev/vda1 155G 29G 127G 19% /facter-os 11:19:35 11:19:35 11:19:35 ---> sar -b -r -n DEV: 11:19:35 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-10986) 09/24/24 _x86_64_ (8 CPU) 11:19:35 11:19:35 10:28:44 LINUX RESTART (8 CPU) 11:19:35 11:19:35 10:29:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 11:19:35 10:30:01 337.83 47.79 290.03 0.00 5384.57 93846.36 0.00 11:19:35 10:31:01 200.87 1.63 199.23 0.00 56.51 96306.83 0.00 11:19:35 10:32:01 44.58 0.00 44.58 0.00 0.00 66411.08 0.00 11:19:35 10:33:01 45.32 0.27 45.05 0.00 3.33 52908.23 0.00 11:19:35 10:34:01 200.88 0.45 200.43 0.00 51.06 112661.09 0.00 11:19:35 10:35:01 591.02 13.76 577.25 0.00 186.24 196779.47 0.00 11:19:35 10:36:01 370.97 0.53 370.44 0.00 4.26 162994.67 0.00 11:19:35 10:37:01 226.10 0.15 225.95 0.00 1.20 44469.91 0.00 11:19:35 10:38:01 319.55 0.02 319.53 0.00 0.13 94727.81 0.00 11:19:35 10:39:01 675.15 1.47 673.69 0.00 28.40 103110.68 0.00 11:19:35 10:40:01 79.54 5.22 74.32 0.00 4280.62 7515.81 0.00 11:19:35 10:41:01 23.28 0.07 23.21 0.00 9.20 626.86 0.00 11:19:35 10:42:01 1.15 0.00 1.15 0.00 0.00 11.86 0.00 11:19:35 10:43:01 1.58 0.00 1.58 0.00 0.00 17.33 0.00 11:19:35 10:44:01 1.78 0.02 1.77 0.00 0.13 18.26 0.00 11:19:35 10:45:01 1.50 0.00 1.50 0.00 0.00 17.99 0.00 11:19:35 10:46:01 0.97 0.00 0.97 0.00 0.00 11.06 0.00 11:19:35 10:47:01 1.58 0.00 1.58 0.00 0.00 18.66 0.00 11:19:35 10:48:01 0.97 0.00 0.97 0.00 0.00 10.40 0.00 11:19:35 10:49:01 1.80 0.00 1.80 0.00 0.00 20.80 0.00 11:19:35 10:50:01 0.97 0.00 0.97 0.00 0.00 10.66 0.00 11:19:35 10:51:01 1.15 0.00 1.15 0.00 0.00 13.06 0.00 11:19:35 10:52:01 1.12 0.00 1.12 0.00 0.00 12.93 0.00 11:19:35 10:53:01 1.55 0.00 1.55 0.00 0.00 17.33 0.00 11:19:35 10:54:01 1.23 0.00 1.23 0.00 0.00 13.73 0.00 11:19:35 10:55:01 0.97 0.00 0.97 0.00 0.00 12.13 0.00 11:19:35 10:56:01 1.17 0.00 1.17 0.00 0.00 12.66 0.00 11:19:35 10:57:01 1.47 0.00 1.47 0.00 0.00 17.87 0.00 11:19:35 10:58:01 1.10 0.00 1.10 0.00 0.00 11.60 0.00 11:19:35 10:59:01 1.52 0.00 1.52 0.00 0.00 17.60 0.00 11:19:35 11:00:01 1.08 0.00 1.08 0.00 0.00 12.13 0.00 11:19:35 11:01:01 1.27 0.00 1.27 0.00 0.00 14.93 0.00 11:19:35 11:02:01 1.08 0.00 1.08 0.00 0.00 12.00 0.00 11:19:35 11:03:02 0.95 0.00 0.95 0.00 0.00 12.53 0.00 11:19:35 11:04:01 1.49 0.00 1.49 0.00 0.00 15.86 0.00 11:19:35 11:05:01 1.13 0.00 1.13 0.00 0.00 14.13 0.00 11:19:35 11:06:01 1.43 0.00 1.43 0.00 0.00 16.26 0.00 11:19:35 11:07:01 0.95 0.00 0.95 0.00 0.00 11.73 0.00 11:19:35 11:08:01 1.53 0.00 1.53 0.00 0.00 17.06 0.00 11:19:35 11:09:01 2.73 1.53 1.20 0.00 37.59 17.73 0.00 11:19:35 11:10:01 1.52 0.00 1.52 0.00 0.00 17.87 0.00 11:19:35 11:11:01 1.10 0.00 1.10 0.00 0.00 13.60 0.00 11:19:35 11:12:01 1.20 0.00 1.20 0.00 0.00 13.20 0.00 11:19:35 11:13:01 1.05 0.00 1.05 0.00 0.00 13.33 0.00 11:19:35 11:14:01 1.22 0.00 1.22 0.00 0.00 13.06 0.00 11:19:35 11:15:01 1.43 0.00 1.43 0.00 0.00 15.86 0.00 11:19:35 11:16:01 1.20 0.00 1.20 0.00 0.00 14.00 0.00 11:19:35 11:17:01 1.08 0.02 1.07 0.00 0.13 12.13 0.00 11:19:35 11:18:01 116.01 0.45 115.56 0.00 12.66 40846.93 0.00 11:19:35 11:19:01 84.64 0.20 84.44 0.00 17.60 27086.95 0.00 11:19:35 Average: 67.29 1.47 65.81 0.00 201.52 22027.23 0.00 11:19:35 11:19:35 10:29:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 11:19:35 10:30:01 29572676 31583176 768680 2.34 60720 2236228 1932136 5.69 1004396 1965252 920 11:19:35 10:31:01 27498064 31118484 1192664 3.63 127492 3650988 2525912 7.44 1809264 3064784 367400 11:19:35 10:32:01 27565148 31399076 909996 2.77 131280 3831576 2028476 5.98 1421912 3356608 52116 11:19:35 10:33:01 26302008 31420516 886076 2.69 136004 5046316 1969296 5.80 1829008 4146960 738116 11:19:35 10:34:01 20711492 31413904 891020 2.71 147536 10496948 2650232 7.81 1844080 9591332 4583216 11:19:35 10:35:01 17278176 31394376 891968 2.71 316496 13419316 2557704 7.54 2561680 11962600 2370704 11:19:35 10:36:01 13366508 30319232 1914180 5.82 340628 15952812 6390616 18.83 3652624 14433896 104744 11:19:35 10:37:01 8452800 28200368 4013516 12.21 363668 18514348 11284888 33.26 6995212 15760828 1503220 11:19:35 10:38:01 7015892 29358400 2873360 8.74 376216 21039312 7725276 22.77 6800612 17366604 1808960 11:19:35 10:39:01 10024168 31398452 857688 2.61 397668 20257484 2277788 6.71 3079472 18330244 3976 11:19:35 10:40:01 9716420 31432876 821436 2.50 413780 20574892 2292804 6.76 3500748 18211304 560 11:19:35 10:41:01 9730984 31443880 810284 2.46 413324 20572164 2148528 6.33 3852864 17843032 68 11:19:35 10:42:01 9732276 31445200 808968 2.46 413344 20572168 2148528 6.33 3851644 17843036 164 11:19:35 10:43:01 9742852 31455808 798340 2.43 413372 20572168 2148528 6.33 3841204 17843036 196 11:19:35 10:44:01 9737020 31450136 804524 2.45 413396 20572172 2179832 6.42 3851168 17843040 4 11:19:35 10:45:01 9752888 31466036 789024 2.40 413428 20572176 2179832 6.42 3830972 17843036 212 11:19:35 10:46:01 9754580 31467732 787184 2.39 413444 20572176 2179832 6.42 3829076 17843036 12 11:19:35 10:47:01 9754256 31467548 787272 2.39 413464 20572312 2179832 6.42 3829272 17843172 44 11:19:35 10:48:01 9754192 31467528 787252 2.39 413480 20572320 2179832 6.42 3829432 17843176 184 11:19:35 10:49:01 9754344 31467724 787212 2.39 413508 20572316 2179832 6.42 3829608 17843180 16 11:19:35 10:50:01 9754344 31467732 787196 2.39 413520 20572324 2179832 6.42 3829320 17843184 8 11:19:35 10:51:01 9753924 31467376 787644 2.40 413532 20572324 2179832 6.42 3829280 17843184 136 11:19:35 10:52:01 9753916 31467376 787604 2.40 413552 20572328 2179832 6.42 3829280 17843188 8 11:19:35 10:53:01 9754056 31467564 787336 2.39 413576 20572332 2179832 6.42 3829340 17843192 40 11:19:35 10:54:01 9754000 31467636 787152 2.39 413620 20572460 2179832 6.42 3829384 17843292 32 11:19:35 10:55:01 9753668 31467376 787332 2.39 413648 20572464 2179832 6.42 3829748 17843324 260 11:19:35 10:56:01 9753640 31467368 787548 2.40 413668 20572464 2179832 6.42 3829436 17843324 8 11:19:35 10:57:01 9753624 31467380 787508 2.39 413688 20572472 2179832 6.42 3829460 17843328 48 11:19:35 10:58:01 9753608 31467384 787440 2.39 413708 20572476 2179832 6.42 3829508 17843332 8 11:19:35 10:59:01 9753308 31467092 787664 2.40 413744 20572456 2179832 6.42 3829516 17843332 176 11:19:35 11:00:01 9753480 31467272 787452 2.39 413764 20572480 2179832 6.42 3829632 17843340 8 11:19:35 11:01:01 9753400 31467272 787452 2.39 413784 20572484 2179832 6.42 3829660 17843344 136 11:19:35 11:02:01 9753204 31467108 787776 2.40 413808 20572484 2179832 6.42 3829912 17843344 28 11:19:35 11:03:02 9753196 31467140 787720 2.40 413844 20572488 2179832 6.42 3829708 17843348 208 11:19:35 11:04:01 9753164 31467128 787600 2.40 413860 20572492 2179832 6.42 3830152 17843348 176 11:19:35 11:05:01 9753076 31467084 787576 2.40 413896 20572496 2179556 6.42 3830316 17843352 296 11:19:35 11:06:01 9753100 31467124 787516 2.39 413924 20572500 2179556 6.42 3829784 17843356 8 11:19:35 11:07:01 9749952 31464028 790696 2.40 413940 20572504 2179556 6.42 3836372 17843360 272 11:19:35 11:08:01 9749732 31463812 790860 2.41 413980 20572508 2195824 6.47 3836188 17843364 184 11:19:35 11:09:01 9741380 31457640 796976 2.42 414016 20573632 2195824 6.47 3844236 17843676 184 11:19:35 11:10:01 9741640 31457908 796616 2.42 414044 20573632 2195824 6.47 3843984 17843680 20 11:19:35 11:11:01 9741340 31457672 796828 2.42 414064 20573640 2195824 6.47 3843932 17843684 176 11:19:35 11:12:01 9741544 31457884 796540 2.42 414080 20573640 2195824 6.47 3843932 17843684 12 11:19:35 11:13:01 9741520 31457864 796476 2.42 414096 20573644 2195824 6.47 3843944 17843688 176 11:19:35 11:14:01 9741420 31457776 796700 2.42 414108 20573648 2195824 6.47 3843964 17843692 8 11:19:35 11:15:01 9741284 31457732 796768 2.42 414124 20573652 2195824 6.47 3844080 17843696 148 11:19:35 11:16:01 9741528 31457984 796556 2.42 414136 20573656 2195824 6.47 3844036 17843700 28 11:19:35 11:17:01 9741096 31457600 797032 2.42 414176 20573652 2195824 6.47 3844048 17843692 180 11:19:35 11:18:01 8413376 31383284 868472 2.64 428968 21724528 2501860 7.37 3954452 18962212 527832 11:19:35 11:19:01 7769476 31401276 846464 2.57 461808 22259976 2264032 6.67 3986992 19477684 356716 11:19:35 Average: 11487655 31318946 940703 2.86 380218 18803881 2582400 7.61 3687157 16336682 248447 11:19:35 11:19:35 10:29:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 11:19:35 10:30:01 vethc89bfdc 630.96 558.16 53.05 2883.36 0.00 0.00 0.00 0.24 11:19:35 10:30:01 docker0 630.96 558.04 44.42 2883.35 0.00 0.00 0.00 0.00 11:19:35 10:30:01 lo 4.13 4.13 0.40 0.40 0.00 0.00 0.00 0.00 11:19:35 10:30:01 ens3 1434.59 1424.36 8186.07 180.35 0.00 0.00 0.00 0.00 11:19:35 10:31:01 veth52a3e04 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 11:19:35 10:31:01 docker0 227.79 344.20 20.06 2068.24 0.00 0.00 0.00 0.00 11:19:35 10:31:01 lo 1.40 1.40 0.13 0.13 0.00 0.00 0.00 0.00 11:19:35 10:31:01 ens3 481.31 312.01 5271.18 45.26 0.00 0.00 0.00 0.00 11:19:35 10:32:01 veth52a3e04 1.45 1.48 0.13 0.13 0.00 0.00 0.00 0.00 11:19:35 10:32:01 docker0 1.45 1.45 0.11 0.13 0.00 0.00 0.00 0.00 11:19:35 10:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:32:01 ens3 35.14 26.18 27.23 15.93 0.00 0.00 0.00 0.00 11:19:35 10:33:01 veth52a3e04 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:19:35 10:33:01 ens3 17.59 12.00 15.81 8.79 0.00 0.00 0.00 0.00 11:19:35 10:34:01 veth94c41a1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:34:01 veth084da0a 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 11:19:35 10:34:01 veth1df5c94 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:34:01 veth2f60516 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:34:01 veth80263a5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:34:01 veth52008af 0.35 0.45 0.03 0.14 0.00 0.00 0.00 0.00 11:19:35 10:34:01 veth0a2c80c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:34:01 docker0 2.37 3.38 0.15 31.63 0.00 0.00 0.00 0.00 11:19:35 10:34:01 lo 1.20 1.20 0.12 0.12 0.00 0.00 0.00 0.00 11:19:35 10:34:01 ens3 161.36 111.21 3150.80 173.57 0.00 0.00 0.00 0.00 11:19:35 10:34:01 veth80f8943 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:34:01 vethddd991d 2.02 3.22 0.15 31.52 0.00 0.00 0.00 0.00 11:19:35 10:35:01 veth8bfc937 71.62 120.21 7.66 1182.51 0.00 0.00 0.00 0.10 11:19:35 10:35:01 veth52008af 0.07 1.17 0.00 0.05 0.00 0.00 0.00 0.00 11:19:35 10:35:01 veth6e8002b 82.89 129.01 8.41 1181.30 0.00 0.00 0.00 0.10 11:19:35 10:35:01 vethe62556f 78.89 118.20 8.17 1182.26 0.00 0.00 0.00 0.10 11:19:35 10:35:01 vethb7d87b2 78.45 123.43 8.12 1180.50 0.00 0.00 0.00 0.10 11:19:35 10:35:01 docker0 435.48 698.47 37.86 6987.85 0.00 0.00 0.00 0.00 11:19:35 10:35:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 11:19:35 10:35:01 vethd5ab476 72.24 122.23 7.60 1180.66 0.00 0.00 0.00 0.10 11:19:35 10:35:01 ens3 716.35 445.43 7002.72 52.04 0.00 0.00 0.00 0.00 11:19:35 10:36:01 veth48affda 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 11:19:35 10:36:01 veth5e851b7 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 11:19:35 10:36:01 vethd6bbb99 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 11:19:35 10:36:01 vethf61f1df 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 11:19:35 10:36:01 veth98d4503 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 11:19:35 10:36:01 veth1a1f115 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 11:19:35 10:36:01 veth52008af 0.08 0.07 0.01 0.00 0.00 0.00 0.00 0.00 11:19:35 10:36:01 veth051a6bf 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 11:19:35 10:36:01 veth981f18c 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 11:19:35 10:36:01 veth39765e6 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 11:19:35 10:36:01 docker0 0.08 0.05 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:36:01 veth8d453f0 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 11:19:35 10:36:01 vethd626d81 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 11:19:35 10:36:01 vethea4569b 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 11:19:35 10:36:01 vethe0805b7 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 11:19:35 10:36:01 ens3 12.73 7.04 10.26 5.52 0.00 0.00 0.00 0.00 11:19:35 10:37:01 veth48affda 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:37:01 veth5e851b7 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:37:01 vethd6bbb99 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:37:01 vethf61f1df 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:37:01 veth98d4503 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:37:01 veth1a1f115 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:37:01 veth52008af 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:37:01 veth051a6bf 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:37:01 veth981f18c 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:37:01 veth39765e6 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:19:35 10:37:01 veth8d453f0 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:37:01 vethd626d81 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:37:01 vethea4569b 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:37:01 vethe0805b7 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:37:01 ens3 8.85 6.52 7.07 4.07 0.00 0.00 0.00 0.00 11:19:35 10:38:01 veth48affda 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:38:01 veth5e851b7 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:38:01 vethd6bbb99 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:38:01 vethf61f1df 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:38:01 veth98d4503 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:38:01 veth1a1f115 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:38:01 veth52008af 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:38:01 veth051a6bf 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:38:01 veth981f18c 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:38:01 veth39765e6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:38:01 veth8d453f0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:38:01 vethd626d81 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:38:01 vethea4569b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:38:01 vethe0805b7 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:38:01 ens3 5.85 3.83 4.78 2.64 0.00 0.00 0.00 0.00 11:19:35 10:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:39:01 lo 1.20 1.20 0.11 0.11 0.00 0.00 0.00 0.00 11:19:35 10:39:01 ens3 68.57 35.86 744.05 9.11 0.00 0.00 0.00 0.00 11:19:35 10:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:40:01 lo 57.79 57.79 5.70 5.70 0.00 0.00 0.00 0.00 11:19:35 10:40:01 ens3 583.27 494.08 2263.62 1747.39 0.00 0.00 0.00 0.00 11:19:35 10:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:41:01 lo 28.12 28.12 2.77 2.77 0.00 0.00 0.00 0.00 11:19:35 10:41:01 ens3 322.11 309.93 142.07 1918.85 0.00 0.00 0.00 0.00 11:19:35 10:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:42:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:19:35 10:43:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:19:35 10:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:44:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:19:35 10:45:01 ens3 0.28 0.20 0.09 0.07 0.00 0.00 0.00 0.00 11:19:35 10:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:46:01 ens3 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:19:35 10:47:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:19:35 10:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:48:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:19:35 10:49:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:19:35 10:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:50:01 ens3 0.15 0.08 0.08 0.06 0.00 0.00 0.00 0.00 11:19:35 10:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:19:35 10:51:01 ens3 1.17 0.98 4.47 0.07 0.00 0.00 0.00 0.00 11:19:35 10:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:52:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:19:35 10:53:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:19:35 10:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:54:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:19:35 10:55:01 ens3 0.27 0.27 0.09 0.08 0.00 0.00 0.00 0.00 11:19:35 10:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:56:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:19:35 10:57:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:19:35 10:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:58:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 10:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:19:35 10:59:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:19:35 11:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 11:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 11:00:01 ens3 0.12 0.15 0.07 0.07 0.00 0.00 0.00 0.00 11:19:35 11:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 11:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:19:35 11:01:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:19:35 11:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 11:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 11:02:01 ens3 0.33 0.38 0.25 0.22 0.00 0.00 0.00 0.00 11:19:35 11:03:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 11:03:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:19:35 11:03:02 ens3 0.15 0.15 0.01 0.01 0.00 0.00 0.00 0.00 11:19:35 11:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 11:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 11:04:01 ens3 0.59 0.14 0.16 0.01 0.00 0.00 0.00 0.00 11:19:35 11:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 11:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:19:35 11:05:01 ens3 0.60 0.48 0.34 0.28 0.00 0.00 0.00 0.00 11:19:35 11:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 11:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 11:06:01 ens3 0.50 0.00 0.05 0.00 0.00 0.00 0.00 0.00 11:19:35 11:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 11:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:19:35 11:07:01 ens3 3.32 5.12 0.58 13.49 0.00 0.00 0.00 0.00 11:19:35 11:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 11:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 11:08:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 11:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 11:09:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 11:19:35 11:09:01 ens3 40.21 48.26 7.54 105.26 0.00 0.00 0.00 0.00 11:19:35 11:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 11:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 11:10:01 ens3 0.13 0.10 0.08 0.07 0.00 0.00 0.00 0.00 11:19:35 11:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 11:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:19:35 11:11:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:19:35 11:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 11:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 11:12:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 11:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 11:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:19:35 11:13:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:19:35 11:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 11:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 11:14:01 ens3 0.18 0.05 0.12 0.00 0.00 0.00 0.00 0.00 11:19:35 11:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 11:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:19:35 11:15:01 ens3 0.35 0.22 0.14 0.07 0.00 0.00 0.00 0.00 11:19:35 11:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 11:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 11:16:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 11:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:19:35 11:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:19:35 11:17:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:19:35 11:18:01 docker0 81.24 143.11 7.47 1271.47 0.00 0.00 0.00 0.00 11:19:35 11:18:01 lo 2.47 2.47 0.25 0.25 0.00 0.00 0.00 0.00 11:19:35 11:18:01 ens3 380.92 225.60 8078.00 44.37 0.00 0.00 0.00 0.00 11:19:35 11:19:01 docker0 2.35 2.33 0.36 1.44 0.00 0.00 0.00 0.00 11:19:35 11:19:01 lo 1.13 1.13 0.11 0.11 0.00 0.00 0.00 0.00 11:19:35 11:19:01 ens3 144.26 90.73 2594.78 29.29 0.00 0.00 0.00 0.00 11:19:35 Average: docker0 27.64 35.03 2.21 264.96 0.00 0.00 0.00 0.00 11:19:35 Average: lo 2.04 2.04 0.20 0.20 0.00 0.00 0.00 0.00 11:19:35 Average: ens3 88.48 71.27 750.46 87.17 0.00 0.00 0.00 0.00 11:19:35 11:19:35 11:19:35 ---> sar -P ALL: 11:19:35 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-10986) 09/24/24 _x86_64_ (8 CPU) 11:19:35 11:19:35 10:28:44 LINUX RESTART (8 CPU) 11:19:35 11:19:35 10:29:01 CPU %user %nice %system %iowait %steal %idle 11:19:35 10:30:01 all 7.70 0.00 2.34 4.89 0.05 85.04 11:19:35 10:30:01 0 6.50 0.00 3.22 2.65 0.05 87.58 11:19:35 10:30:01 1 5.84 0.00 2.20 12.04 0.05 79.86 11:19:35 10:30:01 2 8.47 0.00 1.66 1.31 0.05 88.52 11:19:35 10:30:01 3 5.93 0.00 1.46 3.15 0.03 89.43 11:19:35 10:30:01 4 5.98 0.00 3.16 11.77 0.03 79.06 11:19:35 10:30:01 5 8.91 0.00 3.21 7.63 0.05 80.20 11:19:35 10:30:01 6 10.18 0.00 1.92 0.34 0.07 87.50 11:19:35 10:30:01 7 9.77 0.00 1.86 0.22 0.03 88.12 11:19:35 10:31:01 all 18.10 0.00 4.48 3.69 0.10 73.62 11:19:35 10:31:01 0 17.54 0.00 4.39 0.47 0.12 77.48 11:19:35 10:31:01 1 18.16 0.00 4.72 9.86 0.08 67.19 11:19:35 10:31:01 2 16.54 0.00 6.58 12.15 0.07 64.66 11:19:35 10:31:01 3 18.72 0.00 4.49 1.57 0.07 75.15 11:19:35 10:31:01 4 19.67 0.00 4.01 0.12 0.07 76.14 11:19:35 10:31:01 5 19.12 0.00 3.47 0.78 0.08 76.55 11:19:35 10:31:01 6 18.44 0.00 4.59 4.52 0.25 72.20 11:19:35 10:31:01 7 16.64 0.00 3.60 0.13 0.07 79.56 11:19:35 10:32:01 all 28.41 0.00 4.47 1.89 0.09 65.13 11:19:35 10:32:01 0 25.14 0.00 4.01 0.00 0.08 70.77 11:19:35 10:32:01 1 26.93 0.00 4.74 10.34 0.08 57.91 11:19:35 10:32:01 2 27.93 0.00 4.49 0.00 0.12 67.47 11:19:35 10:32:01 3 31.90 0.00 4.39 2.00 0.08 61.62 11:19:35 10:32:01 4 30.01 0.00 4.87 0.02 0.12 64.99 11:19:35 10:32:01 5 32.54 0.00 4.90 1.61 0.08 60.86 11:19:35 10:32:01 6 24.88 0.00 4.28 0.17 0.08 70.59 11:19:35 10:32:01 7 27.99 0.00 4.06 0.97 0.08 66.88 11:19:35 10:33:01 all 65.89 0.00 8.47 1.51 0.12 24.01 11:19:35 10:33:01 0 63.22 0.00 8.13 1.01 0.15 27.48 11:19:35 10:33:01 1 66.71 0.00 9.24 3.32 0.10 20.63 11:19:35 10:33:01 2 68.52 0.00 8.66 0.73 0.12 21.97 11:19:35 10:33:01 3 67.75 0.00 8.69 1.23 0.13 22.20 11:19:35 10:33:01 4 62.96 0.00 8.10 1.73 0.12 27.08 11:19:35 10:33:01 5 67.46 0.00 8.55 0.27 0.10 23.62 11:19:35 10:33:01 6 63.64 0.00 8.03 1.28 0.14 26.92 11:19:35 10:33:01 7 66.83 0.00 8.36 2.49 0.12 22.20 11:19:35 10:34:01 all 21.14 0.00 6.99 9.29 0.11 62.46 11:19:35 10:34:01 0 18.57 0.00 5.93 4.58 0.08 70.84 11:19:35 10:34:01 1 23.46 0.00 6.89 4.28 0.12 65.25 11:19:35 10:34:01 2 21.77 0.00 7.42 24.72 0.14 45.96 11:19:35 10:34:01 3 21.13 0.00 7.21 10.30 0.12 61.24 11:19:35 10:34:01 4 19.57 0.00 6.09 4.14 0.07 70.14 11:19:35 10:34:01 5 21.85 0.00 8.62 15.48 0.15 53.89 11:19:35 10:34:01 6 20.04 0.00 6.34 3.97 0.12 69.53 11:19:35 10:34:01 7 22.76 0.00 7.45 6.96 0.10 62.74 11:19:35 10:35:01 all 9.93 0.00 4.86 26.38 0.10 58.73 11:19:35 10:35:01 0 9.90 0.00 4.43 21.20 0.15 64.32 11:19:35 10:35:01 1 9.55 0.00 5.22 29.55 0.08 55.59 11:19:35 10:35:01 2 10.73 0.00 5.28 25.78 0.08 58.12 11:19:35 10:35:01 3 9.70 0.00 4.89 28.34 0.12 56.94 11:19:35 10:35:01 4 9.53 0.00 4.09 11.22 0.07 75.09 11:19:35 10:35:01 5 9.69 0.00 5.29 49.37 0.10 35.55 11:19:35 10:35:01 6 10.11 0.00 4.73 17.71 0.12 67.33 11:19:35 10:35:01 7 10.25 0.00 4.92 27.91 0.08 56.84 11:19:35 10:36:01 all 5.80 0.00 3.27 17.54 0.05 73.34 11:19:35 10:36:01 0 6.09 0.00 3.11 5.16 0.05 85.59 11:19:35 10:36:01 1 5.74 0.00 3.29 9.70 0.03 81.23 11:19:35 10:36:01 2 5.55 0.00 3.06 51.84 0.10 39.44 11:19:35 10:36:01 3 5.69 0.00 3.12 7.73 0.02 83.44 11:19:35 10:36:01 4 5.76 0.00 3.13 3.72 0.05 87.34 11:19:35 10:36:01 5 6.00 0.00 3.50 15.64 0.03 74.82 11:19:35 10:36:01 6 6.02 0.00 3.18 25.40 0.05 65.36 11:19:35 10:36:01 7 5.53 0.00 3.76 21.47 0.05 69.19 11:19:35 10:37:01 all 88.80 0.00 11.04 0.01 0.15 0.00 11:19:35 10:37:01 0 89.82 0.00 10.05 0.00 0.13 0.00 11:19:35 10:37:01 1 89.36 0.00 10.48 0.03 0.13 0.00 11:19:35 10:37:01 2 88.51 0.00 11.30 0.05 0.13 0.00 11:19:35 10:37:01 3 87.53 0.00 12.29 0.00 0.17 0.00 11:19:35 10:37:01 4 89.71 0.00 10.14 0.03 0.12 0.00 11:19:35 10:37:01 5 88.81 0.00 11.06 0.00 0.13 0.00 11:19:35 10:37:01 6 89.28 0.00 10.58 0.00 0.14 0.00 11:19:35 10:37:01 7 87.27 0.00 12.51 0.00 0.22 0.00 11:19:35 10:38:01 all 88.60 0.00 11.24 0.00 0.16 0.00 11:19:35 10:38:01 0 89.56 0.00 10.31 0.00 0.13 0.00 11:19:35 10:38:01 1 88.62 0.00 11.21 0.00 0.17 0.00 11:19:35 10:38:01 2 87.91 0.00 11.95 0.00 0.14 0.00 11:19:35 10:38:01 3 88.39 0.00 11.48 0.00 0.14 0.00 11:19:35 10:38:01 4 89.66 0.00 10.21 0.00 0.13 0.00 11:19:35 10:38:01 5 88.94 0.00 10.93 0.00 0.13 0.00 11:19:35 10:38:01 6 88.34 0.00 11.45 0.00 0.21 0.00 11:19:35 10:38:01 7 87.30 0.00 12.46 0.00 0.25 0.00 11:19:35 10:39:01 all 33.03 0.00 6.55 12.98 0.13 47.31 11:19:35 10:39:01 0 33.85 0.00 6.36 6.09 0.13 53.56 11:19:35 10:39:01 1 33.18 0.00 6.28 8.50 0.13 51.90 11:19:35 10:39:01 2 32.91 0.00 6.82 38.64 0.13 21.50 11:19:35 10:39:01 3 32.87 0.00 7.61 7.62 0.15 51.75 11:19:35 10:39:01 4 32.95 0.00 5.94 5.35 0.13 55.63 11:19:35 10:39:01 5 32.29 0.00 6.10 9.06 0.12 52.43 11:19:35 10:39:01 6 34.32 0.00 6.65 10.86 0.12 48.05 11:19:35 10:39:01 7 31.83 0.00 6.71 17.76 0.10 43.60 11:19:35 10:40:01 all 8.12 0.00 1.88 1.60 0.08 88.32 11:19:35 10:40:01 0 6.79 0.00 2.10 0.05 0.07 90.99 11:19:35 10:40:01 1 7.18 0.00 1.59 1.76 0.07 89.40 11:19:35 10:40:01 2 10.27 0.00 2.37 2.06 0.07 85.23 11:19:35 10:40:01 3 8.97 0.00 1.80 3.02 0.13 86.08 11:19:35 10:40:01 4 7.60 0.00 2.37 2.44 0.07 87.53 11:19:35 10:40:01 5 5.22 0.00 1.39 0.75 0.07 92.58 11:19:35 10:40:01 6 9.40 0.00 1.86 0.80 0.07 87.87 11:19:35 10:40:01 7 9.55 0.00 1.56 1.92 0.08 86.88 11:19:35 11:19:35 10:40:01 CPU %user %nice %system %iowait %steal %idle 11:19:35 10:41:01 all 7.63 0.00 0.76 0.40 0.06 91.15 11:19:35 10:41:01 0 8.97 0.00 0.85 0.07 0.05 90.06 11:19:35 10:41:01 1 6.45 0.00 0.72 0.10 0.07 92.66 11:19:35 10:41:01 2 6.68 0.00 0.60 2.41 0.05 90.25 11:19:35 10:41:01 3 5.85 0.00 0.54 0.23 0.07 93.31 11:19:35 10:41:01 4 9.18 0.00 0.80 0.03 0.08 89.90 11:19:35 10:41:01 5 8.84 0.00 0.75 0.13 0.07 90.21 11:19:35 10:41:01 6 3.87 0.00 0.85 0.10 0.05 95.13 11:19:35 10:41:01 7 11.16 0.00 0.96 0.12 0.07 87.70 11:19:35 10:42:01 all 0.03 0.00 0.01 0.00 0.01 99.95 11:19:35 10:42:01 0 0.00 0.00 0.00 0.00 0.00 100.00 11:19:35 10:42:01 1 0.03 0.00 0.00 0.00 0.02 99.95 11:19:35 10:42:01 2 0.00 0.00 0.00 0.02 0.02 99.97 11:19:35 10:42:01 3 0.02 0.00 0.02 0.00 0.03 99.93 11:19:35 10:42:01 4 0.00 0.00 0.00 0.00 0.00 100.00 11:19:35 10:42:01 5 0.10 0.00 0.03 0.00 0.03 99.83 11:19:35 10:42:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:19:35 10:42:01 7 0.05 0.00 0.00 0.02 0.02 99.92 11:19:35 10:43:01 all 0.03 0.00 0.01 0.01 0.01 99.94 11:19:35 10:43:01 0 0.02 0.00 0.02 0.00 0.02 99.95 11:19:35 10:43:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:19:35 10:43:01 2 0.02 0.00 0.00 0.03 0.00 99.95 11:19:35 10:43:01 3 0.02 0.00 0.02 0.00 0.03 99.93 11:19:35 10:43:01 4 0.02 0.00 0.00 0.00 0.00 99.98 11:19:35 10:43:01 5 0.05 0.00 0.03 0.00 0.02 99.90 11:19:35 10:43:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:19:35 10:43:01 7 0.13 0.00 0.02 0.02 0.03 99.80 11:19:35 10:44:01 all 0.03 0.00 0.02 0.01 0.01 99.92 11:19:35 10:44:01 0 0.02 0.00 0.03 0.00 0.00 99.95 11:19:35 10:44:01 1 0.02 0.00 0.03 0.00 0.02 99.93 11:19:35 10:44:01 2 0.00 0.00 0.00 0.10 0.00 99.90 11:19:35 10:44:01 3 0.05 0.00 0.02 0.00 0.03 99.90 11:19:35 10:44:01 4 0.02 0.00 0.02 0.00 0.02 99.95 11:19:35 10:44:01 5 0.10 0.00 0.02 0.00 0.02 99.87 11:19:35 10:44:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:19:35 10:44:01 7 0.03 0.00 0.05 0.00 0.00 99.92 11:19:35 10:45:01 all 0.04 0.00 0.01 0.01 0.01 99.93 11:19:35 10:45:01 0 0.02 0.00 0.02 0.00 0.00 99.97 11:19:35 10:45:01 1 0.05 0.00 0.02 0.00 0.00 99.93 11:19:35 10:45:01 2 0.03 0.00 0.00 0.07 0.00 99.90 11:19:35 10:45:01 3 0.08 0.00 0.05 0.00 0.02 99.85 11:19:35 10:45:01 4 0.02 0.00 0.00 0.00 0.00 99.98 11:19:35 10:45:01 5 0.05 0.00 0.02 0.00 0.02 99.92 11:19:35 10:45:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:19:35 10:45:01 7 0.05 0.00 0.02 0.02 0.02 99.90 11:19:35 10:46:01 all 0.21 0.00 0.01 0.01 0.01 99.76 11:19:35 10:46:01 0 0.00 0.00 0.00 0.00 0.02 99.98 11:19:35 10:46:01 1 0.03 0.00 0.00 0.00 0.02 99.95 11:19:35 10:46:01 2 0.00 0.00 0.02 0.05 0.02 99.92 11:19:35 10:46:01 3 1.49 0.00 0.00 0.00 0.03 98.48 11:19:35 10:46:01 4 0.02 0.00 0.00 0.00 0.00 99.98 11:19:35 10:46:01 5 0.07 0.00 0.03 0.00 0.00 99.90 11:19:35 10:46:01 6 0.02 0.00 0.02 0.00 0.00 99.97 11:19:35 10:46:01 7 0.02 0.00 0.03 0.02 0.02 99.92 11:19:35 10:47:01 all 0.13 0.00 0.01 0.02 0.01 99.82 11:19:35 10:47:01 0 0.00 0.00 0.03 0.00 0.00 99.97 11:19:35 10:47:01 1 0.03 0.00 0.00 0.00 0.00 99.97 11:19:35 10:47:01 2 0.00 0.00 0.02 0.03 0.00 99.95 11:19:35 10:47:01 3 0.90 0.00 0.02 0.00 0.03 99.05 11:19:35 10:47:01 4 0.02 0.00 0.00 0.00 0.00 99.98 11:19:35 10:47:01 5 0.07 0.00 0.02 0.00 0.03 99.88 11:19:35 10:47:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:19:35 10:47:01 7 0.05 0.00 0.02 0.17 0.02 99.75 11:19:35 10:48:01 all 0.28 0.00 0.01 0.01 0.01 99.69 11:19:35 10:48:01 0 0.00 0.00 0.00 0.00 0.02 99.98 11:19:35 10:48:01 1 0.03 0.00 0.00 0.00 0.02 99.95 11:19:35 10:48:01 2 0.03 0.00 0.00 0.08 0.02 99.87 11:19:35 10:48:01 3 1.99 0.00 0.02 0.00 0.02 97.98 11:19:35 10:48:01 4 0.02 0.00 0.00 0.00 0.00 99.98 11:19:35 10:48:01 5 0.10 0.00 0.00 0.00 0.00 99.90 11:19:35 10:48:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:19:35 10:48:01 7 0.05 0.00 0.03 0.00 0.00 99.92 11:19:35 10:49:01 all 0.21 0.00 0.02 0.01 0.01 99.75 11:19:35 10:49:01 0 0.03 0.00 0.05 0.00 0.02 99.90 11:19:35 10:49:01 1 0.08 0.00 0.02 0.00 0.00 99.90 11:19:35 10:49:01 2 0.00 0.00 0.00 0.02 0.00 99.98 11:19:35 10:49:01 3 1.47 0.00 0.05 0.00 0.03 98.45 11:19:35 10:49:01 4 0.00 0.00 0.00 0.02 0.02 99.97 11:19:35 10:49:01 5 0.08 0.00 0.00 0.00 0.02 99.90 11:19:35 10:49:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:19:35 10:49:01 7 0.03 0.00 0.03 0.02 0.02 99.90 11:19:35 10:50:01 all 0.08 0.00 0.01 0.02 0.01 99.88 11:19:35 10:50:01 0 0.00 0.00 0.00 0.00 0.02 99.98 11:19:35 10:50:01 1 0.05 0.00 0.02 0.00 0.05 99.88 11:19:35 10:50:01 2 0.03 0.00 0.00 0.13 0.00 99.83 11:19:35 10:50:01 3 0.37 0.00 0.02 0.00 0.03 99.58 11:19:35 10:50:01 4 0.02 0.00 0.00 0.00 0.00 99.98 11:19:35 10:50:01 5 0.08 0.00 0.02 0.00 0.02 99.88 11:19:35 10:50:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:19:35 10:50:01 7 0.07 0.00 0.02 0.00 0.00 99.92 11:19:35 10:51:01 all 0.07 0.00 0.01 0.00 0.01 99.90 11:19:35 10:51:01 0 0.03 0.00 0.00 0.00 0.00 99.97 11:19:35 10:51:01 1 0.02 0.00 0.02 0.00 0.00 99.97 11:19:35 10:51:01 2 0.00 0.00 0.02 0.00 0.02 99.97 11:19:35 10:51:01 3 0.43 0.00 0.00 0.00 0.03 99.53 11:19:35 10:51:01 4 0.00 0.00 0.00 0.02 0.00 99.98 11:19:35 10:51:01 5 0.07 0.00 0.03 0.00 0.02 99.88 11:19:35 10:51:01 6 0.03 0.00 0.00 0.00 0.00 99.97 11:19:35 10:51:01 7 0.00 0.00 0.05 0.00 0.02 99.93 11:19:35 11:19:35 10:51:01 CPU %user %nice %system %iowait %steal %idle 11:19:35 10:52:01 all 0.04 0.00 0.02 0.01 0.01 99.92 11:19:35 10:52:01 0 0.00 0.00 0.02 0.00 0.00 99.98 11:19:35 10:52:01 1 0.03 0.00 0.02 0.00 0.02 99.93 11:19:35 10:52:01 2 0.03 0.00 0.00 0.08 0.00 99.88 11:19:35 10:52:01 3 0.07 0.00 0.05 0.00 0.02 99.87 11:19:35 10:52:01 4 0.02 0.00 0.02 0.02 0.02 99.93 11:19:35 10:52:01 5 0.15 0.00 0.02 0.00 0.03 99.80 11:19:35 10:52:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:19:35 10:52:01 7 0.03 0.00 0.02 0.00 0.00 99.95 11:19:35 10:53:01 all 0.04 0.00 0.01 0.02 0.01 99.91 11:19:35 10:53:01 0 0.08 0.00 0.02 0.00 0.02 99.88 11:19:35 10:53:01 1 0.10 0.00 0.02 0.00 0.00 99.88 11:19:35 10:53:01 2 0.00 0.00 0.02 0.12 0.00 99.87 11:19:35 10:53:01 3 0.05 0.00 0.02 0.00 0.02 99.92 11:19:35 10:53:01 4 0.00 0.00 0.00 0.07 0.00 99.93 11:19:35 10:53:01 5 0.07 0.00 0.02 0.00 0.02 99.90 11:19:35 10:53:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:19:35 10:53:01 7 0.03 0.00 0.02 0.00 0.02 99.93 11:19:35 10:54:01 all 0.04 0.00 0.01 0.01 0.02 99.92 11:19:35 10:54:01 0 0.02 0.00 0.00 0.00 0.00 99.98 11:19:35 10:54:01 1 0.07 0.00 0.02 0.00 0.02 99.90 11:19:35 10:54:01 2 0.03 0.00 0.02 0.05 0.03 99.87 11:19:35 10:54:01 3 0.05 0.00 0.02 0.00 0.05 99.88 11:19:35 10:54:01 4 0.03 0.00 0.00 0.00 0.00 99.97 11:19:35 10:54:01 5 0.12 0.00 0.00 0.00 0.03 99.85 11:19:35 10:54:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:19:35 10:54:01 7 0.03 0.00 0.02 0.00 0.00 99.95 11:19:35 10:55:01 all 0.20 0.00 0.03 0.05 0.01 99.71 11:19:35 10:55:01 0 0.03 0.00 0.03 0.00 0.02 99.92 11:19:35 10:55:01 1 1.37 0.00 0.02 0.00 0.02 98.60 11:19:35 10:55:01 2 0.02 0.00 0.03 0.38 0.00 99.57 11:19:35 10:55:01 3 0.03 0.00 0.03 0.00 0.02 99.92 11:19:35 10:55:01 4 0.02 0.00 0.03 0.00 0.02 99.93 11:19:35 10:55:01 5 0.05 0.00 0.05 0.00 0.02 99.88 11:19:35 10:55:01 6 0.02 0.00 0.02 0.00 0.00 99.97 11:19:35 10:55:01 7 0.05 0.00 0.00 0.00 0.02 99.93 11:19:35 10:56:01 all 0.13 0.00 0.01 0.00 0.01 99.85 11:19:35 10:56:01 0 0.02 0.00 0.03 0.00 0.00 99.95 11:19:35 10:56:01 1 0.75 0.00 0.02 0.00 0.02 99.22 11:19:35 10:56:01 2 0.02 0.00 0.00 0.02 0.00 99.97 11:19:35 10:56:01 3 0.07 0.00 0.03 0.00 0.02 99.88 11:19:35 10:56:01 4 0.03 0.00 0.00 0.00 0.00 99.97 11:19:35 10:56:01 5 0.08 0.00 0.02 0.00 0.02 99.88 11:19:35 10:56:01 6 0.00 0.00 0.00 0.00 0.02 99.98 11:19:35 10:56:01 7 0.07 0.00 0.00 0.00 0.00 99.93 11:19:35 10:57:01 all 0.06 0.00 0.02 0.05 0.02 99.85 11:19:35 10:57:01 0 0.02 0.00 0.00 0.00 0.02 99.97 11:19:35 10:57:01 1 0.42 0.00 0.02 0.00 0.02 99.55 11:19:35 10:57:01 2 0.00 0.00 0.00 0.40 0.02 99.58 11:19:35 10:57:01 3 0.00 0.00 0.02 0.00 0.03 99.95 11:19:35 10:57:01 4 0.00 0.00 0.02 0.00 0.02 99.97 11:19:35 10:57:01 5 0.07 0.00 0.03 0.00 0.00 99.90 11:19:35 10:57:01 6 0.02 0.00 0.02 0.00 0.00 99.97 11:19:35 10:57:01 7 0.00 0.00 0.05 0.00 0.03 99.92 11:19:35 10:58:01 all 0.13 0.00 0.01 0.00 0.00 99.85 11:19:35 10:58:01 0 0.00 0.00 0.00 0.00 0.00 100.00 11:19:35 10:58:01 1 0.81 0.00 0.02 0.00 0.00 99.17 11:19:35 10:58:01 2 0.02 0.00 0.02 0.03 0.00 99.93 11:19:35 10:58:01 3 0.07 0.00 0.00 0.00 0.02 99.92 11:19:35 10:58:01 4 0.03 0.00 0.00 0.00 0.00 99.97 11:19:35 10:58:01 5 0.05 0.00 0.03 0.00 0.02 99.90 11:19:35 10:58:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:19:35 10:58:01 7 0.03 0.00 0.02 0.00 0.00 99.95 11:19:35 10:59:01 all 0.11 0.00 0.02 0.01 0.02 99.85 11:19:35 10:59:01 0 0.00 0.00 0.00 0.00 0.02 99.98 11:19:35 10:59:01 1 0.72 0.00 0.02 0.00 0.02 99.25 11:19:35 10:59:01 2 0.00 0.00 0.00 0.02 0.02 99.97 11:19:35 10:59:01 3 0.00 0.00 0.03 0.00 0.03 99.93 11:19:35 10:59:01 4 0.02 0.00 0.00 0.02 0.02 99.95 11:19:35 10:59:01 5 0.07 0.00 0.02 0.02 0.02 99.88 11:19:35 10:59:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:19:35 10:59:01 7 0.05 0.00 0.07 0.00 0.02 99.87 11:19:35 11:00:01 all 0.06 0.00 0.01 0.03 0.01 99.89 11:19:35 11:00:01 0 0.02 0.00 0.02 0.00 0.02 99.95 11:19:35 11:00:01 1 0.22 0.00 0.00 0.00 0.02 99.77 11:19:35 11:00:01 2 0.03 0.00 0.00 0.05 0.00 99.92 11:19:35 11:00:01 3 0.07 0.00 0.03 0.00 0.02 99.88 11:19:35 11:00:01 4 0.03 0.00 0.00 0.15 0.02 99.80 11:19:35 11:00:01 5 0.07 0.00 0.02 0.00 0.02 99.90 11:19:35 11:00:01 6 0.03 0.00 0.02 0.00 0.00 99.95 11:19:35 11:00:01 7 0.03 0.00 0.02 0.00 0.02 99.93 11:19:35 11:01:01 all 0.01 0.00 0.02 0.00 0.00 99.96 11:19:35 11:01:01 0 0.02 0.00 0.00 0.00 0.00 99.98 11:19:35 11:01:01 1 0.02 0.00 0.07 0.00 0.02 99.90 11:19:35 11:01:01 2 0.00 0.00 0.02 0.02 0.00 99.97 11:19:35 11:01:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:19:35 11:01:01 4 0.00 0.00 0.00 0.02 0.00 99.98 11:19:35 11:01:01 5 0.05 0.00 0.03 0.00 0.02 99.90 11:19:35 11:01:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:19:35 11:01:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:19:35 11:02:01 all 0.02 0.00 0.01 0.00 0.01 99.96 11:19:35 11:02:01 0 0.00 0.00 0.02 0.00 0.00 99.98 11:19:35 11:02:01 1 0.05 0.00 0.00 0.00 0.03 99.92 11:19:35 11:02:01 2 0.00 0.00 0.00 0.02 0.02 99.97 11:19:35 11:02:01 3 0.03 0.00 0.00 0.00 0.00 99.97 11:19:35 11:02:01 4 0.02 0.00 0.02 0.02 0.02 99.93 11:19:35 11:02:01 5 0.03 0.00 0.00 0.00 0.00 99.97 11:19:35 11:02:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:19:35 11:02:01 7 0.03 0.00 0.02 0.00 0.00 99.95 11:19:35 11:19:35 11:02:01 CPU %user %nice %system %iowait %steal %idle 11:19:35 11:03:02 all 0.03 0.00 0.02 0.01 0.01 99.93 11:19:35 11:03:02 0 0.03 0.00 0.02 0.00 0.02 99.93 11:19:35 11:03:02 1 0.05 0.00 0.02 0.00 0.02 99.92 11:19:35 11:03:02 2 0.02 0.00 0.00 0.07 0.00 99.92 11:19:35 11:03:02 3 0.00 0.00 0.00 0.00 0.00 100.00 11:19:35 11:03:02 4 0.00 0.00 0.03 0.02 0.00 99.95 11:19:35 11:03:02 5 0.05 0.00 0.05 0.00 0.02 99.88 11:19:35 11:03:02 6 0.02 0.00 0.02 0.00 0.02 99.95 11:19:35 11:03:02 7 0.05 0.00 0.02 0.00 0.02 99.92 11:19:35 11:04:01 all 0.17 0.00 0.01 0.00 0.01 99.81 11:19:35 11:04:01 0 0.00 0.00 0.02 0.00 0.00 99.98 11:19:35 11:04:01 1 1.06 0.00 0.02 0.00 0.03 98.89 11:19:35 11:04:01 2 0.03 0.00 0.00 0.02 0.02 99.93 11:19:35 11:04:01 3 0.03 0.00 0.00 0.00 0.00 99.97 11:19:35 11:04:01 4 0.03 0.00 0.00 0.00 0.00 99.97 11:19:35 11:04:01 5 0.07 0.00 0.03 0.00 0.02 99.88 11:19:35 11:04:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:19:35 11:04:01 7 0.07 0.00 0.02 0.00 0.02 99.90 11:19:35 11:05:01 all 0.23 0.00 0.01 0.01 0.01 99.74 11:19:35 11:05:01 0 0.03 0.00 0.00 0.00 0.00 99.97 11:19:35 11:05:01 1 1.68 0.00 0.03 0.00 0.03 98.25 11:19:35 11:05:01 2 0.00 0.00 0.00 0.07 0.00 99.93 11:19:35 11:05:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:19:35 11:05:01 4 0.00 0.00 0.00 0.02 0.02 99.97 11:19:35 11:05:01 5 0.05 0.00 0.05 0.00 0.00 99.90 11:19:35 11:05:01 6 0.02 0.00 0.02 0.00 0.00 99.97 11:19:35 11:05:01 7 0.03 0.00 0.02 0.00 0.00 99.95 11:19:35 11:06:01 all 0.03 0.00 0.02 0.02 0.01 99.92 11:19:35 11:06:01 0 0.02 0.00 0.02 0.00 0.02 99.95 11:19:35 11:06:01 1 0.07 0.00 0.02 0.00 0.02 99.90 11:19:35 11:06:01 2 0.03 0.00 0.02 0.03 0.00 99.92 11:19:35 11:06:01 3 0.03 0.00 0.02 0.00 0.02 99.93 11:19:35 11:06:01 4 0.00 0.00 0.00 0.10 0.00 99.90 11:19:35 11:06:01 5 0.08 0.00 0.03 0.00 0.02 99.87 11:19:35 11:06:01 6 0.02 0.00 0.02 0.00 0.00 99.97 11:19:35 11:06:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:19:35 11:07:01 all 0.04 0.00 0.02 0.01 0.01 99.92 11:19:35 11:07:01 0 0.05 0.00 0.02 0.00 0.00 99.93 11:19:35 11:07:01 1 0.08 0.00 0.05 0.00 0.02 99.85 11:19:35 11:07:01 2 0.05 0.00 0.02 0.03 0.00 99.90 11:19:35 11:07:01 3 0.03 0.00 0.05 0.00 0.00 99.92 11:19:35 11:07:01 4 0.02 0.00 0.00 0.02 0.00 99.97 11:19:35 11:07:01 5 0.07 0.00 0.00 0.00 0.02 99.92 11:19:35 11:07:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:19:35 11:07:01 7 0.02 0.00 0.03 0.00 0.02 99.93 11:19:35 11:08:01 all 0.01 0.00 0.02 0.01 0.01 99.96 11:19:35 11:08:01 0 0.03 0.00 0.02 0.00 0.02 99.93 11:19:35 11:08:01 1 0.02 0.00 0.05 0.00 0.02 99.92 11:19:35 11:08:01 2 0.00 0.00 0.00 0.05 0.02 99.93 11:19:35 11:08:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:19:35 11:08:01 4 0.00 0.00 0.02 0.00 0.00 99.98 11:19:35 11:08:01 5 0.02 0.00 0.03 0.00 0.00 99.95 11:19:35 11:08:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:19:35 11:08:01 7 0.00 0.00 0.02 0.00 0.00 99.98 11:19:35 11:09:01 all 0.31 0.00 0.06 0.01 0.01 99.60 11:19:35 11:09:01 0 0.13 0.00 0.03 0.00 0.00 99.83 11:19:35 11:09:01 1 0.20 0.00 0.10 0.00 0.02 99.68 11:19:35 11:09:01 2 0.12 0.00 0.05 0.03 0.02 99.78 11:19:35 11:09:01 3 0.45 0.00 0.03 0.05 0.00 99.47 11:19:35 11:09:01 4 0.33 0.00 0.07 0.02 0.02 99.57 11:19:35 11:09:01 5 0.18 0.00 0.10 0.00 0.03 99.68 11:19:35 11:09:01 6 0.92 0.00 0.05 0.02 0.00 99.02 11:19:35 11:09:01 7 0.13 0.00 0.05 0.00 0.02 99.80 11:19:35 11:10:01 all 0.01 0.00 0.01 0.03 0.01 99.94 11:19:35 11:10:01 0 0.00 0.00 0.03 0.00 0.02 99.95 11:19:35 11:10:01 1 0.02 0.00 0.02 0.00 0.02 99.95 11:19:35 11:10:01 2 0.00 0.00 0.00 0.07 0.00 99.93 11:19:35 11:10:01 3 0.00 0.00 0.02 0.00 0.02 99.97 11:19:35 11:10:01 4 0.00 0.00 0.00 0.17 0.00 99.83 11:19:35 11:10:01 5 0.05 0.00 0.02 0.00 0.00 99.93 11:19:35 11:10:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:19:35 11:10:01 7 0.03 0.00 0.02 0.00 0.00 99.95 11:19:35 11:11:01 all 0.03 0.00 0.01 0.01 0.01 99.94 11:19:35 11:11:01 0 0.05 0.00 0.02 0.00 0.00 99.93 11:19:35 11:11:01 1 0.03 0.00 0.02 0.00 0.02 99.93 11:19:35 11:11:01 2 0.05 0.00 0.00 0.05 0.02 99.88 11:19:35 11:11:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:19:35 11:11:01 4 0.03 0.00 0.02 0.00 0.02 99.93 11:19:35 11:11:01 5 0.03 0.00 0.02 0.02 0.03 99.90 11:19:35 11:11:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:19:35 11:11:01 7 0.03 0.00 0.02 0.00 0.00 99.95 11:19:35 11:12:01 all 0.13 0.00 0.01 0.01 0.01 99.85 11:19:35 11:12:01 0 0.03 0.00 0.02 0.00 0.02 99.93 11:19:35 11:12:01 1 0.03 0.00 0.00 0.00 0.02 99.95 11:19:35 11:12:01 2 0.91 0.00 0.00 0.05 0.00 99.04 11:19:35 11:12:01 3 0.00 0.00 0.02 0.00 0.00 99.98 11:19:35 11:12:01 4 0.02 0.00 0.00 0.00 0.00 99.98 11:19:35 11:12:01 5 0.05 0.00 0.02 0.00 0.00 99.93 11:19:35 11:12:01 6 0.00 0.00 0.00 0.00 0.02 99.98 11:19:35 11:12:01 7 0.02 0.00 0.00 0.00 0.02 99.97 11:19:35 11:13:01 all 0.28 0.00 0.01 0.00 0.01 99.70 11:19:35 11:13:01 0 0.02 0.00 0.00 0.00 0.02 99.97 11:19:35 11:13:01 1 0.03 0.00 0.05 0.00 0.02 99.90 11:19:35 11:13:01 2 1.99 0.00 0.00 0.00 0.02 98.00 11:19:35 11:13:01 3 0.03 0.00 0.00 0.00 0.00 99.97 11:19:35 11:13:01 4 0.02 0.00 0.00 0.00 0.00 99.98 11:19:35 11:13:01 5 0.05 0.00 0.00 0.02 0.02 99.92 11:19:35 11:13:01 6 0.02 0.00 0.02 0.00 0.00 99.97 11:19:35 11:13:01 7 0.05 0.00 0.02 0.00 0.00 99.93 11:19:35 11:19:35 11:13:01 CPU %user %nice %system %iowait %steal %idle 11:19:35 11:14:01 all 0.10 0.00 0.01 0.00 0.00 99.88 11:19:35 11:14:01 0 0.03 0.00 0.02 0.00 0.00 99.95 11:19:35 11:14:01 1 0.02 0.00 0.02 0.00 0.02 99.95 11:19:35 11:14:01 2 0.70 0.00 0.00 0.00 0.00 99.30 11:19:35 11:14:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:19:35 11:14:01 4 0.00 0.00 0.00 0.00 0.00 100.00 11:19:35 11:14:01 5 0.05 0.00 0.03 0.02 0.00 99.90 11:19:35 11:14:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:19:35 11:14:01 7 0.02 0.00 0.00 0.00 0.02 99.97 11:19:35 11:15:01 all 0.03 0.00 0.01 0.02 0.01 99.92 11:19:35 11:15:01 0 0.03 0.00 0.02 0.00 0.00 99.95 11:19:35 11:15:01 1 0.05 0.00 0.02 0.00 0.02 99.92 11:19:35 11:15:01 2 0.03 0.00 0.00 0.13 0.02 99.82 11:19:35 11:15:01 3 0.02 0.00 0.02 0.00 0.00 99.97 11:19:35 11:15:01 4 0.02 0.00 0.00 0.02 0.02 99.95 11:19:35 11:15:01 5 0.03 0.00 0.02 0.02 0.02 99.92 11:19:35 11:15:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:19:35 11:15:01 7 0.08 0.00 0.02 0.00 0.00 99.90 11:19:35 11:16:01 all 0.01 0.00 0.01 0.01 0.01 99.96 11:19:35 11:16:01 0 0.02 0.00 0.00 0.00 0.02 99.97 11:19:35 11:16:01 1 0.02 0.00 0.05 0.00 0.02 99.92 11:19:35 11:16:01 2 0.00 0.00 0.02 0.00 0.00 99.98 11:19:35 11:16:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:19:35 11:16:01 4 0.00 0.00 0.00 0.00 0.00 100.00 11:19:35 11:16:01 5 0.03 0.00 0.02 0.05 0.02 99.88 11:19:35 11:16:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:19:35 11:16:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:19:35 11:17:01 all 0.03 0.00 0.00 0.00 0.01 99.95 11:19:35 11:17:01 0 0.02 0.00 0.00 0.00 0.00 99.98 11:19:35 11:17:01 1 0.03 0.00 0.00 0.00 0.02 99.95 11:19:35 11:17:01 2 0.03 0.00 0.00 0.02 0.02 99.93 11:19:35 11:17:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:19:35 11:17:01 4 0.03 0.00 0.00 0.00 0.00 99.97 11:19:35 11:17:01 5 0.08 0.00 0.02 0.02 0.02 99.87 11:19:35 11:17:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:19:35 11:17:01 7 0.03 0.00 0.02 0.00 0.02 99.93 11:19:35 11:18:01 all 6.94 0.00 3.00 2.64 0.06 87.35 11:19:35 11:18:01 0 6.28 0.00 2.87 0.12 0.07 90.67 11:19:35 11:18:01 1 7.98 0.00 2.49 0.13 0.05 89.35 11:19:35 11:18:01 2 7.33 0.00 3.76 18.78 0.07 70.07 11:19:35 11:18:01 3 6.84 0.00 2.64 0.05 0.03 90.43 11:19:35 11:18:01 4 7.08 0.00 2.67 0.15 0.07 90.03 11:19:35 11:18:01 5 6.56 0.00 3.40 0.64 0.05 89.35 11:19:35 11:18:01 6 6.18 0.00 2.81 0.40 0.05 90.55 11:19:35 11:18:01 7 7.29 0.00 3.40 0.98 0.10 88.24 11:19:35 11:19:01 all 4.87 0.00 2.24 9.16 0.06 83.67 11:19:35 11:19:01 0 5.67 0.00 1.98 1.07 0.08 91.19 11:19:35 11:19:01 1 2.95 0.00 1.86 0.15 0.03 95.00 11:19:35 11:19:01 2 5.32 0.00 2.65 9.02 0.08 82.93 11:19:35 11:19:01 3 5.71 0.00 1.91 0.17 0.05 92.16 11:19:35 11:19:01 4 4.33 0.00 2.22 24.16 0.03 69.26 11:19:35 11:19:01 5 4.80 0.00 2.48 38.34 0.07 54.31 11:19:35 11:19:01 6 4.53 0.00 1.89 0.44 0.05 93.09 11:19:35 11:19:01 7 5.63 0.00 2.95 0.22 0.07 91.13 11:19:35 Average: all 7.87 0.00 1.43 1.84 0.03 88.83 11:19:35 Average: 0 7.74 0.00 1.36 0.84 0.03 90.02 11:19:35 Average: 1 7.92 0.00 1.42 1.78 0.04 88.85 11:19:35 Average: 2 7.98 0.00 1.52 3.76 0.03 86.70 11:19:35 Average: 3 7.96 0.00 1.44 1.30 0.04 89.27 11:19:35 Average: 4 7.85 0.00 1.35 1.30 0.03 89.47 11:19:35 Average: 5 8.02 0.00 1.48 2.77 0.04 87.69 11:19:35 Average: 6 7.64 0.00 1.36 1.31 0.03 89.65 11:19:35 Average: 7 7.85 0.00 1.48 1.62 0.04 89.02 11:19:35 11:19:35 11:19:35