Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 6ac0180759da1d23d6b313fd49d9fb17c0af6626 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-ssh10919216867711751585.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-ssh6322966237282628743.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-ssh15217792980670955469.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-ssh16739885500017168396.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-ssh3886851323990510457.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 ‘prd-ubuntu20.04-docker-8c-8g-9546’ is offline Running on prd-ubuntu20.04-docker-8c-8g-9549 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/685 [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/685 # 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 6ac0180759da1d23d6b313fd49d9fb17c0af6626 (main) Commit message: "Merge pull request #4888 from edgexfoundry/dependabot/go_modules/golang.org/x/crypto-0.27.0" > 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 6ac0180759da1d23d6b313fd49d9fb17c0af6626 # timeout=10 > git rev-list --no-walk fa8332cd388c6d28d7bc178899488fd81dc21eb0 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:55:48 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:55:48 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:55:48 ========================================================= 02:55:48 EdgeX Global Pipelines Version Info 02:55:48 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:55:49 ------------------- 02:55:49 stable info: 02:55:49 ------------------- 02:55:49 Commited By: Cherry Wang cherry@iotechsys.com 02:55:49 Commit SHA: f3350a1713306dce7682ed7e37d5774890d03277 02:55:49 Message: update stable to v1.0.263 02:55:49 ------------------- 02:55:49 experimental info: 02:55:49 ------------------- 02:55:49 Commited By: Cherry Wang cherry@iotechsys.com 02:55:49 Commit SHA: f3350a1713306dce7682ed7e37d5774890d03277 02:55:49 Message: update experimental to v1.0.263 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:55:49 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 02:55:49 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 02:55:49 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:55:49 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:55:49 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:55:49 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 02:55:50 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 02:55:50 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 02:55:50 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 02:55:50 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 02:55:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:55:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:55:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 02:55:50 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:55:50 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:55:50 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:55:50 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:55:50 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:55:50 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:55:50 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 02:55:50 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:55:50 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:55:50 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 02:55:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 02:55:50 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 02:55:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 02:55:50 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] echo 02:55:50 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6ac0180 [Pipeline] echo 02:55:50 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:55:50 provisioning config files... 02:55:50 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/685@tmp/config5542715302225504706tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:55:51 ---> ****-login.sh 02:55:51 nexus3.edgexfoundry.org:10001 02:55:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:55:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:55:51 Configure a credential helper to remove this warning. See 02:55:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:55:51 02:55:51 Login Succeeded 02:55:51 nexus3.edgexfoundry.org:10002 02:55:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:55:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:55:51 Configure a credential helper to remove this warning. See 02:55:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:55:51 02:55:51 Login Succeeded 02:55:51 nexus3.edgexfoundry.org:10003 02:55:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:55:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:55:51 Configure a credential helper to remove this warning. See 02:55:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:55:51 02:55:51 Login Succeeded 02:55:51 nexus3.edgexfoundry.org:10004 02:55:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:55:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:55:51 Configure a credential helper to remove this warning. See 02:55:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:55:51 02:55:51 Login Succeeded 02:55:51 ****.io 02:55:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:55:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:55:51 Configure a credential helper to remove this warning. See 02:55:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:55:51 02:55:51 Login Succeeded 02:55:51 ---> ****-login.sh ends [Pipeline] } 02:55:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:55:52 + 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 02:55:52 + dirname cmd/core-command/Dockerfile 02:55:52 + cut -d/ -f2 02:55:52 + echo core-command,cmd/core-command/Dockerfile 02:55:52 + dirname cmd/core-common-config-bootstrapper/Dockerfile 02:55:52 + cut -d/ -f2 02:55:52 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 02:55:52 + + cut -d/ -f2 02:55:52 dirname cmd/core-data/Dockerfile 02:55:52 + echo core-data,cmd/core-data/Dockerfile 02:55:52 + dirname cmd/core-keeper/Dockerfile 02:55:52 + cut -d/ -f2 02:55:52 + echo core-keeper,cmd/core-keeper/Dockerfile 02:55:52 + dirname cmd/core-metadata/Dockerfile 02:55:52 + cut -d/ -f2 02:55:52 + echo core-metadata,cmd/core-metadata/Dockerfile 02:55:52 + dirname cmd/security-bootstrapper/Dockerfile 02:55:52 + cut -d/ -f2 02:55:52 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 02:55:52 + dirname cmd/security-proxy-auth/Dockerfile 02:55:52 + cut -d/ -f2 02:55:52 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 02:55:52 + + dirname cmd/security-proxy-setup/Dockerfile 02:55:52 cut -d/ -f2 02:55:52 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 02:55:52 + dirname cmd/security-secretstore-setup/Dockerfile 02:55:52 + cut -d/ -f2 02:55:52 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 02:55:52 + + dirname cmd/security-spiffe-token-provider/Dockerfile 02:55:52 cut -d/ -f2 02:55:52 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 02:55:52 + dirname cmd/security-spire-agent/Dockerfile 02:55:52 + cut -d/ -f2 02:55:52 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 02:55:52 + dirname cmd/security-spire-config/Dockerfile 02:55:52 + cut -d/ -f2 02:55:52 + echo security-spire-config,cmd/security-spire-config/Dockerfile 02:55:52 + dirname cmd/security-spire-server/Dockerfile 02:55:52 + cut -d/ -f2 02:55:52 + echo security-spire-server,cmd/security-spire-server/Dockerfile 02:55:52 + dirname cmd/support-cron-scheduler/Dockerfile 02:55:52 + cut -d/ -f2 02:55:52 + echo support-cron-scheduler,cmd/support-cron-scheduler/Dockerfile 02:55:52 + dirname cmd/support-notifications/Dockerfile 02:55:52 + cut -d/ -f2 02:55:52 + echo support-notifications,cmd/support-notifications/Dockerfile 02:55:52 + dirname cmd/support-scheduler/Dockerfile 02:55:52 + cut -d/ -f2 02:55:52 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 02:55:52 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 02:55:52 + git rev-list -1 --merges 6ac0180759da1d23d6b313fd49d9fb17c0af6626~1..6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] echo 02:55:52 -----------> git rev-list -1 --merges 6ac0180759da1d23d6b313fd49d9fb17c0af6626~1..6ac0180759da1d23d6b313fd49d9fb17c0af6626 6ac0180759da1d23d6b313fd49d9fb17c0af6626 02:55:52 6ac0180759da1d23d6b313fd49d9fb17c0af6626 [false] [Pipeline] sh 02:55:52 + git log --format=format:%s -1 6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] echo 02:55:52 ========================================================= 02:55:52 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 02:55:52 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 02:55:53 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:55:53 + grep -v github /etc/ssh/ssh_known_hosts 02:55:53 + [ -e /tmp/ssh_known_hosts ] 02:55:53 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 02:55:53 + echo+ github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 02:55:53 sudo tee -a /etc/ssh/ssh_known_hosts 02:55:53 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:55:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:55:53 02:55:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:55:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:55:54 0.1.4: Pulling from edgex-devops/py-git-semver 02:55:54 b85a868b505f: Pulling fs layer 02:55:54 e2be974225ed: Pulling fs layer 02:55:54 339a4e72a1f5: Pulling fs layer 02:55:54 988bab9f4d93: Pulling fs layer 02:55:54 1469e6f7b9e6: Pulling fs layer 02:55:54 eaf3925da568: Pulling fs layer 02:55:54 bab4dde63d76: Pulling fs layer 02:55:54 1469e6f7b9e6: Waiting 02:55:54 eaf3925da568: Waiting 02:55:54 bde34c3a00c8: Pulling fs layer 02:55:54 bab4dde63d76: Waiting 02:55:54 b352a97aabf1: Pulling fs layer 02:55:54 4872d77fe225: Pulling fs layer 02:55:54 b352a97aabf1: Waiting 02:55:54 5851b861e8e6: Pulling fs layer 02:55:54 e2be974225ed: Download complete 02:55:54 988bab9f4d93: Verifying Checksum 02:55:54 988bab9f4d93: Download complete 02:55:54 1469e6f7b9e6: Verifying Checksum 02:55:54 1469e6f7b9e6: Download complete 02:55:54 339a4e72a1f5: Verifying Checksum 02:55:54 339a4e72a1f5: Download complete 02:55:54 eaf3925da568: Verifying Checksum 02:55:54 eaf3925da568: Download complete 02:55:54 bde34c3a00c8: Download complete 02:55:54 b352a97aabf1: Download complete 02:55:54 4872d77fe225: Verifying Checksum 02:55:54 4872d77fe225: Download complete 02:55:54 5851b861e8e6: Download complete 02:55:54 b85a868b505f: Verifying Checksum 02:55:54 b85a868b505f: Download complete 02:55:54 bab4dde63d76: Verifying Checksum 02:55:54 bab4dde63d76: Download complete 02:55:55 b85a868b505f: Pull complete 02:55:55 e2be974225ed: Pull complete 02:55:56 339a4e72a1f5: Pull complete 02:55:56 988bab9f4d93: Pull complete 02:55:56 1469e6f7b9e6: Pull complete 02:55:56 eaf3925da568: Pull complete 02:55:58 bab4dde63d76: Pull complete 02:55:58 bde34c3a00c8: Pull complete 02:55:58 b352a97aabf1: Pull complete 02:55:58 4872d77fe225: Pull complete 02:55:58 5851b861e8e6: Pull complete 02:55:58 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 02:55:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:55:58 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:55:58 prd-ubuntu20.04-docker-8c-8g-9549 does not seem to be running inside a container 02:55:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/685 -v /w/workspace/edgex-go/685:/w/workspace/edgex-go/685:rw,z -v /w/workspace/edgex-go/685@tmp:/w/workspace/edgex-go/685@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 02:56:01 $ docker top aa37aad0704cadf2f32a6d68677c1ce9746876fdd29b71b6a9c50c71f068cb7e -eo pid,comm 02:56:01 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). 02:56:01 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:56:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:56:01 [ssh-agent] Looking for ssh-agent implementation... 02:56:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:56:02 $ docker exec aa37aad0704cadf2f32a6d68677c1ce9746876fdd29b71b6a9c50c71f068cb7e ssh-agent 02:56:02 SSH_AUTH_SOCK=/tmp/ssh-9XpePZ29IibS/agent.32 02:56:02 SSH_AGENT_PID=38 02:56:02 Running ssh-add (command line suppressed) 02:56:02 Identity added: /w/workspace/edgex-go/685@tmp/private_key_15939516805605647617.key (/w/workspace/edgex-go/685@tmp/private_key_15939516805605647617.key) 02:56:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:56:02 + git tag --points-at HEAD [Pipeline] } 02:56:02 $ docker exec --env ******** --env ******** aa37aad0704cadf2f32a6d68677c1ce9746876fdd29b71b6a9c50c71f068cb7e ssh-agent -k 02:56:02 unset SSH_AUTH_SOCK; 02:56:02 unset SSH_AGENT_PID; 02:56:02 echo Agent pid 38 killed; 02:56:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:56:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:56:02 [ssh-agent] Looking for ssh-agent implementation... 02:56:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:56:02 $ docker exec aa37aad0704cadf2f32a6d68677c1ce9746876fdd29b71b6a9c50c71f068cb7e ssh-agent 02:56:02 SSH_AUTH_SOCK=/tmp/ssh-tBBXGrZ1Exhs/agent.71 02:56:02 SSH_AGENT_PID=77 02:56:02 Running ssh-add (command line suppressed) 02:56:03 Identity added: /w/workspace/edgex-go/685@tmp/private_key_16411440417656835051.key (/w/workspace/edgex-go/685@tmp/private_key_16411440417656835051.key) 02:56:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:56:03 + git semver init 02:56:03 2024-09-06 02:56:03,620 [run_init] DEBUG init version:0.0.0 force:False 02:56:03 2024-09-06 02:56:03,621 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/685/.semver 02:56:03 2024-09-06 02:56:03,622 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/685/.semver 02:56:03 2024-09-06 02:56:03,622 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/685/.semver'], cwd=/w/workspace/edgex-go/685, universal_newlines=False, shell=None, istream=None) 02:56:08 2024-09-06 02:56:08,837 [append_file] DEBUG append to file:/w/workspace/edgex-go/685/.git/info/exclude 02:56:08 2024-09-06 02:56:08,838 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/685/.semver/main with force:False 02:56:08 2024-09-06 02:56:08,838 [read_version] DEBUG read version from /w/workspace/edgex-go/685/.semver/main 02:56:08 2024-09-06 02:56:08,838 [read_version] DEBUG read version from /w/workspace/edgex-go/685/.semver/main 02:56:08 3.2.0-dev.64 [Pipeline] } 02:56:09 $ docker exec --env ******** --env ******** aa37aad0704cadf2f32a6d68677c1ce9746876fdd29b71b6a9c50c71f068cb7e ssh-agent -k 02:56:09 unset SSH_AUTH_SOCK; 02:56:09 unset SSH_AGENT_PID; 02:56:09 echo Agent pid 77 killed; 02:56:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:56:09 + git semver [Pipeline] } 02:56:09 $ docker stop --time=1 aa37aad0704cadf2f32a6d68677c1ce9746876fdd29b71b6a9c50c71f068cb7e 02:56:11 $ docker rm -f --volumes aa37aad0704cadf2f32a6d68677c1ce9746876fdd29b71b6a9c50c71f068cb7e [Pipeline] // withDockerContainer [Pipeline] sh 02:56:11 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:56:11 Stashed 1 file(s) [Pipeline] echo 02:56:11 [edgeXSemver]: initialized semver on version 3.2.0-dev.64 [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 02:56:12 + git config --global --add safe.directory /w/workspace/edgex-go/685 [Pipeline] echo 02:56:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 02:56:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 02:56:12 ========================================================= 02:56:12 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 02:56:12 ========================================================= [Pipeline] fileExists [Pipeline] sh 02:56:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 02:56:12 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 02:56:12 619be1103602: Pulling fs layer 02:56:12 7862e08f4a3e: Pulling fs layer 02:56:12 5df492c9dc93: Pulling fs layer 02:56:12 7629e6793208: Pulling fs layer 02:56:12 4f4fb700ef54: Pulling fs layer 02:56:12 fb5054dd5b73: Pulling fs layer 02:56:12 7629e6793208: Waiting 02:56:12 4f4fb700ef54: Waiting 02:56:12 eeca6798cff9: Pulling fs layer 02:56:12 aa269ceb94a6: Pulling fs layer 02:56:12 ada007ff1a6a: Pulling fs layer 02:56:12 fb5054dd5b73: Waiting 02:56:12 eeca6798cff9: Waiting 02:56:12 ada007ff1a6a: Waiting 02:56:12 aa269ceb94a6: Waiting 02:56:12 7862e08f4a3e: Download complete 02:56:12 7629e6793208: Download complete 02:56:12 4f4fb700ef54: Download complete 02:56:12 619be1103602: Download complete 02:56:12 fb5054dd5b73: Verifying Checksum 02:56:12 fb5054dd5b73: Download complete 02:56:12 eeca6798cff9: Verifying Checksum 02:56:12 eeca6798cff9: Download complete 02:56:12 619be1103602: Pull complete 02:56:12 ada007ff1a6a: Verifying Checksum 02:56:12 ada007ff1a6a: Download complete 02:56:12 7862e08f4a3e: Pull complete 02:56:12 5df492c9dc93: Verifying Checksum 02:56:12 5df492c9dc93: Download complete 02:56:13 aa269ceb94a6: Verifying Checksum 02:56:13 aa269ceb94a6: Download complete 02:56:16 5df492c9dc93: Pull complete 02:56:16 7629e6793208: Pull complete 02:56:16 4f4fb700ef54: Pull complete 02:56:16 fb5054dd5b73: Pull complete 02:56:16 eeca6798cff9: Pull complete 02:56:18 aa269ceb94a6: Pull complete 02:56:19 ada007ff1a6a: Pull complete 02:56:19 Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 02:56:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 02:56:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh 02:56:19 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 02:56:19 WORKDIR /edgex 02:56:19 COPY go.mod . 02:56:19 RUN go mod download 02:56:19 + docker build -t ci-base-image-x86_64 -f - . 02:56:20 Sending build context to Docker daemon 179.3MB 02:56:20 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 02:56:20 ---> f489d0715acc 02:56:20 Step 2/4 : WORKDIR /edgex 02:56:25 ---> Running in 27b8e3f1ecaf 02:56:25 Removing intermediate container 27b8e3f1ecaf 02:56:25 ---> c49c6a925895 02:56:25 Step 3/4 : COPY go.mod . 02:56:25 ---> 0007bcd77871 02:56:25 Step 4/4 : RUN go mod download 02:56:25 ---> Running in 0309e0ccf164 02:56:26 Still waiting to schedule task 02:56:26 ‘prd-ubuntu20.04-docker-arm64-4c-16g-9548’ is offline 02:56:52 Removing intermediate container 0309e0ccf164 02:56:52 ---> 27888cf27291 02:56:52 Successfully built 27888cf27291 02:56:52 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:52 + docker inspect -f . ci-base-image-x86_64 02:56:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:56:52 prd-ubuntu20.04-docker-8c-8g-9549 does not seem to be running inside a container 02:56:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/685 -v /w/workspace/edgex-go/685:/w/workspace/edgex-go/685:rw,z -v /w/workspace/edgex-go/685@tmp:/w/workspace/edgex-go/685@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 02:56:53 $ docker top 5be16721b00fc5edcef8b565440c6d3c71b07593a736c889ff5a597d7b147bf1 -eo pid,comm [Pipeline] { [Pipeline] sh 02:56:53 + go version 02:56:53 go version go1.21.9 linux/amd64 [Pipeline] } 02:56:53 $ docker stop --time=1 5be16721b00fc5edcef8b565440c6d3c71b07593a736c889ff5a597d7b147bf1 02:56:54 $ docker rm -f --volumes 5be16721b00fc5edcef8b565440c6d3c71b07593a736c889ff5a597d7b147bf1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:55 + docker inspect -f . ci-base-image-x86_64 02:56:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:56:55 prd-ubuntu20.04-docker-8c-8g-9549 does not seem to be running inside a container 02:56:55 $ 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/685 -v /w/workspace/edgex-go/685:/w/workspace/edgex-go/685:rw,z -v /w/workspace/edgex-go/685@tmp:/w/workspace/edgex-go/685@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 02:56:55 $ docker top 5d4b78c7aea26ff2205ea71543108c631e89bda0bcf7cdcd2c53359fdf0e1309 -eo pid,comm [Pipeline] { [Pipeline] echo 02:56:55 ========================================================= 02:56:55 [edgeXBuildGoParallel] Running Tests and Build... 02:56:55 ========================================================= [Pipeline] sh 02:56:56 + git config --global --add safe.directory /w/workspace/edgex-go/685 [Pipeline] fileExists [Pipeline] sh 02:56:56 + make test 02:56:56 go test -race -coverprofile=coverage.out ./... 02:57:04 ? github.com/edgexfoundry/edgex-go [no test files] 02:57:31 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 02:57:31 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 02:57:31 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 02:57:32 ? github.com/edgexfoundry/edgex-go/cmd/core-keeper [no test files] 02:57:32 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 02:57:32 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 02:57:32 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 02:57:32 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 02:57:32 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 02:57:32 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 02:57:32 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 02:57:32 ? github.com/edgexfoundry/edgex-go/cmd/support-cron-scheduler [no test files] 02:57:32 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 02:57:32 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 02:57:32 ? github.com/edgexfoundry/edgex-go/internal [no test files] 02:57:32 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 02:57:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 02:57:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 02:57:35 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.025s coverage: 28.7% of statements 02:57:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 02:57:36 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 02:57:36 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 02:57:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 02:57:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 02:57:36 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.035s coverage: 97.0% of statements 02:57:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 02:57:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 02:57:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 02:57:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 02:57:38 ? github.com/edgexfoundry/edgex-go/internal/core/keeper [no test files] 02:57:38 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/application [no test files] 02:57:38 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/config [no test files] 02:57:38 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 02:57:38 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/container [no test files] 02:57:39 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 02:57:39 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks [no test files] 02:57:39 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/registry [no test files] 02:57:39 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/utils [no test files] 02:57:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 02:57:40 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.072s coverage: 69.2% of statements 02:57:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.046s coverage: 53.2% of statements 02:57:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 02:57:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 02:57:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.891s coverage: 93.4% of statements 02:57:40 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.046s coverage: 91.7% of statements 02:57:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.040s coverage: 7.0% of statements 02:57:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 02:57:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 02:57:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 02:57:41 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 02:57:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 02:57:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 02:57:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 02:57:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 02:57:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 02:57:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres [no test files] 02:57:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 02:57:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models [no test files] 02:57:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.367s coverage: 95.8% of statements 02:57:43 ok github.com/edgexfoundry/edgex-go/internal/io 1.021s coverage: 72.2% of statements 02:57:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.019s coverage: 0.0% of statements [no tests to run] 02:57:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 02:57:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 02:57:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.054s coverage: 0.8% of statements 02:57:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.038s coverage: 30.7% of statements 02:57:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.039s coverage: 41.7% of statements 02:57:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.039s coverage: 77.8% of statements 02:57:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.029s coverage: 94.1% of statements 02:57:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.030s coverage: 96.3% of statements 02:57:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.024s coverage: 87.5% of statements 02:57:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 02:57:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 02:57:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 02:57:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 02:57:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 02:57:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 02:57:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 02:57:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 02:57:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres [no test files] 02:57:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config [no test files] 02:57:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container [no test files] 02:57:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 02:57:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 02:57:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 02:57:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 02:57:48 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 02:57:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 02:57:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 02:57:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 02:57:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 02:57:52 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 02:57:52 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 02:57:53 Running on prd-ubuntu20.04-docker-arm64-4c-16g-9550 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 02:57:53 Running in /w/workspace/edgex-go/685 [Pipeline] { [Pipeline] checkout 02:57:53 The recommended git tool is: git 02:57:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 02:57:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 02:57:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 02:57:56 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 02:57:56 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 02:57:56 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 02:57:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.025s coverage: 94.4% of statements 02:57:56 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 02:57:56 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 02:57:56 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 02:57:56 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler [no test files] 02:57:57 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application/action [no test files] 02:57:57 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/container [no test files] 02:57:57 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/config [no test files] 02:57:58 using credential edgex-jenkins-ssh 02:57:58 Cloning the remote Git repository 02:57:58 Cloning repository git@github.com:edgexfoundry/edgex-go.git 02:57:58 > git init /w/workspace/edgex-go/685 # timeout=10 02:57:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:57:58 > git --version # timeout=10 02:57:58 > git --version # 'git version 2.25.1' 02:57:58 using GIT_SSH to set credentials SSH Credentials for GitHub 02:57:59 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure [no test files] 02:57:59 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces [no test files] 02:57:59 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces/mocks [no test files] 02:57:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 02:57:58 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:58:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 02:58:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 02:58:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 02:58:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 02:58:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 02:58:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 02:58:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 02:58:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 02:58:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 02:58:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 02:58:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 02:58:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 02:58:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.223s coverage: 79.9% of statements 02:58:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.045s coverage: 92.9% of statements 02:58:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.019s coverage: 66.7% of statements 02:58:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.029s coverage: 62.3% of statements 02:58:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.026s coverage: 75.0% of statements 02:58:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.031s coverage: 87.2% of statements 02:58:11 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.020s coverage: 20.0% of statements 02:58:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.019s coverage: 100.0% of statements 02:58:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.064s coverage: 81.8% of statements 02:58:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.067s coverage: 82.1% of statements 02:58:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.023s coverage: 86.0% of statements 02:58:11 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.121s coverage: 63.1% of statements 02:58:11 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.022s coverage: 100.0% of statements 02:58:11 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.020s coverage: 89.4% of statements 02:58:11 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.019s coverage: 100.0% of statements 02:58:11 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.037s coverage: 73.7% of statements 02:58:11 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.016s coverage: 100.0% of statements 02:58:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.151s coverage: 36.5% of statements 02:58:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.026s coverage: 89.5% of statements 02:58:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.023s coverage: 84.8% of statements 02:58:11 ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application 1.028s coverage: 5.2% of statements 02:58:11 ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/controller/http 1.065s coverage: 90.8% of statements 02:58:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.039s coverage: 19.9% of statements 02:58:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.115s coverage: 95.7% of statements 02:58:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.029s coverage: 61.8% of statements 02:58:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.054s coverage: 98.9% of statements 02:58:11 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 02:58:11 running golangci-lint 02:58:11 golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z 02:58:11 go version go1.21.9 linux/amd64 02:58:11 level=info msg="[config_reader] Used config file .golangci.yml" 02:58:11 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 02:58:15 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:58:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:58:16 Avoid second fetch 02:58:16 Checking out Revision 6ac0180759da1d23d6b313fd49d9fb17c0af6626 (main) 02:58:17 Commit message: "Merge pull request #4888 from edgexfoundry/dependabot/go_modules/golang.org/x/crypto-0.27.0" 02:58:16 > git config core.sparsecheckout # timeout=10 02:58:16 > git checkout -f 6ac0180759da1d23d6b313fd49d9fb17c0af6626 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:58:22 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 02:58:22 % Total % Received % Xferd Average Speed Time Time Time Current 02:58:22 Dload Upload Total Spent Left Speed 02:58:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 110k 0 --:--:-- --:--:-- --:--:-- 111k [Pipeline] sh 02:58:22 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 02:58:23 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 02:58:23 + sudo tee /etc/docker/daemon.new 02:58:23 { 02:58:23 "registry-mirrors": [ 02:58:23 "https://nexus3.edgexfoundry.org:10001" 02:58:23 ], 02:58:23 "bip": "10.250.0.254/24", 02:58:23 "hosts": [ 02:58:23 "tcp://0.0.0.0:5555", 02:58:23 "unix:///var/run/docker.sock" 02:58:23 ], 02:58:23 "mtu": 1458, 02:58:23 "selinux-enabled": true, 02:58:23 "seccomp-profile": "/etc/docker/seccomp.json" 02:58:23 } [Pipeline] sh 02:58:23 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 02:58:23 + sudo service docker restart 02:58:37 level=info msg="[loader] Go packages loading at mode 575 (deps|imports|name|types_sizes|compiled_files|exports_file|files) took 22.699287134s" 02:58:37 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 55.069299ms" [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:58:42 provisioning config files... 02:58:42 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/685@tmp/config9905930198653052152tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:58:42 ---> ****-login.sh 02:58:42 nexus3.edgexfoundry.org:10001 02:58:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:58:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:58:43 Configure a credential helper to remove this warning. See 02:58:43 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:58:43 02:58:43 Login Succeeded 02:58:43 nexus3.edgexfoundry.org:10002 02:58:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:58:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:58:43 Configure a credential helper to remove this warning. See 02:58:43 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:58:43 02:58:43 Login Succeeded 02:58:43 nexus3.edgexfoundry.org:10003 02:58:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:58:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:58:43 Configure a credential helper to remove this warning. See 02:58:43 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:58:43 02:58:43 Login Succeeded 02:58:43 nexus3.edgexfoundry.org:10004 02:58:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:58:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:58:44 Configure a credential helper to remove this warning. See 02:58:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:58:44 02:58:44 Login Succeeded 02:58:44 ****.io 02:58:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:58:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:58:44 Configure a credential helper to remove this warning. See 02:58:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:58:44 02:58:44 Login Succeeded 02:58:44 ---> ****-login.sh ends [Pipeline] } 02:58:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 02:58:45 + git config --global --add safe.directory /w/workspace/edgex-go/685 [Pipeline] echo 02:58:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 02:58:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 02:58:45 ========================================================= 02:58:45 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 02:58:45 ========================================================= [Pipeline] fileExists [Pipeline] sh 02:58:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 02:58:46 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:58:46 c6b39de5b339: Pulling fs layer 02:58:46 a69c41024577: Pulling fs layer 02:58:46 d6de4b400683: Pulling fs layer 02:58:46 35cb2a7552d0: Pulling fs layer 02:58:46 4f4fb700ef54: Pulling fs layer 02:58:46 464afbd9ba4c: Pulling fs layer 02:58:46 00f215d4a9da: Pulling fs layer 02:58:46 d496ad576159: Pulling fs layer 02:58:46 35cb2a7552d0: Waiting 02:58:46 4f4fb700ef54: Waiting 02:58:46 464afbd9ba4c: Waiting 02:58:46 00f215d4a9da: Waiting 02:58:46 d496ad576159: Waiting 02:58:46 a69c41024577: Verifying Checksum 02:58:46 a69c41024577: Download complete 02:58:46 35cb2a7552d0: Verifying Checksum 02:58:46 35cb2a7552d0: Download complete 02:58:46 4f4fb700ef54: Verifying Checksum 02:58:46 4f4fb700ef54: Download complete 02:58:46 c6b39de5b339: Verifying Checksum 02:58:46 c6b39de5b339: Download complete 02:58:46 464afbd9ba4c: Verifying Checksum 02:58:46 464afbd9ba4c: Download complete 02:58:46 d496ad576159: Verifying Checksum 02:58:46 d496ad576159: Download complete 02:58:47 c6b39de5b339: Pull complete 02:58:47 a69c41024577: Pull complete 02:58:48 d6de4b400683: Verifying Checksum 02:58:48 d6de4b400683: Download complete 02:58:48 level=info msg="[linters_context/goanalysis] analyzers took 1m55.159254623s with top 10 stages: buildir: 1m9.696610555s, gosec: 9.506363198s, inspect: 2.823170912s, fact_deprecated: 2.248585241s, fact_purity: 1.747396204s, printf: 1.727630649s, ctrlflow: 1.720732528s, nilness: 1.344040226s, S1038: 1.225187187s, SA5012: 793.52683ms" 02:58:48 level=info msg="[runner] Issues before processing: 214, after processing: 0" 02:58:48 level=info msg="[runner] Processors filtering stat (out/in): exclude: 214/214, exclude-rules: 22/214, filename_unadjuster: 214/214, skip_dirs: 214/214, skip_files: 214/214, autogenerated_exclude: 214/214, identifier_marker: 214/214, nolint: 0/22, cgo: 214/214, path_prettifier: 214/214" 02:58:48 level=info msg="[runner] processing took 17.724033ms with stages: nolint: 7.311685ms, identifier_marker: 4.595874ms, autogenerated_exclude: 2.156526ms, path_prettifier: 1.614962ms, exclude-rules: 1.199459ms, skip_dirs: 797.576µs, cgo: 29.301µs, filename_unadjuster: 15.11µs, max_same_issues: 520ns, fixer: 500ns, skip_files: 440ns, uniq_by_line: 330ns, exclude: 300ns, sort_results: 260ns, severity-rules: 250ns, diff: 220ns, source_code: 210ns, max_from_linter: 160ns, max_per_file_from_linter: 130ns, path_prefixer: 110ns, path_shortener: 110ns" 02:58:48 level=info msg="[runner] linters took 14.362190274s with stages: goanalysis_metalinter: 14.344370961s" 02:58:48 level=info msg="File cache stats: 0 entries of total size 0B" 02:58:48 level=info msg="Memory: 368 samples, avg is 335.4MB, max is 1417.5MB" 02:58:48 level=info msg="Execution took 37.12854879s" 02:58:48 go vet ./... 02:58:49 00f215d4a9da: Verifying Checksum 02:58:49 00f215d4a9da: Download complete 02:58:56 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 02:58:56 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 02:58:56 ./bin/test-attribution-txt.sh [Pipeline] echo 02:58:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh 02:58:57 + ls -al . 02:58:57 total 916 02:58:57 drwxrwxr-x 11 1001 1001 4096 Sep 6 02:56 . 02:58:57 drwxr-xr-x 4 root root 4096 Sep 6 02:56 .. 02:58:57 drwxrwxr-x 2 1001 1001 4096 Sep 6 02:55 .blubracket 02:58:57 -rw-rw-r-- 1 1001 1001 10 Sep 6 02:55 .dockerignore 02:58:57 drwxrwxr-x 8 1001 1001 4096 Sep 6 02:58 .git 02:58:57 drwxrwxr-x 3 1001 1001 4096 Sep 6 02:55 .github 02:58:57 -rw-rw-r-- 1 1001 1001 1102 Sep 6 02:55 .gitignore 02:58:57 -rw-rw-r-- 1 1001 1001 42 Sep 6 02:55 .golangci.yml 02:58:57 -rw-rw-r-- 1 1001 1001 100 Sep 6 02:55 .hadolint.yml 02:58:57 drwxr-xr-x 3 1001 1001 4096 Sep 6 02:56 .semver 02:58:57 -rw-rw-r-- 1 1001 1001 155 Sep 6 02:55 .sonarcloud.properties 02:58:57 -rw-rw-r-- 1 1001 1001 1171 Sep 6 02:55 ADOPTERS.md 02:58:57 -rw-rw-r-- 1 1001 1001 21286 Sep 6 02:55 Attribution.txt 02:58:57 -rw-rw-r-- 1 1001 1001 100284 Sep 6 02:55 CHANGELOG.md 02:58:57 -rw-rw-r-- 1 1001 1001 3804 Sep 6 02:55 CONTRIBUTING.md 02:58:57 -rw-rw-r-- 1 1001 1001 677 Sep 6 02:55 GOVERNANCE.md 02:58:57 -rw-rw-r-- 1 1001 1001 861 Sep 6 02:55 Jenkinsfile 02:58:57 -rw-rw-r-- 1 1001 1001 10775 Sep 6 02:55 LICENSE 02:58:57 -rw-rw-r-- 1 1001 1001 16854 Sep 6 02:55 Makefile 02:58:57 -rw-rw-r-- 1 1001 1001 582 Sep 6 02:55 OWNERS.md 02:58:57 -rw-rw-r-- 1 1001 1001 9528 Sep 6 02:55 README.md 02:58:57 -rw-rw-r-- 1 1001 1001 789 Sep 6 02:55 SECURITY.md 02:58:57 -rw-rw-r-- 1 1001 1001 12 Sep 6 02:56 VERSION 02:58:57 drwxrwxr-x 2 1001 1001 4096 Sep 6 02:55 bin 02:58:57 drwxrwxr-x 20 1001 1001 4096 Sep 6 02:55 cmd 02:58:57 -rw-r--r-- 1 root root 545398 Sep 6 02:58 coverage.out 02:58:57 drwxrwxr-x 2 1001 1001 4096 Sep 6 02:55 fuzz_test 02:58:57 -rw-rw-r-- 1 1001 1001 7306 Sep 6 02:55 go.mod 02:58:57 -rw-rw-r-- 1 1001 1001 102583 Sep 6 02:55 go.sum 02:58:57 drwxrwxr-x 7 1001 1001 4096 Sep 6 02:55 internal 02:58:57 drwxrwxr-x 3 1001 1001 4096 Sep 6 02:55 openapi 02:58:57 -rw-rw-r-- 1 1001 1001 584 Sep 6 02:55 security.txt 02:58:57 -rw-rw-r-- 1 1001 1001 204 Sep 6 02:55 version.go [Pipeline] sh 02:58:57 + '[' -e coverage.out ] 02:58:57 + chown 1001:1001 coverage.out [Pipeline] stash 02:58:57 Stashed 1 file(s) [Pipeline] sh 02:58:57 + make build 02:58:57 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 02:59:01 d6de4b400683: Pull complete 02:59:01 35cb2a7552d0: Pull complete 02:59:01 4f4fb700ef54: Pull complete 02:59:01 464afbd9ba4c: Pull complete 02:59:09 00f215d4a9da: Pull complete 02:59:11 d496ad576159: Pull complete 02:59:11 Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 02:59:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 02:59:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists [Pipeline] sh 02:59:11 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 02:59:11 WORKDIR /edgex 02:59:11 COPY go.mod . 02:59:11 RUN go mod download 02:59:11 + docker build -t ci-base-image-arm64 -f - . 02:59:12 Sending build context to Docker daemon 3.532MB 02:59:12 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 02:59:12 ---> f246e2811388 02:59:12 Step 2/4 : WORKDIR /edgex 02:59:13 ---> Running in ce34c67f9ff6 02:59:14 Removing intermediate container ce34c67f9ff6 02:59:14 ---> eccb6d7a9cd7 02:59:14 Step 3/4 : COPY go.mod . 02:59:14 ---> ff19ba1e92b1 02:59:14 Step 4/4 : RUN go mod download 02:59:14 ---> Running in e6a2da91452e 02:59:24 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 02:59:24 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 02:59:24 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 02:59:25 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 02:59:27 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 02:59:32 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 02:59:33 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 02:59:35 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 02:59:37 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 02:59:38 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 02:59:38 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 02:59:39 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 02:59:40 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 02:59:41 $ docker stop --time=1 5d4b78c7aea26ff2205ea71543108c631e89bda0bcf7cdcd2c53359fdf0e1309 02:59:47 $ docker rm -f --volumes 5d4b78c7aea26ff2205ea71543108c631e89bda0bcf7cdcd2c53359fdf0e1309 [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 02:59:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:59:49 02:59:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:59:49 latest: Pulling from edgex-devops/edgex-compose 02:59:49 91d30c5bc195: Pulling fs layer 02:59:49 2e9b0aa3be6d: Pulling fs layer 02:59:49 9c61dcf015f6: Pulling fs layer 02:59:49 4698f68db338: Pulling fs layer 02:59:49 2a2f49069b9e: Pulling fs layer 02:59:49 e0025b399a48: Pulling fs layer 02:59:49 4698f68db338: Waiting 02:59:49 2a2f49069b9e: Waiting 02:59:49 e0025b399a48: Waiting 02:59:49 91d30c5bc195: Verifying Checksum 02:59:49 91d30c5bc195: Download complete 02:59:49 4698f68db338: Verifying Checksum 02:59:49 4698f68db338: Download complete 02:59:49 2e9b0aa3be6d: Verifying Checksum 02:59:49 2e9b0aa3be6d: Download complete 02:59:49 91d30c5bc195: Pull complete 02:59:49 e0025b399a48: Verifying Checksum 02:59:49 e0025b399a48: Download complete 02:59:50 2a2f49069b9e: Download complete 02:59:50 2e9b0aa3be6d: Pull complete 02:59:50 9c61dcf015f6: Download complete 02:59:52 9c61dcf015f6: Pull complete 02:59:52 4698f68db338: Pull complete 02:59:53 2a2f49069b9e: Pull complete 02:59:53 e0025b399a48: Pull complete 02:59:53 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 02:59:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:59:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:59:53 prd-ubuntu20.04-docker-8c-8g-9549 does not seem to be running inside a container 02:59:53 $ 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/685 -v /w/workspace/edgex-go/685:/w/workspace/edgex-go/685:rw,z -v /w/workspace/edgex-go/685@tmp:/w/workspace/edgex-go/685@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 02:59:56 $ docker top d5ff6d92907faa9d58cafb8d6f0561ddbc380c54365ad7e0e3808953dc05fdc2 -eo pid,comm [Pipeline] { [Pipeline] sh 02:59:56 + docker compose -f ./docker-compose-build.yml build --parallel 02:59:59 #1 [core-command internal] load build definition from Dockerfile 02:59:59 #1 transferring dockerfile: 1.93kB done 02:59:59 #1 DONE 0.0s 02:59:59 02:59:59 #2 [security-spiffe-token-provider internal] load build definition from Dockerfile 02:59:59 #2 transferring dockerfile: 1.89kB done 02:59:59 #2 DONE 0.0s 02:59:59 02:59:59 #3 [security-spire-server internal] load build definition from Dockerfile 02:59:59 #3 transferring dockerfile: 1.70kB done 02:59:59 #3 DONE 0.0s 02:59:59 02:59:59 #4 [security-spire-config internal] load build definition from Dockerfile 02:59:59 #4 transferring dockerfile: 1.69kB done 02:59:59 #4 DONE 0.0s 02:59:59 02:59:59 #5 [support-notifications internal] load build definition from Dockerfile 02:59:59 #5 transferring dockerfile: 1.95kB done 02:59:59 #5 DONE 0.0s 02:59:59 02:59:59 #6 [security-secretstore-setup internal] load build definition from Dockerfile 02:59:59 #6 transferring dockerfile: 2.49kB done 02:59:59 #6 DONE 0.0s 02:59:59 02:59:59 #7 [core-common-config-bootstrapper internal] load build definition from Dockerfile 02:59:59 #7 transferring dockerfile: 2.23kB done 02:59:59 #7 DONE 0.0s 02:59:59 02:59:59 #8 [support-scheduler internal] load build definition from Dockerfile 02:59:59 #8 transferring dockerfile: 1.93kB done 02:59:59 #8 DONE 0.0s 02:59:59 02:59:59 #9 [support-cron-scheduler internal] load build definition from Dockerfile 02:59:59 #9 transferring dockerfile: 1.85kB done 02:59:59 #9 DONE 0.0s 02:59:59 02:59:59 #10 [security-spire-agent internal] load build definition from Dockerfile 02:59:59 #10 transferring dockerfile: 1.81kB done 02:59:59 #10 DONE 0.0s 02:59:59 02:59:59 #11 [core-command internal] load .dockerignore 02:59:59 #11 transferring context: 50B done 02:59:59 #11 DONE 0.0s 02:59:59 02:59:59 #12 [security-proxy-setup internal] load build definition from Dockerfile 02:59:59 #12 transferring dockerfile: 2.50kB done 02:59:59 #12 DONE 0.0s 02:59:59 02:59:59 #13 [security-proxy-auth internal] load build definition from Dockerfile 02:59:59 #13 transferring dockerfile: 2.15kB done 02:59:59 #13 DONE 0.0s 02:59:59 02:59:59 #14 [core-metadata internal] load build definition from Dockerfile 02:59:59 #14 transferring dockerfile: 2.06kB done 02:59:59 #14 DONE 0.0s 02:59:59 02:59:59 #15 [core-data internal] load build definition from Dockerfile 02:59:59 #15 transferring dockerfile: 2.07kB done 02:59:59 #15 DONE 0.0s 02:59:59 02:59:59 #16 [security-bootstrapper internal] load build definition from Dockerfile 02:59:59 #16 transferring dockerfile: 3.17kB done 02:59:59 #16 DONE 0.0s 02:59:59 02:59:59 #17 [core-keeper internal] load build definition from Dockerfile 02:59:59 #17 transferring dockerfile: 2.01kB done 02:59:59 #17 DONE 0.0s 02:59:59 02:59:59 #18 [security-spiffe-token-provider internal] load .dockerignore 02:59:59 #18 transferring context: 50B done 02:59:59 #18 DONE 0.0s 02:59:59 02:59:59 #19 [security-spire-server internal] load .dockerignore 02:59:59 #19 transferring context: 50B done 02:59:59 #19 DONE 0.0s 02:59:59 02:59:59 #20 [security-spire-config internal] load .dockerignore 02:59:59 #20 transferring context: 50B done 02:59:59 #20 DONE 0.0s 02:59:59 02:59:59 #21 [support-notifications internal] load .dockerignore 02:59:59 #21 transferring context: 50B done 02:59:59 #21 DONE 0.0s 02:59:59 02:59:59 #22 [core-common-config-bootstrapper internal] load .dockerignore 02:59:59 #22 transferring context: 50B done 02:59:59 #22 DONE 0.0s 02:59:59 02:59:59 #23 [security-secretstore-setup internal] load .dockerignore 02:59:59 #23 transferring context: 50B done 02:59:59 #23 DONE 0.0s 02:59:59 02:59:59 #24 [support-cron-scheduler internal] load .dockerignore 02:59:59 #24 transferring context: 50B done 02:59:59 #24 DONE 0.0s 02:59:59 02:59:59 #25 [support-scheduler internal] load .dockerignore 02:59:59 #25 transferring context: 50B done 02:59:59 #25 DONE 0.0s 02:59:59 02:59:59 #26 [security-spire-agent internal] load .dockerignore 02:59:59 #26 transferring context: 50B done 02:59:59 #26 DONE 0.0s 02:59:59 02:59:59 #27 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 02:59:59 #27 DONE 0.0s 02:59:59 02:59:59 #28 [security-proxy-setup internal] load .dockerignore 02:59:59 #28 transferring context: 50B done 02:59:59 #28 DONE 0.0s 02:59:59 02:59:59 #29 [security-proxy-auth internal] load .dockerignore 02:59:59 #29 transferring context: 50B done 02:59:59 #29 DONE 0.0s 02:59:59 02:59:59 #30 [core-metadata internal] load .dockerignore 02:59:59 #30 transferring context: 50B done 02:59:59 #30 DONE 0.0s 02:59:59 02:59:59 #31 [core-data internal] load .dockerignore 02:59:59 #31 transferring context: 50B done 02:59:59 #31 DONE 0.1s 02:59:59 02:59:59 #32 [security-bootstrapper internal] load .dockerignore 02:59:59 #32 transferring context: 50B done 02:59:59 #32 DONE 0.1s 02:59:59 02:59:59 #33 [core-command internal] load metadata for docker.io/library/alpine:3.18 02:59:59 #33 DONE 0.1s 02:59:59 02:59:59 #34 [core-command stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 02:59:59 #34 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 03:00:00 #34 ... 03:00:00 03:00:00 #35 [core-keeper internal] load .dockerignore 03:00:00 #35 transferring context: 50B done 03:00:00 #35 DONE 0.1s 03:00:00 03:00:00 #34 [core-command stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 03:00:00 #34 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 03:00:00 #34 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done 03:00:00 #34 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done 03:00:00 #34 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.1s done 03:00:00 #34 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 03:00:00 #34 ... 03:00:00 03:00:00 #27 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 03:00:00 #27 DONE 0.0s 03:00:00 03:00:00 #33 [support-notifications internal] load metadata for docker.io/library/alpine:3.18 03:00:00 #33 DONE 0.1s 03:00:00 03:00:00 #36 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-x86_64 03:00:00 #36 DONE 0.5s 03:00:00 03:00:00 #34 [support-notifications stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 03:00:00 #34 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 03:00:00 #34 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 03:00:00 #34 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done 03:00:00 #34 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done 03:00:00 #34 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.1s done 03:00:00 #34 ... 03:00:00 03:00:00 #27 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 03:00:00 #27 DONE 0.0s 03:00:00 03:00:00 #34 [support-notifications stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 03:00:00 #34 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.2s done 03:00:00 #34 ... 03:00:00 03:00:00 #27 [support-cron-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 03:00:00 #27 DONE 0.0s 03:00:00 03:00:00 #27 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 03:00:00 #27 DONE 0.0s 03:00:00 03:00:00 #33 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.18 03:00:00 #33 ... 03:00:00 03:00:00 #27 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 03:00:00 #27 DONE 0.0s 03:00:00 03:00:00 #33 [core-data internal] load metadata for docker.io/library/alpine:3.18 03:00:00 #33 ... 03:00:00 03:00:00 #27 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 03:00:00 #27 DONE 0.0s 03:00:00 03:00:00 #33 [core-keeper internal] load metadata for docker.io/library/alpine:3.18 03:00:01 #33 DONE 1.2s 03:00:01 03:00:01 #36 [support-cron-scheduler builder 1/7] FROM docker.io/library/ci-base-image-x86_64 03:00:01 #36 DONE 0.5s 03:00:01 03:00:01 #37 [support-cron-scheduler builder 2/7] WORKDIR /edgex-go 03:00:01 #37 DONE 1.2s 03:00:01 03:00:01 #34 [support-cron-scheduler stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 03:00:01 #34 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 03:00:01 #34 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 03:00:01 #34 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done 03:00:01 #34 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done 03:00:01 #34 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.1s done 03:00:01 #34 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.2s done 03:00:01 #34 DONE 2.1s 03:00:01 03:00:01 #38 [core-command stage-1 2/8] RUN apk add --update --no-cache dumb-init 03:00:02 #38 ... 03:00:02 03:00:02 #34 [security-spire-server stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 03:00:02 #34 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 03:00:02 #34 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 03:00:02 #34 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done 03:00:02 #34 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done 03:00:02 #34 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.1s done 03:00:02 #34 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.2s done 03:00:02 #34 DONE 2.1s 03:00:02 03:00:02 #39 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 03:00:02 #39 DONE 2.2s 03:00:02 03:00:02 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:00:02 #40 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:00:07 #40 ... 03:00:07 03:00:07 #41 [core-common-config-bootstrapper internal] load build context 03:00:07 #41 transferring context: 224.90MB 6.1s 03:00:07 #41 ... 03:00:07 03:00:07 #42 [security-proxy-auth internal] load build context 03:00:07 #42 ... 03:00:07 03:00:07 #41 [core-common-config-bootstrapper internal] load build context 03:00:10 #41 ... 03:00:10 03:00:10 #43 [core-command internal] load build context 03:00:10 #43 ... 03:00:10 03:00:10 #41 [core-common-config-bootstrapper internal] load build context 03:00:10 #41 ... 03:00:10 03:00:10 #44 [support-notifications internal] load build context 03:00:10 #44 ... 03:00:10 03:00:10 #45 [security-spiffe-token-provider internal] load build context 03:00:10 #45 ... 03:00:10 03:00:10 #46 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 03:00:10 #46 ... 03:00:10 03:00:10 #47 [core-data internal] load build context 03:00:11 #47 ... 03:00:11 03:00:11 #48 [support-cron-scheduler internal] load build context 03:00:11 #48 ... 03:00:11 03:00:11 #49 [support-scheduler internal] load build context 03:00:11 #49 ... 03:00:11 03:00:11 #50 [security-proxy-setup internal] load build context 03:00:11 #50 ... 03:00:11 03:00:11 #51 [security-bootstrapper internal] load build context 03:00:11 #51 ... 03:00:11 03:00:11 #52 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 03:00:11 #0 1.007 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 03:00:11 #0 1.083 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 03:00:11 #0 1.275 OK: 264 MiB in 52 packages 03:00:11 #52 ... 03:00:11 03:00:11 #53 [core-keeper internal] load build context 03:00:11 #53 ... 03:00:11 03:00:11 #54 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 03:00:11 #0 0.601 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 03:00:11 #0 0.925 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 03:00:11 #0 1.214 v3.18.8-83-g228cb8cfc65 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 03:00:11 #0 1.214 v3.18.8-82-gcc6dfa5e9e1 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 03:00:11 #0 1.214 OK: 20078 distinct packages available 03:00:11 #0 1.285 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 03:00:11 #0 1.367 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 03:00:11 #0 1.561 OK: 264 MiB in 52 packages 03:00:12 #54 ... 03:00:12 03:00:12 #55 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 03:00:12 #55 ... 03:00:12 03:00:12 #56 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:00:12 #56 ... 03:00:12 03:00:12 #57 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:00:12 #57 ... 03:00:12 03:00:12 #58 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 03:00:12 #58 ... 03:00:12 03:00:12 #59 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 03:00:12 #0 1.369 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 03:00:12 #0 1.492 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 03:00:12 #0 1.703 OK: 264 MiB in 52 packages 03:00:12 #59 ... 03:00:12 03:00:12 #60 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 03:00:12 #60 ... 03:00:12 03:00:12 #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 03:00:12 #61 ... 03:00:12 03:00:12 #62 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:00:12 #62 ... 03:00:12 03:00:12 #63 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 03:00:12 #63 ... 03:00:12 03:00:12 #64 [security-spire-server internal] load build context 03:00:13 #64 ... 03:00:13 03:00:13 #65 [core-metadata internal] load build context 03:00:13 #65 transferring context: 181.11MB 11.6s 03:00:13 #65 ... 03:00:13 03:00:13 #66 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 03:00:13 #0 1.214 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 03:00:13 #0 1.333 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 03:00:13 #0 1.525 OK: 264 MiB in 52 packages 03:00:13 #66 ... 03:00:13 03:00:13 #67 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 03:00:13 #67 ... 03:00:13 03:00:13 #68 [security-spire-config internal] load build context 03:00:13 #68 ... 03:00:13 03:00:13 #69 [security-secretstore-setup internal] load build context 03:00:13 #69 ... 03:00:13 03:00:13 #65 [core-metadata internal] load build context 03:00:15 #65 ... 03:00:15 03:00:15 #70 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 03:00:15 #70 ... 03:00:15 03:00:15 #65 [core-metadata internal] load build context 03:00:18 #65 transferring context: 485.65MB 16.7s 03:00:18 #65 transferring context: 495.52MB 16.8s done 03:00:18 #65 ... 03:00:18 03:00:18 #42 [security-proxy-auth internal] load build context 03:00:18 #42 transferring context: 495.52MB 14.9s done 03:00:18 #42 ... 03:00:18 03:00:18 #51 [security-bootstrapper internal] load build context 03:00:18 #51 transferring context: 495.52MB 16.7s done 03:00:19 #51 ... 03:00:19 03:00:19 #71 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:00:19 #71 ... 03:00:19 03:00:19 #68 [security-spire-config internal] load build context 03:00:19 #68 transferring context: 25.96kB done 03:00:20 #68 ... 03:00:20 03:00:20 #43 [core-command internal] load build context 03:00:20 #43 transferring context: 495.52MB 12.7s done 03:00:20 #43 ... 03:00:20 03:00:20 #41 [core-common-config-bootstrapper internal] load build context 03:00:20 #41 transferring context: 495.52MB 13.7s done 03:00:20 #41 ... 03:00:20 03:00:20 #45 [security-spiffe-token-provider internal] load build context 03:00:20 #45 transferring context: 495.52MB 14.0s done 03:00:20 #45 ... 03:00:20 03:00:20 #44 [support-notifications internal] load build context 03:00:20 #44 transferring context: 495.52MB 12.2s done 03:00:20 #44 ... 03:00:20 03:00:20 #49 [support-scheduler internal] load build context 03:00:20 #49 transferring context: 495.52MB 16.3s done 03:00:21 #49 ... 03:00:21 03:00:21 #47 [core-data internal] load build context 03:00:21 #47 transferring context: 495.52MB 13.2s done 03:00:21 #47 ... 03:00:21 03:00:21 #48 [support-cron-scheduler internal] load build context 03:00:21 #48 transferring context: 495.52MB 13.0s done 03:00:21 #48 ... 03:00:21 03:00:21 #50 [security-proxy-setup internal] load build context 03:00:21 #50 transferring context: 495.52MB 15.4s done 03:00:21 #50 ... 03:00:21 03:00:21 #53 [core-keeper internal] load build context 03:00:21 #53 transferring context: 495.52MB 15.7s done 03:00:22 Removing intermediate container e6a2da91452e 03:00:22 ---> d41c2ae345ed 03:00:22 Successfully built d41c2ae345ed 03:00:22 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 03:00:22 #53 ... 03:00:22 03:00:22 #40 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:00:22 #40 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 20.2s done [Pipeline] sh 03:00:23 + docker inspect -f . ci-base-image-arm64 03:00:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:00:23 prd-ubuntu20.04-docker-arm64-4c-16g-9550 does not seem to be running inside a container 03:00:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/685 -v /w/workspace/edgex-go/685:/w/workspace/edgex-go/685:rw,z -v /w/workspace/edgex-go/685@tmp:/w/workspace/edgex-go/685@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 03:00:23 #40 ... 03:00:23 03:00:23 #69 [security-secretstore-setup internal] load build context 03:00:23 #69 transferring context: 495.52MB 14.4s done 03:00:24 #69 ... 03:00:24 03:00:24 #46 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 03:00:24 #46 DONE 23.7s 03:00:24 03:00:24 #34 [security-spire-agent stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 03:00:24 #34 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 03:00:24 #34 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 03:00:24 #34 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done 03:00:24 #34 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done 03:00:24 #34 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.1s done 03:00:24 #34 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.2s done 03:00:24 #34 DONE 2.1s 03:00:24 03:00:24 #72 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 03:00:24 #72 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 03:00:24 $ docker top ddd0a6620149bb742732501fd7d8d76b9d92dffd13b2e584625ac5b9fd3c3157 -eo pid,comm [Pipeline] { [Pipeline] sh 03:00:25 + go version 03:00:25 go version go1.21.9 linux/arm64 [Pipeline] } 03:00:25 $ docker stop --time=1 ddd0a6620149bb742732501fd7d8d76b9d92dffd13b2e584625ac5b9fd3c3157 03:00:27 $ docker rm -f --volumes ddd0a6620149bb742732501fd7d8d76b9d92dffd13b2e584625ac5b9fd3c3157 [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 03:00:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:00:27 03:00:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:00:28 latest: Pulling from edgex-devops/edgex-compose-arm64 03:00:28 547446be3368: Pulling fs layer 03:00:28 d125d8839a47: Pulling fs layer 03:00:28 3e85d5ac6304: Pulling fs layer 03:00:28 c3105a71a48b: Pulling fs layer 03:00:28 0f093f025ec4: Pulling fs layer 03:00:28 c3106fc0e877: Pulling fs layer 03:00:28 c3105a71a48b: Waiting 03:00:28 0f093f025ec4: Waiting 03:00:28 c3106fc0e877: Waiting 03:00:28 547446be3368: Verifying Checksum 03:00:28 547446be3368: Download complete 03:00:28 c3105a71a48b: Download complete 03:00:29 d125d8839a47: Verifying Checksum 03:00:29 d125d8839a47: Download complete 03:00:29 c3106fc0e877: Verifying Checksum 03:00:29 c3106fc0e877: Download complete 03:00:29 0f093f025ec4: Verifying Checksum 03:00:29 0f093f025ec4: Download complete 03:00:29 547446be3368: Pull complete 03:00:30 d125d8839a47: Pull complete 03:00:30 #72 ... 03:00:30 03:00:30 #64 [security-spire-server internal] load build context 03:00:30 #64 transferring context: 27.71kB done 03:00:30 3e85d5ac6304: Verifying Checksum 03:00:30 3e85d5ac6304: Download complete 03:00:34 #64 ... 03:00:34 03:00:34 #73 [security-spire-agent internal] load build context 03:00:34 #73 ... 03:00:34 03:00:34 #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:00:34 #40 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 20.2s done 03:00:34 #40 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 03:00:34 #40 sha256:635ef0c15e5d10109d5e7842c7878c49c6edc3c6cbe33257f9a5a7800c36b8fc 1.05kB / 1.05kB done 03:00:34 #40 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done 03:00:34 #40 ... 03:00:34 03:00:34 #71 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:00:34 #71 ... 03:00:34 03:00:34 #72 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 03:00:34 #72 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 6.5s done 03:00:34 #72 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done 03:00:36 #72 ... 03:00:36 03:00:36 #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:00:36 #40 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0B / 283B 4.2s 03:00:36 #40 ... 03:00:36 03:00:36 #54 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 03:00:36 #54 DONE 35.2s 03:00:36 03:00:36 #59 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 03:00:36 #59 DONE 35.2s 03:00:36 03:00:36 #66 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 03:00:36 #66 DONE 35.4s 03:00:36 03:00:36 #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:00:36 #40 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 4.3s done 03:00:36 #40 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0B / 114B 4.3s 03:00:36 #40 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0B / 123.56kB 4.3s 03:00:36 #40 ... 03:00:36 03:00:36 #52 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 03:00:36 #52 DONE 35.3s 03:00:36 03:00:36 #57 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:00:36 #57 DONE 35.2s 03:00:36 03:00:36 #45 [security-spiffe-token-provider internal] load build context 03:00:36 #45 DONE 36.4s 03:00:36 03:00:36 #44 [support-notifications internal] load build context 03:00:36 #44 DONE 36.3s 03:00:36 03:00:36 #48 [support-cron-scheduler internal] load build context 03:00:36 #48 DONE 35.3s 03:00:36 03:00:36 #47 [core-data internal] load build context 03:00:36 #47 DONE 35.3s 03:00:36 03:00:36 #43 [core-command internal] load build context 03:00:36 #43 DONE 36.6s 03:00:36 03:00:36 #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:00:36 #40 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0B / 30.73MB 4.4s 03:00:36 #40 ... 03:00:36 03:00:36 #41 [core-common-config-bootstrapper internal] load build context 03:00:36 #41 DONE 35.3s 03:00:36 03:00:36 #69 [security-secretstore-setup internal] load build context 03:00:36 #69 DONE 35.3s 03:00:36 03:00:36 #42 [security-proxy-auth internal] load build context 03:00:36 #42 DONE 35.4s 03:00:36 03:00:36 #50 [security-proxy-setup internal] load build context 03:00:36 #50 DONE 35.4s 03:00:36 03:00:36 #53 [core-keeper internal] load build context 03:00:36 #53 DONE 35.4s 03:00:36 03:00:36 #49 [support-scheduler internal] load build context 03:00:36 #49 DONE 35.4s 03:00:36 03:00:36 #51 [security-bootstrapper internal] load build context 03:00:36 #51 DONE 35.4s 03:00:36 03:00:36 #65 [core-metadata internal] load build context 03:00:36 #65 DONE 35.4s 03:00:36 03:00:36 #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:00:36 #40 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 4.5s done 03:00:36 #40 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 4.5s done 03:00:36 #40 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done 03:00:36 #40 ... 03:00:36 03:00:36 #68 [security-spire-config internal] load build context 03:00:36 #68 DONE 34.3s 03:00:36 03:00:36 #64 [security-spire-server internal] load build context 03:00:36 #64 DONE 34.3s 03:00:36 03:00:36 #73 [security-spire-agent internal] load build context 03:00:36 #73 transferring context: 27.24kB done 03:00:36 #73 DONE 12.7s 03:00:36 03:00:36 #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:00:36 #40 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done 03:00:36 #40 ... 03:00:36 03:00:36 #74 [support-notifications builder 4/7] COPY go.mod vendor* ./ 03:00:36 #74 DONE 0.3s 03:00:36 03:00:36 #75 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 03:00:36 #75 DONE 0.3s 03:00:36 03:00:36 #76 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 03:00:36 #76 DONE 0.2s 03:00:36 03:00:36 #77 [core-command builder 4/7] COPY go.mod vendor* ./ 03:00:36 #77 DONE 0.3s 03:00:36 03:00:36 #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:00:36 #40 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 6.29MB / 30.73MB 4.7s 03:00:36 #40 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 done 03:00:37 #40 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 29.36MB / 30.73MB 4.9s 03:00:37 #40 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 5.0s done 03:00:37 #40 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0.1s 03:00:38 #40 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 1.2s done 03:00:38 #40 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 1.2s done 03:00:38 #40 ... 03:00:38 03:00:38 #60 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 03:00:38 #60 35.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 03:00:38 #60 35.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 03:00:38 #60 36.12 (1/2) Installing dumb-init (1.2.5-r2) 03:00:38 #60 36.12 (2/2) Installing su-exec (0.2-r3) 03:00:38 #60 36.12 Executing busybox-1.36.1-r7.trigger 03:00:38 #60 36.13 OK: 7 MiB in 17 packages 03:00:38 #60 DONE 36.8s 03:00:38 03:00:38 #62 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:00:38 #62 35.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 03:00:38 #62 35.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 03:00:38 #62 35.71 v3.18.8-83-g228cb8cfc65 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 03:00:38 #62 35.71 v3.18.8-82-gcc6dfa5e9e1 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 03:00:38 #62 35.71 OK: 20072 distinct packages available 03:00:38 #62 35.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 03:00:38 #62 35.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 03:00:38 #62 36.13 (1/11) Installing ca-certificates (20240226-r0) 03:00:38 #62 36.14 (2/11) Installing brotli-libs (1.0.9-r14) 03:00:38 #62 36.19 (3/11) Installing libunistring (1.1-r1) 03:00:38 #62 36.21 (4/11) Installing libidn2 (2.3.4-r1) 03:00:38 #62 36.21 (5/11) Installing nghttp2-libs (1.57.0-r0) 03:00:38 #62 36.22 (6/11) Installing libcurl (8.9.0-r0) 03:00:38 #62 36.23 (7/11) Installing curl (8.9.0-r0) 03:00:38 #62 36.23 (8/11) Installing dumb-init (1.2.5-r2) 03:00:38 #62 36.24 (9/11) Installing musl-obstack (1.2.3-r2) 03:00:38 #62 36.24 (10/11) Installing libucontext (1.2-r2) 03:00:38 #62 36.34 (11/11) Installing gcompat (1.1.0-r1) 03:00:38 #62 36.35 Executing busybox-1.36.1-r7.trigger 03:00:38 #62 36.36 Executing ca-certificates-20240226-r0.trigger 03:00:38 #62 36.43 OK: 12 MiB in 26 packages 03:00:38 #62 DONE 36.8s 03:00:38 03:00:38 #67 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 03:00:38 #67 35.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 03:00:38 #67 35.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 03:00:38 #67 35.67 (1/2) Installing ca-certificates (20240226-r0) 03:00:38 #67 35.68 (2/2) Installing dumb-init (1.2.5-r2) 03:00:38 #67 35.68 Executing busybox-1.36.1-r7.trigger 03:00:38 #67 35.69 Executing ca-certificates-20240226-r0.trigger 03:00:38 #67 35.75 OK: 8 MiB in 17 packages 03:00:38 #67 DONE 36.8s 03:00:38 03:00:38 #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 03:00:38 #61 35.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 03:00:38 #61 36.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 03:00:38 #61 36.33 (1/4) Installing ca-certificates (20240226-r0) 03:00:38 #61 36.34 (2/4) Installing dumb-init (1.2.5-r2) 03:00:38 #61 36.34 (3/4) Installing su-exec (0.2-r3) 03:00:38 #61 36.35 (4/4) Installing yq (4.33.3-r5) 03:00:38 #61 36.41 Executing busybox-1.36.1-r7.trigger 03:00:38 #61 36.42 Executing ca-certificates-20240226-r0.trigger 03:00:38 #61 36.47 OK: 17 MiB in 19 packages 03:00:38 #61 DONE 36.8s 03:00:38 03:00:38 #56 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:00:38 #56 DONE 36.9s 03:00:38 03:00:38 #38 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init 03:00:38 #38 35.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 03:00:38 #38 35.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 03:00:38 #38 35.56 (1/1) Installing dumb-init (1.2.5-r2) 03:00:38 #38 35.56 Executing busybox-1.36.1-r7.trigger 03:00:38 #38 35.57 OK: 7 MiB in 16 packages 03:00:38 #38 DONE 37.1s 03:00:38 03:00:38 #78 [core-metadata stage-1 3/8] RUN apk --no-cache upgrade 03:00:39 #78 ... 03:00:39 03:00:39 #72 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 03:00:39 #72 sha256:b8f0c3debb052bf3ec04f6a01139fc8d0eaea748ab628fea2efcdfd913787512 1.59kB / 1.59kB done 03:00:39 #72 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.2s done 03:00:39 #72 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.2s done 03:00:39 #72 sha256:1fcf53c806298a8fb3f151b1a5597420145ec1ac8dcc22c9b93d48ad1d788b34 1.05kB / 1.05kB done 03:00:39 #72 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 0.4s done 03:00:39 #72 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 0.9s done 03:00:39 #72 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done 03:00:39 #72 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 0.9s done 03:00:39 #72 DONE 15.0s 03:00:39 03:00:39 #63 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 03:00:39 #63 35.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 03:00:39 #63 36.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 03:00:39 #63 36.70 (1/1) Installing dumb-init (1.2.5-r2) 03:00:39 #63 36.76 Executing busybox-1.36.1-r7.trigger 03:00:39 #63 36.79 OK: 7 MiB in 16 packages 03:00:39 #63 DONE 37.1s 03:00:39 03:00:39 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:00:39 #40 DONE 36.8s 03:00:39 03:00:39 #58 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 03:00:39 #58 35.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 03:00:39 #58 36.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 03:00:39 #58 36.87 (1/6) Upgrading libcrypto3 (3.1.6-r0 -> 3.1.7-r0) 03:00:39 #58 36.91 (2/6) Upgrading libssl3 (3.1.6-r0 -> 3.1.7-r0) 03:00:39 #58 36.92 (3/6) Installing dumb-init (1.2.5-r2) 03:00:39 #58 36.93 (4/6) Installing openssl (3.1.7-r0) 03:00:39 #58 36.94 (5/6) Installing su-exec (0.2-r3) 03:00:39 #58 36.94 (6/6) Installing yq (4.33.3-r5) 03:00:39 #58 37.05 Executing busybox-1.36.1-r7.trigger 03:00:39 #58 37.05 OK: 17 MiB in 19 packages 03:00:39 #58 DONE 37.3s 03:00:39 03:00:39 #79 [core-data stage-1 3/8] RUN apk --no-cache upgrade 03:00:40 #79 ... 03:00:40 03:00:40 #55 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 03:00:40 #55 38.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 03:00:40 #55 38.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 03:00:40 #55 38.39 (1/3) Installing ca-certificates (20240226-r0) 03:00:40 #55 38.40 (2/3) Installing dumb-init (1.2.5-r2) 03:00:40 #55 38.41 (3/3) Installing tzdata (2024a-r0) 03:00:40 #55 38.47 Executing busybox-1.36.1-r7.trigger 03:00:40 #55 38.47 Executing ca-certificates-20240226-r0.trigger 03:00:40 #55 38.54 OK: 11 MiB in 18 packages 03:00:40 #55 DONE 38.8s 03:00:40 03:00:40 #70 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 03:00:40 #70 34.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 03:00:40 #70 34.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 03:00:40 #70 34.63 v3.18.8-83-g228cb8cfc65 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 03:00:40 #70 34.63 v3.18.8-82-gcc6dfa5e9e1 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 03:00:40 #70 34.63 OK: 20072 distinct packages available 03:00:40 #70 34.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 03:00:40 #70 34.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 03:00:40 #70 35.02 (1/4) Installing dumb-init (1.2.5-r2) 03:00:40 #70 35.02 (2/4) Installing musl-obstack (1.2.3-r2) 03:00:40 #70 35.02 (3/4) Installing libucontext (1.2-r2) 03:00:40 #70 35.02 (4/4) Installing gcompat (1.1.0-r1) 03:00:40 #70 35.03 Executing busybox-1.36.1-r7.trigger 03:00:40 #70 35.03 OK: 8 MiB in 19 packages 03:00:41 3e85d5ac6304: Pull complete 03:00:41 c3105a71a48b: Pull complete 03:00:41 #70 DONE 35.2s 03:00:41 03:00:41 #80 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 03:00:42 #80 ... 03:00:42 03:00:42 #81 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 03:00:42 #0 4.030 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 03:00:42 #0 4.514 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 03:00:42 #0 5.159 OK: 264 MiB in 52 packages 03:00:42 #81 DONE 5.5s 03:00:42 03:00:42 #82 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 03:00:42 #0 2.463 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 03:00:42 #0 2.553 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 03:00:42 #0 2.824 (1/2) Upgrading libcrypto3 (3.1.6-r0 -> 3.1.7-r0) 03:00:42 #0 2.866 (2/2) Upgrading libssl3 (3.1.6-r0 -> 3.1.7-r0) 03:00:42 #0 2.876 Executing ca-certificates-20240226-r0.trigger 03:00:42 #0 2.995 OK: 8 MiB in 17 packages 03:00:42 #82 DONE 3.2s 03:00:42 03:00:42 #78 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade 03:00:42 #78 2.507 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 03:00:42 #78 2.593 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 03:00:42 #78 2.866 (1/2) Upgrading libcrypto3 (3.1.6-r0 -> 3.1.7-r0) 03:00:42 #78 2.906 (2/2) Upgrading libssl3 (3.1.6-r0 -> 3.1.7-r0) 03:00:42 #78 2.922 OK: 7 MiB in 16 packages 03:00:42 #78 DONE 3.4s 03:00:42 03:00:42 #79 [core-data stage-1 3/8] RUN apk --no-cache upgrade 03:00:42 #79 2.873 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 03:00:42 #79 2.968 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 03:00:42 0f093f025ec4: Pull complete 03:00:42 c3106fc0e877: Pull complete 03:00:42 #79 ... 03:00:42 03:00:42 #71 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:00:42 #71 30.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 03:00:42 #71 31.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 03:00:42 #71 32.15 v3.18.8-83-g228cb8cfc65 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 03:00:42 #71 32.15 v3.18.8-82-gcc6dfa5e9e1 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 03:00:42 #71 32.15 OK: 20072 distinct packages available 03:00:42 #71 32.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 03:00:42 #71 32.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 03:00:42 #71 32.56 (1/7) Upgrading libcrypto3 (3.1.6-r0 -> 3.1.7-r0) 03:00:42 #71 32.59 (2/7) Upgrading libssl3 (3.1.6-r0 -> 3.1.7-r0) 03:00:42 #71 32.60 (3/7) Installing dumb-init (1.2.5-r2) 03:00:42 #71 32.61 (4/7) Installing musl-obstack (1.2.3-r2) 03:00:42 #71 32.62 (5/7) Installing libucontext (1.2-r2) 03:00:42 #71 32.65 (6/7) Installing gcompat (1.1.0-r1) 03:00:42 #71 32.71 (7/7) Installing openssl (3.1.7-r0) 03:00:42 #71 32.75 Executing busybox-1.36.1-r7.trigger 03:00:42 #71 32.76 OK: 8 MiB in 20 packages 03:00:42 #71 DONE 32.9s 03:00:42 03:00:42 #83 [core-keeper builder 5/8] COPY go.mod vendor* ./ 03:00:42 #83 DONE 0.2s 03:00:42 03:00:42 #84 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 03:00:42 #0 2.798 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 03:00:42 #0 2.897 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 03:00:42 #0 3.124 (1/2) Upgrading libcrypto3 (3.1.6-r0 -> 3.1.7-r0) 03:00:42 #0 3.187 (2/2) Upgrading libssl3 (3.1.6-r0 -> 3.1.7-r0) 03:00:42 #0 3.199 Executing ca-certificates-20240226-r0.trigger 03:00:42 #0 3.299 OK: 17 MiB in 19 packages 03:00:42 #84 DONE 3.5s 03:00:42 03:00:42 #85 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 03:00:42 #0 2.812 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 03:00:42 #0 2.900 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 03:00:42 #0 3.225 (1/2) Upgrading libcrypto3 (3.1.6-r0 -> 3.1.7-r0) 03:00:42 #0 3.305 (2/2) Upgrading libssl3 (3.1.6-r0 -> 3.1.7-r0) 03:00:42 #0 3.313 Executing ca-certificates-20240226-r0.trigger 03:00:42 #0 3.380 OK: 12 MiB in 26 packages 03:00:42 #85 DONE 3.5s 03:00:42 03:00:42 #79 [core-data stage-1 3/8] RUN apk --no-cache upgrade 03:00:42 #79 3.246 (1/2) Upgrading libcrypto3 (3.1.6-r0 -> 3.1.7-r0) 03:00:42 #79 3.278 (2/2) Upgrading libssl3 (3.1.6-r0 -> 3.1.7-r0) 03:00:42 #79 3.289 OK: 7 MiB in 16 packages 03:00:42 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 03:00:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:00:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:00:42 prd-ubuntu20.04-docker-arm64-4c-16g-9550 does not seem to be running inside a container 03:00:42 #79 DONE 3.4s 03:00:42 03:00:42 #86 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 03:00:42 #0 2.724 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 03:00:42 #0 2.806 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 03:00:42 #0 3.045 OK: 17 MiB in 19 packages 03:00:42 #86 DONE 3.2s 03:00:42 03:00:42 #87 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 03:00:42 #87 DONE 0.0s 03:00:42 03:00:42 #88 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 03:00:42 $ 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/685 -v /w/workspace/edgex-go/685:/w/workspace/edgex-go/685:rw,z -v /w/workspace/edgex-go/685@tmp:/w/workspace/edgex-go/685@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 03:00:43 #88 ... 03:00:43 03:00:43 #89 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 03:00:43 #0 2.727 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 03:00:43 #0 3.827 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 03:00:43 #0 4.029 (1/2) Upgrading libcrypto3 (3.1.6-r0 -> 3.1.7-r0) 03:00:43 #0 4.077 (2/2) Upgrading libssl3 (3.1.6-r0 -> 3.1.7-r0) 03:00:43 #0 4.083 OK: 7 MiB in 17 packages 03:00:43 #89 DONE 4.3s 03:00:43 03:00:43 #90 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 03:00:43 #0 2.795 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 03:00:43 #0 3.268 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 03:00:43 #0 3.902 (1/1) Installing dumb-init (1.2.5-r2) 03:00:43 #0 4.235 Executing busybox-1.36.1-r7.trigger 03:00:43 #0 4.240 OK: 7 MiB in 16 packages 03:00:43 #90 DONE 4.3s 03:00:43 03:00:43 #91 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 03:00:43 #91 ... 03:00:43 03:00:43 #88 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 03:00:43 #88 1.230 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 03:00:43 #88 1.315 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 03:00:43 #88 1.535 OK: 8 MiB in 20 packages 03:00:43 #88 DONE 1.8s 03:00:43 03:00:43 #80 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 03:00:43 #80 2.461 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 03:00:43 #80 2.576 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 03:00:43 #80 2.776 (1/2) Upgrading libcrypto3 (3.1.6-r0 -> 3.1.7-r0) 03:00:43 #80 2.809 (2/2) Upgrading libssl3 (3.1.6-r0 -> 3.1.7-r0) 03:00:43 #80 2.819 OK: 8 MiB in 19 packages 03:00:43 #80 DONE 3.0s 03:00:44 03:00:44 #92 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:00:44 $ docker top 5fde50c872ea14a0f54a1930318f384e1031bc395b4deb3d85f6cb7cb7e3a5d1 -eo pid,comm [Pipeline] { [Pipeline] sh 03:00:45 + docker compose -f ./docker-compose-build.yml build --parallel 03:00:45 #92 ... 03:00:45 03:00:45 #93 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:00:45 #93 DONE 1.8s 03:00:45 03:00:45 #94 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 03:00:45 #0 2.483 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 03:00:45 #0 3.617 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 03:00:45 #0 3.826 (1/2) Upgrading libcrypto3 (3.1.6-r0 -> 3.1.7-r0) 03:00:45 #0 4.105 (2/2) Upgrading libssl3 (3.1.6-r0 -> 3.1.7-r0) 03:00:45 #0 4.115 Executing ca-certificates-20240226-r0.trigger 03:00:45 #0 4.159 OK: 11 MiB in 18 packages 03:00:45 #94 DONE 5.0s 03:00:45 03:00:45 #95 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 03:00:45 #95 DONE 1.8s 03:00:45 03:00:45 #92 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:00:45 #92 DONE 1.8s 03:00:45 03:00:45 #91 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 03:00:45 #91 DONE 2.7s 03:00:45 03:00:45 #96 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging 03:00:46 #96 ... 03:00:46 03:00:46 #97 [security-spire-server stage-2 5/9] COPY Attribution.txt / 03:00:46 #97 DONE 0.7s 03:00:46 03:00:46 #96 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging 03:00:46 #96 DONE 0.7s 03:00:46 03:00:46 #98 [security-spire-config stage-2 5/10] COPY Attribution.txt / 03:00:46 #98 DONE 0.7s 03:00:46 03:00:46 #99 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:00:46 #99 DONE 0.7s 03:00:46 03:00:46 #100 [security-spire-server stage-2 6/9] COPY security.txt / 03:00:46 #100 DONE 0.0s 03:00:46 03:00:46 #101 [security-spire-config stage-2 6/10] COPY security.txt / 03:00:46 #101 DONE 0.1s 03:00:46 03:00:46 #102 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 03:00:46 #102 DONE 0.1s 03:00:46 03:00:46 #103 [security-spire-agent stage-3 7/10] COPY security.txt / 03:00:46 #103 DONE 0.1s 03:00:46 03:00:46 #104 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 03:00:46 #104 DONE 0.1s 03:00:46 03:00:46 #105 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 03:00:46 #105 DONE 0.1s 03:00:46 03:00:46 #106 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 03:00:46 #106 DONE 0.1s 03:00:46 03:00:46 #107 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 03:00:46 #107 DONE 0.1s 03:00:46 03:00:46 #108 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 03:00:46 #108 DONE 0.1s 03:00:46 03:00:46 #109 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 03:00:46 #109 DONE 0.1s 03:00:46 03:00:46 #110 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 03:00:46 #110 DONE 0.1s 03:00:46 03:00:46 #111 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 03:00:46 #111 DONE 0.1s 03:00:46 03:00:46 #112 [security-spire-config] exporting to image 03:00:46 #112 exporting layers 03:00:46 #112 ... 03:00:46 03:00:46 #113 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 03:00:46 #113 DONE 0.1s 03:00:46 03:00:46 #112 [security-spire-agent] exporting to image 03:00:46 #112 ... 03:00:46 03:00:46 #114 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:00:47 #114 ... 03:00:47 03:00:47 #115 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:00:47 #115 ... 03:00:47 03:00:47 #116 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:00:47 #116 ... 03:00:47 03:00:47 #117 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:00:47 #117 ... 03:00:47 03:00:47 #112 [security-spire-agent] exporting to image 03:00:47 #112 exporting layers 0.6s done 03:00:47 #112 writing image sha256:b058faf579d45e26d151c29d06f8fc5d6730c3d0e05cd6c202a4ea61dc04aeeb 0.0s done 03:00:47 #112 naming to docker.io/library/security-spire-config done 03:00:47 #112 writing image sha256:0c33816046afa4cacd9a56f7cb430edccb8507f1801eff7c9f8299d192c2f83e done 03:00:47 #112 naming to docker.io/library/security-spire-server done 03:00:47 #112 writing image sha256:4bd23ff9d973d692b7c7489a77c2d4d876be92cd401fe29533856833430b6324 done 03:00:47 #112 naming to docker.io/library/security-spire-agent done 03:00:47 #112 DONE 0.8s 03:00:47 03:00:47 #118 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:01:00 #1 [security-proxy-auth internal] load build definition from Dockerfile 03:01:00 #1 transferring dockerfile: 03:01:00 #1 transferring dockerfile: 2.15kB done 03:01:00 #1 DONE 1.0s 03:01:00 03:01:00 #2 [core-command internal] load build definition from Dockerfile 03:01:00 #2 transferring dockerfile: 1.93kB done 03:01:00 #2 DONE 0.0s 03:01:00 03:01:00 #3 [core-data internal] load build definition from Dockerfile 03:01:00 #3 transferring dockerfile: 2.07kB done 03:01:00 #3 DONE 0.1s 03:01:00 03:01:00 #4 [security-proxy-setup internal] load build definition from Dockerfile 03:01:00 #4 transferring dockerfile: 2.50kB done 03:01:00 #4 DONE 0.1s 03:01:00 03:01:00 #5 [security-spire-config internal] load build definition from Dockerfile 03:01:00 #5 transferring dockerfile: 1.69kB done 03:01:00 #5 DONE 0.1s 03:01:00 03:01:00 #6 [support-notifications internal] load build definition from Dockerfile 03:01:00 #6 transferring dockerfile: 1.95kB done 03:01:00 #6 DONE 0.1s 03:01:00 03:01:00 #7 [security-bootstrapper internal] load build definition from Dockerfile 03:01:00 #7 transferring dockerfile: 3.17kB done 03:01:00 #7 DONE 0.1s 03:01:00 03:01:00 #8 [security-spire-agent internal] load build definition from Dockerfile 03:01:00 #8 transferring dockerfile: 1.81kB 0.0s done 03:01:00 #8 DONE 0.1s 03:01:00 03:01:00 #9 [support-cron-scheduler internal] load build definition from Dockerfile 03:01:00 #9 transferring dockerfile: 1.85kB done 03:01:00 #9 DONE 0.1s 03:01:00 03:01:00 #10 [core-keeper internal] load build definition from Dockerfile 03:01:00 #10 transferring dockerfile: 2.01kB 0.0s done 03:01:00 #10 DONE 0.1s 03:01:00 03:01:00 #11 [core-common-config-bootstrapper internal] load build definition from Dockerfile 03:01:00 #11 transferring dockerfile: 2.23kB 0.0s done 03:01:00 #11 DONE 0.1s 03:01:00 03:01:00 #12 [core-metadata internal] load build definition from Dockerfile 03:01:00 #12 transferring dockerfile: 2.06kB done 03:01:00 #12 DONE 0.1s 03:01:00 03:01:00 #13 [security-secretstore-setup internal] load build definition from Dockerfile 03:01:00 #13 transferring dockerfile: 2.49kB done 03:01:00 #13 DONE 0.0s 03:01:00 03:01:00 #14 [security-spire-server internal] load build definition from Dockerfile 03:01:00 #14 transferring dockerfile: 1.70kB done 03:01:00 #14 DONE 0.0s 03:01:00 03:01:00 #15 [support-scheduler internal] load build definition from Dockerfile 03:01:00 #15 transferring dockerfile: 1.93kB done 03:01:00 #15 DONE 0.1s 03:01:00 03:01:00 #16 [security-spiffe-token-provider internal] load build definition from Dockerfile 03:01:00 #16 transferring dockerfile: 1.89kB 0.0s done 03:01:00 #16 DONE 0.1s 03:01:00 03:01:00 #17 [security-proxy-auth internal] load .dockerignore 03:01:00 #17 transferring context: 50B 0.0s done 03:01:00 #17 DONE 0.1s 03:01:00 03:01:00 #18 [core-command internal] load .dockerignore 03:01:00 #18 transferring context: 50B done 03:01:00 #18 DONE 0.1s 03:01:00 03:01:00 #19 [core-data internal] load .dockerignore 03:01:00 #19 transferring context: 50B done 03:01:00 #19 DONE 0.0s 03:01:00 03:01:00 #20 [security-proxy-setup internal] load .dockerignore 03:01:00 #20 transferring context: 50B 0.0s done 03:01:00 #20 DONE 0.1s 03:01:00 03:01:00 #21 [security-spire-config internal] load .dockerignore 03:01:00 #21 transferring context: 50B done 03:01:00 #21 DONE 0.1s 03:01:00 03:01:00 #22 [support-notifications internal] load .dockerignore 03:01:00 #22 transferring context: 50B 0.0s done 03:01:00 #22 DONE 0.1s 03:01:00 03:01:00 #23 [security-bootstrapper internal] load .dockerignore 03:01:00 #23 transferring context: 50B 0.0s done 03:01:00 #23 DONE 0.1s 03:01:00 03:01:00 #24 [security-spire-agent internal] load .dockerignore 03:01:00 #24 transferring context: 50B done 03:01:00 #24 DONE 0.1s 03:01:00 03:01:00 #25 [support-cron-scheduler internal] load .dockerignore 03:01:00 #25 transferring context: 50B done 03:01:00 #25 DONE 0.1s 03:01:00 03:01:00 #26 [core-keeper internal] load .dockerignore 03:01:00 #26 transferring context: 50B done 03:01:00 #26 DONE 0.1s 03:01:00 03:01:00 #27 [core-common-config-bootstrapper internal] load .dockerignore 03:01:00 #27 transferring context: 50B done 03:01:00 #27 DONE 0.1s 03:01:00 03:01:00 #28 [core-metadata internal] load .dockerignore 03:01:00 #28 transferring context: 50B done 03:01:00 #28 DONE 0.1s 03:01:00 03:01:00 #29 [security-secretstore-setup internal] load .dockerignore 03:01:00 #29 transferring context: 50B done 03:01:00 #29 DONE 0.1s 03:01:00 03:01:00 #30 [security-spire-server internal] load .dockerignore 03:01:00 #30 transferring context: 50B done 03:01:00 #30 DONE 0.1s 03:01:00 03:01:00 #31 [support-scheduler internal] load .dockerignore 03:01:00 #31 transferring context: 50B 0.0s done 03:01:00 #31 DONE 0.1s 03:01:00 03:01:00 #32 [security-spiffe-token-provider internal] load .dockerignore 03:01:00 #32 transferring context: 50B done 03:01:00 #32 DONE 0.1s 03:01:00 03:01:00 #33 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:01:00 #33 DONE 0.0s 03:01:00 03:01:00 #34 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.18 03:01:00 #34 ... 03:01:00 03:01:00 #33 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:01:00 #33 DONE 0.0s 03:01:00 03:01:00 #34 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.18 03:01:00 #34 ... 03:01:00 03:01:00 #33 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:01:00 #33 DONE 0.0s 03:01:00 03:01:00 #35 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 03:01:01 #35 ... 03:01:01 03:01:01 #34 [support-notifications internal] load metadata for docker.io/library/alpine:3.18 03:01:01 #34 DONE 3.5s 03:01:01 03:01:01 #36 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 03:01:01 #36 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 03:01:01 #36 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 03:01:01 #36 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 03:01:01 #36 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 03:01:01 #36 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 1.05MB / 3.34MB 0.1s 03:01:02 #36 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.4s done 03:01:02 #36 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 03:01:02 #36 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.4s done 03:01:02 #36 ... 03:01:02 03:01:02 #37 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 03:01:02 #37 DONE 2.6s 03:01:02 03:01:02 #38 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 03:01:02 #38 ... 03:01:02 03:01:02 #35 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 03:01:02 #35 DONE 3.0s 03:01:02 03:01:02 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:01:02 #39 DONE 0.0s 03:01:02 03:01:02 #36 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 03:01:02 #36 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 03:01:02 #36 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 03:01:02 #36 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 03:01:02 #36 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 03:01:02 #36 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.4s done 03:01:04 #36 ... 03:01:04 03:01:04 #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 03:01:04 #40 DONE 0.0s 03:01:04 03:01:04 #36 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 03:01:04 #36 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 03:01:04 #36 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 03:01:04 #36 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 03:01:04 #36 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 03:01:04 #36 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.4s done 03:01:04 #36 ... 03:01:04 03:01:04 #41 [security-spire-server internal] load build context 03:01:04 #41 transferring context: 27.71kB 0.2s done 03:01:04 #41 DONE 1.7s 03:01:04 03:01:04 #36 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 03:01:08 #36 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 4.1s done 03:01:08 #36 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 4.1s done 03:01:08 #36 ... 03:01:08 03:01:08 #42 [security-spire-agent internal] load build context 03:01:08 #42 transferring context: 27.24kB 0.3s done 03:01:08 #42 DONE 3.5s 03:01:08 03:01:08 #43 [security-spire-config internal] load build context 03:01:08 #43 transferring context: 25.96kB 0.3s done 03:01:08 #43 DONE 3.6s 03:01:08 03:01:08 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:01:08 #39 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.8s done 03:01:08 #39 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 03:01:08 #39 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done 03:01:08 #39 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done 03:01:08 #39 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.8s done 03:01:08 #39 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.9s done 03:01:08 #39 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 1.1s done 03:01:08 #39 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.0s done 03:01:08 #39 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 7.34MB / 28.04MB 2.2s 03:01:08 #39 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.1s done 03:01:08 #39 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 9.44MB / 28.04MB 2.3s 03:01:08 #39 ... 03:01:08 03:01:08 #44 [security-spiffe-token-provider internal] load build context 03:01:08 #44 transferring context: 3.10MB 3.1s done 03:01:08 #44 DONE 5.5s 03:01:08 03:01:08 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:01:08 #39 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 13.84MB / 28.04MB 2.5s 03:01:08 #39 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 done 03:01:08 #39 ... 03:01:08 03:01:08 #45 [core-keeper internal] load build context 03:01:08 #45 transferring context: 3.10MB 3.6s done 03:01:08 #45 DONE 5.6s 03:01:08 03:01:08 #46 [core-common-config-bootstrapper internal] load build context 03:01:08 #46 transferring context: 3.10MB 4.8s done 03:01:08 #46 DONE 5.6s 03:01:08 03:01:08 #47 [support-notifications internal] load build context 03:01:08 #47 transferring context: 3.10MB 4.1s done 03:01:08 #47 DONE 5.6s 03:01:08 03:01:08 #48 [security-proxy-setup internal] load build context 03:01:08 #48 transferring context: 3.10MB 4.9s done 03:01:08 #48 DONE 5.7s 03:01:08 03:01:08 #49 [core-data internal] load build context 03:01:08 #49 transferring context: 3.10MB 5.0s done 03:01:08 #49 DONE 5.7s 03:01:08 03:01:08 #50 [security-proxy-auth internal] load build context 03:01:08 #50 transferring context: 3.10MB 4.3s done 03:01:08 #50 DONE 5.6s 03:01:08 03:01:08 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:01:08 #39 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 16.06MB / 28.04MB 2.6s 03:01:08 #39 ... 03:01:08 03:01:08 #51 [security-bootstrapper internal] load build context 03:01:08 #51 transferring context: 3.10MB 5.1s done 03:01:08 #51 DONE 5.7s 03:01:08 03:01:08 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:01:08 #39 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 18.03MB / 28.04MB 2.7s 03:01:08 #39 ... 03:01:08 03:01:08 #52 [support-scheduler internal] load build context 03:01:08 #52 transferring context: 3.10MB 5.2s done 03:01:08 #52 DONE 5.9s 03:01:08 03:01:08 #53 [security-secretstore-setup internal] load build context 03:01:08 #53 transferring context: 3.10MB 5.1s done 03:01:08 #53 DONE 5.9s 03:01:08 03:01:08 #54 [core-metadata internal] load build context 03:01:08 #54 transferring context: 3.10MB 5.2s done 03:01:08 #54 DONE 5.9s 03:01:08 03:01:08 #55 [support-cron-scheduler internal] load build context 03:01:08 #55 transferring context: 3.10MB 5.1s done 03:01:08 #55 DONE 5.8s 03:01:08 03:01:08 #56 [core-command internal] load build context 03:01:08 #56 transferring context: 3.10MB 5.1s done 03:01:08 #56 DONE 5.8s 03:01:08 03:01:08 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:01:08 #39 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 20.97MB / 28.04MB 2.8s 03:01:08 #39 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 27.26MB / 28.04MB 3.0s 03:01:08 #39 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 3.1s done 03:01:08 #39 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 3.1s done 03:01:08 #39 ... 03:01:08 03:01:08 #38 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 03:01:08 #38 DONE 8.5s 03:01:08 03:01:08 #57 [security-proxy-auth builder 2/7] WORKDIR /edgex-go 03:01:09 #57 DONE 2.3s 03:01:09 03:01:09 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:01:09 #39 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 0.4s 03:01:13 #39 ... 03:01:13 03:01:13 #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 03:01:13 #40 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.0s done 03:01:13 #40 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done 03:01:13 #40 sha256:1cbbb4d32abefab6d582ffdf2ecab3a33d813855ce9593d156b424aad59c2bc6 1.05kB / 1.05kB done 03:01:13 #40 sha256:9869d663529914e12e63d3ebe0579063a79fb13f870d88333173c39a993fe22a 1.59kB / 1.59kB done 03:01:13 #40 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.2s done 03:01:13 #40 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.3s done 03:01:13 #40 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.0s done 03:01:13 #40 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 0.8s done 03:01:13 #40 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.32MB / 18.32MB 2.0s done 03:01:13 #40 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done 03:01:13 #40 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 5.7s 03:01:13 #40 ... 03:01:13 03:01:13 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:01:14 #39 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 5.6s 03:01:17 #39 ... 03:01:17 03:01:17 #58 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:01:17 #58 DONE 9.5s 03:01:17 03:01:17 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:01:17 #39 ... 03:01:17 03:01:17 #59 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 03:01:17 #0 9.050 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 03:01:17 #59 ... 03:01:17 03:01:17 #60 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 03:01:17 #60 ... 03:01:17 03:01:17 #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 03:01:17 #0 8.033 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 03:01:17 #0 8.879 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 03:01:17 #61 ... 03:01:17 03:01:17 #62 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 03:01:17 #0 8.967 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 03:01:17 #0 10.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 03:01:17 #62 ... 03:01:17 03:01:17 #63 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:01:18 #63 ... 03:01:18 03:01:18 #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 03:01:18 #0 10.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 03:01:18 #64 ... 03:01:18 03:01:18 #36 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 03:01:18 #36 ... 03:01:18 03:01:18 #65 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 03:01:18 #0 9.743 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 03:01:18 #65 ... 03:01:18 03:01:18 #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:01:18 #0 7.584 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 03:01:18 #0 8.247 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 03:01:18 #66 ... 03:01:18 03:01:18 #67 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 03:01:18 #0 6.967 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 03:01:18 #0 7.511 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 03:01:18 #0 9.572 (1/1) Installing dumb-init (1.2.5-r2) 03:01:18 #0 9.669 Executing busybox-1.36.1-r7.trigger 03:01:18 #0 9.758 OK: 8 MiB in 16 packages 03:01:18 #67 ... 03:01:18 03:01:18 #68 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 03:01:18 #0 8.660 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 03:01:18 #0 9.745 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 03:01:18 #68 ... 03:01:18 03:01:18 #67 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init 03:01:18 #67 DONE 13.1s 03:01:18 03:01:18 #69 [support-scheduler stage-1 3/9] RUN apk --no-cache upgrade 03:01:19 #69 ... 03:01:19 03:01:19 #70 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 03:01:19 #70 ... 03:01:19 03:01:19 #71 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 03:01:19 #71 ... 03:01:19 03:01:19 #72 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 03:01:19 #0 9.675 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 03:01:19 #72 ... 03:01:19 03:01:19 #73 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:01:20 #73 ... 03:01:20 03:01:20 #74 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 03:01:20 #0 9.590 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 03:01:20 #74 ... 03:01:20 03:01:20 #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:01:20 #66 12.67 v3.18.8-83-g228cb8cfc65 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 03:01:20 #66 12.67 v3.18.8-82-gcc6dfa5e9e1 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 03:01:20 #66 12.67 OK: 19948 distinct packages available 03:01:20 #66 ... 03:01:20 03:01:20 #73 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:01:20 #73 DONE 11.1s 03:01:20 03:01:20 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:01:20 #39 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 12.1s 03:01:24 #39 ... 03:01:24 03:01:24 #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 03:01:24 #40 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 12.7s done 03:01:24 #40 ... 03:01:24 03:01:24 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:01:25 #118 DONE 39.7s 03:01:25 03:01:25 #115 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:01:25 #115 DONE 45.0s 03:01:25 03:01:25 #116 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:01:25 #116 DONE 45.0s 03:01:25 03:01:25 #114 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:01:25 #114 DONE 45.0s 03:01:25 03:01:25 #117 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:01:25 #117 DONE 45.0s 03:01:25 03:01:25 #119 [security-secretstore-setup builder 6/7] COPY . . 03:01:25 #39 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 17.3s 03:01:25 #39 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 17.3s done 03:01:26 #39 ... 03:01:26 03:01:26 #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 03:01:26 #61 15.89 (1/6) Upgrading libcrypto3 (3.1.6-r0 -> 3.1.7-r0) 03:01:26 #61 16.44 (2/6) Upgrading libssl3 (3.1.6-r0 -> 3.1.7-r0) 03:01:26 #61 16.56 (3/6) Installing dumb-init (1.2.5-r2) 03:01:26 #61 16.58 (4/6) Installing openssl (3.1.7-r0) 03:01:26 #61 16.74 (5/6) Installing su-exec (0.2-r3) 03:01:26 #61 16.76 (6/6) Installing yq (4.33.3-r5) 03:01:26 #61 17.70 Executing busybox-1.36.1-r7.trigger 03:01:26 #61 17.85 OK: 18 MiB in 19 packages 03:01:26 #61 DONE 19.4s 03:01:26 03:01:26 #75 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 03:01:27 #75 ... 03:01:27 03:01:27 #76 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 03:01:27 #0 6.189 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 03:01:27 #0 8.258 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 03:01:27 #76 ... 03:01:27 03:01:27 #62 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 03:01:27 #62 16.99 (1/2) Installing ca-certificates (20240226-r0) 03:01:27 #62 17.37 (2/2) Installing dumb-init (1.2.5-r2) 03:01:27 #62 17.41 Executing busybox-1.36.1-r7.trigger 03:01:27 #62 17.49 Executing ca-certificates-20240226-r0.trigger 03:01:27 #62 19.05 OK: 9 MiB in 17 packages 03:01:27 #62 ... 03:01:27 03:01:27 #65 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 03:01:27 #65 11.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 03:01:27 #65 17.86 (1/2) Installing dumb-init (1.2.5-r2) 03:01:27 #65 17.90 (2/2) Installing su-exec (0.2-r3) 03:01:27 #65 17.92 Executing busybox-1.36.1-r7.trigger 03:01:27 #65 18.17 OK: 8 MiB in 17 packages 03:01:27 #65 DONE 20.2s 03:01:27 03:01:27 #77 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 03:01:28 #77 ... 03:01:28 03:01:28 #59 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 03:01:28 #59 10.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 03:01:28 #59 17.26 v3.18.8-83-g228cb8cfc65 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 03:01:28 #59 17.26 v3.18.8-82-gcc6dfa5e9e1 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 03:01:28 #59 17.26 OK: 19948 distinct packages available 03:01:28 #59 18.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 03:01:28 #59 20.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 03:01:28 #59 ... 03:01:28 03:01:28 #68 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 03:01:28 #68 15.46 (1/3) Installing ca-certificates (20240226-r0) 03:01:28 #68 16.15 (2/3) Installing dumb-init (1.2.5-r2) 03:01:28 #68 16.19 (3/3) Installing tzdata (2024a-r0) 03:01:28 #68 19.95 Executing busybox-1.36.1-r7.trigger 03:01:28 #68 20.19 Executing ca-certificates-20240226-r0.trigger 03:01:29 #68 ... 03:01:29 03:01:29 #60 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 03:01:29 #60 11.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 03:01:29 #60 13.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 03:01:29 #60 18.88 (1/1) Installing dumb-init (1.2.5-r2) 03:01:29 #60 18.93 Executing busybox-1.36.1-r7.trigger 03:01:29 #60 19.11 OK: 8 MiB in 16 packages 03:01:29 #60 ... 03:01:29 03:01:29 #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 03:01:29 #64 12.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 03:01:29 #64 18.48 (1/4) Installing ca-certificates (20240226-r0) 03:01:29 #64 18.97 (2/4) Installing dumb-init (1.2.5-r2) 03:01:29 #64 18.98 (3/4) Installing su-exec (0.2-r3) 03:01:29 #64 19.02 (4/4) Installing yq (4.33.3-r5) 03:01:29 #64 20.84 Executing busybox-1.36.1-r7.trigger 03:01:29 #64 21.00 Executing ca-certificates-20240226-r0.trigger 03:01:29 #64 ... 03:01:29 03:01:29 #68 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 03:01:29 #68 21.68 OK: 12 MiB in 18 packages 03:01:29 #68 ... 03:01:29 03:01:29 #60 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 03:01:29 #60 DONE 21.9s 03:01:29 03:01:29 #62 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 03:01:29 #62 DONE 22.0s 03:01:29 03:01:29 #78 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 03:01:30 #78 ... 03:01:30 03:01:30 #63 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:01:30 #63 12.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 03:01:30 #63 14.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 03:01:30 #63 21.26 v3.18.8-83-g228cb8cfc65 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 03:01:30 #63 21.26 v3.18.8-82-gcc6dfa5e9e1 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 03:01:30 #63 21.26 OK: 19948 distinct packages available 03:01:30 #63 22.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 03:01:30 #63 ... 03:01:30 03:01:30 #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 03:01:30 #64 22.12 OK: 18 MiB in 19 packages 03:01:30 #64 ... 03:01:30 03:01:30 #79 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 03:01:30 #0 4.176 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 03:01:30 #0 6.223 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 03:01:30 #79 ... 03:01:30 03:01:30 #70 [core-command builder 3/7] RUN apk add --update --no-cache make git 03:01:30 #70 11.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 03:01:30 #70 13.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 03:01:30 #70 19.65 OK: 266 MiB in 52 packages 03:01:30 #70 DONE 23.0s 03:01:30 03:01:30 #80 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 03:01:30 #80 ... 03:01:30 03:01:30 #72 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 03:01:30 #72 13.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 03:01:30 #72 19.94 OK: 266 MiB in 52 packages 03:01:30 #72 DONE 21.3s 03:01:30 03:01:30 #81 [support-notifications builder 4/7] COPY go.mod vendor* ./ 03:01:31 #81 ... 03:01:31 03:01:31 #74 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 03:01:31 #74 12.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 03:01:31 #74 16.86 v3.18.8-83-g228cb8cfc65 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 03:01:31 #74 16.86 v3.18.8-82-gcc6dfa5e9e1 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 03:01:31 #74 16.86 OK: 19954 distinct packages available 03:01:31 #74 18.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 03:01:31 #74 20.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 03:01:31 #74 ... 03:01:31 03:01:31 #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:01:31 #66 13.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 03:01:31 #66 16.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 03:01:31 #66 23.37 (1/11) Installing ca-certificates (20240226-r0) 03:01:31 #66 ... 03:01:31 03:01:31 #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 03:01:31 #64 DONE 24.0s 03:01:31 03:01:31 #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:01:31 #66 24.08 (2/11) Installing brotli-libs (1.0.9-r14) 03:01:31 #66 ... 03:01:31 03:01:31 #71 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 03:01:31 #71 12.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 03:01:31 #71 14.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 03:01:31 #71 21.84 OK: 266 MiB in 52 packages 03:01:31 #71 ... 03:01:31 03:01:31 #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:01:31 #66 24.15 (3/11) Installing libunistring (1.1-r1) 03:01:31 #119 DONE 8.9s 03:01:31 03:01:31 #120 [security-spiffe-token-provider builder 6/7] COPY . . 03:01:31 #120 DONE 8.9s 03:01:31 03:01:31 #121 [core-keeper builder 7/8] COPY . . 03:01:31 #121 DONE 8.9s 03:01:31 03:01:31 #122 [support-cron-scheduler builder 6/7] COPY . . 03:01:31 #122 CACHED 03:01:31 03:01:31 #123 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ 03:01:31 #123 CACHED 03:01:31 03:01:31 #124 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:01:31 #124 CACHED 03:01:31 03:01:31 #125 [support-notifications builder 6/7] COPY . . 03:01:31 #125 DONE 8.9s 03:01:31 03:01:31 #126 [security-proxy-auth builder 6/7] COPY . . 03:01:31 #126 CACHED 03:01:31 03:01:31 #127 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 03:01:31 #127 CACHED 03:01:31 03:01:31 #128 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:01:31 #128 CACHED 03:01:31 03:01:31 #129 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:01:31 #129 CACHED 03:01:31 03:01:31 #130 [core-metadata builder 6/7] COPY . . 03:01:31 #130 CACHED 03:01:31 03:01:31 #131 [core-metadata builder 4/7] COPY go.mod vendor* ./ 03:01:31 #131 CACHED 03:01:31 03:01:31 #132 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:01:31 #132 CACHED 03:01:31 03:01:31 #133 [core-data builder 4/7] COPY go.mod vendor* ./ 03:01:31 #133 CACHED 03:01:31 03:01:31 #134 [core-data builder 6/7] COPY . . 03:01:31 #134 CACHED 03:01:31 03:01:31 #135 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:01:31 #135 CACHED 03:01:31 03:01:31 #136 [core-common-config-bootstrapper builder 6/7] COPY . . 03:01:31 #136 CACHED 03:01:31 03:01:31 #137 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 03:01:31 #137 CACHED 03:01:31 03:01:31 #138 [support-scheduler builder 6/7] COPY . . 03:01:31 #138 CACHED 03:01:31 03:01:31 #139 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 03:01:31 #139 CACHED 03:01:31 03:01:31 #140 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:01:31 #140 CACHED 03:01:31 03:01:31 #141 [security-bootstrapper builder 6/7] COPY . . 03:01:31 #141 CACHED 03:01:31 03:01:31 #142 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 03:01:31 #142 CACHED 03:01:31 03:01:31 #143 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:01:31 #143 CACHED 03:01:31 03:01:31 #144 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:01:31 #144 CACHED 03:01:31 03:01:31 #145 [security-proxy-setup builder 6/7] COPY . . 03:01:31 #145 CACHED 03:01:31 03:01:31 #146 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 03:01:31 #146 CACHED 03:01:31 03:01:31 #147 [core-command builder 6/7] COPY . . 03:01:31 #147 DONE 8.9s 03:01:31 03:01:31 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 03:01:31 #148 1.092 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 03:01:31 #66 24.36 (4/11) Installing libidn2 (2.3.4-r1) 03:01:31 #66 24.43 (5/11) Installing nghttp2-libs (1.57.0-r0) 03:01:31 #66 ... 03:01:31 03:01:31 #68 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 03:01:31 #68 DONE 24.5s 03:01:31 03:01:31 #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:01:31 #66 24.48 (6/11) Installing libcurl (8.9.0-r0) 03:01:31 #66 24.53 (7/11) Installing curl (8.9.0-r0) 03:01:32 #66 ... 03:01:32 03:01:32 #81 [support-notifications builder 4/7] COPY go.mod vendor* ./ 03:01:32 #81 DONE 1.5s 03:01:32 03:01:32 #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:01:32 #66 24.57 (8/11) Installing dumb-init (1.2.5-r2) 03:01:32 #66 24.63 (9/11) Installing musl-obstack (1.2.3-r2) 03:01:32 #66 24.63 (10/11) Installing libucontext (1.2-r2) 03:01:32 #66 24.71 (11/11) Installing gcompat (1.1.0-r1) 03:01:32 #66 24.79 Executing busybox-1.36.1-r7.trigger 03:01:32 #66 24.91 Executing ca-certificates-20240226-r0.trigger 03:01:32 #66 ... 03:01:32 03:01:32 #71 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 03:01:32 #71 DONE 23.3s 03:01:32 03:01:32 #63 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:01:32 #63 25.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 03:01:32 #63 ... 03:01:32 03:01:32 #80 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 03:01:32 #80 DONE 2.3s 03:01:32 03:01:32 #82 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:01:34 #82 ... 03:01:34 03:01:34 #83 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 03:01:34 #83 DONE 1.7s 03:01:34 03:01:34 #76 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 03:01:34 #76 15.44 (1/1) Installing dumb-init (1.2.5-r2) 03:01:34 #76 16.59 Executing busybox-1.36.1-r7.trigger 03:01:34 #76 16.72 OK: 8 MiB in 16 packages 03:01:34 #76 ... 03:01:34 03:01:34 #69 [support-scheduler stage-1 3/9] RUN apk --no-cache upgrade 03:01:34 #69 5.760 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 03:01:34 #69 7.619 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 03:01:34 #69 14.20 (1/2) Upgrading libcrypto3 (3.1.6-r0 -> 3.1.7-r0) 03:01:34 #69 14.85 (2/2) Upgrading libssl3 (3.1.6-r0 -> 3.1.7-r0) 03:01:34 #69 14.97 OK: 8 MiB in 16 packages 03:01:34 #69 ... 03:01:34 03:01:34 #59 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 03:01:34 #59 26.20 (1/4) Installing dumb-init (1.2.5-r2) 03:01:34 #59 26.21 (2/4) Installing musl-obstack (1.2.3-r2) 03:01:34 #59 26.25 (3/4) Installing libucontext (1.2-r2) 03:01:34 #59 26.28 (4/4) Installing gcompat (1.1.0-r1) 03:01:34 #59 26.31 Executing busybox-1.36.1-r7.trigger 03:01:34 #59 26.52 OK: 8 MiB in 19 packages 03:01:35 #59 ... 03:01:35 03:01:35 #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:01:35 #66 26.16 OK: 13 MiB in 26 packages 03:01:35 #66 DONE 27.6s 03:01:35 03:01:35 #84 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 03:01:35 #84 ... 03:01:35 03:01:35 #59 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 03:01:35 #59 DONE 28.1s 03:01:35 03:01:35 #76 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 03:01:35 #76 DONE 18.7s 03:01:35 03:01:35 #69 [support-scheduler stage-1 3/9] RUN apk --no-cache upgrade 03:01:35 #69 DONE 18.6s 03:01:35 03:01:35 #85 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 03:01:36 #85 ... 03:01:36 03:01:36 #79 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 03:01:36 #79 13.52 OK: 266 MiB in 52 packages 03:01:36 #79 DONE 15.5s 03:01:36 03:01:36 #86 [core-keeper builder 5/8] COPY go.mod vendor* ./ 03:01:36 #86 ... 03:01:36 03:01:36 #74 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 03:01:36 #74 26.35 OK: 266 MiB in 52 packages 03:01:36 #74 DONE 26.9s 03:01:36 03:01:36 #87 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 03:01:37 #87 ... 03:01:37 03:01:37 #75 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 03:01:37 #75 5.624 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 03:01:37 #75 7.447 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 03:01:37 #75 9.894 OK: 18 MiB in 19 packages 03:01:37 #75 DONE 10.5s 03:01:37 03:01:37 #63 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:01:37 #63 29.15 (1/7) Upgrading libcrypto3 (3.1.6-r0 -> 3.1.7-r0) 03:01:37 #63 29.39 (2/7) Upgrading libssl3 (3.1.6-r0 -> 3.1.7-r0) 03:01:37 #63 29.43 (3/7) Installing dumb-init (1.2.5-r2) 03:01:37 #63 29.46 (4/7) Installing musl-obstack (1.2.3-r2) 03:01:37 #63 29.52 (5/7) Installing libucontext (1.2-r2) 03:01:37 #63 29.52 (6/7) Installing gcompat (1.1.0-r1) 03:01:37 #63 29.55 (7/7) Installing openssl (3.1.7-r0) 03:01:37 #63 29.64 Executing busybox-1.36.1-r7.trigger 03:01:37 #63 29.68 OK: 9 MiB in 20 packages 03:01:37 #63 ... 03:01:37 03:01:37 #88 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 03:01:37 #88 DONE 0.3s 03:01:37 03:01:37 #63 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:01:37 #63 DONE 30.4s 03:01:37 03:01:37 #89 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:01:37 #89 ... 03:01:37 03:01:37 #87 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 03:01:37 #87 DONE 1.8s 03:01:38 03:01:38 #90 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:01:38 #90 ... 03:01:38 03:01:38 #86 [core-keeper builder 5/8] COPY go.mod vendor* ./ 03:01:38 #86 DONE 2.4s 03:01:38 03:01:38 #77 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 03:01:38 #77 10.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 03:01:39 #77 11.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 03:01:39 #77 ... 03:01:39 03:01:39 #91 [core-data stage-1 3/8] RUN apk --no-cache upgrade 03:01:39 #0 9.938 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 03:01:39 #91 ... 03:01:39 03:01:39 #92 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 03:01:41 #92 ... 03:01:41 03:01:41 #93 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 03:01:41 #93 10.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 03:01:41 #93 ... 03:01:41 03:01:41 #77 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 03:01:41 #77 13.20 (1/2) Upgrading libcrypto3 (3.1.6-r0 -> 3.1.7-r0) 03:01:41 #77 13.36 (2/2) Upgrading libssl3 (3.1.6-r0 -> 3.1.7-r0) 03:01:41 #77 13.41 OK: 8 MiB in 17 packages 03:01:41 #148 ... 03:01:41 03:01:41 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:01:41 #0 0.510 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 03:01:41 #149 ... 03:01:41 03:01:41 #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:01:41 #0 0.678 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 03:01:41 #150 ... 03:01:41 03:01:41 #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:01:41 #0 0.793 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 03:01:41 #151 ... 03:01:41 03:01:41 #152 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 03:01:41 #0 1.510 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 03:01:41 #152 ... 03:01:41 03:01:41 #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 03:01:41 #0 0.436 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 03:01:41 #153 ... 03:01:41 03:01:41 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 03:01:41 #0 1.541 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:01:41 #154 ... 03:01:41 03:01:41 #155 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 03:01:41 #0 1.189 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 03:01:41 #155 ... 03:01:41 03:01:41 #156 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:01:41 #0 1.607 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 03:01:41 #156 ... 03:01:41 03:01:41 #157 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 03:01:41 #0 0.419 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 03:01:42 #157 ... 03:01:42 03:01:42 #158 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:01:42 #0 0.797 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:01:42 #158 ... 03:01:42 03:01:42 #159 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:01:42 #0 1.492 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 03:01:42 #77 DONE 14.4s 03:01:42 03:01:42 #94 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 03:01:42 #94 ... 03:01:42 03:01:42 #95 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 03:01:42 #159 ... 03:01:42 03:01:42 #160 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:01:42 #0 1.204 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:01:42 #95 ... 03:01:42 03:01:42 #96 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:01:42 #96 ... 03:01:42 03:01:42 #85 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 03:01:42 #85 6.793 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 03:01:42 #85 ... 03:01:42 03:01:42 #91 [core-data stage-1 3/8] RUN apk --no-cache upgrade 03:01:42 #91 10.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 03:01:42 #91 12.15 (1/2) Upgrading libcrypto3 (3.1.6-r0 -> 3.1.7-r0) 03:01:42 #91 12.49 (2/2) Upgrading libssl3 (3.1.6-r0 -> 3.1.7-r0) 03:01:42 #91 12.56 OK: 8 MiB in 16 packages 03:01:42 #91 DONE 13.6s 03:01:43 03:01:43 #84 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 03:01:43 #84 8.120 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 03:01:45 #84 9.671 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 03:01:45 #84 ... 03:01:45 03:01:45 #94 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 03:01:45 #94 DONE 3.0s 03:01:45 03:01:45 #97 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging 03:01:45 #97 DONE 0.2s 03:01:45 03:01:45 #92 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 03:01:45 #92 6.237 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 03:01:45 #92 7.358 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 03:01:46 #92 ... 03:01:46 03:01:46 #78 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 03:01:46 #78 10.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 03:01:46 #78 11.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 03:01:46 #78 14.49 (1/2) Upgrading libcrypto3 (3.1.6-r0 -> 3.1.7-r0) 03:01:46 #78 14.97 (2/2) Upgrading libssl3 (3.1.6-r0 -> 3.1.7-r0) 03:01:46 #78 15.07 Executing ca-certificates-20240226-r0.trigger 03:01:46 #78 16.22 OK: 9 MiB in 17 packages 03:01:46 #78 DONE 17.1s 03:01:46 03:01:46 #95 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 03:01:46 #95 11.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 03:01:46 #95 12.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 03:01:47 #95 15.89 (1/2) Upgrading libcrypto3 (3.1.6-r0 -> 3.1.7-r0) 03:01:48 #95 16.14 (2/2) Upgrading libssl3 (3.1.6-r0 -> 3.1.7-r0) 03:01:48 #95 16.20 Executing ca-certificates-20240226-r0.trigger 03:01:48 #95 ... 03:01:48 03:01:48 #98 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:01:48 #98 ... 03:01:48 03:01:48 #84 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 03:01:48 #84 12.70 (1/2) Upgrading libcrypto3 (3.1.6-r0 -> 3.1.7-r0) 03:01:48 #84 13.04 (2/2) Upgrading libssl3 (3.1.6-r0 -> 3.1.7-r0) 03:01:48 #84 13.08 Executing ca-certificates-20240226-r0.trigger 03:01:49 #84 ... 03:01:49 03:01:49 #92 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 03:01:49 #92 10.27 OK: 9 MiB in 20 packages 03:01:49 #92 DONE 11.0s 03:01:49 03:01:49 #99 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 03:01:49 #99 ... 03:01:49 03:01:49 #85 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 03:01:49 #85 8.160 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 03:01:49 #85 11.96 (1/2) Upgrading libcrypto3 (3.1.6-r0 -> 3.1.7-r0) 03:01:49 #85 12.19 (2/2) Upgrading libssl3 (3.1.6-r0 -> 3.1.7-r0) 03:01:49 #85 12.24 OK: 8 MiB in 19 packages 03:01:49 #85 DONE 13.4s 03:01:49 03:01:49 #95 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 03:01:49 #95 17.26 OK: 12 MiB in 18 packages 03:01:49 #95 ... 03:01:49 03:01:49 #93 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 03:01:49 #93 11.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 03:01:49 #93 15.38 (1/2) Upgrading libcrypto3 (3.1.6-r0 -> 3.1.7-r0) 03:01:49 #93 15.67 (2/2) Upgrading libssl3 (3.1.6-r0 -> 3.1.7-r0) 03:01:49 #93 15.71 Executing ca-certificates-20240226-r0.trigger 03:01:49 #93 16.59 OK: 18 MiB in 19 packages 03:01:49 #93 DONE 18.0s 03:01:49 03:01:49 #100 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:01:50 #100 ... 03:01:50 03:01:50 #84 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 03:01:50 #84 13.90 OK: 13 MiB in 26 packages 03:01:50 #84 DONE 15.0s 03:01:50 03:01:50 #101 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:01:50 #101 ... 03:01:50 03:01:50 #95 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 03:01:50 #95 DONE 18.4s 03:01:50 03:01:50 #90 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:01:51 #90 ... 03:01:51 03:01:51 #99 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 03:01:51 #99 DONE 2.5s 03:01:51 03:01:51 #101 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:01:51 #101 DONE 2.6s 03:01:51 03:01:51 #100 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:01:51 #100 DONE 2.5s 03:01:51 03:01:51 #102 [security-spire-server stage-2 5/9] COPY Attribution.txt / 03:01:51 #102 ... 03:01:51 03:01:51 #103 [security-spire-config stage-2 5/10] COPY Attribution.txt / 03:01:51 #103 DONE 0.2s 03:01:51 03:01:51 #102 [security-spire-server stage-2 5/9] COPY Attribution.txt / 03:01:51 #102 DONE 0.2s 03:01:51 03:01:51 #104 [security-spire-server stage-2 6/9] COPY security.txt / 03:01:51 #104 DONE 0.2s 03:01:51 03:01:51 #105 [security-spire-config stage-2 6/10] COPY security.txt / 03:01:51 #105 DONE 0.2s 03:01:51 03:01:51 #106 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 03:01:52 #106 DONE 0.2s 03:01:52 03:01:52 #107 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 03:01:52 #107 DONE 0.3s 03:01:52 03:01:52 #108 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 03:01:52 #108 DONE 0.3s 03:01:52 03:01:52 #109 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 03:01:52 #109 DONE 0.4s 03:01:52 03:01:52 #110 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 03:01:52 #110 DONE 0.3s 03:01:52 03:01:52 #111 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 03:01:52 #111 DONE 0.3s 03:01:52 03:01:52 #112 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:01:54 #112 DONE 2.7s 03:01:54 03:01:54 #113 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 03:01:54 #113 DONE 0.3s 03:01:54 03:01:54 #114 [security-spire-agent stage-3 7/10] COPY security.txt / 03:01:54 #114 DONE 0.2s 03:01:54 03:01:54 #115 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 03:01:55 #115 DONE 0.2s 03:01:55 03:01:55 #116 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 03:01:55 #116 DONE 0.2s 03:01:55 03:01:55 #117 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 03:01:55 #117 DONE 0.2s 03:01:55 03:01:55 #118 [security-spire-config] exporting to image 03:01:55 #118 exporting layers 03:01:56 #118 exporting layers 3.2s done 03:01:56 #118 writing image sha256:3ee0e8e765b910a218368988abbccdc7ec54b233f0911e903c49e45a6a1f7985 0.1s done 03:01:56 #118 naming to docker.io/library/security-spire-server-arm64 03:01:56 #118 exporting layers 3.3s done 03:01:56 #118 naming to docker.io/library/security-spire-server-arm64 0.0s done 03:01:56 #118 writing image sha256:815c29476ffe26662a8097ea2a9d5f1abd65d422d29e22987e27bf60131d443e done 03:01:56 #118 naming to docker.io/library/security-spire-config-arm64 03:01:56 #118 naming to docker.io/library/security-spire-config-arm64 done 03:01:57 #118 exporting layers 1.7s done 03:01:57 #118 writing image sha256:298489ae6f2d6eb7e2215106b933a3df74767e406db1444536ceca3cdfa78800 done 03:01:57 #118 naming to docker.io/library/security-spire-agent-arm64 done 03:01:57 #118 DONE 4.4s 03:01:57 03:01:57 #36 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 03:03:18 #160 94.36 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:03:18 #36 ... 03:03:18 03:03:18 #82 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:03:18 #82 DONE 104.4s 03:03:18 03:03:18 #98 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:03:18 #98 DONE 98.8s 03:03:18 03:03:18 #119 [core-common-config-bootstrapper builder 6/7] COPY . . 03:03:18 #119 ... 03:03:18 03:03:18 #90 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:03:18 #90 DONE 99.2s 03:03:18 03:03:18 #89 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:03:18 #89 DONE 102.8s 03:03:18 03:03:18 #96 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:03:18 #96 DONE 105.0s 03:03:18 03:03:18 #120 [security-spiffe-token-provider builder 6/7] COPY . . 03:03:18 #120 ... 03:03:18 03:03:18 #119 [core-common-config-bootstrapper builder 6/7] COPY . . 03:03:18 #119 DONE 1.6s 03:03:18 03:03:18 #120 [security-spiffe-token-provider builder 6/7] COPY . . 03:03:18 #120 DONE 1.5s 03:03:18 03:03:18 #121 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 03:03:18 #121 CACHED 03:03:18 03:03:18 #122 [support-scheduler builder 6/7] COPY . . 03:03:18 #122 CACHED 03:03:18 03:03:18 #123 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:03:18 #123 CACHED 03:03:18 03:03:18 #124 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:03:18 #124 CACHED 03:03:18 03:03:18 #125 [core-metadata builder 4/7] COPY go.mod vendor* ./ 03:03:18 #125 CACHED 03:03:18 03:03:18 #126 [core-metadata builder 6/7] COPY . . 03:03:18 #126 CACHED 03:03:18 03:03:18 #127 [support-notifications builder 6/7] COPY . . 03:03:18 #127 DONE 1.6s 03:03:18 03:03:18 #128 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:03:18 #128 CACHED 03:03:18 03:03:18 #129 [support-cron-scheduler builder 6/7] COPY . . 03:03:18 #129 CACHED 03:03:18 03:03:18 #130 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ 03:03:18 #130 CACHED 03:03:18 03:03:18 #131 [core-keeper builder 7/8] COPY . . 03:03:18 #131 DONE 1.7s 03:03:18 03:03:18 #132 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:03:18 #132 CACHED 03:03:18 03:03:18 #133 [core-data builder 6/7] COPY . . 03:03:18 #133 CACHED 03:03:18 03:03:18 #134 [core-data builder 4/7] COPY go.mod vendor* ./ 03:03:18 #134 CACHED 03:03:18 03:03:18 #135 [core-command builder 4/7] COPY go.mod vendor* ./ 03:03:18 #135 CACHED 03:03:18 03:03:18 #136 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:03:18 #136 CACHED 03:03:18 03:03:18 #137 [core-command builder 6/7] COPY . . 03:03:18 #137 CACHED 03:03:18 03:03:18 #138 [security-proxy-auth builder 6/7] COPY . . 03:03:18 #138 CACHED 03:03:18 03:03:18 #139 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 03:03:18 #139 CACHED 03:03:18 03:03:18 #140 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:03:18 #140 CACHED 03:03:18 03:03:18 #141 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 03:03:18 #141 ... 03:03:18 03:03:18 #142 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 03:03:18 #142 CACHED 03:03:18 03:03:18 #143 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:03:18 #143 CACHED 03:03:18 03:03:18 #144 [security-secretstore-setup builder 6/7] COPY . . 03:03:18 #144 CACHED 03:03:18 03:03:18 #145 [security-proxy-setup builder 6/7] COPY . . 03:03:18 #145 DONE 1.7s 03:03:18 03:03:18 #146 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:03:18 #146 CACHED 03:03:18 03:03:18 #147 [security-bootstrapper builder 6/7] COPY . . 03:03:18 #147 CACHED 03:03:18 03:03:18 #148 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 03:03:18 #148 CACHED 03:03:19 03:03:19 #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:03:24 #149 ... 03:03:24 03:03:24 #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:03:24 #0 5.303 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:03:25 #150 ... 03:03:25 03:03:25 #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:03:25 #0 6.437 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 03:03:27 #151 ... 03:03:27 03:03:27 #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 03:03:27 #0 7.790 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 03:03:27 #152 ... 03:03:27 03:03:27 #141 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 03:03:27 #141 8.059 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 03:03:28 #141 ... 03:03:28 03:03:28 #153 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 03:03:28 #0 6.412 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 03:03:28 #153 ... 03:03:28 03:03:28 #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:03:28 #0 8.116 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 03:03:29 #154 ... 03:03:29 03:03:29 #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:03:29 #0 7.062 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 03:03:29 #155 ... 03:03:29 03:03:29 #156 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 03:03:29 #0 8.505 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 03:03:29 #156 ... 03:03:29 03:03:29 #157 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:03:29 #0 6.658 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 03:03:29 #157 ... 03:03:29 03:03:29 #158 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:03:29 #0 7.281 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 03:03:29 #158 ... 03:03:29 03:03:29 #159 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 03:03:29 #0 8.468 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 03:03:30 #159 ... 03:03:30 03:03:30 #160 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 03:03:30 #0 6.783 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:03:30 #160 ... 03:03:30 03:03:30 #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:03:30 #149 8.497 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:04:26 #160 DONE 165.2s 03:04:26 03:04:26 #152 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 03:04:26 #152 DONE 165.2s 03:04:26 03:04:26 #156 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:04:26 #156 DONE 165.2s 03:04:26 03:04:26 #157 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 03:04:26 #157 DONE 165.2s 03:04:26 03:04:26 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 03:04:26 #148 DONE 165.2s 03:04:26 03:04:26 #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:04:26 #151 DONE 165.2s 03:04:26 03:04:26 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:04:26 #149 DONE 165.3s 03:04:26 03:04:26 #161 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 03:04:26 #161 ... 03:04:26 03:04:26 #158 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:04:26 #158 DONE 165.5s 03:04:26 03:04:26 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 03:04:26 #154 DONE 165.7s 03:04:26 03:04:26 #155 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 03:04:26 #155 DONE 165.7s 03:04:26 03:04:26 #162 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 03:04:26 #162 ... 03:04:26 03:04:26 #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 03:04:26 #153 DONE 165.7s 03:04:26 03:04:26 #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:04:26 #150 DONE 165.8s 03:04:26 03:04:26 #159 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:04:26 #159 DONE 165.7s 03:04:26 03:04:26 #163 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:04:26 #163 ... 03:04:26 03:04:26 #161 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 03:04:26 #161 DONE 0.7s 03:04:26 03:04:26 #164 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 03:04:26 #164 ... 03:04:26 03:04:26 #165 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 03:04:26 #165 DONE 1.0s 03:04:26 03:04:26 #162 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 03:04:26 #162 DONE 0.7s 03:04:26 03:04:26 #166 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 03:04:26 #166 DONE 0.9s 03:04:26 03:04:26 #167 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:04:26 #167 DONE 0.9s 03:04:26 03:04:26 #168 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 03:04:26 #168 DONE 1.1s 03:04:26 03:04:26 #169 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 03:04:26 #169 DONE 0.6s 03:04:26 03:04:26 #170 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:04:26 #170 DONE 0.4s 03:04:26 03:04:26 #164 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 03:04:26 #164 DONE 0.4s 03:04:26 03:04:26 #163 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:04:26 #163 DONE 0.6s 03:04:26 03:04:26 #171 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:04:26 #171 ... 03:04:26 03:04:26 #172 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 03:04:26 #172 DONE 0.8s 03:04:26 03:04:26 #173 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 03:04:26 #173 DONE 0.8s 03:04:26 03:04:26 #174 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 03:04:26 #174 CACHED 03:04:26 03:04:26 #175 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 03:04:26 #175 CACHED 03:04:26 03:04:26 #176 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 03:04:26 #176 CACHED 03:04:26 03:04:26 #177 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 03:04:26 #177 CACHED 03:04:26 03:04:26 #178 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 03:04:26 #178 DONE 0.8s 03:04:26 03:04:26 #179 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:04:26 #179 CACHED 03:04:26 03:04:26 #180 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:04:26 #180 CACHED 03:04:26 03:04:26 #181 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:04:26 #181 DONE 0.8s 03:04:26 03:04:26 #182 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 03:04:26 #182 DONE 0.8s 03:04:26 03:04:26 #183 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 03:04:26 #183 DONE 0.8s 03:04:26 03:04:26 #184 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 03:04:26 #184 CACHED 03:04:26 03:04:26 #185 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 03:04:26 #185 CACHED 03:04:26 03:04:26 #186 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:04:26 #186 DONE 0.8s 03:04:26 03:04:26 #171 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:04:26 #171 DONE 0.9s 03:04:26 03:04:26 #187 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / 03:04:26 #187 ... 03:04:26 03:04:26 #188 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 03:04:26 #188 DONE 2.2s 03:04:26 03:04:26 #189 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 03:04:26 #189 DONE 2.2s 03:04:26 03:04:26 #112 [core-keeper] exporting to image 03:04:26 #112 exporting layers 03:04:26 #112 ... 03:04:26 03:04:26 #190 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:04:26 #190 DONE 3.0s 03:04:26 03:04:26 #191 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 03:04:26 #191 DONE 2.9s 03:04:26 03:04:26 #192 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:04:26 #192 DONE 3.0s 03:04:26 03:04:26 #193 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 03:04:26 #193 DONE 3.0s 03:04:26 03:04:26 #194 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:04:26 #194 DONE 3.0s 03:04:26 03:04:26 #195 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:04:26 #195 DONE 3.0s 03:04:26 03:04:26 #112 [core-keeper] exporting to image 03:04:26 #112 exporting layers 0.9s done 03:04:26 #112 ... 03:04:26 03:04:26 #196 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 03:04:26 #196 DONE 3.0s 03:04:26 03:04:26 #187 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / 03:04:26 #187 DONE 2.9s 03:04:26 03:04:26 #197 [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 03:04:26 #197 DONE 3.0s 03:04:26 03:04:26 #198 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:04:26 #198 DONE 3.0s 03:04:26 03:04:26 #199 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh 03:04:26 #199 DONE 4.1s 03:04:26 03:04:26 #200 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 03:04:26 #200 ... 03:04:26 03:04:26 #201 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 03:04:26 #201 DONE 0.5s 03:04:26 03:04:26 #202 [core-data stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 03:04:26 #202 DONE 0.5s 03:04:26 03:04:26 #203 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 03:04:26 #203 DONE 0.5s 03:04:26 03:04:26 #204 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 03:04:26 #204 DONE 0.5s 03:04:26 03:04:26 #205 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 03:04:26 #205 DONE 0.5s 03:04:26 03:04:26 #206 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 03:04:26 #206 DONE 0.5s 03:04:26 03:04:26 #207 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 03:04:26 #207 DONE 0.5s 03:04:26 03:04:26 #208 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res 03:04:26 #208 DONE 0.5s 03:04:26 03:04:26 #209 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 03:04:26 #209 DONE 0.5s 03:04:26 03:04:26 #210 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 03:04:26 #210 DONE 0.5s 03:04:26 03:04:26 #112 [support-scheduler] exporting to image 03:04:26 #112 ... 03:04:26 03:04:26 #200 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 03:04:26 #200 DONE 0.5s 03:04:26 03:04:26 #112 [support-notifications] exporting to image 03:04:26 #112 ... 03:04:26 03:04:26 #211 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / 03:04:26 #211 DONE 0.6s 03:04:26 03:04:26 #212 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 03:04:26 #212 DONE 0.4s 03:04:26 03:04:26 #213 [core-data stage-1 8/8] COPY --from=builder /edgex-go/cmd/core-data/res/db/ /res/db/ 03:04:26 #213 DONE 0.5s 03:04:26 03:04:26 #112 [core-data] exporting to image 03:04:26 #112 writing image sha256:325cd0674b95519fbae9dfbb0cf6b378b9d0e0ddddfc899775ab0c0bb7020908 03:04:26 #112 ... 03:04:26 03:04:26 #214 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 03:04:26 #214 DONE 0.5s 03:04:26 03:04:26 #215 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:04:26 #215 DONE 0.6s 03:04:26 03:04:26 #216 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 03:04:26 #216 DONE 0.6s 03:04:26 03:04:26 #112 [core-keeper] exporting to image 03:04:26 #112 exporting layers 0.5s done 03:04:26 #112 writing image sha256:325cd0674b95519fbae9dfbb0cf6b378b9d0e0ddddfc899775ab0c0bb7020908 0.1s done 03:04:26 #112 naming to docker.io/library/core-keeper done 03:04:26 #112 ... 03:04:26 03:04:26 #217 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:04:26 #217 DONE 0.5s 03:04:26 03:04:26 #218 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / 03:04:26 #218 DONE 0.2s 03:04:26 03:04:26 #219 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 03:04:26 #219 DONE 0.2s 03:04:26 03:04:26 #112 [core-keeper] exporting to image 03:04:26 #112 exporting layers 0.6s done 03:04:26 #112 ... 03:04:26 03:04:26 #220 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:04:26 #220 DONE 0.4s 03:04:26 03:04:26 #112 [core-keeper] exporting to image 03:04:26 #112 writing image sha256:ea18846e5b4d7ae433270776f015dedb1f084de66e0a0ef80fbc0a86aed4106a 03:04:26 #112 writing image sha256:c2345088c8be5694a2fe5885f600fee9ee89082feebe7895332a0fa933bed613 03:04:26 #112 writing image sha256:dc50ec6bc802c5605070fcc5b32e9a7804a043f5317b35b936d46ae91ad3cbdc 03:04:26 #112 ... 03:04:26 03:04:26 #221 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 03:04:26 #221 DONE 0.3s 03:04:26 03:04:26 #112 [support-scheduler] exporting to image 03:04:26 #112 exporting layers 1.0s done 03:04:26 #112 writing image sha256:ea18846e5b4d7ae433270776f015dedb1f084de66e0a0ef80fbc0a86aed4106a 0.1s done 03:04:26 #112 writing image sha256:c2345088c8be5694a2fe5885f600fee9ee89082feebe7895332a0fa933bed613 0.1s done 03:04:26 #112 writing image sha256:dc50ec6bc802c5605070fcc5b32e9a7804a043f5317b35b936d46ae91ad3cbdc 0.1s done 03:04:26 #112 naming to docker.io/library/security-spiffe-token-provider done 03:04:26 #112 naming to docker.io/library/core-command done 03:04:26 #112 naming to docker.io/library/support-scheduler done 03:04:26 #112 exporting layers 0.6s done 03:04:26 #112 writing image sha256:cad2116845605a02629c1d3aff01b83b3fb74a5f01007069fba1ef8dcc3cff34 done 03:04:26 #112 writing image sha256:f0bd28ea495560d8ddd7d6ed8281228f1fc95e68d5e98749a67b2e13c6fad584 done 03:04:26 #112 naming to docker.io/library/core-metadata done 03:04:26 #112 naming to docker.io/library/support-notifications done 03:04:26 #112 writing image sha256:89a679a27e00c860c2a880a55d4940df11bd326f2e019f4a5d84664e9c7d253e done 03:04:26 #112 writing image sha256:f796618b62976c0259f1c6bb46cd1ae409cc2e5a4346910744f2d8f646a62f7b done 03:04:26 #112 naming to docker.io/library/support-cron-scheduler done 03:04:26 #112 naming to docker.io/library/core-data done 03:04:26 #112 DONE 3.3s 03:04:26 03:04:26 #222 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 03:04:26 #222 DONE 0.1s 03:04:26 03:04:26 #223 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:04:26 #223 DONE 0.1s 03:04:26 03:04:26 #224 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:04:26 #224 ... 03:04:26 03:04:26 #225 [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/ 03:04:26 #225 DONE 0.1s 03:04:26 03:04:26 #226 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:04:26 #226 DONE 0.7s 03:04:26 03:04:26 #227 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:04:26 #227 DONE 0.8s 03:04:26 03:04:26 #228 [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/ 03:04:26 #228 DONE 0.1s 03:04:26 03:04:26 #229 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:04:26 #229 DONE 0.7s 03:04:26 03:04:26 #230 [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/ 03:04:26 #230 DONE 0.1s 03:04:26 03:04:26 #112 [security-proxy-setup] exporting to image 03:04:26 #112 writing image sha256:13601f72190fa9a457e34dbe8a6147f91c93d32976cf1944868e313d6b993322 0.0s done 03:04:26 #112 naming to docker.io/library/core-common-config-bootstrapper done 03:04:26 #112 ... 03:04:26 03:04:26 #231 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 03:04:26 #231 DONE 0.1s 03:04:26 03:04:26 #232 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 03:04:26 #232 DONE 0.1s 03:04:26 03:04:26 #112 [security-proxy-auth] exporting to image 03:04:26 #112 exporting layers 0.3s done 03:04:26 #112 writing image sha256:e6cda61b1d731efda92efda6ba8e559ddb55d6624dbc0db087f095773a0f77a5 0.0s done 03:04:26 #112 naming to docker.io/library/security-proxy-auth done 03:04:26 #112 ... 03:04:26 03:04:26 #224 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:04:26 #224 DONE 0.7s 03:04:26 03:04:26 #112 [security-secretstore-setup] exporting to image 03:04:26 #112 writing image sha256:a8861ce35101c1303ce41799e8be543ac3d74a8c2ec684a863ec13585b99ebe9 done 03:04:26 #112 naming to docker.io/library/security-proxy-setup done 03:04:26 #112 exporting layers 0.2s done 03:04:26 #112 writing image sha256:dedf2f8a3ccec7c0dda0860e74c365913142a3ec8c7dcac79739f95846b6c6f5 done 03:04:26 #112 naming to docker.io/library/security-secretstore-setup done 03:04:26 #112 DONE 3.9s 03:04:26 03:04:26 #233 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh 03:04:26 #233 DONE 0.6s 03:04:26 03:04:26 #112 [security-bootstrapper] exporting to image 03:04:26 #112 exporting layers 0.2s done 03:04:26 #112 writing image sha256:026f1212cf474e568f3bb9400b662d22bef601d9484ac09977bfff2b4bea7839 done 03:04:26 #112 naming to docker.io/library/security-bootstrapper done 03:04:26 #112 DONE 4.1s 03:04:26 time="2024-09-06T02:59:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:04:26 time="2024-09-06T02:59:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:04:26 time="2024-09-06T02:59:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:04:26 time="2024-09-06T02:59:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:04:26 time="2024-09-06T02:59:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:04:26 time="2024-09-06T02:59:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:04:26 time="2024-09-06T02:59:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:04:26 time="2024-09-06T02:59:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:04:26 time="2024-09-06T02:59:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:04:26 time="2024-09-06T02:59:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:04:26 time="2024-09-06T02:59:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:04:26 time="2024-09-06T02:59:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:04:26 time="2024-09-06T02:59:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:04:26 time="2024-09-06T02:59:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:04:26 time="2024-09-06T02:59:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:04:26 time="2024-09-06T02:59:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 03:04:26 $ docker stop --time=1 d5ff6d92907faa9d58cafb8d6f0561ddbc380c54365ad7e0e3808953dc05fdc2 03:04:28 $ docker rm -f --volumes d5ff6d92907faa9d58cafb8d6f0561ddbc380c54365ad7e0e3808953dc05fdc2 [Pipeline] // withDockerContainer [Pipeline] sh 03:04:28 + docker images 03:04:28 REPOSITORY TAG IMAGE ID CREATED SIZE 03:04:28 security-bootstrapper latest 026f1212cf47 5 seconds ago 24MB 03:04:28 security-proxy-setup latest a8861ce35101 6 seconds ago 31.3MB 03:04:28 security-proxy-auth latest e6cda61b1d73 6 seconds ago 38.1MB 03:04:28 core-common-config-bootstrapper latest 13601f72190f 6 seconds ago 20.3MB 03:04:28 security-secretstore-setup latest dedf2f8a3cce 6 seconds ago 42.3MB 03:04:28 core-metadata latest f0bd28ea4955 7 seconds ago 44.9MB 03:04:28 core-command latest ea18846e5b4d 7 seconds ago 40.6MB 03:04:28 security-spiffe-token-provider latest c2345088c8be 7 seconds ago 34.1MB 03:04:28 core-data latest f796618b6297 7 seconds ago 44.7MB 03:04:28 support-cron-scheduler latest 89a679a27e00 7 seconds ago 49.4MB 03:04:28 support-notifications latest cad211684560 7 seconds ago 47.8MB 03:04:28 support-scheduler latest dc50ec6bc802 7 seconds ago 47MB 03:04:28 core-keeper latest 325cd0674b95 9 seconds ago 39.5MB 03:04:28 security-spire-config latest b058faf579d4 3 minutes ago 125MB 03:04:28 security-spire-agent latest 4bd23ff9d973 3 minutes ago 187MB 03:04:28 security-spire-server latest 0c33816046af 3 minutes ago 126MB 03:04:28 ci-base-image-x86_64 latest 27888cf27291 7 minutes ago 971MB 03:04:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine f489d0715acc 4 months ago 565MB 03:04:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 15 months ago 334MB 03:04:28 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 03:04:28 provisioning config files... 03:04:28 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/685@tmp/config11746742514679264270tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:04:28 ---> ****-login.sh 03:04:28 nexus3.edgexfoundry.org:10001 03:04:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:04:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:04:28 Configure a credential helper to remove this warning. See 03:04:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:04:28 03:04:28 Login Succeeded 03:04:28 nexus3.edgexfoundry.org:10002 03:04:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:04:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:04:28 Configure a credential helper to remove this warning. See 03:04:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:04:28 03:04:28 Login Succeeded 03:04:28 nexus3.edgexfoundry.org:10003 03:04:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:04:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:04:29 Configure a credential helper to remove this warning. See 03:04:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:04:29 03:04:29 Login Succeeded 03:04:29 nexus3.edgexfoundry.org:10004 03:04:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:04:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:04:29 Configure a credential helper to remove this warning. See 03:04:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:04:29 03:04:29 Login Succeeded 03:04:29 ****.io 03:04:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:04:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:04:29 Configure a credential helper to remove this warning. See 03:04:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:04:29 03:04:29 Login Succeeded 03:04:29 ---> ****-login.sh ends [Pipeline] } 03:04:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:04:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 03:04:29 [edgeXDocker.push] Tagging docker image core-command with the following tags: 03:04:29 6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:04:29 latest 03:04:29 3.2.0-dev.64 03:04:29 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:04:29 main 03:04:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:04:30 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:04:30 + docker push nexus3.edgexfoundry.org:10004/core-command:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:04:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 03:04:30 fb29a5d2e59b: Preparing 03:04:30 8773672cb1ef: Preparing 03:04:30 e744a22f553e: Preparing 03:04:30 ad3253c6e60b: Preparing 03:04:30 9956371f8c0e: Preparing 03:04:30 235dbefcc197: Preparing 03:04:30 ce7f800efff9: Preparing 03:04:30 235dbefcc197: Waiting 03:04:30 ce7f800efff9: Waiting 03:04:30 e744a22f553e: Pushed 03:04:30 ad3253c6e60b: Pushed 03:04:30 fb29a5d2e59b: Pushed 03:04:30 ce7f800efff9: Layer already exists 03:04:30 235dbefcc197: Pushed 03:04:30 9956371f8c0e: Pushed 03:04:33 8773672cb1ef: Pushed 03:04:33 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:229df6ea645efd99747a39446c951fa43f1cbd9b12bb30c0d78ba7996d79d115 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:04:33 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:04:34 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 03:04:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 03:04:34 fb29a5d2e59b: Preparing 03:04:34 8773672cb1ef: Preparing 03:04:34 e744a22f553e: Preparing 03:04:34 ad3253c6e60b: Preparing 03:04:34 9956371f8c0e: Preparing 03:04:34 235dbefcc197: Preparing 03:04:34 ce7f800efff9: Preparing 03:04:34 235dbefcc197: Waiting 03:04:34 ce7f800efff9: Waiting 03:04:34 8773672cb1ef: Layer already exists 03:04:34 9956371f8c0e: Layer already exists 03:04:34 ad3253c6e60b: Layer already exists 03:04:34 fb29a5d2e59b: Layer already exists 03:04:34 e744a22f553e: Layer already exists 03:04:34 ce7f800efff9: Layer already exists 03:04:34 235dbefcc197: Layer already exists 03:04:34 latest: digest: sha256:229df6ea645efd99747a39446c951fa43f1cbd9b12bb30c0d78ba7996d79d115 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:04:34 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:04:34 + docker push nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.64 03:04:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 03:04:34 fb29a5d2e59b: Preparing 03:04:34 8773672cb1ef: Preparing 03:04:34 e744a22f553e: Preparing 03:04:34 ad3253c6e60b: Preparing 03:04:34 9956371f8c0e: Preparing 03:04:34 235dbefcc197: Preparing 03:04:34 ce7f800efff9: Preparing 03:04:34 ce7f800efff9: Waiting 03:04:34 235dbefcc197: Waiting 03:04:34 fb29a5d2e59b: Layer already exists 03:04:34 e744a22f553e: Layer already exists 03:04:34 8773672cb1ef: Layer already exists 03:04:34 9956371f8c0e: Layer already exists 03:04:34 ad3253c6e60b: Layer already exists 03:04:34 235dbefcc197: Layer already exists 03:04:34 ce7f800efff9: Layer already exists 03:04:34 3.2.0-dev.64: digest: sha256:229df6ea645efd99747a39446c951fa43f1cbd9b12bb30c0d78ba7996d79d115 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:04:35 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:04:35 + docker push nexus3.edgexfoundry.org:10004/core-command:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:04:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 03:04:35 fb29a5d2e59b: Preparing 03:04:35 8773672cb1ef: Preparing 03:04:35 e744a22f553e: Preparing 03:04:35 ad3253c6e60b: Preparing 03:04:35 9956371f8c0e: Preparing 03:04:35 235dbefcc197: Preparing 03:04:35 ce7f800efff9: Preparing 03:04:35 235dbefcc197: Waiting 03:04:35 ce7f800efff9: Waiting 03:04:35 e744a22f553e: Layer already exists 03:04:35 9956371f8c0e: Layer already exists 03:04:35 ad3253c6e60b: Layer already exists 03:04:35 8773672cb1ef: Layer already exists 03:04:35 fb29a5d2e59b: Layer already exists 03:04:35 ce7f800efff9: Layer already exists 03:04:35 235dbefcc197: Layer already exists 03:04:35 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:229df6ea645efd99747a39446c951fa43f1cbd9b12bb30c0d78ba7996d79d115 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:04:35 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:04:36 + docker push nexus3.edgexfoundry.org:10004/core-command:main 03:04:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 03:04:36 fb29a5d2e59b: Preparing 03:04:36 8773672cb1ef: Preparing 03:04:36 e744a22f553e: Preparing 03:04:36 ad3253c6e60b: Preparing 03:04:36 9956371f8c0e: Preparing 03:04:36 235dbefcc197: Preparing 03:04:36 ce7f800efff9: Preparing 03:04:36 235dbefcc197: Waiting 03:04:36 ce7f800efff9: Waiting 03:04:36 9956371f8c0e: Layer already exists 03:04:36 fb29a5d2e59b: Layer already exists 03:04:36 ad3253c6e60b: Layer already exists 03:04:36 e744a22f553e: Layer already exists 03:04:36 8773672cb1ef: Layer already exists 03:04:36 235dbefcc197: Layer already exists 03:04:36 ce7f800efff9: Layer already exists 03:04:36 main: digest: sha256:229df6ea645efd99747a39446c951fa43f1cbd9b12bb30c0d78ba7996d79d115 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:04:36 ===================================================== [Pipeline] echo 03:04:36 taggedImages: 03:04:36 - nexus3.edgexfoundry.org:10004/core-command:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:04:36 - nexus3.edgexfoundry.org:10004/core-command:latest 03:04:36 - nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.64 03:04:36 - nexus3.edgexfoundry.org:10004/core-command:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:04:36 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 03:04:36 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 03:04:36 6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:04:36 latest 03:04:36 3.2.0-dev.64 03:04:36 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:04:36 main 03:04:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:04:36 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:04:36 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:04:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 03:04:36 ea1c1ee870c8: Preparing 03:04:36 2185a609adfa: Preparing 03:04:36 85d33c34ae97: Preparing 03:04:36 54442b19a923: Preparing 03:04:36 e744a22f553e: Preparing 03:04:36 ad3253c6e60b: Preparing 03:04:36 9956371f8c0e: Preparing 03:04:36 235dbefcc197: Preparing 03:04:36 ce7f800efff9: Preparing 03:04:36 ce7f800efff9: Waiting 03:04:36 ad3253c6e60b: Waiting 03:04:36 235dbefcc197: Waiting 03:04:36 9956371f8c0e: Waiting 03:04:36 e744a22f553e: Layer already exists 03:04:36 ad3253c6e60b: Layer already exists 03:04:36 9956371f8c0e: Layer already exists 03:04:36 235dbefcc197: Layer already exists 03:04:36 ce7f800efff9: Layer already exists 03:04:36 2185a609adfa: Pushed 03:04:36 ea1c1ee870c8: Pushed 03:04:36 85d33c34ae97: Pushed 03:04:37 54442b19a923: Pushed 03:04:37 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:28946993e11b087463ed8060c131ccb633acd26f6ccef10e490bce1d9bc43295 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:04:38 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:04:38 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 03:04:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 03:04:38 ea1c1ee870c8: Preparing 03:04:38 2185a609adfa: Preparing 03:04:38 85d33c34ae97: Preparing 03:04:38 54442b19a923: Preparing 03:04:38 e744a22f553e: Preparing 03:04:38 ad3253c6e60b: Preparing 03:04:38 9956371f8c0e: Preparing 03:04:38 235dbefcc197: Preparing 03:04:38 ce7f800efff9: Preparing 03:04:38 9956371f8c0e: Waiting 03:04:38 ad3253c6e60b: Waiting 03:04:38 235dbefcc197: Waiting 03:04:38 ce7f800efff9: Waiting 03:04:38 ea1c1ee870c8: Layer already exists 03:04:38 2185a609adfa: Layer already exists 03:04:38 85d33c34ae97: Layer already exists 03:04:38 54442b19a923: Layer already exists 03:04:38 e744a22f553e: Layer already exists 03:04:38 9956371f8c0e: Layer already exists 03:04:38 ad3253c6e60b: Layer already exists 03:04:38 235dbefcc197: Layer already exists 03:04:38 ce7f800efff9: Layer already exists 03:04:38 latest: digest: sha256:28946993e11b087463ed8060c131ccb633acd26f6ccef10e490bce1d9bc43295 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:04:38 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:04:39 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.64 03:04:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 03:04:39 ea1c1ee870c8: Preparing 03:04:39 2185a609adfa: Preparing 03:04:39 85d33c34ae97: Preparing 03:04:39 54442b19a923: Preparing 03:04:39 e744a22f553e: Preparing 03:04:39 ad3253c6e60b: Preparing 03:04:39 9956371f8c0e: Preparing 03:04:39 235dbefcc197: Preparing 03:04:39 ce7f800efff9: Preparing 03:04:39 9956371f8c0e: Waiting 03:04:39 235dbefcc197: Waiting 03:04:39 ce7f800efff9: Waiting 03:04:39 ad3253c6e60b: Waiting 03:04:39 85d33c34ae97: Layer already exists 03:04:39 2185a609adfa: Layer already exists 03:04:39 54442b19a923: Layer already exists 03:04:39 ea1c1ee870c8: Layer already exists 03:04:39 e744a22f553e: Layer already exists 03:04:39 235dbefcc197: Layer already exists 03:04:39 ce7f800efff9: Layer already exists 03:04:39 ad3253c6e60b: Layer already exists 03:04:39 9956371f8c0e: Layer already exists 03:04:39 3.2.0-dev.64: digest: sha256:28946993e11b087463ed8060c131ccb633acd26f6ccef10e490bce1d9bc43295 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:04:39 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:04:39 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:04:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 03:04:39 ea1c1ee870c8: Preparing 03:04:39 2185a609adfa: Preparing 03:04:39 85d33c34ae97: Preparing 03:04:39 54442b19a923: Preparing 03:04:39 e744a22f553e: Preparing 03:04:39 ad3253c6e60b: Preparing 03:04:39 9956371f8c0e: Preparing 03:04:39 ad3253c6e60b: Waiting 03:04:39 9956371f8c0e: Waiting 03:04:39 235dbefcc197: Preparing 03:04:39 ce7f800efff9: Preparing 03:04:39 235dbefcc197: Waiting 03:04:39 ce7f800efff9: Waiting 03:04:39 2185a609adfa: Layer already exists 03:04:39 ea1c1ee870c8: Layer already exists 03:04:39 85d33c34ae97: Layer already exists 03:04:39 54442b19a923: Layer already exists 03:04:39 e744a22f553e: Layer already exists 03:04:39 235dbefcc197: Layer already exists 03:04:39 ad3253c6e60b: Layer already exists 03:04:39 9956371f8c0e: Layer already exists 03:04:39 ce7f800efff9: Layer already exists 03:04:39 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:28946993e11b087463ed8060c131ccb633acd26f6ccef10e490bce1d9bc43295 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:04:40 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:04:40 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 03:04:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 03:04:40 ea1c1ee870c8: Preparing 03:04:40 2185a609adfa: Preparing 03:04:40 85d33c34ae97: Preparing 03:04:40 54442b19a923: Preparing 03:04:40 e744a22f553e: Preparing 03:04:40 ad3253c6e60b: Preparing 03:04:40 9956371f8c0e: Preparing 03:04:40 235dbefcc197: Preparing 03:04:40 ce7f800efff9: Preparing 03:04:40 ad3253c6e60b: Waiting 03:04:40 235dbefcc197: Waiting 03:04:40 ce7f800efff9: Waiting 03:04:40 9956371f8c0e: Waiting 03:04:40 e744a22f553e: Layer already exists 03:04:40 54442b19a923: Layer already exists 03:04:40 ea1c1ee870c8: Layer already exists 03:04:40 85d33c34ae97: Layer already exists 03:04:40 2185a609adfa: Layer already exists 03:04:40 235dbefcc197: Layer already exists 03:04:40 9956371f8c0e: Layer already exists 03:04:40 ad3253c6e60b: Layer already exists 03:04:40 ce7f800efff9: Layer already exists 03:04:40 main: digest: sha256:28946993e11b087463ed8060c131ccb633acd26f6ccef10e490bce1d9bc43295 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:04:40 ===================================================== [Pipeline] echo 03:04:40 taggedImages: 03:04:40 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:04:40 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 03:04:40 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.64 03:04:40 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:04:40 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 03:04:40 [edgeXDocker.push] Tagging docker image core-data with the following tags: 03:04:40 6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:04:40 latest 03:04:40 3.2.0-dev.64 03:04:40 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:04:40 main 03:04:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:04:40 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:04:41 + docker push nexus3.edgexfoundry.org:10004/core-data:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:04:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 03:04:41 d5559475591d: Preparing 03:04:41 5bc024093433: Preparing 03:04:41 4a8ffdace602: Preparing 03:04:41 e744a22f553e: Preparing 03:04:41 ad3253c6e60b: Preparing 03:04:41 19cd4b9cb1ef: Preparing 03:04:41 efe3767eff44: Preparing 03:04:41 ce7f800efff9: Preparing 03:04:41 efe3767eff44: Waiting 03:04:41 ce7f800efff9: Waiting 03:04:41 e744a22f553e: Layer already exists 03:04:41 ad3253c6e60b: Layer already exists 03:04:41 efe3767eff44: Pushed 03:04:41 5bc024093433: Pushed 03:04:41 d5559475591d: Pushed 03:04:41 ce7f800efff9: Layer already exists 03:04:41 19cd4b9cb1ef: Pushed 03:04:44 4a8ffdace602: Pushed 03:04:44 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:7d4eaaca1ed289018c841640f95f51bc5bbdfbe0104ce03d3bfc0e6a7656267a size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:04:44 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:04:45 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 03:04:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 03:04:45 d5559475591d: Preparing 03:04:45 5bc024093433: Preparing 03:04:45 4a8ffdace602: Preparing 03:04:45 e744a22f553e: Preparing 03:04:45 ad3253c6e60b: Preparing 03:04:45 19cd4b9cb1ef: Preparing 03:04:45 efe3767eff44: Preparing 03:04:45 ce7f800efff9: Preparing 03:04:45 19cd4b9cb1ef: Waiting 03:04:45 efe3767eff44: Waiting 03:04:45 ce7f800efff9: Waiting 03:04:45 5bc024093433: Layer already exists 03:04:45 d5559475591d: Layer already exists 03:04:45 4a8ffdace602: Layer already exists 03:04:45 ad3253c6e60b: Layer already exists 03:04:45 e744a22f553e: Layer already exists 03:04:45 efe3767eff44: Layer already exists 03:04:45 ce7f800efff9: Layer already exists 03:04:45 19cd4b9cb1ef: Layer already exists 03:04:45 latest: digest: sha256:7d4eaaca1ed289018c841640f95f51bc5bbdfbe0104ce03d3bfc0e6a7656267a size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:04:45 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:04:45 + docker push nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.64 03:04:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 03:04:45 d5559475591d: Preparing 03:04:45 5bc024093433: Preparing 03:04:45 4a8ffdace602: Preparing 03:04:45 e744a22f553e: Preparing 03:04:45 ad3253c6e60b: Preparing 03:04:45 19cd4b9cb1ef: Preparing 03:04:45 efe3767eff44: Preparing 03:04:45 ce7f800efff9: Preparing 03:04:45 19cd4b9cb1ef: Waiting 03:04:45 efe3767eff44: Waiting 03:04:45 ce7f800efff9: Waiting 03:04:45 5bc024093433: Layer already exists 03:04:45 ad3253c6e60b: Layer already exists 03:04:45 4a8ffdace602: Layer already exists 03:04:45 e744a22f553e: Layer already exists 03:04:45 d5559475591d: Layer already exists 03:04:45 ce7f800efff9: Layer already exists 03:04:45 19cd4b9cb1ef: Layer already exists 03:04:45 efe3767eff44: Layer already exists 03:04:45 3.2.0-dev.64: digest: sha256:7d4eaaca1ed289018c841640f95f51bc5bbdfbe0104ce03d3bfc0e6a7656267a size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:04:46 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:04:46 + docker push nexus3.edgexfoundry.org:10004/core-data:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:04:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 03:04:46 d5559475591d: Preparing 03:04:46 5bc024093433: Preparing 03:04:46 4a8ffdace602: Preparing 03:04:46 e744a22f553e: Preparing 03:04:46 ad3253c6e60b: Preparing 03:04:46 19cd4b9cb1ef: Preparing 03:04:46 efe3767eff44: Preparing 03:04:46 ce7f800efff9: Preparing 03:04:46 efe3767eff44: Waiting 03:04:46 19cd4b9cb1ef: Waiting 03:04:46 ce7f800efff9: Waiting 03:04:46 5bc024093433: Layer already exists 03:04:46 4a8ffdace602: Layer already exists 03:04:46 d5559475591d: Layer already exists 03:04:46 ad3253c6e60b: Layer already exists 03:04:46 ce7f800efff9: Layer already exists 03:04:46 efe3767eff44: Layer already exists 03:04:46 19cd4b9cb1ef: Layer already exists 03:04:46 e744a22f553e: Layer already exists 03:04:46 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:7d4eaaca1ed289018c841640f95f51bc5bbdfbe0104ce03d3bfc0e6a7656267a size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:04:46 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:04:47 + docker push nexus3.edgexfoundry.org:10004/core-data:main 03:04:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 03:04:47 d5559475591d: Preparing 03:04:47 5bc024093433: Preparing 03:04:47 4a8ffdace602: Preparing 03:04:47 e744a22f553e: Preparing 03:04:47 ad3253c6e60b: Preparing 03:04:47 19cd4b9cb1ef: Preparing 03:04:47 efe3767eff44: Preparing 03:04:47 ce7f800efff9: Preparing 03:04:47 ce7f800efff9: Waiting 03:04:47 efe3767eff44: Waiting 03:04:47 19cd4b9cb1ef: Waiting 03:04:47 5bc024093433: Layer already exists 03:04:47 e744a22f553e: Layer already exists 03:04:47 4a8ffdace602: Layer already exists 03:04:47 ad3253c6e60b: Layer already exists 03:04:47 d5559475591d: Layer already exists 03:04:47 19cd4b9cb1ef: Layer already exists 03:04:47 ce7f800efff9: Layer already exists 03:04:47 efe3767eff44: Layer already exists 03:04:47 main: digest: sha256:7d4eaaca1ed289018c841640f95f51bc5bbdfbe0104ce03d3bfc0e6a7656267a size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:04:47 ===================================================== [Pipeline] echo 03:04:48 taggedImages: 03:04:48 - nexus3.edgexfoundry.org:10004/core-data:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:04:48 - nexus3.edgexfoundry.org:10004/core-data:latest 03:04:48 - nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.64 03:04:48 - nexus3.edgexfoundry.org:10004/core-data:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:04:48 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 03:04:48 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 03:04:48 6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:04:48 latest 03:04:48 3.2.0-dev.64 03:04:48 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:04:48 main 03:04:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:04:48 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:04:48 + docker push nexus3.edgexfoundry.org:10004/core-keeper:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:04:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 03:04:48 3175f373c94f: Preparing 03:04:48 d1e956df7600: Preparing 03:04:48 ad3253c6e60b: Preparing 03:04:48 a96775cd2c89: Preparing 03:04:48 cf6966b4a81d: Preparing 03:04:48 ce7f800efff9: Preparing 03:04:48 ce7f800efff9: Waiting 03:04:48 ad3253c6e60b: Layer already exists 03:04:48 ce7f800efff9: Layer already exists 03:04:48 cf6966b4a81d: Pushed 03:04:48 3175f373c94f: Pushed 03:04:48 a96775cd2c89: Pushed 03:04:52 d1e956df7600: Pushed 03:04:52 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:d2f17e6b29097a9dbcf09b6538b452cd20c244dc7b72d751313b6461e3374747 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:04:52 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:04:52 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 03:04:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 03:04:52 3175f373c94f: Preparing 03:04:52 d1e956df7600: Preparing 03:04:52 ad3253c6e60b: Preparing 03:04:52 a96775cd2c89: Preparing 03:04:52 cf6966b4a81d: Preparing 03:04:52 ce7f800efff9: Preparing 03:04:52 cf6966b4a81d: Layer already exists 03:04:52 a96775cd2c89: Layer already exists 03:04:52 3175f373c94f: Layer already exists 03:04:52 d1e956df7600: Layer already exists 03:04:52 ad3253c6e60b: Layer already exists 03:04:52 ce7f800efff9: Layer already exists 03:04:52 latest: digest: sha256:d2f17e6b29097a9dbcf09b6538b452cd20c244dc7b72d751313b6461e3374747 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:04:53 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:04:53 + docker push nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.64 03:04:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 03:04:53 3175f373c94f: Preparing 03:04:53 d1e956df7600: Preparing 03:04:53 ad3253c6e60b: Preparing 03:04:53 a96775cd2c89: Preparing 03:04:53 cf6966b4a81d: Preparing 03:04:53 ce7f800efff9: Preparing 03:04:53 ce7f800efff9: Waiting 03:04:53 3175f373c94f: Layer already exists 03:04:53 d1e956df7600: Layer already exists 03:04:53 a96775cd2c89: Layer already exists 03:04:53 ad3253c6e60b: Layer already exists 03:04:53 cf6966b4a81d: Layer already exists 03:04:53 ce7f800efff9: Layer already exists 03:04:53 3.2.0-dev.64: digest: sha256:d2f17e6b29097a9dbcf09b6538b452cd20c244dc7b72d751313b6461e3374747 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:04:53 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:04:53 + docker push nexus3.edgexfoundry.org:10004/core-keeper:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:04:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 03:04:53 3175f373c94f: Preparing 03:04:53 d1e956df7600: Preparing 03:04:53 ad3253c6e60b: Preparing 03:04:53 a96775cd2c89: Preparing 03:04:53 cf6966b4a81d: Preparing 03:04:53 ce7f800efff9: Preparing 03:04:53 ce7f800efff9: Waiting 03:04:53 3175f373c94f: Layer already exists 03:04:53 a96775cd2c89: Layer already exists 03:04:53 ad3253c6e60b: Layer already exists 03:04:53 d1e956df7600: Layer already exists 03:04:53 cf6966b4a81d: Layer already exists 03:04:53 ce7f800efff9: Layer already exists 03:04:53 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:d2f17e6b29097a9dbcf09b6538b452cd20c244dc7b72d751313b6461e3374747 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:04:54 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:04:54 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 03:04:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 03:04:54 3175f373c94f: Preparing 03:04:54 d1e956df7600: Preparing 03:04:54 ad3253c6e60b: Preparing 03:04:54 a96775cd2c89: Preparing 03:04:54 cf6966b4a81d: Preparing 03:04:54 ce7f800efff9: Preparing 03:04:54 ce7f800efff9: Waiting 03:04:54 a96775cd2c89: Layer already exists 03:04:54 d1e956df7600: Layer already exists 03:04:54 ad3253c6e60b: Layer already exists 03:04:54 cf6966b4a81d: Layer already exists 03:04:54 3175f373c94f: Layer already exists 03:04:54 ce7f800efff9: Layer already exists 03:04:54 main: digest: sha256:d2f17e6b29097a9dbcf09b6538b452cd20c244dc7b72d751313b6461e3374747 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:04:54 ===================================================== [Pipeline] echo 03:04:54 taggedImages: 03:04:54 - nexus3.edgexfoundry.org:10004/core-keeper:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:04:54 - nexus3.edgexfoundry.org:10004/core-keeper:latest 03:04:54 - nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.64 03:04:54 - nexus3.edgexfoundry.org:10004/core-keeper:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:04:54 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 03:04:54 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 03:04:54 6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:04:54 latest 03:04:54 3.2.0-dev.64 03:04:54 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:04:54 main 03:04:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:04:56 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:04:56 + docker push nexus3.edgexfoundry.org:10004/core-metadata:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:04:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 03:04:56 f5700c913c8c: Preparing 03:04:56 dbe3fe1fdc83: Preparing 03:04:56 9e9053d9e378: Preparing 03:04:56 e744a22f553e: Preparing 03:04:56 ad3253c6e60b: Preparing 03:04:56 9956371f8c0e: Preparing 03:04:56 235dbefcc197: Preparing 03:04:56 ce7f800efff9: Preparing 03:04:56 9956371f8c0e: Waiting 03:04:56 235dbefcc197: Waiting 03:04:56 ce7f800efff9: Waiting 03:04:56 e744a22f553e: Layer already exists 03:04:56 ad3253c6e60b: Layer already exists 03:04:56 9956371f8c0e: Layer already exists 03:04:56 235dbefcc197: Layer already exists 03:04:56 ce7f800efff9: Layer already exists 03:04:56 dbe3fe1fdc83: Pushed 03:04:56 f5700c913c8c: Pushed 03:04:59 9e9053d9e378: Pushed 03:04:59 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:275518c49ccf7c39707a258eba5cb6fe2b9f794a8c9f52896c1247c5181e3991 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:00 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:00 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 03:05:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 03:05:00 f5700c913c8c: Preparing 03:05:00 dbe3fe1fdc83: Preparing 03:05:00 9e9053d9e378: Preparing 03:05:00 e744a22f553e: Preparing 03:05:00 ad3253c6e60b: Preparing 03:05:00 9956371f8c0e: Preparing 03:05:00 235dbefcc197: Preparing 03:05:00 ce7f800efff9: Preparing 03:05:00 ce7f800efff9: Waiting 03:05:00 9956371f8c0e: Waiting 03:05:00 235dbefcc197: Waiting 03:05:00 e744a22f553e: Layer already exists 03:05:00 ad3253c6e60b: Layer already exists 03:05:00 dbe3fe1fdc83: Layer already exists 03:05:00 9e9053d9e378: Layer already exists 03:05:00 f5700c913c8c: Layer already exists 03:05:00 ce7f800efff9: Layer already exists 03:05:00 9956371f8c0e: Layer already exists 03:05:00 235dbefcc197: Layer already exists 03:05:00 latest: digest: sha256:275518c49ccf7c39707a258eba5cb6fe2b9f794a8c9f52896c1247c5181e3991 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:00 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:01 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.64 03:05:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 03:05:01 f5700c913c8c: Preparing 03:05:01 dbe3fe1fdc83: Preparing 03:05:01 9e9053d9e378: Preparing 03:05:01 e744a22f553e: Preparing 03:05:01 ad3253c6e60b: Preparing 03:05:01 9956371f8c0e: Preparing 03:05:01 235dbefcc197: Preparing 03:05:01 ce7f800efff9: Preparing 03:05:01 235dbefcc197: Waiting 03:05:01 9956371f8c0e: Waiting 03:05:01 ce7f800efff9: Waiting 03:05:01 ad3253c6e60b: Layer already exists 03:05:01 dbe3fe1fdc83: Layer already exists 03:05:01 e744a22f553e: Layer already exists 03:05:01 f5700c913c8c: Layer already exists 03:05:01 9e9053d9e378: Layer already exists 03:05:01 9956371f8c0e: Layer already exists 03:05:01 235dbefcc197: Layer already exists 03:05:01 ce7f800efff9: Layer already exists 03:05:01 3.2.0-dev.64: digest: sha256:275518c49ccf7c39707a258eba5cb6fe2b9f794a8c9f52896c1247c5181e3991 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:01 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:01 + docker push nexus3.edgexfoundry.org:10004/core-metadata:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:05:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 03:05:01 f5700c913c8c: Preparing 03:05:01 dbe3fe1fdc83: Preparing 03:05:01 9e9053d9e378: Preparing 03:05:01 e744a22f553e: Preparing 03:05:01 ad3253c6e60b: Preparing 03:05:01 9956371f8c0e: Preparing 03:05:01 235dbefcc197: Preparing 03:05:01 9956371f8c0e: Waiting 03:05:01 ce7f800efff9: Preparing 03:05:01 ce7f800efff9: Waiting 03:05:01 dbe3fe1fdc83: Layer already exists 03:05:01 f5700c913c8c: Layer already exists 03:05:01 ad3253c6e60b: Layer already exists 03:05:01 e744a22f553e: Layer already exists 03:05:01 9e9053d9e378: Layer already exists 03:05:01 ce7f800efff9: Layer already exists 03:05:01 235dbefcc197: Layer already exists 03:05:01 9956371f8c0e: Layer already exists 03:05:01 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:275518c49ccf7c39707a258eba5cb6fe2b9f794a8c9f52896c1247c5181e3991 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:02 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:02 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 03:05:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 03:05:02 f5700c913c8c: Preparing 03:05:02 dbe3fe1fdc83: Preparing 03:05:02 9e9053d9e378: Preparing 03:05:02 e744a22f553e: Preparing 03:05:02 ad3253c6e60b: Preparing 03:05:02 9956371f8c0e: Preparing 03:05:02 235dbefcc197: Preparing 03:05:02 ce7f800efff9: Preparing 03:05:02 9956371f8c0e: Waiting 03:05:02 235dbefcc197: Waiting 03:05:02 ce7f800efff9: Waiting 03:05:02 f5700c913c8c: Layer already exists 03:05:02 ad3253c6e60b: Layer already exists 03:05:02 dbe3fe1fdc83: Layer already exists 03:05:02 e744a22f553e: Layer already exists 03:05:02 9e9053d9e378: Layer already exists 03:05:02 9956371f8c0e: Layer already exists 03:05:02 ce7f800efff9: Layer already exists 03:05:02 235dbefcc197: Layer already exists 03:05:02 main: digest: sha256:275518c49ccf7c39707a258eba5cb6fe2b9f794a8c9f52896c1247c5181e3991 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:05:02 ===================================================== [Pipeline] echo 03:05:02 taggedImages: 03:05:02 - nexus3.edgexfoundry.org:10004/core-metadata:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:05:02 - nexus3.edgexfoundry.org:10004/core-metadata:latest 03:05:02 - nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.64 03:05:02 - nexus3.edgexfoundry.org:10004/core-metadata:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:05:02 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 03:05:02 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 03:05:02 6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:05:02 latest 03:05:02 3.2.0-dev.64 03:05:02 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:05:02 main 03:05:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:02 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:03 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:05:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 03:05:03 a5649efe7ea5: Preparing 03:05:03 5e7ea1be3012: Preparing 03:05:03 f4a7105a14f2: Preparing 03:05:03 bade4afe5ee8: Preparing 03:05:03 c88c8a3683b4: Preparing 03:05:03 991c006a73d5: Preparing 03:05:03 c3947216240a: Preparing 03:05:03 019ac7299e0e: Preparing 03:05:03 991c006a73d5: Waiting 03:05:03 c3947216240a: Waiting 03:05:03 e744a22f553e: Preparing 03:05:03 ad3253c6e60b: Preparing 03:05:03 8b27baa44bc4: Preparing 03:05:03 c69cfe131121: Preparing 03:05:03 5f70bf18a086: Preparing 03:05:03 fd39fe38d88a: Preparing 03:05:03 2130bc26f0c0: Preparing 03:05:03 7e32b039cfa0: Preparing 03:05:03 ce7f800efff9: Preparing 03:05:03 019ac7299e0e: Waiting 03:05:03 e744a22f553e: Waiting 03:05:03 ad3253c6e60b: Waiting 03:05:03 8b27baa44bc4: Waiting 03:05:03 c69cfe131121: Waiting 03:05:03 5f70bf18a086: Waiting 03:05:03 fd39fe38d88a: Waiting 03:05:03 2130bc26f0c0: Waiting 03:05:03 7e32b039cfa0: Waiting 03:05:03 ce7f800efff9: Waiting 03:05:03 c88c8a3683b4: Pushed 03:05:03 f4a7105a14f2: Pushed 03:05:03 a5649efe7ea5: Pushed 03:05:03 5e7ea1be3012: Pushed 03:05:03 bade4afe5ee8: Pushed 03:05:03 e744a22f553e: Layer already exists 03:05:03 ad3253c6e60b: Layer already exists 03:05:03 991c006a73d5: Pushed 03:05:03 c3947216240a: Pushed 03:05:03 5f70bf18a086: Layer already exists 03:05:03 8b27baa44bc4: Pushed 03:05:03 c69cfe131121: Pushed 03:05:03 ce7f800efff9: Layer already exists 03:05:03 fd39fe38d88a: Pushed 03:05:03 7e32b039cfa0: Pushed 03:05:04 2130bc26f0c0: Pushed 03:05:04 019ac7299e0e: Pushed 03:05:04 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:26a6d9d97312ce2e007fd0efe2ffd0acf5ee73c1754e4afe9e72b34d2d739f06 size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:05 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:05 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 03:05:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 03:05:05 a5649efe7ea5: Preparing 03:05:05 5e7ea1be3012: Preparing 03:05:05 f4a7105a14f2: Preparing 03:05:05 bade4afe5ee8: Preparing 03:05:05 c88c8a3683b4: Preparing 03:05:05 991c006a73d5: Preparing 03:05:05 c3947216240a: Preparing 03:05:05 019ac7299e0e: Preparing 03:05:05 e744a22f553e: Preparing 03:05:05 ad3253c6e60b: Preparing 03:05:05 8b27baa44bc4: Preparing 03:05:05 c69cfe131121: Preparing 03:05:05 5f70bf18a086: Preparing 03:05:05 fd39fe38d88a: Preparing 03:05:05 2130bc26f0c0: Preparing 03:05:05 7e32b039cfa0: Preparing 03:05:05 ce7f800efff9: Preparing 03:05:05 8b27baa44bc4: Waiting 03:05:05 991c006a73d5: Waiting 03:05:05 c69cfe131121: Waiting 03:05:05 5f70bf18a086: Waiting 03:05:05 fd39fe38d88a: Waiting 03:05:05 2130bc26f0c0: Waiting 03:05:05 c3947216240a: Waiting 03:05:05 019ac7299e0e: Waiting 03:05:05 7e32b039cfa0: Waiting 03:05:05 e744a22f553e: Waiting 03:05:05 ce7f800efff9: Waiting 03:05:05 ad3253c6e60b: Waiting 03:05:05 f4a7105a14f2: Layer already exists 03:05:05 bade4afe5ee8: Layer already exists 03:05:05 a5649efe7ea5: Layer already exists 03:05:05 c88c8a3683b4: Layer already exists 03:05:05 5e7ea1be3012: Layer already exists 03:05:05 991c006a73d5: Layer already exists 03:05:05 c3947216240a: Layer already exists 03:05:05 019ac7299e0e: Layer already exists 03:05:05 e744a22f553e: Layer already exists 03:05:05 ad3253c6e60b: Layer already exists 03:05:05 8b27baa44bc4: Layer already exists 03:05:05 c69cfe131121: Layer already exists 03:05:05 5f70bf18a086: Layer already exists 03:05:05 fd39fe38d88a: Layer already exists 03:05:05 7e32b039cfa0: Layer already exists 03:05:05 ce7f800efff9: Layer already exists 03:05:05 2130bc26f0c0: Layer already exists 03:05:05 latest: digest: sha256:26a6d9d97312ce2e007fd0efe2ffd0acf5ee73c1754e4afe9e72b34d2d739f06 size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:05 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:06 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.64 03:05:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 03:05:06 a5649efe7ea5: Preparing 03:05:06 5e7ea1be3012: Preparing 03:05:06 f4a7105a14f2: Preparing 03:05:06 bade4afe5ee8: Preparing 03:05:06 c88c8a3683b4: Preparing 03:05:06 991c006a73d5: Preparing 03:05:06 c3947216240a: Preparing 03:05:06 019ac7299e0e: Preparing 03:05:06 e744a22f553e: Preparing 03:05:06 ad3253c6e60b: Preparing 03:05:06 8b27baa44bc4: Preparing 03:05:06 c69cfe131121: Preparing 03:05:06 5f70bf18a086: Preparing 03:05:06 fd39fe38d88a: Preparing 03:05:06 2130bc26f0c0: Preparing 03:05:06 7e32b039cfa0: Preparing 03:05:06 ce7f800efff9: Preparing 03:05:06 019ac7299e0e: Waiting 03:05:06 e744a22f553e: Waiting 03:05:06 ad3253c6e60b: Waiting 03:05:06 8b27baa44bc4: Waiting 03:05:06 c69cfe131121: Waiting 03:05:06 5f70bf18a086: Waiting 03:05:06 fd39fe38d88a: Waiting 03:05:06 2130bc26f0c0: Waiting 03:05:06 7e32b039cfa0: Waiting 03:05:06 ce7f800efff9: Waiting 03:05:06 991c006a73d5: Waiting 03:05:06 c3947216240a: Waiting 03:05:06 f4a7105a14f2: Layer already exists 03:05:06 5e7ea1be3012: Layer already exists 03:05:06 a5649efe7ea5: Layer already exists 03:05:06 bade4afe5ee8: Layer already exists 03:05:06 c88c8a3683b4: Layer already exists 03:05:06 e744a22f553e: Layer already exists 03:05:06 019ac7299e0e: Layer already exists 03:05:06 991c006a73d5: Layer already exists 03:05:06 c3947216240a: Layer already exists 03:05:06 ad3253c6e60b: Layer already exists 03:05:06 8b27baa44bc4: Layer already exists 03:05:06 c69cfe131121: Layer already exists 03:05:06 5f70bf18a086: Layer already exists 03:05:06 fd39fe38d88a: Layer already exists 03:05:06 2130bc26f0c0: Layer already exists 03:05:06 ce7f800efff9: Layer already exists 03:05:06 7e32b039cfa0: Layer already exists 03:05:06 3.2.0-dev.64: digest: sha256:26a6d9d97312ce2e007fd0efe2ffd0acf5ee73c1754e4afe9e72b34d2d739f06 size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:06 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:06 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:05:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 03:05:06 a5649efe7ea5: Preparing 03:05:06 5e7ea1be3012: Preparing 03:05:06 f4a7105a14f2: Preparing 03:05:06 bade4afe5ee8: Preparing 03:05:06 c88c8a3683b4: Preparing 03:05:06 991c006a73d5: Preparing 03:05:06 c3947216240a: Preparing 03:05:06 019ac7299e0e: Preparing 03:05:06 e744a22f553e: Preparing 03:05:06 ad3253c6e60b: Preparing 03:05:06 8b27baa44bc4: Preparing 03:05:06 c69cfe131121: Preparing 03:05:06 5f70bf18a086: Preparing 03:05:06 fd39fe38d88a: Preparing 03:05:06 991c006a73d5: Waiting 03:05:06 2130bc26f0c0: Preparing 03:05:06 7e32b039cfa0: Preparing 03:05:06 c3947216240a: Waiting 03:05:06 ce7f800efff9: Preparing 03:05:06 019ac7299e0e: Waiting 03:05:06 e744a22f553e: Waiting 03:05:06 5f70bf18a086: Waiting 03:05:06 fd39fe38d88a: Waiting 03:05:06 2130bc26f0c0: Waiting 03:05:06 7e32b039cfa0: Waiting 03:05:06 ce7f800efff9: Waiting 03:05:06 ad3253c6e60b: Waiting 03:05:06 c69cfe131121: Waiting 03:05:06 8b27baa44bc4: Waiting 03:05:06 f4a7105a14f2: Layer already exists 03:05:06 a5649efe7ea5: Layer already exists 03:05:06 c88c8a3683b4: Layer already exists 03:05:06 bade4afe5ee8: Layer already exists 03:05:06 5e7ea1be3012: Layer already exists 03:05:06 c3947216240a: Layer already exists 03:05:06 019ac7299e0e: Layer already exists 03:05:06 e744a22f553e: Layer already exists 03:05:06 991c006a73d5: Layer already exists 03:05:06 ad3253c6e60b: Layer already exists 03:05:06 c69cfe131121: Layer already exists 03:05:06 8b27baa44bc4: Layer already exists 03:05:06 5f70bf18a086: Layer already exists 03:05:06 2130bc26f0c0: Layer already exists 03:05:06 fd39fe38d88a: Layer already exists 03:05:06 7e32b039cfa0: Layer already exists 03:05:06 ce7f800efff9: Layer already exists 03:05:06 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:26a6d9d97312ce2e007fd0efe2ffd0acf5ee73c1754e4afe9e72b34d2d739f06 size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:07 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:07 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 03:05:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 03:05:07 a5649efe7ea5: Preparing 03:05:07 5e7ea1be3012: Preparing 03:05:07 f4a7105a14f2: Preparing 03:05:07 bade4afe5ee8: Preparing 03:05:07 c88c8a3683b4: Preparing 03:05:07 991c006a73d5: Preparing 03:05:07 c3947216240a: Preparing 03:05:07 019ac7299e0e: Preparing 03:05:07 e744a22f553e: Preparing 03:05:07 ad3253c6e60b: Preparing 03:05:07 8b27baa44bc4: Preparing 03:05:07 c69cfe131121: Preparing 03:05:07 5f70bf18a086: Preparing 03:05:07 fd39fe38d88a: Preparing 03:05:07 2130bc26f0c0: Preparing 03:05:07 7e32b039cfa0: Preparing 03:05:07 ce7f800efff9: Preparing 03:05:07 991c006a73d5: Waiting 03:05:07 c3947216240a: Waiting 03:05:07 019ac7299e0e: Waiting 03:05:07 e744a22f553e: Waiting 03:05:07 ad3253c6e60b: Waiting 03:05:07 8b27baa44bc4: Waiting 03:05:07 c69cfe131121: Waiting 03:05:07 5f70bf18a086: Waiting 03:05:07 ce7f800efff9: Waiting 03:05:07 fd39fe38d88a: Waiting 03:05:07 2130bc26f0c0: Waiting 03:05:07 f4a7105a14f2: Layer already exists 03:05:07 5e7ea1be3012: Layer already exists 03:05:07 bade4afe5ee8: Layer already exists 03:05:07 a5649efe7ea5: Layer already exists 03:05:07 c88c8a3683b4: Layer already exists 03:05:07 991c006a73d5: Layer already exists 03:05:07 019ac7299e0e: Layer already exists 03:05:07 ad3253c6e60b: Layer already exists 03:05:07 e744a22f553e: Layer already exists 03:05:07 c3947216240a: Layer already exists 03:05:07 8b27baa44bc4: Layer already exists 03:05:07 fd39fe38d88a: Layer already exists 03:05:07 c69cfe131121: Layer already exists 03:05:07 5f70bf18a086: Layer already exists 03:05:07 2130bc26f0c0: Layer already exists 03:05:07 7e32b039cfa0: Layer already exists 03:05:07 ce7f800efff9: Layer already exists 03:05:07 main: digest: sha256:26a6d9d97312ce2e007fd0efe2ffd0acf5ee73c1754e4afe9e72b34d2d739f06 size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:05:07 ===================================================== [Pipeline] echo 03:05:07 taggedImages: 03:05:07 - nexus3.edgexfoundry.org:10004/security-bootstrapper:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:05:07 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 03:05:07 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.64 03:05:07 - nexus3.edgexfoundry.org:10004/security-bootstrapper:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:05:07 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 03:05:07 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 03:05:07 6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:05:07 latest 03:05:07 3.2.0-dev.64 03:05:07 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:05:07 main 03:05:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:08 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:08 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:05:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 03:05:08 ea1c1ee870c8: Preparing 03:05:08 2185a609adfa: Preparing 03:05:08 00cd4fbb4d9c: Preparing 03:05:08 e0b94c79e815: Preparing 03:05:08 e744a22f553e: Preparing 03:05:08 ad3253c6e60b: Preparing 03:05:08 9956371f8c0e: Preparing 03:05:08 235dbefcc197: Preparing 03:05:08 ce7f800efff9: Preparing 03:05:08 ad3253c6e60b: Waiting 03:05:08 9956371f8c0e: Waiting 03:05:08 235dbefcc197: Waiting 03:05:08 e744a22f553e: Layer already exists 03:05:08 ea1c1ee870c8: Layer already exists 03:05:08 2185a609adfa: Layer already exists 03:05:08 ad3253c6e60b: Layer already exists 03:05:08 9956371f8c0e: Layer already exists 03:05:08 235dbefcc197: Layer already exists 03:05:08 ce7f800efff9: Layer already exists 03:05:08 00cd4fbb4d9c: Pushed 03:05:10 e0b94c79e815: Pushed 03:05:10 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:e1070de132e0b990882360281a029d28d27509ae4a2ff881db4d7a3b8e62026a size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:11 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:11 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 03:05:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 03:05:11 ea1c1ee870c8: Preparing 03:05:11 2185a609adfa: Preparing 03:05:11 00cd4fbb4d9c: Preparing 03:05:11 e0b94c79e815: Preparing 03:05:11 e744a22f553e: Preparing 03:05:11 ad3253c6e60b: Preparing 03:05:11 9956371f8c0e: Preparing 03:05:11 235dbefcc197: Preparing 03:05:11 ce7f800efff9: Preparing 03:05:11 ad3253c6e60b: Waiting 03:05:11 9956371f8c0e: Waiting 03:05:11 235dbefcc197: Waiting 03:05:11 ce7f800efff9: Waiting 03:05:11 e0b94c79e815: Layer already exists 03:05:11 ea1c1ee870c8: Layer already exists 03:05:11 e744a22f553e: Layer already exists 03:05:11 00cd4fbb4d9c: Layer already exists 03:05:11 2185a609adfa: Layer already exists 03:05:11 ad3253c6e60b: Layer already exists 03:05:11 ce7f800efff9: Layer already exists 03:05:11 235dbefcc197: Layer already exists 03:05:11 9956371f8c0e: Layer already exists 03:05:11 latest: digest: sha256:e1070de132e0b990882360281a029d28d27509ae4a2ff881db4d7a3b8e62026a size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:11 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:12 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.64 03:05:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 03:05:12 ea1c1ee870c8: Preparing 03:05:12 2185a609adfa: Preparing 03:05:12 00cd4fbb4d9c: Preparing 03:05:12 e0b94c79e815: Preparing 03:05:12 e744a22f553e: Preparing 03:05:12 ad3253c6e60b: Preparing 03:05:12 ad3253c6e60b: Waiting 03:05:12 9956371f8c0e: Preparing 03:05:12 235dbefcc197: Preparing 03:05:12 ce7f800efff9: Preparing 03:05:12 9956371f8c0e: Waiting 03:05:12 235dbefcc197: Waiting 03:05:12 e744a22f553e: Layer already exists 03:05:12 e0b94c79e815: Layer already exists 03:05:12 00cd4fbb4d9c: Layer already exists 03:05:12 2185a609adfa: Layer already exists 03:05:12 ea1c1ee870c8: Layer already exists 03:05:12 ad3253c6e60b: Layer already exists 03:05:12 9956371f8c0e: Layer already exists 03:05:12 235dbefcc197: Layer already exists 03:05:12 ce7f800efff9: Layer already exists 03:05:12 3.2.0-dev.64: digest: sha256:e1070de132e0b990882360281a029d28d27509ae4a2ff881db4d7a3b8e62026a size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:12 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:13 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:05:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 03:05:13 ea1c1ee870c8: Preparing 03:05:13 2185a609adfa: Preparing 03:05:13 00cd4fbb4d9c: Preparing 03:05:13 e0b94c79e815: Preparing 03:05:13 e744a22f553e: Preparing 03:05:13 ad3253c6e60b: Preparing 03:05:13 9956371f8c0e: Preparing 03:05:13 235dbefcc197: Preparing 03:05:13 ce7f800efff9: Preparing 03:05:13 ad3253c6e60b: Waiting 03:05:13 235dbefcc197: Waiting 03:05:13 9956371f8c0e: Waiting 03:05:13 ce7f800efff9: Waiting 03:05:13 e0b94c79e815: Layer already exists 03:05:13 2185a609adfa: Layer already exists 03:05:13 00cd4fbb4d9c: Layer already exists 03:05:13 ea1c1ee870c8: Layer already exists 03:05:13 e744a22f553e: Layer already exists 03:05:13 9956371f8c0e: Layer already exists 03:05:13 ad3253c6e60b: Layer already exists 03:05:13 235dbefcc197: Layer already exists 03:05:13 ce7f800efff9: Layer already exists 03:05:13 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:e1070de132e0b990882360281a029d28d27509ae4a2ff881db4d7a3b8e62026a size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:13 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:13 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 03:05:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 03:05:13 ea1c1ee870c8: Preparing 03:05:13 2185a609adfa: Preparing 03:05:13 00cd4fbb4d9c: Preparing 03:05:13 e0b94c79e815: Preparing 03:05:13 e744a22f553e: Preparing 03:05:13 ad3253c6e60b: Preparing 03:05:13 9956371f8c0e: Preparing 03:05:13 235dbefcc197: Preparing 03:05:13 ce7f800efff9: Preparing 03:05:13 ad3253c6e60b: Waiting 03:05:13 9956371f8c0e: Waiting 03:05:13 ce7f800efff9: Waiting 03:05:13 235dbefcc197: Waiting 03:05:13 ea1c1ee870c8: Layer already exists 03:05:13 e0b94c79e815: Layer already exists 03:05:13 e744a22f553e: Layer already exists 03:05:13 2185a609adfa: Layer already exists 03:05:13 00cd4fbb4d9c: Layer already exists 03:05:13 ad3253c6e60b: Layer already exists 03:05:13 9956371f8c0e: Layer already exists 03:05:13 235dbefcc197: Layer already exists 03:05:13 ce7f800efff9: Layer already exists 03:05:13 main: digest: sha256:e1070de132e0b990882360281a029d28d27509ae4a2ff881db4d7a3b8e62026a size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:05:13 ===================================================== [Pipeline] echo 03:05:13 taggedImages: 03:05:13 - nexus3.edgexfoundry.org:10004/security-proxy-auth:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:05:13 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 03:05:13 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.64 03:05:13 - nexus3.edgexfoundry.org:10004/security-proxy-auth:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:05:13 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 03:05:13 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 03:05:13 6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:05:13 latest 03:05:13 3.2.0-dev.64 03:05:13 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:05:13 main 03:05:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:14 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:14 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:05:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 03:05:14 9276f26781e8: Preparing 03:05:14 5fcde1d33e42: Preparing 03:05:14 34cab3703214: Preparing 03:05:14 e1f2ec3f7f68: Preparing 03:05:14 5a866781c927: Preparing 03:05:14 e744a22f553e: Preparing 03:05:14 ad3253c6e60b: Preparing 03:05:14 32123590e3af: Preparing 03:05:14 20aa8da7b895: Preparing 03:05:14 42596390982f: Preparing 03:05:14 ce7f800efff9: Preparing 03:05:14 ad3253c6e60b: Waiting 03:05:14 32123590e3af: Waiting 03:05:14 20aa8da7b895: Waiting 03:05:14 42596390982f: Waiting 03:05:14 ce7f800efff9: Waiting 03:05:14 e744a22f553e: Waiting 03:05:14 5a866781c927: Pushed 03:05:14 5fcde1d33e42: Pushed 03:05:14 e1f2ec3f7f68: Pushed 03:05:14 e744a22f553e: Layer already exists 03:05:14 ad3253c6e60b: Layer already exists 03:05:14 9276f26781e8: Pushed 03:05:14 ce7f800efff9: Layer already exists 03:05:15 32123590e3af: Pushed 03:05:15 20aa8da7b895: Pushed 03:05:15 34cab3703214: Pushed 03:05:16 42596390982f: Pushed 03:05:16 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:5839ac3053dc959eaa0a65dc9c0c9f97987d8236b2fe3f0016addb16f4076d6f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:17 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:17 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 03:05:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 03:05:17 9276f26781e8: Preparing 03:05:17 5fcde1d33e42: Preparing 03:05:17 34cab3703214: Preparing 03:05:17 e1f2ec3f7f68: Preparing 03:05:17 5a866781c927: Preparing 03:05:17 e744a22f553e: Preparing 03:05:17 ad3253c6e60b: Preparing 03:05:17 32123590e3af: Preparing 03:05:17 20aa8da7b895: Preparing 03:05:17 42596390982f: Preparing 03:05:17 ce7f800efff9: Preparing 03:05:17 ad3253c6e60b: Waiting 03:05:17 32123590e3af: Waiting 03:05:17 20aa8da7b895: Waiting 03:05:17 ce7f800efff9: Waiting 03:05:17 42596390982f: Waiting 03:05:17 e744a22f553e: Waiting 03:05:17 5fcde1d33e42: Layer already exists 03:05:17 5a866781c927: Layer already exists 03:05:17 e1f2ec3f7f68: Layer already exists 03:05:17 9276f26781e8: Layer already exists 03:05:17 34cab3703214: Layer already exists 03:05:17 ad3253c6e60b: Layer already exists 03:05:17 32123590e3af: Layer already exists 03:05:17 20aa8da7b895: Layer already exists 03:05:17 e744a22f553e: Layer already exists 03:05:17 42596390982f: Layer already exists 03:05:17 ce7f800efff9: Layer already exists 03:05:17 latest: digest: sha256:5839ac3053dc959eaa0a65dc9c0c9f97987d8236b2fe3f0016addb16f4076d6f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:17 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:18 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.64 03:05:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 03:05:18 9276f26781e8: Preparing 03:05:18 5fcde1d33e42: Preparing 03:05:18 34cab3703214: Preparing 03:05:18 e1f2ec3f7f68: Preparing 03:05:18 5a866781c927: Preparing 03:05:18 e744a22f553e: Preparing 03:05:18 ad3253c6e60b: Preparing 03:05:18 32123590e3af: Preparing 03:05:18 20aa8da7b895: Preparing 03:05:18 42596390982f: Preparing 03:05:18 ce7f800efff9: Preparing 03:05:18 ad3253c6e60b: Waiting 03:05:18 32123590e3af: Waiting 03:05:18 20aa8da7b895: Waiting 03:05:18 42596390982f: Waiting 03:05:18 ce7f800efff9: Waiting 03:05:18 e744a22f553e: Waiting 03:05:18 5fcde1d33e42: Layer already exists 03:05:18 5a866781c927: Layer already exists 03:05:18 e1f2ec3f7f68: Layer already exists 03:05:18 34cab3703214: Layer already exists 03:05:18 9276f26781e8: Layer already exists 03:05:18 e744a22f553e: Layer already exists 03:05:18 20aa8da7b895: Layer already exists 03:05:18 32123590e3af: Layer already exists 03:05:18 ad3253c6e60b: Layer already exists 03:05:18 42596390982f: Layer already exists 03:05:18 ce7f800efff9: Layer already exists 03:05:18 3.2.0-dev.64: digest: sha256:5839ac3053dc959eaa0a65dc9c0c9f97987d8236b2fe3f0016addb16f4076d6f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:18 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:18 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:05:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 03:05:18 9276f26781e8: Preparing 03:05:18 5fcde1d33e42: Preparing 03:05:18 34cab3703214: Preparing 03:05:18 e1f2ec3f7f68: Preparing 03:05:18 5a866781c927: Preparing 03:05:18 e744a22f553e: Preparing 03:05:18 ad3253c6e60b: Preparing 03:05:18 32123590e3af: Preparing 03:05:18 20aa8da7b895: Preparing 03:05:18 42596390982f: Preparing 03:05:18 ce7f800efff9: Preparing 03:05:18 ad3253c6e60b: Waiting 03:05:18 32123590e3af: Waiting 03:05:18 20aa8da7b895: Waiting 03:05:18 42596390982f: Waiting 03:05:18 ce7f800efff9: Waiting 03:05:18 e744a22f553e: Waiting 03:05:18 9276f26781e8: Layer already exists 03:05:18 e1f2ec3f7f68: Layer already exists 03:05:18 5a866781c927: Layer already exists 03:05:18 34cab3703214: Layer already exists 03:05:18 5fcde1d33e42: Layer already exists 03:05:18 e744a22f553e: Layer already exists 03:05:18 32123590e3af: Layer already exists 03:05:18 ad3253c6e60b: Layer already exists 03:05:18 20aa8da7b895: Layer already exists 03:05:18 42596390982f: Layer already exists 03:05:18 ce7f800efff9: Layer already exists 03:05:18 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:5839ac3053dc959eaa0a65dc9c0c9f97987d8236b2fe3f0016addb16f4076d6f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:19 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:19 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 03:05:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 03:05:19 9276f26781e8: Preparing 03:05:19 5fcde1d33e42: Preparing 03:05:19 34cab3703214: Preparing 03:05:19 e1f2ec3f7f68: Preparing 03:05:19 5a866781c927: Preparing 03:05:19 e744a22f553e: Preparing 03:05:19 ad3253c6e60b: Preparing 03:05:19 32123590e3af: Preparing 03:05:19 20aa8da7b895: Preparing 03:05:19 42596390982f: Preparing 03:05:19 ce7f800efff9: Preparing 03:05:19 ad3253c6e60b: Waiting 03:05:19 e744a22f553e: Waiting 03:05:19 20aa8da7b895: Waiting 03:05:19 ce7f800efff9: Waiting 03:05:19 42596390982f: Waiting 03:05:19 32123590e3af: Waiting 03:05:19 e1f2ec3f7f68: Layer already exists 03:05:19 5a866781c927: Layer already exists 03:05:19 9276f26781e8: Layer already exists 03:05:19 34cab3703214: Layer already exists 03:05:19 5fcde1d33e42: Layer already exists 03:05:19 e744a22f553e: Layer already exists 03:05:19 42596390982f: Layer already exists 03:05:19 32123590e3af: Layer already exists 03:05:19 20aa8da7b895: Layer already exists 03:05:19 ad3253c6e60b: Layer already exists 03:05:19 ce7f800efff9: Layer already exists 03:05:19 main: digest: sha256:5839ac3053dc959eaa0a65dc9c0c9f97987d8236b2fe3f0016addb16f4076d6f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:05:19 ===================================================== [Pipeline] echo 03:05:19 taggedImages: 03:05:19 - nexus3.edgexfoundry.org:10004/security-proxy-setup:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:05:19 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 03:05:19 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.64 03:05:19 - nexus3.edgexfoundry.org:10004/security-proxy-setup:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:05:19 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 03:05:19 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 03:05:19 6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:05:19 latest 03:05:19 3.2.0-dev.64 03:05:19 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:05:19 main 03:05:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:19 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:20 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:05:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 03:05:20 a798e0aba283: Preparing 03:05:20 b99db504a64c: Preparing 03:05:20 85c90880794d: Preparing 03:05:20 3997f1fecedd: Preparing 03:05:20 b5aedc3e83f6: Preparing 03:05:20 f230e3999670: Preparing 03:05:20 14f57b862860: Preparing 03:05:20 e744a22f553e: Preparing 03:05:20 ad3253c6e60b: Preparing 03:05:20 bd80212d26da: Preparing 03:05:20 ce84a9d44a3f: Preparing 03:05:20 ce7f800efff9: Preparing 03:05:20 ad3253c6e60b: Waiting 03:05:20 14f57b862860: Waiting 03:05:20 f230e3999670: Waiting 03:05:20 bd80212d26da: Waiting 03:05:20 e744a22f553e: Waiting 03:05:20 ce84a9d44a3f: Waiting 03:05:20 ce7f800efff9: Waiting 03:05:20 b99db504a64c: Pushed 03:05:20 b5aedc3e83f6: Pushed 03:05:20 a798e0aba283: Pushed 03:05:20 e744a22f553e: Layer already exists 03:05:20 ad3253c6e60b: Layer already exists 03:05:20 f230e3999670: Pushed 03:05:20 14f57b862860: Pushed 03:05:20 ce7f800efff9: Layer already exists 03:05:21 bd80212d26da: Pushed 03:05:21 3997f1fecedd: Pushed 03:05:21 85c90880794d: Pushed 03:05:21 ce84a9d44a3f: Pushed 03:05:22 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:bc90a9d5ac1ab765b688975f7d222a0fc9c399c344938731ad121a6aca34dc80 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:22 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:22 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 03:05:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 03:05:22 a798e0aba283: Preparing 03:05:22 b99db504a64c: Preparing 03:05:22 85c90880794d: Preparing 03:05:22 3997f1fecedd: Preparing 03:05:22 b5aedc3e83f6: Preparing 03:05:22 f230e3999670: Preparing 03:05:22 14f57b862860: Preparing 03:05:22 e744a22f553e: Preparing 03:05:22 ad3253c6e60b: Preparing 03:05:22 bd80212d26da: Preparing 03:05:22 ce84a9d44a3f: Preparing 03:05:22 ce7f800efff9: Preparing 03:05:22 bd80212d26da: Waiting 03:05:22 14f57b862860: Waiting 03:05:22 ad3253c6e60b: Waiting 03:05:22 f230e3999670: Waiting 03:05:22 e744a22f553e: Waiting 03:05:22 ce7f800efff9: Waiting 03:05:22 ce84a9d44a3f: Waiting 03:05:22 3997f1fecedd: Layer already exists 03:05:22 a798e0aba283: Layer already exists 03:05:22 b99db504a64c: Layer already exists 03:05:22 b5aedc3e83f6: Layer already exists 03:05:22 85c90880794d: Layer already exists 03:05:22 14f57b862860: Layer already exists 03:05:22 f230e3999670: Layer already exists 03:05:22 e744a22f553e: Layer already exists 03:05:22 ad3253c6e60b: Layer already exists 03:05:22 bd80212d26da: Layer already exists 03:05:22 ce84a9d44a3f: Layer already exists 03:05:22 ce7f800efff9: Layer already exists 03:05:22 latest: digest: sha256:bc90a9d5ac1ab765b688975f7d222a0fc9c399c344938731ad121a6aca34dc80 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:23 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:24 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.64 03:05:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 03:05:24 a798e0aba283: Preparing 03:05:24 b99db504a64c: Preparing 03:05:24 85c90880794d: Preparing 03:05:24 3997f1fecedd: Preparing 03:05:24 b5aedc3e83f6: Preparing 03:05:24 f230e3999670: Preparing 03:05:24 14f57b862860: Preparing 03:05:24 e744a22f553e: Preparing 03:05:24 ad3253c6e60b: Preparing 03:05:24 bd80212d26da: Preparing 03:05:24 ce84a9d44a3f: Preparing 03:05:24 ce7f800efff9: Preparing 03:05:24 e744a22f553e: Waiting 03:05:24 ad3253c6e60b: Waiting 03:05:24 bd80212d26da: Waiting 03:05:24 f230e3999670: Waiting 03:05:24 ce84a9d44a3f: Waiting 03:05:24 14f57b862860: Waiting 03:05:24 ce7f800efff9: Waiting 03:05:24 b5aedc3e83f6: Layer already exists 03:05:24 3997f1fecedd: Layer already exists 03:05:24 a798e0aba283: Layer already exists 03:05:24 b99db504a64c: Layer already exists 03:05:24 85c90880794d: Layer already exists 03:05:24 e744a22f553e: Layer already exists 03:05:24 ad3253c6e60b: Layer already exists 03:05:24 f230e3999670: Layer already exists 03:05:24 14f57b862860: Layer already exists 03:05:24 bd80212d26da: Layer already exists 03:05:24 ce84a9d44a3f: Layer already exists 03:05:24 ce7f800efff9: Layer already exists 03:05:24 3.2.0-dev.64: digest: sha256:bc90a9d5ac1ab765b688975f7d222a0fc9c399c344938731ad121a6aca34dc80 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:24 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:25 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:05:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 03:05:25 a798e0aba283: Preparing 03:05:25 b99db504a64c: Preparing 03:05:25 85c90880794d: Preparing 03:05:25 3997f1fecedd: Preparing 03:05:25 b5aedc3e83f6: Preparing 03:05:25 f230e3999670: Preparing 03:05:25 14f57b862860: Preparing 03:05:25 e744a22f553e: Preparing 03:05:25 ad3253c6e60b: Preparing 03:05:25 bd80212d26da: Preparing 03:05:25 ce84a9d44a3f: Preparing 03:05:25 ce7f800efff9: Preparing 03:05:25 14f57b862860: Waiting 03:05:25 ad3253c6e60b: Waiting 03:05:25 ce84a9d44a3f: Waiting 03:05:25 bd80212d26da: Waiting 03:05:25 ce7f800efff9: Waiting 03:05:25 e744a22f553e: Waiting 03:05:25 f230e3999670: Waiting 03:05:25 b5aedc3e83f6: Layer already exists 03:05:25 3997f1fecedd: Layer already exists 03:05:25 a798e0aba283: Layer already exists 03:05:25 85c90880794d: Layer already exists 03:05:25 b99db504a64c: Layer already exists 03:05:25 f230e3999670: Layer already exists 03:05:25 14f57b862860: Layer already exists 03:05:25 e744a22f553e: Layer already exists 03:05:25 ad3253c6e60b: Layer already exists 03:05:25 bd80212d26da: Layer already exists 03:05:25 ce84a9d44a3f: Layer already exists 03:05:25 ce7f800efff9: Layer already exists 03:05:25 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:bc90a9d5ac1ab765b688975f7d222a0fc9c399c344938731ad121a6aca34dc80 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:25 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:25 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 03:05:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 03:05:25 a798e0aba283: Preparing 03:05:25 b99db504a64c: Preparing 03:05:25 85c90880794d: Preparing 03:05:25 3997f1fecedd: Preparing 03:05:25 b5aedc3e83f6: Preparing 03:05:25 f230e3999670: Preparing 03:05:25 14f57b862860: Preparing 03:05:25 e744a22f553e: Preparing 03:05:25 ad3253c6e60b: Preparing 03:05:25 bd80212d26da: Preparing 03:05:25 ce84a9d44a3f: Preparing 03:05:25 f230e3999670: Waiting 03:05:25 14f57b862860: Waiting 03:05:25 e744a22f553e: Waiting 03:05:25 bd80212d26da: Waiting 03:05:25 ce7f800efff9: Preparing 03:05:25 ce7f800efff9: Waiting 03:05:25 ce84a9d44a3f: Waiting 03:05:25 b5aedc3e83f6: Layer already exists 03:05:25 85c90880794d: Layer already exists 03:05:25 a798e0aba283: Layer already exists 03:05:25 b99db504a64c: Layer already exists 03:05:25 3997f1fecedd: Layer already exists 03:05:25 ad3253c6e60b: Layer already exists 03:05:25 e744a22f553e: Layer already exists 03:05:25 bd80212d26da: Layer already exists 03:05:25 f230e3999670: Layer already exists 03:05:25 14f57b862860: Layer already exists 03:05:25 ce84a9d44a3f: Layer already exists 03:05:25 ce7f800efff9: Layer already exists 03:05:25 main: digest: sha256:bc90a9d5ac1ab765b688975f7d222a0fc9c399c344938731ad121a6aca34dc80 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:05:25 ===================================================== [Pipeline] echo 03:05:25 taggedImages: 03:05:25 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:05:25 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 03:05:25 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.64 03:05:25 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:05:25 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 03:05:25 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 03:05:25 6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:05:25 latest 03:05:25 3.2.0-dev.64 03:05:25 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:05:25 main 03:05:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:26 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:26 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:05:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 03:05:26 780b0f9ac642: Preparing 03:05:26 a0f5ba66956c: Preparing 03:05:26 e744a22f553e: Preparing 03:05:26 ad3253c6e60b: Preparing 03:05:26 c897ba2180dc: Preparing 03:05:26 387baf234381: Preparing 03:05:26 ce7f800efff9: Preparing 03:05:26 387baf234381: Waiting 03:05:26 e744a22f553e: Layer already exists 03:05:26 ad3253c6e60b: Layer already exists 03:05:26 ce7f800efff9: Layer already exists 03:05:26 780b0f9ac642: Pushed 03:05:27 c897ba2180dc: Pushed 03:05:27 387baf234381: Pushed 03:05:28 a0f5ba66956c: Pushed 03:05:28 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:b94d0a2b43b65837198a41fbd549f332389c5107d6154719ff5a247a289354ab size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:28 + 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 03:05:29 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 03:05:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 03:05:29 780b0f9ac642: Preparing 03:05:29 a0f5ba66956c: Preparing 03:05:29 e744a22f553e: Preparing 03:05:29 ad3253c6e60b: Preparing 03:05:29 c897ba2180dc: Preparing 03:05:29 387baf234381: Preparing 03:05:29 ce7f800efff9: Preparing 03:05:29 387baf234381: Waiting 03:05:29 ce7f800efff9: Waiting 03:05:29 ad3253c6e60b: Layer already exists 03:05:29 a0f5ba66956c: Layer already exists 03:05:29 780b0f9ac642: Layer already exists 03:05:29 c897ba2180dc: Layer already exists 03:05:29 e744a22f553e: Layer already exists 03:05:29 ce7f800efff9: Layer already exists 03:05:29 387baf234381: Layer already exists 03:05:29 latest: digest: sha256:b94d0a2b43b65837198a41fbd549f332389c5107d6154719ff5a247a289354ab size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:29 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:29 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.64 03:05:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 03:05:29 780b0f9ac642: Preparing 03:05:29 a0f5ba66956c: Preparing 03:05:29 e744a22f553e: Preparing 03:05:29 ad3253c6e60b: Preparing 03:05:29 c897ba2180dc: Preparing 03:05:29 387baf234381: Preparing 03:05:29 ce7f800efff9: Preparing 03:05:29 387baf234381: Waiting 03:05:29 c897ba2180dc: Layer already exists 03:05:29 ad3253c6e60b: Layer already exists 03:05:29 780b0f9ac642: Layer already exists 03:05:29 a0f5ba66956c: Layer already exists 03:05:29 e744a22f553e: Layer already exists 03:05:29 387baf234381: Layer already exists 03:05:29 ce7f800efff9: Layer already exists 03:05:29 3.2.0-dev.64: digest: sha256:b94d0a2b43b65837198a41fbd549f332389c5107d6154719ff5a247a289354ab size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:30 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:30 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:05:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 03:05:30 780b0f9ac642: Preparing 03:05:30 a0f5ba66956c: Preparing 03:05:30 e744a22f553e: Preparing 03:05:30 ad3253c6e60b: Preparing 03:05:30 c897ba2180dc: Preparing 03:05:30 387baf234381: Preparing 03:05:30 ce7f800efff9: Preparing 03:05:30 387baf234381: Waiting 03:05:30 ce7f800efff9: Waiting 03:05:30 e744a22f553e: Layer already exists 03:05:30 a0f5ba66956c: Layer already exists 03:05:30 c897ba2180dc: Layer already exists 03:05:30 780b0f9ac642: Layer already exists 03:05:30 ad3253c6e60b: Layer already exists 03:05:30 387baf234381: Layer already exists 03:05:30 ce7f800efff9: Layer already exists 03:05:30 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:b94d0a2b43b65837198a41fbd549f332389c5107d6154719ff5a247a289354ab size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:30 + 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 03:05:31 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 03:05:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 03:05:31 780b0f9ac642: Preparing 03:05:31 a0f5ba66956c: Preparing 03:05:31 e744a22f553e: Preparing 03:05:31 ad3253c6e60b: Preparing 03:05:31 c897ba2180dc: Preparing 03:05:31 387baf234381: Preparing 03:05:31 ce7f800efff9: Preparing 03:05:31 ce7f800efff9: Waiting 03:05:31 387baf234381: Waiting 03:05:31 780b0f9ac642: Layer already exists 03:05:31 e744a22f553e: Layer already exists 03:05:31 c897ba2180dc: Layer already exists 03:05:31 a0f5ba66956c: Layer already exists 03:05:31 ad3253c6e60b: Layer already exists 03:05:31 387baf234381: Layer already exists 03:05:31 ce7f800efff9: Layer already exists 03:05:31 main: digest: sha256:b94d0a2b43b65837198a41fbd549f332389c5107d6154719ff5a247a289354ab size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:05:31 ===================================================== [Pipeline] echo 03:05:31 taggedImages: 03:05:31 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:05:31 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 03:05:31 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.64 03:05:31 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:05:31 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 03:05:31 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 03:05:31 6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:05:31 latest 03:05:31 3.2.0-dev.64 03:05:31 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:05:31 main 03:05:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:31 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:05:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 03:05:31 9d42d8238bd1: Preparing 03:05:31 faa29f2a916b: Preparing 03:05:31 ab9c9f2d5d37: Preparing 03:05:31 e744a22f553e: Preparing 03:05:31 ad3253c6e60b: Preparing 03:05:31 335bd10fb662: Preparing 03:05:31 a59f4aa87136: Preparing 03:05:31 d34bc00bc5d7: Preparing 03:05:31 f1f355619c68: Preparing 03:05:31 ce7f800efff9: Preparing 03:05:31 a59f4aa87136: Waiting 03:05:31 d34bc00bc5d7: Waiting 03:05:31 f1f355619c68: Waiting 03:05:31 335bd10fb662: Waiting 03:05:31 ce7f800efff9: Waiting 03:05:31 e744a22f553e: Layer already exists 03:05:31 ad3253c6e60b: Layer already exists 03:05:31 9d42d8238bd1: Pushed 03:05:31 faa29f2a916b: Pushed 03:05:31 ab9c9f2d5d37: Pushed 03:05:31 ce7f800efff9: Layer already exists 03:05:31 d34bc00bc5d7: Pushed 03:05:32 f1f355619c68: Pushed 03:05:38 a59f4aa87136: Pushed 03:05:41 335bd10fb662: Pushed 03:05:41 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:70308a9b57f718d87deb13b3cb13fb0fcdecb1a1d7dc832987dfaa2770ca986e size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:42 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 03:05:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 03:05:42 9d42d8238bd1: Preparing 03:05:42 faa29f2a916b: Preparing 03:05:42 ab9c9f2d5d37: Preparing 03:05:42 e744a22f553e: Preparing 03:05:42 ad3253c6e60b: Preparing 03:05:42 335bd10fb662: Preparing 03:05:42 a59f4aa87136: Preparing 03:05:42 d34bc00bc5d7: Preparing 03:05:42 f1f355619c68: Preparing 03:05:42 ce7f800efff9: Preparing 03:05:42 ce7f800efff9: Waiting 03:05:42 d34bc00bc5d7: Waiting 03:05:42 f1f355619c68: Waiting 03:05:42 335bd10fb662: Waiting 03:05:42 a59f4aa87136: Waiting 03:05:42 ab9c9f2d5d37: Layer already exists 03:05:42 9d42d8238bd1: Layer already exists 03:05:42 e744a22f553e: Layer already exists 03:05:42 faa29f2a916b: Layer already exists 03:05:42 ad3253c6e60b: Layer already exists 03:05:42 f1f355619c68: Layer already exists 03:05:42 335bd10fb662: Layer already exists 03:05:42 a59f4aa87136: Layer already exists 03:05:42 d34bc00bc5d7: Layer already exists 03:05:42 ce7f800efff9: Layer already exists 03:05:42 latest: digest: sha256:70308a9b57f718d87deb13b3cb13fb0fcdecb1a1d7dc832987dfaa2770ca986e size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:42 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.64 03:05:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 03:05:43 9d42d8238bd1: Preparing 03:05:43 faa29f2a916b: Preparing 03:05:43 ab9c9f2d5d37: Preparing 03:05:43 e744a22f553e: Preparing 03:05:43 ad3253c6e60b: Preparing 03:05:43 335bd10fb662: Preparing 03:05:43 a59f4aa87136: Preparing 03:05:43 d34bc00bc5d7: Preparing 03:05:43 f1f355619c68: Preparing 03:05:43 ce7f800efff9: Preparing 03:05:43 d34bc00bc5d7: Waiting 03:05:43 f1f355619c68: Waiting 03:05:43 335bd10fb662: Waiting 03:05:43 ce7f800efff9: Waiting 03:05:43 a59f4aa87136: Waiting 03:05:43 ab9c9f2d5d37: Layer already exists 03:05:43 ad3253c6e60b: Layer already exists 03:05:43 9d42d8238bd1: Layer already exists 03:05:43 e744a22f553e: Layer already exists 03:05:43 faa29f2a916b: Layer already exists 03:05:43 d34bc00bc5d7: Layer already exists 03:05:43 a59f4aa87136: Layer already exists 03:05:43 335bd10fb662: Layer already exists 03:05:43 f1f355619c68: Layer already exists 03:05:43 ce7f800efff9: Layer already exists 03:05:43 3.2.0-dev.64: digest: sha256:70308a9b57f718d87deb13b3cb13fb0fcdecb1a1d7dc832987dfaa2770ca986e size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:43 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:05:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 03:05:43 9d42d8238bd1: Preparing 03:05:43 faa29f2a916b: Preparing 03:05:43 ab9c9f2d5d37: Preparing 03:05:43 e744a22f553e: Preparing 03:05:43 ad3253c6e60b: Preparing 03:05:43 335bd10fb662: Preparing 03:05:43 a59f4aa87136: Preparing 03:05:43 d34bc00bc5d7: Preparing 03:05:43 f1f355619c68: Preparing 03:05:43 ce7f800efff9: Preparing 03:05:43 d34bc00bc5d7: Waiting 03:05:43 335bd10fb662: Waiting 03:05:43 a59f4aa87136: Waiting 03:05:43 ce7f800efff9: Waiting 03:05:43 f1f355619c68: Waiting 03:05:43 ab9c9f2d5d37: Layer already exists 03:05:43 faa29f2a916b: Layer already exists 03:05:43 9d42d8238bd1: Layer already exists 03:05:43 ad3253c6e60b: Layer already exists 03:05:43 e744a22f553e: Layer already exists 03:05:43 a59f4aa87136: Layer already exists 03:05:43 f1f355619c68: Layer already exists 03:05:43 335bd10fb662: Layer already exists 03:05:43 ce7f800efff9: Layer already exists 03:05:43 d34bc00bc5d7: Layer already exists 03:05:43 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:70308a9b57f718d87deb13b3cb13fb0fcdecb1a1d7dc832987dfaa2770ca986e size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:44 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 03:05:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 03:05:44 9d42d8238bd1: Preparing 03:05:44 faa29f2a916b: Preparing 03:05:44 ab9c9f2d5d37: Preparing 03:05:44 e744a22f553e: Preparing 03:05:44 ad3253c6e60b: Preparing 03:05:44 335bd10fb662: Preparing 03:05:44 a59f4aa87136: Preparing 03:05:44 d34bc00bc5d7: Preparing 03:05:44 f1f355619c68: Preparing 03:05:44 ce7f800efff9: Preparing 03:05:44 335bd10fb662: Waiting 03:05:44 a59f4aa87136: Waiting 03:05:44 d34bc00bc5d7: Waiting 03:05:44 f1f355619c68: Waiting 03:05:44 ce7f800efff9: Waiting 03:05:44 e744a22f553e: Layer already exists 03:05:44 9d42d8238bd1: Layer already exists 03:05:44 faa29f2a916b: Layer already exists 03:05:44 ab9c9f2d5d37: Layer already exists 03:05:44 ad3253c6e60b: Layer already exists 03:05:44 335bd10fb662: Layer already exists 03:05:44 f1f355619c68: Layer already exists 03:05:44 ce7f800efff9: Layer already exists 03:05:44 a59f4aa87136: Layer already exists 03:05:44 d34bc00bc5d7: Layer already exists 03:05:44 main: digest: sha256:70308a9b57f718d87deb13b3cb13fb0fcdecb1a1d7dc832987dfaa2770ca986e size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:05:44 ===================================================== [Pipeline] echo 03:05:44 taggedImages: 03:05:44 - nexus3.edgexfoundry.org:10004/security-spire-agent:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:05:44 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 03:05:44 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.64 03:05:44 - nexus3.edgexfoundry.org:10004/security-spire-agent:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:05:44 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 03:05:44 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 03:05:44 6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:05:44 latest 03:05:44 3.2.0-dev.64 03:05:44 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:05:44 main 03:05:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:44 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:05:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 03:05:45 e5ea342cc0ce: Preparing 03:05:45 a870bffe5590: Preparing 03:05:45 6d807a4cdcac: Preparing 03:05:45 e744a22f553e: Preparing 03:05:45 ad3253c6e60b: Preparing 03:05:45 98e2255adec8: Preparing 03:05:45 db466ecb009a: Preparing 03:05:45 916abdca9e2d: Preparing 03:05:45 ce7f800efff9: Preparing 03:05:45 db466ecb009a: Waiting 03:05:45 916abdca9e2d: Waiting 03:05:45 ce7f800efff9: Waiting 03:05:45 98e2255adec8: Waiting 03:05:45 ad3253c6e60b: Layer already exists 03:05:45 e744a22f553e: Layer already exists 03:05:45 6d807a4cdcac: Pushed 03:05:45 a870bffe5590: Pushed 03:05:45 e5ea342cc0ce: Pushed 03:05:45 ce7f800efff9: Layer already exists 03:05:45 916abdca9e2d: Pushed 03:05:45 db466ecb009a: Pushed 03:05:55 98e2255adec8: Pushed 03:05:55 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:f3dd7fcad0c33e9087156176e9b36ca613880cb48f3a64b575329e56f33919be size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:55 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 03:05:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 03:05:56 e5ea342cc0ce: Preparing 03:05:56 a870bffe5590: Preparing 03:05:56 6d807a4cdcac: Preparing 03:05:56 e744a22f553e: Preparing 03:05:56 ad3253c6e60b: Preparing 03:05:56 98e2255adec8: Preparing 03:05:56 db466ecb009a: Preparing 03:05:56 916abdca9e2d: Preparing 03:05:56 ce7f800efff9: Preparing 03:05:56 98e2255adec8: Waiting 03:05:56 db466ecb009a: Waiting 03:05:56 ce7f800efff9: Waiting 03:05:56 916abdca9e2d: Waiting 03:05:56 ad3253c6e60b: Layer already exists 03:05:56 6d807a4cdcac: Layer already exists 03:05:56 e744a22f553e: Layer already exists 03:05:56 a870bffe5590: Layer already exists 03:05:56 e5ea342cc0ce: Layer already exists 03:05:56 98e2255adec8: Layer already exists 03:05:56 db466ecb009a: Layer already exists 03:05:56 ce7f800efff9: Layer already exists 03:05:56 916abdca9e2d: Layer already exists 03:05:56 latest: digest: sha256:f3dd7fcad0c33e9087156176e9b36ca613880cb48f3a64b575329e56f33919be size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:56 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.64 03:05:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 03:05:57 e5ea342cc0ce: Preparing 03:05:57 a870bffe5590: Preparing 03:05:57 6d807a4cdcac: Preparing 03:05:57 e744a22f553e: Preparing 03:05:57 ad3253c6e60b: Preparing 03:05:57 98e2255adec8: Preparing 03:05:57 db466ecb009a: Preparing 03:05:57 916abdca9e2d: Preparing 03:05:57 ce7f800efff9: Preparing 03:05:57 98e2255adec8: Waiting 03:05:57 db466ecb009a: Waiting 03:05:57 916abdca9e2d: Waiting 03:05:57 ce7f800efff9: Waiting 03:05:57 e5ea342cc0ce: Layer already exists 03:05:57 6d807a4cdcac: Layer already exists 03:05:57 e744a22f553e: Layer already exists 03:05:57 a870bffe5590: Layer already exists 03:05:57 ad3253c6e60b: Layer already exists 03:05:57 916abdca9e2d: Layer already exists 03:05:57 db466ecb009a: Layer already exists 03:05:57 98e2255adec8: Layer already exists 03:05:57 ce7f800efff9: Layer already exists 03:05:57 3.2.0-dev.64: digest: sha256:f3dd7fcad0c33e9087156176e9b36ca613880cb48f3a64b575329e56f33919be size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:57 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:05:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 03:05:57 e5ea342cc0ce: Preparing 03:05:57 a870bffe5590: Preparing 03:05:57 6d807a4cdcac: Preparing 03:05:57 e744a22f553e: Preparing 03:05:57 ad3253c6e60b: Preparing 03:05:57 98e2255adec8: Preparing 03:05:57 db466ecb009a: Preparing 03:05:57 916abdca9e2d: Preparing 03:05:57 ce7f800efff9: Preparing 03:05:57 98e2255adec8: Waiting 03:05:57 db466ecb009a: Waiting 03:05:57 916abdca9e2d: Waiting 03:05:57 ce7f800efff9: Waiting 03:05:57 a870bffe5590: Layer already exists 03:05:57 e744a22f553e: Layer already exists 03:05:57 6d807a4cdcac: Layer already exists 03:05:57 e5ea342cc0ce: Layer already exists 03:05:57 ad3253c6e60b: Layer already exists 03:05:57 98e2255adec8: Layer already exists 03:05:57 db466ecb009a: Layer already exists 03:05:57 ce7f800efff9: Layer already exists 03:05:57 916abdca9e2d: Layer already exists 03:05:57 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:f3dd7fcad0c33e9087156176e9b36ca613880cb48f3a64b575329e56f33919be size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:58 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 03:05:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 03:05:58 e5ea342cc0ce: Preparing 03:05:58 a870bffe5590: Preparing 03:05:58 6d807a4cdcac: Preparing 03:05:58 e744a22f553e: Preparing 03:05:58 ad3253c6e60b: Preparing 03:05:58 98e2255adec8: Preparing 03:05:58 db466ecb009a: Preparing 03:05:58 916abdca9e2d: Preparing 03:05:58 ce7f800efff9: Preparing 03:05:58 98e2255adec8: Waiting 03:05:58 db466ecb009a: Waiting 03:05:58 916abdca9e2d: Waiting 03:05:58 ce7f800efff9: Waiting 03:05:58 6d807a4cdcac: Layer already exists 03:05:58 e5ea342cc0ce: Layer already exists 03:05:58 ad3253c6e60b: Layer already exists 03:05:58 e744a22f553e: Layer already exists 03:05:58 a870bffe5590: Layer already exists 03:05:58 916abdca9e2d: Layer already exists 03:05:58 db466ecb009a: Layer already exists 03:05:58 98e2255adec8: Layer already exists 03:05:58 ce7f800efff9: Layer already exists 03:05:58 main: digest: sha256:f3dd7fcad0c33e9087156176e9b36ca613880cb48f3a64b575329e56f33919be size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:05:58 ===================================================== [Pipeline] echo 03:05:58 taggedImages: 03:05:58 - nexus3.edgexfoundry.org:10004/security-spire-config:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:05:58 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 03:05:58 - nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.64 03:05:58 - nexus3.edgexfoundry.org:10004/security-spire-config:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:05:58 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 03:05:58 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 03:05:58 6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:05:58 latest 03:05:58 3.2.0-dev.64 03:05:58 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:05:58 main 03:05:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:58 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:05:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 03:05:59 9d42d8238bd1: Preparing 03:05:59 51a418dc8ff5: Preparing 03:05:59 e44ce043efea: Preparing 03:05:59 e744a22f553e: Preparing 03:05:59 ad3253c6e60b: Preparing 03:05:59 98e2255adec8: Preparing 03:05:59 d34bc00bc5d7: Preparing 03:05:59 f1f355619c68: Preparing 03:05:59 ce7f800efff9: Preparing 03:05:59 98e2255adec8: Waiting 03:05:59 d34bc00bc5d7: Waiting 03:05:59 f1f355619c68: Waiting 03:05:59 ce7f800efff9: Waiting 03:05:59 e744a22f553e: Layer already exists 03:05:59 ad3253c6e60b: Layer already exists 03:05:59 9d42d8238bd1: Layer already exists 03:05:59 98e2255adec8: Layer already exists 03:05:59 d34bc00bc5d7: Layer already exists 03:05:59 f1f355619c68: Layer already exists 03:05:59 ce7f800efff9: Layer already exists 03:05:59 51a418dc8ff5: Pushed 03:05:59 e44ce043efea: Pushed 03:05:59 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:a771f37624b059dd951a1481c42e641665d2ad4a3f81f0da317238ee7396709b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:59 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:06:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 03:06:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 03:06:00 9d42d8238bd1: Preparing 03:06:00 51a418dc8ff5: Preparing 03:06:00 e44ce043efea: Preparing 03:06:00 e744a22f553e: Preparing 03:06:00 ad3253c6e60b: Preparing 03:06:00 98e2255adec8: Preparing 03:06:00 d34bc00bc5d7: Preparing 03:06:00 f1f355619c68: Preparing 03:06:00 98e2255adec8: Waiting 03:06:00 d34bc00bc5d7: Waiting 03:06:00 ce7f800efff9: Preparing 03:06:00 f1f355619c68: Waiting 03:06:00 ce7f800efff9: Waiting 03:06:00 e44ce043efea: Layer already exists 03:06:00 e744a22f553e: Layer already exists 03:06:00 9d42d8238bd1: Layer already exists 03:06:00 51a418dc8ff5: Layer already exists 03:06:00 f1f355619c68: Layer already exists 03:06:00 98e2255adec8: Layer already exists 03:06:00 d34bc00bc5d7: Layer already exists 03:06:00 ce7f800efff9: Layer already exists 03:06:00 ad3253c6e60b: Layer already exists 03:06:00 latest: digest: sha256:a771f37624b059dd951a1481c42e641665d2ad4a3f81f0da317238ee7396709b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:06:00 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:06:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.64 03:06:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 03:06:00 9d42d8238bd1: Preparing 03:06:00 51a418dc8ff5: Preparing 03:06:00 e44ce043efea: Preparing 03:06:00 e744a22f553e: Preparing 03:06:00 ad3253c6e60b: Preparing 03:06:00 98e2255adec8: Preparing 03:06:00 d34bc00bc5d7: Preparing 03:06:00 f1f355619c68: Preparing 03:06:00 ce7f800efff9: Preparing 03:06:00 f1f355619c68: Waiting 03:06:00 ce7f800efff9: Waiting 03:06:00 98e2255adec8: Waiting 03:06:00 e744a22f553e: Layer already exists 03:06:00 51a418dc8ff5: Layer already exists 03:06:00 9d42d8238bd1: Layer already exists 03:06:00 ad3253c6e60b: Layer already exists 03:06:00 e44ce043efea: Layer already exists 03:06:00 ce7f800efff9: Layer already exists 03:06:00 98e2255adec8: Layer already exists 03:06:00 f1f355619c68: Layer already exists 03:06:00 d34bc00bc5d7: Layer already exists 03:06:00 3.2.0-dev.64: digest: sha256:a771f37624b059dd951a1481c42e641665d2ad4a3f81f0da317238ee7396709b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:06:01 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:06:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:06:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 03:06:01 9d42d8238bd1: Preparing 03:06:01 51a418dc8ff5: Preparing 03:06:01 e44ce043efea: Preparing 03:06:01 e744a22f553e: Preparing 03:06:01 ad3253c6e60b: Preparing 03:06:01 98e2255adec8: Preparing 03:06:01 d34bc00bc5d7: Preparing 03:06:01 f1f355619c68: Preparing 03:06:01 ce7f800efff9: Preparing 03:06:01 98e2255adec8: Waiting 03:06:01 d34bc00bc5d7: Waiting 03:06:01 f1f355619c68: Waiting 03:06:01 51a418dc8ff5: Layer already exists 03:06:01 e744a22f553e: Layer already exists 03:06:01 e44ce043efea: Layer already exists 03:06:01 9d42d8238bd1: Layer already exists 03:06:01 ad3253c6e60b: Layer already exists 03:06:01 d34bc00bc5d7: Layer already exists 03:06:01 f1f355619c68: Layer already exists 03:06:01 ce7f800efff9: Layer already exists 03:06:01 98e2255adec8: Layer already exists 03:06:01 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:a771f37624b059dd951a1481c42e641665d2ad4a3f81f0da317238ee7396709b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:06:01 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:06:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 03:06:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 03:06:02 9d42d8238bd1: Preparing 03:06:02 51a418dc8ff5: Preparing 03:06:02 e44ce043efea: Preparing 03:06:02 e744a22f553e: Preparing 03:06:02 ad3253c6e60b: Preparing 03:06:02 98e2255adec8: Preparing 03:06:02 d34bc00bc5d7: Preparing 03:06:02 f1f355619c68: Preparing 03:06:02 ce7f800efff9: Preparing 03:06:02 f1f355619c68: Waiting 03:06:02 98e2255adec8: Waiting 03:06:02 d34bc00bc5d7: Waiting 03:06:02 ce7f800efff9: Waiting 03:06:02 9d42d8238bd1: Layer already exists 03:06:02 e744a22f553e: Layer already exists 03:06:02 51a418dc8ff5: Layer already exists 03:06:02 ad3253c6e60b: Layer already exists 03:06:02 e44ce043efea: Layer already exists 03:06:02 f1f355619c68: Layer already exists 03:06:02 d34bc00bc5d7: Layer already exists 03:06:02 98e2255adec8: Layer already exists 03:06:02 ce7f800efff9: Layer already exists 03:06:02 main: digest: sha256:a771f37624b059dd951a1481c42e641665d2ad4a3f81f0da317238ee7396709b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:06:02 ===================================================== [Pipeline] echo 03:06:02 taggedImages: 03:06:02 - nexus3.edgexfoundry.org:10004/security-spire-server:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:06:02 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 03:06:02 - nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.64 03:06:02 - nexus3.edgexfoundry.org:10004/security-spire-server:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:06:02 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 03:06:02 [edgeXDocker.push] Tagging docker image support-cron-scheduler with the following tags: 03:06:02 6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:06:02 latest 03:06:02 3.2.0-dev.64 03:06:02 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:06:02 main 03:06:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:06:02 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:06:02 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:06:02 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 03:06:02 cef4b19ac813: Preparing 03:06:02 144f41f9c37d: Preparing 03:06:02 e744a22f553e: Preparing 03:06:02 ad3253c6e60b: Preparing 03:06:02 efa3cb7a4313: Preparing 03:06:02 81bc9323ffca: Preparing 03:06:02 ce7f800efff9: Preparing 03:06:02 ce7f800efff9: Waiting 03:06:02 81bc9323ffca: Waiting 03:06:02 ad3253c6e60b: Layer already exists 03:06:02 e744a22f553e: Layer already exists 03:06:02 ce7f800efff9: Layer already exists 03:06:02 cef4b19ac813: Pushed 03:06:03 81bc9323ffca: Pushed 03:06:03 efa3cb7a4313: Pushed 03:06:06 144f41f9c37d: Pushed 03:06:06 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:11f68b7bc511b7d7a352100dad758ab51e1530217a48010c3ebc764c3a22e6be size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:06:07 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:06:07 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest 03:06:07 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 03:06:07 cef4b19ac813: Preparing 03:06:07 144f41f9c37d: Preparing 03:06:07 e744a22f553e: Preparing 03:06:07 ad3253c6e60b: Preparing 03:06:07 efa3cb7a4313: Preparing 03:06:07 81bc9323ffca: Preparing 03:06:07 ce7f800efff9: Preparing 03:06:07 81bc9323ffca: Waiting 03:06:07 ce7f800efff9: Waiting 03:06:07 144f41f9c37d: Layer already exists 03:06:07 efa3cb7a4313: Layer already exists 03:06:07 e744a22f553e: Layer already exists 03:06:07 ad3253c6e60b: Layer already exists 03:06:07 cef4b19ac813: Layer already exists 03:06:07 ce7f800efff9: Layer already exists 03:06:07 81bc9323ffca: Layer already exists 03:06:07 latest: digest: sha256:11f68b7bc511b7d7a352100dad758ab51e1530217a48010c3ebc764c3a22e6be size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:06:07 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:06:08 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.64 03:06:08 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 03:06:08 cef4b19ac813: Preparing 03:06:08 144f41f9c37d: Preparing 03:06:08 e744a22f553e: Preparing 03:06:08 ad3253c6e60b: Preparing 03:06:08 efa3cb7a4313: Preparing 03:06:08 81bc9323ffca: Preparing 03:06:08 ce7f800efff9: Preparing 03:06:08 81bc9323ffca: Waiting 03:06:08 ce7f800efff9: Waiting 03:06:08 efa3cb7a4313: Layer already exists 03:06:08 e744a22f553e: Layer already exists 03:06:08 ad3253c6e60b: Layer already exists 03:06:08 144f41f9c37d: Layer already exists 03:06:08 cef4b19ac813: Layer already exists 03:06:08 ce7f800efff9: Layer already exists 03:06:08 81bc9323ffca: Layer already exists 03:06:08 3.2.0-dev.64: digest: sha256:11f68b7bc511b7d7a352100dad758ab51e1530217a48010c3ebc764c3a22e6be size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:06:08 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:06:08 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:06:08 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 03:06:08 cef4b19ac813: Preparing 03:06:08 144f41f9c37d: Preparing 03:06:08 e744a22f553e: Preparing 03:06:08 ad3253c6e60b: Preparing 03:06:08 efa3cb7a4313: Preparing 03:06:08 81bc9323ffca: Preparing 03:06:08 ce7f800efff9: Preparing 03:06:08 81bc9323ffca: Waiting 03:06:08 ce7f800efff9: Waiting 03:06:08 144f41f9c37d: Layer already exists 03:06:08 ad3253c6e60b: Layer already exists 03:06:08 e744a22f553e: Layer already exists 03:06:08 efa3cb7a4313: Layer already exists 03:06:08 cef4b19ac813: Layer already exists 03:06:08 81bc9323ffca: Layer already exists 03:06:08 ce7f800efff9: Layer already exists 03:06:08 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:11f68b7bc511b7d7a352100dad758ab51e1530217a48010c3ebc764c3a22e6be size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:06:09 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:06:09 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:main 03:06:09 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 03:06:09 cef4b19ac813: Preparing 03:06:09 144f41f9c37d: Preparing 03:06:09 e744a22f553e: Preparing 03:06:09 ad3253c6e60b: Preparing 03:06:09 efa3cb7a4313: Preparing 03:06:09 81bc9323ffca: Preparing 03:06:09 ce7f800efff9: Preparing 03:06:09 81bc9323ffca: Waiting 03:06:09 ce7f800efff9: Waiting 03:06:09 ad3253c6e60b: Layer already exists 03:06:09 144f41f9c37d: Layer already exists 03:06:09 e744a22f553e: Layer already exists 03:06:09 cef4b19ac813: Layer already exists 03:06:09 efa3cb7a4313: Layer already exists 03:06:09 ce7f800efff9: Layer already exists 03:06:09 81bc9323ffca: Layer already exists 03:06:09 main: digest: sha256:11f68b7bc511b7d7a352100dad758ab51e1530217a48010c3ebc764c3a22e6be size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:06:09 ===================================================== [Pipeline] echo 03:06:09 taggedImages: 03:06:09 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:06:09 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest 03:06:09 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.64 03:06:09 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:06:09 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] echo 03:06:09 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 03:06:09 6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:06:09 latest 03:06:09 3.2.0-dev.64 03:06:09 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:06:09 main 03:06:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:06:09 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:06:10 + docker push nexus3.edgexfoundry.org:10004/support-notifications:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:06:10 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 03:06:10 709e20ab1a32: Preparing 03:06:10 4f6e99e50aca: Preparing 03:06:10 e744a22f553e: Preparing 03:06:10 ad3253c6e60b: Preparing 03:06:10 3802daf41f90: Preparing 03:06:10 d4f90ca05da8: Preparing 03:06:10 ce7f800efff9: Preparing 03:06:10 d4f90ca05da8: Waiting 03:06:10 ce7f800efff9: Waiting 03:06:10 ad3253c6e60b: Layer already exists 03:06:10 e744a22f553e: Layer already exists 03:06:10 709e20ab1a32: Pushed 03:06:10 ce7f800efff9: Layer already exists 03:06:10 d4f90ca05da8: Pushed 03:06:10 3802daf41f90: Pushed 03:06:14 4f6e99e50aca: Pushed 03:06:14 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:f38412817dc0247cf9292166149ff848cbeb032515bc07ae54fce220fc6bc56f size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:06:15 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:06:15 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 03:06:15 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 03:06:15 709e20ab1a32: Preparing 03:06:15 4f6e99e50aca: Preparing 03:06:15 e744a22f553e: Preparing 03:06:15 ad3253c6e60b: Preparing 03:06:15 3802daf41f90: Preparing 03:06:15 d4f90ca05da8: Preparing 03:06:15 ce7f800efff9: Preparing 03:06:15 d4f90ca05da8: Waiting 03:06:15 ce7f800efff9: Waiting 03:06:15 709e20ab1a32: Layer already exists 03:06:15 ad3253c6e60b: Layer already exists 03:06:15 e744a22f553e: Layer already exists 03:06:15 3802daf41f90: Layer already exists 03:06:15 4f6e99e50aca: Layer already exists 03:06:15 ce7f800efff9: Layer already exists 03:06:15 d4f90ca05da8: Layer already exists 03:06:15 latest: digest: sha256:f38412817dc0247cf9292166149ff848cbeb032515bc07ae54fce220fc6bc56f size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:06:15 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:06:16 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.64 03:06:16 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 03:06:16 709e20ab1a32: Preparing 03:06:16 4f6e99e50aca: Preparing 03:06:16 e744a22f553e: Preparing 03:06:16 ad3253c6e60b: Preparing 03:06:16 3802daf41f90: Preparing 03:06:16 d4f90ca05da8: Preparing 03:06:16 ce7f800efff9: Preparing 03:06:16 d4f90ca05da8: Waiting 03:06:16 ce7f800efff9: Waiting 03:06:16 709e20ab1a32: Layer already exists 03:06:16 4f6e99e50aca: Layer already exists 03:06:16 e744a22f553e: Layer already exists 03:06:16 3802daf41f90: Layer already exists 03:06:16 ad3253c6e60b: Layer already exists 03:06:16 d4f90ca05da8: Layer already exists 03:06:16 ce7f800efff9: Layer already exists 03:06:16 3.2.0-dev.64: digest: sha256:f38412817dc0247cf9292166149ff848cbeb032515bc07ae54fce220fc6bc56f size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:06:16 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:06:16 + docker push nexus3.edgexfoundry.org:10004/support-notifications:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:06:16 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 03:06:16 709e20ab1a32: Preparing 03:06:16 4f6e99e50aca: Preparing 03:06:16 e744a22f553e: Preparing 03:06:16 ad3253c6e60b: Preparing 03:06:16 3802daf41f90: Preparing 03:06:16 d4f90ca05da8: Preparing 03:06:16 ce7f800efff9: Preparing 03:06:16 d4f90ca05da8: Waiting 03:06:16 ce7f800efff9: Waiting 03:06:16 709e20ab1a32: Layer already exists 03:06:16 e744a22f553e: Layer already exists 03:06:16 4f6e99e50aca: Layer already exists 03:06:16 3802daf41f90: Layer already exists 03:06:16 ad3253c6e60b: Layer already exists 03:06:16 d4f90ca05da8: Layer already exists 03:06:16 ce7f800efff9: Layer already exists 03:06:16 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:f38412817dc0247cf9292166149ff848cbeb032515bc07ae54fce220fc6bc56f size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:06:17 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:06:17 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 03:06:17 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 03:06:17 709e20ab1a32: Preparing 03:06:17 4f6e99e50aca: Preparing 03:06:17 e744a22f553e: Preparing 03:06:17 ad3253c6e60b: Preparing 03:06:17 3802daf41f90: Preparing 03:06:17 d4f90ca05da8: Preparing 03:06:17 ce7f800efff9: Preparing 03:06:17 ce7f800efff9: Waiting 03:06:17 d4f90ca05da8: Waiting 03:06:17 709e20ab1a32: Layer already exists 03:06:17 4f6e99e50aca: Layer already exists 03:06:17 ad3253c6e60b: Layer already exists 03:06:17 e744a22f553e: Layer already exists 03:06:17 3802daf41f90: Layer already exists 03:06:17 ce7f800efff9: Layer already exists 03:06:17 d4f90ca05da8: Layer already exists 03:06:17 main: digest: sha256:f38412817dc0247cf9292166149ff848cbeb032515bc07ae54fce220fc6bc56f size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:06:17 ===================================================== [Pipeline] echo 03:06:17 taggedImages: 03:06:17 - nexus3.edgexfoundry.org:10004/support-notifications:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:06:17 - nexus3.edgexfoundry.org:10004/support-notifications:latest 03:06:17 - nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.64 03:06:17 - nexus3.edgexfoundry.org:10004/support-notifications:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:06:17 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 03:06:17 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 03:06:17 6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:06:17 latest 03:06:17 3.2.0-dev.64 03:06:17 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:06:17 main 03:06:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:06:17 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:06:18 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:06:18 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 03:06:18 54985f75e219: Preparing 03:06:18 b66c1eb0de49: Preparing 03:06:18 e744a22f553e: Preparing 03:06:18 ad3253c6e60b: Preparing 03:06:18 9956371f8c0e: Preparing 03:06:18 235dbefcc197: Preparing 03:06:18 ce7f800efff9: Preparing 03:06:18 235dbefcc197: Waiting 03:06:18 ce7f800efff9: Waiting 03:06:18 ad3253c6e60b: Layer already exists 03:06:18 9956371f8c0e: Layer already exists 03:06:18 e744a22f553e: Layer already exists 03:06:18 235dbefcc197: Layer already exists 03:06:18 ce7f800efff9: Layer already exists 03:06:18 54985f75e219: Pushed 03:06:21 b66c1eb0de49: Pushed 03:06:21 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:442b8245a4b3df4962495e8a6f50fdf378fe132d63ec78dc097c95f3755ec80e size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:06:21 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:06:22 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 03:06:22 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 03:06:22 54985f75e219: Preparing 03:06:22 b66c1eb0de49: Preparing 03:06:22 e744a22f553e: Preparing 03:06:22 ad3253c6e60b: Preparing 03:06:22 9956371f8c0e: Preparing 03:06:22 235dbefcc197: Preparing 03:06:22 ce7f800efff9: Preparing 03:06:22 235dbefcc197: Waiting 03:06:22 ce7f800efff9: Waiting 03:06:22 54985f75e219: Layer already exists 03:06:22 9956371f8c0e: Layer already exists 03:06:22 ad3253c6e60b: Layer already exists 03:06:22 e744a22f553e: Layer already exists 03:06:22 ce7f800efff9: Layer already exists 03:06:22 b66c1eb0de49: Layer already exists 03:06:22 235dbefcc197: Layer already exists 03:06:22 latest: digest: sha256:442b8245a4b3df4962495e8a6f50fdf378fe132d63ec78dc097c95f3755ec80e size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:06:22 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:06:22 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.64 03:06:22 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 03:06:22 54985f75e219: Preparing 03:06:22 b66c1eb0de49: Preparing 03:06:22 e744a22f553e: Preparing 03:06:22 ad3253c6e60b: Preparing 03:06:22 9956371f8c0e: Preparing 03:06:22 235dbefcc197: Preparing 03:06:22 ce7f800efff9: Preparing 03:06:22 235dbefcc197: Waiting 03:06:22 ce7f800efff9: Waiting 03:06:22 54985f75e219: Layer already exists 03:06:22 9956371f8c0e: Layer already exists 03:06:22 ad3253c6e60b: Layer already exists 03:06:22 e744a22f553e: Layer already exists 03:06:22 b66c1eb0de49: Layer already exists 03:06:22 235dbefcc197: Layer already exists 03:06:22 ce7f800efff9: Layer already exists 03:06:22 3.2.0-dev.64: digest: sha256:442b8245a4b3df4962495e8a6f50fdf378fe132d63ec78dc097c95f3755ec80e size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:06:23 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:06:23 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:06:23 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 03:06:23 54985f75e219: Preparing 03:06:23 b66c1eb0de49: Preparing 03:06:23 e744a22f553e: Preparing 03:06:23 ad3253c6e60b: Preparing 03:06:23 9956371f8c0e: Preparing 03:06:23 235dbefcc197: Preparing 03:06:23 ce7f800efff9: Preparing 03:06:23 ce7f800efff9: Waiting 03:06:23 235dbefcc197: Waiting 03:06:23 e744a22f553e: Layer already exists 03:06:23 b66c1eb0de49: Layer already exists 03:06:23 ad3253c6e60b: Layer already exists 03:06:23 9956371f8c0e: Layer already exists 03:06:23 54985f75e219: Layer already exists 03:06:23 ce7f800efff9: Layer already exists 03:06:23 235dbefcc197: Layer already exists 03:06:23 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:442b8245a4b3df4962495e8a6f50fdf378fe132d63ec78dc097c95f3755ec80e size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:06:24 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:06:24 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 03:06:24 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 03:06:24 54985f75e219: Preparing 03:06:24 b66c1eb0de49: Preparing 03:06:24 e744a22f553e: Preparing 03:06:24 ad3253c6e60b: Preparing 03:06:24 9956371f8c0e: Preparing 03:06:24 235dbefcc197: Preparing 03:06:24 ce7f800efff9: Preparing 03:06:24 ce7f800efff9: Waiting 03:06:24 235dbefcc197: Waiting 03:06:24 b66c1eb0de49: Layer already exists 03:06:24 e744a22f553e: Layer already exists 03:06:24 ad3253c6e60b: Layer already exists 03:06:24 9956371f8c0e: Layer already exists 03:06:24 54985f75e219: Layer already exists 03:06:24 235dbefcc197: Layer already exists 03:06:24 ce7f800efff9: Layer already exists 03:06:24 main: digest: sha256:442b8245a4b3df4962495e8a6f50fdf378fe132d63ec78dc097c95f3755ec80e size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:06:24 ===================================================== [Pipeline] echo 03:06:24 taggedImages: 03:06:24 - nexus3.edgexfoundry.org:10004/support-scheduler:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:06:24 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 03:06:24 - nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.64 03:06:24 - nexus3.edgexfoundry.org:10004/support-scheduler:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:06:24 - 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] } 03:23:08 #149 ... 03:23:08 03:23:08 #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 03:23:08 #152 DONE 1176.6s 03:23:08 03:23:08 #156 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 03:23:08 #156 ... 03:23:08 03:23:08 #161 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 03:23:08 #161 DONE 0.2s 03:23:08 03:23:08 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:23:08 #39 ... 03:23:08 03:23:08 #162 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 03:23:08 #162 DONE 0.2s 03:23:08 03:23:08 #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 03:23:08 #163 DONE 0.3s 03:23:08 03:23:08 #164 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 03:23:08 #164 DONE 0.2s 03:23:08 03:23:08 #165 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:23:08 #165 DONE 0.4s 03:23:08 03:23:08 #166 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 03:23:08 #166 DONE 0.2s 03:23:08 03:23:08 #153 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 03:23:08 #153 ... 03:23:08 03:23:08 #167 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:23:08 #167 DONE 2.3s 03:23:08 03:23:08 #118 [security-proxy-setup] exporting to image 03:23:08 #118 exporting layers 03:23:08 #118 exporting layers 1.0s done 03:23:08 #118 writing image sha256:f7c30ae49a752304b2ee9576305d98c5f19477ce8a246f433805763e452adac7 done 03:23:08 #118 naming to docker.io/library/security-proxy-setup-arm64 done 03:23:08 #118 DONE 5.4s 03:23:08 03:23:08 #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:23:08 #149 1180.2 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:23:08 #149 ... 03:23:08 03:23:08 #159 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 03:23:08 #159 DONE 1183.5s 03:23:08 03:23:08 #153 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 03:23:08 #153 ... 03:23:08 03:23:08 #168 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 03:23:08 #168 DONE 0.3s 03:23:08 03:23:08 #141 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 03:23:08 #141 ... 03:23:08 03:23:08 #169 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh 03:23:08 #169 DONE 2.7s 03:23:08 03:23:08 #170 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / 03:23:08 #170 DONE 0.1s 03:23:08 03:23:08 #171 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / 03:23:08 #171 DONE 0.3s 03:23:08 03:23:08 #156 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 03:23:08 #156 ... 03:23:08 03:23:08 #172 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 03:23:08 #172 DONE 0.4s 03:23:08 03:23:08 #173 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 03:23:08 #173 DONE 0.1s 03:23:08 03:23:08 #174 [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/ 03:23:08 #174 DONE 0.2s 03:23:08 03:23:08 #175 [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/ 03:23:08 #175 DONE 0.1s 03:23:08 03:23:08 #176 [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/ 03:23:08 #176 DONE 0.2s 03:23:08 03:23:08 #177 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 03:23:08 #177 DONE 0.2s 03:23:08 03:23:08 #178 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 03:23:08 #178 DONE 0.2s 03:23:08 03:23:08 #179 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh 03:23:09 #179 DONE 1.9s 03:23:09 03:23:09 #118 [security-bootstrapper] exporting to image 03:23:09 #118 exporting layers 03:23:11 #118 exporting layers 1.4s done 03:23:11 #118 writing image sha256:c6c03e301f2b88d258c9403b63570bb090646cef1aeedf4b21b741f54ae54004 0.0s done 03:23:11 #118 naming to docker.io/library/security-bootstrapper-arm64 0.0s done 03:23:11 #118 DONE 6.9s 03:23:11 03:23:11 #153 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 03:23:19 #153 ... 03:23:19 03:23:19 #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:23:19 #149 DONE 1199.9s 03:23:19 03:23:19 #156 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 03:23:19 #156 ... 03:23:19 03:23:19 #180 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 03:23:19 #180 DONE 0.1s 03:23:19 03:23:19 #156 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 03:23:19 #156 ... 03:23:19 03:23:19 #181 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 03:23:19 #181 DONE 0.3s 03:23:19 03:23:19 #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:23:19 #155 ... 03:23:19 03:23:19 #182 [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 03:23:20 #182 DONE 0.1s 03:23:20 03:23:20 #183 [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 03:23:20 #183 DONE 0.2s 03:23:20 03:23:20 #184 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 03:23:20 #184 DONE 0.1s 03:23:20 03:23:20 #185 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:23:20 #185 DONE 0.3s 03:23:20 03:23:20 #186 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:23:21 #186 DONE 0.3s 03:23:21 03:23:21 #187 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:23:21 #187 DONE 0.1s 03:23:21 03:23:21 #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:23:21 #154 ... 03:23:21 03:23:21 #188 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:23:23 #188 DONE 2.2s 03:23:23 03:23:23 #153 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 03:23:23 #153 ... 03:23:23 03:23:23 #118 [security-secretstore-setup] exporting to image 03:23:23 #118 exporting layers 03:23:24 #118 exporting layers 1.2s done 03:23:24 #118 writing image sha256:57856cf14317be7f5231b47d557128f3702fca74dd3bc7d2d1ff0fb6fa33b8d7 done 03:23:24 #118 naming to docker.io/library/security-secretstore-setup-arm64 done 03:23:24 #118 DONE 8.1s 03:23:24 03:23:24 #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:24:20 #154 ... 03:24:20 03:24:20 #153 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 03:24:20 #153 DONE 1257.3s 03:24:20 03:24:20 #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:24:20 #154 ... 03:24:20 03:24:20 #189 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 03:24:20 #189 DONE 0.2s 03:24:20 03:24:20 #156 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 03:24:20 #156 ... 03:24:20 03:24:20 #190 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 03:24:20 #190 DONE 0.2s 03:24:20 03:24:20 #191 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 03:24:20 #191 DONE 0.3s 03:24:20 03:24:20 #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:24:20 #151 ... 03:24:20 03:24:20 #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 03:24:20 #192 DONE 0.2s 03:24:20 03:24:20 #193 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 03:24:20 #193 DONE 0.3s 03:24:20 03:24:20 #157 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:24:20 #157 ... 03:24:20 03:24:20 #194 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:24:20 #194 DONE 2.3s 03:24:20 03:24:20 #118 [core-common-config-bootstrapper] exporting to image 03:24:20 #118 exporting layers 03:24:20 #118 exporting layers 0.7s done 03:24:20 #118 writing image sha256:01a494c60e87a6319ca27f4562579b286ec33c40a38bef93dc70c755430f2742 done 03:24:20 #118 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 03:24:20 #118 DONE 8.9s 03:24:20 03:24:20 #156 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 03:26:27 #156 ... 03:26:27 03:26:27 #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:26:27 #151 DONE 1387.7s 03:26:27 03:26:27 #157 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:26:27 #157 ... 03:26:27 03:26:27 #195 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:26:27 #195 DONE 0.2s 03:26:27 03:26:27 #157 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:26:27 #157 ... 03:26:27 03:26:27 #196 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:26:27 #196 DONE 0.2s 03:26:27 03:26:27 #197 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 03:26:27 #197 DONE 0.3s 03:26:27 03:26:27 #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:26:27 #155 ... 03:26:27 03:26:27 #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 03:26:27 #198 DONE 0.1s 03:26:27 03:26:27 #118 [security-spiffe-token-provider] exporting to image 03:26:27 #118 exporting layers 03:26:28 #118 exporting layers 0.7s done 03:26:28 #118 writing image sha256:a3aab86d68c7d9a4815ec082de8a7ecc36f8723385e7d17f225316b70cc8b064 done 03:26:28 #118 naming to docker.io/library/security-spiffe-token-provider-arm64 done 03:26:28 #118 DONE 9.6s 03:26:28 03:26:28 #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 03:34:20 #40 ... 03:34:20 03:34:20 #157 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:34:20 #157 DONE 1848.1s 03:34:20 03:34:20 #156 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 03:34:20 #156 ... 03:34:20 03:34:20 #199 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 03:34:20 #199 DONE 0.2s 03:34:20 03:34:20 #200 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 03:34:20 #200 DONE 0.3s 03:34:20 03:34:20 #158 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:34:20 #158 ... 03:34:20 03:34:20 #201 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 03:34:20 #201 DONE 0.3s 03:34:20 03:34:20 #202 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 03:34:20 #202 DONE 0.1s 03:34:20 03:34:20 #203 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 03:34:20 #203 DONE 0.2s 03:34:20 03:34:20 #204 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:34:20 #204 DONE 1.9s 03:34:20 03:34:20 #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:34:20 #154 ... 03:34:20 03:34:20 #118 [security-proxy-auth] exporting to image 03:34:20 #118 exporting layers 03:34:20 #118 exporting layers 0.7s done 03:34:20 #118 writing image sha256:7b9fc9ca74f42b1ff75793ecdd9110b6f78c9efdb8252024c83f946aa140c184 done 03:34:20 #118 naming to docker.io/library/security-proxy-auth-arm64 done 03:34:20 #118 DONE 10.2s 03:34:20 03:34:20 #156 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 03:35:17 #156 ... 03:35:17 03:35:17 #158 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:35:17 #158 DONE 1911.9s 03:35:17 03:35:17 #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:35:17 #155 ... 03:35:17 03:35:17 #205 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 03:35:17 #205 DONE 0.1s 03:35:17 03:35:17 #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:35:17 #154 ... 03:35:17 03:35:17 #206 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 03:35:17 #206 DONE 0.2s 03:35:17 03:35:17 #207 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:35:17 #207 DONE 0.4s 03:35:17 03:35:17 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:35:17 #39 ... 03:35:17 03:35:17 #208 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 03:35:17 #208 DONE 0.1s 03:35:17 03:35:17 #118 [core-command] exporting to image 03:35:17 #118 exporting layers 03:35:17 #118 exporting layers 0.4s done 03:35:17 #118 writing image sha256:fa05b3f29c5969888f7d0a13681854b29f08994fff1e77dcc4051fedd4b70a7f done 03:35:17 #118 naming to docker.io/library/core-command-arm64 done 03:35:17 #118 DONE 10.6s 03:35:17 03:35:17 #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:37:23 #150 ... 03:37:23 03:37:23 #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:37:23 #155 DONE 2043.5s 03:37:23 03:37:23 #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:37:23 #154 ... 03:37:23 03:37:23 #209 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 03:37:23 #209 DONE 0.2s 03:37:23 03:37:23 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:37:23 #39 ... 03:37:23 03:37:23 #210 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 03:37:23 #210 DONE 0.1s 03:37:23 03:37:23 #211 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:37:24 #211 DONE 0.5s 03:37:24 03:37:24 #212 [core-data stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 03:37:24 #212 DONE 0.1s 03:37:24 03:37:24 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:37:24 #39 ... 03:37:24 03:37:24 #213 [core-data stage-1 8/8] COPY --from=builder /edgex-go/cmd/core-data/res/db/ /res/db/ 03:37:24 #213 DONE 0.2s 03:37:24 03:37:24 #118 [core-data] exporting to image 03:37:24 #118 exporting layers 03:37:24 #118 exporting layers 0.6s done 03:37:24 #118 writing image sha256:3d61090bb0cfa3c7dd3b0ca4d1a55477d24eaa6f41e332ae2d851dc520fd64a5 done 03:37:24 #118 naming to docker.io/library/core-data-arm64 done 03:37:24 #118 DONE 11.2s 03:37:24 03:37:24 #156 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 03:37:26 #156 ... 03:37:26 03:37:26 #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:37:26 #150 DONE 2047.6s 03:37:26 03:37:26 #141 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 03:37:26 #141 ... 03:37:26 03:37:26 #214 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 03:37:27 #214 DONE 0.3s 03:37:27 03:37:27 #215 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 03:37:27 #215 DONE 0.2s 03:37:27 03:37:27 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:37:27 #39 ... 03:37:27 03:37:27 #216 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:37:27 #216 ... 03:37:27 03:37:27 #141 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 03:37:27 #141 DONE 2048.7s 03:37:27 03:37:27 #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:37:28 #154 ... 03:37:28 03:37:28 #216 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:37:28 #216 DONE 0.9s 03:37:28 03:37:28 #217 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 03:37:28 #217 DONE 0.3s 03:37:28 03:37:28 #218 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 03:37:28 #218 DONE 0.2s 03:37:28 03:37:28 #219 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 03:37:29 #219 ... 03:37:29 03:37:29 #220 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 03:37:29 #220 DONE 0.2s 03:37:29 03:37:29 #118 [core-metadata] exporting to image 03:37:29 #118 ... 03:37:29 03:37:29 #219 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 03:37:29 #219 DONE 0.7s 03:37:29 03:37:29 #118 [core-metadata] exporting to image 03:37:29 #118 exporting layers 0.6s done 03:37:29 #118 writing image sha256:764600d1dc6d099428c57ff30d83e0f91ace5d41ce1e2c946a396fb15fe3557a done 03:37:29 #118 naming to docker.io/library/core-metadata-arm64 0.0s done 03:37:29 #118 DONE 11.9s 03:37:29 03:37:29 #221 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 03:37:30 #221 DONE 0.2s 03:37:30 03:37:30 #118 [core-keeper] exporting to image 03:37:30 #118 exporting layers 0.6s done 03:37:30 #118 writing image sha256:1158d843b595a3fcb8dff2f7fe0b7c48b8969da82b84b8e882b94ca63fce295d done 03:37:30 #118 naming to docker.io/library/core-keeper-arm64 done 03:37:30 #118 DONE 12.5s 03:37:30 03:37:30 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:38:02 #39 ... 03:38:02 03:38:02 #160 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 03:38:02 #160 DONE 2082.6s 03:38:02 03:38:02 #156 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 03:38:02 #156 ... 03:38:02 03:38:02 #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:38:02 #154 DONE 2083.2s 03:38:02 03:38:02 #222 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:38:02 #222 DONE 0.3s 03:38:02 03:38:02 #223 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:38:02 #223 DONE 0.3s 03:38:02 03:38:02 #224 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:38:03 #224 DONE 0.2s 03:38:03 03:38:03 #225 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:38:03 #225 DONE 0.2s 03:38:03 03:38:03 #226 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:38:03 #226 DONE 0.7s 03:38:03 03:38:03 #156 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 03:38:03 #156 DONE 2084.7s 03:38:03 03:38:03 #227 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:38:03 #227 DONE 0.6s 03:38:03 03:38:03 #228 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 03:38:03 #228 ... 03:38:03 03:38:03 #229 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 03:38:03 #229 DONE 0.2s 03:38:03 03:38:03 #228 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 03:38:03 #228 DONE 0.2s 03:38:03 03:38:03 #118 [support-scheduler] exporting to image 03:38:03 #118 exporting layers 03:38:03 #118 ... 03:38:03 03:38:03 #230 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:38:03 #230 DONE 0.3s 03:38:04 03:38:04 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:38:04 #39 ... 03:38:04 03:38:04 #231 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:38:04 #231 DONE 0.1s 03:38:04 03:38:04 #232 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / 03:38:04 #232 ... 03:38:04 03:38:04 #118 [support-scheduler] exporting to image 03:38:04 #118 exporting layers 0.7s done 03:38:04 #118 writing image sha256:65d538230819b41fc2a8c51a357f08f5ed7b8c9a77418e9c5580ebaad3e5e0a7 0.0s done 03:38:04 #118 naming to docker.io/library/support-notifications-arm64 done 03:38:04 #118 writing image sha256:52fa225ffc0740d8f5b9d1f7172d1e4ebbe07d959f5246f115f7cd9cf7c8809d done 03:38:04 #118 naming to docker.io/library/support-scheduler-arm64 done 03:38:04 #118 DONE 13.4s 03:38:05 03:38:05 #232 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / 03:38:05 #232 DONE 0.5s 03:38:05 03:38:05 #233 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res 03:38:05 #233 DONE 0.1s 03:38:05 03:38:05 #118 [support-cron-scheduler] exporting to image 03:38:06 #118 exporting layers 1.1s done 03:38:06 #118 writing image sha256:a700ae9e5661b1ab11b73fdc080a5fc8abbaab0197dd3b30a621a73fe9c4aee0 done 03:38:06 #118 naming to docker.io/library/support-cron-scheduler-arm64 done 03:38:06 #118 DONE 14.5s 03:38:06 03:38:06 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:38:06 time="2024-09-06T03:00:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:38:06 time="2024-09-06T03:00:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:38:06 time="2024-09-06T03:00:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:38:06 time="2024-09-06T03:00:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:38:06 time="2024-09-06T03:00:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:38:06 time="2024-09-06T03:00:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:38:06 time="2024-09-06T03:00:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:38:06 time="2024-09-06T03:00:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:38:06 time="2024-09-06T03:00:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:38:06 time="2024-09-06T03:00:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:38:06 time="2024-09-06T03:00:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:38:06 time="2024-09-06T03:00:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:38:06 time="2024-09-06T03:00:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:38:06 time="2024-09-06T03:00:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:38:06 time="2024-09-06T03:00:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:38:06 time="2024-09-06T03:00:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 03:38:06 $ docker stop --time=1 5fde50c872ea14a0f54a1930318f384e1031bc395b4deb3d85f6cb7cb7e3a5d1 03:38:07 $ docker rm -f --volumes 5fde50c872ea14a0f54a1930318f384e1031bc395b4deb3d85f6cb7cb7e3a5d1 [Pipeline] // withDockerContainer [Pipeline] sh 03:38:08 + docker images 03:38:08 REPOSITORY TAG IMAGE ID CREATED SIZE 03:38:08 support-cron-scheduler-arm64 latest a700ae9e5661 4 seconds ago 48.7MB 03:38:08 support-notifications-arm64 latest 65d538230819 5 seconds ago 47.1MB 03:38:08 support-scheduler-arm64 latest 52fa225ffc07 5 seconds ago 46.2MB 03:38:08 core-keeper-arm64 latest 1158d843b595 39 seconds ago 39MB 03:38:08 core-metadata-arm64 latest 764600d1dc6d 40 seconds ago 44.1MB 03:38:08 core-data-arm64 latest 3d61090bb0cf 44 seconds ago 44MB 03:38:08 core-command-arm64 latest fa05b3f29c59 2 minutes ago 39.9MB 03:38:08 security-proxy-auth-arm64 latest 7b9fc9ca74f4 3 minutes ago 37.6MB 03:38:08 security-spiffe-token-provider-arm64 latest a3aab86d68c7 11 minutes ago 34.2MB 03:38:08 core-common-config-bootstrapper-arm64 latest 01a494c60e87 13 minutes ago 20.2MB 03:38:08 security-secretstore-setup-arm64 latest 57856cf14317 14 minutes ago 41.5MB 03:38:08 security-bootstrapper-arm64 latest c6c03e301f2b 14 minutes ago 23.8MB 03:38:08 security-proxy-setup-arm64 latest f7c30ae49a75 15 minutes ago 31MB 03:38:08 security-spire-agent-arm64 latest 298489ae6f2d 36 minutes ago 179MB 03:38:08 security-spire-config-arm64 latest 815c29476ffe 36 minutes ago 120MB 03:38:08 security-spire-server-arm64 latest 3ee0e8e765b9 36 minutes ago 121MB 03:38:08 ci-base-image-arm64 latest d41c2ae345ed 38 minutes ago 967MB 03:38:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine f246e2811388 4 months ago 561MB 03:38:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 15 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 03:38:08 provisioning config files... 03:38:08 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/685@tmp/config3981173794014131555tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:38:08 ---> ****-login.sh 03:38:08 nexus3.edgexfoundry.org:10001 03:38:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:38:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:38:09 Configure a credential helper to remove this warning. See 03:38:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:38:09 03:38:09 Login Succeeded 03:38:09 nexus3.edgexfoundry.org:10002 03:38:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:38:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:38:09 Configure a credential helper to remove this warning. See 03:38:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:38:09 03:38:09 Login Succeeded 03:38:09 nexus3.edgexfoundry.org:10003 03:38:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:38:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:38:10 Configure a credential helper to remove this warning. See 03:38:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:38:10 03:38:10 Login Succeeded 03:38:10 nexus3.edgexfoundry.org:10004 03:38:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:38:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:38:10 Configure a credential helper to remove this warning. See 03:38:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:38:10 03:38:10 Login Succeeded 03:38:10 ****.io 03:38:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:38:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:38:11 Configure a credential helper to remove this warning. See 03:38:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:38:11 03:38:11 Login Succeeded 03:38:11 ---> ****-login.sh ends [Pipeline] } 03:38:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:38:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 03:38:11 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 03:38:11 6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:38:11 latest 03:38:11 3.2.0-dev.64 03:38:11 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:38:11 main 03:38:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:11 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:11 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:38:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 03:38:11 a1487c792781: Preparing 03:38:11 b2a92cacc13f: Preparing 03:38:11 d91bdc103c45: Preparing 03:38:11 3424c6e5bc59: Preparing 03:38:11 1232201b9821: Preparing 03:38:11 2e5983a92857: Preparing 03:38:11 3c20671a5817: Preparing 03:38:11 2e5983a92857: Waiting 03:38:11 3c20671a5817: Waiting 03:38:38 b2a92cacc13f: Pushed 03:38:38 3424c6e5bc59: Pushed 03:38:38 1232201b9821: Pushed 03:38:38 a1487c792781: Pushed 03:38:38 d91bdc103c45: Pushed 03:38:38 3c20671a5817: Layer already exists 03:38:38 2e5983a92857: Pushed 03:38:38 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:c1e6a1730e838649d2815a8a5fe46026d60c7e1f136d8ea9a4a9c681fe70706a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:38 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:39 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 03:38:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 03:38:39 a1487c792781: Preparing 03:38:39 b2a92cacc13f: Preparing 03:38:39 d91bdc103c45: Preparing 03:38:39 3424c6e5bc59: Preparing 03:38:39 1232201b9821: Preparing 03:38:39 2e5983a92857: Preparing 03:38:39 3c20671a5817: Preparing 03:38:39 2e5983a92857: Waiting 03:38:39 3c20671a5817: Waiting 03:38:39 1232201b9821: Layer already exists 03:38:39 b2a92cacc13f: Layer already exists 03:38:39 a1487c792781: Layer already exists 03:38:39 d91bdc103c45: Layer already exists 03:38:39 3424c6e5bc59: Layer already exists 03:38:39 3c20671a5817: Layer already exists 03:38:39 2e5983a92857: Layer already exists 03:38:39 latest: digest: sha256:c1e6a1730e838649d2815a8a5fe46026d60c7e1f136d8ea9a4a9c681fe70706a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:39 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:40 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.64 03:38:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 03:38:40 a1487c792781: Preparing 03:38:40 b2a92cacc13f: Preparing 03:38:40 d91bdc103c45: Preparing 03:38:40 3424c6e5bc59: Preparing 03:38:40 1232201b9821: Preparing 03:38:40 2e5983a92857: Preparing 03:38:40 3c20671a5817: Preparing 03:38:40 2e5983a92857: Waiting 03:38:40 3c20671a5817: Waiting 03:38:40 1232201b9821: Layer already exists 03:38:40 d91bdc103c45: Layer already exists 03:38:40 3424c6e5bc59: Layer already exists 03:38:40 a1487c792781: Layer already exists 03:38:40 b2a92cacc13f: Layer already exists 03:38:40 2e5983a92857: Layer already exists 03:38:40 3c20671a5817: Layer already exists 03:38:40 3.2.0-dev.64: digest: sha256:c1e6a1730e838649d2815a8a5fe46026d60c7e1f136d8ea9a4a9c681fe70706a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:40 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:41 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:38:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 03:38:41 a1487c792781: Preparing 03:38:41 b2a92cacc13f: Preparing 03:38:41 d91bdc103c45: Preparing 03:38:41 3424c6e5bc59: Preparing 03:38:41 1232201b9821: Preparing 03:38:41 2e5983a92857: Preparing 03:38:41 3c20671a5817: Preparing 03:38:41 2e5983a92857: Waiting 03:38:41 3c20671a5817: Waiting 03:38:41 d91bdc103c45: Layer already exists 03:38:41 b2a92cacc13f: Layer already exists 03:38:41 a1487c792781: Layer already exists 03:38:41 3424c6e5bc59: Layer already exists 03:38:41 1232201b9821: Layer already exists 03:38:41 3c20671a5817: Layer already exists 03:38:41 2e5983a92857: Layer already exists 03:38:41 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:c1e6a1730e838649d2815a8a5fe46026d60c7e1f136d8ea9a4a9c681fe70706a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:41 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:42 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 03:38:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 03:38:42 a1487c792781: Preparing 03:38:42 b2a92cacc13f: Preparing 03:38:42 d91bdc103c45: Preparing 03:38:42 3424c6e5bc59: Preparing 03:38:42 1232201b9821: Preparing 03:38:42 2e5983a92857: Preparing 03:38:42 3c20671a5817: Preparing 03:38:42 2e5983a92857: Waiting 03:38:42 3c20671a5817: Waiting 03:38:42 a1487c792781: Layer already exists 03:38:42 b2a92cacc13f: Layer already exists 03:38:42 d91bdc103c45: Layer already exists 03:38:42 1232201b9821: Layer already exists 03:38:42 3424c6e5bc59: Layer already exists 03:38:42 2e5983a92857: Layer already exists 03:38:42 3c20671a5817: Layer already exists 03:38:42 main: digest: sha256:c1e6a1730e838649d2815a8a5fe46026d60c7e1f136d8ea9a4a9c681fe70706a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:38:42 ===================================================== [Pipeline] echo 03:38:42 taggedImages: 03:38:42 - nexus3.edgexfoundry.org:10004/core-command-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:38:42 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 03:38:42 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.64 03:38:42 - nexus3.edgexfoundry.org:10004/core-command-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:38:42 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 03:38:42 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 03:38:42 6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:38:42 latest 03:38:42 3.2.0-dev.64 03:38:42 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:38:42 main 03:38:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:42 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:43 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:38:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 03:38:43 69db88f55c01: Preparing 03:38:43 169571fd5ab1: Preparing 03:38:43 a0b3112d1699: Preparing 03:38:43 926dfaf56eb2: Preparing 03:38:43 d91bdc103c45: Preparing 03:38:43 3424c6e5bc59: Preparing 03:38:43 1232201b9821: Preparing 03:38:43 2e5983a92857: Preparing 03:38:43 3c20671a5817: Preparing 03:38:43 3424c6e5bc59: Waiting 03:38:43 1232201b9821: Waiting 03:38:43 2e5983a92857: Waiting 03:38:43 d91bdc103c45: Layer already exists 03:38:43 3424c6e5bc59: Layer already exists 03:38:43 1232201b9821: Layer already exists 03:38:43 a0b3112d1699: Pushed 03:38:43 2e5983a92857: Layer already exists 03:38:43 169571fd5ab1: Pushed 03:38:43 69db88f55c01: Pushed 03:38:43 3c20671a5817: Layer already exists 03:38:45 926dfaf56eb2: Pushed 03:38:45 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:e9f748febc84232351963bfba167dc8cfd150d7d434ed9605bf34a7cd58faaa7 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:45 + 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 03:38:46 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 03:38:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 03:38:46 69db88f55c01: Preparing 03:38:46 169571fd5ab1: Preparing 03:38:46 a0b3112d1699: Preparing 03:38:46 926dfaf56eb2: Preparing 03:38:46 d91bdc103c45: Preparing 03:38:46 3424c6e5bc59: Preparing 03:38:46 1232201b9821: Preparing 03:38:46 2e5983a92857: Preparing 03:38:46 3c20671a5817: Preparing 03:38:46 3424c6e5bc59: Waiting 03:38:46 1232201b9821: Waiting 03:38:46 2e5983a92857: Waiting 03:38:46 3c20671a5817: Waiting 03:38:46 926dfaf56eb2: Layer already exists 03:38:46 d91bdc103c45: Layer already exists 03:38:46 169571fd5ab1: Layer already exists 03:38:46 a0b3112d1699: Layer already exists 03:38:46 69db88f55c01: Layer already exists 03:38:46 1232201b9821: Layer already exists 03:38:46 2e5983a92857: Layer already exists 03:38:46 3424c6e5bc59: Layer already exists 03:38:46 3c20671a5817: Layer already exists 03:38:46 latest: digest: sha256:e9f748febc84232351963bfba167dc8cfd150d7d434ed9605bf34a7cd58faaa7 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:46 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:47 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.64 03:38:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 03:38:47 69db88f55c01: Preparing 03:38:47 169571fd5ab1: Preparing 03:38:47 a0b3112d1699: Preparing 03:38:47 926dfaf56eb2: Preparing 03:38:47 d91bdc103c45: Preparing 03:38:47 3424c6e5bc59: Preparing 03:38:47 1232201b9821: Preparing 03:38:47 2e5983a92857: Preparing 03:38:47 3c20671a5817: Preparing 03:38:47 3424c6e5bc59: Waiting 03:38:47 1232201b9821: Waiting 03:38:47 2e5983a92857: Waiting 03:38:47 3c20671a5817: Waiting 03:38:47 a0b3112d1699: Layer already exists 03:38:47 d91bdc103c45: Layer already exists 03:38:47 926dfaf56eb2: Layer already exists 03:38:47 69db88f55c01: Layer already exists 03:38:47 169571fd5ab1: Layer already exists 03:38:47 1232201b9821: Layer already exists 03:38:47 2e5983a92857: Layer already exists 03:38:47 3424c6e5bc59: Layer already exists 03:38:47 3c20671a5817: Layer already exists 03:38:47 3.2.0-dev.64: digest: sha256:e9f748febc84232351963bfba167dc8cfd150d7d434ed9605bf34a7cd58faaa7 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:47 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:48 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:38:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 03:38:48 69db88f55c01: Preparing 03:38:48 169571fd5ab1: Preparing 03:38:48 a0b3112d1699: Preparing 03:38:48 926dfaf56eb2: Preparing 03:38:48 d91bdc103c45: Preparing 03:38:48 3424c6e5bc59: Preparing 03:38:48 1232201b9821: Preparing 03:38:48 2e5983a92857: Preparing 03:38:48 3c20671a5817: Preparing 03:38:48 3424c6e5bc59: Waiting 03:38:48 1232201b9821: Waiting 03:38:48 2e5983a92857: Waiting 03:38:48 3c20671a5817: Waiting 03:38:48 a0b3112d1699: Layer already exists 03:38:48 169571fd5ab1: Layer already exists 03:38:48 d91bdc103c45: Layer already exists 03:38:48 926dfaf56eb2: Layer already exists 03:38:48 69db88f55c01: Layer already exists 03:38:48 2e5983a92857: Layer already exists 03:38:48 1232201b9821: Layer already exists 03:38:48 3424c6e5bc59: Layer already exists 03:38:48 3c20671a5817: Layer already exists 03:38:48 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:e9f748febc84232351963bfba167dc8cfd150d7d434ed9605bf34a7cd58faaa7 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:48 + 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 03:38:49 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 03:38:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 03:38:49 69db88f55c01: Preparing 03:38:49 169571fd5ab1: Preparing 03:38:49 a0b3112d1699: Preparing 03:38:49 926dfaf56eb2: Preparing 03:38:49 d91bdc103c45: Preparing 03:38:49 3424c6e5bc59: Preparing 03:38:49 1232201b9821: Preparing 03:38:49 2e5983a92857: Preparing 03:38:49 3c20671a5817: Preparing 03:38:49 3424c6e5bc59: Waiting 03:38:49 1232201b9821: Waiting 03:38:49 2e5983a92857: Waiting 03:38:49 3c20671a5817: Waiting 03:38:49 69db88f55c01: Layer already exists 03:38:49 a0b3112d1699: Layer already exists 03:38:49 d91bdc103c45: Layer already exists 03:38:49 169571fd5ab1: Layer already exists 03:38:49 926dfaf56eb2: Layer already exists 03:38:49 3424c6e5bc59: Layer already exists 03:38:49 2e5983a92857: Layer already exists 03:38:49 1232201b9821: Layer already exists 03:38:49 3c20671a5817: Layer already exists 03:38:49 main: digest: sha256:e9f748febc84232351963bfba167dc8cfd150d7d434ed9605bf34a7cd58faaa7 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:38:49 ===================================================== [Pipeline] echo 03:38:49 taggedImages: 03:38:49 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:38:49 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 03:38:49 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.64 03:38:49 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:38:49 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 03:38:49 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 03:38:49 6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:38:49 latest 03:38:49 3.2.0-dev.64 03:38:49 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:38:49 main 03:38:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:50 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:50 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:38:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 03:38:50 17832c7319c3: Preparing 03:38:50 5df4fe43266b: Preparing 03:38:50 8290f06b4d3b: Preparing 03:38:50 d91bdc103c45: Preparing 03:38:50 3424c6e5bc59: Preparing 03:38:50 35de3f9ac9e4: Preparing 03:38:50 ddfefd369866: Preparing 03:38:50 35de3f9ac9e4: Waiting 03:38:50 3c20671a5817: Preparing 03:38:50 ddfefd369866: Waiting 03:38:50 3c20671a5817: Waiting 03:38:50 3424c6e5bc59: Layer already exists 03:38:50 d91bdc103c45: Layer already exists 03:38:50 17832c7319c3: Pushed 03:38:50 5df4fe43266b: Pushed 03:38:50 3c20671a5817: Layer already exists 03:38:50 ddfefd369866: Pushed 03:38:52 35de3f9ac9e4: Pushed 03:38:57 8290f06b4d3b: Pushed 03:38:57 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:b43778b7e10194dd889365f36144ceb81983ed4007bbce8661da0b0b7cb3cf54 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:57 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:58 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 03:38:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 03:38:58 17832c7319c3: Preparing 03:38:58 5df4fe43266b: Preparing 03:38:58 8290f06b4d3b: Preparing 03:38:58 d91bdc103c45: Preparing 03:38:58 3424c6e5bc59: Preparing 03:38:58 35de3f9ac9e4: Preparing 03:38:58 ddfefd369866: Preparing 03:38:58 3c20671a5817: Preparing 03:38:58 35de3f9ac9e4: Waiting 03:38:58 ddfefd369866: Waiting 03:38:58 3c20671a5817: Waiting 03:38:58 8290f06b4d3b: Layer already exists 03:38:58 d91bdc103c45: Layer already exists 03:38:58 3424c6e5bc59: Layer already exists 03:38:58 17832c7319c3: Layer already exists 03:38:58 5df4fe43266b: Layer already exists 03:38:58 3c20671a5817: Layer already exists 03:38:58 ddfefd369866: Layer already exists 03:38:58 35de3f9ac9e4: Layer already exists 03:38:58 latest: digest: sha256:b43778b7e10194dd889365f36144ceb81983ed4007bbce8661da0b0b7cb3cf54 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:58 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:59 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.64 03:38:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 03:38:59 17832c7319c3: Preparing 03:38:59 5df4fe43266b: Preparing 03:38:59 8290f06b4d3b: Preparing 03:38:59 d91bdc103c45: Preparing 03:38:59 3424c6e5bc59: Preparing 03:38:59 35de3f9ac9e4: Preparing 03:38:59 ddfefd369866: Preparing 03:38:59 35de3f9ac9e4: Waiting 03:38:59 3c20671a5817: Preparing 03:38:59 ddfefd369866: Waiting 03:38:59 3c20671a5817: Waiting 03:38:59 d91bdc103c45: Layer already exists 03:38:59 17832c7319c3: Layer already exists 03:38:59 5df4fe43266b: Layer already exists 03:38:59 8290f06b4d3b: Layer already exists 03:38:59 3424c6e5bc59: Layer already exists 03:38:59 35de3f9ac9e4: Layer already exists 03:38:59 ddfefd369866: Layer already exists 03:38:59 3c20671a5817: Layer already exists 03:38:59 3.2.0-dev.64: digest: sha256:b43778b7e10194dd889365f36144ceb81983ed4007bbce8661da0b0b7cb3cf54 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:59 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:00 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:39:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 03:39:00 17832c7319c3: Preparing 03:39:00 5df4fe43266b: Preparing 03:39:00 8290f06b4d3b: Preparing 03:39:00 d91bdc103c45: Preparing 03:39:00 3424c6e5bc59: Preparing 03:39:00 35de3f9ac9e4: Preparing 03:39:00 ddfefd369866: Preparing 03:39:00 35de3f9ac9e4: Waiting 03:39:00 3c20671a5817: Preparing 03:39:00 ddfefd369866: Waiting 03:39:00 17832c7319c3: Layer already exists 03:39:00 5df4fe43266b: Layer already exists 03:39:00 3424c6e5bc59: Layer already exists 03:39:00 d91bdc103c45: Layer already exists 03:39:00 8290f06b4d3b: Layer already exists 03:39:00 3c20671a5817: Layer already exists 03:39:00 ddfefd369866: Layer already exists 03:39:00 35de3f9ac9e4: Layer already exists 03:39:00 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:b43778b7e10194dd889365f36144ceb81983ed4007bbce8661da0b0b7cb3cf54 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:00 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:01 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 03:39:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 03:39:01 17832c7319c3: Preparing 03:39:01 5df4fe43266b: Preparing 03:39:01 8290f06b4d3b: Preparing 03:39:01 d91bdc103c45: Preparing 03:39:01 3424c6e5bc59: Preparing 03:39:01 35de3f9ac9e4: Preparing 03:39:01 ddfefd369866: Preparing 03:39:01 3c20671a5817: Preparing 03:39:01 ddfefd369866: Waiting 03:39:01 35de3f9ac9e4: Waiting 03:39:01 3c20671a5817: Waiting 03:39:01 d91bdc103c45: Layer already exists 03:39:01 3424c6e5bc59: Layer already exists 03:39:01 17832c7319c3: Layer already exists 03:39:01 5df4fe43266b: Layer already exists 03:39:01 8290f06b4d3b: Layer already exists 03:39:01 35de3f9ac9e4: Layer already exists 03:39:01 ddfefd369866: Layer already exists 03:39:01 3c20671a5817: Layer already exists 03:39:01 main: digest: sha256:b43778b7e10194dd889365f36144ceb81983ed4007bbce8661da0b0b7cb3cf54 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:39:01 ===================================================== [Pipeline] echo 03:39:01 taggedImages: 03:39:01 - nexus3.edgexfoundry.org:10004/core-data-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:39:01 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 03:39:01 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.64 03:39:01 - nexus3.edgexfoundry.org:10004/core-data-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:39:01 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 03:39:01 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 03:39:01 6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:39:01 latest 03:39:01 3.2.0-dev.64 03:39:01 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:39:01 main 03:39:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:01 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:02 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:39:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 03:39:02 77b1feda09d8: Preparing 03:39:02 b35daa4ac422: Preparing 03:39:02 3424c6e5bc59: Preparing 03:39:02 727aeb882810: Preparing 03:39:02 188ae907edc7: Preparing 03:39:02 3c20671a5817: Preparing 03:39:02 3c20671a5817: Waiting 03:39:02 3424c6e5bc59: Layer already exists 03:39:02 3c20671a5817: Layer already exists 03:39:02 77b1feda09d8: Pushed 03:39:02 188ae907edc7: Pushed 03:39:02 727aeb882810: Pushed 03:39:09 b35daa4ac422: Pushed 03:39:09 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:dcbd69d772bca5a915e912e7af1b4d3bab2240d1694eb379f4afbc92c5d41d4c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:09 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:09 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 03:39:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 03:39:09 77b1feda09d8: Preparing 03:39:09 b35daa4ac422: Preparing 03:39:09 3424c6e5bc59: Preparing 03:39:09 727aeb882810: Preparing 03:39:09 188ae907edc7: Preparing 03:39:09 3c20671a5817: Preparing 03:39:09 3c20671a5817: Waiting 03:39:09 3424c6e5bc59: Layer already exists 03:39:09 77b1feda09d8: Layer already exists 03:39:09 188ae907edc7: Layer already exists 03:39:09 727aeb882810: Layer already exists 03:39:09 b35daa4ac422: Layer already exists 03:39:09 3c20671a5817: Layer already exists 03:39:10 latest: digest: sha256:dcbd69d772bca5a915e912e7af1b4d3bab2240d1694eb379f4afbc92c5d41d4c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:10 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:10 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.64 03:39:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 03:39:10 77b1feda09d8: Preparing 03:39:10 b35daa4ac422: Preparing 03:39:10 3424c6e5bc59: Preparing 03:39:10 727aeb882810: Preparing 03:39:10 188ae907edc7: Preparing 03:39:10 3c20671a5817: Preparing 03:39:10 3c20671a5817: Waiting 03:39:10 188ae907edc7: Layer already exists 03:39:10 b35daa4ac422: Layer already exists 03:39:10 77b1feda09d8: Layer already exists 03:39:10 727aeb882810: Layer already exists 03:39:10 3424c6e5bc59: Layer already exists 03:39:10 3c20671a5817: Layer already exists 03:39:11 3.2.0-dev.64: digest: sha256:dcbd69d772bca5a915e912e7af1b4d3bab2240d1694eb379f4afbc92c5d41d4c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:11 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:11 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:39:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 03:39:11 77b1feda09d8: Preparing 03:39:11 b35daa4ac422: Preparing 03:39:11 3424c6e5bc59: Preparing 03:39:11 727aeb882810: Preparing 03:39:11 188ae907edc7: Preparing 03:39:11 3c20671a5817: Preparing 03:39:11 3c20671a5817: Waiting 03:39:11 188ae907edc7: Layer already exists 03:39:11 3424c6e5bc59: Layer already exists 03:39:11 77b1feda09d8: Layer already exists 03:39:11 b35daa4ac422: Layer already exists 03:39:11 727aeb882810: Layer already exists 03:39:11 3c20671a5817: Layer already exists 03:39:11 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:dcbd69d772bca5a915e912e7af1b4d3bab2240d1694eb379f4afbc92c5d41d4c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:12 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:12 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 03:39:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 03:39:12 77b1feda09d8: Preparing 03:39:12 b35daa4ac422: Preparing 03:39:12 3424c6e5bc59: Preparing 03:39:12 727aeb882810: Preparing 03:39:12 188ae907edc7: Preparing 03:39:12 3c20671a5817: Preparing 03:39:12 3c20671a5817: Waiting 03:39:12 77b1feda09d8: Layer already exists 03:39:12 b35daa4ac422: Layer already exists 03:39:12 3424c6e5bc59: Layer already exists 03:39:12 727aeb882810: Layer already exists 03:39:12 188ae907edc7: Layer already exists 03:39:12 3c20671a5817: Layer already exists 03:39:12 main: digest: sha256:dcbd69d772bca5a915e912e7af1b4d3bab2240d1694eb379f4afbc92c5d41d4c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:39:13 ===================================================== [Pipeline] echo 03:39:13 taggedImages: 03:39:13 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:39:13 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 03:39:13 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.64 03:39:13 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:39:13 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 03:39:13 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 03:39:13 6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:39:13 latest 03:39:13 3.2.0-dev.64 03:39:13 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:39:13 main 03:39:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:13 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:13 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:39:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 03:39:13 3b71c2298cc8: Preparing 03:39:13 0a7fbb1e3b49: Preparing 03:39:13 77260eca9aec: Preparing 03:39:13 d91bdc103c45: Preparing 03:39:13 3424c6e5bc59: Preparing 03:39:13 1232201b9821: Preparing 03:39:13 2e5983a92857: Preparing 03:39:13 3c20671a5817: Preparing 03:39:13 1232201b9821: Waiting 03:39:13 2e5983a92857: Waiting 03:39:13 3c20671a5817: Waiting 03:39:13 3424c6e5bc59: Layer already exists 03:39:14 d91bdc103c45: Layer already exists 03:39:14 1232201b9821: Layer already exists 03:39:14 2e5983a92857: Layer already exists 03:39:14 3c20671a5817: Layer already exists 03:39:14 0a7fbb1e3b49: Pushed 03:39:14 3b71c2298cc8: Pushed 03:39:20 77260eca9aec: Pushed 03:39:20 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:f30c9875048d87c55ffae87cc155bf5cfc92be9d90e43269b01ffbc47ffb33eb size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:21 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:21 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 03:39:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 03:39:21 3b71c2298cc8: Preparing 03:39:21 0a7fbb1e3b49: Preparing 03:39:21 77260eca9aec: Preparing 03:39:21 d91bdc103c45: Preparing 03:39:21 3424c6e5bc59: Preparing 03:39:21 1232201b9821: Preparing 03:39:21 2e5983a92857: Preparing 03:39:21 3c20671a5817: Preparing 03:39:21 1232201b9821: Waiting 03:39:21 2e5983a92857: Waiting 03:39:21 3c20671a5817: Waiting 03:39:21 3b71c2298cc8: Layer already exists 03:39:21 77260eca9aec: Layer already exists 03:39:21 3424c6e5bc59: Layer already exists 03:39:21 d91bdc103c45: Layer already exists 03:39:21 0a7fbb1e3b49: Layer already exists 03:39:21 1232201b9821: Layer already exists 03:39:21 3c20671a5817: Layer already exists 03:39:21 2e5983a92857: Layer already exists 03:39:21 latest: digest: sha256:f30c9875048d87c55ffae87cc155bf5cfc92be9d90e43269b01ffbc47ffb33eb size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:22 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:22 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.64 03:39:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 03:39:22 3b71c2298cc8: Preparing 03:39:22 0a7fbb1e3b49: Preparing 03:39:22 77260eca9aec: Preparing 03:39:22 d91bdc103c45: Preparing 03:39:22 3424c6e5bc59: Preparing 03:39:22 1232201b9821: Preparing 03:39:22 2e5983a92857: Preparing 03:39:22 3c20671a5817: Preparing 03:39:22 1232201b9821: Waiting 03:39:22 2e5983a92857: Waiting 03:39:22 3c20671a5817: Waiting 03:39:22 0a7fbb1e3b49: Layer already exists 03:39:22 77260eca9aec: Layer already exists 03:39:22 3b71c2298cc8: Layer already exists 03:39:22 d91bdc103c45: Layer already exists 03:39:22 3424c6e5bc59: Layer already exists 03:39:22 1232201b9821: Layer already exists 03:39:22 2e5983a92857: Layer already exists 03:39:22 3c20671a5817: Layer already exists 03:39:22 3.2.0-dev.64: digest: sha256:f30c9875048d87c55ffae87cc155bf5cfc92be9d90e43269b01ffbc47ffb33eb size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:23 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:23 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:39:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 03:39:23 3b71c2298cc8: Preparing 03:39:23 0a7fbb1e3b49: Preparing 03:39:23 77260eca9aec: Preparing 03:39:23 d91bdc103c45: Preparing 03:39:23 3424c6e5bc59: Preparing 03:39:23 1232201b9821: Preparing 03:39:23 2e5983a92857: Preparing 03:39:23 3c20671a5817: Preparing 03:39:23 1232201b9821: Waiting 03:39:23 2e5983a92857: Waiting 03:39:23 3c20671a5817: Waiting 03:39:23 3424c6e5bc59: Layer already exists 03:39:23 3b71c2298cc8: Layer already exists 03:39:23 2e5983a92857: Layer already exists 03:39:23 1232201b9821: Layer already exists 03:39:23 3c20671a5817: Layer already exists 03:39:23 0a7fbb1e3b49: Layer already exists 03:39:23 d91bdc103c45: Layer already exists 03:39:23 77260eca9aec: Layer already exists 03:39:23 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:f30c9875048d87c55ffae87cc155bf5cfc92be9d90e43269b01ffbc47ffb33eb size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:24 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:24 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 03:39:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 03:39:24 3b71c2298cc8: Preparing 03:39:24 0a7fbb1e3b49: Preparing 03:39:24 77260eca9aec: Preparing 03:39:24 d91bdc103c45: Preparing 03:39:24 3424c6e5bc59: Preparing 03:39:24 1232201b9821: Preparing 03:39:24 2e5983a92857: Preparing 03:39:24 3c20671a5817: Preparing 03:39:24 2e5983a92857: Waiting 03:39:24 3c20671a5817: Waiting 03:39:24 1232201b9821: Waiting 03:39:24 0a7fbb1e3b49: Layer already exists 03:39:24 77260eca9aec: Layer already exists 03:39:24 3b71c2298cc8: Layer already exists 03:39:24 d91bdc103c45: Layer already exists 03:39:24 3424c6e5bc59: Layer already exists 03:39:24 3c20671a5817: Layer already exists 03:39:24 2e5983a92857: Layer already exists 03:39:24 1232201b9821: Layer already exists 03:39:24 main: digest: sha256:f30c9875048d87c55ffae87cc155bf5cfc92be9d90e43269b01ffbc47ffb33eb size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:39:24 ===================================================== [Pipeline] echo 03:39:24 taggedImages: 03:39:24 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:39:24 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 03:39:24 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.64 03:39:24 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:39:24 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 03:39:24 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 03:39:24 6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:39:24 latest 03:39:24 3.2.0-dev.64 03:39:24 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:39:24 main 03:39:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:25 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:25 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:39:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 03:39:25 30ff41eaaf33: Preparing 03:39:25 ba898db01ff5: Preparing 03:39:25 953379723165: Preparing 03:39:25 5b4eb61ef92b: Preparing 03:39:25 97ef1301e51c: Preparing 03:39:25 fd31e1ca2f28: Preparing 03:39:25 0b6e55635fe7: Preparing 03:39:25 18ab7d68861f: Preparing 03:39:25 d91bdc103c45: Preparing 03:39:25 3424c6e5bc59: Preparing 03:39:25 1aadbf1a691c: Preparing 03:39:25 8c03dc5d3069: Preparing 03:39:25 5f70bf18a086: Preparing 03:39:25 3e4c28a4b97f: Preparing 03:39:25 a1c1f3a7a0fa: Preparing 03:39:25 a03c5ced8f43: Preparing 03:39:25 3c20671a5817: Preparing 03:39:25 fd31e1ca2f28: Waiting 03:39:25 0b6e55635fe7: Waiting 03:39:25 18ab7d68861f: Waiting 03:39:25 d91bdc103c45: Waiting 03:39:25 3424c6e5bc59: Waiting 03:39:25 1aadbf1a691c: Waiting 03:39:25 a03c5ced8f43: Waiting 03:39:25 8c03dc5d3069: Waiting 03:39:25 3c20671a5817: Waiting 03:39:25 5f70bf18a086: Waiting 03:39:25 a1c1f3a7a0fa: Waiting 03:39:25 3e4c28a4b97f: Waiting 03:39:25 ba898db01ff5: Pushed 03:39:25 5b4eb61ef92b: Pushed 03:39:25 953379723165: Pushed 03:39:25 30ff41eaaf33: Pushed 03:39:25 97ef1301e51c: Pushed 03:39:25 3424c6e5bc59: Layer already exists 03:39:25 fd31e1ca2f28: Pushed 03:39:25 d91bdc103c45: Layer already exists 03:39:26 5f70bf18a086: Layer already exists 03:39:26 0b6e55635fe7: Pushed 03:39:26 8c03dc5d3069: Pushed 03:39:26 1aadbf1a691c: Pushed 03:39:26 3c20671a5817: Layer already exists 03:39:26 3e4c28a4b97f: Pushed 03:39:26 a03c5ced8f43: Pushed 03:39:27 a1c1f3a7a0fa: Pushed 03:39:28 18ab7d68861f: Pushed 03:39:28 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:2e59eb4ead8ab62d1caae3415a55174bd5d976941181f27725cba12664dc8d18 size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:29 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:29 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 03:39:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 03:39:29 30ff41eaaf33: Preparing 03:39:29 ba898db01ff5: Preparing 03:39:29 953379723165: Preparing 03:39:29 5b4eb61ef92b: Preparing 03:39:29 97ef1301e51c: Preparing 03:39:29 fd31e1ca2f28: Preparing 03:39:29 0b6e55635fe7: Preparing 03:39:29 18ab7d68861f: Preparing 03:39:29 d91bdc103c45: Preparing 03:39:29 3424c6e5bc59: Preparing 03:39:29 1aadbf1a691c: Preparing 03:39:29 8c03dc5d3069: Preparing 03:39:29 5f70bf18a086: Preparing 03:39:29 3e4c28a4b97f: Preparing 03:39:29 a1c1f3a7a0fa: Preparing 03:39:29 a03c5ced8f43: Preparing 03:39:29 3c20671a5817: Preparing 03:39:29 0b6e55635fe7: Waiting 03:39:29 18ab7d68861f: Waiting 03:39:29 d91bdc103c45: Waiting 03:39:29 3424c6e5bc59: Waiting 03:39:29 3e4c28a4b97f: Waiting 03:39:29 1aadbf1a691c: Waiting 03:39:29 8c03dc5d3069: Waiting 03:39:29 a1c1f3a7a0fa: Waiting 03:39:29 fd31e1ca2f28: Waiting 03:39:29 a03c5ced8f43: Waiting 03:39:29 5f70bf18a086: Waiting 03:39:29 3c20671a5817: Waiting 03:39:29 5b4eb61ef92b: Layer already exists 03:39:29 953379723165: Layer already exists 03:39:29 ba898db01ff5: Layer already exists 03:39:29 97ef1301e51c: Layer already exists 03:39:29 30ff41eaaf33: Layer already exists 03:39:29 d91bdc103c45: Layer already exists 03:39:29 0b6e55635fe7: Layer already exists 03:39:29 fd31e1ca2f28: Layer already exists 03:39:29 18ab7d68861f: Layer already exists 03:39:29 3424c6e5bc59: Layer already exists 03:39:29 8c03dc5d3069: Layer already exists 03:39:29 3e4c28a4b97f: Layer already exists 03:39:29 a1c1f3a7a0fa: Layer already exists 03:39:29 1aadbf1a691c: Layer already exists 03:39:29 5f70bf18a086: Layer already exists 03:39:29 3c20671a5817: Layer already exists 03:39:29 a03c5ced8f43: Layer already exists 03:39:29 latest: digest: sha256:2e59eb4ead8ab62d1caae3415a55174bd5d976941181f27725cba12664dc8d18 size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:30 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:30 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.64 03:39:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 03:39:30 30ff41eaaf33: Preparing 03:39:30 ba898db01ff5: Preparing 03:39:30 953379723165: Preparing 03:39:30 5b4eb61ef92b: Preparing 03:39:30 97ef1301e51c: Preparing 03:39:30 fd31e1ca2f28: Preparing 03:39:30 0b6e55635fe7: Preparing 03:39:30 18ab7d68861f: Preparing 03:39:30 d91bdc103c45: Preparing 03:39:30 3424c6e5bc59: Preparing 03:39:30 1aadbf1a691c: Preparing 03:39:30 8c03dc5d3069: Preparing 03:39:30 5f70bf18a086: Preparing 03:39:30 3e4c28a4b97f: Preparing 03:39:30 a1c1f3a7a0fa: Preparing 03:39:30 a03c5ced8f43: Preparing 03:39:30 3c20671a5817: Preparing 03:39:30 3424c6e5bc59: Waiting 03:39:30 1aadbf1a691c: Waiting 03:39:30 fd31e1ca2f28: Waiting 03:39:30 8c03dc5d3069: Waiting 03:39:30 5f70bf18a086: Waiting 03:39:30 0b6e55635fe7: Waiting 03:39:30 d91bdc103c45: Waiting 03:39:30 3e4c28a4b97f: Waiting 03:39:30 a1c1f3a7a0fa: Waiting 03:39:30 18ab7d68861f: Waiting 03:39:30 a03c5ced8f43: Waiting 03:39:30 3c20671a5817: Waiting 03:39:30 953379723165: Layer already exists 03:39:30 5b4eb61ef92b: Layer already exists 03:39:30 30ff41eaaf33: Layer already exists 03:39:30 ba898db01ff5: Layer already exists 03:39:30 97ef1301e51c: Layer already exists 03:39:30 fd31e1ca2f28: Layer already exists 03:39:30 0b6e55635fe7: Layer already exists 03:39:30 18ab7d68861f: Layer already exists 03:39:30 d91bdc103c45: Layer already exists 03:39:30 3424c6e5bc59: Layer already exists 03:39:30 1aadbf1a691c: Layer already exists 03:39:30 8c03dc5d3069: Layer already exists 03:39:30 5f70bf18a086: Layer already exists 03:39:30 3e4c28a4b97f: Layer already exists 03:39:30 a1c1f3a7a0fa: Layer already exists 03:39:30 a03c5ced8f43: Layer already exists 03:39:30 3c20671a5817: Layer already exists 03:39:30 3.2.0-dev.64: digest: sha256:2e59eb4ead8ab62d1caae3415a55174bd5d976941181f27725cba12664dc8d18 size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:31 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:31 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:39:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 03:39:31 30ff41eaaf33: Preparing 03:39:31 ba898db01ff5: Preparing 03:39:31 953379723165: Preparing 03:39:31 5b4eb61ef92b: Preparing 03:39:31 97ef1301e51c: Preparing 03:39:31 fd31e1ca2f28: Preparing 03:39:31 0b6e55635fe7: Preparing 03:39:31 18ab7d68861f: Preparing 03:39:31 d91bdc103c45: Preparing 03:39:31 3424c6e5bc59: Preparing 03:39:31 1aadbf1a691c: Preparing 03:39:31 8c03dc5d3069: Preparing 03:39:31 5f70bf18a086: Preparing 03:39:31 3e4c28a4b97f: Preparing 03:39:31 a1c1f3a7a0fa: Preparing 03:39:31 a03c5ced8f43: Preparing 03:39:31 3c20671a5817: Preparing 03:39:31 1aadbf1a691c: Waiting 03:39:31 8c03dc5d3069: Waiting 03:39:31 fd31e1ca2f28: Waiting 03:39:31 0b6e55635fe7: Waiting 03:39:31 5f70bf18a086: Waiting 03:39:31 18ab7d68861f: Waiting 03:39:31 3e4c28a4b97f: Waiting 03:39:31 a1c1f3a7a0fa: Waiting 03:39:31 d91bdc103c45: Waiting 03:39:31 3424c6e5bc59: Waiting 03:39:31 3c20671a5817: Waiting 03:39:31 a03c5ced8f43: Waiting 03:39:31 953379723165: Layer already exists 03:39:31 5b4eb61ef92b: Layer already exists 03:39:31 ba898db01ff5: Layer already exists 03:39:31 30ff41eaaf33: Layer already exists 03:39:31 97ef1301e51c: Layer already exists 03:39:31 18ab7d68861f: Layer already exists 03:39:31 0b6e55635fe7: Layer already exists 03:39:31 fd31e1ca2f28: Layer already exists 03:39:31 3424c6e5bc59: Layer already exists 03:39:31 d91bdc103c45: Layer already exists 03:39:31 8c03dc5d3069: Layer already exists 03:39:31 1aadbf1a691c: Layer already exists 03:39:31 5f70bf18a086: Layer already exists 03:39:31 3e4c28a4b97f: Layer already exists 03:39:31 a1c1f3a7a0fa: Layer already exists 03:39:31 a03c5ced8f43: Layer already exists 03:39:31 3c20671a5817: Layer already exists 03:39:31 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:2e59eb4ead8ab62d1caae3415a55174bd5d976941181f27725cba12664dc8d18 size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:32 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:32 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 03:39:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 03:39:32 30ff41eaaf33: Preparing 03:39:32 ba898db01ff5: Preparing 03:39:32 953379723165: Preparing 03:39:32 5b4eb61ef92b: Preparing 03:39:32 97ef1301e51c: Preparing 03:39:32 fd31e1ca2f28: Preparing 03:39:32 0b6e55635fe7: Preparing 03:39:32 18ab7d68861f: Preparing 03:39:32 d91bdc103c45: Preparing 03:39:32 3424c6e5bc59: Preparing 03:39:32 1aadbf1a691c: Preparing 03:39:32 8c03dc5d3069: Preparing 03:39:32 5f70bf18a086: Preparing 03:39:32 3e4c28a4b97f: Preparing 03:39:32 a1c1f3a7a0fa: Preparing 03:39:32 a03c5ced8f43: Preparing 03:39:32 3c20671a5817: Preparing 03:39:32 1aadbf1a691c: Waiting 03:39:32 8c03dc5d3069: Waiting 03:39:32 5f70bf18a086: Waiting 03:39:32 3e4c28a4b97f: Waiting 03:39:32 a1c1f3a7a0fa: Waiting 03:39:32 a03c5ced8f43: Waiting 03:39:32 3c20671a5817: Waiting 03:39:32 fd31e1ca2f28: Waiting 03:39:32 18ab7d68861f: Waiting 03:39:32 d91bdc103c45: Waiting 03:39:32 3424c6e5bc59: Waiting 03:39:32 0b6e55635fe7: Waiting 03:39:32 5b4eb61ef92b: Layer already exists 03:39:32 953379723165: Layer already exists 03:39:32 30ff41eaaf33: Layer already exists 03:39:32 ba898db01ff5: Layer already exists 03:39:32 97ef1301e51c: Layer already exists 03:39:32 0b6e55635fe7: Layer already exists 03:39:32 fd31e1ca2f28: Layer already exists 03:39:32 18ab7d68861f: Layer already exists 03:39:32 3424c6e5bc59: Layer already exists 03:39:32 d91bdc103c45: Layer already exists 03:39:32 5f70bf18a086: Layer already exists 03:39:32 1aadbf1a691c: Layer already exists 03:39:32 8c03dc5d3069: Layer already exists 03:39:32 a1c1f3a7a0fa: Layer already exists 03:39:32 3e4c28a4b97f: Layer already exists 03:39:32 a03c5ced8f43: Layer already exists 03:39:32 3c20671a5817: Layer already exists 03:39:32 main: digest: sha256:2e59eb4ead8ab62d1caae3415a55174bd5d976941181f27725cba12664dc8d18 size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:39:32 ===================================================== [Pipeline] echo 03:39:32 taggedImages: 03:39:32 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:39:32 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 03:39:32 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.64 03:39:32 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:39:32 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 03:39:32 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 03:39:32 6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:39:32 latest 03:39:32 3.2.0-dev.64 03:39:32 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:39:32 main 03:39:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:33 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:33 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:39:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 03:39:33 8a8464a7cd6d: Preparing 03:39:33 fc53648cac34: Preparing 03:39:33 f4302b5a53f1: Preparing 03:39:33 af67eefada0b: Preparing 03:39:33 d91bdc103c45: Preparing 03:39:33 3424c6e5bc59: Preparing 03:39:33 1232201b9821: Preparing 03:39:33 2e5983a92857: Preparing 03:39:33 3c20671a5817: Preparing 03:39:33 1232201b9821: Waiting 03:39:33 2e5983a92857: Waiting 03:39:33 3c20671a5817: Waiting 03:39:33 3424c6e5bc59: Waiting 03:39:33 d91bdc103c45: Layer already exists 03:39:33 3424c6e5bc59: Layer already exists 03:39:33 1232201b9821: Layer already exists 03:39:33 fc53648cac34: Pushed 03:39:33 f4302b5a53f1: Pushed 03:39:33 2e5983a92857: Layer already exists 03:39:33 3c20671a5817: Layer already exists 03:39:33 8a8464a7cd6d: Pushed 03:39:39 af67eefada0b: Pushed 03:39:39 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:eb8d56526a30ad085fe0166ec5fb7d046c4699d7621c942cc0af576df959ee30 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:39 + 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 03:39:40 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 03:39:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 03:39:40 8a8464a7cd6d: Preparing 03:39:40 fc53648cac34: Preparing 03:39:40 f4302b5a53f1: Preparing 03:39:40 af67eefada0b: Preparing 03:39:40 d91bdc103c45: Preparing 03:39:40 3424c6e5bc59: Preparing 03:39:40 1232201b9821: Preparing 03:39:40 2e5983a92857: Preparing 03:39:40 3c20671a5817: Preparing 03:39:40 3424c6e5bc59: Waiting 03:39:40 1232201b9821: Waiting 03:39:40 3c20671a5817: Waiting 03:39:40 2e5983a92857: Waiting 03:39:40 fc53648cac34: Layer already exists 03:39:40 8a8464a7cd6d: Layer already exists 03:39:40 d91bdc103c45: Layer already exists 03:39:40 f4302b5a53f1: Layer already exists 03:39:40 af67eefada0b: Layer already exists 03:39:40 3424c6e5bc59: Layer already exists 03:39:40 2e5983a92857: Layer already exists 03:39:40 1232201b9821: Layer already exists 03:39:40 3c20671a5817: Layer already exists 03:39:40 latest: digest: sha256:eb8d56526a30ad085fe0166ec5fb7d046c4699d7621c942cc0af576df959ee30 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:40 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:41 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.64 03:39:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 03:39:41 8a8464a7cd6d: Preparing 03:39:41 fc53648cac34: Preparing 03:39:41 f4302b5a53f1: Preparing 03:39:41 af67eefada0b: Preparing 03:39:41 d91bdc103c45: Preparing 03:39:41 3424c6e5bc59: Preparing 03:39:41 1232201b9821: Preparing 03:39:41 2e5983a92857: Preparing 03:39:41 3c20671a5817: Preparing 03:39:41 3424c6e5bc59: Waiting 03:39:41 2e5983a92857: Waiting 03:39:41 1232201b9821: Waiting 03:39:41 3c20671a5817: Waiting 03:39:41 8a8464a7cd6d: Layer already exists 03:39:41 d91bdc103c45: Layer already exists 03:39:41 af67eefada0b: Layer already exists 03:39:41 f4302b5a53f1: Layer already exists 03:39:41 fc53648cac34: Layer already exists 03:39:41 3c20671a5817: Layer already exists 03:39:41 3424c6e5bc59: Layer already exists 03:39:41 1232201b9821: Layer already exists 03:39:41 2e5983a92857: Layer already exists 03:39:41 3.2.0-dev.64: digest: sha256:eb8d56526a30ad085fe0166ec5fb7d046c4699d7621c942cc0af576df959ee30 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:41 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:42 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:39:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 03:39:42 8a8464a7cd6d: Preparing 03:39:42 fc53648cac34: Preparing 03:39:42 f4302b5a53f1: Preparing 03:39:42 af67eefada0b: Preparing 03:39:42 d91bdc103c45: Preparing 03:39:42 3424c6e5bc59: Preparing 03:39:42 1232201b9821: Preparing 03:39:42 2e5983a92857: Preparing 03:39:42 3c20671a5817: Preparing 03:39:42 3424c6e5bc59: Waiting 03:39:42 1232201b9821: Waiting 03:39:42 2e5983a92857: Waiting 03:39:42 8a8464a7cd6d: Layer already exists 03:39:42 f4302b5a53f1: Layer already exists 03:39:42 af67eefada0b: Layer already exists 03:39:42 d91bdc103c45: Layer already exists 03:39:42 fc53648cac34: Layer already exists 03:39:42 3424c6e5bc59: Layer already exists 03:39:42 2e5983a92857: Layer already exists 03:39:42 1232201b9821: Layer already exists 03:39:42 3c20671a5817: Layer already exists 03:39:42 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:eb8d56526a30ad085fe0166ec5fb7d046c4699d7621c942cc0af576df959ee30 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:42 + 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 03:39:43 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 03:39:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 03:39:43 8a8464a7cd6d: Preparing 03:39:43 fc53648cac34: Preparing 03:39:43 f4302b5a53f1: Preparing 03:39:43 af67eefada0b: Preparing 03:39:43 d91bdc103c45: Preparing 03:39:43 3424c6e5bc59: Preparing 03:39:43 1232201b9821: Preparing 03:39:43 2e5983a92857: Preparing 03:39:43 3c20671a5817: Preparing 03:39:43 1232201b9821: Waiting 03:39:43 2e5983a92857: Waiting 03:39:43 3c20671a5817: Waiting 03:39:43 3424c6e5bc59: Waiting 03:39:43 fc53648cac34: Layer already exists 03:39:43 f4302b5a53f1: Layer already exists 03:39:43 af67eefada0b: Layer already exists 03:39:43 8a8464a7cd6d: Layer already exists 03:39:43 d91bdc103c45: Layer already exists 03:39:43 3424c6e5bc59: Layer already exists 03:39:43 2e5983a92857: Layer already exists 03:39:43 1232201b9821: Layer already exists 03:39:43 3c20671a5817: Layer already exists 03:39:43 main: digest: sha256:eb8d56526a30ad085fe0166ec5fb7d046c4699d7621c942cc0af576df959ee30 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:39:43 ===================================================== [Pipeline] echo 03:39:43 taggedImages: 03:39:43 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:39:43 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 03:39:43 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.64 03:39:43 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:39:43 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 03:39:43 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 03:39:43 6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:39:43 latest 03:39:43 3.2.0-dev.64 03:39:43 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:39:43 main 03:39:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:43 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:44 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:39:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 03:39:44 ba87d1873b47: Preparing 03:39:44 1a091452bf18: Preparing 03:39:44 aa7524eaddfd: Preparing 03:39:44 f461036b1ad1: Preparing 03:39:44 0f2f6b2012ee: Preparing 03:39:44 d91bdc103c45: Preparing 03:39:44 3424c6e5bc59: Preparing 03:39:44 d91bdc103c45: Waiting 03:39:44 3424c6e5bc59: Waiting 03:39:44 9ffee2f046d6: Preparing 03:39:44 fa3e9d8033e5: Preparing 03:39:44 9ffee2f046d6: Waiting 03:39:44 fa3e9d8033e5: Waiting 03:39:44 efbbbcfce9e7: Preparing 03:39:44 3c20671a5817: Preparing 03:39:44 efbbbcfce9e7: Waiting 03:39:44 1a091452bf18: Pushed 03:39:44 ba87d1873b47: Pushed 03:39:44 f461036b1ad1: Pushed 03:39:44 0f2f6b2012ee: Pushed 03:39:44 d91bdc103c45: Layer already exists 03:39:44 3424c6e5bc59: Layer already exists 03:39:44 3c20671a5817: Layer already exists 03:39:44 fa3e9d8033e5: Pushed 03:39:44 9ffee2f046d6: Pushed 03:39:46 aa7524eaddfd: Pushed 03:39:48 efbbbcfce9e7: Pushed 03:39:48 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:9afbd3f24dbc3653b45be73a05dc08d43244a1e7517398845108b07aae584a44 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:48 + 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 03:39:50 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 03:39:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 03:39:50 ba87d1873b47: Preparing 03:39:50 1a091452bf18: Preparing 03:39:50 aa7524eaddfd: Preparing 03:39:50 f461036b1ad1: Preparing 03:39:50 0f2f6b2012ee: Preparing 03:39:50 d91bdc103c45: Preparing 03:39:50 3424c6e5bc59: Preparing 03:39:50 9ffee2f046d6: Preparing 03:39:50 fa3e9d8033e5: Preparing 03:39:50 d91bdc103c45: Waiting 03:39:50 efbbbcfce9e7: Preparing 03:39:50 3c20671a5817: Preparing 03:39:50 9ffee2f046d6: Waiting 03:39:50 fa3e9d8033e5: Waiting 03:39:50 efbbbcfce9e7: Waiting 03:39:50 3c20671a5817: Waiting 03:39:50 3424c6e5bc59: Waiting 03:39:50 f461036b1ad1: Layer already exists 03:39:50 1a091452bf18: Layer already exists 03:39:50 aa7524eaddfd: Layer already exists 03:39:50 0f2f6b2012ee: Layer already exists 03:39:50 ba87d1873b47: Layer already exists 03:39:50 9ffee2f046d6: Layer already exists 03:39:50 d91bdc103c45: Layer already exists 03:39:50 3424c6e5bc59: Layer already exists 03:39:50 efbbbcfce9e7: Layer already exists 03:39:50 fa3e9d8033e5: Layer already exists 03:39:50 3c20671a5817: Layer already exists 03:39:50 latest: digest: sha256:9afbd3f24dbc3653b45be73a05dc08d43244a1e7517398845108b07aae584a44 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:50 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:51 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.64 03:39:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 03:39:51 ba87d1873b47: Preparing 03:39:51 1a091452bf18: Preparing 03:39:51 aa7524eaddfd: Preparing 03:39:51 f461036b1ad1: Preparing 03:39:51 0f2f6b2012ee: Preparing 03:39:51 d91bdc103c45: Preparing 03:39:51 3424c6e5bc59: Preparing 03:39:51 9ffee2f046d6: Preparing 03:39:51 fa3e9d8033e5: Preparing 03:39:51 efbbbcfce9e7: Preparing 03:39:51 3c20671a5817: Preparing 03:39:51 d91bdc103c45: Waiting 03:39:51 3424c6e5bc59: Waiting 03:39:51 fa3e9d8033e5: Waiting 03:39:51 efbbbcfce9e7: Waiting 03:39:51 9ffee2f046d6: Waiting 03:39:51 3c20671a5817: Waiting 03:39:51 f461036b1ad1: Layer already exists 03:39:51 ba87d1873b47: Layer already exists 03:39:51 1a091452bf18: Layer already exists 03:39:51 0f2f6b2012ee: Layer already exists 03:39:51 aa7524eaddfd: Layer already exists 03:39:51 9ffee2f046d6: Layer already exists 03:39:51 3424c6e5bc59: Layer already exists 03:39:51 fa3e9d8033e5: Layer already exists 03:39:51 efbbbcfce9e7: Layer already exists 03:39:51 d91bdc103c45: Layer already exists 03:39:51 3c20671a5817: Layer already exists 03:39:51 3.2.0-dev.64: digest: sha256:9afbd3f24dbc3653b45be73a05dc08d43244a1e7517398845108b07aae584a44 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:51 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:51 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:39:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 03:39:51 ba87d1873b47: Preparing 03:39:51 1a091452bf18: Preparing 03:39:51 aa7524eaddfd: Preparing 03:39:51 f461036b1ad1: Preparing 03:39:51 0f2f6b2012ee: Preparing 03:39:51 d91bdc103c45: Preparing 03:39:51 3424c6e5bc59: Preparing 03:39:51 9ffee2f046d6: Preparing 03:39:51 fa3e9d8033e5: Preparing 03:39:51 efbbbcfce9e7: Preparing 03:39:51 3c20671a5817: Preparing 03:39:51 d91bdc103c45: Waiting 03:39:51 fa3e9d8033e5: Waiting 03:39:51 efbbbcfce9e7: Waiting 03:39:51 3c20671a5817: Waiting 03:39:51 3424c6e5bc59: Waiting 03:39:51 9ffee2f046d6: Waiting 03:39:51 1a091452bf18: Layer already exists 03:39:51 ba87d1873b47: Layer already exists 03:39:51 0f2f6b2012ee: Layer already exists 03:39:51 aa7524eaddfd: Layer already exists 03:39:51 f461036b1ad1: Layer already exists 03:39:51 d91bdc103c45: Layer already exists 03:39:51 3424c6e5bc59: Layer already exists 03:39:51 9ffee2f046d6: Layer already exists 03:39:51 efbbbcfce9e7: Layer already exists 03:39:51 fa3e9d8033e5: Layer already exists 03:39:51 3c20671a5817: Layer already exists 03:39:52 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:9afbd3f24dbc3653b45be73a05dc08d43244a1e7517398845108b07aae584a44 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:52 + 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 03:39:52 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 03:39:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 03:39:52 ba87d1873b47: Preparing 03:39:52 1a091452bf18: Preparing 03:39:52 aa7524eaddfd: Preparing 03:39:52 f461036b1ad1: Preparing 03:39:52 0f2f6b2012ee: Preparing 03:39:52 d91bdc103c45: Preparing 03:39:52 3424c6e5bc59: Preparing 03:39:52 9ffee2f046d6: Preparing 03:39:52 fa3e9d8033e5: Preparing 03:39:52 efbbbcfce9e7: Preparing 03:39:52 3c20671a5817: Preparing 03:39:52 3424c6e5bc59: Waiting 03:39:52 9ffee2f046d6: Waiting 03:39:52 fa3e9d8033e5: Waiting 03:39:52 efbbbcfce9e7: Waiting 03:39:52 3c20671a5817: Waiting 03:39:52 d91bdc103c45: Waiting 03:39:52 0f2f6b2012ee: Layer already exists 03:39:52 1a091452bf18: Layer already exists 03:39:52 ba87d1873b47: Layer already exists 03:39:52 aa7524eaddfd: Layer already exists 03:39:52 f461036b1ad1: Layer already exists 03:39:52 9ffee2f046d6: Layer already exists 03:39:52 d91bdc103c45: Layer already exists 03:39:52 3424c6e5bc59: Layer already exists 03:39:52 fa3e9d8033e5: Layer already exists 03:39:52 efbbbcfce9e7: Layer already exists 03:39:52 3c20671a5817: Layer already exists 03:39:53 main: digest: sha256:9afbd3f24dbc3653b45be73a05dc08d43244a1e7517398845108b07aae584a44 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:39:53 ===================================================== [Pipeline] echo 03:39:53 taggedImages: 03:39:53 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:39:53 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 03:39:53 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.64 03:39:53 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:39:53 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 03:39:53 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 03:39:53 6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:39:53 latest 03:39:53 3.2.0-dev.64 03:39:53 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:39:53 main 03:39:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:53 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:54 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:39:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 03:39:54 c76d08952b54: Preparing 03:39:54 8112fb7343f5: Preparing 03:39:54 f8c1d003c4f0: Preparing 03:39:54 b8f4c021f304: Preparing 03:39:54 f4b6c7bbe42d: Preparing 03:39:54 e551abad134e: Preparing 03:39:54 ef6cac765072: Preparing 03:39:54 d91bdc103c45: Preparing 03:39:54 3424c6e5bc59: Preparing 03:39:54 b72961918bc1: Preparing 03:39:54 9ace33cebe14: Preparing 03:39:54 3c20671a5817: Preparing 03:39:54 e551abad134e: Waiting 03:39:54 ef6cac765072: Waiting 03:39:54 d91bdc103c45: Waiting 03:39:54 3424c6e5bc59: Waiting 03:39:54 b72961918bc1: Waiting 03:39:54 9ace33cebe14: Waiting 03:39:54 3c20671a5817: Waiting 03:39:54 c76d08952b54: Pushed 03:39:54 f4b6c7bbe42d: Pushed 03:39:54 8112fb7343f5: Pushed 03:39:54 d91bdc103c45: Layer already exists 03:39:54 3424c6e5bc59: Layer already exists 03:39:54 e551abad134e: Pushed 03:39:54 ef6cac765072: Pushed 03:39:54 3c20671a5817: Layer already exists 03:39:55 b72961918bc1: Pushed 03:39:56 b8f4c021f304: Pushed 03:39:56 f8c1d003c4f0: Pushed 03:39:57 9ace33cebe14: Pushed 03:39:57 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:b7504a623ca0a736e6ace227db8325f0740cc05bb48c9180b77f47fc6bee1734 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:57 + 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 03:39:57 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 03:39:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 03:39:57 c76d08952b54: Preparing 03:39:57 8112fb7343f5: Preparing 03:39:57 f8c1d003c4f0: Preparing 03:39:57 b8f4c021f304: Preparing 03:39:57 f4b6c7bbe42d: Preparing 03:39:57 e551abad134e: Preparing 03:39:57 ef6cac765072: Preparing 03:39:57 d91bdc103c45: Preparing 03:39:57 3424c6e5bc59: Preparing 03:39:57 b72961918bc1: Preparing 03:39:57 9ace33cebe14: Preparing 03:39:57 3c20671a5817: Preparing 03:39:57 ef6cac765072: Waiting 03:39:57 d91bdc103c45: Waiting 03:39:57 3424c6e5bc59: Waiting 03:39:57 b72961918bc1: Waiting 03:39:57 e551abad134e: Waiting 03:39:57 9ace33cebe14: Waiting 03:39:57 3c20671a5817: Waiting 03:39:57 c76d08952b54: Layer already exists 03:39:57 f8c1d003c4f0: Layer already exists 03:39:57 b8f4c021f304: Layer already exists 03:39:57 f4b6c7bbe42d: Layer already exists 03:39:57 8112fb7343f5: Layer already exists 03:39:57 e551abad134e: Layer already exists 03:39:57 d91bdc103c45: Layer already exists 03:39:57 ef6cac765072: Layer already exists 03:39:57 3424c6e5bc59: Layer already exists 03:39:57 b72961918bc1: Layer already exists 03:39:57 3c20671a5817: Layer already exists 03:39:57 9ace33cebe14: Layer already exists 03:39:58 latest: digest: sha256:b7504a623ca0a736e6ace227db8325f0740cc05bb48c9180b77f47fc6bee1734 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:58 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:58 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.64 03:39:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 03:39:58 c76d08952b54: Preparing 03:39:58 8112fb7343f5: Preparing 03:39:58 f8c1d003c4f0: Preparing 03:39:58 b8f4c021f304: Preparing 03:39:58 f4b6c7bbe42d: Preparing 03:39:58 e551abad134e: Preparing 03:39:58 ef6cac765072: Preparing 03:39:58 d91bdc103c45: Preparing 03:39:58 3424c6e5bc59: Preparing 03:39:58 b72961918bc1: Preparing 03:39:58 9ace33cebe14: Preparing 03:39:58 3c20671a5817: Preparing 03:39:58 ef6cac765072: Waiting 03:39:58 3424c6e5bc59: Waiting 03:39:58 b72961918bc1: Waiting 03:39:58 9ace33cebe14: Waiting 03:39:58 d91bdc103c45: Waiting 03:39:58 3c20671a5817: Waiting 03:39:58 e551abad134e: Waiting 03:39:58 c76d08952b54: Layer already exists 03:39:58 f8c1d003c4f0: Layer already exists 03:39:58 b8f4c021f304: Layer already exists 03:39:58 f4b6c7bbe42d: Layer already exists 03:39:58 8112fb7343f5: Layer already exists 03:39:58 3424c6e5bc59: Layer already exists 03:39:58 e551abad134e: Layer already exists 03:39:58 ef6cac765072: Layer already exists 03:39:58 d91bdc103c45: Layer already exists 03:39:58 b72961918bc1: Layer already exists 03:39:58 3c20671a5817: Layer already exists 03:39:58 9ace33cebe14: Layer already exists 03:39:59 3.2.0-dev.64: digest: sha256:b7504a623ca0a736e6ace227db8325f0740cc05bb48c9180b77f47fc6bee1734 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:59 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:59 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:39:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 03:39:59 c76d08952b54: Preparing 03:39:59 8112fb7343f5: Preparing 03:39:59 f8c1d003c4f0: Preparing 03:39:59 b8f4c021f304: Preparing 03:39:59 f4b6c7bbe42d: Preparing 03:39:59 e551abad134e: Preparing 03:39:59 ef6cac765072: Preparing 03:39:59 d91bdc103c45: Preparing 03:39:59 3424c6e5bc59: Preparing 03:39:59 b72961918bc1: Preparing 03:39:59 9ace33cebe14: Preparing 03:39:59 3c20671a5817: Preparing 03:39:59 3424c6e5bc59: Waiting 03:39:59 b72961918bc1: Waiting 03:39:59 9ace33cebe14: Waiting 03:39:59 3c20671a5817: Waiting 03:39:59 e551abad134e: Waiting 03:39:59 ef6cac765072: Waiting 03:39:59 d91bdc103c45: Waiting 03:39:59 f8c1d003c4f0: Layer already exists 03:39:59 8112fb7343f5: Layer already exists 03:39:59 f4b6c7bbe42d: Layer already exists 03:39:59 b8f4c021f304: Layer already exists 03:39:59 c76d08952b54: Layer already exists 03:39:59 ef6cac765072: Layer already exists 03:39:59 e551abad134e: Layer already exists 03:39:59 d91bdc103c45: Layer already exists 03:39:59 3424c6e5bc59: Layer already exists 03:39:59 b72961918bc1: Layer already exists 03:39:59 9ace33cebe14: Layer already exists 03:39:59 3c20671a5817: Layer already exists 03:40:00 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:b7504a623ca0a736e6ace227db8325f0740cc05bb48c9180b77f47fc6bee1734 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:40:00 + 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 03:40:00 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 03:40:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 03:40:00 c76d08952b54: Preparing 03:40:00 8112fb7343f5: Preparing 03:40:00 f8c1d003c4f0: Preparing 03:40:00 b8f4c021f304: Preparing 03:40:00 f4b6c7bbe42d: Preparing 03:40:00 e551abad134e: Preparing 03:40:00 ef6cac765072: Preparing 03:40:00 d91bdc103c45: Preparing 03:40:00 3424c6e5bc59: Preparing 03:40:00 b72961918bc1: Preparing 03:40:00 9ace33cebe14: Preparing 03:40:00 3c20671a5817: Preparing 03:40:00 d91bdc103c45: Waiting 03:40:00 3424c6e5bc59: Waiting 03:40:00 b72961918bc1: Waiting 03:40:00 9ace33cebe14: Waiting 03:40:00 3c20671a5817: Waiting 03:40:00 ef6cac765072: Waiting 03:40:00 e551abad134e: Waiting 03:40:00 8112fb7343f5: Layer already exists 03:40:00 f8c1d003c4f0: Layer already exists 03:40:00 f4b6c7bbe42d: Layer already exists 03:40:00 c76d08952b54: Layer already exists 03:40:00 b8f4c021f304: Layer already exists 03:40:00 e551abad134e: Layer already exists 03:40:00 d91bdc103c45: Layer already exists 03:40:00 ef6cac765072: Layer already exists 03:40:00 3424c6e5bc59: Layer already exists 03:40:00 b72961918bc1: Layer already exists 03:40:00 9ace33cebe14: Layer already exists 03:40:00 3c20671a5817: Layer already exists 03:40:01 main: digest: sha256:b7504a623ca0a736e6ace227db8325f0740cc05bb48c9180b77f47fc6bee1734 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:40:01 ===================================================== [Pipeline] echo 03:40:01 taggedImages: 03:40:01 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:40:01 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 03:40:01 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.64 03:40:01 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:40:01 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 03:40:01 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 03:40:01 6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:40:01 latest 03:40:01 3.2.0-dev.64 03:40:01 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:40:01 main 03:40:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:40:01 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:40:02 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:40:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 03:40:02 21c61aef6f62: Preparing 03:40:02 d030d4e8fda8: Preparing 03:40:02 d91bdc103c45: Preparing 03:40:02 3424c6e5bc59: Preparing 03:40:02 a8d61ee5dfc3: Preparing 03:40:02 d2dae2e46f74: Preparing 03:40:02 3c20671a5817: Preparing 03:40:02 d2dae2e46f74: Waiting 03:40:02 3c20671a5817: Waiting 03:40:02 d91bdc103c45: Layer already exists 03:40:02 3424c6e5bc59: Layer already exists 03:40:02 3c20671a5817: Layer already exists 03:40:02 21c61aef6f62: Pushed 03:40:03 a8d61ee5dfc3: Pushed 03:40:03 d2dae2e46f74: Pushed 03:40:05 d030d4e8fda8: Pushed 03:40:05 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:a5ce02e210d0f220b7b358598985f516ea52e7f67e9ed1e70cba2ca7006799ce size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:40:06 + 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 03:40:06 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 03:40:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 03:40:06 21c61aef6f62: Preparing 03:40:06 d030d4e8fda8: Preparing 03:40:06 d91bdc103c45: Preparing 03:40:06 3424c6e5bc59: Preparing 03:40:06 a8d61ee5dfc3: Preparing 03:40:06 d2dae2e46f74: Preparing 03:40:06 3c20671a5817: Preparing 03:40:06 d2dae2e46f74: Waiting 03:40:06 3c20671a5817: Waiting 03:40:06 a8d61ee5dfc3: Layer already exists 03:40:06 d91bdc103c45: Layer already exists 03:40:06 21c61aef6f62: Layer already exists 03:40:06 3424c6e5bc59: Layer already exists 03:40:06 d030d4e8fda8: Layer already exists 03:40:06 3c20671a5817: Layer already exists 03:40:06 d2dae2e46f74: Layer already exists 03:40:06 latest: digest: sha256:a5ce02e210d0f220b7b358598985f516ea52e7f67e9ed1e70cba2ca7006799ce size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:40:07 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:40:07 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.64 03:40:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 03:40:07 21c61aef6f62: Preparing 03:40:07 d030d4e8fda8: Preparing 03:40:07 d91bdc103c45: Preparing 03:40:07 3424c6e5bc59: Preparing 03:40:07 a8d61ee5dfc3: Preparing 03:40:07 d2dae2e46f74: Preparing 03:40:07 3c20671a5817: Preparing 03:40:07 d2dae2e46f74: Waiting 03:40:07 3c20671a5817: Waiting 03:40:07 d91bdc103c45: Layer already exists 03:40:07 3424c6e5bc59: Layer already exists 03:40:07 21c61aef6f62: Layer already exists 03:40:07 a8d61ee5dfc3: Layer already exists 03:40:07 d030d4e8fda8: Layer already exists 03:40:07 d2dae2e46f74: Layer already exists 03:40:07 3c20671a5817: Layer already exists 03:40:07 3.2.0-dev.64: digest: sha256:a5ce02e210d0f220b7b358598985f516ea52e7f67e9ed1e70cba2ca7006799ce size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:40:08 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:40:08 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:40:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 03:40:08 21c61aef6f62: Preparing 03:40:08 d030d4e8fda8: Preparing 03:40:08 d91bdc103c45: Preparing 03:40:08 3424c6e5bc59: Preparing 03:40:08 a8d61ee5dfc3: Preparing 03:40:08 d2dae2e46f74: Preparing 03:40:08 3c20671a5817: Preparing 03:40:08 3c20671a5817: Waiting 03:40:08 d2dae2e46f74: Waiting 03:40:08 21c61aef6f62: Layer already exists 03:40:08 a8d61ee5dfc3: Layer already exists 03:40:08 3424c6e5bc59: Layer already exists 03:40:08 d030d4e8fda8: Layer already exists 03:40:08 d91bdc103c45: Layer already exists 03:40:08 d2dae2e46f74: Layer already exists 03:40:08 3c20671a5817: Layer already exists 03:40:08 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:a5ce02e210d0f220b7b358598985f516ea52e7f67e9ed1e70cba2ca7006799ce size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:40:09 + 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 03:40:09 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 03:40:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 03:40:09 21c61aef6f62: Preparing 03:40:09 d030d4e8fda8: Preparing 03:40:09 d91bdc103c45: Preparing 03:40:09 3424c6e5bc59: Preparing 03:40:09 a8d61ee5dfc3: Preparing 03:40:09 d2dae2e46f74: Preparing 03:40:09 3c20671a5817: Preparing 03:40:09 d2dae2e46f74: Waiting 03:40:09 21c61aef6f62: Layer already exists 03:40:09 d91bdc103c45: Layer already exists 03:40:09 3424c6e5bc59: Layer already exists 03:40:09 a8d61ee5dfc3: Layer already exists 03:40:09 d030d4e8fda8: Layer already exists 03:40:09 3c20671a5817: Layer already exists 03:40:09 d2dae2e46f74: Layer already exists 03:40:09 main: digest: sha256:a5ce02e210d0f220b7b358598985f516ea52e7f67e9ed1e70cba2ca7006799ce size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:40:09 ===================================================== [Pipeline] echo 03:40:09 taggedImages: 03:40:09 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:40:09 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 03:40:09 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.64 03:40:09 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:40:09 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 03:40:09 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 03:40:09 6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:40:09 latest 03:40:09 3.2.0-dev.64 03:40:09 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:40:09 main 03:40:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:40:10 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:40:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:40:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 03:40:10 2ed2646bb107: Preparing 03:40:10 d0c572672388: Preparing 03:40:10 eb5ce49f37d1: Preparing 03:40:10 d91bdc103c45: Preparing 03:40:10 3424c6e5bc59: Preparing 03:40:10 8f0f0720c7f0: Preparing 03:40:10 78dee5c57a97: Preparing 03:40:10 d617ff10e86c: Preparing 03:40:10 b7e9969fc958: Preparing 03:40:10 3c20671a5817: Preparing 03:40:10 8f0f0720c7f0: Waiting 03:40:10 78dee5c57a97: Waiting 03:40:10 d617ff10e86c: Waiting 03:40:10 b7e9969fc958: Waiting 03:40:10 3c20671a5817: Waiting 03:40:10 3424c6e5bc59: Layer already exists 03:40:10 d91bdc103c45: Layer already exists 03:40:10 eb5ce49f37d1: Pushed 03:40:10 d0c572672388: Pushed 03:40:10 2ed2646bb107: Pushed 03:40:10 3c20671a5817: Layer already exists 03:40:10 d617ff10e86c: Pushed 03:40:12 b7e9969fc958: Pushed 03:40:24 78dee5c57a97: Pushed 03:40:31 8f0f0720c7f0: Pushed 03:40:31 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:fcf86ad12a7afc9e902be29ea4e5762cf09216a50efc1ce9ba81631f036b763c size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:40:31 + 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 03:40:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 03:40:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 03:40:32 2ed2646bb107: Preparing 03:40:32 d0c572672388: Preparing 03:40:32 eb5ce49f37d1: Preparing 03:40:32 d91bdc103c45: Preparing 03:40:32 3424c6e5bc59: Preparing 03:40:32 8f0f0720c7f0: Preparing 03:40:32 78dee5c57a97: Preparing 03:40:32 d617ff10e86c: Preparing 03:40:32 b7e9969fc958: Preparing 03:40:32 3c20671a5817: Preparing 03:40:32 78dee5c57a97: Waiting 03:40:32 d617ff10e86c: Waiting 03:40:32 b7e9969fc958: Waiting 03:40:32 3c20671a5817: Waiting 03:40:32 8f0f0720c7f0: Waiting 03:40:32 eb5ce49f37d1: Layer already exists 03:40:32 d91bdc103c45: Layer already exists 03:40:32 d0c572672388: Layer already exists 03:40:32 2ed2646bb107: Layer already exists 03:40:32 3424c6e5bc59: Layer already exists 03:40:32 d617ff10e86c: Layer already exists 03:40:32 8f0f0720c7f0: Layer already exists 03:40:32 3c20671a5817: Layer already exists 03:40:32 b7e9969fc958: Layer already exists 03:40:32 78dee5c57a97: Layer already exists 03:40:32 latest: digest: sha256:fcf86ad12a7afc9e902be29ea4e5762cf09216a50efc1ce9ba81631f036b763c size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:40:32 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:40:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.64 03:40:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 03:40:33 2ed2646bb107: Preparing 03:40:33 d0c572672388: Preparing 03:40:33 eb5ce49f37d1: Preparing 03:40:33 d91bdc103c45: Preparing 03:40:33 3424c6e5bc59: Preparing 03:40:33 8f0f0720c7f0: Preparing 03:40:33 78dee5c57a97: Preparing 03:40:33 d617ff10e86c: Preparing 03:40:33 b7e9969fc958: Preparing 03:40:33 3c20671a5817: Preparing 03:40:33 78dee5c57a97: Waiting 03:40:33 d617ff10e86c: Waiting 03:40:33 b7e9969fc958: Waiting 03:40:33 3c20671a5817: Waiting 03:40:33 8f0f0720c7f0: Waiting 03:40:33 d91bdc103c45: Layer already exists 03:40:33 d0c572672388: Layer already exists 03:40:33 3424c6e5bc59: Layer already exists 03:40:33 2ed2646bb107: Layer already exists 03:40:33 eb5ce49f37d1: Layer already exists 03:40:33 78dee5c57a97: Layer already exists 03:40:33 b7e9969fc958: Layer already exists 03:40:33 d617ff10e86c: Layer already exists 03:40:33 3c20671a5817: Layer already exists 03:40:33 8f0f0720c7f0: Layer already exists 03:40:33 3.2.0-dev.64: digest: sha256:fcf86ad12a7afc9e902be29ea4e5762cf09216a50efc1ce9ba81631f036b763c size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:40:33 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:40:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:40:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 03:40:34 2ed2646bb107: Preparing 03:40:34 d0c572672388: Preparing 03:40:34 eb5ce49f37d1: Preparing 03:40:34 d91bdc103c45: Preparing 03:40:34 3424c6e5bc59: Preparing 03:40:34 8f0f0720c7f0: Preparing 03:40:34 78dee5c57a97: Preparing 03:40:34 d617ff10e86c: Preparing 03:40:34 b7e9969fc958: Preparing 03:40:34 3c20671a5817: Preparing 03:40:34 78dee5c57a97: Waiting 03:40:34 b7e9969fc958: Waiting 03:40:34 3c20671a5817: Waiting 03:40:34 d617ff10e86c: Waiting 03:40:34 8f0f0720c7f0: Waiting 03:40:34 eb5ce49f37d1: Layer already exists 03:40:34 d0c572672388: Layer already exists 03:40:34 d91bdc103c45: Layer already exists 03:40:34 2ed2646bb107: Layer already exists 03:40:34 3424c6e5bc59: Layer already exists 03:40:34 78dee5c57a97: Layer already exists 03:40:34 8f0f0720c7f0: Layer already exists 03:40:34 3c20671a5817: Layer already exists 03:40:34 d617ff10e86c: Layer already exists 03:40:34 b7e9969fc958: Layer already exists 03:40:34 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:fcf86ad12a7afc9e902be29ea4e5762cf09216a50efc1ce9ba81631f036b763c size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:40:35 + 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 03:40:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 03:40:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 03:40:35 2ed2646bb107: Preparing 03:40:35 d0c572672388: Preparing 03:40:35 eb5ce49f37d1: Preparing 03:40:35 d91bdc103c45: Preparing 03:40:35 3424c6e5bc59: Preparing 03:40:35 8f0f0720c7f0: Preparing 03:40:35 78dee5c57a97: Preparing 03:40:35 8f0f0720c7f0: Waiting 03:40:35 d617ff10e86c: Preparing 03:40:35 78dee5c57a97: Waiting 03:40:35 b7e9969fc958: Preparing 03:40:35 d617ff10e86c: Waiting 03:40:35 b7e9969fc958: Waiting 03:40:35 3c20671a5817: Preparing 03:40:35 3c20671a5817: Waiting 03:40:35 eb5ce49f37d1: Layer already exists 03:40:35 d0c572672388: Layer already exists 03:40:35 2ed2646bb107: Layer already exists 03:40:35 3424c6e5bc59: Layer already exists 03:40:35 d91bdc103c45: Layer already exists 03:40:35 78dee5c57a97: Layer already exists 03:40:35 b7e9969fc958: Layer already exists 03:40:35 8f0f0720c7f0: Layer already exists 03:40:35 d617ff10e86c: Layer already exists 03:40:35 3c20671a5817: Layer already exists 03:40:35 main: digest: sha256:fcf86ad12a7afc9e902be29ea4e5762cf09216a50efc1ce9ba81631f036b763c size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:40:35 ===================================================== [Pipeline] echo 03:40:35 taggedImages: 03:40:35 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:40:35 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 03:40:35 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.64 03:40:35 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:40:35 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 03:40:35 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 03:40:35 6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:40:35 latest 03:40:35 3.2.0-dev.64 03:40:35 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:40:35 main 03:40:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:40:36 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:40:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:40:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 03:40:36 c9c1d2a554b2: Preparing 03:40:36 6a3d47b15282: Preparing 03:40:36 2ff4a742c83e: Preparing 03:40:36 d91bdc103c45: Preparing 03:40:36 3424c6e5bc59: Preparing 03:40:36 835e7922227a: Preparing 03:40:36 3148f72e4789: Preparing 03:40:36 1c6d210c8537: Preparing 03:40:36 3c20671a5817: Preparing 03:40:36 835e7922227a: Waiting 03:40:36 3148f72e4789: Waiting 03:40:36 1c6d210c8537: Waiting 03:40:36 3c20671a5817: Waiting 03:40:36 3424c6e5bc59: Layer already exists 03:40:36 d91bdc103c45: Layer already exists 03:40:36 2ff4a742c83e: Pushed 03:40:36 6a3d47b15282: Pushed 03:40:36 c9c1d2a554b2: Pushed 03:40:36 3c20671a5817: Layer already exists 03:40:37 1c6d210c8537: Pushed 03:40:37 3148f72e4789: Pushed 03:40:59 835e7922227a: Pushed 03:40:59 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:1fdacbb5377e2f3931268f15b68cae3b3400048cb3429c063fb4ddd07918f256 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:00 + 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 03:41:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 03:41:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 03:41:00 c9c1d2a554b2: Preparing 03:41:00 6a3d47b15282: Preparing 03:41:00 2ff4a742c83e: Preparing 03:41:00 d91bdc103c45: Preparing 03:41:00 3424c6e5bc59: Preparing 03:41:00 835e7922227a: Preparing 03:41:00 3148f72e4789: Preparing 03:41:00 1c6d210c8537: Preparing 03:41:00 3c20671a5817: Preparing 03:41:00 3148f72e4789: Waiting 03:41:00 3c20671a5817: Waiting 03:41:00 1c6d210c8537: Waiting 03:41:00 835e7922227a: Waiting 03:41:00 2ff4a742c83e: Layer already exists 03:41:00 3424c6e5bc59: Layer already exists 03:41:00 c9c1d2a554b2: Layer already exists 03:41:00 6a3d47b15282: Layer already exists 03:41:00 d91bdc103c45: Layer already exists 03:41:00 3148f72e4789: Layer already exists 03:41:00 835e7922227a: Layer already exists 03:41:00 3c20671a5817: Layer already exists 03:41:00 1c6d210c8537: Layer already exists 03:41:00 latest: digest: sha256:1fdacbb5377e2f3931268f15b68cae3b3400048cb3429c063fb4ddd07918f256 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:01 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.64 03:41:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 03:41:01 c9c1d2a554b2: Preparing 03:41:01 6a3d47b15282: Preparing 03:41:01 2ff4a742c83e: Preparing 03:41:01 d91bdc103c45: Preparing 03:41:01 3424c6e5bc59: Preparing 03:41:01 835e7922227a: Preparing 03:41:01 3148f72e4789: Preparing 03:41:01 1c6d210c8537: Preparing 03:41:01 3c20671a5817: Preparing 03:41:01 1c6d210c8537: Waiting 03:41:01 835e7922227a: Waiting 03:41:01 3148f72e4789: Waiting 03:41:01 3c20671a5817: Waiting 03:41:01 3424c6e5bc59: Layer already exists 03:41:01 c9c1d2a554b2: Layer already exists 03:41:01 2ff4a742c83e: Layer already exists 03:41:01 d91bdc103c45: Layer already exists 03:41:01 6a3d47b15282: Layer already exists 03:41:01 1c6d210c8537: Layer already exists 03:41:01 835e7922227a: Layer already exists 03:41:01 3148f72e4789: Layer already exists 03:41:01 3c20671a5817: Layer already exists 03:41:01 3.2.0-dev.64: digest: sha256:1fdacbb5377e2f3931268f15b68cae3b3400048cb3429c063fb4ddd07918f256 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:02 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:41:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 03:41:02 c9c1d2a554b2: Preparing 03:41:02 6a3d47b15282: Preparing 03:41:02 2ff4a742c83e: Preparing 03:41:02 d91bdc103c45: Preparing 03:41:02 3424c6e5bc59: Preparing 03:41:02 835e7922227a: Preparing 03:41:02 3148f72e4789: Preparing 03:41:02 1c6d210c8537: Preparing 03:41:02 3c20671a5817: Preparing 03:41:02 3148f72e4789: Waiting 03:41:02 1c6d210c8537: Waiting 03:41:02 3c20671a5817: Waiting 03:41:02 835e7922227a: Waiting 03:41:02 2ff4a742c83e: Layer already exists 03:41:02 d91bdc103c45: Layer already exists 03:41:02 6a3d47b15282: Layer already exists 03:41:02 3424c6e5bc59: Layer already exists 03:41:02 c9c1d2a554b2: Layer already exists 03:41:02 1c6d210c8537: Layer already exists 03:41:02 3148f72e4789: Layer already exists 03:41:02 835e7922227a: Layer already exists 03:41:02 3c20671a5817: Layer already exists 03:41:02 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:1fdacbb5377e2f3931268f15b68cae3b3400048cb3429c063fb4ddd07918f256 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:03 + 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 03:41:03 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 03:41:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 03:41:03 c9c1d2a554b2: Preparing 03:41:03 6a3d47b15282: Preparing 03:41:03 2ff4a742c83e: Preparing 03:41:03 d91bdc103c45: Preparing 03:41:03 3424c6e5bc59: Preparing 03:41:03 835e7922227a: Preparing 03:41:03 3148f72e4789: Preparing 03:41:03 1c6d210c8537: Preparing 03:41:03 3c20671a5817: Preparing 03:41:03 835e7922227a: Waiting 03:41:03 3148f72e4789: Waiting 03:41:03 1c6d210c8537: Waiting 03:41:03 3c20671a5817: Waiting 03:41:03 c9c1d2a554b2: Layer already exists 03:41:03 d91bdc103c45: Layer already exists 03:41:03 3424c6e5bc59: Layer already exists 03:41:03 2ff4a742c83e: Layer already exists 03:41:03 6a3d47b15282: Layer already exists 03:41:03 1c6d210c8537: Layer already exists 03:41:03 3148f72e4789: Layer already exists 03:41:03 835e7922227a: Layer already exists 03:41:03 3c20671a5817: Layer already exists 03:41:03 main: digest: sha256:1fdacbb5377e2f3931268f15b68cae3b3400048cb3429c063fb4ddd07918f256 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:41:04 ===================================================== [Pipeline] echo 03:41:04 taggedImages: 03:41:04 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:41:04 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 03:41:04 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.64 03:41:04 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:41:04 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 03:41:04 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 03:41:04 6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:41:04 latest 03:41:04 3.2.0-dev.64 03:41:04 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:41:04 main 03:41:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:04 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:41:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 03:41:04 b511e550a91b: Preparing 03:41:04 2efa506cc6f2: Preparing 03:41:04 bb1dd7fbc525: Preparing 03:41:04 d91bdc103c45: Preparing 03:41:04 3424c6e5bc59: Preparing 03:41:04 835e7922227a: Preparing 03:41:04 d617ff10e86c: Preparing 03:41:04 b7e9969fc958: Preparing 03:41:04 3c20671a5817: Preparing 03:41:04 835e7922227a: Waiting 03:41:04 d617ff10e86c: Waiting 03:41:04 b7e9969fc958: Waiting 03:41:04 3c20671a5817: Waiting 03:41:04 3424c6e5bc59: Layer already exists 03:41:04 d91bdc103c45: Layer already exists 03:41:05 835e7922227a: Layer already exists 03:41:05 d617ff10e86c: Layer already exists 03:41:05 b7e9969fc958: Layer already exists 03:41:05 2efa506cc6f2: Pushed 03:41:05 bb1dd7fbc525: Pushed 03:41:05 3c20671a5817: Layer already exists 03:41:05 b511e550a91b: Pushed 03:41:05 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:1e7bc2839be99d4b23d8e1f94bb36370cb4ea570f6ea2e4158610edb0c6ed17e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:05 + 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 03:41:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 03:41:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 03:41:06 b511e550a91b: Preparing 03:41:06 2efa506cc6f2: Preparing 03:41:06 bb1dd7fbc525: Preparing 03:41:06 d91bdc103c45: Preparing 03:41:06 3424c6e5bc59: Preparing 03:41:06 835e7922227a: Preparing 03:41:06 d617ff10e86c: Preparing 03:41:06 b7e9969fc958: Preparing 03:41:06 3c20671a5817: Preparing 03:41:06 835e7922227a: Waiting 03:41:06 d617ff10e86c: Waiting 03:41:06 b7e9969fc958: Waiting 03:41:06 3c20671a5817: Waiting 03:41:06 2efa506cc6f2: Layer already exists 03:41:06 3424c6e5bc59: Layer already exists 03:41:06 b511e550a91b: Layer already exists 03:41:06 d91bdc103c45: Layer already exists 03:41:06 bb1dd7fbc525: Layer already exists 03:41:06 d617ff10e86c: Layer already exists 03:41:06 835e7922227a: Layer already exists 03:41:06 3c20671a5817: Layer already exists 03:41:06 b7e9969fc958: Layer already exists 03:41:06 latest: digest: sha256:1e7bc2839be99d4b23d8e1f94bb36370cb4ea570f6ea2e4158610edb0c6ed17e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:06 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.64 03:41:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 03:41:06 b511e550a91b: Preparing 03:41:06 2efa506cc6f2: Preparing 03:41:06 bb1dd7fbc525: Preparing 03:41:06 d91bdc103c45: Preparing 03:41:06 3424c6e5bc59: Preparing 03:41:06 835e7922227a: Preparing 03:41:06 d617ff10e86c: Preparing 03:41:06 b7e9969fc958: Preparing 03:41:06 3c20671a5817: Preparing 03:41:06 835e7922227a: Waiting 03:41:06 d617ff10e86c: Waiting 03:41:06 b7e9969fc958: Waiting 03:41:06 3c20671a5817: Waiting 03:41:06 d91bdc103c45: Layer already exists 03:41:06 2efa506cc6f2: Layer already exists 03:41:06 b511e550a91b: Layer already exists 03:41:06 bb1dd7fbc525: Layer already exists 03:41:06 3424c6e5bc59: Layer already exists 03:41:06 835e7922227a: Layer already exists 03:41:06 d617ff10e86c: Layer already exists 03:41:06 b7e9969fc958: Layer already exists 03:41:06 3c20671a5817: Layer already exists 03:41:07 3.2.0-dev.64: digest: sha256:1e7bc2839be99d4b23d8e1f94bb36370cb4ea570f6ea2e4158610edb0c6ed17e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:07 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:41:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 03:41:08 b511e550a91b: Preparing 03:41:08 2efa506cc6f2: Preparing 03:41:08 bb1dd7fbc525: Preparing 03:41:08 d91bdc103c45: Preparing 03:41:08 3424c6e5bc59: Preparing 03:41:08 835e7922227a: Preparing 03:41:08 d617ff10e86c: Preparing 03:41:08 b7e9969fc958: Preparing 03:41:08 3c20671a5817: Preparing 03:41:08 3c20671a5817: Waiting 03:41:08 b7e9969fc958: Waiting 03:41:08 835e7922227a: Waiting 03:41:08 d91bdc103c45: Layer already exists 03:41:08 bb1dd7fbc525: Layer already exists 03:41:08 2efa506cc6f2: Layer already exists 03:41:08 3424c6e5bc59: Layer already exists 03:41:08 b511e550a91b: Layer already exists 03:41:08 835e7922227a: Layer already exists 03:41:08 b7e9969fc958: Layer already exists 03:41:08 d617ff10e86c: Layer already exists 03:41:08 3c20671a5817: Layer already exists 03:41:08 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:1e7bc2839be99d4b23d8e1f94bb36370cb4ea570f6ea2e4158610edb0c6ed17e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:09 + 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 03:41:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 03:41:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 03:41:09 b511e550a91b: Preparing 03:41:09 2efa506cc6f2: Preparing 03:41:09 bb1dd7fbc525: Preparing 03:41:09 d91bdc103c45: Preparing 03:41:09 3424c6e5bc59: Preparing 03:41:09 835e7922227a: Preparing 03:41:09 d617ff10e86c: Preparing 03:41:09 b7e9969fc958: Preparing 03:41:09 3c20671a5817: Preparing 03:41:09 d617ff10e86c: Waiting 03:41:09 b7e9969fc958: Waiting 03:41:09 3c20671a5817: Waiting 03:41:09 835e7922227a: Waiting 03:41:09 bb1dd7fbc525: Layer already exists 03:41:09 d91bdc103c45: Layer already exists 03:41:09 2efa506cc6f2: Layer already exists 03:41:09 b511e550a91b: Layer already exists 03:41:09 3424c6e5bc59: Layer already exists 03:41:09 835e7922227a: Layer already exists 03:41:09 3c20671a5817: Layer already exists 03:41:09 b7e9969fc958: Layer already exists 03:41:09 d617ff10e86c: Layer already exists 03:41:09 main: digest: sha256:1e7bc2839be99d4b23d8e1f94bb36370cb4ea570f6ea2e4158610edb0c6ed17e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:41:10 ===================================================== [Pipeline] echo 03:41:10 taggedImages: 03:41:10 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:41:10 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 03:41:10 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.64 03:41:10 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:41:10 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 03:41:10 [edgeXDocker.push] Tagging docker image support-cron-scheduler-arm64 with the following tags: 03:41:10 6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:41:10 latest 03:41:10 3.2.0-dev.64 03:41:10 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:41:10 main 03:41:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:10 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:10 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:41:10 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 03:41:10 c94615d687a2: Preparing 03:41:10 71b1fb37cc32: Preparing 03:41:10 d91bdc103c45: Preparing 03:41:10 3424c6e5bc59: Preparing 03:41:10 20190859139f: Preparing 03:41:10 05766046758a: Preparing 03:41:10 3c20671a5817: Preparing 03:41:10 05766046758a: Waiting 03:41:10 3c20671a5817: Waiting 03:41:10 d91bdc103c45: Layer already exists 03:41:11 3424c6e5bc59: Layer already exists 03:41:11 3c20671a5817: Layer already exists 03:41:11 c94615d687a2: Pushed 03:41:11 05766046758a: Pushed 03:41:12 20190859139f: Pushed 03:41:18 71b1fb37cc32: Pushed 03:41:18 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:da3387c5b58dee60ec4d011a4564700a22e7083a0ad8ff37c562efee92986ec5 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:19 + 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 03:41:19 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest 03:41:19 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 03:41:19 c94615d687a2: Preparing 03:41:19 71b1fb37cc32: Preparing 03:41:19 d91bdc103c45: Preparing 03:41:19 3424c6e5bc59: Preparing 03:41:19 20190859139f: Preparing 03:41:19 05766046758a: Preparing 03:41:19 3c20671a5817: Preparing 03:41:19 05766046758a: Waiting 03:41:19 3c20671a5817: Waiting 03:41:19 3424c6e5bc59: Layer already exists 03:41:19 d91bdc103c45: Layer already exists 03:41:19 20190859139f: Layer already exists 03:41:19 71b1fb37cc32: Layer already exists 03:41:19 c94615d687a2: Layer already exists 03:41:19 05766046758a: Layer already exists 03:41:19 3c20671a5817: Layer already exists 03:41:19 latest: digest: sha256:da3387c5b58dee60ec4d011a4564700a22e7083a0ad8ff37c562efee92986ec5 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:20 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:20 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.64 03:41:20 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 03:41:20 c94615d687a2: Preparing 03:41:20 71b1fb37cc32: Preparing 03:41:20 d91bdc103c45: Preparing 03:41:20 3424c6e5bc59: Preparing 03:41:20 20190859139f: Preparing 03:41:20 05766046758a: Preparing 03:41:20 3c20671a5817: Preparing 03:41:20 05766046758a: Waiting 03:41:20 3c20671a5817: Waiting 03:41:20 c94615d687a2: Layer already exists 03:41:20 3424c6e5bc59: Layer already exists 03:41:20 20190859139f: Layer already exists 03:41:20 d91bdc103c45: Layer already exists 03:41:20 71b1fb37cc32: Layer already exists 03:41:20 3c20671a5817: Layer already exists 03:41:20 05766046758a: Layer already exists 03:41:20 3.2.0-dev.64: digest: sha256:da3387c5b58dee60ec4d011a4564700a22e7083a0ad8ff37c562efee92986ec5 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:21 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:21 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:41:21 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 03:41:21 c94615d687a2: Preparing 03:41:21 71b1fb37cc32: Preparing 03:41:21 d91bdc103c45: Preparing 03:41:21 3424c6e5bc59: Preparing 03:41:21 20190859139f: Preparing 03:41:21 05766046758a: Preparing 03:41:21 3c20671a5817: Preparing 03:41:21 05766046758a: Waiting 03:41:21 3c20671a5817: Waiting 03:41:21 d91bdc103c45: Layer already exists 03:41:21 20190859139f: Layer already exists 03:41:21 71b1fb37cc32: Layer already exists 03:41:21 c94615d687a2: Layer already exists 03:41:21 3424c6e5bc59: Layer already exists 03:41:21 05766046758a: Layer already exists 03:41:21 3c20671a5817: Layer already exists 03:41:21 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:da3387c5b58dee60ec4d011a4564700a22e7083a0ad8ff37c562efee92986ec5 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:21 + 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 03:41:22 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main 03:41:22 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 03:41:22 c94615d687a2: Preparing 03:41:22 71b1fb37cc32: Preparing 03:41:22 d91bdc103c45: Preparing 03:41:22 3424c6e5bc59: Preparing 03:41:22 20190859139f: Preparing 03:41:22 05766046758a: Preparing 03:41:22 3c20671a5817: Preparing 03:41:22 05766046758a: Waiting 03:41:22 3c20671a5817: Waiting 03:41:22 3424c6e5bc59: Layer already exists 03:41:22 71b1fb37cc32: Layer already exists 03:41:22 c94615d687a2: Layer already exists 03:41:22 d91bdc103c45: Layer already exists 03:41:22 20190859139f: Layer already exists 03:41:22 3c20671a5817: Layer already exists 03:41:22 05766046758a: Layer already exists 03:41:22 main: digest: sha256:da3387c5b58dee60ec4d011a4564700a22e7083a0ad8ff37c562efee92986ec5 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:41:22 ===================================================== [Pipeline] echo 03:41:22 taggedImages: 03:41:22 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:41:22 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest 03:41:22 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.64 03:41:22 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:41:22 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [Pipeline] echo 03:41:22 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 03:41:22 6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:41:22 latest 03:41:22 3.2.0-dev.64 03:41:22 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:41:22 main 03:41:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:22 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:23 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:41:23 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 03:41:23 8183cdad0d55: Preparing 03:41:23 09ade7fb6148: Preparing 03:41:23 d91bdc103c45: Preparing 03:41:23 3424c6e5bc59: Preparing 03:41:23 62ddb85eb50a: Preparing 03:41:23 df726e9409a8: Preparing 03:41:23 3c20671a5817: Preparing 03:41:23 df726e9409a8: Waiting 03:41:23 3c20671a5817: Waiting 03:41:23 d91bdc103c45: Layer already exists 03:41:23 3424c6e5bc59: Layer already exists 03:41:23 3c20671a5817: Layer already exists 03:41:23 8183cdad0d55: Pushed 03:41:23 df726e9409a8: Pushed 03:41:24 62ddb85eb50a: Pushed 03:41:31 09ade7fb6148: Pushed 03:41:31 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:5e424d667f3c06aa15e6825da2aa5c6f0e493f6411ee61cc6a58bd257a16d7d1 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:31 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:32 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 03:41:32 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 03:41:32 8183cdad0d55: Preparing 03:41:32 09ade7fb6148: Preparing 03:41:32 d91bdc103c45: Preparing 03:41:32 3424c6e5bc59: Preparing 03:41:32 62ddb85eb50a: Preparing 03:41:32 df726e9409a8: Preparing 03:41:32 3c20671a5817: Preparing 03:41:32 df726e9409a8: Waiting 03:41:32 3c20671a5817: Waiting 03:41:32 3424c6e5bc59: Layer already exists 03:41:32 d91bdc103c45: Layer already exists 03:41:32 62ddb85eb50a: Layer already exists 03:41:32 09ade7fb6148: Layer already exists 03:41:32 8183cdad0d55: Layer already exists 03:41:32 3c20671a5817: Layer already exists 03:41:32 df726e9409a8: Layer already exists 03:41:32 latest: digest: sha256:5e424d667f3c06aa15e6825da2aa5c6f0e493f6411ee61cc6a58bd257a16d7d1 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:32 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:32 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.64 03:41:32 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 03:41:32 8183cdad0d55: Preparing 03:41:32 09ade7fb6148: Preparing 03:41:32 d91bdc103c45: Preparing 03:41:32 3424c6e5bc59: Preparing 03:41:32 62ddb85eb50a: Preparing 03:41:32 df726e9409a8: Preparing 03:41:32 3c20671a5817: Preparing 03:41:32 df726e9409a8: Waiting 03:41:32 3c20671a5817: Waiting 03:41:32 09ade7fb6148: Layer already exists 03:41:32 8183cdad0d55: Layer already exists 03:41:32 3424c6e5bc59: Layer already exists 03:41:32 62ddb85eb50a: Layer already exists 03:41:32 d91bdc103c45: Layer already exists 03:41:32 3c20671a5817: Layer already exists 03:41:32 df726e9409a8: Layer already exists 03:41:33 3.2.0-dev.64: digest: sha256:5e424d667f3c06aa15e6825da2aa5c6f0e493f6411ee61cc6a58bd257a16d7d1 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:33 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:33 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:41:33 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 03:41:33 8183cdad0d55: Preparing 03:41:33 09ade7fb6148: Preparing 03:41:33 d91bdc103c45: Preparing 03:41:33 3424c6e5bc59: Preparing 03:41:33 62ddb85eb50a: Preparing 03:41:33 df726e9409a8: Preparing 03:41:33 3c20671a5817: Preparing 03:41:33 df726e9409a8: Waiting 03:41:33 3c20671a5817: Waiting 03:41:33 d91bdc103c45: Layer already exists 03:41:33 62ddb85eb50a: Layer already exists 03:41:33 09ade7fb6148: Layer already exists 03:41:33 8183cdad0d55: Layer already exists 03:41:33 3424c6e5bc59: Layer already exists 03:41:33 df726e9409a8: Layer already exists 03:41:33 3c20671a5817: Layer already exists 03:41:34 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:5e424d667f3c06aa15e6825da2aa5c6f0e493f6411ee61cc6a58bd257a16d7d1 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:34 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:34 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 03:41:34 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 03:41:34 8183cdad0d55: Preparing 03:41:34 09ade7fb6148: Preparing 03:41:34 d91bdc103c45: Preparing 03:41:34 3424c6e5bc59: Preparing 03:41:34 62ddb85eb50a: Preparing 03:41:34 df726e9409a8: Preparing 03:41:34 3c20671a5817: Preparing 03:41:34 df726e9409a8: Waiting 03:41:34 3c20671a5817: Waiting 03:41:34 8183cdad0d55: Layer already exists 03:41:34 d91bdc103c45: Layer already exists 03:41:34 09ade7fb6148: Layer already exists 03:41:34 3424c6e5bc59: Layer already exists 03:41:34 62ddb85eb50a: Layer already exists 03:41:34 3c20671a5817: Layer already exists 03:41:34 df726e9409a8: Layer already exists 03:41:35 main: digest: sha256:5e424d667f3c06aa15e6825da2aa5c6f0e493f6411ee61cc6a58bd257a16d7d1 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:41:35 ===================================================== [Pipeline] echo 03:41:35 taggedImages: 03:41:35 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:41:35 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 03:41:35 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.64 03:41:35 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:41:35 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 03:41:35 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 03:41:35 6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:41:35 latest 03:41:35 3.2.0-dev.64 03:41:35 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:41:35 main 03:41:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:35 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:35 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:41:35 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 03:41:35 a382a5882d2b: Preparing 03:41:35 5449cb85edfc: Preparing 03:41:35 d91bdc103c45: Preparing 03:41:35 3424c6e5bc59: Preparing 03:41:35 1232201b9821: Preparing 03:41:35 2e5983a92857: Preparing 03:41:35 3c20671a5817: Preparing 03:41:35 2e5983a92857: Waiting 03:41:35 3c20671a5817: Waiting 03:41:35 1232201b9821: Layer already exists 03:41:35 d91bdc103c45: Layer already exists 03:41:35 3424c6e5bc59: Layer already exists 03:41:36 2e5983a92857: Layer already exists 03:41:36 3c20671a5817: Layer already exists 03:41:36 a382a5882d2b: Pushed 03:41:44 5449cb85edfc: Pushed 03:41:44 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:54b0d81fd0a180c087e02f1d5d8745de4ee8b21d38576e46ba7577172c5a12b1 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:44 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:45 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 03:41:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 03:41:45 a382a5882d2b: Preparing 03:41:45 5449cb85edfc: Preparing 03:41:45 d91bdc103c45: Preparing 03:41:45 3424c6e5bc59: Preparing 03:41:45 1232201b9821: Preparing 03:41:45 2e5983a92857: Preparing 03:41:45 3c20671a5817: Preparing 03:41:45 2e5983a92857: Waiting 03:41:45 3c20671a5817: Waiting 03:41:45 3424c6e5bc59: Layer already exists 03:41:45 5449cb85edfc: Layer already exists 03:41:45 d91bdc103c45: Layer already exists 03:41:45 a382a5882d2b: Layer already exists 03:41:45 1232201b9821: Layer already exists 03:41:45 3c20671a5817: Layer already exists 03:41:45 2e5983a92857: Layer already exists 03:41:45 latest: digest: sha256:54b0d81fd0a180c087e02f1d5d8745de4ee8b21d38576e46ba7577172c5a12b1 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:45 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:46 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.64 03:41:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 03:41:46 a382a5882d2b: Preparing 03:41:46 5449cb85edfc: Preparing 03:41:46 d91bdc103c45: Preparing 03:41:46 3424c6e5bc59: Preparing 03:41:46 1232201b9821: Preparing 03:41:46 2e5983a92857: Preparing 03:41:46 3c20671a5817: Preparing 03:41:46 2e5983a92857: Waiting 03:41:46 3c20671a5817: Waiting 03:41:46 3424c6e5bc59: Layer already exists 03:41:46 a382a5882d2b: Layer already exists 03:41:46 5449cb85edfc: Layer already exists 03:41:46 d91bdc103c45: Layer already exists 03:41:46 1232201b9821: Layer already exists 03:41:46 3c20671a5817: Layer already exists 03:41:46 2e5983a92857: Layer already exists 03:41:46 3.2.0-dev.64: digest: sha256:54b0d81fd0a180c087e02f1d5d8745de4ee8b21d38576e46ba7577172c5a12b1 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:46 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:46 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:41:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 03:41:46 a382a5882d2b: Preparing 03:41:46 5449cb85edfc: Preparing 03:41:46 d91bdc103c45: Preparing 03:41:46 3424c6e5bc59: Preparing 03:41:46 1232201b9821: Preparing 03:41:46 2e5983a92857: Preparing 03:41:46 3c20671a5817: Preparing 03:41:46 2e5983a92857: Waiting 03:41:46 3c20671a5817: Waiting 03:41:46 1232201b9821: Layer already exists 03:41:46 a382a5882d2b: Layer already exists 03:41:46 3424c6e5bc59: Layer already exists 03:41:46 d91bdc103c45: Layer already exists 03:41:46 5449cb85edfc: Layer already exists 03:41:46 3c20671a5817: Layer already exists 03:41:46 2e5983a92857: Layer already exists 03:41:47 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:54b0d81fd0a180c087e02f1d5d8745de4ee8b21d38576e46ba7577172c5a12b1 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:47 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:47 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 03:41:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 03:41:47 a382a5882d2b: Preparing 03:41:47 5449cb85edfc: Preparing 03:41:47 d91bdc103c45: Preparing 03:41:47 3424c6e5bc59: Preparing 03:41:47 1232201b9821: Preparing 03:41:47 2e5983a92857: Preparing 03:41:47 3c20671a5817: Preparing 03:41:47 2e5983a92857: Waiting 03:41:47 3c20671a5817: Waiting 03:41:47 3424c6e5bc59: Layer already exists 03:41:47 5449cb85edfc: Layer already exists 03:41:47 a382a5882d2b: Layer already exists 03:41:47 1232201b9821: Layer already exists 03:41:47 d91bdc103c45: Layer already exists 03:41:47 2e5983a92857: Layer already exists 03:41:47 3c20671a5817: Layer already exists 03:41:48 main: digest: sha256:54b0d81fd0a180c087e02f1d5d8745de4ee8b21d38576e46ba7577172c5a12b1 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:41:48 ===================================================== [Pipeline] echo 03:41:48 taggedImages: 03:41:48 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 03:41:48 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 03:41:48 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.64 03:41:48 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 03:41:48 - 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 03:41:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:41:48 03:41:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:41:49 arm64: Pulling from edgex-lftools-log-publisher 03:41:49 8998bd30e6a1: Pulling fs layer 03:41:49 04944245beec: Pulling fs layer 03:41:49 699f458cf7ca: Pulling fs layer 03:41:49 765212b225bb: Pulling fs layer 03:41:49 f23df028b6ca: Pulling fs layer 03:41:49 d65c8cfc05b1: Pulling fs layer 03:41:49 765212b225bb: Waiting 03:41:49 2437ff75d9bd: Pulling fs layer 03:41:49 f23df028b6ca: Waiting 03:41:49 2437ff75d9bd: Waiting 03:41:49 d65c8cfc05b1: Waiting 03:41:49 04944245beec: Verifying Checksum 03:41:49 04944245beec: Download complete 03:41:49 765212b225bb: Verifying Checksum 03:41:49 765212b225bb: Download complete 03:41:49 f23df028b6ca: Verifying Checksum 03:41:49 d65c8cfc05b1: Verifying Checksum 03:41:49 d65c8cfc05b1: Download complete 03:41:49 699f458cf7ca: Verifying Checksum 03:41:49 699f458cf7ca: Download complete 03:41:49 8998bd30e6a1: Verifying Checksum 03:41:49 8998bd30e6a1: Download complete 03:41:52 2437ff75d9bd: Verifying Checksum 03:41:52 2437ff75d9bd: Download complete 03:41:54 8998bd30e6a1: Pull complete 03:41:54 04944245beec: Pull complete 03:41:56 699f458cf7ca: Pull complete 03:41:56 765212b225bb: Pull complete 03:41:57 f23df028b6ca: Pull complete 03:41:57 d65c8cfc05b1: Pull complete 03:42:16 2437ff75d9bd: Pull complete 03:42:16 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 03:42:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:42:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:42:16 prd-ubuntu20.04-docker-arm64-4c-16g-9550 does not seem to be running inside a container 03:42:16 $ 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/685 -v /w/workspace/edgex-go/685:/w/workspace/edgex-go/685:rw,z -v /w/workspace/edgex-go/685@tmp:/w/workspace/edgex-go/685@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 03:42:19 $ docker top b70595563a8ff9fe63ba2180c3626c3029f796a7448e06fbb7b9919658e8246f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:42:20 ---> job-cost.sh 03:42:20 lf-activate-venv: SKIPPING 03:42:20 INFO: No Stack... 03:42:20 INFO: Retrieving Pricing Info for: v3-standard-4 03:42:21 INFO: Archiving Costs [Pipeline] sh 03:42:21 + cat /w/workspace/edgex-go/685/archives/cost.csv 03:42:21 + cut -d, -f6 [Pipeline] lock 03:42:21 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-685-stack-cost] 03:42:21 Resource [jenkins-edgexfoundry-edgex-go-main-685-stack-cost] did not exist. Created. 03:42:22 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-685-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:42:22 + echo total: 0.10999999940395355 [Pipeline] stash 03:42:23 Stashed 1 file(s) [Pipeline] } 03:42:23 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-685-stack-cost] [Pipeline] // lock [Pipeline] } 03:42:23 $ docker stop --time=1 b70595563a8ff9fe63ba2180c3626c3029f796a7448e06fbb7b9919658e8246f 03:42:24 $ docker rm -f --volumes b70595563a8ff9fe63ba2180c3626c3029f796a7448e06fbb7b9919658e8246f [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 03:42:25 provisioning config files... 03:42:25 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/685@tmp/config12857840711588151184tmp [Pipeline] { [Pipeline] sh 03:42:25 + set +x 03:42:25 + curl -s https://codecov.io/bash 03:42:25 + bash -s -- 03:42:25 03:42:25 _____ _ 03:42:25 / ____| | | 03:42:25 | | ___ __| | ___ ___ _____ __ 03:42:25 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:42:25 | |___| (_) | (_| | __/ (_| (_) \ V / 03:42:25 \_____\___/ \__,_|\___|\___\___/ \_/ 03:42:25 Bash-1.0.6 03:42:25 03:42:25 03:42:25 ==> git version 2.25.1 found 03:42:25 ==> 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 03:42:25 Release-Date: 2020-01-08 03:42:25 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 03:42:25 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 03:42:25 ==> Jenkins CI detected. 03:42:25 current dir:  /w/workspace/edgex-go/685 03:42:25 project root: . 03:42:25 --> token set from env 03:42:25 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:42:25 ==> Running gcov in . (disable via -X gcov) 03:42:25 ==> Python coveragepy not found 03:42:25 ==> Searching for coverage reports in: 03:42:25 + . 03:42:25 -> Found 1 reports 03:42:25 ==> Detecting git/mercurial file structure 03:42:25 ==> Reading reports 03:42:25 + ./coverage.out bytes=545398 03:42:25 ==> Appending adjustments 03:42:25 https://docs.codecov.io/docs/fixing-reports 03:42:27 + Found adjustments 03:42:27 ==> Gzipping contents 03:42:27 68K /tmp/codecov.UlxliL.gz 03:42:27 ==> Uploading reports 03:42:27 url: https://codecov.io 03:42:27 query: branch=main&commit=6ac0180759da1d23d6b313fd49d9fb17c0af6626&build=685&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F685%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 03:42:27 -> Pinging Codecov 03:42:27 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=6ac0180759da1d23d6b313fd49d9fb17c0af6626&build=685&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F685%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 03:42:27 -> Uploading to 03:42:27 https://storage.googleapis.com/codecov/v4/raw/2024-09-06/00271124DB129430A58F1EEE437C3FCB/6ac0180759da1d23d6b313fd49d9fb17c0af6626/8e199683-b4b0-47c6-99e0-90842aa6786c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240906%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240906T034227Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7ea02d4039a4a8a2933d630064c17b53a516f28d9dd0ed810d2deadd149cc9ad 03:42:27 % Total % Received % Xferd Average Speed Time Time Time Current 03:42:27 Dload Upload Total Spent Left Speed 03:42:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 68093 0 0 100 68093 0 226k --:--:-- --:--:-- --:--:-- 227k 03:42:27 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } 03:42:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 03:42:27 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 03:42:27 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 03:42:28 03:42:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 03:42:28 latest: Pulling from edgex-devops/edgex-snyk-go 03:42:28 619be1103602: Already exists 03:42:28 f8ea3408117e: Pulling fs layer 03:42:28 91320369b822: Pulling fs layer 03:42:28 0406650e8295: Pulling fs layer 03:42:28 4f4fb700ef54: Pulling fs layer 03:42:28 96d80e3f36e1: Pulling fs layer 03:42:28 bcf3aedb951c: Pulling fs layer 03:42:28 4f4fb700ef54: Waiting 03:42:28 96d80e3f36e1: Waiting 03:42:28 bcf3aedb951c: Waiting 03:42:28 0406650e8295: Download complete 03:42:28 f8ea3408117e: Verifying Checksum 03:42:28 4f4fb700ef54: Verifying Checksum 03:42:28 4f4fb700ef54: Download complete 03:42:28 f8ea3408117e: Pull complete 03:42:28 96d80e3f36e1: Verifying Checksum 03:42:28 96d80e3f36e1: Download complete 03:42:28 91320369b822: Verifying Checksum 03:42:28 91320369b822: Download complete 03:42:29 bcf3aedb951c: Verifying Checksum 03:42:29 bcf3aedb951c: Download complete 03:42:32 91320369b822: Pull complete 03:42:32 0406650e8295: Pull complete 03:42:32 4f4fb700ef54: Pull complete 03:42:32 96d80e3f36e1: Pull complete 03:42:35 bcf3aedb951c: Pull complete 03:42:35 Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 03:42:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 03:42:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:42:36 prd-ubuntu20.04-docker-8c-8g-9549 does not seem to be running inside a container 03:42:36 $ 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/685 -v /w/workspace/edgex-go/685:/w/workspace/edgex-go/685:rw,z -v /w/workspace/edgex-go/685@tmp:/w/workspace/edgex-go/685@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 03:42:40 $ docker top f79f3afdbc40bdf52e4813849ccec95cbd31e1c581e1508e27fe571a54042adb -eo pid,comm [Pipeline] { [Pipeline] sh 03:42:40 + git config --global --add safe.directory /w/workspace/edgex-go/685 [Pipeline] echo 03:42:40 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 03:42:40 + set -o pipefail 03:42:40 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 03:42:48 03:42:48 Monitoring /w/workspace/edgex-go/685 (github.com/edgexfoundry/edgex-go)... 03:42:48 03:42:48 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/b0335587-2d0e-4559-afde-84e88f78e3ac 03:42:48 03:42:48 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 03:42:48 03:42:49 03:42:49 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 03:42:49 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 03:42:49 $ docker stop --time=1 f79f3afdbc40bdf52e4813849ccec95cbd31e1c581e1508e27fe571a54042adb 03:42:54 $ docker rm -f --volumes f79f3afdbc40bdf52e4813849ccec95cbd31e1c581e1508e27fe571a54042adb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 03:42:54 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:42:55 provisioning config files... 03:42:55 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/685@tmp/config6659175021397054627tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:42:55 --> edgex-publish-swagger.sh 03:42:55 === Publish openapi/v3 API === 03:42:55 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 03:42:55 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/685/openapi/v3/core-command.yaml] 03:42:55 % Total % Received % Xferd Average Speed Time Time Time Current 03:42:55 Dload Upload Total Spent Left Speed 03:42:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 67591 --:--:-- --:--:-- --:--:-- 67591 03:42:55 03:42:55 03:42:55 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/685/openapi/v3/core-data.yaml] 03:42:55 % Total % Received % Xferd Average Speed Time Time Time Current 03:42:55 Dload Upload Total Spent Left Speed 03:42:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 72043 0 0 100 72043 0 167k --:--:-- --:--:-- --:--:-- 167k 03:42:56 03:42:56 03:42:56 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/685/openapi/v3/core-keeper.yaml] 03:42:56 % Total % Received % Xferd Average Speed Time Time Time Current 03:42:56 Dload Upload Total Spent Left Speed 03:42:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32887 100 66 100 32821 240 116k --:--:-- --:--:-- --:--:-- 116k 03:42:56 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 03:42:56 03:42:56 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/685/openapi/v3/core-metadata.yaml] 03:42:56 % Total % Received % Xferd Average Speed Time Time Time Current 03:42:56 Dload Upload Total Spent Left Speed 03:42:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 149k 100 156 100 148k 438 418k --:--:-- --:--:-- --:--:-- 418k 03:42:56 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 03:42:56 03:42:56 [publishToSwagger] Publishing API Name [support-cron-scheduler] [/w/workspace/edgex-go/685/openapi/v3/support-cron-scheduler.yaml] 03:42:56 % Total % Received % Xferd Average Speed Time Time Time Current 03:42:56 Dload Upload Total Spent Left Speed 03:42:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46622 100 66 100 46556 290 200k --:--:-- --:--:-- --:--:-- 200k 03:42:56 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 03:42:56 03:42:56 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/685/openapi/v3/support-notifications.yaml] 03:42:57 % Total % Received % Xferd Average Speed Time Time Time Current 03:42:57 Dload Upload Total Spent Left Speed 03:42:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87301 0 0 100 87301 0 419k --:--:-- --:--:-- --:--:-- 417k 100 87457 100 156 100 87301 496 271k --:--:-- --:--:-- --:--:-- 271k 03:42:57 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 03:42:57 03:42:57 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/685/openapi/v3/support-scheduler.yaml] 03:42:57 % Total % Received % Xferd Average Speed Time Time Time Current 03:42:57 Dload Upload Total Spent Left Speed 03:42:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37110 100 156 100 36954 422 97k --:--:-- --:--:-- --:--:-- 98k 03:42:57 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 03:42:57 [Pipeline] } 03:42:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 03:42:58 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:42:58 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:42:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:42:58 prd-ubuntu20.04-docker-8c-8g-9549 does not seem to be running inside a container 03:42:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/685 -v /w/workspace/edgex-go/685:/w/workspace/edgex-go/685:rw,z -v /w/workspace/edgex-go/685@tmp:/w/workspace/edgex-go/685@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 03:42:59 $ docker top b455d3180b5aa8cf40391f14c84070f77e6a1744fde3163b1a5ce651e3bd395c -eo pid,comm 03:42:59 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). 03:42:59 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:42:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:42:59 [ssh-agent] Looking for ssh-agent implementation... 03:42:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:42:59 $ docker exec b455d3180b5aa8cf40391f14c84070f77e6a1744fde3163b1a5ce651e3bd395c ssh-agent 03:42:59 SSH_AUTH_SOCK=/tmp/ssh-9QDDIT1PFmgt/agent.34 03:42:59 SSH_AGENT_PID=40 03:42:59 Running ssh-add (command line suppressed) 03:42:59 Identity added: /w/workspace/edgex-go/685@tmp/private_key_14385281741315976613.key (/w/workspace/edgex-go/685@tmp/private_key_14385281741315976613.key) 03:42:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:42:59 + git semver tag 03:43:00 2024-09-06 03:42:59,990 [run_tag] DEBUG tag force:False 03:43:00 2024-09-06 03:42:59,990 [check_head_tag] DEBUG check head tag 03:43:00 2024-09-06 03:42:59,992 [execute] INFO git cat-file --batch-check 03:43:00 2024-09-06 03:42:59,992 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/685, universal_newlines=False, shell=None, istream=) 03:43:00 2024-09-06 03:42:59,996 [execute] INFO git cat-file --batch 03:43:00 2024-09-06 03:42:59,996 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/685, universal_newlines=False, shell=None, istream=) 03:43:00 2024-09-06 03:43:00,040 [read_version] DEBUG read version from /w/workspace/edgex-go/685/.semver/main 03:43:00 2024-09-06 03:43:00,040 [execute] INFO git tag -a v3.2.0-dev.64 -m v3.2.0-dev.64 03:43:00 2024-09-06 03:43:00,040 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.64', '-m', 'v3.2.0-dev.64'], cwd=/w/workspace/edgex-go/685, universal_newlines=False, shell=None, istream=None) 03:43:00 2024-09-06 03:43:00,044 [read_version] DEBUG read version from /w/workspace/edgex-go/685/.semver/main 03:43:00 3.2.0-dev.64 [Pipeline] } 03:43:00 $ docker exec --env ******** --env ******** b455d3180b5aa8cf40391f14c84070f77e6a1744fde3163b1a5ce651e3bd395c ssh-agent -k 03:43:00 unset SSH_AUTH_SOCK; 03:43:00 unset SSH_AGENT_PID; 03:43:00 echo Agent pid 40 killed; 03:43:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:43:00 + git semver [Pipeline] } 03:43:00 $ docker stop --time=1 b455d3180b5aa8cf40391f14c84070f77e6a1744fde3163b1a5ce651e3bd395c 03:43:02 $ docker rm -f --volumes b455d3180b5aa8cf40391f14c84070f77e6a1744fde3163b1a5ce651e3bd395c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:43:02 03:43:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:43:02 0.23.1-centos7: Pulling from edgex-lftools 03:43:02 ab5ef0e58194: Pulling fs layer 03:43:02 9712f1f96733: Pulling fs layer 03:43:02 63f879dbbcfc: Pulling fs layer 03:43:02 0d9ebad4ef96: Pulling fs layer 03:43:02 e9a5061849ea: Pulling fs layer 03:43:02 d747dcd14b5f: Pulling fs layer 03:43:02 2de7ff778b66: Pulling fs layer 03:43:02 0d9ebad4ef96: Waiting 03:43:02 e9a5061849ea: Waiting 03:43:02 d747dcd14b5f: Waiting 03:43:02 2de7ff778b66: Waiting 03:43:02 9712f1f96733: Verifying Checksum 03:43:02 9712f1f96733: Download complete 03:43:03 63f879dbbcfc: Verifying Checksum 03:43:03 63f879dbbcfc: Download complete 03:43:03 e9a5061849ea: Verifying Checksum 03:43:03 e9a5061849ea: Download complete 03:43:03 d747dcd14b5f: Verifying Checksum 03:43:03 d747dcd14b5f: Download complete 03:43:03 0d9ebad4ef96: Verifying Checksum 03:43:03 0d9ebad4ef96: Download complete 03:43:03 ab5ef0e58194: Verifying Checksum 03:43:03 ab5ef0e58194: Download complete 03:43:03 2de7ff778b66: Verifying Checksum 03:43:03 2de7ff778b66: Download complete 03:43:05 ab5ef0e58194: Pull complete 03:43:05 9712f1f96733: Pull complete 03:43:06 63f879dbbcfc: Pull complete 03:43:10 0d9ebad4ef96: Pull complete 03:43:10 e9a5061849ea: Pull complete 03:43:10 d747dcd14b5f: Pull complete 03:43:11 2de7ff778b66: Pull complete 03:43:11 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 03:43:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:43:11 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:43:11 prd-ubuntu20.04-docker-8c-8g-9549 does not seem to be running inside a container 03:43:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/685 -v /w/workspace/edgex-go/685:/w/workspace/edgex-go/685:rw,z -v /w/workspace/edgex-go/685@tmp:/w/workspace/edgex-go/685@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 03:43:18 $ docker top 759220059a17d9dafb9b547e614b0c8dfb74f1a95f8d487de2c65595d32c69ef -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 03:43:18 provisioning config files... 03:43:18 copy managed file [sigul-config] to file:/w/workspace/edgex-go/685@tmp/config9248524706920271981tmp 03:43:18 copy managed file [sigul-password] to file:/w/workspace/edgex-go/685@tmp/config2118353451090404255tmp 03:43:18 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/685@tmp/config3151902782023918556tmp [Pipeline] { [Pipeline] echo 03:43:18 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 03:43:18 ---> sigul-configuration.sh 03:43:18 gpg: directory `/root/.gnupg' created 03:43:18 gpg: new configuration file `/root/.gnupg/gpg.conf' created 03:43:18 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 03:43:18 gpg: keyring `/root/.gnupg/secring.gpg' created 03:43:18 gpg: keyring `/root/.gnupg/pubring.gpg' created 03:43:18 gpg: CAST5 encrypted data 03:43:18 gpg: encrypted with 1 passphrase 03:43:18 gpg: WARNING: message was not integrity protected [Pipeline] sh 03:43:18 + mkdir /home/jenkins 03:43:18 + mkdir /home/jenkins/sigul [Pipeline] sh 03:43:19 + 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 03:43:19 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 03:43:19 ---> sigul-install.sh 03:43:19 Sigul already installed; skipping installation. [Pipeline] sh 03:43:19 + git tag --list 03:43:19 0.6.0 03:43:19 0.6.1 03:43:19 0.7.0 03:43:19 0.7.1 03:43:19 v1.0.0 03:43:19 v1.0.1 03:43:19 v1.1.0 03:43:19 v1.2.0 03:43:19 v1.2.1 03:43:19 v1.3.0 03:43:19 v1.3.1 03:43:19 v2.0.0 03:43:19 v2.1.0 03:43:19 v2.1.1 03:43:19 v2.2.0 03:43:19 v2.3.0 03:43:19 v3.0 03:43:19 v3.0.0 03:43:19 v3.1 03:43:19 v3.1.0 03:43:19 v3.1.0-dev.1 03:43:19 v3.1.0-dev.10 03:43:19 v3.1.0-dev.11 03:43:19 v3.1.0-dev.12 03:43:19 v3.1.0-dev.13 03:43:19 v3.1.0-dev.14 03:43:19 v3.1.0-dev.15 03:43:19 v3.1.0-dev.16 03:43:19 v3.1.0-dev.17 03:43:19 v3.1.0-dev.18 03:43:19 v3.1.0-dev.19 03:43:19 v3.1.0-dev.2 03:43:19 v3.1.0-dev.20 03:43:19 v3.1.0-dev.21 03:43:19 v3.1.0-dev.22 03:43:19 v3.1.0-dev.23 03:43:19 v3.1.0-dev.24 03:43:19 v3.1.0-dev.25 03:43:19 v3.1.0-dev.26 03:43:19 v3.1.0-dev.27 03:43:19 v3.1.0-dev.28 03:43:19 v3.1.0-dev.29 03:43:19 v3.1.0-dev.3 03:43:19 v3.1.0-dev.30 03:43:19 v3.1.0-dev.31 03:43:19 v3.1.0-dev.32 03:43:19 v3.1.0-dev.33 03:43:19 v3.1.0-dev.34 03:43:19 v3.1.0-dev.35 03:43:19 v3.1.0-dev.36 03:43:19 v3.1.0-dev.37 03:43:19 v3.1.0-dev.38 03:43:19 v3.1.0-dev.39 03:43:19 v3.1.0-dev.4 03:43:19 v3.1.0-dev.40 03:43:19 v3.1.0-dev.41 03:43:19 v3.1.0-dev.42 03:43:19 v3.1.0-dev.43 03:43:19 v3.1.0-dev.44 03:43:19 v3.1.0-dev.45 03:43:19 v3.1.0-dev.46 03:43:19 v3.1.0-dev.47 03:43:19 v3.1.0-dev.48 03:43:19 v3.1.0-dev.49 03:43:19 v3.1.0-dev.5 03:43:19 v3.1.0-dev.50 03:43:19 v3.1.0-dev.51 03:43:19 v3.1.0-dev.52 03:43:19 v3.1.0-dev.53 03:43:19 v3.1.0-dev.54 03:43:19 v3.1.0-dev.55 03:43:19 v3.1.0-dev.56 03:43:19 v3.1.0-dev.57 03:43:19 v3.1.0-dev.58 03:43:19 v3.1.0-dev.59 03:43:19 v3.1.0-dev.6 03:43:19 v3.1.0-dev.60 03:43:19 v3.1.0-dev.61 03:43:19 v3.1.0-dev.62 03:43:19 v3.1.0-dev.63 03:43:19 v3.1.0-dev.64 03:43:19 v3.1.0-dev.65 03:43:19 v3.1.0-dev.66 03:43:19 v3.1.0-dev.67 03:43:19 v3.1.0-dev.68 03:43:19 v3.1.0-dev.69 03:43:19 v3.1.0-dev.7 03:43:19 v3.1.0-dev.70 03:43:19 v3.1.0-dev.71 03:43:19 v3.1.0-dev.72 03:43:19 v3.1.0-dev.73 03:43:19 v3.1.0-dev.8 03:43:19 v3.1.0-dev.9 03:43:19 v3.1.1 03:43:19 v3.1.1-dev.1 03:43:19 v3.1.1-dev.2 03:43:19 v3.2.0-dev.1 03:43:19 v3.2.0-dev.10 03:43:19 v3.2.0-dev.11 03:43:19 v3.2.0-dev.12 03:43:19 v3.2.0-dev.13 03:43:19 v3.2.0-dev.14 03:43:19 v3.2.0-dev.15 03:43:19 v3.2.0-dev.16 03:43:19 v3.2.0-dev.17 03:43:19 v3.2.0-dev.18 03:43:19 v3.2.0-dev.19 03:43:19 v3.2.0-dev.2 03:43:19 v3.2.0-dev.20 03:43:19 v3.2.0-dev.21 03:43:19 v3.2.0-dev.22 03:43:19 v3.2.0-dev.23 03:43:19 v3.2.0-dev.24 03:43:19 v3.2.0-dev.25 03:43:19 v3.2.0-dev.26 03:43:19 v3.2.0-dev.27 03:43:19 v3.2.0-dev.28 03:43:19 v3.2.0-dev.29 03:43:19 v3.2.0-dev.3 03:43:19 v3.2.0-dev.30 03:43:19 v3.2.0-dev.31 03:43:19 v3.2.0-dev.32 03:43:19 v3.2.0-dev.33 03:43:19 v3.2.0-dev.34 03:43:19 v3.2.0-dev.35 03:43:19 v3.2.0-dev.36 03:43:19 v3.2.0-dev.37 03:43:19 v3.2.0-dev.38 03:43:19 v3.2.0-dev.39 03:43:19 v3.2.0-dev.4 03:43:19 v3.2.0-dev.40 03:43:19 v3.2.0-dev.41 03:43:19 v3.2.0-dev.42 03:43:19 v3.2.0-dev.43 03:43:19 v3.2.0-dev.44 03:43:19 v3.2.0-dev.45 03:43:19 v3.2.0-dev.46 03:43:19 v3.2.0-dev.47 03:43:19 v3.2.0-dev.48 03:43:19 v3.2.0-dev.49 03:43:19 v3.2.0-dev.5 03:43:19 v3.2.0-dev.50 03:43:19 v3.2.0-dev.51 03:43:19 v3.2.0-dev.52 03:43:19 v3.2.0-dev.53 03:43:19 v3.2.0-dev.54 03:43:19 v3.2.0-dev.55 03:43:19 v3.2.0-dev.56 03:43:19 v3.2.0-dev.57 03:43:19 v3.2.0-dev.58 03:43:19 v3.2.0-dev.59 03:43:19 v3.2.0-dev.6 03:43:19 v3.2.0-dev.60 03:43:19 v3.2.0-dev.61 03:43:19 v3.2.0-dev.62 03:43:19 v3.2.0-dev.63 03:43:19 v3.2.0-dev.64 03:43:19 v3.2.0-dev.7 03:43:19 v3.2.0-dev.8 03:43:19 v3.2.0-dev.9 [Pipeline] sh 03:43:19 + lftools sign git-tag v3.2.0-dev.64 03:43:20 Signing Git tag with Sigul... 03:43:20 Signing v3.2.0-dev.64 [Pipeline] echo 03:43:20 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 03:43:21 ---> sigul-configuration-cleanup.sh [Pipeline] } 03:43:21 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 03:43:21 $ docker stop --time=1 759220059a17d9dafb9b547e614b0c8dfb74f1a95f8d487de2c65595d32c69ef 03:43:22 $ docker rm -f --volumes 759220059a17d9dafb9b547e614b0c8dfb74f1a95f8d487de2c65595d32c69ef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 03:43:22 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:43:22 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:43:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:43:23 prd-ubuntu20.04-docker-8c-8g-9549 does not seem to be running inside a container 03:43:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/685 -v /w/workspace/edgex-go/685:/w/workspace/edgex-go/685:rw,z -v /w/workspace/edgex-go/685@tmp:/w/workspace/edgex-go/685@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 03:43:23 $ docker top 7cb725fcaa74fe7b64ca5308fb512b5e77344766c66fd25e9ecaf81c5454b1ad -eo pid,comm 03:43:23 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). 03:43:23 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:43:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:43:23 [ssh-agent] Looking for ssh-agent implementation... 03:43:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:43:23 $ docker exec 7cb725fcaa74fe7b64ca5308fb512b5e77344766c66fd25e9ecaf81c5454b1ad ssh-agent 03:43:23 SSH_AUTH_SOCK=/tmp/ssh-hOe3atRolbB0/agent.32 03:43:23 SSH_AGENT_PID=38 03:43:23 Running ssh-add (command line suppressed) 03:43:24 Identity added: /w/workspace/edgex-go/685@tmp/private_key_8439377027928406309.key (/w/workspace/edgex-go/685@tmp/private_key_8439377027928406309.key) 03:43:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:43:24 + git semver bump pre 03:43:24 2024-09-06 03:43:24,510 [read_version] DEBUG read version from /w/workspace/edgex-go/685/.semver/main 03:43:24 2024-09-06 03:43:24,510 [bump_version] DEBUG bumping version:3.2.0-dev.64 on axis:pre with prefix:dev 03:43:24 2024-09-06 03:43:24,510 [bump_version] DEBUG bumped version:3.2.0-dev.65 03:43:24 2024-09-06 03:43:24,510 [write_version] DEBUG write version:3.2.0-dev.65 to path:/w/workspace/edgex-go/685/.semver/main with force:True 03:43:24 2024-09-06 03:43:24,510 [read_version] DEBUG read version from /w/workspace/edgex-go/685/.semver/main 03:43:24 2024-09-06 03:43:24,510 [write_file] DEBUG write to file:/w/workspace/edgex-go/685/.semver/main 03:43:24 2024-09-06 03:43:24,512 [execute] INFO git cat-file --batch-check 03:43:24 2024-09-06 03:43:24,512 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/685/.semver, universal_newlines=False, shell=None, istream=) 03:43:24 2024-09-06 03:43:24,517 [execute] INFO git cat-file --batch 03:43:24 2024-09-06 03:43:24,517 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/685/.semver, universal_newlines=False, shell=None, istream=) 03:43:24 2024-09-06 03:43:24,522 [read_version] DEBUG read version from /w/workspace/edgex-go/685/.semver/main 03:43:24 3.2.0-dev.65 [Pipeline] } 03:43:24 $ docker exec --env ******** --env ******** 7cb725fcaa74fe7b64ca5308fb512b5e77344766c66fd25e9ecaf81c5454b1ad ssh-agent -k 03:43:24 unset SSH_AUTH_SOCK; 03:43:24 unset SSH_AGENT_PID; 03:43:24 echo Agent pid 38 killed; 03:43:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:43:25 + git semver [Pipeline] } 03:43:25 $ docker stop --time=1 7cb725fcaa74fe7b64ca5308fb512b5e77344766c66fd25e9ecaf81c5454b1ad 03:43:26 $ docker rm -f --volumes 7cb725fcaa74fe7b64ca5308fb512b5e77344766c66fd25e9ecaf81c5454b1ad [Pipeline] // withDockerContainer [Pipeline] sh 03:43:26 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:43:26 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:43:27 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:43:27 prd-ubuntu20.04-docker-8c-8g-9549 does not seem to be running inside a container 03:43:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/685 -v /w/workspace/edgex-go/685:/w/workspace/edgex-go/685:rw,z -v /w/workspace/edgex-go/685@tmp:/w/workspace/edgex-go/685@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 03:43:27 $ docker top c452ebdc8cec51b0beb91acb2507a78442146fd3d2b54bec05da8a8d3453a834 -eo pid,comm 03:43:27 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). 03:43:27 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:43:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:43:27 [ssh-agent] Looking for ssh-agent implementation... 03:43:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:43:27 $ docker exec c452ebdc8cec51b0beb91acb2507a78442146fd3d2b54bec05da8a8d3453a834 ssh-agent 03:43:27 SSH_AUTH_SOCK=/tmp/ssh-tramVuUAZLVC/agent.33 03:43:27 SSH_AGENT_PID=39 03:43:27 Running ssh-add (command line suppressed) 03:43:28 Identity added: /w/workspace/edgex-go/685@tmp/private_key_493476995358517521.key (/w/workspace/edgex-go/685@tmp/private_key_493476995358517521.key) 03:43:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:43:28 + git semver push 03:43:28 2024-09-06 03:43:28,545 [run_push] DEBUG push 03:43:28 2024-09-06 03:43:28,546 [execute] INFO git cat-file --batch-check 03:43:28 2024-09-06 03:43:28,547 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/685/.semver, universal_newlines=False, shell=None, istream=) 03:43:28 2024-09-06 03:43:28,550 [execute] INFO git rev-list cfcd3bf5cf98b2ffe0da6aa00b9917788fbf0822 -- 03:43:28 2024-09-06 03:43:28,550 [execute] DEBUG Popen(['git', 'rev-list', 'cfcd3bf5cf98b2ffe0da6aa00b9917788fbf0822', '--'], cwd=/w/workspace/edgex-go/685/.semver, universal_newlines=False, shell=None, istream=None) 03:43:28 2024-09-06 03:43:28,568 [execute] INFO git fetch -v origin 03:43:28 2024-09-06 03:43:28,569 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/685/.semver, universal_newlines=True, shell=None, istream=None) 03:43:29 2024-09-06 03:43:29,050 [run_push] DEBUG no remote changes detected 03:43:29 2024-09-06 03:43:29,050 [execute] INFO git push origin semver 03:43:29 2024-09-06 03:43:29,051 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/685/.semver, universal_newlines=False, shell=None, istream=None) 03:43:30 2024-09-06 03:43:29,790 [run_push] DEBUG push all version tags 03:43:30 2024-09-06 03:43:29,791 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 03:43:30 2024-09-06 03:43:29,791 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/685, universal_newlines=False, shell=None, istream=None) 03:43:30 2024-09-06 03:43:30,438 [read_version] DEBUG read version from /w/workspace/edgex-go/685/.semver/main 03:43:30 3.2.0-dev.65 [Pipeline] } 03:43:30 $ docker exec --env ******** --env ******** c452ebdc8cec51b0beb91acb2507a78442146fd3d2b54bec05da8a8d3453a834 ssh-agent -k 03:43:30 unset SSH_AUTH_SOCK; 03:43:30 unset SSH_AGENT_PID; 03:43:30 echo Agent pid 39 killed; 03:43:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:43:31 + git semver [Pipeline] } 03:43:31 $ docker stop --time=1 c452ebdc8cec51b0beb91acb2507a78442146fd3d2b54bec05da8a8d3453a834 03:43:32 $ docker rm -f --volumes c452ebdc8cec51b0beb91acb2507a78442146fd3d2b54bec05da8a8d3453a834 [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 03:43:33 + [ -d /w/workspace/edgex-go/685/archives ] [Pipeline] libraryResource [Pipeline] sh 03:43:33 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:43:34 ---> package-listing.sh 03:43:34 ++ facter osfamily 03:43:34 ++ tr '[:upper:]' '[:lower:]' 03:43:34 + OS_FAMILY=debian 03:43:34 + workspace=/w/workspace/edgex-go/685 03:43:34 + START_PACKAGES=/tmp/packages_start.txt 03:43:34 + END_PACKAGES=/tmp/packages_end.txt 03:43:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:43:34 + PACKAGES=/tmp/packages_start.txt 03:43:34 + '[' /w/workspace/edgex-go/685 ']' 03:43:34 + PACKAGES=/tmp/packages_end.txt 03:43:34 + case "${OS_FAMILY}" in 03:43:34 + dpkg -l 03:43:34 + grep '^ii' 03:43:34 + '[' -f /tmp/packages_start.txt ']' 03:43:34 + '[' -f /tmp/packages_end.txt ']' 03:43:34 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:43:34 + '[' /w/workspace/edgex-go/685 ']' 03:43:34 + mkdir -p /w/workspace/edgex-go/685/archives/ 03:43:34 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/685/archives/ [Pipeline] echo 03:43:34 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/685/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:43:35 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:43:35 03:43:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:43:35 latest: Pulling from edgex-lftools-log-publisher 03:43:35 5eb5b503b376: Pulling fs layer 03:43:35 5c69ac0246d0: Pulling fs layer 03:43:35 ec43610c2a17: Pulling fs layer 03:43:35 3a2ae6a8a46f: Pulling fs layer 03:43:35 33b1e0a273af: Pulling fs layer 03:43:35 5d3b04190fa2: Pulling fs layer 03:43:35 2f39f015ded8: Pulling fs layer 03:43:35 33b1e0a273af: Waiting 03:43:35 5d3b04190fa2: Waiting 03:43:35 3a2ae6a8a46f: Waiting 03:43:35 2f39f015ded8: Waiting 03:43:35 5c69ac0246d0: Download complete 03:43:36 ec43610c2a17: Verifying Checksum 03:43:36 ec43610c2a17: Download complete 03:43:36 33b1e0a273af: Verifying Checksum 03:43:36 33b1e0a273af: Download complete 03:43:36 5d3b04190fa2: Download complete 03:43:36 5eb5b503b376: Verifying Checksum 03:43:36 5eb5b503b376: Download complete 03:43:36 2f39f015ded8: Verifying Checksum 03:43:36 2f39f015ded8: Download complete 03:43:37 5eb5b503b376: Pull complete 03:43:37 5c69ac0246d0: Pull complete 03:43:38 ec43610c2a17: Pull complete 03:43:38 3a2ae6a8a46f: Pull complete 03:43:38 33b1e0a273af: Pull complete 03:43:38 5d3b04190fa2: Pull complete 03:43:42 2f39f015ded8: Pull complete 03:43:42 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 03:43:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:43:42 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:43:42 prd-ubuntu20.04-docker-8c-8g-9549 does not seem to be running inside a container 03:43:42 $ 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/685/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/685 -v /w/workspace/edgex-go/685:/w/workspace/edgex-go/685:rw,z -v /w/workspace/edgex-go/685@tmp:/w/workspace/edgex-go/685@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 03:43:50 $ docker top 49f4278017f5aece5ab70ffa25db2322ae1b10f9ea553c470fc71cfa950c5f1f -eo pid,comm [Pipeline] { [Pipeline] sh 03:43:50 + touch /tmp/pre-build-complete [Pipeline] sh 03:43:50 + mkdir -p /var/log/sysstat [Pipeline] sh 03:43:50 + ls /var/log/sa-host 03:43:50 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:43:51 provisioning config files... 03:43:51 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/685@tmp/config11580741418793712475tmp [Pipeline] { [Pipeline] echo 03:43:51 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:43:51 ---> create-netrc.sh [Pipeline] } 03:43:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 03:43:51 ---> python-tools-install.sh [Pipeline] echo 03:43:51 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:43:52 ---> sudo-logs.sh 03:43:52 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 03:43:52 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:43:52 ---> job-cost.sh 03:43:52 lf-activate-venv: SKIPPING 03:43:52 DEBUG: total: 0.10999999940395355 03:43:52 INFO: Retrieving Stack Cost... 03:43:53 INFO: Retrieving Pricing Info for: v3-standard-8 03:43:53 INFO: Archiving Costs [Pipeline] echo 03:43:53 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:43:53 ---> logs-deploy.sh 03:43:53 lf-activate-venv: SKIPPING 03:43:53 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/685 03:43:53 INFO: archiving workspace using pattern(s): 03:43:54 Archives upload complete. 03:43:54 INFO: archiving logs to Nexus 03:43:55 ---> uname -a: 03:43:55 Linux prd-ubuntu20-04-docker-8c-8g-9549 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 03:43:55 03:43:55 03:43:55 ---> lscpu: 03:43:55 Architecture: x86_64 03:43:55 CPU op-mode(s): 32-bit, 64-bit 03:43:55 Byte Order: Little Endian 03:43:55 Address sizes: 40 bits physical, 48 bits virtual 03:43:55 CPU(s): 8 03:43:55 On-line CPU(s) list: 0-7 03:43:55 Thread(s) per core: 1 03:43:55 Core(s) per socket: 1 03:43:55 Socket(s): 8 03:43:55 NUMA node(s): 1 03:43:55 Vendor ID: AuthenticAMD 03:43:55 CPU family: 23 03:43:55 Model: 49 03:43:55 Model name: AMD EPYC-Rome Processor 03:43:55 Stepping: 0 03:43:55 CPU MHz: 2800.000 03:43:55 BogoMIPS: 5600.00 03:43:55 Virtualization: AMD-V 03:43:55 Hypervisor vendor: KVM 03:43:55 Virtualization type: full 03:43:55 L1d cache: 256 KiB 03:43:55 L1i cache: 256 KiB 03:43:55 L2 cache: 4 MiB 03:43:55 L3 cache: 128 MiB 03:43:55 NUMA node0 CPU(s): 0-7 03:43:55 Vulnerability Itlb multihit: Not affected 03:43:55 Vulnerability L1tf: Not affected 03:43:55 Vulnerability Mds: Not affected 03:43:55 Vulnerability Meltdown: Not affected 03:43:55 Vulnerability Mmio stale data: Not affected 03:43:55 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:43:55 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 03:43:55 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 03:43:55 Vulnerability Srbds: Not affected 03:43:55 Vulnerability Tsx async abort: Not affected 03:43:55 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 03:43:55 03:43:55 03:43:55 ---> nproc: 03:43:55 8 03:43:55 03:43:55 03:43:55 ---> df -h: 03:43:55 Filesystem Size Used Avail Use% Mounted on 03:43:55 overlay 155G 29G 127G 19% / 03:43:55 tmpfs 64M 0 64M 0% /dev 03:43:55 tmpfs 16G 0 16G 0% /sys/fs/cgroup 03:43:55 shm 64M 0 64M 0% /dev/shm 03:43:55 /dev/vda1 155G 29G 127G 19% /facter-os 03:43:55 03:43:55 03:43:55 ---> sar -b -r -n DEV: 03:43:55 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9549) 09/06/24 _x86_64_ (8 CPU) 03:43:55 03:43:55 02:55:02 LINUX RESTART (8 CPU) 03:43:55 03:43:55 02:56:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:43:55 02:57:01 202.07 1.46 200.61 0.00 30.64 69701.81 0.00 03:43:55 02:58:01 36.49 0.02 36.48 0.00 0.13 29310.86 0.00 03:43:55 02:59:01 36.01 0.30 35.71 0.00 3.60 15557.67 0.00 03:43:55 03:00:01 147.93 0.37 147.57 0.00 35.45 50704.83 0.00 03:43:55 03:01:01 660.98 13.77 647.20 0.00 190.94 257502.73 0.00 03:43:55 03:02:01 465.63 0.48 465.14 0.00 11.20 167779.14 0.00 03:43:55 03:03:01 199.48 0.02 199.47 0.00 0.13 77850.45 0.00 03:43:55 03:04:01 302.97 0.03 302.93 0.00 0.27 113137.03 0.00 03:43:55 03:05:01 564.81 0.15 564.66 0.00 20.80 59638.19 0.00 03:43:55 03:06:01 87.22 6.70 80.52 0.00 4316.21 9275.52 0.00 03:43:55 03:07:01 15.38 0.03 15.34 0.00 0.67 389.47 0.00 03:43:55 03:08:01 1.27 0.00 1.27 0.00 0.00 14.13 0.00 03:43:55 03:09:01 0.88 0.00 0.88 0.00 0.00 10.00 0.00 03:43:55 03:10:01 1.33 0.00 1.33 0.00 0.00 15.86 0.00 03:43:55 03:11:01 1.78 0.02 1.77 0.00 0.13 20.53 0.00 03:43:55 03:12:01 1.65 0.00 1.65 0.00 0.00 18.26 0.00 03:43:55 03:13:01 0.90 0.00 0.90 0.00 0.00 9.60 0.00 03:43:55 03:14:01 1.32 0.00 1.32 0.00 0.00 15.99 0.00 03:43:55 03:15:01 1.03 0.00 1.03 0.00 0.00 11.73 0.00 03:43:55 03:16:01 1.30 0.00 1.30 0.00 0.00 16.13 0.00 03:43:55 03:17:01 0.92 0.02 0.90 0.00 0.13 10.53 0.00 03:43:55 03:18:01 1.48 0.00 1.48 0.00 0.00 16.79 0.00 03:43:55 03:19:01 1.02 0.00 1.02 0.00 0.00 11.86 0.00 03:43:55 03:20:01 1.48 0.00 1.48 0.00 0.00 18.26 0.00 03:43:55 03:21:01 1.30 0.30 1.00 0.00 10.00 11.60 0.00 03:43:55 03:22:01 2.55 1.20 1.35 0.00 25.46 18.00 0.00 03:43:55 03:23:01 1.15 0.00 1.15 0.00 0.00 12.13 0.00 03:43:55 03:24:01 1.27 0.00 1.27 0.00 0.00 15.60 0.00 03:43:55 03:25:01 1.08 0.00 1.08 0.00 0.00 11.60 0.00 03:43:55 03:26:01 1.28 0.00 1.28 0.00 0.00 14.93 0.00 03:43:55 03:27:01 0.92 0.00 0.92 0.00 0.00 10.80 0.00 03:43:55 03:28:01 1.22 0.00 1.22 0.00 0.00 14.66 0.00 03:43:55 03:29:01 0.98 0.00 0.98 0.00 0.00 11.46 0.00 03:43:55 03:30:01 1.37 0.00 1.37 0.00 0.00 16.26 0.00 03:43:55 03:31:01 1.72 0.18 1.53 0.00 18.53 17.73 0.00 03:43:55 03:32:01 2.00 0.00 2.00 0.00 0.00 22.53 0.00 03:43:55 03:33:01 1.00 0.00 1.00 0.00 0.00 11.20 0.00 03:43:55 03:34:01 1.30 0.00 1.30 0.00 0.00 14.66 0.00 03:43:55 03:35:01 1.02 0.00 1.02 0.00 0.00 12.26 0.00 03:43:55 03:36:01 1.55 0.00 1.55 0.00 0.00 18.26 0.00 03:43:55 03:37:01 0.98 0.00 0.98 0.00 0.00 11.33 0.00 03:43:55 03:38:01 1.20 0.00 1.20 0.00 0.00 15.33 0.00 03:43:55 03:39:01 1.07 0.00 1.07 0.00 0.00 11.60 0.00 03:43:55 03:40:01 1.47 0.00 1.47 0.00 0.00 18.00 0.00 03:43:55 03:41:02 1.00 0.00 1.00 0.00 0.00 11.46 0.00 03:43:55 03:42:01 1.41 0.00 1.41 0.00 0.00 16.54 0.00 03:43:55 03:43:01 108.55 0.75 107.80 0.00 15.73 44447.53 0.00 03:43:55 Average: 61.10 0.55 60.55 0.00 99.63 19052.14 0.00 03:43:55 03:43:55 02:56:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:43:55 02:57:01 28002700 31287368 1016216 3.09 126720 3336484 2353572 6.94 1457884 2924828 52024 03:43:55 02:58:01 26943328 31328312 972240 2.96 129464 4376620 2201584 6.49 2004880 3381024 243104 03:43:55 02:59:01 26965856 31386700 910388 2.77 135092 4378520 2195288 6.47 1529888 3800240 318164 03:43:55 03:00:01 26994992 31338900 958904 2.92 143836 4326708 2606060 7.68 1573156 3755292 291972 03:43:55 03:01:01 17204916 31337632 937360 2.85 312744 13442464 2428196 7.16 2625544 11959856 2387264 03:43:55 03:02:01 10711908 28908420 3296652 10.03 351900 17054076 11170952 32.92 5566744 14993560 1174368 03:43:55 03:03:01 6533764 27425876 4775508 14.52 366964 19611828 10608656 31.26 8321168 16299028 1549492 03:43:55 03:04:01 7106516 30362680 1862196 5.66 376592 21943792 5340796 15.74 6130596 17936916 1298328 03:43:55 03:05:01 10136900 31430952 844536 2.57 383972 20183200 2285112 6.73 3181952 18133348 516 03:43:55 03:06:01 9702808 31420968 828748 2.52 411884 20577624 2119264 6.25 3809320 17909252 704 03:43:55 03:07:01 9711460 31425080 824524 2.51 410856 20574492 2106092 6.21 3909412 17800348 8 03:43:55 03:08:01 9712508 31426224 823448 2.50 410900 20574492 2106092 6.21 3907912 17800348 4 03:43:55 03:09:01 9723508 31437228 812364 2.47 410920 20574496 2106092 6.21 3896328 17800352 24 03:43:55 03:10:01 9725796 31439540 810312 2.46 410940 20574496 2106092 6.21 3894948 17800352 16 03:43:55 03:11:01 9727540 31441400 808272 2.46 410972 20574504 2135116 6.29 3892308 17800352 20 03:43:55 03:12:01 9727200 31441088 808520 2.46 410996 20574508 2135116 6.29 3892244 17800356 4 03:43:55 03:13:01 9727880 31441772 807976 2.46 411012 20574508 2135116 6.29 3892072 17800356 12 03:43:55 03:14:01 9727864 31441800 807940 2.46 411028 20574512 2135116 6.29 3892108 17800360 12 03:43:55 03:15:01 9728572 31442512 807148 2.45 411060 20574500 2135116 6.29 3891560 17800360 4 03:43:55 03:16:01 9728772 31442776 807100 2.45 411088 20574516 2135116 6.29 3891712 17800364 4 03:43:55 03:17:01 9728756 31442792 807064 2.45 411112 20574516 2135116 6.29 3891712 17800368 28 03:43:55 03:18:01 9728912 31443104 806636 2.45 411128 20574648 2135116 6.29 3891772 17800496 4 03:43:55 03:19:01 9728620 31442816 806848 2.45 411156 20574656 2135116 6.29 3891772 17800500 24 03:43:55 03:20:01 9728596 31442856 806764 2.45 411200 20574652 2135116 6.29 3891824 17800512 8 03:43:55 03:21:01 9727384 31442004 807576 2.46 411232 20574956 2135116 6.29 3895772 17800588 36 03:43:55 03:22:01 9719232 31435692 813776 2.47 411268 20575728 2135116 6.29 3903956 17800760 32 03:43:55 03:23:01 9718680 31435188 814248 2.48 411288 20575728 2135116 6.29 3903696 17800756 8 03:43:55 03:24:01 9718632 31435160 814172 2.48 411316 20575732 2135116 6.29 3903644 17800760 28 03:43:55 03:25:01 9718576 31435108 814128 2.48 411344 20575736 2135116 6.29 3903648 17800764 4 03:43:55 03:26:01 9718528 31435112 814076 2.48 411380 20575736 2135116 6.29 3903764 17800764 8 03:43:55 03:27:01 9717976 31434600 814544 2.48 411400 20575740 2135116 6.29 3903740 17800768 28 03:43:55 03:28:01 9717928 31434576 814504 2.48 411424 20575744 2135116 6.29 3903640 17800772 24 03:43:55 03:29:01 9718096 31434772 814464 2.48 411448 20575748 2135116 6.29 3903668 17800776 32 03:43:55 03:30:01 9718112 31434820 814388 2.48 411480 20575744 2135116 6.29 3903692 17800780 24 03:43:55 03:31:01 9712800 31430260 818688 2.49 411508 20576308 2135044 6.29 3904080 17801260 244 03:43:55 03:32:01 9712484 31429956 818948 2.49 411528 20576312 2135044 6.29 3903988 17801264 28 03:43:55 03:33:01 9712468 31429944 818884 2.49 411544 20576316 2135044 6.29 3903972 17801268 20 03:43:55 03:34:01 9712672 31430148 818604 2.49 411560 20576316 2135044 6.29 3904032 17801268 4 03:43:55 03:35:01 9712332 31429816 818872 2.49 411576 20576308 2135044 6.29 3903816 17801272 28 03:43:55 03:36:01 9712828 31430404 818380 2.49 411592 20576328 2135044 6.29 3903956 17801280 8 03:43:55 03:37:01 9712560 31430152 818608 2.49 411608 20576332 2135044 6.29 3903940 17801284 4 03:43:55 03:38:01 9712972 31430588 818328 2.49 411624 20576336 2135044 6.29 3903956 17801288 32 03:43:55 03:39:01 9713180 31430808 818300 2.49 411640 20576336 2135044 6.29 3903976 17801288 12 03:43:55 03:40:01 9713416 31431048 818008 2.49 411676 20576328 2135044 6.29 3903988 17801292 4 03:43:55 03:41:02 9713140 31430832 818176 2.49 411704 20576340 2135044 6.29 3904096 17801296 12 03:43:55 03:42:01 9713124 31430852 818108 2.49 411720 20576344 2135044 6.29 3904108 17801304 8 03:43:55 03:43:01 8954360 31371628 872540 2.65 426836 21205644 2337760 6.89 4003944 18397796 1020 03:43:55 Average: 11258748 31261112 991021 3.01 382409 18960701 2604137 7.67 3842764 16389775 155697 03:43:55 03:43:55 02:56:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:43:55 02:57:01 vethcff70e9 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 03:43:55 02:57:01 lo 1.15 1.15 0.11 0.11 0.00 0.00 0.00 0.00 03:43:55 02:57:01 docker0 917.25 898.61 67.89 5035.31 0.00 0.00 0.00 0.00 03:43:55 02:57:01 ens3 1053.79 1005.81 8287.44 105.32 0.00 0.00 0.00 0.00 03:43:55 02:58:01 vethcff70e9 0.50 0.57 0.04 0.05 0.00 0.00 0.00 0.00 03:43:55 02:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:43:55 02:58:01 docker0 0.50 0.50 0.04 0.04 0.00 0.00 0.00 0.00 03:43:55 02:58:01 ens3 34.08 22.36 31.67 14.67 0.00 0.00 0.00 0.00 03:43:55 02:59:01 vethcff70e9 0.93 0.93 0.08 0.08 0.00 0.00 0.00 0.00 03:43:55 02:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 02:59:01 docker0 0.93 0.93 0.07 0.08 0.00 0.00 0.00 0.00 03:43:55 02:59:01 ens3 22.46 14.70 19.13 10.50 0.00 0.00 0.00 0.00 03:43:55 03:00:01 veth71c2c55 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:00:01 veth8e76dc8 0.33 0.38 0.03 0.13 0.00 0.00 0.00 0.00 03:43:55 03:00:01 veth3fb8a56 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:00:01 lo 1.20 1.20 0.11 0.11 0.00 0.00 0.00 0.00 03:43:55 03:00:01 veth31866bc 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:00:01 docker0 0.33 0.28 0.03 0.12 0.00 0.00 0.00 0.00 03:43:55 03:00:01 veth9d3c3ab 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:00:01 veth714b080 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:00:01 ens3 110.93 82.39 2273.07 129.94 0.00 0.00 0.00 0.00 03:43:55 03:01:01 veth8e76dc8 0.05 0.97 0.00 0.04 0.00 0.00 0.00 0.00 03:43:55 03:01:01 veth7cc194f 71.47 129.98 7.65 1183.50 0.00 0.00 0.00 0.10 03:43:55 03:01:01 vethb13eb61 74.80 124.12 7.98 1178.21 0.00 0.00 0.00 0.10 03:43:55 03:01:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 03:43:55 03:01:01 vethc60efba 77.45 137.46 8.02 1180.64 0.00 0.00 0.00 0.10 03:43:55 03:01:01 veth1e8c217 76.87 127.81 8.06 1180.64 0.00 0.00 0.00 0.10 03:43:55 03:01:01 docker0 436.84 754.25 38.16 7339.65 0.00 0.00 0.00 0.00 03:43:55 03:01:01 ens3 832.83 476.58 8207.29 88.20 0.00 0.00 0.00 0.00 03:43:55 03:01:01 veth2b43a62 75.42 126.90 7.88 1180.04 0.00 0.00 0.00 0.10 03:43:55 03:02:01 vethf44b1c9 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 03:43:55 03:02:01 veth0ee4b11 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 03:43:55 03:02:01 veth8e76dc8 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 03:43:55 03:02:01 vethf92c0aa 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 03:43:55 03:02:01 vetha9aea7e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 03:43:55 03:02:01 vethe61883f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 03:43:55 03:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:43:55 03:02:01 veth20a4e0e 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 03:43:55 03:02:01 vethdde95cf 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 03:43:55 03:02:01 vethacf71b5 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 03:43:55 03:02:01 vethb07ffe4 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 03:43:55 03:02:01 docker0 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:43:55 03:02:01 vethca3c623 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 03:43:55 03:02:01 veth0babbfa 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 03:43:55 03:02:01 veth6ad1e1c 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 03:43:55 03:02:01 ens3 14.15 10.28 12.13 6.23 0.00 0.00 0.00 0.00 03:43:55 03:02:01 veth265cdd4 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 03:43:55 03:03:01 vethf44b1c9 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:03:01 veth0ee4b11 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:03:01 veth8e76dc8 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:03:01 vethf92c0aa 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:03:01 vetha9aea7e 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:03:01 vethe61883f 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:03:01 veth20a4e0e 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:03:01 vethdde95cf 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:03:01 vethacf71b5 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:03:01 vethb07ffe4 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:03:01 vethca3c623 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:03:01 veth0babbfa 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:03:01 veth6ad1e1c 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:03:01 ens3 2.25 1.63 1.86 1.10 0.00 0.00 0.00 0.00 03:43:55 03:03:01 veth265cdd4 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:04:01 vethf44b1c9 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:04:01 veth0ee4b11 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:04:01 veth8e76dc8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:04:01 vethf92c0aa 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:04:01 vetha9aea7e 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:04:01 vethe61883f 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:43:55 03:04:01 veth20a4e0e 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:04:01 vethdde95cf 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:04:01 vethacf71b5 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:04:01 vethb07ffe4 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:04:01 vethca3c623 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:04:01 veth0babbfa 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:04:01 veth6ad1e1c 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:04:01 ens3 6.61 3.76 5.07 2.77 0.00 0.00 0.00 0.00 03:43:55 03:04:01 veth265cdd4 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:05:01 lo 24.20 24.20 2.39 2.39 0.00 0.00 0.00 0.00 03:43:55 03:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:05:01 ens3 188.94 185.45 112.54 812.68 0.00 0.00 0.00 0.00 03:43:55 03:06:01 lo 46.13 46.13 4.54 4.54 0.00 0.00 0.00 0.00 03:43:55 03:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:06:01 ens3 614.68 535.89 2945.21 2536.70 0.00 0.00 0.00 0.00 03:43:55 03:07:01 lo 14.40 14.40 1.42 1.42 0.00 0.00 0.00 0.00 03:43:55 03:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:07:01 ens3 131.26 127.12 69.02 660.70 0.00 0.00 0.00 0.00 03:43:55 03:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:43:55 03:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:08:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:43:55 03:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:09:01 ens3 0.08 0.00 0.01 0.00 0.00 0.00 0.00 0.00 03:43:55 03:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:43:55 03:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:10:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:43:55 03:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:11:01 ens3 0.18 0.10 0.08 0.06 0.00 0.00 0.00 0.00 03:43:55 03:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:43:55 03:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:12:01 ens3 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 03:43:55 03:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:13:01 ens3 1.35 0.93 3.35 0.06 0.00 0.00 0.00 0.00 03:43:55 03:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:43:55 03:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:14:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:43:55 03:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:15:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:43:55 03:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:16:01 ens3 0.25 0.25 0.08 0.08 0.00 0.00 0.00 0.00 03:43:55 03:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:17:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:43:55 03:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:18:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:43:55 03:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:19:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:43:55 03:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:20:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:43:55 03:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:21:01 ens3 0.92 0.70 0.88 0.42 0.00 0.00 0.00 0.00 03:43:55 03:22:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 03:43:55 03:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:22:01 ens3 30.38 44.89 6.26 120.84 0.00 0.00 0.00 0.00 03:43:55 03:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:23:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:43:55 03:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:24:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:43:55 03:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:25:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:43:55 03:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:26:01 ens3 0.27 0.22 0.08 0.07 0.00 0.00 0.00 0.00 03:43:55 03:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:27:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:43:55 03:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:28:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:43:55 03:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:29:01 ens3 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:43:55 03:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:30:01 ens3 0.20 0.15 0.07 0.01 0.00 0.00 0.00 0.00 03:43:55 03:31:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 03:43:55 03:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:31:01 ens3 0.32 0.38 0.15 0.10 0.00 0.00 0.00 0.00 03:43:55 03:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:43:55 03:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:32:01 ens3 0.13 0.13 0.06 0.01 0.00 0.00 0.00 0.00 03:43:55 03:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:33:01 ens3 0.15 0.10 0.06 0.01 0.00 0.00 0.00 0.00 03:43:55 03:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:43:55 03:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:34:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:43:55 03:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:35:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:43:55 03:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:36:01 ens3 0.28 0.27 0.09 0.08 0.00 0.00 0.00 0.00 03:43:55 03:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:37:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:43:55 03:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:38:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:43:55 03:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:39:01 ens3 0.15 0.13 0.09 0.01 0.00 0.00 0.00 0.00 03:43:55 03:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:43:55 03:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:40:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 03:43:55 03:41:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:41:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:41:02 ens3 0.28 0.25 0.16 0.08 0.00 0.00 0.00 0.00 03:43:55 03:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:43:55 03:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:42:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:43:55 03:43:01 lo 1.53 1.53 0.16 0.16 0.00 0.00 0.00 0.00 03:43:55 03:43:01 docker0 91.23 141.31 7.95 1271.51 0.00 0.00 0.00 0.00 03:43:55 03:43:01 ens3 287.24 176.50 4911.74 38.47 0.00 0.00 0.00 0.00 03:43:55 03:43:01 veth5b97715 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 03:43:55 Average: lo 1.99 1.99 0.19 0.19 0.00 0.00 0.00 0.00 03:43:55 Average: docker0 30.49 37.93 2.41 288.84 0.00 0.00 0.00 0.00 03:43:55 Average: ens3 70.65 56.97 569.61 96.40 0.00 0.00 0.00 0.00 03:43:55 Average: veth5b97715 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:43:55 03:43:55 03:43:55 ---> sar -P ALL: 03:43:55 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9549) 09/06/24 _x86_64_ (8 CPU) 03:43:55 03:43:55 02:55:02 LINUX RESTART (8 CPU) 03:43:55 03:43:55 02:56:02 CPU %user %nice %system %iowait %steal %idle 03:43:55 02:57:01 all 10.21 0.00 4.28 3.71 0.07 81.72 03:43:55 02:57:01 0 8.62 0.00 4.84 0.10 0.07 86.37 03:43:55 02:57:01 1 11.66 0.00 2.93 1.23 0.07 84.12 03:43:55 02:57:01 2 8.75 0.00 3.83 0.26 0.07 87.09 03:43:55 02:57:01 3 9.86 0.00 5.94 0.67 0.07 83.46 03:43:55 02:57:01 4 14.16 0.00 5.88 17.04 0.09 62.83 03:43:55 02:57:01 5 8.84 0.00 3.34 0.52 0.07 87.23 03:43:55 02:57:01 6 10.16 0.00 3.94 0.64 0.07 85.20 03:43:55 02:57:01 7 9.65 0.00 3.56 9.27 0.07 77.45 03:43:55 02:58:01 all 40.41 0.00 6.22 1.92 0.10 51.36 03:43:55 02:58:01 0 39.73 0.00 6.13 0.12 0.10 53.92 03:43:55 02:58:01 1 40.15 0.00 6.48 12.10 0.08 41.19 03:43:55 02:58:01 2 38.54 0.00 6.07 0.17 0.10 55.12 03:43:55 02:58:01 3 39.74 0.00 5.93 0.29 0.10 53.95 03:43:55 02:58:01 4 40.25 0.00 6.64 0.15 0.08 52.87 03:43:55 02:58:01 5 39.48 0.00 5.47 0.14 0.10 54.81 03:43:55 02:58:01 6 42.89 0.00 7.06 0.27 0.10 49.68 03:43:55 02:58:01 7 42.44 0.00 5.99 2.11 0.12 49.34 03:43:55 02:59:01 all 56.42 0.00 7.84 0.75 0.11 34.87 03:43:55 02:59:01 0 55.96 0.00 7.32 0.02 0.08 36.63 03:43:55 02:59:01 1 55.98 0.00 8.35 1.39 0.12 34.17 03:43:55 02:59:01 2 57.17 0.00 7.82 0.20 0.12 34.69 03:43:55 02:59:01 3 55.59 0.00 7.50 0.07 0.13 36.71 03:43:55 02:59:01 4 57.38 0.00 8.06 0.14 0.12 34.31 03:43:55 02:59:01 5 56.10 0.00 8.08 0.07 0.10 35.64 03:43:55 02:59:01 6 55.76 0.00 7.67 3.30 0.12 33.15 03:43:55 02:59:01 7 57.46 0.00 7.91 0.84 0.10 33.69 03:43:55 03:00:01 all 30.04 0.00 6.60 3.17 0.09 60.10 03:43:55 03:00:01 0 31.31 0.00 6.95 0.96 0.08 60.70 03:43:55 03:00:01 1 32.06 0.00 6.48 0.81 0.10 60.56 03:43:55 03:00:01 2 30.71 0.00 6.32 1.19 0.12 61.66 03:43:55 03:00:01 3 26.37 0.00 5.16 1.37 0.08 67.02 03:43:55 03:00:01 4 31.50 0.00 7.09 15.65 0.08 45.68 03:43:55 03:00:01 5 31.09 0.00 9.15 2.22 0.07 57.47 03:43:55 03:00:01 6 27.08 0.00 5.40 1.36 0.08 66.07 03:43:55 03:00:01 7 30.11 0.00 6.26 1.82 0.08 61.72 03:43:55 03:01:01 all 24.32 0.00 10.49 21.29 0.17 43.73 03:43:55 03:01:01 0 26.40 0.00 12.17 24.52 0.14 36.77 03:43:55 03:01:01 1 21.61 0.00 12.43 33.15 0.14 32.67 03:43:55 03:01:01 2 23.90 0.00 9.38 8.89 0.24 57.60 03:43:55 03:01:01 3 22.01 0.00 8.33 8.16 0.12 61.38 03:43:55 03:01:01 4 26.42 0.00 11.63 21.92 0.17 39.86 03:43:55 03:01:01 5 25.80 0.00 10.57 32.83 0.15 30.64 03:43:55 03:01:01 6 21.44 0.00 8.80 16.49 0.24 53.03 03:43:55 03:01:01 7 26.99 0.00 10.61 24.57 0.14 37.69 03:43:55 03:02:01 all 42.34 0.00 7.81 8.54 0.10 41.21 03:43:55 03:02:01 0 43.02 0.00 7.89 5.86 0.10 43.13 03:43:55 03:02:01 1 42.20 0.00 7.59 4.51 0.10 45.60 03:43:55 03:02:01 2 41.60 0.00 7.72 1.57 0.08 49.02 03:43:55 03:02:01 3 41.89 0.00 7.94 1.60 0.10 48.47 03:43:55 03:02:01 4 42.57 0.00 7.73 3.92 0.10 45.68 03:43:55 03:02:01 5 41.09 0.00 7.62 6.22 0.12 44.96 03:43:55 03:02:01 6 42.69 0.00 6.36 2.09 0.10 48.76 03:43:55 03:02:01 7 43.67 0.00 9.62 42.86 0.14 3.70 03:43:55 03:03:01 all 89.20 0.00 10.60 0.00 0.19 0.00 03:43:55 03:03:01 0 88.03 0.00 11.67 0.02 0.28 0.00 03:43:55 03:03:01 1 88.60 0.00 11.22 0.00 0.19 0.00 03:43:55 03:03:01 2 89.64 0.00 10.15 0.00 0.20 0.00 03:43:55 03:03:01 3 89.20 0.00 10.64 0.00 0.17 0.00 03:43:55 03:03:01 4 89.47 0.00 10.34 0.00 0.19 0.00 03:43:55 03:03:01 5 88.97 0.00 10.86 0.00 0.17 0.00 03:43:55 03:03:01 6 89.73 0.00 10.06 0.00 0.21 0.00 03:43:55 03:03:01 7 89.93 0.00 9.93 0.00 0.13 0.00 03:43:55 03:04:01 all 87.68 0.00 12.06 0.01 0.22 0.03 03:43:55 03:04:01 0 87.83 0.00 11.97 0.00 0.15 0.05 03:43:55 03:04:01 1 87.22 0.00 12.63 0.00 0.15 0.00 03:43:55 03:04:01 2 88.27 0.00 11.44 0.00 0.24 0.05 03:43:55 03:04:01 3 87.91 0.00 11.83 0.03 0.21 0.02 03:43:55 03:04:01 4 87.77 0.00 12.04 0.02 0.15 0.02 03:43:55 03:04:01 5 87.80 0.00 11.92 0.02 0.22 0.03 03:43:55 03:04:01 6 87.96 0.00 11.62 0.02 0.35 0.05 03:43:55 03:04:01 7 86.67 0.00 13.02 0.00 0.30 0.00 03:43:55 03:05:01 all 11.22 0.00 2.84 5.44 0.08 80.42 03:43:55 03:05:01 0 13.35 0.00 2.93 2.95 0.07 80.70 03:43:55 03:05:01 1 10.95 0.00 3.20 3.77 0.07 82.01 03:43:55 03:05:01 2 11.06 0.00 3.01 3.39 0.10 82.44 03:43:55 03:05:01 3 8.99 0.00 2.83 17.21 0.15 70.81 03:43:55 03:05:01 4 12.94 0.00 3.45 5.02 0.07 78.53 03:43:55 03:05:01 5 9.99 0.00 1.89 3.21 0.07 84.85 03:43:55 03:05:01 6 11.40 0.00 2.40 2.70 0.07 83.43 03:43:55 03:05:01 7 11.05 0.00 2.98 5.35 0.07 80.55 03:43:55 03:06:01 all 11.64 0.00 2.45 1.05 0.07 84.79 03:43:55 03:06:01 0 9.90 0.00 2.84 0.22 0.05 87.00 03:43:55 03:06:01 1 14.70 0.00 2.60 3.08 0.10 79.52 03:43:55 03:06:01 2 14.42 0.00 2.38 0.81 0.08 82.31 03:43:55 03:06:01 3 11.27 0.00 2.71 1.56 0.07 84.40 03:43:55 03:06:01 4 8.13 0.00 1.90 1.09 0.07 88.81 03:43:55 03:06:01 5 13.71 0.00 1.92 0.10 0.08 84.18 03:43:55 03:06:01 6 10.11 0.00 2.18 0.97 0.07 86.68 03:43:55 03:06:01 7 10.91 0.00 3.04 0.59 0.05 85.42 03:43:55 03:07:01 all 2.84 0.00 0.42 0.21 0.03 96.50 03:43:55 03:07:01 0 2.35 0.00 0.33 0.88 0.02 96.41 03:43:55 03:07:01 1 3.06 0.00 0.35 0.05 0.05 96.49 03:43:55 03:07:01 2 4.13 0.00 0.58 0.62 0.03 94.64 03:43:55 03:07:01 3 3.20 0.00 0.42 0.03 0.03 96.31 03:43:55 03:07:01 4 2.51 0.00 0.47 0.07 0.03 96.92 03:43:55 03:07:01 5 1.93 0.00 0.33 0.00 0.02 97.72 03:43:55 03:07:01 6 4.41 0.00 0.45 0.03 0.05 95.06 03:43:55 03:07:01 7 1.13 0.00 0.42 0.02 0.03 98.40 03:43:55 03:43:55 03:07:01 CPU %user %nice %system %iowait %steal %idle 03:43:55 03:08:01 all 0.03 0.00 0.02 0.00 0.02 99.94 03:43:55 03:08:01 0 0.03 0.00 0.00 0.02 0.00 99.95 03:43:55 03:08:01 1 0.03 0.00 0.05 0.00 0.03 99.88 03:43:55 03:08:01 2 0.02 0.00 0.02 0.00 0.03 99.93 03:43:55 03:08:01 3 0.00 0.00 0.02 0.00 0.02 99.97 03:43:55 03:08:01 4 0.02 0.00 0.00 0.02 0.02 99.95 03:43:55 03:08:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:43:55 03:08:01 6 0.08 0.00 0.07 0.00 0.03 99.82 03:43:55 03:08:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:43:55 03:09:01 all 0.03 0.00 0.01 0.05 0.01 99.90 03:43:55 03:09:01 0 0.00 0.00 0.02 0.35 0.02 99.62 03:43:55 03:09:01 1 0.08 0.00 0.03 0.00 0.05 99.83 03:43:55 03:09:01 2 0.05 0.00 0.00 0.00 0.02 99.93 03:43:55 03:09:01 3 0.03 0.00 0.00 0.00 0.02 99.95 03:43:55 03:09:01 4 0.00 0.00 0.00 0.02 0.00 99.98 03:43:55 03:09:01 5 0.00 0.00 0.02 0.00 0.00 99.98 03:43:55 03:09:01 6 0.05 0.00 0.02 0.00 0.02 99.92 03:43:55 03:09:01 7 0.00 0.00 0.02 0.00 0.00 99.98 03:43:55 03:10:01 all 0.02 0.00 0.02 0.00 0.01 99.95 03:43:55 03:10:01 0 0.02 0.00 0.03 0.02 0.02 99.92 03:43:55 03:10:01 1 0.02 0.00 0.02 0.00 0.02 99.95 03:43:55 03:10:01 2 0.03 0.00 0.02 0.00 0.02 99.93 03:43:55 03:10:01 3 0.02 0.00 0.02 0.00 0.00 99.97 03:43:55 03:10:01 4 0.02 0.00 0.00 0.02 0.02 99.95 03:43:55 03:10:01 5 0.00 0.00 0.02 0.00 0.00 99.98 03:43:55 03:10:01 6 0.05 0.00 0.05 0.00 0.03 99.87 03:43:55 03:10:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:43:55 03:11:01 all 0.05 0.00 0.02 0.00 0.02 99.91 03:43:55 03:11:01 0 0.05 0.00 0.02 0.02 0.02 99.90 03:43:55 03:11:01 1 0.03 0.00 0.07 0.00 0.03 99.87 03:43:55 03:11:01 2 0.07 0.00 0.00 0.00 0.02 99.92 03:43:55 03:11:01 3 0.08 0.00 0.00 0.00 0.02 99.90 03:43:55 03:11:01 4 0.03 0.00 0.00 0.02 0.02 99.93 03:43:55 03:11:01 5 0.03 0.00 0.03 0.00 0.00 99.93 03:43:55 03:11:01 6 0.05 0.00 0.03 0.00 0.05 99.87 03:43:55 03:11:01 7 0.02 0.00 0.02 0.00 0.00 99.97 03:43:55 03:12:01 all 0.03 0.00 0.02 0.01 0.01 99.93 03:43:55 03:12:01 0 0.02 0.00 0.00 0.02 0.00 99.97 03:43:55 03:12:01 1 0.08 0.00 0.03 0.00 0.02 99.87 03:43:55 03:12:01 2 0.02 0.00 0.03 0.00 0.02 99.93 03:43:55 03:12:01 3 0.02 0.00 0.02 0.03 0.02 99.92 03:43:55 03:12:01 4 0.02 0.00 0.02 0.00 0.00 99.97 03:43:55 03:12:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:43:55 03:12:01 6 0.10 0.00 0.05 0.00 0.05 99.80 03:43:55 03:12:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:43:55 03:13:01 all 0.25 0.00 0.01 0.00 0.01 99.72 03:43:55 03:13:01 0 0.03 0.00 0.00 0.02 0.00 99.95 03:43:55 03:13:01 1 0.10 0.00 0.02 0.00 0.02 99.87 03:43:55 03:13:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:43:55 03:13:01 3 0.07 0.00 0.02 0.00 0.02 99.90 03:43:55 03:13:01 4 1.71 0.00 0.02 0.00 0.02 98.26 03:43:55 03:13:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:43:55 03:13:01 6 0.07 0.00 0.03 0.00 0.05 99.85 03:43:55 03:13:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:43:55 03:14:01 all 0.08 0.00 0.03 0.01 0.01 99.87 03:43:55 03:14:01 0 0.00 0.00 0.02 0.00 0.00 99.98 03:43:55 03:14:01 1 0.05 0.00 0.03 0.00 0.02 99.90 03:43:55 03:14:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:43:55 03:14:01 3 0.03 0.00 0.00 0.10 0.02 99.85 03:43:55 03:14:01 4 0.45 0.00 0.03 0.00 0.02 99.50 03:43:55 03:14:01 5 0.00 0.00 0.02 0.00 0.02 99.97 03:43:55 03:14:01 6 0.07 0.00 0.08 0.00 0.05 99.80 03:43:55 03:14:01 7 0.00 0.00 0.02 0.00 0.00 99.98 03:43:55 03:15:01 all 0.04 0.00 0.01 0.01 0.01 99.94 03:43:55 03:15:01 0 0.02 0.00 0.02 0.03 0.02 99.92 03:43:55 03:15:01 1 0.10 0.00 0.02 0.00 0.02 99.87 03:43:55 03:15:01 2 0.02 0.00 0.00 0.00 0.02 99.97 03:43:55 03:15:01 3 0.05 0.00 0.00 0.02 0.02 99.92 03:43:55 03:15:01 4 0.02 0.00 0.00 0.00 0.00 99.98 03:43:55 03:15:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:43:55 03:15:01 6 0.07 0.00 0.02 0.00 0.05 99.87 03:43:55 03:15:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:43:55 03:16:01 all 0.03 0.00 0.02 0.00 0.01 99.94 03:43:55 03:16:01 0 0.03 0.00 0.02 0.00 0.00 99.95 03:43:55 03:16:01 1 0.07 0.00 0.02 0.00 0.00 99.92 03:43:55 03:16:01 2 0.00 0.00 0.02 0.00 0.00 99.98 03:43:55 03:16:01 3 0.08 0.00 0.03 0.02 0.02 99.85 03:43:55 03:16:01 4 0.00 0.00 0.00 0.00 0.02 99.98 03:43:55 03:16:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:43:55 03:16:01 6 0.07 0.00 0.05 0.00 0.03 99.85 03:43:55 03:16:01 7 0.00 0.00 0.00 0.00 0.02 99.98 03:43:55 03:17:01 all 0.02 0.00 0.02 0.00 0.01 99.94 03:43:55 03:17:01 0 0.02 0.00 0.03 0.02 0.02 99.92 03:43:55 03:17:01 1 0.00 0.00 0.00 0.00 0.02 99.98 03:43:55 03:17:01 2 0.03 0.00 0.02 0.00 0.02 99.93 03:43:55 03:17:01 3 0.02 0.00 0.03 0.00 0.02 99.93 03:43:55 03:17:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:43:55 03:17:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:43:55 03:17:01 6 0.10 0.00 0.05 0.00 0.05 99.80 03:43:55 03:17:01 7 0.00 0.00 0.02 0.00 0.00 99.98 03:43:55 03:18:01 all 0.03 0.00 0.03 0.00 0.01 99.93 03:43:55 03:18:01 0 0.03 0.00 0.03 0.02 0.00 99.92 03:43:55 03:18:01 1 0.03 0.00 0.02 0.00 0.00 99.95 03:43:55 03:18:01 2 0.03 0.00 0.02 0.00 0.00 99.95 03:43:55 03:18:01 3 0.02 0.00 0.03 0.00 0.00 99.95 03:43:55 03:18:01 4 0.02 0.00 0.02 0.02 0.02 99.93 03:43:55 03:18:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:43:55 03:18:01 6 0.12 0.00 0.08 0.00 0.03 99.77 03:43:55 03:18:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:43:55 03:43:55 03:18:01 CPU %user %nice %system %iowait %steal %idle 03:43:55 03:19:01 all 0.04 0.00 0.02 0.00 0.01 99.92 03:43:55 03:19:01 0 0.02 0.00 0.02 0.02 0.02 99.93 03:43:55 03:19:01 1 0.10 0.00 0.02 0.00 0.02 99.87 03:43:55 03:19:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:43:55 03:19:01 3 0.03 0.00 0.02 0.00 0.02 99.93 03:43:55 03:19:01 4 0.10 0.00 0.03 0.02 0.02 99.83 03:43:55 03:19:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:43:55 03:19:01 6 0.05 0.00 0.07 0.00 0.05 99.83 03:43:55 03:19:01 7 0.02 0.00 0.02 0.00 0.00 99.97 03:43:55 03:20:01 all 0.10 0.00 0.01 0.01 0.01 99.86 03:43:55 03:20:01 0 0.03 0.00 0.00 0.02 0.02 99.93 03:43:55 03:20:01 1 0.03 0.00 0.02 0.00 0.00 99.95 03:43:55 03:20:01 2 0.03 0.00 0.02 0.00 0.00 99.95 03:43:55 03:20:01 3 0.03 0.00 0.02 0.00 0.02 99.93 03:43:55 03:20:01 4 0.60 0.00 0.00 0.02 0.02 99.37 03:43:55 03:20:01 5 0.02 0.00 0.02 0.00 0.00 99.97 03:43:55 03:20:01 6 0.07 0.00 0.05 0.00 0.05 99.83 03:43:55 03:20:01 7 0.00 0.00 0.00 0.02 0.00 99.98 03:43:55 03:21:01 all 0.28 0.00 0.02 0.00 0.01 99.69 03:43:55 03:21:01 0 0.13 0.00 0.05 0.02 0.00 99.80 03:43:55 03:21:01 1 0.17 0.00 0.00 0.00 0.02 99.82 03:43:55 03:21:01 2 0.10 0.00 0.00 0.00 0.02 99.88 03:43:55 03:21:01 3 0.12 0.00 0.02 0.00 0.02 99.85 03:43:55 03:21:01 4 1.57 0.00 0.05 0.00 0.03 98.35 03:43:55 03:21:01 5 0.03 0.00 0.00 0.00 0.00 99.97 03:43:55 03:21:01 6 0.08 0.00 0.05 0.00 0.03 99.83 03:43:55 03:21:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:43:55 03:22:01 all 0.26 0.00 0.06 0.01 0.01 99.66 03:43:55 03:22:01 0 0.20 0.00 0.05 0.05 0.02 99.68 03:43:55 03:22:01 1 0.32 0.00 0.07 0.02 0.00 99.60 03:43:55 03:22:01 2 0.13 0.00 0.07 0.00 0.00 99.80 03:43:55 03:22:01 3 0.13 0.00 0.05 0.00 0.02 99.80 03:43:55 03:22:01 4 0.18 0.00 0.13 0.02 0.02 99.65 03:43:55 03:22:01 5 0.15 0.00 0.03 0.00 0.00 99.82 03:43:55 03:22:01 6 0.17 0.00 0.07 0.00 0.02 99.75 03:43:55 03:22:01 7 0.77 0.00 0.03 0.00 0.00 99.20 03:43:55 03:23:01 all 0.01 0.00 0.01 0.01 0.02 99.94 03:43:55 03:23:01 0 0.03 0.00 0.03 0.10 0.02 99.82 03:43:55 03:23:01 1 0.00 0.00 0.00 0.00 0.02 99.98 03:43:55 03:23:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:43:55 03:23:01 3 0.02 0.00 0.00 0.00 0.03 99.95 03:43:55 03:23:01 4 0.05 0.00 0.03 0.02 0.03 99.87 03:43:55 03:23:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:43:55 03:23:01 6 0.02 0.00 0.03 0.00 0.03 99.92 03:43:55 03:23:01 7 0.00 0.00 0.02 0.00 0.00 99.98 03:43:55 03:24:01 all 0.03 0.00 0.02 0.00 0.01 99.94 03:43:55 03:24:01 0 0.03 0.00 0.00 0.02 0.02 99.93 03:43:55 03:24:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:43:55 03:24:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:43:55 03:24:01 3 0.03 0.00 0.03 0.00 0.03 99.90 03:43:55 03:24:01 4 0.02 0.00 0.05 0.02 0.02 99.90 03:43:55 03:24:01 5 0.03 0.00 0.00 0.00 0.02 99.95 03:43:55 03:24:01 6 0.05 0.00 0.03 0.00 0.02 99.90 03:43:55 03:24:01 7 0.00 0.00 0.02 0.00 0.00 99.98 03:43:55 03:25:01 all 0.01 0.00 0.01 0.00 0.01 99.97 03:43:55 03:25:01 0 0.00 0.00 0.00 0.02 0.00 99.98 03:43:55 03:25:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:43:55 03:25:01 2 0.02 0.00 0.00 0.00 0.02 99.97 03:43:55 03:25:01 3 0.02 0.00 0.02 0.00 0.02 99.95 03:43:55 03:25:01 4 0.02 0.00 0.00 0.00 0.02 99.97 03:43:55 03:25:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:43:55 03:25:01 6 0.02 0.00 0.02 0.00 0.02 99.95 03:43:55 03:25:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:43:55 03:26:01 all 0.03 0.00 0.01 0.00 0.01 99.95 03:43:55 03:26:01 0 0.02 0.00 0.00 0.02 0.00 99.97 03:43:55 03:26:01 1 0.05 0.00 0.00 0.00 0.02 99.93 03:43:55 03:26:01 2 0.03 0.00 0.00 0.00 0.03 99.93 03:43:55 03:26:01 3 0.03 0.00 0.00 0.00 0.02 99.95 03:43:55 03:26:01 4 0.03 0.00 0.02 0.02 0.02 99.92 03:43:55 03:26:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:43:55 03:26:01 6 0.03 0.00 0.03 0.00 0.02 99.92 03:43:55 03:26:01 7 0.00 0.00 0.02 0.00 0.00 99.98 03:43:55 03:27:01 all 0.02 0.00 0.02 0.00 0.01 99.94 03:43:55 03:27:01 0 0.02 0.00 0.03 0.02 0.02 99.92 03:43:55 03:27:01 1 0.05 0.00 0.03 0.00 0.03 99.88 03:43:55 03:27:01 2 0.00 0.00 0.03 0.00 0.02 99.95 03:43:55 03:27:01 3 0.03 0.00 0.02 0.00 0.02 99.93 03:43:55 03:27:01 4 0.03 0.00 0.02 0.02 0.02 99.92 03:43:55 03:27:01 5 0.00 0.00 0.02 0.00 0.00 99.98 03:43:55 03:27:01 6 0.02 0.00 0.00 0.00 0.02 99.97 03:43:55 03:27:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:43:55 03:28:01 all 0.02 0.00 0.01 0.00 0.01 99.95 03:43:55 03:28:01 0 0.03 0.00 0.00 0.02 0.00 99.95 03:43:55 03:28:01 1 0.03 0.00 0.02 0.00 0.03 99.92 03:43:55 03:28:01 2 0.03 0.00 0.02 0.00 0.02 99.93 03:43:55 03:28:01 3 0.03 0.00 0.03 0.00 0.02 99.92 03:43:55 03:28:01 4 0.02 0.00 0.00 0.00 0.02 99.97 03:43:55 03:28:01 5 0.02 0.00 0.02 0.00 0.00 99.97 03:43:55 03:28:01 6 0.02 0.00 0.00 0.00 0.02 99.97 03:43:55 03:28:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:43:55 03:29:01 all 0.02 0.00 0.01 0.00 0.01 99.95 03:43:55 03:29:01 0 0.03 0.00 0.03 0.02 0.02 99.90 03:43:55 03:29:01 1 0.07 0.00 0.05 0.00 0.03 99.85 03:43:55 03:29:01 2 0.00 0.00 0.02 0.00 0.02 99.97 03:43:55 03:29:01 3 0.03 0.00 0.00 0.00 0.00 99.97 03:43:55 03:29:01 4 0.02 0.00 0.00 0.02 0.02 99.95 03:43:55 03:29:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:43:55 03:29:01 6 0.02 0.00 0.02 0.00 0.00 99.97 03:43:55 03:29:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:43:55 03:43:55 03:29:01 CPU %user %nice %system %iowait %steal %idle 03:43:55 03:30:01 all 0.03 0.00 0.01 0.00 0.02 99.94 03:43:55 03:30:01 0 0.05 0.00 0.03 0.02 0.03 99.87 03:43:55 03:30:01 1 0.07 0.00 0.03 0.00 0.02 99.88 03:43:55 03:30:01 2 0.03 0.00 0.00 0.00 0.03 99.93 03:43:55 03:30:01 3 0.03 0.00 0.02 0.00 0.02 99.93 03:43:55 03:30:01 4 0.02 0.00 0.00 0.02 0.00 99.97 03:43:55 03:30:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:43:55 03:30:01 6 0.02 0.00 0.00 0.00 0.02 99.97 03:43:55 03:30:01 7 0.00 0.00 0.00 0.00 0.02 99.98 03:43:55 03:31:01 all 0.10 0.00 0.05 0.00 0.01 99.84 03:43:55 03:31:01 0 0.03 0.00 0.07 0.02 0.02 99.87 03:43:55 03:31:01 1 0.05 0.00 0.02 0.00 0.02 99.92 03:43:55 03:31:01 2 0.55 0.00 0.13 0.00 0.02 99.30 03:43:55 03:31:01 3 0.03 0.00 0.03 0.00 0.02 99.92 03:43:55 03:31:01 4 0.03 0.00 0.03 0.02 0.02 99.90 03:43:55 03:31:01 5 0.00 0.00 0.03 0.00 0.02 99.95 03:43:55 03:31:01 6 0.07 0.00 0.03 0.00 0.02 99.88 03:43:55 03:31:01 7 0.02 0.00 0.03 0.00 0.00 99.95 03:43:55 03:32:01 all 0.03 0.00 0.02 0.00 0.01 99.94 03:43:55 03:32:01 0 0.03 0.00 0.03 0.02 0.02 99.90 03:43:55 03:32:01 1 0.07 0.00 0.02 0.00 0.02 99.90 03:43:55 03:32:01 2 0.03 0.00 0.02 0.00 0.02 99.93 03:43:55 03:32:01 3 0.02 0.00 0.02 0.00 0.02 99.95 03:43:55 03:32:01 4 0.00 0.00 0.00 0.02 0.00 99.98 03:43:55 03:32:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:43:55 03:32:01 6 0.03 0.00 0.03 0.00 0.02 99.92 03:43:55 03:32:01 7 0.02 0.00 0.02 0.00 0.00 99.97 03:43:55 03:33:01 all 0.01 0.00 0.01 0.00 0.01 99.96 03:43:55 03:33:01 0 0.00 0.00 0.03 0.02 0.03 99.92 03:43:55 03:33:01 1 0.05 0.00 0.02 0.00 0.00 99.93 03:43:55 03:33:01 2 0.02 0.00 0.00 0.00 0.03 99.95 03:43:55 03:33:01 3 0.03 0.00 0.00 0.02 0.02 99.93 03:43:55 03:33:01 4 0.02 0.00 0.02 0.00 0.02 99.95 03:43:55 03:33:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:43:55 03:33:01 6 0.00 0.00 0.02 0.00 0.00 99.98 03:43:55 03:33:01 7 0.00 0.00 0.00 0.00 0.02 99.98 03:43:55 03:34:01 all 0.02 0.00 0.01 0.00 0.01 99.95 03:43:55 03:34:01 0 0.03 0.00 0.00 0.02 0.02 99.93 03:43:55 03:34:01 1 0.00 0.00 0.02 0.00 0.02 99.97 03:43:55 03:34:01 2 0.03 0.00 0.02 0.00 0.02 99.93 03:43:55 03:34:01 3 0.03 0.00 0.00 0.02 0.02 99.93 03:43:55 03:34:01 4 0.02 0.00 0.02 0.00 0.02 99.95 03:43:55 03:34:01 5 0.00 0.00 0.02 0.00 0.00 99.98 03:43:55 03:34:01 6 0.05 0.00 0.05 0.00 0.02 99.88 03:43:55 03:34:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:43:55 03:35:01 all 0.19 0.00 0.01 0.00 0.01 99.78 03:43:55 03:35:01 0 0.02 0.00 0.02 0.00 0.03 99.93 03:43:55 03:35:01 1 0.08 0.00 0.02 0.00 0.02 99.88 03:43:55 03:35:01 2 0.03 0.00 0.00 0.00 0.02 99.95 03:43:55 03:35:01 3 0.03 0.00 0.02 0.00 0.00 99.95 03:43:55 03:35:01 4 0.00 0.00 0.02 0.02 0.02 99.95 03:43:55 03:35:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:43:55 03:35:01 6 0.02 0.00 0.00 0.00 0.02 99.97 03:43:55 03:35:01 7 1.32 0.00 0.02 0.00 0.02 98.65 03:43:55 03:36:01 all 0.02 0.00 0.01 0.00 0.01 99.96 03:43:55 03:36:01 0 0.03 0.00 0.02 0.02 0.02 99.92 03:43:55 03:36:01 1 0.05 0.00 0.00 0.00 0.00 99.95 03:43:55 03:36:01 2 0.03 0.00 0.03 0.00 0.03 99.90 03:43:55 03:36:01 3 0.00 0.00 0.00 0.00 0.02 99.98 03:43:55 03:36:01 4 0.03 0.00 0.02 0.02 0.00 99.93 03:43:55 03:36:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:43:55 03:36:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:43:55 03:36:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:43:55 03:37:01 all 0.04 0.00 0.01 0.00 0.01 99.93 03:43:55 03:37:01 0 0.05 0.00 0.02 0.00 0.02 99.92 03:43:55 03:37:01 1 0.05 0.00 0.02 0.00 0.02 99.92 03:43:55 03:37:01 2 0.03 0.00 0.02 0.00 0.02 99.93 03:43:55 03:37:01 3 0.02 0.00 0.00 0.00 0.02 99.97 03:43:55 03:37:01 4 0.00 0.00 0.00 0.02 0.02 99.97 03:43:55 03:37:01 5 0.03 0.00 0.00 0.00 0.00 99.97 03:43:55 03:37:01 6 0.02 0.00 0.03 0.00 0.02 99.93 03:43:55 03:37:01 7 0.15 0.00 0.02 0.00 0.00 99.83 03:43:55 03:38:01 all 0.19 0.00 0.02 0.00 0.01 99.77 03:43:55 03:38:01 0 0.02 0.00 0.03 0.02 0.03 99.90 03:43:55 03:38:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:43:55 03:38:01 2 0.02 0.00 0.02 0.00 0.02 99.95 03:43:55 03:38:01 3 0.03 0.00 0.00 0.00 0.00 99.97 03:43:55 03:38:01 4 0.02 0.00 0.02 0.00 0.02 99.95 03:43:55 03:38:01 5 0.00 0.00 0.00 0.00 0.02 99.98 03:43:55 03:38:01 6 0.00 0.00 0.00 0.00 0.02 99.98 03:43:55 03:38:01 7 1.38 0.00 0.10 0.00 0.02 98.50 03:43:55 03:39:01 all 0.02 0.00 0.01 0.00 0.01 99.95 03:43:55 03:39:01 0 0.00 0.00 0.00 0.02 0.02 99.97 03:43:55 03:39:01 1 0.03 0.00 0.00 0.00 0.02 99.95 03:43:55 03:39:01 2 0.02 0.00 0.02 0.00 0.03 99.93 03:43:55 03:39:01 3 0.03 0.00 0.00 0.00 0.02 99.95 03:43:55 03:39:01 4 0.02 0.00 0.03 0.02 0.00 99.93 03:43:55 03:39:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:43:55 03:39:01 6 0.03 0.00 0.03 0.00 0.02 99.92 03:43:55 03:39:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:43:55 03:40:01 all 0.25 0.00 0.02 0.01 0.01 99.72 03:43:55 03:40:01 0 0.02 0.00 0.02 0.02 0.03 99.92 03:43:55 03:40:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:43:55 03:40:01 2 0.05 0.00 0.02 0.00 0.02 99.92 03:43:55 03:40:01 3 0.02 0.00 0.02 0.00 0.02 99.95 03:43:55 03:40:01 4 0.00 0.00 0.02 0.03 0.02 99.93 03:43:55 03:40:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:43:55 03:40:01 6 0.07 0.00 0.03 0.00 0.02 99.88 03:43:55 03:40:01 7 1.76 0.00 0.02 0.00 0.02 98.21 03:43:55 03:43:55 03:40:01 CPU %user %nice %system %iowait %steal %idle 03:43:55 03:41:02 all 0.17 0.00 0.03 0.00 0.01 99.79 03:43:55 03:41:02 0 1.19 0.00 0.12 0.02 0.02 98.66 03:43:55 03:41:02 1 0.05 0.00 0.02 0.00 0.02 99.92 03:43:55 03:41:02 2 0.07 0.00 0.05 0.00 0.02 99.87 03:43:55 03:41:02 3 0.02 0.00 0.00 0.00 0.00 99.98 03:43:55 03:41:02 4 0.00 0.00 0.00 0.00 0.00 100.00 03:43:55 03:41:02 5 0.02 0.00 0.02 0.00 0.00 99.97 03:43:55 03:41:02 6 0.03 0.00 0.00 0.00 0.02 99.95 03:43:55 03:41:02 7 0.00 0.00 0.02 0.00 0.00 99.98 03:43:55 03:42:01 all 0.02 0.00 0.01 0.00 0.01 99.95 03:43:55 03:42:01 0 0.02 0.00 0.02 0.00 0.03 99.93 03:43:55 03:42:01 1 0.02 0.00 0.02 0.00 0.02 99.95 03:43:55 03:42:01 2 0.08 0.00 0.03 0.00 0.03 99.85 03:43:55 03:42:01 3 0.02 0.00 0.02 0.00 0.02 99.95 03:43:55 03:42:01 4 0.00 0.00 0.00 0.02 0.02 99.97 03:43:55 03:42:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:43:55 03:42:01 6 0.02 0.00 0.03 0.00 0.00 99.95 03:43:55 03:42:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:43:55 03:43:01 all 5.43 0.00 2.37 1.89 0.04 90.26 03:43:55 03:43:01 0 5.78 0.00 3.05 1.97 0.05 89.15 03:43:55 03:43:01 1 5.70 0.00 2.17 1.10 0.03 90.99 03:43:55 03:43:01 2 5.31 0.00 1.73 0.25 0.05 92.66 03:43:55 03:43:01 3 6.16 0.00 2.85 0.38 0.05 90.56 03:43:55 03:43:01 4 5.50 0.00 2.58 10.75 0.05 81.12 03:43:55 03:43:01 5 5.44 0.00 2.52 0.22 0.03 91.79 03:43:55 03:43:01 6 4.47 0.00 1.94 0.15 0.03 93.40 03:43:55 03:43:01 7 5.10 0.00 2.15 0.40 0.03 92.32 03:43:55 Average: all 8.69 0.00 1.56 1.01 0.04 88.70 03:43:55 Average: 0 8.69 0.00 1.65 0.80 0.04 88.82 03:43:55 Average: 1 8.77 0.00 1.62 1.27 0.04 88.30 03:43:55 Average: 2 8.71 0.00 1.49 0.36 0.04 89.39 03:43:55 Average: 3 8.49 0.00 1.52 0.66 0.04 89.28 03:43:55 Average: 4 8.90 0.00 1.65 1.60 0.04 87.82 03:43:55 Average: 5 8.62 0.00 1.55 0.95 0.03 88.85 03:43:55 Average: 6 8.57 0.00 1.45 0.59 0.05 89.34 03:43:55 Average: 7 8.79 0.00 1.58 1.84 0.03 87.76 03:43:55 03:43:55 03:43:55