Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 89254c1fef09d3f643254057b63cf98f5b6a48ef 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-ssh12477226028927705448.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 0b81fa10a7dd14683a964f04f411324fe83f93ac Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh12600734754393878241.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 0b81fa10a7dd14683a964f04f411324fe83f93ac The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10775617100043196130.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 0b81fa10a7dd14683a964f04f411324fe83f93ac (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 0b81fa10a7dd14683a964f04f411324fe83f93ac # timeout=10 Commit message: "Merge pull request #457 from jinlinGuan/golang-1.23" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh15253897482964395296.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-ssh17183377067998792463.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]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi 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-23883’ is offline Running on prd-ubuntu20.04-docker-8c-8g-23888 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/737 [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/737 # 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 89254c1fef09d3f643254057b63cf98f5b6a48ef (main) > 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 89254c1fef09d3f643254057b63cf98f5b6a48ef # timeout=10 Commit message: "Merge pull request #4983 from lindseysimple/issue-4980-2" > git rev-list --no-walk c963200bef242761a1aa2b6acdf8b0387bfd966f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:32:19 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:32:19 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:32:19 ========================================================= 03:32:19 EdgeX Global Pipelines Version Info 03:32:19 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:32:20 ------------------- 03:32:20 stable info: 03:32:20 ------------------- 03:32:20 Commited By: Ginny Guan ginny@iotechsys.com 03:32:20 Commit SHA: 0b81fa10a7dd14683a964f04f411324fe83f93ac 03:32:20 Message: update stable to v1.0.265 03:32:20 ------------------- 03:32:20 experimental info: 03:32:20 ------------------- 03:32:20 Commited By: Cherry Wang cherry@iotechsys.com 03:32:20 Commit SHA: b5a5e52272fc4198cf3754284eedf36dbf0baa35 03:32:20 Message: update experimental to v1.0.264 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:32:20 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 03:32:20 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 03:32:20 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:32:20 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:32:20 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:32:20 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 03:32:20 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 03:32:20 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 03:32:20 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 03:32:20 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 03:32:20 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:32:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:32:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 03:32:21 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:32:21 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:32:21 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:32:21 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:32:21 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:32:21 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 03:32:21 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 03:32:21 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:32:21 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:32:21 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 03:32:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 03:32:21 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 03:32:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 03:32:21 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] echo 03:32:21 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 89254c1 [Pipeline] echo 03:32:21 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:32:21 provisioning config files... 03:32:21 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/737@tmp/config3290427756863084096tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:32:21 ---> ****-login.sh 03:32:21 nexus3.edgexfoundry.org:10001 03:32:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:32:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:32:22 Configure a credential helper to remove this warning. See 03:32:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:32:22 03:32:22 Login Succeeded 03:32:22 nexus3.edgexfoundry.org:10002 03:32:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:32:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:32:22 Configure a credential helper to remove this warning. See 03:32:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:32:22 03:32:22 Login Succeeded 03:32:22 nexus3.edgexfoundry.org:10003 03:32:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:32:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:32:22 Configure a credential helper to remove this warning. See 03:32:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:32:22 03:32:22 Login Succeeded 03:32:22 nexus3.edgexfoundry.org:10004 03:32:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:32:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:32:22 Configure a credential helper to remove this warning. See 03:32:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:32:22 03:32:22 Login Succeeded 03:32:22 ****.io 03:32:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:32:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:32:22 Configure a credential helper to remove this warning. See 03:32:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:32:22 03:32:22 Login Succeeded 03:32:22 ---> ****-login.sh ends [Pipeline] } 03:32:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:32:23 + 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 03:32:23 + + dirnamecut cmd/core-command/Dockerfile -d/ 03:32:23 -f2 03:32:23 + echo core-command,cmd/core-command/Dockerfile 03:32:23 + dirname cmd/core-common-config-bootstrapper/Dockerfile 03:32:23 + cut -d/ -f2 03:32:23 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 03:32:23 + dirname cmd/core-data/Dockerfile 03:32:23 + cut -d/ -f2 03:32:23 + echo core-data,cmd/core-data/Dockerfile 03:32:23 + dirname cmd/core-keeper/Dockerfile 03:32:23 + cut -d/ -f2 03:32:23 + echo core-keeper,cmd/core-keeper/Dockerfile 03:32:23 + dirname cmd/core-metadata/Dockerfile 03:32:23 + cut -d/ -f2 03:32:23 + echo core-metadata,cmd/core-metadata/Dockerfile 03:32:23 + cut -d/ -f2 03:32:23 + dirname cmd/security-bootstrapper/Dockerfile 03:32:23 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 03:32:23 + dirname cmd/security-proxy-auth/Dockerfile 03:32:23 + cut -d/ -f2 03:32:23 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 03:32:23 + dirname cmd/security-proxy-setup/Dockerfile 03:32:23 + cut -d/ -f2 03:32:23 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 03:32:23 + dirname cmd/security-secretstore-setup/Dockerfile 03:32:23 + cut -d/ -f2 03:32:23 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 03:32:23 + dirname cmd/security-spiffe-token-provider/Dockerfile 03:32:23 + cut -d/ -f2 03:32:23 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 03:32:23 + dirname cmd/security-spire-agent/Dockerfile 03:32:23 + cut -d/ -f2 03:32:23 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 03:32:23 + dirname cmd/security-spire-config/Dockerfile 03:32:23 + cut -d/ -f2 03:32:23 + echo security-spire-config,cmd/security-spire-config/Dockerfile 03:32:23 + dirname cmd/security-spire-server/Dockerfile 03:32:23 + cut -d/ -f2 03:32:23 + echo security-spire-server,cmd/security-spire-server/Dockerfile 03:32:23 + dirname cmd/support-cron-scheduler/Dockerfile 03:32:23 + cut -d/ -f2 03:32:23 + echo support-cron-scheduler,cmd/support-cron-scheduler/Dockerfile 03:32:23 + dirname cmd/support-notifications/Dockerfile 03:32:23 + cut -d/ -f2 03:32:23 + echo support-notifications,cmd/support-notifications/Dockerfile [Pipeline] echo 03:32:23 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]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 03:32:23 + git rev-list -1 --merges 89254c1fef09d3f643254057b63cf98f5b6a48ef~1..89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] echo 03:32:23 -----------> git rev-list -1 --merges 89254c1fef09d3f643254057b63cf98f5b6a48ef~1..89254c1fef09d3f643254057b63cf98f5b6a48ef 89254c1fef09d3f643254057b63cf98f5b6a48ef 03:32:23 89254c1fef09d3f643254057b63cf98f5b6a48ef [false] [Pipeline] sh 03:32:24 + git log --format=format:%s -1 89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] echo 03:32:24 ========================================================= 03:32:24 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 03:32:24 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 03:32:24 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:32:24 + grep -v github /etc/ssh/ssh_known_hosts 03:32:24 + [ -e /tmp/ssh_known_hosts ] 03:32:24 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 03:32:24 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=+ 03:32:24 sudo tee -a /etc/ssh/ssh_known_hosts 03:32:24 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:32:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:32:25 03:32:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:32:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:32:25 0.1.4: Pulling from edgex-devops/py-git-semver 03:32:25 b85a868b505f: Pulling fs layer 03:32:25 e2be974225ed: Pulling fs layer 03:32:25 339a4e72a1f5: Pulling fs layer 03:32:25 988bab9f4d93: Pulling fs layer 03:32:25 1469e6f7b9e6: Pulling fs layer 03:32:25 eaf3925da568: Pulling fs layer 03:32:25 bab4dde63d76: Pulling fs layer 03:32:25 bde34c3a00c8: Pulling fs layer 03:32:25 b352a97aabf1: Pulling fs layer 03:32:25 4872d77fe225: Pulling fs layer 03:32:25 5851b861e8e6: Pulling fs layer 03:32:25 988bab9f4d93: Waiting 03:32:25 1469e6f7b9e6: Waiting 03:32:25 eaf3925da568: Waiting 03:32:25 bab4dde63d76: Waiting 03:32:25 bde34c3a00c8: Waiting 03:32:25 4872d77fe225: Waiting 03:32:25 5851b861e8e6: Waiting 03:32:25 e2be974225ed: Download complete 03:32:25 988bab9f4d93: Download complete 03:32:25 1469e6f7b9e6: Verifying Checksum 03:32:25 1469e6f7b9e6: Download complete 03:32:25 339a4e72a1f5: Verifying Checksum 03:32:25 339a4e72a1f5: Download complete 03:32:25 eaf3925da568: Download complete 03:32:25 bde34c3a00c8: Verifying Checksum 03:32:25 bde34c3a00c8: Download complete 03:32:25 b352a97aabf1: Verifying Checksum 03:32:25 b352a97aabf1: Download complete 03:32:25 4872d77fe225: Verifying Checksum 03:32:25 4872d77fe225: Download complete 03:32:25 5851b861e8e6: Verifying Checksum 03:32:25 5851b861e8e6: Download complete 03:32:25 b85a868b505f: Download complete 03:32:26 bab4dde63d76: Verifying Checksum 03:32:26 bab4dde63d76: Download complete 03:32:27 b85a868b505f: Pull complete 03:32:27 e2be974225ed: Pull complete 03:32:27 339a4e72a1f5: Pull complete 03:32:27 988bab9f4d93: Pull complete 03:32:27 1469e6f7b9e6: Pull complete 03:32:27 eaf3925da568: Pull complete 03:32:29 bab4dde63d76: Pull complete 03:32:29 bde34c3a00c8: Pull complete 03:32:29 b352a97aabf1: Pull complete 03:32:30 4872d77fe225: Pull complete 03:32:30 5851b861e8e6: Pull complete 03:32:30 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 03:32:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:32:30 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:32:30 prd-ubuntu20.04-docker-8c-8g-23888 does not seem to be running inside a container 03:32:30 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/737 -v /w/workspace/edgex-go/737:/w/workspace/edgex-go/737:rw,z -v /w/workspace/edgex-go/737@tmp:/w/workspace/edgex-go/737@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 03:32:32 $ docker top 5150e3df470cd0626ad0fc5c2fa4d1b274e4c37a7627bdd88762d5f4842020ea -eo pid,comm 03:32:32 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:32:32 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:32:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:32:32 [ssh-agent] Looking for ssh-agent implementation... 03:32:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:32:33 $ docker exec 5150e3df470cd0626ad0fc5c2fa4d1b274e4c37a7627bdd88762d5f4842020ea ssh-agent 03:32:33 SSH_AUTH_SOCK=/tmp/ssh-p0EmCSpQeJTc/agent.33 03:32:33 SSH_AGENT_PID=39 03:32:33 Running ssh-add (command line suppressed) 03:32:33 Identity added: /w/workspace/edgex-go/737@tmp/private_key_14287643631525781255.key (/w/workspace/edgex-go/737@tmp/private_key_14287643631525781255.key) 03:32:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:32:33 + git tag --points-at HEAD [Pipeline] } 03:32:33 $ docker exec --env ******** --env ******** 5150e3df470cd0626ad0fc5c2fa4d1b274e4c37a7627bdd88762d5f4842020ea ssh-agent -k 03:32:33 unset SSH_AUTH_SOCK; 03:32:33 unset SSH_AGENT_PID; 03:32:33 echo Agent pid 39 killed; 03:32:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:32:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:32:33 [ssh-agent] Looking for ssh-agent implementation... 03:32:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:32:33 $ docker exec 5150e3df470cd0626ad0fc5c2fa4d1b274e4c37a7627bdd88762d5f4842020ea ssh-agent 03:32:33 SSH_AUTH_SOCK=/tmp/ssh-VkyvT4sWz303/agent.72 03:32:33 SSH_AGENT_PID=78 03:32:33 Running ssh-add (command line suppressed) 03:32:34 Identity added: /w/workspace/edgex-go/737@tmp/private_key_9258500643108877692.key (/w/workspace/edgex-go/737@tmp/private_key_9258500643108877692.key) 03:32:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:32:34 + git semver init 03:32:34 2024-10-28 03:32:34,494 [run_init] DEBUG init version:0.0.0 force:False 03:32:34 2024-10-28 03:32:34,496 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/737/.semver 03:32:34 2024-10-28 03:32:34,497 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/737/.semver 03:32:34 2024-10-28 03:32:34,497 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/737/.semver'], cwd=/w/workspace/edgex-go/737, universal_newlines=False, shell=None, istream=None) 03:32:39 2024-10-28 03:32:39,526 [append_file] DEBUG append to file:/w/workspace/edgex-go/737/.git/info/exclude 03:32:39 2024-10-28 03:32:39,527 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/737/.semver/main with force:False 03:32:39 2024-10-28 03:32:39,527 [read_version] DEBUG read version from /w/workspace/edgex-go/737/.semver/main 03:32:39 2024-10-28 03:32:39,527 [read_version] DEBUG read version from /w/workspace/edgex-go/737/.semver/main 03:32:39 4.0.0-dev.4 [Pipeline] } 03:32:39 $ docker exec --env ******** --env ******** 5150e3df470cd0626ad0fc5c2fa4d1b274e4c37a7627bdd88762d5f4842020ea ssh-agent -k 03:32:39 unset SSH_AUTH_SOCK; 03:32:39 unset SSH_AGENT_PID; 03:32:39 echo Agent pid 78 killed; 03:32:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:32:40 + git semver [Pipeline] } 03:32:40 $ docker stop --time=1 5150e3df470cd0626ad0fc5c2fa4d1b274e4c37a7627bdd88762d5f4842020ea 03:32:41 $ docker rm -f --volumes 5150e3df470cd0626ad0fc5c2fa4d1b274e4c37a7627bdd88762d5f4842020ea [Pipeline] // withDockerContainer [Pipeline] sh 03:32:42 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:32:42 Stashed 1 file(s) [Pipeline] echo 03:32:42 [edgeXSemver]: initialized semver on version 4.0.0-dev.4 [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 03:32:42 + git config --global --add safe.directory /w/workspace/edgex-go/737 [Pipeline] echo 03:32:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 03:32:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 03:32:43 ========================================================= 03:32:43 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 03:32:43 ========================================================= [Pipeline] fileExists [Pipeline] sh 03:32:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 03:32:43 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 03:32:43 43c4264eed91: Pulling fs layer 03:32:43 4cc291be95ef: Pulling fs layer 03:32:43 2ac1f1163629: Pulling fs layer 03:32:43 5c3c966382ef: Pulling fs layer 03:32:43 4f4fb700ef54: Pulling fs layer 03:32:43 5d5c8e513c77: Pulling fs layer 03:32:43 9f66e0745190: Pulling fs layer 03:32:43 f49a43e4bbc0: Pulling fs layer 03:32:43 561ebcabdf7f: Pulling fs layer 03:32:43 5d5c8e513c77: Waiting 03:32:43 9f66e0745190: Waiting 03:32:43 5c3c966382ef: Waiting 03:32:43 f49a43e4bbc0: Waiting 03:32:43 561ebcabdf7f: Waiting 03:32:43 4f4fb700ef54: Waiting 03:32:43 4cc291be95ef: Download complete 03:32:43 5c3c966382ef: Download complete 03:32:43 4f4fb700ef54: Verifying Checksum 03:32:43 4f4fb700ef54: Download complete 03:32:43 5d5c8e513c77: Download complete 03:32:43 43c4264eed91: Download complete 03:32:43 9f66e0745190: Verifying Checksum 03:32:43 9f66e0745190: Download complete 03:32:43 43c4264eed91: Pull complete 03:32:43 561ebcabdf7f: Verifying Checksum 03:32:43 561ebcabdf7f: Download complete 03:32:43 4cc291be95ef: Pull complete 03:32:43 2ac1f1163629: Verifying Checksum 03:32:43 2ac1f1163629: Download complete 03:32:44 f49a43e4bbc0: Verifying Checksum 03:32:44 f49a43e4bbc0: Download complete 03:32:47 2ac1f1163629: Pull complete 03:32:47 5c3c966382ef: Pull complete 03:32:47 4f4fb700ef54: Pull complete 03:32:47 5d5c8e513c77: Pull complete 03:32:47 9f66e0745190: Pull complete 03:32:50 f49a43e4bbc0: Pull complete 03:32:50 561ebcabdf7f: Pull complete 03:32:50 Digest: sha256:0719486ae9a24b675ee3acaa2cfd867e7a981f2ef22b41d166c62d936fe8de2d 03:32:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 03:32:50 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh 03:32:50 + + echodocker FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 03:32:50 WORKDIR /edgex 03:32:50 COPY go.mod . 03:32:50 RUN go mod download build 03:32:50 -t ci-base-image-x86_64 -f - . 03:32:51 Sending build context to Docker daemon 178MB 03:32:51 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 03:32:51 ---> 3a752c3f9dda 03:32:51 Step 2/4 : WORKDIR /edgex 03:32:55 ---> Running in 4f6b96c873f1 03:32:55 Removing intermediate container 4f6b96c873f1 03:32:55 ---> 6dc7c58ed240 03:32:55 Step 3/4 : COPY go.mod . 03:32:55 ---> 3102422d1185 03:32:55 Step 4/4 : RUN go mod download 03:32:55 ---> Running in 3f544191e18b 03:32:57 Still waiting to schedule task 03:32:57 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 03:33:21 Removing intermediate container 3f544191e18b 03:33:21 ---> a41c22ff260d 03:33:21 Successfully built a41c22ff260d 03:33:21 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:33:22 + docker inspect -f . ci-base-image-x86_64 03:33:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:33:22 prd-ubuntu20.04-docker-8c-8g-23888 does not seem to be running inside a container 03:33:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/737 -v /w/workspace/edgex-go/737:/w/workspace/edgex-go/737:rw,z -v /w/workspace/edgex-go/737@tmp:/w/workspace/edgex-go/737@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 03:33:22 $ docker top a57994caa6313e5104114e8e2e0a52c47d8ebbd409c2298a20cbbb03d88a628b -eo pid,comm [Pipeline] { [Pipeline] sh 03:33:23 + go version 03:33:23 go version go1.23.2 linux/amd64 [Pipeline] } 03:33:23 $ docker stop --time=1 a57994caa6313e5104114e8e2e0a52c47d8ebbd409c2298a20cbbb03d88a628b 03:33:24 $ docker rm -f --volumes a57994caa6313e5104114e8e2e0a52c47d8ebbd409c2298a20cbbb03d88a628b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:33:24 + docker inspect -f . ci-base-image-x86_64 03:33:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:33:25 prd-ubuntu20.04-docker-8c-8g-23888 does not seem to be running inside a container 03:33:25 $ 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/737 -v /w/workspace/edgex-go/737:/w/workspace/edgex-go/737:rw,z -v /w/workspace/edgex-go/737@tmp:/w/workspace/edgex-go/737@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 03:33:25 $ docker top 580b75708acd6d235dd91f7e5c2718cb617e23c10247482251e924a43aa0e2c4 -eo pid,comm [Pipeline] { [Pipeline] echo 03:33:25 ========================================================= 03:33:25 [edgeXBuildGoParallel] Running Tests and Build... 03:33:25 ========================================================= [Pipeline] sh 03:33:25 + git config --global --add safe.directory /w/workspace/edgex-go/737 [Pipeline] fileExists [Pipeline] sh 03:33:26 + make test 03:33:26 go test -race -coverprofile=coverage.out ./... 03:33:36 ? github.com/edgexfoundry/edgex-go [no test files] 03:34:08 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 03:34:08 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 03:34:08 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 03:34:08 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 03:34:08 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 03:34:08 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 03:34:08 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 03:34:08 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 03:34:08 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 03:34:08 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 03:34:08 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 03:34:08 github.com/edgexfoundry/edgex-go/cmd/support-cron-scheduler coverage: 0.0% of statements 03:34:08 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:34:08 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 03:34:08 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 03:34:08 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 03:34:08 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 03:34:09 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.026s coverage: 28.7% of statements 03:34:09 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 03:34:09 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 03:34:09 github.com/edgexfoundry/edgex-go/internal/core/common_config coverage: 0.0% of statements 03:34:10 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 03:34:10 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 03:34:11 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.045s coverage: 97.0% of statements 03:34:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 03:34:11 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 03:34:11 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 03:34:11 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 03:34:11 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 03:34:11 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 03:34:11 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 03:34:11 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 03:34:11 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 03:34:13 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 03:34:13 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 03:34:13 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 03:34:13 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 03:34:13 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 03:34:14 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.056s coverage: 69.2% of statements 03:34:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.068s coverage: 48.4% of statements 03:34:14 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 03:34:14 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 03:34:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.552s coverage: 93.4% of statements 03:34:15 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.070s coverage: 91.7% of statements 03:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 03:34:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:34:15 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 03:34:15 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 03:34:15 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 03:34:15 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 03:34:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.048s coverage: 9.4% of statements 03:34:15 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 03:34:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:34:15 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 03:34:15 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 03:34:15 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 03:34:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.452s coverage: 95.8% of statements 03:34:16 ok github.com/edgexfoundry/edgex-go/internal/io 1.020s coverage: 72.2% of statements 03:34:17 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 03:34:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 03:34:17 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 03:34:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.040s coverage: 0.0% of statements [no tests to run] 03:34:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.041s coverage: 1.0% of statements 03:34:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.036s coverage: 44.2% of statements 03:34:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.031s coverage: 41.7% of statements 03:34:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.024s coverage: 77.8% of statements 03:34:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.019s coverage: 94.1% of statements 03:34:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.029s coverage: 96.3% of statements 03:34:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.025s coverage: 87.5% of statements 03:34:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 03:34:20 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 03:34:20 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 03:34:20 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 03:34:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 03:34:20 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 03:34:20 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 03:34:20 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 03:34:21 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 03:34:21 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 03:34:21 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 03:34:22 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 03:34:22 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 03:34:22 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 03:34:22 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 03:34:22 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 03:34:22 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 03:34:23 Running on prd-ubuntu20.04-docker-arm64-4c-16g-23889 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 03:34:23 Running in /w/workspace/edgex-go/737 [Pipeline] { [Pipeline] checkout 03:34:23 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 03:34:25 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 03:34:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 03:34:26 The recommended git tool is: git 03:34:27 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 03:34:27 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 03:34:29 github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements 03:34:29 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 03:34:29 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 03:34:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.030s coverage: 94.4% of statements 03:34:31 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 03:34:31 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 03:34:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 03:34:31 using credential edgex-jenkins-ssh 03:34:31 Cloning the remote Git repository 03:34:31 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:34:31 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 03:34:31 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 03:34:31 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 03:34:31 github.com/edgexfoundry/edgex-go/internal/support/cronscheduler coverage: 0.0% of statements 03:34:31 > git init /w/workspace/edgex-go/737 # timeout=10 03:34:31 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:34:31 > git --version # timeout=10 03:34:31 > git --version # 'git version 2.25.1' 03:34:31 using GIT_SSH to set credentials SSH Credentials for GitHub 03:34:31 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:34:33 github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/config coverage: 0.0% of statements 03:34:33 github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/container coverage: 0.0% of statements 03:34:33 github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application/action coverage: 0.0% of statements 03:34:34 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces [no test files] 03:34:34 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 03:34:34 github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 03:34:36 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 03:34:36 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 03:34:36 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 03:34:36 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 03:34:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 03:34:37 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 03:34:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 22.205s coverage: 80.7% of statements 03:34:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.046s coverage: 92.9% of statements 03:34:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.030s coverage: 66.7% of statements 03:34:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.057s coverage: 62.3% of statements 03:34:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.027s coverage: 75.0% of statements 03:34:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 13.029s coverage: 87.2% of statements 03:34:42 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.019s coverage: 20.0% of statements 03:34:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.017s coverage: 100.0% of statements 03:34:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.060s coverage: 81.8% of statements 03:34:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.062s coverage: 82.1% of statements 03:34:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.024s coverage: 86.0% of statements 03:34:42 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.140s coverage: 63.1% of statements 03:34:42 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.030s coverage: 100.0% of statements 03:34:42 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.030s coverage: 89.4% of statements 03:34:42 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.020s coverage: 100.0% of statements 03:34:42 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.024s coverage: 73.7% of statements 03:34:42 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.014s coverage: 100.0% of statements 03:34:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.394s coverage: 36.8% of statements 03:34:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.028s coverage: 93.8% of statements 03:34:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.020s coverage: 3.1% of statements 03:34:42 ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application 1.036s coverage: 9.0% of statements 03:34:42 ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/controller/http 1.075s coverage: 97.7% of statements 03:34:42 ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure 1.031s coverage: 45.8% of statements 03:34:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.055s coverage: 17.4% of statements 03:34:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.119s coverage: 95.7% of statements 03:34:43 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 03:34:43 running golangci-lint 03:34:44 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 03:34:44 go version go1.23.2 linux/amd64 03:34:44 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 03:34:44 level=info msg="[config_reader] Used config file .golangci.yml" 03:34:44 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 03:34:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:34:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:34:49 Avoid second fetch 03:34:49 Checking out Revision 89254c1fef09d3f643254057b63cf98f5b6a48ef (main) 03:34:49 Commit message: "Merge pull request #4983 from lindseysimple/issue-4980-2" 03:34:49 > git config core.sparsecheckout # timeout=10 03:34:49 > git checkout -f 89254c1fef09d3f643254057b63cf98f5b6a48ef # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:34:54 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 03:34:54 % Total % Received % Xferd Average Speed Time Time Time Current 03:34:54 Dload Upload Total Spent Left Speed 03:34:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 120k 0 --:--:-- --:--:-- --:--:-- 121k [Pipeline] sh 03:34:55 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 03:34:55 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 03:34:55 + sudo tee /etc/docker/daemon.new 03:34:55 { 03:34:55 "registry-mirrors": [ 03:34:55 "https://nexus3.edgexfoundry.org:10001" 03:34:55 ], 03:34:55 "bip": "10.250.0.254/24", 03:34:55 "hosts": [ 03:34:55 "tcp://0.0.0.0:5555", 03:34:55 "unix:///var/run/docker.sock" 03:34:55 ], 03:34:55 "mtu": 1458, 03:34:55 "selinux-enabled": true, 03:34:55 "seccomp-profile": "/etc/docker/seccomp.json" 03:34:55 } [Pipeline] sh 03:34:55 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 03:34:56 + sudo service docker restart 03:35:10 level=info msg="[loader] Go packages loading at mode 575 (deps|files|name|compiled_files|exports_file|imports|types_sizes) took 24.823457657s" 03:35:10 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 52.961194ms" [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:35:14 provisioning config files... 03:35:14 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/737@tmp/config4773384296566479540tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:35:14 ---> ****-login.sh 03:35:14 nexus3.edgexfoundry.org:10001 03:35:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:35:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:35:15 Configure a credential helper to remove this warning. See 03:35:15 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:35:15 03:35:15 Login Succeeded 03:35:15 nexus3.edgexfoundry.org:10002 03:35:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:35:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:35:15 Configure a credential helper to remove this warning. See 03:35:15 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:35:15 03:35:15 Login Succeeded 03:35:15 nexus3.edgexfoundry.org:10003 03:35:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:35:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:35:16 Configure a credential helper to remove this warning. See 03:35:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:35:16 03:35:16 Login Succeeded 03:35:16 nexus3.edgexfoundry.org:10004 03:35:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:35:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:35:16 Configure a credential helper to remove this warning. See 03:35:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:35:16 03:35:16 Login Succeeded 03:35:16 ****.io 03:35:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:35:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:35:17 Configure a credential helper to remove this warning. See 03:35:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:35:17 03:35:17 Login Succeeded 03:35:17 ---> ****-login.sh ends [Pipeline] } 03:35:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 03:35:17 + git config --global --add safe.directory /w/workspace/edgex-go/737 [Pipeline] echo 03:35:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 03:35:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 03:35:17 ========================================================= 03:35:17 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 03:35:17 ========================================================= [Pipeline] fileExists [Pipeline] sh 03:35:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 03:35:18 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:35:18 cf04c63912e1: Pulling fs layer 03:35:18 55b35a11ae5e: Pulling fs layer 03:35:18 a37a00ec5f00: Pulling fs layer 03:35:18 50b3750afda1: Pulling fs layer 03:35:18 4f4fb700ef54: Pulling fs layer 03:35:18 80978eb59214: Pulling fs layer 03:35:18 c9f46d7d2bd2: Pulling fs layer 03:35:18 c5a475d317c9: Pulling fs layer 03:35:18 80978eb59214: Waiting 03:35:18 c5a475d317c9: Waiting 03:35:18 c9f46d7d2bd2: Waiting 03:35:18 50b3750afda1: Waiting 03:35:18 4f4fb700ef54: Waiting 03:35:18 55b35a11ae5e: Download complete 03:35:18 50b3750afda1: Download complete 03:35:18 4f4fb700ef54: Verifying Checksum 03:35:18 4f4fb700ef54: Download complete 03:35:18 80978eb59214: Verifying Checksum 03:35:18 80978eb59214: Download complete 03:35:18 cf04c63912e1: Verifying Checksum 03:35:18 cf04c63912e1: Download complete 03:35:18 c5a475d317c9: Verifying Checksum 03:35:18 c5a475d317c9: Download complete 03:35:19 cf04c63912e1: Pull complete 03:35:19 55b35a11ae5e: Pull complete 03:35:20 a37a00ec5f00: Download complete 03:35:21 c9f46d7d2bd2: Verifying Checksum 03:35:21 c9f46d7d2bd2: Download complete 03:35:23 level=info msg="[linters_context/goanalysis] analyzers took 2m35.781150638s with top 10 stages: buildir: 1m7.268114994s, gosec: 4.616375007s, fact_deprecated: 3.31585994s, inspect: 3.04093101s, printf: 2.791006195s, ctrlflow: 2.54754987s, fact_purity: 1.584190445s, nilness: 1.503320668s, S1038: 1.422102133s, typedness: 1.297378613s" 03:35:23 level=info msg="[runner] Issues before processing: 222, after processing: 0" 03:35:23 level=info msg="[runner] Processors filtering stat (in/out): cgo: 222/222, autogenerated_exclude: 222/222, exclude: 222/222, nolint: 22/0, filename_unadjuster: 222/222, path_prettifier: 222/222, skip_dirs: 222/222, identifier_marker: 222/222, invalid_issue: 222/222, skip_files: 222/222, exclude-rules: 222/22" 03:35:23 level=info msg="[runner] processing took 25.933967ms with stages: nolint: 12.266217ms, identifier_marker: 7.482611ms, autogenerated_exclude: 2.124523ms, path_prettifier: 1.856663ms, exclude-rules: 1.164472ms, skip_dirs: 932.741µs, cgo: 43.01µs, invalid_issue: 37.05µs, filename_unadjuster: 19.26µs, max_same_issues: 1.87µs, fixer: 870ns, diff: 750ns, sort_results: 640ns, uniq_by_line: 630ns, skip_files: 580ns, max_from_linter: 530ns, source_code: 450ns, severity-rules: 300ns, exclude: 290ns, max_per_file_from_linter: 180ns, path_prefixer: 170ns, path_shortener: 160ns" 03:35:23 level=info msg="[runner] linters took 13.727007745s with stages: goanalysis_metalinter: 13.700888058s" 03:35:23 level=info msg="File cache stats: 0 entries of total size 0B" 03:35:23 level=info msg="Memory: 386 samples, avg is 297.4MB, max is 1311.2MB" 03:35:23 level=info msg="Execution took 38.611623373s" 03:35:23 go vet ./... 03:35:31 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 03:35:31 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 03:35:31 ./bin/test-attribution-txt.sh [Pipeline] echo 03:35:31 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh 03:35:31 + ls -al . 03:35:31 total 1820 03:35:31 drwxrwxr-x 11 1001 1001 4096 Oct 28 03:33 . 03:35:31 drwxr-xr-x 4 root root 4096 Oct 28 03:33 .. 03:35:31 drwxrwxr-x 2 1001 1001 4096 Oct 28 03:32 .blubracket 03:35:31 -rw-rw-r-- 1 1001 1001 10 Oct 28 03:32 .dockerignore 03:35:31 drwxrwxr-x 8 1001 1001 4096 Oct 28 03:34 .git 03:35:31 drwxrwxr-x 3 1001 1001 4096 Oct 28 03:32 .github 03:35:31 -rw-rw-r-- 1 1001 1001 1112 Oct 28 03:32 .gitignore 03:35:31 -rw-rw-r-- 1 1001 1001 199 Oct 28 03:32 .golangci.yml 03:35:31 -rw-rw-r-- 1 1001 1001 100 Oct 28 03:32 .hadolint.yml 03:35:31 drwxr-xr-x 3 1001 1001 4096 Oct 28 03:32 .semver 03:35:31 -rw-rw-r-- 1 1001 1001 155 Oct 28 03:32 .sonarcloud.properties 03:35:31 -rw-rw-r-- 1 1001 1001 1171 Oct 28 03:32 ADOPTERS.md 03:35:31 -rw-rw-r-- 1 1001 1001 21553 Oct 28 03:32 Attribution.txt 03:35:31 -rw-rw-r-- 1 1001 1001 100284 Oct 28 03:32 CHANGELOG.md 03:35:31 -rw-rw-r-- 1 1001 1001 3804 Oct 28 03:32 CONTRIBUTING.md 03:35:31 -rw-rw-r-- 1 1001 1001 677 Oct 28 03:32 GOVERNANCE.md 03:35:31 -rw-rw-r-- 1 1001 1001 858 Oct 28 03:32 Jenkinsfile 03:35:31 -rw-rw-r-- 1 1001 1001 10775 Oct 28 03:32 LICENSE 03:35:31 -rw-rw-r-- 1 1001 1001 16705 Oct 28 03:32 Makefile 03:35:31 -rw-rw-r-- 1 1001 1001 582 Oct 28 03:32 OWNERS.md 03:35:31 -rw-rw-r-- 1 1001 1001 9533 Oct 28 03:32 README.md 03:35:31 -rw-rw-r-- 1 1001 1001 789 Oct 28 03:32 SECURITY.md 03:35:31 -rw-rw-r-- 1 1001 1001 11 Oct 28 03:32 VERSION 03:35:31 drwxrwxr-x 2 1001 1001 4096 Oct 28 03:32 bin 03:35:31 drwxrwxr-x 19 1001 1001 4096 Oct 28 03:32 cmd 03:35:31 -rw-r--r-- 1 root root 1475884 Oct 28 03:34 coverage.out 03:35:31 drwxrwxr-x 2 1001 1001 4096 Oct 28 03:32 fuzz_test 03:35:31 -rw-rw-r-- 1 1001 1001 7271 Oct 28 03:32 go.mod 03:35:31 -rw-rw-r-- 1 1001 1001 101072 Oct 28 03:32 go.sum 03:35:31 drwxrwxr-x 7 1001 1001 4096 Oct 28 03:32 internal 03:35:31 drwxrwxr-x 2 1001 1001 4096 Oct 28 03:32 openapi 03:35:31 -rw-rw-r-- 1 1001 1001 584 Oct 28 03:32 security.txt 03:35:31 -rw-rw-r-- 1 1001 1001 204 Oct 28 03:32 version.go [Pipeline] sh 03:35:31 + '[' -e coverage.out ] 03:35:31 + chown 1001:1001 coverage.out [Pipeline] stash 03:35:32 Stashed 1 file(s) [Pipeline] sh 03:35:32 + make build 03:35:32 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 03:35:36 a37a00ec5f00: Pull complete 03:35:36 50b3750afda1: Pull complete 03:35:36 4f4fb700ef54: Pull complete 03:35:36 80978eb59214: Pull complete 03:35:43 c9f46d7d2bd2: Pull complete 03:35:45 c5a475d317c9: Pull complete 03:35:45 Digest: sha256:2391c17ca386d1fbfa331956bd558234564149703727e64d3c69580d84b42a9b 03:35:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 03:35:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh 03:35:45 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 03:35:45 WORKDIR /edgex 03:35:45 COPY go.mod . 03:35:45 RUN go mod download 03:35:45 + docker build -t ci-base-image-arm64 -f - . 03:35:46 Sending build context to Docker daemon 3.508MB 03:35:46 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 03:35:46 ---> be29e6b0f0d4 03:35:46 Step 2/4 : WORKDIR /edgex 03:35:47 ---> Running in 48af7d35547f 03:35:47 Removing intermediate container 48af7d35547f 03:35:47 ---> 4499ce06b15a 03:35:47 Step 3/4 : COPY go.mod . 03:35:47 ---> 9c860b986190 03:35:47 Step 4/4 : RUN go mod download 03:35:47 ---> Running in e4d2179bc948 03:35:58 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:35:59 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 03:36:01 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 03:36:02 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 03:36:05 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 03:36:10 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 03:36:13 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 03:36:15 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:36:16 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:36:17 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 03:36:18 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 03:36:19 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 03:36:20 $ docker stop --time=1 580b75708acd6d235dd91f7e5c2718cb617e23c10247482251e924a43aa0e2c4 03:36:25 $ docker rm -f --volumes 580b75708acd6d235dd91f7e5c2718cb617e23c10247482251e924a43aa0e2c4 [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 03:36:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:36:27 03:36:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:36:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:36:27 latest: Pulling from edgex-devops/edgex-compose 03:36:27 91d30c5bc195: Pulling fs layer 03:36:27 2e9b0aa3be6d: Pulling fs layer 03:36:27 9c61dcf015f6: Pulling fs layer 03:36:27 4698f68db338: Pulling fs layer 03:36:27 2a2f49069b9e: Pulling fs layer 03:36:27 e0025b399a48: Pulling fs layer 03:36:27 2a2f49069b9e: Waiting 03:36:27 e0025b399a48: Waiting 03:36:27 4698f68db338: Waiting 03:36:27 91d30c5bc195: Verifying Checksum 03:36:27 91d30c5bc195: Download complete 03:36:27 4698f68db338: Download complete 03:36:27 2e9b0aa3be6d: Verifying Checksum 03:36:27 2e9b0aa3be6d: Download complete 03:36:27 e0025b399a48: Verifying Checksum 03:36:27 e0025b399a48: Download complete 03:36:27 91d30c5bc195: Pull complete 03:36:28 2a2f49069b9e: Verifying Checksum 03:36:28 2a2f49069b9e: Download complete 03:36:28 2e9b0aa3be6d: Pull complete 03:36:28 9c61dcf015f6: Verifying Checksum 03:36:28 9c61dcf015f6: Download complete 03:36:31 9c61dcf015f6: Pull complete 03:36:31 4698f68db338: Pull complete 03:36:31 2a2f49069b9e: Pull complete 03:36:31 e0025b399a48: Pull complete 03:36:31 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 03:36:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:36:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:36:31 prd-ubuntu20.04-docker-8c-8g-23888 does not seem to be running inside a container 03:36:31 $ 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/737 -v /w/workspace/edgex-go/737:/w/workspace/edgex-go/737:rw,z -v /w/workspace/edgex-go/737@tmp:/w/workspace/edgex-go/737@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 03:36:34 $ docker top 0c88f838163b36ded5b7013a1a20842b2aaab5a254d88e4fbdca9ae9b0736684 -eo pid,comm [Pipeline] { [Pipeline] sh 03:36:35 + docker compose -f ./docker-compose-build.yml build --parallel 03:36:37 #1 [security-spire-agent internal] load build definition from Dockerfile 03:36:37 #1 transferring dockerfile: 1.81kB done 03:36:37 #1 DONE 0.0s 03:36:37 03:36:37 #2 [core-keeper internal] load build definition from Dockerfile 03:36:37 #2 transferring dockerfile: 2.07kB done 03:36:37 #2 DONE 0.0s 03:36:37 03:36:37 #3 [security-spire-server internal] load build definition from Dockerfile 03:36:37 #3 transferring dockerfile: 1.70kB done 03:36:37 #3 DONE 0.0s 03:36:37 03:36:37 #4 [security-proxy-auth internal] load build definition from Dockerfile 03:36:37 #4 transferring dockerfile: 2.15kB done 03:36:37 #4 DONE 0.0s 03:36:37 03:36:37 #5 [support-cron-scheduler internal] load build definition from Dockerfile 03:36:37 #5 transferring dockerfile: 1.86kB done 03:36:37 #5 DONE 0.0s 03:36:37 03:36:37 #6 [security-secretstore-setup internal] load build definition from Dockerfile 03:36:37 #6 transferring dockerfile: 2.49kB done 03:36:37 #6 DONE 0.0s 03:36:37 03:36:37 #7 [core-command internal] load build definition from Dockerfile 03:36:37 #7 transferring dockerfile: 1.94kB done 03:36:37 #7 DONE 0.0s 03:36:37 03:36:37 #8 [support-notifications internal] load build definition from Dockerfile 03:36:37 #8 transferring dockerfile: 2.02kB done 03:36:37 #8 DONE 0.0s 03:36:37 03:36:37 #9 [security-spire-agent internal] load .dockerignore 03:36:37 #9 transferring context: 50B done 03:36:37 #9 DONE 0.0s 03:36:37 03:36:37 #10 [security-spiffe-token-provider internal] load build definition from Dockerfile 03:36:37 #10 transferring dockerfile: 1.89kB done 03:36:37 #10 DONE 0.0s 03:36:37 03:36:37 #11 [core-common-config-bootstrapper internal] load build definition from Dockerfile 03:36:37 #11 transferring dockerfile: 2.23kB done 03:36:37 #11 DONE 0.0s 03:36:37 03:36:37 #12 [core-metadata internal] load build definition from Dockerfile 03:36:37 #12 transferring dockerfile: 2.13kB done 03:36:37 #12 DONE 0.0s 03:36:37 03:36:37 #13 [security-spire-config internal] load build definition from Dockerfile 03:36:37 #13 transferring dockerfile: 1.69kB done 03:36:37 #13 DONE 0.0s 03:36:37 03:36:37 #14 [core-data internal] load build definition from Dockerfile 03:36:37 #14 transferring dockerfile: 2.07kB done 03:36:37 #14 DONE 0.1s 03:36:37 03:36:37 #15 [security-proxy-setup internal] load build definition from Dockerfile 03:36:37 #15 transferring dockerfile: 2.50kB done 03:36:37 #15 DONE 0.0s 03:36:37 03:36:37 #16 [security-bootstrapper internal] load build definition from Dockerfile 03:36:37 #16 transferring dockerfile: 3.17kB done 03:36:37 #16 DONE 0.0s 03:36:38 03:36:38 #17 [core-keeper internal] load .dockerignore 03:36:38 #17 transferring context: 50B done 03:36:38 #17 DONE 0.0s 03:36:38 03:36:38 #18 [security-spire-server internal] load .dockerignore 03:36:38 #18 transferring context: 50B done 03:36:38 #18 DONE 0.0s 03:36:38 03:36:38 #19 [security-proxy-auth internal] load .dockerignore 03:36:38 #19 transferring context: 50B done 03:36:38 #19 DONE 0.0s 03:36:38 03:36:38 #20 [support-cron-scheduler internal] load .dockerignore 03:36:38 #20 transferring context: 50B done 03:36:38 #20 DONE 0.0s 03:36:38 03:36:38 #21 [security-secretstore-setup internal] load .dockerignore 03:36:38 #21 transferring context: 50B done 03:36:38 #21 DONE 0.0s 03:36:38 03:36:38 #22 [core-command internal] load .dockerignore 03:36:38 #22 transferring context: 50B done 03:36:38 #22 DONE 0.0s 03:36:38 03:36:38 #23 [support-notifications internal] load .dockerignore 03:36:38 #23 transferring context: 50B done 03:36:38 #23 DONE 0.0s 03:36:38 03:36:38 #24 [core-metadata internal] load .dockerignore 03:36:38 #24 transferring context: 50B done 03:36:38 #24 DONE 0.0s 03:36:38 03:36:38 #25 [security-spiffe-token-provider internal] load .dockerignore 03:36:38 #25 transferring context: 50B done 03:36:38 #25 DONE 0.0s 03:36:38 03:36:38 #26 [core-common-config-bootstrapper internal] load .dockerignore 03:36:38 #26 transferring context: 50B done 03:36:38 #26 DONE 0.0s 03:36:38 03:36:38 #27 [security-spire-config internal] load .dockerignore 03:36:38 #27 transferring context: 50B done 03:36:38 #27 DONE 0.0s 03:36:38 03:36:38 #28 [core-data internal] load .dockerignore 03:36:38 #28 transferring context: 50B done 03:36:38 #28 DONE 0.0s 03:36:38 03:36:38 #29 [security-bootstrapper internal] load .dockerignore 03:36:38 #29 transferring context: 50B done 03:36:38 #29 DONE 0.0s 03:36:38 03:36:38 #30 [security-proxy-setup internal] load .dockerignore 03:36:38 #30 transferring context: 50B done 03:36:38 #30 DONE 0.0s 03:36:38 03:36:38 #31 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.20 03:36:38 #31 DONE 0.1s 03:36:38 03:36:38 #32 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 03:36:38 #32 ... 03:36:38 03:36:38 #33 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 03:36:38 #33 DONE 0.0s 03:36:38 03:36:38 #33 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 03:36:38 #33 DONE 0.0s 03:36:38 03:36:38 #34 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 03:36:38 #34 ... 03:36:38 03:36:38 #33 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 03:36:38 #33 DONE 0.0s 03:36:38 03:36:38 #33 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 03:36:38 #33 DONE 0.0s 03:36:38 03:36:38 #35 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 03:36:38 #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done 03:36:38 #35 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done 03:36:38 #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 03:36:38 #35 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done 03:36:38 #35 ... 03:36:38 03:36:38 #33 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 03:36:38 #33 DONE 0.0s 03:36:38 03:36:38 #35 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 03:36:38 #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done 03:36:38 #35 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done 03:36:38 #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 03:36:38 #35 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done 03:36:38 #35 ... 03:36:38 03:36:38 #32 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 03:36:38 #32 DONE 0.6s 03:36:38 03:36:38 #31 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 03:36:38 #31 DONE 0.6s 03:36:38 03:36:38 #36 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 03:36:38 #36 DONE 0.7s 03:36:38 03:36:38 #37 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:36:44 Removing intermediate container e4d2179bc948 03:36:44 ---> c0410a715b6a 03:36:44 Successfully built c0410a715b6a 03:36:44 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:36:44 + docker inspect -f . ci-base-image-arm64 03:36:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:36:44 #37 ... 03:36:44 03:36:44 #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:36:44 #38 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.4s done 03:36:44 #38 sha256:635ef0c15e5d10109d5e7842c7878c49c6edc3c6cbe33257f9a5a7800c36b8fc 1.05kB / 1.05kB done 03:36:44 #38 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done 03:36:44 #38 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 03:36:44 #38 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 4.5s 03:36:44 #38 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 4.5s 03:36:44 prd-ubuntu20.04-docker-arm64-4c-16g-23889 does not seem to be running inside a container 03:36:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/737 -v /w/workspace/edgex-go/737:/w/workspace/edgex-go/737:rw,z -v /w/workspace/edgex-go/737@tmp:/w/workspace/edgex-go/737@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:36:45 $ docker top 311562346b565bf9a05f6d3d189f034111670fc99f698916bf6a7cc017f7fd3b -eo pid,comm [Pipeline] { [Pipeline] sh 03:36:47 + go version 03:36:47 go version go1.23.2 linux/arm64 [Pipeline] } 03:36:47 $ docker stop --time=1 311562346b565bf9a05f6d3d189f034111670fc99f698916bf6a7cc017f7fd3b 03:36:48 #38 ... 03:36:48 03:36:48 #39 [core-keeper internal] load build context 03:36:48 #39 transferring context: 299.69MB 10.0s 03:36:48 #39 ... 03:36:48 03:36:48 #40 [security-spiffe-token-provider internal] load build context 03:36:48 #40 ... 03:36:48 03:36:48 #41 [support-notifications internal] load build context 03:36:48 #41 ... 03:36:48 03:36:48 #42 [security-proxy-setup builder 1/8] FROM docker.io/library/ci-base-image-x86_64 03:36:48 #42 ... 03:36:48 03:36:48 #35 [security-proxy-setup stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 03:36:48 #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done 03:36:48 #35 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done 03:36:48 #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 03:36:48 #35 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done 03:36:48 #35 ... 03:36:48 03:36:48 #43 [security-proxy-auth internal] load build context 03:36:48 #43 ... 03:36:48 03:36:48 #44 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init 03:36:48 #0 4.114 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:36:48 #0 4.186 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:36:48 #0 4.433 (1/2) Installing ca-certificates (20240705-r0) 03:36:48 #0 4.450 (2/2) Installing dumb-init (1.2.5-r3) 03:36:48 #0 4.462 Executing busybox-1.36.1-r29.trigger 03:36:48 #0 4.468 Executing ca-certificates-20240705-r0.trigger 03:36:48 #0 4.514 OK: 9 MiB in 16 packages 03:36:49 #44 ... 03:36:49 03:36:49 #45 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 03:36:49 #45 ... 03:36:49 03:36:49 #46 [core-metadata internal] load build context 03:36:49 #46 ... 03:36:49 03:36:49 #47 [core-command internal] load build context 03:36:49 #47 ... 03:36:49 03:36:49 #48 [security-bootstrapper internal] load build context 03:36:49 #48 ... 03:36:49 03:36:49 #49 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init 03:36:49 #0 0.775 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:36:49 #0 0.963 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:36:49 #0 1.345 (1/1) Installing dumb-init (1.2.5-r3) 03:36:49 #0 1.777 Executing busybox-1.36.1-r29.trigger 03:36:49 #0 1.777 OK: 8 MiB in 15 packages 03:36:49 $ docker rm -f --volumes 311562346b565bf9a05f6d3d189f034111670fc99f698916bf6a7cc017f7fd3b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] getContext [Pipeline] } 03:36:49 #49 ... 03:36:49 03:36:49 #50 [security-secretstore-setup internal] load build context 03:36:49 #50 ... 03:36:49 03:36:49 #51 [core-data internal] load build context [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:36:50 #51 ... 03:36:50 03:36:50 #52 [security-proxy-setup internal] load build context 03:36:50 #52 ... 03:36:50 03:36:50 #53 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:36:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:36:50 03:36:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:36:50 #53 ... 03:36:50 03:36:50 #54 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 03:36:50 #54 ... 03:36:50 03:36:50 #55 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 03:36:50 #55 ... 03:36:50 03:36:50 #34 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 03:36:50 #34 0.836 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:36:50 #34 1.022 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:36:50 #34 1.365 (1/3) Installing ca-certificates (20240705-r0) 03:36:50 #34 1.849 (2/3) Installing dumb-init (1.2.5-r3) 03:36:50 #34 1.853 (3/3) Installing tzdata (2024b-r0) 03:36:50 #34 1.904 Executing busybox-1.36.1-r29.trigger 03:36:50 #34 1.904 Executing ca-certificates-20240705-r0.trigger 03:36:50 #34 1.942 OK: 10 MiB in 17 packages 03:36:50 #34 ... 03:36:50 03:36:50 #56 [support-cron-scheduler internal] load build context 03:36:50 #56 ... 03:36:50 03:36:50 #57 [core-common-config-bootstrapper internal] load build context 03:36:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:36:50 latest: Pulling from edgex-devops/edgex-compose-arm64 03:36:50 547446be3368: Pulling fs layer 03:36:50 d125d8839a47: Pulling fs layer 03:36:50 3e85d5ac6304: Pulling fs layer 03:36:50 c3105a71a48b: Pulling fs layer 03:36:50 0f093f025ec4: Pulling fs layer 03:36:50 c3106fc0e877: Pulling fs layer 03:36:50 c3105a71a48b: Waiting 03:36:50 0f093f025ec4: Waiting 03:36:50 c3106fc0e877: Waiting 03:36:50 #57 ... 03:36:50 03:36:50 #58 [security-spire-agent internal] load build context 03:36:50 #58 transferring context: 27.51kB 0.2s done 03:36:50 #58 ... 03:36:50 03:36:50 #59 [security-spire-config internal] load build context 03:36:50 #59 transferring context: 26.24kB 0.2s done 03:36:50 #59 ... 03:36:50 03:36:50 #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 03:36:50 547446be3368: Download complete 03:36:50 c3105a71a48b: Verifying Checksum 03:36:50 c3105a71a48b: Download complete 03:36:51 #60 ... 03:36:51 03:36:51 #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 03:36:51 #0 2.731 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:36:51 #0 2.804 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:36:51 #0 3.051 (1/4) Installing ca-certificates (20240705-r0) 03:36:51 #0 3.066 (2/4) Installing dumb-init (1.2.5-r3) 03:36:51 #0 3.071 (3/4) Installing su-exec (0.2-r3) 03:36:51 #0 3.073 (4/4) Installing yq-go (4.44.1-r2) 03:36:51 #0 3.144 Executing busybox-1.36.1-r29.trigger 03:36:51 #0 3.156 Executing ca-certificates-20240705-r0.trigger 03:36:51 #0 3.307 OK: 19 MiB in 18 packages 03:36:51 #61 ... 03:36:51 03:36:51 #62 [security-spire-server internal] load build context 03:36:51 #62 transferring context: 27.98kB 0.1s done 03:36:51 d125d8839a47: Verifying Checksum 03:36:51 d125d8839a47: Download complete 03:36:51 c3106fc0e877: Verifying Checksum 03:36:51 c3106fc0e877: Download complete 03:36:51 #62 ... 03:36:51 03:36:51 #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:36:51 #0 0.800 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:36:51 #0 0.925 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:36:51 #0 1.247 v3.20.3-203-g51c7623c5e8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 03:36:51 #0 1.247 v3.20.3-223-g70dffc95037 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 03:36:51 #0 1.247 OK: 24165 distinct packages available 03:36:51 #0 1.317 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:36:51 #0 1.445 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:36:51 #0 1.733 (1/14) Installing ca-certificates (20240705-r0) 03:36:51 #0 1.748 (2/14) Installing brotli-libs (1.1.0-r2) 03:36:51 #0 1.765 (3/14) Installing c-ares (1.33.1-r0) 03:36:51 #0 1.765 (4/14) Installing libunistring (1.2-r0) 03:36:51 #0 1.788 (5/14) Installing libidn2 (2.3.7-r0) 03:36:51 #0 1.788 (6/14) Installing nghttp2-libs (1.62.1-r0) 03:36:51 #0 1.788 (7/14) Installing libpsl (0.21.5-r1) 03:36:51 #0 1.794 (8/14) Installing zstd-libs (1.5.6-r0) 03:36:51 #0 1.810 (9/14) Installing libcurl (8.10.1-r0) 03:36:51 #0 1.818 (10/14) Installing curl (8.10.1-r0) 03:36:51 #0 1.823 (11/14) Installing dumb-init (1.2.5-r3) 03:36:51 #0 1.827 (12/14) Installing musl-obstack (1.2.3-r2) 03:36:51 #0 1.829 (13/14) Installing libucontext (1.2-r3) 03:36:51 #0 1.831 (14/14) Installing gcompat (1.1.0-r4) 03:36:51 #0 1.836 Executing busybox-1.36.1-r29.trigger 03:36:51 #0 1.843 Executing ca-certificates-20240705-r0.trigger 03:36:51 #0 1.898 OK: 13 MiB in 28 packages 03:36:51 #63 ... 03:36:51 03:36:51 #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 03:36:51 #64 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 0.4s done 03:36:51 #64 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done 03:36:51 #64 sha256:1fcf53c806298a8fb3f151b1a5597420145ec1ac8dcc22c9b93d48ad1d788b34 1.05kB / 1.05kB done 03:36:51 #64 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 4.6s done 03:36:51 #64 sha256:b8f0c3debb052bf3ec04f6a01139fc8d0eaea748ab628fea2efcdfd913787512 1.59kB / 1.59kB done 03:36:51 #64 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 12.0s 03:36:51 #64 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 12.0s 03:36:51 #64 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 0B / 20.02MB 12.0s 03:36:51 #64 ... 03:36:51 03:36:51 #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:36:51 0f093f025ec4: Verifying Checksum 03:36:51 0f093f025ec4: Download complete 03:36:51 547446be3368: Pull complete 03:36:52 d125d8839a47: Pull complete 03:36:52 3e85d5ac6304: Verifying Checksum 03:36:52 3e85d5ac6304: Download complete 03:36:55 #38 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 14.3s done 03:36:55 #38 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 14.3s done 03:36:56 #38 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done 03:36:56 #38 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 17.2s 03:36:57 #38 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 17.7s done 03:36:58 #38 ... 03:36:58 03:36:58 #39 [core-keeper internal] load build context 03:36:58 #39 transferring context: 553.88MB 15.7s done 03:36:58 #39 ... 03:36:58 03:36:58 #41 [support-notifications internal] load build context 03:36:58 #41 transferring context: 553.88MB 14.9s done 03:36:59 #41 ... 03:36:59 03:36:59 #40 [security-spiffe-token-provider internal] load build context 03:36:59 #40 transferring context: 553.88MB 15.6s done 03:36:59 #40 ... 03:36:59 03:36:59 #43 [security-proxy-auth internal] load build context 03:36:59 #43 transferring context: 553.88MB 12.9s done 03:36:59 #43 ... 03:36:59 03:36:59 #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:36:59 #38 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done 03:36:59 #38 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 19.9s 03:36:59 #38 ... 03:36:59 03:36:59 #46 [core-metadata internal] load build context 03:36:59 #46 transferring context: 553.88MB 15.4s done 03:36:59 #46 ... 03:36:59 03:36:59 #47 [core-command internal] load build context 03:36:59 #47 transferring context: 553.88MB 13.2s done 03:36:59 #47 ... 03:36:59 03:36:59 #48 [security-bootstrapper internal] load build context 03:36:59 #48 transferring context: 553.88MB 13.4s done 03:36:59 #48 ... 03:36:59 03:36:59 #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:37:00 #38 ... 03:37:00 03:37:00 #50 [security-secretstore-setup internal] load build context 03:37:00 #50 transferring context: 553.88MB 15.2s done 03:37:00 #50 ... 03:37:00 03:37:00 #51 [core-data internal] load build context 03:37:00 #51 transferring context: 553.88MB 15.3s done 03:37:00 #51 ... 03:37:00 03:37:00 #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:37:00 #38 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 2.10MB / 30.73MB 20.9s 03:37:00 #38 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 22.02MB / 30.73MB 21.0s 03:37:00 #38 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 21.2s 03:37:01 #38 ... 03:37:01 03:37:01 #56 [support-cron-scheduler internal] load build context 03:37:01 #56 transferring context: 553.88MB 13.8s done 03:37:01 #56 ... 03:37:01 03:37:01 #57 [core-common-config-bootstrapper internal] load build context 03:37:01 #57 transferring context: 553.88MB 15.8s done 03:37:01 #57 ... 03:37:01 03:37:01 #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:37:01 #38 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 22.0s done 03:37:01 #38 ... 03:37:01 03:37:01 #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 03:37:01 #64 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 14.3s done 03:37:01 #64 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 17.7s done 03:37:01 #64 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 18.9s done 03:37:01 #64 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done 03:37:01 #64 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done 03:37:01 #64 ... 03:37:01 03:37:01 #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:37:03 3e85d5ac6304: Pull complete 03:37:03 c3105a71a48b: Pull complete 03:37:03 0f093f025ec4: Pull complete 03:37:03 c3106fc0e877: Pull complete 03:37:03 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 03:37:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:37:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:37:03 prd-ubuntu20.04-docker-arm64-4c-16g-23889 does not seem to be running inside a container 03:37:03 #38 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 23.3s done 03:37:03 $ 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/737 -v /w/workspace/edgex-go/737:/w/workspace/edgex-go/737:rw,z -v /w/workspace/edgex-go/737@tmp:/w/workspace/edgex-go/737@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:37:05 #38 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 done 03:37:05 #38 ... 03:37:05 03:37:05 #59 [security-spire-config internal] load build context 03:37:05 #59 DONE 26.4s 03:37:05 03:37:05 #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 03:37:05 #64 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done 03:37:05 $ docker top a6f95d04cfde182f8cc59db13ac74732c805dafa3fbb6418d5f0d869b9730a1a -eo pid,comm [Pipeline] { [Pipeline] sh 03:37:05 + docker compose -f ./docker-compose-build.yml build --parallel 03:37:09 #64 ... 03:37:09 03:37:09 #58 [security-spire-agent internal] load build context 03:37:09 #58 DONE 30.2s 03:37:09 03:37:09 #52 [security-proxy-setup internal] load build context 03:37:09 #52 transferring context: 1.66MB 0.1s 03:37:12 #52 ... 03:37:12 03:37:12 #62 [security-spire-server internal] load build context 03:37:12 #62 DONE 33.2s 03:37:12 03:37:12 #52 [security-proxy-setup internal] load build context 03:37:14 #52 transferring context: 452.71MB 5.2s 03:37:14 #52 ... 03:37:14 03:37:14 #53 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:37:14 #53 DONE 36.4s 03:37:14 03:37:14 #52 [security-proxy-setup internal] load build context 03:37:15 #52 transferring context: 553.88MB 6.0s done 03:37:15 #52 ... 03:37:15 03:37:15 #43 [security-proxy-auth internal] load build context 03:37:15 #43 DONE 37.2s 03:37:15 03:37:15 #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:37:15 #38 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 1.9s done 03:37:15 #38 ... 03:37:15 03:37:15 #47 [core-command internal] load build context 03:37:15 #47 DONE 37.3s 03:37:15 03:37:15 #56 [support-cron-scheduler internal] load build context 03:37:15 #56 DONE 37.5s 03:37:15 03:37:15 #48 [security-bootstrapper internal] load build context 03:37:15 #48 DONE 37.2s 03:37:15 03:37:15 #41 [support-notifications internal] load build context 03:37:15 #41 DONE 37.4s 03:37:15 #1 [support-notifications internal] load build definition from Dockerfile 03:37:15 #1 transferring dockerfile: 03:37:15 #1 transferring dockerfile: 2.02kB 0.0s done 03:37:15 #1 DONE 0.1s 03:37:15 03:37:15 #2 [security-secretstore-setup internal] load build definition from Dockerfile 03:37:15 #2 transferring dockerfile: 2.49kB done 03:37:15 #2 DONE 0.0s 03:37:15 03:37:15 #3 [support-cron-scheduler internal] load build definition from Dockerfile 03:37:15 #3 transferring dockerfile: 1.86kB done 03:37:15 #3 DONE 0.0s 03:37:15 03:37:15 #4 [core-command internal] load build definition from Dockerfile 03:37:15 #4 transferring dockerfile: 1.94kB done 03:37:15 #4 DONE 0.1s 03:37:15 03:37:15 #5 [core-common-config-bootstrapper internal] load build definition from Dockerfile 03:37:15 #5 transferring dockerfile: 2.23kB 0.0s done 03:37:15 #5 DONE 0.1s 03:37:15 03:37:15 #6 [security-spire-agent internal] load build definition from Dockerfile 03:37:15 #6 transferring dockerfile: 1.81kB done 03:37:15 #6 DONE 0.1s 03:37:15 03:37:15 #7 [core-metadata internal] load build definition from Dockerfile 03:37:15 #7 transferring dockerfile: 2.13kB done 03:37:15 #7 DONE 0.1s 03:37:15 03:37:15 #8 [core-data internal] load build definition from Dockerfile 03:37:15 #8 transferring dockerfile: 2.07kB 0.0s done 03:37:15 #8 DONE 0.1s 03:37:15 03:37:15 #9 [security-spire-config internal] load build definition from Dockerfile 03:37:15 #9 transferring dockerfile: 1.69kB done 03:37:15 #9 DONE 0.1s 03:37:15 03:37:15 #10 [security-spiffe-token-provider internal] load build definition from Dockerfile 03:37:15 #10 transferring dockerfile: 1.89kB 0.0s done 03:37:15 #10 DONE 0.1s 03:37:15 03:37:15 #11 [core-keeper internal] load build definition from Dockerfile 03:37:15 #11 transferring dockerfile: 2.07kB done 03:37:15 #11 DONE 0.1s 03:37:15 03:37:15 #12 [security-proxy-auth internal] load build definition from Dockerfile 03:37:15 #12 transferring dockerfile: 2.15kB done 03:37:15 #12 DONE 0.1s 03:37:15 03:37:15 #13 [security-spire-server internal] load build definition from Dockerfile 03:37:15 #13 transferring dockerfile: 1.70kB done 03:37:15 #13 DONE 0.1s 03:37:15 03:37:15 #14 [security-proxy-setup internal] load build definition from Dockerfile 03:37:15 #14 transferring dockerfile: 2.50kB done 03:37:15 #14 DONE 0.0s 03:37:15 03:37:15 #15 [support-notifications internal] load .dockerignore 03:37:15 #15 transferring context: 50B done 03:37:15 #15 DONE 0.1s 03:37:15 03:37:15 #16 [security-bootstrapper internal] load build definition from Dockerfile 03:37:15 #16 transferring dockerfile: 3.17kB done 03:37:15 #16 DONE 0.1s 03:37:15 03:37:15 #50 [security-secretstore-setup internal] load build context 03:37:15 #50 DONE 37.4s 03:37:15 03:37:15 #40 [security-spiffe-token-provider internal] load build context 03:37:15 #40 DONE 37.4s 03:37:15 03:37:15 #39 [core-keeper internal] load build context 03:37:15 #39 DONE 37.6s 03:37:15 03:37:15 #51 [core-data internal] load build context 03:37:15 #51 DONE 37.2s 03:37:15 03:37:15 #46 [core-metadata internal] load build context 03:37:15 #46 DONE 37.2s 03:37:15 03:37:15 #57 [core-common-config-bootstrapper internal] load build context 03:37:15 #57 DONE 37.4s 03:37:15 03:37:15 #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:37:15 #63 DONE 37.4s 03:37:15 03:37:15 #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 03:37:15 #61 DONE 37.4s 03:37:15 03:37:15 #34 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 03:37:15 #34 DONE 37.5s 03:37:15 03:37:15 #65 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 03:37:15 #65 ... 03:37:15 03:37:15 #49 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 03:37:15 #49 DONE 37.5s 03:37:15 03:37:15 #44 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init 03:37:15 #44 DONE 37.4s 03:37:15 03:37:15 #52 [security-proxy-setup internal] load build context 03:37:15 #52 DONE 37.1s 03:37:16 03:37:16 #42 [security-secretstore-setup builder 1/8] FROM docker.io/library/ci-base-image-x86_64 03:37:16 #42 DONE 37.9s 03:37:16 03:37:16 #66 [security-secretstore-setup builder 2/8] WORKDIR /edgex-go 03:37:16 #66 DONE 0.1s 03:37:16 03:37:16 #67 [core-data builder 3/7] RUN apk add --update --no-cache make git 03:37:16 03:37:16 #17 [security-secretstore-setup internal] load .dockerignore 03:37:16 #17 transferring context: 50B 0.0s done 03:37:16 #17 DONE 0.0s 03:37:16 03:37:16 #18 [support-cron-scheduler internal] load .dockerignore 03:37:16 #18 transferring context: 50B done 03:37:16 #18 DONE 0.1s 03:37:16 03:37:16 #19 [core-command internal] load .dockerignore 03:37:16 #19 transferring context: 50B done 03:37:16 #19 DONE 0.1s 03:37:16 03:37:16 #20 [core-common-config-bootstrapper internal] load .dockerignore 03:37:16 #20 transferring context: 50B done 03:37:16 #20 DONE 0.0s 03:37:16 03:37:16 #21 [security-spire-agent internal] load .dockerignore 03:37:16 #21 transferring context: 50B done 03:37:16 #21 DONE 0.1s 03:37:16 03:37:16 #22 [core-metadata internal] load .dockerignore 03:37:16 #22 transferring context: 50B done 03:37:16 #22 DONE 0.1s 03:37:16 03:37:16 #23 [core-data internal] load .dockerignore 03:37:16 #23 transferring context: 50B 0.0s done 03:37:16 #23 DONE 0.1s 03:37:16 03:37:16 #24 [security-spire-config internal] load .dockerignore 03:37:16 #24 transferring context: 50B done 03:37:16 #24 DONE 0.1s 03:37:16 03:37:16 #25 [security-spiffe-token-provider internal] load .dockerignore 03:37:16 #25 transferring context: 50B done 03:37:16 #25 DONE 0.1s 03:37:16 03:37:16 #26 [core-keeper internal] load .dockerignore 03:37:16 #26 transferring context: 50B 0.0s done 03:37:16 #26 DONE 0.1s 03:37:16 03:37:16 #27 [security-proxy-auth internal] load .dockerignore 03:37:17 #27 transferring context: 50B 0.0s done 03:37:17 #27 DONE 0.1s 03:37:17 03:37:17 #28 [security-spire-server internal] load .dockerignore 03:37:17 #28 transferring context: 50B 0.0s done 03:37:17 #28 DONE 0.1s 03:37:17 03:37:17 #29 [security-proxy-setup internal] load .dockerignore 03:37:17 #29 transferring context: 50B done 03:37:17 #29 DONE 0.1s 03:37:17 03:37:17 #30 [security-bootstrapper internal] load .dockerignore 03:37:17 #30 transferring context: 50B done 03:37:17 #30 DONE 0.1s 03:37:17 03:37:17 #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:37:17 #31 DONE 0.0s 03:37:17 03:37:17 #32 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 03:37:17 #32 DONE 0.2s 03:37:17 03:37:17 #33 [support-notifications stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 03:37:17 #33 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done 03:37:17 #33 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done 03:37:17 #33 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 03:37:17 #33 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done 03:37:17 #33 DONE 0.1s 03:37:17 03:37:17 #34 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init 03:37:18 #34 ... 03:37:18 03:37:18 #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:37:18 #31 DONE 0.0s 03:37:18 03:37:18 #32 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.20 03:37:18 #32 DONE 0.2s 03:37:18 03:37:18 #35 [support-notifications internal] load build context 03:37:18 #35 transferring context: 3.08MB 0.6s done 03:37:18 #35 DONE 0.7s 03:37:18 #67 ... 03:37:18 03:37:18 #45 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 03:37:18 #45 37.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:37:18 #45 37.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:37:18 #45 38.33 (1/1) Installing dumb-init (1.2.5-r3) 03:37:18 #45 38.34 Executing busybox-1.36.1-r29.trigger 03:37:18 #45 38.35 OK: 8 MiB in 15 packages 03:37:18 #45 DONE 39.0s 03:37:18 03:37:18 #55 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 03:37:18 #55 37.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:37:18 #55 37.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:37:18 #55 38.44 (1/2) Installing dumb-init (1.2.5-r3) 03:37:18 #55 38.45 (2/2) Installing su-exec (0.2-r3) 03:37:18 #55 38.45 Executing busybox-1.36.1-r29.trigger 03:37:18 #55 38.47 OK: 8 MiB in 16 packages 03:37:18 #55 DONE 39.1s 03:37:18 03:37:18 #67 [core-data builder 3/7] RUN apk add --update --no-cache make git 03:37:18 #67 1.703 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:37:18 #67 1.810 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:37:18 03:37:18 #33 [support-cron-scheduler stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 03:37:18 #33 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done 03:37:18 #33 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done 03:37:18 #33 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 03:37:18 #33 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done 03:37:18 #33 DONE 0.2s 03:37:18 03:37:18 #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:37:18 #31 DONE 0.0s 03:37:18 03:37:18 #36 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 03:37:18 #36 ... 03:37:18 03:37:18 #33 [core-command stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 03:37:18 #33 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done 03:37:18 #33 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done 03:37:18 #33 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 03:37:18 #33 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done 03:37:18 #33 DONE 0.3s 03:37:18 03:37:18 #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:37:18 #31 DONE 0.0s 03:37:18 03:37:18 #32 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 03:37:18 #32 DONE 0.3s 03:37:18 03:37:18 #37 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 03:37:18 #37 DONE 1.6s 03:37:18 03:37:18 #38 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go 03:37:18 #67 ... 03:37:18 03:37:18 #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 03:37:18 #60 37.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:37:18 #60 37.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:37:18 #60 38.24 (1/6) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 03:37:18 #60 38.33 (2/6) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 03:37:18 #60 38.34 (3/6) Installing dumb-init (1.2.5-r3) 03:37:18 #60 38.35 (4/6) Installing openssl (3.3.2-r1) 03:37:18 #60 38.35 (5/6) Installing su-exec (0.2-r3) 03:37:18 #60 38.36 (6/6) Installing yq-go (4.44.1-r2) 03:37:18 #60 38.44 Executing busybox-1.36.1-r29.trigger 03:37:18 #60 38.51 OK: 19 MiB in 18 packages 03:37:18 #60 DONE 39.3s 03:37:18 03:37:18 #54 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 03:37:18 #54 37.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:37:18 #54 37.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:37:18 #54 38.22 v3.20.3-203-g51c7623c5e8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 03:37:18 #54 38.22 v3.20.3-223-g70dffc95037 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 03:37:18 #54 38.22 OK: 24165 distinct packages available 03:37:18 #54 38.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:37:18 #54 38.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:37:18 #54 38.80 (1/4) Installing dumb-init (1.2.5-r3) 03:37:18 #54 38.81 (2/4) Installing musl-obstack (1.2.3-r2) 03:37:18 #54 38.81 (3/4) Installing libucontext (1.2-r3) 03:37:18 #54 38.82 (4/4) Installing gcompat (1.1.0-r4) 03:37:18 #54 38.82 Executing busybox-1.36.1-r29.trigger 03:37:18 #54 38.82 OK: 8 MiB in 18 packages 03:37:18 #54 DONE 39.5s 03:37:18 03:37:18 #68 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:37:18 #68 DONE 2.2s 03:37:18 03:37:18 #69 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 03:37:18 #0 1.696 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:37:18 #0 1.779 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:37:18 #0 2.097 OK: 246 MiB in 54 packages 03:37:18 #69 DONE 2.3s 03:37:18 03:37:18 #37 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:37:18 #37 37.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:37:18 #37 37.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:37:18 #37 38.41 v3.20.3-203-g51c7623c5e8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 03:37:18 #37 38.41 v3.20.3-223-g70dffc95037 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 03:37:18 #37 38.41 OK: 24165 distinct packages available 03:37:18 #37 38.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:37:18 #37 38.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:37:18 #37 38.95 (1/7) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 03:37:18 #37 38.99 (2/7) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 03:37:18 #37 39.00 (3/7) Installing dumb-init (1.2.5-r3) 03:37:18 #37 39.01 (4/7) Installing musl-obstack (1.2.3-r2) 03:37:18 #37 39.01 (5/7) Installing libucontext (1.2-r3) 03:37:18 #37 39.01 (6/7) Installing gcompat (1.1.0-r4) 03:37:18 #37 39.02 (7/7) Installing openssl (3.3.2-r1) 03:37:18 #37 39.03 Executing busybox-1.36.1-r29.trigger 03:37:18 #37 39.04 OK: 9 MiB in 19 packages 03:37:18 #37 DONE 39.7s 03:37:18 03:37:18 #67 [core-data builder 3/7] RUN apk add --update --no-cache make git 03:37:18 #67 2.221 OK: 246 MiB in 54 packages 03:37:18 #38 ... 03:37:18 03:37:18 #32 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.20 03:37:18 #32 DONE 0.5s 03:37:18 03:37:18 #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:37:18 #31 DONE 0.0s 03:37:18 03:37:18 #39 [core-common-config-bootstrapper internal] load build context 03:37:18 #67 DONE 2.5s 03:37:18 03:37:18 #70 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 03:37:18 #39 ... 03:37:18 03:37:18 #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:37:18 #31 DONE 0.0s 03:37:18 03:37:18 #39 [core-common-config-bootstrapper internal] load build context 03:37:19 #39 ... 03:37:19 03:37:19 #33 [core-metadata stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 03:37:19 #33 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done 03:37:19 #33 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done 03:37:19 #33 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 03:37:19 #33 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done 03:37:19 #33 DONE 0.3s 03:37:19 03:37:19 #37 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 03:37:19 #37 DONE 1.6s 03:37:19 03:37:19 #32 [core-metadata internal] load metadata for docker.io/library/alpine:3.20 03:37:19 #32 DONE 0.9s 03:37:19 03:37:19 #38 [core-metadata builder 2/7] WORKDIR /edgex-go 03:37:19 #38 DONE 1.4s 03:37:19 03:37:19 #33 [core-data stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 03:37:19 #33 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done 03:37:19 #33 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done 03:37:19 #33 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 03:37:19 #33 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done 03:37:19 #33 DONE 0.3s 03:37:19 03:37:19 #37 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 03:37:19 #37 DONE 1.6s 03:37:19 03:37:19 #38 [core-data builder 2/7] WORKDIR /edgex-go 03:37:19 #38 DONE 1.4s 03:37:19 03:37:19 #32 [security-spire-config internal] load metadata for docker.io/library/alpine:3.20 03:37:19 #70 ... 03:37:19 03:37:19 #71 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init 03:37:19 #0 2.027 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:37:19 #0 2.624 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:37:19 #0 3.423 (1/1) Installing dumb-init (1.2.5-r3) 03:37:19 #0 3.727 Executing busybox-1.36.1-r29.trigger 03:37:19 #0 3.735 OK: 8 MiB in 15 packages 03:37:19 #71 DONE 4.5s 03:37:19 03:37:19 #65 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 03:37:19 #65 1.779 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:37:19 #65 1.868 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:37:19 #65 2.360 Upgrading critical system libraries and apk-tools: 03:37:19 #65 2.360 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 03:37:19 #65 2.390 Executing busybox-1.36.1-r29.trigger 03:37:19 #65 2.585 Continuing the upgrade transaction with new apk-tools: 03:37:19 #65 2.587 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:37:19 #65 2.676 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:37:19 #65 3.016 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 03:37:19 #65 3.080 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 03:37:19 #65 3.087 Executing ca-certificates-20240705-r0.trigger 03:37:19 #65 3.291 OK: 10 MiB in 17 packages 03:37:19 #65 DONE 3.5s 03:37:19 03:37:19 #72 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 03:37:19 #0 1.784 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:37:19 #0 1.857 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:37:19 #0 2.249 Upgrading critical system libraries and apk-tools: 03:37:19 #0 2.249 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 03:37:19 #0 2.257 Executing busybox-1.36.1-r29.trigger 03:37:19 #0 2.334 Continuing the upgrade transaction with new apk-tools: 03:37:19 #0 2.397 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:37:19 #0 2.500 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:37:19 #0 2.894 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 03:37:19 #0 2.990 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 03:37:19 #0 3.006 Executing ca-certificates-20240705-r0.trigger 03:37:19 #0 3.254 OK: 19 MiB in 18 packages 03:37:19 #72 DONE 3.5s 03:37:19 03:37:19 #73 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade 03:37:19 #0 1.930 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:37:19 #0 2.021 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:37:19 #0 2.327 Upgrading critical system libraries and apk-tools: 03:37:19 #0 2.327 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 03:37:19 #0 2.352 Executing busybox-1.36.1-r29.trigger 03:37:19 #0 2.513 Continuing the upgrade transaction with new apk-tools: 03:37:19 #0 2.516 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:37:19 #0 2.602 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:37:19 #0 2.941 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 03:37:19 #0 2.978 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 03:37:19 #0 2.993 Executing ca-certificates-20240705-r0.trigger 03:37:19 #0 3.050 OK: 9 MiB in 16 packages 03:37:19 #73 DONE 3.5s 03:37:19 03:37:19 #74 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 03:37:19 #0 2.186 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:37:19 #0 2.275 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:37:19 #0 2.659 OK: 246 MiB in 54 packages 03:37:19 #74 DONE 3.3s 03:37:19 03:37:19 #75 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ 03:37:19 #75 DONE 0.9s 03:37:19 03:37:19 #76 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 03:37:19 #0 1.795 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:37:19 #0 1.872 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:37:19 #0 2.280 Upgrading critical system libraries and apk-tools: 03:37:19 #0 2.280 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 03:37:19 #0 2.392 Executing busybox-1.36.1-r29.trigger 03:37:19 #0 2.541 Continuing the upgrade transaction with new apk-tools: 03:37:19 #0 2.548 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:37:19 #0 2.648 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:37:19 #0 3.131 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 03:37:19 #0 3.176 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 03:37:19 #0 3.183 Executing ca-certificates-20240705-r0.trigger 03:37:19 #0 3.262 OK: 13 MiB in 28 packages 03:37:19 #76 DONE 3.6s 03:37:19 03:37:19 #77 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 03:37:19 #0 1.956 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:37:19 #0 2.051 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:37:19 #0 2.521 Upgrading critical system libraries and apk-tools: 03:37:19 #0 2.521 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 03:37:19 #0 2.530 Executing busybox-1.36.1-r29.trigger 03:37:19 #0 2.633 Continuing the upgrade transaction with new apk-tools: 03:37:19 #0 2.637 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:37:19 #0 2.707 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:37:19 #0 3.049 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 03:37:19 #0 3.095 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 03:37:19 #0 3.362 OK: 8 MiB in 15 packages 03:37:19 #77 DONE 3.5s 03:37:19 03:37:19 #70 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 03:37:19 #70 DONE 0.7s 03:37:19 03:37:19 #78 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 03:37:19 #78 DONE 0.1s 03:37:19 03:37:19 #79 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:37:19 #32 ... 03:37:19 03:37:19 #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:37:19 #31 DONE 0.0s 03:37:19 03:37:19 #32 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 03:37:19 #32 ... 03:37:19 03:37:19 #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:37:19 #31 DONE 0.0s 03:37:19 03:37:19 #32 [core-keeper internal] load metadata for docker.io/library/alpine:3.20 03:37:19 #79 ... 03:37:19 03:37:19 #80 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 03:37:19 #0 2.187 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:37:19 #0 2.298 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:37:19 #0 2.719 v3.20.3-203-g51c7623c5e8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 03:37:19 #0 2.719 v3.20.3-223-g70dffc95037 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 03:37:19 #0 2.719 OK: 24164 distinct packages available 03:37:19 #0 2.854 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:37:19 #0 2.948 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:37:19 #0 3.402 OK: 246 MiB in 54 packages 03:37:19 #80 DONE 3.6s 03:37:19 03:37:19 #81 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 03:37:19 #81 DONE 0.0s 03:37:19 03:37:19 #82 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:37:19 #32 ... 03:37:19 03:37:19 #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:37:19 #31 DONE 0.0s 03:37:19 03:37:19 #39 [core-common-config-bootstrapper internal] load build context 03:37:19 #39 transferring context: 3.08MB 1.3s done 03:37:19 #39 DONE 1.6s 03:37:19 03:37:19 #32 [security-spire-server internal] load metadata for docker.io/library/alpine:3.20 03:37:20 #82 ... 03:37:20 03:37:20 #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 03:37:20 #64 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 1.4s done 03:37:20 #64 ... 03:37:20 03:37:20 #83 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:37:20 #32 ... 03:37:20 03:37:20 #40 [security-secretstore-setup internal] load build context 03:37:20 #40 transferring context: 3.08MB 1.5s done 03:37:20 #40 DONE 2.0s 03:37:20 03:37:20 #32 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 03:37:20 #32 DONE 1.9s 03:37:20 03:37:20 #33 [security-spiffe-token-provider stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 03:37:20 #33 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done 03:37:20 #33 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done 03:37:20 #33 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 03:37:20 #33 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done 03:37:20 #33 DONE 0.3s 03:37:20 03:37:20 #37 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 03:37:20 #37 DONE 1.6s 03:37:20 03:37:20 #38 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go 03:37:20 #38 DONE 1.5s 03:37:20 03:37:20 #41 [security-spiffe-token-provider internal] load build context 03:37:20 #41 DONE 0.0s 03:37:20 03:37:20 #42 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 03:37:20 #42 ... 03:37:20 03:37:20 #33 [security-proxy-auth stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 03:37:20 #33 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done 03:37:20 #33 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done 03:37:20 #33 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 03:37:20 #33 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done 03:37:20 #33 DONE 0.3s 03:37:20 03:37:20 #37 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 03:37:20 #37 DONE 1.7s 03:37:20 03:37:20 #38 [security-proxy-auth builder 2/7] WORKDIR /edgex-go 03:37:20 #38 DONE 1.5s 03:37:20 03:37:20 #43 [security-proxy-auth internal] load build context 03:37:20 #43 DONE 0.0s 03:37:20 03:37:20 #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:37:20 #31 DONE 0.0s 03:37:20 03:37:20 #44 [core-keeper internal] load build context 03:37:20 #44 DONE 0.0s 03:37:20 03:37:20 #45 [support-cron-scheduler internal] load build context 03:37:20 #45 transferring context: 3.08MB 1.6s done 03:37:20 #45 DONE 2.2s 03:37:20 03:37:20 #46 [core-command internal] load build context 03:37:20 #46 transferring context: 3.08MB 1.5s done 03:37:20 #46 DONE 2.1s 03:37:20 03:37:20 #47 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 03:37:20 #47 DONE 2.1s 03:37:20 03:37:20 #48 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:37:20 #48 ... 03:37:20 03:37:20 #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:37:20 #31 DONE 0.0s 03:37:20 03:37:20 #33 [security-spire-agent stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 03:37:20 #33 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done 03:37:20 #33 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done 03:37:20 #33 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 03:37:20 #33 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done 03:37:20 #33 DONE 0.3s 03:37:20 03:37:20 #49 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 03:37:20 #49 DONE 2.3s 03:37:20 03:37:20 #50 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:37:20 #50 ... 03:37:20 03:37:20 #33 [security-spire-server stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 03:37:20 #33 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done 03:37:20 #33 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done 03:37:20 #33 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 03:37:20 #33 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done 03:37:20 #33 DONE 0.4s 03:37:21 03:37:21 #51 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:37:21 #51 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:37:21 #51 ... 03:37:21 03:37:21 #32 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 03:37:21 #32 DONE 3.1s 03:37:21 03:37:21 #52 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:37:21 #52 ... 03:37:21 03:37:21 #33 [security-proxy-setup stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 03:37:21 #33 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done 03:37:21 #33 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done 03:37:21 #33 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 03:37:21 #33 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done 03:37:21 #33 DONE 0.4s 03:37:21 03:37:21 #37 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 03:37:21 #37 DONE 1.7s 03:37:21 03:37:21 #38 [security-proxy-setup builder 2/7] WORKDIR /edgex-go 03:37:21 #38 DONE 1.5s 03:37:21 03:37:21 #53 [security-bootstrapper internal] load build context 03:37:21 #53 DONE 0.0s 03:37:21 03:37:21 #54 [security-proxy-setup internal] load build context 03:37:21 #54 DONE 0.0s 03:37:21 03:37:21 #55 [security-spire-agent internal] load build context 03:37:21 #55 transferring context: 27.51kB 0.4s done 03:37:21 #55 DONE 1.2s 03:37:21 03:37:21 #54 [security-proxy-setup internal] load build context 03:37:22 #83 ... 03:37:22 03:37:22 #84 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 03:37:22 #0 2.862 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:37:22 #0 2.933 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:37:22 #0 3.237 Upgrading critical system libraries and apk-tools: 03:37:22 #0 3.237 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 03:37:22 #0 3.245 Executing busybox-1.36.1-r29.trigger 03:37:22 #0 3.317 Continuing the upgrade transaction with new apk-tools: 03:37:22 #0 3.318 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:37:22 #0 3.406 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:37:22 #0 3.755 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 03:37:22 #0 3.798 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 03:37:22 #0 3.814 OK: 8 MiB in 16 packages 03:37:22 #84 DONE 4.2s 03:37:22 03:37:22 #85 [core-data stage-1 3/8] RUN apk --no-cache upgrade 03:37:22 #0 2.843 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:37:22 #0 2.933 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:37:22 #0 3.286 Upgrading critical system libraries and apk-tools: 03:37:22 #0 3.286 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 03:37:22 #0 3.306 Executing busybox-1.36.1-r29.trigger 03:37:22 #0 3.415 Continuing the upgrade transaction with new apk-tools: 03:37:22 #0 3.417 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:37:22 #0 3.502 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:37:22 #0 3.846 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 03:37:22 #0 3.883 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 03:37:22 #0 3.899 OK: 8 MiB in 15 packages 03:37:22 #85 DONE 4.2s 03:37:22 03:37:22 #86 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 03:37:22 #0 2.220 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:37:22 #0 2.308 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:37:22 #0 2.626 Upgrading critical system libraries and apk-tools: 03:37:22 #0 2.626 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 03:37:22 #0 2.636 Executing busybox-1.36.1-r29.trigger 03:37:22 #0 2.745 Continuing the upgrade transaction with new apk-tools: 03:37:22 #0 2.750 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:37:22 #0 2.824 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:37:22 #0 3.136 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 03:37:22 #0 3.174 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 03:37:22 #0 3.184 OK: 8 MiB in 18 packages 03:37:22 #86 DONE 3.6s 03:37:22 03:37:22 #87 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:37:22 #87 ... 03:37:22 03:37:22 #88 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 03:37:22 #0 2.795 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:37:22 #0 3.248 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:37:22 #0 4.022 OK: 246 MiB in 54 packages 03:37:22 #88 DONE 4.5s 03:37:22 #54 ... 03:37:22 03:37:22 #56 [security-spire-server internal] load build context 03:37:22 #56 transferring context: 27.98kB 0.2s done 03:37:22 #56 DONE 2.0s 03:37:22 03:37:22 #51 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:37:22 #51 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 2.0s done 03:37:22 #51 DONE 2.1s 03:37:22 03:37:22 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:37:23 03:37:23 #87 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:37:23 #87 DONE 0.9s 03:37:23 03:37:23 #89 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 03:37:23 #0 2.730 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:37:23 #0 2.824 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:37:23 #0 3.201 Upgrading critical system libraries and apk-tools: 03:37:23 #0 3.201 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 03:37:23 #0 3.212 Executing busybox-1.36.1-r29.trigger 03:37:23 #0 3.312 Continuing the upgrade transaction with new apk-tools: 03:37:23 #0 3.440 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:37:23 #0 3.519 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:37:23 #0 4.412 OK: 19 MiB in 18 packages 03:37:23 #89 DONE 4.6s 03:37:23 03:37:23 #90 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade 03:37:23 #0 3.207 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:37:23 #0 3.290 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:37:23 #0 3.692 Upgrading critical system libraries and apk-tools: 03:37:23 #0 3.692 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 03:37:23 #0 3.698 Executing busybox-1.36.1-r29.trigger 03:37:23 #0 3.788 Continuing the upgrade transaction with new apk-tools: 03:37:23 #0 3.793 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:37:23 #0 3.873 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:37:23 #0 4.598 OK: 9 MiB in 19 packages 03:37:23 #90 DONE 4.7s 03:37:23 03:37:23 #91 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 03:37:23 #91 ... 03:37:23 03:37:23 #92 [security-spire-config stage-2 5/10] COPY Attribution.txt / 03:37:23 #92 DONE 0.2s 03:37:23 03:37:23 #93 [core-keeper builder 5/8] COPY go.mod vendor* ./ 03:37:23 #93 DONE 0.2s 03:37:23 03:37:23 #94 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:37:23 #51 ... 03:37:23 03:37:23 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 03:37:23 #57 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 2.4s done 03:37:23 #57 DONE 2.4s 03:37:23 03:37:23 #43 [security-proxy-auth internal] load build context 03:37:23 #94 ... 03:37:23 03:37:23 #95 [security-spire-config stage-2 6/10] COPY security.txt / 03:37:23 #95 DONE 1.0s 03:37:24 #43 ... 03:37:24 03:37:24 #58 [security-spire-config internal] load build context 03:37:24 #58 transferring context: 26.24kB 0.3s done 03:37:24 #58 DONE 3.0s 03:37:24 03:37:24 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:37:24 #51 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 03:37:24 #51 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done 03:37:24 #51 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done 03:37:24 03:37:24 #91 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 03:37:24 #91 DONE 1.1s 03:37:24 03:37:24 #96 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:37:24 #96 DONE 1.2s 03:37:24 03:37:24 #97 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 03:37:24 #97 DONE 1.2s 03:37:24 03:37:24 #98 [security-spire-server stage-2 5/9] COPY Attribution.txt / 03:37:24 #51 ... 03:37:24 03:37:24 #59 [core-data internal] load build context 03:37:24 #59 transferring context: 3.08MB 2.2s done 03:37:24 #59 DONE 5.1s 03:37:24 03:37:24 #54 [security-proxy-setup internal] load build context 03:37:24 #98 ... 03:37:24 03:37:24 #99 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 03:37:24 #99 DONE 0.6s 03:37:24 03:37:24 #100 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 03:37:24 #100 DONE 2.7s 03:37:24 03:37:24 #98 [security-spire-server stage-2 5/9] COPY Attribution.txt / 03:37:24 #98 DONE 0.6s 03:37:24 03:37:24 #101 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 03:37:24 #101 DONE 0.1s 03:37:24 03:37:24 #102 [security-spire-server stage-2 6/9] COPY security.txt / 03:37:24 #102 DONE 0.1s 03:37:24 03:37:24 #103 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging 03:37:24 #103 DONE 0.1s 03:37:24 03:37:24 #104 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:37:24 #104 DONE 0.6s 03:37:24 03:37:24 #105 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 03:37:25 #105 ... 03:37:25 03:37:25 #106 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 03:37:25 #106 DONE 0.1s 03:37:25 03:37:25 #107 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 03:37:25 #107 DONE 0.2s 03:37:25 03:37:25 #105 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 03:37:25 #105 DONE 0.3s 03:37:25 03:37:25 #108 [security-spire-config] exporting to image 03:37:25 #108 exporting layers 03:37:25 #108 ... 03:37:25 03:37:25 #109 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 03:37:25 #109 DONE 0.1s 03:37:25 03:37:25 #110 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 03:37:25 #110 DONE 0.0s 03:37:25 03:37:25 #111 [security-spire-agent stage-3 7/10] COPY security.txt / 03:37:25 #111 DONE 0.2s 03:37:25 03:37:25 #112 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 03:37:25 #112 DONE 0.0s 03:37:25 03:37:25 #113 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 03:37:25 #113 DONE 0.0s 03:37:25 03:37:25 #114 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 03:37:25 #114 DONE 0.1s 03:37:25 03:37:25 #108 [security-spire-agent] exporting to image 03:37:25 #54 ... 03:37:25 03:37:25 #60 [core-metadata internal] load build context 03:37:25 #60 transferring context: 3.08MB 4.1s done 03:37:25 #60 DONE 6.3s 03:37:25 03:37:25 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:37:25 #51 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 1.2s done 03:37:25 #51 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 1.4s 03:37:25 #51 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 1.4s 03:37:25 #51 ... 03:37:25 03:37:25 #43 [security-proxy-auth internal] load build context 03:37:25 #43 transferring context: 3.08MB 4.4s done 03:37:25 #43 DONE 5.5s 03:37:25 03:37:25 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:37:25 #108 exporting layers 0.7s done 03:37:25 #108 writing image sha256:ae7a01d064f46c5766e9f6cb31c915f437e94bf8c830a203b5679fd67e706992 done 03:37:25 #108 naming to docker.io/library/security-spire-config done 03:37:25 #108 exporting layers 0.6s done 03:37:25 #108 writing image sha256:36d0733d35c035bc0354bc8aa9cdac291c4737ee883b33be035aac8dc8bf2655 done 03:37:25 #108 naming to docker.io/library/security-spire-server done 03:37:26 #108 exporting layers 0.7s done 03:37:26 #108 writing image sha256:1701a5d27a9dc96e88b3e3f8646c88fb138b09198beedc034b5dd09d7fd5e6eb done 03:37:26 #108 naming to docker.io/library/security-spire-agent done 03:37:26 #108 DONE 1.2s 03:37:26 03:37:26 #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:37:26 #51 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.0s done 03:37:26 #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 0B / 28.04MB 2.2s 03:37:26 #51 ... 03:37:26 03:37:26 #44 [core-keeper internal] load build context 03:37:26 #44 transferring context: 3.08MB 4.9s done 03:37:26 #44 DONE 6.0s 03:37:26 03:37:26 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:37:26 #51 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 2.3s done 03:37:26 #51 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 2.4s done 03:37:27 #51 ... 03:37:27 03:37:27 #34 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init 03:37:27 #34 4.960 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:37:27 #34 5.643 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:37:27 #34 7.550 (1/2) Installing ca-certificates (20240705-r0) 03:37:27 #34 7.756 (2/2) Installing dumb-init (1.2.5-r3) 03:37:27 #34 7.756 Executing busybox-1.36.1-r29.trigger 03:37:27 #34 7.756 Executing ca-certificates-20240705-r0.trigger 03:37:27 #34 8.262 OK: 10 MiB in 16 packages 03:37:27 #34 DONE 9.2s 03:37:27 03:37:27 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:37:27 #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 2.10MB / 28.04MB 3.0s 03:37:27 #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 3.72MB / 28.04MB 3.4s 03:37:27 #51 ... 03:37:27 03:37:27 #41 [security-spiffe-token-provider internal] load build context 03:37:27 #41 transferring context: 3.08MB 5.9s done 03:37:27 #41 DONE 7.3s 03:37:27 03:37:27 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:37:27 #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 5.18MB / 28.04MB 3.8s 03:37:28 #51 ... 03:37:28 03:37:28 #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 03:37:28 #0 9.205 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:37:28 #0 9.681 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:37:28 #61 ... 03:37:28 03:37:28 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:37:28 #51 ... 03:37:28 03:37:28 #62 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 03:37:28 #62 ... 03:37:28 03:37:28 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:37:29 #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 7.34MB / 28.04MB 4.8s 03:37:29 #51 ... 03:37:29 03:37:29 #63 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 03:37:29 #63 10.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:37:29 #63 ... 03:37:29 03:37:29 #64 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 03:37:29 #0 8.489 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:37:29 #0 8.954 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:37:29 #64 ... 03:37:29 03:37:29 #65 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 03:37:29 #0 8.453 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:37:29 #0 9.212 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:37:29 #38 ... 03:37:29 03:37:29 #115 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:37:29 #65 ... 03:37:29 03:37:29 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:37:29 #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 9.18MB / 28.04MB 5.7s 03:37:29 #51 ... 03:37:29 03:37:29 #66 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 03:37:29 #0 9.342 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:37:30 #66 ... 03:37:30 03:37:30 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:37:30 #51 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 03:37:30 #51 ... 03:37:30 03:37:30 #67 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:37:30 #67 ... 03:37:30 03:37:30 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:37:30 #51 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.1s done 03:37:30 #51 ... 03:37:30 03:37:30 #54 [security-proxy-setup internal] load build context 03:37:30 #54 transferring context: 3.08MB 6.4s done 03:37:30 #54 DONE 8.9s 03:37:30 03:37:30 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:37:30 #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 10.78MB / 28.04MB 6.8s 03:37:31 #51 ... 03:37:31 03:37:31 #53 [security-bootstrapper internal] load build context 03:37:31 #53 transferring context: 3.08MB 6.4s done 03:37:31 #53 DONE 9.2s 03:37:31 03:37:31 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:37:31 #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 12.58MB / 28.04MB 7.2s 03:37:31 #51 ... 03:37:31 03:37:31 #68 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 03:37:31 #68 ... 03:37:31 03:37:31 #62 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 03:37:31 #62 13.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:37:33 #62 14.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:37:33 #62 ... 03:37:33 03:37:33 #64 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 03:37:33 #64 13.52 OK: 238 MiB in 54 packages 03:37:33 #64 DONE 14.9s 03:37:33 03:37:33 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 03:37:33 #57 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done 03:37:33 #57 sha256:1cbbb4d32abefab6d582ffdf2ecab3a33d813855ce9593d156b424aad59c2bc6 1.05kB / 1.05kB done 03:37:33 #57 sha256:9869d663529914e12e63d3ebe0579063a79fb13f870d88333173c39a993fe22a 1.59kB / 1.59kB done 03:37:33 #57 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done 03:37:33 #57 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B done 03:37:33 #57 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB done 03:37:33 #57 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.32MB / 18.32MB 6.5s done 03:37:33 #57 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 1.1s done 03:37:33 #57 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.1s done 03:37:33 #57 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 0.1s done 03:37:34 #57 ... 03:37:34 03:37:34 #69 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 03:37:34 #69 ... 03:37:34 03:37:34 #70 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 03:37:34 #70 ... 03:37:34 03:37:34 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:37:34 #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 10.2s done 03:37:34 #51 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.1s done 03:37:34 #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 10.2s done 03:37:34 #51 ... 03:37:34 03:37:34 #71 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 03:37:34 #71 DONE 1.0s 03:37:34 03:37:34 #72 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:37:35 #72 ... 03:37:35 03:37:35 #50 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:37:35 #50 DONE 14.6s 03:37:35 03:37:35 #73 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init 03:37:36 #73 ... 03:37:36 03:37:36 #67 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:37:36 #67 DONE 15.7s 03:37:36 03:37:36 #65 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 03:37:36 #65 15.33 OK: 238 MiB in 54 packages 03:37:36 #65 DONE 17.8s 03:37:36 03:37:36 #74 [support-notifications builder 4/7] COPY go.mod vendor* ./ 03:37:36 #74 ... 03:37:36 03:37:36 #75 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade 03:37:37 #75 ... 03:37:37 03:37:37 #70 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 03:37:37 #70 12.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:37:37 #70 ... 03:37:37 03:37:37 #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 03:37:37 #61 13.92 (1/4) Installing ca-certificates (20240705-r0) 03:37:37 #61 14.36 (2/4) Installing dumb-init (1.2.5-r3) 03:37:37 #61 14.38 (3/4) Installing su-exec (0.2-r3) 03:37:37 #61 14.42 (4/4) Installing yq-go (4.44.1-r2) 03:37:37 #61 15.74 Executing busybox-1.36.1-r29.trigger 03:37:37 #61 15.94 Executing ca-certificates-20240705-r0.trigger 03:37:37 #61 17.39 OK: 20 MiB in 18 packages 03:37:37 #61 DONE 19.2s 03:37:37 03:37:37 #74 [support-notifications builder 4/7] COPY go.mod vendor* ./ 03:37:37 #74 DONE 1.2s 03:37:37 03:37:37 #76 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:37:38 #76 ... 03:37:38 03:37:38 #66 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 03:37:38 #66 10.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:37:38 #66 15.84 (1/1) Installing dumb-init (1.2.5-r3) 03:37:38 #66 15.88 Executing busybox-1.36.1-r29.trigger 03:37:38 #66 16.06 OK: 9 MiB in 15 packages 03:37:38 #66 DONE 18.7s 03:37:38 03:37:38 #77 [core-data stage-1 3/8] RUN apk --no-cache upgrade 03:37:39 #77 ... 03:37:39 03:37:39 #63 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 03:37:39 #63 11.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:37:39 #63 18.70 OK: 238 MiB in 54 packages 03:37:39 #63 DONE 20.5s 03:37:39 03:37:39 #52 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:37:39 #52 17.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:37:41 #52 ... 03:37:41 03:37:41 #78 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 03:37:41 #78 DONE 1.5s 03:37:41 03:37:41 #62 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 03:37:41 #62 22.83 (1/1) Installing dumb-init (1.2.5-r3) 03:37:41 #62 22.88 Executing busybox-1.36.1-r29.trigger 03:37:41 #62 22.97 OK: 9 MiB in 15 packages 03:37:41 #62 ... 03:37:41 03:37:41 #36 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 03:37:41 #36 13.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:37:41 #36 14.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:37:41 #36 22.73 (1/3) Installing ca-certificates (20240705-r0) 03:37:41 #36 23.27 (2/3) Installing dumb-init (1.2.5-r3) 03:37:41 #36 23.33 (3/3) Installing tzdata (2024b-r0) 03:37:41 #36 ... 03:37:41 03:37:41 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:37:41 #51 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 2.4s 03:37:43 #51 ... 03:37:43 03:37:43 #42 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 03:37:43 #42 12.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:37:43 #42 14.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:37:43 #42 ... 03:37:43 03:37:43 #62 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init 03:37:43 #62 DONE 24.7s 03:37:43 03:37:43 #79 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 03:37:44 #79 ... 03:37:44 03:37:44 #48 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:37:44 #48 13.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:37:44 #48 15.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:37:44 #48 22.99 v3.20.3-203-g51c7623c5e8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 03:37:44 #48 22.99 v3.20.3-223-g70dffc95037 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 03:37:44 #48 22.99 OK: 24043 distinct packages available 03:37:44 #48 ... 03:37:44 03:37:44 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:37:46 #51 ... 03:37:46 03:37:46 #68 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 03:37:46 #68 14.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:37:46 #68 16.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:37:46 #68 ... 03:37:46 03:37:46 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 03:37:46 #57 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 7.0s 03:37:46 #57 ... 03:37:46 03:37:46 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:37:46 #51 ... 03:37:46 03:37:46 #36 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 03:37:46 #36 24.71 Executing busybox-1.36.1-r29.trigger 03:37:46 #36 24.82 Executing ca-certificates-20240705-r0.trigger 03:37:46 #36 25.93 OK: 11 MiB in 17 packages 03:37:46 #36 DONE 28.0s 03:37:46 03:37:46 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:37:46 #51 ... 03:37:46 03:37:46 #80 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 03:37:46 #80 ... 03:37:46 03:37:46 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 03:37:47 #57 ... 03:37:47 03:37:47 #81 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 03:37:47 #0 8.646 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:37:47 #81 ... 03:37:47 03:37:47 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 03:37:48 #57 ... 03:37:48 03:37:48 #75 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade 03:37:48 #75 11.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:37:48 #75 13.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:37:48 #75 ... 03:37:48 03:37:48 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 03:37:48 #57 ... 03:37:48 03:37:48 #69 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 03:37:48 #69 14.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:37:48 #69 15.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:37:48 #69 ... 03:37:48 03:37:48 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:37:48 #51 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 9.1s 03:37:48 #51 ... 03:37:48 03:37:48 #70 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 03:37:48 #70 14.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:37:48 #70 23.24 (1/2) Installing dumb-init (1.2.5-r3) 03:37:48 #70 23.26 (2/2) Installing su-exec (0.2-r3) 03:37:48 #70 23.27 Executing busybox-1.36.1-r29.trigger 03:37:48 #70 23.49 OK: 9 MiB in 16 packages 03:37:48 #70 ... 03:37:48 03:37:48 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:37:50 #51 ... 03:37:50 03:37:50 #70 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 03:37:50 #70 DONE 26.2s 03:37:50 03:37:50 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:37:51 #51 ... 03:37:51 03:37:51 #82 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:37:51 #82 ... 03:37:51 03:37:51 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:37:51 #51 ... 03:37:51 03:37:51 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 03:37:51 #57 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 12.4s done 03:37:51 #57 DONE 30.3s 03:37:51 03:37:51 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:37:51 #51 ... 03:37:51 03:37:51 #52 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:37:51 #52 20.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:37:51 #52 29.10 v3.20.3-203-g51c7623c5e8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 03:37:51 #52 29.10 v3.20.3-223-g70dffc95037 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 03:37:51 #52 29.10 OK: 24043 distinct packages available 03:37:52 #52 ... 03:37:52 03:37:52 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:37:53 #51 ... 03:37:53 03:37:53 #42 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 03:37:53 #42 22.71 v3.20.3-203-g51c7623c5e8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 03:37:53 #42 22.71 v3.20.3-223-g70dffc95037 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 03:37:53 #42 22.71 OK: 24042 distinct packages available 03:37:53 #42 23.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:37:53 #42 25.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:37:53 #42 ... 03:37:53 03:37:53 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:37:53 #51 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 14.2s 03:37:53 #51 ... 03:37:53 03:37:53 #69 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 03:37:53 #69 24.61 (1/6) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 03:37:53 #69 25.86 (2/6) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 03:37:53 #69 26.18 (3/6) Installing dumb-init (1.2.5-r3) 03:37:53 #69 26.21 (4/6) Installing openssl (3.3.2-r1) 03:37:53 #69 26.29 (5/6) Installing su-exec (0.2-r3) 03:37:53 #69 26.30 (6/6) Installing yq-go (4.44.1-r2) 03:37:53 #69 27.81 Executing busybox-1.36.1-r29.trigger 03:37:53 #69 27.91 OK: 20 MiB in 18 packages 03:37:53 #69 DONE 30.1s 03:37:53 03:37:53 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:37:53 #51 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 14.8s done 03:37:54 #51 ... 03:37:54 03:37:54 #73 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init 03:37:54 #73 9.110 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:37:54 #73 10.58 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:37:54 #73 ... 03:37:54 03:37:54 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:37:54 #51 DONE 33.9s 03:37:54 03:37:54 #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 03:37:54 #83 ... 03:37:54 03:37:54 #48 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:37:54 #48 24.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:37:54 #48 26.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:37:55 #48 ... 03:37:55 03:37:55 #75 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade 03:37:55 #75 23.99 Upgrading critical system libraries and apk-tools: 03:37:55 #75 23.99 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 03:37:55 #75 24.05 Executing busybox-1.36.1-r29.trigger 03:37:55 #75 26.26 Continuing the upgrade transaction with new apk-tools: 03:37:55 #75 26.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:37:55 #75 28.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:37:55 #75 ... 03:37:55 03:37:55 #77 [core-data stage-1 3/8] RUN apk --no-cache upgrade 03:37:55 #77 7.003 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:37:55 #77 8.478 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:37:55 #77 ... 03:37:55 03:37:55 #52 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:37:55 #52 31.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:37:55 #52 33.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:37:56 #52 ... 03:37:56 03:37:56 #84 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 03:37:56 #0 5.574 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:37:56 #0 7.847 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:37:56 #84 ... 03:37:56 03:37:56 #73 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init 03:37:56 #73 20.70 (1/1) Installing dumb-init (1.2.5-r3) 03:37:56 #73 ... 03:37:56 03:37:56 #80 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 03:37:56 #80 10.40 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:37:56 #80 13.31 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:37:56 #80 ... 03:37:56 03:37:56 #68 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 03:37:56 #68 25.20 v3.20.3-203-g51c7623c5e8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 03:37:56 #68 25.20 v3.20.3-223-g70dffc95037 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 03:37:56 #68 25.20 OK: 24043 distinct packages available 03:37:56 #68 27.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:37:56 #68 29.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:37:57 #68 ... 03:37:57 03:37:57 #73 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init 03:37:57 #73 21.32 Executing busybox-1.36.1-r29.trigger 03:37:57 #73 21.46 OK: 9 MiB in 15 packages 03:37:57 #73 ... 03:37:57 03:37:57 #42 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 03:37:57 #42 35.72 OK: 238 MiB in 54 packages 03:37:57 #42 DONE 36.8s 03:37:57 03:37:57 #85 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 03:37:57 #85 DONE 0.5s 03:37:57 03:37:57 #86 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:37:58 #86 ... 03:37:58 03:37:58 #81 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 03:37:58 #81 10.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:37:58 #81 20.70 Upgrading critical system libraries and apk-tools: 03:37:58 #81 20.70 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 03:37:58 #81 20.87 Executing busybox-1.36.1-r29.trigger 03:37:58 #81 ... 03:37:58 03:37:58 #48 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:37:58 #48 37.16 (1/14) Installing ca-certificates (20240705-r0) 03:37:58 #48 37.86 (2/14) Installing brotli-libs (1.1.0-r2) 03:37:58 #48 38.04 (3/14) Installing c-ares (1.33.1-r0) 03:37:58 #48 ... 03:37:58 03:37:58 #73 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init 03:37:58 #73 DONE 23.1s 03:37:58 03:37:58 #48 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:37:58 #48 38.14 (4/14) Installing libunistring (1.2-r0) 03:37:58 #48 38.50 (5/14) Installing libidn2 (2.3.7-r0) 03:37:58 #48 38.57 (6/14) Installing nghttp2-libs (1.62.1-r0) 03:37:58 #48 38.60 (7/14) Installing libpsl (0.21.5-r1) 03:37:58 #48 38.62 (8/14) Installing zstd-libs (1.5.6-r0) 03:37:59 #48 38.70 (9/14) Installing libcurl (8.10.1-r0) 03:37:59 #48 38.84 (10/14) Installing curl (8.10.1-r0) 03:37:59 #48 38.86 (11/14) Installing dumb-init (1.2.5-r3) 03:37:59 #48 38.88 (12/14) Installing musl-obstack (1.2.3-r2) 03:37:59 #48 38.90 (13/14) Installing libucontext (1.2-r3) 03:37:59 #48 38.91 (14/14) Installing gcompat (1.1.0-r4) 03:37:59 #48 38.92 Executing busybox-1.36.1-r29.trigger 03:37:59 #48 39.02 Executing ca-certificates-20240705-r0.trigger 03:37:59 #48 ... 03:37:59 03:37:59 #79 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 03:37:59 #79 6.617 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:37:59 #79 8.952 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:37:59 #79 ... 03:37:59 03:37:59 #77 [core-data stage-1 3/8] RUN apk --no-cache upgrade 03:37:59 #77 18.91 Upgrading critical system libraries and apk-tools: 03:37:59 #77 18.91 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 03:37:59 #77 19.00 Executing busybox-1.36.1-r29.trigger 03:37:59 #77 21.26 Continuing the upgrade transaction with new apk-tools: 03:37:59 #77 21.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:38:00 #77 ... 03:38:00 03:38:00 #87 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 03:38:00 #0 3.745 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:38:00 #0 6.084 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:38:00 #87 ... 03:38:00 03:38:00 #68 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 03:38:00 #68 38.53 (1/4) Installing dumb-init (1.2.5-r3) 03:38:00 #68 38.56 (2/4) Installing musl-obstack (1.2.3-r2) 03:38:00 #68 38.58 (3/4) Installing libucontext (1.2-r3) 03:38:00 #68 38.61 (4/4) Installing gcompat (1.1.0-r4) 03:38:00 #68 38.64 Executing busybox-1.36.1-r29.trigger 03:38:00 #68 38.80 OK: 9 MiB in 18 packages 03:38:01 #68 ... 03:38:01 03:38:01 #80 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 03:38:01 #80 23.84 OK: 238 MiB in 54 packages 03:38:01 #80 DONE 24.9s 03:38:01 03:38:01 #79 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 03:38:01 #79 18.07 Upgrading critical system libraries and apk-tools: 03:38:01 #79 18.07 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 03:38:01 #79 18.12 Executing busybox-1.36.1-r29.trigger 03:38:01 #79 ... 03:38:01 03:38:01 #88 [core-keeper builder 5/8] COPY go.mod vendor* ./ 03:38:01 #88 DONE 0.4s 03:38:01 03:38:01 #89 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:38:01 #115 DONE 38.1s 03:38:01 03:38:01 #79 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:38:01 #79 DONE 38.1s 03:38:01 03:38:01 #83 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:38:01 #83 DONE 38.0s 03:38:01 03:38:01 #94 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:38:01 #94 DONE 34.5s 03:38:01 03:38:01 #82 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:38:01 #82 DONE 37.8s 03:38:01 03:38:01 #116 [security-spiffe-token-provider builder 6/7] COPY . . 03:38:02 #89 ... 03:38:02 03:38:02 #48 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:38:02 #48 40.19 OK: 15 MiB in 28 packages 03:38:02 #48 DONE 42.1s 03:38:02 03:38:02 #75 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade 03:38:02 #75 35.45 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 03:38:02 #75 35.73 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 03:38:02 #75 35.91 Executing ca-certificates-20240705-r0.trigger 03:38:03 #75 ... 03:38:03 03:38:03 #68 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 03:38:03 #68 DONE 41.6s 03:38:03 03:38:03 #52 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:38:03 #52 40.34 (1/7) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 03:38:03 #52 41.14 (2/7) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 03:38:03 #52 41.25 (3/7) Installing dumb-init (1.2.5-r3) 03:38:03 #52 41.30 (4/7) Installing musl-obstack (1.2.3-r2) 03:38:03 #52 41.33 (5/7) Installing libucontext (1.2-r3) 03:38:03 #52 41.36 (6/7) Installing gcompat (1.1.0-r4) 03:38:03 #52 41.48 (7/7) Installing openssl (3.3.2-r1) 03:38:03 #52 41.76 Executing busybox-1.36.1-r29.trigger 03:38:03 #52 41.99 OK: 10 MiB in 19 packages 03:38:06 #52 DONE 44.6s 03:38:06 03:38:06 #75 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade 03:38:06 #75 37.30 OK: 10 MiB in 16 packages 03:38:06 #75 DONE 39.5s 03:38:06 03:38:06 #90 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade 03:38:06 #90 ... 03:38:06 03:38:06 #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 03:38:06 #83 2.599 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:38:06 #83 4.526 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:38:06 #83 12.22 Upgrading critical system libraries and apk-tools: 03:38:06 #83 12.22 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 03:38:06 #83 12.25 Executing busybox-1.36.1-r29.trigger 03:38:06 #83 ... 03:38:06 03:38:06 #87 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 03:38:06 #87 14.06 Upgrading critical system libraries and apk-tools: 03:38:06 #87 14.06 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 03:38:06 #87 14.12 Executing busybox-1.36.1-r29.trigger 03:38:06 #87 15.99 Continuing the upgrade transaction with new apk-tools: 03:38:06 #87 16.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:38:07 #87 17.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:38:08 #116 ... 03:38:08 03:38:08 #117 [security-proxy-auth builder 6/7] COPY . . 03:38:08 #117 ... 03:38:08 03:38:08 #118 [support-cron-scheduler builder 6/7] COPY . . 03:38:08 #118 ... 03:38:08 03:38:08 #119 [security-secretstore-setup builder 6/7] COPY . . 03:38:08 #119 DONE 10.5s 03:38:08 03:38:08 #120 [core-keeper builder 7/8] COPY . . 03:38:08 #120 DONE 10.5s 03:38:08 03:38:08 #121 [security-proxy-setup builder 6/7] COPY . . 03:38:08 #121 CACHED 03:38:08 03:38:08 #122 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 03:38:08 #122 CACHED 03:38:08 03:38:08 #123 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:38:08 #123 CACHED 03:38:08 03:38:08 #124 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:38:08 #124 CACHED 03:38:08 03:38:08 #125 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 03:38:08 #125 CACHED 03:38:08 03:38:08 #126 [security-bootstrapper builder 6/7] COPY . . 03:38:08 #126 CACHED 03:38:08 03:38:08 #116 [security-spiffe-token-provider builder 6/7] COPY . . 03:38:08 #116 DONE 10.5s 03:38:08 03:38:08 #117 [security-proxy-auth builder 6/7] COPY . . 03:38:08 #117 DONE 10.6s 03:38:08 03:38:08 #127 [core-data builder 4/7] COPY go.mod vendor* ./ 03:38:08 #127 CACHED 03:38:08 03:38:08 #128 [core-data builder 6/7] COPY . . 03:38:08 #128 CACHED 03:38:08 03:38:08 #129 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:38:08 #129 CACHED 03:38:08 03:38:08 #130 [core-metadata builder 6/7] COPY . . 03:38:08 #130 CACHED 03:38:08 03:38:08 #131 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:38:08 #131 CACHED 03:38:08 03:38:08 #132 [core-metadata builder 4/7] COPY go.mod vendor* ./ 03:38:08 #132 CACHED 03:38:08 03:38:08 #133 [core-command builder 4/7] COPY go.mod vendor* ./ 03:38:08 #133 CACHED 03:38:08 03:38:08 #134 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:38:08 #134 CACHED 03:38:08 03:38:08 #135 [core-command builder 6/7] COPY . . 03:38:08 #135 CACHED 03:38:08 03:38:08 #136 [core-common-config-bootstrapper builder 6/7] COPY . . 03:38:08 #136 CACHED 03:38:08 03:38:08 #137 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:38:08 #137 CACHED 03:38:08 03:38:08 #138 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 03:38:08 #138 CACHED 03:38:08 03:38:08 #139 [support-notifications builder 6/7] COPY . . 03:38:08 #139 CACHED 03:38:08 03:38:08 #140 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:38:08 #140 CACHED 03:38:08 03:38:08 #141 [support-notifications builder 4/7] COPY go.mod vendor* ./ 03:38:08 #141 CACHED 03:38:08 03:38:08 #118 [support-cron-scheduler builder 6/7] COPY . . 03:38:08 #118 DONE 10.6s 03:38:08 03:38:08 #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:38:09 #142 0.956 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 03:38:10 #87 ... 03:38:10 03:38:10 #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 03:38:10 #83 14.33 Continuing the upgrade transaction with new apk-tools: 03:38:10 #83 14.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:38:10 #83 15.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:38:10 #83 ... 03:38:10 03:38:10 #77 [core-data stage-1 3/8] RUN apk --no-cache upgrade 03:38:10 #77 22.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:38:10 #77 29.67 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 03:38:10 #77 30.34 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 03:38:10 #77 30.46 OK: 9 MiB in 15 packages 03:38:10 #77 DONE 31.9s 03:38:10 03:38:10 #81 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 03:38:10 #81 22.97 Continuing the upgrade transaction with new apk-tools: 03:38:10 #81 23.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:38:10 #81 24.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:38:10 #81 32.40 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 03:38:10 #81 ... 03:38:10 03:38:10 #90 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade 03:38:10 #90 2.460 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:38:10 #90 3.745 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:38:12 #90 ... 03:38:12 03:38:12 #81 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 03:38:12 #81 33.21 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 03:38:12 #81 33.36 Executing ca-certificates-20240705-r0.trigger 03:38:12 #81 33.98 OK: 20 MiB in 18 packages 03:38:12 #81 DONE 35.0s 03:38:12 03:38:12 #84 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 03:38:12 #84 17.45 Upgrading critical system libraries and apk-tools: 03:38:12 #84 17.45 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 03:38:12 #84 17.50 Executing busybox-1.36.1-r29.trigger 03:38:12 #84 19.04 Continuing the upgrade transaction with new apk-tools: 03:38:12 #84 19.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:38:12 #84 20.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:38:12 #84 ... 03:38:12 03:38:12 #91 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 03:38:12 #0 4.347 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:38:12 #0 5.708 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:38:12 #91 ... 03:38:12 03:38:12 #79 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 03:38:12 #79 20.88 Continuing the upgrade transaction with new apk-tools: 03:38:12 #79 21.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:38:12 #79 23.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:38:12 #79 30.02 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 03:38:13 #79 ... 03:38:13 03:38:13 #92 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 03:38:13 #0 4.098 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:38:13 #0 5.443 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:38:13 #92 ... 03:38:13 03:38:13 #79 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 03:38:13 #79 30.40 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 03:38:13 #79 30.48 OK: 9 MiB in 15 packages 03:38:14 #79 DONE 31.6s 03:38:14 03:38:14 #87 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 03:38:14 #87 23.97 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 03:38:14 #87 24.43 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 03:38:14 #87 24.54 OK: 9 MiB in 16 packages 03:38:15 #87 DONE 25.8s 03:38:15 03:38:15 #84 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 03:38:15 #84 27.05 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 03:38:15 #84 27.43 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 03:38:15 #84 27.50 Executing ca-certificates-20240705-r0.trigger 03:38:15 #84 27.98 OK: 11 MiB in 17 packages 03:38:15 #84 DONE 29.5s 03:38:15 03:38:15 #93 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 03:38:17 #93 ... 03:38:17 03:38:17 #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 03:38:17 #83 22.01 OK: 20 MiB in 18 packages 03:38:17 #83 DONE 23.5s 03:38:17 03:38:17 #94 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 03:38:17 #94 DONE 0.4s 03:38:17 03:38:17 #90 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade 03:38:17 #90 9.320 Upgrading critical system libraries and apk-tools: 03:38:17 #90 9.320 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 03:38:17 #90 9.368 Executing busybox-1.36.1-r29.trigger 03:38:17 #90 10.91 Continuing the upgrade transaction with new apk-tools: 03:38:17 #90 10.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:38:18 #90 12.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:38:18 #90 ... 03:38:18 03:38:18 #93 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 03:38:18 #93 DONE 2.8s 03:38:18 03:38:18 #95 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging 03:38:18 #95 DONE 0.2s 03:38:18 03:38:18 #92 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 03:38:18 #92 11.63 Upgrading critical system libraries and apk-tools: 03:38:18 #92 11.63 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 03:38:18 #92 11.68 Executing busybox-1.36.1-r29.trigger 03:38:18 #92 12.71 Continuing the upgrade transaction with new apk-tools: 03:38:18 #92 12.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:38:18 #92 14.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:38:19 #142 ... 03:38:19 03:38:19 #143 [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:38:19 #0 0.842 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:38:19 #143 ... 03:38:19 03:38:19 #144 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 03:38:19 #0 0.843 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 03:38:19 #144 ... 03:38:19 03:38:19 #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:38:19 #0 1.361 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 03:38:19 #145 ... 03:38:19 03:38:19 #146 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 03:38:19 #0 1.499 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 03:38:19 #146 ... 03:38:19 03:38:19 #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:38:19 #0 1.611 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 03:38:19 #147 ... 03:38:19 03:38:19 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 03:38:19 #0 0.597 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 03:38:19 #148 ... 03:38:19 03:38:19 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:38:19 #0 1.395 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:38:19 #149 ... 03:38:19 03:38:19 #150 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 03:38:19 #0 0.749 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 03:38:19 #150 ... 03:38:19 03:38:19 #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:38:19 #0 0.848 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 03:38:19 #151 ... 03:38:19 03:38:19 #152 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 03:38:19 #0 1.074 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 03:38:19 #152 ... 03:38:19 03:38:19 #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:38:19 #0 1.078 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 03:38:20 #92 17.43 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 03:38:20 #92 17.68 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 03:38:20 #92 17.72 OK: 9 MiB in 18 packages 03:38:21 #92 DONE 18.6s 03:38:21 03:38:21 #90 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade 03:38:21 #90 15.39 OK: 10 MiB in 19 packages 03:38:21 #90 ... 03:38:21 03:38:21 #91 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 03:38:21 #91 12.07 Upgrading critical system libraries and apk-tools: 03:38:21 #91 12.07 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 03:38:21 #91 12.12 Executing busybox-1.36.1-r29.trigger 03:38:21 #91 13.18 Continuing the upgrade transaction with new apk-tools: 03:38:21 #91 13.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:38:21 #91 14.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:38:21 #91 17.55 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 03:38:21 #91 17.78 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 03:38:21 #91 17.84 Executing ca-certificates-20240705-r0.trigger 03:38:21 #91 18.19 OK: 15 MiB in 28 packages 03:38:21 #91 DONE 19.2s 03:38:21 03:38:21 #96 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:38:22 #96 ... 03:38:22 03:38:22 #90 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 03:38:22 #90 DONE 16.6s 03:38:23 03:38:23 #97 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:38:24 #97 ... 03:38:24 03:38:24 #96 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:38:24 #96 DONE 2.2s 03:38:24 03:38:24 #98 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 03:38:24 #98 DONE 1.2s 03:38:24 03:38:24 #99 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:38:24 #99 ... 03:38:24 03:38:24 #100 [security-spire-config stage-2 5/10] COPY Attribution.txt / 03:38:24 #100 DONE 0.2s 03:38:24 03:38:24 #101 [security-spire-config stage-2 6/10] COPY security.txt / 03:38:24 #101 DONE 0.3s 03:38:24 03:38:24 #97 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:38:24 #97 DONE 1.8s 03:38:24 03:38:24 #102 [security-spire-server stage-2 5/9] COPY Attribution.txt / 03:38:24 #102 DONE 0.4s 03:38:24 03:38:24 #103 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 03:38:25 #103 DONE 0.4s 03:38:25 03:38:25 #104 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 03:38:25 #104 DONE 0.3s 03:38:25 03:38:25 #105 [security-spire-server stage-2 6/9] COPY security.txt / 03:38:25 #105 DONE 0.3s 03:38:25 03:38:25 #106 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 03:38:25 #106 ... 03:38:25 03:38:25 #107 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 03:38:25 #107 DONE 0.3s 03:38:25 03:38:25 #106 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 03:38:25 #106 DONE 0.4s 03:38:25 03:38:25 #108 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 03:38:26 #108 DONE 0.5s 03:38:26 03:38:26 #109 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 03:38:26 #109 DONE 0.3s 03:38:26 03:38:26 #110 [security-spire-server] exporting to image 03:38:26 #110 exporting layers 03:38:26 #110 ... 03:38:26 03:38:26 #99 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:38:26 #99 DONE 3.0s 03:38:27 03:38:27 #111 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 03:38:27 #111 DONE 0.3s 03:38:27 03:38:27 #112 [security-spire-agent stage-3 7/10] COPY security.txt / 03:38:27 #112 DONE 0.3s 03:38:27 03:38:27 #113 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 03:38:27 #113 DONE 0.3s 03:38:27 03:38:27 #114 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 03:38:28 #114 DONE 0.3s 03:38:28 03:38:28 #115 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 03:38:28 #115 DONE 0.3s 03:38:28 03:38:28 #110 [security-spire-agent] exporting to image 03:38:29 #110 exporting layers 3.9s done 03:38:29 #110 writing image sha256:8db8247cd7ac632ac344e4707380a822179bb2b24427bdf46b7a955dc715b462 done 03:38:29 #110 naming to docker.io/library/security-spire-config-arm64 done 03:38:30 #110 exporting layers 3.4s done 03:38:30 #110 writing image sha256:cada008e7679ea472ff95260b0cad5568765f1e24db3cc292e7f5a48c4322f09 0.0s done 03:38:30 #110 naming to docker.io/library/security-spire-server-arm64 03:38:30 #110 naming to docker.io/library/security-spire-server-arm64 done 03:38:31 #110 exporting layers 2.5s done 03:38:31 #110 writing image sha256:98589e2fe9d905bb4ce863b7a705d78ba9b309d4e4d1a594fab7be86ab887f90 0.0s done 03:38:31 #110 naming to docker.io/library/security-spire-agent-arm64 done 03:38:31 #110 DONE 5.5s 03:38:31 03:38:31 #76 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:39:38 #76 DONE 118.3s 03:39:38 03:39:38 #82 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:39:38 #82 DONE 114.8s 03:39:38 03:39:38 #72 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:39:38 #72 DONE 121.0s 03:39:38 03:39:38 #116 [security-secretstore-setup builder 6/7] COPY . . 03:39:38 #116 ... 03:39:38 03:39:38 #86 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:39:38 #86 DONE 98.7s 03:39:38 03:39:38 #117 [security-spiffe-token-provider builder 6/7] COPY . . 03:39:38 #117 ... 03:39:38 03:39:38 #89 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:39:38 #89 DONE 95.4s 03:39:38 03:39:38 #118 [core-keeper builder 7/8] COPY . . 03:39:38 #118 ... 03:39:38 03:39:38 #119 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 03:39:38 #119 CACHED 03:39:38 03:39:38 #120 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:39:38 #120 CACHED 03:39:38 03:39:38 #121 [security-bootstrapper builder 6/7] COPY . . 03:39:38 #121 CACHED 03:39:38 03:39:38 #116 [security-secretstore-setup builder 6/7] COPY . . 03:39:38 #116 DONE 1.5s 03:39:38 03:39:38 #122 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 03:39:38 #122 CACHED 03:39:38 03:39:38 #123 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:39:38 #123 CACHED 03:39:38 03:39:38 #124 [security-proxy-setup builder 6/7] COPY . . 03:39:38 #124 CACHED 03:39:38 03:39:38 #125 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ 03:39:38 #125 CACHED 03:39:38 03:39:38 #126 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:39:38 #126 CACHED 03:39:38 03:39:38 #127 [support-cron-scheduler builder 6/7] COPY . . 03:39:38 #127 CACHED 03:39:38 03:39:38 #128 [support-notifications builder 6/7] COPY . . 03:39:38 #128 DONE 1.5s 03:39:38 03:39:38 #129 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 03:39:38 #129 ... 03:39:38 03:39:38 #130 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:39:38 #130 CACHED 03:39:38 03:39:38 #131 [security-proxy-auth builder 6/7] COPY . . 03:39:38 #131 CACHED 03:39:38 03:39:38 #132 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 03:39:38 #132 CACHED 03:39:38 03:39:38 #133 [core-data builder 6/7] COPY . . 03:39:38 #133 CACHED 03:39:38 03:39:38 #134 [core-data builder 4/7] COPY go.mod vendor* ./ 03:39:38 #134 CACHED 03:39:38 03:39:38 #135 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:39:38 #135 CACHED 03:39:38 03:39:38 #136 [core-metadata builder 4/7] COPY go.mod vendor* ./ 03:39:38 #136 CACHED 03:39:38 03:39:38 #137 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:39:38 #137 CACHED 03:39:38 03:39:38 #138 [core-metadata builder 6/7] COPY . . 03:39:38 #138 CACHED 03:39:38 03:39:38 #117 [security-spiffe-token-provider builder 6/7] COPY . . 03:39:38 #117 DONE 1.3s 03:39:38 03:39:38 #139 [core-common-config-bootstrapper builder 6/7] COPY . . 03:39:38 #139 DONE 1.7s 03:39:38 03:39:38 #140 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:39:38 #140 CACHED 03:39:38 03:39:38 #141 [core-command builder 4/7] COPY go.mod vendor* ./ 03:39:38 #141 CACHED 03:39:38 03:39:38 #142 [core-command builder 6/7] COPY . . 03:39:38 #142 CACHED 03:39:38 03:39:38 #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:39:38 #143 ... 03:39:38 03:39:38 #118 [core-keeper builder 7/8] COPY . . 03:39:38 #118 DONE 1.1s 03:39:38 03:39:38 #144 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 03:39:41 #153 ... 03:39:41 03:39:41 #143 [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:39:41 #143 90.15 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:39:44 #144 ... 03:39:44 03:39:44 #129 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 03:39:44 #129 4.816 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 03:39:47 #129 ... 03:39:47 03:39:47 #145 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 03:39:47 #0 4.482 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 03:39:47 #145 ... 03:39:47 03:39:47 #146 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 03:39:47 #0 5.434 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 03:39:47 #146 ... 03:39:47 03:39:47 #147 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 03:39:47 #0 6.279 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 03:39:47 #147 ... 03:39:47 03:39:47 #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:39:47 #0 5.389 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 03:39:47 #148 ... 03:39:47 03:39:47 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:39:47 #0 5.774 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:39:48 #149 ... 03:39:48 03:39:48 #150 [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:39:48 #0 5.134 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:39:48 #150 ... 03:39:48 03:39:48 #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:39:48 #0 5.328 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 03:39:48 #151 ... 03:39:48 03:39:48 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:39:48 #0 5.981 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 03:39:48 #152 ... 03:39:48 03:39:48 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:39:48 #0 6.093 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 03:39:48 #153 ... 03:39:48 03:39:48 #144 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 03:39:48 #144 5.802 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 03:39:54 #144 ... 03:39:54 03:39:54 #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:39:54 #143 5.774 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 03:40:37 #143 ... 03:40:37 03:40:37 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 03:40:37 #148 DONE 143.0s 03:40:37 03:40:37 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:40:37 #149 ... 03:40:37 03:40:37 #154 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 03:40:37 #154 ... 03:40:37 03:40:37 #150 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 03:40:37 #150 DONE 147.2s 03:40:37 03:40:37 #146 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 03:40:44 #146 ... 03:40:44 03:40:44 #143 [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:40:44 #143 DONE 155.0s 03:40:44 03:40:44 #146 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 03:40:44 #146 ... 03:40:44 03:40:44 #152 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 03:40:44 #152 DONE 155.4s 03:40:44 03:40:44 #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:40:44 #151 DONE 155.4s 03:40:44 03:40:44 #155 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 03:40:44 #155 ... 03:40:44 03:40:44 #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:40:44 #153 DONE 155.6s 03:40:44 03:40:44 #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:40:44 #147 DONE 155.6s 03:40:44 03:40:44 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:40:44 #149 DONE 155.6s 03:40:44 03:40:44 #144 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 03:40:44 #144 DONE 155.7s 03:40:44 03:40:44 #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:40:44 #145 DONE 155.7s 03:40:44 03:40:44 #156 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 03:40:44 #156 ... 03:40:44 03:40:44 #154 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 03:40:44 #154 DONE 12.5s 03:40:44 03:40:44 #157 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 03:40:44 #157 DONE 0.7s 03:40:44 03:40:44 #155 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 03:40:44 #155 DONE 0.7s 03:40:44 03:40:44 #156 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 03:40:44 #156 DONE 0.6s 03:40:44 03:40:44 #158 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:40:44 #158 DONE 0.4s 03:40:44 03:40:44 #159 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:40:44 #159 ... 03:40:44 03:40:44 #160 [core-keeper stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:40:44 #160 DONE 0.4s 03:40:44 03:40:44 #161 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 03:40:44 #161 DONE 0.3s 03:40:44 03:40:44 #162 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 03:40:44 #162 DONE 0.3s 03:40:44 03:40:44 #163 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 03:40:44 #163 DONE 0.3s 03:40:44 03:40:44 #164 [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:40:44 #164 ... 03:40:44 03:40:44 #159 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:40:44 #159 DONE 0.6s 03:40:45 03:40:45 #165 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 03:40:45 #165 ... 03:40:45 03:40:45 #166 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 03:40:45 #166 DONE 1.0s 03:40:45 03:40:45 #167 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 03:40:45 #167 ... 03:40:45 03:40:45 #168 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 03:40:45 #168 CACHED 03:40:45 03:40:45 #169 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 03:40:45 #169 CACHED 03:40:45 03:40:45 #170 [core-metadata stage-1 5/10] COPY --from=builder /edgex-go/security.txt / 03:40:45 #170 CACHED 03:40:45 03:40:45 #171 [core-metadata stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / 03:40:45 #171 CACHED 03:40:45 03:40:45 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 03:40:45 #172 CACHED 03:40:45 03:40:45 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 03:40:45 #173 CACHED 03:40:46 03:40:46 #174 [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:40:46 #174 DONE 1.5s 03:40:46 03:40:46 #175 [core-keeper stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 03:40:46 #175 DONE 1.7s 03:40:46 03:40:46 #176 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 03:40:46 #176 ... 03:40:46 03:40:46 #167 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 03:40:46 #167 DONE 1.6s 03:40:46 03:40:46 #177 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:40:46 #177 ... 03:40:46 03:40:46 #164 [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:40:46 #164 DONE 2.0s 03:40:46 03:40:46 #178 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 03:40:47 #178 ... 03:40:47 03:40:47 #179 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh 03:40:47 #179 DONE 3.1s 03:40:47 03:40:47 #165 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 03:40:47 #165 DONE 2.3s 03:40:47 03:40:47 #146 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 03:40:47 #146 DONE 159.2s 03:40:47 03:40:47 #180 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 03:40:47 #180 DONE 1.5s 03:40:47 03:40:47 #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:40:47 #142 DONE 159.2s 03:40:47 03:40:47 #181 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 03:40:47 #181 ... 03:40:47 03:40:47 #182 [core-metadata stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:40:47 #182 DONE 1.8s 03:40:47 03:40:47 #183 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:40:47 #183 DONE 1.8s 03:40:47 03:40:47 #184 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 03:40:47 #184 DONE 1.8s 03:40:47 03:40:47 #176 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 03:40:47 #176 DONE 1.7s 03:40:47 03:40:47 #185 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:40:47 #185 ... 03:40:47 03:40:47 #186 [core-keeper stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 03:40:47 #186 DONE 1.6s 03:40:47 03:40:47 #177 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:40:47 #177 DONE 1.7s 03:40:47 03:40:47 #178 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 03:40:47 #178 DONE 1.4s 03:40:47 03:40:47 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 03:40:48 #187 ... 03:40:48 03:40:48 #188 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 03:40:48 #188 DONE 0.7s 03:40:48 03:40:48 #189 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / 03:40:48 #189 DONE 0.8s 03:40:48 03:40:48 #181 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 03:40:48 #181 DONE 0.7s 03:40:48 03:40:48 #108 [security-spiffe-token-provider] exporting to image 03:40:48 #108 exporting layers 03:40:48 #108 ... 03:40:48 03:40:48 #190 [core-metadata stage-1 7/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 03:40:48 #190 DONE 0.7s 03:40:48 03:40:48 #191 [support-notifications stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 03:40:48 #191 DONE 0.6s 03:40:48 03:40:48 #192 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 03:40:48 #192 DONE 0.6s 03:40:48 03:40:48 #193 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 03:40:48 #193 DONE 0.7s 03:40:48 03:40:48 #194 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:40:48 #194 DONE 0.7s 03:40:48 03:40:48 #108 [core-command] exporting to image 03:40:48 #108 ... 03:40:48 03:40:48 #185 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:40:48 #185 DONE 0.7s 03:40:48 03:40:48 #195 [core-keeper stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/db/ /res/db/ 03:40:48 #195 DONE 0.6s 03:40:48 03:40:48 #196 [core-data stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 03:40:48 #196 DONE 0.6s 03:40:48 03:40:48 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 03:40:48 #187 DONE 0.5s 03:40:48 03:40:48 #108 [core-keeper] exporting to image 03:40:48 #108 exporting layers 0.4s done 03:40:48 #108 ... 03:40:48 03:40:48 #197 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 03:40:48 #197 DONE 0.5s 03:40:48 03:40:48 #198 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / 03:40:48 #198 DONE 0.6s 03:40:48 03:40:48 #199 [core-metadata stage-1 8/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 03:40:48 #199 DONE 0.4s 03:40:48 03:40:48 #200 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 03:40:48 #200 ... 03:40:48 03:40:48 #201 [support-notifications stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 03:40:48 #201 DONE 0.5s 03:40:48 03:40:48 #202 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 03:40:48 #202 DONE 0.5s 03:40:48 03:40:48 #203 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 03:40:48 #203 DONE 0.5s 03:40:48 03:40:48 #204 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:40:48 #204 DONE 0.5s 03:40:48 03:40:48 #205 [core-data stage-1 8/8] COPY --from=builder /edgex-go/cmd/core-data/res/db/ /res/db/ 03:40:48 #205 DONE 0.5s 03:40:48 03:40:48 #206 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:40:48 #206 DONE 0.5s 03:40:48 03:40:48 #207 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:40:49 #207 ... 03:40:49 03:40:49 #208 [core-metadata stage-1 9/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/db/ /res/db/ 03:40:49 #208 DONE 0.6s 03:40:49 03:40:49 #108 [core-metadata] exporting to image 03:40:50 #108 ... 03:40:50 03:40:50 #200 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 03:40:50 #200 DONE 1.2s 03:40:50 03:40:50 #209 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:40:50 #209 ... 03:40:50 03:40:50 #210 [support-notifications stage-1 6/8] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:40:50 #210 DONE 1.4s 03:40:50 03:40:50 #211 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:40:50 #211 DONE 1.7s 03:40:50 03:40:50 #207 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:40:50 #207 DONE 1.3s 03:40:50 03:40:50 #212 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / 03:40:50 #212 DONE 1.4s 03:40:50 03:40:50 #213 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 03:40:50 #213 DONE 0.2s 03:40:50 03:40:50 #214 [support-notifications stage-1 7/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 03:40:50 #214 DONE 0.2s 03:40:50 03:40:50 #108 [core-keeper] exporting to image 03:40:50 #108 exporting layers 1.3s done 03:40:50 #108 writing image sha256:713e195f54443ff5d3cc6cf71ab8c5f10be10348bb76b92a160cac9320b758d3 done 03:40:50 #108 naming to docker.io/library/security-spiffe-token-provider 0.0s done 03:40:50 #108 writing image sha256:bb54712a38db58d03593cc64b43014e919370b311b48350c59f5c5381a02ffc6 done 03:40:50 #108 naming to docker.io/library/core-command done 03:40:50 #108 writing image sha256:12e3ebf91582c3eed9384d2bc9cc9965f5666cd13a7e638ad354e05539693574 done 03:40:50 #108 naming to docker.io/library/core-keeper done 03:40:50 #108 ... 03:40:50 03:40:50 #215 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:40:50 #215 DONE 0.2s 03:40:50 03:40:50 #216 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res 03:40:50 #216 DONE 0.2s 03:40:50 03:40:50 #217 [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:40:50 #217 DONE 0.2s 03:40:50 03:40:50 #218 [support-notifications stage-1 8/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/db/ /res/db/ 03:40:50 #218 DONE 0.2s 03:40:50 03:40:50 #108 [security-proxy-auth] exporting to image 03:40:50 #108 writing image sha256:4c8d152b9b9e21fc7301d4d7da0a5c322bc8d0dace044dae06bcd00347a27bec 0.0s done 03:40:50 #108 naming to docker.io/library/core-data done 03:40:50 #108 writing image sha256:f5e2344efccb7b58fc47585db8845b2512137e9da6df1f8e80cb1636c8d3504b done 03:40:50 #108 naming to docker.io/library/core-metadata done 03:40:50 #108 writing image sha256:71943015d08ce7c92e69dcae1fcda8f3f6de91dd973737f14f816290eb813fce done 03:40:50 #108 naming to docker.io/library/security-proxy-auth done 03:40:50 #108 ... 03:40:50 03:40:50 #209 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:40:50 #209 DONE 1.9s 03:40:50 03:40:50 #219 [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:40:50 #219 DONE 0.2s 03:40:50 03:40:50 #220 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:40:50 #220 DONE 1.9s 03:40:50 03:40:50 #108 [security-proxy-setup] exporting to image 03:40:50 #108 ... 03:40:50 03:40:50 #221 [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:40:50 #221 DONE 0.1s 03:40:50 03:40:50 #222 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 03:40:50 #222 DONE 0.1s 03:40:51 03:40:51 #223 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 03:40:51 #223 DONE 0.1s 03:40:51 03:40:51 #108 [security-proxy-setup] exporting to image 03:40:51 #108 exporting layers 0.3s done 03:40:51 #108 writing image sha256:a98ec32e2ef063d9087f4858d3a001995d4dfd41a9d0c2868391723d160e018e 03:40:51 #108 exporting layers 0.5s done 03:40:51 #108 writing image sha256:a98ec32e2ef063d9087f4858d3a001995d4dfd41a9d0c2868391723d160e018e 0.0s done 03:40:51 #108 naming to docker.io/library/core-common-config-bootstrapper done 03:40:51 #108 writing image sha256:619f1d7eda5d6aba0fccffc0d671310e0d827e513ff2f7c2fd6ed169d4d62227 03:40:51 #108 ... 03:40:51 03:40:51 #224 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:40:51 #224 DONE 0.7s 03:40:51 03:40:51 #108 [security-proxy-setup] exporting to image 03:40:51 #108 exporting layers 0.5s done 03:40:51 #108 writing image sha256:619f1d7eda5d6aba0fccffc0d671310e0d827e513ff2f7c2fd6ed169d4d62227 0.0s done 03:40:51 #108 writing image sha256:736b6cb19d3338724dfdff09afb47e67eb3f43a64412620ad5310a6a9f16db5d done 03:40:51 #108 naming to docker.io/library/support-notifications done 03:40:51 #108 naming to docker.io/library/support-cron-scheduler done 03:40:51 #108 writing image sha256:f8d4f77b240d5b912fa59f84f532ff0fcf59a32d4c9d9813f0f31c4101350c75 done 03:40:51 #108 naming to docker.io/library/security-proxy-setup done 03:40:51 #108 exporting layers 0.2s done 03:40:51 #108 writing image sha256:8b3a34741605763e756d8672d4ba235fec15e3092f101c9fe0adcc4bb0799734 done 03:40:51 #108 naming to docker.io/library/security-secretstore-setup done 03:40:51 #108 DONE 4.6s 03:40:51 03:40:51 #225 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh 03:40:51 #225 DONE 0.5s 03:40:51 03:40:51 #108 [security-bootstrapper] exporting to image 03:40:51 #108 exporting layers 0.2s done 03:40:51 #108 writing image sha256:61c2d73905eba8a33db960b5288e8ac8c7f3e794bd02a6d67bef09a14885a5c1 done 03:40:51 #108 naming to docker.io/library/security-bootstrapper done 03:40:51 #108 DONE 4.8s 03:40:51 03:40:51 #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 03:40:51 time="2024-10-28T03:36:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:40:51 time="2024-10-28T03:36:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:40:51 time="2024-10-28T03:36:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:40:51 time="2024-10-28T03:36:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:40:51 time="2024-10-28T03:36:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:40:51 time="2024-10-28T03:36:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:40:51 time="2024-10-28T03:36:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:40:51 time="2024-10-28T03:36:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:40:51 time="2024-10-28T03:36:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:40:51 time="2024-10-28T03:36:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:40:51 time="2024-10-28T03:36:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:40:51 time="2024-10-28T03:36:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:40:51 time="2024-10-28T03:36:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:40:51 time="2024-10-28T03:36:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:40:51 time="2024-10-28T03:36:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 03:40:51 $ docker stop --time=1 0c88f838163b36ded5b7013a1a20842b2aaab5a254d88e4fbdca9ae9b0736684 03:40:52 $ docker rm -f --volumes 0c88f838163b36ded5b7013a1a20842b2aaab5a254d88e4fbdca9ae9b0736684 [Pipeline] // withDockerContainer [Pipeline] sh 03:40:53 + docker images 03:40:53 REPOSITORY TAG IMAGE ID CREATED SIZE 03:40:53 security-secretstore-setup latest 8b3a34741605 2 seconds ago 57.9MB 03:40:53 security-bootstrapper latest 61c2d73905eb 2 seconds ago 32.9MB 03:40:53 support-notifications latest 736b6cb19d33 3 seconds ago 71.1MB 03:40:53 support-cron-scheduler latest 619f1d7eda5d 3 seconds ago 72.3MB 03:40:53 core-common-config-bootstrapper latest a98ec32e2ef0 3 seconds ago 26.8MB 03:40:53 security-proxy-setup latest f8d4f77b240d 3 seconds ago 39.4MB 03:40:53 security-proxy-auth latest 71943015d08c 3 seconds ago 40MB 03:40:53 core-metadata latest f5e2344efccb 4 seconds ago 47.9MB 03:40:53 core-data latest 4c8d152b9b9e 5 seconds ago 47.8MB 03:40:53 core-keeper latest 12e3ebf91582 5 seconds ago 41.5MB 03:40:53 core-command latest bb54712a38db 5 seconds ago 41.9MB 03:40:53 security-spiffe-token-provider latest 713e195f5444 6 seconds ago 47MB 03:40:53 security-spire-agent latest 1701a5d27a9d 3 minutes ago 188MB 03:40:53 security-spire-server latest 36d0733d35c0 3 minutes ago 128MB 03:40:53 security-spire-config latest ae7a01d064f4 3 minutes ago 127MB 03:40:53 ci-base-image-x86_64 latest a41c22ff260d 7 minutes ago 980MB 03:40:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine 3a752c3f9dda 3 weeks ago 573MB 03:40:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 17 months ago 334MB 03:40:53 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:40:53 provisioning config files... 03:40:53 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/737@tmp/config9466625761929687256tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:40:53 ---> ****-login.sh 03:40:53 nexus3.edgexfoundry.org:10001 03:40:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:40:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:40:53 Configure a credential helper to remove this warning. See 03:40:53 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:40:53 03:40:53 Login Succeeded 03:40:53 nexus3.edgexfoundry.org:10002 03:40:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:40:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:40:54 Configure a credential helper to remove this warning. See 03:40:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:40:54 03:40:54 Login Succeeded 03:40:54 nexus3.edgexfoundry.org:10003 03:40:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:40:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:40:54 Configure a credential helper to remove this warning. See 03:40:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:40:54 03:40:54 Login Succeeded 03:40:54 nexus3.edgexfoundry.org:10004 03:40:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:40:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:40:54 Configure a credential helper to remove this warning. See 03:40:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:40:54 03:40:54 Login Succeeded 03:40:54 ****.io 03:40:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:40:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:40:54 Configure a credential helper to remove this warning. See 03:40:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:40:54 03:40:54 Login Succeeded 03:40:54 ---> ****-login.sh ends [Pipeline] } 03:40:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:40:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 03:40:54 [edgeXDocker.push] Tagging docker image core-command with the following tags: 03:40:54 89254c1fef09d3f643254057b63cf98f5b6a48ef 03:40:54 latest 03:40:54 4.0.0-dev.4 03:40:54 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 03:40:54 main 03:40:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:40:55 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:40:55 + docker push nexus3.edgexfoundry.org:10004/core-command:89254c1fef09d3f643254057b63cf98f5b6a48ef 03:40:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 03:40:55 1fabc0dd023d: Preparing 03:40:55 bd21c6933d95: Preparing 03:40:55 c2df41739fb1: Preparing 03:40:55 ce1e82d31b5f: Preparing 03:40:55 800ac7e3b4d8: Preparing 03:40:55 3ed1bc031bf5: Preparing 03:40:55 63ca1fbb43ae: Preparing 03:40:55 3ed1bc031bf5: Waiting 03:40:55 63ca1fbb43ae: Waiting 03:40:55 1fabc0dd023d: Pushed 03:40:55 ce1e82d31b5f: Pushed 03:40:55 c2df41739fb1: Pushed 03:40:55 63ca1fbb43ae: Layer already exists 03:40:55 3ed1bc031bf5: Pushed 03:40:56 800ac7e3b4d8: Pushed 03:40:58 bd21c6933d95: Pushed 03:40:58 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:f6671e21e4ec64534d5bed536b3ab62cf58da1eda04bee589de7a947f99ffc76 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:40:59 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:40:59 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 03:40:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 03:40:59 1fabc0dd023d: Preparing 03:40:59 bd21c6933d95: Preparing 03:40:59 c2df41739fb1: Preparing 03:40:59 ce1e82d31b5f: Preparing 03:40:59 800ac7e3b4d8: Preparing 03:40:59 3ed1bc031bf5: Preparing 03:40:59 63ca1fbb43ae: Preparing 03:40:59 63ca1fbb43ae: Waiting 03:40:59 3ed1bc031bf5: Waiting 03:40:59 c2df41739fb1: Layer already exists 03:40:59 ce1e82d31b5f: Layer already exists 03:40:59 bd21c6933d95: Layer already exists 03:40:59 1fabc0dd023d: Layer already exists 03:40:59 800ac7e3b4d8: Layer already exists 03:40:59 63ca1fbb43ae: Layer already exists 03:40:59 3ed1bc031bf5: Layer already exists 03:40:59 latest: digest: sha256:f6671e21e4ec64534d5bed536b3ab62cf58da1eda04bee589de7a947f99ffc76 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:40:59 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:00 + docker push nexus3.edgexfoundry.org:10004/core-command:4.0.0-dev.4 03:41:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 03:41:00 1fabc0dd023d: Preparing 03:41:00 bd21c6933d95: Preparing 03:41:00 c2df41739fb1: Preparing 03:41:00 ce1e82d31b5f: Preparing 03:41:00 800ac7e3b4d8: Preparing 03:41:00 3ed1bc031bf5: Preparing 03:41:00 63ca1fbb43ae: Preparing 03:41:00 63ca1fbb43ae: Waiting 03:41:00 1fabc0dd023d: Layer already exists 03:41:00 bd21c6933d95: Layer already exists 03:41:00 800ac7e3b4d8: Layer already exists 03:41:00 ce1e82d31b5f: Layer already exists 03:41:00 c2df41739fb1: Layer already exists 03:41:00 63ca1fbb43ae: Layer already exists 03:41:00 3ed1bc031bf5: Layer already exists 03:41:00 4.0.0-dev.4: digest: sha256:f6671e21e4ec64534d5bed536b3ab62cf58da1eda04bee589de7a947f99ffc76 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:00 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:00 + docker push nexus3.edgexfoundry.org:10004/core-command:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 03:41:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 03:41:00 1fabc0dd023d: Preparing 03:41:00 bd21c6933d95: Preparing 03:41:00 c2df41739fb1: Preparing 03:41:00 ce1e82d31b5f: Preparing 03:41:00 800ac7e3b4d8: Preparing 03:41:00 3ed1bc031bf5: Preparing 03:41:00 63ca1fbb43ae: Preparing 03:41:00 3ed1bc031bf5: Waiting 03:41:00 63ca1fbb43ae: Waiting 03:41:00 c2df41739fb1: Layer already exists 03:41:00 1fabc0dd023d: Layer already exists 03:41:00 800ac7e3b4d8: Layer already exists 03:41:00 bd21c6933d95: Layer already exists 03:41:00 ce1e82d31b5f: Layer already exists 03:41:00 63ca1fbb43ae: Layer already exists 03:41:00 3ed1bc031bf5: Layer already exists 03:41:00 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:f6671e21e4ec64534d5bed536b3ab62cf58da1eda04bee589de7a947f99ffc76 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:01 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:01 + docker push nexus3.edgexfoundry.org:10004/core-command:main 03:41:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 03:41:01 1fabc0dd023d: Preparing 03:41:01 bd21c6933d95: Preparing 03:41:01 c2df41739fb1: Preparing 03:41:01 ce1e82d31b5f: Preparing 03:41:01 800ac7e3b4d8: Preparing 03:41:01 3ed1bc031bf5: Preparing 03:41:01 63ca1fbb43ae: Preparing 03:41:01 3ed1bc031bf5: Waiting 03:41:01 63ca1fbb43ae: Waiting 03:41:01 c2df41739fb1: Layer already exists 03:41:01 800ac7e3b4d8: Layer already exists 03:41:01 1fabc0dd023d: Layer already exists 03:41:01 bd21c6933d95: Layer already exists 03:41:01 ce1e82d31b5f: Layer already exists 03:41:01 63ca1fbb43ae: Layer already exists 03:41:01 3ed1bc031bf5: Layer already exists 03:41:01 main: digest: sha256:f6671e21e4ec64534d5bed536b3ab62cf58da1eda04bee589de7a947f99ffc76 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:41:01 ===================================================== [Pipeline] echo 03:41:01 taggedImages: 03:41:01 - nexus3.edgexfoundry.org:10004/core-command:89254c1fef09d3f643254057b63cf98f5b6a48ef 03:41:01 - nexus3.edgexfoundry.org:10004/core-command:latest 03:41:01 - nexus3.edgexfoundry.org:10004/core-command:4.0.0-dev.4 03:41:01 - nexus3.edgexfoundry.org:10004/core-command:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 03:41:01 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 03:41:01 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 03:41:01 89254c1fef09d3f643254057b63cf98f5b6a48ef 03:41:01 latest 03:41:01 4.0.0-dev.4 03:41:01 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 03:41:01 main 03:41:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:01 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:02 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:89254c1fef09d3f643254057b63cf98f5b6a48ef 03:41:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 03:41:02 02bb3eb51f0c: Preparing 03:41:02 04cbe2d80a8e: Preparing 03:41:02 f9bc8f598659: Preparing 03:41:02 4d09a1a7f9f1: Preparing 03:41:02 c2df41739fb1: Preparing 03:41:02 ce1e82d31b5f: Preparing 03:41:02 800ac7e3b4d8: Preparing 03:41:02 3ed1bc031bf5: Preparing 03:41:02 63ca1fbb43ae: Preparing 03:41:02 800ac7e3b4d8: Waiting 03:41:02 ce1e82d31b5f: Waiting 03:41:02 63ca1fbb43ae: Waiting 03:41:02 3ed1bc031bf5: Waiting 03:41:02 c2df41739fb1: Layer already exists 03:41:02 ce1e82d31b5f: Layer already exists 03:41:02 800ac7e3b4d8: Layer already exists 03:41:02 3ed1bc031bf5: Layer already exists 03:41:02 63ca1fbb43ae: Layer already exists 03:41:02 04cbe2d80a8e: Pushed 03:41:02 02bb3eb51f0c: Pushed 03:41:02 f9bc8f598659: Pushed 03:41:04 4d09a1a7f9f1: Pushed 03:41:04 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:f2ba84f8252f4c2cab91b97ad95094eb7e00dd6702bf2574da731d97c5c80258 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:04 + 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:41:04 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 03:41:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 03:41:04 02bb3eb51f0c: Preparing 03:41:04 04cbe2d80a8e: Preparing 03:41:04 f9bc8f598659: Preparing 03:41:04 4d09a1a7f9f1: Preparing 03:41:04 c2df41739fb1: Preparing 03:41:04 ce1e82d31b5f: Preparing 03:41:04 800ac7e3b4d8: Preparing 03:41:04 3ed1bc031bf5: Preparing 03:41:04 63ca1fbb43ae: Preparing 03:41:04 ce1e82d31b5f: Waiting 03:41:04 800ac7e3b4d8: Waiting 03:41:04 3ed1bc031bf5: Waiting 03:41:04 63ca1fbb43ae: Waiting 03:41:04 4d09a1a7f9f1: Layer already exists 03:41:04 f9bc8f598659: Layer already exists 03:41:04 02bb3eb51f0c: Layer already exists 03:41:04 c2df41739fb1: Layer already exists 03:41:04 ce1e82d31b5f: Layer already exists 03:41:04 3ed1bc031bf5: Layer already exists 03:41:04 800ac7e3b4d8: Layer already exists 03:41:04 04cbe2d80a8e: Layer already exists 03:41:04 63ca1fbb43ae: Layer already exists 03:41:04 latest: digest: sha256:f2ba84f8252f4c2cab91b97ad95094eb7e00dd6702bf2574da731d97c5c80258 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:05 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:05 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.0.0-dev.4 03:41:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 03:41:05 02bb3eb51f0c: Preparing 03:41:05 04cbe2d80a8e: Preparing 03:41:05 f9bc8f598659: Preparing 03:41:05 4d09a1a7f9f1: Preparing 03:41:05 c2df41739fb1: Preparing 03:41:05 ce1e82d31b5f: Preparing 03:41:05 800ac7e3b4d8: Preparing 03:41:05 3ed1bc031bf5: Preparing 03:41:05 63ca1fbb43ae: Preparing 03:41:05 ce1e82d31b5f: Waiting 03:41:05 800ac7e3b4d8: Waiting 03:41:05 3ed1bc031bf5: Waiting 03:41:05 63ca1fbb43ae: Waiting 03:41:05 c2df41739fb1: Layer already exists 03:41:05 02bb3eb51f0c: Layer already exists 03:41:05 f9bc8f598659: Layer already exists 03:41:05 4d09a1a7f9f1: Layer already exists 03:41:05 04cbe2d80a8e: Layer already exists 03:41:05 ce1e82d31b5f: Layer already exists 03:41:05 800ac7e3b4d8: Layer already exists 03:41:05 3ed1bc031bf5: Layer already exists 03:41:05 63ca1fbb43ae: Layer already exists 03:41:05 4.0.0-dev.4: digest: sha256:f2ba84f8252f4c2cab91b97ad95094eb7e00dd6702bf2574da731d97c5c80258 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:05 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:06 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 03:41:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 03:41:06 02bb3eb51f0c: Preparing 03:41:06 04cbe2d80a8e: Preparing 03:41:06 f9bc8f598659: Preparing 03:41:06 4d09a1a7f9f1: Preparing 03:41:06 c2df41739fb1: Preparing 03:41:06 ce1e82d31b5f: Preparing 03:41:06 800ac7e3b4d8: Preparing 03:41:06 3ed1bc031bf5: Preparing 03:41:06 63ca1fbb43ae: Preparing 03:41:06 3ed1bc031bf5: Waiting 03:41:06 ce1e82d31b5f: Waiting 03:41:06 63ca1fbb43ae: Waiting 03:41:06 800ac7e3b4d8: Waiting 03:41:06 4d09a1a7f9f1: Layer already exists 03:41:06 c2df41739fb1: Layer already exists 03:41:06 04cbe2d80a8e: Layer already exists 03:41:06 02bb3eb51f0c: Layer already exists 03:41:06 f9bc8f598659: Layer already exists 03:41:06 ce1e82d31b5f: Layer already exists 03:41:06 800ac7e3b4d8: Layer already exists 03:41:06 3ed1bc031bf5: Layer already exists 03:41:06 63ca1fbb43ae: Layer already exists 03:41:06 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:f2ba84f8252f4c2cab91b97ad95094eb7e00dd6702bf2574da731d97c5c80258 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:06 + 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:41:06 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 03:41:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 03:41:06 02bb3eb51f0c: Preparing 03:41:06 04cbe2d80a8e: Preparing 03:41:06 f9bc8f598659: Preparing 03:41:06 4d09a1a7f9f1: Preparing 03:41:06 c2df41739fb1: Preparing 03:41:06 ce1e82d31b5f: Preparing 03:41:06 800ac7e3b4d8: Preparing 03:41:06 3ed1bc031bf5: Preparing 03:41:06 63ca1fbb43ae: Preparing 03:41:06 ce1e82d31b5f: Waiting 03:41:06 800ac7e3b4d8: Waiting 03:41:06 63ca1fbb43ae: Waiting 03:41:06 3ed1bc031bf5: Waiting 03:41:06 04cbe2d80a8e: Layer already exists 03:41:06 c2df41739fb1: Layer already exists 03:41:06 4d09a1a7f9f1: Layer already exists 03:41:06 02bb3eb51f0c: Layer already exists 03:41:06 f9bc8f598659: Layer already exists 03:41:06 3ed1bc031bf5: Layer already exists 03:41:06 800ac7e3b4d8: Layer already exists 03:41:06 ce1e82d31b5f: Layer already exists 03:41:06 63ca1fbb43ae: Layer already exists 03:41:06 main: digest: sha256:f2ba84f8252f4c2cab91b97ad95094eb7e00dd6702bf2574da731d97c5c80258 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:41:06 ===================================================== [Pipeline] echo 03:41:06 taggedImages: 03:41:06 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:89254c1fef09d3f643254057b63cf98f5b6a48ef 03:41:06 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 03:41:06 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.0.0-dev.4 03:41:06 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 03:41:06 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 03:41:06 [edgeXDocker.push] Tagging docker image core-data with the following tags: 03:41:06 89254c1fef09d3f643254057b63cf98f5b6a48ef 03:41:06 latest 03:41:06 4.0.0-dev.4 03:41:06 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 03:41:06 main 03:41:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:07 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:07 + docker push nexus3.edgexfoundry.org:10004/core-data:89254c1fef09d3f643254057b63cf98f5b6a48ef 03:41:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 03:41:07 be30eea7ea9f: Preparing 03:41:07 b494a3474abd: Preparing 03:41:07 a8f3df010551: Preparing 03:41:07 c2df41739fb1: Preparing 03:41:07 ce1e82d31b5f: Preparing 03:41:07 c9a2f41e9917: Preparing 03:41:07 8be27c567f9c: Preparing 03:41:07 63ca1fbb43ae: Preparing 03:41:07 c9a2f41e9917: Waiting 03:41:07 8be27c567f9c: Waiting 03:41:07 63ca1fbb43ae: Waiting 03:41:07 c2df41739fb1: Layer already exists 03:41:07 ce1e82d31b5f: Layer already exists 03:41:07 b494a3474abd: Pushed 03:41:07 be30eea7ea9f: Pushed 03:41:07 63ca1fbb43ae: Layer already exists 03:41:07 8be27c567f9c: Pushed 03:41:08 c9a2f41e9917: Pushed 03:41:11 a8f3df010551: Pushed 03:41:11 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:01d6d957e60de4944d80e845a517278db42cdd1621c69f602d0d418fc0543e80 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:11 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:12 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 03:41:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 03:41:12 be30eea7ea9f: Preparing 03:41:12 b494a3474abd: Preparing 03:41:12 a8f3df010551: Preparing 03:41:12 c2df41739fb1: Preparing 03:41:12 ce1e82d31b5f: Preparing 03:41:12 c9a2f41e9917: Preparing 03:41:12 8be27c567f9c: Preparing 03:41:12 63ca1fbb43ae: Preparing 03:41:12 8be27c567f9c: Waiting 03:41:12 63ca1fbb43ae: Waiting 03:41:12 c9a2f41e9917: Waiting 03:41:12 b494a3474abd: Layer already exists 03:41:12 ce1e82d31b5f: Layer already exists 03:41:12 be30eea7ea9f: Layer already exists 03:41:12 a8f3df010551: Layer already exists 03:41:12 c9a2f41e9917: Layer already exists 03:41:12 c2df41739fb1: Layer already exists 03:41:12 8be27c567f9c: Layer already exists 03:41:12 63ca1fbb43ae: Layer already exists 03:41:12 latest: digest: sha256:01d6d957e60de4944d80e845a517278db42cdd1621c69f602d0d418fc0543e80 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:12 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:12 + docker push nexus3.edgexfoundry.org:10004/core-data:4.0.0-dev.4 03:41:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 03:41:12 be30eea7ea9f: Preparing 03:41:12 b494a3474abd: Preparing 03:41:12 a8f3df010551: Preparing 03:41:12 c2df41739fb1: Preparing 03:41:12 ce1e82d31b5f: Preparing 03:41:12 c9a2f41e9917: Preparing 03:41:12 8be27c567f9c: Preparing 03:41:12 63ca1fbb43ae: Preparing 03:41:12 c9a2f41e9917: Waiting 03:41:12 8be27c567f9c: Waiting 03:41:12 63ca1fbb43ae: Waiting 03:41:12 c2df41739fb1: Layer already exists 03:41:12 b494a3474abd: Layer already exists 03:41:12 be30eea7ea9f: Layer already exists 03:41:12 a8f3df010551: Layer already exists 03:41:12 ce1e82d31b5f: Layer already exists 03:41:12 8be27c567f9c: Layer already exists 03:41:12 c9a2f41e9917: Layer already exists 03:41:12 63ca1fbb43ae: Layer already exists 03:41:12 4.0.0-dev.4: digest: sha256:01d6d957e60de4944d80e845a517278db42cdd1621c69f602d0d418fc0543e80 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:13 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:13 + docker push nexus3.edgexfoundry.org:10004/core-data:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 03:41:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 03:41:13 be30eea7ea9f: Preparing 03:41:13 b494a3474abd: Preparing 03:41:13 a8f3df010551: Preparing 03:41:13 c2df41739fb1: Preparing 03:41:13 ce1e82d31b5f: Preparing 03:41:13 c9a2f41e9917: Preparing 03:41:13 8be27c567f9c: Preparing 03:41:13 63ca1fbb43ae: Preparing 03:41:13 8be27c567f9c: Waiting 03:41:13 63ca1fbb43ae: Waiting 03:41:13 c2df41739fb1: Layer already exists 03:41:13 be30eea7ea9f: Layer already exists 03:41:13 a8f3df010551: Layer already exists 03:41:13 b494a3474abd: Layer already exists 03:41:13 c9a2f41e9917: Layer already exists 03:41:13 8be27c567f9c: Layer already exists 03:41:13 ce1e82d31b5f: Layer already exists 03:41:13 63ca1fbb43ae: Layer already exists 03:41:13 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:01d6d957e60de4944d80e845a517278db42cdd1621c69f602d0d418fc0543e80 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:13 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:14 + docker push nexus3.edgexfoundry.org:10004/core-data:main 03:41:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 03:41:14 be30eea7ea9f: Preparing 03:41:14 b494a3474abd: Preparing 03:41:14 a8f3df010551: Preparing 03:41:14 c2df41739fb1: Preparing 03:41:14 ce1e82d31b5f: Preparing 03:41:14 c9a2f41e9917: Preparing 03:41:14 8be27c567f9c: Preparing 03:41:14 63ca1fbb43ae: Preparing 03:41:14 8be27c567f9c: Waiting 03:41:14 63ca1fbb43ae: Waiting 03:41:14 c9a2f41e9917: Waiting 03:41:14 be30eea7ea9f: Layer already exists 03:41:14 ce1e82d31b5f: Layer already exists 03:41:14 c2df41739fb1: Layer already exists 03:41:14 a8f3df010551: Layer already exists 03:41:14 b494a3474abd: Layer already exists 03:41:14 c9a2f41e9917: Layer already exists 03:41:14 8be27c567f9c: Layer already exists 03:41:14 63ca1fbb43ae: Layer already exists 03:41:14 main: digest: sha256:01d6d957e60de4944d80e845a517278db42cdd1621c69f602d0d418fc0543e80 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:41:14 ===================================================== [Pipeline] echo 03:41:14 taggedImages: 03:41:14 - nexus3.edgexfoundry.org:10004/core-data:89254c1fef09d3f643254057b63cf98f5b6a48ef 03:41:14 - nexus3.edgexfoundry.org:10004/core-data:latest 03:41:14 - nexus3.edgexfoundry.org:10004/core-data:4.0.0-dev.4 03:41:14 - nexus3.edgexfoundry.org:10004/core-data:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 03:41:14 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 03:41:14 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 03:41:14 89254c1fef09d3f643254057b63cf98f5b6a48ef 03:41:14 latest 03:41:14 4.0.0-dev.4 03:41:14 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 03:41:14 main 03:41:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:14 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:14 + docker push nexus3.edgexfoundry.org:10004/core-keeper:89254c1fef09d3f643254057b63cf98f5b6a48ef 03:41:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 03:41:14 2c5b7edff160: Preparing 03:41:14 e6aef7fa6cea: Preparing 03:41:14 8f446a676168: Preparing 03:41:14 ce1e82d31b5f: Preparing 03:41:14 3ae0ad057f7b: Preparing 03:41:14 a754afb252e7: Preparing 03:41:14 63ca1fbb43ae: Preparing 03:41:14 63ca1fbb43ae: Waiting 03:41:14 a754afb252e7: Waiting 03:41:14 ce1e82d31b5f: Layer already exists 03:41:14 e6aef7fa6cea: Pushed 03:41:14 2c5b7edff160: Pushed 03:41:14 63ca1fbb43ae: Layer already exists 03:41:14 3ae0ad057f7b: Pushed 03:41:14 a754afb252e7: Pushed 03:41:18 8f446a676168: Pushed 03:41:18 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:8adf1c0c137f9b428fc36dab95875b8f37d357aadf6b0f464d9814c3ec110521 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:18 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:18 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 03:41:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 03:41:18 2c5b7edff160: Preparing 03:41:18 e6aef7fa6cea: Preparing 03:41:18 8f446a676168: Preparing 03:41:18 ce1e82d31b5f: Preparing 03:41:18 3ae0ad057f7b: Preparing 03:41:18 a754afb252e7: Preparing 03:41:18 63ca1fbb43ae: Preparing 03:41:18 63ca1fbb43ae: Waiting 03:41:18 a754afb252e7: Waiting 03:41:18 3ae0ad057f7b: Layer already exists 03:41:18 ce1e82d31b5f: Layer already exists 03:41:18 8f446a676168: Layer already exists 03:41:18 e6aef7fa6cea: Layer already exists 03:41:18 2c5b7edff160: Layer already exists 03:41:18 a754afb252e7: Layer already exists 03:41:18 63ca1fbb43ae: Layer already exists 03:41:18 latest: digest: sha256:8adf1c0c137f9b428fc36dab95875b8f37d357aadf6b0f464d9814c3ec110521 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:19 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:19 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.0.0-dev.4 03:41:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 03:41:19 2c5b7edff160: Preparing 03:41:19 e6aef7fa6cea: Preparing 03:41:19 8f446a676168: Preparing 03:41:19 ce1e82d31b5f: Preparing 03:41:19 3ae0ad057f7b: Preparing 03:41:19 a754afb252e7: Preparing 03:41:19 63ca1fbb43ae: Preparing 03:41:19 a754afb252e7: Waiting 03:41:19 63ca1fbb43ae: Waiting 03:41:19 3ae0ad057f7b: Layer already exists 03:41:19 e6aef7fa6cea: Layer already exists 03:41:19 8f446a676168: Layer already exists 03:41:19 a754afb252e7: Layer already exists 03:41:19 ce1e82d31b5f: Layer already exists 03:41:19 2c5b7edff160: Layer already exists 03:41:19 63ca1fbb43ae: Layer already exists 03:41:19 4.0.0-dev.4: digest: sha256:8adf1c0c137f9b428fc36dab95875b8f37d357aadf6b0f464d9814c3ec110521 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:19 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:20 + docker push nexus3.edgexfoundry.org:10004/core-keeper:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 03:41:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 03:41:20 2c5b7edff160: Preparing 03:41:20 e6aef7fa6cea: Preparing 03:41:20 8f446a676168: Preparing 03:41:20 ce1e82d31b5f: Preparing 03:41:20 3ae0ad057f7b: Preparing 03:41:20 a754afb252e7: Preparing 03:41:20 63ca1fbb43ae: Preparing 03:41:20 a754afb252e7: Waiting 03:41:20 63ca1fbb43ae: Waiting 03:41:20 8f446a676168: Layer already exists 03:41:20 3ae0ad057f7b: Layer already exists 03:41:20 e6aef7fa6cea: Layer already exists 03:41:20 2c5b7edff160: Layer already exists 03:41:20 63ca1fbb43ae: Layer already exists 03:41:20 a754afb252e7: Layer already exists 03:41:20 ce1e82d31b5f: Layer already exists 03:41:20 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:8adf1c0c137f9b428fc36dab95875b8f37d357aadf6b0f464d9814c3ec110521 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:20 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:20 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 03:41:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 03:41:20 2c5b7edff160: Preparing 03:41:20 e6aef7fa6cea: Preparing 03:41:20 8f446a676168: Preparing 03:41:20 ce1e82d31b5f: Preparing 03:41:20 3ae0ad057f7b: Preparing 03:41:20 a754afb252e7: Preparing 03:41:20 63ca1fbb43ae: Preparing 03:41:20 a754afb252e7: Waiting 03:41:20 63ca1fbb43ae: Waiting 03:41:20 2c5b7edff160: Layer already exists 03:41:20 8f446a676168: Layer already exists 03:41:20 ce1e82d31b5f: Layer already exists 03:41:20 e6aef7fa6cea: Layer already exists 03:41:20 3ae0ad057f7b: Layer already exists 03:41:20 a754afb252e7: Layer already exists 03:41:20 63ca1fbb43ae: Layer already exists 03:41:20 main: digest: sha256:8adf1c0c137f9b428fc36dab95875b8f37d357aadf6b0f464d9814c3ec110521 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:41:21 ===================================================== [Pipeline] echo 03:41:21 taggedImages: 03:41:21 - nexus3.edgexfoundry.org:10004/core-keeper:89254c1fef09d3f643254057b63cf98f5b6a48ef 03:41:21 - nexus3.edgexfoundry.org:10004/core-keeper:latest 03:41:21 - nexus3.edgexfoundry.org:10004/core-keeper:4.0.0-dev.4 03:41:21 - nexus3.edgexfoundry.org:10004/core-keeper:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 03:41:21 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 03:41:21 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 03:41:21 89254c1fef09d3f643254057b63cf98f5b6a48ef 03:41:21 latest 03:41:21 4.0.0-dev.4 03:41:21 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 03:41:21 main 03:41:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:21 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:21 + docker push nexus3.edgexfoundry.org:10004/core-metadata:89254c1fef09d3f643254057b63cf98f5b6a48ef 03:41:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 03:41:21 1e4e828c825a: Preparing 03:41:21 f7b543797bdc: Preparing 03:41:21 6d4f62ff4e27: Preparing 03:41:21 f05ec07a7142: Preparing 03:41:21 c2df41739fb1: Preparing 03:41:21 ce1e82d31b5f: Preparing 03:41:21 800ac7e3b4d8: Preparing 03:41:21 3ed1bc031bf5: Preparing 03:41:21 63ca1fbb43ae: Preparing 03:41:21 ce1e82d31b5f: Waiting 03:41:21 63ca1fbb43ae: Waiting 03:41:21 c2df41739fb1: Layer already exists 03:41:21 ce1e82d31b5f: Layer already exists 03:41:21 800ac7e3b4d8: Layer already exists 03:41:21 6d4f62ff4e27: Pushed 03:41:21 3ed1bc031bf5: Layer already exists 03:41:21 63ca1fbb43ae: Layer already exists 03:41:21 f7b543797bdc: Pushed 03:41:21 1e4e828c825a: Pushed 03:41:25 f05ec07a7142: Pushed 03:41:25 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:f46d8330569ee8350b667a24b652b3cab183770ee4fd129131a8520bb8792639 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:26 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:26 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 03:41:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 03:41:26 1e4e828c825a: Preparing 03:41:26 f7b543797bdc: Preparing 03:41:26 6d4f62ff4e27: Preparing 03:41:26 f05ec07a7142: Preparing 03:41:26 c2df41739fb1: Preparing 03:41:26 ce1e82d31b5f: Preparing 03:41:26 800ac7e3b4d8: Preparing 03:41:26 3ed1bc031bf5: Preparing 03:41:26 63ca1fbb43ae: Preparing 03:41:26 ce1e82d31b5f: Waiting 03:41:26 3ed1bc031bf5: Waiting 03:41:26 63ca1fbb43ae: Waiting 03:41:26 800ac7e3b4d8: Waiting 03:41:26 f7b543797bdc: Layer already exists 03:41:26 c2df41739fb1: Layer already exists 03:41:26 1e4e828c825a: Layer already exists 03:41:26 f05ec07a7142: Layer already exists 03:41:26 6d4f62ff4e27: Layer already exists 03:41:26 63ca1fbb43ae: Layer already exists 03:41:26 3ed1bc031bf5: Layer already exists 03:41:26 ce1e82d31b5f: Layer already exists 03:41:26 800ac7e3b4d8: Layer already exists 03:41:26 latest: digest: sha256:f46d8330569ee8350b667a24b652b3cab183770ee4fd129131a8520bb8792639 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:27 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:27 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.0.0-dev.4 03:41:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 03:41:27 1e4e828c825a: Preparing 03:41:27 f7b543797bdc: Preparing 03:41:27 6d4f62ff4e27: Preparing 03:41:27 f05ec07a7142: Preparing 03:41:27 c2df41739fb1: Preparing 03:41:27 ce1e82d31b5f: Preparing 03:41:27 800ac7e3b4d8: Preparing 03:41:27 3ed1bc031bf5: Preparing 03:41:27 63ca1fbb43ae: Preparing 03:41:27 ce1e82d31b5f: Waiting 03:41:27 800ac7e3b4d8: Waiting 03:41:27 3ed1bc031bf5: Waiting 03:41:27 63ca1fbb43ae: Waiting 03:41:27 6d4f62ff4e27: Layer already exists 03:41:27 1e4e828c825a: Layer already exists 03:41:27 f7b543797bdc: Layer already exists 03:41:27 f05ec07a7142: Layer already exists 03:41:27 c2df41739fb1: Layer already exists 03:41:27 800ac7e3b4d8: Layer already exists 03:41:27 63ca1fbb43ae: Layer already exists 03:41:27 ce1e82d31b5f: Layer already exists 03:41:27 3ed1bc031bf5: Layer already exists 03:41:27 4.0.0-dev.4: digest: sha256:f46d8330569ee8350b667a24b652b3cab183770ee4fd129131a8520bb8792639 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:27 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:28 + docker push nexus3.edgexfoundry.org:10004/core-metadata:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 03:41:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 03:41:28 1e4e828c825a: Preparing 03:41:28 f7b543797bdc: Preparing 03:41:28 6d4f62ff4e27: Preparing 03:41:28 f05ec07a7142: Preparing 03:41:28 c2df41739fb1: Preparing 03:41:28 ce1e82d31b5f: Preparing 03:41:28 800ac7e3b4d8: Preparing 03:41:28 3ed1bc031bf5: Preparing 03:41:28 63ca1fbb43ae: Preparing 03:41:28 3ed1bc031bf5: Waiting 03:41:28 ce1e82d31b5f: Waiting 03:41:28 f7b543797bdc: Layer already exists 03:41:28 6d4f62ff4e27: Layer already exists 03:41:28 f05ec07a7142: Layer already exists 03:41:28 1e4e828c825a: Layer already exists 03:41:28 c2df41739fb1: Layer already exists 03:41:28 ce1e82d31b5f: Layer already exists 03:41:28 800ac7e3b4d8: Layer already exists 03:41:28 3ed1bc031bf5: Layer already exists 03:41:28 63ca1fbb43ae: Layer already exists 03:41:28 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:f46d8330569ee8350b667a24b652b3cab183770ee4fd129131a8520bb8792639 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:28 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:28 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 03:41:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 03:41:28 1e4e828c825a: Preparing 03:41:28 f7b543797bdc: Preparing 03:41:28 6d4f62ff4e27: Preparing 03:41:28 f05ec07a7142: Preparing 03:41:28 c2df41739fb1: Preparing 03:41:28 ce1e82d31b5f: Preparing 03:41:28 800ac7e3b4d8: Preparing 03:41:28 3ed1bc031bf5: Preparing 03:41:28 63ca1fbb43ae: Preparing 03:41:28 ce1e82d31b5f: Waiting 03:41:28 800ac7e3b4d8: Waiting 03:41:28 3ed1bc031bf5: Waiting 03:41:28 6d4f62ff4e27: Layer already exists 03:41:28 f05ec07a7142: Layer already exists 03:41:28 c2df41739fb1: Layer already exists 03:41:28 f7b543797bdc: Layer already exists 03:41:28 1e4e828c825a: Layer already exists 03:41:28 ce1e82d31b5f: Layer already exists 03:41:28 800ac7e3b4d8: Layer already exists 03:41:28 3ed1bc031bf5: Layer already exists 03:41:28 63ca1fbb43ae: Layer already exists 03:41:28 main: digest: sha256:f46d8330569ee8350b667a24b652b3cab183770ee4fd129131a8520bb8792639 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:41:28 ===================================================== [Pipeline] echo 03:41:28 taggedImages: 03:41:28 - nexus3.edgexfoundry.org:10004/core-metadata:89254c1fef09d3f643254057b63cf98f5b6a48ef 03:41:28 - nexus3.edgexfoundry.org:10004/core-metadata:latest 03:41:28 - nexus3.edgexfoundry.org:10004/core-metadata:4.0.0-dev.4 03:41:28 - nexus3.edgexfoundry.org:10004/core-metadata:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 03:41:28 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 03:41:28 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 03:41:28 89254c1fef09d3f643254057b63cf98f5b6a48ef 03:41:28 latest 03:41:28 4.0.0-dev.4 03:41:28 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 03:41:28 main 03:41:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:29 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:29 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:89254c1fef09d3f643254057b63cf98f5b6a48ef 03:41:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 03:41:29 27dda9a275fb: Preparing 03:41:29 bce33425e61a: Preparing 03:41:29 2f8512af8ea3: Preparing 03:41:29 f958e63f534a: Preparing 03:41:29 c425dd4148d3: Preparing 03:41:29 89a7c41d962c: Preparing 03:41:29 8fca59217ad4: Preparing 03:41:29 ac6f4ad0fe7d: Preparing 03:41:29 c2df41739fb1: Preparing 03:41:29 ce1e82d31b5f: Preparing 03:41:29 3d60c2b050c8: Preparing 03:41:29 09040809f835: Preparing 03:41:29 5f70bf18a086: Preparing 03:41:29 2b5b50f57ae5: Preparing 03:41:29 311664c10eb1: Preparing 03:41:29 4a043b7b8a79: Preparing 03:41:29 63ca1fbb43ae: Preparing 03:41:29 ac6f4ad0fe7d: Waiting 03:41:29 3d60c2b050c8: Waiting 03:41:29 09040809f835: Waiting 03:41:29 c2df41739fb1: Waiting 03:41:29 ce1e82d31b5f: Waiting 03:41:29 5f70bf18a086: Waiting 03:41:29 4a043b7b8a79: Waiting 03:41:29 2b5b50f57ae5: Waiting 03:41:29 311664c10eb1: Waiting 03:41:29 89a7c41d962c: Waiting 03:41:29 63ca1fbb43ae: Waiting 03:41:29 8fca59217ad4: Waiting 03:41:29 bce33425e61a: Pushed 03:41:29 f958e63f534a: Pushed 03:41:29 27dda9a275fb: Pushed 03:41:29 2f8512af8ea3: Pushed 03:41:29 c425dd4148d3: Pushed 03:41:29 c2df41739fb1: Layer already exists 03:41:29 ce1e82d31b5f: Layer already exists 03:41:29 89a7c41d962c: Pushed 03:41:29 8fca59217ad4: Pushed 03:41:29 5f70bf18a086: Layer already exists 03:41:29 3d60c2b050c8: Pushed 03:41:29 09040809f835: Pushed 03:41:29 63ca1fbb43ae: Layer already exists 03:41:29 2b5b50f57ae5: Pushed 03:41:29 4a043b7b8a79: Pushed 03:41:30 311664c10eb1: Pushed 03:41:31 ac6f4ad0fe7d: Pushed 03:41:31 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:6405abeb40e8e5f84d768c25d01a485554e98ef2f8c9ad43636be3c5d4e3de06 size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:32 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:32 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 03:41:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 03:41:32 27dda9a275fb: Preparing 03:41:32 bce33425e61a: Preparing 03:41:32 2f8512af8ea3: Preparing 03:41:32 f958e63f534a: Preparing 03:41:32 c425dd4148d3: Preparing 03:41:32 89a7c41d962c: Preparing 03:41:32 8fca59217ad4: Preparing 03:41:32 ac6f4ad0fe7d: Preparing 03:41:32 c2df41739fb1: Preparing 03:41:32 ce1e82d31b5f: Preparing 03:41:32 3d60c2b050c8: Preparing 03:41:32 09040809f835: Preparing 03:41:32 5f70bf18a086: Preparing 03:41:32 2b5b50f57ae5: Preparing 03:41:32 311664c10eb1: Preparing 03:41:32 4a043b7b8a79: Preparing 03:41:32 63ca1fbb43ae: Preparing 03:41:32 89a7c41d962c: Waiting 03:41:32 8fca59217ad4: Waiting 03:41:32 ac6f4ad0fe7d: Waiting 03:41:32 09040809f835: Waiting 03:41:32 c2df41739fb1: Waiting 03:41:32 5f70bf18a086: Waiting 03:41:32 ce1e82d31b5f: Waiting 03:41:32 3d60c2b050c8: Waiting 03:41:32 2b5b50f57ae5: Waiting 03:41:32 311664c10eb1: Waiting 03:41:32 63ca1fbb43ae: Waiting 03:41:32 27dda9a275fb: Layer already exists 03:41:32 f958e63f534a: Layer already exists 03:41:32 2f8512af8ea3: Layer already exists 03:41:32 c425dd4148d3: Layer already exists 03:41:32 bce33425e61a: Layer already exists 03:41:32 89a7c41d962c: Layer already exists 03:41:32 ac6f4ad0fe7d: Layer already exists 03:41:32 8fca59217ad4: Layer already exists 03:41:32 c2df41739fb1: Layer already exists 03:41:32 ce1e82d31b5f: Layer already exists 03:41:32 09040809f835: Layer already exists 03:41:32 3d60c2b050c8: Layer already exists 03:41:32 5f70bf18a086: Layer already exists 03:41:32 311664c10eb1: Layer already exists 03:41:32 2b5b50f57ae5: Layer already exists 03:41:32 4a043b7b8a79: Layer already exists 03:41:32 63ca1fbb43ae: Layer already exists 03:41:32 latest: digest: sha256:6405abeb40e8e5f84d768c25d01a485554e98ef2f8c9ad43636be3c5d4e3de06 size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:33 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:33 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.0.0-dev.4 03:41:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 03:41:33 27dda9a275fb: Preparing 03:41:33 bce33425e61a: Preparing 03:41:33 2f8512af8ea3: Preparing 03:41:33 f958e63f534a: Preparing 03:41:33 c425dd4148d3: Preparing 03:41:33 89a7c41d962c: Preparing 03:41:33 8fca59217ad4: Preparing 03:41:33 ac6f4ad0fe7d: Preparing 03:41:33 c2df41739fb1: Preparing 03:41:33 ce1e82d31b5f: Preparing 03:41:33 3d60c2b050c8: Preparing 03:41:33 09040809f835: Preparing 03:41:33 5f70bf18a086: Preparing 03:41:33 2b5b50f57ae5: Preparing 03:41:33 311664c10eb1: Preparing 03:41:33 4a043b7b8a79: Preparing 03:41:33 63ca1fbb43ae: Preparing 03:41:33 ce1e82d31b5f: Waiting 03:41:33 3d60c2b050c8: Waiting 03:41:33 09040809f835: Waiting 03:41:33 5f70bf18a086: Waiting 03:41:33 2b5b50f57ae5: Waiting 03:41:33 311664c10eb1: Waiting 03:41:33 4a043b7b8a79: Waiting 03:41:33 89a7c41d962c: Waiting 03:41:33 63ca1fbb43ae: Waiting 03:41:33 8fca59217ad4: Waiting 03:41:33 ac6f4ad0fe7d: Waiting 03:41:33 c2df41739fb1: Waiting 03:41:33 f958e63f534a: Layer already exists 03:41:33 c425dd4148d3: Layer already exists 03:41:33 2f8512af8ea3: Layer already exists 03:41:33 27dda9a275fb: Layer already exists 03:41:33 bce33425e61a: Layer already exists 03:41:33 ac6f4ad0fe7d: Layer already exists 03:41:33 8fca59217ad4: Layer already exists 03:41:33 c2df41739fb1: Layer already exists 03:41:33 ce1e82d31b5f: Layer already exists 03:41:33 89a7c41d962c: Layer already exists 03:41:33 2b5b50f57ae5: Layer already exists 03:41:33 09040809f835: Layer already exists 03:41:33 3d60c2b050c8: Layer already exists 03:41:33 311664c10eb1: Layer already exists 03:41:33 5f70bf18a086: Layer already exists 03:41:33 63ca1fbb43ae: Layer already exists 03:41:33 4a043b7b8a79: Layer already exists 03:41:33 4.0.0-dev.4: digest: sha256:6405abeb40e8e5f84d768c25d01a485554e98ef2f8c9ad43636be3c5d4e3de06 size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:33 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:34 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 03:41:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 03:41:34 27dda9a275fb: Preparing 03:41:34 bce33425e61a: Preparing 03:41:34 2f8512af8ea3: Preparing 03:41:34 f958e63f534a: Preparing 03:41:34 c425dd4148d3: Preparing 03:41:34 89a7c41d962c: Preparing 03:41:34 8fca59217ad4: Preparing 03:41:34 ac6f4ad0fe7d: Preparing 03:41:34 c2df41739fb1: Preparing 03:41:34 ce1e82d31b5f: Preparing 03:41:34 3d60c2b050c8: Preparing 03:41:34 09040809f835: Preparing 03:41:34 5f70bf18a086: Preparing 03:41:34 2b5b50f57ae5: Preparing 03:41:34 311664c10eb1: Preparing 03:41:34 4a043b7b8a79: Preparing 03:41:34 63ca1fbb43ae: Preparing 03:41:34 89a7c41d962c: Waiting 03:41:34 5f70bf18a086: Waiting 03:41:34 2b5b50f57ae5: Waiting 03:41:34 8fca59217ad4: Waiting 03:41:34 311664c10eb1: Waiting 03:41:34 4a043b7b8a79: Waiting 03:41:34 ac6f4ad0fe7d: Waiting 03:41:34 c2df41739fb1: Waiting 03:41:34 ce1e82d31b5f: Waiting 03:41:34 3d60c2b050c8: Waiting 03:41:34 09040809f835: Waiting 03:41:34 63ca1fbb43ae: Waiting 03:41:34 bce33425e61a: Layer already exists 03:41:34 f958e63f534a: Layer already exists 03:41:34 c425dd4148d3: Layer already exists 03:41:34 2f8512af8ea3: Layer already exists 03:41:34 27dda9a275fb: Layer already exists 03:41:34 89a7c41d962c: Layer already exists 03:41:34 8fca59217ad4: Layer already exists 03:41:34 ac6f4ad0fe7d: Layer already exists 03:41:34 c2df41739fb1: Layer already exists 03:41:34 ce1e82d31b5f: Layer already exists 03:41:34 5f70bf18a086: Layer already exists 03:41:34 09040809f835: Layer already exists 03:41:34 3d60c2b050c8: Layer already exists 03:41:34 311664c10eb1: Layer already exists 03:41:34 2b5b50f57ae5: Layer already exists 03:41:34 63ca1fbb43ae: Layer already exists 03:41:34 4a043b7b8a79: Layer already exists 03:41:34 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:6405abeb40e8e5f84d768c25d01a485554e98ef2f8c9ad43636be3c5d4e3de06 size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:34 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:34 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 03:41:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 03:41:34 27dda9a275fb: Preparing 03:41:34 bce33425e61a: Preparing 03:41:34 2f8512af8ea3: Preparing 03:41:34 f958e63f534a: Preparing 03:41:34 c425dd4148d3: Preparing 03:41:34 89a7c41d962c: Preparing 03:41:34 8fca59217ad4: Preparing 03:41:34 ac6f4ad0fe7d: Preparing 03:41:34 c2df41739fb1: Preparing 03:41:34 ce1e82d31b5f: Preparing 03:41:34 3d60c2b050c8: Preparing 03:41:34 09040809f835: Preparing 03:41:34 5f70bf18a086: Preparing 03:41:34 2b5b50f57ae5: Preparing 03:41:34 311664c10eb1: Preparing 03:41:34 4a043b7b8a79: Preparing 03:41:34 63ca1fbb43ae: Preparing 03:41:34 89a7c41d962c: Waiting 03:41:34 8fca59217ad4: Waiting 03:41:34 ac6f4ad0fe7d: Waiting 03:41:34 c2df41739fb1: Waiting 03:41:34 ce1e82d31b5f: Waiting 03:41:34 3d60c2b050c8: Waiting 03:41:34 09040809f835: Waiting 03:41:34 5f70bf18a086: Waiting 03:41:34 2b5b50f57ae5: Waiting 03:41:34 311664c10eb1: Waiting 03:41:34 4a043b7b8a79: Waiting 03:41:34 63ca1fbb43ae: Waiting 03:41:34 c425dd4148d3: Layer already exists 03:41:34 2f8512af8ea3: Layer already exists 03:41:34 27dda9a275fb: Layer already exists 03:41:34 bce33425e61a: Layer already exists 03:41:34 f958e63f534a: Layer already exists 03:41:34 ac6f4ad0fe7d: Layer already exists 03:41:34 c2df41739fb1: Layer already exists 03:41:34 8fca59217ad4: Layer already exists 03:41:34 89a7c41d962c: Layer already exists 03:41:34 ce1e82d31b5f: Layer already exists 03:41:34 5f70bf18a086: Layer already exists 03:41:34 3d60c2b050c8: Layer already exists 03:41:34 09040809f835: Layer already exists 03:41:34 2b5b50f57ae5: Layer already exists 03:41:34 311664c10eb1: Layer already exists 03:41:34 4a043b7b8a79: Layer already exists 03:41:34 63ca1fbb43ae: Layer already exists 03:41:34 main: digest: sha256:6405abeb40e8e5f84d768c25d01a485554e98ef2f8c9ad43636be3c5d4e3de06 size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:41:34 ===================================================== [Pipeline] echo 03:41:34 taggedImages: 03:41:34 - nexus3.edgexfoundry.org:10004/security-bootstrapper:89254c1fef09d3f643254057b63cf98f5b6a48ef 03:41:34 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 03:41:34 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.0.0-dev.4 03:41:34 - nexus3.edgexfoundry.org:10004/security-bootstrapper:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 03:41:34 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 03:41:34 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 03:41:34 89254c1fef09d3f643254057b63cf98f5b6a48ef 03:41:34 latest 03:41:34 4.0.0-dev.4 03:41:34 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 03:41:34 main 03:41:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:35 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:35 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:89254c1fef09d3f643254057b63cf98f5b6a48ef 03:41:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 03:41:35 a2ed3c81d28c: Preparing 03:41:35 04cbe2d80a8e: Preparing 03:41:35 4e21af73bd45: Preparing 03:41:35 f837efd268de: Preparing 03:41:35 c2df41739fb1: Preparing 03:41:35 ce1e82d31b5f: Preparing 03:41:35 800ac7e3b4d8: Preparing 03:41:35 3ed1bc031bf5: Preparing 03:41:35 63ca1fbb43ae: Preparing 03:41:35 ce1e82d31b5f: Waiting 03:41:35 800ac7e3b4d8: Waiting 03:41:35 3ed1bc031bf5: Waiting 03:41:35 63ca1fbb43ae: Waiting 03:41:35 c2df41739fb1: Layer already exists 03:41:35 04cbe2d80a8e: Layer already exists 03:41:35 ce1e82d31b5f: Layer already exists 03:41:35 800ac7e3b4d8: Layer already exists 03:41:35 63ca1fbb43ae: Layer already exists 03:41:35 3ed1bc031bf5: Layer already exists 03:41:35 4e21af73bd45: Pushed 03:41:35 a2ed3c81d28c: Pushed 03:41:38 f837efd268de: Pushed 03:41:38 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:407d87e1539dad03c652be211614b1fda407119927411623da694d281f6168b3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:38 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:39 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 03:41:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 03:41:39 a2ed3c81d28c: Preparing 03:41:39 04cbe2d80a8e: Preparing 03:41:39 4e21af73bd45: Preparing 03:41:39 f837efd268de: Preparing 03:41:39 c2df41739fb1: Preparing 03:41:39 ce1e82d31b5f: Preparing 03:41:39 800ac7e3b4d8: Preparing 03:41:39 3ed1bc031bf5: Preparing 03:41:39 63ca1fbb43ae: Preparing 03:41:39 800ac7e3b4d8: Waiting 03:41:39 63ca1fbb43ae: Waiting 03:41:39 3ed1bc031bf5: Waiting 03:41:39 ce1e82d31b5f: Waiting 03:41:39 04cbe2d80a8e: Layer already exists 03:41:39 a2ed3c81d28c: Layer already exists 03:41:39 4e21af73bd45: Layer already exists 03:41:39 c2df41739fb1: Layer already exists 03:41:39 f837efd268de: Layer already exists 03:41:39 ce1e82d31b5f: Layer already exists 03:41:39 63ca1fbb43ae: Layer already exists 03:41:39 800ac7e3b4d8: Layer already exists 03:41:39 3ed1bc031bf5: Layer already exists 03:41:39 latest: digest: sha256:407d87e1539dad03c652be211614b1fda407119927411623da694d281f6168b3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:39 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:39 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.0.0-dev.4 03:41:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 03:41:39 a2ed3c81d28c: Preparing 03:41:39 04cbe2d80a8e: Preparing 03:41:39 4e21af73bd45: Preparing 03:41:39 f837efd268de: Preparing 03:41:39 c2df41739fb1: Preparing 03:41:39 ce1e82d31b5f: Preparing 03:41:39 800ac7e3b4d8: Preparing 03:41:39 3ed1bc031bf5: Preparing 03:41:39 63ca1fbb43ae: Preparing 03:41:39 ce1e82d31b5f: Waiting 03:41:39 800ac7e3b4d8: Waiting 03:41:39 3ed1bc031bf5: Waiting 03:41:39 63ca1fbb43ae: Waiting 03:41:39 04cbe2d80a8e: Layer already exists 03:41:39 4e21af73bd45: Layer already exists 03:41:39 c2df41739fb1: Layer already exists 03:41:39 a2ed3c81d28c: Layer already exists 03:41:39 ce1e82d31b5f: Layer already exists 03:41:39 800ac7e3b4d8: Layer already exists 03:41:39 f837efd268de: Layer already exists 03:41:39 3ed1bc031bf5: Layer already exists 03:41:39 63ca1fbb43ae: Layer already exists 03:41:39 4.0.0-dev.4: digest: sha256:407d87e1539dad03c652be211614b1fda407119927411623da694d281f6168b3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:40 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:40 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 03:41:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 03:41:40 a2ed3c81d28c: Preparing 03:41:40 04cbe2d80a8e: Preparing 03:41:40 4e21af73bd45: Preparing 03:41:40 f837efd268de: Preparing 03:41:40 c2df41739fb1: Preparing 03:41:40 ce1e82d31b5f: Preparing 03:41:40 800ac7e3b4d8: Preparing 03:41:40 3ed1bc031bf5: Preparing 03:41:40 63ca1fbb43ae: Preparing 03:41:40 ce1e82d31b5f: Waiting 03:41:40 800ac7e3b4d8: Waiting 03:41:40 3ed1bc031bf5: Waiting 03:41:40 63ca1fbb43ae: Waiting 03:41:40 f837efd268de: Layer already exists 03:41:40 04cbe2d80a8e: Layer already exists 03:41:40 c2df41739fb1: Layer already exists 03:41:40 a2ed3c81d28c: Layer already exists 03:41:40 4e21af73bd45: Layer already exists 03:41:40 ce1e82d31b5f: Layer already exists 03:41:40 3ed1bc031bf5: Layer already exists 03:41:40 63ca1fbb43ae: Layer already exists 03:41:40 800ac7e3b4d8: Layer already exists 03:41:40 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:407d87e1539dad03c652be211614b1fda407119927411623da694d281f6168b3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:40 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:41 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 03:41:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 03:41:41 a2ed3c81d28c: Preparing 03:41:41 04cbe2d80a8e: Preparing 03:41:41 4e21af73bd45: Preparing 03:41:41 f837efd268de: Preparing 03:41:41 c2df41739fb1: Preparing 03:41:41 ce1e82d31b5f: Preparing 03:41:41 800ac7e3b4d8: Preparing 03:41:41 3ed1bc031bf5: Preparing 03:41:41 63ca1fbb43ae: Preparing 03:41:41 ce1e82d31b5f: Waiting 03:41:41 800ac7e3b4d8: Waiting 03:41:41 3ed1bc031bf5: Waiting 03:41:41 63ca1fbb43ae: Waiting 03:41:41 c2df41739fb1: Layer already exists 03:41:41 a2ed3c81d28c: Layer already exists 03:41:41 f837efd268de: Layer already exists 03:41:41 4e21af73bd45: Layer already exists 03:41:41 04cbe2d80a8e: Layer already exists 03:41:41 800ac7e3b4d8: Layer already exists 03:41:41 ce1e82d31b5f: Layer already exists 03:41:41 3ed1bc031bf5: Layer already exists 03:41:41 63ca1fbb43ae: Layer already exists 03:41:41 main: digest: sha256:407d87e1539dad03c652be211614b1fda407119927411623da694d281f6168b3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:41:41 ===================================================== [Pipeline] echo 03:41:41 taggedImages: 03:41:41 - nexus3.edgexfoundry.org:10004/security-proxy-auth:89254c1fef09d3f643254057b63cf98f5b6a48ef 03:41:41 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 03:41:41 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.0.0-dev.4 03:41:41 - nexus3.edgexfoundry.org:10004/security-proxy-auth:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 03:41:41 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 03:41:41 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 03:41:41 89254c1fef09d3f643254057b63cf98f5b6a48ef 03:41:41 latest 03:41:41 4.0.0-dev.4 03:41:41 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 03:41:41 main 03:41:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:41 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:41 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:89254c1fef09d3f643254057b63cf98f5b6a48ef 03:41:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 03:41:41 c12fe4fbd73e: Preparing 03:41:41 bbd94e78aa49: Preparing 03:41:41 f2a2624bf849: Preparing 03:41:41 3bebffeba1bd: Preparing 03:41:41 2dcf296ffc69: Preparing 03:41:41 c2df41739fb1: Preparing 03:41:41 ce1e82d31b5f: Preparing 03:41:41 8b59c45b6e95: Preparing 03:41:41 7b9e5abae27d: Preparing 03:41:41 79f58d75ae03: Preparing 03:41:41 63ca1fbb43ae: Preparing 03:41:41 8b59c45b6e95: Waiting 03:41:41 79f58d75ae03: Waiting 03:41:41 7b9e5abae27d: Waiting 03:41:41 63ca1fbb43ae: Waiting 03:41:41 c2df41739fb1: Waiting 03:41:42 bbd94e78aa49: Pushed 03:41:42 c12fe4fbd73e: Pushed 03:41:42 2dcf296ffc69: Pushed 03:41:42 3bebffeba1bd: Pushed 03:41:42 c2df41739fb1: Layer already exists 03:41:42 ce1e82d31b5f: Layer already exists 03:41:42 63ca1fbb43ae: Layer already exists 03:41:42 8b59c45b6e95: Pushed 03:41:42 7b9e5abae27d: Pushed 03:41:44 f2a2624bf849: Pushed 03:41:44 79f58d75ae03: Pushed 03:41:44 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:3a2ecd954284f49a466c3ab2d8b822459e0ed063b667e213e5dd41f2cff71a48 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:44 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:44 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 03:41:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 03:41:44 c12fe4fbd73e: Preparing 03:41:44 bbd94e78aa49: Preparing 03:41:44 f2a2624bf849: Preparing 03:41:44 3bebffeba1bd: Preparing 03:41:44 2dcf296ffc69: Preparing 03:41:44 c2df41739fb1: Preparing 03:41:44 ce1e82d31b5f: Preparing 03:41:44 8b59c45b6e95: Preparing 03:41:44 7b9e5abae27d: Preparing 03:41:44 79f58d75ae03: Preparing 03:41:44 63ca1fbb43ae: Preparing 03:41:44 ce1e82d31b5f: Waiting 03:41:44 8b59c45b6e95: Waiting 03:41:44 7b9e5abae27d: Waiting 03:41:44 79f58d75ae03: Waiting 03:41:44 63ca1fbb43ae: Waiting 03:41:44 c2df41739fb1: Waiting 03:41:44 c12fe4fbd73e: Layer already exists 03:41:44 3bebffeba1bd: Layer already exists 03:41:44 2dcf296ffc69: Layer already exists 03:41:44 f2a2624bf849: Layer already exists 03:41:44 bbd94e78aa49: Layer already exists 03:41:44 c2df41739fb1: Layer already exists 03:41:44 ce1e82d31b5f: Layer already exists 03:41:44 79f58d75ae03: Layer already exists 03:41:44 8b59c45b6e95: Layer already exists 03:41:44 7b9e5abae27d: Layer already exists 03:41:44 63ca1fbb43ae: Layer already exists 03:41:44 latest: digest: sha256:3a2ecd954284f49a466c3ab2d8b822459e0ed063b667e213e5dd41f2cff71a48 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:45 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:45 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.0.0-dev.4 03:41:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 03:41:45 c12fe4fbd73e: Preparing 03:41:45 bbd94e78aa49: Preparing 03:41:45 f2a2624bf849: Preparing 03:41:45 3bebffeba1bd: Preparing 03:41:45 2dcf296ffc69: Preparing 03:41:45 c2df41739fb1: Preparing 03:41:45 ce1e82d31b5f: Preparing 03:41:45 8b59c45b6e95: Preparing 03:41:45 7b9e5abae27d: Preparing 03:41:45 79f58d75ae03: Preparing 03:41:45 63ca1fbb43ae: Preparing 03:41:45 8b59c45b6e95: Waiting 03:41:45 7b9e5abae27d: Waiting 03:41:45 79f58d75ae03: Waiting 03:41:45 c2df41739fb1: Waiting 03:41:45 ce1e82d31b5f: Waiting 03:41:45 63ca1fbb43ae: Waiting 03:41:45 3bebffeba1bd: Layer already exists 03:41:45 2dcf296ffc69: Layer already exists 03:41:45 f2a2624bf849: Layer already exists 03:41:45 c12fe4fbd73e: Layer already exists 03:41:45 bbd94e78aa49: Layer already exists 03:41:45 c2df41739fb1: Layer already exists 03:41:45 ce1e82d31b5f: Layer already exists 03:41:45 8b59c45b6e95: Layer already exists 03:41:45 7b9e5abae27d: Layer already exists 03:41:45 79f58d75ae03: Layer already exists 03:41:45 63ca1fbb43ae: Layer already exists 03:41:45 4.0.0-dev.4: digest: sha256:3a2ecd954284f49a466c3ab2d8b822459e0ed063b667e213e5dd41f2cff71a48 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:45 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:46 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 03:41:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 03:41:46 c12fe4fbd73e: Preparing 03:41:46 bbd94e78aa49: Preparing 03:41:46 f2a2624bf849: Preparing 03:41:46 3bebffeba1bd: Preparing 03:41:46 2dcf296ffc69: Preparing 03:41:46 c2df41739fb1: Preparing 03:41:46 ce1e82d31b5f: Preparing 03:41:46 8b59c45b6e95: Preparing 03:41:46 7b9e5abae27d: Preparing 03:41:46 79f58d75ae03: Preparing 03:41:46 63ca1fbb43ae: Preparing 03:41:46 c2df41739fb1: Waiting 03:41:46 ce1e82d31b5f: Waiting 03:41:46 8b59c45b6e95: Waiting 03:41:46 7b9e5abae27d: Waiting 03:41:46 79f58d75ae03: Waiting 03:41:46 63ca1fbb43ae: Waiting 03:41:46 c12fe4fbd73e: Layer already exists 03:41:46 3bebffeba1bd: Layer already exists 03:41:46 bbd94e78aa49: Layer already exists 03:41:46 f2a2624bf849: Layer already exists 03:41:46 2dcf296ffc69: Layer already exists 03:41:46 ce1e82d31b5f: Layer already exists 03:41:46 7b9e5abae27d: Layer already exists 03:41:46 8b59c45b6e95: Layer already exists 03:41:46 79f58d75ae03: Layer already exists 03:41:46 c2df41739fb1: Layer already exists 03:41:46 63ca1fbb43ae: Layer already exists 03:41:46 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:3a2ecd954284f49a466c3ab2d8b822459e0ed063b667e213e5dd41f2cff71a48 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:46 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:46 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 03:41:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 03:41:46 c12fe4fbd73e: Preparing 03:41:46 bbd94e78aa49: Preparing 03:41:46 f2a2624bf849: Preparing 03:41:46 3bebffeba1bd: Preparing 03:41:46 2dcf296ffc69: Preparing 03:41:46 c2df41739fb1: Preparing 03:41:46 ce1e82d31b5f: Preparing 03:41:46 8b59c45b6e95: Preparing 03:41:46 7b9e5abae27d: Preparing 03:41:46 79f58d75ae03: Preparing 03:41:46 63ca1fbb43ae: Preparing 03:41:46 c2df41739fb1: Waiting 03:41:46 ce1e82d31b5f: Waiting 03:41:46 8b59c45b6e95: Waiting 03:41:46 7b9e5abae27d: Waiting 03:41:46 79f58d75ae03: Waiting 03:41:46 63ca1fbb43ae: Waiting 03:41:46 3bebffeba1bd: Layer already exists 03:41:46 2dcf296ffc69: Layer already exists 03:41:46 c12fe4fbd73e: Layer already exists 03:41:46 f2a2624bf849: Layer already exists 03:41:46 bbd94e78aa49: Layer already exists 03:41:46 79f58d75ae03: Layer already exists 03:41:46 ce1e82d31b5f: Layer already exists 03:41:46 7b9e5abae27d: Layer already exists 03:41:46 c2df41739fb1: Layer already exists 03:41:46 8b59c45b6e95: Layer already exists 03:41:46 63ca1fbb43ae: Layer already exists 03:41:46 main: digest: sha256:3a2ecd954284f49a466c3ab2d8b822459e0ed063b667e213e5dd41f2cff71a48 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:41:47 ===================================================== [Pipeline] echo 03:41:47 taggedImages: 03:41:47 - nexus3.edgexfoundry.org:10004/security-proxy-setup:89254c1fef09d3f643254057b63cf98f5b6a48ef 03:41:47 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 03:41:47 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.0.0-dev.4 03:41:47 - nexus3.edgexfoundry.org:10004/security-proxy-setup:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 03:41:47 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 03:41:47 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 03:41:47 89254c1fef09d3f643254057b63cf98f5b6a48ef 03:41:47 latest 03:41:47 4.0.0-dev.4 03:41:47 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 03:41:47 main 03:41:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:47 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:47 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:89254c1fef09d3f643254057b63cf98f5b6a48ef 03:41:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 03:41:47 61864a602183: Preparing 03:41:47 4fec22998295: Preparing 03:41:47 b99443cddb6e: Preparing 03:41:47 d2b6f84e3c6d: Preparing 03:41:47 3ee0b4cf48fd: Preparing 03:41:47 238e5c66664b: Preparing 03:41:47 faf3004e0a91: Preparing 03:41:47 c2df41739fb1: Preparing 03:41:47 ce1e82d31b5f: Preparing 03:41:47 df11090d7a1f: Preparing 03:41:47 9ed99a2b0831: Preparing 03:41:47 63ca1fbb43ae: Preparing 03:41:47 238e5c66664b: Waiting 03:41:47 c2df41739fb1: Waiting 03:41:47 faf3004e0a91: Waiting 03:41:47 ce1e82d31b5f: Waiting 03:41:47 df11090d7a1f: Waiting 03:41:47 61864a602183: Pushed 03:41:47 3ee0b4cf48fd: Pushed 03:41:47 4fec22998295: Pushed 03:41:47 c2df41739fb1: Layer already exists 03:41:47 ce1e82d31b5f: Layer already exists 03:41:48 238e5c66664b: Pushed 03:41:48 faf3004e0a91: Pushed 03:41:48 63ca1fbb43ae: Layer already exists 03:41:48 df11090d7a1f: Pushed 03:41:49 9ed99a2b0831: Pushed 03:41:49 d2b6f84e3c6d: Pushed 03:41:50 b99443cddb6e: Pushed 03:41:50 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:e150e62037e79b79de2aed470a647b782414bad339dbf7179eb389081a892c80 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:50 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:50 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 03:41:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 03:41:50 61864a602183: Preparing 03:41:50 4fec22998295: Preparing 03:41:50 b99443cddb6e: Preparing 03:41:50 d2b6f84e3c6d: Preparing 03:41:50 3ee0b4cf48fd: Preparing 03:41:50 238e5c66664b: Preparing 03:41:50 faf3004e0a91: Preparing 03:41:50 c2df41739fb1: Preparing 03:41:50 ce1e82d31b5f: Preparing 03:41:50 df11090d7a1f: Preparing 03:41:50 9ed99a2b0831: Preparing 03:41:50 63ca1fbb43ae: Preparing 03:41:50 238e5c66664b: Waiting 03:41:50 c2df41739fb1: Waiting 03:41:50 df11090d7a1f: Waiting 03:41:50 9ed99a2b0831: Waiting 03:41:50 63ca1fbb43ae: Waiting 03:41:50 ce1e82d31b5f: Waiting 03:41:50 b99443cddb6e: Layer already exists 03:41:50 d2b6f84e3c6d: Layer already exists 03:41:50 3ee0b4cf48fd: Layer already exists 03:41:50 4fec22998295: Layer already exists 03:41:50 61864a602183: Layer already exists 03:41:50 238e5c66664b: Layer already exists 03:41:50 faf3004e0a91: Layer already exists 03:41:50 ce1e82d31b5f: Layer already exists 03:41:50 df11090d7a1f: Layer already exists 03:41:50 c2df41739fb1: Layer already exists 03:41:50 9ed99a2b0831: Layer already exists 03:41:50 63ca1fbb43ae: Layer already exists 03:41:50 latest: digest: sha256:e150e62037e79b79de2aed470a647b782414bad339dbf7179eb389081a892c80 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:51 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:51 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.0.0-dev.4 03:41:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 03:41:51 61864a602183: Preparing 03:41:51 4fec22998295: Preparing 03:41:51 b99443cddb6e: Preparing 03:41:51 d2b6f84e3c6d: Preparing 03:41:51 3ee0b4cf48fd: Preparing 03:41:51 238e5c66664b: Preparing 03:41:51 faf3004e0a91: Preparing 03:41:51 c2df41739fb1: Preparing 03:41:51 ce1e82d31b5f: Preparing 03:41:51 238e5c66664b: Waiting 03:41:51 faf3004e0a91: Waiting 03:41:51 df11090d7a1f: Preparing 03:41:51 c2df41739fb1: Waiting 03:41:51 9ed99a2b0831: Preparing 03:41:51 63ca1fbb43ae: Preparing 03:41:51 ce1e82d31b5f: Waiting 03:41:51 9ed99a2b0831: Waiting 03:41:51 63ca1fbb43ae: Waiting 03:41:51 61864a602183: Layer already exists 03:41:51 3ee0b4cf48fd: Layer already exists 03:41:51 4fec22998295: Layer already exists 03:41:51 d2b6f84e3c6d: Layer already exists 03:41:51 b99443cddb6e: Layer already exists 03:41:51 ce1e82d31b5f: Layer already exists 03:41:51 238e5c66664b: Layer already exists 03:41:51 faf3004e0a91: Layer already exists 03:41:51 c2df41739fb1: Layer already exists 03:41:51 df11090d7a1f: Layer already exists 03:41:51 63ca1fbb43ae: Layer already exists 03:41:51 9ed99a2b0831: Layer already exists 03:41:51 4.0.0-dev.4: digest: sha256:e150e62037e79b79de2aed470a647b782414bad339dbf7179eb389081a892c80 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:51 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:52 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 03:41:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 03:41:52 61864a602183: Preparing 03:41:52 4fec22998295: Preparing 03:41:52 b99443cddb6e: Preparing 03:41:52 d2b6f84e3c6d: Preparing 03:41:52 3ee0b4cf48fd: Preparing 03:41:52 238e5c66664b: Preparing 03:41:52 faf3004e0a91: Preparing 03:41:52 c2df41739fb1: Preparing 03:41:52 ce1e82d31b5f: Preparing 03:41:52 238e5c66664b: Waiting 03:41:52 ce1e82d31b5f: Waiting 03:41:52 faf3004e0a91: Waiting 03:41:52 c2df41739fb1: Waiting 03:41:52 df11090d7a1f: Preparing 03:41:52 9ed99a2b0831: Preparing 03:41:52 63ca1fbb43ae: Preparing 03:41:52 df11090d7a1f: Waiting 03:41:52 63ca1fbb43ae: Waiting 03:41:52 d2b6f84e3c6d: Layer already exists 03:41:52 4fec22998295: Layer already exists 03:41:52 61864a602183: Layer already exists 03:41:52 3ee0b4cf48fd: Layer already exists 03:41:52 b99443cddb6e: Layer already exists 03:41:52 238e5c66664b: Layer already exists 03:41:52 faf3004e0a91: Layer already exists 03:41:52 ce1e82d31b5f: Layer already exists 03:41:52 c2df41739fb1: Layer already exists 03:41:52 df11090d7a1f: Layer already exists 03:41:52 9ed99a2b0831: Layer already exists 03:41:52 63ca1fbb43ae: Layer already exists 03:41:52 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:e150e62037e79b79de2aed470a647b782414bad339dbf7179eb389081a892c80 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:52 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:52 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 03:41:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 03:41:52 61864a602183: Preparing 03:41:52 4fec22998295: Preparing 03:41:52 b99443cddb6e: Preparing 03:41:52 d2b6f84e3c6d: Preparing 03:41:52 3ee0b4cf48fd: Preparing 03:41:52 238e5c66664b: Preparing 03:41:52 faf3004e0a91: Preparing 03:41:52 c2df41739fb1: Preparing 03:41:52 ce1e82d31b5f: Preparing 03:41:52 df11090d7a1f: Preparing 03:41:52 9ed99a2b0831: Preparing 03:41:52 63ca1fbb43ae: Preparing 03:41:52 238e5c66664b: Waiting 03:41:52 df11090d7a1f: Waiting 03:41:52 9ed99a2b0831: Waiting 03:41:52 faf3004e0a91: Waiting 03:41:52 63ca1fbb43ae: Waiting 03:41:52 c2df41739fb1: Waiting 03:41:52 ce1e82d31b5f: Waiting 03:41:52 4fec22998295: Layer already exists 03:41:52 61864a602183: Layer already exists 03:41:52 d2b6f84e3c6d: Layer already exists 03:41:52 b99443cddb6e: Layer already exists 03:41:52 238e5c66664b: Layer already exists 03:41:52 faf3004e0a91: Layer already exists 03:41:52 9ed99a2b0831: Layer already exists 03:41:52 df11090d7a1f: Layer already exists 03:41:52 ce1e82d31b5f: Layer already exists 03:41:52 3ee0b4cf48fd: Layer already exists 03:41:52 63ca1fbb43ae: Layer already exists 03:41:52 c2df41739fb1: Layer already exists 03:41:52 main: digest: sha256:e150e62037e79b79de2aed470a647b782414bad339dbf7179eb389081a892c80 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:41:52 ===================================================== [Pipeline] echo 03:41:52 taggedImages: 03:41:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:89254c1fef09d3f643254057b63cf98f5b6a48ef 03:41:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 03:41:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.0.0-dev.4 03:41:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 03:41:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 03:41:52 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 03:41:52 89254c1fef09d3f643254057b63cf98f5b6a48ef 03:41:52 latest 03:41:52 4.0.0-dev.4 03:41:52 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 03:41:52 main 03:41:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:53 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:53 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:89254c1fef09d3f643254057b63cf98f5b6a48ef 03:41:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 03:41:53 ec33a25882be: Preparing 03:41:53 9c0e22a5f803: Preparing 03:41:53 c2df41739fb1: Preparing 03:41:53 ce1e82d31b5f: Preparing 03:41:53 8593553c60fd: Preparing 03:41:53 d2300495c87a: Preparing 03:41:53 63ca1fbb43ae: Preparing 03:41:53 d2300495c87a: Waiting 03:41:53 63ca1fbb43ae: Waiting 03:41:53 ce1e82d31b5f: Layer already exists 03:41:53 c2df41739fb1: Layer already exists 03:41:53 63ca1fbb43ae: Layer already exists 03:41:53 ec33a25882be: Pushed 03:41:54 8593553c60fd: Pushed 03:41:54 d2300495c87a: Pushed 03:41:56 9c0e22a5f803: Pushed 03:41:56 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:b39e2110e68531dcde503023f876929e88aa599edd62ca3bb08b45325282acd4 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:56 + 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:41:57 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 03:41:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 03:41:57 ec33a25882be: Preparing 03:41:57 9c0e22a5f803: Preparing 03:41:57 c2df41739fb1: Preparing 03:41:57 ce1e82d31b5f: Preparing 03:41:57 8593553c60fd: Preparing 03:41:57 d2300495c87a: Preparing 03:41:57 63ca1fbb43ae: Preparing 03:41:57 d2300495c87a: Waiting 03:41:57 8593553c60fd: Layer already exists 03:41:57 ec33a25882be: Layer already exists 03:41:57 ce1e82d31b5f: Layer already exists 03:41:57 c2df41739fb1: Layer already exists 03:41:57 9c0e22a5f803: Layer already exists 03:41:57 d2300495c87a: Layer already exists 03:41:57 63ca1fbb43ae: Layer already exists 03:41:57 latest: digest: sha256:b39e2110e68531dcde503023f876929e88aa599edd62ca3bb08b45325282acd4 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:57 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:57 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.0.0-dev.4 03:41:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 03:41:57 ec33a25882be: Preparing 03:41:57 9c0e22a5f803: Preparing 03:41:57 c2df41739fb1: Preparing 03:41:57 ce1e82d31b5f: Preparing 03:41:57 8593553c60fd: Preparing 03:41:57 d2300495c87a: Preparing 03:41:57 63ca1fbb43ae: Preparing 03:41:57 d2300495c87a: Waiting 03:41:57 63ca1fbb43ae: Waiting 03:41:57 ce1e82d31b5f: Layer already exists 03:41:57 c2df41739fb1: Layer already exists 03:41:57 ec33a25882be: Layer already exists 03:41:57 9c0e22a5f803: Layer already exists 03:41:57 8593553c60fd: Layer already exists 03:41:57 d2300495c87a: Layer already exists 03:41:57 63ca1fbb43ae: Layer already exists 03:41:57 4.0.0-dev.4: digest: sha256:b39e2110e68531dcde503023f876929e88aa599edd62ca3bb08b45325282acd4 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:58 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:58 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 03:41:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 03:41:58 ec33a25882be: Preparing 03:41:58 9c0e22a5f803: Preparing 03:41:58 c2df41739fb1: Preparing 03:41:58 ce1e82d31b5f: Preparing 03:41:58 8593553c60fd: Preparing 03:41:58 d2300495c87a: Preparing 03:41:58 63ca1fbb43ae: Preparing 03:41:58 63ca1fbb43ae: Waiting 03:41:58 d2300495c87a: Waiting 03:41:58 c2df41739fb1: Layer already exists 03:41:58 9c0e22a5f803: Layer already exists 03:41:58 ec33a25882be: Layer already exists 03:41:58 ce1e82d31b5f: Layer already exists 03:41:58 8593553c60fd: Layer already exists 03:41:58 d2300495c87a: Layer already exists 03:41:58 63ca1fbb43ae: Layer already exists 03:41:58 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:b39e2110e68531dcde503023f876929e88aa599edd62ca3bb08b45325282acd4 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:58 + 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:41:59 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 03:41:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 03:41:59 ec33a25882be: Preparing 03:41:59 9c0e22a5f803: Preparing 03:41:59 c2df41739fb1: Preparing 03:41:59 ce1e82d31b5f: Preparing 03:41:59 8593553c60fd: Preparing 03:41:59 d2300495c87a: Preparing 03:41:59 63ca1fbb43ae: Preparing 03:41:59 63ca1fbb43ae: Waiting 03:41:59 d2300495c87a: Waiting 03:41:59 ce1e82d31b5f: Layer already exists 03:41:59 8593553c60fd: Layer already exists 03:41:59 9c0e22a5f803: Layer already exists 03:41:59 ec33a25882be: Layer already exists 03:41:59 c2df41739fb1: Layer already exists 03:41:59 d2300495c87a: Layer already exists 03:41:59 63ca1fbb43ae: Layer already exists 03:41:59 main: digest: sha256:b39e2110e68531dcde503023f876929e88aa599edd62ca3bb08b45325282acd4 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:41:59 ===================================================== [Pipeline] echo 03:41:59 taggedImages: 03:41:59 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:89254c1fef09d3f643254057b63cf98f5b6a48ef 03:41:59 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 03:41:59 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.0.0-dev.4 03:41:59 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 03:41:59 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 03:41:59 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 03:41:59 89254c1fef09d3f643254057b63cf98f5b6a48ef 03:41:59 latest 03:41:59 4.0.0-dev.4 03:41:59 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 03:41:59 main 03:41:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:59 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:89254c1fef09d3f643254057b63cf98f5b6a48ef 03:42:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 03:42:00 756a5a0bbcd1: Preparing 03:42:00 7ab26ee1224d: Preparing 03:42:00 0e0fccf10377: Preparing 03:42:00 c2df41739fb1: Preparing 03:42:00 ce1e82d31b5f: Preparing 03:42:00 535cbd268b11: Preparing 03:42:00 6b0c7b89c55b: Preparing 03:42:00 7f462ef2ac0c: Preparing 03:42:00 20d3acbc3683: Preparing 03:42:00 63ca1fbb43ae: Preparing 03:42:00 535cbd268b11: Waiting 03:42:00 20d3acbc3683: Waiting 03:42:00 63ca1fbb43ae: Waiting 03:42:00 6b0c7b89c55b: Waiting 03:42:00 7f462ef2ac0c: Waiting 03:42:00 ce1e82d31b5f: Layer already exists 03:42:00 c2df41739fb1: Layer already exists 03:42:00 0e0fccf10377: Pushed 03:42:00 7ab26ee1224d: Pushed 03:42:00 756a5a0bbcd1: Pushed 03:42:00 63ca1fbb43ae: Layer already exists 03:42:00 7f462ef2ac0c: Pushed 03:42:01 20d3acbc3683: Pushed 03:42:06 6b0c7b89c55b: Pushed 03:42:09 535cbd268b11: Pushed 03:42:09 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:2cf0a86f2704e74314b4820df119bbc633e798adef461b87ea3a8d7c21db5615 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:10 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 03:42:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 03:42:10 756a5a0bbcd1: Preparing 03:42:10 7ab26ee1224d: Preparing 03:42:10 0e0fccf10377: Preparing 03:42:10 c2df41739fb1: Preparing 03:42:10 ce1e82d31b5f: Preparing 03:42:10 535cbd268b11: Preparing 03:42:10 6b0c7b89c55b: Preparing 03:42:10 7f462ef2ac0c: Preparing 03:42:10 20d3acbc3683: Preparing 03:42:10 63ca1fbb43ae: Preparing 03:42:10 6b0c7b89c55b: Waiting 03:42:10 7f462ef2ac0c: Waiting 03:42:10 20d3acbc3683: Waiting 03:42:10 535cbd268b11: Waiting 03:42:10 63ca1fbb43ae: Waiting 03:42:10 756a5a0bbcd1: Layer already exists 03:42:10 c2df41739fb1: Layer already exists 03:42:10 7ab26ee1224d: Layer already exists 03:42:10 535cbd268b11: Layer already exists 03:42:10 ce1e82d31b5f: Layer already exists 03:42:10 0e0fccf10377: Layer already exists 03:42:10 7f462ef2ac0c: Layer already exists 03:42:10 20d3acbc3683: Layer already exists 03:42:10 63ca1fbb43ae: Layer already exists 03:42:10 6b0c7b89c55b: Layer already exists 03:42:10 latest: digest: sha256:2cf0a86f2704e74314b4820df119bbc633e798adef461b87ea3a8d7c21db5615 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:10 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.0.0-dev.4 03:42:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 03:42:11 756a5a0bbcd1: Preparing 03:42:11 7ab26ee1224d: Preparing 03:42:11 0e0fccf10377: Preparing 03:42:11 c2df41739fb1: Preparing 03:42:11 ce1e82d31b5f: Preparing 03:42:11 535cbd268b11: Preparing 03:42:11 6b0c7b89c55b: Preparing 03:42:11 7f462ef2ac0c: Preparing 03:42:11 20d3acbc3683: Preparing 03:42:11 63ca1fbb43ae: Preparing 03:42:11 6b0c7b89c55b: Waiting 03:42:11 63ca1fbb43ae: Waiting 03:42:11 7f462ef2ac0c: Waiting 03:42:11 20d3acbc3683: Waiting 03:42:11 535cbd268b11: Waiting 03:42:11 756a5a0bbcd1: Layer already exists 03:42:11 ce1e82d31b5f: Layer already exists 03:42:11 c2df41739fb1: Layer already exists 03:42:11 7ab26ee1224d: Layer already exists 03:42:11 0e0fccf10377: Layer already exists 03:42:11 535cbd268b11: Layer already exists 03:42:11 6b0c7b89c55b: Layer already exists 03:42:11 7f462ef2ac0c: Layer already exists 03:42:11 20d3acbc3683: Layer already exists 03:42:11 63ca1fbb43ae: Layer already exists 03:42:11 4.0.0-dev.4: digest: sha256:2cf0a86f2704e74314b4820df119bbc633e798adef461b87ea3a8d7c21db5615 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:11 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 03:42:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 03:42:11 756a5a0bbcd1: Preparing 03:42:11 7ab26ee1224d: Preparing 03:42:11 0e0fccf10377: Preparing 03:42:11 c2df41739fb1: Preparing 03:42:11 ce1e82d31b5f: Preparing 03:42:11 535cbd268b11: Preparing 03:42:11 6b0c7b89c55b: Preparing 03:42:11 7f462ef2ac0c: Preparing 03:42:11 20d3acbc3683: Preparing 03:42:11 63ca1fbb43ae: Preparing 03:42:11 535cbd268b11: Waiting 03:42:11 7f462ef2ac0c: Waiting 03:42:11 6b0c7b89c55b: Waiting 03:42:11 63ca1fbb43ae: Waiting 03:42:11 756a5a0bbcd1: Layer already exists 03:42:11 c2df41739fb1: Layer already exists 03:42:11 ce1e82d31b5f: Layer already exists 03:42:11 0e0fccf10377: Layer already exists 03:42:11 7ab26ee1224d: Layer already exists 03:42:11 535cbd268b11: Layer already exists 03:42:11 7f462ef2ac0c: Layer already exists 03:42:11 20d3acbc3683: Layer already exists 03:42:11 63ca1fbb43ae: Layer already exists 03:42:11 6b0c7b89c55b: Layer already exists 03:42:11 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:2cf0a86f2704e74314b4820df119bbc633e798adef461b87ea3a8d7c21db5615 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:12 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 03:42:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 03:42:12 756a5a0bbcd1: Preparing 03:42:12 7ab26ee1224d: Preparing 03:42:12 0e0fccf10377: Preparing 03:42:12 c2df41739fb1: Preparing 03:42:12 ce1e82d31b5f: Preparing 03:42:12 535cbd268b11: Preparing 03:42:12 6b0c7b89c55b: Preparing 03:42:12 7f462ef2ac0c: Preparing 03:42:12 20d3acbc3683: Preparing 03:42:12 63ca1fbb43ae: Preparing 03:42:12 7f462ef2ac0c: Waiting 03:42:12 20d3acbc3683: Waiting 03:42:12 63ca1fbb43ae: Waiting 03:42:12 535cbd268b11: Waiting 03:42:12 6b0c7b89c55b: Waiting 03:42:12 756a5a0bbcd1: Layer already exists 03:42:12 0e0fccf10377: Layer already exists 03:42:12 ce1e82d31b5f: Layer already exists 03:42:12 7ab26ee1224d: Layer already exists 03:42:12 c2df41739fb1: Layer already exists 03:42:12 535cbd268b11: Layer already exists 03:42:12 6b0c7b89c55b: Layer already exists 03:42:12 63ca1fbb43ae: Layer already exists 03:42:12 20d3acbc3683: Layer already exists 03:42:12 7f462ef2ac0c: Layer already exists 03:42:12 main: digest: sha256:2cf0a86f2704e74314b4820df119bbc633e798adef461b87ea3a8d7c21db5615 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:42:12 ===================================================== [Pipeline] echo 03:42:12 taggedImages: 03:42:12 - nexus3.edgexfoundry.org:10004/security-spire-agent:89254c1fef09d3f643254057b63cf98f5b6a48ef 03:42:12 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 03:42:12 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.0.0-dev.4 03:42:12 - nexus3.edgexfoundry.org:10004/security-spire-agent:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 03:42:12 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 03:42:12 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 03:42:12 89254c1fef09d3f643254057b63cf98f5b6a48ef 03:42:12 latest 03:42:12 4.0.0-dev.4 03:42:12 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 03:42:12 main 03:42:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:12 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:89254c1fef09d3f643254057b63cf98f5b6a48ef 03:42:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 03:42:13 c0abc397740f: Preparing 03:42:13 2cfab71cb77c: Preparing 03:42:13 7f0ed08539ce: Preparing 03:42:13 c2df41739fb1: Preparing 03:42:13 ce1e82d31b5f: Preparing 03:42:13 9a9c9d3cd950: Preparing 03:42:13 7f5e892fc0f1: Preparing 03:42:13 4d8ca0171c08: Preparing 03:42:13 63ca1fbb43ae: Preparing 03:42:13 9a9c9d3cd950: Waiting 03:42:13 7f5e892fc0f1: Waiting 03:42:13 4d8ca0171c08: Waiting 03:42:13 63ca1fbb43ae: Waiting 03:42:13 ce1e82d31b5f: Layer already exists 03:42:13 c2df41739fb1: Layer already exists 03:42:13 7f0ed08539ce: Pushed 03:42:13 c0abc397740f: Pushed 03:42:13 2cfab71cb77c: Pushed 03:42:13 63ca1fbb43ae: Layer already exists 03:42:13 4d8ca0171c08: Pushed 03:42:14 7f5e892fc0f1: Pushed 03:42:24 9a9c9d3cd950: Pushed 03:42:24 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:5c7af968bc1e8056369b1b6e2b174f81870079d701a493b69dbc10bc6dab0d60 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:24 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 03:42:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 03:42:24 c0abc397740f: Preparing 03:42:24 2cfab71cb77c: Preparing 03:42:24 7f0ed08539ce: Preparing 03:42:24 c2df41739fb1: Preparing 03:42:24 ce1e82d31b5f: Preparing 03:42:24 9a9c9d3cd950: Preparing 03:42:24 7f5e892fc0f1: Preparing 03:42:24 4d8ca0171c08: Preparing 03:42:24 63ca1fbb43ae: Preparing 03:42:24 9a9c9d3cd950: Waiting 03:42:24 7f5e892fc0f1: Waiting 03:42:24 4d8ca0171c08: Waiting 03:42:24 63ca1fbb43ae: Waiting 03:42:24 c0abc397740f: Layer already exists 03:42:24 2cfab71cb77c: Layer already exists 03:42:24 7f0ed08539ce: Layer already exists 03:42:24 c2df41739fb1: Layer already exists 03:42:24 ce1e82d31b5f: Layer already exists 03:42:24 4d8ca0171c08: Layer already exists 03:42:24 7f5e892fc0f1: Layer already exists 03:42:24 9a9c9d3cd950: Layer already exists 03:42:24 63ca1fbb43ae: Layer already exists 03:42:24 latest: digest: sha256:5c7af968bc1e8056369b1b6e2b174f81870079d701a493b69dbc10bc6dab0d60 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:25 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.0.0-dev.4 03:42:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 03:42:25 c0abc397740f: Preparing 03:42:25 2cfab71cb77c: Preparing 03:42:25 7f0ed08539ce: Preparing 03:42:25 c2df41739fb1: Preparing 03:42:25 ce1e82d31b5f: Preparing 03:42:25 9a9c9d3cd950: Preparing 03:42:25 7f5e892fc0f1: Preparing 03:42:25 4d8ca0171c08: Preparing 03:42:25 63ca1fbb43ae: Preparing 03:42:25 7f5e892fc0f1: Waiting 03:42:25 9a9c9d3cd950: Waiting 03:42:25 c0abc397740f: Layer already exists 03:42:25 ce1e82d31b5f: Layer already exists 03:42:25 7f0ed08539ce: Layer already exists 03:42:25 c2df41739fb1: Layer already exists 03:42:25 2cfab71cb77c: Layer already exists 03:42:25 7f5e892fc0f1: Layer already exists 03:42:25 9a9c9d3cd950: Layer already exists 03:42:25 63ca1fbb43ae: Layer already exists 03:42:25 4d8ca0171c08: Layer already exists 03:42:25 4.0.0-dev.4: digest: sha256:5c7af968bc1e8056369b1b6e2b174f81870079d701a493b69dbc10bc6dab0d60 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:25 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 03:42:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 03:42:26 c0abc397740f: Preparing 03:42:26 2cfab71cb77c: Preparing 03:42:26 7f0ed08539ce: Preparing 03:42:26 c2df41739fb1: Preparing 03:42:26 ce1e82d31b5f: Preparing 03:42:26 9a9c9d3cd950: Preparing 03:42:26 7f5e892fc0f1: Preparing 03:42:26 4d8ca0171c08: Preparing 03:42:26 63ca1fbb43ae: Preparing 03:42:26 4d8ca0171c08: Waiting 03:42:26 7f5e892fc0f1: Waiting 03:42:26 63ca1fbb43ae: Waiting 03:42:26 9a9c9d3cd950: Waiting 03:42:26 2cfab71cb77c: Layer already exists 03:42:26 c2df41739fb1: Layer already exists 03:42:26 7f0ed08539ce: Layer already exists 03:42:26 ce1e82d31b5f: Layer already exists 03:42:26 c0abc397740f: Layer already exists 03:42:26 9a9c9d3cd950: Layer already exists 03:42:26 63ca1fbb43ae: Layer already exists 03:42:26 4d8ca0171c08: Layer already exists 03:42:26 7f5e892fc0f1: Layer already exists 03:42:26 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:5c7af968bc1e8056369b1b6e2b174f81870079d701a493b69dbc10bc6dab0d60 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:26 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 03:42:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 03:42:26 c0abc397740f: Preparing 03:42:26 2cfab71cb77c: Preparing 03:42:26 7f0ed08539ce: Preparing 03:42:26 c2df41739fb1: Preparing 03:42:26 ce1e82d31b5f: Preparing 03:42:26 9a9c9d3cd950: Preparing 03:42:26 7f5e892fc0f1: Preparing 03:42:26 4d8ca0171c08: Preparing 03:42:26 63ca1fbb43ae: Preparing 03:42:26 7f5e892fc0f1: Waiting 03:42:26 4d8ca0171c08: Waiting 03:42:26 9a9c9d3cd950: Waiting 03:42:26 63ca1fbb43ae: Waiting 03:42:26 2cfab71cb77c: Layer already exists 03:42:26 c0abc397740f: Layer already exists 03:42:26 7f0ed08539ce: Layer already exists 03:42:26 c2df41739fb1: Layer already exists 03:42:26 ce1e82d31b5f: Layer already exists 03:42:26 9a9c9d3cd950: Layer already exists 03:42:26 4d8ca0171c08: Layer already exists 03:42:26 7f5e892fc0f1: Layer already exists 03:42:26 63ca1fbb43ae: Layer already exists 03:42:26 main: digest: sha256:5c7af968bc1e8056369b1b6e2b174f81870079d701a493b69dbc10bc6dab0d60 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:42:26 ===================================================== [Pipeline] echo 03:42:26 taggedImages: 03:42:26 - nexus3.edgexfoundry.org:10004/security-spire-config:89254c1fef09d3f643254057b63cf98f5b6a48ef 03:42:26 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 03:42:26 - nexus3.edgexfoundry.org:10004/security-spire-config:4.0.0-dev.4 03:42:26 - nexus3.edgexfoundry.org:10004/security-spire-config:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 03:42:26 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 03:42:26 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 03:42:26 89254c1fef09d3f643254057b63cf98f5b6a48ef 03:42:26 latest 03:42:26 4.0.0-dev.4 03:42:26 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 03:42:26 main 03:42:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:27 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:89254c1fef09d3f643254057b63cf98f5b6a48ef 03:42:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 03:42:27 fc21d1e0826f: Preparing 03:42:27 9b4d3f762cc8: Preparing 03:42:27 35553f795527: Preparing 03:42:27 c2df41739fb1: Preparing 03:42:27 ce1e82d31b5f: Preparing 03:42:27 bf17866649f7: Preparing 03:42:27 7f462ef2ac0c: Preparing 03:42:27 20d3acbc3683: Preparing 03:42:27 63ca1fbb43ae: Preparing 03:42:27 bf17866649f7: Waiting 03:42:27 63ca1fbb43ae: Waiting 03:42:27 7f462ef2ac0c: Waiting 03:42:27 20d3acbc3683: Waiting 03:42:27 ce1e82d31b5f: Layer already exists 03:42:27 c2df41739fb1: Layer already exists 03:42:27 7f462ef2ac0c: Layer already exists 03:42:27 20d3acbc3683: Layer already exists 03:42:27 63ca1fbb43ae: Layer already exists 03:42:27 35553f795527: Pushed 03:42:27 9b4d3f762cc8: Pushed 03:42:27 fc21d1e0826f: Pushed 03:42:37 bf17866649f7: Pushed 03:42:37 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:89d2bfecc617fce02005a14da840e6146a17951ce2a6dca2cf4e1d48631a915d size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:37 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 03:42:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 03:42:38 fc21d1e0826f: Preparing 03:42:38 9b4d3f762cc8: Preparing 03:42:38 35553f795527: Preparing 03:42:38 c2df41739fb1: Preparing 03:42:38 ce1e82d31b5f: Preparing 03:42:38 bf17866649f7: Preparing 03:42:38 7f462ef2ac0c: Preparing 03:42:38 20d3acbc3683: Preparing 03:42:38 63ca1fbb43ae: Preparing 03:42:38 20d3acbc3683: Waiting 03:42:38 63ca1fbb43ae: Waiting 03:42:38 bf17866649f7: Waiting 03:42:38 35553f795527: Layer already exists 03:42:38 9b4d3f762cc8: Layer already exists 03:42:38 c2df41739fb1: Layer already exists 03:42:38 fc21d1e0826f: Layer already exists 03:42:38 ce1e82d31b5f: Layer already exists 03:42:38 63ca1fbb43ae: Layer already exists 03:42:38 bf17866649f7: Layer already exists 03:42:38 7f462ef2ac0c: Layer already exists 03:42:38 20d3acbc3683: Layer already exists 03:42:38 latest: digest: sha256:89d2bfecc617fce02005a14da840e6146a17951ce2a6dca2cf4e1d48631a915d size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:38 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.0.0-dev.4 03:42:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 03:42:38 fc21d1e0826f: Preparing 03:42:38 9b4d3f762cc8: Preparing 03:42:38 35553f795527: Preparing 03:42:38 c2df41739fb1: Preparing 03:42:38 ce1e82d31b5f: Preparing 03:42:38 bf17866649f7: Preparing 03:42:38 7f462ef2ac0c: Preparing 03:42:38 20d3acbc3683: Preparing 03:42:38 63ca1fbb43ae: Preparing 03:42:38 7f462ef2ac0c: Waiting 03:42:38 bf17866649f7: Waiting 03:42:38 20d3acbc3683: Waiting 03:42:38 63ca1fbb43ae: Waiting 03:42:38 ce1e82d31b5f: Layer already exists 03:42:38 fc21d1e0826f: Layer already exists 03:42:38 35553f795527: Layer already exists 03:42:38 c2df41739fb1: Layer already exists 03:42:38 9b4d3f762cc8: Layer already exists 03:42:38 bf17866649f7: Layer already exists 03:42:38 7f462ef2ac0c: Layer already exists 03:42:38 63ca1fbb43ae: Layer already exists 03:42:38 20d3acbc3683: Layer already exists 03:42:38 4.0.0-dev.4: digest: sha256:89d2bfecc617fce02005a14da840e6146a17951ce2a6dca2cf4e1d48631a915d size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:39 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 03:42:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 03:42:39 fc21d1e0826f: Preparing 03:42:39 9b4d3f762cc8: Preparing 03:42:39 35553f795527: Preparing 03:42:39 c2df41739fb1: Preparing 03:42:39 ce1e82d31b5f: Preparing 03:42:39 bf17866649f7: Preparing 03:42:39 7f462ef2ac0c: Preparing 03:42:39 20d3acbc3683: Preparing 03:42:39 63ca1fbb43ae: Preparing 03:42:39 7f462ef2ac0c: Waiting 03:42:39 63ca1fbb43ae: Waiting 03:42:39 20d3acbc3683: Waiting 03:42:39 bf17866649f7: Waiting 03:42:39 c2df41739fb1: Layer already exists 03:42:39 9b4d3f762cc8: Layer already exists 03:42:39 fc21d1e0826f: Layer already exists 03:42:39 ce1e82d31b5f: Layer already exists 03:42:39 35553f795527: Layer already exists 03:42:39 7f462ef2ac0c: Layer already exists 03:42:39 20d3acbc3683: Layer already exists 03:42:39 bf17866649f7: Layer already exists 03:42:39 63ca1fbb43ae: Layer already exists 03:42:39 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:89d2bfecc617fce02005a14da840e6146a17951ce2a6dca2cf4e1d48631a915d size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:39 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 03:42:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 03:42:40 fc21d1e0826f: Preparing 03:42:40 9b4d3f762cc8: Preparing 03:42:40 35553f795527: Preparing 03:42:40 c2df41739fb1: Preparing 03:42:40 ce1e82d31b5f: Preparing 03:42:40 bf17866649f7: Preparing 03:42:40 7f462ef2ac0c: Preparing 03:42:40 20d3acbc3683: Preparing 03:42:40 63ca1fbb43ae: Preparing 03:42:40 7f462ef2ac0c: Waiting 03:42:40 20d3acbc3683: Waiting 03:42:40 bf17866649f7: Waiting 03:42:40 63ca1fbb43ae: Waiting 03:42:40 fc21d1e0826f: Layer already exists 03:42:40 ce1e82d31b5f: Layer already exists 03:42:40 9b4d3f762cc8: Layer already exists 03:42:40 35553f795527: Layer already exists 03:42:40 c2df41739fb1: Layer already exists 03:42:40 7f462ef2ac0c: Layer already exists 03:42:40 bf17866649f7: Layer already exists 03:42:40 63ca1fbb43ae: Layer already exists 03:42:40 20d3acbc3683: Layer already exists 03:42:40 main: digest: sha256:89d2bfecc617fce02005a14da840e6146a17951ce2a6dca2cf4e1d48631a915d size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:42:40 ===================================================== [Pipeline] echo 03:42:40 taggedImages: 03:42:40 - nexus3.edgexfoundry.org:10004/security-spire-server:89254c1fef09d3f643254057b63cf98f5b6a48ef 03:42:40 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 03:42:40 - nexus3.edgexfoundry.org:10004/security-spire-server:4.0.0-dev.4 03:42:40 - nexus3.edgexfoundry.org:10004/security-spire-server:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 03:42:40 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 03:42:40 [edgeXDocker.push] Tagging docker image support-cron-scheduler with the following tags: 03:42:40 89254c1fef09d3f643254057b63cf98f5b6a48ef 03:42:40 latest 03:42:40 4.0.0-dev.4 03:42:40 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 03:42:40 main 03:42:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:40 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:40 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:89254c1fef09d3f643254057b63cf98f5b6a48ef 03:42:40 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 03:42:40 beace2234766: Preparing 03:42:40 fa35435bafb7: Preparing 03:42:40 c2df41739fb1: Preparing 03:42:40 ce1e82d31b5f: Preparing 03:42:40 1d37b0f828dd: Preparing 03:42:40 d5583590f0da: Preparing 03:42:40 63ca1fbb43ae: Preparing 03:42:40 63ca1fbb43ae: Waiting 03:42:40 d5583590f0da: Waiting 03:42:40 ce1e82d31b5f: Layer already exists 03:42:40 c2df41739fb1: Layer already exists 03:42:40 63ca1fbb43ae: Layer already exists 03:42:40 beace2234766: Pushed 03:42:41 d5583590f0da: Pushed 03:42:41 1d37b0f828dd: Pushed 03:42:46 fa35435bafb7: Pushed 03:42:46 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:c22aa0e3992a8bc7b8494414a1746b820f8f30018c682c4a7293c88f71d3c1cb size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:47 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:47 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest 03:42:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 03:42:47 beace2234766: Preparing 03:42:47 fa35435bafb7: Preparing 03:42:47 c2df41739fb1: Preparing 03:42:47 ce1e82d31b5f: Preparing 03:42:47 1d37b0f828dd: Preparing 03:42:47 d5583590f0da: Preparing 03:42:47 63ca1fbb43ae: Preparing 03:42:47 d5583590f0da: Waiting 03:42:47 63ca1fbb43ae: Waiting 03:42:47 ce1e82d31b5f: Layer already exists 03:42:47 fa35435bafb7: Layer already exists 03:42:47 beace2234766: Layer already exists 03:42:47 1d37b0f828dd: Layer already exists 03:42:47 c2df41739fb1: Layer already exists 03:42:47 d5583590f0da: Layer already exists 03:42:47 63ca1fbb43ae: Layer already exists 03:42:47 latest: digest: sha256:c22aa0e3992a8bc7b8494414a1746b820f8f30018c682c4a7293c88f71d3c1cb size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:47 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:48 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:4.0.0-dev.4 03:42:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 03:42:48 beace2234766: Preparing 03:42:48 fa35435bafb7: Preparing 03:42:48 c2df41739fb1: Preparing 03:42:48 ce1e82d31b5f: Preparing 03:42:48 1d37b0f828dd: Preparing 03:42:48 d5583590f0da: Preparing 03:42:48 63ca1fbb43ae: Preparing 03:42:48 d5583590f0da: Waiting 03:42:48 63ca1fbb43ae: Waiting 03:42:48 beace2234766: Layer already exists 03:42:48 fa35435bafb7: Layer already exists 03:42:48 c2df41739fb1: Layer already exists 03:42:48 1d37b0f828dd: Layer already exists 03:42:48 ce1e82d31b5f: Layer already exists 03:42:48 d5583590f0da: Layer already exists 03:42:48 63ca1fbb43ae: Layer already exists 03:42:48 4.0.0-dev.4: digest: sha256:c22aa0e3992a8bc7b8494414a1746b820f8f30018c682c4a7293c88f71d3c1cb size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:48 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:48 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 03:42:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 03:42:48 beace2234766: Preparing 03:42:48 fa35435bafb7: Preparing 03:42:48 c2df41739fb1: Preparing 03:42:48 ce1e82d31b5f: Preparing 03:42:48 1d37b0f828dd: Preparing 03:42:48 d5583590f0da: Preparing 03:42:48 63ca1fbb43ae: Preparing 03:42:48 d5583590f0da: Waiting 03:42:48 63ca1fbb43ae: Waiting 03:42:48 ce1e82d31b5f: Layer already exists 03:42:48 beace2234766: Layer already exists 03:42:48 fa35435bafb7: Layer already exists 03:42:48 1d37b0f828dd: Layer already exists 03:42:48 c2df41739fb1: Layer already exists 03:42:48 63ca1fbb43ae: Layer already exists 03:42:48 d5583590f0da: Layer already exists 03:42:48 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:c22aa0e3992a8bc7b8494414a1746b820f8f30018c682c4a7293c88f71d3c1cb size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:49 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:49 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:main 03:42:49 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 03:42:49 beace2234766: Preparing 03:42:49 fa35435bafb7: Preparing 03:42:49 c2df41739fb1: Preparing 03:42:49 ce1e82d31b5f: Preparing 03:42:49 1d37b0f828dd: Preparing 03:42:49 d5583590f0da: Preparing 03:42:49 63ca1fbb43ae: Preparing 03:42:49 d5583590f0da: Waiting 03:42:49 63ca1fbb43ae: Waiting 03:42:49 ce1e82d31b5f: Layer already exists 03:42:49 1d37b0f828dd: Layer already exists 03:42:49 beace2234766: Layer already exists 03:42:49 c2df41739fb1: Layer already exists 03:42:49 fa35435bafb7: Layer already exists 03:42:49 d5583590f0da: Layer already exists 03:42:49 63ca1fbb43ae: Layer already exists 03:42:49 main: digest: sha256:c22aa0e3992a8bc7b8494414a1746b820f8f30018c682c4a7293c88f71d3c1cb size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:42:49 ===================================================== [Pipeline] echo 03:42:49 taggedImages: 03:42:49 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:89254c1fef09d3f643254057b63cf98f5b6a48ef 03:42:49 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest 03:42:49 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:4.0.0-dev.4 03:42:49 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 03:42:49 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] echo 03:42:49 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 03:42:49 89254c1fef09d3f643254057b63cf98f5b6a48ef 03:42:49 latest 03:42:49 4.0.0-dev.4 03:42:49 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 03:42:49 main 03:42:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:50 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:50 + docker push nexus3.edgexfoundry.org:10004/support-notifications:89254c1fef09d3f643254057b63cf98f5b6a48ef 03:42:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 03:42:50 a7381fe85637: Preparing 03:42:50 01412223033a: Preparing 03:42:50 934e5599db46: Preparing 03:42:50 c2df41739fb1: Preparing 03:42:50 ce1e82d31b5f: Preparing 03:42:50 3f2a13b2814b: Preparing 03:42:50 d797355ab0f6: Preparing 03:42:50 63ca1fbb43ae: Preparing 03:42:50 d797355ab0f6: Waiting 03:42:50 63ca1fbb43ae: Waiting 03:42:50 3f2a13b2814b: Waiting 03:42:50 ce1e82d31b5f: Layer already exists 03:42:50 c2df41739fb1: Layer already exists 03:42:50 01412223033a: Pushed 03:42:50 a7381fe85637: Pushed 03:42:50 63ca1fbb43ae: Layer already exists 03:42:50 d797355ab0f6: Pushed 03:42:51 3f2a13b2814b: Pushed 03:42:56 934e5599db46: Pushed 03:42:56 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:59a52d2e6d2027ecc789deaabedc2b91bb0d43433f061cb29b69b98f753632ad size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:56 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:57 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 03:42:57 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 03:42:57 a7381fe85637: Preparing 03:42:57 01412223033a: Preparing 03:42:57 934e5599db46: Preparing 03:42:57 c2df41739fb1: Preparing 03:42:57 ce1e82d31b5f: Preparing 03:42:57 3f2a13b2814b: Preparing 03:42:57 d797355ab0f6: Preparing 03:42:57 63ca1fbb43ae: Preparing 03:42:57 d797355ab0f6: Waiting 03:42:57 3f2a13b2814b: Waiting 03:42:57 a7381fe85637: Layer already exists 03:42:57 ce1e82d31b5f: Layer already exists 03:42:57 934e5599db46: Layer already exists 03:42:57 c2df41739fb1: Layer already exists 03:42:57 01412223033a: Layer already exists 03:42:57 d797355ab0f6: Layer already exists 03:42:57 3f2a13b2814b: Layer already exists 03:42:57 63ca1fbb43ae: Layer already exists 03:42:57 latest: digest: sha256:59a52d2e6d2027ecc789deaabedc2b91bb0d43433f061cb29b69b98f753632ad size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:57 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:57 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.0.0-dev.4 03:42:57 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 03:42:57 a7381fe85637: Preparing 03:42:57 01412223033a: Preparing 03:42:57 934e5599db46: Preparing 03:42:57 c2df41739fb1: Preparing 03:42:57 ce1e82d31b5f: Preparing 03:42:57 3f2a13b2814b: Preparing 03:42:57 d797355ab0f6: Preparing 03:42:57 63ca1fbb43ae: Preparing 03:42:57 3f2a13b2814b: Waiting 03:42:57 d797355ab0f6: Waiting 03:42:57 63ca1fbb43ae: Waiting 03:42:57 ce1e82d31b5f: Layer already exists 03:42:57 c2df41739fb1: Layer already exists 03:42:57 01412223033a: Layer already exists 03:42:57 934e5599db46: Layer already exists 03:42:57 a7381fe85637: Layer already exists 03:42:57 63ca1fbb43ae: Layer already exists 03:42:57 d797355ab0f6: Layer already exists 03:42:57 3f2a13b2814b: Layer already exists 03:42:57 4.0.0-dev.4: digest: sha256:59a52d2e6d2027ecc789deaabedc2b91bb0d43433f061cb29b69b98f753632ad size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:58 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:58 + docker push nexus3.edgexfoundry.org:10004/support-notifications:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 03:42:58 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 03:42:58 a7381fe85637: Preparing 03:42:58 01412223033a: Preparing 03:42:58 934e5599db46: Preparing 03:42:58 c2df41739fb1: Preparing 03:42:58 ce1e82d31b5f: Preparing 03:42:58 3f2a13b2814b: Preparing 03:42:58 d797355ab0f6: Preparing 03:42:58 63ca1fbb43ae: Preparing 03:42:58 3f2a13b2814b: Waiting 03:42:58 d797355ab0f6: Waiting 03:42:58 63ca1fbb43ae: Waiting 03:42:58 ce1e82d31b5f: Layer already exists 03:42:58 01412223033a: Layer already exists 03:42:58 a7381fe85637: Layer already exists 03:42:58 c2df41739fb1: Layer already exists 03:42:58 934e5599db46: Layer already exists 03:42:58 63ca1fbb43ae: Layer already exists 03:42:58 d797355ab0f6: Layer already exists 03:42:58 3f2a13b2814b: Layer already exists 03:42:58 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:59a52d2e6d2027ecc789deaabedc2b91bb0d43433f061cb29b69b98f753632ad size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:58 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:59 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 03:42:59 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 03:42:59 a7381fe85637: Preparing 03:42:59 01412223033a: Preparing 03:42:59 934e5599db46: Preparing 03:42:59 c2df41739fb1: Preparing 03:42:59 ce1e82d31b5f: Preparing 03:42:59 3f2a13b2814b: Preparing 03:42:59 d797355ab0f6: Preparing 03:42:59 63ca1fbb43ae: Preparing 03:42:59 d797355ab0f6: Waiting 03:42:59 3f2a13b2814b: Waiting 03:42:59 63ca1fbb43ae: Waiting 03:42:59 ce1e82d31b5f: Layer already exists 03:42:59 c2df41739fb1: Layer already exists 03:42:59 a7381fe85637: Layer already exists 03:42:59 01412223033a: Layer already exists 03:42:59 934e5599db46: Layer already exists 03:42:59 d797355ab0f6: Layer already exists 03:42:59 3f2a13b2814b: Layer already exists 03:42:59 63ca1fbb43ae: Layer already exists 03:42:59 main: digest: sha256:59a52d2e6d2027ecc789deaabedc2b91bb0d43433f061cb29b69b98f753632ad size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:42:59 ===================================================== [Pipeline] echo 03:42:59 taggedImages: 03:42:59 - nexus3.edgexfoundry.org:10004/support-notifications:89254c1fef09d3f643254057b63cf98f5b6a48ef 03:42:59 - nexus3.edgexfoundry.org:10004/support-notifications:latest 03:42:59 - nexus3.edgexfoundry.org:10004/support-notifications:4.0.0-dev.4 03:42:59 - nexus3.edgexfoundry.org:10004/support-notifications:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 03:42:59 - nexus3.edgexfoundry.org:10004/support-notifications: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:58:02 #143 ... 03:58:02 03:58:02 #150 [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:58:02 #150 1092.6 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:58:02 #150 ... 03:58:02 03:58:02 #145 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 03:58:02 #145 DONE 1094.4s 03:58:02 03:58:02 #154 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 03:58:02 #154 DONE 0.4s 03:58:02 03:58:02 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:58:02 #149 ... 03:58:02 03:58:02 #155 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh 03:58:02 #155 DONE 2.1s 03:58:02 03:58:02 #156 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / 03:58:02 #156 DONE 0.3s 03:58:02 03:58:02 #157 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / 03:58:02 #157 DONE 0.2s 03:58:02 03:58:02 #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:58:02 #151 ... 03:58:02 03:58:02 #158 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 03:58:02 #158 DONE 0.4s 03:58:02 03:58:02 #159 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 03:58:02 #159 DONE 0.2s 03:58:02 03:58:02 #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:58:02 #151 ... 03:58:02 03:58:02 #160 [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:58:02 #160 DONE 0.2s 03:58:02 03:58:02 #161 [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:58:02 #161 DONE 0.1s 03:58:02 03:58:02 #162 [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:58:02 #162 DONE 0.1s 03:58:02 03:58:02 #163 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 03:58:02 #163 DONE 0.1s 03:58:02 03:58:02 #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:58:02 #151 ... 03:58:02 03:58:02 #164 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 03:58:02 #164 DONE 0.1s 03:58:02 03:58:02 #165 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh 03:58:02 #165 ... 03:58:02 03:58:02 #146 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 03:58:02 #146 DONE 1099.6s 03:58:02 03:58:02 #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:58:02 #151 ... 03:58:02 03:58:02 #166 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 03:58:02 #166 DONE 0.2s 03:58:02 03:58:02 #167 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 03:58:02 #167 DONE 0.3s 03:58:02 03:58:02 #168 [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:58:02 #168 DONE 0.2s 03:58:02 03:58:02 #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:58:02 #151 ... 03:58:02 03:58:02 #169 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 03:58:02 #169 DONE 0.3s 03:58:02 03:58:02 #170 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:58:02 #170 DONE 0.4s 03:58:02 03:58:02 #171 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 03:58:02 #171 DONE 0.2s 03:58:02 03:58:02 #172 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:58:02 #172 ... 03:58:02 03:58:02 #165 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh 03:58:02 #165 DONE 3.2s 03:58:02 03:58:02 #110 [security-bootstrapper] exporting to image 03:58:02 #110 exporting layers 03:58:02 #110 exporting layers 1.8s done 03:58:02 #110 writing image sha256:455b18d0617b39cce9c107627c9dbbe0d329141287d9729482512bd4dec65faf done 03:58:02 #110 naming to docker.io/library/security-bootstrapper-arm64 done 03:58:02 #110 DONE 7.3s 03:58:02 03:58:02 #129 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 03:58:02 #129 ... 03:58:02 03:58:02 #172 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:58:02 #172 DONE 2.5s 03:58:02 03:58:02 #110 [security-proxy-setup] exporting to image 03:58:03 #110 exporting layers 1.0s done 03:58:03 #110 writing image sha256:c35b2fd5861bbddc65644d513abd6bf66e54263ebce32f14b0a27dc48e075389 done 03:58:03 #110 naming to docker.io/library/security-proxy-setup-arm64 done 03:58:03 #110 DONE 8.3s 03:58:03 03:58:03 #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:58:21 #151 ... 03:58:21 03:58:21 #150 [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:58:21 #150 DONE 1121.1s 03:58:21 03:58:21 #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:58:21 #151 ... 03:58:21 03:58:21 #173 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 03:58:21 #173 DONE 0.2s 03:58:21 03:58:21 #174 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 03:58:21 #174 DONE 0.1s 03:58:21 03:58:21 #175 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 03:58:21 #175 DONE 0.1s 03:58:21 03:58:21 #176 [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:58:21 #176 DONE 0.2s 03:58:21 03:58:21 #177 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 03:58:21 #177 DONE 0.3s 03:58:21 03:58:21 #178 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:58:21 #178 DONE 0.4s 03:58:21 03:58:21 #179 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:58:21 #179 DONE 0.3s 03:58:21 03:58:21 #180 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:58:21 #180 DONE 0.1s 03:58:21 03:58:21 #181 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:58:23 #181 DONE 1.9s 03:58:23 03:58:23 #110 [security-secretstore-setup] exporting to image 03:58:23 #110 exporting layers 03:58:25 #110 exporting layers 1.7s done 03:58:25 #110 writing image sha256:a08ac76eadddf520684087a210fa22baec61242c3b30919ea3889707e4393f7a done 03:58:25 #110 naming to docker.io/library/security-secretstore-setup-arm64 done 03:58:25 #110 DONE 10.0s 03:58:25 03:58:25 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:59:04 #149 ... 03:59:04 03:59:04 #147 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 03:59:04 #147 DONE 1160.9s 03:59:04 03:59:04 #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:59:04 #151 ... 03:59:04 03:59:04 #182 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 03:59:04 #182 DONE 0.3s 03:59:04 03:59:04 #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:59:04 #151 ... 03:59:04 03:59:04 #183 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 03:59:04 #183 DONE 0.2s 03:59:04 03:59:04 #184 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 03:59:04 #184 DONE 0.3s 03:59:04 03:59:04 #185 [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:59:04 #185 DONE 0.1s 03:59:04 03:59:04 #186 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 03:59:04 #186 DONE 0.1s 03:59:04 03:59:04 #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:59:04 #151 ... 03:59:04 03:59:04 #187 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:59:04 #187 DONE 2.0s 03:59:04 03:59:04 #110 [core-common-config-bootstrapper] exporting to image 03:59:04 #110 exporting layers 03:59:04 #110 exporting layers 0.6s done 03:59:04 #110 writing image sha256:4ef6d8e8bfd537014b96b74ff28a047bd13b487888fa8e02e8f409f4f01f9b3f done 03:59:04 #110 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 03:59:04 #110 DONE 10.6s 03:59:04 03:59:04 #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 04:01:10 #151 ... 04:01:10 04:01:10 #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 04:01:10 #143 DONE 1281.1s 04:01:10 04:01:10 #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 04:01:10 #151 ... 04:01:10 04:01:10 #188 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 04:01:10 #188 DONE 0.3s 04:01:10 04:01:10 #129 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 04:01:10 #129 ... 04:01:10 04:01:10 #189 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 04:01:10 #189 DONE 0.3s 04:01:10 04:01:10 #129 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 04:01:10 #129 ... 04:01:10 04:01:10 #190 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 04:01:10 #190 DONE 0.4s 04:01:10 04:01:10 #191 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 04:01:10 #191 DONE 0.1s 04:01:10 04:01:10 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 04:01:10 #149 ... 04:01:10 04:01:10 #110 [security-spiffe-token-provider] exporting to image 04:01:10 #110 exporting layers 04:01:10 #110 exporting layers 0.7s done 04:01:10 #110 writing image sha256:58bdbd6336434fe3989d49c922629d87f6a063ff8cf68dba89c2d429fb8fcbfa done 04:01:10 #110 naming to docker.io/library/security-spiffe-token-provider-arm64 done 04:01:10 #110 DONE 11.4s 04:01:10 04:01:10 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:07:47 #153 ... 04:07:47 04:07:47 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 04:07:47 #152 DONE 1686.3s 04:07:47 04:07:47 #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 04:07:47 #151 ... 04:07:47 04:07:47 #192 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 04:07:47 #192 DONE 0.2s 04:07:47 04:07:47 #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 04:07:47 #151 ... 04:07:47 04:07:47 #193 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 04:07:47 #193 DONE 0.2s 04:07:47 04:07:47 #194 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 04:07:47 #194 DONE 0.3s 04:07:47 04:07:47 #195 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 04:07:47 #195 DONE 0.1s 04:07:47 04:07:47 #196 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 04:07:47 #196 DONE 0.1s 04:07:47 04:07:47 #197 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:07:47 #197 DONE 1.7s 04:07:47 04:07:47 #110 [security-proxy-auth] exporting to image 04:07:47 #110 exporting layers 04:07:47 #110 exporting layers 0.7s done 04:07:47 #110 writing image sha256:f482c0abc13014c0e49ba184fc91e293b401424eebaad283b65171a0d4bf3a51 done 04:07:47 #110 naming to docker.io/library/security-proxy-auth-arm64 done 04:07:47 #110 DONE 12.1s 04:07:47 04:07:47 #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 04:08:44 #151 DONE 1739.3s 04:08:44 04:08:44 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:08:44 #153 ... 04:08:44 04:08:44 #198 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 04:08:44 #198 DONE 0.1s 04:08:44 04:08:44 #199 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 04:08:44 #199 DONE 0.1s 04:08:44 04:08:44 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 04:08:44 #149 ... 04:08:44 04:08:44 #200 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:08:44 #200 DONE 0.4s 04:08:44 04:08:44 #201 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 04:08:44 #201 DONE 0.1s 04:08:44 04:08:44 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 04:08:44 #149 ... 04:08:44 04:08:44 #110 [core-command] exporting to image 04:08:44 #110 exporting layers 04:08:44 #110 exporting layers 0.5s done 04:08:44 #110 writing image sha256:a7a6e25cd4c4be0807e73044479ed6a614a0326e002b38790353dae312f15f2d done 04:08:44 #110 naming to docker.io/library/core-command-arm64 done 04:08:44 #110 DONE 12.6s 04:08:44 04:08:44 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:10:20 #153 DONE 1842.5s 04:10:20 04:10:20 #144 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 04:10:20 #144 ... 04:10:20 04:10:20 #202 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 04:10:20 #202 DONE 0.4s 04:10:20 04:10:20 #203 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 04:10:21 #203 DONE 0.3s 04:10:21 04:10:21 #204 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:10:21 #204 ... 04:10:21 04:10:21 #144 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 04:10:21 #144 DONE 1843.4s 04:10:21 04:10:21 #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:10:22 #148 ... 04:10:22 04:10:22 #204 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:10:22 #204 DONE 0.8s 04:10:22 04:10:22 #205 [core-data stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 04:10:22 #205 DONE 0.3s 04:10:22 04:10:22 #206 [core-keeper stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 04:10:22 #206 ... 04:10:22 04:10:22 #207 [core-data stage-1 8/8] COPY --from=builder /edgex-go/cmd/core-data/res/db/ /res/db/ 04:10:22 #207 DONE 0.2s 04:10:22 04:10:22 #110 [core-data] exporting to image 04:10:22 #110 exporting layers 04:10:22 #110 ... 04:10:22 04:10:22 #206 [core-keeper stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 04:10:22 #206 DONE 0.3s 04:10:22 04:10:22 #208 [core-keeper stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 04:10:23 #208 DONE 0.8s 04:10:23 04:10:23 #110 [core-data] exporting to image 04:10:23 #110 exporting layers 1.0s done 04:10:23 #110 writing image sha256:90a5cbea5aa488943fdec8a216af09ee67c574c8bc17efe2712776f63d19afae done 04:10:23 #110 naming to docker.io/library/core-data-arm64 04:10:23 #110 naming to docker.io/library/core-data-arm64 done 04:10:23 #110 DONE 13.6s 04:10:23 04:10:23 #209 [core-keeper stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 04:10:23 #209 DONE 0.2s 04:10:23 04:10:23 #210 [core-keeper stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/db/ /res/db/ 04:10:23 #210 DONE 0.1s 04:10:23 04:10:23 #129 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 04:10:23 #129 ... 04:10:23 04:10:23 #110 [core-keeper] exporting to image 04:10:24 #110 exporting layers 0.7s done 04:10:24 #110 writing image sha256:43aed82e005c1080e19fbafbfa314518a3e69f7ce17572f33abfb4b7504e6d84 done 04:10:24 #110 naming to docker.io/library/core-keeper-arm64 done 04:10:24 #110 DONE 14.2s 04:10:24 04:10:24 #129 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 04:10:25 #129 ... 04:10:25 04:10:25 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 04:10:25 #149 DONE 1847.6s 04:10:25 04:10:25 #129 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 04:10:25 #129 ... 04:10:25 04:10:25 #211 [core-metadata stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / 04:10:25 #211 DONE 0.1s 04:10:25 04:10:25 #212 [core-metadata stage-1 5/10] COPY --from=builder /edgex-go/security.txt / 04:10:26 #212 DONE 0.1s 04:10:26 04:10:26 #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:10:26 #148 ... 04:10:26 04:10:26 #213 [core-metadata stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:10:26 #213 DONE 0.5s 04:10:26 04:10:26 #214 [core-metadata stage-1 7/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 04:10:26 #214 DONE 0.1s 04:10:26 04:10:26 #215 [core-metadata stage-1 8/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 04:10:26 #215 DONE 0.1s 04:10:26 04:10:26 #129 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 04:10:26 #129 ... 04:10:26 04:10:26 #216 [core-metadata stage-1 9/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/db/ /res/db/ 04:10:26 #216 DONE 0.1s 04:10:26 04:10:26 #110 [core-metadata] exporting to image 04:10:27 #110 exporting layers 0.6s done 04:10:27 #110 writing image sha256:77ee3d3f1247c3b334b46ee60d323d58c964b66a415f456900a0cbc39f733a92 done 04:10:27 #110 naming to docker.io/library/core-metadata-arm64 done 04:10:27 #110 DONE 14.9s 04:10:27 04:10:27 #129 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 04:10:59 #129 ... 04:10:59 04:10:59 #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:10:59 #148 DONE 1878.2s 04:10:59 04:10:59 #129 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 04:10:59 #129 ... 04:10:59 04:10:59 #217 [support-notifications stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 04:10:59 #217 DONE 0.1s 04:10:59 04:10:59 #129 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 04:10:59 #129 DONE 1879.1s 04:10:59 04:10:59 #218 [support-notifications stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 04:10:59 #218 DONE 0.2s 04:10:59 04:10:59 #219 [support-notifications stage-1 6/8] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:10:59 #219 ... 04:10:59 04:10:59 #220 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 04:10:59 #220 DONE 0.1s 04:10:59 04:10:59 #221 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 04:10:59 #221 DONE 0.1s 04:10:59 04:10:59 #219 [support-notifications stage-1 6/8] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:10:59 #219 DONE 0.7s 04:10:59 04:10:59 #222 [support-notifications stage-1 7/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 04:10:59 #222 DONE 0.1s 04:10:59 04:10:59 #223 [support-notifications stage-1 8/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/db/ /res/db/ 04:10:59 #223 DONE 0.2s 04:10:59 04:10:59 #110 [support-notifications] exporting to image 04:10:59 #110 exporting layers 04:10:59 #110 ... 04:10:59 04:10:59 #224 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / 04:10:59 #224 DONE 0.6s 04:10:59 04:10:59 #225 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res 04:10:59 #225 DONE 0.1s 04:10:59 04:10:59 #110 [support-cron-scheduler] exporting to image 04:10:59 #110 exporting layers 0.8s done 04:10:59 #110 writing image sha256:55703cbd07483a960b8b22bb12bf5d14abe76a8dcd7313a2bdbec572126ceb0d done 04:10:59 #110 naming to docker.io/library/support-notifications-arm64 done 04:10:59 #110 exporting layers 0.8s done 04:10:59 #110 writing image sha256:815aa47cc671c8a72c581a71a62e52a70abc8e2e4432d78cbf5d0ab75da16af1 0.0s done 04:10:59 #110 naming to docker.io/library/support-cron-scheduler-arm64 done 04:10:59 #110 DONE 15.9s 04:10:59 time="2024-10-28T03:37:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:10:59 time="2024-10-28T03:37:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:10:59 time="2024-10-28T03:37:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:10:59 time="2024-10-28T03:37:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:10:59 time="2024-10-28T03:37:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:10:59 time="2024-10-28T03:37:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:10:59 time="2024-10-28T03:37:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:10:59 time="2024-10-28T03:37:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:10:59 time="2024-10-28T03:37:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:10:59 time="2024-10-28T03:37:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:10:59 time="2024-10-28T03:37:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:10:59 time="2024-10-28T03:37:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:10:59 time="2024-10-28T03:37:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:10:59 time="2024-10-28T03:37:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:10:59 time="2024-10-28T03:37:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 04:10:59 $ docker stop --time=1 a6f95d04cfde182f8cc59db13ac74732c805dafa3fbb6418d5f0d869b9730a1a 04:11:01 $ docker rm -f --volumes a6f95d04cfde182f8cc59db13ac74732c805dafa3fbb6418d5f0d869b9730a1a [Pipeline] // withDockerContainer [Pipeline] sh 04:11:01 + docker images 04:11:01 REPOSITORY TAG IMAGE ID CREATED SIZE 04:11:01 support-notifications-arm64 latest 55703cbd0748 4 seconds ago 71.4MB 04:11:01 support-cron-scheduler-arm64 latest 815aa47cc671 4 seconds ago 72.6MB 04:11:01 core-metadata-arm64 latest 77ee3d3f1247 35 seconds ago 48.6MB 04:11:01 core-keeper-arm64 latest 43aed82e005c 38 seconds ago 41.7MB 04:11:01 core-data-arm64 latest 90a5cbea5aa4 39 seconds ago 48.5MB 04:11:01 core-command-arm64 latest a7a6e25cd4c4 2 minutes ago 42.7MB 04:11:01 security-proxy-auth-arm64 latest f482c0abc130 3 minutes ago 40.9MB 04:11:01 security-spiffe-token-provider-arm64 latest 58bdbd633643 10 minutes ago 48.4MB 04:11:01 core-common-config-bootstrapper-arm64 latest 4ef6d8e8bfd5 12 minutes ago 28.1MB 04:11:01 security-secretstore-setup-arm64 latest a08ac76eaddd 12 minutes ago 58.2MB 04:11:01 security-proxy-setup-arm64 latest c35b2fd5861b 13 minutes ago 40.4MB 04:11:01 security-bootstrapper-arm64 latest 455b18d0617b 13 minutes ago 33.8MB 04:11:01 security-spire-agent-arm64 latest 98589e2fe9d9 32 minutes ago 182MB 04:11:01 security-spire-server-arm64 latest cada008e7679 32 minutes ago 124MB 04:11:01 security-spire-config-arm64 latest 8db8247cd7ac 32 minutes ago 123MB 04:11:01 ci-base-image-arm64 latest c0410a715b6a 34 minutes ago 965MB 04:11:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine be29e6b0f0d4 3 weeks ago 558MB 04:11:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 17 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 04:11:02 provisioning config files... 04:11:02 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/737@tmp/config16988337265583260664tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:11:02 ---> ****-login.sh 04:11:02 nexus3.edgexfoundry.org:10001 04:11:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:11:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:11:02 Configure a credential helper to remove this warning. See 04:11:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:11:02 04:11:02 Login Succeeded 04:11:02 nexus3.edgexfoundry.org:10002 04:11:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:11:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:11:03 Configure a credential helper to remove this warning. See 04:11:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:11:03 04:11:03 Login Succeeded 04:11:03 nexus3.edgexfoundry.org:10003 04:11:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:11:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:11:03 Configure a credential helper to remove this warning. See 04:11:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:11:03 04:11:03 Login Succeeded 04:11:03 nexus3.edgexfoundry.org:10004 04:11:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:11:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:11:03 Configure a credential helper to remove this warning. See 04:11:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:11:03 04:11:03 Login Succeeded 04:11:03 ****.io 04:11:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:11:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:11:04 Configure a credential helper to remove this warning. See 04:11:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:11:04 04:11:04 Login Succeeded 04:11:04 ---> ****-login.sh ends [Pipeline] } 04:11:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:11:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 04:11:04 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 04:11:04 89254c1fef09d3f643254057b63cf98f5b6a48ef 04:11:04 latest 04:11:04 4.0.0-dev.4 04:11:04 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 04:11:04 main 04:11:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:04 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:05 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef 04:11:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 04:11:05 95ec270441e5: Preparing 04:11:05 669148d8d18f: Preparing 04:11:05 b7a814a56478: Preparing 04:11:05 99a54c83dfa2: Preparing 04:11:05 858acb7f8899: Preparing 04:11:05 7c8d7033df23: Preparing 04:11:05 16113d51b718: Preparing 04:11:05 7c8d7033df23: Waiting 04:11:05 16113d51b718: Waiting 04:11:05 b7a814a56478: Pushed 04:11:05 99a54c83dfa2: Pushed 04:11:05 95ec270441e5: Pushed 04:11:05 16113d51b718: Layer already exists 04:11:05 7c8d7033df23: Pushed 04:11:06 858acb7f8899: Pushed 04:11:12 669148d8d18f: Pushed 04:11:12 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:8d09e78110d71dbb2e73fe501d28770dc8ba70af973812e6f48da874e0c18668 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:12 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:12 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 04:11:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 04:11:12 95ec270441e5: Preparing 04:11:12 669148d8d18f: Preparing 04:11:12 b7a814a56478: Preparing 04:11:12 99a54c83dfa2: Preparing 04:11:12 858acb7f8899: Preparing 04:11:12 7c8d7033df23: Preparing 04:11:12 16113d51b718: Preparing 04:11:12 7c8d7033df23: Waiting 04:11:12 16113d51b718: Waiting 04:11:12 95ec270441e5: Layer already exists 04:11:12 858acb7f8899: Layer already exists 04:11:12 b7a814a56478: Layer already exists 04:11:12 669148d8d18f: Layer already exists 04:11:12 99a54c83dfa2: Layer already exists 04:11:12 7c8d7033df23: Layer already exists 04:11:12 16113d51b718: Layer already exists 04:11:12 latest: digest: sha256:8d09e78110d71dbb2e73fe501d28770dc8ba70af973812e6f48da874e0c18668 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:13 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:13 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.0.0-dev.4 04:11:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 04:11:13 95ec270441e5: Preparing 04:11:13 669148d8d18f: Preparing 04:11:13 b7a814a56478: Preparing 04:11:13 99a54c83dfa2: Preparing 04:11:13 858acb7f8899: Preparing 04:11:13 7c8d7033df23: Preparing 04:11:13 16113d51b718: Preparing 04:11:13 7c8d7033df23: Waiting 04:11:13 16113d51b718: Waiting 04:11:13 99a54c83dfa2: Layer already exists 04:11:13 95ec270441e5: Layer already exists 04:11:13 858acb7f8899: Layer already exists 04:11:13 669148d8d18f: Layer already exists 04:11:13 b7a814a56478: Layer already exists 04:11:13 16113d51b718: Layer already exists 04:11:13 7c8d7033df23: Layer already exists 04:11:13 4.0.0-dev.4: digest: sha256:8d09e78110d71dbb2e73fe501d28770dc8ba70af973812e6f48da874e0c18668 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:14 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:14 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 04:11:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 04:11:14 95ec270441e5: Preparing 04:11:14 669148d8d18f: Preparing 04:11:14 b7a814a56478: Preparing 04:11:14 99a54c83dfa2: Preparing 04:11:14 858acb7f8899: Preparing 04:11:14 7c8d7033df23: Preparing 04:11:14 16113d51b718: Preparing 04:11:14 7c8d7033df23: Waiting 04:11:14 858acb7f8899: Layer already exists 04:11:14 669148d8d18f: Layer already exists 04:11:14 b7a814a56478: Layer already exists 04:11:14 95ec270441e5: Layer already exists 04:11:14 99a54c83dfa2: Layer already exists 04:11:14 16113d51b718: Layer already exists 04:11:14 7c8d7033df23: Layer already exists 04:11:14 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:8d09e78110d71dbb2e73fe501d28770dc8ba70af973812e6f48da874e0c18668 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:14 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:15 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 04:11:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 04:11:15 95ec270441e5: Preparing 04:11:15 669148d8d18f: Preparing 04:11:15 b7a814a56478: Preparing 04:11:15 99a54c83dfa2: Preparing 04:11:15 858acb7f8899: Preparing 04:11:15 7c8d7033df23: Preparing 04:11:15 16113d51b718: Preparing 04:11:15 7c8d7033df23: Waiting 04:11:15 16113d51b718: Waiting 04:11:15 669148d8d18f: Layer already exists 04:11:15 95ec270441e5: Layer already exists 04:11:15 b7a814a56478: Layer already exists 04:11:15 858acb7f8899: Layer already exists 04:11:15 99a54c83dfa2: Layer already exists 04:11:15 7c8d7033df23: Layer already exists 04:11:15 16113d51b718: Layer already exists 04:11:15 main: digest: sha256:8d09e78110d71dbb2e73fe501d28770dc8ba70af973812e6f48da874e0c18668 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:11:15 ===================================================== [Pipeline] echo 04:11:15 taggedImages: 04:11:15 - nexus3.edgexfoundry.org:10004/core-command-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef 04:11:15 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 04:11:15 - nexus3.edgexfoundry.org:10004/core-command-arm64:4.0.0-dev.4 04:11:15 - nexus3.edgexfoundry.org:10004/core-command-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 04:11:15 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 04:11:15 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 04:11:15 89254c1fef09d3f643254057b63cf98f5b6a48ef 04:11:15 latest 04:11:15 4.0.0-dev.4 04:11:15 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 04:11:15 main 04:11:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:15 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:16 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef 04:11:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 04:11:16 1025e30376ec: Preparing 04:11:16 5c083ed7a0b5: Preparing 04:11:16 d22aa6b532db: Preparing 04:11:16 2ade9c2ff62d: Preparing 04:11:16 b7a814a56478: Preparing 04:11:16 99a54c83dfa2: Preparing 04:11:16 858acb7f8899: Preparing 04:11:16 99a54c83dfa2: Waiting 04:11:16 7c8d7033df23: Preparing 04:11:16 858acb7f8899: Waiting 04:11:16 16113d51b718: Preparing 04:11:16 7c8d7033df23: Waiting 04:11:16 16113d51b718: Waiting 04:11:16 b7a814a56478: Layer already exists 04:11:16 99a54c83dfa2: Layer already exists 04:11:16 858acb7f8899: Layer already exists 04:11:16 d22aa6b532db: Pushed 04:11:16 5c083ed7a0b5: Pushed 04:11:16 1025e30376ec: Pushed 04:11:16 7c8d7033df23: Layer already exists 04:11:16 16113d51b718: Layer already exists 04:11:19 2ade9c2ff62d: Pushed 04:11:19 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:0d0bdee583be4d00933bc445870b8978a5593f37a3ff6f7a326637980b21193a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:20 + 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 04:11:20 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 04:11:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 04:11:20 1025e30376ec: Preparing 04:11:20 5c083ed7a0b5: Preparing 04:11:20 d22aa6b532db: Preparing 04:11:20 2ade9c2ff62d: Preparing 04:11:20 b7a814a56478: Preparing 04:11:20 99a54c83dfa2: Preparing 04:11:20 858acb7f8899: Preparing 04:11:20 7c8d7033df23: Preparing 04:11:20 16113d51b718: Preparing 04:11:20 7c8d7033df23: Waiting 04:11:20 16113d51b718: Waiting 04:11:20 99a54c83dfa2: Waiting 04:11:20 858acb7f8899: Waiting 04:11:20 5c083ed7a0b5: Layer already exists 04:11:20 b7a814a56478: Layer already exists 04:11:20 d22aa6b532db: Layer already exists 04:11:20 2ade9c2ff62d: Layer already exists 04:11:20 1025e30376ec: Layer already exists 04:11:20 7c8d7033df23: Layer already exists 04:11:20 858acb7f8899: Layer already exists 04:11:20 99a54c83dfa2: Layer already exists 04:11:20 16113d51b718: Layer already exists 04:11:20 latest: digest: sha256:0d0bdee583be4d00933bc445870b8978a5593f37a3ff6f7a326637980b21193a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:21 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:21 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.0.0-dev.4 04:11:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 04:11:21 1025e30376ec: Preparing 04:11:21 5c083ed7a0b5: Preparing 04:11:21 d22aa6b532db: Preparing 04:11:21 2ade9c2ff62d: Preparing 04:11:21 b7a814a56478: Preparing 04:11:21 99a54c83dfa2: Preparing 04:11:21 858acb7f8899: Preparing 04:11:21 7c8d7033df23: Preparing 04:11:21 16113d51b718: Preparing 04:11:21 858acb7f8899: Waiting 04:11:21 7c8d7033df23: Waiting 04:11:21 99a54c83dfa2: Waiting 04:11:21 16113d51b718: Waiting 04:11:21 1025e30376ec: Layer already exists 04:11:21 2ade9c2ff62d: Layer already exists 04:11:21 d22aa6b532db: Layer already exists 04:11:21 5c083ed7a0b5: Layer already exists 04:11:21 b7a814a56478: Layer already exists 04:11:21 7c8d7033df23: Layer already exists 04:11:21 16113d51b718: Layer already exists 04:11:21 99a54c83dfa2: Layer already exists 04:11:21 858acb7f8899: Layer already exists 04:11:21 4.0.0-dev.4: digest: sha256:0d0bdee583be4d00933bc445870b8978a5593f37a3ff6f7a326637980b21193a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:22 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:22 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 04:11:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 04:11:22 1025e30376ec: Preparing 04:11:22 5c083ed7a0b5: Preparing 04:11:22 d22aa6b532db: Preparing 04:11:22 2ade9c2ff62d: Preparing 04:11:22 b7a814a56478: Preparing 04:11:22 99a54c83dfa2: Preparing 04:11:22 858acb7f8899: Preparing 04:11:22 7c8d7033df23: Preparing 04:11:22 16113d51b718: Preparing 04:11:22 858acb7f8899: Waiting 04:11:22 7c8d7033df23: Waiting 04:11:22 16113d51b718: Waiting 04:11:22 99a54c83dfa2: Waiting 04:11:22 5c083ed7a0b5: Layer already exists 04:11:22 d22aa6b532db: Layer already exists 04:11:22 1025e30376ec: Layer already exists 04:11:22 2ade9c2ff62d: Layer already exists 04:11:22 b7a814a56478: Layer already exists 04:11:22 858acb7f8899: Layer already exists 04:11:22 99a54c83dfa2: Layer already exists 04:11:22 16113d51b718: Layer already exists 04:11:22 7c8d7033df23: Layer already exists 04:11:22 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:0d0bdee583be4d00933bc445870b8978a5593f37a3ff6f7a326637980b21193a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:23 + 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 04:11:23 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 04:11:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 04:11:23 1025e30376ec: Preparing 04:11:23 5c083ed7a0b5: Preparing 04:11:23 d22aa6b532db: Preparing 04:11:23 2ade9c2ff62d: Preparing 04:11:23 b7a814a56478: Preparing 04:11:23 99a54c83dfa2: Preparing 04:11:23 858acb7f8899: Preparing 04:11:23 7c8d7033df23: Preparing 04:11:23 16113d51b718: Preparing 04:11:23 99a54c83dfa2: Waiting 04:11:23 858acb7f8899: Waiting 04:11:23 7c8d7033df23: Waiting 04:11:23 16113d51b718: Waiting 04:11:23 1025e30376ec: Layer already exists 04:11:23 d22aa6b532db: Layer already exists 04:11:23 5c083ed7a0b5: Layer already exists 04:11:23 b7a814a56478: Layer already exists 04:11:23 2ade9c2ff62d: Layer already exists 04:11:23 16113d51b718: Layer already exists 04:11:23 7c8d7033df23: Layer already exists 04:11:23 99a54c83dfa2: Layer already exists 04:11:23 858acb7f8899: Layer already exists 04:11:23 main: digest: sha256:0d0bdee583be4d00933bc445870b8978a5593f37a3ff6f7a326637980b21193a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:11:23 ===================================================== [Pipeline] echo 04:11:23 taggedImages: 04:11:23 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef 04:11:23 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 04:11:23 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.0.0-dev.4 04:11:23 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 04:11:23 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 04:11:24 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 04:11:24 89254c1fef09d3f643254057b63cf98f5b6a48ef 04:11:24 latest 04:11:24 4.0.0-dev.4 04:11:24 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 04:11:24 main 04:11:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:24 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:24 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef 04:11:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 04:11:24 46dbf60e7f86: Preparing 04:11:24 6d41e29c7fd4: Preparing 04:11:24 e3b6508c5dcd: Preparing 04:11:24 b7a814a56478: Preparing 04:11:24 99a54c83dfa2: Preparing 04:11:24 ff3dcf8feaaf: Preparing 04:11:24 75a93827d80c: Preparing 04:11:24 16113d51b718: Preparing 04:11:24 ff3dcf8feaaf: Waiting 04:11:24 75a93827d80c: Waiting 04:11:24 16113d51b718: Waiting 04:11:24 b7a814a56478: Layer already exists 04:11:24 99a54c83dfa2: Layer already exists 04:11:24 6d41e29c7fd4: Pushed 04:11:24 46dbf60e7f86: Pushed 04:11:24 16113d51b718: Layer already exists 04:11:24 75a93827d80c: Pushed 04:11:26 ff3dcf8feaaf: Pushed 04:11:31 e3b6508c5dcd: Pushed 04:11:31 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:11bc8b614815948194eb1f97564cc66f1cc0f24f3dcaf763ca90fda1ea537a40 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:32 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:32 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 04:11:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 04:11:32 46dbf60e7f86: Preparing 04:11:32 6d41e29c7fd4: Preparing 04:11:32 e3b6508c5dcd: Preparing 04:11:32 b7a814a56478: Preparing 04:11:32 99a54c83dfa2: Preparing 04:11:32 ff3dcf8feaaf: Preparing 04:11:32 75a93827d80c: Preparing 04:11:32 16113d51b718: Preparing 04:11:32 ff3dcf8feaaf: Waiting 04:11:32 75a93827d80c: Waiting 04:11:32 16113d51b718: Waiting 04:11:32 46dbf60e7f86: Layer already exists 04:11:32 b7a814a56478: Layer already exists 04:11:32 e3b6508c5dcd: Layer already exists 04:11:32 99a54c83dfa2: Layer already exists 04:11:32 6d41e29c7fd4: Layer already exists 04:11:32 16113d51b718: Layer already exists 04:11:32 75a93827d80c: Layer already exists 04:11:32 ff3dcf8feaaf: Layer already exists 04:11:32 latest: digest: sha256:11bc8b614815948194eb1f97564cc66f1cc0f24f3dcaf763ca90fda1ea537a40 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:33 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:33 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.0.0-dev.4 04:11:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 04:11:33 46dbf60e7f86: Preparing 04:11:33 6d41e29c7fd4: Preparing 04:11:33 e3b6508c5dcd: Preparing 04:11:33 b7a814a56478: Preparing 04:11:33 99a54c83dfa2: Preparing 04:11:33 ff3dcf8feaaf: Preparing 04:11:33 75a93827d80c: Preparing 04:11:33 16113d51b718: Preparing 04:11:33 75a93827d80c: Waiting 04:11:33 16113d51b718: Waiting 04:11:33 ff3dcf8feaaf: Waiting 04:11:33 99a54c83dfa2: Layer already exists 04:11:33 b7a814a56478: Layer already exists 04:11:33 e3b6508c5dcd: Layer already exists 04:11:33 6d41e29c7fd4: Layer already exists 04:11:33 46dbf60e7f86: Layer already exists 04:11:33 ff3dcf8feaaf: Layer already exists 04:11:33 75a93827d80c: Layer already exists 04:11:33 16113d51b718: Layer already exists 04:11:33 4.0.0-dev.4: digest: sha256:11bc8b614815948194eb1f97564cc66f1cc0f24f3dcaf763ca90fda1ea537a40 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:34 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:34 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 04:11:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 04:11:34 46dbf60e7f86: Preparing 04:11:34 6d41e29c7fd4: Preparing 04:11:34 e3b6508c5dcd: Preparing 04:11:34 b7a814a56478: Preparing 04:11:34 99a54c83dfa2: Preparing 04:11:34 ff3dcf8feaaf: Preparing 04:11:34 75a93827d80c: Preparing 04:11:34 16113d51b718: Preparing 04:11:34 ff3dcf8feaaf: Waiting 04:11:34 16113d51b718: Waiting 04:11:34 75a93827d80c: Waiting 04:11:34 6d41e29c7fd4: Layer already exists 04:11:34 46dbf60e7f86: Layer already exists 04:11:34 e3b6508c5dcd: Layer already exists 04:11:34 b7a814a56478: Layer already exists 04:11:34 99a54c83dfa2: Layer already exists 04:11:34 16113d51b718: Layer already exists 04:11:34 ff3dcf8feaaf: Layer already exists 04:11:34 75a93827d80c: Layer already exists 04:11:34 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:11bc8b614815948194eb1f97564cc66f1cc0f24f3dcaf763ca90fda1ea537a40 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:35 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:35 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 04:11:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 04:11:35 46dbf60e7f86: Preparing 04:11:35 6d41e29c7fd4: Preparing 04:11:35 e3b6508c5dcd: Preparing 04:11:35 b7a814a56478: Preparing 04:11:35 99a54c83dfa2: Preparing 04:11:35 ff3dcf8feaaf: Preparing 04:11:35 75a93827d80c: Preparing 04:11:35 16113d51b718: Preparing 04:11:35 ff3dcf8feaaf: Waiting 04:11:35 75a93827d80c: Waiting 04:11:35 16113d51b718: Waiting 04:11:35 e3b6508c5dcd: Layer already exists 04:11:35 99a54c83dfa2: Layer already exists 04:11:35 6d41e29c7fd4: Layer already exists 04:11:35 46dbf60e7f86: Layer already exists 04:11:35 b7a814a56478: Layer already exists 04:11:35 75a93827d80c: Layer already exists 04:11:35 ff3dcf8feaaf: Layer already exists 04:11:35 16113d51b718: Layer already exists 04:11:35 main: digest: sha256:11bc8b614815948194eb1f97564cc66f1cc0f24f3dcaf763ca90fda1ea537a40 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:11:35 ===================================================== [Pipeline] echo 04:11:35 taggedImages: 04:11:35 - nexus3.edgexfoundry.org:10004/core-data-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef 04:11:35 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 04:11:35 - nexus3.edgexfoundry.org:10004/core-data-arm64:4.0.0-dev.4 04:11:35 - nexus3.edgexfoundry.org:10004/core-data-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 04:11:35 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 04:11:35 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 04:11:35 89254c1fef09d3f643254057b63cf98f5b6a48ef 04:11:35 latest 04:11:35 4.0.0-dev.4 04:11:35 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 04:11:35 main 04:11:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:36 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:36 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef 04:11:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 04:11:36 af3dfc8fa30f: Preparing 04:11:36 c613084635ad: Preparing 04:11:36 b060c0189390: Preparing 04:11:36 99a54c83dfa2: Preparing 04:11:36 4baf694472cb: Preparing 04:11:36 af16c6559510: Preparing 04:11:36 16113d51b718: Preparing 04:11:36 af16c6559510: Waiting 04:11:36 16113d51b718: Waiting 04:11:36 99a54c83dfa2: Layer already exists 04:11:36 af3dfc8fa30f: Pushed 04:11:36 4baf694472cb: Pushed 04:11:36 16113d51b718: Layer already exists 04:11:36 af16c6559510: Pushed 04:11:36 c613084635ad: Pushed 04:11:43 b060c0189390: Pushed 04:11:43 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:1c924c38532e10fe26b612b86867eea18700a9e4bf6741dc64d440dad6c026a5 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:43 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:44 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 04:11:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 04:11:44 af3dfc8fa30f: Preparing 04:11:44 c613084635ad: Preparing 04:11:44 b060c0189390: Preparing 04:11:44 99a54c83dfa2: Preparing 04:11:44 4baf694472cb: Preparing 04:11:44 af16c6559510: Preparing 04:11:44 16113d51b718: Preparing 04:11:44 16113d51b718: Waiting 04:11:44 af16c6559510: Waiting 04:11:44 c613084635ad: Layer already exists 04:11:44 af3dfc8fa30f: Layer already exists 04:11:44 b060c0189390: Layer already exists 04:11:44 99a54c83dfa2: Layer already exists 04:11:44 4baf694472cb: Layer already exists 04:11:44 16113d51b718: Layer already exists 04:11:44 af16c6559510: Layer already exists 04:11:44 latest: digest: sha256:1c924c38532e10fe26b612b86867eea18700a9e4bf6741dc64d440dad6c026a5 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:44 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:45 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.0.0-dev.4 04:11:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 04:11:45 af3dfc8fa30f: Preparing 04:11:45 c613084635ad: Preparing 04:11:45 b060c0189390: Preparing 04:11:45 99a54c83dfa2: Preparing 04:11:45 4baf694472cb: Preparing 04:11:45 af16c6559510: Preparing 04:11:45 16113d51b718: Preparing 04:11:45 af16c6559510: Waiting 04:11:45 16113d51b718: Waiting 04:11:45 b060c0189390: Layer already exists 04:11:45 c613084635ad: Layer already exists 04:11:45 4baf694472cb: Layer already exists 04:11:45 99a54c83dfa2: Layer already exists 04:11:45 af3dfc8fa30f: Layer already exists 04:11:45 16113d51b718: Layer already exists 04:11:45 af16c6559510: Layer already exists 04:11:45 4.0.0-dev.4: digest: sha256:1c924c38532e10fe26b612b86867eea18700a9e4bf6741dc64d440dad6c026a5 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:45 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:46 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 04:11:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 04:11:46 af3dfc8fa30f: Preparing 04:11:46 c613084635ad: Preparing 04:11:46 b060c0189390: Preparing 04:11:46 99a54c83dfa2: Preparing 04:11:46 4baf694472cb: Preparing 04:11:46 af16c6559510: Preparing 04:11:46 16113d51b718: Preparing 04:11:46 af16c6559510: Waiting 04:11:46 16113d51b718: Waiting 04:11:46 b060c0189390: Layer already exists 04:11:46 af3dfc8fa30f: Layer already exists 04:11:46 c613084635ad: Layer already exists 04:11:46 4baf694472cb: Layer already exists 04:11:46 99a54c83dfa2: Layer already exists 04:11:46 16113d51b718: Layer already exists 04:11:46 af16c6559510: Layer already exists 04:11:46 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:1c924c38532e10fe26b612b86867eea18700a9e4bf6741dc64d440dad6c026a5 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:46 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:47 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 04:11:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 04:11:47 af3dfc8fa30f: Preparing 04:11:47 c613084635ad: Preparing 04:11:47 b060c0189390: Preparing 04:11:47 99a54c83dfa2: Preparing 04:11:47 4baf694472cb: Preparing 04:11:47 af16c6559510: Preparing 04:11:47 16113d51b718: Preparing 04:11:47 af16c6559510: Waiting 04:11:47 16113d51b718: Waiting 04:11:47 b060c0189390: Layer already exists 04:11:47 4baf694472cb: Layer already exists 04:11:47 c613084635ad: Layer already exists 04:11:47 af3dfc8fa30f: Layer already exists 04:11:47 99a54c83dfa2: Layer already exists 04:11:47 af16c6559510: Layer already exists 04:11:47 16113d51b718: Layer already exists 04:11:47 main: digest: sha256:1c924c38532e10fe26b612b86867eea18700a9e4bf6741dc64d440dad6c026a5 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:11:47 ===================================================== [Pipeline] echo 04:11:47 taggedImages: 04:11:47 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef 04:11:47 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 04:11:47 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.0.0-dev.4 04:11:47 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 04:11:47 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 04:11:47 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 04:11:47 89254c1fef09d3f643254057b63cf98f5b6a48ef 04:11:47 latest 04:11:47 4.0.0-dev.4 04:11:47 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 04:11:47 main 04:11:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:47 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:48 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef 04:11:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 04:11:48 f4d9a1fd26c0: Preparing 04:11:48 76378e5dac85: Preparing 04:11:48 975262a9e7e1: Preparing 04:11:48 91a75bad90de: Preparing 04:11:48 b7a814a56478: Preparing 04:11:48 99a54c83dfa2: Preparing 04:11:48 858acb7f8899: Preparing 04:11:48 7c8d7033df23: Preparing 04:11:48 16113d51b718: Preparing 04:11:48 99a54c83dfa2: Waiting 04:11:48 858acb7f8899: Waiting 04:11:48 7c8d7033df23: Waiting 04:11:48 16113d51b718: Waiting 04:11:48 b7a814a56478: Layer already exists 04:11:48 99a54c83dfa2: Layer already exists 04:11:48 858acb7f8899: Layer already exists 04:11:48 f4d9a1fd26c0: Pushed 04:11:48 7c8d7033df23: Layer already exists 04:11:48 975262a9e7e1: Pushed 04:11:48 76378e5dac85: Pushed 04:11:48 16113d51b718: Layer already exists 04:11:55 91a75bad90de: Pushed 04:11:55 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:cd28115c596be63663f412d6d3c5ef2dc63e08c3bd960091e033818acb1f712b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:55 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:56 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 04:11:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 04:11:56 f4d9a1fd26c0: Preparing 04:11:56 76378e5dac85: Preparing 04:11:56 975262a9e7e1: Preparing 04:11:56 91a75bad90de: Preparing 04:11:56 b7a814a56478: Preparing 04:11:56 99a54c83dfa2: Preparing 04:11:56 858acb7f8899: Preparing 04:11:56 7c8d7033df23: Preparing 04:11:56 16113d51b718: Preparing 04:11:56 858acb7f8899: Waiting 04:11:56 7c8d7033df23: Waiting 04:11:56 16113d51b718: Waiting 04:11:56 99a54c83dfa2: Waiting 04:11:56 975262a9e7e1: Layer already exists 04:11:56 76378e5dac85: Layer already exists 04:11:56 91a75bad90de: Layer already exists 04:11:56 b7a814a56478: Layer already exists 04:11:56 f4d9a1fd26c0: Layer already exists 04:11:56 99a54c83dfa2: Layer already exists 04:11:56 7c8d7033df23: Layer already exists 04:11:56 858acb7f8899: Layer already exists 04:11:56 16113d51b718: Layer already exists 04:11:56 latest: digest: sha256:cd28115c596be63663f412d6d3c5ef2dc63e08c3bd960091e033818acb1f712b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:56 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:57 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.0.0-dev.4 04:11:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 04:11:57 f4d9a1fd26c0: Preparing 04:11:57 76378e5dac85: Preparing 04:11:57 975262a9e7e1: Preparing 04:11:57 91a75bad90de: Preparing 04:11:57 b7a814a56478: Preparing 04:11:57 99a54c83dfa2: Preparing 04:11:57 858acb7f8899: Preparing 04:11:57 7c8d7033df23: Preparing 04:11:57 16113d51b718: Preparing 04:11:57 858acb7f8899: Waiting 04:11:57 7c8d7033df23: Waiting 04:11:57 16113d51b718: Waiting 04:11:57 99a54c83dfa2: Waiting 04:11:57 f4d9a1fd26c0: Layer already exists 04:11:57 76378e5dac85: Layer already exists 04:11:57 b7a814a56478: Layer already exists 04:11:57 975262a9e7e1: Layer already exists 04:11:57 91a75bad90de: Layer already exists 04:11:57 858acb7f8899: Layer already exists 04:11:57 16113d51b718: Layer already exists 04:11:57 7c8d7033df23: Layer already exists 04:11:57 99a54c83dfa2: Layer already exists 04:11:57 4.0.0-dev.4: digest: sha256:cd28115c596be63663f412d6d3c5ef2dc63e08c3bd960091e033818acb1f712b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:57 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:58 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 04:11:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 04:11:58 f4d9a1fd26c0: Preparing 04:11:58 76378e5dac85: Preparing 04:11:58 975262a9e7e1: Preparing 04:11:58 91a75bad90de: Preparing 04:11:58 b7a814a56478: Preparing 04:11:58 99a54c83dfa2: Preparing 04:11:58 858acb7f8899: Preparing 04:11:58 7c8d7033df23: Preparing 04:11:58 16113d51b718: Preparing 04:11:58 99a54c83dfa2: Waiting 04:11:58 858acb7f8899: Waiting 04:11:58 7c8d7033df23: Waiting 04:11:58 16113d51b718: Waiting 04:11:58 975262a9e7e1: Layer already exists 04:11:58 76378e5dac85: Layer already exists 04:11:58 91a75bad90de: Layer already exists 04:11:58 f4d9a1fd26c0: Layer already exists 04:11:58 b7a814a56478: Layer already exists 04:11:58 7c8d7033df23: Layer already exists 04:11:58 858acb7f8899: Layer already exists 04:11:58 16113d51b718: Layer already exists 04:11:58 99a54c83dfa2: Layer already exists 04:11:58 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:cd28115c596be63663f412d6d3c5ef2dc63e08c3bd960091e033818acb1f712b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:58 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:59 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 04:11:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 04:11:59 f4d9a1fd26c0: Preparing 04:11:59 76378e5dac85: Preparing 04:11:59 975262a9e7e1: Preparing 04:11:59 91a75bad90de: Preparing 04:11:59 b7a814a56478: Preparing 04:11:59 99a54c83dfa2: Preparing 04:11:59 858acb7f8899: Preparing 04:11:59 99a54c83dfa2: Waiting 04:11:59 7c8d7033df23: Preparing 04:11:59 16113d51b718: Preparing 04:11:59 858acb7f8899: Waiting 04:11:59 16113d51b718: Waiting 04:11:59 7c8d7033df23: Waiting 04:11:59 91a75bad90de: Layer already exists 04:11:59 b7a814a56478: Layer already exists 04:11:59 f4d9a1fd26c0: Layer already exists 04:11:59 76378e5dac85: Layer already exists 04:11:59 975262a9e7e1: Layer already exists 04:11:59 7c8d7033df23: Layer already exists 04:11:59 16113d51b718: Layer already exists 04:11:59 99a54c83dfa2: Layer already exists 04:11:59 858acb7f8899: Layer already exists 04:11:59 main: digest: sha256:cd28115c596be63663f412d6d3c5ef2dc63e08c3bd960091e033818acb1f712b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:11:59 ===================================================== [Pipeline] echo 04:11:59 taggedImages: 04:11:59 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef 04:11:59 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 04:11:59 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.0.0-dev.4 04:11:59 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 04:11:59 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 04:11:59 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 04:11:59 89254c1fef09d3f643254057b63cf98f5b6a48ef 04:11:59 latest 04:11:59 4.0.0-dev.4 04:11:59 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 04:11:59 main 04:11:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:59 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:00 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef 04:12:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 04:12:00 a2348a960b39: Preparing 04:12:00 5091dba1648a: Preparing 04:12:00 339032a408b9: Preparing 04:12:00 69060bcf6b9d: Preparing 04:12:00 3a52cba75ae1: Preparing 04:12:00 d2ceb8c8f8b5: Preparing 04:12:00 55eb924df8f9: Preparing 04:12:00 0492cb81e918: Preparing 04:12:00 b7a814a56478: Preparing 04:12:00 99a54c83dfa2: Preparing 04:12:00 9e89094cb466: Preparing 04:12:00 04151104016d: Preparing 04:12:00 5f70bf18a086: Preparing 04:12:00 283bc21af2bd: Preparing 04:12:00 7bddcd9bb925: Preparing 04:12:00 919635303024: Preparing 04:12:00 16113d51b718: Preparing 04:12:00 d2ceb8c8f8b5: Waiting 04:12:00 55eb924df8f9: Waiting 04:12:00 04151104016d: Waiting 04:12:00 0492cb81e918: Waiting 04:12:00 b7a814a56478: Waiting 04:12:00 99a54c83dfa2: Waiting 04:12:00 9e89094cb466: Waiting 04:12:00 919635303024: Waiting 04:12:00 5f70bf18a086: Waiting 04:12:00 7bddcd9bb925: Waiting 04:12:00 16113d51b718: Waiting 04:12:00 283bc21af2bd: Waiting 04:12:00 a2348a960b39: Pushed 04:12:00 3a52cba75ae1: Pushed 04:12:00 339032a408b9: Pushed 04:12:00 5091dba1648a: Pushed 04:12:00 69060bcf6b9d: Pushed 04:12:00 b7a814a56478: Layer already exists 04:12:00 99a54c83dfa2: Layer already exists 04:12:00 d2ceb8c8f8b5: Pushed 04:12:00 55eb924df8f9: Pushed 04:12:00 5f70bf18a086: Layer already exists 04:12:00 9e89094cb466: Pushed 04:12:00 04151104016d: Pushed 04:12:00 16113d51b718: Layer already exists 04:12:00 283bc21af2bd: Pushed 04:12:00 919635303024: Pushed 04:12:02 7bddcd9bb925: Pushed 04:12:04 0492cb81e918: Pushed 04:12:04 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:407fd2842e95e6e60f07ec624d15a33cdb8c36bb1c0c98f5e3673d92c16c589b size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:05 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:05 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 04:12:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 04:12:05 a2348a960b39: Preparing 04:12:05 5091dba1648a: Preparing 04:12:05 339032a408b9: Preparing 04:12:05 69060bcf6b9d: Preparing 04:12:05 3a52cba75ae1: Preparing 04:12:05 d2ceb8c8f8b5: Preparing 04:12:05 55eb924df8f9: Preparing 04:12:05 d2ceb8c8f8b5: Waiting 04:12:05 0492cb81e918: Preparing 04:12:05 55eb924df8f9: Waiting 04:12:05 b7a814a56478: Preparing 04:12:05 b7a814a56478: Waiting 04:12:05 99a54c83dfa2: Preparing 04:12:05 9e89094cb466: Preparing 04:12:05 99a54c83dfa2: Waiting 04:12:05 04151104016d: Preparing 04:12:05 9e89094cb466: Waiting 04:12:05 5f70bf18a086: Preparing 04:12:05 04151104016d: Waiting 04:12:05 283bc21af2bd: Preparing 04:12:05 5f70bf18a086: Waiting 04:12:05 283bc21af2bd: Waiting 04:12:05 7bddcd9bb925: Preparing 04:12:05 919635303024: Preparing 04:12:05 7bddcd9bb925: Waiting 04:12:05 16113d51b718: Preparing 04:12:05 919635303024: Waiting 04:12:05 16113d51b718: Waiting 04:12:05 a2348a960b39: Layer already exists 04:12:05 339032a408b9: Layer already exists 04:12:05 3a52cba75ae1: Layer already exists 04:12:05 5091dba1648a: Layer already exists 04:12:05 69060bcf6b9d: Layer already exists 04:12:05 0492cb81e918: Layer already exists 04:12:05 b7a814a56478: Layer already exists 04:12:05 d2ceb8c8f8b5: Layer already exists 04:12:05 55eb924df8f9: Layer already exists 04:12:05 99a54c83dfa2: Layer already exists 04:12:05 7bddcd9bb925: Layer already exists 04:12:05 9e89094cb466: Layer already exists 04:12:05 283bc21af2bd: Layer already exists 04:12:05 04151104016d: Layer already exists 04:12:05 5f70bf18a086: Layer already exists 04:12:05 919635303024: Layer already exists 04:12:05 16113d51b718: Layer already exists 04:12:05 latest: digest: sha256:407fd2842e95e6e60f07ec624d15a33cdb8c36bb1c0c98f5e3673d92c16c589b size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:06 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:06 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.0.0-dev.4 04:12:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 04:12:06 a2348a960b39: Preparing 04:12:06 5091dba1648a: Preparing 04:12:06 339032a408b9: Preparing 04:12:06 69060bcf6b9d: Preparing 04:12:06 3a52cba75ae1: Preparing 04:12:06 d2ceb8c8f8b5: Preparing 04:12:06 55eb924df8f9: Preparing 04:12:06 0492cb81e918: Preparing 04:12:06 b7a814a56478: Preparing 04:12:06 99a54c83dfa2: Preparing 04:12:06 9e89094cb466: Preparing 04:12:06 04151104016d: Preparing 04:12:06 5f70bf18a086: Preparing 04:12:06 283bc21af2bd: Preparing 04:12:06 7bddcd9bb925: Preparing 04:12:06 919635303024: Preparing 04:12:06 16113d51b718: Preparing 04:12:06 9e89094cb466: Waiting 04:12:06 04151104016d: Waiting 04:12:06 d2ceb8c8f8b5: Waiting 04:12:06 5f70bf18a086: Waiting 04:12:06 283bc21af2bd: Waiting 04:12:06 7bddcd9bb925: Waiting 04:12:06 919635303024: Waiting 04:12:06 16113d51b718: Waiting 04:12:06 0492cb81e918: Waiting 04:12:06 55eb924df8f9: Waiting 04:12:06 99a54c83dfa2: Waiting 04:12:06 b7a814a56478: Waiting 04:12:06 a2348a960b39: Layer already exists 04:12:06 3a52cba75ae1: Layer already exists 04:12:06 69060bcf6b9d: Layer already exists 04:12:06 5091dba1648a: Layer already exists 04:12:06 339032a408b9: Layer already exists 04:12:06 55eb924df8f9: Layer already exists 04:12:06 d2ceb8c8f8b5: Layer already exists 04:12:06 b7a814a56478: Layer already exists 04:12:06 0492cb81e918: Layer already exists 04:12:06 99a54c83dfa2: Layer already exists 04:12:06 7bddcd9bb925: Layer already exists 04:12:06 5f70bf18a086: Layer already exists 04:12:06 9e89094cb466: Layer already exists 04:12:06 04151104016d: Layer already exists 04:12:06 283bc21af2bd: Layer already exists 04:12:06 919635303024: Layer already exists 04:12:06 16113d51b718: Layer already exists 04:12:06 4.0.0-dev.4: digest: sha256:407fd2842e95e6e60f07ec624d15a33cdb8c36bb1c0c98f5e3673d92c16c589b size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:07 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:07 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 04:12:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 04:12:07 a2348a960b39: Preparing 04:12:07 5091dba1648a: Preparing 04:12:07 339032a408b9: Preparing 04:12:07 69060bcf6b9d: Preparing 04:12:07 3a52cba75ae1: Preparing 04:12:07 d2ceb8c8f8b5: Preparing 04:12:07 55eb924df8f9: Preparing 04:12:07 0492cb81e918: Preparing 04:12:07 b7a814a56478: Preparing 04:12:07 99a54c83dfa2: Preparing 04:12:07 9e89094cb466: Preparing 04:12:07 04151104016d: Preparing 04:12:07 5f70bf18a086: Preparing 04:12:07 283bc21af2bd: Preparing 04:12:07 7bddcd9bb925: Preparing 04:12:07 919635303024: Preparing 04:12:07 16113d51b718: Preparing 04:12:07 99a54c83dfa2: Waiting 04:12:07 283bc21af2bd: Waiting 04:12:07 9e89094cb466: Waiting 04:12:07 7bddcd9bb925: Waiting 04:12:07 919635303024: Waiting 04:12:07 04151104016d: Waiting 04:12:07 5f70bf18a086: Waiting 04:12:07 55eb924df8f9: Waiting 04:12:07 16113d51b718: Waiting 04:12:07 0492cb81e918: Waiting 04:12:07 b7a814a56478: Waiting 04:12:07 d2ceb8c8f8b5: Waiting 04:12:07 a2348a960b39: Layer already exists 04:12:07 3a52cba75ae1: Layer already exists 04:12:07 69060bcf6b9d: Layer already exists 04:12:07 339032a408b9: Layer already exists 04:12:07 5091dba1648a: Layer already exists 04:12:07 0492cb81e918: Layer already exists 04:12:07 b7a814a56478: Layer already exists 04:12:07 55eb924df8f9: Layer already exists 04:12:07 d2ceb8c8f8b5: Layer already exists 04:12:07 99a54c83dfa2: Layer already exists 04:12:07 04151104016d: Layer already exists 04:12:07 5f70bf18a086: Layer already exists 04:12:07 9e89094cb466: Layer already exists 04:12:07 7bddcd9bb925: Layer already exists 04:12:07 283bc21af2bd: Layer already exists 04:12:07 919635303024: Layer already exists 04:12:07 16113d51b718: Layer already exists 04:12:07 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:407fd2842e95e6e60f07ec624d15a33cdb8c36bb1c0c98f5e3673d92c16c589b size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:08 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:08 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 04:12:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 04:12:08 a2348a960b39: Preparing 04:12:08 5091dba1648a: Preparing 04:12:08 339032a408b9: Preparing 04:12:08 69060bcf6b9d: Preparing 04:12:08 3a52cba75ae1: Preparing 04:12:08 d2ceb8c8f8b5: Preparing 04:12:08 55eb924df8f9: Preparing 04:12:08 d2ceb8c8f8b5: Waiting 04:12:08 55eb924df8f9: Waiting 04:12:08 0492cb81e918: Preparing 04:12:08 b7a814a56478: Preparing 04:12:08 0492cb81e918: Waiting 04:12:08 99a54c83dfa2: Preparing 04:12:08 9e89094cb466: Preparing 04:12:08 b7a814a56478: Waiting 04:12:08 04151104016d: Preparing 04:12:08 99a54c83dfa2: Waiting 04:12:08 9e89094cb466: Waiting 04:12:08 5f70bf18a086: Preparing 04:12:08 283bc21af2bd: Preparing 04:12:08 7bddcd9bb925: Preparing 04:12:08 283bc21af2bd: Waiting 04:12:08 919635303024: Preparing 04:12:08 16113d51b718: Preparing 04:12:08 919635303024: Waiting 04:12:08 16113d51b718: Waiting 04:12:08 a2348a960b39: Layer already exists 04:12:08 339032a408b9: Layer already exists 04:12:08 5091dba1648a: Layer already exists 04:12:08 3a52cba75ae1: Layer already exists 04:12:08 d2ceb8c8f8b5: Layer already exists 04:12:08 55eb924df8f9: Layer already exists 04:12:08 0492cb81e918: Layer already exists 04:12:08 b7a814a56478: Layer already exists 04:12:08 9e89094cb466: Layer already exists 04:12:08 99a54c83dfa2: Layer already exists 04:12:08 69060bcf6b9d: Layer already exists 04:12:08 04151104016d: Layer already exists 04:12:08 5f70bf18a086: Layer already exists 04:12:08 283bc21af2bd: Layer already exists 04:12:08 7bddcd9bb925: Layer already exists 04:12:08 919635303024: Layer already exists 04:12:08 16113d51b718: Layer already exists 04:12:08 main: digest: sha256:407fd2842e95e6e60f07ec624d15a33cdb8c36bb1c0c98f5e3673d92c16c589b size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:12:08 ===================================================== [Pipeline] echo 04:12:08 taggedImages: 04:12:08 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef 04:12:08 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 04:12:08 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.0.0-dev.4 04:12:08 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 04:12:08 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 04:12:08 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 04:12:08 89254c1fef09d3f643254057b63cf98f5b6a48ef 04:12:08 latest 04:12:08 4.0.0-dev.4 04:12:08 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 04:12:08 main 04:12:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:09 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:09 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef 04:12:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 04:12:09 cbc0b1ef3b2d: Preparing 04:12:09 61bf7781de14: Preparing 04:12:09 099f2af5f703: Preparing 04:12:09 d53946e55370: Preparing 04:12:09 b7a814a56478: Preparing 04:12:09 99a54c83dfa2: Preparing 04:12:09 858acb7f8899: Preparing 04:12:09 7c8d7033df23: Preparing 04:12:09 16113d51b718: Preparing 04:12:09 99a54c83dfa2: Waiting 04:12:09 858acb7f8899: Waiting 04:12:09 7c8d7033df23: Waiting 04:12:09 16113d51b718: Waiting 04:12:09 b7a814a56478: Layer already exists 04:12:09 99a54c83dfa2: Layer already exists 04:12:09 61bf7781de14: Pushed 04:12:09 858acb7f8899: Layer already exists 04:12:09 099f2af5f703: Pushed 04:12:09 7c8d7033df23: Layer already exists 04:12:09 16113d51b718: Layer already exists 04:12:09 cbc0b1ef3b2d: Pushed 04:12:15 d53946e55370: Pushed 04:12:15 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:4623606115d1657c0c55af9ead2fe38c4589ac2f78c6c4d1d544145a2ee47dcd size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:15 + 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 04:12:16 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 04:12:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 04:12:16 cbc0b1ef3b2d: Preparing 04:12:16 61bf7781de14: Preparing 04:12:16 099f2af5f703: Preparing 04:12:16 d53946e55370: Preparing 04:12:16 b7a814a56478: Preparing 04:12:16 99a54c83dfa2: Preparing 04:12:16 99a54c83dfa2: Waiting 04:12:16 858acb7f8899: Preparing 04:12:16 7c8d7033df23: Preparing 04:12:16 16113d51b718: Preparing 04:12:16 858acb7f8899: Waiting 04:12:16 7c8d7033df23: Waiting 04:12:16 16113d51b718: Waiting 04:12:16 d53946e55370: Layer already exists 04:12:16 61bf7781de14: Layer already exists 04:12:16 cbc0b1ef3b2d: Layer already exists 04:12:16 099f2af5f703: Layer already exists 04:12:16 b7a814a56478: Layer already exists 04:12:16 858acb7f8899: Layer already exists 04:12:16 99a54c83dfa2: Layer already exists 04:12:16 16113d51b718: Layer already exists 04:12:16 7c8d7033df23: Layer already exists 04:12:16 latest: digest: sha256:4623606115d1657c0c55af9ead2fe38c4589ac2f78c6c4d1d544145a2ee47dcd size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:16 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:17 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.0.0-dev.4 04:12:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 04:12:17 cbc0b1ef3b2d: Preparing 04:12:17 61bf7781de14: Preparing 04:12:17 099f2af5f703: Preparing 04:12:17 d53946e55370: Preparing 04:12:17 b7a814a56478: Preparing 04:12:17 99a54c83dfa2: Preparing 04:12:17 858acb7f8899: Preparing 04:12:17 7c8d7033df23: Preparing 04:12:17 16113d51b718: Preparing 04:12:17 99a54c83dfa2: Waiting 04:12:17 858acb7f8899: Waiting 04:12:17 7c8d7033df23: Waiting 04:12:17 16113d51b718: Waiting 04:12:17 b7a814a56478: Layer already exists 04:12:17 61bf7781de14: Layer already exists 04:12:17 cbc0b1ef3b2d: Layer already exists 04:12:17 099f2af5f703: Layer already exists 04:12:17 d53946e55370: Layer already exists 04:12:17 99a54c83dfa2: Layer already exists 04:12:17 7c8d7033df23: Layer already exists 04:12:17 16113d51b718: Layer already exists 04:12:17 858acb7f8899: Layer already exists 04:12:17 4.0.0-dev.4: digest: sha256:4623606115d1657c0c55af9ead2fe38c4589ac2f78c6c4d1d544145a2ee47dcd size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:17 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:18 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 04:12:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 04:12:18 cbc0b1ef3b2d: Preparing 04:12:18 61bf7781de14: Preparing 04:12:18 099f2af5f703: Preparing 04:12:18 d53946e55370: Preparing 04:12:18 b7a814a56478: Preparing 04:12:18 99a54c83dfa2: Preparing 04:12:18 858acb7f8899: Preparing 04:12:18 7c8d7033df23: Preparing 04:12:18 16113d51b718: Preparing 04:12:18 858acb7f8899: Waiting 04:12:18 7c8d7033df23: Waiting 04:12:18 16113d51b718: Waiting 04:12:18 99a54c83dfa2: Waiting 04:12:18 d53946e55370: Layer already exists 04:12:18 099f2af5f703: Layer already exists 04:12:18 61bf7781de14: Layer already exists 04:12:18 cbc0b1ef3b2d: Layer already exists 04:12:18 b7a814a56478: Layer already exists 04:12:18 858acb7f8899: Layer already exists 04:12:18 99a54c83dfa2: Layer already exists 04:12:18 7c8d7033df23: Layer already exists 04:12:18 16113d51b718: Layer already exists 04:12:18 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:4623606115d1657c0c55af9ead2fe38c4589ac2f78c6c4d1d544145a2ee47dcd size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:18 + 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 04:12:19 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 04:12:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 04:12:19 cbc0b1ef3b2d: Preparing 04:12:19 61bf7781de14: Preparing 04:12:19 099f2af5f703: Preparing 04:12:19 d53946e55370: Preparing 04:12:19 b7a814a56478: Preparing 04:12:19 99a54c83dfa2: Preparing 04:12:19 858acb7f8899: Preparing 04:12:19 7c8d7033df23: Preparing 04:12:19 16113d51b718: Preparing 04:12:19 858acb7f8899: Waiting 04:12:19 7c8d7033df23: Waiting 04:12:19 16113d51b718: Waiting 04:12:19 99a54c83dfa2: Waiting 04:12:19 cbc0b1ef3b2d: Layer already exists 04:12:19 b7a814a56478: Layer already exists 04:12:19 d53946e55370: Layer already exists 04:12:19 61bf7781de14: Layer already exists 04:12:19 099f2af5f703: Layer already exists 04:12:19 858acb7f8899: Layer already exists 04:12:19 99a54c83dfa2: Layer already exists 04:12:19 16113d51b718: Layer already exists 04:12:19 7c8d7033df23: Layer already exists 04:12:19 main: digest: sha256:4623606115d1657c0c55af9ead2fe38c4589ac2f78c6c4d1d544145a2ee47dcd size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:12:19 ===================================================== [Pipeline] echo 04:12:19 taggedImages: 04:12:19 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef 04:12:19 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 04:12:19 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.0.0-dev.4 04:12:19 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 04:12:19 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 04:12:19 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 04:12:19 89254c1fef09d3f643254057b63cf98f5b6a48ef 04:12:19 latest 04:12:19 4.0.0-dev.4 04:12:19 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 04:12:19 main 04:12:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:19 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:20 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef 04:12:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 04:12:20 90a5f986bd3f: Preparing 04:12:20 a10a38d376d4: Preparing 04:12:20 167a2dde6138: Preparing 04:12:20 1e6c8a6d8c03: Preparing 04:12:20 684dc1aa5389: Preparing 04:12:20 b7a814a56478: Preparing 04:12:20 99a54c83dfa2: Preparing 04:12:20 5b24e6492bd8: Preparing 04:12:20 fafcaa1a71de: Preparing 04:12:20 3b54356f20bb: Preparing 04:12:20 b7a814a56478: Waiting 04:12:20 16113d51b718: Preparing 04:12:20 99a54c83dfa2: Waiting 04:12:20 3b54356f20bb: Waiting 04:12:20 16113d51b718: Waiting 04:12:20 5b24e6492bd8: Waiting 04:12:20 fafcaa1a71de: Waiting 04:12:20 684dc1aa5389: Pushed 04:12:20 a10a38d376d4: Pushed 04:12:20 90a5f986bd3f: Pushed 04:12:20 1e6c8a6d8c03: Pushed 04:12:20 b7a814a56478: Layer already exists 04:12:20 99a54c83dfa2: Layer already exists 04:12:20 16113d51b718: Layer already exists 04:12:20 5b24e6492bd8: Pushed 04:12:20 fafcaa1a71de: Pushed 04:12:23 167a2dde6138: Pushed 04:12:24 3b54356f20bb: Pushed 04:12:24 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:3dd41d5c587af96e0751bb4d4fa477e3da247c46422902e096f54fbb9fd757a2 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:25 + 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 04:12:25 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 04:12:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 04:12:25 90a5f986bd3f: Preparing 04:12:25 a10a38d376d4: Preparing 04:12:25 167a2dde6138: Preparing 04:12:25 1e6c8a6d8c03: Preparing 04:12:25 684dc1aa5389: Preparing 04:12:25 b7a814a56478: Preparing 04:12:25 99a54c83dfa2: Preparing 04:12:25 5b24e6492bd8: Preparing 04:12:25 fafcaa1a71de: Preparing 04:12:25 3b54356f20bb: Preparing 04:12:25 16113d51b718: Preparing 04:12:25 99a54c83dfa2: Waiting 04:12:25 3b54356f20bb: Waiting 04:12:25 b7a814a56478: Waiting 04:12:25 5b24e6492bd8: Waiting 04:12:25 16113d51b718: Waiting 04:12:25 fafcaa1a71de: Waiting 04:12:25 90a5f986bd3f: Layer already exists 04:12:25 167a2dde6138: Layer already exists 04:12:25 1e6c8a6d8c03: Layer already exists 04:12:25 a10a38d376d4: Layer already exists 04:12:25 684dc1aa5389: Layer already exists 04:12:25 b7a814a56478: Layer already exists 04:12:25 fafcaa1a71de: Layer already exists 04:12:25 99a54c83dfa2: Layer already exists 04:12:25 5b24e6492bd8: Layer already exists 04:12:25 3b54356f20bb: Layer already exists 04:12:25 16113d51b718: Layer already exists 04:12:25 latest: digest: sha256:3dd41d5c587af96e0751bb4d4fa477e3da247c46422902e096f54fbb9fd757a2 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:26 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:27 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.0.0-dev.4 04:12:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 04:12:27 90a5f986bd3f: Preparing 04:12:27 a10a38d376d4: Preparing 04:12:27 167a2dde6138: Preparing 04:12:27 1e6c8a6d8c03: Preparing 04:12:27 684dc1aa5389: Preparing 04:12:27 b7a814a56478: Preparing 04:12:27 99a54c83dfa2: Preparing 04:12:27 5b24e6492bd8: Preparing 04:12:27 fafcaa1a71de: Preparing 04:12:27 3b54356f20bb: Preparing 04:12:27 16113d51b718: Preparing 04:12:27 b7a814a56478: Waiting 04:12:27 99a54c83dfa2: Waiting 04:12:27 5b24e6492bd8: Waiting 04:12:27 fafcaa1a71de: Waiting 04:12:27 3b54356f20bb: Waiting 04:12:27 16113d51b718: Waiting 04:12:27 90a5f986bd3f: Layer already exists 04:12:27 1e6c8a6d8c03: Layer already exists 04:12:27 167a2dde6138: Layer already exists 04:12:27 a10a38d376d4: Layer already exists 04:12:27 684dc1aa5389: Layer already exists 04:12:27 3b54356f20bb: Layer already exists 04:12:27 5b24e6492bd8: Layer already exists 04:12:27 b7a814a56478: Layer already exists 04:12:27 99a54c83dfa2: Layer already exists 04:12:27 fafcaa1a71de: Layer already exists 04:12:27 16113d51b718: Layer already exists 04:12:28 4.0.0-dev.4: digest: sha256:3dd41d5c587af96e0751bb4d4fa477e3da247c46422902e096f54fbb9fd757a2 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:28 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:28 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 04:12:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 04:12:28 90a5f986bd3f: Preparing 04:12:28 a10a38d376d4: Preparing 04:12:28 167a2dde6138: Preparing 04:12:28 1e6c8a6d8c03: Preparing 04:12:28 684dc1aa5389: Preparing 04:12:28 b7a814a56478: Preparing 04:12:28 99a54c83dfa2: Preparing 04:12:28 5b24e6492bd8: Preparing 04:12:28 fafcaa1a71de: Preparing 04:12:28 3b54356f20bb: Preparing 04:12:28 16113d51b718: Preparing 04:12:28 b7a814a56478: Waiting 04:12:28 99a54c83dfa2: Waiting 04:12:28 5b24e6492bd8: Waiting 04:12:28 fafcaa1a71de: Waiting 04:12:28 3b54356f20bb: Waiting 04:12:28 16113d51b718: Waiting 04:12:28 684dc1aa5389: Layer already exists 04:12:28 90a5f986bd3f: Layer already exists 04:12:28 167a2dde6138: Layer already exists 04:12:28 1e6c8a6d8c03: Layer already exists 04:12:28 a10a38d376d4: Layer already exists 04:12:28 99a54c83dfa2: Layer already exists 04:12:28 5b24e6492bd8: Layer already exists 04:12:28 fafcaa1a71de: Layer already exists 04:12:28 b7a814a56478: Layer already exists 04:12:28 3b54356f20bb: Layer already exists 04:12:28 16113d51b718: Layer already exists 04:12:29 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:3dd41d5c587af96e0751bb4d4fa477e3da247c46422902e096f54fbb9fd757a2 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:29 + 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 04:12:29 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 04:12:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 04:12:29 90a5f986bd3f: Preparing 04:12:29 a10a38d376d4: Preparing 04:12:29 167a2dde6138: Preparing 04:12:29 1e6c8a6d8c03: Preparing 04:12:29 684dc1aa5389: Preparing 04:12:29 b7a814a56478: Preparing 04:12:29 99a54c83dfa2: Preparing 04:12:29 5b24e6492bd8: Preparing 04:12:29 fafcaa1a71de: Preparing 04:12:29 3b54356f20bb: Preparing 04:12:29 16113d51b718: Preparing 04:12:29 99a54c83dfa2: Waiting 04:12:29 5b24e6492bd8: Waiting 04:12:29 fafcaa1a71de: Waiting 04:12:29 3b54356f20bb: Waiting 04:12:29 b7a814a56478: Waiting 04:12:29 16113d51b718: Waiting 04:12:29 167a2dde6138: Layer already exists 04:12:29 1e6c8a6d8c03: Layer already exists 04:12:29 a10a38d376d4: Layer already exists 04:12:29 90a5f986bd3f: Layer already exists 04:12:29 684dc1aa5389: Layer already exists 04:12:29 b7a814a56478: Layer already exists 04:12:29 5b24e6492bd8: Layer already exists 04:12:29 fafcaa1a71de: Layer already exists 04:12:29 99a54c83dfa2: Layer already exists 04:12:29 3b54356f20bb: Layer already exists 04:12:29 16113d51b718: Layer already exists 04:12:30 main: digest: sha256:3dd41d5c587af96e0751bb4d4fa477e3da247c46422902e096f54fbb9fd757a2 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:12:30 ===================================================== [Pipeline] echo 04:12:30 taggedImages: 04:12:30 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef 04:12:30 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 04:12:30 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.0.0-dev.4 04:12:30 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 04:12:30 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 04:12:30 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 04:12:30 89254c1fef09d3f643254057b63cf98f5b6a48ef 04:12:30 latest 04:12:30 4.0.0-dev.4 04:12:30 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 04:12:30 main 04:12:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:30 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:31 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef 04:12:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 04:12:31 e093a0831973: Preparing 04:12:31 75ab1555b21c: Preparing 04:12:31 be9a035ea711: Preparing 04:12:31 7a0405618dd3: Preparing 04:12:31 663d911f92f7: Preparing 04:12:31 81085c4cecad: Preparing 04:12:31 0e82d8b433ed: Preparing 04:12:31 81085c4cecad: Waiting 04:12:31 b7a814a56478: Preparing 04:12:31 0e82d8b433ed: Waiting 04:12:31 99a54c83dfa2: Preparing 04:12:31 b7a814a56478: Waiting 04:12:31 6090e83435f4: Preparing 04:12:31 99a54c83dfa2: Waiting 04:12:31 a45858169274: Preparing 04:12:31 6090e83435f4: Waiting 04:12:31 16113d51b718: Preparing 04:12:31 a45858169274: Waiting 04:12:31 16113d51b718: Waiting 04:12:31 75ab1555b21c: Pushed 04:12:31 663d911f92f7: Pushed 04:12:31 e093a0831973: Pushed 04:12:31 b7a814a56478: Layer already exists 04:12:31 99a54c83dfa2: Layer already exists 04:12:31 81085c4cecad: Pushed 04:12:31 0e82d8b433ed: Pushed 04:12:31 16113d51b718: Layer already exists 04:12:32 6090e83435f4: Pushed 04:12:34 a45858169274: Pushed 04:12:34 7a0405618dd3: Pushed 04:12:35 be9a035ea711: Pushed 04:12:35 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:720e9a7f08a066b22b5f90db62475fdd82d9d0feeef024e2dd36095fd9626730 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:35 + 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 04:12:36 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 04:12:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 04:12:36 e093a0831973: Preparing 04:12:36 75ab1555b21c: Preparing 04:12:36 be9a035ea711: Preparing 04:12:36 7a0405618dd3: Preparing 04:12:36 663d911f92f7: Preparing 04:12:36 81085c4cecad: Preparing 04:12:36 0e82d8b433ed: Preparing 04:12:36 b7a814a56478: Preparing 04:12:36 99a54c83dfa2: Preparing 04:12:36 6090e83435f4: Preparing 04:12:36 a45858169274: Preparing 04:12:36 16113d51b718: Preparing 04:12:36 b7a814a56478: Waiting 04:12:36 99a54c83dfa2: Waiting 04:12:36 81085c4cecad: Waiting 04:12:36 6090e83435f4: Waiting 04:12:36 a45858169274: Waiting 04:12:36 16113d51b718: Waiting 04:12:36 0e82d8b433ed: Waiting 04:12:36 be9a035ea711: Layer already exists 04:12:36 e093a0831973: Layer already exists 04:12:36 7a0405618dd3: Layer already exists 04:12:36 663d911f92f7: Layer already exists 04:12:36 75ab1555b21c: Layer already exists 04:12:36 b7a814a56478: Layer already exists 04:12:36 0e82d8b433ed: Layer already exists 04:12:36 6090e83435f4: Layer already exists 04:12:36 81085c4cecad: Layer already exists 04:12:36 99a54c83dfa2: Layer already exists 04:12:36 a45858169274: Layer already exists 04:12:36 16113d51b718: Layer already exists 04:12:36 latest: digest: sha256:720e9a7f08a066b22b5f90db62475fdd82d9d0feeef024e2dd36095fd9626730 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:36 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:37 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.0.0-dev.4 04:12:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 04:12:37 e093a0831973: Preparing 04:12:37 75ab1555b21c: Preparing 04:12:37 be9a035ea711: Preparing 04:12:37 7a0405618dd3: Preparing 04:12:37 663d911f92f7: Preparing 04:12:37 81085c4cecad: Preparing 04:12:37 0e82d8b433ed: Preparing 04:12:37 b7a814a56478: Preparing 04:12:37 99a54c83dfa2: Preparing 04:12:37 6090e83435f4: Preparing 04:12:37 a45858169274: Preparing 04:12:37 16113d51b718: Preparing 04:12:37 b7a814a56478: Waiting 04:12:37 99a54c83dfa2: Waiting 04:12:37 81085c4cecad: Waiting 04:12:37 6090e83435f4: Waiting 04:12:37 0e82d8b433ed: Waiting 04:12:37 a45858169274: Waiting 04:12:37 16113d51b718: Waiting 04:12:37 663d911f92f7: Layer already exists 04:12:37 75ab1555b21c: Layer already exists 04:12:37 7a0405618dd3: Layer already exists 04:12:37 e093a0831973: Layer already exists 04:12:37 be9a035ea711: Layer already exists 04:12:37 b7a814a56478: Layer already exists 04:12:37 0e82d8b433ed: Layer already exists 04:12:37 81085c4cecad: Layer already exists 04:12:37 99a54c83dfa2: Layer already exists 04:12:37 6090e83435f4: Layer already exists 04:12:37 a45858169274: Layer already exists 04:12:37 16113d51b718: Layer already exists 04:12:37 4.0.0-dev.4: digest: sha256:720e9a7f08a066b22b5f90db62475fdd82d9d0feeef024e2dd36095fd9626730 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:37 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:38 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 04:12:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 04:12:38 e093a0831973: Preparing 04:12:38 75ab1555b21c: Preparing 04:12:38 be9a035ea711: Preparing 04:12:38 7a0405618dd3: Preparing 04:12:38 663d911f92f7: Preparing 04:12:38 81085c4cecad: Preparing 04:12:38 0e82d8b433ed: Preparing 04:12:38 b7a814a56478: Preparing 04:12:38 99a54c83dfa2: Preparing 04:12:38 6090e83435f4: Preparing 04:12:38 a45858169274: Preparing 04:12:38 16113d51b718: Preparing 04:12:38 81085c4cecad: Waiting 04:12:38 0e82d8b433ed: Waiting 04:12:38 b7a814a56478: Waiting 04:12:38 a45858169274: Waiting 04:12:38 16113d51b718: Waiting 04:12:38 6090e83435f4: Waiting 04:12:38 99a54c83dfa2: Waiting 04:12:38 663d911f92f7: Layer already exists 04:12:38 7a0405618dd3: Layer already exists 04:12:38 75ab1555b21c: Layer already exists 04:12:38 be9a035ea711: Layer already exists 04:12:38 e093a0831973: Layer already exists 04:12:38 b7a814a56478: Layer already exists 04:12:38 81085c4cecad: Layer already exists 04:12:38 0e82d8b433ed: Layer already exists 04:12:38 99a54c83dfa2: Layer already exists 04:12:38 6090e83435f4: Layer already exists 04:12:38 a45858169274: Layer already exists 04:12:38 16113d51b718: Layer already exists 04:12:38 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:720e9a7f08a066b22b5f90db62475fdd82d9d0feeef024e2dd36095fd9626730 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:38 + 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 04:12:39 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 04:12:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 04:12:39 e093a0831973: Preparing 04:12:39 75ab1555b21c: Preparing 04:12:39 be9a035ea711: Preparing 04:12:39 7a0405618dd3: Preparing 04:12:39 663d911f92f7: Preparing 04:12:39 81085c4cecad: Preparing 04:12:39 0e82d8b433ed: Preparing 04:12:39 b7a814a56478: Preparing 04:12:39 99a54c83dfa2: Preparing 04:12:39 6090e83435f4: Preparing 04:12:39 a45858169274: Preparing 04:12:39 16113d51b718: Preparing 04:12:39 99a54c83dfa2: Waiting 04:12:39 81085c4cecad: Waiting 04:12:39 6090e83435f4: Waiting 04:12:39 a45858169274: Waiting 04:12:39 16113d51b718: Waiting 04:12:39 0e82d8b433ed: Waiting 04:12:39 b7a814a56478: Waiting 04:12:39 75ab1555b21c: Layer already exists 04:12:39 663d911f92f7: Layer already exists 04:12:39 be9a035ea711: Layer already exists 04:12:39 7a0405618dd3: Layer already exists 04:12:39 e093a0831973: Layer already exists 04:12:39 b7a814a56478: Layer already exists 04:12:39 81085c4cecad: Layer already exists 04:12:39 0e82d8b433ed: Layer already exists 04:12:39 6090e83435f4: Layer already exists 04:12:39 99a54c83dfa2: Layer already exists 04:12:39 a45858169274: Layer already exists 04:12:39 16113d51b718: Layer already exists 04:12:39 main: digest: sha256:720e9a7f08a066b22b5f90db62475fdd82d9d0feeef024e2dd36095fd9626730 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:12:39 ===================================================== [Pipeline] echo 04:12:39 taggedImages: 04:12:39 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef 04:12:39 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 04:12:39 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.0.0-dev.4 04:12:39 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 04:12:39 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 04:12:39 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 04:12:39 89254c1fef09d3f643254057b63cf98f5b6a48ef 04:12:39 latest 04:12:39 4.0.0-dev.4 04:12:39 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 04:12:39 main 04:12:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:39 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:40 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef 04:12:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 04:12:40 e0d5b04a9211: Preparing 04:12:40 c3b763bca40e: Preparing 04:12:40 b7a814a56478: Preparing 04:12:40 99a54c83dfa2: Preparing 04:12:40 fbeb1566c76d: Preparing 04:12:40 c95bd153f61f: Preparing 04:12:40 16113d51b718: Preparing 04:12:40 c95bd153f61f: Waiting 04:12:40 99a54c83dfa2: Layer already exists 04:12:40 b7a814a56478: Layer already exists 04:12:40 16113d51b718: Layer already exists 04:12:40 e0d5b04a9211: Pushed 04:12:41 fbeb1566c76d: Pushed 04:12:42 c95bd153f61f: Pushed 04:12:46 c3b763bca40e: Pushed 04:12:46 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:6f9c9c08086f1855c211cff8704bbf97f662052dd53d457e6fb82667708d3da4 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:46 + 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 04:12:47 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 04:12:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 04:12:47 e0d5b04a9211: Preparing 04:12:47 c3b763bca40e: Preparing 04:12:47 b7a814a56478: Preparing 04:12:47 99a54c83dfa2: Preparing 04:12:47 fbeb1566c76d: Preparing 04:12:47 c95bd153f61f: Preparing 04:12:47 16113d51b718: Preparing 04:12:47 c95bd153f61f: Waiting 04:12:47 16113d51b718: Waiting 04:12:47 b7a814a56478: Layer already exists 04:12:47 99a54c83dfa2: Layer already exists 04:12:47 fbeb1566c76d: Layer already exists 04:12:47 c3b763bca40e: Layer already exists 04:12:47 e0d5b04a9211: Layer already exists 04:12:47 c95bd153f61f: Layer already exists 04:12:47 16113d51b718: Layer already exists 04:12:47 latest: digest: sha256:6f9c9c08086f1855c211cff8704bbf97f662052dd53d457e6fb82667708d3da4 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:47 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:48 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.0.0-dev.4 04:12:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 04:12:48 e0d5b04a9211: Preparing 04:12:48 c3b763bca40e: Preparing 04:12:48 b7a814a56478: Preparing 04:12:48 99a54c83dfa2: Preparing 04:12:48 fbeb1566c76d: Preparing 04:12:48 c95bd153f61f: Preparing 04:12:48 c95bd153f61f: Waiting 04:12:48 16113d51b718: Preparing 04:12:48 16113d51b718: Waiting 04:12:48 b7a814a56478: Layer already exists 04:12:48 99a54c83dfa2: Layer already exists 04:12:48 e0d5b04a9211: Layer already exists 04:12:48 c3b763bca40e: Layer already exists 04:12:48 fbeb1566c76d: Layer already exists 04:12:48 c95bd153f61f: Layer already exists 04:12:48 16113d51b718: Layer already exists 04:12:48 4.0.0-dev.4: digest: sha256:6f9c9c08086f1855c211cff8704bbf97f662052dd53d457e6fb82667708d3da4 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:48 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:49 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 04:12:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 04:12:49 e0d5b04a9211: Preparing 04:12:49 c3b763bca40e: Preparing 04:12:49 b7a814a56478: Preparing 04:12:49 99a54c83dfa2: Preparing 04:12:49 fbeb1566c76d: Preparing 04:12:49 c95bd153f61f: Preparing 04:12:49 16113d51b718: Preparing 04:12:49 c95bd153f61f: Waiting 04:12:49 16113d51b718: Waiting 04:12:49 e0d5b04a9211: Layer already exists 04:12:49 fbeb1566c76d: Layer already exists 04:12:49 b7a814a56478: Layer already exists 04:12:49 c3b763bca40e: Layer already exists 04:12:49 99a54c83dfa2: Layer already exists 04:12:49 16113d51b718: Layer already exists 04:12:49 c95bd153f61f: Layer already exists 04:12:49 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:6f9c9c08086f1855c211cff8704bbf97f662052dd53d457e6fb82667708d3da4 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:49 + 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 04:12:50 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 04:12:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 04:12:50 e0d5b04a9211: Preparing 04:12:50 c3b763bca40e: Preparing 04:12:50 b7a814a56478: Preparing 04:12:50 99a54c83dfa2: Preparing 04:12:50 fbeb1566c76d: Preparing 04:12:50 c95bd153f61f: Preparing 04:12:50 16113d51b718: Preparing 04:12:50 16113d51b718: Waiting 04:12:50 c95bd153f61f: Waiting 04:12:50 99a54c83dfa2: Layer already exists 04:12:50 c3b763bca40e: Layer already exists 04:12:50 b7a814a56478: Layer already exists 04:12:50 fbeb1566c76d: Layer already exists 04:12:50 e0d5b04a9211: Layer already exists 04:12:50 16113d51b718: Layer already exists 04:12:50 c95bd153f61f: Layer already exists 04:12:50 main: digest: sha256:6f9c9c08086f1855c211cff8704bbf97f662052dd53d457e6fb82667708d3da4 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:12:50 ===================================================== [Pipeline] echo 04:12:50 taggedImages: 04:12:50 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef 04:12:50 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 04:12:50 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.0.0-dev.4 04:12:50 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 04:12:50 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 04:12:50 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 04:12:50 89254c1fef09d3f643254057b63cf98f5b6a48ef 04:12:50 latest 04:12:50 4.0.0-dev.4 04:12:50 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 04:12:50 main 04:12:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:50 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:51 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef 04:12:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 04:12:51 aa3039f1ade9: Preparing 04:12:51 752857ef7a87: Preparing 04:12:51 b7b27028348f: Preparing 04:12:51 b7a814a56478: Preparing 04:12:51 99a54c83dfa2: Preparing 04:12:51 1a745950d7db: Preparing 04:12:51 c64cb884f7e8: Preparing 04:12:51 1f62791ca392: Preparing 04:12:51 ade8d1e17350: Preparing 04:12:51 16113d51b718: Preparing 04:12:51 1a745950d7db: Waiting 04:12:51 c64cb884f7e8: Waiting 04:12:51 1f62791ca392: Waiting 04:12:51 ade8d1e17350: Waiting 04:12:51 16113d51b718: Waiting 04:12:51 b7a814a56478: Layer already exists 04:12:51 99a54c83dfa2: Layer already exists 04:12:51 752857ef7a87: Pushed 04:12:51 b7b27028348f: Pushed 04:12:51 aa3039f1ade9: Pushed 04:12:51 16113d51b718: Layer already exists 04:12:51 1f62791ca392: Pushed 04:12:53 ade8d1e17350: Pushed 04:13:05 c64cb884f7e8: Pushed 04:13:12 1a745950d7db: Pushed 04:13:12 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:2da761eb9c9414468f92afd4fb8b0632c3a5336fc9fe724cbed389c69f67fe77 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:13:12 + 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 04:13:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 04:13:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 04:13:13 aa3039f1ade9: Preparing 04:13:13 752857ef7a87: Preparing 04:13:13 b7b27028348f: Preparing 04:13:13 b7a814a56478: Preparing 04:13:13 99a54c83dfa2: Preparing 04:13:13 1a745950d7db: Preparing 04:13:13 c64cb884f7e8: Preparing 04:13:13 1f62791ca392: Preparing 04:13:13 ade8d1e17350: Preparing 04:13:13 16113d51b718: Preparing 04:13:13 1a745950d7db: Waiting 04:13:13 c64cb884f7e8: Waiting 04:13:13 1f62791ca392: Waiting 04:13:13 16113d51b718: Waiting 04:13:13 ade8d1e17350: Waiting 04:13:13 b7b27028348f: Layer already exists 04:13:13 99a54c83dfa2: Layer already exists 04:13:13 752857ef7a87: Layer already exists 04:13:13 aa3039f1ade9: Layer already exists 04:13:13 b7a814a56478: Layer already exists 04:13:13 c64cb884f7e8: Layer already exists 04:13:13 1f62791ca392: Layer already exists 04:13:13 ade8d1e17350: Layer already exists 04:13:13 1a745950d7db: Layer already exists 04:13:13 16113d51b718: Layer already exists 04:13:13 latest: digest: sha256:2da761eb9c9414468f92afd4fb8b0632c3a5336fc9fe724cbed389c69f67fe77 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:13:13 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:13:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.0.0-dev.4 04:13:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 04:13:14 aa3039f1ade9: Preparing 04:13:14 752857ef7a87: Preparing 04:13:14 b7b27028348f: Preparing 04:13:14 b7a814a56478: Preparing 04:13:14 99a54c83dfa2: Preparing 04:13:14 1a745950d7db: Preparing 04:13:14 c64cb884f7e8: Preparing 04:13:14 1f62791ca392: Preparing 04:13:14 ade8d1e17350: Preparing 04:13:14 16113d51b718: Preparing 04:13:14 1a745950d7db: Waiting 04:13:14 c64cb884f7e8: Waiting 04:13:14 1f62791ca392: Waiting 04:13:14 ade8d1e17350: Waiting 04:13:14 16113d51b718: Waiting 04:13:14 b7b27028348f: Layer already exists 04:13:14 752857ef7a87: Layer already exists 04:13:14 aa3039f1ade9: Layer already exists 04:13:14 b7a814a56478: Layer already exists 04:13:14 99a54c83dfa2: Layer already exists 04:13:14 ade8d1e17350: Layer already exists 04:13:14 1a745950d7db: Layer already exists 04:13:14 16113d51b718: Layer already exists 04:13:14 1f62791ca392: Layer already exists 04:13:14 c64cb884f7e8: Layer already exists 04:13:14 4.0.0-dev.4: digest: sha256:2da761eb9c9414468f92afd4fb8b0632c3a5336fc9fe724cbed389c69f67fe77 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:13:14 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:13:15 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 04:13:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 04:13:15 aa3039f1ade9: Preparing 04:13:15 752857ef7a87: Preparing 04:13:15 b7b27028348f: Preparing 04:13:15 b7a814a56478: Preparing 04:13:15 99a54c83dfa2: Preparing 04:13:15 1a745950d7db: Preparing 04:13:15 c64cb884f7e8: Preparing 04:13:15 1f62791ca392: Preparing 04:13:15 ade8d1e17350: Preparing 04:13:15 16113d51b718: Preparing 04:13:15 1a745950d7db: Waiting 04:13:15 c64cb884f7e8: Waiting 04:13:15 1f62791ca392: Waiting 04:13:15 ade8d1e17350: Waiting 04:13:15 16113d51b718: Waiting 04:13:15 752857ef7a87: Layer already exists 04:13:15 b7a814a56478: Layer already exists 04:13:15 b7b27028348f: Layer already exists 04:13:15 aa3039f1ade9: Layer already exists 04:13:15 99a54c83dfa2: Layer already exists 04:13:15 1a745950d7db: Layer already exists 04:13:15 1f62791ca392: Layer already exists 04:13:15 ade8d1e17350: Layer already exists 04:13:15 c64cb884f7e8: Layer already exists 04:13:15 16113d51b718: Layer already exists 04:13:15 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:2da761eb9c9414468f92afd4fb8b0632c3a5336fc9fe724cbed389c69f67fe77 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:13:15 + 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 04:13:16 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 04:13:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 04:13:16 aa3039f1ade9: Preparing 04:13:16 752857ef7a87: Preparing 04:13:16 b7b27028348f: Preparing 04:13:16 b7a814a56478: Preparing 04:13:16 99a54c83dfa2: Preparing 04:13:16 1a745950d7db: Preparing 04:13:16 c64cb884f7e8: Preparing 04:13:16 1f62791ca392: Preparing 04:13:16 ade8d1e17350: Preparing 04:13:16 16113d51b718: Preparing 04:13:16 1f62791ca392: Waiting 04:13:16 ade8d1e17350: Waiting 04:13:16 16113d51b718: Waiting 04:13:16 1a745950d7db: Waiting 04:13:16 c64cb884f7e8: Waiting 04:13:16 99a54c83dfa2: Layer already exists 04:13:16 b7a814a56478: Layer already exists 04:13:16 aa3039f1ade9: Layer already exists 04:13:16 752857ef7a87: Layer already exists 04:13:16 b7b27028348f: Layer already exists 04:13:16 ade8d1e17350: Layer already exists 04:13:16 1f62791ca392: Layer already exists 04:13:16 c64cb884f7e8: Layer already exists 04:13:16 1a745950d7db: Layer already exists 04:13:16 16113d51b718: Layer already exists 04:13:16 main: digest: sha256:2da761eb9c9414468f92afd4fb8b0632c3a5336fc9fe724cbed389c69f67fe77 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:13:16 ===================================================== [Pipeline] echo 04:13:16 taggedImages: 04:13:16 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef 04:13:16 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 04:13:16 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.0.0-dev.4 04:13:16 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 04:13:16 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 04:13:16 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 04:13:16 89254c1fef09d3f643254057b63cf98f5b6a48ef 04:13:16 latest 04:13:16 4.0.0-dev.4 04:13:16 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 04:13:16 main 04:13:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:13:16 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:13:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef 04:13:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 04:13:17 629912e3152a: Preparing 04:13:17 4096d2cc7cf2: Preparing 04:13:17 eda62abcfcb2: Preparing 04:13:17 b7a814a56478: Preparing 04:13:17 99a54c83dfa2: Preparing 04:13:17 b3c1b2c0a77d: Preparing 04:13:17 aab107b5820b: Preparing 04:13:17 dc306e1555cc: Preparing 04:13:17 16113d51b718: Preparing 04:13:17 aab107b5820b: Waiting 04:13:17 dc306e1555cc: Waiting 04:13:17 16113d51b718: Waiting 04:13:17 b3c1b2c0a77d: Waiting 04:13:17 b7a814a56478: Layer already exists 04:13:17 99a54c83dfa2: Layer already exists 04:13:17 eda62abcfcb2: Pushed 04:13:17 4096d2cc7cf2: Pushed 04:13:17 629912e3152a: Pushed 04:13:17 16113d51b718: Layer already exists 04:13:18 dc306e1555cc: Pushed 04:13:19 aab107b5820b: Pushed 04:13:41 b3c1b2c0a77d: Pushed 04:13:41 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:95ff93e761d946d2b14fbc43bd8f4bca87b1d2cdeb522ee2abc369e877aac892 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:13:41 + 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 04:13:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 04:13:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 04:13:41 629912e3152a: Preparing 04:13:41 4096d2cc7cf2: Preparing 04:13:41 eda62abcfcb2: Preparing 04:13:41 b7a814a56478: Preparing 04:13:41 99a54c83dfa2: Preparing 04:13:41 b3c1b2c0a77d: Preparing 04:13:41 aab107b5820b: Preparing 04:13:41 dc306e1555cc: Preparing 04:13:41 16113d51b718: Preparing 04:13:41 aab107b5820b: Waiting 04:13:41 dc306e1555cc: Waiting 04:13:41 16113d51b718: Waiting 04:13:41 b3c1b2c0a77d: Waiting 04:13:41 629912e3152a: Layer already exists 04:13:41 99a54c83dfa2: Layer already exists 04:13:41 b7a814a56478: Layer already exists 04:13:41 eda62abcfcb2: Layer already exists 04:13:41 4096d2cc7cf2: Layer already exists 04:13:41 aab107b5820b: Layer already exists 04:13:41 dc306e1555cc: Layer already exists 04:13:41 b3c1b2c0a77d: Layer already exists 04:13:41 16113d51b718: Layer already exists 04:13:42 latest: digest: sha256:95ff93e761d946d2b14fbc43bd8f4bca87b1d2cdeb522ee2abc369e877aac892 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:13:42 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:13:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.0.0-dev.4 04:13:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 04:13:42 629912e3152a: Preparing 04:13:42 4096d2cc7cf2: Preparing 04:13:42 eda62abcfcb2: Preparing 04:13:42 b7a814a56478: Preparing 04:13:42 99a54c83dfa2: Preparing 04:13:42 b3c1b2c0a77d: Preparing 04:13:42 aab107b5820b: Preparing 04:13:42 dc306e1555cc: Preparing 04:13:42 16113d51b718: Preparing 04:13:42 b3c1b2c0a77d: Waiting 04:13:42 aab107b5820b: Waiting 04:13:42 dc306e1555cc: Waiting 04:13:42 16113d51b718: Waiting 04:13:42 629912e3152a: Layer already exists 04:13:42 4096d2cc7cf2: Layer already exists 04:13:42 eda62abcfcb2: Layer already exists 04:13:42 99a54c83dfa2: Layer already exists 04:13:42 b7a814a56478: Layer already exists 04:13:42 b3c1b2c0a77d: Layer already exists 04:13:42 aab107b5820b: Layer already exists 04:13:42 16113d51b718: Layer already exists 04:13:42 dc306e1555cc: Layer already exists 04:13:42 4.0.0-dev.4: digest: sha256:95ff93e761d946d2b14fbc43bd8f4bca87b1d2cdeb522ee2abc369e877aac892 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:13:43 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:13:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 04:13:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 04:13:43 629912e3152a: Preparing 04:13:43 4096d2cc7cf2: Preparing 04:13:43 eda62abcfcb2: Preparing 04:13:43 b7a814a56478: Preparing 04:13:43 99a54c83dfa2: Preparing 04:13:43 b3c1b2c0a77d: Preparing 04:13:43 aab107b5820b: Preparing 04:13:43 dc306e1555cc: Preparing 04:13:43 16113d51b718: Preparing 04:13:43 aab107b5820b: Waiting 04:13:43 dc306e1555cc: Waiting 04:13:43 b3c1b2c0a77d: Waiting 04:13:43 16113d51b718: Waiting 04:13:43 eda62abcfcb2: Layer already exists 04:13:43 99a54c83dfa2: Layer already exists 04:13:43 4096d2cc7cf2: Layer already exists 04:13:43 629912e3152a: Layer already exists 04:13:43 b7a814a56478: Layer already exists 04:13:43 b3c1b2c0a77d: Layer already exists 04:13:43 aab107b5820b: Layer already exists 04:13:43 dc306e1555cc: Layer already exists 04:13:43 16113d51b718: Layer already exists 04:13:43 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:95ff93e761d946d2b14fbc43bd8f4bca87b1d2cdeb522ee2abc369e877aac892 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:13:44 + 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 04:13:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 04:13:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 04:13:44 629912e3152a: Preparing 04:13:44 4096d2cc7cf2: Preparing 04:13:44 eda62abcfcb2: Preparing 04:13:44 b7a814a56478: Preparing 04:13:44 99a54c83dfa2: Preparing 04:13:44 b3c1b2c0a77d: Preparing 04:13:44 aab107b5820b: Preparing 04:13:44 dc306e1555cc: Preparing 04:13:44 16113d51b718: Preparing 04:13:44 b3c1b2c0a77d: Waiting 04:13:44 aab107b5820b: Waiting 04:13:44 dc306e1555cc: Waiting 04:13:44 16113d51b718: Waiting 04:13:44 4096d2cc7cf2: Layer already exists 04:13:44 629912e3152a: Layer already exists 04:13:44 b7a814a56478: Layer already exists 04:13:44 99a54c83dfa2: Layer already exists 04:13:44 eda62abcfcb2: Layer already exists 04:13:44 b3c1b2c0a77d: Layer already exists 04:13:44 aab107b5820b: Layer already exists 04:13:44 dc306e1555cc: Layer already exists 04:13:44 16113d51b718: Layer already exists 04:13:44 main: digest: sha256:95ff93e761d946d2b14fbc43bd8f4bca87b1d2cdeb522ee2abc369e877aac892 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:13:44 ===================================================== [Pipeline] echo 04:13:44 taggedImages: 04:13:44 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef 04:13:44 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 04:13:44 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.0.0-dev.4 04:13:44 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 04:13:44 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 04:13:45 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 04:13:45 89254c1fef09d3f643254057b63cf98f5b6a48ef 04:13:45 latest 04:13:45 4.0.0-dev.4 04:13:45 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 04:13:45 main 04:13:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:13:45 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:13:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef 04:13:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 04:13:45 50ed98cb741c: Preparing 04:13:45 6aaba44f61a1: Preparing 04:13:45 7eebfcd84d55: Preparing 04:13:45 b7a814a56478: Preparing 04:13:45 99a54c83dfa2: Preparing 04:13:45 4cb05346ea4e: Preparing 04:13:45 1f62791ca392: Preparing 04:13:45 ade8d1e17350: Preparing 04:13:45 16113d51b718: Preparing 04:13:45 ade8d1e17350: Waiting 04:13:45 16113d51b718: Waiting 04:13:45 4cb05346ea4e: Waiting 04:13:45 1f62791ca392: Waiting 04:13:45 b7a814a56478: Layer already exists 04:13:45 99a54c83dfa2: Layer already exists 04:13:45 1f62791ca392: Layer already exists 04:13:45 ade8d1e17350: Layer already exists 04:13:45 16113d51b718: Layer already exists 04:13:45 7eebfcd84d55: Pushed 04:13:45 6aaba44f61a1: Pushed 04:13:45 50ed98cb741c: Pushed 04:14:08 4cb05346ea4e: Pushed 04:14:08 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:2459d792da610b2c23a6b5396af633d02805c2ec61e50f3611c8c076bedbe4af size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:14:08 + 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 04:14:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 04:14:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 04:14:08 50ed98cb741c: Preparing 04:14:08 6aaba44f61a1: Preparing 04:14:08 7eebfcd84d55: Preparing 04:14:08 b7a814a56478: Preparing 04:14:08 99a54c83dfa2: Preparing 04:14:08 4cb05346ea4e: Preparing 04:14:08 1f62791ca392: Preparing 04:14:08 ade8d1e17350: Preparing 04:14:08 16113d51b718: Preparing 04:14:08 4cb05346ea4e: Waiting 04:14:08 1f62791ca392: Waiting 04:14:08 ade8d1e17350: Waiting 04:14:08 16113d51b718: Waiting 04:14:08 7eebfcd84d55: Layer already exists 04:14:08 6aaba44f61a1: Layer already exists 04:14:08 99a54c83dfa2: Layer already exists 04:14:08 50ed98cb741c: Layer already exists 04:14:08 b7a814a56478: Layer already exists 04:14:08 1f62791ca392: Layer already exists 04:14:08 ade8d1e17350: Layer already exists 04:14:08 4cb05346ea4e: Layer already exists 04:14:08 16113d51b718: Layer already exists 04:14:09 latest: digest: sha256:2459d792da610b2c23a6b5396af633d02805c2ec61e50f3611c8c076bedbe4af size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:14:09 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:14:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.0.0-dev.4 04:14:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 04:14:09 50ed98cb741c: Preparing 04:14:09 6aaba44f61a1: Preparing 04:14:09 7eebfcd84d55: Preparing 04:14:09 b7a814a56478: Preparing 04:14:09 99a54c83dfa2: Preparing 04:14:09 4cb05346ea4e: Preparing 04:14:09 1f62791ca392: Preparing 04:14:09 ade8d1e17350: Preparing 04:14:09 16113d51b718: Preparing 04:14:09 1f62791ca392: Waiting 04:14:09 ade8d1e17350: Waiting 04:14:09 16113d51b718: Waiting 04:14:09 7eebfcd84d55: Layer already exists 04:14:09 6aaba44f61a1: Layer already exists 04:14:09 50ed98cb741c: Layer already exists 04:14:09 99a54c83dfa2: Layer already exists 04:14:09 b7a814a56478: Layer already exists 04:14:09 16113d51b718: Layer already exists 04:14:09 4cb05346ea4e: Layer already exists 04:14:09 1f62791ca392: Layer already exists 04:14:09 ade8d1e17350: Layer already exists 04:14:10 4.0.0-dev.4: digest: sha256:2459d792da610b2c23a6b5396af633d02805c2ec61e50f3611c8c076bedbe4af size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:14:10 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:14:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 04:14:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 04:14:10 50ed98cb741c: Preparing 04:14:10 6aaba44f61a1: Preparing 04:14:10 7eebfcd84d55: Preparing 04:14:10 b7a814a56478: Preparing 04:14:10 99a54c83dfa2: Preparing 04:14:10 4cb05346ea4e: Preparing 04:14:10 1f62791ca392: Preparing 04:14:10 ade8d1e17350: Preparing 04:14:10 16113d51b718: Preparing 04:14:10 4cb05346ea4e: Waiting 04:14:10 1f62791ca392: Waiting 04:14:10 ade8d1e17350: Waiting 04:14:10 16113d51b718: Waiting 04:14:10 50ed98cb741c: Layer already exists 04:14:10 b7a814a56478: Layer already exists 04:14:10 6aaba44f61a1: Layer already exists 04:14:10 99a54c83dfa2: Layer already exists 04:14:10 7eebfcd84d55: Layer already exists 04:14:10 ade8d1e17350: Layer already exists 04:14:10 1f62791ca392: Layer already exists 04:14:10 16113d51b718: Layer already exists 04:14:10 4cb05346ea4e: Layer already exists 04:14:11 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:2459d792da610b2c23a6b5396af633d02805c2ec61e50f3611c8c076bedbe4af size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:14:11 + 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 04:14:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 04:14:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 04:14:11 50ed98cb741c: Preparing 04:14:11 6aaba44f61a1: Preparing 04:14:11 7eebfcd84d55: Preparing 04:14:11 b7a814a56478: Preparing 04:14:11 99a54c83dfa2: Preparing 04:14:11 4cb05346ea4e: Preparing 04:14:11 1f62791ca392: Preparing 04:14:11 ade8d1e17350: Preparing 04:14:11 16113d51b718: Preparing 04:14:11 4cb05346ea4e: Waiting 04:14:11 1f62791ca392: Waiting 04:14:11 ade8d1e17350: Waiting 04:14:11 16113d51b718: Waiting 04:14:11 99a54c83dfa2: Layer already exists 04:14:11 6aaba44f61a1: Layer already exists 04:14:11 7eebfcd84d55: Layer already exists 04:14:11 b7a814a56478: Layer already exists 04:14:11 50ed98cb741c: Layer already exists 04:14:11 ade8d1e17350: Layer already exists 04:14:11 1f62791ca392: Layer already exists 04:14:11 4cb05346ea4e: Layer already exists 04:14:11 16113d51b718: Layer already exists 04:14:12 main: digest: sha256:2459d792da610b2c23a6b5396af633d02805c2ec61e50f3611c8c076bedbe4af size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:14:12 ===================================================== [Pipeline] echo 04:14:12 taggedImages: 04:14:12 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef 04:14:12 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 04:14:12 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.0.0-dev.4 04:14:12 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 04:14:12 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 04:14:12 [edgeXDocker.push] Tagging docker image support-cron-scheduler-arm64 with the following tags: 04:14:12 89254c1fef09d3f643254057b63cf98f5b6a48ef 04:14:12 latest 04:14:12 4.0.0-dev.4 04:14:12 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 04:14:12 main 04:14:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:14:12 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:14:12 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef 04:14:12 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 04:14:12 5278b40249d8: Preparing 04:14:12 c93336db275a: Preparing 04:14:12 b7a814a56478: Preparing 04:14:12 99a54c83dfa2: Preparing 04:14:12 e0f1925ada3d: Preparing 04:14:12 8b28a68b41b8: Preparing 04:14:12 16113d51b718: Preparing 04:14:12 8b28a68b41b8: Waiting 04:14:12 16113d51b718: Waiting 04:14:12 99a54c83dfa2: Layer already exists 04:14:12 b7a814a56478: Layer already exists 04:14:13 16113d51b718: Layer already exists 04:14:13 5278b40249d8: Pushed 04:14:13 8b28a68b41b8: Pushed 04:14:14 e0f1925ada3d: Pushed 04:14:24 c93336db275a: Pushed 04:14:24 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:a6653d162cad7abd6b3a20ee5e5200305e849298d7f3fe88a5e149bf2fbe7159 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:14:25 + 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 04:14:25 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest 04:14:25 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 04:14:25 5278b40249d8: Preparing 04:14:25 c93336db275a: Preparing 04:14:25 b7a814a56478: Preparing 04:14:25 99a54c83dfa2: Preparing 04:14:25 e0f1925ada3d: Preparing 04:14:25 8b28a68b41b8: Preparing 04:14:25 16113d51b718: Preparing 04:14:25 8b28a68b41b8: Waiting 04:14:25 16113d51b718: Waiting 04:14:25 c93336db275a: Layer already exists 04:14:25 5278b40249d8: Layer already exists 04:14:25 99a54c83dfa2: Layer already exists 04:14:25 b7a814a56478: Layer already exists 04:14:25 e0f1925ada3d: Layer already exists 04:14:25 8b28a68b41b8: Layer already exists 04:14:25 16113d51b718: Layer already exists 04:14:25 latest: digest: sha256:a6653d162cad7abd6b3a20ee5e5200305e849298d7f3fe88a5e149bf2fbe7159 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:14:26 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:14:26 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:4.0.0-dev.4 04:14:26 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 04:14:26 5278b40249d8: Preparing 04:14:26 c93336db275a: Preparing 04:14:26 b7a814a56478: Preparing 04:14:26 99a54c83dfa2: Preparing 04:14:26 e0f1925ada3d: Preparing 04:14:26 8b28a68b41b8: Preparing 04:14:26 16113d51b718: Preparing 04:14:26 8b28a68b41b8: Waiting 04:14:26 16113d51b718: Waiting 04:14:26 5278b40249d8: Layer already exists 04:14:26 e0f1925ada3d: Layer already exists 04:14:26 c93336db275a: Layer already exists 04:14:26 99a54c83dfa2: Layer already exists 04:14:26 b7a814a56478: Layer already exists 04:14:26 8b28a68b41b8: Layer already exists 04:14:26 16113d51b718: Layer already exists 04:14:26 4.0.0-dev.4: digest: sha256:a6653d162cad7abd6b3a20ee5e5200305e849298d7f3fe88a5e149bf2fbe7159 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:14:27 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:14:27 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 04:14:27 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 04:14:27 5278b40249d8: Preparing 04:14:27 c93336db275a: Preparing 04:14:27 b7a814a56478: Preparing 04:14:27 99a54c83dfa2: Preparing 04:14:27 e0f1925ada3d: Preparing 04:14:27 8b28a68b41b8: Preparing 04:14:27 16113d51b718: Preparing 04:14:27 8b28a68b41b8: Waiting 04:14:27 16113d51b718: Waiting 04:14:27 99a54c83dfa2: Layer already exists 04:14:27 5278b40249d8: Layer already exists 04:14:27 e0f1925ada3d: Layer already exists 04:14:27 c93336db275a: Layer already exists 04:14:27 b7a814a56478: Layer already exists 04:14:27 8b28a68b41b8: Layer already exists 04:14:27 16113d51b718: Layer already exists 04:14:27 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:a6653d162cad7abd6b3a20ee5e5200305e849298d7f3fe88a5e149bf2fbe7159 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:14:28 + 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 04:14:28 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main 04:14:28 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 04:14:28 5278b40249d8: Preparing 04:14:28 c93336db275a: Preparing 04:14:28 b7a814a56478: Preparing 04:14:28 99a54c83dfa2: Preparing 04:14:28 e0f1925ada3d: Preparing 04:14:28 8b28a68b41b8: Preparing 04:14:28 16113d51b718: Preparing 04:14:28 8b28a68b41b8: Waiting 04:14:28 16113d51b718: Waiting 04:14:28 99a54c83dfa2: Layer already exists 04:14:28 e0f1925ada3d: Layer already exists 04:14:28 b7a814a56478: Layer already exists 04:14:28 5278b40249d8: Layer already exists 04:14:28 c93336db275a: Layer already exists 04:14:28 16113d51b718: Layer already exists 04:14:28 8b28a68b41b8: Layer already exists 04:14:28 main: digest: sha256:a6653d162cad7abd6b3a20ee5e5200305e849298d7f3fe88a5e149bf2fbe7159 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:14:28 ===================================================== [Pipeline] echo 04:14:28 taggedImages: 04:14:28 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef 04:14:28 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest 04:14:28 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:4.0.0-dev.4 04:14:28 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 04:14:28 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [Pipeline] echo 04:14:28 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 04:14:28 89254c1fef09d3f643254057b63cf98f5b6a48ef 04:14:28 latest 04:14:28 4.0.0-dev.4 04:14:28 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 04:14:28 main 04:14:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:14:29 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:14:29 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef 04:14:29 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 04:14:29 2bb3306d9b0b: Preparing 04:14:29 cf1e7a47b05a: Preparing 04:14:29 f5dc67818e5f: Preparing 04:14:29 b7a814a56478: Preparing 04:14:29 99a54c83dfa2: Preparing 04:14:29 45fd9fce98c0: Preparing 04:14:29 7c2f080b7428: Preparing 04:14:29 16113d51b718: Preparing 04:14:29 45fd9fce98c0: Waiting 04:14:29 7c2f080b7428: Waiting 04:14:29 16113d51b718: Waiting 04:14:29 b7a814a56478: Layer already exists 04:14:29 99a54c83dfa2: Layer already exists 04:14:29 cf1e7a47b05a: Pushed 04:14:29 2bb3306d9b0b: Pushed 04:14:29 16113d51b718: Layer already exists 04:14:30 7c2f080b7428: Pushed 04:14:31 45fd9fce98c0: Pushed 04:14:41 f5dc67818e5f: Pushed 04:14:41 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:bf615e9af143bc1a1fb416854c20905c42c928f4b9376d3b233254fe13f8a380 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:14:41 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:14:42 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 04:14:42 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 04:14:42 2bb3306d9b0b: Preparing 04:14:42 cf1e7a47b05a: Preparing 04:14:42 f5dc67818e5f: Preparing 04:14:42 b7a814a56478: Preparing 04:14:42 99a54c83dfa2: Preparing 04:14:42 45fd9fce98c0: Preparing 04:14:42 7c2f080b7428: Preparing 04:14:42 16113d51b718: Preparing 04:14:42 45fd9fce98c0: Waiting 04:14:42 7c2f080b7428: Waiting 04:14:42 16113d51b718: Waiting 04:14:42 99a54c83dfa2: Layer already exists 04:14:42 cf1e7a47b05a: Layer already exists 04:14:42 2bb3306d9b0b: Layer already exists 04:14:42 f5dc67818e5f: Layer already exists 04:14:42 b7a814a56478: Layer already exists 04:14:42 16113d51b718: Layer already exists 04:14:42 45fd9fce98c0: Layer already exists 04:14:42 7c2f080b7428: Layer already exists 04:14:42 latest: digest: sha256:bf615e9af143bc1a1fb416854c20905c42c928f4b9376d3b233254fe13f8a380 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:14:42 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:14:43 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.0.0-dev.4 04:14:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 04:14:43 2bb3306d9b0b: Preparing 04:14:43 cf1e7a47b05a: Preparing 04:14:43 f5dc67818e5f: Preparing 04:14:43 b7a814a56478: Preparing 04:14:43 99a54c83dfa2: Preparing 04:14:43 45fd9fce98c0: Preparing 04:14:43 7c2f080b7428: Preparing 04:14:43 16113d51b718: Preparing 04:14:43 7c2f080b7428: Waiting 04:14:43 16113d51b718: Waiting 04:14:43 45fd9fce98c0: Waiting 04:14:43 f5dc67818e5f: Layer already exists 04:14:43 99a54c83dfa2: Layer already exists 04:14:43 cf1e7a47b05a: Layer already exists 04:14:43 2bb3306d9b0b: Layer already exists 04:14:43 b7a814a56478: Layer already exists 04:14:43 7c2f080b7428: Layer already exists 04:14:43 45fd9fce98c0: Layer already exists 04:14:43 16113d51b718: Layer already exists 04:14:43 4.0.0-dev.4: digest: sha256:bf615e9af143bc1a1fb416854c20905c42c928f4b9376d3b233254fe13f8a380 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:14:43 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:14:44 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 04:14:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 04:14:44 2bb3306d9b0b: Preparing 04:14:44 cf1e7a47b05a: Preparing 04:14:44 f5dc67818e5f: Preparing 04:14:44 b7a814a56478: Preparing 04:14:44 99a54c83dfa2: Preparing 04:14:44 45fd9fce98c0: Preparing 04:14:44 7c2f080b7428: Preparing 04:14:44 16113d51b718: Preparing 04:14:44 45fd9fce98c0: Waiting 04:14:44 7c2f080b7428: Waiting 04:14:44 16113d51b718: Waiting 04:14:44 99a54c83dfa2: Layer already exists 04:14:44 2bb3306d9b0b: Layer already exists 04:14:44 b7a814a56478: Layer already exists 04:14:44 f5dc67818e5f: Layer already exists 04:14:44 cf1e7a47b05a: Layer already exists 04:14:44 16113d51b718: Layer already exists 04:14:44 7c2f080b7428: Layer already exists 04:14:44 45fd9fce98c0: Layer already exists 04:14:44 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:bf615e9af143bc1a1fb416854c20905c42c928f4b9376d3b233254fe13f8a380 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:14:44 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:14:45 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 04:14:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 04:14:45 2bb3306d9b0b: Preparing 04:14:45 cf1e7a47b05a: Preparing 04:14:45 f5dc67818e5f: Preparing 04:14:45 b7a814a56478: Preparing 04:14:45 99a54c83dfa2: Preparing 04:14:45 45fd9fce98c0: Preparing 04:14:45 7c2f080b7428: Preparing 04:14:45 16113d51b718: Preparing 04:14:45 45fd9fce98c0: Waiting 04:14:45 7c2f080b7428: Waiting 04:14:45 16113d51b718: Waiting 04:14:45 2bb3306d9b0b: Layer already exists 04:14:45 99a54c83dfa2: Layer already exists 04:14:45 b7a814a56478: Layer already exists 04:14:45 cf1e7a47b05a: Layer already exists 04:14:45 f5dc67818e5f: Layer already exists 04:14:45 45fd9fce98c0: Layer already exists 04:14:45 7c2f080b7428: Layer already exists 04:14:45 16113d51b718: Layer already exists 04:14:45 main: digest: sha256:bf615e9af143bc1a1fb416854c20905c42c928f4b9376d3b233254fe13f8a380 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:14:45 ===================================================== [Pipeline] echo 04:14:45 taggedImages: 04:14:45 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef 04:14:45 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 04:14:45 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.0.0-dev.4 04:14:45 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 04:14:45 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:14:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:14:45 04:14:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:14:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:14:46 arm64: Pulling from edgex-lftools-log-publisher 04:14:46 8998bd30e6a1: Pulling fs layer 04:14:46 04944245beec: Pulling fs layer 04:14:46 699f458cf7ca: Pulling fs layer 04:14:46 765212b225bb: Pulling fs layer 04:14:46 f23df028b6ca: Pulling fs layer 04:14:46 d65c8cfc05b1: Pulling fs layer 04:14:46 2437ff75d9bd: Pulling fs layer 04:14:46 f23df028b6ca: Waiting 04:14:46 d65c8cfc05b1: Waiting 04:14:46 2437ff75d9bd: Waiting 04:14:46 765212b225bb: Waiting 04:14:46 04944245beec: Verifying Checksum 04:14:46 04944245beec: Download complete 04:14:46 765212b225bb: Verifying Checksum 04:14:46 765212b225bb: Download complete 04:14:46 f23df028b6ca: Verifying Checksum 04:14:46 f23df028b6ca: Download complete 04:14:46 d65c8cfc05b1: Verifying Checksum 04:14:46 d65c8cfc05b1: Download complete 04:14:46 699f458cf7ca: Verifying Checksum 04:14:46 699f458cf7ca: Download complete 04:14:46 8998bd30e6a1: Verifying Checksum 04:14:46 8998bd30e6a1: Download complete 04:14:49 2437ff75d9bd: Verifying Checksum 04:14:49 2437ff75d9bd: Download complete 04:14:52 8998bd30e6a1: Pull complete 04:14:52 04944245beec: Pull complete 04:14:54 699f458cf7ca: Pull complete 04:14:54 765212b225bb: Pull complete 04:14:55 f23df028b6ca: Pull complete 04:14:55 d65c8cfc05b1: Pull complete 04:15:13 2437ff75d9bd: Pull complete 04:15:13 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 04:15:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:15:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:15:13 prd-ubuntu20.04-docker-arm64-4c-16g-23889 does not seem to be running inside a container 04:15:13 $ 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/737 -v /w/workspace/edgex-go/737:/w/workspace/edgex-go/737:rw,z -v /w/workspace/edgex-go/737@tmp:/w/workspace/edgex-go/737@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 04:15:17 $ docker top 6cf2e6c6289ad8e3c94b315952d096b8880525f7d6bb38a2346cbf16f1bbb9e4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:15:18 ---> job-cost.sh 04:15:18 lf-activate-venv: SKIPPING 04:15:18 INFO: No Stack... 04:15:18 INFO: Retrieving Pricing Info for: v3-standard-4 04:15:19 INFO: Archiving Costs [Pipeline] sh 04:15:20 + cat /w/workspace/edgex-go/737/archives/cost.csv 04:15:20 + cut -d, -f6 [Pipeline] lock 04:15:20 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-737-stack-cost] 04:15:20 Resource [jenkins-edgexfoundry-edgex-go-main-737-stack-cost] did not exist. Created. 04:15:20 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-737-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:15:21 + echo total: 0.10999999940395355 [Pipeline] stash 04:15:21 Stashed 1 file(s) [Pipeline] } 04:15:21 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-737-stack-cost] [Pipeline] // lock [Pipeline] } 04:15:21 $ docker stop --time=1 6cf2e6c6289ad8e3c94b315952d096b8880525f7d6bb38a2346cbf16f1bbb9e4 04:15:23 $ docker rm -f --volumes 6cf2e6c6289ad8e3c94b315952d096b8880525f7d6bb38a2346cbf16f1bbb9e4 [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 04:15:23 provisioning config files... 04:15:23 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/737@tmp/config15344680090846247323tmp [Pipeline] { [Pipeline] sh 04:15:24 + set +x 04:15:24 + bash -s -- 04:15:24 + curl -s https://codecov.io/bash 04:15:24 04:15:24 _____ _ 04:15:24 / ____| | | 04:15:24 | | ___ __| | ___ ___ _____ __ 04:15:24 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:15:24 | |___| (_) | (_| | __/ (_| (_) \ V / 04:15:24 \_____\___/ \__,_|\___|\___\___/ \_/ 04:15:24 Bash-1.0.6 04:15:24 04:15:24 04:15:24 ==> git version 2.25.1 found 04:15:24 ==> 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 04:15:24 Release-Date: 2020-01-08 04:15:24 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 04:15:24 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 04:15:24 ==> Jenkins CI detected. 04:15:24 current dir:  /w/workspace/edgex-go/737 04:15:24 project root: . 04:15:24 --> token set from env 04:15:24 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:15:24 ==> Running gcov in . (disable via -X gcov) 04:15:24 ==> Python coveragepy not found 04:15:24 ==> Searching for coverage reports in: 04:15:24 + . 04:15:24 -> Found 1 reports 04:15:24 ==> Detecting git/mercurial file structure 04:15:24 ==> Reading reports 04:15:24 + ./coverage.out bytes=1475884 04:15:24 ==> Appending adjustments 04:15:24 https://docs.codecov.io/docs/fixing-reports 04:15:25 + Found adjustments 04:15:25 ==> Gzipping contents 04:15:25 128K /tmp/codecov.D9u2mA.gz 04:15:25 ==> Uploading reports 04:15:25 url: https://codecov.io 04:15:25 query: branch=main&commit=89254c1fef09d3f643254057b63cf98f5b6a48ef&build=737&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F737%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 04:15:25 -> Pinging Codecov 04:15:25 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=89254c1fef09d3f643254057b63cf98f5b6a48ef&build=737&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F737%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 04:15:26 -> Uploading to 04:15:26 https://storage.googleapis.com/codecov/shelter/v4/github/edgexfoundry/edgex-go/89254c1fef09d3f643254057b63cf98f5b6a48ef/8b008821-a1d4-4b8b-8242-759dcb56f9b3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20241028%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20241028T041525Z&X-Amz-Expires=30&X-Amz-SignedHeaders=host&X-Amz-Signature=7d5e2e474476d6009860c51e4033278e30dced5802fd5a2bdb1b66c83561322f 04:15:26 % Total % Received % Xferd Average Speed Time Time Time Current 04:15:26 Dload Upload Total Spent Left Speed 04:15:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 125k 0 0 100 125k 0 413k --:--:-- --:--:-- --:--:-- 412k 100 125k 0 0 100 125k 0 413k --:--:-- --:--:-- --:--:-- 412k 04:15:26 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } 04:15:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 04:15:26 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 04:15:26 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:15:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 04:15:26 04:15:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:15:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 04:15:27 latest: Pulling from edgex-devops/edgex-snyk-go 04:15:27 43c4264eed91: Already exists 04:15:27 4cc291be95ef: Already exists 04:15:27 2ac1f1163629: Already exists 04:15:27 5c3c966382ef: Already exists 04:15:27 4f4fb700ef54: Already exists 04:15:27 d9c7d2e4e75e: Pulling fs layer 04:15:27 9c3e1370e548: Pulling fs layer 04:15:27 d9c7d2e4e75e: Verifying Checksum 04:15:27 d9c7d2e4e75e: Download complete 04:15:27 d9c7d2e4e75e: Pull complete 04:15:28 9c3e1370e548: Download complete 04:15:31 9c3e1370e548: Pull complete 04:15:31 Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b 04:15:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 04:15:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:15:31 prd-ubuntu20.04-docker-8c-8g-23888 does not seem to be running inside a container 04:15:31 $ 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/737 -v /w/workspace/edgex-go/737:/w/workspace/edgex-go/737:rw,z -v /w/workspace/edgex-go/737@tmp:/w/workspace/edgex-go/737@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 04:15:35 $ docker top 9c42790a9c5303f1b06a26b3fc5785dd6a664337240966e09ebee4d564e95ae7 -eo pid,comm [Pipeline] { [Pipeline] sh 04:15:35 + git config --global --add safe.directory /w/workspace/edgex-go/737 [Pipeline] echo 04:15:35 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 04:15:36 + set -o pipefail 04:15:36 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 04:15:46 04:15:46 Monitoring /w/workspace/edgex-go/737 (github.com/edgexfoundry/edgex-go)... 04:15:46 04:15:46 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/5adf9da6-46ec-48f4-a062-b22b66a9162b 04:15:46 04:15:46 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 04:15:46 [Pipeline] } 04:15:46 $ docker stop --time=1 9c42790a9c5303f1b06a26b3fc5785dd6a664337240966e09ebee4d564e95ae7 04:15:55 $ docker rm -f --volumes 9c42790a9c5303f1b06a26b3fc5785dd6a664337240966e09ebee4d564e95ae7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 04:15:55 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:15:55 provisioning config files... 04:15:55 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/737@tmp/config14227573962258611613tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:15:55 --> edgex-publish-swagger.sh 04:15:55 === Publish openapi API === 04:15:55 [publishToSwagger] Publishing the API Docs [openapi] to Swagger 04:15:55 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/737/openapi/core-command.yaml] 04:15:55 % Total % Received % Xferd Average Speed Time Time Time Current 04:15:55 Dload Upload Total Spent Left Speed 04:15:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 75360 --:--:-- --:--:-- --:--:-- 75360 04:15:56 04:15:56 04:15:56 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/737/openapi/core-data.yaml] 04:15:56 % Total % Received % Xferd Average Speed Time Time Time Current 04:15:56 Dload Upload Total Spent Left Speed 04:15:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 72056 0 0 100 72056 0 344k --:--:-- --:--:-- --:--:-- 343k 100 72056 0 0 100 72056 0 163k --:--:-- --:--:-- --:--:-- 162k 04:15:56 04:15:56 04:15:56 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/737/openapi/core-keeper.yaml] 04:15:56 % Total % Received % Xferd Average Speed Time Time Time Current 04:15:56 Dload Upload Total Spent Left Speed 04:15:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32901 100 66 100 32835 293 142k --:--:-- --:--:-- --:--:-- 142k 04:15:56 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 04:15:56 04:15:56 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/737/openapi/core-metadata.yaml] 04:15:56 % Total % Received % Xferd Average Speed Time Time Time Current 04:15:56 Dload Upload Total Spent Left Speed 04:15:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 154k 100 156 100 154k 464 459k --:--:-- --:--:-- --:--:-- 459k 04:15:57 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 04:15:57 04:15:57 [publishToSwagger] Publishing API Name [support-cron-scheduler] [/w/workspace/edgex-go/737/openapi/support-cron-scheduler.yaml] 04:15:57 % Total % Received % Xferd Average Speed Time Time Time Current 04:15:57 Dload Upload Total Spent Left Speed 04:15:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50731 0 0 100 50731 0 242k --:--:-- --:--:-- --:--:-- 241k 100 50797 100 66 100 50731 269 202k --:--:-- --:--:-- --:--:-- 201k 04:15:57 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 04:15:57 04:15:57 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/737/openapi/support-notifications.yaml] 04:15:57 % Total % Received % Xferd Average Speed Time Time Time Current 04:15:57 Dload Upload Total Spent Left Speed 04:15:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87457 100 156 100 87301 461 252k --:--:-- --:--:-- --:--:-- 253k 04:15:58 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 04:15:58 [Pipeline] } 04:15:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 04:15:58 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:15:58 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:15:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:15:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:15:58 prd-ubuntu20.04-docker-8c-8g-23888 does not seem to be running inside a container 04:15:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/737 -v /w/workspace/edgex-go/737:/w/workspace/edgex-go/737:rw,z -v /w/workspace/edgex-go/737@tmp:/w/workspace/edgex-go/737@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 04:15:59 $ docker top 28bc10a0231576c9ad65df298c455659c00cb6b6ede268fe35792b949d73f7a0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:15:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:15:59 [ssh-agent] Looking for ssh-agent implementation... 04:15:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:15:59 $ docker exec 28bc10a0231576c9ad65df298c455659c00cb6b6ede268fe35792b949d73f7a0 ssh-agent 04:15:59 SSH_AUTH_SOCK=/tmp/ssh-837EHOBmnibl/agent.32 04:15:59 SSH_AGENT_PID=38 04:15:59 Running ssh-add (command line suppressed) 04:15:59 Identity added: /w/workspace/edgex-go/737@tmp/private_key_13235533503584938833.key (/w/workspace/edgex-go/737@tmp/private_key_13235533503584938833.key) 04:15:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:16:00 + git semver tag 04:16:00 2024-10-28 04:16:00,379 [run_tag] DEBUG tag force:False 04:16:00 2024-10-28 04:16:00,379 [check_head_tag] DEBUG check head tag 04:16:00 2024-10-28 04:16:00,382 [execute] INFO git cat-file --batch-check 04:16:00 2024-10-28 04:16:00,382 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/737, universal_newlines=False, shell=None, istream=) 04:16:00 2024-10-28 04:16:00,385 [execute] INFO git cat-file --batch 04:16:00 2024-10-28 04:16:00,386 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/737, universal_newlines=False, shell=None, istream=) 04:16:00 2024-10-28 04:16:00,438 [read_version] DEBUG read version from /w/workspace/edgex-go/737/.semver/main 04:16:00 2024-10-28 04:16:00,438 [execute] INFO git tag -a v4.0.0-dev.4 -m v4.0.0-dev.4 04:16:00 2024-10-28 04:16:00,439 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.0.0-dev.4', '-m', 'v4.0.0-dev.4'], cwd=/w/workspace/edgex-go/737, universal_newlines=False, shell=None, istream=None) 04:16:00 2024-10-28 04:16:00,444 [read_version] DEBUG read version from /w/workspace/edgex-go/737/.semver/main 04:16:00 4.0.0-dev.4 [Pipeline] } 04:16:00 $ docker exec --env ******** --env ******** 28bc10a0231576c9ad65df298c455659c00cb6b6ede268fe35792b949d73f7a0 ssh-agent -k 04:16:00 unset SSH_AUTH_SOCK; 04:16:00 unset SSH_AGENT_PID; 04:16:00 echo Agent pid 38 killed; 04:16:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:16:00 + git semver [Pipeline] } 04:16:01 $ docker stop --time=1 28bc10a0231576c9ad65df298c455659c00cb6b6ede268fe35792b949d73f7a0 04:16:02 $ docker rm -f --volumes 28bc10a0231576c9ad65df298c455659c00cb6b6ede268fe35792b949d73f7a0 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:16:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:16:02 04:16:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:16:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:16:03 0.23.1-centos7: Pulling from edgex-lftools 04:16:03 ab5ef0e58194: Pulling fs layer 04:16:03 9712f1f96733: Pulling fs layer 04:16:03 63f879dbbcfc: Pulling fs layer 04:16:03 0d9ebad4ef96: Pulling fs layer 04:16:03 e9a5061849ea: Pulling fs layer 04:16:03 d747dcd14b5f: Pulling fs layer 04:16:03 2de7ff778b66: Pulling fs layer 04:16:03 0d9ebad4ef96: Waiting 04:16:03 e9a5061849ea: Waiting 04:16:03 d747dcd14b5f: Waiting 04:16:03 9712f1f96733: Download complete 04:16:03 63f879dbbcfc: Verifying Checksum 04:16:03 63f879dbbcfc: Download complete 04:16:03 0d9ebad4ef96: Verifying Checksum 04:16:03 0d9ebad4ef96: Download complete 04:16:03 e9a5061849ea: Verifying Checksum 04:16:03 e9a5061849ea: Download complete 04:16:03 d747dcd14b5f: Download complete 04:16:03 ab5ef0e58194: Download complete 04:16:04 2de7ff778b66: Verifying Checksum 04:16:04 2de7ff778b66: Download complete 04:16:06 ab5ef0e58194: Pull complete 04:16:06 9712f1f96733: Pull complete 04:16:07 63f879dbbcfc: Pull complete 04:16:11 0d9ebad4ef96: Pull complete 04:16:11 e9a5061849ea: Pull complete 04:16:11 d747dcd14b5f: Pull complete 04:16:12 2de7ff778b66: Pull complete 04:16:12 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 04:16:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:16:12 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:16:12 prd-ubuntu20.04-docker-8c-8g-23888 does not seem to be running inside a container 04:16:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/737 -v /w/workspace/edgex-go/737:/w/workspace/edgex-go/737:rw,z -v /w/workspace/edgex-go/737@tmp:/w/workspace/edgex-go/737@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 04:16:18 $ docker top b87b9305ab921b132e7752caa34e1189da00b911cfc097f5a91f9a522239303e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 04:16:18 provisioning config files... 04:16:18 copy managed file [sigul-config] to file:/w/workspace/edgex-go/737@tmp/config4728901778626408285tmp 04:16:18 copy managed file [sigul-password] to file:/w/workspace/edgex-go/737@tmp/config5332706125170703213tmp 04:16:18 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/737@tmp/config15838072637143462000tmp [Pipeline] { [Pipeline] echo 04:16:19 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 04:16:19 ---> sigul-configuration.sh 04:16:19 gpg: directory `/root/.gnupg' created 04:16:19 gpg: new configuration file `/root/.gnupg/gpg.conf' created 04:16:19 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 04:16:19 gpg: keyring `/root/.gnupg/secring.gpg' created 04:16:19 gpg: keyring `/root/.gnupg/pubring.gpg' created 04:16:19 gpg: CAST5 encrypted data 04:16:19 gpg: encrypted with 1 passphrase 04:16:19 gpg: WARNING: message was not integrity protected [Pipeline] sh 04:16:19 + mkdir /home/jenkins 04:16:19 + mkdir /home/jenkins/sigul [Pipeline] sh 04:16: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 04:16:19 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 04:16:20 ---> sigul-install.sh 04:16:20 Sigul already installed; skipping installation. [Pipeline] sh 04:16:20 + git tag --list 04:16:20 0.6.0 04:16:20 0.6.1 04:16:20 0.7.0 04:16:20 0.7.1 04:16:20 v1.0.0 04:16:20 v1.0.1 04:16:20 v1.1.0 04:16:20 v1.2.0 04:16:20 v1.2.1 04:16:20 v1.3.0 04:16:20 v1.3.1 04:16:20 v2.0.0 04:16:20 v2.1.0 04:16:20 v2.1.1 04:16:20 v2.2.0 04:16:20 v2.3.0 04:16:20 v3.0 04:16:20 v3.0.0 04:16:20 v3.1 04:16:20 v3.1.0 04:16:20 v3.1.0-dev.1 04:16:20 v3.1.0-dev.10 04:16:20 v3.1.0-dev.11 04:16:20 v3.1.0-dev.12 04:16:20 v3.1.0-dev.13 04:16:20 v3.1.0-dev.14 04:16:20 v3.1.0-dev.15 04:16:20 v3.1.0-dev.16 04:16:20 v3.1.0-dev.17 04:16:20 v3.1.0-dev.18 04:16:20 v3.1.0-dev.19 04:16:20 v3.1.0-dev.2 04:16:20 v3.1.0-dev.20 04:16:20 v3.1.0-dev.21 04:16:20 v3.1.0-dev.22 04:16:20 v3.1.0-dev.23 04:16:20 v3.1.0-dev.24 04:16:20 v3.1.0-dev.25 04:16:20 v3.1.0-dev.26 04:16:20 v3.1.0-dev.27 04:16:20 v3.1.0-dev.28 04:16:20 v3.1.0-dev.29 04:16:20 v3.1.0-dev.3 04:16:20 v3.1.0-dev.30 04:16:20 v3.1.0-dev.31 04:16:20 v3.1.0-dev.32 04:16:20 v3.1.0-dev.33 04:16:20 v3.1.0-dev.34 04:16:20 v3.1.0-dev.35 04:16:20 v3.1.0-dev.36 04:16:20 v3.1.0-dev.37 04:16:20 v3.1.0-dev.38 04:16:20 v3.1.0-dev.39 04:16:20 v3.1.0-dev.4 04:16:20 v3.1.0-dev.40 04:16:20 v3.1.0-dev.41 04:16:20 v3.1.0-dev.42 04:16:20 v3.1.0-dev.43 04:16:20 v3.1.0-dev.44 04:16:20 v3.1.0-dev.45 04:16:20 v3.1.0-dev.46 04:16:20 v3.1.0-dev.47 04:16:20 v3.1.0-dev.48 04:16:20 v3.1.0-dev.49 04:16:20 v3.1.0-dev.5 04:16:20 v3.1.0-dev.50 04:16:20 v3.1.0-dev.51 04:16:20 v3.1.0-dev.52 04:16:20 v3.1.0-dev.53 04:16:20 v3.1.0-dev.54 04:16:20 v3.1.0-dev.55 04:16:20 v3.1.0-dev.56 04:16:20 v3.1.0-dev.57 04:16:20 v3.1.0-dev.58 04:16:20 v3.1.0-dev.59 04:16:20 v3.1.0-dev.6 04:16:20 v3.1.0-dev.60 04:16:20 v3.1.0-dev.61 04:16:20 v3.1.0-dev.62 04:16:20 v3.1.0-dev.63 04:16:20 v3.1.0-dev.64 04:16:20 v3.1.0-dev.65 04:16:20 v3.1.0-dev.66 04:16:20 v3.1.0-dev.67 04:16:20 v3.1.0-dev.68 04:16:20 v3.1.0-dev.69 04:16:20 v3.1.0-dev.7 04:16:20 v3.1.0-dev.70 04:16:20 v3.1.0-dev.71 04:16:20 v3.1.0-dev.72 04:16:20 v3.1.0-dev.73 04:16:20 v3.1.0-dev.8 04:16:20 v3.1.0-dev.9 04:16:20 v3.1.1 04:16:20 v3.1.1-dev.1 04:16:20 v3.1.1-dev.2 04:16:20 v3.2.0-dev.1 04:16:20 v3.2.0-dev.10 04:16:20 v3.2.0-dev.100 04:16:20 v3.2.0-dev.101 04:16:20 v3.2.0-dev.102 04:16:20 v3.2.0-dev.103 04:16:20 v3.2.0-dev.104 04:16:20 v3.2.0-dev.105 04:16:20 v3.2.0-dev.106 04:16:20 v3.2.0-dev.107 04:16:20 v3.2.0-dev.108 04:16:20 v3.2.0-dev.109 04:16:20 v3.2.0-dev.11 04:16:20 v3.2.0-dev.12 04:16:20 v3.2.0-dev.13 04:16:20 v3.2.0-dev.14 04:16:20 v3.2.0-dev.15 04:16:20 v3.2.0-dev.16 04:16:20 v3.2.0-dev.17 04:16:20 v3.2.0-dev.18 04:16:20 v3.2.0-dev.19 04:16:20 v3.2.0-dev.2 04:16:20 v3.2.0-dev.20 04:16:20 v3.2.0-dev.21 04:16:20 v3.2.0-dev.22 04:16:20 v3.2.0-dev.23 04:16:20 v3.2.0-dev.24 04:16:20 v3.2.0-dev.25 04:16:20 v3.2.0-dev.26 04:16:20 v3.2.0-dev.27 04:16:20 v3.2.0-dev.28 04:16:20 v3.2.0-dev.29 04:16:20 v3.2.0-dev.3 04:16:20 v3.2.0-dev.30 04:16:20 v3.2.0-dev.31 04:16:20 v3.2.0-dev.32 04:16:20 v3.2.0-dev.33 04:16:20 v3.2.0-dev.34 04:16:20 v3.2.0-dev.35 04:16:20 v3.2.0-dev.36 04:16:20 v3.2.0-dev.37 04:16:20 v3.2.0-dev.38 04:16:20 v3.2.0-dev.39 04:16:20 v3.2.0-dev.4 04:16:20 v3.2.0-dev.40 04:16:20 v3.2.0-dev.41 04:16:20 v3.2.0-dev.42 04:16:20 v3.2.0-dev.43 04:16:20 v3.2.0-dev.44 04:16:20 v3.2.0-dev.45 04:16:20 v3.2.0-dev.46 04:16:20 v3.2.0-dev.47 04:16:20 v3.2.0-dev.48 04:16:20 v3.2.0-dev.49 04:16:20 v3.2.0-dev.5 04:16:20 v3.2.0-dev.50 04:16:20 v3.2.0-dev.51 04:16:20 v3.2.0-dev.52 04:16:20 v3.2.0-dev.53 04:16:20 v3.2.0-dev.54 04:16:20 v3.2.0-dev.55 04:16:20 v3.2.0-dev.56 04:16:20 v3.2.0-dev.57 04:16:20 v3.2.0-dev.58 04:16:20 v3.2.0-dev.59 04:16:20 v3.2.0-dev.6 04:16:20 v3.2.0-dev.60 04:16:20 v3.2.0-dev.61 04:16:20 v3.2.0-dev.62 04:16:20 v3.2.0-dev.63 04:16:20 v3.2.0-dev.64 04:16:20 v3.2.0-dev.65 04:16:20 v3.2.0-dev.66 04:16:20 v3.2.0-dev.67 04:16:20 v3.2.0-dev.68 04:16:20 v3.2.0-dev.69 04:16:20 v3.2.0-dev.7 04:16:20 v3.2.0-dev.70 04:16:20 v3.2.0-dev.71 04:16:20 v3.2.0-dev.72 04:16:20 v3.2.0-dev.73 04:16:20 v3.2.0-dev.74 04:16:20 v3.2.0-dev.75 04:16:20 v3.2.0-dev.76 04:16:20 v3.2.0-dev.77 04:16:20 v3.2.0-dev.78 04:16:20 v3.2.0-dev.79 04:16:20 v3.2.0-dev.8 04:16:20 v3.2.0-dev.80 04:16:20 v3.2.0-dev.81 04:16:20 v3.2.0-dev.82 04:16:20 v3.2.0-dev.83 04:16:20 v3.2.0-dev.84 04:16:20 v3.2.0-dev.85 04:16:20 v3.2.0-dev.86 04:16:20 v3.2.0-dev.87 04:16:20 v3.2.0-dev.88 04:16:20 v3.2.0-dev.89 04:16:20 v3.2.0-dev.9 04:16:20 v3.2.0-dev.90 04:16:20 v3.2.0-dev.91 04:16:20 v3.2.0-dev.92 04:16:20 v3.2.0-dev.93 04:16:20 v3.2.0-dev.94 04:16:20 v3.2.0-dev.95 04:16:20 v3.2.0-dev.96 04:16:20 v3.2.0-dev.97 04:16:20 v3.2.0-dev.98 04:16:20 v3.2.0-dev.99 04:16:20 v4.0.0-dev.1 04:16:20 v4.0.0-dev.2 04:16:20 v4.0.0-dev.3 04:16:20 v4.0.0-dev.4 [Pipeline] sh 04:16:20 + lftools sign git-tag v4.0.0-dev.4 04:16:21 Signing Git tag with Sigul... 04:16:21 Signing v4.0.0-dev.4 [Pipeline] echo 04:16:21 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 04:16:22 ---> sigul-configuration-cleanup.sh [Pipeline] } 04:16:22 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 04:16:22 $ docker stop --time=1 b87b9305ab921b132e7752caa34e1189da00b911cfc097f5a91f9a522239303e 04:16:23 $ docker rm -f --volumes b87b9305ab921b132e7752caa34e1189da00b911cfc097f5a91f9a522239303e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 04:16:23 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:16:23 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:16:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:16:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:16:24 prd-ubuntu20.04-docker-8c-8g-23888 does not seem to be running inside a container 04:16:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/737 -v /w/workspace/edgex-go/737:/w/workspace/edgex-go/737:rw,z -v /w/workspace/edgex-go/737@tmp:/w/workspace/edgex-go/737@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 04:16:24 $ docker top 834be0e0712c58b2bd03b75914aa40b3fcb83fbfd3bb00c5694f8b97e09c18c9 -eo pid,comm 04:16:24 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). 04:16:24 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:16:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:16:24 [ssh-agent] Looking for ssh-agent implementation... 04:16:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:16:24 $ docker exec 834be0e0712c58b2bd03b75914aa40b3fcb83fbfd3bb00c5694f8b97e09c18c9 ssh-agent 04:16:24 SSH_AUTH_SOCK=/tmp/ssh-i1xUZ4IliUzV/agent.31 04:16:24 SSH_AGENT_PID=37 04:16:24 Running ssh-add (command line suppressed) 04:16:25 Identity added: /w/workspace/edgex-go/737@tmp/private_key_12061592155500692512.key (/w/workspace/edgex-go/737@tmp/private_key_12061592155500692512.key) 04:16:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:16:25 + git semver bump pre 04:16:25 2024-10-28 04:16:25,493 [read_version] DEBUG read version from /w/workspace/edgex-go/737/.semver/main 04:16:25 2024-10-28 04:16:25,494 [bump_version] DEBUG bumping version:4.0.0-dev.4 on axis:pre with prefix:dev 04:16:25 2024-10-28 04:16:25,494 [bump_version] DEBUG bumped version:4.0.0-dev.5 04:16:25 2024-10-28 04:16:25,494 [write_version] DEBUG write version:4.0.0-dev.5 to path:/w/workspace/edgex-go/737/.semver/main with force:True 04:16:25 2024-10-28 04:16:25,494 [read_version] DEBUG read version from /w/workspace/edgex-go/737/.semver/main 04:16:25 2024-10-28 04:16:25,494 [write_file] DEBUG write to file:/w/workspace/edgex-go/737/.semver/main 04:16:25 2024-10-28 04:16:25,496 [execute] INFO git cat-file --batch-check 04:16:25 2024-10-28 04:16:25,497 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/737/.semver, universal_newlines=False, shell=None, istream=) 04:16:25 2024-10-28 04:16:25,502 [execute] INFO git cat-file --batch 04:16:25 2024-10-28 04:16:25,502 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/737/.semver, universal_newlines=False, shell=None, istream=) 04:16:25 2024-10-28 04:16:25,509 [read_version] DEBUG read version from /w/workspace/edgex-go/737/.semver/main 04:16:25 4.0.0-dev.5 [Pipeline] } 04:16:25 $ docker exec --env ******** --env ******** 834be0e0712c58b2bd03b75914aa40b3fcb83fbfd3bb00c5694f8b97e09c18c9 ssh-agent -k 04:16:25 unset SSH_AUTH_SOCK; 04:16:25 unset SSH_AGENT_PID; 04:16:25 echo Agent pid 37 killed; 04:16:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:16:26 + git semver [Pipeline] } 04:16:26 $ docker stop --time=1 834be0e0712c58b2bd03b75914aa40b3fcb83fbfd3bb00c5694f8b97e09c18c9 04:16:27 $ docker rm -f --volumes 834be0e0712c58b2bd03b75914aa40b3fcb83fbfd3bb00c5694f8b97e09c18c9 [Pipeline] // withDockerContainer [Pipeline] sh 04:16:27 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:16:27 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:16:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:16:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:16:28 prd-ubuntu20.04-docker-8c-8g-23888 does not seem to be running inside a container 04:16:28 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/737 -v /w/workspace/edgex-go/737:/w/workspace/edgex-go/737:rw,z -v /w/workspace/edgex-go/737@tmp:/w/workspace/edgex-go/737@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 04:16:28 $ docker top 61dffc512ffd03c9f87d0e23bd7b4355202189016293caa5c6eebaf08315c1b6 -eo pid,comm 04:16:28 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). 04:16:28 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:16:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:16:28 [ssh-agent] Looking for ssh-agent implementation... 04:16:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:16:28 $ docker exec 61dffc512ffd03c9f87d0e23bd7b4355202189016293caa5c6eebaf08315c1b6 ssh-agent 04:16:29 SSH_AUTH_SOCK=/tmp/ssh-Z7HwSuSfrhA0/agent.32 04:16:29 SSH_AGENT_PID=38 04:16:29 Running ssh-add (command line suppressed) 04:16:29 Identity added: /w/workspace/edgex-go/737@tmp/private_key_7820787645310149690.key (/w/workspace/edgex-go/737@tmp/private_key_7820787645310149690.key) 04:16:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:16:29 + git semver push 04:16:30 2024-10-28 04:16:29,760 [run_push] DEBUG push 04:16:30 2024-10-28 04:16:29,761 [execute] INFO git cat-file --batch-check 04:16:30 2024-10-28 04:16:29,762 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/737/.semver, universal_newlines=False, shell=None, istream=) 04:16:30 2024-10-28 04:16:29,766 [execute] INFO git rev-list 389c027ec091c0ed3fb0c49267334df816c16048 -- 04:16:30 2024-10-28 04:16:29,767 [execute] DEBUG Popen(['git', 'rev-list', '389c027ec091c0ed3fb0c49267334df816c16048', '--'], cwd=/w/workspace/edgex-go/737/.semver, universal_newlines=False, shell=None, istream=None) 04:16:30 2024-10-28 04:16:29,785 [execute] INFO git fetch -v origin 04:16:30 2024-10-28 04:16:29,785 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/737/.semver, universal_newlines=True, shell=None, istream=None) 04:16:30 2024-10-28 04:16:30,228 [run_push] DEBUG no remote changes detected 04:16:30 2024-10-28 04:16:30,229 [execute] INFO git push origin semver 04:16:30 2024-10-28 04:16:30,229 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/737/.semver, universal_newlines=False, shell=None, istream=None) 04:16:31 2024-10-28 04:16:30,918 [run_push] DEBUG push all version tags 04:16:31 2024-10-28 04:16:30,920 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 04:16:31 2024-10-28 04:16:30,921 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/737, universal_newlines=False, shell=None, istream=None) 04:16:31 2024-10-28 04:16:31,576 [read_version] DEBUG read version from /w/workspace/edgex-go/737/.semver/main 04:16:31 4.0.0-dev.5 [Pipeline] } 04:16:31 $ docker exec --env ******** --env ******** 61dffc512ffd03c9f87d0e23bd7b4355202189016293caa5c6eebaf08315c1b6 ssh-agent -k 04:16:31 unset SSH_AUTH_SOCK; 04:16:31 unset SSH_AGENT_PID; 04:16:31 echo Agent pid 38 killed; 04:16:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:16:32 + git semver [Pipeline] } 04:16:32 $ docker stop --time=1 61dffc512ffd03c9f87d0e23bd7b4355202189016293caa5c6eebaf08315c1b6 04:16:33 $ docker rm -f --volumes 61dffc512ffd03c9f87d0e23bd7b4355202189016293caa5c6eebaf08315c1b6 [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 04:16:34 + [ -d /w/workspace/edgex-go/737/archives ] [Pipeline] libraryResource [Pipeline] sh 04:16:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:16:35 ---> package-listing.sh 04:16:35 ++ facter osfamily 04:16:35 ++ tr '[:upper:]' '[:lower:]' 04:16:35 + OS_FAMILY=debian 04:16:35 + workspace=/w/workspace/edgex-go/737 04:16:35 + START_PACKAGES=/tmp/packages_start.txt 04:16:35 + END_PACKAGES=/tmp/packages_end.txt 04:16:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:16:35 + PACKAGES=/tmp/packages_start.txt 04:16:35 + '[' /w/workspace/edgex-go/737 ']' 04:16:35 + PACKAGES=/tmp/packages_end.txt 04:16:35 + case "${OS_FAMILY}" in 04:16:35 + dpkg -l 04:16:35 + grep '^ii' 04:16:35 + '[' -f /tmp/packages_start.txt ']' 04:16:35 + '[' -f /tmp/packages_end.txt ']' 04:16:35 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:16:35 + '[' /w/workspace/edgex-go/737 ']' 04:16:35 + mkdir -p /w/workspace/edgex-go/737/archives/ 04:16:35 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/737/archives/ [Pipeline] echo 04:16:35 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/737/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:16:36 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:16:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:16:36 04:16:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:16:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:16:36 latest: Pulling from edgex-lftools-log-publisher 04:16:36 5eb5b503b376: Pulling fs layer 04:16:36 5c69ac0246d0: Pulling fs layer 04:16:36 ec43610c2a17: Pulling fs layer 04:16:36 3a2ae6a8a46f: Pulling fs layer 04:16:36 33b1e0a273af: Pulling fs layer 04:16:36 5d3b04190fa2: Pulling fs layer 04:16:36 2f39f015ded8: Pulling fs layer 04:16:36 3a2ae6a8a46f: Waiting 04:16:36 5d3b04190fa2: Waiting 04:16:36 33b1e0a273af: Waiting 04:16:36 2f39f015ded8: Waiting 04:16:36 5c69ac0246d0: Verifying Checksum 04:16:36 5c69ac0246d0: Download complete 04:16:36 3a2ae6a8a46f: Verifying Checksum 04:16:36 3a2ae6a8a46f: Download complete 04:16:36 33b1e0a273af: Download complete 04:16:37 5d3b04190fa2: Verifying Checksum 04:16:37 5d3b04190fa2: Download complete 04:16:37 ec43610c2a17: Verifying Checksum 04:16:37 ec43610c2a17: Download complete 04:16:37 5eb5b503b376: Verifying Checksum 04:16:37 5eb5b503b376: Download complete 04:16:37 2f39f015ded8: Download complete 04:16:38 5eb5b503b376: Pull complete 04:16:38 5c69ac0246d0: Pull complete 04:16:38 ec43610c2a17: Pull complete 04:16:39 3a2ae6a8a46f: Pull complete 04:16:39 33b1e0a273af: Pull complete 04:16:39 5d3b04190fa2: Pull complete 04:16:43 2f39f015ded8: Pull complete 04:16:43 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 04:16:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:16:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:16:43 prd-ubuntu20.04-docker-8c-8g-23888 does not seem to be running inside a container 04:16:43 $ 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/737/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/737 -v /w/workspace/edgex-go/737:/w/workspace/edgex-go/737:rw,z -v /w/workspace/edgex-go/737@tmp:/w/workspace/edgex-go/737@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 04:16:48 $ docker top 649a66315f1214efa965562ea31785e5fbb7a7fdac7b710c3e095457a342fba0 -eo pid,comm [Pipeline] { [Pipeline] sh 04:16:48 + touch /tmp/pre-build-complete [Pipeline] sh 04:16:49 + mkdir -p /var/log/sysstat [Pipeline] sh 04:16:49 + ls /var/log/sa-host 04:16:49 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:16:49 provisioning config files... 04:16:49 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/737@tmp/config15697947356736753282tmp [Pipeline] { [Pipeline] echo 04:16:49 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:16:49 ---> create-netrc.sh [Pipeline] } 04:16:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:16:50 ---> python-tools-install.sh [Pipeline] echo 04:16:50 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:16:50 ---> sudo-logs.sh 04:16:50 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:16:50 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:16:50 ---> job-cost.sh 04:16:50 lf-activate-venv: SKIPPING 04:16:50 DEBUG: total: 0.10999999940395355 04:16:50 INFO: Retrieving Stack Cost... 04:16:51 INFO: Retrieving Pricing Info for: v3-standard-8 04:16:51 INFO: Archiving Costs [Pipeline] echo 04:16:51 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:16:51 ---> logs-deploy.sh 04:16:51 lf-activate-venv: SKIPPING 04:16:51 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/737 04:16:51 INFO: archiving workspace using pattern(s): 04:16:52 Archives upload complete. 04:16:52 INFO: archiving logs to Nexus 04:16:53 ---> uname -a: 04:16:53 Linux prd-ubuntu20-04-docker-8c-8g-23888 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 04:16:53 04:16:53 04:16:53 ---> lscpu: 04:16:53 Architecture: x86_64 04:16:53 CPU op-mode(s): 32-bit, 64-bit 04:16:53 Byte Order: Little Endian 04:16:53 Address sizes: 40 bits physical, 48 bits virtual 04:16:53 CPU(s): 8 04:16:53 On-line CPU(s) list: 0-7 04:16:53 Thread(s) per core: 1 04:16:53 Core(s) per socket: 1 04:16:53 Socket(s): 8 04:16:53 NUMA node(s): 1 04:16:53 Vendor ID: AuthenticAMD 04:16:53 CPU family: 23 04:16:53 Model: 49 04:16:53 Model name: AMD EPYC-Rome Processor 04:16:53 Stepping: 0 04:16:53 CPU MHz: 2800.000 04:16:53 BogoMIPS: 5600.00 04:16:53 Virtualization: AMD-V 04:16:53 Hypervisor vendor: KVM 04:16:53 Virtualization type: full 04:16:53 L1d cache: 256 KiB 04:16:53 L1i cache: 256 KiB 04:16:53 L2 cache: 4 MiB 04:16:53 L3 cache: 128 MiB 04:16:53 NUMA node0 CPU(s): 0-7 04:16:53 Vulnerability Itlb multihit: Not affected 04:16:53 Vulnerability L1tf: Not affected 04:16:53 Vulnerability Mds: Not affected 04:16:53 Vulnerability Meltdown: Not affected 04:16:53 Vulnerability Mmio stale data: Not affected 04:16:53 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:16:53 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 04:16:53 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 04:16:53 Vulnerability Srbds: Not affected 04:16:53 Vulnerability Tsx async abort: Not affected 04:16:53 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 04:16:53 04:16:53 04:16:53 ---> nproc: 04:16:53 8 04:16:53 04:16:53 04:16:53 ---> df -h: 04:16:53 Filesystem Size Used Avail Use% Mounted on 04:16:53 overlay 155G 29G 126G 19% / 04:16:53 tmpfs 64M 0 64M 0% /dev 04:16:53 tmpfs 16G 0 16G 0% /sys/fs/cgroup 04:16:53 shm 64M 0 64M 0% /dev/shm 04:16:53 /dev/vda1 155G 29G 126G 19% /facter-os 04:16:53 04:16:53 04:16:53 ---> sar -b -r -n DEV: 04:16:53 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-23888) 10/28/24 _x86_64_ (8 CPU) 04:16:53 04:16:53 03:31:36 LINUX RESTART (8 CPU) 04:16:53 04:16:53 03:32:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 04:16:53 03:33:01 423.92 37.56 386.36 0.00 4279.50 55384.89 0.00 04:16:53 03:34:01 123.55 0.65 122.90 0.00 12.52 52994.54 0.00 04:16:53 03:35:01 30.11 0.00 30.11 0.00 0.00 19449.31 0.00 04:16:53 03:36:01 27.96 0.15 27.81 0.00 2.40 19737.02 0.00 04:16:53 03:37:01 230.82 1.35 229.47 0.00 112.55 180376.16 0.00 04:16:53 03:38:01 871.67 16.58 855.09 0.00 2426.64 241189.55 0.00 04:16:53 03:39:01 287.34 1.75 285.59 0.00 263.25 98525.56 0.00 04:16:53 03:40:01 287.54 0.07 287.47 0.00 0.53 108276.97 0.00 04:16:53 03:41:01 769.76 0.13 769.63 0.00 13.06 131615.86 0.00 04:16:53 03:42:01 42.71 0.12 42.59 0.00 15.86 1076.09 0.00 04:16:53 03:43:01 17.66 0.05 17.61 0.00 8.80 474.45 0.00 04:16:53 03:44:01 3.13 0.00 3.13 0.00 0.00 37.99 0.00 04:16:53 03:45:01 0.93 0.00 0.93 0.00 0.00 11.46 0.00 04:16:53 03:46:01 1.00 0.00 1.00 0.00 0.00 12.40 0.00 04:16:53 03:47:01 1.42 0.00 1.42 0.00 0.00 15.19 0.00 04:16:53 03:48:01 1.43 0.02 1.42 0.00 0.13 22.00 0.00 04:16:53 03:49:01 1.15 0.00 1.15 0.00 0.00 12.40 0.00 04:16:53 03:50:01 0.87 0.00 0.87 0.00 0.00 11.60 0.00 04:16:53 03:51:01 1.28 0.00 1.28 0.00 0.00 14.40 0.00 04:16:53 03:52:01 1.28 0.00 1.28 0.00 0.00 15.46 0.00 04:16:53 03:53:01 1.18 0.00 1.18 0.00 0.00 14.26 0.00 04:16:53 03:54:01 0.95 0.00 0.95 0.00 0.00 11.46 0.00 04:16:53 03:55:01 1.30 0.00 1.30 0.00 0.00 14.40 0.00 04:16:53 03:56:01 0.88 0.00 0.88 0.00 0.00 10.93 0.00 04:16:53 03:57:02 1.25 0.00 1.25 0.00 0.00 14.26 0.00 04:16:53 03:58:01 0.93 0.00 0.93 0.00 0.00 12.20 0.00 04:16:53 03:59:01 1.22 0.00 1.22 0.00 0.00 13.06 0.00 04:16:53 04:00:01 1.53 0.00 1.53 0.00 0.00 18.53 0.00 04:16:53 04:01:01 0.95 0.00 0.95 0.00 0.00 10.13 0.00 04:16:53 04:02:01 0.98 0.00 0.98 0.00 0.00 13.06 0.00 04:16:53 04:03:01 1.47 0.00 1.47 0.00 0.00 17.20 0.00 04:16:53 04:04:01 1.00 0.00 1.00 0.00 0.00 12.00 0.00 04:16:53 04:05:01 1.13 0.00 1.13 0.00 0.00 12.66 0.00 04:16:53 04:06:01 1.60 0.00 1.60 0.00 0.00 18.93 0.00 04:16:53 04:07:01 0.98 0.00 0.98 0.00 0.00 10.93 0.00 04:16:53 04:08:01 1.38 0.00 1.38 0.00 0.00 16.26 0.00 04:16:53 04:09:01 1.13 0.00 1.13 0.00 0.00 13.20 0.00 04:16:53 04:10:01 0.95 0.00 0.95 0.00 0.00 12.00 0.00 04:16:53 04:11:01 1.20 0.00 1.20 0.00 0.00 13.46 0.00 04:16:53 04:12:01 1.00 0.00 1.00 0.00 0.00 12.40 0.00 04:16:53 04:13:01 1.35 0.00 1.35 0.00 0.00 16.40 0.00 04:16:53 04:14:01 1.68 0.00 1.68 0.00 0.00 18.26 0.00 04:16:53 04:15:01 1.00 0.00 1.00 0.00 0.00 11.73 0.00 04:16:53 04:16:01 80.04 0.35 79.69 0.00 12.26 29819.70 0.00 04:16:53 Average: 73.39 1.32 72.07 0.00 161.00 21353.95 0.00 04:16:53 04:16:53 03:32:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:16:53 03:33:01 28460932 31493572 823304 2.50 91064 3168272 1992956 5.87 1164304 2820652 145456 04:16:53 03:34:01 27182216 31404884 905456 2.75 129568 4218476 2021272 5.96 1831128 3329692 395320 04:16:53 03:35:01 26691956 31240252 1067560 3.25 132960 4522820 2462908 7.26 1920400 3708092 675716 04:16:53 03:36:01 26585428 31544292 762256 2.32 136612 4885320 1790844 5.28 1676116 4017212 498288 04:16:53 03:37:01 21149396 31396296 906576 2.76 147900 10049060 2381284 7.02 1938316 9067592 1822304 04:16:53 03:38:01 13981816 31410572 842288 2.56 335688 16623224 2332044 6.87 2791180 14907492 1745588 04:16:53 03:39:01 8905792 28874932 3308376 10.06 379256 18755568 9840948 29.00 6326656 15982024 1308052 04:16:53 03:40:01 5910480 27753776 4445288 13.52 388408 20590372 9313088 27.45 8031424 17262968 595936 04:16:53 03:41:01 9332800 31430852 819340 2.49 400960 20958160 2059280 6.07 3393596 18683868 660 04:16:53 03:42:01 9330056 31430820 818408 2.49 402804 20959172 2208396 6.51 3675808 18403084 592 04:16:53 03:43:01 9342468 31444556 804568 2.45 403464 20959624 2062424 6.08 4111536 17956568 636 04:16:53 03:44:01 9342916 31445024 803996 2.45 403488 20959624 2062424 6.08 4110852 17956568 16 04:16:53 03:45:01 9346200 31448332 800912 2.44 403524 20959628 2062424 6.08 4108552 17956572 32 04:16:53 03:46:01 9345460 31447664 801568 2.44 403548 20959696 2062424 6.08 4108604 17956612 188 04:16:53 03:47:01 9363504 31465748 783680 2.38 403576 20959692 2062424 6.08 4090892 17956640 8 04:16:53 03:48:01 9362000 31464396 785320 2.39 403604 20959676 2097828 6.18 4091676 17956620 180 04:16:53 03:49:01 9361992 31464392 785260 2.39 403612 20959676 2097828 6.18 4091352 17956620 8 04:16:53 03:50:01 9362008 31464436 785200 2.39 403632 20959684 2097828 6.18 4091360 17956624 196 04:16:53 03:51:01 9361960 31464392 785172 2.39 403648 20959684 2097828 6.18 4091360 17956628 4 04:16:53 03:52:01 9362344 31464824 784640 2.39 403676 20959684 2097828 6.18 4091064 17956632 200 04:16:53 03:53:01 9362336 31464952 784500 2.39 403688 20959820 2097828 6.18 4090852 17956764 8 04:16:53 03:54:01 9363220 31465848 783736 2.38 403696 20959820 2097828 6.18 4090540 17956764 272 04:16:53 03:55:01 9363444 31466084 783676 2.38 403728 20959824 2097828 6.18 4090220 17956768 4 04:16:53 03:56:01 9363024 31465708 783960 2.38 403740 20959828 2097828 6.18 4090664 17956768 268 04:16:53 03:57:02 9363048 31465736 783924 2.38 403756 20959824 2097828 6.18 4090268 17956772 8 04:16:53 03:58:01 9363000 31465700 783844 2.38 403768 20959836 2097828 6.18 4090412 17956780 188 04:16:53 03:59:01 9362952 31465680 783820 2.38 403780 20959836 2097828 6.18 4090356 17956780 8 04:16:53 04:00:01 9362928 31465676 783756 2.38 403788 20959844 2097828 6.18 4090392 17956784 24 04:16:53 04:01:01 9363164 31465928 783492 2.38 403796 20959844 2097828 6.18 4090400 17956788 8 04:16:53 04:02:01 9362744 31465664 783688 2.38 403812 20959976 2097828 6.18 4091364 17956920 216 04:16:53 04:03:01 9362752 31465696 783612 2.38 403836 20959976 2097828 6.18 4091144 17956924 16 04:16:53 04:04:01 9362996 31465944 783268 2.38 403860 20959980 2097828 6.18 4091304 17956924 244 04:16:53 04:05:01 9362936 31465912 783528 2.38 403872 20959984 2097828 6.18 4091392 17956928 20 04:16:53 04:06:01 9362944 31465932 783468 2.38 403888 20959984 2097828 6.18 4091132 17956928 44 04:16:53 04:07:01 9362896 31465908 783448 2.38 403888 20959988 2097828 6.18 4091152 17956932 8 04:16:53 04:08:01 9362532 31465548 783732 2.38 403904 20959992 2097828 6.18 4091212 17956936 180 04:16:53 04:09:01 9362736 31465784 783444 2.38 403920 20959996 2097828 6.18 4091200 17956940 8 04:16:53 04:10:01 9362688 31465748 783400 2.38 403948 20960000 2097828 6.18 4091200 17956944 196 04:16:53 04:11:01 9362880 31465972 783380 2.38 403964 20960000 2097828 6.18 4091228 17956944 8 04:16:53 04:12:01 9362360 31465472 783868 2.38 403972 20960004 2097828 6.18 4091224 17956948 176 04:16:53 04:13:01 9362288 31465424 783848 2.38 404008 20959996 2097828 6.18 4091260 17956956 8 04:16:53 04:14:01 9362240 31465424 783900 2.38 404036 20960012 2097828 6.18 4091240 17956956 8 04:16:53 04:15:01 9362344 31465544 783940 2.38 404052 20960016 2114096 6.23 4091252 17956960 12 04:16:53 04:16:01 8880908 31413784 832116 2.53 409960 21360136 2318132 6.83 4150244 18350592 1012 04:16:53 Average: 11256979 31310888 942648 2.87 369992 19040128 2449744 7.22 3908587 16343351 163462 04:16:53 04:16:53 03:32:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 04:16:53 03:33:01 veth57ba3bc 192.73 233.92 19.34 1104.07 0.00 0.00 0.00 0.09 04:16:53 03:33:01 lo 4.88 4.88 0.48 0.48 0.00 0.00 0.00 0.00 04:16:53 03:33:01 ens3 1800.47 1685.90 12569.73 209.89 0.00 0.00 0.00 0.00 04:16:53 03:33:01 docker0 790.87 775.72 58.10 4011.48 0.00 0.00 0.00 0.00 04:16:53 03:34:01 vethc5b50ff 0.00 0.20 0.00 0.02 0.00 0.00 0.00 0.00 04:16:53 03:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:16:53 03:34:01 ens3 80.83 56.60 999.96 14.77 0.00 0.00 0.00 0.00 04:16:53 03:34:01 docker0 41.44 56.68 3.76 974.07 0.00 0.00 0.00 0.00 04:16:53 03:35:01 vethc5b50ff 1.43 1.45 0.13 0.13 0.00 0.00 0.00 0.00 04:16:53 03:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 03:35:01 ens3 37.39 24.80 30.70 16.14 0.00 0.00 0.00 0.00 04:16:53 03:35:01 docker0 1.43 1.43 0.11 0.13 0.00 0.00 0.00 0.00 04:16:53 03:36:01 vethc5b50ff 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 03:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:16:53 03:36:01 ens3 18.29 13.01 16.12 10.04 0.00 0.00 0.00 0.00 04:16:53 03:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 03:37:01 vethdc2d907 4.86 7.61 0.39 116.28 0.00 0.00 0.00 0.01 04:16:53 03:37:01 veth28e5378 1.68 2.98 0.12 38.64 0.00 0.00 0.00 0.00 04:16:53 03:37:01 vethd913661 2.50 7.08 0.19 110.03 0.00 0.00 0.00 0.01 04:16:53 03:37:01 vethd6f45e9 2.26 4.61 0.17 41.34 0.00 0.00 0.00 0.00 04:16:53 03:37:01 lo 1.13 1.13 0.12 0.12 0.00 0.00 0.00 0.00 04:16:53 03:37:01 ens3 192.04 133.32 3409.63 161.19 0.00 0.00 0.00 0.00 04:16:53 03:37:01 veth261ce45 1.67 3.31 0.13 44.44 0.00 0.00 0.00 0.00 04:16:53 03:37:01 vethc92d7f4 0.55 0.63 0.05 0.24 0.00 0.00 0.00 0.00 04:16:53 03:37:01 docker0 13.52 25.14 0.87 350.90 0.00 0.00 0.00 0.00 04:16:53 03:38:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 04:16:53 03:38:01 ens3 998.87 558.30 9717.99 63.84 0.00 0.00 0.00 0.00 04:16:53 03:38:01 vethc92d7f4 0.05 0.75 0.00 0.03 0.00 0.00 0.00 0.00 04:16:53 03:38:01 docker0 493.44 841.10 41.50 7638.38 0.00 0.00 0.00 0.00 04:16:53 03:39:01 vetha4f5c21 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:16:53 03:39:01 veth53f1040 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:16:53 03:39:01 veth0406437 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:16:53 03:39:01 vethc8b2c1f 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:16:53 03:39:01 vethc891d8d 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:16:53 03:39:01 veth7409ea1 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:16:53 03:39:01 veth3061cc4 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:16:53 03:39:01 veth7bf8477 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:16:53 03:39:01 veth40e6cdf 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:16:53 03:39:01 vethb8fe495 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:16:53 03:39:01 vethc420a0c 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:16:53 03:39:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 04:16:53 03:39:01 ens3 13.36 9.83 10.76 6.16 0.00 0.00 0.00 0.00 04:16:53 03:39:01 vethdb75d9f 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:16:53 03:39:01 vethc92d7f4 0.10 0.12 0.01 0.01 0.00 0.00 0.00 0.00 04:16:53 03:39:01 docker0 0.10 0.10 0.00 0.01 0.00 0.00 0.00 0.00 04:16:53 03:40:01 vetha4f5c21 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 03:40:01 veth53f1040 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 03:40:01 veth0406437 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 03:40:01 vethc8b2c1f 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 03:40:01 vethc891d8d 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 03:40:01 veth7409ea1 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 03:40:01 veth3061cc4 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 03:40:01 veth7bf8477 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 03:40:01 veth40e6cdf 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 03:40:01 vethb8fe495 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 03:40:01 vethc420a0c 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 03:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:16:53 03:40:01 ens3 5.95 3.92 5.60 2.41 0.00 0.00 0.00 0.00 04:16:53 03:40:01 vethdb75d9f 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 03:40:01 vethc92d7f4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 03:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 03:41:01 lo 6.40 6.40 0.63 0.63 0.00 0.00 0.00 0.00 04:16:53 03:41:01 ens3 68.23 62.61 41.19 275.80 0.00 0.00 0.00 0.00 04:16:53 03:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 03:42:01 lo 52.86 52.86 5.21 5.21 0.00 0.00 0.00 0.00 04:16:53 03:42:01 ens3 518.35 542.31 234.07 2798.37 0.00 0.00 0.00 0.00 04:16:53 03:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 03:43:01 lo 23.86 23.86 2.35 2.35 0.00 0.00 0.00 0.00 04:16:53 03:43:01 ens3 350.62 356.59 124.46 2638.32 0.00 0.00 0.00 0.00 04:16:53 03:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 03:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:16:53 03:44:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 04:16:53 03:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 03:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 03:45:01 ens3 2.30 2.03 5.26 14.25 0.00 0.00 0.00 0.00 04:16:53 03:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 03:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:16:53 03:46:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:16:53 03:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 03:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 03:47:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 03:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 03:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:16:53 03:48:01 ens3 2.70 4.22 0.24 7.16 0.00 0.00 0.00 0.00 04:16:53 03:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 03:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 03:49:01 ens3 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 03:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 03:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:16:53 03:50:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 04:16:53 03:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 03:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 03:51:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 03:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 03:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:16:53 03:52:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:16:53 03:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 03:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 03:53:01 ens3 2.88 5.17 0.25 7.26 0.00 0.00 0.00 0.00 04:16:53 03:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 03:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:16:53 03:54:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:16:53 03:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 03:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 03:55:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 03:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 03:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:16:53 03:56:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:16:53 03:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 03:57:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 03:57:02 ens3 0.15 0.10 0.12 0.01 0.00 0.00 0.00 0.00 04:16:53 03:57:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 03:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:16:53 03:58:01 ens3 3.12 4.97 0.27 7.36 0.00 0.00 0.00 0.00 04:16:53 03:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 03:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 03:59:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 03:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 04:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:16:53 04:00:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:16:53 04:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 04:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 04:01:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 04:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 04:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:16:53 04:02:01 ens3 4.08 8.47 0.50 7.60 0.00 0.00 0.00 0.00 04:16:53 04:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 04:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 04:03:01 ens3 3.38 6.35 0.28 7.33 0.00 0.00 0.00 0.00 04:16:53 04:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 04:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:16:53 04:04:01 ens3 0.53 0.13 0.13 0.01 0.00 0.00 0.00 0.00 04:16:53 04:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 04:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 04:05:01 ens3 2.75 4.23 0.43 7.32 0.00 0.00 0.00 0.00 04:16:53 04:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 04:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:16:53 04:06:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 04:16:53 04:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 04:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 04:07:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 04:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 04:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:16:53 04:08:01 ens3 3.60 5.37 0.30 7.27 0.00 0.00 0.00 0.00 04:16:53 04:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 04:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 04:09:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 04:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 04:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:16:53 04:10:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:16:53 04:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 04:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 04:11:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 04:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 04:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:16:53 04:12:01 ens3 0.25 0.17 0.07 0.01 0.00 0.00 0.00 0.00 04:16:53 04:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 04:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 04:13:01 ens3 3.45 6.08 0.34 7.30 0.00 0.00 0.00 0.00 04:16:53 04:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 04:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:16:53 04:14:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:16:53 04:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 04:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 04:15:01 ens3 0.42 0.00 0.05 0.00 0.00 0.00 0.00 0.00 04:16:53 04:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 04:16:01 veth419dc20 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 04:16:53 04:16:01 lo 1.47 1.47 0.15 0.15 0.00 0.00 0.00 0.00 04:16:53 04:16:01 ens3 296.17 188.29 3955.78 93.36 0.00 0.00 0.00 0.00 04:16:53 04:16:01 docker0 90.80 157.01 8.19 1275.92 0.00 0.00 0.00 0.00 04:16:53 Average: veth419dc20 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:53 Average: lo 2.16 2.16 0.21 0.21 0.00 0.00 0.00 0.00 04:16:53 Average: ens3 99.68 83.16 703.42 144.64 0.00 0.00 0.00 0.00 04:16:53 Average: docker0 32.27 41.97 2.54 322.78 0.00 0.00 0.00 0.00 04:16:53 04:16:53 04:16:53 ---> sar -P ALL: 04:16:53 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-23888) 10/28/24 _x86_64_ (8 CPU) 04:16:53 04:16:53 03:31:36 LINUX RESTART (8 CPU) 04:16:53 04:16:53 03:32:02 CPU %user %nice %system %iowait %steal %idle 04:16:53 03:33:01 all 11.52 0.00 4.01 2.62 0.08 81.78 04:16:53 03:33:01 0 10.42 0.00 4.61 8.76 0.09 76.13 04:16:53 03:33:01 1 8.94 0.00 3.63 0.27 0.07 87.09 04:16:53 03:33:01 2 9.84 0.00 3.25 0.48 0.10 86.33 04:16:53 03:33:01 3 16.81 0.00 3.78 5.03 0.07 74.31 04:16:53 03:33:01 4 11.56 0.00 4.50 1.22 0.09 82.63 04:16:53 03:33:01 5 13.06 0.00 3.06 0.51 0.09 83.28 04:16:53 03:33:01 6 13.16 0.00 5.40 4.24 0.07 77.13 04:16:53 03:33:01 7 8.34 0.00 3.85 0.39 0.07 87.35 04:16:53 03:34:01 all 34.65 0.00 6.45 2.71 0.09 56.09 04:16:53 03:34:01 0 34.39 0.00 7.17 11.68 0.12 46.64 04:16:53 03:34:01 1 33.82 0.00 5.91 6.82 0.08 53.36 04:16:53 03:34:01 2 35.69 0.00 5.75 0.37 0.07 58.13 04:16:53 03:34:01 3 35.11 0.00 6.50 2.04 0.08 56.28 04:16:53 03:34:01 4 35.12 0.00 6.64 0.22 0.10 57.92 04:16:53 03:34:01 5 33.95 0.00 6.63 0.17 0.08 59.17 04:16:53 03:34:01 6 34.42 0.00 6.43 0.08 0.12 58.95 04:16:53 03:34:01 7 34.75 0.00 6.56 0.30 0.08 58.30 04:16:53 03:35:01 all 37.39 0.00 6.16 0.89 0.10 55.46 04:16:53 03:35:01 0 36.98 0.00 6.52 0.52 0.12 55.87 04:16:53 03:35:01 1 36.64 0.00 6.73 5.92 0.08 50.63 04:16:53 03:35:01 2 37.04 0.00 5.97 0.05 0.10 56.85 04:16:53 03:35:01 3 37.32 0.00 5.78 0.05 0.10 56.76 04:16:53 03:35:01 4 38.14 0.00 5.55 0.24 0.10 55.98 04:16:53 03:35:01 5 37.11 0.00 6.33 0.02 0.08 56.46 04:16:53 03:35:01 6 36.57 0.00 6.26 0.18 0.08 56.91 04:16:53 03:35:01 7 39.33 0.00 6.17 0.13 0.12 54.24 04:16:53 03:36:01 all 58.52 0.00 7.56 0.77 0.11 33.05 04:16:53 03:36:01 0 57.41 0.00 7.62 0.96 0.13 33.87 04:16:53 03:36:01 1 57.65 0.00 7.65 0.25 0.10 34.34 04:16:53 03:36:01 2 56.04 0.00 7.19 0.41 0.10 36.26 04:16:53 03:36:01 3 58.43 0.00 7.60 0.03 0.12 33.82 04:16:53 03:36:01 4 59.55 0.00 7.14 0.62 0.10 32.59 04:16:53 03:36:01 5 58.13 0.00 7.54 0.69 0.10 33.53 04:16:53 03:36:01 6 61.83 0.00 8.59 2.87 0.12 26.60 04:16:53 03:36:01 7 59.11 0.00 7.11 0.29 0.10 33.39 04:16:53 03:37:01 all 23.22 0.00 7.23 10.31 0.12 59.11 04:16:53 03:37:01 0 22.19 0.00 7.73 17.07 0.14 52.87 04:16:53 03:37:01 1 26.59 0.00 8.39 11.69 0.12 53.22 04:16:53 03:37:01 2 21.23 0.00 6.26 2.88 0.17 69.45 04:16:53 03:37:01 3 23.50 0.00 8.23 6.65 0.08 61.54 04:16:53 03:37:01 4 22.25 0.00 6.43 5.02 0.10 66.19 04:16:53 03:37:01 5 22.45 0.00 5.67 3.04 0.08 68.76 04:16:53 03:37:01 6 24.14 0.00 8.15 25.93 0.10 41.68 04:16:53 03:37:01 7 23.44 0.00 7.00 10.26 0.15 59.15 04:16:53 03:38:01 all 16.12 0.00 8.59 24.88 0.15 50.26 04:16:53 03:38:01 0 14.93 0.00 9.03 14.98 0.12 60.94 04:16:53 03:38:01 1 16.36 0.00 7.47 18.58 0.17 57.41 04:16:53 03:38:01 2 17.12 0.00 9.71 37.73 0.12 35.32 04:16:53 03:38:01 3 16.20 0.00 8.44 28.10 0.12 47.14 04:16:53 03:38:01 4 16.93 0.00 8.55 17.12 0.10 57.30 04:16:53 03:38:01 5 17.55 0.00 9.00 26.95 0.34 46.16 04:16:53 03:38:01 6 14.46 0.00 8.42 41.41 0.10 35.61 04:16:53 03:38:01 7 15.42 0.00 8.11 14.23 0.10 62.14 04:16:53 03:39:01 all 75.75 0.00 11.66 3.84 0.19 8.56 04:16:53 03:39:01 0 75.52 0.00 11.92 1.23 0.17 11.16 04:16:53 03:39:01 1 75.70 0.00 11.63 2.53 0.14 10.01 04:16:53 03:39:01 2 76.68 0.00 11.33 10.21 0.17 1.61 04:16:53 03:39:01 3 75.62 0.00 11.27 1.64 0.47 11.00 04:16:53 03:39:01 4 75.69 0.00 11.84 1.30 0.15 11.03 04:16:53 03:39:01 5 75.71 0.00 12.05 10.27 0.13 1.84 04:16:53 03:39:01 6 75.74 0.00 11.52 1.42 0.15 11.17 04:16:53 03:39:01 7 75.36 0.00 11.75 2.08 0.15 10.66 04:16:53 03:40:01 all 89.10 0.00 10.68 0.00 0.22 0.00 04:16:53 03:40:01 0 89.65 0.00 10.17 0.00 0.19 0.00 04:16:53 03:40:01 1 88.59 0.00 11.21 0.00 0.20 0.00 04:16:53 03:40:01 2 89.92 0.00 9.84 0.00 0.22 0.02 04:16:53 03:40:01 3 88.95 0.00 10.82 0.00 0.22 0.00 04:16:53 03:40:01 4 89.40 0.00 10.43 0.00 0.17 0.00 04:16:53 03:40:01 5 87.48 0.00 12.17 0.00 0.35 0.00 04:16:53 03:40:01 6 89.46 0.00 10.37 0.00 0.17 0.00 04:16:53 03:40:01 7 89.25 0.00 10.53 0.00 0.22 0.00 04:16:53 03:41:01 all 61.12 0.00 9.96 4.80 0.15 23.98 04:16:53 03:41:01 0 61.51 0.00 9.70 2.74 0.14 25.92 04:16:53 03:41:01 1 59.52 0.00 10.87 4.55 0.15 24.91 04:16:53 03:41:01 2 61.05 0.00 10.59 5.95 0.17 22.25 04:16:53 03:41:01 3 61.78 0.00 9.70 3.89 0.19 24.45 04:16:53 03:41:01 4 63.29 0.00 9.12 6.43 0.15 21.01 04:16:53 03:41:01 5 62.11 0.00 9.88 5.79 0.12 22.10 04:16:53 03:41:01 6 60.30 0.00 10.24 5.99 0.12 23.35 04:16:53 03:41:01 7 59.35 0.00 9.59 3.03 0.15 27.87 04:16:53 03:42:01 all 8.85 0.00 1.12 0.14 0.07 89.83 04:16:53 03:42:01 0 9.27 0.00 1.27 0.03 0.08 89.34 04:16:53 03:42:01 1 7.52 0.00 1.03 0.03 0.07 91.34 04:16:53 03:42:01 2 9.68 0.00 1.28 0.17 0.07 88.81 04:16:53 03:42:01 3 6.29 0.00 0.80 0.02 0.05 92.83 04:16:53 03:42:01 4 9.72 0.00 1.29 0.59 0.07 88.34 04:16:53 03:42:01 5 10.80 0.00 1.32 0.05 0.07 87.77 04:16:53 03:42:01 6 7.79 0.00 0.92 0.02 0.07 91.20 04:16:53 03:42:01 7 9.72 0.00 1.02 0.18 0.07 89.00 04:16:53 03:43:01 all 9.76 0.00 0.68 0.08 0.06 89.41 04:16:53 03:43:01 0 7.40 0.00 0.60 0.03 0.05 91.92 04:16:53 03:43:01 1 10.08 0.00 0.70 0.02 0.07 89.14 04:16:53 03:43:01 2 3.16 0.00 0.65 0.02 0.03 96.14 04:16:53 03:43:01 3 10.73 0.00 0.77 0.02 0.07 88.42 04:16:53 03:43:01 4 8.79 0.00 0.70 0.00 0.07 90.44 04:16:53 03:43:01 5 16.67 0.00 0.84 0.05 0.08 82.36 04:16:53 03:43:01 6 13.08 0.00 0.74 0.02 0.07 86.10 04:16:53 03:43:01 7 8.17 0.00 0.47 0.52 0.07 90.77 04:16:53 04:16:53 03:43:01 CPU %user %nice %system %iowait %steal %idle 04:16:53 03:44:01 all 0.02 0.00 0.01 0.00 0.01 99.96 04:16:53 03:44:01 0 0.02 0.00 0.00 0.00 0.02 99.97 04:16:53 03:44:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:16:53 03:44:01 2 0.02 0.00 0.00 0.00 0.02 99.97 04:16:53 03:44:01 3 0.03 0.00 0.02 0.00 0.02 99.93 04:16:53 03:44:01 4 0.05 0.00 0.02 0.00 0.02 99.92 04:16:53 03:44:01 5 0.02 0.00 0.00 0.02 0.00 99.97 04:16:53 03:44:01 6 0.02 0.00 0.02 0.00 0.00 99.97 04:16:53 03:44:01 7 0.03 0.00 0.02 0.00 0.00 99.95 04:16:53 03:45:01 all 0.07 0.00 0.02 0.00 0.01 99.90 04:16:53 03:45:01 0 0.18 0.00 0.03 0.00 0.00 99.78 04:16:53 03:45:01 1 0.03 0.00 0.02 0.00 0.00 99.95 04:16:53 03:45:01 2 0.05 0.00 0.05 0.00 0.02 99.88 04:16:53 03:45:01 3 0.07 0.00 0.02 0.00 0.02 99.90 04:16:53 03:45:01 4 0.05 0.00 0.00 0.00 0.00 99.95 04:16:53 03:45:01 5 0.07 0.00 0.00 0.02 0.02 99.90 04:16:53 03:45:01 6 0.03 0.00 0.02 0.00 0.02 99.93 04:16:53 03:45:01 7 0.07 0.00 0.02 0.02 0.02 99.88 04:16:53 03:46:01 all 0.01 0.00 0.01 0.00 0.01 99.96 04:16:53 03:46:01 0 0.00 0.00 0.02 0.00 0.02 99.97 04:16:53 03:46:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:16:53 03:46:01 2 0.02 0.00 0.02 0.00 0.03 99.93 04:16:53 03:46:01 3 0.03 0.00 0.02 0.00 0.00 99.95 04:16:53 03:46:01 4 0.03 0.00 0.02 0.00 0.02 99.93 04:16:53 03:46:01 5 0.02 0.00 0.02 0.02 0.02 99.93 04:16:53 03:46:01 6 0.00 0.00 0.02 0.00 0.00 99.98 04:16:53 03:46:01 7 0.02 0.00 0.02 0.02 0.00 99.95 04:16:53 03:47:01 all 0.04 0.00 0.01 0.00 0.01 99.94 04:16:53 03:47:01 0 0.05 0.00 0.03 0.00 0.00 99.92 04:16:53 03:47:01 1 0.03 0.00 0.00 0.02 0.00 99.95 04:16:53 03:47:01 2 0.03 0.00 0.03 0.00 0.02 99.92 04:16:53 03:47:01 3 0.03 0.00 0.00 0.00 0.02 99.95 04:16:53 03:47:01 4 0.07 0.00 0.02 0.00 0.00 99.92 04:16:53 03:47:01 5 0.03 0.00 0.00 0.00 0.00 99.97 04:16:53 03:47:01 6 0.02 0.00 0.00 0.00 0.02 99.97 04:16:53 03:47:01 7 0.03 0.00 0.00 0.02 0.02 99.93 04:16:53 03:48:01 all 0.02 0.00 0.04 0.00 0.01 99.92 04:16:53 03:48:01 0 0.03 0.00 0.05 0.00 0.02 99.90 04:16:53 03:48:01 1 0.02 0.00 0.02 0.00 0.00 99.97 04:16:53 03:48:01 2 0.00 0.00 0.03 0.00 0.02 99.95 04:16:53 03:48:01 3 0.02 0.00 0.07 0.00 0.02 99.90 04:16:53 03:48:01 4 0.02 0.00 0.03 0.00 0.02 99.93 04:16:53 03:48:01 5 0.03 0.00 0.02 0.02 0.02 99.92 04:16:53 03:48:01 6 0.00 0.00 0.03 0.00 0.02 99.95 04:16:53 03:48:01 7 0.07 0.00 0.07 0.02 0.02 99.83 04:16:53 03:49:01 all 0.03 0.00 0.01 0.01 0.01 99.95 04:16:53 03:49:01 0 0.03 0.00 0.02 0.00 0.00 99.95 04:16:53 03:49:01 1 0.02 0.00 0.00 0.00 0.02 99.97 04:16:53 03:49:01 2 0.02 0.00 0.03 0.00 0.02 99.93 04:16:53 03:49:01 3 0.03 0.00 0.00 0.00 0.00 99.97 04:16:53 03:49:01 4 0.07 0.00 0.02 0.00 0.02 99.90 04:16:53 03:49:01 5 0.00 0.00 0.02 0.05 0.00 99.93 04:16:53 03:49:01 6 0.03 0.00 0.00 0.00 0.00 99.97 04:16:53 03:49:01 7 0.02 0.00 0.02 0.02 0.00 99.95 04:16:53 03:50:01 all 0.01 0.00 0.01 0.00 0.01 99.96 04:16:53 03:50:01 0 0.02 0.00 0.02 0.00 0.02 99.95 04:16:53 03:50:01 1 0.00 0.00 0.02 0.00 0.00 99.98 04:16:53 03:50:01 2 0.00 0.00 0.03 0.00 0.02 99.95 04:16:53 03:50:01 3 0.00 0.00 0.00 0.00 0.02 99.98 04:16:53 03:50:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:16:53 03:50:01 5 0.03 0.00 0.02 0.02 0.00 99.93 04:16:53 03:50:01 6 0.02 0.00 0.00 0.00 0.02 99.97 04:16:53 03:50:01 7 0.05 0.00 0.03 0.00 0.02 99.90 04:16:53 03:51:01 all 0.01 0.00 0.01 0.00 0.01 99.96 04:16:53 03:51:01 0 0.02 0.00 0.03 0.00 0.02 99.93 04:16:53 03:51:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:16:53 03:51:01 2 0.02 0.00 0.02 0.00 0.02 99.95 04:16:53 03:51:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:16:53 03:51:01 4 0.02 0.00 0.02 0.00 0.02 99.95 04:16:53 03:51:01 5 0.02 0.00 0.02 0.00 0.02 99.95 04:16:53 03:51:01 6 0.00 0.00 0.00 0.00 0.00 100.00 04:16:53 03:51:01 7 0.03 0.00 0.03 0.02 0.00 99.92 04:16:53 03:52:01 all 0.03 0.00 0.01 0.00 0.01 99.95 04:16:53 03:52:01 0 0.03 0.00 0.00 0.02 0.02 99.93 04:16:53 03:52:01 1 0.02 0.00 0.00 0.00 0.00 99.98 04:16:53 03:52:01 2 0.07 0.00 0.02 0.00 0.02 99.90 04:16:53 03:52:01 3 0.03 0.00 0.00 0.00 0.00 99.97 04:16:53 03:52:01 4 0.02 0.00 0.00 0.00 0.00 99.98 04:16:53 03:52:01 5 0.02 0.00 0.00 0.00 0.00 99.98 04:16:53 03:52:01 6 0.02 0.00 0.02 0.00 0.02 99.95 04:16:53 03:52:01 7 0.03 0.00 0.02 0.00 0.02 99.93 04:16:53 03:53:01 all 0.02 0.00 0.01 0.00 0.01 99.96 04:16:53 03:53:01 0 0.08 0.00 0.02 0.00 0.02 99.88 04:16:53 03:53:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:16:53 03:53:01 2 0.00 0.00 0.00 0.00 0.02 99.98 04:16:53 03:53:01 3 0.02 0.00 0.02 0.00 0.02 99.95 04:16:53 03:53:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:16:53 03:53:01 5 0.05 0.00 0.02 0.00 0.02 99.92 04:16:53 03:53:01 6 0.02 0.00 0.00 0.00 0.00 99.98 04:16:53 03:53:01 7 0.02 0.00 0.02 0.02 0.00 99.95 04:16:53 03:54:01 all 0.02 0.00 0.02 0.00 0.01 99.95 04:16:53 03:54:01 0 0.05 0.00 0.07 0.00 0.02 99.87 04:16:53 03:54:01 1 0.05 0.00 0.02 0.00 0.00 99.93 04:16:53 03:54:01 2 0.03 0.00 0.02 0.00 0.02 99.93 04:16:53 03:54:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:16:53 03:54:01 4 0.00 0.00 0.02 0.00 0.02 99.97 04:16:53 03:54:01 5 0.02 0.00 0.02 0.02 0.00 99.95 04:16:53 03:54:01 6 0.00 0.00 0.02 0.00 0.02 99.97 04:16:53 03:54:01 7 0.02 0.00 0.00 0.02 0.00 99.97 04:16:53 04:16:53 03:54:01 CPU %user %nice %system %iowait %steal %idle 04:16:53 03:55:01 all 0.01 0.00 0.00 0.00 0.01 99.97 04:16:53 03:55:01 0 0.07 0.00 0.02 0.00 0.02 99.90 04:16:53 03:55:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:16:53 03:55:01 2 0.00 0.00 0.02 0.00 0.02 99.97 04:16:53 03:55:01 3 0.00 0.00 0.00 0.00 0.02 99.98 04:16:53 03:55:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:16:53 03:55:01 5 0.00 0.00 0.00 0.02 0.00 99.98 04:16:53 03:55:01 6 0.02 0.00 0.00 0.00 0.00 99.98 04:16:53 03:55:01 7 0.02 0.00 0.00 0.02 0.02 99.95 04:16:53 03:56:01 all 0.04 0.00 0.01 0.00 0.01 99.94 04:16:53 03:56:01 0 0.07 0.00 0.03 0.00 0.02 99.88 04:16:53 03:56:01 1 0.05 0.00 0.02 0.00 0.02 99.92 04:16:53 03:56:01 2 0.03 0.00 0.02 0.00 0.02 99.93 04:16:53 03:56:01 3 0.02 0.00 0.02 0.00 0.02 99.95 04:16:53 03:56:01 4 0.05 0.00 0.00 0.00 0.02 99.93 04:16:53 03:56:01 5 0.03 0.00 0.00 0.00 0.02 99.95 04:16:53 03:56:01 6 0.00 0.00 0.00 0.00 0.00 100.00 04:16:53 03:56:01 7 0.03 0.00 0.00 0.02 0.00 99.95 04:16:53 03:57:02 all 0.02 0.00 0.01 0.01 0.01 99.96 04:16:53 03:57:02 0 0.05 0.00 0.03 0.00 0.00 99.92 04:16:53 03:57:02 1 0.00 0.00 0.02 0.00 0.02 99.97 04:16:53 03:57:02 2 0.02 0.00 0.00 0.00 0.00 99.98 04:16:53 03:57:02 3 0.03 0.00 0.02 0.00 0.02 99.93 04:16:53 03:57:02 4 0.02 0.00 0.00 0.00 0.00 99.98 04:16:53 03:57:02 5 0.00 0.00 0.02 0.05 0.00 99.93 04:16:53 03:57:02 6 0.00 0.00 0.00 0.00 0.02 99.98 04:16:53 03:57:02 7 0.02 0.00 0.00 0.00 0.00 99.98 04:16:53 03:58:01 all 0.03 0.00 0.02 0.01 0.01 99.93 04:16:53 03:58:01 0 0.03 0.00 0.03 0.00 0.02 99.92 04:16:53 03:58:01 1 0.03 0.00 0.05 0.00 0.02 99.90 04:16:53 03:58:01 2 0.02 0.00 0.02 0.00 0.00 99.97 04:16:53 03:58:01 3 0.03 0.00 0.00 0.00 0.00 99.97 04:16:53 03:58:01 4 0.07 0.00 0.05 0.00 0.02 99.86 04:16:53 03:58:01 5 0.03 0.00 0.02 0.00 0.00 99.95 04:16:53 03:58:01 6 0.00 0.00 0.00 0.03 0.00 99.97 04:16:53 03:58:01 7 0.02 0.00 0.02 0.02 0.02 99.93 04:16:53 03:59:01 all 0.01 0.00 0.01 0.00 0.01 99.96 04:16:53 03:59:01 0 0.03 0.00 0.00 0.00 0.02 99.95 04:16:53 03:59:01 1 0.02 0.00 0.03 0.00 0.03 99.92 04:16:53 03:59:01 2 0.02 0.00 0.02 0.00 0.00 99.97 04:16:53 03:59:01 3 0.02 0.00 0.02 0.00 0.02 99.95 04:16:53 03:59:01 4 0.02 0.00 0.00 0.00 0.00 99.98 04:16:53 03:59:01 5 0.02 0.00 0.00 0.00 0.02 99.97 04:16:53 03:59:01 6 0.00 0.00 0.02 0.02 0.00 99.97 04:16:53 03:59:01 7 0.00 0.00 0.02 0.00 0.00 99.98 04:16:53 04:00:01 all 0.04 0.00 0.02 0.00 0.01 99.94 04:16:53 04:00:01 0 0.02 0.00 0.03 0.00 0.00 99.95 04:16:53 04:00:01 1 0.03 0.00 0.02 0.00 0.02 99.93 04:16:53 04:00:01 2 0.05 0.00 0.02 0.00 0.00 99.93 04:16:53 04:00:01 3 0.03 0.00 0.02 0.00 0.00 99.95 04:16:53 04:00:01 4 0.07 0.00 0.02 0.00 0.02 99.90 04:16:53 04:00:01 5 0.02 0.00 0.03 0.00 0.00 99.95 04:16:53 04:00:01 6 0.00 0.00 0.00 0.02 0.00 99.98 04:16:53 04:00:01 7 0.07 0.00 0.00 0.02 0.02 99.90 04:16:53 04:01:01 all 0.02 0.00 0.01 0.00 0.01 99.95 04:16:53 04:01:01 0 0.03 0.00 0.02 0.00 0.02 99.93 04:16:53 04:01:01 1 0.02 0.00 0.03 0.00 0.02 99.93 04:16:53 04:01:01 2 0.00 0.00 0.00 0.00 0.00 100.00 04:16:53 04:01:01 3 0.02 0.00 0.02 0.00 0.02 99.95 04:16:53 04:01:01 4 0.03 0.00 0.02 0.00 0.02 99.93 04:16:53 04:01:01 5 0.02 0.00 0.03 0.02 0.02 99.92 04:16:53 04:01:01 6 0.02 0.00 0.00 0.00 0.02 99.97 04:16:53 04:01:01 7 0.02 0.00 0.00 0.00 0.00 99.98 04:16:53 04:02:01 all 0.05 0.00 0.01 0.00 0.01 99.93 04:16:53 04:02:01 0 0.10 0.00 0.02 0.00 0.02 99.87 04:16:53 04:02:01 1 0.05 0.00 0.00 0.00 0.02 99.93 04:16:53 04:02:01 2 0.03 0.00 0.00 0.00 0.02 99.95 04:16:53 04:02:01 3 0.05 0.00 0.00 0.00 0.00 99.95 04:16:53 04:02:01 4 0.07 0.00 0.00 0.00 0.00 99.93 04:16:53 04:02:01 5 0.07 0.00 0.02 0.00 0.02 99.90 04:16:53 04:02:01 6 0.02 0.00 0.02 0.00 0.00 99.97 04:16:53 04:02:01 7 0.03 0.00 0.02 0.02 0.00 99.93 04:16:53 04:03:01 all 0.02 0.00 0.02 0.01 0.01 99.94 04:16:53 04:03:01 0 0.02 0.00 0.05 0.00 0.02 99.92 04:16:53 04:03:01 1 0.03 0.00 0.02 0.02 0.02 99.92 04:16:53 04:03:01 2 0.00 0.00 0.00 0.00 0.00 100.00 04:16:53 04:03:01 3 0.03 0.00 0.00 0.00 0.02 99.95 04:16:53 04:03:01 4 0.03 0.00 0.00 0.00 0.02 99.95 04:16:53 04:03:01 5 0.02 0.00 0.03 0.02 0.00 99.93 04:16:53 04:03:01 6 0.00 0.00 0.03 0.00 0.02 99.95 04:16:53 04:03:01 7 0.02 0.00 0.02 0.02 0.02 99.93 04:16:53 04:04:01 all 0.03 0.00 0.01 0.00 0.01 99.95 04:16:53 04:04:01 0 0.03 0.00 0.02 0.00 0.00 99.95 04:16:53 04:04:01 1 0.02 0.00 0.02 0.00 0.02 99.95 04:16:53 04:04:01 2 0.03 0.00 0.02 0.00 0.00 99.95 04:16:53 04:04:01 3 0.03 0.00 0.02 0.00 0.02 99.93 04:16:53 04:04:01 4 0.07 0.00 0.00 0.00 0.00 99.93 04:16:53 04:04:01 5 0.05 0.00 0.02 0.00 0.02 99.92 04:16:53 04:04:01 6 0.00 0.00 0.00 0.00 0.00 100.00 04:16:53 04:04:01 7 0.02 0.00 0.02 0.00 0.00 99.97 04:16:53 04:05:01 all 0.03 0.00 0.01 0.00 0.01 99.95 04:16:53 04:05:01 0 0.02 0.00 0.03 0.00 0.02 99.93 04:16:53 04:05:01 1 0.02 0.00 0.00 0.00 0.00 99.98 04:16:53 04:05:01 2 0.02 0.00 0.00 0.00 0.00 99.98 04:16:53 04:05:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:16:53 04:05:01 4 0.03 0.00 0.02 0.00 0.02 99.93 04:16:53 04:05:01 5 0.07 0.00 0.02 0.02 0.02 99.88 04:16:53 04:05:01 6 0.03 0.00 0.00 0.00 0.00 99.97 04:16:53 04:05:01 7 0.02 0.00 0.03 0.02 0.00 99.93 04:16:53 04:16:53 04:05:01 CPU %user %nice %system %iowait %steal %idle 04:16:53 04:06:01 all 0.01 0.00 0.01 0.01 0.01 99.96 04:16:53 04:06:01 0 0.05 0.00 0.02 0.03 0.02 99.88 04:16:53 04:06:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:16:53 04:06:01 2 0.02 0.00 0.02 0.00 0.00 99.97 04:16:53 04:06:01 3 0.02 0.00 0.02 0.00 0.02 99.95 04:16:53 04:06:01 4 0.00 0.00 0.00 0.00 0.02 99.98 04:16:53 04:06:01 5 0.00 0.00 0.02 0.00 0.03 99.95 04:16:53 04:06:01 6 0.00 0.00 0.00 0.00 0.00 100.00 04:16:53 04:06:01 7 0.00 0.00 0.00 0.03 0.00 99.97 04:16:53 04:07:01 all 0.03 0.00 0.02 0.00 0.01 99.94 04:16:53 04:07:01 0 0.02 0.00 0.05 0.00 0.02 99.92 04:16:53 04:07:01 1 0.00 0.00 0.00 0.00 0.02 99.98 04:16:53 04:07:01 2 0.02 0.00 0.00 0.00 0.00 99.98 04:16:53 04:07:01 3 0.03 0.00 0.00 0.00 0.02 99.95 04:16:53 04:07:01 4 0.03 0.00 0.02 0.00 0.00 99.95 04:16:53 04:07:01 5 0.08 0.00 0.03 0.00 0.02 99.87 04:16:53 04:07:01 6 0.02 0.00 0.02 0.00 0.02 99.95 04:16:53 04:07:01 7 0.02 0.00 0.02 0.00 0.02 99.95 04:16:53 04:08:01 all 0.02 0.00 0.02 0.01 0.00 99.95 04:16:53 04:08:01 0 0.05 0.00 0.03 0.00 0.02 99.90 04:16:53 04:08:01 1 0.02 0.00 0.00 0.02 0.00 99.97 04:16:53 04:08:01 2 0.02 0.00 0.05 0.00 0.00 99.93 04:16:53 04:08:01 3 0.00 0.00 0.05 0.00 0.00 99.95 04:16:53 04:08:01 4 0.03 0.00 0.00 0.00 0.00 99.97 04:16:53 04:08:01 5 0.00 0.00 0.03 0.00 0.02 99.95 04:16:53 04:08:01 6 0.02 0.00 0.00 0.03 0.00 99.95 04:16:53 04:08:01 7 0.02 0.00 0.00 0.00 0.00 99.98 04:16:53 04:09:01 all 0.02 0.00 0.02 0.00 0.01 99.95 04:16:53 04:09:01 0 0.02 0.00 0.05 0.00 0.00 99.93 04:16:53 04:09:01 1 0.00 0.00 0.02 0.00 0.00 99.98 04:16:53 04:09:01 2 0.03 0.00 0.00 0.00 0.00 99.97 04:16:53 04:09:01 3 0.05 0.00 0.02 0.00 0.02 99.92 04:16:53 04:09:01 4 0.00 0.00 0.00 0.00 0.02 99.98 04:16:53 04:09:01 5 0.03 0.00 0.02 0.00 0.03 99.92 04:16:53 04:09:01 6 0.00 0.00 0.02 0.02 0.02 99.95 04:16:53 04:09:01 7 0.02 0.00 0.02 0.02 0.00 99.95 04:16:53 04:10:01 all 0.01 0.00 0.02 0.00 0.01 99.96 04:16:53 04:10:01 0 0.03 0.00 0.03 0.00 0.02 99.92 04:16:53 04:10:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:16:53 04:10:01 2 0.00 0.00 0.02 0.00 0.00 99.98 04:16:53 04:10:01 3 0.02 0.00 0.02 0.00 0.02 99.95 04:16:53 04:10:01 4 0.02 0.00 0.02 0.00 0.00 99.97 04:16:53 04:10:01 5 0.03 0.00 0.03 0.00 0.02 99.92 04:16:53 04:10:01 6 0.00 0.00 0.02 0.02 0.00 99.97 04:16:53 04:10:01 7 0.00 0.00 0.00 0.02 0.00 99.98 04:16:53 04:11:01 all 0.03 0.00 0.01 0.00 0.01 99.95 04:16:53 04:11:01 0 0.03 0.00 0.00 0.00 0.02 99.95 04:16:53 04:11:01 1 0.02 0.00 0.02 0.00 0.00 99.97 04:16:53 04:11:01 2 0.03 0.00 0.00 0.00 0.00 99.97 04:16:53 04:11:01 3 0.03 0.00 0.00 0.00 0.02 99.95 04:16:53 04:11:01 4 0.05 0.00 0.02 0.00 0.02 99.92 04:16:53 04:11:01 5 0.03 0.00 0.02 0.00 0.02 99.93 04:16:53 04:11:01 6 0.02 0.00 0.02 0.00 0.00 99.97 04:16:53 04:11:01 7 0.03 0.00 0.02 0.00 0.02 99.93 04:16:53 04:12:01 all 0.02 0.00 0.01 0.00 0.01 99.96 04:16:53 04:12:01 0 0.05 0.00 0.03 0.00 0.00 99.92 04:16:53 04:12:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:16:53 04:12:01 2 0.00 0.00 0.02 0.00 0.02 99.97 04:16:53 04:12:01 3 0.10 0.00 0.03 0.00 0.03 99.83 04:16:53 04:12:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:16:53 04:12:01 5 0.00 0.00 0.00 0.00 0.00 100.00 04:16:53 04:12:01 6 0.00 0.00 0.00 0.02 0.02 99.97 04:16:53 04:12:01 7 0.00 0.00 0.00 0.02 0.00 99.98 04:16:53 04:13:01 all 0.03 0.00 0.01 0.00 0.01 99.95 04:16:53 04:13:01 0 0.05 0.00 0.03 0.00 0.02 99.90 04:16:53 04:13:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:16:53 04:13:01 2 0.03 0.00 0.00 0.00 0.00 99.97 04:16:53 04:13:01 3 0.07 0.00 0.02 0.00 0.02 99.90 04:16:53 04:13:01 4 0.00 0.00 0.00 0.00 0.02 99.98 04:16:53 04:13:01 5 0.03 0.00 0.02 0.00 0.00 99.95 04:16:53 04:13:01 6 0.03 0.00 0.02 0.02 0.00 99.93 04:16:53 04:13:01 7 0.03 0.00 0.02 0.00 0.00 99.95 04:16:53 04:14:01 all 0.01 0.00 0.01 0.00 0.01 99.96 04:16:53 04:14:01 0 0.00 0.00 0.00 0.00 0.02 99.98 04:16:53 04:14:01 1 0.00 0.00 0.02 0.00 0.02 99.97 04:16:53 04:14:01 2 0.00 0.00 0.00 0.00 0.00 100.00 04:16:53 04:14:01 3 0.05 0.00 0.03 0.00 0.03 99.88 04:16:53 04:14:01 4 0.02 0.00 0.00 0.00 0.00 99.98 04:16:53 04:14:01 5 0.02 0.00 0.02 0.00 0.00 99.97 04:16:53 04:14:01 6 0.00 0.00 0.00 0.02 0.00 99.98 04:16:53 04:14:01 7 0.02 0.00 0.02 0.02 0.00 99.95 04:16:53 04:15:01 all 0.04 0.00 0.01 0.01 0.01 99.94 04:16:53 04:15:01 0 0.03 0.00 0.03 0.00 0.00 99.93 04:16:53 04:15:01 1 0.03 0.00 0.00 0.00 0.00 99.97 04:16:53 04:15:01 2 0.05 0.00 0.00 0.00 0.00 99.95 04:16:53 04:15:01 3 0.08 0.00 0.03 0.00 0.03 99.85 04:16:53 04:15:01 4 0.02 0.00 0.00 0.00 0.00 99.98 04:16:53 04:15:01 5 0.03 0.00 0.00 0.00 0.00 99.97 04:16:53 04:15:01 6 0.00 0.00 0.00 0.02 0.02 99.97 04:16:53 04:15:01 7 0.03 0.00 0.00 0.03 0.02 99.92 04:16:53 04:16:01 all 4.58 0.00 1.97 2.59 0.05 90.82 04:16:53 04:16:01 0 5.69 0.00 2.31 0.35 0.05 91.60 04:16:53 04:16:01 1 4.11 0.00 1.91 0.00 0.03 93.95 04:16:53 04:16:01 2 4.19 0.00 1.66 0.02 0.03 94.09 04:16:53 04:16:01 3 4.39 0.00 1.89 4.78 0.05 88.89 04:16:53 04:16:01 4 5.62 0.00 1.86 0.25 0.07 92.21 04:16:53 04:16:01 5 3.98 0.00 2.12 10.80 0.07 83.04 04:16:53 04:16:01 6 4.60 0.00 2.13 0.03 0.03 93.20 04:16:53 04:16:01 7 4.09 0.00 1.89 4.52 0.03 89.47 04:16:53 04:16:53 Average: CPU %user %nice %system %iowait %steal %idle 04:16:53 Average: all 9.69 0.00 1.72 1.20 0.04 87.35 04:16:53 Average: 0 9.61 0.00 1.79 1.31 0.04 87.26 04:16:53 Average: 1 9.56 0.00 1.74 1.13 0.03 87.54 04:16:53 Average: 2 9.50 0.00 1.66 1.30 0.04 87.50 04:16:53 Average: 3 9.78 0.00 1.70 1.16 0.05 87.31 04:16:53 Average: 4 9.85 0.00 1.67 0.74 0.03 87.70 04:16:53 Average: 5 9.83 0.00 1.72 1.31 0.04 87.09 04:16:53 Average: 6 9.83 0.00 1.79 1.84 0.03 86.52 04:16:53 Average: 7 9.60 0.00 1.67 0.81 0.03 87.88 04:16:53 04:16:53 04:16:53